diff options
| author | Kim F. Storm | 2003-03-21 23:48:53 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 23:48:53 +0000 |
| commit | 6e6410cf9db1bc440eab0991c68375040f4e7a78 (patch) | |
| tree | 1707a8b94343bc5b3594f91bfd327dcaa761a193 | |
| parent | dfbe5d05b105e91c7df0deb4a2a8e69dd01635eb (diff) | |
| download | emacs-6e6410cf9db1bc440eab0991c68375040f4e7a78.tar.gz emacs-6e6410cf9db1bc440eab0991c68375040f4e7a78.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3b1fe775a5..7750e0a50df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2003-03-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (set-mark-command): Doc fixes. | ||
| 4 | Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... | ||
| 5 | C-u C-u C-SPC now unconditionally sets the mark. | ||
| 6 | |||
| 1 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> | 7 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> |
| 2 | 8 | ||
| 3 | * xml.el (xml-parse-attlist): Fix typo in attribute parsing. | 9 | * xml.el (xml-parse-attlist): Fix typo in attribute parsing. |
diff --git a/src/ChangeLog b/src/ChangeLog index 80f988ce490..b2c9af9a5a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords): | 7 | * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords): |
| 8 | Add prototypes. | 8 | Add prototypes. |
| 9 | 9 | ||
| 10 | * xterm.h (STORE_NATIVE_RECT): New macro. | ||
| 11 | |||
| 10 | 2003-03-21 Kim F. Storm <storm@cua.dk> | 12 | 2003-03-21 Kim F. Storm <storm@cua.dk> |
| 11 | 13 | ||
| 12 | * xdisp.c (get_glyph_string_clip_rect): Use | 14 | * xdisp.c (get_glyph_string_clip_rect): Use |