Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:57:55 +0200 |
| parents | 4711e16a8e49 |
| children | 7347b34c275b |
comparison
equal
deleted
inserted
replaced
| 358:fed6e0f6a03a | 359:8e84bee8ddd0 |
|---|---|
| 1 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.1.9 is released | |
| 4 | |
| 5 2000-02-09 Andy Piper <andy@xemacs.org> | |
| 6 | |
| 7 * objects-msw.c (Fmswindows_shell_execute): make industrial | |
| 8 strength. | |
| 9 | |
| 10 2000-02-06 Vin Shelton <acs@xemacs.org> | |
| 11 | |
| 12 * menubar-x.c (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to | |
| 13 HAVE_SESSION in order to fix popup menu location. | |
| 14 | |
| 15 2000-02-04 Andy Piper <andy@xemacs.org> | |
| 16 | |
| 17 * objects-msw.c (Fmswindows_shell_execute): Add from Emacs. From | |
| 18 Fabrice Popineau. | |
| 19 | |
| 20 2000-01-25 Martin Buchholz <martin@xemacs.org> | |
| 21 | |
| 22 * lread.c (read_bit_vector): Fix memory leak reading literal bit | |
| 23 vectors. | |
| 24 | |
| 25 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 26 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process | |
| 27 instead of a Lisp_Object as argument to make it consistent with | |
| 28 the other LIVE_P macros. | |
| 29 (CHECK_LIVE_PROCESS): New macro. | |
| 30 | |
| 31 * process.c: Declare Qprocess_live_p. | |
| 32 (Fprocess_live_p): New function. | |
| 33 (create_process): Use PROCESS_LIVE_P. | |
| 34 (read_process_output): Ditto. | |
| 35 (set_process_filter): Ditto. | |
| 36 (Fdelete_process): Ditto. | |
| 37 (kill_buffer_processes): Ditto | |
| 38 (process_send_signal): Use CHECK_LIVE_PROCESS. | |
| 39 (Fprocess_input_coding_system): Check whether process is still | |
| 40 alive (fix PR#1061). | |
| 41 (Fprocess_output_coding_system): Ditto. | |
| 42 (Fprocess_coding_system): Ditto. | |
| 43 (Fset_process_input_coding_system): Ditto. | |
| 44 (Fset_process_output_coding_system): Ditto. | |
| 45 | |
| 46 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
| 47 | |
| 48 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring. | |
| 49 | |
| 50 2000-01-11 Mike Woolley <mike@bulsara.com> | |
| 51 | |
| 52 * ntheap.c: Reduced the reserved heap space from 1Gb down to | |
| 53 256Mb, as a workaround for the non-starting problem many people | |
| 54 have experienced. | |
| 55 | |
| 56 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org> | |
| 57 | |
| 58 * buffer.c (Fbury_buffer): Add directions to the docstring. | |
| 59 | |
| 60 1999-12-08 Adrian Aichner <aichner@ecf.teradyne.com> | |
| 61 | |
| 62 * s\windowsnt.h (DIRECTORY_SEP): Initialize from | |
| 63 `Vdirectory_sep_char'. | |
| 64 | |
| 65 * lisp.h: Add declaration for `Vdirectory_sep_char' to allow | |
| 66 customization of `DIRECTORY_SEP' under native Windows NT. | |
| 67 | |
| 68 1999-12-09 Adrian Aichner <aichner@ecf.teradyne.com> | |
| 69 | |
| 70 * sysfile.h: Encapsulate `fstat' for Windows NT. | |
| 71 | |
| 72 * sysdep.c (endif): Use `warn_when_safe'. | |
| 73 (sys_fstat): Encapsulate `fstat' for Windows NT. | |
| 74 | |
| 75 * nt.c (fstat): New encapsulation function for Windows NT. | |
| 76 Fix somes typos throughout file. | |
| 77 | |
| 78 * callproc.c (call_process_cleanup): Use `warn_when_safe'. | |
| 79 | |
| 80 1999-12-06 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 81 | |
| 82 * src/syntax.h (SYNTAX_START_P): Check whether the two chars | |
| 83 actually can start a common comment type. | |
| 84 * src/syntax.h (SYNTAX_END_P): ditto for end. | |
| 85 | |
| 86 2000-02-06 Vin Shelton <acs@xemacs.org> | |
| 87 | |
| 88 * menubar-x (make_dummy_xbutton_event): Change HAVE_WMCOMMAND to | |
| 89 HAVE_SESSION in order to fix popup menu location. | |
| 90 | |
| 91 1999-12-28 Max Matveev <max@melbourne.sgi.com> | |
| 92 | |
| 93 * unexelfsgi.c (unexec): Change the way we decide which segment | |
| 94 should be extended. | |
| 95 | |
| 96 Assumption that .bss section should be outside the PT_LOADable | |
| 97 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if | |
| 98 it's present) is inside the 'data' segment. This would fail the | |
| 99 test which was used to find a segment to grow and cover new | |
| 100 heap. Instead of this assumption, I created another one - on IRIX | |
| 101 the segment to grow should start below .bss and it's address | |
| 102 should extent above the end of .bss. Once this segment is | |
| 103 identified, it's grown to accommodate the new heap and new | |
| 104 zero-length .bss section is added at the end of .data2. | |
| 105 | |
| 106 1999-12-05 Kazuyuki IENAGA <kazz@imasy.or.jp> | |
| 107 | |
| 108 * input-method-xlib.c: Added new lisp object Qxim_xlib. | |
| 109 New macro xim_warn(str), xim_warn1(fmt,str) and xim_info(str). | |
| 110 All the valid stderr_out were changed to those macros. | |
| 111 (IMDestroyCallback): Don't test the XIC if the frame is not X | |
| 112 frame. | |
| 113 (IMInstantiateCallback): Treat the client_data as "device" not | |
| 114 "frame" because the caller changed from frame to device. | |
| 115 Here initializes XIM and activates XICs for each frame which | |
| 116 doesn't have XIC. | |
| 117 (XIM_init_device): Register the XIM instantiation callback which | |
| 118 had been performed by XIM_init_frame() before. When the system | |
| 119 runs X11R5, we just do XOpenIM(). | |
| 120 (XIM_delete_frame): Added a test for the XIM before clearing XIC. | |
| 121 (XIM_init_frame): Placed an actual code for XIC activation which | |
| 122 was moved from IMInstantiateCallback. | |
| 123 (syms_of_input_method_xlib): New function which includes a symbol | |
| 124 Qxim_xlib that uses in emacs.c. | |
| 125 | |
| 126 * emacs.c: Added a function entry "syms_of_input_method_xlib" for | |
| 127 input_method_xlib. | |
| 128 | |
| 129 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
| 130 | |
| 131 * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed | |
| 132 duplicate definition of ElfW. | |
| 133 (find_section): Copied from unexsgi.c. | |
| 134 (unexec): Use find_section. Adjust whitespace. Initialize | |
| 135 new_data2_offset based on old_data, not sbss (this fixes a | |
| 136 bug on IRIX6). Change #ifdef __mips to __sgi, since it's | |
| 137 IRIX-specific. Removed .got special-case in definitive, but | |
| 138 put back .lit4 and .lit8. Adjust test for presence of .mdebug | |
| 139 section to the new return value of find_section. | |
| 140 | |
| 141 1999-12-03 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 142 | |
| 143 * src/callproc.c (Fcall_process_internal): Be careful in writing | |
| 144 terminating null when copying args. nargs can be < 4. | |
| 145 Idea from Klaus Frank <klausf@i3.informatik.rwth-aachen.de> | |
| 146 | |
| 147 1999-12-03 Mike Alexander <mta@arbortext.com> | |
| 148 | |
| 149 * fileio.c: Make directory-sep-char work on Windows. | |
| 150 | |
| 151 1999-12-03 Eric Darve <darve@crocco.stanford.edu> | |
| 152 | |
| 153 * abbrev.c(abbrev_oblookup): moved a few lines in subroutine | |
| 154 abbrev_oblookup(...). Checking whether wordend <= wordstart (line | |
| 155 225) was moved out of the "if" block. This way this condition is | |
| 156 checked in all cases. | |
| 157 | |
| 158 1999-12-03 Robert Pluim <rpluim@bigfoot.com> | |
| 159 | |
| 160 * emacs.c (shut_down_emacs): Point users to PROBLEMS file | |
| 161 | |
| 162 1999-12-03 Mike Alexander <mta@arbortext.com> | |
| 163 | |
| 164 * process-nt: Get MKS Korn shell to work. | |
| 165 | |
| 166 1999-11-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 167 | |
| 168 * mule-charset.c (non_ascii_valid_charptr_p): Check if | |
| 169 private charset is defined. Avoid the gap between | |
| 170 LEADING_BYTE_LATIN_JISX0201 and LEADING_BYTE_CYRILLIC_ISO8859_5. | |
| 171 | |
| 1 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org> | 172 1999-11-02 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 2 | 173 |
| 3 * XEmacs 21.1.8 is released | 174 * XEmacs 21.1.8 is released |
| 4 | 175 |
| 5 1999-11-01 Andy Piper <andy@xemacs.org> | 176 1999-11-01 Andy Piper <andy@xemacs.org> |
