diff options
| author | Kim F. Storm | 2005-04-07 09:15:15 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-07 09:15:15 +0000 |
| commit | 4c23089d9973de056e9922e76162a8cefc9efe5c (patch) | |
| tree | dcbeb55ea3d2260617cef94bdf55ee0ba89cc50b /lisp | |
| parent | 9fb518aa5f85bf673d3e10d52d04ac6f845bc2bf (diff) | |
| download | emacs-4c23089d9973de056e9922e76162a8cefc9efe5c.tar.gz emacs-4c23089d9973de056e9922e76162a8cefc9efe5c.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.5 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a3b1782d00..d9433c4f496 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * term/xterm.el (xterm-standard-colors): Update color values from | 3 | * term/xterm.el (xterm-standard-colors): Update color values from |
| 4 | xterm-200. | 4 | xterm-200. |
| 5 | 5 | ||
| 6 | 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 7 | ||
| @@ -1715,7 +1715,7 @@ | |||
| 1715 | (debug-entry-code): New const. | 1715 | (debug-entry-code): New const. |
| 1716 | (debug-on-entry-1): Use it. | 1716 | (debug-on-entry-1): Use it. |
| 1717 | 1717 | ||
| 1718 | 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change) | 1718 | 2005-02-28 Chong Yidong <cyd@stupidchicken.com> |
| 1719 | 1719 | ||
| 1720 | * international/utf-16.el (ccl-encode-mule-utf-16le): | 1720 | * international/utf-16.el (ccl-encode-mule-utf-16le): |
| 1721 | Fix BUFFER_MAGNIFICATION to 2. | 1721 | Fix BUFFER_MAGNIFICATION to 2. |
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 5d3125b3ffc..dad524ed851 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 | |||
| @@ -1063,7 +1063,7 @@ | |||
| 1063 | * vc-hooks.el (vc-status): If vc-locking-user returns a number, | 1063 | * vc-hooks.el (vc-status): If vc-locking-user returns a number, |
| 1064 | compare it to (user-uid). | 1064 | compare it to (user-uid). |
| 1065 | 1065 | ||
| 1066 | 1995-05-11 James Thompson <thompson@wg2.waii.com> | 1066 | 1995-05-11 Jim Thompson <thompson@wg2.waii.com> |
| 1067 | 1067 | ||
| 1068 | * ps-print.el: Miscellaneous fixes for better compatibility with | 1068 | * ps-print.el: Miscellaneous fixes for better compatibility with |
| 1069 | XEmacs 19.12. | 1069 | XEmacs 19.12. |