diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 2a1ef635321..4afa26a5141 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: New function `locate-user-emacs-file'. | ||
| 4 | |||
| 1 | 2008-10-18 Ulrich Mueller <ulm@gentoo.org> | 5 | 2008-10-18 Ulrich Mueller <ulm@gentoo.org> |
| 2 | 6 | ||
| 3 | * MACHINES: Add section for SuperH. | 7 | * MACHINES: Add section for SuperH. |
| @@ -1636,6 +1636,10 @@ the match data. | |||
| 1636 | `serial-process-configure' provide a Lisp interface to the new serial | 1636 | `serial-process-configure' provide a Lisp interface to the new serial |
| 1637 | port support (see Emacs changes, above). | 1637 | port support (see Emacs changes, above). |
| 1638 | 1638 | ||
| 1639 | *** `locate-user-emacs-file' helps packages to select the appropriate | ||
| 1640 | place to save user-specific files. It defaults to `user-emacs-directory' | ||
| 1641 | unless the file already exists at $HOME. | ||
| 1642 | |||
| 1639 | ** Miscellaneous new variables | 1643 | ** Miscellaneous new variables |
| 1640 | 1644 | ||
| 1641 | +++ | 1645 | +++ |