comparison lisp/ChangeLog @ 59174:517f681ba7a8

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 29 Dec 2004 00:10:31 +0000
parents 7b050423ba52
children 25f94004470f
comparison
equal deleted inserted replaced
59173:2eadf4401d2d 59174:517f681ba7a8
30 (insert-directory): When ls returns an error, test the version 30 (insert-directory): When ls returns an error, test the version
31 number to decide what the return code means. 31 number to decide what the return code means.
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.
39 39
40 * uniquify.el (uniquify-rationalize-file-buffer-names): 40 * uniquify.el (uniquify-rationalize-file-buffer-names):
59 * subr.el (messages-buffer-max-lines): Alias for message-log-max. 59 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
60 (symbol-file): Rewritten to handle new load-history format. 60 (symbol-file): Rewritten to handle new load-history format.
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):
75 Call symbol-file with `defun'. 75 Call symbol-file with `defun'.
76 76
86 86
87 * simple.el (undo-list-saved): New variable (buffer-local). 87 * simple.el (undo-list-saved): New variable (buffer-local).
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
102 2004-12-27 Dave Love <fx@gnu.org> 102 2004-12-27 Dave Love <fx@gnu.org>
103 103
104 * wid-edit.el (function): Use restricted-sexp as parent. 104 * wid-edit.el (function): Use restricted-sexp as parent.
105 105
106 2004-12-27 Kevin Ryde <user42@zip.com.au> 106 2004-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
114 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) 114 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
115 115
116 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5 116 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5