aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Accept plists when serializing and parsing JSONJoão Távora2018-06-071-24/+73
* | Merge from origin/emacs-26Glenn Morris2018-06-041-4/+26
|\ \ | |/
| * Set accessibility subroles for child frame (bug#31324)Alan Third2018-06-021-1/+15
| * Fix redefinition of child frames on NSAlan Third2018-06-021-4/+12
* | Merge from origin/emacs-26Glenn Morris2018-06-021-1/+6
|\ \ | |/
| * Improve documentation of 'inhibit-message'Eli Zaretskii2018-06-021-1/+6
| * Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-021-15/+60
| * Fix some problems in the Cairo buildAri Roponen2018-06-022-42/+83
| * Avoid infloops in font_open_entityEli Zaretskii2018-06-021-0/+3
| * Fix C-p and C-n when wrap-prefix is too wideEli Zaretskii2018-06-021-1/+17
| * Avoid redisplay problems with too wide wrap-prefixEli Zaretskii2018-06-021-1/+16
| * Fix 'posn-at-point' when line numbers are displayedEli Zaretskii2018-06-021-0/+23
| * Another followup to fixing 'window-text-pixel-width'Eli Zaretskii2018-06-021-2/+7
| * Fix mouse-set-point when line numbers are displayedEli Zaretskii2018-06-021-0/+1
| * * src/xdisp.c (Fwindow_text_pixel_size): Fix last change.Eli Zaretskii2018-06-021-3/+5
| * Fix 'window-text-pixel-size' when display properties are aroundEli Zaretskii2018-06-021-8/+37
| * Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-06-023-11/+54
| * Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-06-022-1/+20
| * Fix posn-at-point in Flycheck buffersEli Zaretskii2018-06-022-1/+15
* | Merge from origin/emacs-26Glenn Morris2018-06-021-1/+4
|\ \ | |/
| * Add detailed documentation about lock filesRobert Pluim2018-06-011-1/+4
* | Merge from origin/emacs-26Glenn Morris2018-06-021-8/+5
|\ \ | |/
| * Improve documentation of 'directory-files-and-attributes'Eli Zaretskii2018-06-011-1/+8
* | Minimally support Flymake in Emacs C sourcesJoão Távora2018-06-021-0/+5
* | Fdirectory_files_and_attributes doc string clarificationLars Ingebrigtsen2018-05-311-0/+10
* | Work around GCC bug 81401Paul Eggert2018-05-301-1/+7
* | Allow access to MS-Windows Registry from Lisp programsEli Zaretskii2018-05-293-0/+374
* | Port .gdbinit to unsigned-pointer platformsPaul Eggert2018-05-261-1/+1
* | GNOME moved URLs for its active bug reportsPaul Eggert2018-05-264-6/+6
* | Merge from origin/emacs-26Glenn Morris2018-05-251-1/+4
|\ \ | |/
| * Note caveat for backward regexp searching in docstring (Bug#31584)Noam Postavsky2018-05-251-1/+4
* | Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky2018-05-231-5/+6
* | Work around GCC bug with function attributesPaul Eggert2018-05-221-1/+1
* | Fix failed assertion when load-force-doc-stringsPaul Eggert2018-05-221-1/+3
* | Minor tweaks to recent fix for Bug#31545Paul Eggert2018-05-221-24/+11
* | * src/xwidget.c (Fxwidget_webkit_goto_uri): Encode uri.Andreas Schwab2018-05-221-0/+1
* | Make xwidget-webkit-execute-script safe against GC (Bug#31545)Andreas Schwab2018-05-212-27/+75
* | * src/alloc.c: Fix comment.Paul Eggert2018-05-181-2/+2
* | Port to GCC 8 -fsanitize=undefinedPaul Eggert2018-05-183-9/+37
* | Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-181-15/+60
* | Merge from origin/emacs-26Glenn Morris2018-05-152-9/+13
|\ \ | |/
| * Don't check non-X frames for z order (Bug#31373)Noam Postavsky2018-05-071-6/+10
| * Check NSWindow is actually a frameAlan Third2018-05-071-1/+2
* | Rewrite scroll-other-window-down in C (bug#30207)Basil L. Contovounesios2018-05-101-40/+45
* | Improve documentation for "other window" scrollingBasil L. Contovounesios2018-05-101-14/+13
* | Limit "other window" scrolling to current terminalBasil L. Contovounesios2018-05-101-7/+3
* | Merge from origin/emacs-26Glenn Morris2018-05-071-5/+7
|\ \ | |/
| * Handle selected_window change in prepare_menu_bars (Bug#31312)Noam Postavsky2018-05-031-5/+7
| * Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-303-3/+3
* | Fix cairo scrolling for side-by-side windowsAri Roponen2018-05-061-2/+3