From: Glenn Morris Date: Tue, 27 Mar 2007 03:17:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.97~161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6afdff63e597da2d0e9fed9e474d819fec161a5b;p=emacs.git *** empty log message *** --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 9ce3b8e9602..4c5eb34495a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53923ccfdff..a76792a77a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2007-03-27 Glenn Morris + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index 3469a14d153..e2aa1727799 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-03-27 Glenn Morris + + * m/hp800.h: Restore HP-UX support (removed 2007-01-29). + 2007-03-26 YAMAMOTO Mitsuharu * 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 + + * unexhp9k800.c: Restore file with clarified legal status. + * m/sr2k.h: Restore since dependency unexhp9k800.c is restored. + 2007-03-22 Chong Yidong * widget.c (EmacsFrameSetCharSize): Catch X errors.