diff options
| author | Paul Eggert | 2014-11-24 17:14:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-24 17:16:27 -0800 |
| commit | f24c8f98ec50a3725ccf793dbd09752fec79a3a1 (patch) | |
| tree | 2814140989d7816c083b1a4c79f733746827fb84 /lisp | |
| parent | 4e7112e8a32e537044341a38749bbdc8c234c134 (diff) | |
| download | emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.tar.gz emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.zip | |
Fix white-space problems in ChangeLogs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.14 | 26 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 26 | ||||
| -rw-r--r-- | lisp/ChangeLog.16 | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.6 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.02 | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.03 | 12 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.1 | 20 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 62 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 8 |
15 files changed, 97 insertions, 98 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5798e96c1b3..351472d02fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | 42 | ||
| 43 | 2014-11-20 Michael Albinus <michael.albinus@gmx.de> | 43 | 2014-11-20 Michael Albinus <michael.albinus@gmx.de> |
| 44 | 44 | ||
| 45 | Improve XEmacs compatibility. | 45 | Improve XEmacs compatibility. |
| 46 | 46 | ||
| 47 | * net/tramp.el (tramp-autoload-file-name-handler): | 47 | * net/tramp.el (tramp-autoload-file-name-handler): |
| 48 | Wrap `temporary-file-directory' by `symbol-value', it doesn't | 48 | Wrap `temporary-file-directory' by `symbol-value', it doesn't |
| @@ -52,8 +52,8 @@ | |||
| 52 | (tramp-time-less-p, tramp-time-subtract): Remove functions. | 52 | (tramp-time-less-p, tramp-time-subtract): Remove functions. |
| 53 | (tramp-handle-file-newer-than-file-p, tramp-time-diff): | 53 | (tramp-handle-file-newer-than-file-p, tramp-time-diff): |
| 54 | * net/tramp-adb.el (tramp-adb-ls-output-time-less-p): | 54 | * net/tramp-adb.el (tramp-adb-ls-output-time-less-p): |
| 55 | * net/tramp-cache.el (tramp-get-file-property): | 55 | * net/tramp-cache.el (tramp-get-file-property): |
| 56 | * net/tramp-smb.el (tramp-smb-handle-insert-directory): | 56 | * net/tramp-smb.el (tramp-smb-handle-insert-directory): |
| 57 | Use `time-less-p' and `time-subtract, respectively. | 57 | Use `time-less-p' and `time-subtract, respectively. |
| 58 | 58 | ||
| 59 | * net/tramp-adb.el (top): Do not require time-date.el. | 59 | * net/tramp-adb.el (top): Do not require time-date.el. |
| @@ -190,9 +190,9 @@ | |||
| 190 | 190 | ||
| 191 | 2014-11-04 Michael Albinus <michael.albinus@gmx.de> | 191 | 2014-11-04 Michael Albinus <michael.albinus@gmx.de> |
| 192 | 192 | ||
| 193 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use | 193 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use |
| 194 | a local copy; setting `inhibit-file-name-handlers' proper might be | 194 | a local copy; setting `inhibit-file-name-handlers' proper might be |
| 195 | more performant. (Bug#18751) | 195 | more performant. (Bug#18751) |
| 196 | 196 | ||
| 197 | 2014-11-04 Glenn Morris <rgm@gnu.org> | 197 | 2014-11-04 Glenn Morris <rgm@gnu.org> |
| 198 | 198 | ||
| @@ -1203,7 +1203,7 @@ | |||
| 1203 | (bug#17818). | 1203 | (bug#17818). |
| 1204 | 1204 | ||
| 1205 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, | 1205 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, |
| 1206 | since it's already done inside the loop (bug#17819). | 1206 | since it's already done inside the loop (bug#17819). |
| 1207 | 1207 | ||
| 1208 | 2014-06-20 Martin Rudalics <rudalics@gmx.at> | 1208 | 2014-06-20 Martin Rudalics <rudalics@gmx.at> |
| 1209 | 1209 | ||
| @@ -1575,7 +1575,7 @@ | |||
| 1575 | methods which do not have a doc string. (Bug#17490) | 1575 | methods which do not have a doc string. (Bug#17490) |
| 1576 | 1576 | ||
| 1577 | 2014-05-14 Stephen Berman <stephen.berman@gmx.net> | 1577 | 2014-05-14 Stephen Berman <stephen.berman@gmx.net> |
| 1578 | Stefan Monnier <monnier@iro.umontreal.ca> | 1578 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 1579 | 1579 | ||
| 1580 | * minibuffer.el (completion-pcm--merge-try): Merge trailing / with | 1580 | * minibuffer.el (completion-pcm--merge-try): Merge trailing / with |
| 1581 | suffix (bug#15419). | 1581 | suffix (bug#15419). |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 7d868b9db09..8e2edb8b89d 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -32494,7 +32494,7 @@ | |||
| 32494 | (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages. | 32494 | (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages. |
| 32495 | 32495 | ||
| 32496 | 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu> | 32496 | 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 32497 | Juri Linkov <juri@jurta.org> | 32497 | Juri Linkov <juri@jurta.org> |
| 32498 | 32498 | ||
| 32499 | * textmodes/reftex-global.el (reftex-isearch-push-state-function) | 32499 | * textmodes/reftex-global.el (reftex-isearch-push-state-function) |
| 32500 | (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) | 32500 | (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index f6bdc4326e0..e0adfdd2cee 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -3984,7 +3984,7 @@ | |||
| 3984 | * ibuffer.el (ibuffer-mode): Fix typo in previous change. | 3984 | * ibuffer.el (ibuffer-mode): Fix typo in previous change. |
| 3985 | 3985 | ||
| 3986 | 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 3986 | 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 3987 | Miles Bader <miles@gnu.org> | 3987 | Miles Bader <miles@gnu.org> |
| 3988 | 3988 | ||
| 3989 | * blank-mode.el: New file. Minor mode to visualize (HARD) SPACE, | 3989 | * blank-mode.el: New file. Minor mode to visualize (HARD) SPACE, |
| 3990 | TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code | 3990 | TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code |
| @@ -5480,7 +5480,7 @@ | |||
| 5480 | (verilog-insert-indices): Escape braces in doc strings. | 5480 | (verilog-insert-indices): Escape braces in doc strings. |
| 5481 | 5481 | ||
| 5482 | 2007-12-08 Michael McNamara <mac@verilog.com> | 5482 | 2007-12-08 Michael McNamara <mac@verilog.com> |
| 5483 | Wilson Snyder <wsnyder@wsnyder.org> | 5483 | Wilson Snyder <wsnyder@wsnyder.org> |
| 5484 | 5484 | ||
| 5485 | * progmodes/verilog-mode.el: New file. | 5485 | * progmodes/verilog-mode.el: New file. |
| 5486 | 5486 | ||
| @@ -13486,7 +13486,7 @@ | |||
| 13486 | Use native Emacs functions, when appropriate. | 13486 | Use native Emacs functions, when appropriate. |
| 13487 | 13487 | ||
| 13488 | 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu> | 13488 | 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 13489 | Stefan Monnier <monnier@iro.umontreal.ca> | 13489 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 13490 | 13490 | ||
| 13491 | * vc.el: Document new VC operation `extra-menu'. | 13491 | * vc.el: Document new VC operation `extra-menu'. |
| 13492 | 13492 | ||
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 52612a7a724..0e6ee4a933e 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -3016,12 +3016,12 @@ | |||
| 3016 | Don't activate node nil. (Bug#1569) | 3016 | Don't activate node nil. (Bug#1569) |
| 3017 | 3017 | ||
| 3018 | 2009-01-22 Paul Reilly <pmr@pajato.com> | 3018 | 2009-01-22 Paul Reilly <pmr@pajato.com> |
| 3019 | Henrik Enberg <enberg@printf.se> | 3019 | Henrik Enberg <enberg@printf.se> |
| 3020 | Alex Schroeder <alex@gnu.org> | 3020 | Alex Schroeder <alex@gnu.org> |
| 3021 | Chong Yidong <cyd@stupidchicken.com> | 3021 | Chong Yidong <cyd@stupidchicken.com> |
| 3022 | Richard M Stallman <rms@gnu.org> | 3022 | Richard M Stallman <rms@gnu.org> |
| 3023 | Glenn Morris <rgm@gnu.org> | 3023 | Glenn Morris <rgm@gnu.org> |
| 3024 | Juanma Barranquero <lekktu@gmail.com> | 3024 | Juanma Barranquero <lekktu@gmail.com> |
| 3025 | 3025 | ||
| 3026 | * mail/rmail.el: Code implementing Rmail-mbox functionality. | 3026 | * mail/rmail.el: Code implementing Rmail-mbox functionality. |
| 3027 | (rmail-attribute-header, rmail-keyword-header) | 3027 | (rmail-attribute-header, rmail-keyword-header) |
| @@ -4314,7 +4314,7 @@ | |||
| 4314 | was orderly adjusted, nil otherwise. | 4314 | was orderly adjusted, nil otherwise. |
| 4315 | 4315 | ||
| 4316 | 2008-12-12 Juanma Barranquero <lekktu@gmail.com> | 4316 | 2008-12-12 Juanma Barranquero <lekktu@gmail.com> |
| 4317 | Stefan Monnier <monnier@iro.umontreal.ca> | 4317 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 4318 | 4318 | ||
| 4319 | * server.el (server-sentinel): Uncomment code to delete connection file. | 4319 | * server.el (server-sentinel): Uncomment code to delete connection file. |
| 4320 | (server-start): Save the connection file in the server property list. | 4320 | (server-start): Save the connection file in the server property list. |
| @@ -4373,7 +4373,7 @@ | |||
| 4373 | terminal variable assignment. | 4373 | terminal variable assignment. |
| 4374 | 4374 | ||
| 4375 | 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org> | 4375 | 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org> |
| 4376 | Nobuyoshi Nakada <nobu@ruby-lang.org> | 4376 | Nobuyoshi Nakada <nobu@ruby-lang.org> |
| 4377 | 4377 | ||
| 4378 | * progmodes/ruby-mode.el: New file. | 4378 | * progmodes/ruby-mode.el: New file. |
| 4379 | 4379 | ||
| @@ -5603,7 +5603,7 @@ | |||
| 5603 | New aliases, to satisfy `define-derived-mode' expectations. | 5603 | New aliases, to satisfy `define-derived-mode' expectations. |
| 5604 | 5604 | ||
| 5605 | 2008-11-15 Glenn Morris <rgm@gnu.org> | 5605 | 2008-11-15 Glenn Morris <rgm@gnu.org> |
| 5606 | Martin Rudalics <rudalics@gmx.at> | 5606 | Martin Rudalics <rudalics@gmx.at> |
| 5607 | 5607 | ||
| 5608 | * emacs-lisp/find-func.el (find-function-advised-original): New. | 5608 | * emacs-lisp/find-func.el (find-function-advised-original): New. |
| 5609 | (find-function-C-source, find-function-noselect): | 5609 | (find-function-C-source, find-function-noselect): |
| @@ -10312,8 +10312,8 @@ | |||
| 10312 | (newsticker--treeview-propertize-tag): Show item title in tooltip. | 10312 | (newsticker--treeview-propertize-tag): Show item title in tooltip. |
| 10313 | 10313 | ||
| 10314 | 2008-06-20 Martin Blais <blais@furius.ca> | 10314 | 2008-06-20 Martin Blais <blais@furius.ca> |
| 10315 | Stefan Merten <smerten@oekonux.de> | 10315 | Stefan Merten <smerten@oekonux.de> |
| 10316 | David Goodger <goodger@python.org> | 10316 | David Goodger <goodger@python.org> |
| 10317 | 10317 | ||
| 10318 | * textmodes/rst.el: New file. | 10318 | * textmodes/rst.el: New file. |
| 10319 | 10319 | ||
| @@ -10631,7 +10631,7 @@ | |||
| 10631 | * term/linux.el (terminal-init-linux): Load t-mouse. | 10631 | * term/linux.el (terminal-init-linux): Load t-mouse. |
| 10632 | 10632 | ||
| 10633 | 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 10633 | 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 10634 | Drew Adams <drew.adams@oracle.com> | 10634 | Drew Adams <drew.adams@oracle.com> |
| 10635 | 10635 | ||
| 10636 | * info.el (Info-breadcrumbs-depth): New var. | 10636 | * info.el (Info-breadcrumbs-depth): New var. |
| 10637 | (Info-insert-breadcrumbs): New function. | 10637 | (Info-insert-breadcrumbs): New function. |
| @@ -18798,7 +18798,7 @@ | |||
| 18798 | for useful options. | 18798 | for useful options. |
| 18799 | 18799 | ||
| 18800 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> | 18800 | 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 18801 | Glenn Morris <rgm@gnu.org> | 18801 | Glenn Morris <rgm@gnu.org> |
| 18802 | 18802 | ||
| 18803 | * emacs-lisp/bytecomp.el (byte-recompile-directory) | 18803 | * emacs-lisp/bytecomp.el (byte-recompile-directory) |
| 18804 | (byte-compile-file, batch-byte-compile, batch-byte-compile-file): | 18804 | (byte-compile-file, batch-byte-compile, batch-byte-compile-file): |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 6f71a6ade88..892276783e9 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -628,7 +628,7 @@ | |||
| 628 | (global-auto-revert-ignore-buffer): Remove leading "*" from docs. | 628 | (global-auto-revert-ignore-buffer): Remove leading "*" from docs. |
| 629 | 629 | ||
| 630 | 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com> | 630 | 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com> |
| 631 | Dima Kogan <dkogan@cds.caltech.edu> (tiny change) | 631 | Dima Kogan <dkogan@cds.caltech.edu> (tiny change) |
| 632 | 632 | ||
| 633 | * progmodes/hideshow.el (hs-find-block-beginning) | 633 | * progmodes/hideshow.el (hs-find-block-beginning) |
| 634 | (hs-hide-level-recursive): Ignore comments when parsing braces | 634 | (hs-hide-level-recursive): Ignore comments when parsing braces |
| @@ -2970,7 +2970,7 @@ | |||
| 2970 | * loadup.el (symbol-file-load-history-loaded): Remove; unused. | 2970 | * loadup.el (symbol-file-load-history-loaded): Remove; unused. |
| 2971 | 2971 | ||
| 2972 | 2010-12-15 Jari Aalto <jari.aalto@cante.net> | 2972 | 2010-12-15 Jari Aalto <jari.aalto@cante.net> |
| 2973 | Scott Evans <gse@antisleep.com> | 2973 | Scott Evans <gse@antisleep.com> |
| 2974 | 2974 | ||
| 2975 | * rect.el (rectange--default-line-number-format) | 2975 | * rect.el (rectange--default-line-number-format) |
| 2976 | (rectangle-number-line-callback): New functions. | 2976 | (rectangle-number-line-callback): New functions. |
| @@ -7986,7 +7986,7 @@ | |||
| 7986 | * iswitchb.el (iswitchb-kill-buffer): Re-make the list. | 7986 | * iswitchb.el (iswitchb-kill-buffer): Re-make the list. |
| 7987 | 7987 | ||
| 7988 | 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> | 7988 | 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> |
| 7989 | Stefan Monnier <monnier@iro.umontreal.ca> | 7989 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 7990 | 7990 | ||
| 7991 | * progmodes/make-mode.el (makefile-fill-paragraph): Account for the | 7991 | * progmodes/make-mode.el (makefile-fill-paragraph): Account for the |
| 7992 | extra backslash added to each line (bug#6890). | 7992 | extra backslash added to each line (bug#6890). |
| @@ -9002,7 +9002,7 @@ | |||
| 9002 | another buffer (e.g gnus-art). | 9002 | another buffer (e.g gnus-art). |
| 9003 | 9003 | ||
| 9004 | 2010-07-13 Karl Fogel <kfogel@red-bean.com> | 9004 | 2010-07-13 Karl Fogel <kfogel@red-bean.com> |
| 9005 | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 9005 | Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 9006 | 9006 | ||
| 9007 | Preparation for setting bookmarks in Gnus article buffers (Bug#5975). | 9007 | Preparation for setting bookmarks in Gnus article buffers (Bug#5975). |
| 9008 | 9008 | ||
| @@ -10301,7 +10301,7 @@ | |||
| 10301 | (rcirc-user-name-history): Add variable. | 10301 | (rcirc-user-name-history): Add variable. |
| 10302 | 10302 | ||
| 10303 | 2010-05-25 Ryan Yeske <rcyeske@gmail.com> | 10303 | 2010-05-25 Ryan Yeske <rcyeske@gmail.com> |
| 10304 | Jonathan Rockway <jon@jrock.us> | 10304 | Jonathan Rockway <jon@jrock.us> |
| 10305 | 10305 | ||
| 10306 | * net/rcirc.el (rcirc-server-alist): Add :pass. | 10306 | * net/rcirc.el (rcirc-server-alist): Add :pass. |
| 10307 | (rcirc): When prompting for connection parameters, also prompt for | 10307 | (rcirc): When prompting for connection parameters, also prompt for |
| @@ -10969,7 +10969,7 @@ | |||
| 10969 | * Version 23.2 released. | 10969 | * Version 23.2 released. |
| 10970 | 10970 | ||
| 10971 | 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> | 10971 | 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> |
| 10972 | Stefan Monnier <monnier@iro.umontreal.ca> | 10972 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 10973 | 10973 | ||
| 10974 | Highlight vendor specific properties. | 10974 | Highlight vendor specific properties. |
| 10975 | * textmodes/css-mode.el (css-proprietary-nmstart-re): New var. | 10975 | * textmodes/css-mode.el (css-proprietary-nmstart-re): New var. |
| @@ -11162,7 +11162,7 @@ | |||
| 11162 | (filter-buffer-substring): Use it. Remove unused arg `noprops'. | 11162 | (filter-buffer-substring): Use it. Remove unused arg `noprops'. |
| 11163 | 11163 | ||
| 11164 | 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> | 11164 | 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> |
| 11165 | Michael Albinus <michael.albinus@gmx.de> | 11165 | Michael Albinus <michael.albinus@gmx.de> |
| 11166 | 11166 | ||
| 11167 | Implement compression for inline methods. | 11167 | Implement compression for inline methods. |
| 11168 | 11168 | ||
| @@ -12209,7 +12209,7 @@ | |||
| 12209 | values. | 12209 | values. |
| 12210 | 12210 | ||
| 12211 | 2010-03-29 Phil Hagelberg <phil@evri.com> | 12211 | 2010-03-29 Phil Hagelberg <phil@evri.com> |
| 12212 | Chong Yidong <cyd@stupidchicken.com> | 12212 | Chong Yidong <cyd@stupidchicken.com> |
| 12213 | 12213 | ||
| 12214 | * subr.el: Extend progress reporters to perform "spinning". | 12214 | * subr.el: Extend progress reporters to perform "spinning". |
| 12215 | (progress-reporter-update, progress-reporter-do-update): | 12215 | (progress-reporter-update, progress-reporter-do-update): |
| @@ -15603,7 +15603,7 @@ | |||
| 15603 | * Makefile.in (ELCFILES): Adapt to subword.el move. | 15603 | * Makefile.in (ELCFILES): Adapt to subword.el move. |
| 15604 | 15604 | ||
| 15605 | 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 15605 | 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 15606 | Stefan Monnier <monnier@iro.umontreal.ca> | 15606 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 15607 | 15607 | ||
| 15608 | * bookmark.el (bookmark-bmenu-bookmark-column): Remove var. | 15608 | * bookmark.el (bookmark-bmenu-bookmark-column): Remove var. |
| 15609 | (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop. | 15609 | (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop. |
| @@ -19070,7 +19070,7 @@ | |||
| 19070 | indent buffer only if called interactively (Bug#4452). | 19070 | indent buffer only if called interactively (Bug#4452). |
| 19071 | 19071 | ||
| 19072 | 2009-09-19 Juanma Barranquero <lekktu@gmail.com> | 19072 | 2009-09-19 Juanma Barranquero <lekktu@gmail.com> |
| 19073 | Eli Zaretskii <eliz@gnu.org> | 19073 | Eli Zaretskii <eliz@gnu.org> |
| 19074 | 19074 | ||
| 19075 | This fixes bug#4197 (merged to bug#865, though not identical). | 19075 | This fixes bug#4197 (merged to bug#865, though not identical). |
| 19076 | * server.el (server-auth-dir): Add docstring note about FAT32. | 19076 | * server.el (server-auth-dir): Add docstring note about FAT32. |
| @@ -19887,7 +19887,7 @@ | |||
| 19887 | Don't call substitute-in-file-name on diary-file. | 19887 | Don't call substitute-in-file-name on diary-file. |
| 19888 | 19888 | ||
| 19889 | 2009-09-03 Eduard Wiebe <usenet@pusto.de> | 19889 | 2009-09-03 Eduard Wiebe <usenet@pusto.de> |
| 19890 | Stefan Monnier <monnier@iro.umontreal.ca> | 19890 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 19891 | 19891 | ||
| 19892 | * mail/footnote.el (footnote-prefix): Make it a defcustom. | 19892 | * mail/footnote.el (footnote-prefix): Make it a defcustom. |
| 19893 | (footnote-mode-map): Move initialization into the declaration. | 19893 | (footnote-mode-map): Move initialization into the declaration. |
| @@ -20998,7 +20998,7 @@ | |||
| 20998 | * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. | 20998 | * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. |
| 20999 | 20999 | ||
| 21000 | 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> | 21000 | 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> |
| 21001 | Karl Landstrom <karl.landstrom@brgeight.se> | 21001 | Karl Landstrom <karl.landstrom@brgeight.se> |
| 21002 | 21002 | ||
| 21003 | * progmodes/js.el: New file. | 21003 | * progmodes/js.el: New file. |
| 21004 | 21004 | ||
| @@ -22765,7 +22765,7 @@ | |||
| 22765 | XZ is the successor to LZMA: <http://tukaani.org/xz/> | 22765 | XZ is the successor to LZMA: <http://tukaani.org/xz/> |
| 22766 | 22766 | ||
| 22767 | 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru> | 22767 | 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru> |
| 22768 | Nick Roberts <nickrob@snap.net.nz> | 22768 | Nick Roberts <nickrob@snap.net.nz> |
| 22769 | 22769 | ||
| 22770 | * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's | 22770 | * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's |
| 22771 | repository (http://sphinx.net.ru/hg/gdb-mi/). | 22771 | repository (http://sphinx.net.ru/hg/gdb-mi/). |
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 1f3c7864651..728a04e8914 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 | |||
| @@ -3340,7 +3340,7 @@ | |||
| 3340 | already registered with a different backend (Bug#10589). | 3340 | already registered with a different backend (Bug#10589). |
| 3341 | 3341 | ||
| 3342 | 2012-11-29 Jambunathan K <kjambunathan@gmail.com> | 3342 | 2012-11-29 Jambunathan K <kjambunathan@gmail.com> |
| 3343 | Stefan Monnier <monnier@iro.umontreal.ca> | 3343 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 3344 | 3344 | ||
| 3345 | * icomplete.el: Change separator; add ido-style commands. | 3345 | * icomplete.el: Change separator; add ido-style commands. |
| 3346 | (icomplete-show-key-bindings): Remove custom var. | 3346 | (icomplete-show-key-bindings): Remove custom var. |
| @@ -4571,7 +4571,7 @@ | |||
| 4571 | to `bookmark' (bug#11131). | 4571 | to `bookmark' (bug#11131). |
| 4572 | 4572 | ||
| 4573 | 2012-10-26 Bastien Guerry <bzg@altern.org> | 4573 | 2012-10-26 Bastien Guerry <bzg@altern.org> |
| 4574 | Stefan Monnier <monnier@iro.umontreal.ca> | 4574 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 4575 | 4575 | ||
| 4576 | * face-remap.el: Use lexical-binding. | 4576 | * face-remap.el: Use lexical-binding. |
| 4577 | (text-scale-adjust): Improve docstring. Use itself for the temporary | 4577 | (text-scale-adjust): Improve docstring. Use itself for the temporary |
| @@ -5879,7 +5879,7 @@ | |||
| 5879 | * international/uni-numeric.el: Regenerate. | 5879 | * international/uni-numeric.el: Regenerate. |
| 5880 | 5880 | ||
| 5881 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> | 5881 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> |
| 5882 | Stefan Monnier <monnier@iro.umontreal.ca> | 5882 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 5883 | 5883 | ||
| 5884 | * profiler.el: New file. | 5884 | * profiler.el: New file. |
| 5885 | 5885 | ||
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index dc2722105fe..c8e07b65368 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -3687,7 +3687,7 @@ | |||
| 3687 | When changing the environment, avoid need for setenv. | 3687 | When changing the environment, avoid need for setenv. |
| 3688 | 3688 | ||
| 3689 | 1996-01-05 Karl Eichwalder <ke@ke.Central.DE> | 3689 | 1996-01-05 Karl Eichwalder <ke@ke.Central.DE> |
| 3690 | Karl Fogel <kfogel@floss.red-bean.com> | 3690 | Karl Fogel <kfogel@floss.red-bean.com> |
| 3691 | 3691 | ||
| 3692 | * bookmark.el: "cyclic.com" addresses changed to "red-bean.com". | 3692 | * bookmark.el: "cyclic.com" addresses changed to "red-bean.com". |
| 3693 | (bookmark-bmenu-mode-map): Don't bind C-k. | 3693 | (bookmark-bmenu-mode-map): Don't bind C-k. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index a4f02875972..323eba87b80 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -2749,7 +2749,7 @@ | |||
| 2749 | * abbrev.el: Likewise. | 2749 | * abbrev.el: Likewise. |
| 2750 | 2750 | ||
| 2751 | 1998-05-26 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | 2751 | 1998-05-26 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> |
| 2752 | Karl Fogel <kfogel@red-bean.com> | 2752 | Karl Fogel <kfogel@red-bean.com> |
| 2753 | 2753 | ||
| 2754 | * bookmark.el: Changes so bookmark list mode works with Info: | 2754 | * bookmark.el: Changes so bookmark list mode works with Info: |
| 2755 | (bookmark-jump-noselect): Use an inner save-window-excursion. | 2755 | (bookmark-jump-noselect): Use an inner save-window-excursion. |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index e57659ea5f8..0e61e16558b 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | (erc-channel-user): Add members for new modes. | 84 | (erc-channel-user): Add members for new modes. |
| 85 | (erc-channel-member-halfop-p, erc-channel-user-admin-p) | 85 | (erc-channel-member-halfop-p, erc-channel-user-admin-p) |
| 86 | (erc-channel-user-owner-p): Use new struct members. | 86 | (erc-channel-user-owner-p): Use new struct members. |
| 87 | (erc-format-nick, erc-format-@nick): Display user modes as nick prefix. | 87 | (erc-format-nick, erc-format-@nick): Display user modes as nick prefix. |
| 88 | (erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces | 88 | (erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces |
| 89 | (erc-get-user-mode-prefix): Return symbol for mode prefix. | 89 | (erc-get-user-mode-prefix): Return symbol for mode prefix. |
| 90 | (erc-update-channel-member, erc-update-current-channel-member) | 90 | (erc-update-channel-member, erc-update-current-channel-member) |
| @@ -718,4 +718,3 @@ See ChangeLog.08 for earlier changes. | |||
| 718 | ;; coding: utf-8 | 718 | ;; coding: utf-8 |
| 719 | ;; add-log-time-zone-rule: t | 719 | ;; add-log-time-zone-rule: t |
| 720 | ;; End: | 720 | ;; End: |
| 721 | |||
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index 77d4855abc2..1b4a52c12e0 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -2091,7 +2091,7 @@ | |||
| 2091 | 2091 | ||
| 2092 | * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected | 2092 | * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected |
| 2093 | 2093 | ||
| 2094 | * erc.el: * erc.el: * New variable: erc-common-server-name-suffixes | 2094 | * erc.el: New variable: erc-common-server-name-suffixes |
| 2095 | This alist can be used to change the server names displayed in mode-line | 2095 | This alist can be used to change the server names displayed in mode-line |
| 2096 | to a shorter version.. | 2096 | to a shorter version.. |
| 2097 | * New function: erc-shorten-server-name (uses var above) | 2097 | * New function: erc-shorten-server-name (uses var above) |
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 5f04cf8ebe5..029e29e4728 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -323,7 +323,7 @@ | |||
| 323 | 323 | ||
| 324 | * erc.el(erc-modules): Add some more symbols to the set | 324 | * erc.el(erc-modules): Add some more symbols to the set |
| 325 | 325 | ||
| 326 | * erc.el(erc-modules): * erc.el(erc-modules): Add :greedy t to the set in | 326 | * erc.el(erc-modules): Add :greedy t to the set in |
| 327 | 327 | ||
| 328 | * erc-dcc.el: | 328 | * erc-dcc.el: |
| 329 | More autoloads which make dcc autoload upon ctcp dcc query received. | 329 | More autoloads which make dcc autoload upon ctcp dcc query received. |
| @@ -714,7 +714,7 @@ | |||
| 714 | defcustom `erc-log-insert-log-on-open' | 714 | defcustom `erc-log-insert-log-on-open' |
| 715 | defcustom `erc-generate-log-file-name-function' | 715 | defcustom `erc-generate-log-file-name-function' |
| 716 | defun `erc-save-buffer-in-logs' (autoloads from erc-log.el) | 716 | defun `erc-save-buffer-in-logs' (autoloads from erc-log.el) |
| 717 | defuns `erc-generate-log-file-name-*' | 717 | defuns `erc-generate-log-file-name-*' |
| 718 | defun `erc-current-logfile' | 718 | defun `erc-current-logfile' |
| 719 | defun `erc-logging-enabled' (autoloads from erc-log.el) | 719 | defun `erc-logging-enabled' (autoloads from erc-log.el) |
| 720 | - erc-truncate-buffer-to-size: fix for double-saving bug when | 720 | - erc-truncate-buffer-to-size: fix for double-saving bug when |
| @@ -744,7 +744,7 @@ | |||
| 744 | 744 | ||
| 745 | 2003-04-27 Damien Elmes <erc@repose.cx> | 745 | 2003-04-27 Damien Elmes <erc@repose.cx> |
| 746 | 746 | ||
| 747 | * erc.el: * erc.el: erc-modules: added | 747 | * erc.el: erc-modules: added |
| 748 | 748 | ||
| 749 | 2003-04-27 Alex Schroeder <alex@gnu.org> | 749 | 2003-04-27 Alex Schroeder <alex@gnu.org> |
| 750 | 750 | ||
| @@ -1567,7 +1567,7 @@ | |||
| 1567 | * (erc-cmd-NAMES): Ditto. | 1567 | * (erc-cmd-NAMES): Ditto. |
| 1568 | * (erc-cmd-ME): Put 'do-not-parse-args property. | 1568 | * (erc-cmd-ME): Put 'do-not-parse-args property. |
| 1569 | 1569 | ||
| 1570 | * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed | 1570 | * erc-dcc-list: Renamed |
| 1571 | * (erc-dcc-member). Treat :nick as either a nick!user@host or nick, | 1571 | * (erc-dcc-member). Treat :nick as either a nick!user@host or nick, |
| 1572 | do appropriate comparisons, simplified. | 1572 | do appropriate comparisons, simplified. |
| 1573 | * (erc-dcc-list-add): New functions | 1573 | * (erc-dcc-list-add): New functions |
| @@ -1692,12 +1692,12 @@ | |||
| 1692 | 1692 | ||
| 1693 | 2003-01-11 Mario Lang <mlang@delysid.org> | 1693 | 2003-01-11 Mario Lang <mlang@delysid.org> |
| 1694 | 1694 | ||
| 1695 | * erc-dcc.el: * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix | 1695 | * erc-dcc.el (erc-dcc-do-LIST-command): Fix |
| 1696 | 1696 | ||
| 1697 | * erc-dcc.el: | 1697 | * erc-dcc.el: |
| 1698 | * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed | 1698 | * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed |
| 1699 | Keep This info in erc-dcc-member :sent and :confirmed plist values | 1699 | Keep This info in erc-dcc-member :sent and :confirmed plist values |
| 1700 | * : * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer | 1700 | :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer |
| 1701 | * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg... | 1701 | * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg... |
| 1702 | 1702 | ||
| 1703 | * erc-dcc.el: | 1703 | * erc-dcc.el: |
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index 540db9d2914..c8281bff1d0 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -638,7 +638,7 @@ | |||
| 638 | 638 | ||
| 639 | 1998-08-09 Simon Josefsson <jas@pdc.kth.se> | 639 | 1998-08-09 Simon Josefsson <jas@pdc.kth.se> |
| 640 | 640 | ||
| 641 | * gnus-srvr.el (gnus-browse-make-menu-bar): select did read | 641 | * gnus-srvr.el (gnus-browse-make-menu-bar): select did read |
| 642 | 642 | ||
| 643 | 1998-08-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 643 | 1998-08-09 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 644 | 644 | ||
| @@ -794,7 +794,7 @@ | |||
| 794 | 794 | ||
| 795 | 1998-07-19 16:59 Simon Josefsson <jas@pdc.kth.se> | 795 | 1998-07-19 16:59 Simon Josefsson <jas@pdc.kth.se> |
| 796 | 796 | ||
| 797 | * gnus-util.el (gnus-netrc-syntax-table): @ is whitespace | 797 | * gnus-util.el (gnus-netrc-syntax-table): @ is whitespace |
| 798 | 798 | ||
| 799 | 1998-07-17 Gordon Matzigkeit <gord@fig.org> | 799 | 1998-07-17 Gordon Matzigkeit <gord@fig.org> |
| 800 | 800 | ||
| @@ -972,7 +972,7 @@ | |||
| 972 | 1998-07-01 Simon Josefsson <jas@pdc.kth.se> | 972 | 1998-07-01 Simon Josefsson <jas@pdc.kth.se> |
| 973 | 973 | ||
| 974 | * gnus-int.el (gnus-get-function): returned non-nil when | 974 | * gnus-int.el (gnus-get-function): returned non-nil when |
| 975 | function wasn't bound, if noerror=t | 975 | function wasn't bound, if noerror=t |
| 976 | 976 | ||
| 977 | 1998-07-01 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 977 | 1998-07-01 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 978 | 978 | ||
| @@ -1260,8 +1260,8 @@ | |||
| 1260 | 1260 | ||
| 1261 | 1998-06-09 Sam Steingold <sds@goems.com> | 1261 | 1998-06-09 Sam Steingold <sds@goems.com> |
| 1262 | 1262 | ||
| 1263 | * gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only | 1263 | * gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only |
| 1264 | at the end of line. | 1264 | at the end of line. |
| 1265 | 1265 | ||
| 1266 | 1998-06-05 Hrvoje Niksic <hniksic@srce.hr> | 1266 | 1998-06-05 Hrvoje Niksic <hniksic@srce.hr> |
| 1267 | 1267 | ||
| @@ -1798,7 +1798,7 @@ | |||
| 1798 | 1798 | ||
| 1799 | 1998-03-18 Simon Josefsson <jas@pdc.kth.se> | 1799 | 1998-03-18 Simon Josefsson <jas@pdc.kth.se> |
| 1800 | 1800 | ||
| 1801 | * nndoc.el: dummy request-accept-article | 1801 | * nndoc.el: dummy request-accept-article |
| 1802 | 1802 | ||
| 1803 | 1998-03-19 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 1803 | 1998-03-19 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 1804 | 1804 | ||
| @@ -2316,9 +2316,9 @@ | |||
| 2316 | 2316 | ||
| 2317 | 1998-01-17 Simon Josefsson <jas@pdc.kth.se> | 2317 | 1998-01-17 Simon Josefsson <jas@pdc.kth.se> |
| 2318 | 2318 | ||
| 2319 | * gnus-sum.el (gnus-summary-work-articles): change buffer | 2319 | * gnus-sum.el (gnus-summary-work-articles): change buffer |
| 2320 | before looking at marked articles | 2320 | before looking at marked articles |
| 2321 | (gnus-summary-work-articles): better check of marked articles | 2321 | (gnus-summary-work-articles): better check of marked articles |
| 2322 | 2322 | ||
| 2323 | 1998-02-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 2323 | 1998-02-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 2324 | 2324 | ||
| @@ -2607,7 +2607,7 @@ | |||
| 2607 | 2607 | ||
| 2608 | 1997-12-22 Simon Josefsson <jas@faun.nada.kth.se> | 2608 | 1997-12-22 Simon Josefsson <jas@faun.nada.kth.se> |
| 2609 | 2609 | ||
| 2610 | * nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory | 2610 | * nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory |
| 2611 | 2611 | ||
| 2612 | 1997-12-28 Per Abrahamsen <abraham@dina.kvl.dk> | 2612 | 1997-12-28 Per Abrahamsen <abraham@dina.kvl.dk> |
| 2613 | 2613 | ||
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 475f7667f39..8c237ab77a9 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -15661,12 +15661,12 @@ | |||
| 15661 | * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el: | 15661 | * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el: |
| 15662 | Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100). | 15662 | Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100). |
| 15663 | 15663 | ||
| 15664 | ;;Has been fixed -- zsh. | 15664 | ;;Has been fixed -- zsh. |
| 15665 | ;;2001-03-05 Dave Love <fx@gnu.org> | 15665 | ;;2001-03-05 Dave Love <fx@gnu.org> |
| 15666 | ;; | 15666 | ;; |
| 15667 | ;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case. | 15667 | ;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case. |
| 15668 | ;; Move it after definition of mm-coding-system-p. | 15668 | ;; Move it after definition of mm-coding-system-p. |
| 15669 | ;; | 15669 | ;; |
| 15670 | 2001-03-01 Dave Love <fx@gnu.org> | 15670 | 2001-03-01 Dave Love <fx@gnu.org> |
| 15671 | 15671 | ||
| 15672 | * mm-util.el (mm-inhibit-file-name-handlers): Add | 15672 | * mm-util.el (mm-inhibit-file-name-handlers): Add |
| @@ -16138,9 +16138,9 @@ | |||
| 16138 | 16138 | ||
| 16139 | * mm-util.el (mm-multibyte-string-p): New. | 16139 | * mm-util.el (mm-multibyte-string-p): New. |
| 16140 | 16140 | ||
| 16141 | ;; * qp.el: Remove un-logged bogus changes from 2000-12-20. | 16141 | ;; * qp.el: Remove un-logged bogus changes from 2000-12-20. |
| 16142 | ;; (quoted-printable-encode-region): Doc fix. Don't call | 16142 | ;; (quoted-printable-encode-region): Doc fix. Don't call |
| 16143 | ;; string-as-multibyte on class. Clarify line-folding. | 16143 | ;; string-as-multibyte on class. Clarify line-folding. |
| 16144 | (quoted-printable-encode-string): Make temp buffer inherit | 16144 | (quoted-printable-encode-string): Make temp buffer inherit |
| 16145 | string's multibyteness. | 16145 | string's multibyteness. |
| 16146 | 16146 | ||
| @@ -16981,10 +16981,10 @@ | |||
| 16981 | * nnlistserv.el: Ignore errors when requiring nnweb and avoid a | 16981 | * nnlistserv.el: Ignore errors when requiring nnweb and avoid a |
| 16982 | compiler warning. | 16982 | compiler warning. |
| 16983 | 16983 | ||
| 16984 | ;2000-11-26 Dave Love <fx@gnu.org> | 16984 | ;2000-11-26 Dave Love <fx@gnu.org> |
| 16985 | ; | 16985 | ; |
| 16986 | ; * mm-uu.el (mm-uu-configure-list): Fix typo in :type. | 16986 | ; * mm-uu.el (mm-uu-configure-list): Fix typo in :type. |
| 16987 | ; | 16987 | ; |
| 16988 | 2000-11-23 Dave Love <fx@gnu.org> | 16988 | 2000-11-23 Dave Love <fx@gnu.org> |
| 16989 | 16989 | ||
| 16990 | * uu-post.pbm, uu-decode.pbm: New files from XPMs. | 16990 | * uu-post.pbm, uu-decode.pbm: New files from XPMs. |
| @@ -17017,7 +17017,7 @@ | |||
| 17017 | 17017 | ||
| 17018 | * gnus-art.el (gnus-mime-button-map): Don't inherit from | 17018 | * gnus-art.el (gnus-mime-button-map): Don't inherit from |
| 17019 | gnus-article-mode-map. | 17019 | gnus-article-mode-map. |
| 17020 | ; (gnus-mime-button-menu): Use mouse-set-point. | 17020 | ; (gnus-mime-button-menu): Use mouse-set-point. |
| 17021 | (gnus-insert-mime-button, gnus-mime-display-alternative) | 17021 | (gnus-insert-mime-button, gnus-mime-display-alternative) |
| 17022 | (gnus-mime-display-alternative): Don't use local-map property. | 17022 | (gnus-mime-display-alternative): Don't use local-map property. |
| 17023 | 17023 | ||
| @@ -17081,9 +17081,9 @@ | |||
| 17081 | * time-date.el (timezone-make-date-arpa-standard): Autoload. | 17081 | * time-date.el (timezone-make-date-arpa-standard): Autoload. |
| 17082 | (date-to-time): Use it. | 17082 | (date-to-time): Use it. |
| 17083 | 17083 | ||
| 17084 | ; * message.el (message-mode) <adaptive-fill-regexp>: | 17084 | ; * message.el (message-mode) <adaptive-fill-regexp>: |
| 17085 | ; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range. | 17085 | ; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range. |
| 17086 | ; (message-newline-and-reformat): Likewise. | 17086 | ; (message-newline-and-reformat): Likewise. |
| 17087 | (message-forward-as-mime, message-forward-ignored-headers) | 17087 | (message-forward-as-mime, message-forward-ignored-headers) |
| 17088 | (message-buffer-naming-style, message-default-charset) | 17088 | (message-buffer-naming-style, message-default-charset) |
| 17089 | (message-dont-reply-to-names, message-send-mail-partially-limit): | 17089 | (message-dont-reply-to-names, message-send-mail-partially-limit): |
| @@ -17188,16 +17188,16 @@ | |||
| 17188 | (uudecode-char-int): New alias, replacing char-int. | 17188 | (uudecode-char-int): New alias, replacing char-int. |
| 17189 | (uudecode-decode-region): Don't call buffer-disable-undo. | 17189 | (uudecode-decode-region): Don't call buffer-disable-undo. |
| 17190 | 17190 | ||
| 17191 | ; * mm-uu.el (mm-uu-configure): Unquote lambda. | 17191 | ; * mm-uu.el (mm-uu-configure): Unquote lambda. |
| 17192 | ; (mm-uu-configure-list): Doc fix. | 17192 | ; (mm-uu-configure-list): Doc fix. |
| 17193 | ; | 17193 | ; |
| 17194 | ; * earcon.el (running-xemacs): Don't define. | 17194 | ; * earcon.el (running-xemacs): Don't define. |
| 17195 | ; | 17195 | ; |
| 17196 | ;2000-11-03 Stefan Monnier <monnier@cs.yale.edu> | 17196 | ;2000-11-03 Stefan Monnier <monnier@cs.yale.edu> |
| 17197 | ; | 17197 | ; |
| 17198 | ; * message.el (message-font-lock-keywords): Match a final newline | 17198 | ; * message.el (message-font-lock-keywords): Match a final newline |
| 17199 | ; to help font-lock's multiline support. | 17199 | ; to help font-lock's multiline support. |
| 17200 | ; | 17200 | ; |
| 17201 | 2000-11-03 Dave Love <fx@gnu.org> | 17201 | 2000-11-03 Dave Love <fx@gnu.org> |
| 17202 | 17202 | ||
| 17203 | * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500. | 17203 | * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500. |
| @@ -17211,10 +17211,10 @@ | |||
| 17211 | * mm-decode.el (mm-display-external): Space-prefix temp buffer | 17211 | * mm-decode.el (mm-display-external): Space-prefix temp buffer |
| 17212 | name. Don't disable undo explicitly. | 17212 | name. Don't disable undo explicitly. |
| 17213 | 17213 | ||
| 17214 | ;2000-11-02 Dave Love <fx@gnu.org> | 17214 | ;2000-11-02 Dave Love <fx@gnu.org> |
| 17215 | ; | 17215 | ; |
| 17216 | ; * message.el (message-font-lock-keywords): Use [:alpha:] for | 17216 | ; * message.el (message-font-lock-keywords): Use [:alpha:] for |
| 17217 | ; cite-prefix. | 17217 | ; cite-prefix. |
| 17218 | 17218 | ||
| 17219 | 2000-11-01 Dave Love <fx@gnu.org> | 17219 | 2000-11-01 Dave Love <fx@gnu.org> |
| 17220 | 17220 | ||
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index bc5f8e48a34..0e28a27fe64 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * Version 24.4 released. | 3 | * Version 24.4 released. |
| 4 | 4 | ||
| 5 | 2014-09-30 Bill Wohler <wohler@newt.com> | 5 | 2014-09-30 Bill Wohler <wohler@newt.com> |
| 6 | 6 | ||
| 7 | Release MH-E version 8.6. | 7 | Release MH-E version 8.6. |
| 8 | 8 | ||
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 261fcd1cb11..2c4ca6d869c 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -4,16 +4,16 @@ | |||
| 4 | 4 | ||
| 5 | 2014-10-12 Marco Wahl <marcowahlsoft@gmail.com> | 5 | 2014-10-12 Marco Wahl <marcowahlsoft@gmail.com> |
| 6 | 6 | ||
| 7 | * org-agenda.el (org-get-entries-from-diary): Use | 7 | * org-agenda.el (org-get-entries-from-diary): Use |
| 8 | `diary-fancy-display' instead of the obsolete | 8 | `diary-fancy-display' instead of the obsolete |
| 9 | `diary-display-hook'. | 9 | `diary-display-hook'. |
| 10 | 10 | ||
| 11 | 2014-10-12 Nicolas Goaziou <mail@nicolasgoaziou.fr> | 11 | 2014-10-12 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
| 12 | 12 | ||
| 13 | * ox.el (org-export-async-start): Limit first argument to lambda | 13 | * ox.el (org-export-async-start): Limit first argument to lambda |
| 14 | expressions. | 14 | expressions. |
| 15 | 15 | ||
| 16 | * ox-publish.el (org-publish, org-publish-all) | 16 | * ox-publish.el (org-publish, org-publish-all) |
| 17 | (org-publish-current-file): Replace `ignore', per limit stated | 17 | (org-publish-current-file): Replace `ignore', per limit stated |
| 18 | above. | 18 | above. |
| 19 | 19 | ||
| @@ -25352,7 +25352,7 @@ | |||
| 25352 | (org-ascii-replace-entities): New function. | 25352 | (org-ascii-replace-entities): New function. |
| 25353 | 25353 | ||
| 25354 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 25354 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 25355 | Ulf Stegemann <ulf@zeitform.de> | 25355 | Ulf Stegemann <ulf@zeitform.de> |
| 25356 | 25356 | ||
| 25357 | * org-entities.el: New file. | 25357 | * org-entities.el: New file. |
| 25358 | 25358 | ||