diff options
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7750e0a50df..cabf2aa2b50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... | 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. | 5 | C-u C-u C-SPC now unconditionally sets the mark. |
| 6 | 6 | ||
| 7 | * emulation/cua-base.el (cua-set-mark): Doc fixes. | ||
| 8 | Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... | ||
| 9 | C-u C-u C-SPC now unconditionally sets the mark. | ||
| 10 | |||
| 7 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> | 11 | 2003-03-20 Mark A. Hershberger <mah@everybody.org> |
| 8 | 12 | ||
| 9 | * xml.el (xml-parse-attlist): Fix typo in attribute parsing. | 13 | * xml.el (xml-parse-attlist): Fix typo in attribute parsing. |