diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00cbe9f36ee..f199102295a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2012-08-08 Juri Linkov <juri@jurta.org> | 1 | 2012-08-08 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * bookmark.el: Add `defaults' property to the bookmark record. | ||
| 4 | (bookmark-current-buffer): Doc fix. | ||
| 5 | (bookmark-make-record): Add `defaults' property with default values | ||
| 6 | to the bookmark record. | ||
| 7 | (bookmark-minibuffer-read-name-map): Remove key binding "\C-u" | ||
| 8 | with `bookmark-insert-current-bookmark'. | ||
| 9 | (bookmark-set): Get `defaults' property from the bookmark record | ||
| 10 | and use it in `read-from-minibuffer'. | ||
| 11 | (bookmark-insert-current-bookmark): Remove function. | ||
| 12 | |||
| 13 | * info.el (Info-bookmark-make-record): Add `defaults' property | ||
| 14 | with values of canonical Info node name, the current Info file | ||
| 15 | name and the current Info node name. (Bug#12107) | ||
| 16 | |||
| 17 | 2012-08-08 Juri Linkov <juri@jurta.org> | ||
| 18 | |||
| 3 | * files.el (basic-save-buffer): Use `buffer-name' as the default | 19 | * files.el (basic-save-buffer): Use `buffer-name' as the default |
| 4 | of `read-file-name' when buffer is not visiting a file (bug#12128). | 20 | of `read-file-name' when buffer is not visiting a file (bug#12128). |
| 5 | 21 | ||