Mercurial > emacs
changeset 67919:5dc6e6bc401b
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 30 Dec 2005 06:19:41 +0000 |
parents | c14267a3323d |
children | 8f3c10fea90b |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 30 06:19:30 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 30 06:19:41 2005 +0000 @@ -1,3 +1,21 @@ +2005-12-30 Juri Linkov <juri@jurta.org> + + * locate.el (locate-fcodes-file, locate-header-face) + * progmodes/delphi.el (delphi-other-face) + * progmodes/glasses.el (glasses-face): Add tag "None" to const nil. + + * paren.el (show-paren-match, show-paren-mismatch): Use existing + group `paren-showing-faces'. + + * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring. + (goto-address): Fix docstring. + + * net/webjump.el (webjump-sample-sites): Update URLs. + + * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'. + + * subr.el (cancel-change-group): Add listp around pending-undo-list. + 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca> * font-lock.el (font-lock-compile-keywords): Signal an error when
--- a/man/ChangeLog Fri Dec 30 06:19:30 2005 +0000 +++ b/man/ChangeLog Fri Dec 30 06:19:41 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-30 Juri Linkov <juri@jurta.org> + + * basic.texi (Position Info): Update example. + 2005-12-29 Romain Francoise <romain@orebokech.com> * faq.texi (Using Customize): New node.