diff options
| author | Juanma Barranquero | 2007-02-01 16:47:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-01 16:47:30 +0000 |
| commit | f2c661c44c803c7958d6a1f9be579b634608b386 (patch) | |
| tree | 295e5055223511c510edfaaf85fdc354269fa78a | |
| parent | 0ad373f2d13166be359070c801aa3816f0496c7e (diff) | |
| download | emacs-f2c661c44c803c7958d6a1f9be579b634608b386.tar.gz emacs-f2c661c44c803c7958d6a1f9be579b634608b386.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d199e9a437..8feee8cbe27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * faces.el (set-face-underline-p, modify-face): Rename arg | ||
| 4 | UNDERLINE-P to UNDERLINE (it is not a flag). | ||
| 5 | |||
| 1 | 2007-02-01 Nick Roberts <nickrob@snap.net.nz> | 6 | 2007-02-01 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 7 | ||
| 3 | * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication | 8 | * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication |
| @@ -10,8 +15,8 @@ | |||
| 10 | 15 | ||
| 11 | 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu> | 16 | 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu> |
| 12 | 17 | ||
| 13 | * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist): Trim | 18 | * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist): |
| 14 | leading whitespace in sysvar names. | 19 | Trim leading whitespace in sysvar names. |
| 15 | 20 | ||
| 16 | 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | 21 | 2007-02-01 Juanma Barranquero <lekktu@gmail.com> |
| 17 | 22 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index de524bc6500..e461834ee78 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Attribute Functions): Fix name and description of | ||
| 4 | the UNDERLINE arg of `set-face-underline-p'. | ||
| 5 | |||
| 1 | 2007-01-29 Eli Zaretskii <eliz@gnu.org> | 6 | 2007-01-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local | 8 | * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local |