| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | * alloc.c (valid_lisp_object_p): Treat killed buffers, | Dmitry Antipov | 2012-09-05 | 2 | -2/+12 |
| | * | | | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 8 | -164/+178 |
| | * | | | * xdisp.c (set_message): Simplify and reindent last change. | Paul Eggert | 2012-09-04 | 2 | -6/+10 |
| | * | | | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero | 2012-09-05 | 2 | -0/+5 |
| | * | | | Implement `debug-on-message'. | Lars Ingebrigtsen | 2012-09-04 | 4 | -2/+31 |
| | * | | | Give more-useful info on a fatal error (Bug#12328). | Paul Eggert | 2012-09-04 | 5 | -10/+55 |
| | * | | | Macro-expand interpreted code during load. | Stefan Monnier | 2012-09-04 | 3 | -0/+20 |
| | * | | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 67 | -480/+464 |
| | * | | | Fix display of Arabic diacriticals on Windows, per bug #11860. | Eli Zaretskii | 2012-09-04 | 2 | -1/+13 |
| | * | | | Be more systematic about _setjmp vs setjmp. | Paul Eggert | 2012-09-03 | 4 | -12/+26 |
| | * | | | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 4 | -13/+5 |
| | * | | | Fix minor problems found by static checking. | Paul Eggert | 2012-09-03 | 5 | -4/+18 |
| | * | | | New macro with-temp-buffer-window and related fixes. | Martin Rudalics | 2012-09-03 | 2 | -0/+24 |
| | * | | | * gtkutil.c: Add extern decl for Qxft. | Chong Yidong | 2012-09-03 | 2 | -0/+5 |
| | * | | | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 11 | -105/+114 |
| | * | | | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 19 | -84/+50 |
| | * | | | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) | Paul Eggert | 2012-09-02 | 2 | -1/+7 |
| * | | | | Add files somehow forgotten by bzr git-apply. | Daniel Colascione | 2012-09-17 | 3 | -0/+258 |
| * | | | | Detect window-system from display name | Daniel Colascione | 2012-09-17 | 1 | -1/+10 |
| * | | | | Generalize fork+exec logic, add DAEMON_MUST_EXEC | Daniel Colascione | 2012-09-17 | 1 | -14/+24 |
| * | | | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 33 | -520/+912 |
| |/ / / |
|
| * | | | Prototype for x_wm_set_size_hint restored. | Jan Djärv | 2012-09-02 | 3 | -3/+7 |
| * | | | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 9 | -164/+184 |
| * | | | * keymap.c (push_key_description): Print M-TAB as C-M-i. | Chong Yidong | 2012-09-02 | 2 | -2/+14 |
| * | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-09-02 | 2 | -13/+29 |
| * | | | Further fix for bug #11860 with Arabic display on Windows. | Eli Zaretskii | 2012-09-01 | 2 | -16/+30 |
| * | | | 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 | 2 | -0/+7 |
| * | | | Prevent crash if w32 used before it's initialized | Daniel Colascione | 2012-09-01 | 2 | -1/+6 |
| * | | | Merge from cygw32 branch | Daniel Colascione | 2012-09-01 | 20 | -156/+176 |
| |\ \ \ |
|
| | * | | | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 20 | -156/+175 |
| * | | | | * sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48. | Paul Eggert | 2012-08-31 | 1 | -1/+1 |
| * | | | | Better seed support for (random). | Paul Eggert | 2012-08-31 | 5 | -26/+39 |
| |/ / / |
|
| * | | | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov | 2012-08-31 | 4 | -18/+11 |
| * | | | Change struct frame bitfields from unsigned char to unsigned. | Dmitry Antipov | 2012-08-31 | 2 | -12/+21 |
| * | | | Remove unused member of struct x_output and struct w32_output. | Dmitry Antipov | 2012-08-31 | 3 | -6/+6 |
| * | | | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | Jan Djärv | 2012-08-30 | 2 | -2/+8 |
| * | | | * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow | Paul Eggert | 2012-08-30 | 2 | -0/+6 |
| * | | | init_lread fix for bug#12302 | Glenn Morris | 2012-08-29 | 2 | -3/+12 |
| * | | | Improve NS dialogs. Add close button, remove ugly casts. | Jan Djärv | 2012-08-28 | 3 | -39/+79 |
| * | | | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-08-28 | 3 | -18/+45 |
| |\ \ \
| |/ / |
|
| | * | | Update release logsemacs-24.2 | Chong Yidong | 2012-08-24 | 1 | -4/+4 |
| | * | | Fix bug #12242 with crashes in ralloc.c on OpenBSD. | Eli Zaretskii | 2012-08-24 | 2 | -13/+37 |
| | * | | Bump version to 24.2 | Chong Yidong | 2012-08-16 | 1 | -0/+4 |
| | * | | * src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747) | Glenn Morris | 2012-08-14 | 2 | -5/+8 |
| | * | | * systime.h (EMACS_TIME_CMP): Don't cast time_t values to long. | Ulrich Mueller | 2012-08-14 | 2 | -7/+9 |
| | * | | Backport: Don't disable Unicode menus on Windows NT and later. | Eli Zaretskii | 2012-08-13 | 3 | -2/+15 |
| | * | | Backport fix for Bug#11677 from trunk | Chong Yidong | 2012-08-13 | 2 | -17/+29 |
| | * | | Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu... | Jan Djärv | 2012-08-12 | 3 | -34/+92 |
| * | | | In Fset_window_configuration install revison of reverted fix. | Martin Rudalics | 2012-08-28 | 2 | -1/+17 |