comparison lisp/ChangeLog @ 61868:a5a035df0bbd

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 26 Apr 2005 20:37:31 +0000
parents d2d61028720d
children 9c34526ab2ec
comparison
equal deleted inserted replaced
61867:59330b4d0e5b 61868:a5a035df0bbd
1 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4 New fun and var, to preserve compatibility.
5
6 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
7
8 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9
10 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11 name to file-newer-than-file-p.
12
1 2005-04-26 Richard M. Stallman <rms@gnu.org> 13 2005-04-26 Richard M. Stallman <rms@gnu.org>
2 14
3 * simple.el (line-move-1): Avoid using vertical-motion in easy cases. 15 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4 16
5 * progmodes/python.el (python-mode): 17 * progmodes/python.el (python-mode):
7 19
8 * hexl.el (hexl-mode): Use new name eldoc-documentation-function. 20 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9 21
10 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix. 22 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11 (eldoc-documentation-function): 23 (eldoc-documentation-function):
12 Renamed from eldoc-print-current-symbol-info-function. Calls changed. 24 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13 25
14 2005-04-26 Nick Roberts <nickrob@snap.net.nz> 26 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
15 27
16 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. 28 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17 29
18 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> 30 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19 31
20 * term/xterm.el (function-key-map): Fix strings for 32 * term/xterm.el (function-key-map): Fix strings for
21 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind 33 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22 {C,S,A,C-S}-{f1-f12}. 34 {C,S,A,C-S}-{f1-f12}.
23 35
24 2005-04-26 Kenichi Handa <handa@m17n.org> 36 2005-04-26 Kenichi Handa <handa@m17n.org>
25 37
26 * international/mule-cmds.el (select-safe-coding-system): Fix 38 * international/mule-cmds.el (select-safe-coding-system):
27 previous change. 39 Fix previous change.
28 40
29 2005-04-26 Lute Kamstra <lute@gnu.org> 41 2005-04-26 Lute Kamstra <lute@gnu.org>
30 42
31 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring. 43 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32 44
41 to t while inserting information; use help-mode. 53 to t while inserting information; use help-mode.
42 54
43 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> 55 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
44 56
45 * term.el (ansi-term-color-vector): Use the xterm colors. 57 * term.el (ansi-term-color-vector): Use the xterm colors.
46 (term-raw-map): Don't add mappings for \eO and \e[. Map 58 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
47 deletechar.
48 59
49 2005-04-25 Lute Kamstra <lute@gnu.org> 60 2005-04-25 Lute Kamstra <lute@gnu.org>
50 61
51 * font-core.el (font-lock-defaults): Fix docstring. 62 * font-core.el (font-lock-defaults): Fix docstring.
52 63
53 * font-lock.el (font-lock-syntactic-face-function): Fix docstring. 64 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
54 65
55 2005-04-25 Kenichi Handa <handa@m17n.org> 66 2005-04-25 Kenichi Handa <handa@m17n.org>
56 67
57 * international/mule-cmds.el (select-safe-coding-system): Don't 68 * international/mule-cmds.el (select-safe-coding-system):
58 check consistency with coding: spec, etc if raw-text or 69 Don't check consistency with coding: spec, etc if raw-text or
59 no-conversion was found to be safe. 70 no-conversion was found to be safe.
60 71
61 2005-04-24 Richard M. Stallman <rms@gnu.org> 72 2005-04-24 Richard M. Stallman <rms@gnu.org>
62 73
63 * mail/sendmail.el (mail-font-lock-keywords): Match any number of 74 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
202 213
203 * subr.el (assq-delete-all): New implementation that is linear, 214 * subr.el (assq-delete-all): New implementation that is linear,
204 not quadratic. Suggested by David Kastrup <dak@gnu.org>. 215 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
205 (rassq-delete-all): New function. 216 (rassq-delete-all): New function.
206 217
207 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): Add 218 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
208 size-indication-mode. 219 Add size-indication-mode.
209 220
210 2005-04-21 Kenichi Handa <handa@m17n.org> 221 2005-04-21 Kenichi Handa <handa@m17n.org>
211 222
212 * international/mule-cmds.el: Add autoload for widget-value in 223 * international/mule-cmds.el: Add autoload for widget-value in
213 eval-when-compile 224 eval-when-compile.
214 225
215 2005-04-21 Nick Roberts <nickrob@snap.net.nz> 226 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
216 227
217 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): 228 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
218 Add tooltip-mode. 229 Add tooltip-mode.
579 (generic-mode-internal): Simplify generic-font-lock-keywords. 590 (generic-mode-internal): Simplify generic-font-lock-keywords.
580 591
581 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> 592 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
582 593
583 * whitespace.el (whitespace-buffer-leading) 594 * whitespace.el (whitespace-buffer-leading)
584 (whitespace-buffer-trailing): Revert the incorrect test 595 (whitespace-buffer-trailing): Revert the incorrect test inversion.
585 inversion. However, fix the highlight area for the leading and 596 However, fix the highlight area for the leading and
586 trailing whitespaces to show space. 597 trailing whitespaces to show space.
587 598
588 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> 599 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
589 600
590 * whitespace.el (whitespace-version): Bump to 3.5 601 * whitespace.el (whitespace-version): Bump to 3.5