comparison lisp/ChangeLog @ 59473:3afba92f5c34

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 11 Jan 2005 21:57:46 +0000
parents f009f3970cd9
children 914f500788a5
comparison
equal deleted inserted replaced
59472:1e81e65f3201 59473:3afba92f5c34
1 2005-01-11 Juri Linkov <juri@jurta.org>
2
3 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
4 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6
7 * info.el (Info-history-forward): New variable.
8 (Info-select-node): Reset Info-history-forward to nil.
9 (Info-last): Turn into defalias.
10 (Info-history-back): Rename from Info-last.
11 Add current node to Info-history-forward.
12 (Info-history-forward): New fun.
13 (Info-mode-map): Replace Info-last by Info-history-back.
14 Bind Info-history-forward to "r".
15 (Info-mode-menu): Replace Info-last by Info-history-back.
16 Fix menu item text. Add menu item for Info-history-forward.
17 (info-tool-bar-map): Replace Info-last by Info-history-back.
18 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
19 for Info-history-forward.
20 (Info-mode): Replace Info-last by Info-history-back in docstring.
21 Add local variable Info-history-forward.
22 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23
1 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca> 24 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 25
3 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line) 26 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary): 27 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5 Ignore select-window events rather than fiddle with 28 Ignore select-window events rather than fiddle with
3222 * files.el (find-file-existing): New function. 3245 * files.el (find-file-existing): New function.
3223 3246
3224 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call 3247 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3225 find-file-existing. Add "New File..." that calls find-file. 3248 find-file-existing. Add "New File..." that calls find-file.
3226 3249
3227 * diropen.pbm diropen.xpm: New files. 3250 * diropen.pbm, diropen.xpm: New files.
3228 3251
3229 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses 3252 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3230 icon diropen. New tool bar item find-file-existing uses icon open. 3253 icon diropen. New tool bar item find-file-existing uses icon open.
3231 3254
3232 * dired.el (dired-read-dir-and-switches): Call read-driectory-name 3255 * dired.el (dired-read-dir-and-switches): Call read-driectory-name