diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 742bfc38249..d8d0894e2ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2007-05-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * image.c (pbm_load): Check image size for monochrome pbm. | ||
| 4 | |||
| 5 | 2007-05-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 7 | * xterm.c (XTread_socket): Revert last change. | ||
| 8 | |||
| 9 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 10 | |||
| 11 | * image.c (pbm_load): Correctly check image size for greyscale pbm. | ||
| 12 | |||
| 13 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). | ||
| 14 | |||
| 15 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) | ||
| 18 | |||
| 19 | 2007-05-07 Andreas Schwab <schwab@suse.de> | ||
| 20 | |||
| 21 | * keymap.c (Flookup_key): Fix typo in last change. | ||
| 22 | |||
| 23 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 24 | |||
| 25 | * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier | ||
| 26 | mapping for unibyte strings. | ||
| 27 | |||
| 1 | 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 28 | 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 29 | ||
| 3 | * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. | 30 | * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. |
| @@ -62,8 +89,8 @@ | |||
| 62 | 89 | ||
| 63 | 2007-04-16 Chong Yidong <cyd@stupidchicken.com> | 90 | 2007-04-16 Chong Yidong <cyd@stupidchicken.com> |
| 64 | 91 | ||
| 65 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Set | 92 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): |
| 66 | garbaged flag in presence of window margins. | 93 | Set garbaged flag in presence of window margins. |
| 67 | (showing_window_margins_p): New function. | 94 | (showing_window_margins_p): New function. |
| 68 | 95 | ||
| 69 | * xdisp.c (cursor_row_p): Only end row on newline if it's a | 96 | * xdisp.c (cursor_row_p): Only end row on newline if it's a |