Summary: Add bookmark support for man, woman and gnus-summary.
[bpt/emacs.git] / lisp / ChangeLog
index 8bf9dcd..545ce63 100644 (file)
@@ -1,3 +1,13 @@
+2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
+       New functions.
+       (woman-mode): Setup bookmark support.
+
+       * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
+       (man-bookmark-jump): New functions.
+       (Man-mode): Setup bookmark support.
+
 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
 
        * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
 
        * net/tramp.el (tramp-completion-function-alist)
        (tramp-file-name-regexp, tramp-chunksize)
-       (tramp-local-coding-commands, tramp-remote-coding-commands): Fix
-       docstring.
-       (tramp-remote-process-environment): Use `format' instead of
-       `concat'.
+       (tramp-local-coding-commands, tramp-remote-coding-commands):
+       Fix docstring.
+       (tramp-remote-process-environment): Use `format' instead of `concat'.
        (tramp-handle-directory-files-and-attributes)
        (tramp-get-remote-path): Use `copy-tree'.
        (tramp-handle-file-name-all-completions): Backward/ XEmacs
        `read-file-name-completion-ignore-case' does not exist.
        (tramp-do-copy-or-rename-file-directly): Do not use
        `tramp-handle-file-remote-p'.
-       (tramp-do-copy-or-rename-file-out-of-band): Use
-       `tramp-compat-delete-directory'.
+       (tramp-do-copy-or-rename-file-out-of-band):
+       Use `tramp-compat-delete-directory'.
        (tramp-do-copy-or-rename-file-out-of-band)
-       (tramp-compute-multi-hops, tramp-maybe-open-connection): Use
-       `format-spec-make'.
+       (tramp-compute-multi-hops, tramp-maybe-open-connection):
+       Use `format-spec-make'.
        (tramp-find-foreign-file-name-handler)
        (tramp-advice-make-auto-save-file-name)
        (tramp-set-auto-save-file-modes): Remove superfluous check for
@@ -38,8 +47,8 @@
        (tramp-check-for-regexp): Use (forward-line 1).
        (tramp-set-auto-save-file-modes): Adapt version check.
 
-       * net/tramp-compat.el (tramp-advice-file-expand-wildcards): Wrap
-       call of `featurep' for 2nd argument.
+       * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
+       Wrap call of `featurep' for 2nd argument.
        (tramp-compat-make-temp-file): Simplify fallback implementation.
        (tramp-compat-copy-tree): Remove function.
        (tramp-compat-delete-directory): Provide implementation for older
@@ -69,8 +78,8 @@
        Add --author support to git commit.
        * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
        (vc-git-log-edit-mode): New minor mode.
-       (log-edit-mode, log-edit-extra-flags, log-edit-mode): New
-       declarations.
+       (log-edit-mode, log-edit-extra-flags, log-edit-mode):
+       New declarations.
 
 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>