Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5093:33bc58a32dc2
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Wed, 03 Mar 2010 05:19:49 -0600 |
| parents | 0ca81354c4c7 3aa3888729c3 |
| children | ebee7d1e58bd |
comparison
equal
deleted
inserted
replaced
| 5090:0ca81354c4c7 | 5093:33bc58a32dc2 |
|---|---|
| 59 Add some #### GEOM! comments where I think code is incorrect -- | 59 Add some #### GEOM! comments where I think code is incorrect -- |
| 60 typically, it wasn't fixed up properly when the gutter was added. | 60 typically, it wasn't fixed up properly when the gutter was added. |
| 61 | 61 |
| 62 Some cosmetic changes. | 62 Some cosmetic changes. |
| 63 | 63 |
| 64 2010-03-02 Ben Wing <ben@xemacs.org> | |
| 65 | |
| 66 * lisp.h: | |
| 67 * text.h: | |
| 68 Move inclusion point of text.h earlier in lisp.h -- just before | |
| 69 the definition of characters, which needs some of the stuff in | |
| 70 text.h. With text.h later, some basic character properties had to | |
| 71 be defined in lisp.h -- put them back into text.h where they belong. | |
| 72 Move some text in lisp.h at the point of text.h inclusion into | |
| 73 text.h -- it serves as a mini-introduction. | |
| 74 | |
| 75 2010-03-02 Ben Wing <ben@xemacs.org> | |
| 76 | |
| 77 * Makefile.in.in: | |
| 78 * Makefile.in.in (objs): | |
| 79 glyphs-shared.o, glyphs-eimage.o only needed when HAVE_WINDOW_SYSTEM. | |
| 80 glyphs-widget.o should be too, but we need a bit of work ifdeffing | |
| 81 out the subwindow stuff from redisplay.c et al. | |
| 82 | |
| 83 * bytecode.c (init_opcode_table_multi_op): | |
| 84 Change var name to avoid shadowing with `basename'. | |
| 85 | |
| 86 * emacs.c (main_1): | |
| 87 Don't call init/etc. routines for glyphs-shared, glyphs-eimage unless | |
| 88 HAVE_WINDOW_SYSTEM is defined. | |
| 89 | |
| 90 * linuxplay.c: | |
| 91 * linuxplay.c (sighandler): | |
| 92 * vdb-posix.c (vdb_fault_handler): | |
| 93 Use const for variables holding string constants to avoid C++ | |
| 94 warnings. | |
| 95 | |
| 96 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> | |
| 97 | |
| 98 * file-coding.c (Fmake_coding_system_internal): | |
| 99 Be somewhat clearer in this docstring, especially for the sake of | |
| 100 people running non-Mule builds who will see this docstring when | |
| 101 they do F1 f make-coding-system RET. | |
| 102 | |
| 64 2010-02-25 Didier Verna <didier@xemacs.org> | 103 2010-02-25 Didier Verna <didier@xemacs.org> |
| 65 | 104 |
| 66 The background-placement face property. | 105 The background-placement face property. |
| 67 * console-x-impl.h (struct x_frame): Add new slots x and y. | 106 * console-x-impl.h (struct x_frame): Add new slots x and y. |
| 68 * console-x-impl.h (FRAME_X_X, FRAME_X_Y): New slot accessors. | 107 * console-x-impl.h (FRAME_X_X, FRAME_X_Y): New slot accessors. |
