aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Frame width was not updated in fullscreen when scroll bars where removed/added.Jan Djärv2010-01-081-1/+4
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fsend_string_to_terminal): Amend doc string to cover batch mode.Alan Mackenzie2009-09-111-2/+3
* (Fsend_string_to_terminal): Make it work again on the initial terminal as well.Stefan Monnier2009-09-031-11/+19
* * dispnew.c (init_display): Use Qx, Qw32, and Qns.Chong Yidong2009-07-261-3/+3
* * keyboard.c (Fset_input_meta_mode): Doc fix.Chong Yidong2009-04-221-1/+1
* (redraw_overlapping_rows): Fix detection ofYAMAMOTO Mitsuharu2009-04-081-3/+3
* * dispnew.c (window_change_signal): Don't try to get the size of aDan Nicolaescu2009-01-301-0/+5
* (buffer_posn_from_coords): Use Fset_buffer instead of settingChong Yidong2009-01-251-3/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-2/+2
* (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-2/+11
* (update_frame): Flush termscript for MSDOS frames as well as for TTY.Eli Zaretskii2008-10-041-3/+5
* (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.Eli Zaretskii2008-10-041-2/+6
* (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.Stefan Monnier2008-09-301-0/+3
* (init_display): Return earlier when running as aDan Nicolaescu2008-09-281-4/+4
* * lisp.h (is_daemon): Declare.Dan Nicolaescu2008-09-241-0/+4
* (init_display): Set `tty's association in frame's parameters alist to the nameEli Zaretskii2008-08-301-1/+7
* (init_display): Remove MS-DOS specific conditions for callingEli Zaretskii2008-08-231-8/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-30/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-14/+0
* (init_display): Remove code for X10.Dan Nicolaescu2008-07-221-2/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+18
* (direct_output_for_insert): Avoid direct output when inserting a spaceChong Yidong2008-06-241-0/+1
* (Flast_nonminibuf_frame): Handle the NULL case.Stefan Monnier2008-06-071-2/+3
* * window.el (display-buffer-function, special-display-p)Stefan Monnier2008-06-051-0/+12
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (fonts_changed_p): Comment improved.Kenichi Handa2008-05-141-1/+3
* (update_frame_1): Check if tty output is still valid before flushingChong Yidong2008-05-131-12/+16
* (change_frame_size_1): Preserve small windows when shrinkingMartin Rudalics2008-05-011-3/+3
* Merge from emacs--rel--22Miles Bader2008-03-101-1/+1
|\
| * (adjust_glyph_matrix): Initialize window_height.Jason Rumney2008-03-051-1/+1
* | (line_draw_cost): Fix invalid glyph check.Kim F. Storm2008-03-011-1/+1
* | (line_draw_cost): Adapt to new glyph type.Kim F. Storm2008-02-271-26/+32
* | Merge from emacs--devo--0Miles Bader2008-01-301-3/+1
|\ \
| * | * window.c (run_window_configuration_change_hook): New function.Stefan Monnier2008-01-281-3/+1
* | | Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\| |
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\|
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-0/+4
|\| |
| * | (init_display) [WINDOWSNT]: Hardcode terminal_type.Jason Rumney2007-11-211-0/+4
* | | Merge from emacs--devo--0Miles Bader2007-11-111-1/+1
|\| |
| * | * s/usg5-4.h:Dan Nicolaescu2007-10-311-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-271-1/+5
|\| |
| * | Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-1/+5
* | | Merge from emacs--devo--0Miles Bader2007-10-151-1/+1
|\| |
| * | Replace `abs' with `eabs'.Eli Zaretskii2007-10-131-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-111-163/+226
|\| |