summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-18
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-24
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-21
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* Further cleanup for file locksMichael Albinus2021-07-09
* Code cleanup wrt file locksMichael Albinus2021-07-08
* Eliminate some GCC warningsMattias Engdegård2021-06-16
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-15
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-17
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-25
|\
| * Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
* | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-17
|\|
| * Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-14
| * Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-14
| * Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-11
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-10
|\|
| * Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-01
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-16
|\|
| * Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
| * Add functions to open a file without quitting.Philipp Stephani2021-01-10
| * Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
| * Don't unblock SIGCHLD too early.Philipp Stephani2021-01-09
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-08
|\|
| * * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
| * * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
| * * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
| * * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-04
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Store function type and expose it with `subr-type'Andrea Corallo2020-12-28
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-27
|\|
| * Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-24
| * Centralize subprocess creation in a single function.Philipp Stephani2020-12-24
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-23
|\|
| * Declare argument vector as char *const *.Philipp Stephani2020-12-23
| * Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-23
| * Allocate environment block before forking.Philipp Stephani2020-12-23
| * Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-23
* | Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-21
* | Add 'internal_condition_case_5' (bug#45303).Andrea Corallo2020-12-19
* | * Clean-up 'internal_condition_case_4' orphan declaration (bug#45303).Andrea Corallo2020-12-19
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-12
|\|
| * Merge from origin/emacs-27Glenn Morris2020-12-09
| |\
| | * ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-02
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-06
|\| |
| * | * src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh2020-12-04
| * | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-04
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-29
|\| |