]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Mon, 8 Sep 2003 08:06:58 +0000 (08:06 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 8 Sep 2003 08:06:58 +0000 (08:06 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index f31dbb35eca546297213a707b9a211ac9ea04e95..662556b9abb1897bf0058624840e45829dd68b09 100644 (file)
--- 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
index 2c76bb9b8f3c8247e9d56457667470175d219c6d..ba429ad0423705225ab656a9568fdf94860a3568 100644 (file)
@@ -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.
index 8258aff458e7c0c49d431e333e4ddc5460a13899..aae3e864bc0d8e9bc89478f163ae009258f8ebde 100644 (file)
@@ -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.
index d36ae0f26df70df2f768b9e227357cf37a3f9789..41dcb857c91b4d240d75fac2486f0b4a8fe97208 100644 (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.
index 660e74e5a034106a86c334ea0990892180cc3eaa..53bfee81eed1348ec8d117e631b7b36b705cd520 100644 (file)
@@ -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