From: Juanma Barranquero Date: Fri, 20 May 2005 16:15:02 +0000 (+0000) Subject: Fix braino. X-Git-Tag: ttn-vms-21-2-B4~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a418fa12e8022077bdacd1ef0245e226e6d8cc5;p=emacs.git Fix braino. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00f41a56f10..8810a420593 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,23 @@ * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since easy-menu-add is not a nop on Emacs; and clarify when to call it. +2005-05-20 Lute Kamstra + + * diff-mode.el (diff-header-face, diff-file-header-face) + (diff-index-face, diff-hunk-header-face, diff-removed-face) + (diff-added-face, diff-changed-face, diff-function-face) + (diff-context-face, diff-nonexistent-face): Put them in the + diff-mode customization group. + +2005-05-20 Stefan Monnier + + * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp. + + * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes. + + * font-lock.el (lisp-font-lock-keywords-2): Don't error. + Minor regexp-optimization. + 2005-05-20 Carsten Dominik * textmodes/org.el (org-agenda-toggle-time-grid): New command.