| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | Fix typo in prompt. | Pavel Janík | 2002-02-02 | 1 | -1/+1 |
| * | (custom-save-all): Bind file-precious-flag to t for saving .emacs. | Richard M. Stallman | 2002-01-24 | 1 | -1/+2 |
| * | (custom-face-edit-fix-value): Delete `assert' call. | Richard M. Stallman | 2001-12-31 | 1 | -20/+19 |
| * | (custom-face-edit-fix-value): New function. | Richard M. Stallman | 2001-12-31 | 1 | -0/+24 |
| * | (custom-load-symbol): Don't always load locate-library. | Richard M. Stallman | 2001-11-27 | 1 | -6/+14 |
| * | 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2001-11-08 | 1 | -1/+2 |
| * | Backed out last change. | Per Abrahamsen | 2001-11-07 | 1 | -1/+1 |
| * | 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2001-11-07 | 1 | -1/+1 |
| * | (custom-face-edit-convert-widget) | Miles Bader | 2001-10-05 | 1 | -13/+70 |
| * | (custom-buffer-create-internal): Remove "100%" from | Eli Zaretskii | 2001-09-06 | 1 | -1/+1 |
| * | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -1/+1 |
| * | (custom-file): Fix last change. | Eli Zaretskii | 2001-05-28 | 1 | -9/+15 |
| * | (custom-file): Don't assume we were invoked with -q unless ~/.emacs exists. | Eli Zaretskii | 2001-05-27 | 1 | -1/+4 |
| * | (custom-comment-show): Remove debug code.other-branches/gerd_int | Gerd Moellmann | 2001-05-22 | 1 | -2/+0 |
| * | (custom-file): Signal an error if user-init-file is | Gerd Moellmann | 2001-05-07 | 1 | -5/+8 |
| * | (custom-save-delete): Move in front of local | Gerd Moellmann | 2001-03-07 | 1 | -2/+12 |
| * | (custom-face-save): Do post-processing on the face's new value like | Miles Bader | 2001-01-20 | 1 | -2/+6 |
| * | (customize-menu-create): Fix the :filter. | Dave Love | 2001-01-12 | 1 | -1/+1 |
| * | (custom-save-variables, custom-save-faces): | Gerd Moellmann | 2000-12-11 | 1 | -2/+2 |
| * | (custom-face-value-create): Always emphasize tag. | Gerd Moellmann | 2000-11-30 | 1 | -1/+1 |
| * | (face): Fix :format. | Dave Love | 2000-11-29 | 1 | -1/+1 |
| * | (custom-filter-face-spec, custom-pre-filter-face-spec) | Miles Bader | 2000-11-24 | 1 | -2/+58 |
| * | (custom-buffer-create-internal): Save some consing. | Dave Love | 2000-11-22 | 1 | -18/+17 |
| * | (custom-mode-map): Switch back to a sparse keymap. | Stefan Monnier | 2000-10-31 | 1 | -1/+3 |
| * | (custom-face-value-create): If face name doesn't end with "face", add | Miles Bader | 2000-10-29 | 1 | -1/+3 |
| * | (custom-mode-map): Use a sparse map. | Stefan Monnier | 2000-10-27 | 1 | -2/+1 |
| * | (custom-mode): Add `special' mode-class property. | Dave Love | 2000-10-26 | 1 | -0/+2 |
| * | (custom-button-face, custom-button-pressed-face): Merge x w32 and mac | Jason Rumney | 2000-10-25 | 1 | -14/+2 |
| * | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -0/+6 |
| * | (custom-face-tag-face, custom-group-tag-face-1) | Miles Bader | 2000-09-20 | 1 | -36/+7 |
| * | (custom-variable-reset-saved, custom-variable-reset-standard): Remove | Dave Love | 2000-07-18 | 1 | -3/+1 |
| * | (custom-buffer-create-internal): Use a help-echo function to be more | Dave Love | 2000-07-16 | 1 | -1/+10 |
| * | (custom-group-menu-create, customize-menu-create): Use :filter, per old | Dave Love | 2000-07-13 | 1 | -22/+8 |
| * | (custom-button-face, custom-button-pressed-face): | Gerd Moellmann | 2000-06-23 | 1 | -4/+8 |
| * | (customize-changed-options): Check arg. | Dave Love | 2000-06-20 | 1 | -7/+18 |