aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-09 18:23:06 +0000
committerEli Zaretskii2006-06-09 18:23:06 +0000
commit7cb93181b82f4dc3e05fbb1f913f04b9b28cb9b8 (patch)
tree82e6d5fdf0c4f2915de16f3053bdc5d9f54b86cd
parent71b169b8c49d4c2f593b7074e8555f6e479b10f3 (diff)
downloademacs-7cb93181b82f4dc3e05fbb1f913f04b9b28cb9b8.tar.gz
emacs-7cb93181b82f4dc3e05fbb1f913f04b9b28cb9b8.zip
*** empty log message ***
-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 557d8a2d492..040f155221f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12006-06-09 Eli Zaretskii <eliz@gnu.org>
2
3 * yow.c: Remove file.
4
5 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
6
7 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
8 yow${EXEEXT}: Remove target.
9
12006-06-04 Masatake YAMATO <jet@gyve.org> 102006-06-04 Masatake YAMATO <jet@gyve.org>
2 11
3 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file 12 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b3d6d5413c..2cf6960ba2a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2
3 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4 spaces after the comment start.
5
12006-06-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 62006-06-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2 7
3 * play/pong.el (pong-init-buffer): 8 * play/pong.el (pong-init-buffer):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 16ba4acd74a..f7d95c28229 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2
3 * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
4 syntax.
5
12006-06-07 Eli Zaretskii <eliz@gnu.org> 62006-06-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * display.texi (Font Selection): Remove description of 8 * display.texi (Font Selection): Remove description of
diff --git a/src/ChangeLog b/src/ChangeLog
index c095f3e66c3..5154dc5012e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (read_escape): Provide a Unicode character escape
4 syntax; \u followed by exactly four or \U followed by exactly
5 eight hex digits in a comment or string is read as a Unicode
6 character with that code point.
7
12006-06-09 Eli Zaretskii <eliz@gnu.org> 82006-06-09 Eli Zaretskii <eliz@gnu.org>
2 9
3 * window.c (window_scroll_pixel_based): Signal "Beginning of 10 * window.c (window_scroll_pixel_based): Signal "Beginning of