| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | More signal-handler cleanup. | Paul Eggert | 2012-09-07 | 1 | -0/+17 |
| * | | | MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl... | Eli Zaretskii | 2012-09-07 | 1 | -0/+5 |
| * | | | Fix compilation failure under ENABLE_CHECKING. | Eli Zaretskii | 2012-09-07 | 1 | -0/+4 |
| * | | | * alloc.c (mark_buffer): Revert unsafe marking optimization. | Dmitry Antipov | 2012-09-07 | 1 | -0/+5 |
| * | | | * syssignal.h (handle_on_main_thread): Always declare, | Paul Eggert | 2012-09-06 | 1 | -0/+6 |
| * | | | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -1/+55 |
| * | | | Fix bug #12327 with SIGCHLD handling on Windows and some other systems. | Eli Zaretskii | 2012-09-06 | 1 | -0/+5 |
| * | | | Explicitly mark buffer_defaults and buffer_local_symbols. | Dmitry Antipov | 2012-09-06 | 1 | -0/+15 |
| * | | | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -0/+25 |
| * | | | * alloc.c (mark_object): Revert window marking code | Dmitry Antipov | 2012-09-06 | 1 | -0/+5 |
| * | | | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -0/+50 |
| * | | | Remove redundant or unused things here and there. | Dmitry Antipov | 2012-09-05 | 1 | -0/+10 |
| * | | | Do not mark objects from deleted buffers, windows and frames. | Dmitry Antipov | 2012-09-05 | 1 | -0/+6 |
| * | | | * alloc.c (valid_lisp_object_p): Treat killed buffers, | Dmitry Antipov | 2012-09-05 | 1 | -0/+6 |
| * | | | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -0/+25 |
| * | | | * xdisp.c (set_message): Simplify and reindent last change. | Paul Eggert | 2012-09-04 | 1 | -0/+4 |
| * | | | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero | 2012-09-05 | 1 | -0/+4 |
| * | | | Implement `debug-on-message'. | Lars Ingebrigtsen | 2012-09-04 | 1 | -0/+8 |
| * | | | Give more-useful info on a fatal error (Bug#12328). | Paul Eggert | 2012-09-04 | 1 | -0/+19 |
| * | | | Macro-expand interpreted code during load. | Stefan Monnier | 2012-09-04 | 1 | -0/+6 |
| * | | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -0/+20 |
| * | | | Fix display of Arabic diacriticals on Windows, per bug #11860. | Eli Zaretskii | 2012-09-04 | 1 | -0/+8 |
| * | | | Be more systematic about _setjmp vs setjmp. | Paul Eggert | 2012-09-03 | 1 | -0/+14 |
| * | | | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 1 | -5/+1 |
| * | | | Fix minor problems found by static checking. | Paul Eggert | 2012-09-03 | 1 | -0/+9 |
| * | | | New macro with-temp-buffer-window and related fixes. | Martin Rudalics | 2012-09-03 | 1 | -0/+4 |
| * | | | * gtkutil.c: Add extern decl for Qxft. | Chong Yidong | 2012-09-03 | 1 | -0/+4 |
| * | | | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -0/+27 |
| * | | | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -0/+32 |
| * | | | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) | Paul Eggert | 2012-09-02 | 1 | -0/+6 |
| * | | | Prototype for x_wm_set_size_hint restored. | Jan Djärv | 2012-09-02 | 1 | -0/+6 |
| * | | | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -0/+29 |
| * | | | * keymap.c (push_key_description): Print M-TAB as C-M-i. | Chong Yidong | 2012-09-02 | 1 | -0/+5 |
| * | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-09-02 | 1 | -0/+10 |
| * | | | Further fix for bug #11860 with Arabic display on Windows. | Eli Zaretskii | 2012-09-01 | 1 | -0/+4 |
| * | | | Remove conflict markers and fix entries for 2012-09-01T06:38:52Z!dancol@danco... | Eli Zaretskii | 2012-09-01 | 1 | -5/+4 |
| * | | | Fix last changes related to w32 and Cygwin. | Eli Zaretskii | 2012-09-01 | 1 | -0/+6 |
| * | | | Prevent crash if w32 used before it's initialized | Daniel Colascione | 2012-09-01 | 1 | -0/+5 |
| * | | | Merge from cygw32 branch | Daniel Colascione | 2012-09-01 | 1 | -0/+72 |
| |\ \ \ |
|
| | * | | | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -0/+71 |
| * | | | | Better seed support for (random). | Paul Eggert | 2012-08-31 | 1 | -0/+9 |
| |/ / / |
|
| * | | | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov | 2012-08-31 | 1 | -0/+10 |
| * | | | Change struct frame bitfields from unsigned char to unsigned. | Dmitry Antipov | 2012-08-31 | 1 | -0/+9 |
| * | | | Remove unused member of struct x_output and struct w32_output. | Dmitry Antipov | 2012-08-31 | 1 | -0/+6 |
| * | | | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | Jan Djärv | 2012-08-30 | 1 | -0/+5 |
| * | | | * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow | Paul Eggert | 2012-08-30 | 1 | -0/+5 |
| * | | | init_lread fix for bug#12302 | Glenn Morris | 2012-08-29 | 1 | -0/+6 |
| * | | | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 1 | -0/+26 |
| * | | | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-08-28 | 1 | -0/+9 |
| |\ \ \
| |/ / |
|
| | * | | Update release logsemacs-24.2 | Chong Yidong | 2012-08-24 | 1 | -4/+4 |