summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-01-16 16:30:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-01-16 16:30:53 +0000
commit927783c1e2b83ef8d0a11006135f1da382ba3b90 (patch)
tree33e99eb8e4e1ad724c0660ad8d1537c8c321c0f3
parenta8b6a3a6a0845515f99d5ac1a577c9f85316d82a (diff)
downloademacs-927783c1e2b83ef8d0a11006135f1da382ba3b90.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12621959992..c17a99cdf85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * 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 <rgm@gnu.org>
* 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 <dann@ics.uci.edu>
@@ -5988,7 +5998,7 @@
path. Rewrite function in `cond' style for readability.
Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
- (The path shortening, that is, not the rearrarangement.)
+ (The path shortening, that is, not the rearrangement.)
2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>