aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-10-24 22:13:08 +0000
committerChong Yidong2005-10-24 22:13:08 +0000
commit24bdbffe0bcbd31958c5651b320ed200a4799dea (patch)
treec6323368bca4f78cffa78cdbe5ce8fa7389e010a
parent64ef03e90ed191729d5429e850664f27fbf2d5e2 (diff)
downloademacs-24bdbffe0bcbd31958c5651b320ed200a4799dea.tar.gz
emacs-24bdbffe0bcbd31958c5651b320ed200a4799dea.zip
* menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
with 2005-10-23 change to doctor.el. * finder.el (finder-mode-map): Add follow-link binding.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/finder.el1
-rw-r--r--lisp/menu-bar.el2
-rw-r--r--lisp/thumbs.el1
4 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4c79951b71..99c145ff8d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12005-10-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
4 with 2005-10-23 change to doctor.el.
5
6 * finder.el (finder-mode-map): Add follow-link binding.
7
12005-10-25 Kim F. Storm <storm@cua.dk> 82005-10-25 Kim F. Storm <storm@cua.dk>
2 9
3 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe 10 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
diff --git a/lisp/finder.el b/lisp/finder.el
index 737bb676a1a..dfbd6851129 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -100,6 +100,7 @@
100 (let ((map (make-sparse-keymap))) 100 (let ((map (make-sparse-keymap)))
101 (define-key map " " 'finder-select) 101 (define-key map " " 'finder-select)
102 (define-key map "f" 'finder-select) 102 (define-key map "f" 'finder-select)
103 (define-key map [follow-link] 'mouse-face)
103 (define-key map [mouse-2] 'finder-mouse-select) 104 (define-key map [mouse-2] 'finder-mouse-select)
104 (define-key map "\C-m" 'finder-select) 105 (define-key map "\C-m" 'finder-select)
105 (define-key map "?" 'finder-summary) 106 (define-key map "?" 'finder-summary)
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 9a5d47656ab..af5e380153e 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1342,7 +1342,7 @@ key, a click, or a menu-item"))
1342 :help "Display manual section that describes a key")) 1342 :help "Display manual section that describes a key"))
1343 1343
1344(define-key menu-bar-help-menu [eliza] 1344(define-key menu-bar-help-menu [eliza]
1345 '(menu-item "Emacs Psychiatrist" doctor 1345 '(menu-item "Emacs Therapist" doctor
1346 :help "Our doctor will help you feel better")) 1346 :help "Our doctor will help you feel better"))
1347(define-key menu-bar-help-menu [sep4] 1347(define-key menu-bar-help-menu [sep4]
1348 '("--")) 1348 '("--"))
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 0fa448d4d7a..9a41507e410 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -339,6 +339,7 @@ Or, alternatively, a SIZE may be specified."
339 (cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg) 339 (cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg)
340 ((string-match ".*\\.xpm\\'" img) 'xpm) 340 ((string-match ".*\\.xpm\\'" img) 'xpm)
341 ((string-match ".*\\.xbm\\'" img) 'xbm) 341 ((string-match ".*\\.xbm\\'" img) 'xbm)
342 ((string-match ".*\\.pbm\\'" img) 'pbm)
342 ((string-match ".*\\.gif\\'" img) 'gif) 343 ((string-match ".*\\.gif\\'" img) 'gif)
343 ((string-match ".*\\.bmp\\'" img) 'bmp) 344 ((string-match ".*\\.bmp\\'" img) 'bmp)
344 ((string-match ".*\\.png\\'" img) 'png) 345 ((string-match ".*\\.png\\'" img) 'png)