Mercurial > emacs
changeset 84647:260383892b0f
*** empty log message ***
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Wed, 19 Sep 2007 10:02:43 +0000 |
parents | 922a7e3b7383 |
children | ea4647942299 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 19 10:02:32 2007 +0000 +++ b/src/ChangeLog Wed Sep 19 10:02:43 2007 +0000 @@ -1,3 +1,10 @@ +2007-09-19 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> + + * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form): + Fix a C warning regarding variable constness. + + * xterm.c (handle_one_xevent): Fix a C warning. + 2007-09-18 Jason Rumney <jasonr@gnu.org> * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.