summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Avoid crashes when ':eval' deletes our frameEli Zaretskii2017-12-231-0/+8
* | Fix MS-Windows build broken by recent changes in json.cChris Zheng2017-12-251-0/+3
* | Make main_thread_id privatePaul Eggert2017-12-242-2/+1
* | On non-MS-Windows, omit unnecessary polling functionsPaul Eggert2017-12-241-4/+8
* | Accept alists when serializing JSONPhilipp Stephani2017-12-241-10/+47
* | JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-1/+6
* | Merge from origin/emacs-26Glenn Morris2017-12-221-2/+6
|\ \ | |/
| * ; * src/xdisp.c (extend_face_to_end_of_line): Fix last change.Eli Zaretskii2017-12-211-4/+6
| * Prevent infloop in redisplay on TTY framesEli Zaretskii2017-12-211-0/+2
* | JSON: improve some commentsPhilipp Stephani2017-12-221-5/+8
* | Merge from origin/emacs-26Glenn Morris2017-12-201-11/+38
|\ \ | |/
| * Special-case %DUMBFW for GnuTLS between 3.2.5 and 3.5.1Ted Zlatanov2017-12-201-0/+8
| * Work around GnuTLS version issues with %DUMBFW (tiny change)Andy Moreton2017-12-201-11/+30
* | Merge from origin/emacs-26Glenn Morris2017-12-202-2/+20
|\ \ | |/
| * Fix updating scrollbar sizes when scaling is in effectRobert Pluim2017-12-201-1/+7
| * Collect GnuTLS extensions and use them to set %DUMBFW if supportedTed Zlatanov2017-12-191-1/+13
* | Define helper functions only if neededPhilipp Stephani2017-12-201-1/+7
* | * src/json.c (json_parse_error): Fix embarrassing bug.Philipp Stephani2017-12-201-0/+3
* | Use Jansson's error code support if availablePhilipp Stephani2017-12-191-3/+12
* | Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-30/+99
* | ; Add a couple of encoding-related FIXMEs to json.cPhilipp Stephani2017-12-191-0/+8
* | ; * src/json.c (lisp_to_json): Inline an unnecessary variable.Philipp Stephani2017-12-191-2/+1