diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 98 |
1 files changed, 89 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e9c40d2cca..b3b1757b2e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,85 @@ | |||
| 1 | 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * log-view.el (log-view-file-re, log-view-message-re): Use shy groups. | ||
| 4 | (log-view-font-lock-keywords): Ajust subgroup numbers. | ||
| 5 | (log-view-current-tag): Don't hard code the number of subgroups. | ||
| 6 | |||
| 7 | 2005-12-20 Juri Linkov <juri@jurta.org> | ||
| 8 | |||
| 9 | * tooltip.el (tooltip): Move defgroup before define-minor-mode. | ||
| 10 | (tooltip-x-offset, tooltip-y-offset): Doc fix. | ||
| 11 | |||
| 12 | * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) | ||
| 13 | (menu-bar-non-minibuffer-window-p): Instead of checking | ||
| 14 | display-multi-frame-p, use selected-frame when menu-updating-frame | ||
| 15 | is nil. | ||
| 16 | |||
| 17 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | ||
| 18 | |||
| 19 | * align.el (align-rules-list): Use [ \t] instead of \s- | ||
| 20 | for column separators in text mode. | ||
| 21 | |||
| 22 | 2005-12-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 23 | |||
| 24 | * help-mode.el (help-customize-variable, help-customize-face): | ||
| 25 | Don't pop help-xref-stack as help-follow no longer pushes | ||
| 26 | anything on to it. | ||
| 27 | |||
| 28 | 2005-12-20 Carsten Dominik <dominik@science.uva.nl> | ||
| 29 | |||
| 30 | * textmodes/org.el: (org-agenda-custom-commands): New option. | ||
| 31 | (org-agenda): Offer custom commands on splash screen. | ||
| 32 | (org-make-tags-matcher): Parser for Boolean logic added. | ||
| 33 | (org-agenda-set-tags): New command. | ||
| 34 | (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'. | ||
| 35 | (org-set-tags): Efficiency improvements. | ||
| 36 | (org-auto-align-tags): New option. | ||
| 37 | (org-todo, org-demote, org-promote): Realign tags. | ||
| 38 | (org-tags-completion-function): Use also "&" and "|" as separators. | ||
| 39 | (org-org-menu): Agenda commands simplified. | ||
| 40 | |||
| 41 | 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 42 | |||
| 43 | * cus-edit.el (customize-apropos, customize-apropos-options): | ||
| 44 | Docstring changes. | ||
| 45 | |||
| 46 | * font-lock.el (font-lock): Add tags to the links in the defgroup. | ||
| 47 | |||
| 48 | 2005-12-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 49 | |||
| 50 | * longlines.el (longlines-mode): Wrap while widened. | ||
| 51 | (longlines-decode-region, longlines-encode-region): Compute max | ||
| 52 | just once. | ||
| 53 | |||
| 54 | 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 55 | |||
| 56 | * cus-edit.el (mac): New group. | ||
| 57 | |||
| 58 | * cus-start.el (all): Add user options in macterm.c. Add test for | ||
| 59 | Mac-related built-ins. Fix test for GTK-related built-ins. | ||
| 60 | |||
| 61 | * term/mac-win.el (mac-handle-language-change) | ||
| 62 | (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file) | ||
| 63 | (mac-services-open-selection, mac-services-mail-selection) | ||
| 64 | (mac-services-mail-to, mac-services-insert-text) | ||
| 65 | (mac-dispatch-apple-event): Add docstrings. | ||
| 66 | (x-get-selection, mac-select-convert-to-string): Select coding | ||
| 67 | system from `utf-16be' and `utf-16le' using `byteorder'. | ||
| 68 | |||
| 69 | 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 70 | |||
| 71 | * subr.el (lazy-completion-table): Don't be fooled if the var holds | ||
| 72 | a "list" (lambda ...) rather than a real completion list. | ||
| 73 | |||
| 74 | * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for | ||
| 75 | lexical-let when encountering ((lambda (...) ...) ...). | ||
| 76 | |||
| 77 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 78 | |||
| 79 | * progmodes/sh-script.el (sh-mode): | ||
| 80 | * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker): | ||
| 81 | * textmodes/picture.el (picture-mode): Update docstrings. | ||
| 82 | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | 83 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 84 | ||
| 3 | * makefile.w32-in (autoloads, custom-deps): Warn that parts of | 85 | * makefile.w32-in (autoloads, custom-deps): Warn that parts of |
| @@ -9,8 +91,8 @@ | |||
| 9 | 91 | ||
| 10 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 92 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
| 11 | 93 | ||
| 12 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture | 94 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): |
| 13 | error from printing circular structures. | 95 | Capture error from printing circular structures. |
| 14 | 96 | ||
| 15 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) | 97 | 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change) |
| 16 | 98 | ||
| @@ -7215,7 +7297,7 @@ | |||
| 7215 | 2005-08-26 Kim F. Storm <storm@cua.dk> | 7297 | 2005-08-26 Kim F. Storm <storm@cua.dk> |
| 7216 | 7298 | ||
| 7217 | * subr.el (version-list-<, version-list-<=, version-list-=): | 7299 | * subr.el (version-list-<, version-list-<=, version-list-=): |
| 7218 | Renamed from integer-list-*. | 7300 | Rename from integer-list-*. |
| 7219 | (version-list-not-zero): Likewise. Fix while loop. | 7301 | (version-list-not-zero): Likewise. Fix while loop. |
| 7220 | (version=): Use version-list-= instead of string-equal. | 7302 | (version=): Use version-list-= instead of string-equal. |
| 7221 | 7303 | ||
| @@ -12362,8 +12444,7 @@ | |||
| 12362 | (multiple-value-bind, multiple-value-setq, shiftf): | 12444 | (multiple-value-bind, multiple-value-setq, shiftf): |
| 12363 | Improve argument/docstring consistency. | 12445 | Improve argument/docstring consistency. |
| 12364 | 12446 | ||
| 12365 | * subr.el (focus-frame, unfocus-frame): | 12447 | * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. |
| 12366 | Revert deletion on 2005-05-01. | ||
| 12367 | 12448 | ||
| 12368 | 2005-05-22 Andre Spiegel <spiegel@gnu.org> | 12449 | 2005-05-22 Andre Spiegel <spiegel@gnu.org> |
| 12369 | 12450 | ||
| @@ -12496,8 +12577,7 @@ | |||
| 12496 | (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) | 12577 | (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) |
| 12497 | (nsublis, tree-equal): Improve argument/docstring consistency. | 12578 | (nsublis, tree-equal): Improve argument/docstring consistency. |
| 12498 | 12579 | ||
| 12499 | * subr.el (send-string, send-region): | 12580 | * subr.el (send-string, send-region): Remove obsolescence declaration. |
| 12500 | Remove obsolescence declaration. | ||
| 12501 | (window-dot, set-window-dot, read-input, show-buffer) | 12581 | (window-dot, set-window-dot, read-input, show-buffer) |
| 12502 | (eval-current-buffer, string-to-int): | 12582 | (eval-current-buffer, string-to-int): |
| 12503 | Add release number to obsolescence declarations. | 12583 | Add release number to obsolescence declarations. |
| @@ -12574,8 +12654,8 @@ | |||
| 12574 | * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. | 12654 | * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. |
| 12575 | 12655 | ||
| 12576 | * emacs-lisp/bytecomp.el | 12656 | * emacs-lisp/bytecomp.el |
| 12577 | (byte-compile-file-form-custom-declare-variable): Call | 12657 | (byte-compile-file-form-custom-declare-variable): |
| 12578 | byte-compile-nogroup-warn if appropriate. | 12658 | Call byte-compile-nogroup-warn if appropriate. |
| 12579 | 12659 | ||
| 12580 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. | 12660 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. |
| 12581 | (compilation-set-window): Don't call left-fringe-p; do it directly. | 12661 | (compilation-set-window): Don't call left-fringe-p; do it directly. |