aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Unbreak compilation with CHECK_STRUCTS.Philipp Stephani2020-11-221-1/+1
* | Say which command shadows a key bindingStefan Kangas2020-11-221-1/+7
* | Don't shadow bindings by the same commandStefan Kangas2020-11-221-1/+1
* | Don't show key ranges if shadowed by different commandsStefan Kangas2020-11-221-4/+18
* | Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.Jared Finder2020-11-213-19/+5
* | Fix compilation on MS-Windows with librsvg > 2.46.0Eli Zaretskii2020-11-201-8/+4
* | Avoid a compilation warning about an ambiguous elseLars Ingebrigtsen2020-11-201-4/+6
* | * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-191-4/+6
* | * src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier2020-11-192-10/+0
* | More string-search optimisationsMattias EngdegÄrd2020-11-191-8/+15
* | In attempted recursive minibuffer use, display error message in correct frameAlan Mackenzie2020-11-193-8/+20
* | Fix SVG display again (bug#44655)Alan Third2020-11-181-21/+12
* | Merge from origin/emacs-27Glenn Morris2020-11-162-12/+16
|\ \ | |/
| * Fix display of truncated R2L lines on TTY framesEli Zaretskii2020-11-141-2/+1
| * Avoid crashes when a reversed glyph row starts with a compositionEli Zaretskii2020-11-142-10/+15
* | Make initial frame match frame-title-formatStefan Kangas2020-11-152-15/+25
* | Work around glib messing with signal handlers more than it shouldAkira Kyle2020-11-141-5/+21
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2020-11-141-1/+1
|\ \
| * | Capitalize portable dump messages.Philipp Stephani2020-11-141-1/+1
* | | Face-changing text properties and help-echo now work with xterm-mouse.Jared Finder2020-11-143-38/+63
|/ /
* | Merge from origin/emacs-27Glenn Morris2020-11-131-1/+2
|\ \ | |/
| * Avoid crashes in the daemon due to user interactionEli Zaretskii2020-11-111-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-11-131-3/+3
|\ \ | |/
| * Fix undefined behavior when fetching glyphs from the display vector.Philipp Stephani2020-11-091-3/+3
* | Merge from origin/emacs-27Glenn Morris2020-11-131-2/+9
|\ \ | |/
| * Avoid breaking Arabic shaping in 'window-text-pixel-size'Eli Zaretskii2020-11-091-2/+9
* | Fix error with fn key in NS port (bug#44533)Alan Third2020-11-131-11/+8
* | Fix mistake in describe-buffer-bindingsStefan Kangas2020-11-121-1/+1
* | New debugging command 'malloc-info'Eli Zaretskii2020-11-101-0/+17
* | Fix a recent change in image.c for MS-WindowsEli Zaretskii2020-11-101-1/+1
* | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-094-45/+21
* | Fix css length calculationsAlan Third2020-11-091-0/+3
* | Fix compilation of image.c on MS-WindowsEli Zaretskii2020-11-091-5/+11
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2020-11-093-6/+110
|\ \
| * | Fix crash in ns_mouse_position (bug#44313)Alan Third2020-11-091-1/+3
| * | Calculate SVG image sizes more accurately (bug#44206)Alan Third2020-11-091-5/+97
| * | Fix xwidget's webkitgtk widget overriding of Emacs SIGCHLD handlerAkira Kyle2020-11-091-0/+10
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2020-11-084-16/+31
|\ \ \ | |/ /
| * | Don't set the selected window to the miniwindow on a frame change.Alan Mackenzie2020-11-081-4/+0
| * | Merge from origin/emacs-27Glenn Morris2020-11-071-0/+4
| |\ \ | | |/
| | * Fix 'send-string-to-terminal' writing very long stringsEli Zaretskii2020-11-071-0/+4
| | * Handle Cairo errors in ftcrfont_openPip Cet2020-11-071-2/+14
| * | Merge from origin/emacs-27Glenn Morris2020-11-072-12/+27
| |\ \ | | |/
| | * * src/w32fns.c (Fw32_register_hot_key): Doc fix. (Bug#44456)Eli Zaretskii2020-11-051-12/+15
| | * Prevent redisplay from moving point behind user's backEli Zaretskii2020-11-041-0/+12
* | | Don't leave lock files after 'replace-buffer-contents'Eli Zaretskii2020-11-071-0/+7
|/ /
* | ; * src/xdisp.c (redisplay_window): Add comment for a recent change.Eli Zaretskii2020-11-071-0/+4
* | Fix scrolling problems with misc-fixed fonts under CairoEli Zaretskii2020-11-071-1/+6
* | Fix --enable-check-lisp-object-type buildGlenn Morris2020-11-061-1/+1
* | Reduce integer-output-format to print-integers-as-charactersMattias EngdegÄrd2020-11-063-22/+64