summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ; Spelling and minor wording fixesPaul Eggert2017-04-143-16/+16
* | Fix segfault when calling frame_ancestor_p (Bug#26493)Martin Rudalics2017-04-141-1/+1
* | Create generated lisp files before main loaddefs.elGlenn Morris2017-04-131-1/+1
* | Small src/Makefile simplificationGlenn Morris2017-04-131-6/+2
* | New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-1215-85/+179
* | Port recent frame changes to --enable-gcc-warningsPaul Eggert2017-04-122-8/+3
* | Add new frame parameters and associated functionsMartin Rudalics2017-04-1215-316/+2230
* | Frame movement, focus and hook related changesMartin Rudalics2017-04-116-19/+77
* | Avoid abort in ftfont.c due to faulty fontsWerner LEMBERG2017-04-111-1/+2