comparison lisp/ChangeLog @ 62645:8c5da3f6a00f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 May 2005 00:14:50 +0000
parents 7cd1d4fece92
children b2d8cc17b057
comparison
equal deleted inserted replaced
62644:7cd1d4fece92 62645:8c5da3f6a00f
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:
4 8
5 * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point 9 * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
13 declarations somewhat better in C++. 17 declarations somewhat better in C++.
14 18
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
29 * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in 33 * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
30 `objc-method-intro' and `objc-method-args-cont'. 34 `objc-method-intro' and `objc-method-args-cont'.
43 <gmorris+emacs@ast.cam.ac.uk>. 47 <gmorris+emacs@ast.cam.ac.uk>.
44 48
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).
52 56
53 2005-05-23 Lute Kamstra <lute@gnu.org> 57 2005-05-23 Lute Kamstra <lute@gnu.org>
9848 * info.el (Info-history, Info-toc): Fix Info headers. 9852 * info.el (Info-history, Info-toc): Fix Info headers.
9849 (Info-toc): Narrow buffer before Info-fontify-node. 9853 (Info-toc): Narrow buffer before Info-fontify-node.
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'.
9857 * calendar/cal-menu.el (calendar-mode-map): Ditto. 9861 * calendar/cal-menu.el (calendar-mode-map): Ditto.
9858 9862