Mercurial > emacs
comparison src/ChangeLog @ 49830:924ad8b9c2f6
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 17 Feb 2003 22:41:39 +0000 |
parents | e99f1a981a3b |
children | e0a14dfc94ca |
comparison
equal
deleted
inserted
replaced
49829:88a02e3304b0 | 49830:924ad8b9c2f6 |
---|---|
1 2003-02-18 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * lread.c (read1): Fix and relax read syntax. | |
4 Recognize "[", ";", "#", and "?" after a dotted-pair dot. | |
5 Only recognize "," after dotted-pair dot if inside backquote. | |
6 Never include "`" or "," (inside backquote) in a symbol. | |
7 Allow dotted-pair dot after a character constant. | |
8 Allow "`" and "," (inside backquote) after a character constant. | |
9 | |
1 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 11 |
3 * gtkutil.c (xg_tool_bar_expose_callback): New function. | 12 * gtkutil.c (xg_tool_bar_expose_callback): New function. |
4 (xg_create_tool_bar): Force style of tool bar to be horizontal with | 13 (xg_create_tool_bar): Force style of tool bar to be horizontal with |
5 icons. Set name of tool bar to emacs-toolbar. | 14 icons. Set name of tool bar to emacs-toolbar. |