aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant code in connect_network_socketEli Zaretskii2017-05-171-22/+19
* Fix minor timezone memory leakPaul Eggert2017-05-161-4/+1
* Do not discard AddressSanitizer stderrPaul Eggert2017-05-161-2/+5
* Simplify procname code to avoid GCC bugPaul Eggert2017-05-161-29/+24
* Pacify GCC 7 with --enable-gcc-warningsPaul Eggert2017-05-161-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-1618-44/+59
* Fix address violation found by AddressSanitizerPaul Eggert2017-05-141-6/+22
* Remove gettimeofday from w32 sourcesEli Zaretskii2017-05-141-27/+0
* Fix the MS-Windows buildEli Zaretskii2017-05-141-2/+4
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-8/+9
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+5
* Implement 1-based column numbering in mode linePerry E. Metzger2017-05-102-6/+11
* Ensure cursor's foreground color is in sync with 'default' faceEli Zaretskii2017-05-101-0/+4
* More informative error when required feature missingGlenn Morris2017-05-091-2/+11
* Put re-loaded file back at start of load-history (bug#26837)Glenn Morris2017-05-091-1/+2
* Revert "Output number of characters added to file (Bug#354)"Noam Postavsky2017-05-081-28/+7
* Fix glyph string generation for multi-font compositions (Bug#26742)YAMAMOTO Mitsuharu2017-05-081-3/+25
* New var write-region-verbose, default nilPaul Eggert2017-05-061-11/+23
* Port .gdbinit to GDB 7.11.1 + Python 2.7.12Paul Eggert2017-05-062-2/+2
* Pretty-print const Lisp_Objects in .gdbinitPaul Eggert2017-05-061-1/+1
* Pacify GCC setjmp/longjmp warningPaul Eggert2017-05-061-4/+5
* ; * src/alloc.c (make_module_function): Avoid compiler warning.Eli Zaretskii2017-05-061-1/+1
* Introduce new misc type for module functionPhilipp Stephani2017-05-065-39/+63
* * src/fileio.c (write_region): Don't say "1 characters". (Bug#26796)Eli Zaretskii2017-05-061-5/+11
* Turn on GC_CHECK_MARKED_OBJECTS by default under ENABLE_CHECKINGEli Zaretskii2017-05-061-6/+12
* Pretty-print Lisp_Object values in GDBPaul Eggert2017-05-051-0/+57
* Use ptrdiff_t, not int, for stack sizesPaul Eggert2017-05-022-2/+2
* Check list object type if --enable-gcc-warningsPaul Eggert2017-05-021-52/+53
* Constrain non-child frames to screen area in OS XCharles A. Roelli2017-05-021-1/+34
* Avoid compilation warningsEli Zaretskii2017-05-025-10/+10
* Merge from gnulibPaul Eggert2017-05-011-4/+2
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+40
* Rewrite w32fns.c's `x_set_menu_bar_lines'Martin Rudalics2017-05-012-34/+52
* Fix `delete-frame' behavior including Bug#26682Martin Rudalics2017-04-302-25/+23
* Merge from origin/emacs-25Glenn Morris2017-04-274-35/+35
|\
| * * search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193).Hong Xu2017-04-061-31/+21
| * Mention that processes start in default-directory (Bug#18515)Noam Postavsky2017-04-061-0/+4
| * * src/xdisp.c (vmessage, message): Clarify commentary.Noam Postavsky2017-04-061-3/+7
| * default-directory: Remark that it must be a directory nameTino Calancha2017-03-311-1/+3
| * Fix bug: Range-check integer ‘alpha’ frame parm valueThien-Thi Nguyen2017-03-171-1/+1
* | Fix doc and customization type of `window-combination-limit' (Bug#26673)Martin Rudalics2017-04-271-3/+9
* | Fix macOS version check (bug#26664)Alan Third2017-04-261-1/+1
* | Try to fix latest fix of w32_mouse_positionMartin Rudalics2017-04-261-14/+14
* | Avoid segfaults when 'find-font' is invoked for a TTY frameEli Zaretskii2017-04-261-11/+13
* | * src/Makefile.in (leimdir): Remove variable, no longer used.Glenn Morris2017-04-251-1/+0
* | Generate leim-list via lisp/Makefile, not src/MakefileGlenn Morris2017-04-251-4/+1
* | Fix define for GNUstep buildsAlan Third2017-04-251-1/+2
* | Fix some NS frame handling issuesAlan Third2017-04-251-15/+43
* | Fix XBM colour rendering in NS port (bug#22060)Alan Third2017-04-241-1/+1
* | Let w32_mouse_position pick a child window only if it has a child frameMartin Rudalics2017-04-231-8/+16