Mercurial > emacs
comparison src/ChangeLog @ 65333:6d261c2eb3dd
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Sep 2005 01:48:58 +0000 |
parents | efcffd1c5434 |
children | 2df5f585f3f6 |
comparison
equal
deleted
inserted
replaced
65332:c2fb39cb93f0 | 65333:6d261c2eb3dd |
---|---|
1 2005-09-03 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * xdisp.c (redisplay_internal): Make UPDATED as long as needed. | |
4 (move_it_in_display_line_to): Stop after last char on line even | |
5 on a windowing terminal, if that's the specified stop position. | |
6 | |
7 * fns.c (Fsort): Doc fix. | |
8 | |
9 * editfns.c (Fpropertize): Don't insist that properties be symbols. | |
10 | |
1 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | 11 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 12 |
3 * dispnew.c (window_to_frame_hpos, update_window): | 13 * dispnew.c (window_to_frame_hpos, update_window): |
4 Avoid gcc warning about unused variable `f'. | 14 Avoid gcc warning about unused variable `f'. |
5 | 15 |