]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2007 03:17:27 +0000 (03:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2007 03:17:27 +0000 (03:17 +0000)
etc/PROBLEMS
lisp/ChangeLog
src/ChangeLog

index 9ce3b8e9602d2af469a3a8c1517159cd36f7cd64..4c5eb34495af8ab590caf99f9952a8ca6f24a9e6 100644 (file)
@@ -2718,6 +2718,13 @@ should now succeed.
 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.
index 53923ccfdffcaf787f8886f63b0022096265d47c..a76792a77a31feedff8df25a09d9ddfef484bad0 100644 (file)
@@ -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
index 3469a14d1532841640b6da722eab4a3badf9833f..e2aa17277990b1766dc8bfea52fb02661988a426 100644 (file)
@@ -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
        * 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.