Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 249:83b3d10dcba9 r20-5b23
Import from CVS: tag r20-5b23
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:19:09 +0200 |
| parents | e70b3a057e12 |
| children | 677f6a0ee643 |
comparison
equal
deleted
inserted
replaced
| 248:ad40ac2754d8 | 249:83b3d10dcba9 |
|---|---|
| 1 1998-02-01 Kyle Jones <kyle_jones@wonderworks.com> | |
| 2 | |
| 3 * redisplay.c (redisplay_window): After outputting | |
| 4 the window, invalidate its the line start cache if the | |
| 5 we're displaying the minibuffer window and the echo | |
| 6 area is active. The cache is only valid for the echo | |
| 7 area buffer, and that buffer isn't associated with the | |
| 8 minibuffer window anymore. | |
| 9 | |
| 10 1998-01-31 SL Baur <steve@altair.xemacs.org> | |
| 11 | |
| 12 * alloc.c (disksave_object_finalization): Additional checking for | |
| 13 sanity when zeroing out unused portions of string_chars_block's. | |
| 14 (Fpurecopy): Spelling fixes in comment. | |
| 15 (PURESIZE_SLOP): Set default slop to 0. | |
| 16 | |
| 17 1998-01-31 Kyle Jones <kyle_jones@wonderworks.com> | |
| 18 | |
| 19 * chartab.c (make_char_table): Initialize mirror | |
| 20 tables with Spunct in all the slots. Syntax table | |
| 21 initialization doesn't touch slots for nonexistent | |
| 22 characters sets. If character sets corresponding to | |
| 23 those slots are created later Qnil values in the slots | |
| 24 will cause crashes. | |
| 25 (copy_char_table_entry): Return copy not original. | |
| 26 | |
| 27 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk> | |
| 28 | |
| 29 * msw-proc.c: | |
| 30 * event-msw.h: | |
| 31 * event-msw.c: | |
| 32 * console-msw.h: | |
| 33 Deleted the first two and merged them into the last two files. | |
| 34 | |
| 35 * device-msw.c: | |
| 36 * event-msw.c: | |
| 37 * frame-msw.c: | |
| 38 Added file-based drag and drop support. The "System/Open" DDE command | |
| 39 is also implemented as if it were a drag and drop operation. | |
| 40 | |
| 41 * emacsfns.h: | |
| 42 * event-stream.c: | |
| 43 * events.c: | |
| 44 * events.h: | |
| 45 * frame.c: | |
| 46 * keymap.c: | |
| 47 Replaced all "#ifdef HAVE_OFFIX_DND" with | |
| 48 "#if defined(HAVE_OFFIX_DND) || defined(HAVE_MS_WINDOWS)" | |
| 49 | |
| 50 * device.h: Added DEVICE_MSWINDOWS_P and related macros. | |
| 51 | |
| 52 * objects-msw.c: | |
| 53 * select-msw.c: | |
| 54 Eliminated warnings. | |
| 55 | |
| 56 * redisplay-msw.c: Changed color of "dead" box between scrollbars | |
| 57 to windows' "button" color for compatibility with other windows apps. | |
| 58 | |
| 59 1998-01-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> | |
| 60 | |
| 61 * Makefile.in.in: move `rm puresize-adjust.h' from distclean | |
| 62 to mostlyclean | |
| 63 | |
| 64 1998-01-29 SL Baur <steve@altair.xemacs.org> | |
| 65 | |
| 66 * Makefile.in.in (dlopen.o): Add dependencies. | |
| 67 | |
| 68 * s/sunos4-0.h: Conditionalize use of broken-sun.h for old Gccs. | |
| 69 Suggested by Amir J Katz <amir@ndsoft.com> | |
| 70 | |
| 71 1998-01-28 SL Baur <steve@altair.xemacs.org> | |
| 72 | |
| 73 * faces.c (init_device_faces): This function can call lisp. | |
| 74 | |
| 75 1998-01-28 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 76 | |
| 77 * mule-coding.h: | |
| 78 * mule-coding.c: (determine_real_coding_system): removed the | |
| 79 static declaration to allow reuse. | |
| 80 | |
| 81 * md5.c (Fmd5): Rewrote to fully support MULE, as well as streamline | |
| 82 the code. | |
| 83 | |
| 84 * mule-ccl.c (ccl_driver): Set initial values of variables to shut up | |
| 85 the compiler and to give better error message if a quit happens before | |
| 86 any ccl_code is generated. | |
| 87 | |
| 88 1998-01-28 SL Baur <steve@altair.xemacs.org> | |
| 89 | |
| 90 * glyphs.c (allocate_glyph): This function can GC. | |
| 91 Wrap GCPRO around unprotected function calls. | |
| 92 (specifier_vars_of_glyphs): Comment change -- Can we GC here? | |
| 93 | |
| 1 1998-01-27 SL Baur <steve@altair.xemacs.org> | 94 1998-01-27 SL Baur <steve@altair.xemacs.org> |
| 95 | |
| 96 * lread.c (Fload_internal): Add extra GCPRO around call to | |
| 97 Fassoc. | |
| 98 Enable purespace usage counts always. | |
| 2 | 99 |
| 3 * m/powerpc.h: Isolate changes for mklinux from AIX. | 100 * m/powerpc.h: Isolate changes for mklinux from AIX. |
| 4 | 101 |
| 5 1998-01-27 Hrvoje Niksic <hniksic@srce.hr> | 102 1998-01-27 Hrvoje Niksic <hniksic@srce.hr> |
| 6 | 103 |
