| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (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 |
* | (widgets: sexp, variable, list, vector): Doc fixes. | Richard M. Stallman | 1998-05-09 | 1 | -4/+4 |
* | (default, widget-default-default-get): Define it. | Richard M. Stallman | 1998-04-08 | 1 | -4/+25 |
* | (widget-beginning-of-line): Don't set zmacs-region-stays. | Richard M. Stallman | 1998-04-02 | 1 | -36/+9 |
* | Delete some compatibility code. | Richard M. Stallman | 1998-04-02 | 1 | -54/+42 |
* | Use browse-url directly. | Per Abrahamsen | 1998-03-04 | 1 | -2/+1 |
* | (widget-choose): Allow scrolling of large lists. | Karl Heuer | 1997-12-19 | 1 | -7/+25 |
* | (variable-link): New widget. | Karl Heuer | 1997-10-16 | 1 | -0/+20 |
* | (widget-button-click): Move point to where clicked. | Karl Heuer | 1997-10-15 | 1 | -1/+2 |
* | (widget-plist-member): Move from here to src/fns.c; | Karl Heuer | 1997-09-30 | 1 | -43/+0 |
* | (widget-before-change): Obey `inhibit-read-only'. | Richard M. Stallman | 1997-08-15 | 1 | -12/+13 |
* | (widget-single-line-display-table): Variable | Richard M. Stallman | 1997-08-09 | 1 | -10/+11 |