mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
*** empty log message ***
This commit is contained in:
parent
778a11ffba
commit
f5d0cc7708
2 changed files with 22 additions and 1 deletions
16
etc/NEWS
16
etc/NEWS
|
|
@ -57,6 +57,11 @@ See the files mac/README and mac/INSTALL for build instructions.
|
|||
|
||||
* Changes in Emacs 21.4
|
||||
|
||||
+++
|
||||
** The mode line position information now comes before the major mode.
|
||||
When the file is maintained under version control, that information
|
||||
appears between the position information and the major mode.
|
||||
|
||||
+++
|
||||
** You can now customize the use of window fringes. To control this
|
||||
for all frames, use M-x fringe-mode or the Show/Hide submenu of the
|
||||
|
|
@ -608,6 +613,17 @@ now uses normal-erase-is-backspace-mode.
|
|||
controls whether or not the function `make-auto-save-file-name' will
|
||||
attempt to construct a unique auto-save name (e.g. for remote files).
|
||||
|
||||
+++
|
||||
** Diary sexp entries can have custom marking in the calendar.
|
||||
Diary sexp functions which only apply to certain days (such as
|
||||
`diary-block' or `diary-cyclic' now take an optional parameter MARK,
|
||||
which is the name of a face or a single-character string indicating
|
||||
how to highlight the day in the calendar display. Specifying a
|
||||
single-character string as @var{mark} places the character next to the
|
||||
day in the calendar. Specifying a face highlights the day with that
|
||||
face. This lets you have different colors or markings for vacations,
|
||||
appointments, paydays or anything else using a sexp.
|
||||
|
||||
** VC Changes
|
||||
|
||||
*** The key C-x C-q no longer checks files in or out, it only changes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2002-07-29 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* textmodes/ispell.el (check-ispell-version): Bind default-directory
|
||||
to avoid errors. Kill the old temp buffer at the beginning.
|
||||
|
||||
2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
|
||||
|
|
@ -10,7 +15,7 @@
|
|||
2002-07-29 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* international/mule.el (ctext-post-read-conversion): Add support
|
||||
for emboded utf-8 encodng (ESC % G ... ESC % @).
|
||||
for embedded utf-8 encoding (ESC % G ... ESC % @).
|
||||
|
||||
2002-07-28 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue