comparison src/ChangeLog @ 84853:5c69e3545a1b

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 25 Sep 2007 09:30:04 +0000
parents 929fc5745133
children 07824eca67a8
comparison
equal deleted inserted replaced
84852:929fc5745133 84853:5c69e3545a1b
1929 1929
1930 2007-06-01 Juanma Barranquero <lekktu@gmail.com> 1930 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
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:
1937 ;; coding: iso-2022-7bit 2160 ;; coding: iso-2022-7bit
1938 ;; add-log-time-zone-rule: t 2161 ;; add-log-time-zone-rule: t