diff options
| author | Juanma Barranquero | 2006-09-15 02:03:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-09-15 02:03:37 +0000 |
| commit | 6cb66a31933a90a45f271df51950e18946ed11ce (patch) | |
| tree | 17fbf6daf928fd123f3449ac9cdcb844b2b02534 /lisp | |
| parent | 7bf120f11daa093a027d12b0ec90850ecfde0e4c (diff) | |
| download | emacs-6cb66a31933a90a45f271df51950e18946ed11ce.tar.gz emacs-6cb66a31933a90a45f271df51950e18946ed11ce.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f036ddf50b..efcb538d075 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * play/life.el (life-patterns): Add a few more interesting patterns. | ||
| 4 | (life-setup): Force `show-trailing-whitespace' to nil. | ||
| 5 | |||
| 1 | 2006-09-14 Richard Stallman <rms@gnu.org> | 6 | 2006-09-14 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * startup.el (fancy-splash-text): Change text to improve alignment. | 8 | * startup.el (fancy-splash-text): Change text to improve alignment. |
| @@ -8,7 +13,8 @@ | |||
| 8 | (fancy-splash-screens): Display echo-area message explicitly. | 13 | (fancy-splash-screens): Display echo-area message explicitly. |
| 9 | Don't set fancy-splash-help-echo. | 14 | Don't set fancy-splash-help-echo. |
| 10 | 15 | ||
| 11 | * simple.el (line-number-mode): Group mode-line instead of editing-basics. | 16 | * simple.el (line-number-mode): Group mode-line instead of |
| 17 | editing-basics. | ||
| 12 | (column-number-mode, size-indication-mode): Likewise. | 18 | (column-number-mode, size-indication-mode): Likewise. |
| 13 | 19 | ||
| 14 | * faces.el (mode-line-faces): Group mode-line instead of modeline. | 20 | * faces.el (mode-line-faces): Group mode-line instead of modeline. |
| @@ -17,7 +23,7 @@ | |||
| 17 | 23 | ||
| 18 | * cus-edit.el (mode-line): Renamed from modeline. All uses changed. | 24 | * cus-edit.el (mode-line): Renamed from modeline. All uses changed. |
| 19 | 25 | ||
| 20 | 2006-09-005 Ken Manheimer <address@hidden> | 26 | 2006-09-14 Ken Manheimer <ken.manheimer@gmail.com> |
| 21 | 27 | ||
| 22 | * allout.el (allout-regexp, allout-line-boundary-regexp) | 28 | * allout.el (allout-regexp, allout-line-boundary-regexp) |
| 23 | (allout-bob-regexp): Correct grouping and boundaries to fix | 29 | (allout-bob-regexp): Correct grouping and boundaries to fix |
| @@ -86,7 +92,8 @@ | |||
| 86 | a regexp search to leap large numbers of contained topics, rather | 92 | a regexp search to leap large numbers of contained topics, rather |
| 87 | than arbitrarily many one-by-one traversals. | 93 | than arbitrarily many one-by-one traversals. |
| 88 | (allout-next-visible-heading): Disqualify aberrant topics. | 94 | (allout-next-visible-heading): Disqualify aberrant topics. |
| 89 | (allout-previous-visible-heading): Position consistently when interactive. | 95 | (allout-previous-visible-heading): Position consistently when |
| 96 | interactive. | ||
| 90 | (allout-forward-current-level): Base on allout-previous-sibling | 97 | (allout-forward-current-level): Base on allout-previous-sibling |
| 91 | rather than reimplmenting the algorithm. Remove unused vars. | 98 | rather than reimplmenting the algorithm. Remove unused vars. |
| 92 | (allout-solicit-alternate-bullet): Present default choice stripped | 99 | (allout-solicit-alternate-bullet): Present default choice stripped |