aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix C-p and C-n when wrap-prefix is too wideEli Zaretskii2018-03-301-1/+17
* | Simplify represented filename handling (bug#30800)Alan Third2018-03-303-64/+41
* | Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-03-291-3/+4
* | * src/xterm.c (x_make_frame_visible): Fix typo in previous change.Noam Postavsky2018-03-291-1/+1
* | Don't wait for visible frames to become visibleNoam Postavsky2018-03-291-1/+2
* | New experimental variable read-integer-overflow-as-float.Paul Eggert2018-03-291-1/+10
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-294-22/+27
* | * src/keyboard.c (record_char, read_key_sequence): Copy raw eventsStefan Monnier2018-03-291-5/+8
* | Merge from origin/emacs-26Glenn Morris2018-03-281-0/+4
|\ \ | |/
| * Fix crash after frame is freed on macOS (bug#30800)Aaron Jensen2018-03-251-0/+4
* | (read_key_sewuence): Use POSN in second event when needed (bug#30955)Stefan Monnier2018-03-271-4/+14
* | Trivial fixes for last changes to package.el and marker.cStefan Monnier2018-03-261-1/+1
* | ; Spelling fixPaul Eggert2018-03-261-1/+1