diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 59 |
1 files changed, 30 insertions, 29 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9895fdbb613..1999679e5f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * autoinsert.el (auto-insert): Use expand-file-name instead of concat. | ||
| 4 | Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>. | ||
| 5 | |||
| 1 | 2008-12-06 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-12-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * term/xterm.el (terminal-init-xterm): Discard pending input | 8 | * term/xterm.el (terminal-init-xterm): Discard pending input |
| @@ -24,7 +29,7 @@ | |||
| 24 | 29 | ||
| 25 | 2008-12-04 Sam Steingold <sds@gnu.org> | 30 | 2008-12-04 Sam Steingold <sds@gnu.org> |
| 26 | 31 | ||
| 27 | * progmodes/compile.el (compilation-read-command): Extracted from | 32 | * progmodes/compile.el (compilation-read-command): Extract from |
| 28 | compile. | 33 | compile. |
| 29 | (compile): Use it. | 34 | (compile): Use it. |
| 30 | (recompile): Accept an optional argument to enable editing the | 35 | (recompile): Accept an optional argument to enable editing the |
| @@ -34,8 +39,8 @@ | |||
| 34 | 39 | ||
| 35 | * net/tramp.el (top): Write a message, when loading Tramp. | 40 | * net/tramp.el (top): Write a message, when loading Tramp. |
| 36 | 41 | ||
| 37 | * net/tramp-cache.el (tramp-dump-connection-properties): Polish | 42 | * net/tramp-cache.el (tramp-dump-connection-properties): |
| 38 | the check, whether to dump the data. | 43 | Polish the check, whether to dump the data. |
| 39 | 44 | ||
| 40 | 2008-12-04 Lute Kamstra <lute@gnu.org> | 45 | 2008-12-04 Lute Kamstra <lute@gnu.org> |
| 41 | 46 | ||
| @@ -269,8 +274,8 @@ | |||
| 269 | * wdired.el (wdired-finish-edit): If displaying a single file, | 274 | * wdired.el (wdired-finish-edit): If displaying a single file, |
| 270 | change dired-directory if that file was renamed. | 275 | change dired-directory if that file was renamed. |
| 271 | 276 | ||
| 272 | * emacs-lisp/byte-run.el (macro-declaration-function): Disallow | 277 | * emacs-lisp/byte-run.el (macro-declaration-function): |
| 273 | declare specs with lengths of 3 or more. | 278 | Disallow declare specs with lengths of 3 or more. |
| 274 | 279 | ||
| 275 | * dirtrack.el (dirtrack): Fix error message. | 280 | * dirtrack.el (dirtrack): Fix error message. |
| 276 | 281 | ||
| @@ -303,11 +308,11 @@ | |||
| 303 | 308 | ||
| 304 | 2008-11-29 Chong Yidong <cyd@stupidchicken.com> | 309 | 2008-11-29 Chong Yidong <cyd@stupidchicken.com> |
| 305 | 310 | ||
| 306 | * complete.el (PC-do-complete-and-exit): Use | 311 | * complete.el (PC-do-complete-and-exit): |
| 307 | minibuffer-confirm-exit-commands. | 312 | Use minibuffer-confirm-exit-commands. |
| 308 | 313 | ||
| 309 | * minibuffer.el (minibuffer-confirm-exit-commands): Add | 314 | * minibuffer.el (minibuffer-confirm-exit-commands): |
| 310 | PC-complete and PC-complete-word to the list. | 315 | Add PC-complete and PC-complete-word to the list. |
| 311 | 316 | ||
| 312 | 2008-11-29 Juanma Barranquero <lekktu@gmail.com> | 317 | 2008-11-29 Juanma Barranquero <lekktu@gmail.com> |
| 313 | 318 | ||
| @@ -376,15 +381,14 @@ | |||
| 376 | * international/characters.el: Set category 'C' to characters | 381 | * international/characters.el: Set category 'C' to characters |
| 377 | #x20000..#x2AFFF, #x2F800..#x2FFFF. | 382 | #x20000..#x2AFFF, #x2F800..#x2FFFF. |
| 378 | 383 | ||
| 379 | * loadup.el: Set inhibit-load-charset-map to t while preloading | 384 | * loadup.el: Set inhibit-load-charset-map to t while preloading files. |
| 380 | files. | ||
| 381 | 385 | ||
| 382 | 2008-11-27 Chong Yidong <cyd@stupidchicken.com> | 386 | 2008-11-27 Chong Yidong <cyd@stupidchicken.com> |
| 383 | 387 | ||
| 384 | * tool-bar.el (tool-bar-find-image-cache): Var deleted. | 388 | * tool-bar.el (tool-bar-find-image-cache): Var deleted. |
| 385 | (tool-bar-find-image): Function deleted. | 389 | (tool-bar-find-image): Function deleted. |
| 386 | (tool-bar-local-item, tool-bar-local-item-from-menu): Use | 390 | (tool-bar-local-item, tool-bar-local-item-from-menu): |
| 387 | find-image instead of tool-bar-find-image. | 391 | Use find-image instead of tool-bar-find-image. |
| 388 | (tool-bar-keymap-cache): New hash table. | 392 | (tool-bar-keymap-cache): New hash table. |
| 389 | (tool-bar-make-keymap): Use it. | 393 | (tool-bar-make-keymap): Use it. |
| 390 | (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here. | 394 | (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here. |
| @@ -493,11 +497,9 @@ | |||
| 493 | 497 | ||
| 494 | 2008-11-24 Ulf Jasper <ulf@web.de> | 498 | 2008-11-24 Ulf Jasper <ulf@web.de> |
| 495 | 499 | ||
| 496 | * net/newst-treeview.el (newsticker--treeview-current-feed): Doc | 500 | * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring. |
| 497 | string. | 501 | (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL. |
| 498 | (newsticker--treeview-item-show): Renamed arg FEED to | 502 | (newsticker--treeview-tree-update-tag): Remove dead code. |
| 499 | FEED-NAME-SYMBOL. | ||
| 500 | (newsticker--treeview-tree-update-tag): Removed dead code. | ||
| 501 | (newsticker-treeview-update): Don't update cache. | 503 | (newsticker-treeview-update): Don't update cache. |
| 502 | (newsticker-treeview-quit): Don't save cache. | 504 | (newsticker-treeview-quit): Don't save cache. |
| 503 | (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'. | 505 | (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'. |
| @@ -512,9 +514,9 @@ | |||
| 512 | (newsticker-stop): Use `newsticker--cache-save'. | 514 | (newsticker-stop): Use `newsticker--cache-save'. |
| 513 | (newsticker--sentinel-work): Use `newsticker--cache-save-feed'. | 515 | (newsticker--sentinel-work): Use `newsticker--cache-save-feed'. |
| 514 | (newsticker--images-dir): New. | 516 | (newsticker--images-dir): New. |
| 515 | (newsticker--image-get, newsticker--image-sentinel): Use | 517 | (newsticker--image-get, newsticker--image-sentinel): |
| 516 | `newsticker--images-dir'. | 518 | Use `newsticker--images-dir'. |
| 517 | (newsticker--cache-save-version1): Backuped version of | 519 | (newsticker--cache-save-version1): Backup version of |
| 518 | `newsticker--cache-save'. | 520 | `newsticker--cache-save'. |
| 519 | (newsticker--cache-update): Create newsticker-dir if necessary. | 521 | (newsticker--cache-update): Create newsticker-dir if necessary. |
| 520 | (newsticker--cache-dir): New. | 522 | (newsticker--cache-dir): New. |
| @@ -524,24 +526,23 @@ | |||
| 524 | cache data.. | 526 | cache data.. |
| 525 | (newsticker--cache-read, newsticker--cache-do-read): New. | 527 | (newsticker--cache-read, newsticker--cache-do-read): New. |
| 526 | 528 | ||
| 527 | * net/newst-reader.el (newsticker--image-read): Use | 529 | * net/newst-reader.el (newsticker--image-read): |
| 528 | `newsticker--images-dir'. | 530 | Use `newsticker--images-dir'. |
| 529 | 531 | ||
| 530 | 2008-11-24 Chong Yidong <cyd@stupidchicken.com> | 532 | 2008-11-24 Chong Yidong <cyd@stupidchicken.com> |
| 531 | 533 | ||
| 532 | * files.el (confirm-nonexistent-file-or-buffer): Allow | 534 | * files.el (confirm-nonexistent-file-or-buffer): |
| 533 | `after-completion' value to request confirm only after TAB. | 535 | Allow `after-completion' value to request confirm only after TAB. |
| 534 | (confirm-nonexistent-file-or-buffer): New function. | 536 | (confirm-nonexistent-file-or-buffer): New function. |
| 535 | (read-buffer-to-switch, find-file, find-file-other-window) | 537 | (read-buffer-to-switch, find-file, find-file-other-window) |
| 536 | (find-file-other-frame, find-file-read-only) | 538 | (find-file-other-frame, find-file-read-only) |
| 537 | (find-file-read-only-other-window) | 539 | (find-file-read-only-other-window) |
| 538 | (find-file-read-only-other-frame): Use it. | 540 | (find-file-read-only-other-frame): Use it. |
| 539 | (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc | 541 | (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix. |
| 540 | fix. | ||
| 541 | Thanks to Alan Mackenzie for suggesting the new behavior. | 542 | Thanks to Alan Mackenzie for suggesting the new behavior. |
| 542 | 543 | ||
| 543 | * minibuffer.el (minibuffer-complete-and-exit): Change | 544 | * minibuffer.el (minibuffer-complete-and-exit): |
| 544 | `confirm-only' value of minibuffer-completion-confirm to | 545 | Change `confirm-only' value of minibuffer-completion-confirm to |
| 545 | `confirm', and handle a `confirm-after-completion' value. | 546 | `confirm', and handle a `confirm-after-completion' value. |
| 546 | 547 | ||
| 547 | 2008-11-24 Juanma Barranquero <lekktu@gmail.com> | 548 | 2008-11-24 Juanma Barranquero <lekktu@gmail.com> |