summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/re-builder.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* * arc-mode.el (archive-mode):Juanma Barranquero2009-08-281-1/+1
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-281-1/+1
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.Juanma Barranquero2008-11-291-11/+4
* * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.Juanma Barranquero2008-11-281-5/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-1/+31
* (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';Juanma Barranquero2008-03-251-68/+81
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (reb-delete-overlays): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero2007-03-181-2/+4
* (reb-re-syntax): Fix custom type.Richard M. Stallman2007-03-051-3/+2
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero2006-11-121-0/+1
* (reb-update-overlays): Cycle through provided faces once they all have beenEli Zaretskii2006-05-051-13/+22
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* (reb-with-current-window): Delete.Juanma Barranquero2005-07-241-39/+24
* (regexp-builder): Use `defalias' instead of faking it.Juanma Barranquero2005-07-211-4/+1
* (reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman2005-07-161-2/+4
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (reb-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
* (regexp-builder): New function.Richard M. Stallman2005-02-271-1/+7
* Update copyright. Update commentary to mention rx syntax support.John Paul Wallington2005-01-061-4/+4
* (reb-mode-map): Define within defvar.John Paul Wallington2004-08-171-16/+14
* (reb-re-syntax): Add `rx' syntax.John Paul Wallington2004-08-071-5/+10
* (reb-update-overlays): Distinguish between one and several matches in message.John Paul Wallington2004-07-091-1/+2
* (reb-auto-update): Fix typo in docstring.Juanma Barranquero2004-05-071-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+1
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
* Add provide call.Markus Rost2002-11-171-0/+2
* (reb-match-0, reb-match-1)Miles Bader2001-11-221-12/+24
* (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables.Richard M. Stallman2001-11-201-3/+10
* (re-builder): Don't re-enter RE Builder Mode.Eli Zaretskii2001-11-201-14/+17
* (reb-change-target-buffer): New function.Eli Zaretskii2001-11-201-1/+19
* (reb-mode): Use define-derived-mode.Stefan Monnier2001-11-181-35/+13
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
* (reb-mode): Quote the hook name. FromDave Love2001-02-091-1/+1
* (reb-update-modestring): Don't use concat for integers.Eli Zaretskii2001-01-311-1/+1
* Remove RCS Id, remove history comment.Gerd Moellmann2000-03-121-23/+0
* (reb-re-syntax): Fix typo in `:type'. Fix comment.Gerd Moellmann2000-03-121-3/+8
* *** empty log message ***Gerd Moellmann2000-03-091-0/+683