mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 02:10:35 -08:00
*** empty log message ***
This commit is contained in:
parent
80108537f9
commit
5df034de1f
5 changed files with 34 additions and 0 deletions
9
etc/NEWS
9
etc/NEWS
|
|
@ -1454,6 +1454,10 @@ Meta and Alt:
|
|||
|
||||
* New modes and packages in 21.4
|
||||
|
||||
+++
|
||||
** The new global minor mode `size-indication-mode' (off by default)
|
||||
shows the size of accessible part of the buffer on the mode line.
|
||||
|
||||
** GDB-Script-mode is used for files like .gdbinit.
|
||||
|
||||
---
|
||||
|
|
@ -2494,6 +2498,11 @@ Reference manual for more detailed documentation.
|
|||
** Mode line display ignores text properties in the value
|
||||
of a variable whose `risky-local-variables' property is nil.
|
||||
|
||||
+++
|
||||
** The new `%i' and `%I' constructs for `mode-line-format' can be used
|
||||
to display the size of the accessible part of the buffer on the mode
|
||||
line.
|
||||
|
||||
---
|
||||
** Indentation of simple and extended loop forms has been added to the
|
||||
cl-indent package. The new user options
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
|
||||
|
||||
* simple.el (size-indication-mode): New.
|
||||
* bindings.el (mode-line-position): Add buffer size indicator.
|
||||
|
||||
2003-09-04 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* battery.el (battery-linux-proc-acpi): New function.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
|
||||
|
||||
* modes.texi (%-Constructs): Document new `%i' and `%I'
|
||||
constructs.
|
||||
|
||||
2003-09-03 Peter Runestig <peter@runestig.com>
|
||||
|
||||
* makefile.w32-in: New file.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
|
||||
|
||||
* screen.texi (Mode Line): Say that POS comes before LINE.
|
||||
Mention `size-indication-mode'.
|
||||
* display.texi (Optional Mode Line): Document
|
||||
`size-indication-mode'.
|
||||
* basic.texi (Position Info): Mention `size-indication-mode'.
|
||||
|
||||
2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
|
||||
|
||||
* xresources.texi (Resources): Refer to `editres' man page.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
|
||||
|
||||
* xdisp.c (pint2hrstr): New function.
|
||||
(decode_mode_spec): Add `%i' and `%I' specs.
|
||||
* buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
|
||||
for `mode-line-format'.
|
||||
|
||||
2003-09-07 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue