aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from origin/emacs-27Glenn Morris2020-01-035-25/+56
|\ \ | |/
| * ; * src/dispnew.c (adjust_glyph_matrix): Fix last change.Eli Zaretskii2020-01-031-0/+1
| * Fix redisplay when mode-line-format changes mode-line's heightEli Zaretskii2020-01-032-25/+47
| * * src/fileio.c (Fwrite_region): Improve the doc string.Eli Zaretskii2020-01-021-0/+1
| * Fix removal of frame decorations on Windows (Bug#38705)Martin Rudalics2020-01-022-0/+7
| * Fix compilation with GTK versions older than 3Eli Zaretskii2020-01-011-1/+1
| * Revert "Raise default max-specpdl-size value"Mattias Engdegård2020-01-011-1/+1
| * Raise default max-specpdl-size valueMattias Engdegård2020-01-011-1/+1
* | Let the OS clear large new objectsPaul Eggert2020-01-022-33/+59
* | Fix compilation with GTK versions older than 3Eli Zaretskii2020-01-011-1/+1
* | Assume C99-style ‘long long’Paul Eggert2019-12-312-30/+10
* | Merge from origin/emacs-27Paul Eggert2020-01-01226-229/+230
|\ \ | |/
| * Pacify gcc -Wunused-function on Ubuntu 18.04.3Paul Eggert2020-01-011-2/+2
| * Update copyright year to 2020Paul Eggert2020-01-01226-227/+228
* | Merge from origin/emacs-27Glenn Morris2019-12-305-18/+50
|\ \ | |/
| * Ensure mini-window is resized to show active minibuffer contentsEli Zaretskii2019-12-301-0/+15
| * Fix mini-window resizing under resize-mini-windows = tEli Zaretskii2019-12-301-1/+6
| * Fix crash under -nw on macOS properly this timeRobert Pluim2019-12-291-1/+3
| * Revert "Check for GUI frame in ns_color_index_to_rgba"Robert Pluim2019-12-291-12/+7
| * Ignore all color fonts when using XFTRobert Pluim2019-12-291-1/+16
* | Merge from origin/emacs-27Glenn Morris2019-12-301-1/+1
|\ \ | |/
| * Fix when expose draws partially visible first glyph (bug#38731)Alan Third2019-12-291-1/+1
* | Merge from origin/emacs-27Glenn Morris2019-12-271-2/+0
|\ \ | |/
| * Port x_get_monitor_attributes_fallback to !HAVE_GTK3Paul Eggert2019-12-251-2/+0
| * * src/pdumper.c (Fdump_emacs_portable): Reword error message.Philipp Stephani2019-12-241-1/+3
| * Don’t allow portable dumping in interactive mode (Bug#38453).Philipp Stephani2019-12-241-0/+3
* | Fix error message about recursive use of minibufferEli Zaretskii2019-12-271-2/+2
* | Promote function type aliases to the public module API.Philipp Stephani2019-12-262-12/+17
* | Merge from origin/emacs-27Glenn Morris2019-12-255-11/+48
|\ \ | |/
| * Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-242-2/+28
| * * src/emacs-module.h.in: Add reference to manual.Philipp Stephani2019-12-241-0/+6
| * Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
| * imagemagick-types needs to initialize ImageMagickDhruva Krishnamurthy2019-12-231-8/+13
* | Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani2019-12-251-1/+16
* | * src/minibuf.c (read_minibuf): Use `user-error`Stefan Monnier2019-12-231-3/+4
* | Prepare module header generation for Emacs 28.Philipp Stephani2019-12-242-0/+14
* | * src/emacs-module.h.in: Use @emacs_major_version@ for current env.Philipp Stephani2019-12-241-1/+1
* | * src/pdumper.c (Fdump_emacs_portable): Reword error message.Philipp Stephani2019-12-231-1/+3
* | Remove some undefined behavior related to left shifts.Philipp Stephani2019-12-234-10/+22
* | Don’t allow portable dumping in interactive mode (Bug#38453).Philipp Stephani2019-12-231-0/+3
* | Make argument names in module interface more consistent.Philipp Stephani2019-12-234-113/+106
* | Bump Emacs version to 28.0.50Eli Zaretskii2019-12-231-1/+1
|/
* Document and verify that emacs_limb_t doesn’t have padding bits.Philipp Stephani2019-12-231-0/+7
* Fix extension of underline, overline, and strike-through attributesJimmy Aguilar Mena2019-12-231-0/+3
* Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics2019-12-231-5/+5
* Fix wording of recent documentation changesEli Zaretskii2019-12-221-8/+8
* Fix display of working text on NS (Bug#23412, Bug#1453)Masahiro Nakamura2019-12-221-4/+4
* Check if file is in iCloud drive (bug#38618)Alan Third2019-12-221-0/+11
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-222-4/+53
* ;* src/process.c (read_process_output): Fix last change.Eli Zaretskii2019-12-211-1/+4