diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 97 |
1 files changed, 92 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79bfe7fe4eb..8590cb57230 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,91 @@ | |||
| 1 | 2006-10-14 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place. | ||
| 4 | |||
| 5 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 7 | * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame | ||
| 8 | title. | ||
| 9 | |||
| 10 | 2006-10-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 12 | * keymap.c (Fkey_binding): Check Lisp_Object types before doing | ||
| 13 | XCAR and XINT. | ||
| 14 | |||
| 15 | 2006-10-12 Romain Francoise <romain@orebokech.com> | ||
| 16 | |||
| 17 | * image.c (xbm_read_bitmap_data): Delete extra semicolon. | ||
| 18 | |||
| 19 | 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 20 | |||
| 21 | * eval.c: Include xterm.h for x_fully_uncatch_errors and friends. | ||
| 22 | |||
| 23 | * dispextern.h: Declare x_create_bitmap_from_xpm_data. | ||
| 24 | |||
| 25 | * xterm.c (x_check_expected_move): Remove unused var `count'. | ||
| 26 | |||
| 27 | * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since | ||
| 28 | Fdefalias is not declared in any *.h file. | ||
| 29 | |||
| 30 | 2006-10-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 31 | |||
| 32 | * dispnew.c (sit_for): Sit forever if TIMEOUT is t. | ||
| 33 | |||
| 34 | * keyboard.c (command_loop_1): Handle non-number values of | ||
| 35 | `minibuffer-message-timeout'. | ||
| 36 | (Fexecute_extended_command): Fix typo. | ||
| 37 | |||
| 38 | * minibuf.c (temp_echo_area_glyphs): Sit for | ||
| 39 | `minibuffer-message-timeout' seconds. | ||
| 40 | |||
| 41 | 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 42 | |||
| 43 | * macterm.c (mac_draw_image_string, mac_draw_image_string_16): | ||
| 44 | Add argument OVERSTRIKE_P. | ||
| 45 | (mac_draw_string_common, mac_draw_image_string_cg): Likewise. | ||
| 46 | Support overstrike. | ||
| 47 | (mac_draw_string, mac_draw_string_16): Remove functions. | ||
| 48 | (x_draw_glyph_string_foreground): Use overstrike when needed. | ||
| 49 | (x_draw_composite_glyph_string_foreground): Likewise. | ||
| 50 | Use mac_draw_image_string_16 instead of mac_draw_string_16. | ||
| 51 | (mac_load_query_font): Rename from XLoadQueryFont. Take argument F | ||
| 52 | instead of DPY. All uses changed. Don't save/restore font. | ||
| 53 | |||
| 54 | 2006-10-07 Ralf Angeli <angeli@caeruleus.net> | ||
| 55 | |||
| 56 | * w32fns.c (w32_createwindow): Honour left and top positions if | ||
| 57 | supplied explicitly. | ||
| 58 | |||
| 59 | 2006-10-06 Kim F. Storm <storm@cua.dk> | ||
| 60 | |||
| 61 | * xdisp.c (pos_visible_p): Fix value when EOB is visible. | ||
| 62 | |||
| 63 | 2006-10-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 64 | |||
| 65 | * frame.c (Qinhibit_face_set_after_frame_default): New var. | ||
| 66 | (syms_of_frame): Initialize it. | ||
| 67 | (x_set_frame_parameters): Avoid resetting :font attributes to the | ||
| 68 | new-frame defaults. | ||
| 69 | |||
| 70 | 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 71 | |||
| 72 | * lisp.h (clear_regexp_cache): Declare. | ||
| 73 | |||
| 74 | * search.c (compile_pattern): Only check `cp->syntax_table' if needed. | ||
| 75 | (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'. | ||
| 76 | (clear_regexp_cache): Only flush those regexps which depend on | ||
| 77 | a syntax-table. | ||
| 78 | |||
| 79 | * regex.c (regex_compile): Set the new `used_syntax' bit. | ||
| 80 | |||
| 81 | * regex.h: Remove file local variables. | ||
| 82 | (struct re_pattern_buffer): New field `used_syntax'. | ||
| 83 | |||
| 84 | 2006-10-03 Kim F. Storm <storm@cua.dk> | ||
| 85 | |||
| 86 | * process.c (list_processes_1): Run sentinels before removing dead | ||
| 87 | processes. Also remove `closed' network connections. | ||
| 88 | |||
| 1 | 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | 89 | 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 90 | ||
| 3 | * xdisp.c (handle_fontified_prop): Don't fontify at EOB. | 91 | * xdisp.c (handle_fontified_prop): Don't fontify at EOB. |
| @@ -52,8 +140,8 @@ | |||
| 52 | 140 | ||
| 53 | 2006-09-24 Eli Zaretskii <eliz@gnu.org> | 141 | 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
| 54 | 142 | ||
| 55 | * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend | 143 | * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): |
| 56 | on nt/inc/langinfo.h and nt/inc/nl_types.h. | 144 | Depend on nt/inc/langinfo.h and nt/inc/nl_types.h. |
| 57 | 145 | ||
| 58 | * w32proc.c (nl_langinfo): New function. | 146 | * w32proc.c (nl_langinfo): New function. |
| 59 | 147 | ||
| @@ -235,8 +323,7 @@ | |||
| 235 | 323 | ||
| 236 | 2006-09-15 David Kastrup <dak@gnu.org> | 324 | 2006-09-15 David Kastrup <dak@gnu.org> |
| 237 | 325 | ||
| 238 | * Makefile.in (keymap.o): Add "keymap.h" and "window.h" | 326 | * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies. |
| 239 | dependencies. | ||
| 240 | 327 | ||
| 241 | * keymap.c: include "window.h". | 328 | * keymap.c: include "window.h". |
| 242 | (Fcommand_remapping): New optional POSITION argument. | 329 | (Fcommand_remapping): New optional POSITION argument. |
| @@ -1477,7 +1564,7 @@ | |||
| 1477 | (x_set_offset, x_check_fullscreen): Extensive changes to make | 1564 | (x_set_offset, x_check_fullscreen): Extensive changes to make |
| 1478 | frame positioning deterministic under X. | 1565 | frame positioning deterministic under X. |
| 1479 | 1566 | ||
| 1480 | * xterm.h (x_output): Added members left_before_move and | 1567 | * xterm.h (x_output): Add members left_before_move and |
| 1481 | top_before_move. Removed members expected_left and expected_top. | 1568 | top_before_move. Removed members expected_left and expected_top. |
| 1482 | 1569 | ||
| 1483 | 2006-06-16 Kim F. Storm <storm@cua.dk> | 1570 | 2006-06-16 Kim F. Storm <storm@cua.dk> |