[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Fri, 27 May 2005 12:19:37 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7620 emacs/lisp/ChangeLog:1.7621
*** emacs/lisp/ChangeLog:1.7620 Fri May 27 14:46:14 2005
--- emacs/lisp/ChangeLog Fri May 27 16:19:36 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-05-27 Stefan Monnier <address@hidden>
+
+ * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
+
2005-05-27 Jay Belanger <address@hidden>
* calc/calc-prog.el (calc-kbd-report): Remove.
***************
*** 5,11 ****
2005-05-27 Juanma Barranquero <address@hidden>
! * image.el (image-library-alist): Moved to image.c.
(image-type-available-p): Doc fix.
2005-05-27 Lute Kamstra <address@hidden>
--- 9,15 ----
2005-05-27 Juanma Barranquero <address@hidden>
! * image.el (image-library-alist): Move to image.c.
(image-type-available-p): Doc fix.
2005-05-27 Lute Kamstra <address@hidden>
***************
*** 17,24 ****
* textmodes/sgml-mode.el (sgml-namespace-face):
* textmodes/tex-mode.el (superscript, subscript, tex-math-face)
(tex-verbatim-face, tex-use-reftex):
! * textmodes/texinfo.el (texinfo-heading-face): Specify
! customization group.
* longlines.el: Don't require easy-mmode.
(longlines-visible-face): Specify customization group.
--- 21,28 ----
* textmodes/sgml-mode.el (sgml-namespace-face):
* textmodes/tex-mode.el (superscript, subscript, tex-math-face)
(tex-verbatim-face, tex-use-reftex):
! * textmodes/texinfo.el (texinfo-heading-face):
! Specify customization group.
* longlines.el: Don't require easy-mmode.
(longlines-visible-face): Specify customization group.
***************
*** 28,35 ****
* language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
encoding table of windows-1251.
! * international/ucs-tables.el (ucs-set-table-for-input): If
! translation-table-for-input of a coding system is a symbol, get
its translation-table property.
* international/code-pages.el: Don't register a coding system into
--- 32,39 ----
* language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
encoding table of windows-1251.
! * international/ucs-tables.el (ucs-set-table-for-input):
! If translation-table-for-input of a coding system is a symbol, get
its translation-table property.
* international/code-pages.el: Don't register a coding system into
***************
*** 44,57 ****
before checking the delimiter value.
* eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
! character before a space at the end of a line is \, assume the
! space is part of the last argument rather than a final argument
! separator.
!
! * eshell/esh-io.el (eshell-get-target): If
! `eshell-buffer-shorthand' is in use, and the target is `t' or
! `nil' (which are the most common values), don't assume that the
! symbol target is a buffer.
2005-05-26 Luc Teirlinck <address@hidden>
--- 48,59 ----
before checking the delimiter value.
* eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
! character before a space at the end of a line is \, assume the space
! is part of the last argument rather than a final argument separator.
!
! * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
! is in use, and the target is `t' or `nil' (which are the most common
! values), don't assume that the symbol target is a buffer.
2005-05-26 Luc Teirlinck <address@hidden>
***************
*** 162,169 ****
2005-05-26 Mark A. Hershberger <address@hidden>
! * xml.el (xml-substitute-special): Don't die for undefined xml
! entities.
2005-05-26 Jay Belanger <address@hidden>
--- 164,170 ----
2005-05-26 Mark A. Hershberger <address@hidden>
! * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2005-05-26 Jay Belanger <address@hidden>
***************
*** 194,204 ****
define `org-mode'.
(org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
! 2005-05-26 Nick Roberts <address@hidden>
* log-edit.el (log-edit-changelog-entries): Distinguish between
filenames like xfns.c and fns.c.
- Coded by Stefan Monnier <address@hidden>.
2005-05-25 Luc Teirlinck <address@hidden>
--- 195,204 ----
define `org-mode'.
(org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
! 2005-05-26 Stefan Monnier <address@hidden>
* log-edit.el (log-edit-changelog-entries): Distinguish between
filenames like xfns.c and fns.c.
2005-05-25 Luc Teirlinck <address@hidden>
***************
*** 231,237 ****
2005-05-24 Andre Spiegel <address@hidden>
! * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsoleted.
(cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
(cperl-mode): Use them.
--- 231,237 ----
2005-05-24 Andre Spiegel <address@hidden>
! * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
(cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
(cperl-mode): Use them.
***************
*** 272,282 ****
CC Mode update to 5.30.10:
! * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
could go past the limit in decoration level 2, thereby causing
errors during interactive fontification.
! * cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when
the file is evaluated interactively.
* cc-engine.el (c-guess-basic-syntax): Handle operator
--- 272,282 ----
CC Mode update to 5.30.10:
! * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
could go past the limit in decoration level 2, thereby causing
errors during interactive fontification.
! * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
the file is evaluated interactively.
* cc-engine.el (c-guess-basic-syntax): Handle operator
***************
*** 294,300 ****
Compensate for return value from `forward-line' when it has moved
but not to a different line due to eob.
! * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
`objc-method-intro' and `objc-method-args-cont'.
2005-05-23 Alan Mackenzie <address@hidden>
--- 294,300 ----
Compensate for return value from `forward-line' when it has moved
but not to a different line due to eob.
! * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
`objc-method-intro' and `objc-method-args-cont'.
2005-05-23 Alan Mackenzie <address@hidden>
***************
*** 323,330 ****
* subr.el (font-lock-defaults): Remove defvar as it's already
defined in font-core.el.
! * font-lock.el (font-lock-beginning-of-syntax-function): Fix
! docstring.
2005-05-23 Nick Roberts <address@hidden>
--- 323,329 ----
* subr.el (font-lock-defaults): Remove defvar as it's already
defined in font-core.el.
! * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2005-05-23 Nick Roberts <address@hidden>
***************
*** 336,343 ****
* font-core.el: Update comment.
! * emacs-lisp/easy-mmode.el (define-global-minor-mode): Use
! `after-change-major-mode-hook' instead of `find-file-hook'.
* buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
--- 335,342 ----
* font-core.el: Update comment.
! * emacs-lisp/easy-mmode.el (define-global-minor-mode):
! Use `after-change-major-mode-hook' instead of `find-file-hook'.
* buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
***************
*** 397,405 ****
* vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
doesn't exist.
! * vc.el (vc-trunk-p): Add autoload cookie. The function is used
! in vc-rcs.el when vc-mistrust-permissions is t, which is not the
! default.
2005-05-22 Nick Roberts <address@hidden>
--- 396,403 ----
* vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
doesn't exist.
! * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
! vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2005-05-22 Nick Roberts <address@hidden>
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Lute Kamstra, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Jay Belanger, 2005/05/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Karl Berry, 2005/05/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Daniel Pfeiffer, 2005/05/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/05/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M . Stallman, 2005/05/29