- 20 May, 2007 16 commits
-
-
Nick Roberts authored
-
Nick Roberts authored
conditional on [HAVE_GPM_H].
-
Nick Roberts authored
-
Miles Bader authored
Patches applied: * emacs--rel--22 (patch 20-21) - Update from CVS 2007-05-18 Richard M. Stallman <rms@gnu.org> * lisp/simple.el (push-mark): Doc fix. 2007-05-18 Rob Riepel <riepel@Stanford.EDU> * lisp/emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to tpu-global-map. (tpu-original-global-map) Variable deleted. (tpu-control-keys-map) New keymap variable. (tpu-set-control-keys) Use tpu-reset-control-keys rather than setting keymapping directly. (tpu-reset-control-keys) Use tpu-control-keys-map instead of tpu-global-map. (tpu-edt-on): Activate the tpu-global-map. (tpu-edt-off): Deactivate the tpu-global-map. 2007-05-18 Ryan Yeske <rcyeske@gmail.com> * lisp/textmodes/ispell.el (ispell-get-word): Return markers for start and end positions. (ispell-word): Assume END is a marker. 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca> * src/syntax.c (skip_chars): Update syntax-table only after we checked that the new location is valid. 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around mac_get_window_bounds. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-759
-
Nick Roberts authored
-
Nick Roberts authored
(AC_CHECK_LIB): Add -lgpm. * config.in Regenerate.
-
Nick Roberts authored
If set then link Emacs with it.
-
Nick Roberts authored
Include gpm.h. (handle_one_term_event, term_gpm) New externs.
-
Nick Roberts authored
New externs.
-
Nick Roberts authored
(wait_reading_process_output): Wait on gpm_fd too. (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions. (add_gpm_wait_descriptor_called_flag): New variable. (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
-
Nick Roberts authored
(AC_CHECK_LIB): Add -lgpm.
-
Nick Roberts authored
(AC_CHECK_LIB): Add -lgpm. * configure: Regenerate.
-
Nick Roberts authored
and allow it to be interrupted by SIGIO.
-
Nick Roberts authored
(make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved) (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard): Extend HAVE_MOUSE ifdefs to HAVE_GPM_H. (make_lispy_event): Add case GPM_CLICK_EVENT. (read_avail_input): Handle mouse input.
-
Nick Roberts authored
[HAVE_GPM_H]: Include buffer.h, sys/fcntl.h. (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row) (mouse_face_end_col, mouse_face_past_end, mouse_face_window) (mouse_face_face_id, term_gpm, pos_x, pos_y) (last_mouse_x, last_mouse_y): New variables. (term_show_mouse_face, term_clear_mouse_face, fast_find_position) (term_mouse_highlight, term_mouse_movement, term_mouse_position) (term_mouse_click, handle_one_term_event, Fterm_open_connection) (Fterm_close_connection): New functions. (term_init): Initialise mouse_face_window.
-
Nick Roberts authored
-
- 19 May, 2007 15 commits
-
-
Dan Nicolaescu authored
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
-
Richard M. Stallman authored
-
Chong Yidong authored
This is fixed.
-
Chong Yidong authored
recompute the new window start instead of recentering.
-
Chong Yidong authored
line, recompute the new window start instead of recentering.
-
Chong Yidong authored
changes.
-
Stefan Monnier authored
the new location is valid.
-
Stefan Monnier authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
YAMAMOTO Mitsuharu authored
mac_get_window_bounds.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(Info-fontify-node): Fontify https as well as http and ftp.
-
Glenn Morris authored
-
- 18 May, 2007 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ispell-word): Assume END is a marker.
-
Richard M. Stallman authored
(tpu-original-global-map) Variable deleted. (tpu-control-keys-map) New keymap variable. (tpu-set-control-keys) Use tpu-reset-control-keys rather than setting keymapping directly. (tpu-reset-control-keys) Use tpu-control-keys-map instead of tpu-global-map. (tpu-edt-on): Activate the tpu-global-map. (tpu-edt-off): Deactivate the tpu-global-map.
-
Thien-Thi Nguyen authored
-
Francesco Potortì authored
-
Francesco Potortì authored
standalone compilation, especially important for 64bit platforms. (main, print_help): --members is now the default for etags. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Suggested by Alfred M. Szmidt <ams@gnu.org>.
-