*** empty log message ***
This commit is contained in:
parent
71b169b8c4
commit
7cb93181b8
4 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue