| Commit message (Expand) | Author | Age | Files | Lines |
* | (widget-color-sample-face-get): Return ((foreground-color . COLOR)) | Richard M. Stallman | 2001-06-29 | 1 | -4/+1 |
* | (widget-color-sample-face-get): Don't make | Gerd Moellmann | 2001-04-05 | 1 | -6/+8 |
* | Revert bogus revision 2001-02-20T10:59:03Z!fx@gnu.org. | Dave Love | 2001-02-20 | 1 | -60/+33 |
* | (widget-button-click): Save the selected window | Gerd Moellmann | 2001-02-19 | 1 | -1/+1 |
* | (widget-convert-text): Respect personality for | Dave Love | 2001-02-10 | 1 | -33/+60 |
* | (widget-plist-convert-widget): Replace binding of | Dave Love | 2001-02-08 | 1 | -2/+4 |
* | (widget-button-click): Fix last change. | Gerd Moellmann | 2001-02-02 | 1 | -15/+25 |
* | (widget-button-click): Avoid a save-excursion | Gerd Moellmann | 2001-01-22 | 1 | -35/+39 |
* | (function): Add :match-alternatives. | Dave Love | 2001-01-12 | 1 | -2/+4 |
* | (widget-choose): Call display-popup-menus-p instead | Eli Zaretskii | 2001-01-09 | 1 | -1/+1 |
* | (widget-text-keymap): Doc fix. | Dave Love | 2000-12-06 | 1 | -1/+1 |
* | (widget-choose): Make sure pop-up window is large enough to display all | Miles Bader | 2000-11-28 | 1 | -1/+1 |
* | (widget-field-buffer, widget-field-start) | Miles Bader | 2000-11-27 | 1 | -11/+18 |
* | (widget-field-value-delete): Don't try to delete overlay when it's the | Miles Bader | 2000-11-25 | 1 | -1/+1 |
* | (checkbox): Add a small `X' to the the :on-glyph, so that it's | Miles Bader | 2000-11-24 | 1 | -3/+6 |
* | (widget-specify-field, widget-specify-button): If | Dave Love | 2000-11-15 | 1 | -20/+20 |
* | (widget-end-of-line): Reinstate, with a new definition, so that trailing | Miles Bader | 2000-11-03 | 1 | -6/+19 |
* | (widget-add-change): Don't bother with make-local-hook. | Stefan Monnier | 2000-10-27 | 1 | -3/+0 |
* | (widget-specify-field): Revert to using local-map | Dave Love | 2000-10-26 | 1 | -2/+4 |
* | (widget-field-end): | Miles Bader | 2000-10-26 | 1 | -7/+9 |
* | Don't | Dave Love | 2000-10-25 | 1 | -7/+1 |
* | (widget-field-at): New function. | Miles Bader | 2000-10-25 | 1 | -25/+47 |
* | (widget-beginning-of-line, widget-end-of-line): | Miles Bader | 2000-10-25 | 1 | -21/+12 |
* | (widget-field-keymap, widget-text-keymap): Define | Gerd Moellmann | 2000-10-24 | 1 | -1/+3 |
* | (widget-default-format-handler): DTRT when | Dave Love | 2000-09-13 | 1 | -5/+5 |
* | (widget-sexp-validate): Fix garbled code. | Dave Love | 2000-09-04 | 1 | -20/+21 |
* | (widget-choose, widget-choice-mouse-down-action): | Dave Love | 2000-08-20 | 1 | -246/+251 |
* | (widget-choose): Use display-mouse-p instead of window-system. | Eli Zaretskii | 2000-07-31 | 1 | -2/+2 |
* | (widget-specify-field, widget-specify-button): Allow | Dave Love | 2000-07-16 | 1 | -8/+19 |
* | (widget-member): Use the new plist-member. | Stefan Monnier | 2000-06-26 | 1 | -1/+1 |
* | (widget-specify-button): Really suppress the face if required. | Dave Love | 2000-06-11 | 1 | -2/+4 |
* | byte-compile-dynamic since we typically don't use | Dave Love | 2000-06-03 | 1 | -489/+336 |
* | (widget-default-active): Obey `:always-active'. | Gerd Moellmann | 2000-05-02 | 1 | -4/+6 |
* | 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk> | Dave Love | 2000-02-16 | 1 | -1/+1 |
* | (widgets) [defgroup]: Remove url link. | Dave Love | 2000-02-10 | 1 | -60/+30 |
* | (widget-button-click): Wrap with save-excursion | Gerd Moellmann | 1999-11-09 | 1 | -23/+24 |
* | Remove some compatibility code and checks. | Dave Love | 1999-09-13 | 1 | -67/+27 |
* | (widget-use-overlay-change): Uncustomize and make it unconditionally t. | Dave Love | 1999-07-20 | 1 | -4/+2 |
* | (widget-before-change): Signal text-read-only rather | Karl Heuer | 1999-03-30 | 1 | -2/+4 |
* | (widget-choice-value-create): Use `equal' instead of `eq'. | Richard M. Stallman | 1999-02-15 | 1 | -1/+1 |
* | (widget-alist-convert-option): Delete spurious comma. | Richard M. Stallman | 1999-01-20 | 1 | -2/+2 |
* | (alist): Use sexp as default key-type. | Richard M. Stallman | 1999-01-19 | 1 | -1/+1 |
* | Fix typo. | Markus Rost | 1999-01-18 | 1 | -1/+0 |
* | (plist, alist): New widget types. | Richard M. Stallman | 1999-01-18 | 1 | -37/+127 |
* | (widget-menu-max-shortcuts): New variable. | Karl Heuer | 1998-09-13 | 1 | -2/+9 |
* | (widget-beginning-of-line): Properly handle | Richard M. Stallman | 1998-08-08 | 1 | -8/+14 |
* | (widget-default-get): Doc fix. | Richard M. Stallman | 1998-06-15 | 1 | -2/+4 |
* | (other): Doc fix. | Richard M. Stallman | 1998-06-13 | 1 | -1/+1 |
* | (widget-specify-secret): New function. | Richard M. Stallman | 1998-06-10 | 1 | -16/+22 |
* | (other): New widget type. | Richard M. Stallman | 1998-06-10 | 1 | -0/+11 |