aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog9
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog7
4 files changed, 26 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 557d8a2d49..040f155221 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
+2006-06-09 Eli Zaretskii <[email protected]>
+
+ * yow.c: Remove file.
+
+ * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
+
+ * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
+ yow${EXEEXT}: Remove target.
+
2006-06-04 Masatake YAMATO <[email protected]>
* ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b3d6d5413..2cf6960ba2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-09 Karl Chen <[email protected]>
+
+ * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
+ spaces after the comment start.
+
2006-06-09 Micha,Ak(Bl Cadilhac <[email protected]>
* play/pong.el (pong-init-buffer):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 16ba4acd74..f7d95c2822 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-09 Aidan Kehoe <[email protected]>
+
+ * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
+ syntax.
+
2006-06-07 Eli Zaretskii <[email protected]>
* display.texi (Font Selection): Remove description of
diff --git a/src/ChangeLog b/src/ChangeLog
index c095f3e66c..5154dc5012 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2006-06-03 Aidan Kehoe <[email protected]>
+
+ * lread.c (read_escape): Provide a Unicode character escape
+ syntax; \u followed by exactly four or \U followed by exactly
+ eight hex digits in a comment or string is read as a Unicode
+ character with that code point.
+
2006-06-09 Eli Zaretskii <[email protected]>
* window.c (window_scroll_pixel_based): Signal "Beginning of