Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4207:62d532188a28
[xemacs-hg @ 2007-10-03 10:06:39 by didierv]
Fix some other DEFAULT_INDEX == 0 assumptions
| author | didierv |
|---|---|
| date | Wed, 03 Oct 2007 10:06:42 +0000 |
| parents | 0a63e5de7bdc |
| children | e820df1cb11a |
comparison
equal
deleted
inserted
replaced
| 4206:a3e638b941b0 | 4207:62d532188a28 |
|---|---|
| 1 2007-10-03 Didier Verna <didier@xemacs.org> | |
| 2 | |
| 3 Again, fix some DEFAULT_INDEX == 0 assumptions. Actually, properly | |
| 4 initialize display_line structures. | |
| 5 | |
| 6 * redisplay.h (DISPLAY_LINE_INIT): New macro. Properly initialize | |
| 7 the default_index field to DEFAULT_INDEX. | |
| 8 * frame.c (init_frame): Use it. | |
| 9 * redisplay.c (ensure_modeline_generated): Ditto. | |
| 10 * redisplay.c (generate_displayable_area): Ditto. | |
| 11 * redisplay.c (regenerate_window): Ditto. | |
| 12 * redisplay-output.c (sync_display_line_structs): Ditto. | |
| 13 * redisplay-output.c (redisplay_output_layout): Ditto. | |
| 14 | |
| 1 2004-12-08 Shyamal Prasad <shyamal@member.fsf.org> | 15 2004-12-08 Shyamal Prasad <shyamal@member.fsf.org> |
| 2 | 16 |
| 3 * editfns.c: | 17 * editfns.c: |
| 4 * editfns.c (Fformat_time_string): | 18 * editfns.c (Fformat_time_string): |
| 5 Added documentation for %z, %g, %G and %V specifiers. This synchs | 19 Added documentation for %z, %g, %G and %V specifiers. This synchs |
| 6 up the set of % specifiers for format-time-string with Emacs | 20 up the set of % specifiers for format-time-string with Emacs |
| 7 21.3.1. Make copy of static buffer returned by localtime(). | 21 21.3.1. Make copy of static buffer returned by localtime(). |
| 8 | 22 |
| 9 * strftime.c: | 23 * strftime.c: |
| 10 * strftime.c (strftime): | 24 * strftime.c (strftime): |
| 11 Implemented %z, %g, %G and %V in a style similar to existing | 25 Implemented %z, %g, %G and %V in a style similar to existing |
| 12 implementation of other specifiers. | 26 implementation of other specifiers. |
| 13 | 27 |
| 23 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> | 37 2007-09-30 Aidan Kehoe <kehoea@parhasard.net> |
| 24 | 38 |
| 25 * mule-ccl.c: | 39 * mule-ccl.c: |
| 26 * mule-ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): | 40 * mule-ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): |
| 27 * mule-ccl.c (ccl_driver): | 41 * mule-ccl.c (ccl_driver): |
| 28 Merge Kenichi Handa's 2004-06-12 GNU bugfix, handling EOF in | 42 Merge Kenichi Handa's 2004-06-12 GNU bugfix, handling EOF in |
| 29 ccl_driver correctly. | 43 ccl_driver correctly. |
| 30 | 44 |
| 31 2007-09-26 Didier Verna <didier@xemacs.org> | 45 2007-09-26 Didier Verna <didier@xemacs.org> |
| 32 | 46 |
| 33 More fixes similar to previous patch: | 47 More fixes similar to previous patch: |
| 34 | 48 |
