aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix usage of FRAME_Z_GROUPPhilipp Stephani2017-04-221-1/+1
* | Fix GNUstep buildAlan Third2017-04-222-16/+12
* | Add no-accept-focus and frame-list-z-order to NS portAlan Third2017-04-213-4/+81
* | Avoid infinite loop in redisplay when header-line-format is invalidEli Zaretskii2017-04-211-1/+2
* | Fix bug introduced by my last commitAlan Third2017-04-191-1/+1
* | Add new frame functionality to NS portAlan Third2017-04-197-100/+338
* | Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-183-6/+22
* | ; Spelling fixPaul Eggert2017-04-171-1/+1
* | * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-172-2/+1
* | Tighten recently-added UTF-8 checkPaul Eggert2017-04-173-3/+5
* | * src/lisp.h (STRING_SET_CHARS): Simplify assertion.Paul Eggert2017-04-171-2/+3
* | Fix assertion violations when displaying thread-related errorEli Zaretskii2017-04-171-2/+10
* | Remove unused coding enumsPaul Eggert2017-04-161-33/+0
* | Work around bug with unibyte Linux consolesPaul Eggert2017-04-161-1/+3
* | Fix redisplay performance problems with some fontsEli Zaretskii2017-04-161-10/+16
* | Add assertion to STRING_SET_CHARSEli Zaretskii2017-04-161-0/+4
* | Avoid compilation warnings on MS-WindowsEli Zaretskii2017-04-162-10/+8