summaryrefslogtreecommitdiff
path: root/lisp/face-remap.el
Commit message (Collapse)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Merge changes from emacs-23Chong Yidong2010-10-241-1/+1
|\ \ | |/
| * face-remap.el (text-scale-adjust): Call read-event with a proper prompt.Kenichi Handa2010-10-201-1/+1
| |
* | Fix keywords.Juri Linkov2010-03-141-1/+1
|/ | | | | | | | | | | | | | | | | * finder.el (finder-compile-keywords): Replace `princ' with `prin1' on a list of symbols interned from keyword strings. * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains a comma, then split keywords using a comma and optional whitespace. Otherwise, split by whitespace. * complete.el: * face-remap.el: * log-view.el: * net/hmac-def.el: * net/hmac-md5.el: * net/netrc.el: * progmodes/mixal-mode.el: Fix keywords.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+2
|
* Add `text-scale-set' functionMiles Bader2009-06-231-4/+17
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1607
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * face-remap.el (text-scale-mode-step, buffer-face-mode-face):Juanma Barranquero2008-12-151-2/+4
| | | | | * icomplete.el (icomplete-prospects-height): * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
* * face-remap.el (text-scale-increase, text-scale-decrease)Juanma Barranquero2008-10-271-3/+3
| | | | | | (text-scale-adjust): Remove &optional keyword from the arg list; the INC argument is not really optional, if the functions happen to be called from elisp.
* (text-scale-adjust): Bind `echo-keystrokes' to nil.Miles Bader2008-06-211-1/+2
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1273
* Fix autoload directives in lisp/face-remap.elMiles Bader2008-06-211-4/+4
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1271
* Fix variable names in buffer-face-mode-invokeMiles Bader2008-06-201-2/+2
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1263
* Tweak interface of buffer-face-mode functionsMiles Bader2008-06-201-22/+45
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1262
* Fix behavior of text-scale-increase when text-scale-mode is disabledMiles Bader2008-06-191-1/+2
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1257
* Add buffer-face-modeMiles Bader2008-06-171-15/+76
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1251
* Order multiple entries more cleverly in face-remap-add-relativeMiles Bader2008-06-171-3/+46
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1250
* Rename functions in lisp/face-remap.elMiles Bader2008-06-051-35/+35
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1208
* Autoload variable-pitch-modeMiles Bader2008-06-051-0/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1206
* (variable-pitch-mode): Reflow docstrings.Juanma Barranquero2008-06-041-20/+20
| | | | (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
* Add adjust-buffer-face-height commandMiles Bader2008-06-041-15/+54
| | | | | | ... and move face-height adjustment bindings into ctl-x-map using it. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1203
* Add lisp/face-remap.el and associated documentationMiles Bader2008-06-031-0/+242
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1200