- 09 Mar, 2008 3 commits
-
-
Stefan Monnier authored
I.e. use bookmark-edit-annotation rather than bookmark-read-annotation. (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph) (bookmark-annotation-buffer, bookmark-annotation-file) (bookmark-annotation-point, bookmark-send-annotation) (bookmark-read-annotation-mode, bookmark-read-annotation): Remove. (bookmark-edit-annotation-text-func): Rename from bookmark-read-annotation-text-func. Keep old name as an obsolete alias. (bookmark-edit-annotation-mode-map): Move initialization into declaration.
-
Stefan Monnier authored
(bookmark-minibuffer-read-name-map): New var. (bookmark-set): Use it. Also pass the default value as it should. (bookmark-send-edited-annotation): Take no chances with text properties. (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name. (bookmark-insert-buffer-name): Remove. (bookmark-buffer-file-name): Signal an error rather than returning nil.
-
Stefan Monnier authored
make-record function, instead paste it in afterwards. (bookmark-make-record-for-text-file): * doc-view.el (doc-view-bookmark-make-record): * info.el (Info-bookmark-make-record): Don't mess with annotations.
-
- 08 Mar, 2008 1 commit
-
-
Stefan Monnier authored
(bookmark-get-annotation, bookmark-set-annotation) (bookmark-get-filename, bookmark-set-filename, bookmark-get-position) (bookmark-set-position, bookmark-get-front-context-string) (bookmark-set-front-context-string, bookmark-get-rear-context-string) (bookmark-set-rear-context-string, bookmark-get-handler): Use them. * info.el (Info-bookmark-make-record): Don't bother recording point. (bookmark-get-filename, bookmark-get-front-context-string) (bookmark-get-rear-context-string, bookmark-get-position): Don't declare. (bookmark-get-info-node): Remove. (bookmark-prop-get): Declare. (Info-bookmark-jump): Use it.
-
- 07 Mar, 2008 4 commits
-
-
Bastien Guerry authored
`bookmark-make-name-function' since `bookmark-buffer-file-name' already takes care of this. (bookmark-buffer-name): Removed Info-mode specific code. (bookmark-buffer-file-name): Removed Info-mode specific code. * info.el (bookmark-get-info-node): Define this function in info.el, not in bookmark.el. (Info-mode): Set `bookmark-make-name-function' to `Info-bookmark-make-name' locally. (Info-bookmark-make-name): New function. * bookmark.el (bookmark-make-name-function): New variable.
-
Karl Fogel authored
(bookmark-set): Make `bookmark-make-record-function' buffer-local, not `bookmark-make-cell-function' (the old name).
-
Karl Fogel authored
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html and its thread for discussion leading to this change. * emacs-cvs/lisp/bookmark.el: (bookmark-jump-noselect): Return an alist instead of a dotted pair. (bookmark-jump, bookmark-jump-other-window, bookmark-insert) (bookmark-bmenu-2-window, bookmark-bmenu-other-window) (bookmark-bmenu-switch-other-window): Adjust accordingly. (bookmark-make-cell-function): Adjust documentation accordingly. * emacs-cvs/lisp/image-mode.el (image-bookmark-jump): Adjust return type accordingly; document. * emacs-cvs/lisp/doc-view.el (doc-view-bookmark-jump): Adjust return type accordingly; document.
-
Stefan Monnier authored
Move initialization into declaration. (bookmark-get-info-node, bookmark-set-info-node): Remove. (bookmark-make, bookmark-make-cell-for-text-file): Remove `info-node' arg. (bookmark-info-current-node): Remove. (bookmark-jump-noselect): Rename from bookmark-jump-internal. Add relocation fallback. Set bookmark-current-bookmark. (bookmark-default-handler): Rename from bookmark-jump-noselect. Remove relocation fallback. Don't set bookmark-current-bookmark. (bookmark-set): Let it be used even if there's no buffer-file-name as long as there is a bookmark-make-cell-function. * info.el (Info-bookmark-jump): Remove relocation fallback. Don't set bookmark-current-bookmark.
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Jan, 2008 1 commit
-
-
Stefan Monnier authored
* progmodes/ada-mode.el (comment-region): * calendar/todo-mode.el (todo-insert-item): * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
-
- 02 Jan, 2008 1 commit
-
-
Karl Fogel authored
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html and its thread for discussion leading to this change. * emacs-cvs/lisp/bookmark.el: (bookmark-jump-noselect): Return an alist instead of a dotted pair. (bookmark-jump, bookmark-jump-other-window, bookmark-insert) (bookmark-bmenu-2-window, bookmark-bmenu-other-window) (bookmark-bmenu-switch-other-window): Adjust accordingly. (bookmark-make-cell-function): Adjust documentation accordingly. * emacs-cvs/lisp/image-mode.el (image-bookmark-jump): Adjust return type accordingly; document. * emacs-cvs/lisp/doc-view.el (doc-view-bookmark-jump): Adjust return type accordingly; document.
-
- 26 Dec, 2007 1 commit
-
-
Tassilo Horn authored
* bookmark.el (bookmark-make-cell-function): New variable. (bookmark-make): Call bookmark-make-cell-function's function instead of bookmark-make-cell. (bookmark-get-handler, bookmark-jump-internal): New functions. (bookmark-jump, bookmark-jump-other-window, bookmark-insert) (bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use bookmark-jump-internal. (bookmark-make-cell-for-text-file): Renamed from bookmark-make-cell. * doc-view.el (doc-view-bookmark-make-cell) (doc-view-bookmark-jump): New functions. (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
-
- 25 Sep, 2007 1 commit
-
-
Juanma Barranquero authored
Use `mapc' rather than `mapcar'.
-
- 22 Sep, 2007 1 commit
-
-
Dan Nicolaescu authored
(bookmark-make): Don't use bookmark-xemacsp, use (featurep 'xemacs) instead.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 17 Jul, 2007 2 commits
-
-
Thien-Thi Nguyen authored
Instead, if not sorting, simply return it. (bookmark-bmenu-list): Call bookmark-maybe-sort-alist for its return value, not for its side effect.
-
Thien-Thi Nguyen authored
Make sure each inserted annotation ends with newline.
-
- 16 Jul, 2007 2 commits
-
-
Thien-Thi Nguyen authored
Instead, if not sorting, simply return it. (bookmark-bmenu-list): Call bookmark-maybe-sort-alist for its return value, not for its side effect.
-
Thien-Thi Nguyen authored
Make sure each inserted annotation ends with newline.
-
- 15 Jul, 2007 1 commit
-
-
Karl Fogel authored
three slots under C-x r. See this message and its thread for details: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. * lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com. * etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which documented bookmark keybinding changes that were later reverted. * man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted changes to regs.texi that would have documented the keybinding change reverted above.
-
- 13 Jul, 2007 3 commits
-
-
Karl Fogel authored
(bookmark-map): Bind it to "o". Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
-
Karl Fogel authored
-
Karl Fogel authored
instead, make "C-xp" a prefix for bookmark-map. Patch by Drew Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me. See http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2007 1 commit
-
-
Karl Fogel authored
Rewrite function in `cond' style for readability. Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk> (The path shortening, that is, not the rearrarangement.)
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 12 Nov, 2005 2 commits
-
-
Karl Fogel authored
duplication: invokes `message' iff baud-rate is high enough. (bookmark-write-file): Use above instead of an inline conditional. (bookmark-load): Same.
-
Karl Fogel authored
the data to it using write-region. This is similar to 2005-05-29T08:36:26Z!rms@gnu.org of saveplace.el, but with an additional change to avoid visiting the file in the first place.
-
- 19 Oct, 2005 1 commit
-
-
Romain Francoise authored
(bookmark-bmenu-list): Use it. Don't fiddle with `baud-rate' at top-level.
-
- 18 Oct, 2005 2 commits
-
-
Romain Francoise authored
(bookmark-bmenu-hide-filenames): Improve help-echo text.
-
Romain Francoise authored
(bookmark-bmenu-hide-filenames): Add follow-link property.
-
- 18 Sep, 2005 1 commit
-
-
Deepak Goel authored
-
- 25 Aug, 2005 1 commit
-
-
Carsten Dominik authored
-
- 24 Aug, 2005 1 commit
-
-
Carsten Dominik authored
(bookmark-jump): Run `bookmark-after-jump-hook'.
-
- 09 Aug, 2005 1 commit
-
-
Richard M. Stallman authored
(bookmark-jump-noselect): Use with-no-warnings.
-
- 06 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 26 Jul, 2005 1 commit
-
-
Juanma Barranquero authored
(bookmark-save): Improve argument/docstring consistency. (bookmark-get-bookmark, bookmark-get-bookmark-record, bookmark-alist-from-buffer, bookmark-upgrade-file-format-from-0, bookmark-grok-file-format-version, bookmark-maybe-upgrade-file-format, bookmark-kill-line, bookmark-read-annotation-mode, bookmark-insert-current-bookmark, bookmark-jump, bookmark-exit-hook): Fix typos in docstrings. (bookmark-exit-hooks): Define as obsolete alias. (bookmark-exit-hook-internal): Run `bookmark-exit-hook', not `bookmark-exit-hooks'. Fix docstring. (bookmark-bmenu-select): "?\ " -> "?\s".
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 03 Jul, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 26 May, 2005 1 commit
-
-
Lute Kamstra authored
(bookmark-bmenu-mode): Use run-mode-hooks.
-