aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert the window-text-pixel-size change from the trunkLars Magne Ingebrigtsen2015-02-071-26/+10
* Cherry-pick the `window-text-pixel-size' changeMartin Rudalics2015-02-052-15/+243
* Use bool for boolean in w32term.cEli Zaretskii2015-01-262-59/+76
* Use bool for boolean in w32fns.cEli Zaretskii2015-01-253-39/+52
* Use bool for boolean in xfns.cPaul Eggert2015-01-254-117/+130
* Count MANY function args more reliablyPaul Eggert2015-01-2536-624/+422
* Use gnustep-config if availablePaul Eggert2015-01-242-5/+7
* src/xdisp.c (init_iterator): Restore a comment lost in transition.Eli Zaretskii2015-01-222-0/+6
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-214-17/+26
* Don't downcase system diagnostics' first lettersPaul Eggert2015-01-212-30/+14
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-2110-34/+35
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-207-33/+35
* Fix double chars in NS port.Jan Djärv2015-01-202-0/+7
* Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-205-6/+14
* * dispnew.c: Remove no-longer-valid comment.Paul Eggert2015-01-201-5/+0
* Correct an old fix for GTK font selectionPaul Eggert2015-01-192-1/+5
* Fix minor bugs with printing null bytesPaul Eggert2015-01-193-2/+7
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-198-47/+68
* Verify that Qnil is zero before relying on that in redisplay.Eli Zaretskii2015-01-193-0/+25
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-1910-51/+79
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-167-65/+105
* Tiny lisp.h cleanupDmitry Antipov2015-01-163-6/+10
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-169-74/+89
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-156-8/+16
* Add set-binary-mode primitive to switch a standard stream to binary I/O.Eli Zaretskii2015-01-152-0/+57
* Flag :unknown-ca and :self-signed SSL certs (Bug#19404)Ted Zlatanov2015-01-152-1/+23
* Fix crashes on MS-Windows due to pop-up menus (Bug#19596)Eli Zaretskii2015-01-142-5/+23
* In update_frame_menubar remove garbaged code.Martin Rudalics2015-01-142-1/+4
* Never move gap in make_buffer_string_both.Dmitry Antipov2015-01-142-3/+26
* Fix last time zone handling change.Dmitry Antipov2015-01-141-11/+7
* Consistently handle time zone specification.Dmitry Antipov2015-01-142-36/+36
* remove_slash_colon need not be inlinePaul Eggert2015-01-143-12/+19
* Consolidate common path transformation code.Dmitry Antipov2015-01-144-14/+23
* Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov2015-01-143-12/+16
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-137-93/+92
* Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert2015-01-132-20/+21
* Remove now-unnecessary forward XTYPE declPaul Eggert2015-01-132-1/+7
* Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-138-41/+107
* Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change.Dmitry Antipov2015-01-132-12/+27
* In adjust_frame_size don't return too early after font size change.Martin Rudalics2015-01-132-1/+10
* Consolidate duplicated string matching code.Dmitry Antipov2015-01-134-42/+36
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-1314-30/+80
* Port to 32-bit MingGW --with-wide-intPaul Eggert2015-01-122-4/+12
* Miscellaneous tiny fixes here and there.Dmitry Antipov2015-01-124-10/+13
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-1211-44/+165
* Have 'make' output better GEN namesPaul Eggert2015-01-112-5/+11
* * src/buffer.c (init_buffer_once): Initialize buffer_local_flags early.Stefan Monnier2015-01-112-72/+95
* * coding.c (Fcoding_system_plist): Use common style for docstring.Dmitry Antipov2015-01-112-1/+5
* Port to MSB hosts without optimizationPaul Eggert2015-01-112-0/+8
* Port to 32-bit --with-wide-intPaul Eggert2015-01-1010-139/+163