changeset 58208:f1f027a36519

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Nov 2004 05:17:58 +0000
parents 4410b7cd84c4
children 18b94da7a313
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 14 05:17:38 2004 +0000
+++ b/src/ChangeLog	Sun Nov 14 05:17:58 2004 +0000
@@ -1,3 +1,13 @@
+2004-11-13  Richard M. Stallman  <rms@gnu.org>
+
+	* xdisp.c (reseat_at_previous_visible_line_start): No longer static.
+	(get_next_display_element): Fix previous change to apply only to \n.
+
+	* indent.c (Fvertical_motion): Scan to PT from start of line to
+	make iterator consistent.
+
+	* minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
+
 2004-11-14  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.