diff options
| author | Miles Bader | 2005-03-03 10:35:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-03-03 10:35:22 +0000 |
| commit | dedb5504d3464bd50b6c591d36791c5535af68c1 (patch) | |
| tree | 83ce1054c597d5e7c0d9be5dffd1d08dae2e330c /src/ChangeLog | |
| parent | c638e2237cd90a294ed01ae2d29a51e25887bd43 (diff) | |
| parent | 139c65cf7b6b0bce5f4cd6e45f450ff4f02d5421 (diff) | |
| download | emacs-dedb5504d3464bd50b6c591d36791c5535af68c1.tar.gz emacs-dedb5504d3464bd50b6c591d36791c5535af68c1.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 129-149)
- Update from CVS
- Merge from gnus--rel--5.10
- (make-text-button): Default button type if not specified
- quick-install-emacs: Use mkdir --verbose only when requested
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 31-33)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 60 |
1 files changed, 46 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bcde95958dd..eb0a3d0cf3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2005-03-02 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * dispextern.h (XASSERTS): Define to 0 if not already defined. | ||
| 4 | (xassert) [!XASSERTS]: Define dummy version. | ||
| 5 | |||
| 6 | 2005-03-02 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * xdisp.c (redisplay_window): YABX (yet another bogus xassert). | ||
| 9 | Reported by David Kastrup. | ||
| 10 | |||
| 11 | 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il> | ||
| 12 | |||
| 13 | * xdisp.c (get_next_display_element): Fix control and escape | ||
| 14 | glyph from display vector. | ||
| 15 | |||
| 16 | 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * keyboard.c (Fposn_at_x_y): Check integerness of X and Y. | ||
| 19 | |||
| 20 | 2005-02-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 21 | |||
| 22 | * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to | ||
| 23 | gtk_window_resize and x_wm_set_size_hint. | ||
| 24 | |||
| 25 | 2005-02-25 Kim F. Storm <storm@cua.dk> | ||
| 26 | |||
| 27 | * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. | ||
| 28 | |||
| 29 | * xdisp.c (init_from_display_pos): Don't read past end of | ||
| 30 | it->overlay_strings array. | ||
| 31 | |||
| 32 | 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change) | ||
| 33 | |||
| 34 | * buffer.c (syms_of_buffer): Fix typo. | ||
| 35 | |||
| 1 | 2005-02-23 Lute Kamstra <lute@gnu.org> | 36 | 2005-02-23 Lute Kamstra <lute@gnu.org> |
| 2 | 37 | ||
| 3 | * buffer.c (Foverlay_buffer): Doc fix. | 38 | * buffer.c (Foverlay_buffer): Doc fix. |
| @@ -14,7 +49,7 @@ | |||
| 14 | * window.c (window_scroll_pixel_based): When scrolling backwards, | 49 | * window.c (window_scroll_pixel_based): When scrolling backwards, |
| 15 | handle partial visible line at end of window even when we hit PT. | 50 | handle partial visible line at end of window even when we hit PT. |
| 16 | 51 | ||
| 17 | 2005-02-21 Stefan <monnier@iro.umontreal.ca> | 52 | 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 18 | 53 | ||
| 19 | * keymap.h: Declare Fcurrent_active_maps, used in doc.c. | 54 | * keymap.h: Declare Fcurrent_active_maps, used in doc.c. |
| 20 | 55 | ||
| @@ -72,8 +107,7 @@ | |||
| 72 | (Fx_window_property): Likewise. | 107 | (Fx_window_property): Likewise. |
| 73 | 108 | ||
| 74 | * xselect.c (Fx_disown_selection_internal): Use union of struct | 109 | * xselect.c (Fx_disown_selection_internal): Use union of struct |
| 75 | input_event and struct selection_input_event to avoid aliasing | 110 | input_event and struct selection_input_event to avoid aliasing issues. |
| 76 | issues. | ||
| 77 | 111 | ||
| 78 | * xterm.c (handle_one_xevent): Use union of struct input_event and | 112 | * xterm.c (handle_one_xevent): Use union of struct input_event and |
| 79 | struct selection_input_event to avoid aliasing issues. | 113 | struct selection_input_event to avoid aliasing issues. |
| @@ -102,21 +136,20 @@ | |||
| 102 | clipboard operations and delayed rendering. | 136 | clipboard operations and delayed rendering. |
| 103 | 137 | ||
| 104 | Drop last_clipboard_text and related code, keep track of | 138 | Drop last_clipboard_text and related code, keep track of |
| 105 | ownership via clipboard_owner instead. Drop old #if0 | 139 | ownership via clipboard_owner instead. Drop old #if0 sections. |
| 106 | sections. | ||
| 107 | 140 | ||
| 108 | (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP) | 141 | (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP) |
| 109 | (clipboard_owner, modifying_clipboard, cfg_coding_system) | 142 | (clipboard_owner, modifying_clipboard, cfg_coding_system) |
| 110 | (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text) | 143 | (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text) |
| 111 | (current_coding_system, current_requires_encoding) | 144 | (current_coding_system, current_requires_encoding) |
| 112 | (current_num_nls, current_clipboard_type, current_lcid): New | 145 | (current_num_nls, current_clipboard_type, current_lcid): |
| 113 | static variables. | 146 | New static variables. |
| 114 | 147 | ||
| 115 | (convert_to_handle_as_ascii, convert_to_handle_as_coded) | 148 | (convert_to_handle_as_ascii, convert_to_handle_as_coded) |
| 116 | (render, render_all, run_protected, lisp_error_handler) | 149 | (render, render_all, run_protected, lisp_error_handler) |
| 117 | (owner_callback, create_owner, setup_config) | 150 | (owner_callback, create_owner, setup_config) |
| 118 | (enum_locale_callback, cp_from_locale, coding_from_cp): New | 151 | (enum_locale_callback, cp_from_locale, coding_from_cp): |
| 119 | local functions. | 152 | New local functions. |
| 120 | 153 | ||
| 121 | (term_w32select, globals_of_w32select): New global functions. | 154 | (term_w32select, globals_of_w32select): New global functions. |
| 122 | 155 | ||
| @@ -316,8 +349,7 @@ | |||
| 316 | (casify_region): Fix loop condition, args to replace_range_2, and | 349 | (casify_region): Fix loop condition, args to replace_range_2, and |
| 317 | update opoint_byte. | 350 | update opoint_byte. |
| 318 | 351 | ||
| 319 | * insdel.c (replace_range_2): Fix bugs in adjusting markers and | 352 | * insdel.c (replace_range_2): Fix bugs in adjusting markers and point. |
| 320 | point. | ||
| 321 | 353 | ||
| 322 | 2005-02-01 Kim F. Storm <storm@cua.dk> | 354 | 2005-02-01 Kim F. Storm <storm@cua.dk> |
| 323 | 355 | ||
| @@ -10994,9 +11026,9 @@ | |||
| 10994 | These changes were in part based upon suggestions made by Peter | 11026 | These changes were in part based upon suggestions made by Peter |
| 10995 | 'Luna' Runestig [peter@runestig.com]. | 11027 | 'Luna' Runestig [peter@runestig.com]. |
| 10996 | 11028 | ||
| 10997 | * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token, | 11029 | * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token) |
| 10998 | g_b_init_get_token_information, g_b_init_lookup_account_sid, | 11030 | (g_b_init_get_token_information, g_b_init_lookup_account_sid) |
| 10999 | g_b_init_get_sid_identifier_authority ): Add several static | 11031 | (g_b_init_get_sid_identifier_authority ): Add several static |
| 11000 | global variables. | 11032 | global variables. |
| 11001 | 11033 | ||
| 11002 | * w32.c (globals_of_w32): New function. Used to initialize those | 11034 | * w32.c (globals_of_w32): New function. Used to initialize those |