diff options
| author | Kenichi Handa | 2010-05-25 10:03:44 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-25 10:03:44 +0900 |
| commit | cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b (patch) | |
| tree | 993ab2a02b7737549c408adb148aed12c86bafd2 /etc | |
| parent | 8a2b8c4f7c2a18254fc0b34f236d7487fc7917d4 (diff) | |
| parent | 171eda5358a6c63b4854688a300b0fe22d3fcb38 (diff) | |
| download | emacs-cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b.tar.gz emacs-cdf522217cd425ca6dabb1fc6c0fb7fb9c95883b.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 7 | ||||
| -rw-r--r-- | etc/NEWS.23 | 27 |
2 files changed, 32 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4f83227c8dc..10199922b34 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * NEWS: Add sections for Emacs-23.3. | ||
| 4 | |||
| 1 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * PROBLEMS: Document gcc-4.5 bug (Bug#6031). | 7 | * PROBLEMS: Document gcc-4.5 bug (Bug#6031). |
| @@ -43,8 +47,7 @@ | |||
| 43 | 47 | ||
| 44 | 2010-03-24 Francesc Rocher <rocher@member.fsf.org> | 48 | 2010-03-24 Francesc Rocher <rocher@member.fsf.org> |
| 45 | 49 | ||
| 46 | * MORE.STUFF: Remove CEDET entry, now distributed as part of | 50 | * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs. |
| 47 | Emacs. | ||
| 48 | 51 | ||
| 49 | 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com> | 52 | 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com> |
| 50 | 53 | ||
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index b52b1f79f41..9124fe1c069 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -15,6 +15,33 @@ You can narrow news to a specific version by calling `view-emacs-news' | |||
| 15 | with a prefix argument or by typing C-u C-h C-n. | 15 | with a prefix argument or by typing C-u C-h C-n. |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | * Installation Changes in Emacs 23.3 | ||
| 19 | |||
| 20 | * Startup Changes in Emacs 23.3 | ||
| 21 | |||
| 22 | * Changes in Emacs 23.3 | ||
| 23 | |||
| 24 | |||
| 25 | * Editing Changes in Emacs 23.3 | ||
| 26 | |||
| 27 | |||
| 28 | * Changes in Specialized Modes and Packages in Emacs 23.3 | ||
| 29 | |||
| 30 | |||
| 31 | * New Modes and Packages in Emacs 23.3 | ||
| 32 | |||
| 33 | |||
| 34 | * Incompatible Lisp Changes in Emacs 23.3 | ||
| 35 | |||
| 36 | |||
| 37 | * Lisp changes in Emacs 23.3 | ||
| 38 | |||
| 39 | ** New function byte-to-string, like char-to-string but for bytes. | ||
| 40 | |||
| 41 | |||
| 42 | * Changes in Emacs 23.3 on non-free operating systems | ||
| 43 | |||
| 44 | |||
| 18 | * Installation Changes in Emacs 23.2 | 45 | * Installation Changes in Emacs 23.2 |
| 19 | 46 | ||
| 20 | ** New configure options for Emacs developers. | 47 | ** New configure options for Emacs developers. |