Mercurial > hg > xemacs-beta
comparison src/ChangeLog.1 @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
3545 1998-02-18 Didier Verna <verna@inf.enst.fr> | 3545 1998-02-18 Didier Verna <verna@inf.enst.fr> |
3546 | 3546 |
3547 * redisplay.c: | 3547 * redisplay.c: |
3548 (generate_formatted_string_db): new flag to distinguish a modeline | 3548 (generate_formatted_string_db): new flag to distinguish a modeline |
3549 string from a title or icon one, plus use a negative first pos to | 3549 string from a title or icon one, plus use a negative first pos to |
3550 indicate the modeline hscroll amount. | 3550 indicate the modeline hscroll ammount. |
3551 (add_string_to_fstring_db_runes): completely rewrote this function | 3551 (add_string_to_fstring_db_runes): completely rewrote this function |
3552 to handle the case of scrolled modelines. | 3552 to handle the case of scrolled modelines. |
3553 (add_glyph_to_fstring_db_runes): handle the case of scrolled | 3553 (add_glyph_to_fstring_db_runes): handle the case of scrolled |
3554 modelines. | 3554 modelines. |
3555 | 3555 |
3556 * window.c: | 3556 * window.c: |
3557 (Fmodeline_hscroll): new function to return the modeline current | 3557 (Fmodeline_hscroll): new function to return the modeline current |
3558 horizontal scroll amount. | 3558 horizontal scroll ammount. |
3559 (Fset_modeline_hscroll): new function to scroll the modeline | 3559 (Fset_modeline_hscroll): new function to scroll the modeline |
3560 horizontaly. | 3560 horizontaly. |
3561 Plus some updates related to this new functionality (windows | 3561 Plus some updates related to this new functionality (windows |
3562 configuration, notably). | 3562 configuration, notably). |
3563 | 3563 |
5181 * callproc.c (Fcall_process_internal): Fix for bug in | 5181 * callproc.c (Fcall_process_internal): Fix for bug in |
5182 CRLF -> LF conversion. | 5182 CRLF -> LF conversion. |
5183 | 5183 |
5184 1997-11-19 Jonathan Harris <jhar@tardis.ed.ac.uk> | 5184 1997-11-19 Jonathan Harris <jhar@tardis.ed.ac.uk> |
5185 | 5185 |
5186 * redisplay-msw.c: Calls GdiFlush() in _output_end, _clear_frame and | 5186 * redisplay-msw.c: Calls GdiFlush() in _ouput_end, _clear_frame and |
5187 _redraw_exposed_area | 5187 _redraw_exposed_area |
5188 | 5188 |
5189 * frame-msw.c: mswindows_init_frame_2 | 5189 * frame-msw.c: mswindows_init_frame_2 |
5190 Sets frame's pixel width and height | 5190 Sets frame's pixel width and height |
5191 | 5191 |