aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* (text): Re-order docstring correctly.Stefan Monnier2001-08-221-2/+2
* (widget-color-sample-face-get): Return ((foreground-color . COLOR))Richard M. Stallman2001-06-291-4/+1
* (widget-color-sample-face-get): Don't makeGerd Moellmann2001-04-051-6/+8
* Revert bogus revision 2001-02-20T10:59:[email protected].Dave Love2001-02-201-60/+33
* (widget-button-click): Save the selected windowGerd Moellmann2001-02-191-1/+1
* (widget-convert-text): Respect personality forDave Love2001-02-101-33/+60
* (widget-plist-convert-widget): Replace binding ofDave Love2001-02-081-2/+4
* (widget-button-click): Fix last change.Gerd Moellmann2001-02-021-15/+25
* (widget-button-click): Avoid a save-excursionGerd Moellmann2001-01-221-35/+39
* (function): Add :match-alternatives.Dave Love2001-01-121-2/+4
* (widget-choose): Call display-popup-menus-p insteadEli Zaretskii2001-01-091-1/+1
* (widget-text-keymap): Doc fix.Dave Love2000-12-061-1/+1
* (widget-choose): Make sure pop-up window is large enough to display allMiles Bader2000-11-281-1/+1
* (widget-field-buffer, widget-field-start)Miles Bader2000-11-271-11/+18
* (widget-field-value-delete): Don't try to delete overlay when it's theMiles Bader2000-11-251-1/+1
* (checkbox): Add a small `X' to the the :on-glyph, so that it'sMiles Bader2000-11-241-3/+6
* (widget-specify-field, widget-specify-button): IfDave Love2000-11-151-20/+20
* (widget-end-of-line): Reinstate, with a new definition, so that trailingMiles Bader2000-11-031-6/+19
* (widget-add-change): Don't bother with make-local-hook.Stefan Monnier2000-10-271-3/+0
* (widget-specify-field): Revert to using local-mapDave Love2000-10-261-2/+4
* (widget-field-end):Miles Bader2000-10-261-7/+9
* Don'tDave Love2000-10-251-7/+1
* (widget-field-at): New function.Miles Bader2000-10-251-25/+47
* (widget-beginning-of-line, widget-end-of-line):Miles Bader2000-10-251-21/+12
* (widget-field-keymap, widget-text-keymap): DefineGerd Moellmann2000-10-241-1/+3
* (widget-default-format-handler): DTRT whenDave Love2000-09-131-5/+5
* (widget-sexp-validate): Fix garbled code.Dave Love2000-09-041-20/+21
* (widget-choose, widget-choice-mouse-down-action):Dave Love2000-08-201-246/+251
* (widget-choose): Use display-mouse-p instead of window-system.Eli Zaretskii2000-07-311-2/+2
* (widget-specify-field, widget-specify-button): AllowDave Love2000-07-161-8/+19
* (widget-member): Use the new plist-member.Stefan Monnier2000-06-261-1/+1
* (widget-specify-button): Really suppress the face if required.Dave Love2000-06-111-2/+4
* byte-compile-dynamic since we typically don't useDave Love2000-06-031-489/+336
* (widget-default-active): Obey `:always-active'.Gerd Moellmann2000-05-021-4/+6
* 2000-02-02 Per Abrahamsen <[email protected]>Dave Love2000-02-161-1/+1
* (widgets) [defgroup]: Remove url link.Dave Love2000-02-101-60/+30
* (widget-button-click): Wrap with save-excursionGerd Moellmann1999-11-091-23/+24
* Remove some compatibility code and checks.Dave Love1999-09-131-67/+27
* (widget-use-overlay-change): Uncustomize and make it unconditionally t.Dave Love1999-07-201-4/+2
* (widget-before-change): Signal text-read-only ratherKarl Heuer1999-03-301-2/+4
* (widget-choice-value-create): Use `equal' instead of `eq'.Richard M. Stallman1999-02-151-1/+1
* (widget-alist-convert-option): Delete spurious comma.Richard M. Stallman1999-01-201-2/+2
* (alist): Use sexp as default key-type.Richard M. Stallman1999-01-191-1/+1
* Fix typo.Markus Rost1999-01-181-1/+0
* (plist, alist): New widget types.Richard M. Stallman1999-01-181-37/+127
* (widget-menu-max-shortcuts): New variable.Karl Heuer1998-09-131-2/+9
* (widget-beginning-of-line): Properly handleRichard M. Stallman1998-08-081-8/+14
* (widget-default-get): Doc fix.Richard M. Stallman1998-06-151-2/+4
* (other): Doc fix.Richard M. Stallman1998-06-131-1/+1
* (widget-specify-secret): New function.Richard M. Stallman1998-06-101-16/+22