/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6779 by jas, Mon Dec 27 11:30:04 2004 UTC revision 1.6780 by rms, Mon Dec 27 16:42:58 2004 UTC
# Line 1  Line 1 
1    2004-12-27  Richard M. Stallman  <rms@gnu.org>
2    
3            * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4    
5            * battery.el (battery-mode-line-format): Remove initial spaces.
6    
7            * uniquify.el (uniquify-rationalize-file-buffer-names):
8            Delete interactive spec.
9    
10            * type-break.el (type-break-mode): Set buffer-save-without-query.
11            Remove code that tried to set save-some-buffers-always.
12            (type-break-file-keystroke-count): Bind deactivate-mark.
13    
14            * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
15    
16            * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
17            Test that the buffer is live, and maybe reject current buffer too.
18            Clarify.
19            (next-error-find-buffer): Rewrite for clarity.
20    
21            * loadup.el: Don't use buffer-disable-undo; do it directly.
22    
23            * help-fns.el (describe-function-1): Call symbol-file with `defun'.
24            (describe-variable): Call symbol-file with `defvar'.
25    
26            * subr.el (messages-buffer-max-lines): Alias for message-log-max.
27            (symbol-file): Rewritten to handle new load-history format.
28            Now takes an arg TYPE to specify looking for a particular
29            type of definition only.
30    
31            * emacs-lisp/debug.el (debugger-make-xrefs):
32            Call symbol-file with `defun'.
33    
34            * emacs-lisp/find-func.el (find-function-noselect):
35            Call symbol-file with `defun'.
36            (find-variable-noselect): Call symbol-file with `defvar'.
37    
38            * eshell/esh-cmd.el (eshell-find-alias-function):
39            Call symbol-file with `defun'.
40    
41            * eshell/esh-test.el (eshell-test-goto-func):
42            Call symbol-file with `defun'.
43    
44            * mail/rmail.el (rmail-resend):
45            Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
46    
47            * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
48    
49            * progmodes/compile.el (compilation-find-buffer): Rename arg.
50    
51            * textmodes/texinfmt.el (texinfo-format-buffer-1):
52            Call buffer-disable-undo.
53    
54            * simple.el (undo-list-saved): New variable (buffer-local).
55            (undo): Set and test it.
56    
57            * international/mule.el (decode-coding-inserted-region):
58            Set buffer-undo-list in a correct and optimal way.
59    
60            * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
61            (cperl-font-lock-unfontify-region-function): No need to save and
62            restore info, since font-lock.el does it for us.
63            
64            * ansi-color.el (save-buffer-state): Definition deleted.
65            (ansi-color-unfontify-region): Don't use save-buffer-state.
66    
67    2004-12-27  Dave Love  <fx@gnu.org>
68    
69            * wid-edit.el (function): Use restricted-sexp as parent.
70    
71    2004-12-27  Kevin Ryde  <user42@zip.com.au>
72    
73            * simple.el (next-matching-history-element): Use same
74            `interactive' form as previous-matching-history-element.
75    
76            * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
77            it can appear unencoded and has been seen from yahoo.
78    
79  2004-12-27  Simon Josefsson  <jas@extundo.com>  2004-12-27  Simon Josefsson  <jas@extundo.com>
80    
81          * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5          * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
# Line 80  Line 158 
158          (calculator-radix-grouping-digits)          (calculator-radix-grouping-digits)
159          (calculator-radix-grouping-separator):          (calculator-radix-grouping-separator):
160          New defcustoms for the new radix grouping mode functionality.          New defcustoms for the new radix grouping mode functionality.
161          (calculator-mode-hook): Now used in electric mode too.          (calculator-mode-hook): Now used in electric mode too,
162            (calculator): Call it.
163          (calculator-mode-map): Some new keys.          (calculator-mode-map): Some new keys.
164          (calculator-message): New function.  Some new calls.          (calculator-message): New function.  Some new calls.
165          (calculator-string-to-number): New function,          (calculator-op, calculator-set-register): Use it.
166            (calculator-string-to-number): New function, mostly moved and
167            updated code from calculator-curnum-value.
168          (calculator-curnum-value): Use it.          (calculator-curnum-value): Use it.
169          (calculator-rotate-displayer, calculator-rotate-displayer-back)          (calculator-paste): Use it, and update grabbing the
170          (calculator-displayer-prev, calculator-displayer-next):          current-kill.
171          Change digit group size when in radix mode.          (calculator-rotate-displayer)
172          (calculator-number-to-string): Renamed from calculator-num-to-string.          (calculator-rotate-displayer-back): Toggle digit grouping when
173          Now deals with digit grouping in radix mode.          in radix mode, use calculator-message.
174            (calculator-displayer-prev, calculator-displayer-next): Change
175            digit group size when in radix mode.
176            (calculator-number-to-string): Renamed from
177            calculator-num-to-string.  Now deals with digit grouping in
178            radix mode.
179            (calculator-update-display, calculator-put-value): Use the new
180            name.
181            (calculator-fact): Return a floating point number.
182            (calculator-mode): Doc fix.
183    
184  2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>  2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
185    

Legend:
Removed from v.1.6779  
changed lines
  Added in v.1.6780

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26