aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2004-12-29 00:10:31 +0000
committerKim F. Storm2004-12-29 00:10:31 +0000
commita2c7e69a185a44f5dd5efde2ab145422ad392a8a (patch)
treead48e9e3b79f5be384512ec08a9d286750969ec1 /lisp
parent4b9829242b7a60b00e0b138d8cb0e71f7d9af46a (diff)
downloademacs-a2c7e69a185a44f5dd5efde2ab145422ad392a8a.tar.gz
emacs-a2c7e69a185a44f5dd5efde2ab145422ad392a8a.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65ae09b4214..fe21a6041bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -32,7 +32,7 @@
32 With --dired output format, detect and distinguish lines 32 With --dired output format, detect and distinguish lines
33 that are really error messages. 33 that are really error messages.
34 (insert-directory-adj-pos): New function. 34 (insert-directory-adj-pos): New function.
35 35
36 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil. 36 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
37 37
38 * battery.el (battery-mode-line-format): Remove initial spaces. 38 * battery.el (battery-mode-line-format): Remove initial spaces.
@@ -61,14 +61,14 @@
61 Now takes an arg TYPE to specify looking for a particular 61 Now takes an arg TYPE to specify looking for a particular
62 type of definition only. 62 type of definition only.
63 63
64 * emacs-lisp/debug.el (debugger-make-xrefs): 64 * emacs-lisp/debug.el (debugger-make-xrefs):
65 Call symbol-file with `defun'. 65 Call symbol-file with `defun'.
66 66
67 * emacs-lisp/find-func.el (find-function-noselect): 67 * emacs-lisp/find-func.el (find-function-noselect):
68 Call symbol-file with `defun'. 68 Call symbol-file with `defun'.
69 (find-variable-noselect): Call symbol-file with `defvar'. 69 (find-variable-noselect): Call symbol-file with `defvar'.
70 70
71 * eshell/esh-cmd.el (eshell-find-alias-function): 71 * eshell/esh-cmd.el (eshell-find-alias-function):
72 Call symbol-file with `defun'. 72 Call symbol-file with `defun'.
73 73
74 * eshell/esh-test.el (eshell-test-goto-func): 74 * eshell/esh-test.el (eshell-test-goto-func):
@@ -88,14 +88,14 @@
88 (undo): Set and test it. 88 (undo): Set and test it.
89 (buffer-disable-undo): Moved here from buffer.c. 89 (buffer-disable-undo): Moved here from buffer.c.
90 Clear out undo-list-saved. 90 Clear out undo-list-saved.
91 91
92 * international/mule.el (decode-coding-inserted-region): 92 * international/mule.el (decode-coding-inserted-region):
93 Set buffer-undo-list in a correct and optimal way. 93 Set buffer-undo-list in a correct and optimal way.
94 94
95 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings. 95 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
96 (cperl-font-lock-unfontify-region-function): No need to save and 96 (cperl-font-lock-unfontify-region-function): No need to save and
97 restore info, since font-lock.el does it for us. 97 restore info, since font-lock.el does it for us.
98 98
99 * ansi-color.el (save-buffer-state): Definition deleted. 99 * ansi-color.el (save-buffer-state): Definition deleted.
100 (ansi-color-unfontify-region): Don't use save-buffer-state. 100 (ansi-color-unfontify-region): Don't use save-buffer-state.
101 101
@@ -105,10 +105,10 @@
105 105
1062004-12-27 Kevin Ryde <user42@zip.com.au> 1062004-12-27 Kevin Ryde <user42@zip.com.au>
107 107
108 * simple.el (next-matching-history-element): Use same 108 * simple.el (next-matching-history-element): Use same
109 `interactive' form as previous-matching-history-element. 109 `interactive' form as previous-matching-history-element.
110 110
111 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, 111 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
112 it can appear unencoded and has been seen from yahoo. 112 it can appear unencoded and has been seen from yahoo.
113 113
1142004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) 1142004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)