Mercurial > emacs
changeset 71300:818392fb6dc3
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Jun 2006 18:23:06 +0000 |
parents | 767eeffaf27a |
children | 73d101c336ae |
files | lib-src/ChangeLog lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Fri Jun 09 18:22:30 2006 +0000 +++ b/lib-src/ChangeLog Fri Jun 09 18:23:06 2006 +0000 @@ -1,3 +1,12 @@ +2006-06-09 Eli Zaretskii <eliz@gnu.org> + + * 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 <jet@gyve.org> * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
--- a/lisp/ChangeLog Fri Jun 09 18:22:30 2006 +0000 +++ b/lisp/ChangeLog Fri Jun 09 18:23:06 2006 +0000 @@ -1,3 +1,8 @@ +2006-06-09 Karl Chen <quarl@cs.berkeley.edu> + + * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove + spaces after the comment start. + 2006-06-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> * play/pong.el (pong-init-buffer):
--- a/lispref/ChangeLog Fri Jun 09 18:22:30 2006 +0000 +++ b/lispref/ChangeLog Fri Jun 09 18:23:06 2006 +0000 @@ -1,3 +1,8 @@ +2006-06-09 Aidan Kehoe <kehoea@parhasard.net> + + * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF + syntax. + 2006-06-07 Eli Zaretskii <eliz@gnu.org> * display.texi (Font Selection): Remove description of
--- a/src/ChangeLog Fri Jun 09 18:22:30 2006 +0000 +++ b/src/ChangeLog Fri Jun 09 18:23:06 2006 +0000 @@ -1,3 +1,10 @@ +2006-06-03 Aidan Kehoe <kehoea@parhasard.net> + + * 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 <eliz@gnu.org> * window.c (window_scroll_pixel_based): Signal "Beginning of