]> code.delx.au - gnu-emacs/commitdiff
ChangeLog fixes prompted by M-x authors.
authorGlenn Morris <rgm@gnu.org>
Sat, 20 Nov 2010 22:25:56 +0000 (14:25 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 20 Nov 2010 22:25:56 +0000 (14:25 -0800)
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/org/ChangeLog
lisp/url/ChangeLog

index 302d5e3b98247af916aada1eece8b7dd1b2e2e41..36b00f8b5bdab3c19b10360954fb1467f96f2564 100644 (file)
 
 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
 
 
 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
 
-       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):
        * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
        (objc-font-lock-extra-types):
        * progmodes/cc-mode.el (c-basic-common-init):
        (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):
        (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  <jan.h.d@swipnet.se>
 
 
 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
 
index 15c6eb178c084b7a953e453c697e0ba4ff51c85a..5e10f34d4e1803858c8896994ae36e21d247ed12 100644 (file)
 
 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
 
 
 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * 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  <larsi@gnus.org>
 
 
 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
 
 
 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * 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  <julien@danjou.info>
 
        * gnus-group.el: Remove gnus-group-fetch-control.
 
 
 2010-10-30  Julien Danjou  <julien@danjou.info>
 
        * 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.
 
 
        * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
 
 
 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
 
 
 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * 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  <larsi@gnus.org>
 
        gnus-group-make-nnir-group.
 
 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * 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.
 
        * gnus-sum.el (gnus-summary-select-article): Make sure we have the
        original article buffer live.
 
 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
 
 
 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * 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  <larsi@gnus.org>
        headers to gnus-newsgroup-headers.
 
 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
 
        * nnir.el (autoload): Clean up autoloads.
 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
 
        * 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.
        (nnir-imap-search-other): New variable.
        (nnir-read-parm): Use it.
        (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
 
        * gnus.el (gnus-local-domain): Declare variable obsolete.
 
 
        * 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  <larsi@gnus.org>
        (gnus-ido-completing-read): Require ido.
 
 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
 
 
 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (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  <larsi@gnus.org>
 
 
 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2010-09-22  Julien Danjou  <julien@danjou.info>
 
 
 2010-09-22  Julien Danjou  <julien@danjou.info>
 
-       * 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
        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
        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
        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
        the image above alt-text.
        (gnus-html-prune-cache): Remove.
        (gnus-html-show-images): Start to fetch image when we find one, do not
index e3495c9f30fbfa71ad4065c15510cd98080a832f..29295d67d175f5e381cb28682a4a6a4bce90add8 100644 (file)
        * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings
        have links, with tests.
 
        * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings
        have links, with tests.
 
-2010-11-11  Sebastian Rose, Hannover, Germany  <sebastian_rose@gmx.de>
-
-       * org-test-which-func: New function.  Find name of defun around
-       point.
-
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
 
        * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
 
-       * 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
        (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  <davison@stats.ox.ac.uk>
        (org-babel-matlab-initiate-session): Remove (require).
 
 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
        get rid of #+Backend and #+ATTR_Backend specifics to backends not
        matching the one we're exporting to.
 
        get rid of #+Backend and #+ATTR_Backend specifics to backends not
        matching the one we're exporting to.
 
-2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
-
-       * Makefile (lisp/org-install.el): Replace babel files in
-       construction of org-install.el.
-
 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
 
        * org-table.el (orgtbl-to-generic): Add the :remove-newlines
 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
 
        * org-table.el (orgtbl-to-generic): Add the :remove-newlines
        * org-html.el (org-export-html-close-lists-maybe): Check if raw
        HTML stuff was actually made from an example.
 
        * 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  <schulte.eric@gmail.com>
-
-       * Makefile (LISPF): Let's not compile files that won't often be used.
-
 2010-07-19  Bastien Guerry  <bzg@altern.org>
 
        * org-latex.el: Items are no longer skipped when their first line
 2010-07-19  Bastien Guerry  <bzg@altern.org>
 
        * org-latex.el: Items are no longer skipped when their first line
index 69a6746cee12ec697d336c48e66932672cd393df..44cc511c99cd662bc061f61442a7de46b66643fb 100644 (file)
@@ -91,7 +91,8 @@
 
 2010-09-14  Julien Danjou  <julien@danjou.info>
 
 
 2010-09-14  Julien Danjou  <julien@danjou.info>
 
-       * 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  <rgm@gnu.org>
 
 
 2010-09-14  Glenn Morris  <rgm@gnu.org>
 
 
 2010-07-27  Michael Albinus  <michael.albinus@gmx.de>
 
 
 2010-07-27  Michael Albinus  <michael.albinus@gmx.de>
 
-       * 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  <michael.albinus@gmx.de>
 
        all (not only Tramp).  (Bug#6717)
 
 2010-07-27  Michael Albinus  <michael.albinus@gmx.de>
 
-       * 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  <mah@everybody.org>
 
 
 2010-07-01  Mark A. Hershberger  <mah@everybody.org>