diff options
| author | Juanma Barranquero | 2008-01-16 16:30:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-01-16 16:30:53 +0000 |
| commit | 927783c1e2b83ef8d0a11006135f1da382ba3b90 (patch) | |
| tree | 33e99eb8e4e1ad724c0660ad8d1537c8c321c0f3 /lisp | |
| parent | a8b6a3a6a0845515f99d5ac1a577c9f85316d82a (diff) | |
| download | emacs-927783c1e2b83ef8d0a11006135f1da382ba3b90.tar.gz emacs-927783c1e2b83ef8d0a11006135f1da382ba3b90.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
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 @@ | |||
| 1 | 2008-01-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * frame.el (display-mm-height, display-mm-width): | ||
| 4 | * whitespace.el (whitespace-check-leading-whitespace) | ||
| 5 | (whitespace-check-trailing-whitespace) | ||
| 6 | (whitespace-check-spacetab-whitespace) | ||
| 7 | (whitespace-check-indent-whitespace) | ||
| 8 | (whitespace-check-ateol-whitespace): | ||
| 9 | * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring. | ||
| 10 | |||
| 1 | 2008-01-16 Glenn Morris <rgm@gnu.org> | 11 | 2008-01-16 Glenn Morris <rgm@gnu.org> |
| 2 | 12 | ||
| 3 | * comint.el (comint-regexp-arg): Fix no-input case. | 13 | * comint.el (comint-regexp-arg): Fix no-input case. |
| @@ -555,7 +565,7 @@ | |||
| 555 | (verilog-re-search-backward, verilog-re-search-forward-quick) | 565 | (verilog-re-search-backward, verilog-re-search-forward-quick) |
| 556 | (verilog-re-search-backward-quick, verilog-get-beg-of-line) | 566 | (verilog-re-search-backward-quick, verilog-get-beg-of-line) |
| 557 | (verilog-get-end-of-line, verilog-within-string): Move definitions | 567 | (verilog-get-end-of-line, verilog-within-string): Move definitions |
| 558 | before first use. No code changes. | 568 | before first use. No code changes. |
| 559 | 569 | ||
| 560 | 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> | 570 | 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 561 | 571 | ||
| @@ -5988,7 +5998,7 @@ | |||
| 5988 | path. Rewrite function in `cond' style for readability. | 5998 | path. Rewrite function in `cond' style for readability. |
| 5989 | 5999 | ||
| 5990 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. | 6000 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. |
| 5991 | (The path shortening, that is, not the rearrarangement.) | 6001 | (The path shortening, that is, not the rearrangement.) |
| 5992 | 6002 | ||
| 5993 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6003 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 5994 | 6004 | ||