diff options
| author | Glenn Morris | 2010-11-20 14:25:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-20 14:25:56 -0800 |
| commit | 2f5e7c6fbbadca074a95e5e2e73245e33c237f27 (patch) | |
| tree | 5ee41c229f6aa54ec35ea63341d9bdfad6f163c3 | |
| parent | 7dcd777e1461002059399219ba77e891533a65bb (diff) | |
| download | emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.tar.gz emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.zip | |
ChangeLog fixes prompted by M-x authors.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 71 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 22 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
4 files changed, 45 insertions, 60 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 302d5e3b982..36b00f8b5bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4975,9 +4975,6 @@ | |||
| 4975 | 4975 | ||
| 4976 | 2010-07-31 Nathaniel Flath <flat0103@gmail.com> | 4976 | 2010-07-31 Nathaniel Flath <flat0103@gmail.com> |
| 4977 | 4977 | ||
| 4978 | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang). | ||
| 4979 | The following functions were modified or created: | ||
| 4980 | |||
| 4981 | * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms) | 4978 | * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms) |
| 4982 | (objc-font-lock-extra-types): | 4979 | (objc-font-lock-extra-types): |
| 4983 | * progmodes/cc-mode.el (c-basic-common-init): | 4980 | * progmodes/cc-mode.el (c-basic-common-init): |
| @@ -4993,6 +4990,8 @@ | |||
| 4993 | (c-forward-<>-arglist, c-forward-<>-arglist-recur) | 4990 | (c-forward-<>-arglist, c-forward-<>-arglist-recur) |
| 4994 | (c-forward-name, c-forward-type, c-forward-decl-or-cast-1) | 4991 | (c-forward-name, c-forward-type, c-forward-decl-or-cast-1) |
| 4995 | (c-guess-continued-construct, c-guess-basic-syntax): | 4992 | (c-guess-continued-construct, c-guess-basic-syntax): |
| 4993 | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang). | ||
| 4994 | The above functions were modified or created. | ||
| 4996 | 4995 | ||
| 4997 | 2010-07-31 Jan Djärv <jan.h.d@swipnet.se> | 4996 | 2010-07-31 Jan Djärv <jan.h.d@swipnet.se> |
| 4998 | 4997 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 15c6eb178c0..5e10f34d4e1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -484,11 +484,11 @@ | |||
| 484 | 484 | ||
| 485 | 2010-10-30 Andrew Cohen <cohen@andy.bu.edu> | 485 | 2010-10-30 Andrew Cohen <cohen@andy.bu.edu> |
| 486 | 486 | ||
| 487 | * nnir.el move defvar, defcustom around to keep file organized and keep | 487 | * nnir.el: Move defvar, defcustom around to keep file organized |
| 488 | byte-compiler quiet. | 488 | and keep byte-compiler quiet. |
| 489 | (nnir-read-parms): accept search-engine as arg. | 489 | (nnir-read-parms): Accept search-engine as arg. |
| 490 | (nnir-run-query): pass search-engine as arg. | 490 | (nnir-run-query): Pass search-engine as arg. |
| 491 | (nnir-search-engine): remove. | 491 | (nnir-search-engine): Remove. |
| 492 | 492 | ||
| 493 | 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 493 | 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 494 | 494 | ||
| @@ -499,27 +499,27 @@ | |||
| 499 | 499 | ||
| 500 | 2010-10-30 Andrew Cohen <cohen@andy.bu.edu> | 500 | 2010-10-30 Andrew Cohen <cohen@andy.bu.edu> |
| 501 | 501 | ||
| 502 | * nnir.el: general clean up. allow searching with multiple | 502 | * nnir.el: General clean up. Allow searching with multiple engines. |
| 503 | engines. allow separate extra-parameters for each engine. batch queries | 503 | Allow separate extra-parameters for each engine. |
| 504 | when possible. | 504 | Batch queries when possible. |
| 505 | (nnir-imap-default-search-key,nnir-method-default-engines): add | 505 | (nnir-imap-default-search-key,nnir-method-default-engines): |
| 506 | customize interface. | 506 | Add customize interface. |
| 507 | (nnir-run-gmane): new engine. | 507 | (nnir-run-gmane): New engine. |
| 508 | (nnir-engines): use it. qualify all prompts with engine name. | 508 | (nnir-engines): Use it. Qualify all prompts with engine name. |
| 509 | (nnir-search-engine): remove global variable. | 509 | (nnir-search-engine): Remove global variable. |
| 510 | (nnir-run-hyrex): restore for now. | 510 | (nnir-run-hyrex): Restore for now. |
| 511 | (nnir-extra-parms,nnir-search-history): new variables. | 511 | (nnir-extra-parms,nnir-search-history): New variables. |
| 512 | (gnus-group-make-nnir-group): use them. | 512 | (gnus-group-make-nnir-group): Use them. |
| 513 | (nnir-group-server): remove in favor of gnus-group-server. | 513 | (nnir-group-server): Remove in favor of gnus-group-server. |
| 514 | (nnir-request-group): avoid searching twice. | 514 | (nnir-request-group): Avoid searching twice. |
| 515 | (nnir-sort-groups-by-server): new function. | 515 | (nnir-sort-groups-by-server): New function. |
| 516 | 516 | ||
| 517 | 2010-10-30 Julien Danjou <julien@danjou.info> | 517 | 2010-10-30 Julien Danjou <julien@danjou.info> |
| 518 | 518 | ||
| 519 | * gnus-group.el: Remove gnus-group-fetch-control. | 519 | * gnus-group.el: Remove gnus-group-fetch-control. |
| 520 | 520 | ||
| 521 | * gnus-start.el (gnus-find-new-newsgroups): Remove | 521 | * gnus-start.el (gnus-find-new-newsgroups): |
| 522 | gnus-check-first-time-used. | 522 | Remove gnus-check-first-time-used. |
| 523 | 523 | ||
| 524 | * gnus.el: Remove gnus-backup-default-subscribed-newsgroups. | 524 | * gnus.el: Remove gnus-backup-default-subscribed-newsgroups. |
| 525 | 525 | ||
| @@ -671,17 +671,17 @@ | |||
| 671 | 671 | ||
| 672 | 2010-10-22 Andrew Cohen <cohen@andy.bu.edu> | 672 | 2010-10-22 Andrew Cohen <cohen@andy.bu.edu> |
| 673 | 673 | ||
| 674 | * nnir.el (nnir-method-default-engines): new variable. | 674 | * nnir.el (nnir-method-default-engines): New variable. |
| 675 | (nnir-run-query): use it. | 675 | (nnir-run-query): Use it. |
| 676 | (nnir-group-mode-hook): remove key binding and move to gnus-group.el. | 676 | (nnir-group-mode-hook): Remove key binding and move to gnus-group.el. |
| 677 | (gnus-summary-nnir-goto-thread): change group if needed. | 677 | (gnus-summary-nnir-goto-thread): Change group if needed. |
| 678 | 678 | ||
| 679 | * gnus-group.el (gnus-group-group-map): add key binding for | 679 | * gnus-group.el (gnus-group-group-map): Add key binding for |
| 680 | gnus-group-make-nnir-group. | 680 | gnus-group-make-nnir-group. |
| 681 | 681 | ||
| 682 | 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | 682 | 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 683 | 683 | ||
| 684 | * shr.el (shr-tag-object): Added. | 684 | * shr.el (shr-tag-object): Add. |
| 685 | 685 | ||
| 686 | * gnus-sum.el (gnus-summary-select-article): Make sure we have the | 686 | * gnus-sum.el (gnus-summary-select-article): Make sure we have the |
| 687 | original article buffer live. | 687 | original article buffer live. |
| @@ -878,7 +878,7 @@ | |||
| 878 | 878 | ||
| 879 | 2010-10-16 Andrew Cohen <cohen@andy.bu.edu> | 879 | 2010-10-16 Andrew Cohen <cohen@andy.bu.edu> |
| 880 | 880 | ||
| 881 | * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread | 881 | * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread |
| 882 | headers to gnus-newsgroup-headers. | 882 | headers to gnus-newsgroup-headers. |
| 883 | 883 | ||
| 884 | 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 884 | 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| @@ -1103,8 +1103,8 @@ | |||
| 1103 | 2010-10-10 Andrew Cohen <cohen@andy.bu.edu> | 1103 | 2010-10-10 Andrew Cohen <cohen@andy.bu.edu> |
| 1104 | 1104 | ||
| 1105 | * nnir.el (autoload): Clean up autoloads. | 1105 | * nnir.el (autoload): Clean up autoloads. |
| 1106 | (nnir-imap-default-search-key): Renamed from | 1106 | (nnir-imap-default-search-key): Rename from nnir-imap-search-field. |
| 1107 | nnir-imap-search-field. Use key rather than value. | 1107 | Use key rather than value. |
| 1108 | (nnir-imap-search-other): New variable. | 1108 | (nnir-imap-search-other): New variable. |
| 1109 | (nnir-read-parm): Use it. | 1109 | (nnir-read-parm): Use it. |
| 1110 | (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials. | 1110 | (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials. |
| @@ -1771,8 +1771,8 @@ | |||
| 1771 | 1771 | ||
| 1772 | * gnus.el (gnus-local-domain): Declare variable obsolete. | 1772 | * gnus.el (gnus-local-domain): Declare variable obsolete. |
| 1773 | 1773 | ||
| 1774 | * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history | 1774 | * gnus-util.el (gnus-icompleting-read): Require iswitchb. |
| 1775 | computing. | 1775 | Fix history computing. |
| 1776 | (gnus-ido-completing-read): Require ido. | 1776 | (gnus-ido-completing-read): Require ido. |
| 1777 | 1777 | ||
| 1778 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1778 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| @@ -2223,8 +2223,7 @@ | |||
| 2223 | 2223 | ||
| 2224 | 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change) | 2224 | 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change) |
| 2225 | 2225 | ||
| 2226 | * nnir.el (nnir-run-imap): Allow sending IMAP search patterns | 2226 | * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly. |
| 2227 | directly. | ||
| 2228 | 2227 | ||
| 2229 | 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 2228 | 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2230 | 2229 | ||
| @@ -2510,7 +2509,7 @@ | |||
| 2510 | 2509 | ||
| 2511 | 2010-09-22 Julien Danjou <julien@danjou.info> | 2510 | 2010-09-22 Julien Danjou <julien@danjou.info> |
| 2512 | 2511 | ||
| 2513 | * gnus-html.el (gnus-html-put-image): Stop using markers. They are | 2512 | * gnus-html.el (gnus-html-put-image): Stop using markers. They are |
| 2514 | harmful if you have 2 images side-by-side, they can't be properly | 2513 | harmful if you have 2 images side-by-side, they can't be properly |
| 2515 | update on text deletion. Using text-property is safer here. | 2514 | update on text deletion. Using text-property is safer here. |
| 2516 | (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of | 2515 | (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of |
| @@ -2636,7 +2635,7 @@ | |||
| 2636 | cache. | 2635 | cache. |
| 2637 | (gnus-html-put-image): Change buffer argument to use image data rather | 2636 | (gnus-html-put-image): Change buffer argument to use image data rather |
| 2638 | than file, and place image above region rather than inserting a new | 2637 | than file, and place image above region rather than inserting a new |
| 2639 | one. Do not take alt-text as argument, since it's useless now: we place | 2638 | one. Do not take alt-text as argument, since it's useless now: we place |
| 2640 | the image above alt-text. | 2639 | the image above alt-text. |
| 2641 | (gnus-html-prune-cache): Remove. | 2640 | (gnus-html-prune-cache): Remove. |
| 2642 | (gnus-html-show-images): Start to fetch image when we find one, do not | 2641 | (gnus-html-show-images): Start to fetch image when we find one, do not |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e3495c9f30f..29295d67d17 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1148,11 +1148,6 @@ | |||
| 1148 | * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings | 1148 | * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings |
| 1149 | have links, with tests. | 1149 | have links, with tests. |
| 1150 | 1150 | ||
| 1151 | 2010-11-11 Sebastian Rose, Hannover, Germany <sebastian_rose@gmx.de> | ||
| 1152 | |||
| 1153 | * org-test-which-func: New function. Find name of defun around | ||
| 1154 | point. | ||
| 1155 | |||
| 1156 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 1151 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 1157 | 1152 | ||
| 1158 | * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if | 1153 | * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if |
| @@ -3134,11 +3129,11 @@ | |||
| 3134 | 3129 | ||
| 3135 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> | 3130 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> |
| 3136 | 3131 | ||
| 3137 | * ob-octave.el only (require 'matlab) when necessary | 3132 | * ob-octave.el: Only (require 'matlab) when necessary. |
| 3138 | (org-babel-octave-initiate-session) (require) octave-inf or matlab | 3133 | (org-babel-octave-initiate-session) (require) octave-inf or matlab |
| 3139 | as appropriate | 3134 | as appropriate. |
| 3140 | (org-babel-execute:matlab): Remove (require) | 3135 | (org-babel-execute:matlab): Remove (require). |
| 3141 | (org-babel-prep-session:matlab): Remove (require) | 3136 | (org-babel-prep-session:matlab): Remove (require). |
| 3142 | (org-babel-matlab-initiate-session): Remove (require). | 3137 | (org-babel-matlab-initiate-session): Remove (require). |
| 3143 | 3138 | ||
| 3144 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> | 3139 | 2010-11-11 Dan Davison <davison@stats.ox.ac.uk> |
| @@ -3702,11 +3697,6 @@ | |||
| 3702 | 3697 | ||
| 3703 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | 3698 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> |
| 3704 | 3699 | ||
| 3705 | * Makefile (lisp/org-install.el): Replace babel files in | ||
| 3706 | construction of org-install.el. | ||
| 3707 | |||
| 3708 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | ||
| 3709 | |||
| 3710 | * org-table.el (orgtbl-to-generic): Add the :remove-newlines | 3700 | * org-table.el (orgtbl-to-generic): Add the :remove-newlines |
| 3711 | option which will strip newline characters from the text of table | 3701 | option which will strip newline characters from the text of table |
| 3712 | cells and replace then with "\n". | 3702 | cells and replace then with "\n". |
| @@ -3853,10 +3843,6 @@ | |||
| 3853 | * org-html.el (org-export-html-close-lists-maybe): Check if raw | 3843 | * org-html.el (org-export-html-close-lists-maybe): Check if raw |
| 3854 | HTML stuff was actually made from an example. | 3844 | HTML stuff was actually made from an example. |
| 3855 | 3845 | ||
| 3856 | 2010-07-19 Eric Schulte <schulte.eric@gmail.com> | ||
| 3857 | |||
| 3858 | * Makefile (LISPF): Let's not compile files that won't often be used. | ||
| 3859 | |||
| 3860 | 2010-07-19 Bastien Guerry <bzg@altern.org> | 3846 | 2010-07-19 Bastien Guerry <bzg@altern.org> |
| 3861 | 3847 | ||
| 3862 | * org-latex.el: Items are no longer skipped when their first line | 3848 | * org-latex.el: Items are no longer skipped when their first line |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 69a6746cee1..44cc511c99c 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -91,7 +91,8 @@ | |||
| 91 | 91 | ||
| 92 | 2010-09-14 Julien Danjou <julien@danjou.info> | 92 | 2010-09-14 Julien Danjou <julien@danjou.info> |
| 93 | 93 | ||
| 94 | * url-cache (url-store-in-cache): Make `buff' argument really optional. | 94 | * url-cache.el (url-store-in-cache): |
| 95 | Make `buff' argument really optional. | ||
| 95 | 96 | ||
| 96 | 2010-09-14 Glenn Morris <rgm@gnu.org> | 97 | 2010-09-14 Glenn Morris <rgm@gnu.org> |
| 97 | 98 | ||
| @@ -108,12 +109,12 @@ | |||
| 108 | 109 | ||
| 109 | 2010-07-27 Michael Albinus <michael.albinus@gmx.de> | 110 | 2010-07-27 Michael Albinus <michael.albinus@gmx.de> |
| 110 | 111 | ||
| 111 | * url-http (url-http-parse-headers): Disable file name handlers at | 112 | * url-http.el (url-http-parse-headers): Disable file name handlers at |
| 112 | all (not only Tramp). (Bug#6717) | 113 | all (not only Tramp). (Bug#6717) |
| 113 | 114 | ||
| 114 | 2010-07-27 Michael Albinus <michael.albinus@gmx.de> | 115 | 2010-07-27 Michael Albinus <michael.albinus@gmx.de> |
| 115 | 116 | ||
| 116 | * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717) | 117 | * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717) |
| 117 | 118 | ||
| 118 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> | 119 | 2010-07-01 Mark A. Hershberger <mah@everybody.org> |
| 119 | 120 | ||