aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-2112-51/+93
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-2012-51/+104
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'xwscroll' into xwidgetJoakim Verona2015-01-202-10/+83
|\ \ \
| * | | Implement native scrolling of the webkit xwidgetJoakim Verona2015-01-202-10/+83
* | | | bidi bugfixJoakim Verona2015-01-181-0/+9
|/ / /
* | | merge masterJoakim Verona2015-01-1620-154/+300
|\ \ \ | |/ /
| * | 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
* | | Fill in some bidi values for xwidgetsJoakim Verona2015-01-161-4/+20
* | | merge masterJoakim Verona2015-01-1543-417/+782
|\ \ \ | |/ /
| * | 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
* | | Update to new DEFSYM strategyJoakim Verona2015-01-114-30/+5
* | | merge master, fix conflictsJoakim Verona2015-01-11104-2128/+1158
|\ \ \ | |/ /
| * | Port to MSB hosts without optimizationPaul Eggert2015-01-112-0/+8
| * | Port to 32-bit --with-wide-intPaul Eggert2015-01-1010-139/+163
| * | Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-103-3/+10