Mercurial > emacs
comparison src/ChangeLog @ 49896:28d840845e33
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 21 Feb 2003 08:08:03 +0000 |
parents | 4fb79f65681e |
children | 71b3917cf40b |
comparison
equal
deleted
inserted
replaced
49895:58d11522f3bc | 49896:28d840845e33 |
---|---|
1 2003-02-21 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>. | |
4 | |
5 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not | |
6 POLLING_PROBLEM_IN_SELECT. | |
7 | |
8 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h. | |
9 Delete #undef of POLLING_PROBLEM_IN_SELECT. | |
10 | |
11 * s/hpux10-20.h: New file. | |
12 | |
13 * process.c (wait_reading_process_input): Use | |
14 POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT. | |
15 | |
1 2003-02-20 Kenichi Handa <handa@m17n.org> | 16 2003-02-20 Kenichi Handa <handa@m17n.org> |
2 | 17 |
3 * fontset.c (check_fontset_name): If NAME is nil, return the | 18 * fontset.c (check_fontset_name): If NAME is nil, return the |
4 default fontset. | 19 default fontset. |
5 (override_font_info): New function. | 20 (override_font_info): New function. |
61 Recognize "[", ";", "#", and "?" after a dotted-pair dot. | 76 Recognize "[", ";", "#", and "?" after a dotted-pair dot. |
62 Only recognize "," after dotted-pair dot if inside backquote. | 77 Only recognize "," after dotted-pair dot if inside backquote. |
63 Never include "`" or "," (inside backquote) in a symbol. | 78 Never include "`" or "," (inside backquote) in a symbol. |
64 Allow dotted-pair dot after a character constant. | 79 Allow dotted-pair dot after a character constant. |
65 Allow "`" and "," (inside backquote) after a character constant. | 80 Allow "`" and "," (inside backquote) after a character constant. |
66 | 81 |
67 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 82 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
68 | 83 |
69 * gtkutil.c (xg_tool_bar_expose_callback): New function. | 84 * gtkutil.c (xg_tool_bar_expose_callback): New function. |
70 (xg_create_tool_bar): Force style of tool bar to be horizontal with | 85 (xg_create_tool_bar): Force style of tool bar to be horizontal with |
71 icons. Set name of tool bar to emacs-toolbar. | 86 icons. Set name of tool bar to emacs-toolbar. |
180 | 195 |
181 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify. | 196 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify. |
182 | 197 |
183 * xmenu.c (menu_position_func): Adjust menu popup position so that | 198 * xmenu.c (menu_position_func): Adjust menu popup position so that |
184 the menu is fully visible. | 199 the menu is fully visible. |
185 | |
186 | 200 |
187 2003-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 201 2003-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
188 | 202 |
189 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame) | 203 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame) |
190 (x_make_frame_invisible, x_wm_set_icon_position): Use | 204 (x_make_frame_invisible, x_wm_set_icon_position): Use |