* configure.ac (HAVE_MENUS): Remove.
[bpt/emacs.git] / src / xterm.c
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-28 Stefan MonnierRefine redisplay optimizations to only redisplay *some...
2013-11-24 Stefan MonnierExport get_pos_property to Elisp.
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-12 Paul Eggert* xterm.c (syms_of_xterm): staticpro Qalt, Qhyper,...
2013-11-12 Paul Eggert* xterm.c (syms_of_xterm): staticpro Qmodifier_value.
2013-10-29 Dmitry AntipovPrefer 'unsigned long' to 'long unsigned int' and ...
2013-10-29 Dmitry Antipov* xterm.h (struct x_output): For 'black_relief' and...
2013-10-18 Dmitry AntipovRemove port-specific display name lists to avoid extra
2013-10-14 Dmitry Antipov* termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_...
2013-10-14 Dmitry Antipov* xfaces.c (PT_PER_INCH): Remove unused macro.
2013-10-10 Dmitry Antipov* keyboard.c (init_kboard): Now static. Add arg
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-20 Paul EggertPort recent change to hosts where pointers aren't ...
2013-09-20 Dmitry Antipov* xterm.c (handle_one_xevent): Revert part of 2013...
2013-09-19 Dmitry Antipov* xterm.h (struct x_display_info): New members last_mou...
2013-09-19 Dmitry AntipovDo not use external array to process X scroll bar messages.
2013-09-18 Dmitry Antipov* frame.c (x_redo_mouse_highlight): New function
2013-09-18 Dmitry Antipov* frame.c (x_mouse_grabbed): New function.
2013-09-17 Dmitry Antipov* w32term.c (w32_read_socket): Avoid temporary
2013-09-17 Dmitry Antipov* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
2013-09-17 Dmitry Antipov* xterm.h (struct x_display_info): New member
2013-09-17 Dmitry Antipov* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-17 Paul EggertDon't overuse 'const' in types of locals.
2013-09-17 Dmitry Antipov* xterm.c (handle_one_xevent): Do not call to x_clear_area
2013-09-16 Dmitry Antipov* xterm.c (toolkit_scroll_bar_interaction): Use bool...
2013-09-16 Dmitry AntipovDo not copy X event in handle_one_xevent except KeyPres...
2013-09-16 Dmitry AntipovFix X event waiting to handle multiple frames.
2013-09-15 Dmitry AntipovDrop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is...
2013-09-15 Dmitry Antipov* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WIND...
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-13 Dmitry Antipov* xterm.h (x_window_to_frame, x_any_window_to_frame)
2013-09-12 Kenichi Handamerge trunk
2013-09-12 Dmitry Antipov* xterm.h (x_display_info): New field last_user_time...
2013-09-12 Dmitry Antipov* xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_...
2013-09-11 Dmitry AntipovCleaning up a few X scroll bar bits.
2013-09-11 Dmitry AntipovIfdef away frame tool bar code when it is not really...
2013-09-09 Dmitry AntipovCleanup frame flushing.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-05 Dmitry Antipov* frame.c (check_minibuf_window): Update 'frame' with...
2013-09-04 Dmitry Antipov* xterm.h (struct x_display_info): Do not track X conne...
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-03 Dmitry Antipov* xterm.h (struct x_output): Remove set-but-unused
2013-09-03 Dmitry Antipov* xterm.h (struct scroll_bar): Prefer int to Lisp_Object
2013-09-02 Dmitry Antipov* xterm.c (x_last_mouse_movement_time): Revert last...
2013-09-02 Dmitry Antipov* xterm.c (handle_one_xevent): Use event.xunmap and...
2013-09-02 Dmitry Antipov* xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTOR...
2013-09-02 Dmitry AntipovUse XGetMotionEvents to ask the last mouse motion time...
2013-09-02 Dmitry Antipov* msdos.c (last_mouse_window): Move to...
2013-09-02 Dmitry Antipov* xterm.c (toplevel): Drop obsolete comment and move...
2013-09-02 Dmitry Antipov* msdos.c (IT_set_terminal_window): Remove no-op.
2013-09-01 Dmitry Antipov* nsterm.m (ns_set_terminal_modes, ns_reset_terminal_mo...
2013-08-29 Dmitry Antipov* xterm.c (x_clear_area): Lost 7th arg because it is...
2013-08-28 Dmitry AntipovPrefer enum glyph_row_area to int where appropriate.
2013-08-28 Dmitry AntipovRedesign redisplay interface to drop global output_cursor.
2013-08-27 Paul EggertSimplify SELECT_TYPE-related code.
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-27 Dmitry Antipov* lisp.h (Mouse_HLInfo): Move from here...
2013-08-23 Dmitry AntipovMinor cleanup for redisplay interface and few related...
2013-08-15 Dmitry Antipov* term.c (get_named_tty, create_tty_output, tty_free_fr...
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-13 Dmitry Antipov* window.h (WINDOW_FRINGE_EXTENDED_P): New macro.
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-10 Jan Djärv* xterm.c (x_error_handler): Also ignore BadWindow...
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-08-08 Dmitry AntipovRedesign redisplay interface to drop global variable...
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-08-02 Dmitry AntipovFix X GC leak in GTK and raw (no toolkit) X ports.
2013-08-01 Dmitry Antipov* xterm.c (any_help_event_p, x_draw_glyph_string_backgr...
2013-08-01 Dmitry Antipov* xterm.c (x_flush): Call XFlush once per each X displa...
2013-08-01 Dmitry Antipov* xterm.c (last_mouse_press_frame): Remove the
2013-07-30 Dmitry Antipov* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-26 Stefan MonnierAdd support for lexical variables to the debugger's...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Jan DjärvStop cursor blink after blink-cursor-blinks (10), stop...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-10 Paul EggertPort to C89.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-30 Paul EggertDo not use GTK 3 if it exists but cannot be compiled.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-05 Paul EggertChain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-31 Paul EggertDon't let D-bus autolaunch mess up SIGCHLD handling.
2013-05-22 Kenichi Handamerge trunk
2013-05-15 Eli ZaretskiiMerge from trunk, configury not fixed yet.
2013-05-09 Paul Eggert* xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHEC...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-08 Paul Eggert* xterm.h (GTK_PREREQ): New macro.
2013-05-07 YAMAMOTO MitsuharuAdd multi-monitor support on X11.
next