summaryrefslogtreecommitdiff
path: root/lisp/winner.el
Commit message (Collapse)AuthorAgeFilesLines
* (winner-equal): Make it a defun. Don't compare WinnerGerd Moellmann2001-07-091-5/+11
| | | | | configurations with compare-window-configuration; they aren't window configurations.
* Update maintainer address.Dave Love2000-03-091-2/+1
|
* Fix keywords, autoload cookies. SplitDave Love2000-03-071-4/+7
| | | | eval-when-compile form to avoid compilation failure.
* Use aref instead of sref.Richard M. Stallman1999-09-151-1/+1
|
* Major changes. Avoid changing point and mark.Richard M. Stallman1999-09-111-136/+261
| | | | Save configurations after they change, not before.
* (winner-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* Reorder definitions.Richard M. Stallman1999-04-081-5/+6
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (winner-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* Use list syntax for key definitions.Richard M. Stallman1998-03-091-133/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (winner-mode, winner-save-unconditionally) (winner-hook-installed-p): Save window configuration after every command if window-configuration-change-hook is not present. (winner-save-new-configurations, winner-insert-if-new): Compare a new window configuration with the previous configuration before saving it. (winner-insert-if-new, winner-ring) (winner-configuration, winner-set): Save buffer list together with the window configurations, so that windows that can no longer be correctly restored can instead be deleted. (winner-undo): Compare restored configuration with other configurations that have been reviewed and skip this one if it looks similar. (winner-insert-if-new, winner-save-new-configurations) (winner-save-unconditionally): Just save the final configuration if the same command (changing the window configuration) is applied several times in a row. (winner-switch): Removed the command `winner-switch' (and the variables connected to it), since because of the change above, any "switching package" may now be used without disturbing winner-mode too much. (winner-change-fun): Removed the pushnew command, so that `cl' will not have to be loaded. (winner-set-conf): Introduced "wrapper" around `set-window-configuration', so that `winner-undo' may be called from the minibuffer.
* ((require 'cl)): Revert to compile-time require.Dave Love1998-03-021-1/+1
| | | | Eliminating pushnew previously had actually fixed the lossage.
* (winner-mode): Autoload cookie for defcustom too.Dave Love1998-02-251-0/+1
|
* *** empty log message ***Dan Nicolaescu1998-02-251-3/+3
|
* (require 'cl) unconditionally.Dave Love1998-02-251-13/+38
| | | | | | | | | (winner): defgroup. (winner-dont-bind-my-keys, winner-skip-buffers, winner-skip-regexps, winner-mode, winner-mode-hook, winner-mode-leave-hook); Customized. (winner-mode): Add autoload cookie. (winner-undo): Doc fix.
* (winner-pending-undo-ring): Defvar before first use.Karl Heuer1997-10-161-4/+5
| | | | (winner-undo-counter): Likewise.
* (winner-change-fun): Don't use pushnew.Karl Heuer1997-10-151-1/+2
|
* Many changes by Ivar Rummelhoff.Richard M. Stallman1997-08-271-234/+140
|
* Doc fixes.Richard M. Stallman1997-08-241-28/+6
|
* (custom-print-functions): Add defvar.Richard M. Stallman1997-07-251-0/+2
|
* Clean up comments, etc.Richard M. Stallman1997-04-151-21/+10
|
* Initial revisionRichard M. Stallman1997-04-151-0/+356