comparison lisp/ChangeLog @ 107768:18e1800af997

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 02 Apr 2010 21:54:24 -0400
parents 1734936f6133 719f64798991
children 46621c06afee
comparison
equal deleted inserted replaced
107767:ca372bf64063 107768:18e1800af997
1 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4 (semantic-create-imenu-directory-index): Fix typos in docstrings.
5 (semantic-imenu-goto-function): Reflow docstring.
6
1 2010-04-02 Juri Linkov <juri@jurta.org> 7 2010-04-02 Juri Linkov <juri@jurta.org>
2 8
3 * ehelp.el (electric-help-orig-major-mode): 9 * ehelp.el (electric-help-orig-major-mode):
4 New buffer-local variable. 10 New buffer-local variable.
5 (electric-help-mode): Set it to original major-mode. Doc fix. 11 (electric-help-mode): Set it to original major-mode. Doc fix.
3879 2009-11-20 Karl Fogel <karl.fogel@red-bean.com> 3885 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3880 3886
3881 * bookmark.el: Formatting and doc fixes only: 3887 * bookmark.el: Formatting and doc fixes only:
3882 (bookmark-search-delay): Shorten doc string to fit in 80 columns. 3888 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3883 (bookmark-bmenu-search): Wrap to fit within 80 columns. 3889 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3884 Minor grammar and punctuation fixes in doc string. 3890 Minor grammar and punctuation fixes in doc string.
3885 (bookmark-read-search-input): Adjust to fit within 80 columns. 3891 (bookmark-read-search-input): Adjust to fit within 80 columns.
3886 3892
3887 2009-11-20 Tassilo Horn <tassilo@member.fsf.org> 3893 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3888 3894
3889 * progmodes/cc-cmds.el (c-forward-into-nomenclature) 3895 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6634 switch-to-buffer in a dedicated window. 6640 switch-to-buffer in a dedicated window.
6635 6641
6636 2009-10-05 Karl Fogel <kfogel@red-bean.com> 6642 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6637 6643
6638 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file, 6644 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6639 don't do anything related to relocating, just return nil. 6645 don't do anything related to relocating, just return nil.
6640 (bookmark-error-no-filename): New error. 6646 (bookmark-error-no-filename): New error.
6641 (bookmark-default-handler): Signal `bookmark-error-no-filename' if 6647 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6642 bookmark has no file. Don't even attempt to handle things that 6648 bookmark has no file. Don't even attempt to handle things that
6643 are not files; the whole point of custom handlers is to keep that 6649 are not files; the whole point of custom handlers is to keep that
6644 knowledge elsewhere anyway. Tighten some comments. 6650 knowledge elsewhere anyway. Tighten some comments.
6645 (bookmark-file-or-variation-thereof): Remove now-unused function. 6651 (bookmark-file-or-variation-thereof): Remove now-unused function.
6646 (bookmark-location): Doc string fix. 6652 (bookmark-location): Doc string fix.
6647 (Bug#4250) 6653 (Bug#4250)
6648 6654
6649 2009-10-04 Karl Fogel <kfogel@red-bean.com> 6655 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6669 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump) 6675 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6670 (bookmark-jump-other-window, bookmark-handle-bookmark) 6676 (bookmark-jump-other-window, bookmark-handle-bookmark)
6671 (bookmark-relocate, bookmark-insert-location, bookmark-rename) 6677 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6672 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p) 6678 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6673 (bookmark-edit-annotation-mode, bookmark-edit-annotation): 6679 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6674 Improve doc strings to say whether bookmark can be a string or 6680 Improve doc strings to say whether bookmark can be a string or
6675 a record or both, and make other consistency and clarity fixes. 6681 a record or both, and make other consistency and clarity fixes.
6676 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file) 6682 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6677 (bookmark-default-annotation-text, bookmark-yank-word) 6683 (bookmark-default-annotation-text, bookmark-yank-word)
6678 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist) 6684 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6679 (bookmark-import-new-list, bookmark-maybe-rename) 6685 (bookmark-import-new-list, bookmark-maybe-rename)
6680 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) 6686 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6681 (bookmark-bmenu-bookmark): Give these doc strings. 6687 (bookmark-bmenu-bookmark): Give these doc strings.
6682 (bookmark-bmenu-check-position): Give this a doc string, but also 6688 (bookmark-bmenu-check-position): Give this a doc string, but also
6683 add a FIXME comment about how the function may be pointless. 6689 add a FIXME comment about how the function may be pointless.
6684 (bookmark-default-handler): Rework doc string and change a 6690 (bookmark-default-handler): Rework doc string and change a
6685 parameter name, to clarify that this takes a bookmark record 6691 parameter name, to clarify that this takes a bookmark record
6686 not a bookmark name. 6692 not a bookmark name.
6687 (bookmark-set): Change a parameter name to indicate its meaning, 6693 (bookmark-set): Change a parameter name to indicate its meaning,
6688 and improve the doc string a bit. 6694 and improve the doc string a bit.
6689 (Bug#4188) 6695 (Bug#4188)
6690 6696
6691 2009-10-04 Karl Fogel <kfogel@red-bean.com> 6697 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6692 6698
6693 * bookmark.el (bookmark-alist): Document the new `handler' element 6699 * bookmark.el (bookmark-alist): Document the new `handler' element