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/ChangeLog.10 | |
| parent | ec8705b63967156f159918b2b8908211764e3383 (diff) | |
| download | emacs-1ffe7343fab7ee85cddc7ebf6d0abe0bfc0b90aa.tar.gz emacs-1ffe7343fab7ee85cddc7ebf6d0abe0bfc0b90aa.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 223 |
1 files changed, 0 insertions, 223 deletions
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. |