| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use aref instead of sref. | Richard M. Stallman | 1999-09-15 | 1 | -1/+1 |
| | | |||||
| * | Major changes. Avoid changing point and mark. | Richard M. Stallman | 1999-09-11 | 1 | -136/+261 |
| | | | | | Save configurations after they change, not before. | ||||
| * | (winner-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | | |||||
| * | Reorder definitions. | Richard M. Stallman | 1999-04-08 | 1 | -5/+6 |
| | | |||||
| * | *** empty log message *** | Karl Heuer | 1999-03-30 | 1 | -1/+1 |
| | | |||||
| * | (winner-mode): Doc fix. | Karl Heuer | 1999-03-30 | 1 | -1/+2 |
| | | |||||
| * | Use list syntax for key definitions. | Richard M. Stallman | 1998-03-09 | 1 | -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 Love | 1998-03-02 | 1 | -1/+1 |
| | | | | | Eliminating pushnew previously had actually fixed the lossage. | ||||
| * | (winner-mode): Autoload cookie for defcustom too. | Dave Love | 1998-02-25 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Dan Nicolaescu | 1998-02-25 | 1 | -3/+3 |
| | | |||||
| * | (require 'cl) unconditionally. | Dave Love | 1998-02-25 | 1 | -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 Heuer | 1997-10-16 | 1 | -4/+5 |
| | | | | | (winner-undo-counter): Likewise. | ||||
| * | (winner-change-fun): Don't use pushnew. | Karl Heuer | 1997-10-15 | 1 | -1/+2 |
| | | |||||
| * | Many changes by Ivar Rummelhoff. | Richard M. Stallman | 1997-08-27 | 1 | -234/+140 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1997-08-24 | 1 | -28/+6 |
| | | |||||
| * | (custom-print-functions): Add defvar. | Richard M. Stallman | 1997-07-25 | 1 | -0/+2 |
| | | |||||
| * | Clean up comments, etc. | Richard M. Stallman | 1997-04-15 | 1 | -21/+10 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1997-04-15 | 1 | -0/+356 |