# HG changeset patch # User Glenn Morris # Date 1290291956 28800 # Node ID 1ce970bc77c0fabbbbebf756a9ee912ff5fe18d6 # Parent ee9c4ac3bff4cf229c4b1f377d62b83ae9d45e6f ChangeLog fixes prompted by M-x authors. diff -r ee9c4ac3bff4 -r 1ce970bc77c0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 20 18:32:57 2010 +0100 +++ b/lisp/ChangeLog Sat Nov 20 14:25:56 2010 -0800 @@ -4975,9 +4975,6 @@ 2010-07-31 Nathaniel Flath - 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 diff -r ee9c4ac3bff4 -r 1ce970bc77c0 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Nov 20 18:32:57 2010 +0100 +++ b/lisp/gnus/ChangeLog Sat Nov 20 14:25:56 2010 -0800 @@ -484,11 +484,11 @@ 2010-10-30 Andrew Cohen - * 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 @@ -499,27 +499,27 @@ 2010-10-30 Andrew Cohen - * 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 * 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 - * 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 + * 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-make-nnir-group. 2010-10-24 Lars Magne Ingebrigtsen - * 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 - * 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 @@ -1103,8 +1103,8 @@ 2010-10-10 Andrew Cohen * 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 @@ -2223,8 +2223,7 @@ 2010-09-25 Andrew Cohen (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 @@ -2510,7 +2509,7 @@ 2010-09-22 Julien Danjou - * 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 diff -r ee9c4ac3bff4 -r 1ce970bc77c0 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Sat Nov 20 18:32:57 2010 +0100 +++ b/lisp/org/ChangeLog Sat Nov 20 14:25:56 2010 -0800 @@ -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 - - * org-test-which-func: New function. Find name of defun around - point. - 2010-11-11 Carsten Dominik * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if @@ -3134,11 +3129,11 @@ 2010-11-11 Dan Davison - * 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 @@ -3702,11 +3697,6 @@ 2010-07-19 Eric Schulte - * Makefile (lisp/org-install.el): Replace babel files in - construction of org-install.el. - -2010-07-19 Eric Schulte - * 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 - - * Makefile (LISPF): Let's not compile files that won't often be used. - 2010-07-19 Bastien Guerry * org-latex.el: Items are no longer skipped when their first line diff -r ee9c4ac3bff4 -r 1ce970bc77c0 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Sat Nov 20 18:32:57 2010 +0100 +++ b/lisp/url/ChangeLog Sat Nov 20 14:25:56 2010 -0800 @@ -91,7 +91,8 @@ 2010-09-14 Julien Danjou - * 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 @@ -108,12 +109,12 @@ 2010-07-27 Michael Albinus - * 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 - * 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