aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-05-27 16:19:36 +0000
committerStefan Monnier2005-05-27 16:19:36 +0000
commit83040cb0999eb9027c2517c78bd9166505a6ea8a (patch)
tree77c7c55c07a555b8949aacfa7eb0edf41d0fb9fc
parent63971eab9980207248a356f6d20a354abd385bd6 (diff)
downloademacs-83040cb0999eb9027c2517c78bd9166505a6ea8a.tar.gz
emacs-83040cb0999eb9027c2517c78bd9166505a6ea8a.zip
(Info-goto-node): Revert autoload addition (2004-06-12).
-rw-r--r--lisp/ChangeLog52
-rw-r--r--lisp/info.el17
2 files changed, 35 insertions, 34 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
diff --git a/lisp/info.el b/lisp/info.el
index 0747245f41b..c36554e6a7a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1,7 +1,7 @@
1;;; info.el --- info package for Emacs 1;;; info.el --- info package for Emacs
2 2
3;; Copyright (C) 1985,86,92,93,94,95,96,97,98,99,2000,01,02,03,04,2005 3;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4;; Free Software Foundation, Inc. 4;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: help 7;; Keywords: help
@@ -515,9 +515,10 @@ in all the directories in that path."
515 ;; since the argument will then be parsed improperly. This also 515 ;; since the argument will then be parsed improperly. This also
516 ;; has the added benefit of allowing node names to be included 516 ;; has the added benefit of allowing node names to be included
517 ;; following the parenthesized filename. 517 ;; following the parenthesized filename.
518 (if (and (stringp file) (string-match "(.*)" file)) 518 (Info-goto-node
519 (Info-goto-node file) 519 (if (and (stringp file) (string-match "(.*)" file))
520 (Info-goto-node (concat "(" file ")"))) 520 file
521 (concat "(" file ")")))
521 (if (zerop (buffer-size)) 522 (if (zerop (buffer-size))
522 (Info-directory)))) 523 (Info-directory))))
523 524
@@ -1344,7 +1345,9 @@ any double quotes or backslashes must be escaped (\\\",\\\\)."
1344;; Go to an info node specified with a filename-and-nodename string 1345;; Go to an info node specified with a filename-and-nodename string
1345;; of the sort that is found in pointers in nodes. 1346;; of the sort that is found in pointers in nodes.
1346 1347
1347;;;###autoload 1348;; Don't autoload this function: the correct entry point for other packages
1349;; to use is `info'. --Stef
1350;; ;;;###autoload
1348(defun Info-goto-node (nodename &optional fork) 1351(defun Info-goto-node (nodename &optional fork)
1349 "Go to info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME. 1352 "Go to info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME.
1350If NODENAME is of the form (FILENAME)NODENAME, the node is in the Info file 1353If NODENAME is of the form (FILENAME)NODENAME, the node is in the Info file
@@ -4127,5 +4130,5 @@ BUFFER is the buffer speedbar is requesting buttons for."
4127 4130
4128(provide 'info) 4131(provide 'info)
4129 4132
4130;;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac 4133;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac
4131;;; info.el ends here 4134;;; info.el ends here