summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/alloc.c: Fix comment.Paul Eggert2018-05-181-2/+2
* Port to GCC 8 -fsanitize=undefinedPaul Eggert2018-05-183-9/+37
* Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-181-15/+60
* Merge from origin/emacs-26Glenn Morris2018-05-152-9/+13
|\
| * Don't check non-X frames for z order (Bug#31373)Noam Postavsky2018-05-071-6/+10
| * Check NSWindow is actually a frameAlan Third2018-05-071-1/+2
* | Rewrite scroll-other-window-down in C (bug#30207)Basil L. Contovounesios2018-05-101-40/+45
* | Improve documentation for "other window" scrollingBasil L. Contovounesios2018-05-101-14/+13
* | Limit "other window" scrolling to current terminalBasil L. Contovounesios2018-05-101-7/+3
* | Merge from origin/emacs-26Glenn Morris2018-05-071-5/+7
|\ \ | |/
| * Handle selected_window change in prepare_menu_bars (Bug#31312)Noam Postavsky2018-05-031-5/+7
| * Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-303-3/+3
* | Fix cairo scrolling for side-by-side windowsAri Roponen2018-05-061-2/+3
* | Fix some problems in the Cairo buildAri Roponen2018-05-052-42/+83
* | Avoid infloops in font_open_entityEli Zaretskii2018-05-051-0/+3
* | More porting to GCC 8 of --enable-gcc-warningsPaul Eggert2018-05-031-0/+5
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-022-60/+7
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-286-7/+7
* | * src/fns.c (Fstring_distance): Minor code reformatting.Eli Zaretskii2018-04-281-5/+8
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-3/+5
* | New function 'string-distance'Chen Bin2018-04-281-0/+62
* | Don’t set print-escape-newlines in the minibufferPaul Eggert2018-04-252-9/+0
* | * src/minibuf.c (read_minibuf): Add a FIXME comment.Paul Eggert2018-04-241-0/+4
* | Fix recent change in lread.cEli Zaretskii2018-04-231-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-04-201-0/+2
|\ \ | |/
| * Fix undefined behaviour while looking for lexical-binding file variable (bug ...Andreas Schwab2018-04-171-0/+2
* | Tweak mark_object to avoid a conditional branchPaul Eggert2018-04-181-7/+2
* | Tell user about read-integer-overflow-as-floatPaul Eggert2018-04-181-1/+6
* | Fix signal for large integers with valid syntaxPaul Eggert2018-04-171-9/+10
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-151-0/+2
* | * src/lread.c (openp): Add a comment before the now-obscure loop.Lars Ingebrigtsen2018-04-151-0/+2
* | Indent after transforming for loop into do/whileLars Ingebrigtsen2018-04-141-177/+176
* | Make call-process work if exec-path is nilLars Ingebrigtsen2018-04-141-3/+7
* | (libxml-parse-html-region): Make DISCARD-COMMENTS obsoleteLars Ingebrigtsen2018-04-141-10/+4
* | Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen2018-04-141-2/+12
* | Merge from origin/emacs-26Glenn Morris2018-04-141-0/+4
|\ \ | |/
| * Avoid segfault in processes of type 'pipe'Eli Zaretskii2018-04-131-0/+4
* | Merge from origin/emacs-26Glenn Morris2018-04-101-1/+1
|\ \ | |/
| * ; * src/dispextern.h (struct it): Fix a typo in a comment.Eli Zaretskii2018-04-071-1/+1
* | Document that 'make-process' mixes the output streamsPhilipp Stephani2018-04-071-1/+2
* | Improve GC+Cairo workaroundPaul Eggert2018-04-043-8/+20
* | Pacify GCC when --enable-profilingPaul Eggert2018-04-034-15/+12
* | ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-04-031-1/+1
* | Work around GC+Cairo bugPaul Eggert2018-04-031-0/+6
* | Port FC_COLOR change to older fontconfigPaul Eggert2018-04-031-1/+1
* | Ignore color fonts when using XftRobert Pluim2018-04-032-0/+14
* | Add a history variable for `read-variable'Charles A. Roelli2018-04-021-1/+5
* | Do not assume --with-file-notificationPaul Eggert2018-03-301-0/+2
* | Centralize Bug#30931 fixPaul Eggert2018-03-304-14/+18
* | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-304-16/+11