aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from origin/emacs-26Glenn Morris2018-01-312-7/+7
|\ \ | |/
| * Document external-debugging-output in the Elisp Manual (Bug#24051)Noam Postavsky2018-01-301-1/+1
| * Fix scroll-margin docstring (Bug#13791)Noam Postavsky2018-01-301-2/+2
| * Clarify effect of print-gensym (Bug#27776)Noam Postavsky2018-01-301-4/+4
| * Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky2018-01-281-18/+0
* | Simplify Fcall_interactivelyPaul Eggert2018-01-291-177/+109
* | Merge from origin/emacs-26Glenn Morris2018-01-291-1/+1
|\ \ | |/
| * * src/indent.c (Findent_to): Doc fix. (Bug#30260)Eli Zaretskii2018-01-271-1/+1
* | * src/lisp.h: Tell developers to add new types to cl--typeof-types.Philipp Stephani2018-01-281-1/+4
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-284-15/+33
* | Workaround a libotf crash with Kannada font (bug#30193)Glenn Morris2018-01-261-0/+5
* | Raise limit of regexp repetition (Bug#24914)Noam Postavsky2018-01-262-5/+9
* | Merge from emacs-26Noam Postavsky2018-01-265-9/+33
|\ \ | |/
| * * src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky2018-01-261-1/+6
| * ; * src/process.c (Fprocess_contact): Fix docstring typo.Noam Postavsky2018-01-261-1/+1
| * Fix a few issues with latest GTK scaling changesRobert Pluim2018-01-242-2/+4
| * Use scaled coordinates when calling into GTKRobert Pluim2018-01-242-7/+13
| * Scale monitor dimensions obtained from GTKRobert Pluim2018-01-241-0/+11
* | Replace (default-value 'enable-multibyte-characters) with tStefan Monnier2018-01-251-6/+2
* | Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-01-231-1/+4
* | Support null characters in interactive specsEli Zaretskii2018-01-231-9/+15
* | * src/nsterm.m (x_set_offset): Remove unused variable 'screens'.Philipp Stephani2018-01-221-1/+0
* | Merge from origin/emacs-26Glenn Morris2018-01-204-5/+5
|\ \ | |/
| * Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-194-5/+5
* | Fix posn-at-point in Flycheck buffersEli Zaretskii2018-01-192-1/+15
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-185-12/+28
* | Fix some tooltip related problemsMartin Rudalics2018-01-1812-221/+295
* | Fix macOS breakage in make_lispy_eventPaul Eggert2018-01-151-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-01-151-288/+289
|\ \ | |/
| * An overdue update of src/emacs-icon.hGlenn Morris2018-01-141-288/+289
* | Merge from origin/emacs-26Glenn Morris2018-01-151-1/+1
|\ \ | |/
| * In nsterm.m use FRAME_NS_P instead of FRAME_X_P (Bug#30019)Martin Rudalics2018-01-131-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-01-151-2/+6
|\ \ | |/
| * Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani2018-01-101-2/+6
* | * src/print.c (syms_of_print) <print_quoted>: Set default to trueStefan Monnier2018-01-151-1/+1
* | ; * src/coding.h (surrogates_to_codepoint): Add prototype.Eli Zaretskii2018-01-151-12/+14
* | Use fcntl.h in kqueue.cJeremie Courreges-Anglas2018-01-151-1/+1
* | Add battery support to all Cygwin buildsKen Brown2018-01-135-114/+154
* | * src/keyboard.c: Consolidate code into make_lispy_eventStefan Monnier2018-01-121-197/+145
* | * src/keyboard.c (kbd_buffer_get_event): Use 'switch' ...Stefan Monnier2018-01-121-22/+45
* | Make Fzlib_decompress_region always call the change hooks in a balanced way.Alan Mackenzie2018-01-121-5/+24
* | Unbreak the Cygwin-w32 buildKen Brown2018-01-111-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-097-28/+71
|\ \ | |/
| * Fix child frame placement issues (bug#29953)Alan Third2018-01-062-19/+33
| * Fix valgrind report in call-interactivelyEli Zaretskii2018-01-061-4/+17
| * * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)Eli Zaretskii2018-01-061-1/+1
| * Fix Dired display and operations on file names with raw bytesEli Zaretskii2018-01-061-3/+16
| * ; Comments related to src/termcap.cGlenn Morris2018-01-052-1/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-091-6/+15
|\ \ | |/
| * Fix menu keyboard shortcuts on macOS (Bug#29595)Alan Third2018-01-011-6/+15