aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a minor-modes variableLars Ingebrigtsen2021-02-131-1/+1
* Introduce a minor-modes variablesLars Ingebrigtsen2021-02-132-0/+16
* Change command to interactive ... modesLars Ingebrigtsen2021-02-133-31/+13
* Add support for marking autoloads with modes and also declare completionLars Ingebrigtsen2021-02-122-2/+15
* We probably don't want to autoload anything hereLars Ingebrigtsen2021-02-111-1/+1
* Add some commentsLars Ingebrigtsen2021-02-111-0/+6
* Make the new bytecode format distinguishable from the oldLars Ingebrigtsen2021-02-111-3/+12
* Add support for the new `command' special formLars Ingebrigtsen2021-02-116-8/+104
* Use frame monitor in frame_floatAndrii Kolomoiets2021-02-111-2/+2
* Fix file lock issue (Bug#46397)Paul Eggert2021-02-101-1/+1
* Bump FACE_CACHE_BUCKETS_SIZE to 1009Eli Zaretskii2021-02-101-1/+1
* Note that the `values' variable is now obsoleteLars Ingebrigtsen2021-02-091-1/+2
* Fix count-lines problem in non-ASCII buffersLars Ingebrigtsen2021-02-091-1/+1
* Fix scrolling past tall imagesEli Zaretskii2021-02-081-2/+5
* Allow Fline_number_at_pos being called with a markerLars Ingebrigtsen2021-02-071-1/+3
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-9/+22
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-0/+18
* Permit zero value for 'child-frame-border-width' parameter (Bug#46184)Martin Rudalics2021-02-065-48/+69
* Fix copying text properties in 'format'Eli Zaretskii2021-02-061-1/+9
* ; * src/xdisp.c (Fwindow_text_pixel_size): Fix comment.Eli Zaretskii2021-02-051-2/+2
* ; * src/xdisp.c (Fwindow_text_pixel_size): Another minor fix.Eli Zaretskii2021-02-051-1/+1
* Fix last change in 'window-text-pixel-size'Eli Zaretskii2021-02-051-1/+2
* Avoid overwriting minibuffer prompt by keystrokes echoEli Zaretskii2021-02-041-3/+12
* Fix 'window-text-pixel-size' for short spans of textEli Zaretskii2021-02-041-1/+22
* Merge from origin/emacs-27Glenn Morris2021-02-032-3/+5
|\
| * Fix build failure on macOS 10.7 (bug#46036)Alan Third2021-01-301-1/+1
| * Improve documentation of auto-resize-tool/tab-barsEli Zaretskii2021-01-301-2/+4
* | Fix up invalid_syntax error signallingLars Ingebrigtsen2021-02-021-8/+7
* | Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-013-40/+70
* | Remove another variable obsolete since Emacs 23.2Stefan Kangas2021-02-011-9/+0
* | Add cross-references to defvar-localStefan Kangas2021-02-012-1/+5
* | Minimise the time Vminibuffer_list is in an inconsistent state (src/minibuf.c)Alan Mackenzie2021-01-311-2/+2
* | execute-kbd-macro doc string clarificationLars Ingebrigtsen2021-01-311-1/+4
* | With minibuffer-follows-selected-frame `hybrid', preserve recursive MbuffersAlan Mackenzie2021-01-301-21/+39
* | Fix NS build broken by a recent changeEli Zaretskii2021-01-301-2/+2
* | Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-305-17/+13
* | ; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias EngdegÄrd2021-01-291-1/+1
* | Support 'operating-system-release' on MS-WindowsEli Zaretskii2021-01-293-1/+23
* | Improve doc string of 'operating-system-release'Eli Zaretskii2021-01-291-1/+3
* | operating-system-release doc string improvementLars Ingebrigtsen2021-01-291-1/+1
* | * src/fns.c (hash_string): Fix bug#46111Stefan Monnier2021-01-281-19/+15
* | Merge from origin/emacs-27Glenn Morris2021-01-272-3/+8
|\ \ | |/
| * Avoid sending systemd shutdown notifications if non-daemonEli Zaretskii2021-01-221-3/+7
| * * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii2021-01-221-0/+1
| * Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-202-3/+5
* | Fix display of stretches of whitespace in the display marginsEli Zaretskii2021-01-273-13/+44
* | Fix typos and punctuationEli Zaretskii2021-01-262-3/+3
* | Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTHMartin Rudalics2021-01-261-1/+1
* | Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-269-14/+180
* | ; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii2021-01-231-1/+0