summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* * subr.el (remove-overlays): Make arguments optional.Masatake YAMATO2004-04-271-0/+3
* Fix dec-8 bugPer Abrahamsen2004-01-041-1/+2
* 2003-12-12 Jesper Harder <harder@ifa.au.dk>Per Abrahamsen2003-12-271-16/+94
* (widget-default-delete): Always delete child widgets. (From PerLuc Teirlinck2003-10-261-0/+1
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (widget-echo-help): Make it handle expressions that evaluate toLuc Teirlinck2003-08-181-2/+1
* (widget-specify-insert): Simplify.Stefan Monnier2003-05-311-30/+16
* (pp-to-string, Info-goto-node): Don't autoload.Stefan Monnier2003-05-171-13/+10
* (widget-choose): Fix use of character constant.Juanma Barranquero2003-02-141-1/+1
* (widget-move): Don't loop infinitely when there isAndreas Schwab2002-12-141-5/+7
* (define-widget number): Clarify doc and error message.Markus Rost2002-12-071-2/+9
* (widget-choose): Fix typo.Juanma Barranquero2002-10-171-12/+12
* wid-edit.el fixesPer Abrahamsen2002-10-031-11/+23
* (widget-convert): Handle an argument that's a keyword.Richard M. Stallman2002-07-231-7/+21
* (widget-documentation-string-value-create):Richard M. Stallman2002-07-201-0/+1
* (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 <abraham@dina.kvl.dk>Per Abrahamsen2002-02-151-1/+2
* 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>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 <abraham@dina.kvl.dk>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:03Z!fx@gnu.org.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