summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-0/+5
* Fixed C compilation problems.Eli Zaretskii2013-09-051-1/+2
* Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-901/+553
|\
| * Move Flast_nonminibuf_frame from dispnew.c to frame.c.Martin Rudalics2013-09-021-14/+0
| * * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-011-3/+1
| * Prefer enum glyph_row_area to int where appropriate.Dmitry Antipov2013-08-281-1/+1
| * Redesign redisplay interface to drop global output_cursor.Dmitry Antipov2013-08-281-13/+12
| * Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-9/+7
| * Redesign redisplay interface to drop updated_row and updated_area.Dmitry Antipov2013-08-231-37/+21
| * * window.h (struct window): Convert window_end_pos andDmitry Antipov2013-08-141-2/+1
| * * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-21/+10
| * Redesign redisplay interface to drop global variable updated_window.Dmitry Antipov2013-08-081-24/+20
| * New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-5/+3
| * * dispnew.c (glyph_matrix_count, glyph_pool_count):Dmitry Antipov2013-08-041-19/+30
| * Port to GNU/Linux systems with tinfo but not ncurses.Paul Eggert2013-07-231-1/+1
| * * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-1/+1
| * Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-9/+8
| * Port to C89.Paul Eggert2013-07-101-2/+4
| * Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-8/+8
| * Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-2/+2
| * * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-76/+37
| * Reorder conditions that are written backwardsAndreas Schwab2013-03-241-5/+5
| * * frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov2013-03-221-0/+8
| * * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-11/+11
| * * src/dispnew.c (bitch_at_user): Use `user-error'.Stefan Monnier2013-03-171-1/+5
| * Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+1
| * Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-101-2/+2
| * Minor getenv-related fixes.Paul Eggert2013-02-121-3/+1
| * Remove obsolete redisplay code. See the discussion atDmitry Antipov2013-01-281-75/+3
| * * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-21/+1
| * * window.h (struct window): Change window_end_valid member fromDmitry Antipov2013-01-221-2/+2
| * Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
| |\
| | * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
| * | Spelling fixes.Paul Eggert2012-12-141-1/+1
| * | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-121-5/+4
| * | Omit glyphs initialization at startup.Dmitry Antipov2012-11-131-69/+13
| * | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-6/+4
| * | Simplify by assuming __fpending.Paul Eggert2012-11-041-4/+2
| * | Remove EMACS_OUTQSIZE+sleep hack.Paul Eggert2012-11-041-15/+1
| * | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-18/+2
| |/
| * Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-0/+2
| * Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+4
| * keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-4/+5
| * Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-7/+7
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-15/+11
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-1/+1
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Simplify SIGIO usage.Paul Eggert2012-09-121-1/+1
| * Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-091-0/+5