| Age | Commit message (Expand) | Author |
| 2012-09-05 | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert |
| 2012-09-04 | * xdisp.c (set_message): Simplify and reindent last change. | Paul Eggert |
| 2012-09-05 | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero |
| 2012-09-04 | Implement `debug-on-message'. | Lars Ingebrigtsen |
| 2012-09-04 | Give more-useful info on a fatal error (Bug#12328). | Paul Eggert |
| 2012-09-04 | Macro-expand interpreted code during load. | Stefan Monnier |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-09-04 | Fix display of Arabic diacriticals on Windows, per bug #11860. | Eli Zaretskii |
| 2012-09-03 | Be more systematic about _setjmp vs setjmp. | Paul Eggert |
| 2012-09-03 | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert |
| 2012-09-03 | Fix minor problems found by static checking. | Paul Eggert |
| 2012-09-03 | New macro with-temp-buffer-window and related fixes. | Martin Rudalics |
| 2012-09-03 | * gtkutil.c: Add extern decl for Qxft. | Chong Yidong |
| 2012-09-02 | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert |
| 2012-09-02 | Clean up some extern decls. | Paul Eggert |
| 2012-09-02 | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) | Paul Eggert |
| 2012-09-02 | Prototype for x_wm_set_size_hint restored. | Jan Djärv |
| 2012-09-02 | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert |
| 2012-09-02 | * keymap.c (push_key_description): Print M-TAB as C-M-i. | Chong Yidong |
| 2012-09-02 | src/makefile.w32-in: Update dependencies. | Juanma Barranquero |
| 2012-09-01 | Further fix for bug #11860 with Arabic display on Windows. | Eli Zaretskii |
| 2012-09-01 | Remove conflict markers and fix entries for 2012-09-01T06:38:52Z!dancol@danco... | Eli Zaretskii |
| 2012-09-01 | Fix last changes related to w32 and Cygwin. | Eli Zaretskii |
| 2012-09-01 | Prevent crash if w32 used before it's initialized | Daniel Colascione |
| 2012-09-01 | Merge from cygw32 branch | Daniel Colascione |
| 2012-08-31 | Refactor window-system configuration | Daniel Colascione |
| 2012-08-31 | Better seed support for (random). | Paul Eggert |
| 2012-08-31 | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov |
| 2012-08-31 | Change struct frame bitfields from unsigned char to unsigned. | Dmitry Antipov |
| 2012-08-31 | Remove unused member of struct x_output and struct w32_output. | Dmitry Antipov |
| 2012-08-30 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | Jan Djärv |
| 2012-08-30 | * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow | Paul Eggert |
| 2012-08-29 | init_lread fix for bug#12302 | Glenn Morris |
| 2012-08-28 | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv |
| 2012-08-28 | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris |
| 2012-08-28 | In Fset_window_configuration install revison of reverted fix. | Martin Rudalics |
| 2012-08-28 | Remove handling of auto-buffer-name window parameter. | Martin Rudalics |
| 2012-08-28 | Do not allow to set major mode for a dead buffer. | Dmitry Antipov |
| 2012-08-28 | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov |
| 2012-08-28 | Fix usage of set_buffer_internal. | Dmitry Antipov |
| 2012-08-27 | * dispnew.c: Use bool for boolean. | Paul Eggert |
| 2012-08-27 | In Fset_window_configuration revert first part of last change. | Martin Rudalics |
| 2012-08-27 | * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize | Jan Djärv |
| 2012-08-27 | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert |
| 2012-08-27 | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert |
| 2012-08-27 | Fix spare memory change. | Dmitry Antipov |
| 2012-08-27 | Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208). | Martin Rudalics |
| 2012-08-27 | Special MEM_TYPE_SPARE to denote reserved memory. | Dmitry Antipov |
| 2012-08-26 | Spelling fixes. | Paul Eggert |
| 2012-08-26 | Remove unused external symbols. | Paul Eggert |