aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add macOS character-palette (bug#29837)Alan Third2018-01-072-2/+23
* | Allow inserting non-BMP charactersPhilipp Stephani2018-01-073-13/+43
* | Remove incorrect use of AUTO_STRINGPhilipp Stephani2018-01-071-4/+1
* | Improve error message for old-style backquotesPhilipp Stephani2018-01-071-2/+10
* | Add new variable to force new-style backquote interpretation.Philipp Stephani2018-01-071-5/+16
* | * fns.c (base64-decode-region): Add signal_after_change call for insertion.Alan Mackenzie2018-01-071-0/+1
* | Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky2018-01-061-3/+1
* | Allow setting tooltip colors in NS portAlan Third2018-01-063-0/+22
* | Make transpose-regions invoke before-change-functions only once.Alan Mackenzie2018-01-061-2/+1
* | Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky2018-01-031-1/+3
* | Fix .gdbinit to work with Lisp_WordPaul Eggert2018-01-021-3/+3
* | Update copyright year to 2018Paul Eggert2018-01-012-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-01215-230/+244
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-01215-215/+215
| * Fix subtle problem with scroll-down when scroll-margin is nonzeroEli Zaretskii2017-12-291-2/+3
| * * src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846Stefan Monnier2017-12-281-9/+11
| * Improve documentation of 'inhibit-modification-hooks' and friendsEli Zaretskii2017-12-282-3/+14
| * Fix doc string of 'enable-recursive-minibuffers'David Pathakjee2017-12-281-1/+1
* | Improve error reporting when serializing non-Unicode strings to JSONPhilipp Stephani2017-12-303-8/+48
* | Merge from origin/emacs-26Glenn Morris2017-12-271-0/+8
|\ \ | |/