comparison lisp/ChangeLog @ 95073:02a21ad95261

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 17 May 2008 22:55:06 +0000
parents 3be19d5fa2a3
children 50d2e5b7b987
comparison
equal deleted inserted replaced
95072:a2ec715aefb4 95073:02a21ad95261
1 2008-05-17 Glenn Morris <rgm@gnu.org> 1 2008-05-17 Glenn Morris <rgm@gnu.org>
2
3 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4 simplify initial value.
5 (defezimage): Drop support for Emacs without defimage, use a featurep
6 test rather than fboundp when defining, drop with-no-warnings.
7 (ezimage-insert-over-text): Move featurep test inside
8 add-text-properties.
2 9
3 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format. 10 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4 11
5 * net/tramp.el (top-level): Load auth-source when compiling. 12 * net/tramp.el (top-level): Load auth-source when compiling.
6 13
15 * vc.el (vc-annotate-show-diff-revision-at-line): Change 22 * vc.el (vc-annotate-show-diff-revision-at-line): Change
16 vc-diff-internal arg to match what vc-deduce-fileseset returns now. 23 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
17 24
18 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> 25 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19 26
20 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el use it. 27 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
21 28
22 2008-05-17 Jim Meyering <meyering@redhat.com> 29 2008-05-17 Jim Meyering <meyering@redhat.com>
23 30
24 * ido.el (ido-save-history): Do not emit a trailing newline at the 31 * ido.el (ido-save-history): Do not emit a trailing newline at the
25 end of the ido history file. 32 end of the ido history file.