Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | b2046b8c83c9 |
children | 8429d81ab209 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 13 10:53:20 2007 +0200 +++ b/src/ChangeLog Mon Aug 13 10:53:48 2007 +0200 @@ -1,3 +1,129 @@ +1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.1.3 is released + +1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org> + + * XEmacs 21.1.3 is released + +1999-06-26 SL Baur <steve@miho.m17n.org> + + * lisp.h (set_bit_vector_bit): Force promotion to unsigned long + int (fixes a 64-bit problem). + +1999-06-16 Jan Vroonhof <vroonhof@math.ethz.ch> + + * event-Xt.c (emacs_Xt_unselect_console): Guard against + unselecting the GPM connection twice when using gnuattach on the + linux console. + +1999-06-14 Adrian Aichner <aichner@ecf.teradyne.com> + + * src/ntproc.c: include buffer.h. + +1999-06-13 MORIOKA Tomohiko <tomo@etl.go.jp> + + * mule-charset.c (complex_vars_of_mule_charset): Registry of + japanese-jisx0208-1978 should not match with "jisx0208.1983" nor + "jisc6226.1983". + +1999-06-13 SL Baur <steve@steve1.m17n.org> + + * symsinit.h: Declare vars_of_ntproc. + * emacs.c (main_1): Call it. + + * ntproc.c (syms_of_ntproc): Move variable initializations from + here ... + (vars_of_ntproc): ... to here [new function]. + + * file-coding.c (syms_of_file_coding): Rename. + (vars_of_file_coding): Ditto. + (complex_vars_of_file_coding): Ditto. + + * symsinit.h: Rename *_mule_coding to *_file_coding. + + * emacs.c (main_1): Call them by the proper name. + + * device-msw.c (syms_of_device_mswindows): Move variable + initializations from here ... + (vars_of_device_mswindows): ... to here. + + * chartab.c (vars_of_chartab): New function. + + * symsinit.h: New function, vars_of_chartab. + + * emacs.c (main_1): Call it. + + * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ... + (vars_of_mule_canna): ... to here. + + * mule-ccl.c (vars_of_mule_ccl): New function. Move variable + initializations out of syms_of_mule_ccl. + + * symsinit.h: Declare new function vars_of_mule_ccl. + + * emacs.c (main_1): Call it. + +1999-06-13 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp> + + * frame.c (Fset_mouse_position): + (Fset_mouse_pixel_position): + * window.c (Fsplit_window): + (Fmove_to_window_line): + Fix crash when invoking functions with an already-deleted window + argument. + + * indent.c (vertical_motion_1): + (vmotion_pixels): + (Fvertical_motion_pixels): + * window.c (Fwindow_displayed_text_pixel_height): + Fix error message when invoking functions with an already-deleted + window argument. + +1999-06-13 Jan Vroonhof <vroonhof@math.ethz.ch> + + * src/sysdep.c (request_sigio_on_device): Guard against glibc + 2.1's stub streams implementation. + +1999-06-12 Kyle Jones <kyle_jones@wonderworks.com> + + * src/extents.c (splice_in_string_extents_mapper): + Don't return without copying the extent if the + start and end positions are the same. + +1999-06-12 Kyle Jones <kyle_jones@wonderworks.com> + + * src/fileio.c (Fwrite_region_internal): Return to 20.4 + behavior of always retrieving the file's modtime after + the file is closed. This is to avoid "file has changed + on disk" problems on systems that set the file's + modification time when it is closed instead of when the + last write() call returns. + +1999-06-12 Hrvoje Niksic <hniksic@srce.hr> + + * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and + ARG2. + +1999-06-12 Andy Piper <andy@xemacs.org> + + * ntproc.c (sys_spawnve): fix GCPRO/MULE filename bug. Share emacs + console by default. + + * symsinit.h: declare syms_of_ntproc(); + + * emacs.c (main_1): call syms_of_ntproc() when windows. + +1999-06-12 Jerry James <jerry@cs.ucsb.edu> + + * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before + using it. + +1999-06-12 Martin Buchholz <martin@xemacs.org> + + * lread.c (read_escape): Make hex escapes read only two hex + digits. + 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> * XEmacs 21.1.2 is released