Mercurial > emacs
comparison src/ChangeLog @ 96752:9697a5f0281d
various small cleanups detailed in changelogs
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Wed, 16 Jul 2008 23:24:46 +0000 |
parents | e18e64789955 |
children | 1e2f7aab70ba |
comparison
equal
deleted
inserted
replaced
96751:5e647deae824 | 96752:9697a5f0281d |
---|---|
1 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | |
2 | |
3 * syntax.c: Remove stdio.h include accidentally introduced in | |
4 Emacs.app commit. | |
5 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to | |
6 NS_IMPL_COCOA. | |
7 * keyboard.c (handle_async_input, input_available_signal): Remove | |
8 BSD4_1 conditional code, introduced accidentally in Emacs.app commit. | |
9 | |
1 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 11 |
3 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead. | 12 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead. |
4 (ns_lisp_to_color): Don't mess with internal Lisp data fields. | 13 (ns_lisp_to_color): Don't mess with internal Lisp data fields. |
5 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts): | 14 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts): |