+2001-11-23 Francesco Potorti` <pot@gnu.org>
+
+ * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
+
2001-11-22 Colin Walters <walters@debian.org>
* calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
2001-11-22 Miles Bader <miles@gnu.org>
- * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
+ * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
(reb-match-2, reb-match-3): Add dark-background variants.
2001-11-22 Colin Walters <walters@debian.org>
* calc/calc-misc.el (calc-info): Don't perform voodoo, just
(info "Calc").
(report-calc-bug): Use reporter.el.
-
+
* mail/reporter.el (reporter-submit-bug-report): Doc fixes.
2001-11-21 Richard M. Stallman <rms@gnu.org>
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.
- * files.el (temporary-file-directory, null-device)
+ * files.el (temporary-file-directory, null-device)
(small-temporary-file-directory): Definitions moved up.
* progmodes/cperl-mode.el (cperl-problems, cperl-tips)
"if"
"ignore"
"set"
+ "source"
"unset"
)
'(("^\\s-*\\(alias\\|group\\)\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$"
(2 font-lock-constant-face) (3 font-lock-variable-name-face))
("^\\s-*\\(unset\\|set\\|ignore\\)\\s-+\\([-A-Za-z0-9_]+\\)=?\\([^\n\r#]*\\)\\(#.*\\)?$"
- (2 font-lock-constant-face) (3 font-lock-variable-name-face)))
+ (2 font-lock-constant-face) (3 font-lock-variable-name-face))
+ ("^\\s-*\\(source\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$"
+ (2 font-lock-variable-name-face)))
(list "\\.mailrc\\'")
nil
"Mode for mailrc files.")