emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102454: ChangeLog fixes prompted by


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102454: ChangeLog fixes prompted by M-x authors.
Date: Sat, 20 Nov 2010 14:25:56 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102454
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-20 14:25:56 -0800
message:
  ChangeLog fixes prompted by M-x authors.
modified:
  lisp/ChangeLog
  lisp/gnus/ChangeLog
  lisp/org/ChangeLog
  lisp/url/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-20 17:32:57 +0000
+++ b/lisp/ChangeLog    2010-11-20 22:25:56 +0000
@@ -4975,9 +4975,6 @@
 
 2010-07-31  Nathaniel Flath  <address@hidden>
 
-       Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
-       The following functions were modified or created:
-
        * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
        (objc-font-lock-extra-types):
        * progmodes/cc-mode.el (c-basic-common-init):
@@ -4993,6 +4990,8 @@
        (c-forward-<>-arglist, c-forward-<>-arglist-recur)
        (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
        (c-guess-continued-construct, c-guess-basic-syntax):
+       Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
+       The above functions were modified or created.
 
 2010-07-31  Jan Djärv  <address@hidden>
 

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-20 01:18:17 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-20 22:25:56 +0000
@@ -484,11 +484,11 @@
 
 2010-10-30  Andrew Cohen  <address@hidden>
 
-       * nnir.el move defvar, defcustom around to keep file organized and keep
-       byte-compiler quiet.
-       (nnir-read-parms): accept search-engine as arg.
-       (nnir-run-query): pass search-engine as arg.
-       (nnir-search-engine): remove.
+       * nnir.el: Move defvar, defcustom around to keep file organized
+       and keep byte-compiler quiet.
+       (nnir-read-parms): Accept search-engine as arg.
+       (nnir-run-query): Pass search-engine as arg.
+       (nnir-search-engine): Remove.
 
 2010-10-30  Lars Magne Ingebrigtsen  <address@hidden>
 
@@ -499,27 +499,27 @@
 
 2010-10-30  Andrew Cohen  <address@hidden>
 
-       * nnir.el: general clean up. allow searching with multiple
-       engines. allow separate extra-parameters for each engine. batch queries
-       when possible.
-       (nnir-imap-default-search-key,nnir-method-default-engines): add
-       customize interface.
-       (nnir-run-gmane): new engine.
-       (nnir-engines): use it. qualify all prompts with engine name.
-       (nnir-search-engine): remove global variable.
-       (nnir-run-hyrex): restore for now.
-       (nnir-extra-parms,nnir-search-history): new variables.
-       (gnus-group-make-nnir-group): use them.
-       (nnir-group-server): remove in favor of gnus-group-server.
-       (nnir-request-group): avoid searching twice.
-       (nnir-sort-groups-by-server): new function.
+       * nnir.el: General clean up.  Allow searching with multiple engines.
+       Allow separate extra-parameters for each engine.
+       Batch queries when possible.
+       (nnir-imap-default-search-key,nnir-method-default-engines):
+       Add customize interface.
+       (nnir-run-gmane): New engine.
+       (nnir-engines): Use it.  Qualify all prompts with engine name.
+       (nnir-search-engine): Remove global variable.
+       (nnir-run-hyrex): Restore for now.
+       (nnir-extra-parms,nnir-search-history): New variables.
+       (gnus-group-make-nnir-group): Use them.
+       (nnir-group-server): Remove in favor of gnus-group-server.
+       (nnir-request-group): Avoid searching twice.
+       (nnir-sort-groups-by-server): New function.
 
 2010-10-30  Julien Danjou  <address@hidden>
 
        * gnus-group.el: Remove gnus-group-fetch-control.
 
-       * gnus-start.el (gnus-find-new-newsgroups): Remove
-       gnus-check-first-time-used.
+       * gnus-start.el (gnus-find-new-newsgroups):
+       Remove gnus-check-first-time-used.
 
        * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
 
@@ -671,17 +671,17 @@
 
 2010-10-22  Andrew Cohen  <address@hidden>
 
-       * nnir.el (nnir-method-default-engines): new variable.
-       (nnir-run-query): use it.
-       (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
-       (gnus-summary-nnir-goto-thread): change group if needed.
+       * nnir.el (nnir-method-default-engines): New variable.
+       (nnir-run-query): Use it.
+       (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
+       (gnus-summary-nnir-goto-thread): Change group if needed.
 
-       * gnus-group.el (gnus-group-group-map): add key binding for
+       * gnus-group.el (gnus-group-group-map): Add key binding for
        gnus-group-make-nnir-group.
 
 2010-10-24  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * shr.el (shr-tag-object): Added.
+       * shr.el (shr-tag-object): Add.
 
        * gnus-sum.el (gnus-summary-select-article): Make sure we have the
        original article buffer live.
@@ -878,7 +878,7 @@
 
 2010-10-16  Andrew Cohen  <address@hidden>
 
-       * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
+       * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
        headers to gnus-newsgroup-headers.
 
 2010-10-16  Lars Magne Ingebrigtsen  <address@hidden>
@@ -1103,8 +1103,8 @@
 2010-10-10  Andrew Cohen  <address@hidden>
 
        * nnir.el (autoload): Clean up autoloads.
-       (nnir-imap-default-search-key): Renamed from
-       nnir-imap-search-field. Use key rather than value.
+       (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
+       Use key rather than value.
        (nnir-imap-search-other): New variable.
        (nnir-read-parm): Use it.
        (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
@@ -1771,8 +1771,8 @@
 
        * gnus.el (gnus-local-domain): Declare variable obsolete.
 
-       * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
-       computing.
+       * gnus-util.el (gnus-icompleting-read): Require iswitchb.
+       Fix history computing.
        (gnus-ido-completing-read): Require ido.
 
 2010-09-29  Lars Magne Ingebrigtsen  <address@hidden>
@@ -2223,8 +2223,7 @@
 
 2010-09-25  Andrew Cohen  <address@hidden>  (tiny change)
 
-       * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
-       directly.
+       * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
 
 2010-09-25  Lars Magne Ingebrigtsen  <address@hidden>
 
@@ -2510,7 +2509,7 @@
 
 2010-09-22  Julien Danjou  <address@hidden>
 
-       * gnus-html.el (gnus-html-put-image): Stop using markers. They are
+       * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
        harmful if you have 2 images side-by-side, they can't be properly
        update on text deletion.  Using text-property is safer here.
        (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
@@ -2636,7 +2635,7 @@
        cache.
        (gnus-html-put-image): Change buffer argument to use image data rather
        than file, and place image above region rather than inserting a new
-       one. Do not take alt-text as argument, since it's useless now: we place
+       one.  Do not take alt-text as argument, since it's useless now: we place
        the image above alt-text.
        (gnus-html-prune-cache): Remove.
        (gnus-html-show-images): Start to fetch image when we find one, do not

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-11-12 22:34:06 +0000
+++ b/lisp/org/ChangeLog        2010-11-20 22:25:56 +0000
@@ -1148,11 +1148,6 @@
        * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings
        have links, with tests.
 
-2010-11-11  Sebastian Rose, Hannover, Germany  <address@hidden>
-
-       * org-test-which-func: New function.  Find name of defun around
-       point.
-
 2010-11-11  Carsten Dominik  <address@hidden>
 
        * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
@@ -3134,11 +3129,11 @@
 
 2010-11-11  Dan Davison  <address@hidden>
 
-       * ob-octave.el only (require 'matlab) when necessary
+       * ob-octave.el: Only (require 'matlab) when necessary.
        (org-babel-octave-initiate-session) (require) octave-inf or matlab
-       as appropriate
-       (org-babel-execute:matlab): Remove (require)
-       (org-babel-prep-session:matlab): Remove (require)
+       as appropriate.
+       (org-babel-execute:matlab): Remove (require).
+       (org-babel-prep-session:matlab): Remove (require).
        (org-babel-matlab-initiate-session): Remove (require).
 
 2010-11-11  Dan Davison  <address@hidden>
@@ -3702,11 +3697,6 @@
 
 2010-07-19  Eric Schulte  <address@hidden>
 
-       * Makefile (lisp/org-install.el): Replace babel files in
-       construction of org-install.el.
-
-2010-07-19  Eric Schulte  <address@hidden>
-
        * org-table.el (orgtbl-to-generic): Add the :remove-newlines
        option which will strip newline characters from the text of table
        cells and replace then with "\n".
@@ -3853,10 +3843,6 @@
        * org-html.el (org-export-html-close-lists-maybe): Check if raw
        HTML stuff was actually made from an example.
 
-2010-07-19  Eric Schulte  <address@hidden>
-
-       * Makefile (LISPF): Let's not compile files that won't often be used.
-
 2010-07-19  Bastien Guerry  <address@hidden>
 
        * org-latex.el: Items are no longer skipped when their first line

=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-11-16 13:46:12 +0000
+++ b/lisp/url/ChangeLog        2010-11-20 22:25:56 +0000
@@ -91,7 +91,8 @@
 
 2010-09-14  Julien Danjou  <address@hidden>
 
-       * url-cache (url-store-in-cache): Make `buff' argument really optional.
+       * url-cache.el (url-store-in-cache):
+       Make `buff' argument really optional.
 
 2010-09-14  Glenn Morris  <address@hidden>
 
@@ -108,12 +109,12 @@
 
 2010-07-27  Michael Albinus  <address@hidden>
 
-       * url-http (url-http-parse-headers): Disable file name handlers at
+       * url-http.el (url-http-parse-headers): Disable file name handlers at
        all (not only Tramp).  (Bug#6717)
 
 2010-07-27  Michael Albinus  <address@hidden>
 
-       * url-http (url-http-parse-headers): Disable Tramp.  (Bug#6717)
+       * url-http.el (url-http-parse-headers): Disable Tramp.  (Bug#6717)
 
 2010-07-01  Mark A. Hershberger  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]