aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
-rw-r--r--lisp/ChangeLog7
2 files changed, 22 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e041427931..345832338ca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
62When the file is maintained under version control, that information
63appears 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
62for all frames, use M-x fringe-mode or the Show/Hide submenu of the 67for all frames, use M-x fringe-mode or the Show/Hide submenu of the
63top-level Options menu, or customize the `fringe-mode' variable. To 68top-level Options menu, or customize the `fringe-mode' variable. To
@@ -608,6 +613,17 @@ now uses normal-erase-is-backspace-mode.
608controls whether or not the function `make-auto-save-file-name' will 613controls whether or not the function `make-auto-save-file-name' will
609attempt to construct a unique auto-save name (e.g. for remote files). 614attempt 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.
618Diary sexp functions which only apply to certain days (such as
619`diary-block' or `diary-cyclic' now take an optional parameter MARK,
620which is the name of a face or a single-character string indicating
621how to highlight the day in the calendar display. Specifying a
622single-character string as @var{mark} places the character next to the
623day in the calendar. Specifying a face highlights the day with that
624face. This lets you have different colors or markings for vacations,
625appointments, 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 @@
12002-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
12002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk> 62002-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 @@
102002-07-29 Kenichi Handa <handa@etl.go.jp> 152002-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
152002-07-28 Kenichi Handa <handa@etl.go.jp> 202002-07-28 Kenichi Handa <handa@etl.go.jp>
16 21