Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mh-customize.el (mh-speedbar-selected-folder-face): Special case | Dan Nicolaescu | 2005-04-08 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | high number of colors displays. * textmodes/table.el (table-cell-face): Add special case for displays supporting a high number of colors. * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-reserved-words-face) (vhdl-speedbar-architecture-face) (vhdl-speedbar-instantiation-face) (vhdl-speedbar-architecture-selected-face) (vhdl-speedbar-instantiation-selected-face): Likewise. * progmodes/sh-script.el (sh-heredoc-face): Likewise. * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. * progmodes/ebrowse.el (ebrowse-tree-mark-face) (ebrowse-root-class-face, ebrowse-member-attribute-face) (ebrowse-progress-face): Likewise. * progmodes/compile.el (compilation-info-face): Likewise. * progmodes/cc-fonts.el (c-invalid-face): Likewise. * emacs-lisp/re-builder.el (reb-match-3): Likewise. * calendar/calendar.el (diary-face): Likewise. * woman.el (woman-italic-face, woman-bold-face) (woman-unknown-face): Likewise. * wid-edit.el (widget-button-pressed-face): Likewise. * whitespace.el (whitespace-highlight-face): Likewise. * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. * pcvs-info.el (cvs-marked-face): Likewise. * info.el (info-xref): Likewise. * ido.el (ido-subdir-face, ido-indicator-face): Likewise. * hilit-chg.el (highlight-changes-face) (highlight-changes-delete-face): Likewise. * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) (hi-red-b): Likewise. * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. * font-lock.el (font-lock-keyword-face) (font-lock-function-name-face, font-lock-warning-face): Likewise. * cus-edit.el (custom-invalid-face, custom-modified-face) (custom-set-face, custom-changed-face, custom-variable-tag-face) (custom-group-tag-face-1, custom-group-tag-face): Likewise. * comint.el (comint-highlight-prompt): Likewise. | ||||
* | (regexp-builder): New function. | Richard M. Stallman | 2005-02-27 | 1 | -1/+7 |
| | |||||
* | Update copyright. Update commentary to mention rx syntax support. | John Paul Wallington | 2005-01-06 | 1 | -4/+4 |
| | |||||
* | (reb-mode-map): Define within defvar. | John Paul Wallington | 2004-08-17 | 1 | -16/+14 |
| | | | | (reb-force-update): Doc fix. | ||||
* | (reb-re-syntax): Add `rx' syntax. | John Paul Wallington | 2004-08-07 | 1 | -5/+10 |
| | | | | | | (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | ||||
* | (reb-update-overlays): Distinguish between one and several matches in message. | John Paul Wallington | 2004-07-09 | 1 | -1/+2 |
| | |||||
* | (reb-auto-update): Fix typo in docstring. | Juanma Barranquero | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Add provide call. | Markus Rost | 2002-11-17 | 1 | -0/+2 |
| | |||||
* | (reb-match-0, reb-match-1) | Miles Bader | 2001-11-22 | 1 | -12/+24 |
| | | | | (reb-match-2, reb-match-3): Add dark-background variants. | ||||
* | (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables. | Richard M. Stallman | 2001-11-20 | 1 | -3/+10 |
| | |||||
* | (re-builder): Don't re-enter RE Builder Mode. | Eli Zaretskii | 2001-11-20 | 1 | -14/+17 |
| | |||||
* | (reb-change-target-buffer): New function. | Eli Zaretskii | 2001-11-20 | 1 | -1/+19 |
| | | | | (top-level): Bind it to C-c C-b. | ||||
* | (reb-mode): Use define-derived-mode. | Stefan Monnier | 2001-11-18 | 1 | -35/+13 |
| | | | | | (font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup. | ||||
* | Some fixes to follow coding conventions. | Pavel JanÃk | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | (reb-mode): Quote the hook name. From | Dave Love | 2001-02-09 | 1 | -1/+1 |
| | | | | Juanma Barranquero. | ||||
* | (reb-update-modestring): Don't use concat for integers. | Eli Zaretskii | 2001-01-31 | 1 | -1/+1 |
| | | | | From Juanma Barranquero <lektu@uol.com.br>. | ||||
* | Remove RCS Id, remove history comment. | Gerd Moellmann | 2000-03-12 | 1 | -23/+0 |
| | |||||
* | (reb-re-syntax): Fix typo in `:type'. Fix comment. | Gerd Moellmann | 2000-03-12 | 1 | -3/+8 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-03-09 | 1 | -0/+683 |