diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 131 |
1 files changed, 130 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fedb52f42c..efb792df4d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,136 @@ | |||
| 1 | 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> | ||
| 2 | |||
| 3 | * xterm.h (x_output): New member `xic_base_fontname'. | ||
| 4 | (FRAME_XIC_BASE_FONTNAME): New macro. | ||
| 5 | (xic_free_xfontset): Declare. | ||
| 6 | |||
| 7 | * xfns.c (xic_create_xfontset): Share fontsets between frames | ||
| 8 | based on base_fontname. | ||
| 9 | (xic_free_xfontset): New function. | ||
| 10 | (free_frame_xic): Use it. | ||
| 11 | (xic_set_xfontset): Ditto. | ||
| 12 | |||
| 13 | * xterm.c (xim_destroy_callback): Ditto. | ||
| 14 | |||
| 15 | |||
| 16 | 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change) | ||
| 17 | |||
| 18 | * w32term.c (x_draw_glyph_string): Use overline_color for overlines. | ||
| 19 | |||
| 20 | 2004-10-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 21 | |||
| 22 | * xterm.h (XSync): If USE_GTK, define XSync as process_all and then | ||
| 23 | XSync. | ||
| 24 | |||
| 25 | * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF): | ||
| 26 | New variables and constant. | ||
| 27 | (main): Calculate heap_bss_diff. If we are dumping and the | ||
| 28 | heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32 | ||
| 29 | and exec ourself again. | ||
| 30 | (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF | ||
| 31 | print a warning. | ||
| 32 | |||
| 33 | * lastfile.c: Make my_endbss and my_endbss_static available on all | ||
| 34 | platforms. | ||
| 35 | |||
| 36 | * Makefile.in (RUN_TEMACS): Remove @SETARCH@. | ||
| 37 | * config.in (HAVE_PERSONALITY_LINUX32): Regenerate. | ||
| 38 | |||
| 39 | 2004-10-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 40 | |||
| 41 | * data.c (Flocal_variable_if_set_p): Doc fix. | ||
| 42 | |||
| 43 | 2004-10-19 Jason Rumney <jasonr@gnu.org> | ||
| 44 | |||
| 45 | * w32.c (init_environment): Set emacs_dir correctly when running | ||
| 46 | emacs from the build directory. | ||
| 47 | |||
| 48 | 2004-10-19 Richard M. Stallman <rms@gnu.org> | ||
| 49 | |||
| 50 | * editfns.c (Fdelete_and_extract_region): | ||
| 51 | If region is empty, return null string. | ||
| 52 | |||
| 53 | 2004-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 54 | |||
| 55 | * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left | ||
| 56 | and canon_width. | ||
| 57 | (xg_frame_cleared): Removed. | ||
| 58 | |||
| 59 | * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose, | ||
| 60 | xg_find_top_left_in_fixed): Removed. | ||
| 61 | (xg_create_scroll_bar): Put an event box widget between | ||
| 62 | the scroll bar widget and the edit widget. | ||
| 63 | (xg_show_scroll_bar): Show the parent widget (the event box). | ||
| 64 | (xg_remove_scroll_bar): Destroy parent (the event box) also. | ||
| 65 | (xg_update_scrollbar_pos): Remove arguments real_left and canon_width. | ||
| 66 | Move the parent (the event box) widget inside the fixed widget. | ||
| 67 | Move window clear to xterm.c. | ||
| 68 | |||
| 69 | * gtkutil.h (xg_frame_cleared): Removed. | ||
| 70 | |||
| 71 | * xterm.c (x_clear_frame): Remove call to xg_frame_cleared | ||
| 72 | (x_scroll_bar_create, XTset_vertical_scroll_bar): Remove | ||
| 73 | arguments left and width to xg_update_scrollbar_pos. | ||
| 74 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. | ||
| 75 | |||
| 76 | 2004-10-19 Kenichi Handa <handa@m17n.org> | ||
| 77 | |||
| 78 | * xdisp.c (display_mode_element): Fix display of wide chars. | ||
| 79 | |||
| 80 | 2004-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 81 | |||
| 82 | * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to | ||
| 83 | gdk_window_clear and move gdk_window_process_all_updates after | ||
| 84 | clear so events are sent to the X server in correct order. | ||
| 85 | |||
| 86 | 2004-10-18 Kenichi Handa <handa@m17n.org> | ||
| 87 | |||
| 88 | * fontset.c (fs_load_font): Use fast_string_match_ignore_case for | ||
| 89 | comparing font names. | ||
| 90 | (fs_query_fontset): Use fast_string_match for comparing fontset names. | ||
| 91 | (list_fontsets): Likewise. | ||
| 92 | |||
| 93 | * search.c (fast_string_match_ignore_case): New function. | ||
| 94 | |||
| 95 | * lisp.h (fast_string_match_ignore_case): Extern it. | ||
| 96 | |||
| 97 | 2004-10-17 Kim F. Storm <storm@cua.dk> | ||
| 98 | |||
| 99 | * xdisp.c (overlay_arrow_at_row): Return overlay string rather | ||
| 100 | than bitmap if there is not left fringe. | ||
| 101 | (get_overlay_arrow_glyph_row): Also used on windows system. | ||
| 102 | (display_line): Display overlay string if no left fringe. | ||
| 103 | |||
| 104 | 2004-10-16 Jason Rumney <jasonr@gnu.org> | ||
| 105 | |||
| 106 | * w32fns.c (w32_font_match): Encode font name being matched. | ||
| 107 | |||
| 108 | 2004-10-16 Richard M. Stallman <rms@gnu.org> | ||
| 109 | |||
| 110 | * window.c (Fspecial_display_p): Doc fix. | ||
| 111 | |||
| 112 | 2004-10-15 Stefan <monnier@iro.umontreal.ca> | ||
| 113 | |||
| 114 | * doc.c (Fsubstitute_command_keys): Fix remap-handling. | ||
| 115 | Don't ignore menus, because where-is-internal already does it for us. | ||
| 116 | |||
| 117 | 2004-10-15 Kim F. Storm <storm@cua.dk> | ||
| 118 | |||
| 119 | * xdisp.c (redisplay_window): Only update fringes and vertical | ||
| 120 | border on window frames. | ||
| 121 | |||
| 122 | 2004-10-14 Andreas Schwab <schwab@suse.de> | ||
| 123 | |||
| 124 | * m/ia64.h (DATA_SEG_BITS): Don't define. | ||
| 125 | |||
| 1 | 2004-10-14 Kim F. Storm <storm@cua.dk> | 126 | 2004-10-14 Kim F. Storm <storm@cua.dk> |
| 2 | 127 | ||
| 3 | * xterm.h: Include Xutil.h after keysym.h to work around bug | 128 | * xterm.h: Include Xutil.h after keysym.h to work around bug |
| 4 | (incorrectly recognising AltGr key) in some X versions. | 129 | in some X versions. |
| 130 | |||
| 131 | 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 132 | |||
| 133 | * fns.c (map_char_table): Add missing gcpros. | ||
| 5 | 134 | ||
| 6 | 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | 135 | 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 136 | ||