diff options
| author | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-02 04:59:56 +0000 |
| commit | c22e59e11779f0272f53d7cc43c27fb50981bdfe (patch) | |
| tree | 22af258bf39b53b01117ee5ffcf1e80996c8f81c /lisp | |
| parent | fe552b4c0d54b84b3048a08b2fc19518cafe6f1d (diff) | |
| download | emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.tar.gz emacs-c22e59e11779f0272f53d7cc43c27fb50981bdfe.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d590fca893d..ba35309ebfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu> | 1 | 2001-11-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | |||
| 3 | * indent.el (tab-always-indent, indent-for-tab-command): | ||
| 4 | Remove redundant `never' setting. | ||
| 2 | 5 | ||
| 3 | * fill.el (fill-region-as-paragraph): Don't forget to skip | 6 | * fill.el (fill-region-as-paragraph): Don't forget to skip |
| 4 | over current whitespace before looking for a preceding space. | 7 | over current whitespace before looking for a preceding space. |
| @@ -35,8 +38,8 @@ | |||
| 35 | * bindings.el (mode-line-frame-identification): Add doc string. | 38 | * bindings.el (mode-line-frame-identification): Add doc string. |
| 36 | (mode-line-position, mode-line-modes): New variables. | 39 | (mode-line-position, mode-line-modes): New variables. |
| 37 | (mode-line-format): Use mode-line-position for the part | 40 | (mode-line-format): Use mode-line-position for the part |
| 38 | that displays the position-in-buffer info. Use | 41 | that displays the position-in-buffer info. |
| 39 | mode-line-modes for the part that displays major and minor modes. | 42 | Use mode-line-modes for the part that displays major and minor modes. |
| 40 | 43 | ||
| 41 | 2001-10-31 Sam Steingold <sds@gnu.org> | 44 | 2001-10-31 Sam Steingold <sds@gnu.org> |
| 42 | 45 | ||