Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:21:54 +0200 |
| parents | 48d667d6f17f |
| children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
| 113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
|---|---|
| 1 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * Makefile.in.in: strip inline.o. | |
| 4 | |
| 5 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu> | |
| 6 | |
| 7 * fileio.c (call2_check_string_or_nil): New function. | |
| 8 (Ffile_name_directory): Use it. | |
| 9 (Fsubstitute_in_file_name): Use it. | |
| 10 | |
| 11 * fileio.c (Fexpand_file_name): GC protect against file handlers. | |
| 12 (Fdelete_file): ditto | |
| 13 (Ffile_writable_p): ditto | |
| 14 (Ffile_directory_p): ditto | |
| 15 (Ffile_regular_p): ditto | |
| 16 (Fset_file_modes): ditto | |
| 17 (Ffile_newer_than_file_p): ditto | |
| 18 (Fset_visited_file_modtime): ditto | |
| 19 | |
| 20 *fileio.c (Ffile_truename): Unneccessary GC protection. | |
| 21 (Fdelete_directory): Fix broken caller-must-GC-protect call. | |
| 22 | |
| 23 * filelock.c (lock_file): New comments warning that this function | |
| 24 may kill the current buffer. | |
| 25 (unlock_file): ditto | |
| 26 (Flock_buffer): ditto | |
| 27 (Funlock_buffer): ditto | |
| 28 (unlock_buffer): ditto | |
| 29 | |
| 30 * filelock.c (unlock_all_files): GC protect against unlock_file | |
| 31 killing random buffers. | |
| 32 | |
| 33 * buffer.c (Fkill_buffer): GC protect against unlock_file killing | |
| 34 the buffer. | |
| 35 | |
| 36 * insdel.c (prepare_to_modify_buffer): GC protect against | |
| 37 lock_file() killing the buffer. | |
| 38 | |
| 39 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 40 | |
| 41 * mule-coding.c (vars_of_mule_coding): Add | |
| 42 enable-multibyte-characters for MULE compatibility. | |
| 43 | |
| 44 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 45 | |
| 46 * glyphs-x.c: Implement a dummy function to insert a fake EOI | |
| 47 marker if called. Based on code from William Perry. | |
| 48 | |
| 49 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 50 | |
| 51 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive | |
| 52 expansion of submenus via :filter expansion. | |
| 53 | |
| 54 * glyphs-x.c (x_print_image_instance): Move define of | |
| 55 HAVE_SUBWINDOWS to glyphs-x.h. | |
| 56 (our_skip_input_data): Implement with some error checking based on | |
| 57 patch by Dominic Froud. | |
| 58 | |
| 59 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from | |
| 60 barfing. | |
| 61 | |
| 62 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 63 | |
| 64 * glyphs-x.c: Strip unimplemented subwindows code. | |
| 65 | |
| 1 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu> | 66 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu> |
| 2 | 67 |
| 3 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the | 68 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the |
| 4 first image out of a multi-image or animated gif. | 69 first image out of a multi-image or animated gif. |
| 5 | 70 |
