diff options
| -rw-r--r-- | etc/NEWS | 16 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
2 files changed, 22 insertions, 1 deletions
| @@ -58,6 +58,11 @@ See the files mac/README and mac/INSTALL for build instructions. | |||
| 58 | * Changes in Emacs 21.4 | 58 | * Changes in Emacs 21.4 |
| 59 | 59 | ||
| 60 | +++ | 60 | +++ |
| 61 | ** The mode line position information now comes before the major mode. | ||
| 62 | When the file is maintained under version control, that information | ||
| 63 | appears between the position information and the major mode. | ||
| 64 | |||
| 65 | +++ | ||
| 61 | ** You can now customize the use of window fringes. To control this | 66 | ** You can now customize the use of window fringes. To control this |
| 62 | for all frames, use M-x fringe-mode or the Show/Hide submenu of the | 67 | for all frames, use M-x fringe-mode or the Show/Hide submenu of the |
| 63 | top-level Options menu, or customize the `fringe-mode' variable. To | 68 | top-level Options menu, or customize the `fringe-mode' variable. To |
| @@ -608,6 +613,17 @@ now uses normal-erase-is-backspace-mode. | |||
| 608 | controls whether or not the function `make-auto-save-file-name' will | 613 | controls whether or not the function `make-auto-save-file-name' will |
| 609 | attempt to construct a unique auto-save name (e.g. for remote files). | 614 | attempt to construct a unique auto-save name (e.g. for remote files). |
| 610 | 615 | ||
| 616 | +++ | ||
| 617 | ** Diary sexp entries can have custom marking in the calendar. | ||
| 618 | Diary sexp functions which only apply to certain days (such as | ||
| 619 | `diary-block' or `diary-cyclic' now take an optional parameter MARK, | ||
| 620 | which is the name of a face or a single-character string indicating | ||
| 621 | how to highlight the day in the calendar display. Specifying a | ||
| 622 | single-character string as @var{mark} places the character next to the | ||
| 623 | day in the calendar. Specifying a face highlights the day with that | ||
| 624 | face. This lets you have different colors or markings for vacations, | ||
| 625 | appointments, paydays or anything else using a sexp. | ||
| 626 | |||
| 611 | ** VC Changes | 627 | ** VC Changes |
| 612 | 628 | ||
| 613 | *** The key C-x C-q no longer checks files in or out, it only changes | 629 | *** The key C-x C-q no longer checks files in or out, it only changes |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4199273493..1879246c720 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-07-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (check-ispell-version): Bind default-directory | ||
| 4 | to avoid errors. Kill the old temp buffer at the beginning. | ||
| 5 | |||
| 1 | 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 6 | 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 7 | ||
| 3 | * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix. | 8 | * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix. |
| @@ -10,7 +15,7 @@ | |||
| 10 | 2002-07-29 Kenichi Handa <handa@etl.go.jp> | 15 | 2002-07-29 Kenichi Handa <handa@etl.go.jp> |
| 11 | 16 | ||
| 12 | * international/mule.el (ctext-post-read-conversion): Add support | 17 | * international/mule.el (ctext-post-read-conversion): Add support |
| 13 | for emboded utf-8 encodng (ESC % G ... ESC % @). | 18 | for embedded utf-8 encoding (ESC % G ... ESC % @). |
| 14 | 19 | ||
| 15 | 2002-07-28 Kenichi Handa <handa@etl.go.jp> | 20 | 2002-07-28 Kenichi Handa <handa@etl.go.jp> |
| 16 | 21 | ||