]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Sep 2005 01:48:58 +0000 (01:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Sep 2005 01:48:58 +0000 (01:48 +0000)
admin/FOR-RELEASE
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 5375db09f69054801ce70b58007e9931e7cbe83d..587ec97752b138da7569ebc3002b9e3cf25131fe 100644 (file)
@@ -33,9 +33,7 @@ To be done by Andre Spiegel <spiegel@gnu.org>.
 
 ** Update Speedbar.
 
-** Debug custom themes.
-
-** Get rid of the defadvice calls in org.el.
+** Document custom themes.
 
 * FATAL ERRORS
 
@@ -243,7 +241,7 @@ lispref/hash.texi    "Luc Teirlinck"   Chong Yidong
 lispref/help.texi       "Luc Teirlinck"   Chong Yidong
 lispref/hooks.texi      Lute Kamstra
 lispref/internals.texi  "Luc Teirlinck"   Chong Yidong
-lispref/intro.texi      "Luc Teirlinck"
+lispref/intro.texi      "Luc Teirlinck"   Josh Varner
 lispref/keymaps.texi    "Luc Teirlinck"   Chong Yidong
 lispref/lists.texi      "Luc Teirlinck"   Chong Yidong
 lispref/loading.texi     "Luc Teirlinck"   Chong Yidong
index f5079dc52a60b022b432cd2744b95d5958ac305d..ec8885138b5c4bcf71b9efa1f6b81c0915e11e62 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-03  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Programming Tips): Add conventions for minibuffer
+       questions and prompts.
+
 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
 
        * intro.texi (nil and t): Minor cleanup.
index ac992ec69225fc41f8345e92a950350f00c268c2..97473b2aa06cfdb8f70420eaed16e33caa43f9fa 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-03  Richard M. Stallman  <rms@gnu.org>
+
+       * search.texi (Search Case): Mention vars that control
+       case-fold-search for various operations.
+
 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi: Version 3.15.
index 09a3ba2d825aa2562f66882dad144708cd7c611f..bc76f96208ab5b991a54d871f476f6b9dd081a6f 100644 (file)
@@ -1,3 +1,13 @@
+2005-09-03  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
+       (move_it_in_display_line_to): Stop after last char on line even
+       on a windowing terminal, if that's the specified stop position.
+
+       * fns.c (Fsort): Doc fix.
+
+       * editfns.c (Fpropertize): Don't insist that properties be symbols.
+
 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * dispnew.c (window_to_frame_hpos, update_window):