diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-09-15 Juanma Barranquero <lekktu@gmail.com> | 6 | 2009-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 |
| @@ -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. | ||
| 51 | You 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. |
| 51 | I.e. the use of the environment variable EMACS_UNIBYTE, or command line | 54 | I.e. the use of the environment variable EMACS_UNIBYTE, or command line |
| 52 | arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte | 55 | arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte |