- 16 Feb, 2009 3 commits
-
-
Andreas Schwab authored
string.
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
- 14 Feb, 2009 2 commits
-
-
Chong Yidong authored
member. * xdisp.c (push_it, pop_it): Save and restore line_wrap. (handle_line_prefix): Suppress wrapping of wrap prefixes.
-
Eli Zaretskii authored
(IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long. Encode the entire run of glyphs sharing the same face, instead of doing that one glyph at a time (fixes a bug with displaying double-size characters).
-
- 13 Feb, 2009 2 commits
-
-
Adrian Robert authored
* nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog. \n \n* nsmenu.m (pop_down_menu): Check popup_activated_flag. \n(ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let \npop_down_menu do the cleanup work as it is always called. (Bug#2154) \n \n* nsfont.m (nsfont_make_fontset_for_font): For now, don't try to \nset fontset font for 'mathematical-' sub-scripts. (Bug #2218)\n
-
Juanma Barranquero authored
-
- 12 Feb, 2009 5 commits
-
-
Stefan Monnier authored
-
Jason Rumney authored
(add_font_entity_to_list): Call check_face_name even when family is unspecified.
-
Jason Rumney authored
Release DC when finished. Use NULL window to refer to desktop. (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
-
Jason Rumney authored
-
Kenichi Handa authored
(composition_gstring_width): Fix handling of LGLYPH_YOFF. (autocmp_chars): Use fast_looking_at. Don't compose more characters than MAX_COMPOSITION_COMPONENST. (find_automatic_composition): While looking forward and backward, check static composition. Fix where to stop looking forward. (composition_adjust_point): Fix checking of static composition. (Fcomposition_get_gstring): Pay attention to MAX_COMPOSITION_COMPONENST.
-
- 11 Feb, 2009 3 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
- 10 Feb, 2009 1 commit
-
-
Andreas Schwab authored
when using encoded data.
-
- 09 Feb, 2009 1 commit
-
-
Kenichi Handa authored
-
- 08 Feb, 2009 1 commit
-
-
Jason Rumney authored
disappeared while hourglass was displayed. (Bug #2193)
-
- 07 Feb, 2009 4 commits
-
-
Andreas Schwab authored
-
Adrian Robert authored
when modal window is active. (Bug #2152) (applicationShouldTerminate:): Remove now-unneeded while loop around NSRunAlertPanel. * nsmenu.m (popupSession): New file-global variable. (pop_down_menu): End the popupSession before closing dialog. (ns_popup_dialog): BLOCK_INPUT around dialog presentation. (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous), don't query NSApp for events (just sleep instead).
-
Eli Zaretskii authored
discourage use for character code unification.
-
Chong Yidong authored
-
- 06 Feb, 2009 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
found (Bug#2147).
-
- 05 Feb, 2009 1 commit
-
-
Juanma Barranquero authored
Fix typo in docstring.
-
- 04 Feb, 2009 3 commits
-
-
Adrian Robert authored
(ns_popup_dialog): Call it on unwind. (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and call timer_check() (Bug#2154). (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if handling_signal is set. (EmacsMenu-fillWithWidgetValue:): Set submenu title. * s/darwin.h: Same and NO_SOCK_SIGIO as well. * nsterm.m (ns_read_socket): Same and don't set handling_signal. * keyboard.c (poll_for_input_1, handle_async_input): Set handling_signal under HAVE_NS.
-
Glenn Morris authored
-
Kenichi Handa authored
-
- 02 Feb, 2009 2 commits
-
-
Andreas Schwab authored
-
Adrian Robert authored
-
- 01 Feb, 2009 1 commit
-
-
Adrian Robert authored
XT,w32read_socket changes to ns_read_socket. * keyboard.c (handle_interrupt): Don't call quit_throw_to_read_char() under NS. * blockinput.h: Remove NS-specific code.
-
- 30 Jan, 2009 6 commits
-
-
Dan Nicolaescu authored
suspended tty frame. * term.c (Fresume_tty): Resize if the size has changed while the tty was suspended.
-
Dan Nicolaescu authored
-
Juanma Barranquero authored
* w32term.c (w32_read_socket) [SYNC_INPUT]: Remove; this code is not used on Windows.
-
Eli Zaretskii authored
stray ^M characters.
-
Juanma Barranquero authored
* keyboard.c (pending_signals, handle_async_input, init_keyboard): * w32inevt.c (w32_console_read_socket): * w32term.c (w32_read_socket): * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
-
Chong Yidong authored
Initialize it as a relative filename pattern. (init_callproc): Don't initialize Vtemp_file_name_pattern here. (Fcall_process_region): Simplify temp file creation using temporary-file-directory.
-
- 29 Jan, 2009 3 commits
-
-
Eli Zaretskii authored
(sig_suspender, sigprocmask): Adjust.
-
Chong Yidong authored
-
Chong Yidong authored
(poll_for_input, input_available_signal, init_keyboard): Set it. (process_pending_signals): New function. * lisp.h (QUIT): Check pending_signals instead of interrupt_input_pending. Use process_pending_signals. * atimer.c (run_timers, alarm_signal_handler): Update pending_signals. * process.c (wait_reading_process_output): Use process_pending_signals. * sysdep.c (emacs_write): Use process_pending_signals. * xterm.c (XTread_socket): Update pending_signals. * w32term.c (w32_read_socket): Update pending_signals. * w32inevt.c (w32_console_read_socket): Update pending_signals. * blockinput.h: Add declaration for pending_signals.
-