diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5f04eec4768..e23f9bdacbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,85 @@ | |||
| 1 | 2005-07-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (my_set_window_pos, my_show_window): Don't declare. | ||
| 4 | (my_create_window, my_create_tip_window): Make static. | ||
| 5 | |||
| 6 | * w32term.c (my_show_window, my_set_window_pos, my_set_focus) | ||
| 7 | (my_set_foreground_window, my_destroy_window): Make static. | ||
| 8 | |||
| 9 | 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | Merge gnulib getopt implementation into Emacs. | ||
| 12 | |||
| 13 | * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is | ||
| 14 | now part of lib-src. | ||
| 15 | |||
| 16 | 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters). | ||
| 19 | |||
| 20 | 2005-07-25 Jason Rumney <jasonr@gnu.org> | ||
| 21 | |||
| 22 | * w32menu.c (w32_menu_display_help): Suppress tooltip when | ||
| 23 | navigating menus with the keyboard. | ||
| 24 | |||
| 25 | 2005-07-23 Richard M. Stallman <rms@gnu.org> | ||
| 26 | |||
| 27 | * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer. | ||
| 28 | |||
| 29 | * bytecode.c (MAYBE_GC): Test gc_cons_threshold and | ||
| 30 | gc_relative_threshold, one by one. | ||
| 31 | |||
| 32 | * keyboard.c (read_char): Test gc_cons_threshold. | ||
| 33 | (syms_of_keyboard): staticpro Qecho_area_clear_hook. | ||
| 34 | |||
| 35 | * eval.c (Feval, Ffuncall): Test gc_cons_threshold and | ||
| 36 | gc_relative_threshold, one by one. | ||
| 37 | |||
| 38 | * alloc.c (gc_cons_threshold): Not static. | ||
| 39 | (gc_cons_combined_threshold): Var deleted. | ||
| 40 | (gc_relative_threshold): New variable. | ||
| 41 | (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold | ||
| 42 | instead of gc_cons_combined_threshold. | ||
| 43 | |||
| 44 | * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare. | ||
| 45 | (gc_cons_combined_threshold): Declaration deleted. | ||
| 46 | |||
| 47 | 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 48 | |||
| 49 | * mac.c: Don't include stdlib.h or string.h. | ||
| 50 | (Fdo_applescript, Fmac_file_name_to_posix) | ||
| 51 | (Fmac_file_name_to_posix): Doc fixes. | ||
| 52 | [TARGET_API_MAC_CARBON] (Fmac_get_preference) | ||
| 53 | (Fmac_code_convert_string): Likewise. | ||
| 54 | [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode | ||
| 55 | if the executable is not contained in a bundle. | ||
| 56 | |||
| 57 | * macfns.c: Don't include stdlib.h or string.h. Include atimer.h. | ||
| 58 | (gray_width, gray_height): Remove defines. | ||
| 59 | (gray_bits, gray_bitmap_width, gray_bitmap_height) | ||
| 60 | (gray_bitmap_bits): Remove variables. | ||
| 61 | (lispy_function_keys): Remove extern. | ||
| 62 | (free_frame_menubar): Add extern. | ||
| 63 | (x_window_to_frame): Remove function. | ||
| 64 | (unwind_create_tip_frame): Add declaration. | ||
| 65 | (x_set_name_internal): New function. | ||
| 66 | (x_set_name, x_set_title): Use it. | ||
| 67 | (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width) | ||
| 68 | (Fx_display_pixel_height, Fx_display_planes) | ||
| 69 | (Fx_display_color_cells, Fx_server_max_request_size) | ||
| 70 | (Fx_server_vendor, Fx_server_version, Fx_display_screens) | ||
| 71 | (Fx_display_mm_height, Fx_display_mm_width) | ||
| 72 | (Fx_display_backing_store, Fx_display_visual_class) | ||
| 73 | (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes. | ||
| 74 | |||
| 75 | * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. | ||
| 76 | |||
| 77 | * macselect.c (Fx_own_selection_internal): Follow error | ||
| 78 | conventions. | ||
| 79 | (Fx_get_selection_internal, Fx_selection_owner_p) | ||
| 80 | (Fx_selection_exists_p): Doc fixes. | ||
| 81 | (syms_of_macselect) <selection-converter-alist>: Likewise. | ||
| 82 | |||
| 1 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | 83 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 84 | ||
| 3 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. | 85 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. |