diff options
| author | Nick Roberts | 2007-09-25 09:32:18 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-09-25 09:32:18 +0000 |
| commit | 1ffe7343fab7ee85cddc7ebf6d0abe0bfc0b90aa (patch) | |
| tree | 514b0b1ef2aaa27686fc6a1410895a2f91cb5a7b /src | |
| parent | ec8705b63967156f159918b2b8908211764e3383 (diff) | |
| download | emacs-1ffe7343fab7ee85cddc7ebf6d0abe0bfc0b90aa.tar.gz emacs-1ffe7343fab7ee85cddc7ebf6d0abe0bfc0b90aa.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 223 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 223 |
2 files changed, 223 insertions, 223 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d01a5029438..5042ff7b0db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1931,6 +1931,229 @@ | |||
| 1931 | 1931 | ||
| 1932 | * window.c (Fshrink_window): Reflow docstring. | 1932 | * window.c (Fshrink_window): Reflow docstring. |
| 1933 | 1933 | ||
| 1934 | 2007-06-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 1935 | |||
| 1936 | * Version 22.1 released. | ||
| 1937 | |||
| 1938 | 2007-06-01 Richard Stallman <rms@gnu.org> | ||
| 1939 | |||
| 1940 | * xfns.c (x_encode_text): Add GCPRO. | ||
| 1941 | |||
| 1942 | 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 1943 | |||
| 1944 | * xfns.c (x_set_name_internal): Save encoded name before | ||
| 1945 | x_encode_text in case string data is relocated. | ||
| 1946 | |||
| 1947 | 2007-05-31 Richard Stallman <rms@gnu.org> | ||
| 1948 | |||
| 1949 | * buffer.c (syms_of_buffer): Doc fix. | ||
| 1950 | |||
| 1951 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 1952 | |||
| 1953 | * sysdep.c (init_sys_modes): Add rather than replace with | ||
| 1954 | O_NONBLOCK. | ||
| 1955 | |||
| 1956 | * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to | ||
| 1957 | term_mouse_moveto. | ||
| 1958 | |||
| 1959 | * termhooks.h (term_mouse_moveto): New extern. | ||
| 1960 | |||
| 1961 | * term.c (mouse_face_window): Rename... | ||
| 1962 | (Qmouse_face_window): ...to this. | ||
| 1963 | (term_show_mouse_face, term_clear_mouse_face) | ||
| 1964 | (term_mouse_highlight): Use Qmouse_face_window. | ||
| 1965 | (term_mouse_moveto): New function. | ||
| 1966 | (term_mouse_position): Make it work. | ||
| 1967 | (syms_of_term): Uncomment assignment to mouse_position_hook. | ||
| 1968 | Staticpro Qmouse_face_window. | ||
| 1969 | |||
| 1970 | 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 1971 | |||
| 1972 | * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t | ||
| 1973 | around current_column call. | ||
| 1974 | |||
| 1975 | 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 1976 | |||
| 1977 | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | ||
| 1978 | * xdisp.c (next_element_from_buffer): | ||
| 1979 | * window.c (delete_window): | ||
| 1980 | * term.c (term_mouse_highlight): | ||
| 1981 | * msdos.c (getdefdir): | ||
| 1982 | * macterm.c (mac_create_bitmap_from_bitmap_data) | ||
| 1983 | (init_font_name_table): | ||
| 1984 | * fns.c (Fsxhash): | ||
| 1985 | * data.c (Fmake_local_variable): | ||
| 1986 | * ccl.c (ccl_driver): Likewise. | ||
| 1987 | |||
| 1988 | 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 1989 | |||
| 1990 | * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): | ||
| 1991 | Call mac_wakeup_from_rne on window size change. | ||
| 1992 | |||
| 1993 | 2007-05-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 1994 | |||
| 1995 | * image.c (uncache_image): Fix typo. | ||
| 1996 | |||
| 1997 | 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change) | ||
| 1998 | |||
| 1999 | * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. | ||
| 2000 | |||
| 2001 | 2007-05-22 Richard Stallman <rms@gnu.org> | ||
| 2002 | |||
| 2003 | * xterm.c (x_connection_closed): Remove NO_RETURN. | ||
| 2004 | |||
| 2005 | 2007-05-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2006 | |||
| 2007 | * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | ||
| 2008 | |||
| 2009 | 2007-05-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2010 | |||
| 2011 | * image.c (uncache_image): New function. | ||
| 2012 | (Fimage_refresh): New function. | ||
| 2013 | |||
| 2014 | 2007-05-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2015 | |||
| 2016 | * Makefile.in: Move GPM check outside HAVE_X_WINDOWS. | ||
| 2017 | |||
| 2018 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 2019 | |||
| 2020 | * config.in, keyboard.c, Makefile.in, sysdep.c, term.c, | ||
| 2021 | * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H. | ||
| 2022 | |||
| 2023 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 2024 | |||
| 2025 | * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT | ||
| 2026 | conditional on [HAVE_GPM_H]. | ||
| 2027 | |||
| 2028 | 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2029 | |||
| 2030 | * syntax.c (skip_chars): Update syntax-table only after we checked that | ||
| 2031 | the new location is valid. | ||
| 2032 | |||
| 2033 | 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2034 | |||
| 2035 | * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around | ||
| 2036 | mac_get_window_bounds. | ||
| 2037 | |||
| 2038 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 2039 | |||
| 2040 | * Makefile.in (LIBGPM): Allow it to be set from configure. | ||
| 2041 | If set then link Emacs with it. | ||
| 2042 | |||
| 2043 | * config.in: Regenerate. | ||
| 2044 | |||
| 2045 | * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): | ||
| 2046 | New externs. | ||
| 2047 | |||
| 2048 | * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT. | ||
| 2049 | Include gpm.h. | ||
| 2050 | (handle_one_term_event, term_gpm): New externs. | ||
| 2051 | |||
| 2052 | * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking | ||
| 2053 | and allow it to be interrupted by SIGIO. | ||
| 2054 | |||
| 2055 | * process.c (gpm_wait_mask, max_gpm_desc): New variables. | ||
| 2056 | (wait_reading_process_output): Wait on gpm_fd too. | ||
| 2057 | (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions. | ||
| 2058 | (add_gpm_wait_descriptor_called_flag): New variable. | ||
| 2059 | (delete_keyboard_wait_descriptor): Check gpm_wait_mask. | ||
| 2060 | |||
| 2061 | * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message) | ||
| 2062 | (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved) | ||
| 2063 | (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard): | ||
| 2064 | Extend HAVE_MOUSE ifdefs to HAVE_GPM_H. | ||
| 2065 | (make_lispy_event): Add case GPM_CLICK_EVENT. | ||
| 2066 | (read_avail_input): Handle mouse input. | ||
| 2067 | |||
| 2068 | * term.c (write_glyphs_with_face): New function. | ||
| 2069 | [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h. | ||
| 2070 | (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row) | ||
| 2071 | (mouse_face_end_col, mouse_face_past_end, mouse_face_window) | ||
| 2072 | (mouse_face_face_id, term_gpm, pos_x, pos_y) | ||
| 2073 | (last_mouse_x, last_mouse_y): New variables. | ||
| 2074 | (term_show_mouse_face, term_clear_mouse_face, fast_find_position) | ||
| 2075 | (term_mouse_highlight, term_mouse_movement, term_mouse_position) | ||
| 2076 | (term_mouse_click, handle_one_term_event, Fterm_open_connection) | ||
| 2077 | (Fterm_close_connection): New functions. | ||
| 2078 | (term_init): Initialise mouse_face_window. | ||
| 2079 | |||
| 2080 | 2007-05-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2081 | |||
| 2082 | * xdisp.c (redisplay_window): If first window line is a | ||
| 2083 | continuation line, recompute the new window start instead of | ||
| 2084 | recentering. | ||
| 2085 | |||
| 2086 | 2007-05-18 Glenn Morris <rgm@gnu.org> | ||
| 2087 | |||
| 2088 | * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD. | ||
| 2089 | Suggested by Alfred M. Szmidt <ams@gnu.org>. | ||
| 2090 | |||
| 2091 | 2007-05-17 Glenn Morris <rgm@gnu.org> | ||
| 2092 | |||
| 2093 | * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD. | ||
| 2094 | |||
| 2095 | 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2096 | |||
| 2097 | * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert | ||
| 2098 | dead key repeat and up events. | ||
| 2099 | |||
| 2100 | 2007-05-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2101 | |||
| 2102 | * image.c (pbm_load): Check image size for monochrome pbm. | ||
| 2103 | |||
| 2104 | 2007-05-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2105 | |||
| 2106 | * xterm.c (XTread_socket): Revert last change. | ||
| 2107 | |||
| 2108 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2109 | |||
| 2110 | * image.c (pbm_load): Correctly check image size for greyscale pbm. | ||
| 2111 | |||
| 2112 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). | ||
| 2113 | |||
| 2114 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2115 | |||
| 2116 | * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object | ||
| 2117 | mixup (YAILOM). | ||
| 2118 | |||
| 2119 | 2007-05-07 Andreas Schwab <schwab@suse.de> | ||
| 2120 | |||
| 2121 | * keymap.c (Flookup_key): Fix typo in last change. | ||
| 2122 | |||
| 2123 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2124 | |||
| 2125 | * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier | ||
| 2126 | mapping for unibyte strings. | ||
| 2127 | |||
| 2128 | 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2129 | |||
| 2130 | * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. | ||
| 2131 | (Fx_popup_dialog) [MAC_OSX]: Likewise. | ||
| 2132 | |||
| 2133 | 2007-04-29 Richard Stallman <rms@gnu.org> | ||
| 2134 | |||
| 2135 | * insdel.c (replace_range): For undo, record insertion first. | ||
| 2136 | |||
| 2137 | 2007-04-29 Andreas Schwab <schwab@suse.de> | ||
| 2138 | |||
| 2139 | * lisp.h (VECSIZE): Use OFFSETOF. | ||
| 2140 | |||
| 2141 | 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2142 | |||
| 2143 | * xdisp.c (try_window_reusing_current_matrix): Fix number of | ||
| 2144 | disabled lines. | ||
| 2145 | |||
| 2146 | 2007-04-28 Richard Stallman <rms@gnu.org> | ||
| 2147 | |||
| 2148 | * lread.c (read_escape): In a string, \s is always space. | ||
| 2149 | |||
| 2150 | 2007-04-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2151 | |||
| 2152 | * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog. | ||
| 2153 | |||
| 2154 | * gtkutil.c (xg_update_menubar, create_menus): Create empty | ||
| 2155 | submenu for menu bar items. | ||
| 2156 | |||
| 1934 | See ChangeLog.10 for earlier changes. | 2157 | See ChangeLog.10 for earlier changes. |
| 1935 | 2158 | ||
| 1936 | ;; Local Variables: | 2159 | ;; Local Variables: |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index b8ddfe26c9d..c5e7bc61e47 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -1,226 +1,3 @@ | |||
| 1 | 2007-06-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 22.1 released. | ||
| 4 | |||
| 5 | 2007-06-01 Richard Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * xfns.c (x_encode_text): Add GCPRO. | ||
| 8 | |||
| 9 | 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 10 | |||
| 11 | * xfns.c (x_set_name_internal): Save encoded name before | ||
| 12 | x_encode_text in case string data is relocated. | ||
| 13 | |||
| 14 | 2007-05-31 Richard Stallman <rms@gnu.org> | ||
| 15 | |||
| 16 | * buffer.c (syms_of_buffer): Doc fix. | ||
| 17 | |||
| 18 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 19 | |||
| 20 | * sysdep.c (init_sys_modes): Add rather than replace with | ||
| 21 | O_NONBLOCK. | ||
| 22 | |||
| 23 | * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to | ||
| 24 | term_mouse_moveto. | ||
| 25 | |||
| 26 | * termhooks.h (term_mouse_moveto): New extern. | ||
| 27 | |||
| 28 | * term.c (mouse_face_window): Rename... | ||
| 29 | (Qmouse_face_window): ...to this. | ||
| 30 | (term_show_mouse_face, term_clear_mouse_face) | ||
| 31 | (term_mouse_highlight): Use Qmouse_face_window. | ||
| 32 | (term_mouse_moveto): New function. | ||
| 33 | (term_mouse_position): Make it work. | ||
| 34 | (syms_of_term): Uncomment assignment to mouse_position_hook. | ||
| 35 | Staticpro Qmouse_face_window. | ||
| 36 | |||
| 37 | 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 38 | |||
| 39 | * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t | ||
| 40 | around current_column call. | ||
| 41 | |||
| 42 | 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 43 | |||
| 44 | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | ||
| 45 | * xdisp.c (next_element_from_buffer): | ||
| 46 | * window.c (delete_window): | ||
| 47 | * term.c (term_mouse_highlight): | ||
| 48 | * msdos.c (getdefdir): | ||
| 49 | * macterm.c (mac_create_bitmap_from_bitmap_data) | ||
| 50 | (init_font_name_table): | ||
| 51 | * fns.c (Fsxhash): | ||
| 52 | * data.c (Fmake_local_variable): | ||
| 53 | * ccl.c (ccl_driver): Likewise. | ||
| 54 | |||
| 55 | 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 56 | |||
| 57 | * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): | ||
| 58 | Call mac_wakeup_from_rne on window size change. | ||
| 59 | |||
| 60 | 2007-05-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 61 | |||
| 62 | * image.c (uncache_image): Fix typo. | ||
| 63 | |||
| 64 | 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change) | ||
| 65 | |||
| 66 | * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. | ||
| 67 | |||
| 68 | 2007-05-22 Richard Stallman <rms@gnu.org> | ||
| 69 | |||
| 70 | * xterm.c (x_connection_closed): Remove NO_RETURN. | ||
| 71 | |||
| 72 | 2007-05-22 Martin Rudalics <rudalics@gmx.at> | ||
| 73 | |||
| 74 | * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | ||
| 75 | |||
| 76 | 2007-05-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 77 | |||
| 78 | * image.c (uncache_image): New function. | ||
| 79 | (Fimage_refresh): New function. | ||
| 80 | |||
| 81 | 2007-05-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 82 | |||
| 83 | * Makefile.in: Move GPM check outside HAVE_X_WINDOWS. | ||
| 84 | |||
| 85 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 86 | |||
| 87 | * config.in, keyboard.c, Makefile.in, sysdep.c, term.c, | ||
| 88 | * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H. | ||
| 89 | |||
| 90 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 91 | |||
| 92 | * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT | ||
| 93 | conditional on [HAVE_GPM_H]. | ||
| 94 | |||
| 95 | 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 96 | |||
| 97 | * syntax.c (skip_chars): Update syntax-table only after we checked that | ||
| 98 | the new location is valid. | ||
| 99 | |||
| 100 | 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 101 | |||
| 102 | * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around | ||
| 103 | mac_get_window_bounds. | ||
| 104 | |||
| 105 | 2007-05-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 106 | |||
| 107 | * Makefile.in (LIBGPM): Allow it to be set from configure. | ||
| 108 | If set then link Emacs with it. | ||
| 109 | |||
| 110 | * config.in: Regenerate. | ||
| 111 | |||
| 112 | * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): | ||
| 113 | New externs. | ||
| 114 | |||
| 115 | * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT. | ||
| 116 | Include gpm.h. | ||
| 117 | (handle_one_term_event, term_gpm): New externs. | ||
| 118 | |||
| 119 | * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking | ||
| 120 | and allow it to be interrupted by SIGIO. | ||
| 121 | |||
| 122 | * process.c (gpm_wait_mask, max_gpm_desc): New variables. | ||
| 123 | (wait_reading_process_output): Wait on gpm_fd too. | ||
| 124 | (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions. | ||
| 125 | (add_gpm_wait_descriptor_called_flag): New variable. | ||
| 126 | (delete_keyboard_wait_descriptor): Check gpm_wait_mask. | ||
| 127 | |||
| 128 | * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message) | ||
| 129 | (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved) | ||
| 130 | (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard): | ||
| 131 | Extend HAVE_MOUSE ifdefs to HAVE_GPM_H. | ||
| 132 | (make_lispy_event): Add case GPM_CLICK_EVENT. | ||
| 133 | (read_avail_input): Handle mouse input. | ||
| 134 | |||
| 135 | * term.c (write_glyphs_with_face): New function. | ||
| 136 | [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h. | ||
| 137 | (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row) | ||
| 138 | (mouse_face_end_col, mouse_face_past_end, mouse_face_window) | ||
| 139 | (mouse_face_face_id, term_gpm, pos_x, pos_y) | ||
| 140 | (last_mouse_x, last_mouse_y): New variables. | ||
| 141 | (term_show_mouse_face, term_clear_mouse_face, fast_find_position) | ||
| 142 | (term_mouse_highlight, term_mouse_movement, term_mouse_position) | ||
| 143 | (term_mouse_click, handle_one_term_event, Fterm_open_connection) | ||
| 144 | (Fterm_close_connection): New functions. | ||
| 145 | (term_init): Initialise mouse_face_window. | ||
| 146 | |||
| 147 | 2007-05-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 148 | |||
| 149 | * xdisp.c (redisplay_window): If first window line is a | ||
| 150 | continuation line, recompute the new window start instead of | ||
| 151 | recentering. | ||
| 152 | |||
| 153 | 2007-05-18 Glenn Morris <rgm@gnu.org> | ||
| 154 | |||
| 155 | * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD. | ||
| 156 | Suggested by Alfred M. Szmidt <ams@gnu.org>. | ||
| 157 | |||
| 158 | 2007-05-17 Glenn Morris <rgm@gnu.org> | ||
| 159 | |||
| 160 | * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD. | ||
| 161 | |||
| 162 | 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 163 | |||
| 164 | * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert | ||
| 165 | dead key repeat and up events. | ||
| 166 | |||
| 167 | 2007-05-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 168 | |||
| 169 | * image.c (pbm_load): Check image size for monochrome pbm. | ||
| 170 | |||
| 171 | 2007-05-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 172 | |||
| 173 | * xterm.c (XTread_socket): Revert last change. | ||
| 174 | |||
| 175 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 176 | |||
| 177 | * image.c (pbm_load): Correctly check image size for greyscale pbm. | ||
| 178 | |||
| 179 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). | ||
| 180 | |||
| 181 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 182 | |||
| 183 | * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object | ||
| 184 | mixup (YAILOM). | ||
| 185 | |||
| 186 | 2007-05-07 Andreas Schwab <schwab@suse.de> | ||
| 187 | |||
| 188 | * keymap.c (Flookup_key): Fix typo in last change. | ||
| 189 | |||
| 190 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 191 | |||
| 192 | * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier | ||
| 193 | mapping for unibyte strings. | ||
| 194 | |||
| 195 | 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 196 | |||
| 197 | * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c. | ||
| 198 | (Fx_popup_dialog) [MAC_OSX]: Likewise. | ||
| 199 | |||
| 200 | 2007-04-29 Richard Stallman <rms@gnu.org> | ||
| 201 | |||
| 202 | * insdel.c (replace_range): For undo, record insertion first. | ||
| 203 | |||
| 204 | 2007-04-29 Andreas Schwab <schwab@suse.de> | ||
| 205 | |||
| 206 | * lisp.h (VECSIZE): Use OFFSETOF. | ||
| 207 | |||
| 208 | 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 209 | |||
| 210 | * xdisp.c (try_window_reusing_current_matrix): Fix number of | ||
| 211 | disabled lines. | ||
| 212 | |||
| 213 | 2007-04-28 Richard Stallman <rms@gnu.org> | ||
| 214 | |||
| 215 | * lread.c (read_escape): In a string, \s is always space. | ||
| 216 | |||
| 217 | 2007-04-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 218 | |||
| 219 | * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog. | ||
| 220 | |||
| 221 | * gtkutil.c (xg_update_menubar, create_menus): Create empty | ||
| 222 | submenu for menu bar items. | ||
| 223 | |||
| 224 | 2007-04-24 Chong Yidong <cyd@stupidchicken.com> | 1 | 2007-04-24 Chong Yidong <cyd@stupidchicken.com> |
| 225 | 2 | ||
| 226 | * Branch for 22.1. | 3 | * Branch for 22.1. |