Mercurial > emacs
changeset 70545:1a34330f0112
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 09 May 2006 23:24:20 +0000 |
parents | 2400f78c17e8 |
children | 264aa3b97540 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 09 23:10:24 2006 +0000 +++ b/lisp/ChangeLog Tue May 09 23:24:20 2006 +0000 @@ -1,3 +1,30 @@ +2006-05-09 Juri Linkov <juri@jurta.org> + + * battery.el (battery-linux-proc-acpi): Also try + `/proc/acpi/thermal_zone/THR2/temperature'. + + * files.el <safe-local-variable>: Remove `eval' and `let' binding + for now unused lambda `string-or-null'. + + * add-log.el (change-log-default-name): Put `string-or-null-p' + instead of lambda on `safe-local-variable' property. + + * diff-mode.el (diff-context->unified): Use `region-beginning' and + `region-end' instead of `mark' and `point'. + (diff-unified->context, diff-reverse-direction, diff-fixup-modifs): + Operate on region in Transient Mark mode when the mark is active. + Use `region-beginning' and `region-end' instead of `mark' and + `point'. + (diff-hunk-text, diff-goto-source): Doc fix. + + * startup.el (fancy-splash-screens, normal-splash-screen): Use + face `mode-line-buffer-id' for mode-line buffer face instead of + hard-coded `(:weight bold)'. + + * arc-mode.el (archive-set-buffer-as-visiting-file): Bind + buffer-undo-list to t (undo-ask is reproducible by visiting + nested archives). + 2006-05-09 Kim F. Storm <storm@cua.dk> * progmodes/grep.el (rgrep): Set default directory of *grep*