aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-05-19 11:23:53 -0400
committerStefan Monnier2010-05-19 11:23:53 -0400
commitc3bb441dd072089f9e6815d9d41c27b5d84aebde (patch)
tree0f7b40fef1fe47c9784677f9e80d75d999614bba /etc
parentab0c07c0209012ff0010c2c24303ee7a4c33a514 (diff)
downloademacs-c3bb441dd072089f9e6815d9d41c27b5d84aebde.tar.gz
emacs-c3bb441dd072089f9e6815d9d41c27b5d84aebde.zip
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
* editfns.c (Fbyte_to_string): New function. * NEWS: Add sections for Emacs-23.3.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/NEWS27
2 files changed, 32 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 083035717ba..96a5a85f325 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * NEWS: Add sections for Emacs-23.3.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 23.2 released. 7 * Version 23.2 released.
@@ -26,8 +30,7 @@
26 30
272010-03-15 Francesc Rocher <rocher@member.fsf.org> 312010-03-15 Francesc Rocher <rocher@member.fsf.org>
28 32
29 * MORE.STUFF: Remove CEDET entry, now distributed as part of 33 * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs.
30 Emacs.
31 34
322010-03-06 Glenn Morris <rgm@gnu.org> 352010-03-06 Glenn Morris <rgm@gnu.org>
33 36
diff --git a/etc/NEWS b/etc/NEWS
index b52b1f79f41..9124fe1c069 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,6 +15,33 @@ You can narrow news to a specific version by calling `view-emacs-news'
15with a prefix argument or by typing C-u C-h C-n. 15with 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.