Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 217:d44af0c54775 r20-4b7
Import from CVS: tag r20-4b7
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:08:34 +0200 |
| parents | 1f0dabaa0855 |
| children | 262b8bb4a523 |
comparison
equal
deleted
inserted
replaced
| 216:43306a74e31c | 217:d44af0c54775 |
|---|---|
| 1 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com> | |
| 2 | |
| 3 * src/keymap.c (munging_key_map_event_binding): Don't do | |
| 4 the meta char hack when processing key-translation-map. | |
| 5 Return nil if the map to be processed (function-key-map | |
| 6 or key-translation-map) is not a keymap. | |
| 7 | |
| 8 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
| 9 | |
| 10 * device-msw.c: Turn on italic flag if appropriate | |
| 11 * objects-msw.c: Set device-class to color. | |
| 12 From Jeff Sparkes <jsparkes@internetivity.com> | |
| 13 | |
| 14 * glyphs-x.c: Should include <magick/magick.h> since that is what | |
| 15 is autodetected by configure. | |
| 16 | |
| 17 1997-11-26 SL Baur <steve@altair.xemacs.org> | |
| 18 | |
| 19 * events.c (Fmake_event): correct type bug. | |
| 20 From Colin Rafferty <craffert@ml.com> | |
| 21 | |
| 22 1997-11-26 Kyle Jones <kyle_jones@wonderworks.com> | |
| 23 | |
| 24 * lisp-disunion.h (VALMASK): Use 1UL instead of 1L to | |
| 25 shut up Sun's niggling compiler warnings about integer | |
| 26 overflow. | |
| 27 | |
| 28 * print.c (Fprin1_to_string): Don't change and | |
| 29 restore the current buffer; no buffer change is needed | |
| 30 to accomplish the task. | |
| 31 | |
| 32 1997-11-23 Jeff Miller <jmiller@smart.net> | |
| 33 | |
| 34 * Makefile.in.in removed energize support | |
| 35 * buffer.c removed energize support | |
| 36 * config.h.in removed energize support | |
| 37 * console-x.h removed energize support | |
| 38 * doc.c removed energize support | |
| 39 * emacs.c removed energize support | |
| 40 * extents.c removed energize support | |
| 41 * extents.h removed energize support | |
| 42 * frame-x.c removed energize support | |
| 43 * gui-x.c removed energize support | |
| 44 * menubar-x.c removed energize support | |
| 45 * process.c removed energize support | |
| 46 * puresize.h removed energize support | |
| 47 * symsinit.h removed energize support | |
| 48 * sysproc.h removed energize support | |
| 49 * syssignal.h removed energize support | |
| 50 * undo.c removed energize support | |
| 51 * window.c removed energize support | |
| 52 | |
| 53 * energize.c removed | |
| 54 * energize.h removed | |
| 55 | |
| 56 1997-11-23 Kyle Jones <kyle_jones@wonderworks.com> | |
| 57 | |
| 58 * faces.c (face_property_was_changed): Don't call | |
| 59 update_faces_inheritance, it isn't needed. | |
| 60 | |
| 61 1997-11-22 Kyle Jones <kyle_jones@wonderworks.com> | |
| 62 | |
| 63 * redisplay-x.c (x_flash): Flash the root window | |
| 64 area instead of the entire frame area. | |
| 65 | |
| 66 * frame.h: Added echo_area_garbaged field to frame | |
| 67 struct. | |
| 68 | |
| 69 * frame.c (change_frame_size_1): Set the | |
| 70 echo_area_garbaged flag in a frame that has been | |
| 71 resized. | |
| 72 | |
| 73 * redisplay.c (redisplay_frame): Clear echo_area_garbaged | |
| 74 flag on frame after displaying the frame. | |
| 75 | |
| 76 (Fredisplay_echo_area): Clear echo_area_garbaged | |
| 77 flag on frame after displaying in echo area. | |
| 78 | |
| 79 * redisplay.c: Added hscroll_glyph_width_adjust field | |
| 80 to position_redisplay_data_type struct. | |
| 81 | |
| 82 (add_hscroll_rune): Compute the difference in width | |
| 83 between the hscroll glyph and a canonical space; store | |
| 84 it in data->hscroll_glyph_width_adjust. | |
| 85 | |
| 86 (create_text_block): In tab field computation, adjust | |
| 87 left margin to account for the difference between the | |
| 88 width of the hscroll glyph and the width of a canonical | |
| 89 space. | |
| 90 | |
| 1 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com> | 91 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com> |
| 2 | 92 |
| 3 * Emacs.ad: Change uses of Gray75 to Gray80. | 93 * Emacs.ad: Change uses of Gray75 to Gray80. |
| 4 Don't set modeline colors here. | 94 Don't set modeline colors here. |
| 5 | 95 |
