Mercurial > emacs
comparison lisp/ChangeLog @ 92789:61c661dac856
(Info-current-node): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 Mar 2008 01:57:05 +0000 |
parents | 503ca3b32075 |
children | e1181718f4f9 |
comparison
equal
deleted
inserted
replaced
92788:503ca3b32075 | 92789:61c661dac856 |
---|---|
1 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * bookmark.el (Info-current-node): Remove. | |
4 | |
1 2008-03-12 Juri Linkov <juri@jurta.org> | 5 2008-03-12 Juri Linkov <juri@jurta.org> |
2 | 6 |
3 * help.el (describe-project): Remove defaliases for view-todo and | 7 * help.el (describe-project): Remove defaliases for view-todo and |
4 describe-project that are now unnecessary after the merge from | 8 describe-project that are now unnecessary after the merge from |
5 emacs--rel--22 that added define-obsolete-function-alias. | 9 emacs--rel--22 that added define-obsolete-function-alias. |
22 * emulation/viper-util.el (viper-file-remote-p): Remove, unused. | 26 * emulation/viper-util.el (viper-file-remote-p): Remove, unused. |
23 | 27 |
24 * comint.el: Fix up indentation and comment style. Remove `function'. | 28 * comint.el: Fix up indentation and comment style. Remove `function'. |
25 | 29 |
26 * international/mule-cmds.el (reset-language-environment) | 30 * international/mule-cmds.el (reset-language-environment) |
27 (set-language-environment-nonascii-translation): Don't set-unibyte-charset. | 31 (set-language-environment-nonascii-translation): |
32 Don't set-unibyte-charset. | |
28 | 33 |
29 * doc-view.el: Remove all cb-args, use closures instead. | 34 * doc-view.el: Remove all cb-args, use closures instead. |
30 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel, | 35 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel, |
31 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was | 36 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was |
32 doing an incorrect check). Update all callers to use the new name. | 37 doing an incorrect check). Update all callers to use the new name. |