Mercurial > emacs
comparison src/ChangeLog @ 73320:332f0639af48
(syms_of_xmenu): Use Ffset rather than Fdefalias, since
Fdefalias is not declared in any *.h file.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Oct 2006 14:22:46 +0000 |
parents | e876a1f62fec |
children | 5f585a1163cb |
comparison
equal
deleted
inserted
replaced
73319:0294d21b8f02 | 73320:332f0639af48 |
---|---|
1 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since | |
4 Fdefalias is not declared in any *.h file. | |
5 | |
1 2006-10-09 Chong Yidong <cyd@stupidchicken.com> | 6 2006-10-09 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * dispnew.c (sit_for): Sit forever if TIMEOUT is t. | 8 * dispnew.c (sit_for): Sit forever if TIMEOUT is t. |
4 | 9 |
5 * keyboard.c (command_loop_1): Handle non-number values of | 10 * keyboard.c (command_loop_1): Handle non-number values of |
9 * minibuf.c (temp_echo_area_glyphs): Sit for | 14 * minibuf.c (temp_echo_area_glyphs): Sit for |
10 `minibuffer-message-timeout' seconds. | 15 `minibuffer-message-timeout' seconds. |
11 | 16 |
12 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 17 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
13 | 18 |
14 * macterm.c (mac_draw_image_string, mac_draw_image_string_16): Add | 19 * macterm.c (mac_draw_image_string, mac_draw_image_string_16): |
15 argument OVERSTRIKE_P. | 20 Add argument OVERSTRIKE_P. |
16 (mac_draw_string_common, mac_draw_image_string_cg): Likewise. | 21 (mac_draw_string_common, mac_draw_image_string_cg): Likewise. |
17 Support overstrike. | 22 Support overstrike. |
18 (mac_draw_string, mac_draw_string_16): Remove functions. | 23 (mac_draw_string, mac_draw_string_16): Remove functions. |
19 (x_draw_glyph_string_foreground): Use overstrike when needed. | 24 (x_draw_glyph_string_foreground): Use overstrike when needed. |
20 (x_draw_composite_glyph_string_foreground): Likewise. Use | 25 (x_draw_composite_glyph_string_foreground): Likewise. |
21 mac_draw_image_string_16 instead of mac_draw_string_16. | 26 Use mac_draw_image_string_16 instead of mac_draw_string_16. |
22 (mac_load_query_font): Rename from XLoadQueryFont. Take argument F | 27 (mac_load_query_font): Rename from XLoadQueryFont. Take argument F |
23 instead of DPY. All uses changed. Don't save/restore font. | 28 instead of DPY. All uses changed. Don't save/restore font. |
24 | 29 |
25 2006-10-07 Ralf Angeli <angeli@caeruleus.net> | 30 2006-10-07 Ralf Angeli <angeli@caeruleus.net> |
26 | 31 |
109 | 114 |
110 * search.c (compile_pattern_1): Don't BLOCK_INPUT. | 115 * search.c (compile_pattern_1): Don't BLOCK_INPUT. |
111 | 116 |
112 2006-09-24 Eli Zaretskii <eliz@gnu.org> | 117 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
113 | 118 |
114 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend | 119 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): |
115 on nt/inc/langinfo.h and nt/inc/nl_types.h. | 120 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h. |
116 | 121 |
117 * w32proc.c (nl_langinfo): New function. | 122 * w32proc.c (nl_langinfo): New function. |
118 | 123 |
119 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta) | 124 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta) |
120 (w32-pass-lwindow-to-system, w32-enable-num-lock) | 125 (w32-pass-lwindow-to-system, w32-enable-num-lock) |
292 * COPYING: Replace "Library Public License" by "Lesser Public | 297 * COPYING: Replace "Library Public License" by "Lesser Public |
293 License" throughout. | 298 License" throughout. |
294 | 299 |
295 2006-09-15 David Kastrup <dak@gnu.org> | 300 2006-09-15 David Kastrup <dak@gnu.org> |
296 | 301 |
297 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" | 302 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies. |
298 dependencies. | |
299 | 303 |
300 * keymap.c: include "window.h". | 304 * keymap.c: include "window.h". |
301 (Fcommand_remapping): New optional POSITION argument. | 305 (Fcommand_remapping): New optional POSITION argument. |
302 (Fkey_binding): New optional POSITION argument. Completely rework | 306 (Fkey_binding): New optional POSITION argument. Completely rework |
303 handling of mouse clicks to get the same order of keymaps as | 307 handling of mouse clicks to get the same order of keymaps as |