| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix last commit for TTYs. | Eli Zaretskii | 2013-12-19 | 1 | -5/+2 |
| * | Fix bug #16192 with highlight of display margins when region is active | Eli Zaretskii | 2013-12-19 | 2 | -10/+20 |
| * | Fix bug #16190 with documentation of capitalize-word. | Eli Zaretskii | 2013-12-19 | 2 | -3/+21 |
| * | Make NS port use the normal dnd functions. | Jan Djärv | 2013-12-19 | 3 | -77/+69 |
| * | Redo size constraint for NS so frames can span screens. | Jan Djärv | 2013-12-19 | 3 | -17/+71 |
| * | Generate HORIZ_WHEEL_EVENT. | Jan Djärv | 2013-12-19 | 2 | -2/+16 |
| * | Add comment to my previous lread.c change. | Paul Eggert | 2013-12-18 | 1 | -1/+4 |
| * | Minor fixes for recent openp changes. | Paul Eggert | 2013-12-18 | 9 | -25/+62 |
| * | Avoid compiler warnings in w32fns.c:emacs_abort. | Eli Zaretskii | 2013-12-18 | 2 | -1/+11 |
| * | * src/lread.c (openp): Further fix for previous. | Glenn Morris | 2013-12-17 | 1 | -2/+3 |
| * | * src/lread.c (openp): Fix previous change (don't leak file descriptors) | Glenn Morris | 2013-12-17 | 1 | -0/+1 |
| * | Add load-prefer-newer option, to load .el if newer than .elc | Glenn Morris | 2013-12-17 | 11 | -57/+124 |
| * | * src/emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend. | Glenn Morris | 2013-12-17 | 2 | -1/+4 |
| * | Fix minor problems in Windows emulation of getloadavg. | Eli Zaretskii | 2013-12-17 | 2 | -1/+23 |
| * | Fix some warnings in w32 specific code. | Eli Zaretskii | 2013-12-17 | 7 | -12/+41 |
| * | Fix problems with CANNOT_DUMP and EMACSLOADPATH. | Paul Eggert | 2013-12-16 | 2 | -2/+13 |
| * | Fix compilation errors introduced by changes in extend_face_to_end_of_line. | Eli Zaretskii | 2013-12-16 | 2 | -1/+6 |
| * | A better fix for bug #16148 and related issues. | Eli Zaretskii | 2013-12-16 | 3 | -31/+64 |
| * | * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy. | Paul Eggert | 2013-12-16 | 2 | -0/+18 |
| * | Fix bug #16165 with memory corruption by extend_face_to_end_of_line. | Eli Zaretskii | 2013-12-16 | 2 | -12/+25 |
| * | * gnutls.c (Fgnutls_boot): Properly check Flistp return value. | Andreas Schwab | 2013-12-16 | 2 | -1/+5 |
| * | Fix bug#16161: CHECK_LIST_CONS fails on nil | Ted Zlatanov | 2013-12-16 | 2 | -1/+7 |
| * | Fix recent w32_enable_frame_resize_hack and display-buffer-below-selected fixes. | Martin Rudalics | 2013-12-16 | 2 | -1/+5 |
| * | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 6 | -5/+58 |
| * | Fix bug with conditionals in expand-file-name on MS-Windows. | Eli Zaretskii | 2013-12-15 | 2 | -2/+4 |
| * | Fix bug #16152 with crashes in process-send-eof on MS-Windows. | Eli Zaretskii | 2013-12-15 | 2 | -13/+26 |
| * | Minor fix in Windows-specific code in decode_env_path. | Eli Zaretskii | 2013-12-15 | 2 | -2/+8 |
| * | src/w32*.c: Silence compiler warnings. | Juanma Barranquero | 2013-12-15 | 3 | -5/+10 |
| * | Fix bug #16151 with background of display margins. | Eli Zaretskii | 2013-12-15 | 2 | -5/+89 |
| * | Fix session GUI startup. | Eli Zaretskii | 2013-12-15 | 2 | -1/+6 |
| * | Add ChangeLog entry for previous checkin of gnutls.c. | Paul Eggert | 2013-12-14 | 1 | -0/+5 |
| * | Use bool for boolean (GLYPH_DEBUG case). | Paul Eggert | 2013-12-14 | 4 | -11/+11 |
| * | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 42 | -745/+863 |
| * | Fix bug #16148 with visual-mode cursor motion and whitespace-newline-mode. | Eli Zaretskii | 2013-12-14 | 2 | -6/+18 |
| * | New verify-error GnuTLS interface for certificate validation | Ted Zlatanov | 2013-12-14 | 2 | -18/+37 |
| * | Hack frame resizing on Windows (Bug#16028). | Martin Rudalics | 2013-12-14 | 2 | -21/+35 |
| * | Revert 2 last commits in src/alloc.c. | Eli Zaretskii | 2013-12-14 | 2 | -9/+1 |
| * | Minor tweak of the last commit. | Eli Zaretskii | 2013-12-14 | 1 | -1/+1 |
| * | Avoid crashing due to closing of font whose driver pointer is NULL. | Eli Zaretskii | 2013-12-14 | 2 | -1/+9 |
| * | src/fileio.c: Remove redundant empty #ifdef. | Eli Zaretskii | 2013-12-14 | 1 | -3/+0 |
| * | Fix copy-file on MS-Windows with file names outside of current locale. | Eli Zaretskii | 2013-12-14 | 4 | -46/+137 |
| * | * lread.c (load_path_default): Prototype. | Paul Eggert | 2013-12-13 | 2 | -1/+5 |
| * | Unconditionally reset load-path after dumping | Glenn Morris | 2013-12-13 | 2 | -131/+94 |
| * | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 11 | -47/+19 |
| * | * font.c (font_close_object): Check for live frame (Bug#16128). | Dmitry Antipov | 2013-12-13 | 2 | -2/+10 |
| * | * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending): | Paul Eggert | 2013-12-12 | 3 | -7/+26 |
| * | Fix bug in previous regex.c change, which broke a\{2,}. | Paul Eggert | 2013-12-12 | 1 | -5/+5 |
| * | Remove stale comment from fileio.c. | Eli Zaretskii | 2013-12-12 | 1 | -1/+0 |
| * | Spelling fixes. | Paul Eggert | 2013-12-12 | 1 | -4/+4 |
| * | Avoid undefined behavior with huge regexp interval counts. | Paul Eggert | 2013-12-12 | 2 | -11/+17 |