aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-05-27 16:19:36 +0000
committerStefan Monnier2005-05-27 16:19:36 +0000
commit83040cb0999eb9027c2517c78bd9166505a6ea8a (patch)
tree77c7c55c07a555b8949aacfa7eb0edf41d0fb9fc /lisp/ChangeLog
parent63971eab9980207248a356f6d20a354abd385bd6 (diff)
downloademacs-83040cb0999eb9027c2517c78bd9166505a6ea8a.tar.gz
emacs-83040cb0999eb9027c2517c78bd9166505a6ea8a.zip
(Info-goto-node): Revert autoload addition (2004-06-12).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog52
1 files changed, 25 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a65384b67f..1083e2d9aa5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4
12005-05-27 Jay Belanger <belanger@truman.edu> 52005-05-27 Jay Belanger <belanger@truman.edu>
2 6
3 * calc/calc-prog.el (calc-kbd-report): Remove. 7 * calc/calc-prog.el (calc-kbd-report): Remove.
@@ -5,7 +9,7 @@
5 9
62005-05-27 Juanma Barranquero <lekktu@gmail.com> 102005-05-27 Juanma Barranquero <lekktu@gmail.com>
7 11
8 * image.el (image-library-alist): Moved to image.c. 12 * image.el (image-library-alist): Move to image.c.
9 (image-type-available-p): Doc fix. 13 (image-type-available-p): Doc fix.
10 14
112005-05-27 Lute Kamstra <lute@gnu.org> 152005-05-27 Lute Kamstra <lute@gnu.org>
@@ -17,8 +21,8 @@
17 * textmodes/sgml-mode.el (sgml-namespace-face): 21 * textmodes/sgml-mode.el (sgml-namespace-face):
18 * textmodes/tex-mode.el (superscript, subscript, tex-math-face) 22 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19 (tex-verbatim-face, tex-use-reftex): 23 (tex-verbatim-face, tex-use-reftex):
20 * textmodes/texinfo.el (texinfo-heading-face): Specify 24 * textmodes/texinfo.el (texinfo-heading-face):
21 customization group. 25 Specify customization group.
22 26
23 * longlines.el: Don't require easy-mmode. 27 * longlines.el: Don't require easy-mmode.
24 (longlines-visible-face): Specify customization group. 28 (longlines-visible-face): Specify customization group.
@@ -28,8 +32,8 @@
28 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the 32 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29 encoding table of windows-1251. 33 encoding table of windows-1251.
30 34
31 * international/ucs-tables.el (ucs-set-table-for-input): If 35 * international/ucs-tables.el (ucs-set-table-for-input):
32 translation-table-for-input of a coding system is a symbol, get 36 If translation-table-for-input of a coding system is a symbol, get
33 its translation-table property. 37 its translation-table property.
34 38
35 * international/code-pages.el: Don't register a coding system into 39 * international/code-pages.el: Don't register a coding system into
@@ -44,14 +48,12 @@
44 before checking the delimiter value. 48 before checking the delimiter value.
45 49
46 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the 50 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
47 character before a space at the end of a line is \, assume the 51 character before a space at the end of a line is \, assume the space
48 space is part of the last argument rather than a final argument 52 is part of the last argument rather than a final argument separator.
49 separator.
50 53
51 * eshell/esh-io.el (eshell-get-target): If 54 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
52 `eshell-buffer-shorthand' is in use, and the target is `t' or 55 is in use, and the target is `t' or `nil' (which are the most common
53 `nil' (which are the most common values), don't assume that the 56 values), don't assume that the symbol target is a buffer.
54 symbol target is a buffer.
55 57
562005-05-26 Luc Teirlinck <teirllm@auburn.edu> 582005-05-26 Luc Teirlinck <teirllm@auburn.edu>
57 59
@@ -162,8 +164,7 @@
162 164
1632005-05-26 Mark A. Hershberger <mah@everybody.org> 1652005-05-26 Mark A. Hershberger <mah@everybody.org>
164 166
165 * xml.el (xml-substitute-special): Don't die for undefined xml 167 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
166 entities.
167 168
1682005-05-26 Jay Belanger <belanger@truman.edu> 1692005-05-26 Jay Belanger <belanger@truman.edu>
169 170
@@ -194,11 +195,10 @@
194 define `org-mode'. 195 define `org-mode'.
195 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'. 196 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
196 197
1972005-05-26 Nick Roberts <nickrob@snap.net.nz> 1982005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
198 199
199 * log-edit.el (log-edit-changelog-entries): Distinguish between 200 * log-edit.el (log-edit-changelog-entries): Distinguish between
200 filenames like xfns.c and fns.c. 201 filenames like xfns.c and fns.c.
201 Coded by Stefan Monnier <monnier@iro.umontreal.ca>.
202 202
2032005-05-25 Luc Teirlinck <teirllm@auburn.edu> 2032005-05-25 Luc Teirlinck <teirllm@auburn.edu>
204 204
@@ -231,7 +231,7 @@
231 231
2322005-05-24 Andre Spiegel <spiegel@gnu.org> 2322005-05-24 Andre Spiegel <spiegel@gnu.org>
233 233
234 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsoleted. 234 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
235 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options. 235 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
236 (cperl-mode): Use them. 236 (cperl-mode): Use them.
237 237
@@ -272,11 +272,11 @@
272 272
273 CC Mode update to 5.30.10: 273 CC Mode update to 5.30.10:
274 274
275 * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point 275 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
276 could go past the limit in decoration level 2, thereby causing 276 could go past the limit in decoration level 2, thereby causing
277 errors during interactive fontification. 277 errors during interactive fontification.
278 278
279 * cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when 279 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
280 the file is evaluated interactively. 280 the file is evaluated interactively.
281 281
282 * cc-engine.el (c-guess-basic-syntax): Handle operator 282 * cc-engine.el (c-guess-basic-syntax): Handle operator
@@ -294,7 +294,7 @@
294 Compensate for return value from `forward-line' when it has moved 294 Compensate for return value from `forward-line' when it has moved
295 but not to a different line due to eob. 295 but not to a different line due to eob.
296 296
297 * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in 297 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
298 `objc-method-intro' and `objc-method-args-cont'. 298 `objc-method-intro' and `objc-method-args-cont'.
299 299
3002005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org> 3002005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
@@ -323,8 +323,7 @@
323 * subr.el (font-lock-defaults): Remove defvar as it's already 323 * subr.el (font-lock-defaults): Remove defvar as it's already
324 defined in font-core.el. 324 defined in font-core.el.
325 325
326 * font-lock.el (font-lock-beginning-of-syntax-function): Fix 326 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
327 docstring.
328 327
3292005-05-23 Nick Roberts <nickrob@snap.net.nz> 3282005-05-23 Nick Roberts <nickrob@snap.net.nz>
330 329
@@ -336,8 +335,8 @@
336 335
337 * font-core.el: Update comment. 336 * font-core.el: Update comment.
338 337
339 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Use 338 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
340 `after-change-major-mode-hook' instead of `find-file-hook'. 339 Use `after-change-major-mode-hook' instead of `find-file-hook'.
341 340
342 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'. 341 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
343 342
@@ -397,9 +396,8 @@
397 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE 396 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
398 doesn't exist. 397 doesn't exist.
399 398
400 * vc.el (vc-trunk-p): Add autoload cookie. The function is used 399 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
401 in vc-rcs.el when vc-mistrust-permissions is t, which is not the 400 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
402 default.
403 401
4042005-05-22 Nick Roberts <nickrob@snap.net.nz> 4022005-05-22 Nick Roberts <nickrob@snap.net.nz>
405 403