Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:15:48 +0200 |
| parents | 85a06df23a9a |
| children | f955c73f5258 |
comparison
equal
deleted
inserted
replaced
| 238:b5f2e56b938d | 239:41f2f0e326e9 |
|---|---|
| 1 Sat Jan 10 11:36:11 1998 <andyp@parallax.co.uk> | |
| 2 | |
| 3 * config.h.in: undef HAVE_SYS_UN_H so that it gets defined by | |
| 4 configure for gnuserv with UNIX_DOMAIN_SOCKETS. | |
| 5 | |
| 6 1998-01-09 SL Baur <steve@altair.xemacs.org> | |
| 7 | |
| 8 * buffer.c (reset_buffer_local_variables): Synch case-table | |
| 9 resetting stuffs from Emacs 20.2. | |
| 10 Suggested by Aki Vehtari <Aki.Vehtari@hut.fi> | |
| 11 | |
| 12 * src/symbols.c (Fsetq_default): Fix docstring. | |
| 13 From Didier Verna <verna@inf.enst.fr> | |
| 14 | |
| 15 1998-01-07 Kirill M. Katsnelson <kkm@kis.ru> | |
| 16 | |
| 17 * msw-proc.c (mswindows_wnd_proc): Calls to redisplay() from out | |
| 18 of WM_SIZE handler limited to the case of dragging frame borders. | |
| 19 | |
| 20 * redisplay-msw.c (mswindows_bevel_modeline): Added support for | |
| 21 negative modeline height. | |
| 22 (mswindows_output_cursor): Added bar cursor drawing | |
| 23 (mswindows_flash): Flash frame by inverting client area. | |
| 24 | |
| 25 1998-01-08 Andy Piper <andyp@parallax.co.uk> | |
| 26 | |
| 27 * lread.c: guess load path if its not set just like the dumped | |
| 28 version does. | |
| 29 | |
| 30 * doc.c: guess doc path if its not set just like the dumped | |
| 31 version does | |
| 32 | |
| 33 Thu Jan 08 09:42:36 1998 Andy Piper <andyp@parallax.co.uk> | |
| 34 | |
| 35 * emacs.c: don't load loadup.el when CANNOT_DUMP is set, this | |
| 36 is almost never right on XEmacs. | |
| 37 | |
| 38 * s/cygwin32.h: add comments about how to buid. Move some | |
| 39 variables into configure so that we don't have to set them. | |
| 40 | |
| 41 * config.h.in: define HAVE_WINDOW_SYSTEM if HAVE_MS_WINDOWS is | |
| 42 set. | |
| 43 | |
| 44 1998-01-06 Kirill M. Katsnelson <kkm@kis.ru> | |
| 45 | |
| 46 * lread.c (Fload_internal): On Win32, this reopened the file | |
| 47 without first closing the handle. This caused running out of | |
| 48 handles. | |
| 49 | |
| 50 * nt.c (sys_open): This one made big mess when opening a handle | |
| 51 next after MAXDESC-1. Fixed. | |
| 52 | |
| 53 1998-01-06 Kirill M. Katsnelson <kkm@kis.ru> | |
| 54 | |
| 55 * objects-msw.c (mswindows_string_to_color): Patched not to modify | |
| 56 const char* parameter. | |
| 57 (hexval): Modified to accept uppercase hex digits. | |
| 58 | |
| 59 * ntproc.c (sys_spawnve): char* arguments made CONST, to comply | |
| 60 with standard header declaration. | |
| 61 | |
| 62 * sysdep.c: Fixed ugly prototypes copied from system headers. Who | |
| 63 says the solution is as ugly, is right. | |
| 64 Added a couple of #include directives to avoid undefined functions. | |
| 65 (struct save_signal): Added parameter to function pointer | |
| 66 prototype when compiled under ANSI C. | |
| 67 (save_signal_handlers): Ditto | |
| 68 | |
| 69 * s/windowsnt.h: Added prototypes for functions defined via | |
| 70 sys_<name> which are not found or differ on Win32: pipe, sleep, | |
| 71 spawnve, wait, kill | |
| 72 Macros created from former nt.c functions: random srandom setpgrp | |
| 73 Defined HAVE_STRCASECMP, and strcasecmp defined to _stricmp which | |
| 74 is provided by the compiler. | |
| 75 Removed hack which prevented winsock.h from including. | |
| 76 | |
| 77 * nt.c (random): Removed and made a macro in s/windowsnt.h | |
| 78 (srandom): Ditto | |
| 79 (setpgrp): Ditto | |
| 80 (unrequest_sigio): #if0'ed. It is unreferenced; in XEmacs, calls | |
| 81 to it seem to be controlled by HAVE_SIGIO. | |
| 82 (request_sigio): Ditto | |
| 83 | |
| 84 * nt.h: Removed FD_* macros. Rely on definitions in winsock.h. | |
| 85 Changed EMACSDEBUG references to DEBUG_XEMACS | |
| 86 | |
| 87 * event-msw.c (mswindows_cancel_dispatch_event): Returns Qnil when | |
| 88 event not found in the queue. Used to return undefined value. | |
| 89 | |
| 90 1998-01-07 SL Baur <steve@altair.xemacs.org> | |
| 91 | |
| 92 * emacs.c (main_1): Add `-no-autoloads' to suppress loading | |
| 93 autoloads at startup. | |
| 94 | |
| 95 * Makefile.in.in (xemacs): Fix call to list load-path shadows. | |
| 96 | |
| 1 1998-01-02 Charles G. Waldman <cgw@pgt.com> | 97 1998-01-02 Charles G. Waldman <cgw@pgt.com> |
| 2 | 98 |
| 3 * frame.h: fix erroneous FRAME_RIGHT_BORDER_START macro. | 99 * frame.h: fix erroneous FRAME_RIGHT_BORDER_START macro. |
| 4 Corrects display glitch when toolbar is on the right. | 100 Corrects display glitch when toolbar is on the right. |
| 5 | 101 |
