aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/glasses.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-101-1/+2
|
* (glasses-separate-parentheses-exceptions): New. Exceptions to the rule "addJuanma Barranquero2006-11-191-19/+36
| | | | | | | | | | a space between an identifier and an opening parenthesis". Defaulted to the `#define' problem of cpp. (glasses-parenthesis-exception-p): New. Check if the region is an exception regarding to that. (glasses-make-readable): Use it. (glasses-convert-to-unreadable): Ditto. Modify the file also if `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
* Remove unnecessary leading * in docstrings.Stefan Monnier2006-02-231-7/+7
|
* (glasses-separator): Doc fix.Eli Zaretskii2006-02-111-16/+39
| | | | | (glasses-original-separator): New defcustom. (glasses-make-readable, glasses-convert-to-unreadable): Use it.
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* (glasses-face): Add tag "None" to const nil.Juri Linkov2005-12-301-1/+1
|
* (glasses-face): More specific custom type.Richard M. Stallman2005-12-271-1/+1
|
* (glasses-make-readable): If glasses-separator differs from underscore,Eli Zaretskii2005-09-171-0/+17
| | | | | | put appropriate overlays over underscore characters. (glasses-convert-to-unreadable): If glasses-separator differs from underscore, try to convert glasses-separator characters to underscores.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (glasses-mode): Specify :group.Lute Kamstra2005-04-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (glasses-convert-to-unreadable): ConsiderGerd Moellmann2001-09-031-1/+1
| | | | underscores as in `glasses-make-readable'.
* (glasses-make-readable): ConsiderGerd Moellmann2001-06-251-4/+4
| | | | underscores too when separating a parenthesis.
* Use `define-minor-mode' for the minor modeGerd Moellmann2000-12-121-36/+17
| | | | | | definition (patch by Stefan Monnier). (glasses-mode): Use jit-lock instead of `after-change-functions' (patch by Stefan Monnier).
* (glasses-mode): Update mode line at the endGerd Moellmann2000-12-071-2/+2
| | | | of the function.
* (glasses) <defgroup>: Add :version.Dave Love2000-08-151-3/+9
| | | | | | (glasses-custom-set): Use set-default, not set. (minor-mode-alist): Propertize the lighter. (glasses-mode): Provide optional arg.
* (glasses-make-readable): Fix uncapitalization ofGerd Moellmann2000-07-301-0/+2
| | | | identifiers like `myXMLDocument'.
* (glasses-convert-to-unreadable): UseGerd Moellmann2000-05-041-6/+8
| | | | | | `glasses-separator' instead of the hard-wired "_". (glasses-mode): Call `glasses-make-unreadable' only in a single place.
* Provide facilities for inserting space before leftGerd Moellmann2000-04-041-15/+68
| | | | | parentheses and uncapitalization of identifiers. (glasses-mode): Try to remove old overlays in all cases.
* *** empty log message ***Gerd Moellmann2000-01-281-0/+232