| Commit message (Expand) | Author | Age | Files | Lines |
* | Tune pseudovector allocation assuming Qnil == 0 | Dmitry Antipov | 2015-01-16 | 1 | -0/+17 |
* | Give up on -Wsuggest-attribute=const | Paul Eggert | 2015-01-15 | 1 | -0/+11 |
* | Add set-binary-mode primitive to switch a standard stream to binary I/O. | Eli Zaretskii | 2015-01-15 | 1 | -0/+7 |
* | Flag :unknown-ca and :self-signed SSL certs (Bug#19404) | Ted Zlatanov | 2015-01-15 | 1 | -0/+7 |
* | Fix crashes on MS-Windows due to pop-up menus (Bug#19596) | Eli Zaretskii | 2015-01-14 | 1 | -0/+5 |
* | In update_frame_menubar remove garbaged code. | Martin Rudalics | 2015-01-14 | 1 | -0/+4 |
* | Never move gap in make_buffer_string_both. | Dmitry Antipov | 2015-01-14 | 1 | -0/+4 |
* | Consistently handle time zone specification. | Dmitry Antipov | 2015-01-14 | 1 | -0/+5 |
* | remove_slash_colon need not be inline | Paul Eggert | 2015-01-14 | 1 | -0/+6 |
* | Consolidate common path transformation code. | Dmitry Antipov | 2015-01-14 | 1 | -0/+4 |
* | Avoid extra multibyteness check in ENCODE_FILE users. | Dmitry Antipov | 2015-01-14 | 1 | -0/+8 |
* | Use bool for boolean in xmenu.c, xml.c | Paul Eggert | 2015-01-13 | 1 | -0/+22 |
* | Don't say Fnext_read_file_uses_dialog_p is const | Paul Eggert | 2015-01-13 | 1 | -0/+11 |
* | Remove now-unnecessary forward XTYPE decl | Paul Eggert | 2015-01-13 | 1 | -0/+7 |
* | Fix problems with 32-bit wide-int build exposed by MinGW | Eli Zaretskii | 2015-01-13 | 1 | -0/+39 |
* | Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change. | Dmitry Antipov | 2015-01-13 | 1 | -0/+5 |
* | In adjust_frame_size don't return too early after font size change. | Martin Rudalics | 2015-01-13 | 1 | -0/+5 |
* | Consolidate duplicated string matching code. | Dmitry Antipov | 2015-01-13 | 1 | -0/+9 |
* | Support const and noreturn DEFUN attributes. | Dmitry Antipov | 2015-01-13 | 1 | -0/+20 |
* | Port to 32-bit MingGW --with-wide-int | Paul Eggert | 2015-01-12 | 1 | -0/+9 |
* | Miscellaneous tiny fixes here and there. | Dmitry Antipov | 2015-01-12 | 1 | -0/+7 |
* | Adjust frame heights to real height of tool bar. | Martin Rudalics | 2015-01-12 | 1 | -0/+46 |
* | Have 'make' output better GEN names | Paul Eggert | 2015-01-11 | 1 | -0/+7 |
* | * src/buffer.c (init_buffer_once): Initialize buffer_local_flags early. | Stefan Monnier | 2015-01-11 | 1 | -0/+6 |
* | * coding.c (Fcoding_system_plist): Use common style for docstring. | Dmitry Antipov | 2015-01-11 | 1 | -0/+4 |
* | Port to MSB hosts without optimization | Paul Eggert | 2015-01-11 | 1 | -0/+7 |
* | Port to 32-bit --with-wide-int | Paul Eggert | 2015-01-10 | 1 | -0/+22 |
* | Port to HAVE_FREETYPE && !HAVE_XFT | Paul Eggert | 2015-01-10 | 1 | -0/+7 |
* | Port Qnil==0 changes to 32-bit --with-wide-int | Paul Eggert | 2015-01-10 | 1 | -0/+9 |
* | MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880) | Eli Zaretskii | 2015-01-10 | 1 | -0/+21 |
* | Refactor pointer-to-integer conversion | Paul Eggert | 2015-01-09 | 1 | -0/+9 |
* | Fix line-move-visual's following of column in R2L lines. | Eli Zaretskii | 2015-01-08 | 1 | -0/+5 |
* | Fix GDB accesses to the 'nil's name. | Eli Zaretskii | 2015-01-08 | 1 | -0/+5 |
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535) | Eli Zaretskii | 2015-01-08 | 1 | -0/+23 |
* | Port new Lisp symbol init to x86 --with-wide-int | Paul Eggert | 2015-01-08 | 1 | -0/+6 |
* | * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL. | Paul Eggert | 2015-01-07 | 1 | -0/+5 |
* | * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0. | Paul Eggert | 2015-01-07 | 1 | -0/+3 |
* | Port Qnil==0 XUNTAG to clang | Paul Eggert | 2015-01-07 | 1 | -0/+7 |
* | # ChangeLog fixes | Glenn Morris | 2015-01-07 | 1 | -2/+2 |
* | Port GFileMonitor * hack to Qnil==0 platforms | Paul Eggert | 2015-01-07 | 1 | -0/+7 |
* | src/window.c (Fwindow_body_width): Doc fix. (Bug#19395) | Eli Zaretskii | 2015-01-08 | 1 | -0/+4 |
* | NS: Fix frame size when height and font set at startup. | Jan D | 2015-01-06 | 1 | -0/+5 |
* | * lisp.h (XSYMBOL): Parenthesize id in forward decl. | Paul Eggert | 2015-01-05 | 1 | -0/+6 |
* | MS-Windows followup to previous commit | Eli Zaretskii | 2015-01-05 | 1 | -0/+6 |
* | Use 0 for Qnil | Paul Eggert | 2015-01-05 | 1 | -0/+18 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -0/+72 |
* | 'temacs -nw' should not call missing functions | Paul Eggert | 2015-01-04 | 1 | -0/+9 |
* | # ChangeLog fixes | Glenn Morris | 2015-01-04 | 1 | -18/+34 |
* | Less 'make' chatter for lisp dir | Paul Eggert | 2015-01-03 | 1 | -0/+4 |
* | batch write-region no longer says "Wrote FOO" | Paul Eggert | 2015-01-03 | 1 | -0/+7 |