summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
Commit message (Expand)AuthorAgeFilesLines
* (widget-choose): Avoid ugly error for function keys.Richard M. Stallman2007-01-021-2/+3
* (widget-image-enable): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-3/+3
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-111-2/+2
* * wid-edit.el (widget-button-click-moves-point): New variable.Chong Yidong2006-09-301-4/+12
* (widget-button-click): Handle non-mouse-motion eventsRichard M. Stallman2006-09-181-9/+12
* * wid-edit.el (widget-button-click): For mouse-1, cancel buttonChong Yidong2006-02-161-53/+65
* * wid-edit.el (widget-keymap): Bind down-mouse-1 toChong Yidong2006-02-151-0/+1
* * wid-edit.el (widget-button-click): Use :pressed-face propertyChong Yidong2006-02-141-10/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (advertised-widget-backward): New alias.Richard M. Stallman2006-01-261-1/+4
* (widget-field-end): If the overlay is no longer associated with a buffer,Eli Zaretskii2006-01-131-16/+18
* * cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)Chong Yidong2006-01-041-1/+11
* (key-sequence): Rework widget to read key bindingKim F. Storm2006-01-031-11/+66
* (file, directory): Doc fixes for the `define-widget's.Luc Teirlinck2005-12-221-2/+2
* (widget-checkbox-action): Clear undo info.Eli Zaretskii2005-12-171-1/+2
* (widget-keymap): Bind M-TAB to `widget-backward'.Juri Linkov2005-12-081-0/+1
* (color): Enclose %t in %{...%}.Richard M. Stallman2005-11-161-1/+1
* (key-sequence): New widget type.Richard M. Stallman2005-11-031-1/+24
* * cus-edit.el (custom-button, custom-button-pressed): New vars.Chong Yidong2005-10-231-9/+4
* * cus-edit.el (Custom-move-and-invoke): Deleted.Chong Yidong2005-10-181-0/+10
* Revert last change.Chong Yidong2005-10-171-9/+0
* * cus-edit.el (Custom-move-and-invoke): Delete function.Chong Yidong2005-10-171-0/+9
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-2/+4
* (widget): Add defvar.Juanma Barranquero2005-10-061-0/+2
* (widget-file-complete): Get the widget start point the right way.Richard M. Stallman2005-10-041-4/+4
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-4/+4
* (widget-choice-value-create): Unconditionally respect user choice.Luc Teirlinck2005-08-071-9/+7
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* (widget-default-create, widget-after-change, widget-default-format-handler,Juanma Barranquero2005-07-211-23/+23
* (widget-inactive): Inherit from `shadow'.Juri Linkov2005-07-191-8/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Fix indentation.Richard M. Stallman2005-06-251-19/+19
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-364Miles Bader2005-06-101-48/+60
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
* (widget-field-end): Temporarily remove fieldDavid Ponce2005-04-051-3/+11
* (widget-button-click): Shorten the range of the track-mouse binding.Richard M. Stallman2005-01-291-14/+14
* (widget-specify-button): If mouse pointer shape cannot be changed,Eli Zaretskii2005-01-291-1/+5
* (function): Use restricted-sexp as parent.Richard M. Stallman2004-12-271-1/+1
* (widget-specify-field, widget-specify-button):Kim F. Storm2004-12-171-0/+6
* (widget-specify-field): Add `real-field' property to boundary.Richard M. Stallman2004-12-051-1/+3
* (widget-narrow-to-field): New function.Eli Zaretskii2004-11-271-2/+11
* (widget-sexp-validate): Allow whitespace after expression.Lars Hansen2004-08-081-0/+2
* (widget-field-buffer): Doc fix.Lars Hansen2004-07-091-1/+1
* (widget-specify-button): Use hand pointer ratherKim F. Storm2004-06-081-7/+7
* * wid-edit.el (widget-radio-button-notify): Revert my lastMasatake YAMATO2004-05-191-1/+1
* * wid-edit.el (widget-radio-button-notify): Don't pass `widget'Masatake YAMATO2004-05-181-1/+1
* * 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