comparison lisp/ChangeLog @ 70100:1694af098666

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Apr 2006 21:25:10 +0000
parents da16308f67d1
children 2ae2af972533
comparison
equal deleted inserted replaced
70099:7ab0f5013dfb 70100:1694af098666
1 2006-04-18 Richard Stallman <rms@gnu.org>
2
3 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4
5 * imenu.el (imenu-create-index-function, imenu--index-alist)
6 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7 (imenu-default-create-index-function, imenu--generic-function):
8 Doc fixes.
9
10 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11
12 * help-mode.el (help-mode): Set view-exit-action to delete window.
13
14 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15 now works by passing nil as arg.
16
17 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
18
19 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
20 (read-abbrev-file): Provide default when reading filename.
21
22 * files.el (enable-local-variables): Allow :all as value.
23 (hack-local-variables): Implement that value.
24 (safe-local-variable-values, safe-local-eval-forms)
25 (enable-local-variables): Mark as risky.
26 (find-file-visit-truename, kept-old-versions): Mark safe.
27
28 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
29 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
30 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
31
1 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 32 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 33
3 * progmodes/tcl.el (tcl-send-string, tcl-send-region): 34 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4 Use forward-line so as to get to BOL even in the presence of fields. 35 Use forward-line so as to get to BOL even in the presence of fields.
5 (tcl-eval-region): Strip surrounding space to avoid multiple prompts 36 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
156 187
157 2006-04-12 Romain Francoise <romain@orebokech.com> 188 2006-04-12 Romain Francoise <romain@orebokech.com>
158 189
159 * subr.el (read-passwd): Bind `message-log-max' to nil. 190 * subr.el (read-passwd): Bind `message-log-max' to nil.
160 191
192 >>>>>>> 1.9411
161 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 193 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
162 194
163 * progmodes/perl-mode.el (perl-indent-new-calculate): 195 * progmodes/perl-mode.el (perl-indent-new-calculate):
164 Recompute parse-start after jumping backward by a whole sexp. 196 Recompute parse-start after jumping backward by a whole sexp.
165 197