| Commit message (Expand) | Author | Age | Files | Lines |
* | (widget-move): Don't loop infinitely when there is | Andreas Schwab | 2002-12-14 | 1 | -5/+7 |
* | (define-widget number): Clarify doc and error message. | Markus Rost | 2002-12-07 | 1 | -2/+9 |
* | (widget-choose): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -12/+12 |
* | wid-edit.el fixes | Per Abrahamsen | 2002-10-03 | 1 | -11/+23 |
* | (widget-convert): Handle an argument that's a keyword. | Richard M. Stallman | 2002-07-23 | 1 | -7/+21 |
* | (widget-documentation-string-value-create): | Richard M. Stallman | 2002-07-20 | 1 | -0/+1 |
* | (widget-color-complete): Don't cons needlessly. | Stefan Monnier | 2002-05-20 | 1 | -2/+1 |
* | (checkbox): New check-mark image. | Kim F. Storm | 2002-05-08 | 1 | -6/+6 |
* | (widget-field-face, widget-single-line-field-face): Force foreground to | Miles Bader | 2002-04-15 | 1 | -8/+10 |
* | 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-15 | 1 | -1/+2 |
* | 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-14 | 1 | -1/+12 |
* | (ps-font-lock-face-attributes): Use :weight and :slant. | Richard M. Stallman | 2001-12-31 | 1 | -5/+5 |
* | (widget-toggle-value-create): Don't eval actual images (which are lists too). | Miles Bader | 2001-12-27 | 1 | -12/+11 |
* | (widget-button-click): Don't move point permanently: | Richard M. Stallman | 2001-12-02 | 1 | -7/+12 |
* | (widget-toggle-value-create): On graphic terminal, | Richard M. Stallman | 2001-11-27 | 1 | -13/+22 |
* | 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2001-11-10 | 1 | -3/+0 |
* | (checkbox): Swap bg/fg colors in images, and invert | Miles Bader | 2001-10-20 | 1 | -5/+6 |
* | (widget-field-face, widget-single-line-field-face): | Eli Zaretskii | 2001-10-17 | 1 | -2/+9 |
* | (text): Re-order docstring correctly. | Stefan Monnier | 2001-08-22 | 1 | -2/+2 |
* | (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 |