diff options
| author | Stefan Monnier | 2005-01-02 01:26:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-02 01:26:15 +0000 |
| commit | 4c6af0f6807c3d71c4b696de36ad4e184b25222d (patch) | |
| tree | aff49a3a85a5c9d08341520b66f62dc8d2dbe570 | |
| parent | e5cb26a84c0385d2139b40ed7e8644f8f299e291 (diff) | |
| download | emacs-4c6af0f6807c3d71c4b696de36ad4e184b25222d.tar.gz emacs-4c6af0f6807c3d71c4b696de36ad4e184b25222d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cdc9ba9cf5..10db923c21b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-01-01 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * files.el (hack-local-variables): Cleanup prefix/suffix matching. | ||
| 4 | |||
| 5 | * ses.el (copy-region-as-kill): Deactivate mark. | ||
| 6 | |||
| 1 | 2005-01-01 Richard M. Stallman <rms@gnu.org> | 7 | 2005-01-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * replace.el (occur-1): If the output buffer is also an input, | 9 | * replace.el (occur-1): If the output buffer is also an input, |
| @@ -9,7 +15,7 @@ | |||
| 9 | for :foreground and :background. | 15 | for :foreground and :background. |
| 10 | 16 | ||
| 11 | * dired.el (dired-view-command-alist): Variable deleted. | 17 | * dired.el (dired-view-command-alist): Variable deleted. |
| 12 | (dired-view-file, dired-mouse-find-file-other-window): | 18 | (dired-view-file, dired-mouse-find-file-other-window): |
| 13 | Delete the code to use it. | 19 | Delete the code to use it. |
| 14 | 20 | ||
| 15 | 2005-01-01 Kim F. Storm <storm@cua.dk> | 21 | 2005-01-01 Kim F. Storm <storm@cua.dk> |
| @@ -82,12 +88,11 @@ | |||
| 82 | 2004-12-31 Kenichi Handa <handa@m17n.org> | 88 | 2004-12-31 Kenichi Handa <handa@m17n.org> |
| 83 | 89 | ||
| 84 | * international/mule.el (buffer-file-coding-system-explicit): | 90 | * international/mule.el (buffer-file-coding-system-explicit): |
| 85 | Renamed for explicit-buffer-file-coding-system. | 91 | Rename for explicit-buffer-file-coding-system. |
| 86 | (after-insert-file-set-coding): Adjusted for the above change. | 92 | (after-insert-file-set-coding): Adjust for the above change. |
| 87 | 93 | ||
| 88 | * files.el (revert-buffer): Change | 94 | * files.el (revert-buffer): Change explicit-buffer-file-coding-system |
| 89 | explicit-buffer-file-coding-system to | 95 | to buffer-file-coding-system-explicit. |
| 90 | buffer-file-coding-system-explicit. | ||
| 91 | (basic-save-buffer-1): Likewise. | 96 | (basic-save-buffer-1): Likewise. |
| 92 | 97 | ||
| 93 | 2004-12-30 Richard M. Stallman <rms@gnu.org> | 98 | 2004-12-30 Richard M. Stallman <rms@gnu.org> |
| @@ -111,9 +116,9 @@ | |||
| 111 | (artist-get-first-non-nil-op): New function. | 116 | (artist-get-first-non-nil-op): New function. |
| 112 | (artist-get-last-non-nil-op): New function. | 117 | (artist-get-last-non-nil-op): New function. |
| 113 | (artist-mode-init): Call artist-get-last-non-nil-op to initialize | 118 | (artist-mode-init): Call artist-get-last-non-nil-op to initialize |
| 114 | artist-prev-next-op-alist. | 119 | artist-prev-next-op-alist. |
| 115 | (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to | 120 | (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to |
| 116 | change drawing operation. | 121 | change drawing operation. |
| 117 | 122 | ||
| 118 | 2004-12-30 Luc Teirlinck <teirllm@auburn.edu> | 123 | 2004-12-30 Luc Teirlinck <teirllm@auburn.edu> |
| 119 | 124 | ||
| @@ -125,8 +130,8 @@ | |||
| 125 | 130 | ||
| 126 | 2004-12-30 Jay Belanger <belanger@truman.edu> | 131 | 2004-12-30 Jay Belanger <belanger@truman.edu> |
| 127 | 132 | ||
| 128 | * calc/calc-store.el (calc-copy-variable): Fix mistyped variable | 133 | * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name. |
| 129 | name. Change the way a variable is displayed in a message. | 134 | Change the way a variable is displayed in a message. |
| 130 | 135 | ||
| 131 | * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit) | 136 | * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit) |
| 132 | (calc-user-define-permanent, calc-execute-kbd-macro): | 137 | (calc-user-define-permanent, calc-execute-kbd-macro): |
| @@ -134,14 +139,14 @@ | |||
| 134 | 139 | ||
| 135 | 2004-12-30 Kenichi Handa <handa@m17n.org> | 140 | 2004-12-30 Kenichi Handa <handa@m17n.org> |
| 136 | 141 | ||
| 137 | * files.el (basic-save-buffer-1): Set | 142 | * files.el (basic-save-buffer-1): |
| 138 | explicit-buffer-file-coding-system to last-coding-system-used. | 143 | Set explicit-buffer-file-coding-system to last-coding-system-used. |
| 139 | (revert-buffer): Pay attention to | 144 | (revert-buffer): Pay attention to |
| 140 | explicit-buffer-file-coding-system (not buffer-file-coding-system) | 145 | explicit-buffer-file-coding-system (not buffer-file-coding-system) |
| 141 | on bind coding-system-for-read. | 146 | on bind coding-system-for-read. |
| 142 | 147 | ||
| 143 | * international/mule.el (explicit-buffer-file-coding-system): New | 148 | * international/mule.el (explicit-buffer-file-coding-system): |
| 144 | buffer local variable. | 149 | New buffer local variable. |
| 145 | (after-insert-file-set-coding): Set it to coding-system-for-read. | 150 | (after-insert-file-set-coding): Set it to coding-system-for-read. |
| 146 | 151 | ||
| 147 | 2004-12-29 Luc Teirlinck <teirllm@auburn.edu> | 152 | 2004-12-29 Luc Teirlinck <teirllm@auburn.edu> |
| @@ -166,13 +171,12 @@ | |||
| 166 | 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 171 | 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 167 | 172 | ||
| 168 | * term/mac-win.el: Require x-dnd. | 173 | * term/mac-win.el: Require x-dnd. |
| 169 | (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el | 174 | (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions. |
| 170 | functions. | ||
| 171 | 175 | ||
| 172 | 2004-12-29 David Kastrup <dak@gnu.org> | 176 | 2004-12-29 David Kastrup <dak@gnu.org> |
| 173 | 177 | ||
| 174 | * international/mule.el (decode-coding-inserted-region): Don't | 178 | * international/mule.el (decode-coding-inserted-region): |
| 175 | barf if `buffer-undo-list' is already set to `t'. | 179 | Don't barf if `buffer-undo-list' is already set to `t'. |
| 176 | 180 | ||
| 177 | 2004-12-29 Jay Belanger <belanger@truman.edu> | 181 | 2004-12-29 Jay Belanger <belanger@truman.edu> |
| 178 | 182 | ||
| @@ -225,8 +229,8 @@ | |||
| 225 | 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 229 | 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 226 | 230 | ||
| 227 | * term/mac-win.el: Sync with x-win.el. Rearrange the contents. | 231 | * term/mac-win.el: Sync with x-win.el. Rearrange the contents. |
| 228 | Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call | 232 | Call mac-clear-font-name-table if invoked on Mac OS 8/9. |
| 229 | x-open-connection on Mac OS X. | 233 | Call x-open-connection on Mac OS X. |
| 230 | 234 | ||
| 231 | 2004-12-27 Richard M. Stallman <rms@gnu.org> | 235 | 2004-12-27 Richard M. Stallman <rms@gnu.org> |
| 232 | 236 | ||
| @@ -293,7 +297,7 @@ | |||
| 293 | 297 | ||
| 294 | * simple.el (undo-list-saved): New variable (buffer-local). | 298 | * simple.el (undo-list-saved): New variable (buffer-local). |
| 295 | (undo): Set and test it. | 299 | (undo): Set and test it. |
| 296 | (buffer-disable-undo): Moved here from buffer.c. | 300 | (buffer-disable-undo): Move here from buffer.c. |
| 297 | Clear out undo-list-saved. | 301 | Clear out undo-list-saved. |
| 298 | 302 | ||
| 299 | * international/mule.el (decode-coding-inserted-region): | 303 | * international/mule.el (decode-coding-inserted-region): |
| @@ -316,7 +320,7 @@ | |||
| 316 | `interactive' form as previous-matching-history-element. | 320 | `interactive' form as previous-matching-history-element. |
| 317 | 321 | ||
| 318 | * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, | 322 | * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, |
| 319 | it can appear unencoded and has been seen from yahoo. | 323 | it can appear unencoded and has been seen from yahoo. |
| 320 | 324 | ||
| 321 | 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) | 325 | 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) |
| 322 | 326 | ||
| @@ -325,8 +329,8 @@ | |||
| 325 | 329 | ||
| 326 | 2004-12-27 Kenichi Handa <handa@m17n.org> | 330 | 2004-12-27 Kenichi Handa <handa@m17n.org> |
| 327 | 331 | ||
| 328 | * international/utf-8.el (utf-translate-cjk-load-tables): Bind | 332 | * international/utf-8.el (utf-translate-cjk-load-tables): |
| 329 | coding-system-for-read to nil while loading subst-*. | 333 | Bind coding-system-for-read to nil while loading subst-*. |
| 330 | 334 | ||
| 331 | 2004-12-26 Jay Belanger <belanger@truman.edu> | 335 | 2004-12-26 Jay Belanger <belanger@truman.edu> |
| 332 | 336 | ||
| @@ -383,8 +387,8 @@ | |||
| 383 | 387 | ||
| 384 | 2004-12-21 Markus Rost <rost@ias.edu> | 388 | 2004-12-21 Markus Rost <rost@ias.edu> |
| 385 | 389 | ||
| 386 | * calendar/diary-lib.el (mark-diary-entries): Set | 390 | * calendar/diary-lib.el (mark-diary-entries): |
| 387 | mark-diary-entries-in-calendar only after checking for diary-file. | 391 | Set mark-diary-entries-in-calendar only after checking for diary-file. |
| 388 | 392 | ||
| 389 | 2004-12-21 Richard M. Stallman <rms@gnu.org> | 393 | 2004-12-21 Richard M. Stallman <rms@gnu.org> |
| 390 | 394 | ||
| @@ -407,32 +411,29 @@ | |||
| 407 | (calculator-string-to-number): New function, mostly moved and | 411 | (calculator-string-to-number): New function, mostly moved and |
| 408 | updated code from calculator-curnum-value. | 412 | updated code from calculator-curnum-value. |
| 409 | (calculator-curnum-value): Use it. | 413 | (calculator-curnum-value): Use it. |
| 410 | (calculator-paste): Use it, and update grabbing the | 414 | (calculator-paste): Use it, and update grabbing the current-kill. |
| 411 | current-kill. | ||
| 412 | (calculator-rotate-displayer) | 415 | (calculator-rotate-displayer) |
| 413 | (calculator-rotate-displayer-back): Toggle digit grouping when | 416 | (calculator-rotate-displayer-back): Toggle digit grouping when |
| 414 | in radix mode, use calculator-message. | 417 | in radix mode, use calculator-message. |
| 415 | (calculator-displayer-prev, calculator-displayer-next): Change | 418 | (calculator-displayer-prev, calculator-displayer-next): |
| 416 | digit group size when in radix mode. | 419 | Change digit group size when in radix mode. |
| 417 | (calculator-number-to-string): Renamed from | 420 | (calculator-number-to-string): Rename from |
| 418 | calculator-num-to-string. Now deals with digit grouping in | 421 | calculator-num-to-string. Now deals with digit grouping in |
| 419 | radix mode. | 422 | radix mode. |
| 420 | (calculator-update-display, calculator-put-value): Use the new | 423 | (calculator-update-display, calculator-put-value): Use the new name. |
| 421 | name. | ||
| 422 | (calculator-fact): Return a floating point number. | 424 | (calculator-fact): Return a floating point number. |
| 423 | (calculator-mode): Doc fix. | 425 | (calculator-mode): Doc fix. |
| 424 | 426 | ||
| 425 | 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk> | 427 | 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 426 | 428 | ||
| 427 | * calendar/calendar.el (view-other-diary-entries): Add autoload. | 429 | * calendar/calendar.el (view-other-diary-entries): Add autoload. |
| 428 | * calendar/diary-lib.el (view-other-diary-entries): Use | 430 | * calendar/diary-lib.el (view-other-diary-entries): |
| 429 | current-prefix-arg in interactive spec. | 431 | Use current-prefix-arg in interactive spec. |
| 430 | 432 | ||
| 431 | 2004-12-19 Jay Belanger <belanger@truman.edu> | 433 | 2004-12-19 Jay Belanger <belanger@truman.edu> |
| 432 | 434 | ||
| 433 | * calc/calc-aent.el (calcAlg-blank-matching-open): | 435 | * calc/calc-aent.el (calcAlg-blank-matching-open): |
| 434 | Temporarily adjust the syntax of both delimiters of half-open | 436 | Temporarily adjust the syntax of both delimiters of half-open intervals. |
| 435 | intervals. | ||
| 436 | 437 | ||
| 437 | 2004-12-19 Kim F. Storm <storm@cua.dk> | 438 | 2004-12-19 Kim F. Storm <storm@cua.dk> |
| 438 | 439 | ||
| @@ -542,7 +543,7 @@ | |||
| 542 | 2004-12-16 Juri Linkov <juri@jurta.org> | 543 | 2004-12-16 Juri Linkov <juri@jurta.org> |
| 543 | 544 | ||
| 544 | * help.el (function-called-at-point): | 545 | * help.el (function-called-at-point): |
| 545 | * help-fns.el (variable-at-point): As a last resort try striping | 546 | * help-fns.el (variable-at-point): As a last resort try stripping |
| 546 | non-word prefixes and suffixes. | 547 | non-word prefixes and suffixes. |
| 547 | 548 | ||
| 548 | * descr-text.el (describe-property-list): Don't treat syntax-table | 549 | * descr-text.el (describe-property-list): Don't treat syntax-table |
| @@ -633,13 +634,13 @@ | |||
| 633 | * simple.el (inhibit-mark-movement): Remove defvar. | 634 | * simple.el (inhibit-mark-movement): Remove defvar. |
| 634 | (beginning-of-buffer, end-of-buffer): Don't use it. | 635 | (beginning-of-buffer, end-of-buffer): Don't use it. |
| 635 | 636 | ||
| 636 | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't | 637 | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): |
| 637 | use inhibit-mark-movement. | 638 | Don't use inhibit-mark-movement. |
| 638 | 639 | ||
| 639 | * emulation/cua-base.el (cua--preserve-mark-commands): Remove. | 640 | * emulation/cua-base.el (cua--preserve-mark-commands): Remove. |
| 640 | (cua--undo-push-mark): Remove. | 641 | (cua--undo-push-mark): Remove. |
| 641 | (cua--pre-command-handler, cua--post-command-handler): Don't | 642 | (cua--pre-command-handler, cua--post-command-handler): |
| 642 | fiddle with inhibit-mark-movement. | 643 | Don't fiddle with inhibit-mark-movement. |
| 643 | 644 | ||
| 644 | 2004-12-14 Juri Linkov <juri@jurta.org> | 645 | 2004-12-14 Juri Linkov <juri@jurta.org> |
| 645 | 646 | ||
| @@ -651,8 +652,7 @@ | |||
| 651 | 652 | ||
| 652 | 2004-12-13 Juri Linkov <juri@jurta.org> | 653 | 2004-12-13 Juri Linkov <juri@jurta.org> |
| 653 | 654 | ||
| 654 | * simple.el (next-error-buffer-p, next-error-find-buffer): | 655 | * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix. |
| 655 | Doc fix. | ||
| 656 | 656 | ||
| 657 | * mail/supercite.el (sc-cite-frame-alist): Doc fix. | 657 | * mail/supercite.el (sc-cite-frame-alist): Doc fix. |
| 658 | (sc-cite-region, sc-uncite-region, sc-recite-region): | 658 | (sc-cite-region, sc-uncite-region, sc-recite-region): |