summaryrefslogtreecommitdiff
path: root/lisp/msb.el
Commit message (Collapse)AuthorAgeFilesLines
* (msb-menu-cond): Doc fix.Juanma Barranquero2007-05-161-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* * msb.el (msb): Move `sit-for' hack here to handle bothChong Yidong2006-06-201-10/+10
| | | | | "mouse-down and drag" and "mouse-up and select" situations. (mouse-select-buffer): Move `sit-for' hack to `msb'.
* * msb.el (mouse-select-buffer): Minor fix to make popup menu workChong Yidong2006-05-281-1/+1
| | | | with no X toolkit.
* * msb.el (msb): If EVENT is a down event, read and discard the upChong Yidong2006-05-021-0/+5
| | | | event.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (msb--very-many-menus): Fix typo.Reiner Steib2005-09-081-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
|
* (msb-mode): Specify :group.Lute Kamstra2005-04-041-3/+3
|
* (msb-unload-hook): Set the variable.Richard M. Stallman2004-10-161-0/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-5/+5
|
* Use `dir' instead of `path' everywhere.Kim F. Storm2003-01-191-41/+41
|
* (msb-mode-map): Use command remapping instead of substitute-key-definition.Andreas Schwab2003-01-121-2/+2
|
* (msb-menu-bar-update-buffers): Fixed frame menu to useRichard M. Stallman2002-05-081-3/+2
| | | | the frame name as the car of a menu entry, rather than the frame.
* Update email address.Richard M. Stallman2002-04-291-1/+1
|
* Doc fix.Pavel Janík2001-12-201-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (msb-mode): Call the update-buffers function explicitlyGerd Moellmann2001-02-201-3/+4
| | | | with a FORCE argument.
* (toplevel): Quote hook symbols.Gerd Moellmann2001-02-011-1/+1
|
* Update copyright.Gerd Moellmann2001-01-291-1/+2
|
* (toplevel): Fix the eval-after-load.Gerd Moellmann2001-01-291-1/+1
|
* (msb-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-4/+3
|
* (msb-mode-map): Use substitute-key-definition.Dave Love2000-09-211-4/+3
| | | | (msb-mode): Use msb-mode-map.
* (msb-mode): Define it in terms of define-minor-mode.Stefan Monnier2000-08-161-20/+2
|
* (msb--few-menus, msb--very-many-menus): Use current GnusDave Love2000-08-151-91/+87
| | | | | | | | | | | modes. (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): Fix previous change to mapcan. (msb--init-file-alist, msb--add-separators) (msb--make-keymap-menu): Simplify. (msb--choose-file-menu): Use copy-sequence. (msb-mode-map): Add title to keymap. (msb-unload-hook): New function.
* (msb-menu-cond): Add choice `user'.Gerd Moellmann2000-05-181-1/+2
|
* (msb--choose-file-menu): Use `(apply #'list ...)'Gerd Moellmann2000-03-241-39/+33
| | | | | | | | | | instead of copy-list which is a function from CL. (msb--choose-menu, msb--mode-menu-cond) (msb--create-buffer-menu-2): Use dolist instead of mapc. (msb--init-file-alist): Use mapcar instead of mapcan. (msb--aggregate-alist): Use mapcar instead of mapcan. Fix `(' in column 0 in doc string. (msb--add-separators): Use mapcar instead of mapcan.
* (msb--choose-file-menu): Use `completion-ignore-case' in nameDave Love1999-08-161-7/+11
| | | | comparisons.
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* (msb--choose-file-menu): Fix previous change.Dave Love1999-07-301-5/+8
|
* Require cl only when compiling.Dave Love1999-07-281-21/+10
| | | | | | (msb--home-dir): Deleted. (msb--format-title): Use abbreviate-file-name. (msb--choose-file-menu): Simplify string comparison.
* (msb-menu-bar-update-buffers): Renamed fromDave Love1999-07-231-38/+43
| | | | | | | menu-bar-update-buffers. (msb-custom-set, msb--toggle-menu-type): Call msb-menu-bar-update-buffers. (msb-mode): Revise the hook setting.
* Add to minor-mode-map-alist. Remove hook installationDave Love1999-05-311-39/+53
| | | | | | | | | and keymap munging on load. (msb-mode): New option. (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): Doc fix. (msb-mode-map): New variable. (msb-mode): New command.
* *** 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
|