summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/re-builder.el
AgeCommit message (Expand)Author
2011-02-10Move keymap initialization into declaration.Stefan Monnier
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-24Merge from emacs-23.Glenn Morris
2011-01-22Fix toggling of case-fold-search from re-builder menu (Bug#7650).Keitaro Miyazaki
2011-01-22Merge from emacs-23Glenn Morris
2011-01-21* emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item.Chong Yidong
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-26* lisp/emacs-lisp/rx.el: Make it a superset of sregex.Stefan Monnier
2010-07-28* emacs-lisp/re-builder.el: Remove references to package `lisp-re' (bug#4369).Aaron S. Hawley
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-31* textmodes/two-column.el (2C-split):Stefan Monnier
2009-08-28* arc-mode.el (archive-mode):Juanma Barranquero
2009-08-28* gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier
2009-01-09Replace last-command-char with last-command-event.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-11-29* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.Juanma Barranquero
2008-11-28* emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.Juanma Barranquero
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-04-04* outline.el (outline-mode-menu-bar-map):Dan Nicolaescu
2008-03-25(reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';Juanma Barranquero
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-09-26(reb-delete-overlays): Use `mapc' rather than `mapcar'.Juanma Barranquero
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-03-18(reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero
2007-03-05(reb-re-syntax): Fix custom type.Richard M. Stallman
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-11-12(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero
2006-05-05(reb-update-overlays): Cycle through provided faces once they all have beenEli Zaretskii
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-24(reb-with-current-window): Delete.Juanma Barranquero
2005-07-21(regexp-builder): Use `defalias' instead of faking it.Juanma Barranquero
2005-07-16(reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman
2005-07-04Update FSF's address.Lute Kamstra
2005-05-26(reb-mode): Use run-mode-hooks.Lute Kamstra
2005-05-16Replace `string-to-int' by `string-to-number'.Juanma Barranquero
2005-04-08* mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu
2005-02-27(regexp-builder): New function.Richard M. Stallman
2005-01-06Update copyright. Update commentary to mention rx syntax support.John Paul Wallington
2004-08-17(reb-mode-map): Define within defvar.John Paul Wallington
2004-08-07(reb-re-syntax): Add `rx' syntax.John Paul Wallington
2004-07-09(reb-update-overlays): Distinguish between one and several matches in message.John Paul Wallington
2004-05-07(reb-auto-update): Fix typo in docstring.Juanma Barranquero
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitepace deleted.Juanma Barranquero
2002-11-17Add provide call.Markus Rost