1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Dan Nicolaescu
f9e9ac1dde *** empty log message *** 1998-04-20 03:35:05 +00:00
Stephen Eglen
3cfa0ee92f File customized.
(msb-modes-key): New variable.
(msb--mode-menu-cond, msb--aggregate-alist): New functions.
(msb--split-menus): Check if msb-max-file-menu-items is nil.
(msb--format-title): Remove extra / after ~.
(msb--choose-file-menu): Prevent looping when examining ange-ftp directory
paths.
Redundant (function ...) forms around lambda functions removed.
Update copyright year.
1998-02-15 16:45:52 +00:00
Richard M. Stallman
c549c1bfda (msb--choose-file-menu): Save some debugging info.
(msb--toggle-menu-type): Pass arg to menu-bar-update-buffers.
(msb--init-file-alist): Delete spurious =.
1998-02-11 04:20:09 +00:00
Richard M. Stallman
862aacbf34 (msb--strip-dir): Use Emacs filename primitives, not regexps. 1998-01-23 06:42:27 +00:00
Richard M. Stallman
9153492c3d Fix mailer-introduced garbling.
(msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.
1997-12-22 06:06:54 +00:00
Richard M. Stallman
7612d61abd Fix copyright notice.
(msb--home-dir): Renamed from msb--home-path.
(msb--strip-dir): Renamed from msb--strip-path.
1997-12-22 02:33:25 +00:00
Richard M. Stallman
0eb3b336a8 Doc fixes. Changed append' to nconc'
in a number of places.  Changed the separator in menus
from "---" to "--" to work in Windows 95.
(msb--home-path): New internal variable to cache the value of $HOME.
(msb--strip-path): Now handles MSDOG style of file names.
(msb--init-file-alist): Now expands `buffer-file-name'.
(msb--format-title): New subroutine for `msb--choose-file-menu'.
(msb--choose-file-menu): Use msb--format-title.  Minor simplifications.
1997-12-22 02:26:17 +00:00
Richard M. Stallman
be17d374c3 (frame-or-buffer-changed-p): Definition deleted.
(the end): Use mapc, to force loading of cl-extra.
1997-01-05 04:44:30 +00:00
Richard M. Stallman
505ce248f4 (msb--toggle-menu-type): Call menu-bar-update-buffers with t. 1996-10-12 02:57:53 +00:00
Karl Heuer
76e4c0ba3f (msb--choose-menu): Fix error format string. 1996-01-29 23:17:49 +00:00
Karl Heuer
13875e2f3a (msb--toggle-menu-type): Call menu-bar-update-buffers
with no argument.
1996-01-24 23:29:33 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
6331da4b66 (msb-max-file-menu-items, msb-menu-cond): Doc fix. 1996-01-04 23:45:49 +00:00
Richard M. Stallman
a71ae911b5 (msb--toggle-menu-type): Pass t as arg. 1995-10-31 15:13:09 +00:00
Richard M. Stallman
3e0439449b (msb--toggle-menu-type): menu-bar-update-buffers wants 0 args. 1995-04-07 21:22:35 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Richard M. Stallman
1cc9a99ec3 (mouse-select-buffer): Do sit-for before x-popup-menu. 1995-02-24 21:26:05 +00:00
Richard M. Stallman
fd46fd176e (msb): Select the window that the mouse is in before
showing the menu.  This makes the "Most recently used" menu more accurate.
(menu-bar-update-buffers): The frame list is now an integrated
part of the buffer menu.
(msb--few-menus, msb--very-many-menus): Added rmail-edit-mode.
1995-02-24 09:12:56 +00:00
Richard M. Stallman
dc3247b34d (mouse-select-buffer) Handle an aborted selection. 1995-01-12 06:59:56 +00:00
Richard M. Stallman
4aa4849be3 Better format of files-by-directory menus.
Split big menus into sub-menus.
(msb-max-menu-items): Changed default value.  This variable
now depicts the maximum number of items in a sub-menu.
(msb-display-most-recently-used): Changed default value.
(mouse-select-buffer): Now handles several levels of
sub-menus.  New format on return value.
1995-01-09 22:16:23 +00:00
Richard M. Stallman
2e6286be6c Fix quoting conventions and spaces at end of sentence. 1994-12-24 16:47:58 +00:00
Richard M. Stallman
b9a5a6afd9 Initial revision 1994-12-23 17:58:46 +00:00