diff options
| author | Juanma Barranquero | 2005-05-23 00:14:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-23 00:14:50 +0000 |
| commit | 28fdc86acb924d25f04af52f09e98779cb0b41df (patch) | |
| tree | 989d283208a6b137e86e5d0724ac08752138712e | |
| parent | 7c09345fe4d9084de7ce371cfb71b28b1f2c21e2 (diff) | |
| download | emacs-28fdc86acb924d25f04af52f09e98779cb0b41df.tar.gz emacs-28fdc86acb924d25f04af52f09e98779cb0b41df.zip | |
Maintain timestamp order (new zealanders live in the future ;-)
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 550bb776c01..4c4253e270e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-05-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (acons, pairlis): Add docstring. | ||
| 4 | |||
| 1 | 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org> | 5 | 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 2 | 6 | ||
| 3 | CC Mode update to 5.30.10: | 7 | CC Mode update to 5.30.10: |
| @@ -15,14 +19,14 @@ | |||
| 15 | * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to | 19 | * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to |
| 16 | make use of `run-mode-hooks' which has been added in Emacs 21.1. | 20 | make use of `run-mode-hooks' which has been added in Emacs 21.1. |
| 17 | 21 | ||
| 18 | (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode, | 22 | (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) |
| 19 | awk-mode): Use it. | 23 | (awk-mode): Use it. |
| 20 | 24 | ||
| 21 | (make-local-hook): Suppress warning about obsoleteness. | 25 | (make-local-hook): Suppress warning about obsoleteness. |
| 22 | 26 | ||
| 23 | * cc-engine.el, cc-align.el, cc-cmds.el | 27 | * cc-engine.el, cc-align.el, cc-cmds.el |
| 24 | (c-append-backslashes-forward, c-delete-backslashes-forward, | 28 | (c-append-backslashes-forward, c-delete-backslashes-forward) |
| 25 | c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks): | 29 | (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks): |
| 26 | Compensate for return value from `forward-line' when it has moved | 30 | Compensate for return value from `forward-line' when it has moved |
| 27 | but not to a different line due to eob. | 31 | but not to a different line due to eob. |
| 28 | 32 | ||
| @@ -45,7 +49,7 @@ | |||
| 45 | * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK | 49 | * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK |
| 46 | Mode's regexps. | 50 | Mode's regexps. |
| 47 | 51 | ||
| 48 | 2005-05-23 Kevin Ryde <user42@zip.com.au>: | 52 | 2005-05-23 Kevin Ryde <user42@zip.com.au> |
| 49 | 53 | ||
| 50 | * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from | 54 | * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from |
| 51 | c-parse-state, to avoid a lisp error (on bad code). | 55 | c-parse-state, to avoid a lisp error (on bad code). |
| @@ -58,6 +62,12 @@ | |||
| 58 | * font-lock.el (font-lock-beginning-of-syntax-function): Fix | 62 | * font-lock.el (font-lock-beginning-of-syntax-function): Fix |
| 59 | docstring. | 63 | docstring. |
| 60 | 64 | ||
| 65 | 2005-05-23 Nick Roberts <nickrob@snap.net.nz> | ||
| 66 | |||
| 67 | * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps | ||
| 68 | more general and work when GDB variable "print pretty" is on, | ||
| 69 | as with Emacs, for example. | ||
| 70 | |||
| 61 | 2005-05-22 Luc Teirlinck <teirllm@auburn.edu> | 71 | 2005-05-22 Luc Teirlinck <teirllm@auburn.edu> |
| 62 | 72 | ||
| 63 | * font-core.el: Update comment. | 73 | * font-core.el: Update comment. |
| @@ -103,12 +113,6 @@ | |||
| 103 | * dired.el (dired-font-lock-keywords): Fontify files with junk | 113 | * dired.el (dired-font-lock-keywords): Fontify files with junk |
| 104 | extensions even if marked by -F. | 114 | extensions even if marked by -F. |
| 105 | 115 | ||
| 106 | 2005-05-23 Nick Roberts <nickrob@snap.net.nz> | ||
| 107 | |||
| 108 | * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps | ||
| 109 | more general and work when GDB variable "print pretty" is on, | ||
| 110 | as with Emacs, for example. | ||
| 111 | |||
| 112 | 2005-05-22 Juanma Barranquero <lekktu@gmail.com> | 116 | 2005-05-22 Juanma Barranquero <lekktu@gmail.com> |
| 113 | 117 | ||
| 114 | * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp) | 118 | * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp) |
| @@ -9850,7 +9854,7 @@ | |||
| 9850 | (Info-build-toc): Don't check for special Info file names. | 9854 | (Info-build-toc): Don't check for special Info file names. |
| 9851 | Set main-file to nil if Info-find-file returns a symbol. | 9855 | Set main-file to nil if Info-find-file returns a symbol. |
| 9852 | 9856 | ||
| 9853 | 2004-10-05 Emilio C. Lopes <eclig@gmx.net>: | 9857 | 2004-10-05 Emilio C. Lopes <eclig@gmx.net> |
| 9854 | 9858 | ||
| 9855 | * calendar/calendar.el (calendar-goto-iso-week): Add autoload. | 9859 | * calendar/calendar.el (calendar-goto-iso-week): Add autoload. |
| 9856 | (calendar-mode-map): Add binding for `calendar-goto-iso-week'. | 9860 | (calendar-mode-map): Add binding for `calendar-goto-iso-week'. |