- 06 Aug, 2010 1 commit
-
-
Kenichi Handa authored
-
- 01 Aug, 2010 1 commit
-
-
Juanma Barranquero authored
* xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
-
- 30 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 28 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
* doc/lispref/minibuf.texi (High-Level Completion): Document args of `read-buffer-function'. * src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
-
- 27 Jul, 2010 1 commit
-
-
Ken Brown authored
-
- 25 Jul, 2010 1 commit
-
-
Christoph Scholtes authored
-
- 22 Jul, 2010 1 commit
-
-
Christoph Scholtes authored
-
- 21 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 17 Jul, 2010 1 commit
-
-
Jan D authored
is related to the menu bar (Bug#6499).
-
- 14 Jul, 2010 2 commits
-
-
Jan D authored
* gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499). * gtkutil.h (xg_event_is_for_menubar): Declare. * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter instead of Window. Call xg_event_is_for_menubar when USE_GTK (Bug#6499). * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499, i.e. don't put back ButtonRelease (Bug#6608). * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame. * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
-
Eli Zaretskii authored
w32fns.c (x_set_foreground_color): Fix setting the cursor color when it's the same as the old foreground.
-
- 10 Jul, 2010 1 commit
-
-
Chong Yidong authored
(Bug#6593).
-
- 05 Jul, 2010 2 commits
-
-
Andreas Schwab authored
* keyboard.c: Remove duplicate <setjmp.h>. (read_key_sequence): Remove volatile qualifiers.
-
YAMAMOTO Mitsuharu authored
* dispextern.h (FRINGE_HEIGHT_BITS): New define. (struct glyph_row): New members left_fringe_offset and right_fringe_offset. * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap specially. * w32term.c (w32_draw_fringe_bitmap): Likewise. * nsterm.m (ns_draw_fringe_bitmap): Likewise. * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here. Take account of bitmap offset. (draw_window_fringes): Take account of window vscroll. (update_window_fringes): Likewise. Extend top-aligned top indicator or bottom-aligned bottom indicator to adjacent rows if it doesn't fit in one row. Don't set redraw_fringe_bitmaps_p outside row comparison. Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
-
- 04 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
-
- 03 Jul, 2010 1 commit
-
-
Jan D authored
* xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid grab on just Press (Bug#6499).
-
- 02 Jul, 2010 1 commit
-
-
Chong Yidong authored
* frame.c (Qtooltip): New var. (delete_frame): Use it. Fix faulty if statement. Don't update mode line for tooltip frames. Suggested by Martin Rudalics. * xfns.c (x_create_tip_frame): * w32fns.c (x_create_tip_frame): Use it.
-
- 30 Jun, 2010 1 commit
-
-
Naohiro Aota authored
* xftfont.c (xftfont_open): Check font width one by one also when spacing is dual. * ftfont.c (ftfont_open): Ditto.
-
- 26 Jun, 2010 1 commit
-
-
Andreas Schwab authored
-
- 25 Jun, 2010 1 commit
-
-
Chong Yidong authored
* xdisp.c (next_element_from_image): Ensure that after-strings are read the next time we hit handle_stop (Bug#1336).
-
- 23 Jun, 2010 1 commit
-
-
Andreas Schwab authored
-
- 19 Jun, 2010 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 15 Jun, 2010 1 commit
-
-
Glenn Morris authored
-
- 09 Jun, 2010 1 commit
-
-
Stefan Monnier authored
Check `object's type before accessing its guts.
-
- 08 Jun, 2010 2 commits
-
-
Andreas Schwab authored
-
Juanma Barranquero authored
-
- 03 Jun, 2010 3 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
address.
-
Juanma Barranquero authored
-
- 31 May, 2010 1 commit
-
-
Stefan Monnier authored
of bug#6305).
-
- 30 May, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 27 May, 2010 1 commit
-
-
Chong Yidong authored
still valid before setting it (Bug#6177).
-
- 21 May, 2010 1 commit
-
-
enami tsugutomo authored
* src/s/netbsd.h: If terminfo is found, use it in preference to termcap.
-
- 20 May, 2010 1 commit
-
-
Chong Yidong authored
* keyboard.c (Vlast_command, Vkeyboard_translate_table) (Voverriding_terminal_local_map, Vsystem_key_alist) (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
-
- 19 May, 2010 1 commit
-
-
Stefan Monnier authored
* editfns.c (Fbyte_to_string): New function. * NEWS: Add sections for Emacs-23.3.
-
- 18 May, 2010 1 commit
-
-
Chong Yidong authored
prevent stack overflow if number of arguments is too large (Bug#6214).
-
- 11 May, 2010 3 commits
-
-
Eli Zaretskii authored
makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h. w32fns.c: Include w32.h. (Fw32_shell_execute): Decode the error message before passing it to `error'.
-
Glenn Morris authored
-
Kenichi Handa authored
-