comparison lisp/ChangeLog @ 67919:5dc6e6bc401b

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 30 Dec 2005 06:19:41 +0000
parents a57273fb71d3
children 87ba271ae6fc
comparison
equal deleted inserted replaced
67918:c14267a3323d 67919:5dc6e6bc401b
1 2005-12-30 Juri Linkov <juri@jurta.org>
2
3 * locate.el (locate-fcodes-file, locate-header-face)
4 * progmodes/delphi.el (delphi-other-face)
5 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6
7 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8 group `paren-showing-faces'.
9
10 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11 (goto-address): Fix docstring.
12
13 * net/webjump.el (webjump-sample-sites): Update URLs.
14
15 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16
17 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18
1 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca> 19 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 * font-lock.el (font-lock-compile-keywords): Signal an error when 21 * font-lock.el (font-lock-compile-keywords): Signal an error when
4 font-lock-set-defaults hasn't been called. 22 font-lock-set-defaults hasn't been called.
5 23