diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 108 |
1 files changed, 107 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75802219b4e..be2fdb32c6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,109 @@ | |||
| 1 | 2006-02-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * desktop.el (desktop-outvar): Fix typo. | ||
| 4 | (desktop-save-buffer-p): Doc fix. | ||
| 5 | |||
| 6 | * subr.el (substitute-key-definition): Fix typo. | ||
| 7 | |||
| 8 | 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 9 | |||
| 10 | * frame.el (select-frame-set-input-focus): Call x-focus-frame also | ||
| 11 | when window-system is mac. | ||
| 12 | |||
| 13 | * term/mac-win.el (fontset-standard): Rename from "fontset-mac". | ||
| 14 | |||
| 15 | 2006-02-10 Kim F. Storm <storm@cua.dk> | ||
| 16 | |||
| 17 | * subr.el (substitute-key-definition-key): Pass t for NOERROR to | ||
| 18 | indirect-function instead of using condition-case. | ||
| 19 | |||
| 20 | 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 21 | |||
| 22 | * tumme.el (tumme-copy-with-exif-file-name): Tried to make | ||
| 23 | docstring less `colloquial'... | ||
| 24 | |||
| 25 | 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 26 | |||
| 27 | * tumme.el: Added a couple of todo items. | ||
| 28 | |||
| 29 | 2006-02-09 Lars Hansen <larsh@soem.dk> | ||
| 30 | |||
| 31 | * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save. | ||
| 32 | (highlight-changes-mode): Don't change desktop-locals-to-save. | ||
| 33 | |||
| 34 | 2006-02-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 35 | |||
| 36 | * image-mode.el (image-toggle-display): Clear image cache if using | ||
| 37 | filename. | ||
| 38 | |||
| 39 | 2006-02-09 Masatake YAMATO <jet@gyve.org> | ||
| 40 | |||
| 41 | * dired-x.el (dired-guess-shell-alist-default): Add .man as | ||
| 42 | a `dired-man' target. | ||
| 43 | |||
| 44 | * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start | ||
| 45 | boundary of symbols. | ||
| 46 | |||
| 47 | 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change) | ||
| 48 | |||
| 49 | * vc-svn.el (vc-svn-print-log): Show recent commits as well. | ||
| 50 | |||
| 51 | 2006-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 52 | |||
| 53 | * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of | ||
| 54 | `mapcar'; return nil. | ||
| 55 | |||
| 56 | 2006-02-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 57 | |||
| 58 | * mouse.el (mouse-drag-track): Don't change window if we rebind to | ||
| 59 | some other event. | ||
| 60 | |||
| 61 | 2006-02-08 Ryan Yeske <rcyeske@gmail.com> | ||
| 62 | |||
| 63 | * net/rcirc.el (rcirc-startup-channels-alist): | ||
| 64 | Add irc.freenode.net and #emacs as defaults. | ||
| 65 | (rcirc-ignore-all-activity-flag): Remove variable. | ||
| 66 | (rcirc-authinfo): New variable. | ||
| 67 | (rcirc-authinfo-filename): Remove variable. | ||
| 68 | (rcirc-always-use-server-buffer-flag): New flag. | ||
| 69 | (rcirc): M-x rcirc will automatically connect without prompting. | ||
| 70 | C-u M-x rcirc will prompt. Use rcirc-connect to create a | ||
| 71 | connection in lisp. | ||
| 72 | (rcirc-process-server-response-1): Remove everything but the nick | ||
| 73 | portion of the sender so it doesn't need to be done everywhere | ||
| 74 | else. Update related code. | ||
| 75 | (global-map): Remove global keybindings. | ||
| 76 | (rcirc-get-buffer-create): Make sure rcirc-topic is set. | ||
| 77 | (rcirc-send-input): Split into several functions. | ||
| 78 | (rcirc-process-input-line, rcirc-process-message) | ||
| 79 | (rcirc-process-command): New functions. | ||
| 80 | (rcirc-target-buffer): New function to determine where to route | ||
| 81 | messages. | ||
| 82 | (rcirc-user-nick): Save match data. | ||
| 83 | (rcirc-toggle-ignore-buffer-activity) | ||
| 84 | (rcirc-update-activity-string): Remove global ignore functionality, | ||
| 85 | which can be done now by toggling rcirc-track-minor-mode. | ||
| 86 | (rcirc-track-minor-mode-map): New keymap. | ||
| 87 | (rcirc-track-minor-mode): New minor-mode. | ||
| 88 | (ignore): Make the ignore output nicer. Always print it when | ||
| 89 | adding or removing nicks. | ||
| 90 | (rcirc-url-regexp): Improve. | ||
| 91 | (rcirc-mangle-text): Remove properties before using text in the | ||
| 92 | modeline. | ||
| 93 | (rcirc-authenticate): Authentication data comes from | ||
| 94 | rcirc-authinfo, not the file pointed to by rcirc-authinfo-file. | ||
| 95 | (rcirc-server-prefix): Inherit from rcirc-server. | ||
| 96 | |||
| 97 | 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change) | ||
| 98 | |||
| 99 | * Makefile.in (compile): Append "|| true" to the end of the `find' | ||
| 100 | command, like compile-always does. | ||
| 101 | |||
| 102 | 2006-02-08 Sam Steingold <sds@gnu.org> | ||
| 103 | |||
| 104 | * net/tramp.el (tramp-maybe-open-connection): Do not wait for | ||
| 105 | output from a dead connection. | ||
| 106 | |||
| 1 | 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> | 107 | 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> |
| 2 | 108 | ||
| 3 | * dired.el (dired-mode-map): Add more bindings for tumme. | 109 | * dired.el (dired-mode-map): Add more bindings for tumme. |
| @@ -351,7 +457,7 @@ | |||
| 351 | * international/latexenc.el: Add a suitable `coding:' tag. | 457 | * international/latexenc.el: Add a suitable `coding:' tag. |
| 352 | (latexenc-find-file-coding-system): Undo last change. | 458 | (latexenc-find-file-coding-system): Undo last change. |
| 353 | 459 | ||
| 354 | 2006-01-27 Arne J,bx(Brgensen <arne@arnested.dk> | 460 | 2006-01-27 Arne J,Ax(Brgensen <arne@arnested.dk> |
| 355 | 461 | ||
| 356 | * international/latexenc.el (latexenc-find-file-coding-system): | 462 | * international/latexenc.el (latexenc-find-file-coding-system): |
| 357 | Make sure latexenc-main-file is a regular file and is readable. | 463 | Make sure latexenc-main-file is a regular file and is readable. |