aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/xdisp.c (Vmessage_stack): Fix comment to match code.Paul Eggert2018-02-111-4/+2
* | Support standard Terminfo direct mode terminalsRami Ylimäki2018-02-102-2/+11
* | Avoid infinite recursion in file_directory_pEli Zaretskii2018-02-101-1/+1
* | Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-104-59/+90
* | Merge from origin/emacs-26Glenn Morris2018-02-095-29/+41
|\ \ | |/
| * Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky2018-02-081-2/+2
| * Fix --no-build-details for w32 and macOSNoam Postavsky2018-02-081-4/+9
| * Fix crashes when run with --no-build-detailsPaul Eggert2018-02-082-13/+22
| * Doc fixes for process functions (Bug#30349)Noam Postavsky2018-02-071-10/+8
* | Remove unused duplicate of minibuffer-completion-contentsGlenn Morris2018-02-081-14/+0
* | Work around macOS faccessat bugPaul Eggert2018-02-051-5/+8
* | Merge from origin/emacs-26Glenn Morris2018-02-051-14/+29
|\ \ | |/
| * Update xdisp.c commentaryEli Zaretskii2018-02-031-14/+29
* | Fix handling of modifier keys on macOSPhilipp Stephani2018-02-041-120/+54
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-033-11/+39
* | ; Fix arglist doc of json parse functionsBasil L. Contovounesios2018-02-031-2/+2
* | Properly integrate modules into the loading process (Bug#30164).Philipp Stephani2018-02-021-23/+59
* | * src/xfns.c: Make some non-exported vars static.Paul Eggert2018-02-011-5/+5
* | 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