Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:11:37 +0200 |
| parents | 1f50e6fe4f3f |
| children | 6719134a07c2 |
comparison
equal
deleted
inserted
replaced
| 393:2e030b8965b1 | 394:7d59cb494b73 |
|---|---|
| 1 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.2.12 is released | |
| 4 | |
| 5 1999-02-16 Kazuyuki IENAGA <ienaga@jsys.co.jp> | |
| 6 | |
| 7 * device-x.c: Support to find best visual without flashing. | |
| 8 | |
| 9 1999-03-02 Paul Keusemann <pkeusem@visi.com> | |
| 10 | |
| 11 * database.c (berkdb_map): Add flags argument to cursor call (must | |
| 12 be 0 according to docs) required for Berkeley DB 2.6.4 and later. | |
| 13 | |
| 14 1999-03-03 Martin Buchholz <martin@xemacs.org> | |
| 15 | |
| 16 * hash.c: | |
| 17 * hash.h: | |
| 18 General cleanup. Get free-hook.c working again. | |
| 19 Remove unused functions: | |
| 20 make_strings_hash_table, copy_hash, expand_hash_table. | |
| 21 | |
| 22 * malloc.c: | |
| 23 * mem-limits.h: | |
| 24 Always use new ANSI-style function prototypes. | |
| 25 | |
| 26 * unexalpha.c (unexec): Never use implicit int. | |
| 27 | |
| 28 * sgiplay.c (close_sound_file): | |
| 29 (play_sound_file): | |
| 30 (restore_audio_port): | |
| 31 (play_sound_data): | |
| 32 (audio_initialize): | |
| 33 (play_internal): | |
| 34 (drain_audio_port): | |
| 35 (write_mulaw_8_chunk): | |
| 36 (write_linear_chunk): | |
| 37 (write_linear_32_chunk): | |
| 38 (initialize_audio_port): | |
| 39 (open_audio_port): | |
| 40 (set_channels): | |
| 41 (set_output_format): | |
| 42 (adjust_audio_volume): | |
| 43 (get_current_volumes): | |
| 44 (parse_snd_header): | |
| 45 Always use new ANSI-style function prototypes. | |
| 46 Use unistd.h for missing prototypes. | |
| 47 | |
| 48 * unexelfsgi.c (round_up): | |
| 49 (find_section): | |
| 50 (unexec): Always use new ANSI-style function prototypes | |
| 51 | |
| 52 * elhash.c (struct Lisp_Hash_Table): rename golden to golden_ratio | |
| 53 | |
| 54 * console.h (struct console_methods): Always use full ANSI prototypes | |
| 55 | |
| 56 * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes | |
| 57 | |
| 58 1999-03-02 Andy Piper <andy@xemacs.org> | |
| 59 | |
| 60 * event-stream.c (init_event_stream): make sure native mswindows | |
| 61 gets an appropriate event loop. | |
| 62 | |
| 63 1999-02-22 Andy Piper <andy@xemacs.org> | |
| 64 | |
| 65 * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather | |
| 66 than SW_SHOWNORMAL to prevent resizing of maximised frames. | |
| 67 (mswindows_raise_frame): remove comment. | |
| 68 | |
| 1 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | 69 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 2 | 70 |
| 3 * XEmacs 21.2.11 is released | 71 * XEmacs 21.2.11 is released |
| 4 | 72 |
| 5 1999-02-25 SL Baur <steve@xemacs.org> | 73 1999-02-25 SL Baur <steve@xemacs.org> |
| 10 (syms_of_mule_charset): Initialize it. | 78 (syms_of_mule_charset): Initialize it. |
| 11 From Kazuyuki IENAGA <ienaga@jsys.co.jp> | 79 From Kazuyuki IENAGA <ienaga@jsys.co.jp> |
| 12 | 80 |
| 13 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp> | 81 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp> |
| 14 | 82 |
| 15 * glyphs-x.c (cononvert_EImage_to_XImage): correct | 83 * glyphs-x.c (cononvert_EImage_to_XImage): correct |
| 16 bytes per pixel counting. | 84 bytes per pixel counting. |
| 17 | 85 |
| 18 1999-02-15 Andy Piper <andy@xemacs.org> | 86 1999-02-15 Andy Piper <andy@xemacs.org> |
| 19 | 87 |
| 20 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes | 88 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes |
| 34 | 102 |
| 35 * XEmacs 21.2.10 is released | 103 * XEmacs 21.2.10 is released |
| 36 | 104 |
| 37 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu> | 105 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu> |
| 38 | 106 |
| 39 * process-nt.c (nt_send_process): | 107 * process-nt.c (nt_send_process): |
| 40 Fix for process-send-region/process-send-string breaking when size | 108 Fix for process-send-region/process-send-string breaking when size |
| 41 of the input > 128 chars: change maximum chunk size for process | 109 of the input > 128 chars: change maximum chunk size for process |
| 42 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer | 110 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer |
| 43 succeeds. | 111 succeeds. |
| 44 | 112 |
| 49 1999-01-30 Martin Buchholz <martin@xemacs.org> | 117 1999-01-30 Martin Buchholz <martin@xemacs.org> |
| 50 | 118 |
| 51 * bytecode.c (funcall_compiled_function): Call | 119 * bytecode.c (funcall_compiled_function): Call |
| 52 UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY. | 120 UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY. |
| 53 | 121 |
| 54 * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY): | 122 * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY): |
| 55 #ifdef 0 out unused macro. | 123 #ifdef 0 out unused macro. |
| 56 | 124 |
| 57 1999-01-27 Martin Buchholz <martin@xemacs.org> | 125 1999-01-27 Martin Buchholz <martin@xemacs.org> |
| 58 | 126 |
| 59 * gui.c (gui_parse_item_keywords_internal): Make static. | 127 * gui.c (gui_parse_item_keywords_internal): Make static. |
| 88 | 156 |
| 89 1999-01-17 Gunnar Evermann <ge204@eng.cam.ac.uk> | 157 1999-01-17 Gunnar Evermann <ge204@eng.cam.ac.uk> |
| 90 | 158 |
| 91 * glyphs-eimage.c (gif_instantiate): Correct handling of | 159 * glyphs-eimage.c (gif_instantiate): Correct handling of |
| 92 interlaced gifs to avoid writing past the end of the eimage | 160 interlaced gifs to avoid writing past the end of the eimage |
| 93 buffer. | 161 buffer. |
| 94 | 162 |
| 95 1999-01-13 Hrvoje Niksic <hniksic@srce.hr> | 163 1999-01-13 Hrvoje Niksic <hniksic@srce.hr> |
| 96 | 164 |
| 97 * search.c (Freplace_match): Handle single backslash at end of | 165 * search.c (Freplace_match): Handle single backslash at end of |
| 98 NEWTEXT correctly. | 166 NEWTEXT correctly. |
| 187 * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of | 255 * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of |
| 188 hard-coding the library name. | 256 hard-coding the library name. |
| 189 | 257 |
| 190 1999-01-01 <martin@xemacs.org> | 258 1999-01-01 <martin@xemacs.org> |
| 191 | 259 |
| 192 * device-x.c (Fx_set_font_path): | 260 * device-x.c (Fx_set_font_path): |
| 193 Add proper cast to permit compilation under C++. | 261 Add proper cast to permit compilation under C++. |
| 194 | 262 |
| 195 * buffer.c (directory_is_current_directory): | 263 * buffer.c (directory_is_current_directory): |
| 196 Add proper casts to permit compilation under C++. | 264 Add proper casts to permit compilation under C++. |
| 197 | 265 |
| 198 1998-12-30 Damon Lipparelli <lipp@primus.com> | 266 1998-12-30 Damon Lipparelli <lipp@primus.com> |
| 199 | 267 |
| 200 * event-msw.c (mswindows_wnd_proc): | 268 * event-msw.c (mswindows_wnd_proc): |
| 201 Fixed failure when building with MSVC 5. | 269 Fixed failure when building with MSVC 5. |
| 202 | 270 |
| 203 1998-12-29 Martin Buchholz <martin@xemacs.org> | 271 1998-12-29 Martin Buchholz <martin@xemacs.org> |
| 204 | 272 |
| 205 * file-coding.c (decode_coding_iso2022): | 273 * file-coding.c (decode_coding_iso2022): |
| 206 - Prevent crash when decoding ISO7/Lock detected files | 274 - Prevent crash when decoding ISO7/Lock detected files |
| 207 - the usual martin fiddling | 275 - the usual martin fiddling |
| 208 | 276 |
| 209 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk> | 277 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk> |
| 210 | 278 |
| 213 Fixed failures when building with MSVC. | 281 Fixed failures when building with MSVC. |
| 214 * unexnt.c (dump_bss_and_heap): | 282 * unexnt.c (dump_bss_and_heap): |
| 215 Removed compiler warning by removing bss_data variable. | 283 Removed compiler warning by removing bss_data variable. |
| 216 | 284 |
| 217 1998-12-18 Jim Radford <radford@robby.caltech.edu> | 285 1998-12-18 Jim Radford <radford@robby.caltech.edu> |
| 218 | 286 |
| 219 * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions | 287 * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions |
| 220 so that packages that distribute their own fonts can access them. | 288 so that packages that distribute their own fonts can access them. |
| 221 | 289 |
| 222 1998-12-28 Andy Piper <andy@xemacs.org> | 290 1998-12-28 Andy Piper <andy@xemacs.org> |
| 223 | 291 |
| 270 | 338 |
| 271 * XEmacs 21.2.8 is released. | 339 * XEmacs 21.2.8 is released. |
| 272 | 340 |
| 273 1998-12-28 Martin Buchholz <martin@xemacs.org> | 341 1998-12-28 Martin Buchholz <martin@xemacs.org> |
| 274 | 342 |
| 275 * editfns.c (get_home_directory): | 343 * editfns.c (get_home_directory): |
| 276 (user-home-directory): Simplify. | 344 (user-home-directory): Simplify. |
| 277 | 345 |
| 278 | 346 |
| 279 * callproc.c (child_setup): | 347 * callproc.c (child_setup): |
| 280 - Environment variables were being passed to inferior processes | 348 - Environment variables were being passed to inferior processes |
| 281 using internal encoding. | 349 using internal encoding. |
| 282 - Convert to external encoding. | 350 - Convert to external encoding. |
| 283 - Rename local var `tem' to better name `tail'. | 351 - Rename local var `tem' to better name `tail'. |
| 284 - Use Flength instead of `manual' calculation. | 352 - Use Flength instead of `manual' calculation. |
| 290 - Fix up parameter names to correspond to docstrings. | 358 - Fix up parameter names to correspond to docstrings. |
| 291 - Don't use `bufname' when a buffer will do as well. | 359 - Don't use `bufname' when a buffer will do as well. |
| 292 - Remove one unneeded GCPRO. | 360 - Remove one unneeded GCPRO. |
| 293 | 361 |
| 294 * buffer.h (initial_directory): | 362 * buffer.h (initial_directory): |
| 295 * buffer.c (init_initial_directory): | 363 * buffer.c (init_initial_directory): |
| 296 - use correct conversions between internal and external format. | 364 - use correct conversions between internal and external format. |
| 297 (directory_is_current_directory): new function | 365 (directory_is_current_directory): new function |
| 298 (init_buffer): convert initial_directory to internal format. | 366 (init_buffer): convert initial_directory to internal format. |
| 299 - solve crashes when current working directory is non-ASCII. | 367 - solve crashes when current working directory is non-ASCII. |
| 300 | 368 |
| 303 (xrealloc): | 371 (xrealloc): |
| 304 - remove stupid casts, since XEmacs requires an ANSI C system. | 372 - remove stupid casts, since XEmacs requires an ANSI C system. |
| 305 (lrecord_type_index): replace abort() with more readable assert(). | 373 (lrecord_type_index): replace abort() with more readable assert(). |
| 306 | 374 |
| 307 (reset_lcrecord_stats): remove. | 375 (reset_lcrecord_stats): remove. |
| 308 (sweep_lcrecords_1): | 376 (sweep_lcrecords_1): |
| 309 - replace call to reset_lcrecord_stats() with call to xzero(). | 377 - replace call to reset_lcrecord_stats() with call to xzero(). |
| 310 | 378 |
| 311 1998-12-27 Martin Buchholz <martin@xemacs.org> | 379 1998-12-27 Martin Buchholz <martin@xemacs.org> |
| 312 | 380 |
| 313 * process-unix.c (unix_create_process): | 381 * process-unix.c (unix_create_process): |
