Mercurial > emacs
comparison src/ChangeLog @ 91775:aab40ecbce33
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 11 Feb 2008 11:31:13 +0000 |
parents | 509c009dfcfb |
children | a6047ef14f4c |
comparison
equal
deleted
inserted
replaced
91774:47c48e8e3205 | 91775:aab40ecbce33 |
---|---|
1 2008-02-11 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * w32menu.c (push_submenu_start, push_submenu_end) | |
4 (push_left_right_boundary, push_menu_pane, push_menu_item): | |
5 * keyboard.c (read_key_sequence): Don't pass args with side effects | |
6 to AREF, it fails when compiling with -DENABLE_CHECKING. | |
7 | |
1 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp> | 8 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp> |
2 | 9 |
3 * Makefile.in (${lispsource}international/charprop.el): Delete | 10 * Makefile.in (${lispsource}international/charprop.el): |
4 this target. | 11 Delete this target. |
5 | 12 |
6 * search.c (boyer_moore): Fix incorrect synching of the trunk and | 13 * search.c (boyer_moore): Fix incorrect synching of the trunk and |
7 emacs-unicode-2. | 14 emacs-unicode-2. |
8 | 15 |
9 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca> | 16 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca> |
73 | 80 |
74 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | 81 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> |
75 | 82 |
76 * s/gnu-linux.h: Remove commented out code. | 83 * s/gnu-linux.h: Remove commented out code. |
77 | 84 |
78 * unexec.c: Remove references to obsolete variable | 85 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. |
79 COFF_ENCAPSULATE. | |
80 | 86 |
81 * Makefile.in: Update what RMS says about using autoconf. | 87 * Makefile.in: Update what RMS says about using autoconf. |
82 (C_COMPILER): | 88 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable. |
83 (COFF_ENCAPSULATE): | |
84 (MAKE_PARALLEL): Remove obsolete variable. | |
85 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): | 89 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): |
86 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) | 90 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) |
87 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional. | 91 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional. |
88 | 92 |
89 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 93 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |