# HG changeset patch # User Juanma Barranquero # Date 1200755589 0 # Node ID 3463925204482fb7c1e6c21269634e2083bb5472 # Parent 9e4a405ed8664ab3e86e0214daa7f6d8d8cea312 *** empty log message *** diff -r 9e4a405ed866 -r 346392520448 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 19 15:08:22 2008 +0000 +++ b/lisp/ChangeLog Sat Jan 19 15:13:09 2008 +0000 @@ -1,10 +1,24 @@ +2008-01-19 Juanma Barranquero + + * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp) + (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp) + (blank-space-before-tab-regexp, blank-global-modes, blank-mode) + (global-blank-mode): Doc fixes. + (blank, blank-space-face, blank-hspace-face, blank-tab-face) + (blank-newline-face, blank-trailing-face, blank-line-face) + (blank-space-before-tab-face, blank-display-mappings) + (blank-chars-value-list, blank-style-value-list, blank-toggle-options) + (global-blank-toggle-options, blank-help-text, blank-interactive-char) + (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off): + Fix typos in docstrings. + 2008-01-18 Richard Stallman * icomplete.el (icomplete-get-keys): Look up KEYS using all maps in proper buffer. -2008-01-17 Vinicius Jose Latorre -2008-01-17 Miles Bader +2008-01-17 Vinicius Jose Latorre + Miles Bader * blank-mode.el: New file. Minor mode to visualise TAB, (HARD) SPACE, NEWLINE. Miles Bader wrote the original @@ -143,7 +157,7 @@ * vc-hg.el (vc-hg-diff): Don't pass an empty string. -2008-01-09 Wilson Snyder +2008-01-09 Wilson Snyder * progmodes/verilog-mode.el (top-level): Fix spacing. (verilog-mode-version, verilog-mode-release-date): Update version @@ -610,8 +624,8 @@ (verilog-emacs-features, verilog-auto-ascii-enum) (verilog-insert-indices): Escape braces in doc strings. -2007-12-08 Michael McNamara - Wilson Snyder +2007-12-08 Michael McNamara + Wilson Snyder * progmodes/verilog-mode.el: New file.