changeset 76755:f803dda9e616

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Mar 2007 03:17:27 +0000
parents d64684643229
children 63293afecf15
files etc/PROBLEMS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/PROBLEMS	Tue Mar 27 02:47:50 2007 +0000
+++ b/etc/PROBLEMS	Tue Mar 27 03:17:27 2007 +0000
@@ -2718,6 +2718,13 @@
 You need to install a recent version of Texinfo; that package
 supplies the `install-info' command.
 
+*** Installing to a directory with spaces in the name fails.
+
+For example, if you call configure with a directory-related option
+with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
+Using directory paths with spaces is not supported at this time: you
+must re-configure without using spaces.
+
 ** First execution
 
 *** Emacs binary is not in executable format, and cannot be run.
--- a/lisp/ChangeLog	Tue Mar 27 02:47:50 2007 +0000
+++ b/lisp/ChangeLog	Tue Mar 27 03:17:27 2007 +0000
@@ -1,5 +1,11 @@
 2007-03-27  Glenn Morris  <rgm@gnu.org>
 
+	* complete.el (PC-do-completion): Compute completion-base-size in
+	the non-filename case, rather than setting to nil.
+	(PC-lisp-complete-end): New variable.
+	(PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
+	original end in a series of consecutive invocations.
+
 	* calendar/calendar.el (calendar-mode-hook): Declare it.
 
 	* calendar/diary-lib.el (diary-live-p): Do not check for
--- a/src/ChangeLog	Tue Mar 27 02:47:50 2007 +0000
+++ b/src/ChangeLog	Tue Mar 27 03:17:27 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-27  Glenn Morris  <rgm@gnu.org>
+
+	* m/hp800.h: Restore HP-UX support (removed 2007-01-29).
+
 2007-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale
@@ -48,6 +52,11 @@
 	* intervals.c (merge_properties, intervals_equal):
 	Use Fplist_member instead of Fmemq to find properties.
 
+2007-03-23  Glenn Morris  <rgm@gnu.org>
+
+	* unexhp9k800.c: Restore file with clarified legal status.
+	* m/sr2k.h: Restore since dependency unexhp9k800.c is restored.
+
 2007-03-22  Chong Yidong  <cyd@stupidchicken.com>
 
 	* widget.c (EmacsFrameSetCharSize): Catch X errors.