diff options
| author | Miles Bader | 2006-04-21 05:39:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-04-21 05:39:14 +0000 |
| commit | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (patch) | |
| tree | dc3853824edd4a6d426ab69a584a70c53a230dd0 /src/ChangeLog | |
| parent | cfc2051d0ed5a268528a647ab0911a2f5cc451de (diff) | |
| parent | f67d6742cb77a21087e40ae7ee4c84556ca18970 (diff) | |
| download | emacs-7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee.tar.gz emacs-7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 226-238)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
* gnus--rel--5.10 (patch 86-90)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88492417723..5c66a6b5c7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,66 @@ | |||
| 1 | 2006-04-21 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * xdisp.c (note_mouse_highlight): Use build_string. | ||
| 4 | |||
| 5 | 2006-04-20 Lars Hansen <larsh@soem.dk> | ||
| 6 | |||
| 7 | * textprop.c (Fremove_list_of_text_properties): Ensure | ||
| 8 | modify_region is called only when buffer is modified and that | ||
| 9 | signal_after_change is allways called in that case. | ||
| 10 | |||
| 11 | * print.c (PRINTFINISH): Call signal_after_change. | ||
| 12 | |||
| 13 | 2006-04-20 Kim F. Storm <storm@cua.dk> | ||
| 14 | |||
| 15 | * xdisp.c (redisplay_window): Fix last change. | ||
| 16 | |||
| 17 | * xdisp.c (redisplay_window): If current window start is not at the | ||
| 18 | beginning of a line, select a new window start if buffer is modified | ||
| 19 | and window start is in the modified region, but the first change is | ||
| 20 | before window start. | ||
| 21 | |||
| 22 | 2006-04-18 Richard Stallman <rms@gnu.org> | ||
| 23 | |||
| 24 | * xmenu.c (restore_menu_items, save_menu_items): New fns. | ||
| 25 | (set_frame_menubar): Use save_menu_items. Save updated vector in | ||
| 26 | the frame before unwinding it. Don't use unuse_menu_items. Don't | ||
| 27 | use discard_menu_items. | ||
| 28 | (digest_single_submenu): Abort if an item is not in a pane. | ||
| 29 | (init_menu_items): Put the error check at the top. | ||
| 30 | |||
| 31 | * keymap.c (describe_map): Make "shadowed" warning more verbose. | ||
| 32 | |||
| 33 | * window.c (adjust_window_trailing_edge): Correctly distinguish | ||
| 34 | series vs parallel cases, even when window has no parent. | ||
| 35 | |||
| 36 | * abbrev.c (record_symbol): New function. | ||
| 37 | (Finsert_abbrev_table_description): Sort the abbrevs alphabetically. | ||
| 38 | |||
| 39 | 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 40 | |||
| 41 | * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return | ||
| 42 | value of xmalloc. | ||
| 43 | |||
| 44 | * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc) | ||
| 45 | (create_apple_event_from_event_ref, xrm_get_preference_database) | ||
| 46 | (cfstring_create_normalized): Don't check return value of xmalloc. | ||
| 47 | |||
| 48 | * macselect.c (get_scrap_target_type_list, defer_apple_events) | ||
| 49 | (copy_scrap_flavor_data, mac_handle_service_event): Don't check | ||
| 50 | return value of xmalloc/xrealloc. | ||
| 51 | |||
| 52 | * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create) | ||
| 53 | (init_font_name_table, init_font_name_table, mac_do_list_fonts) | ||
| 54 | (XLoadQueryFont, mac_store_apple_event): Don't check | ||
| 55 | return value of xmalloc. | ||
| 56 | |||
| 1 | 2006-04-17 Kim F. Storm <storm@cua.dk> | 57 | 2006-04-17 Kim F. Storm <storm@cua.dk> |
| 2 | 58 | ||
| 3 | * window.c (coordinates_in_window): On the vertical border, | 59 | * window.c (coordinates_in_window): On the vertical border, |
| 4 | calculate the row number measured from the top of the window, not | 60 | calculate the row number measured from the top of the window, not |
| 5 | the top of the frame. | 61 | the top of the frame. |
| 62 | (window_loop): Test w->dedicated with !NILP instead of EQ Qt. | ||
| 63 | (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change. | ||
| 6 | 64 | ||
| 7 | 2006-04-16 Eli Zaretskii <eliz@gnu.org> | 65 | 2006-04-16 Eli Zaretskii <eliz@gnu.org> |
| 8 | 66 | ||