diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6673a25f74f..3719b61b413 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 | ||
| 4 | as per recent filemodestring API change. Reported by Jonas Ă–ster in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>. | ||
| 6 | |||
| 7 | 2011-02-23 Ben Key <bkey76@gmail.com> (tiny change) | ||
| 8 | |||
| 9 | * nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument | ||
| 10 | directly, for bar cursors. | ||
| 11 | |||
| 12 | 2011-02-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 13 | |||
| 14 | * xdisp.c (set_frame_cursor_types): Don't write an undefined value | ||
| 15 | into the frame's cursor_width. | ||
| 16 | |||
| 17 | 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 18 | |||
| 19 | * print.c (print_object): Never print old-style backquotes. | ||
| 20 | Obey escapeflag for hash tables as well. | ||
| 21 | |||
| 22 | 2011-02-23 Kenichi Handa <handa@m17n.org> | ||
| 23 | |||
| 24 | * font.c (font_open_entity): Be sure to set scaled_pixel_size. | ||
| 25 | (font_find_for_lface): Check if attrs[LFACE_HEIGHT_INDEX] is integer. | ||
| 26 | |||
| 1 | 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 28 | ||
| 3 | Work around some portability problems with symlinks. | 29 | Work around some portability problems with symlinks. |