# HG changeset patch # User Roland Winkler # Date 1148253499 0 # Node ID ddf34252d5539972d2579c0ae836127cb4dc3ea4 # Parent b9fa14b504d3c9367e863adaa817d78711a9e3a7 *** empty log message *** diff -r b9fa14b504d3 -r ddf34252d553 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 21 23:13:21 2006 +0000 +++ b/lisp/ChangeLog Sun May 21 23:18:19 2006 +0000 @@ -1,3 +1,42 @@ +2006-05-21 Roland Winkler + + * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as + safe. + + * progmodes/make-mode.el (makefile-special-targets-list) + (makefile-macro-table, makefile-target-table): Mark as risky. + (makefile-query-one-target-method): Make this the alias for the + following variable. + (makefile-query-one-target-method-function): Make this the real + name. + + * textmodes/artist.el (artist-text-renderer): Make this the alias + for the following variable. + (artist-text-renderer-function): Make this the real name. + + * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this + the alias for the following variable. + (flyspell-generic-check-word-predicate): Make this the real name. + + * textmodes/ispell.el (ispell-format-word): Make this the alias + for the following variable. + (ispell-format-word-function): Make this the real name. + (ispell-message-text-end): Mark as risky. + + * skeleton.el (skeleton-transformation, skeleton-filter) + (skeleton-pair-filter): Make these the aliases for the following + variables. + (skeleton-transformation-function, skeleton-filter-function) + (skeleton-pair-filter-function): Make these the real names. + + * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function + and skeleton-pair-filter-function. + + * textmodes/sgml-mode.el (sgml-transformation): Make this the + alias for the following variable. + (sgml-transformation-function): Make this the real name. + (sgml-tag-alist): Mark as risky. + 2006-05-21 Richard Stallman * simple.el (kill-region): Interactively, pass point, then mark.