# HG changeset patch # User Juanma Barranquero # Date 1200501053 0 # Node ID 9fa0520f65d517d8008c8b3ea925eb94da5bd595 # Parent f8e2d487fe6ecbc655c0b4ded2ffe2bed97c8079 *** empty log message *** diff -r f8e2d487fe6e -r 9fa0520f65d5 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 16 16:19:01 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 16 16:30:53 2008 +0000 @@ -1,3 +1,13 @@ +2008-01-16 Juanma Barranquero + + * frame.el (display-mm-height, display-mm-width): + * whitespace.el (whitespace-check-leading-whitespace) + (whitespace-check-trailing-whitespace) + (whitespace-check-spacetab-whitespace) + (whitespace-check-indent-whitespace) + (whitespace-check-ateol-whitespace): + * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring. + 2008-01-16 Glenn Morris * comint.el (comint-regexp-arg): Fix no-input case. @@ -555,7 +565,7 @@ (verilog-re-search-backward, verilog-re-search-forward-quick) (verilog-re-search-backward-quick, verilog-get-beg-of-line) (verilog-get-end-of-line, verilog-within-string): Move definitions - before first use. No code changes. + before first use. No code changes. 2007-12-08 Dan Nicolaescu @@ -5988,7 +5998,7 @@ path. Rewrite function in `cond' style for readability. Suggested by: Stephen Eglen . - (The path shortening, that is, not the rearrarangement.) + (The path shortening, that is, not the rearrangement.) 2007-01-15 YAMAMOTO Mitsuharu