summaryrefslogtreecommitdiff
path: root/lisp/tool-bar.el
AgeCommit message (Expand)Author
2011-07-10(tool-bar-mode): Clarify positive/negative argumentsLars Magne Ingebrigtsen
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-08Tweaks to tool-bar for default, VC-dir, Compile, and Info.Chong Yidong
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-28Fix 2010-12-20 change to tool-bar.el.Chong Yidong
2010-12-20Implement tool-bar separators for non-GTK tool-bars.Chong Yidong
2010-12-17Support for menu separators in the GTK tool-bar.Chong Yidong
2010-11-21* tool-bar.el (tool-bar-setup): Remove save as, print and customize.Jan Djärv
2010-11-20Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv
2010-10-28Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris
2010-09-21* tool-bar.el (tool-bar-position): New defcustom (Bug#7049).Jan Djärv
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong
2010-07-05Set default-frame-alist, if necessary, in menu/tool-bar-mode.Chong Yidong
2010-06-26Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).Chong Yidong
2010-04-25tool-bar.el: Revert unintended checkin in 2010-04-23T16:26:11Z!monnier@iro.um...Jan D
2010-04-23Provide byte-compiler warnings when set-default a read-only var.Stefan Monnier
2010-04-20Gtk tool bars can be text, icons with text or just icons.Jan Djärv
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-06* textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu
2009-01-10(tool-bar-mode): Modify all frame parameters whenMartin Rudalics
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-11-27(tool-bar-find-image-cache): Var deleted.Chong Yidong
2008-10-12(tool-bar-setup): Variable deleted.Chong Yidong
2008-10-11(tool-bar-local-item)Chong Yidong
2008-10-09(tool-bar-mode): Only change tool-bar-lines on graphical terminals.Chong Yidong
2008-09-02Merge from emacs--rel--22Miles Bader
2008-08-26Fix typos (sync from the trunk).Juanma Barranquero
2008-06-12Add some compiler declarations, for builds without X.Glenn Morris
2008-05-13(tool-bar-make-keymap): Additional minor fix.Chong Yidong
2008-05-13(tool-bar-make-keymap): Account for the optional KEY-BINDING-DATAChong Yidong
2008-05-07Choose images dynamically.Stefan Monnier
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-10Fix up comment convention on the arch-tag lines.Stefan Monnier
2008-02-27(tool-bar-setup): Doc fix.Juanma Barranquero
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-05-03Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-05-01(tool-bar-setup): Put Help and Preferences items in the default tool-bar-map.Richard M. Stallman
2006-03-26Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of t...Karoly Lorentey
2006-03-26Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard...Karoly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-23* menu-bar.el (menu-find-file-existing): New function.Jan Djärv
2005-10-28(tool-bar-add-item-from-menu)Nick Roberts