summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * window.h (struct window): Replace hchild, vchild and buffer slots...Dmitry Antipov2013-03-281-76/+37
* | Reorder conditions that are written backwards...Andreas Schwab2013-03-241-5/+5
* | * frame.h (struct frame): Put menu_bar_window under #ifdef...Dmitry Antipov2013-03-221-0/+8
* | * window.h (struct window): Convert left_col, top_line, total_lines...Dmitry 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 at...Dmitry 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 from...Dmitry 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
* | Signal-handler cleanup....Paul Eggert2012-09-061-3/+8
* | Fix race conditions with signal handlers and errno....Paul Eggert2012-09-051-9/+11
* | Simplify redefinition of 'abort' (Bug#12316)....Paul Eggert2012-09-041-9/+9
* | Refactor window-system configuration...Daniel Colascione2012-08-311-11/+3
* | * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow...Paul Eggert2012-08-301-0/+1
* | Always use set_buffer_if_live to restore original buffer at unwind....Dmitry Antipov2012-08-281-1/+1
* | * dispnew.c: Use bool for boolean....Paul Eggert2012-08-271-139/+132
* | Avoid direct writes to contents member of struct Lisp_Vector....Dmitry Antipov2012-08-211-30/+33
* | * window.h (WSET): Remove....Paul Eggert2012-08-171-19/+19
* | * frame.h (FSET): Remove (Bug#12215)....Paul Eggert2012-08-171-6/+6
* | Use ASCII tests for character types....Paul Eggert2012-08-161-1/+0
* | Drop WGET and revert read access to Lisp_Objects slots of struct window....Dmitry Antipov2012-08-071-113/+112
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame....Dmitry Antipov2012-08-071-35/+34
* | Remove GNU_LIBRARY_PENDING_OUTPUT_COUNT...Glenn Morris2012-08-061-24/+1
* | Separate read and write access to Lisp_Object slots of struct window....Dmitry Antipov2012-08-061-130/+135
* | Separate read and write access to Lisp_Object slots of struct frame....Dmitry Antipov2012-08-061-40/+40
* | Use C99-style 'extern inline' if available....Paul Eggert2012-08-021-0/+3
* | Use INTERNAL_FIELD for windows....Dmitry Antipov2012-08-011-130/+131
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames....Dmitry Antipov2012-07-311-39/+40
* | EMACS_TIME simplification (Bug#11875)....Paul Eggert2012-07-101-13/+9