aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2008-07-13 07:35:15 +0000
committerMartin Rudalics2008-07-13 07:35:15 +0000
commitf06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c (patch)
treea5306a883c58100899a49144a8ed387fe58b7179 /etc
parent241d447bd378cbe9cb7f7c0d73ff2e9f1e48a9eb (diff)
downloademacs-f06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c.tar.gz
emacs-f06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c.zip
(change-log-search-file-name): Use match-string-no-properties.
(change-log-search-tag-name-1, change-log-search-tag-name) (change-log-goto-source-1, change-log-goto-source): New functions. (change-log-tag-re, change-log-find-head, change-log-find-tail): New variables. (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 00d668b79d9..993975293e9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -722,6 +722,9 @@ to update it to the new VC.
722*** In Change Log mode, the new command C-c C-f (change-log-find-file) 722*** In Change Log mode, the new command C-c C-f (change-log-find-file)
723finds the file associated with the current log entry. 723finds the file associated with the current log entry.
724 724
725*** In Change Log mode, the new command C-c C-c (change-log-goto-source)
726goes to the source code associated with a log entry.
727
725*** comint-mode uses `start-file-process' now (see Lisp Changes). 728*** comint-mode uses `start-file-process' now (see Lisp Changes).
726If `default-directory' is a remote file name, subprocesses are started 729If `default-directory' is a remote file name, subprocesses are started
727on the corresponding remote system. 730on the corresponding remote system.