From: Lute Kamstra Date: Mon, 8 Sep 2003 08:06:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5df034de1fd675906cb2dab28f59fb46bbb7cb39;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index f31dbb35eca..662556b9abb 100644 --- a/etc/NEWS +++ b/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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c76bb9b8f3..ba429ad0423 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-08 Lute Kamstra + + * simple.el (size-indication-mode): New. + * bindings.el (mode-line-position): Add buffer size indicator. + 2003-09-04 Mario Lang * battery.el (battery-linux-proc-acpi): New function. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8258aff458e..aae3e864bc0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2003-09-08 Lute Kamstra + + * modes.texi (%-Constructs): Document new `%i' and `%I' + constructs. + 2003-09-03 Peter Runestig * makefile.w32-in: New file. diff --git a/man/ChangeLog b/man/ChangeLog index d36ae0f26df..41dcb857c91 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2003-09-08 Lute Kamstra + + * 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 * xresources.texi (Resources): Refer to `editres' man page. diff --git a/src/ChangeLog b/src/ChangeLog index 660e74e5a03..53bfee81eed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2003-09-08 Lute Kamstra + + * 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 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to