| Commit message (Expand) | Author | Age | Files | Lines |
* | (custom-mode-map): Add key binding `C-x C-s' to `Custom-save'. | Juri Linkov | 2004-05-01 | 1 | -0/+1 |
* | 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2004-04-05 | 1 | -1/+1 |
* | (fill) <defgroup>: Move to fill.el. | Stefan Monnier | 2004-03-08 | 1 | -6/+1 |
* | 2003-12-12 Jesper Harder <harder@ifa.au.dk> | Per Abrahamsen | 2003-12-27 | 1 | -1/+2 |
* | 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2003-12-02 | 1 | -6/+23 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | Add some :links. | Dave Love | 2003-08-20 | 1 | -7/+9 |
* | (custom-get-fresh-buffer): Kill overlays before erasing the buffer. | Stefan Monnier | 2003-06-14 | 1 | -1/+3 |
* | (custom-get-fresh-buffer): Test for nonexistence buffer. | Lute Kamstra | 2003-06-03 | 1 | -1/+1 |
* | (custom-get-fresh-buffer): Be extra paranoid, | Stefan Monnier | 2003-06-01 | 1 | -1/+10 |
* | (custom-get-fresh-buffer): New fun. | Stefan Monnier | 2003-05-31 | 1 | -15/+22 |
* | (custom-face-state-set): non-nil `face-modified' | Richard M. Stallman | 2003-05-28 | 1 | -22/+28 |
* | 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu> | John Paul Wallington | 2003-03-24 | 1 | -0/+1 |
* | 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2003-03-10 | 1 | -1/+20 |
* | (custom-unlispify-menu-entry): Use with-current-buffer. | Stefan Monnier | 2003-02-01 | 1 | -79/+63 |
* | 2003-01-29 Didier Verna <didier@xemacs.org> | John Paul Wallington | 2003-01-29 | 1 | -8/+10 |
* | (customize-changed-options): Undo last doc change. | Markus Rost | 2003-01-18 | 1 | -9/+5 |
* | (customize-changed-options): Doc addition. Load the | Markus Rost | 2003-01-13 | 1 | -47/+34 |
* | (customize-group, customize-group-other-window): | Markus Rost | 2003-01-09 | 1 | -6/+5 |
* | (custom-variable-prompt): Doc change. Use custom-variable-p. | Markus Rost | 2003-01-07 | 1 | -32/+6 |
* | (customize-group, customize-group-other-window): | Markus Rost | 2003-01-02 | 1 | -6/+4 |
* | (customize-browse): Call `widget-setup'. | Markus Rost | 2002-12-29 | 1 | -0/+1 |
* | (customize-group-other-window): Use pop-to-buffer in | Markus Rost | 2002-12-26 | 1 | -13/+19 |
* | (custom-save-faces): Fix typo. | Markus Rost | 2002-12-25 | 1 | -2/+2 |
* | (customize-save-variable): Take themes into account. | Richard M. Stallman | 2002-12-23 | 1 | -28/+103 |
* | (custom-face-edit-fix-value): Change :reverse-video to :inverse-video. | Andreas Schwab | 2002-12-07 | 1 | -1/+5 |
* | (custom-display): Add checkbox for type mac. | Andreas Schwab | 2002-12-03 | 1 | -0/+4 |
* | (custom-save-delete): Force emacs-lisp-mode. | Juanma Barranquero | 2002-11-11 | 1 | -1/+1 |
* | (customize-mode): New command. | Stefan Monnier | 2002-10-10 | 1 | -0/+21 |
* | (Custom-reset-current): Don't test for default-boundp. | Markus Rost | 2002-10-09 | 1 | -10/+8 |
* | (custom-variable-backup-value): New function. | Richard M. Stallman | 2002-09-16 | 1 | -3/+51 |
* | (custom-save-variables, custom-save-faces): | Richard M. Stallman | 2002-09-09 | 1 | -4/+8 |
* | (custom-unlispify-menu-entry): Don't remove | Stefan Monnier | 2002-08-30 | 1 | -6/+10 |
* | (custom-variable-value-create): | Richard M. Stallman | 2002-07-20 | 1 | -0/+8 |
* | New operation :custom-standard-value. | Richard M. Stallman | 2002-07-16 | 1 | -24/+34 |
* | (custom-display): Use correct syntax for `supports' attributes. | Miles Bader | 2002-06-10 | 1 | -1/+1 |
* | (custom-display): Add support for `supports' predicate. | Miles Bader | 2002-06-10 | 1 | -1/+5 |
* | (customize-set-value): Rename `var' to `variable' and `val' to `value'. | Pavel JanÃk | 2002-05-12 | 1 | -11/+11 |
* | (custom-buffer-verbose-help): New variable. | Kim F. Storm | 2002-05-03 | 1 | -11/+26 |
* | (custom-load-symbol): Moved to custom.el. | Richard M. Stallman | 2002-04-28 | 1 | -39/+0 |
* | Fix previous change. | Richard M. Stallman | 2002-04-27 | 1 | -1/+1 |
* | (customize-face-other-window): Make it work similarly. | Richard M. Stallman | 2002-04-26 | 1 | -15/+18 |
* | (customize-face): Use read-face-name and handle multiple faces. | Richard M. Stallman | 2002-04-26 | 1 | -18/+14 |
* | Don't use symbol-name when we don't have to. | Miles Bader | 2002-04-25 | 1 | -4/+2 |
* | (customize-face, customize-face-other-window): | Miles Bader | 2002-04-25 | 1 | -10/+16 |
* | (customize-face-other-window, customize-face): | Gerd Moellmann | 2002-04-25 | 1 | -6/+20 |
* | (customize-mark-to-save, customize-mark-as-set) | Miles Bader | 2002-04-19 | 1 | -54/+0 |
* | 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-24 | 1 | -0/+1 |
* | 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-11 | 1 | -13/+44 |
* | 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-07 | 1 | -1/+31 |