diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-04 01:15:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-04 01:15:35 +0000 |
commit | e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095 (patch) | |
tree | 38db6cc7aac7d91eae5f52bb6e04a6fe06f56392 /lisp | |
parent | 466c6fcc73b56d5f4405b0cfc5e262e8a572de0f (diff) | |
download | emacs-e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095.tar.gz emacs-e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095.tar.bz2 emacs-e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095.zip |
* international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b50d98b491..d4bacc42aff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,31 @@ +2009-06-01 Chong Yidong <cyd@stupidchicken.com> + + * international/README: New file. + + * international/charprop.el: + * international/uni-bidi.el: + * international/uni-category.el: + * international/uni-combining.el: + * international/uni-comment.el: + * international/uni-decimal.el: + * international/uni-decomposition.el: + * international/uni-digit.el: + * international/uni-lowercase.el: + * international/uni-mirrored.el: + * international/uni-name.el: + * international/uni-numeric.el: + * international/uni-old-name.el: + * international/uni-titlecase.el: + * international/uni-uppercase.el: Add copyright notice (Bug#3428). + + * emulation/edt.el (edt-previous-line, edt-next-line): Don't use + forward-line, undoing 2007-10-19 change (Bug#3188). + + * textmodes/two-column.el (2C-split): Call move-to-column, to + compensate for the 2007-10-19 change from next-line to + forward-line (Bug#3435). Account for fringe and scroll-bar when + setting 2C-window-width. + 2009-05-29 Stefan Monnier <monnier@iro.umontreal.ca> * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h |