Mercurial > emacs
comparison lisp/ChangeLog @ 72886:51039a2cf8cc
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 15 Sep 2006 02:03:37 +0000 |
parents | 81a3281a862c |
children | 5ba1cd1da822 |
comparison
equal
deleted
inserted
replaced
72885:0e86882b32a9 | 72886:51039a2cf8cc |
---|---|
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. |
4 (fancy-splash-screens): Don't set non-standard tab width. | 9 (fancy-splash-screens): Don't set non-standard tab width. |
5 Bind cursor-type temporarily, and make it easy to patch to | 10 Bind cursor-type temporarily, and make it easy to patch to |
6 preserve the splash buffer. | 11 preserve the splash buffer. |
7 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x". | 12 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x". |
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. |
15 | 21 |
16 * time.el (display-time): Group mode-line instead of modeline. | 22 * time.el (display-time): Group mode-line instead of modeline. |
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 |
24 backwards traversal. | 30 backwards traversal. |
25 (allout-depth-specific-regexp, allout-depth-one-regexp): New | 31 (allout-depth-specific-regexp, allout-depth-one-regexp): New |
84 (allout-next-sibling-leap): Specialized version of | 90 (allout-next-sibling-leap): Specialized version of |
85 allout-next-sibling that uses allout-ascend cleverly, to depend on | 91 allout-next-sibling that uses allout-ascend cleverly, to depend on |
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 |
93 of text properties. | 100 of text properties. |
94 (allout-rebullet-heading): Use bullet stripped of text properties. | 101 (allout-rebullet-heading): Use bullet stripped of text properties. |