aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-23 00:14:50 +0000
committerJuanma Barranquero2005-05-23 00:14:50 +0000
commit28fdc86acb924d25f04af52f09e98779cb0b41df (patch)
tree989d283208a6b137e86e5d0724ac08752138712e
parent7c09345fe4d9084de7ce371cfb71b28b1f2c21e2 (diff)
downloademacs-28fdc86acb924d25f04af52f09e98779cb0b41df.tar.gz
emacs-28fdc86acb924d25f04af52f09e98779cb0b41df.zip
Maintain timestamp order (new zealanders live in the future ;-)
-rw-r--r--lisp/ChangeLog28
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 @@
12005-05-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4
12005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org> 52005-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
482005-05-23 Kevin Ryde <user42@zip.com.au>: 522005-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
652005-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
612005-05-22 Luc Teirlinck <teirllm@auburn.edu> 712005-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
1062005-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
1122005-05-22 Juanma Barranquero <lekktu@gmail.com> 1162005-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
98532004-10-05 Emilio C. Lopes <eclig@gmx.net>: 98572004-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'.