]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 21 Oct 2005 09:01:26 +0000 (09:01 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 21 Oct 2005 09:01:26 +0000 (09:01 +0000)
lisp/ChangeLog
man/ChangeLog

index 18f785b2c150ff41e7b140132dbe313ed24564fb..71b3db650a4a4170eeee60ac0f7e484e877a6255 100644 (file)
@@ -1,3 +1,24 @@
+2005-10-21  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/etags.el (tags-table-mode): New function.
+       (tags-verify-table): Replace initialize-new-tags-table with
+       tags-table-mode.
+
+       * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
+       default value.
+       (desktop-modes-not-to-save): Add tags-table-mode to the
+       default value.
+
+       * info.el (Info-index-next): Add total number of index
+       alternatives to the message.
+
+       * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
+       backward only space (instead of space and period) before looking
+       at sentence end.
+
+       * simple.el (set-variable): Use user-variable-p instead of symbolp.
+       Add the old variable value as 4th default-value arg of read-string.
+
 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * cus-face.el (custom-declare-face): Make face from X resources
index 8e3e2188d1bac66bc4c3392bb0d0e91abdc3f71f..c8c90922565b8aee88757412c3e480332c50bb54 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-21  Juri Linkov  <juri@jurta.org>
+
+       * custom.texi (Examining): Mention accessing the old variable
+       value via M-n in set-variable.
+
 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi (Summary): Mention iCalendar support.