aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS3
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 68fcba4ee06..e63316d2240 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12009-09-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Mention new variable `help-downcase-arguments'
4 and new default for arguments in *Help* buffers.
5
12009-09-15 Juanma Barranquero <lekktu@gmail.com> 62009-09-15 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * NEWS: Mention new behavior of -Q and new variable 8 * NEWS: Mention new behavior of -Q and new variable
diff --git a/etc/NEWS b/etc/NEWS
index fcc48aacbc1..7f4765e855c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -47,6 +47,9 @@ were loaded.
47 47
48* Changes in Emacs 23.2 48* Changes in Emacs 23.2
49 49
50** Function arguments in *Help* buffers are now in uppercase by default.
51You can customize the new variable `help-downcase-arguments' to change it.
52
50** Unibyte sessions are now considered obsolete. 53** Unibyte sessions are now considered obsolete.
51I.e. the use of the environment variable EMACS_UNIBYTE, or command line 54I.e. the use of the environment variable EMACS_UNIBYTE, or command line
52arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte 55arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte