aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-03-28 08:44:36 +0000
committerJuanma Barranquero2007-03-28 08:44:36 +0000
commit86b8a072ee4f194db5ff3035ad91d948a01f3061 (patch)
tree785ddf80da6a69c56fb842e5f589395726e00c1c
parenta0dd810b1bfab04ff26325b9c259e8915f7657fc (diff)
downloademacs-86b8a072ee4f194db5ff3035ad91d948a01f3061.tar.gz
emacs-86b8a072ee4f194db5ff3035ad91d948a01f3061.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog42
1 files changed, 21 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 163bd1da52e..e834d93fc7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -35,8 +35,8 @@
35 35
362007-03-27 Kevin Ryde <user42@zip.com.au> 362007-03-27 Kevin Ryde <user42@zip.com.au>
37 37
38 * info.el (Info-display-images-node): On a text-only terminal, show 38 * info.el (Info-display-images-node): On a text-only terminal,
39 the "text" or "alt" parts of the image blobs. 39 show the "text" or "alt" parts of the image blobs.
40 40
412007-03-27 Glenn Morris <rgm@gnu.org> 412007-03-27 Glenn Morris <rgm@gnu.org>
42 42
@@ -95,8 +95,8 @@
95 95
962007-03-24 Markus Triska <markus.triska@gmx.at> 962007-03-24 Markus Triska <markus.triska@gmx.at>
97 97
98 * expand.el: Change example to always enable abbrev-mode, and 98 * expand.el: Change example to always enable abbrev-mode,
99 remove redundant `function'. 99 and remove redundant `function'.
100 (expand-abbrev-hook): Add autoload cookie. 100 (expand-abbrev-hook): Add autoload cookie.
101 101
1022007-03-24 Ryan Yeske <rcyeske@gmail.com> 1022007-03-24 Ryan Yeske <rcyeske@gmail.com>
@@ -575,7 +575,7 @@
575 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): 575 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
576 Redo previous change. 576 Redo previous change.
577 577
5782007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) 5782007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
579 579
580 * diff-mode.el (diff-mode): Doc fix. 580 * diff-mode.el (diff-mode): Doc fix.
581 581
@@ -1609,7 +1609,7 @@
16092007-01-27 Guanpeng Xu <herberteuler@hotmail.com> 16092007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
1610 1610
1611 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for 1611 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1612 enum/union/struct/class definition. 1612 enum/union/struct/class definition.
1613 Revert change to call `forward-sexp' multiple times. 1613 Revert change to call `forward-sexp' multiple times.
1614 1614
16152007-01-27 Chong Yidong <cyd@stupidchicken.com> 16152007-01-27 Chong Yidong <cyd@stupidchicken.com>
@@ -2216,7 +2216,7 @@
2216 * international/mule-cmds.el (select-safe-coding-system-interactively): 2216 * international/mule-cmds.el (select-safe-coding-system-interactively):
2217 Fix message. 2217 Fix message.
2218 2218
22192006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change) 22192006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2220 2220
2221 * files.el (backup-buffer): Show entire backup file name in msg. 2221 * files.el (backup-buffer): Show entire backup file name in msg.
2222 2222
@@ -2673,20 +2673,20 @@
26732006-12-09 Martin Rudalics <rudalics@gmx.at> 26732006-12-09 Martin Rudalics <rudalics@gmx.at>
2674 2674
2675 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit) 2675 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2676 (wdired-search-and-rename): Simplify code. 2676 (wdired-search-and-rename): Simplify code.
2677 (wdired-preprocess-files, wdired-preprocess-perms): Make 2677 (wdired-preprocess-files, wdired-preprocess-perms): Make
2678 read-only property of preceding character rear-nonsticky to 2678 read-only property of preceding character rear-nonsticky to
2679 avoid that it can be modified. Put old-name and old-link 2679 avoid that it can be modified. Put old-name and old-link
2680 properties on character preceding name and replace 2680 properties on character preceding name and replace
2681 put-text-property by add-text-properties. 2681 put-text-property by add-text-properties.
2682 (wdired-get-filename, wdired-get-previous-link): Get old-name 2682 (wdired-get-filename, wdired-get-previous-link): Get old-name
2683 and old-link properties from character preceding name and 2683 and old-link properties from character preceding name and
2684 simplify code. 2684 simplify code.
2685 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit) 2685 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2686 (wdired-perms-to-number): Make local-map property 2686 (wdired-perms-to-number): Make local-map property
2687 rear-nonsticky to avoid that text following permissions may be 2687 rear-nonsticky to avoid that text following permissions may be
2688 modified. Use add-text-properties instead of put-text-property 2688 modified. Use add-text-properties instead of put-text-property
2689 when changing a permission bit. 2689 when changing a permission bit.
2690 (wdired-change-to-dired-mode): Remove stickiness properties. 2690 (wdired-change-to-dired-mode): Remove stickiness properties.
2691 2691
26922006-12-09 Juanma Barranquero <lekktu@gmail.com> 26922006-12-09 Juanma Barranquero <lekktu@gmail.com>
@@ -12822,7 +12822,7 @@
12822 English aspell dictionary is installed, use the first entry of 12822 English aspell dictionary is installed, use the first entry of
12823 ispell-dictionary-alist-1. 12823 ispell-dictionary-alist-1.
12824 12824
128252006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) 128252006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12826 12826
12827 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 12827 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12828 Doc fix. 12828 Doc fix.
@@ -14844,7 +14844,7 @@
14844 (hi-lock-find-patterns, hi-lock-font-lock-hook): 14844 (hi-lock-find-patterns, hi-lock-font-lock-hook):
14845 Replace hi-lock-buffer-mode with hi-lock-mode. 14845 Replace hi-lock-buffer-mode with hi-lock-mode.
14846 14846
148472005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) 148472005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14848 14848
14849 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the 14849 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14850 completion list, even after a partial completion has been 14850 completion list, even after a partial completion has been