aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* (widget-color-complete): Don't cons needlessly.Stefan Monnier2002-05-201-2/+1
* (checkbox): New check-mark image.Kim F. Storm2002-05-081-6/+6
* (widget-field-face, widget-single-line-field-face): Force foreground toMiles Bader2002-04-151-8/+10
* 2002-02-15 Per Abrahamsen <[email protected]>Per Abrahamsen2002-02-151-1/+2
* 2002-02-14 Per Abrahamsen <[email protected]>Per Abrahamsen2002-02-141-1/+12
* (ps-font-lock-face-attributes): Use :weight and :slant.Richard M. Stallman2001-12-311-5/+5
* (widget-toggle-value-create): Don't eval actual images (which are lists too).Miles Bader2001-12-271-12/+11
* (widget-button-click): Don't move point permanently:Richard M. Stallman2001-12-021-7/+12
* (widget-toggle-value-create): On graphic terminal,Richard M. Stallman2001-11-271-13/+22
* 2001-11-09 Per Abrahamsen <[email protected]>Per Abrahamsen2001-11-101-3/+0
* (checkbox): Swap bg/fg colors in images, and invertMiles Bader2001-10-201-5/+6
* (widget-field-face, widget-single-line-field-face):Eli Zaretskii2001-10-171-2/+9
* (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