]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPhillip Rulon <pjr@gnu.org>
Sat, 9 Oct 1999 01:22:21 +0000 (01:22 +0000)
committerPhillip Rulon <pjr@gnu.org>
Sat, 9 Oct 1999 01:22:21 +0000 (01:22 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 1e9433cd1c17c7169db795c961ad261b9cf8a353..ac935b032135fe8f8f522c609c46127e723570f9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -8,6 +8,55 @@ For older news, see the file ONEWS.
 \f
 * Changes in Emacs 21.1
 
+* New packages
+
+** delim-col
+
+Helps to prettify columns in a text region or rectangle.
+
+Here is an example of columns:
+
+horse  apple   bus
+dog    pineapple       car     EXTRA
+porcupine      strawberry      airplane
+
+Doing the following settings:
+
+   (setq delimit-columns-str-before "[ ")
+   (setq delimit-columns-str-after " ]")
+   (setq delimit-columns-str-separator ", ")
+   (setq delimit-columns-separator "\t")
+
+
+Selecting the lines above and typing:
+
+   M-x delimit-columns-region
+
+It results:
+
+[ horse    , apple     , bus     ,       ]
+[ dog      , pineapple , car     , EXTRA ]
+[ porcupine, strawberry, airplane,       ]
+
+delim-col has the following options:
+
+   delimit-columns-str-before          Specify a string to be inserted
+                                       before all columns.
+
+   delimit-columns-str-separator       Specify a string to be inserted
+                                       between each column.
+
+   delimit-columns-str-after           Specify a string to be inserted
+                                       after all columns.
+
+   delimit-columns-separator           Specify a regexp which separates
+                                       each column.
+
+delim-col has the following commands:
+
+   delimit-columns-region      Prettify all columns in a text region.
+   delimit-columns-rectangle   Prettify all columns in a text rectangle.
+
 ** Faces and frame parameters.
 
 There are four new faces `scroll-bar', `border', `cursor' and `mouse'.
index 1fe8fdf6dd88c08f80668bc6406c567947b012bb..68f9fbcf66bbb0880445520aa69fbed9c1593f8e 100644 (file)
        (custom-variable-reset-standard, custom-face-set)
        (custom-face-save): Use it.
 
+1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * hexl.el (hexl-mode): Do nothing if already in hexl mode.
+
 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
 
        * faces.el (region): Doc fix.
index e885095ad607d5eaf8f3a5bf0772b0757a0cfe48..21bb42e6758504c9c2a915471fc825e53c3f2705 100644 (file)
        * xdisp.c (resize_mini_window): Do nothing if frame is an X
        frame that hasn't been initialized yet.
 
+1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * intervals.c (get_local_map): Use indirect_function,
+       not Findirect_function.
+
 1999-09-27  Dave Love  <fx@gnu.org>
 
        * cm.h: Remove unneeded declaration of ospeed.