Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4584:56e67d42eb04
Clarify comment in struct x_frame.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Thu, 20 Nov 2008 23:59:52 +0900 |
parents | 2669b1b7e33b |
children | 871eb054b34a |
comparison
equal
deleted
inserted
replaced
4583:2669b1b7e33b | 4584:56e67d42eb04 |
---|---|
134 Declare String or char * argument or local variable as const. | 134 Declare String or char * argument or local variable as const. |
135 Cast string literals to char* (or equivalent). | 135 Cast string literals to char* (or equivalent). |
136 | 136 |
137 * input-method-xlib.c: | 137 * input-method-xlib.c: |
138 Use Xt_RESOURCE. | 138 Use Xt_RESOURCE. |
139 | |
140 2008-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
141 | |
142 * console-x-impl.h (struct x_frame): Clarify comment. | |
139 | 143 |
140 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> | 144 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> |
141 | 145 |
142 * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. | 146 * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. |
143 From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. | 147 From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. |