diff options
| author | Juanma Barranquero | 2003-02-21 08:08:03 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-21 08:08:03 +0000 |
| commit | 92a8ce635ffdbe91a870fa2fb4cff76150f16984 (patch) | |
| tree | acd5bb527e8fd44509d4819a28a1298798ced289 /src | |
| parent | b023c8d38b19eb290b59c1b8ade60b039e20d950 (diff) | |
| download | emacs-92a8ce635ffdbe91a870fa2fb4cff76150f16984.tar.gz emacs-92a8ce635ffdbe91a870fa2fb4cff76150f16984.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 084535160d2..2f13a3f625a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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 |
| @@ -63,7 +78,7 @@ | |||
| 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. |
| @@ -182,7 +197,6 @@ | |||
| 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 | ||