aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2006-05-09 23:24:20 +0000
committerJuri Linkov2006-05-09 23:24:20 +0000
commitfb9d59d8a7cfd4db6ec088bce90a3fb1a11ba3a4 (patch)
tree3d6c30caee231e3f59f0397ca3f0515b36d96fad
parentab3050bc5d919063e1146f87ccb09fc341ee2dbc (diff)
downloademacs-fb9d59d8a7cfd4db6ec088bce90a3fb1a11ba3a4.tar.gz
emacs-fb9d59d8a7cfd4db6ec088bce90a3fb1a11ba3a4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7c7d1e553c..f49a385b7cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,30 @@
12006-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
12006-05-09 Kim F. Storm <storm@cua.dk> 282006-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*