aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-03-27 03:17:27 +0000
committerGlenn Morris2007-03-27 03:17:27 +0000
commit6afdff63e597da2d0e9fed9e474d819fec161a5b (patch)
tree49fc65d4e71ed9d3b1f81593391c3fa21e0a635e
parent851971c72e4b9c26958d6c87dff62ea4320644eb (diff)
downloademacs-6afdff63e597da2d0e9fed9e474d819fec161a5b.tar.gz
emacs-6afdff63e597da2d0e9fed9e474d819fec161a5b.zip
*** empty log message ***
-rw-r--r--etc/PROBLEMS7
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog9
3 files changed, 22 insertions, 0 deletions
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.
2718You need to install a recent version of Texinfo; that package 2718You need to install a recent version of Texinfo; that package
2719supplies the `install-info' command. 2719supplies the `install-info' command.
2720 2720
2721*** Installing to a directory with spaces in the name fails.
2722
2723For example, if you call configure with a directory-related option
2724with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
2725Using directory paths with spaces is not supported at this time: you
2726must re-configure without using spaces.
2727
2721** First execution 2728** First execution
2722 2729
2723*** Emacs binary is not in executable format, and cannot be run. 2730*** 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 @@
12007-03-27 Glenn Morris <rgm@gnu.org> 12007-03-27 Glenn Morris <rgm@gnu.org>
2 2
3 * complete.el (PC-do-completion): Compute completion-base-size in
4 the non-filename case, rather than setting to nil.
5 (PC-lisp-complete-end): New variable.
6 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
7 original end in a series of consecutive invocations.
8
3 * calendar/calendar.el (calendar-mode-hook): Declare it. 9 * calendar/calendar.el (calendar-mode-hook): Declare it.
4 10
5 * calendar/diary-lib.el (diary-live-p): Do not check for 11 * 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 @@
12007-03-27 Glenn Morris <rgm@gnu.org>
2
3 * m/hp800.h: Restore HP-UX support (removed 2007-01-29).
4
12007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale 7 * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale
@@ -48,6 +52,11 @@
48 * intervals.c (merge_properties, intervals_equal): 52 * intervals.c (merge_properties, intervals_equal):
49 Use Fplist_member instead of Fmemq to find properties. 53 Use Fplist_member instead of Fmemq to find properties.
50 54
552007-03-23 Glenn Morris <rgm@gnu.org>
56
57 * unexhp9k800.c: Restore file with clarified legal status.
58 * m/sr2k.h: Restore since dependency unexhp9k800.c is restored.
59
512007-03-22 Chong Yidong <cyd@stupidchicken.com> 602007-03-22 Chong Yidong <cyd@stupidchicken.com>
52 61
53 * widget.c (EmacsFrameSetCharSize): Catch X errors. 62 * widget.c (EmacsFrameSetCharSize): Catch X errors.