aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix create_process bug breaking eudc-expand-inlinePaul Eggert2018-03-101-3/+3
* | Allow underline position variables be buffer-localAaron Jensen2018-03-104-17/+83
* | Fix string-to-number C-level mishandlingPaul Eggert2018-03-092-2/+6
* | Avoid losing info when formatting integersPaul Eggert2018-03-081-55/+41
* | Merge from origin/emacs-26Glenn Morris2018-03-081-1/+1
|\ \ | |/
| * Replace some obsolete aliases in documentationGlenn Morris2018-03-061-1/+1
* | Fix 'window-text-pixel-size' when display properties are aroundEli Zaretskii2018-03-081-8/+37
* | Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-03-073-11/+54
* | Rename marker_free_list to misc_free_listDaniel Colascione2018-03-041-10/+10
* | Merge from origin/emacs-26Glenn Morris2018-03-021-0/+3
|\ \ | |/
| * * src/window.c (Frecenter): Improve commentary.Eli Zaretskii2018-03-021-0/+3
| * Require a larger stack size for threads on macOS (bug#30364)Paul Eggert2018-02-281-0/+9
* | Improve octal-escape output in bool vectors and stringsPaul Eggert2018-03-011-23/+34
* | Remove redundant test in fns.cEli Zaretskii2018-03-011-2/+0
* | Merge from origin/emacs-26Glenn Morris2018-02-281-0/+3
|\ \ | |/
| * Avoid aborts in 'md5'Eli Zaretskii2018-02-271-0/+3
* | Require a larger stack size for threads (bug#30364)Aaron Jensen2018-02-271-0/+7
* | Make bare "make" in src actually build emacs againDaniel Colascione2018-02-261-3/+4
* | Merge from origin/emacs-26Glenn Morris2018-02-241-2/+3
|\ \ | |/
| * * src/keyboard.c (syms_of_keyboard): Doc fix. (Bug#30588)Eli Zaretskii2018-02-241-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-02-222-4/+8
|\ \ | |/
| * Skip mouse-face overlap check when mouse-face is hidden (Bug#30519)Martin Rudalics2018-02-221-4/+6
| * Fix documentation of 'x-underline-at-descent-line'Eli Zaretskii2018-02-213-0/+6
* | Port recent MAX_RW_COUNT checks to POSIXPaul Eggert2018-02-201-10/+19
* | Fix false alarm with recent GCC x86Paul Eggert2018-02-201-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-201-2/+2
|\ \ | |/
| * * src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)Eli Zaretskii2018-02-181-2/+2
* | Add assertion to guard 'read' calls on MS-WindowsEli Zaretskii2018-02-201-0/+8
* | Merge from origin/emacs-26Glenn Morris2018-02-1715-16/+19
|\ \ | |/
| * Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-161-1/+4
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-164-4/+4
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-1611-11/+11
* | Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)Noam Postavsky2018-02-171-3/+4
* | Fix modifier key handling on macOSAlan Third2018-02-171-11/+89
* | Make echo-area buffers almost always multibyteEli Zaretskii2018-02-171-8/+23
* | Add early init file, stop package-initialize insertionRadon Rosborough2018-02-171-1/+1
* | Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-02-162-1/+20
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-137-22/+26
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-1313-556/+143
* | Doc tweak for x-use-underline-position-propertiesGlenn Morris2018-02-131-4/+3
* | Merge from origin/emacs-26Glenn Morris2018-02-131-8/+23
|\ \ | |/
| * Avoid aborts in cm.c due to too small TTY frameEli Zaretskii2018-02-121-8/+23
* | Fix NS-related compilation errors.Philipp Stephani2018-02-132-3/+2
* | Finish renaming to internal--daemon-socknamePaul Eggert2018-02-121-3/+3
* | Rename internal--external-sockname and document (Bug#24218)Matthew Leach2018-02-121-3/+3
* | Minor cleanups for server-name fix (Bug#24218)Paul Eggert2018-02-123-42/+34
* | Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach2018-02-123-5/+32
* | Minor fixes to .gdbinitTom Tromey2018-02-121-3/+10
* | Fix modifier keys on NS portAlan Third2018-02-111-36/+60
* | Remove NS special handling of 'frame-title-format'Alan Third2018-02-113-85/+38