emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 21 May 2006 23:18:20 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9579 emacs/lisp/ChangeLog:1.9580
--- emacs/lisp/ChangeLog:1.9579 Sun May 21 22:56:44 2006
+++ emacs/lisp/ChangeLog        Sun May 21 23:18:19 2006
@@ -1,3 +1,42 @@
+2006-05-21  Roland Winkler  <address@hidden>
+
+       * 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  <address@hidden>
 
        * simple.el (kill-region): Interactively, pass point, then mark.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]