aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/msb.el
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
|
* File customized.Stephen Eglen1998-02-151-188/+311
| | | | | | | | | | | (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.
* (msb--choose-file-menu): Save some debugging info.Richard M. Stallman1998-02-111-4/+10
| | | | | (msb--toggle-menu-type): Pass arg to menu-bar-update-buffers. (msb--init-file-alist): Delete spurious =.
* (msb--strip-dir): Use Emacs filename primitives, not regexps.Richard M. Stallman1998-01-231-8/+1
|
* Fix mailer-introduced garbling.Richard M. Stallman1997-12-221-4/+3
| | | | (msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.
* Fix copyright notice.Richard M. Stallman1997-12-221-15/+13
| | | | | (msb--home-dir): Renamed from msb--home-path. (msb--strip-dir): Renamed from msb--strip-path.
* Doc fixes. Changed `append' to `nconc'Richard M. Stallman1997-12-221-114/+165
| | | | | | | | | | 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.
* (frame-or-buffer-changed-p): Definition deleted.Richard M. Stallman1997-01-051-9/+4
| | | | (the end): Use mapc, to force loading of cl-extra.
* (msb--toggle-menu-type): Call menu-bar-update-buffers with t.Richard M. Stallman1996-10-121-1/+1
|
* (msb--choose-menu): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (msb--toggle-menu-type): Call menu-bar-update-buffersKarl Heuer1996-01-241-1/+1
| | | | with no argument.
* Update FSF's address.Erik Naggum1996-01-141-11/+15
|
* (msb-max-file-menu-items, msb-menu-cond): Doc fix.Karl Heuer1996-01-041-5/+5
|
* (msb--toggle-menu-type): Pass t as arg.Richard M. Stallman1995-10-311-1/+1
|
* (msb--toggle-menu-type): menu-bar-update-buffers wants 0 args.Richard M. Stallman1995-04-071-1/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (mouse-select-buffer): Do sit-for before x-popup-menu.Richard M. Stallman1995-02-241-4/+12
|
* (msb): Select the window that the mouse is in beforeRichard M. Stallman1995-02-241-56/+56
| | | | | | | 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.
* (mouse-select-buffer) Handle an aborted selection.Richard M. Stallman1995-01-121-1/+3
|
* Better format of files-by-directory menus.Richard M. Stallman1995-01-091-77/+116
| | | | | | | | | 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.
* Fix quoting conventions and spaces at end of sentence.Richard M. Stallman1994-12-241-114/+59
|
* Initial revisionRichard M. Stallman1994-12-231-0/+1009