aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-022-3/+3
* | | | | | | | | | | | | | | | | | * src/window.c: Fix bootstrap failure due to window.el changesStefan Monnier2016-08-021-12/+2
* | | | | | | | | | | | | | | | | | Port regex changes to strict ISO CPaul Eggert2016-08-021-2/+2
* | | | | | | | | | | | | | | | | | Remove unused STREQ macroMichal Nazarewicz2016-08-021-2/+0
* | | | | | | | | | | | | | | | | | Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz2016-08-023-14/+35
* | | | | | | | | | | | | | | | | | Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-023-25/+30
* | | | | | | | | | | | | | | | | | Get rid of re_set_syntaxMichal Nazarewicz2016-08-023-7/+29
* | | | | | | | | | | | | | | | | | Remove dead opcodes in regex bytecodeMichal Nazarewicz2016-08-021-27/+1
* | | | | | | | | | | | | | | | | | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-023-239/+181
* | | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socketPaul Eggert2016-08-021-2/+2
* | | | | | | | | | | | | | | | | | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-302-11/+14
* | | | | | | | | | | | | | | | | | Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* | | | | | | | | | | | | | | | | | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)Michal Nazarewicz2016-07-271-1/+1
* | | | | | | | | | | | | | | | | | Avoid segfaults in compute_motionEli Zaretskii2016-07-261-5/+8
* | | | | | | | | | | | | | | | | | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-116/+93
* | | | | | | | | | | | | | | | | | ‘signal’ no longer returnsPaul Eggert2016-07-2513-39/+54
* | | | | | | | | | | | | | | | | | * src/bytecode.c: Fix compilation with BYTE_CODE_SAFEStefan Monnier2016-07-211-0/+9
* | | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socketPaul Eggert2016-07-211-0/+4
* | | | | | | | | | | | | | | | | | Fix lifetime bug in tzlookupPaul Eggert2016-07-201-3/+3
* | | | | | | | | | | | | | | | | | Remove CHECK_FRAME_FONT cruft from bytecode.cPaul Eggert2016-07-201-15/+0
* | | | | | | | | | | | | | | | | | Work around GCC bug 54561 in a better wayPaul Eggert2016-07-204-15/+19
* | | | | | | | | | | | | | | | | | Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-204-26/+74
* | | | | | | | | | | | | | | | | | Prevent bar cursor overwriting next glyph (bug#16856)Alan Third2016-07-191-1/+4
* | | | | | | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-07-191-1/+1
* | | | | | | | | | | | | | | | | | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-193-4/+108
* | | | | | | | | | | | | | | | | | Keep w32 environment settings internal onlyNoam Postavsky2016-07-182-10/+28
* | | | | | | | | | | | | | | | | | Remove separate pool for popup dialogs (bug#23856)Alan Third2016-07-171-20/+4
* | | | | | | | | | | | | | | | | | Fix cursor display (bug#23993)Alan Third2016-07-161-1/+1
* | | | | | | | | | | | | | | | | | Stop worrying about Alliant in bytecode.cPaul Eggert2016-07-151-5/+3
* | | | | | | | | | | | | | | | | | Remove BYTE_MAINTAIN_TOPPaul Eggert2016-07-151-210/+10
* | | | | | | | | | | | | | | | | | Remove now-inaccurate bytecode commentsPaul Eggert2016-07-151-18/+1
* | | | | | | | | | | | | | | | | | Port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-151-16/+14
* | | | | | | | | | | | | | | | | | Remove unused SHEAP_OBJAndreas Schwab2016-07-141-1/+0
* | | | | | | | | | | | | | | | | | Omit unnecessary #includes from xwidget.cPaul Eggert2016-07-131-74/+0
* | | | | | | | | | | | | | | | | | Port xwidget.c to GCC 6 with --enable-gcc-warningsPaul Eggert2016-07-131-2/+12
* | | | | | | | | | | | | | | | | | Revert "Cleanup tooltips"John Wiegley2016-07-1214-319/+304
* | | | | | | | | | | | | | | | | | Don't install keyboard hook when debugged on MS-WindowsEli Zaretskii2016-07-121-0/+15
* | | | | | | | | | | | | | | | | | Cleanup tooltipsDmitry Antipov2016-07-1214-304/+319
* | | | | | | | | | | | | | | | | | * src/fns.c (syms_of_fns): Leave `features' lexically scopedStefan Monnier2016-07-111-0/+3
* | | | | | | | | | | | | | | | | | Fix display of composed charactersEli Zaretskii2016-07-111-2/+2
* | | | | | | | | | | | | | | | | | * src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.YAMAMOTO Mitsuharu2016-07-111-4/+6
* | | | | | | | | | | | | | | | | | An efficient built-in mapcanMario Lang2016-07-101-0/+25
* | | | | | | | | | | | | | | | | | Minor tweaks of copying text properties when padding stringsEli Zaretskii2016-07-091-1/+1
* | | | | | | | | | | | | | | | | | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-083-7/+10
* | | | | | | | | | | | | | | | | | Prevent NS event loop being re-entered (bug#11049)Alan Third2016-07-071-0/+6
* | | | | | | | | | | | | | | | | | Fix some deprecated functionsAlan Third2016-07-072-6/+6
* | | | | | | | | | | | | | | | | | Reduce consing caused by vertical motion commandsDmitry Antipov2016-07-061-0/+16
* | | | | | | | | | | | | | | | | | Fix redisplay with window-start on continuation linesEli Zaretskii2016-07-051-7/+27
* | | | | | | | | | | | | | | | | | Cleanup XEditRes hackDmitry Antipov2016-07-043-12/+7
* | | | | | | | | | | | | | | | | | Re-fix open-network-stream responsivenessPaul Eggert2016-07-041-8/+10