summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-31
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-17
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Clean out old termopts cruft.Paul Eggert2012-10-10
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-19
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify SIGIO usage.Paul Eggert2012-09-12
* Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-09
* Signal-handler cleanup.Paul Eggert2012-09-06
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-05
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Refactor window-system configurationDaniel Colascione2012-08-31
* * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflowPaul Eggert2012-08-30
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* * dispnew.c: Use bool for boolean.Paul Eggert2012-08-27
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-21
* * window.h (WSET): Remove.Paul Eggert2012-08-17
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-17
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Remove GNU_LIBRARY_PENDING_OUTPUT_COUNTGlenn Morris2012-08-06
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-06
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-02
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.Glenn Morris2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-28
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-23
* Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-23
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Revert inadvertent commit in dispnew.c as part of 2012-06-08T08:44:45Z!eliz@g...Eli Zaretskii2012-06-08
* src/dispnew.c (showing_window_margins_p): Wrap in #if 0.Juanma Barranquero2012-06-08
* Mention in "C-u C-x =" display how to insert the character w/o input methods.Eli Zaretskii2012-06-08
* Clean up __executable_start, monstartup when --enable-profiling.Paul Eggert2012-05-30
* Merge from trunk.Paul Eggert2012-05-25
|\
| * Remove HAVE_LIBNCURSES; it is required to be trueGlenn Morris2012-04-30
| * Fix bug #11288 with overrunning array limits.Eli Zaretskii2012-04-20
* | Merge from trunk.Paul Eggert2012-04-09
|\|
| * Update doc to reflect new non-nil value of redisplay-dont-pause.Chong Yidong2012-03-20
* | Merge from trunk.Paul Eggert2012-02-10
|\|