diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85e397cbe29..7732edb6b24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,81 @@ | |||
| 1 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * term/mac-win.el (mac-bytes-to-digits): Remove function. | ||
| 4 | (mac-handle-toolbar-switch-mode): Use coercion instead of it. | ||
| 5 | |||
| 6 | 2006-05-19 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * calendar/diary-lib.el (diary-bahai-date) | ||
| 9 | (list-bahai-diary-entries, mark-bahai-diary-entries) | ||
| 10 | (mark-bahai-calendar-date-pattern): Not interactive. | ||
| 11 | (add-to-diary-list): New optional arg LITERAL. Doc fix. | ||
| 12 | (diary-entries-list): Change format of 4th element in each entry. | ||
| 13 | (diary-list-entries): Use add-to-diary-list. | ||
| 14 | (diary-goto-entry): Handle the case where the buffer visiting the | ||
| 15 | diary has been killed. | ||
| 16 | (fancy-diary-display): Add 'locator to button rather than 'marker. | ||
| 17 | Only generate temp-face when there are marks to apply. | ||
| 18 | (list-sexp-diary-entries): Pass literal to add-to-diary-list. | ||
| 19 | (diary-fancy-date-pattern): New variable. | ||
| 20 | (diary-time-regexp): Doc fix. | ||
| 21 | (diary-anniversary, diary-time): New faces. | ||
| 22 | (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and | ||
| 23 | diary-time-regexp. Add font-lock-multiline property where needed. | ||
| 24 | Use new faces diary-anniversary and diary-time. | ||
| 25 | (diary-fancy-font-lock-fontify-region-function): New function, to | ||
| 26 | handle multiline font-lock pattern in fancy diary. | ||
| 27 | (fancy-diary-display-mode): Set font-lock-fontify-region-function. | ||
| 28 | (diary-font-lock-keywords): Tweak time regexp. Use new face | ||
| 29 | diary-time. | ||
| 30 | |||
| 31 | 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change) | ||
| 32 | |||
| 33 | * international/code-pages.el (mik): Table corrected. | ||
| 34 | |||
| 35 | 2006-05-18 Kim F. Storm <storm@cua.dk> | ||
| 36 | |||
| 37 | * progmodes/grep.el (grep-find): Don't check grep-find-command | ||
| 38 | before running command (breaks non-interactive usage). | ||
| 39 | |||
| 40 | 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 41 | |||
| 42 | * emacs-lisp/ewoc.el (ewoc--adjust): New func. | ||
| 43 | (ewoc--insert-new-node): Don't insert trailing newline. | ||
| 44 | Instead, adjust succesor nodes' start markers. | ||
| 45 | (ewoc--refresh-node): Delete all text from current node's start | ||
| 46 | marker to the next one's; adjust successor nodes' start markers. | ||
| 47 | (ewoc--create): Doc fixes. | ||
| 48 | (ewoc--refresh): Don't insert newline. | ||
| 49 | (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'. | ||
| 50 | * pcvs.el (cvs-make-cvs-buffer): Specify | ||
| 51 | extra newline for ewoc's header and footer. | ||
| 52 | (cvs-update-header): Update initial header recognition. | ||
| 53 | Append newline to final header and footer values. | ||
| 54 | * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline. | ||
| 55 | |||
| 56 | 2006-05-17 Richard Stallman <rms@gnu.org> | ||
| 57 | |||
| 58 | * files.el (file-name-extension): Doc fix. | ||
| 59 | |||
| 60 | 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 61 | |||
| 62 | * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so | ||
| 63 | we can explicitly enable/disable rather than toggle. | ||
| 64 | (shell-mode): Use it. | ||
| 65 | (shell-cd): Don't try to reproduce what `cd' does. | ||
| 66 | |||
| 67 | 2006-05-17 Kim F. Storm <storm@cua.dk> | ||
| 68 | |||
| 69 | * ido.el (ido-read-internal): Use only nondirectory part of | ||
| 70 | default item. | ||
| 71 | |||
| 1 | 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> | 72 | 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 73 | ||
| 3 | * emacs-lisp/ewoc.el (ewoc-data): Add docstring. | 74 | * emacs-lisp/ewoc.el (ewoc-data): Add docstring. |
| 4 | (ewoc-nth): Doc fix. | 75 | (ewoc-nth): Doc fix. |
| 5 | 76 | ||
| 77 | (ewoc-map, ewoc-invalidate): Compute PP before looping. | ||
| 78 | |||
| 6 | 2006-05-16 Eli Zaretskii <eliz@gnu.org> | 79 | 2006-05-16 Eli Zaretskii <eliz@gnu.org> |
| 7 | 80 | ||
| 8 | * international/mule.el (auto-coding-alist): Add .lha to files | 81 | * international/mule.el (auto-coding-alist): Add .lha to files |