diff options
| author | Stefan Monnier | 2005-12-20 21:58:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-12-20 21:58:14 +0000 |
| commit | aa230d94e5c9b99020740d2d36432e8a2b81789e (patch) | |
| tree | d6caee3f07da0887b23215b4d9cec196ec20f4cf /lisp/ChangeLog | |
| parent | 3bdba51db2bee762b526a90c43252a574e62cf4e (diff) | |
| download | emacs-aa230d94e5c9b99020740d2d36432e8a2b81789e.tar.gz emacs-aa230d94e5c9b99020740d2d36432e8a2b81789e.zip | |
(log-view-file-re, log-view-message-re): Use shy groups.
(log-view-font-lock-keywords): Ajust subgroup numbers.
(log-view-current-tag): Don't hard code the number of subgroups.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b601cd036f1..b3b1757b2e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 | |||
| 1 | 2005-12-20 Juri Linkov <juri@jurta.org> | 7 | 2005-12-20 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * tooltip.el (tooltip): Move defgroup before define-minor-mode. | 9 | * tooltip.el (tooltip): Move defgroup before define-minor-mode. |
| @@ -29,8 +35,7 @@ | |||
| 29 | (org-set-tags): Efficiency improvements. | 35 | (org-set-tags): Efficiency improvements. |
| 30 | (org-auto-align-tags): New option. | 36 | (org-auto-align-tags): New option. |
| 31 | (org-todo, org-demote, org-promote): Realign tags. | 37 | (org-todo, org-demote, org-promote): Realign tags. |
| 32 | (org-tags-completion-function): Use also "&" and "|" as | 38 | (org-tags-completion-function): Use also "&" and "|" as separators. |
| 33 | separators. | ||
| 34 | (org-org-menu): Agenda commands simplified. | 39 | (org-org-menu): Agenda commands simplified. |
| 35 | 40 | ||
| 36 | 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> | 41 | 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> |
| @@ -7292,7 +7297,7 @@ | |||
| 7292 | 2005-08-26 Kim F. Storm <storm@cua.dk> | 7297 | 2005-08-26 Kim F. Storm <storm@cua.dk> |
| 7293 | 7298 | ||
| 7294 | * subr.el (version-list-<, version-list-<=, version-list-=): | 7299 | * subr.el (version-list-<, version-list-<=, version-list-=): |
| 7295 | Renamed from integer-list-*. | 7300 | Rename from integer-list-*. |
| 7296 | (version-list-not-zero): Likewise. Fix while loop. | 7301 | (version-list-not-zero): Likewise. Fix while loop. |
| 7297 | (version=): Use version-list-= instead of string-equal. | 7302 | (version=): Use version-list-= instead of string-equal. |
| 7298 | 7303 | ||
| @@ -12439,8 +12444,7 @@ | |||
| 12439 | (multiple-value-bind, multiple-value-setq, shiftf): | 12444 | (multiple-value-bind, multiple-value-setq, shiftf): |
| 12440 | Improve argument/docstring consistency. | 12445 | Improve argument/docstring consistency. |
| 12441 | 12446 | ||
| 12442 | * subr.el (focus-frame, unfocus-frame): | 12447 | * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. |
| 12443 | Revert deletion on 2005-05-01. | ||
| 12444 | 12448 | ||
| 12445 | 2005-05-22 Andre Spiegel <spiegel@gnu.org> | 12449 | 2005-05-22 Andre Spiegel <spiegel@gnu.org> |
| 12446 | 12450 | ||
| @@ -12573,8 +12577,7 @@ | |||
| 12573 | (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) | 12577 | (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) |
| 12574 | (nsublis, tree-equal): Improve argument/docstring consistency. | 12578 | (nsublis, tree-equal): Improve argument/docstring consistency. |
| 12575 | 12579 | ||
| 12576 | * subr.el (send-string, send-region): | 12580 | * subr.el (send-string, send-region): Remove obsolescence declaration. |
| 12577 | Remove obsolescence declaration. | ||
| 12578 | (window-dot, set-window-dot, read-input, show-buffer) | 12581 | (window-dot, set-window-dot, read-input, show-buffer) |
| 12579 | (eval-current-buffer, string-to-int): | 12582 | (eval-current-buffer, string-to-int): |
| 12580 | Add release number to obsolescence declarations. | 12583 | Add release number to obsolescence declarations. |
| @@ -12651,8 +12654,8 @@ | |||
| 12651 | * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. | 12654 | * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. |
| 12652 | 12655 | ||
| 12653 | * emacs-lisp/bytecomp.el | 12656 | * emacs-lisp/bytecomp.el |
| 12654 | (byte-compile-file-form-custom-declare-variable): Call | 12657 | (byte-compile-file-form-custom-declare-variable): |
| 12655 | byte-compile-nogroup-warn if appropriate. | 12658 | Call byte-compile-nogroup-warn if appropriate. |
| 12656 | 12659 | ||
| 12657 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. | 12660 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. |
| 12658 | (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. |