From: Eli Zaretskii Date: Fri, 9 Jun 2006 18:23:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2001 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cb93181b82f4dc3e05fbb1f913f04b9b28cb9b8;p=emacs.git *** empty log message *** --- 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 @@ +2006-06-09 Eli Zaretskii + + * 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 * 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 @@ +2006-06-09 Karl Chen + + * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove + spaces after the comment start. + 2006-06-09 Micha,Ak(Bl Cadilhac * 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 @@ +2006-06-09 Aidan Kehoe + + * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF + syntax. + 2006-06-07 Eli Zaretskii * 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 @@ +2006-06-03 Aidan Kehoe + + * 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 * window.c (window_scroll_pixel_based): Signal "Beginning of