aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 configurationDaniel Colascione2012-08-311-11/+3
* * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflowPaul 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_COUNTGlenn 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
* * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.Glenn Morris2012-07-101-7/+8
* More xmalloc and related cleanup.Paul Eggert2012-07-051-22/+11
* Cleanup xmalloc.Dmitry Antipov2012-07-051-17/+6
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-19/+19
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-60/+60
* Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-231-5/+2
* Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-231-2/+5
* Support higher-resolution time stamps.Paul Eggert2012-06-221-92/+38
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Revert inadvertent commit in dispnew.c as part of 2012-06-08T08:44:45Z!eliz@g...Eli Zaretskii2012-06-081-6/+1
* src/dispnew.c (showing_window_margins_p): Wrap in #if 0.Juanma Barranquero2012-06-081-0/+2
* Mention in "C-u C-x =" display how to insert the character w/o input methods.Eli Zaretskii2012-06-081-1/+4
* Clean up __executable_start, monstartup when --enable-profiling.Paul Eggert2012-05-301-4/+6
* Merge from trunk.Paul Eggert2012-05-251-7/+12
|\
| * Remove HAVE_LIBNCURSES; it is required to be trueGlenn Morris2012-04-301-3/+4
| * Fix bug #11288 with overrunning array limits.Eli Zaretskii2012-04-201-4/+8
* | Merge from trunk.Paul Eggert2012-04-091-12/+17
|\ \ | |/