comparison lisp/ChangeLog @ 70545:1a34330f0112

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 09 May 2006 23:24:20 +0000
parents f7861ffc739a
children 264aa3b97540
comparison
equal deleted inserted replaced
70544:2400f78c17e8 70545:1a34330f0112
1 2006-05-09 Juri Linkov <juri@jurta.org>
2
3 * battery.el (battery-linux-proc-acpi): Also try
4 `/proc/acpi/thermal_zone/THR2/temperature'.
5
6 * files.el <safe-local-variable>: Remove `eval' and `let' binding
7 for now unused lambda `string-or-null'.
8
9 * add-log.el (change-log-default-name): Put `string-or-null-p'
10 instead of lambda on `safe-local-variable' property.
11
12 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13 `region-end' instead of `mark' and `point'.
14 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15 Operate on region in Transient Mark mode when the mark is active.
16 Use `region-beginning' and `region-end' instead of `mark' and
17 `point'.
18 (diff-hunk-text, diff-goto-source): Doc fix.
19
20 * startup.el (fancy-splash-screens, normal-splash-screen): Use
21 face `mode-line-buffer-id' for mode-line buffer face instead of
22 hard-coded `(:weight bold)'.
23
24 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
25 buffer-undo-list to t (undo-ask is reproducible by visiting
26 nested archives).
27
1 2006-05-09 Kim F. Storm <storm@cua.dk> 28 2006-05-09 Kim F. Storm <storm@cua.dk>
2 29
3 * progmodes/grep.el (rgrep): Set default directory of *grep* 30 * progmodes/grep.el (rgrep): Set default directory of *grep*
4 buffer if we start M-x rgrep in the *grep* buffer and choose 31 buffer if we start M-x rgrep in the *grep* buffer and choose
5 a different base directory. 32 a different base directory.