diff options
| author | Kenichi Handa | 2010-07-26 13:29:08 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-26 13:29:08 +0900 |
| commit | 50efd41b43c9b1b540c49c53d4e7824468ec7879 (patch) | |
| tree | 4a3be8d0322c537816f47a0c6450fc13495edf35 /src/ChangeLog | |
| parent | dfe3c90fa5974e200483297e11bb889d0589b8f5 (diff) | |
| parent | 7d383292d10b876efec43e77fd51c2665e912688 (diff) | |
| download | emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.tar.gz emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 100 |
1 files changed, 94 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e79e65b0c9..3e750aed54b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,94 @@ | |||
| 3 | * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the | 3 | * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the |
| 4 | number of glyphs gets smaller than the original length. | 4 | number of glyphs gets smaller than the original length. |
| 5 | 5 | ||
| 6 | 2010-07-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 7 | |||
| 8 | * lread.c (unreadpure, mapatoms_1): Make static. | ||
| 9 | |||
| 10 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * terminfo.c (tparam): Fix prototype of tparm. | ||
| 13 | |||
| 14 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> | ||
| 15 | |||
| 16 | * emacs.c (main) [PROFILING]: Use __executable_start if defined to | ||
| 17 | find start of text segment. | ||
| 18 | * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START | ||
| 19 | is defined. | ||
| 20 | |||
| 21 | * callproc.c (set_initial_environment): Avoid unbalanced braces. | ||
| 22 | |||
| 23 | 2010-07-25 Ken Brown <kbrown@cornell.edu> | ||
| 24 | |||
| 25 | * vm-limit.c (check_memory_limits): Fix previous change; | ||
| 26 | accidentally reverted an earlier change. | ||
| 27 | |||
| 28 | 2010-07-25 Ken Brown <kbrown@cornell.edu> | ||
| 29 | |||
| 30 | * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead... | ||
| 31 | * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715). | ||
| 32 | |||
| 33 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 34 | |||
| 35 | * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT. | ||
| 36 | * dired.c (opendir, readdir): Fix prototypes. | ||
| 37 | * editfns.c (w32_get_internal_run_time): Fix prototypes. | ||
| 38 | * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO. | ||
| 39 | * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes. | ||
| 40 | (telldir): Remove declaration. | ||
| 41 | * ralloc.c (real_morecore, __morecore): Fix prototypes. | ||
| 42 | * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA. | ||
| 43 | * syssignal.h (strsignal): Fix prototype. | ||
| 44 | * term.c (tparam): Fix prototype. | ||
| 45 | (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1) | ||
| 46 | (term_get_fkeys): Set inside "#ifndef DOS_NT". | ||
| 47 | * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore | ||
| 48 | and __morecore. | ||
| 49 | * w32gui.h (XParseGeometry): Fix prototype. | ||
| 50 | * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes. | ||
| 51 | * w32term.c (my_set_focus): Declare inside #if 0. | ||
| 52 | * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init) | ||
| 53 | (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit) | ||
| 54 | (drain_message_queue, get_next_msg, post_msg, parse_button) | ||
| 55 | (ClipboardSequence_Proc): Fix prototypes. | ||
| 56 | (wait_for_sync): Remove declaration. | ||
| 57 | |||
| 58 | 2010-07-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 59 | |||
| 60 | * w32fns.c (w32_to_x_color): Remove, unused. | ||
| 61 | |||
| 62 | 2010-07-24 Andreas Schwab <schwab@linux-m68k.org> | ||
| 63 | |||
| 64 | * lisp.h: Remove leftover P_. | ||
| 65 | |||
| 66 | 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 67 | |||
| 68 | * ecrt0.c, unexalpha.c: Remove files, unused. | ||
| 69 | |||
| 70 | 2010-07-24 Andreas Schwab <schwab@linux-m68k.org> | ||
| 71 | |||
| 72 | * cmds.c (internal_self_insert): Make static. | ||
| 73 | * lisp.h (internal_self_insert): Remove declaration. | ||
| 74 | |||
| 75 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 76 | |||
| 77 | * alloc.c (free_float): | ||
| 78 | * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse): | ||
| 79 | * frame.c (delete_frame_handler): | ||
| 80 | * ralloc.c (reorder_bloc): | ||
| 81 | * w32menu.c (menubar_id_to_frame, add_left_right_boundary): | ||
| 82 | Remove unused static functions. | ||
| 83 | |||
| 84 | * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS"; | ||
| 85 | it is called only from NS code. | ||
| 86 | |||
| 87 | * w32term.c (my_set_focus): #ifdef away; it is called only from | ||
| 88 | "#ifdef 0" code. | ||
| 89 | |||
| 90 | * w32fns.c (x_edge_detection): | ||
| 91 | * xfaces.c (may_use_scalable_font_p): | ||
| 92 | Remove obsolete static declarations. | ||
| 93 | |||
| 6 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | 94 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 95 | ||
| 8 | * alloc.c (emacs_blocked_free, emacs_blocked_malloc) | 96 | * alloc.c (emacs_blocked_free, emacs_blocked_malloc) |
| @@ -2732,7 +2820,7 @@ | |||
| 2732 | (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef | 2820 | (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef |
| 2733 | HAVE_XFT. | 2821 | HAVE_XFT. |
| 2734 | (something_changedCB): store_font_changed_event is now | 2822 | (something_changedCB): store_font_changed_event is now |
| 2735 | store_config_changed_event | 2823 | store_config_changed_event. |
| 2736 | (parse_settings): Rename from parse_xft_settings. Read | 2824 | (parse_settings): Rename from parse_xft_settings. Read |
| 2737 | non-xft xsettings outside #ifdef HAVE_XFT. | 2825 | non-xft xsettings outside #ifdef HAVE_XFT. |
| 2738 | (read_settings): Renamed from read_xft_settings. | 2826 | (read_settings): Renamed from read_xft_settings. |
| @@ -4481,7 +4569,7 @@ | |||
| 4481 | (scroll_end_callback): Remove. | 4569 | (scroll_end_callback): Remove. |
| 4482 | (xg_create_scroll_bar): Add parameter end_callback, bind it to | 4570 | (xg_create_scroll_bar): Add parameter end_callback, bind it to |
| 4483 | button-release-event. Replace value-changed event with change-value, | 4571 | button-release-event. Replace value-changed event with change-value, |
| 4484 | bug #5177, | 4572 | bug #5177. |
| 4485 | (xg_event_is_for_scrollbar): Only return true if button is less than 4, | 4573 | (xg_event_is_for_scrollbar): Only return true if button is less than 4, |
| 4486 | bug #5177. | 4574 | bug #5177. |
| 4487 | 4575 | ||
| @@ -4502,7 +4590,7 @@ | |||
| 4502 | 4590 | ||
| 4503 | 2009-12-12 Eli Zaretskii <eliz@gnu.org> | 4591 | 2009-12-12 Eli Zaretskii <eliz@gnu.org> |
| 4504 | 4592 | ||
| 4505 | * dispextern.h (struct text_pos): Use EMACS_INT; | 4593 | * dispextern.h (struct text_pos): Use EMACS_INT. |
| 4506 | (struct glyph): Use EMACS_INT for charpos. | 4594 | (struct glyph): Use EMACS_INT for charpos. |
| 4507 | (struct it): Use EMACS_INT for stop_charpos, end_charpos, | 4595 | (struct it): Use EMACS_INT for stop_charpos, end_charpos, |
| 4508 | region_beg_charpos, region_end_charpos, | 4596 | region_beg_charpos, region_end_charpos, |
| @@ -12068,8 +12156,8 @@ | |||
| 12068 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) | 12156 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) |
| 12069 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12157 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 12070 | 12158 | ||
| 12071 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- | 12159 | * frame.c (make_initial_frame): Call init_frame_faces(f) in |
| 12072 | fix crash due to different init order. | 12160 | CANNOT_DUMP case -- fix crash due to different init order. |
| 12073 | 12161 | ||
| 12074 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 12162 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 12075 | 12163 | ||
| @@ -12266,7 +12354,7 @@ | |||
| 12266 | * m/macppc.h: | 12354 | * m/macppc.h: |
| 12267 | * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. | 12355 | * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. |
| 12268 | 12356 | ||
| 12269 | * m/ibms390x.h (XINT, XUINT): Don't define, same as the default | 12357 | * m/ibms390x.h (XINT, XUINT): Don't define, same as the default. |
| 12270 | (SPECIAL_EMACS_INT): | 12358 | (SPECIAL_EMACS_INT): |
| 12271 | * m/ia64.h (SPECIAL_EMACS_INT): | 12359 | * m/ia64.h (SPECIAL_EMACS_INT): |
| 12272 | * m/amdx86-64.h (SPECIAL_EMACS_INT): | 12360 | * m/amdx86-64.h (SPECIAL_EMACS_INT): |