summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAge
...
* Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-25
* text-char-description minor cleanupPaul Eggert2020-04-22
* Port recent character.h changes to --with-wide-intPaul Eggert2020-04-17
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Update copyright year to 2020Paul Eggert2020-01-01
* Further changes to ensure that copy-keymap doesn't segfaultLars Ingebrigtsen2019-10-14
* Protect against segfaults in copy-keymapLars Ingebrigtsen2019-10-13
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-21
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-11
* Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-11
* Simplify list creation in C codePaul Eggert2019-03-04
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Merge from origin/emacs-26Glenn Morris2018-09-28
|\|
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-25
* | Merge from origin/emacs-26Glenn Morris2018-09-20
|\|
| * More accurate docs for 'text-char-description'Eli Zaretskii2018-09-20
* | Merge from origin/emacs-26Glenn Morris2018-09-10
|\|
| * Clarify documentation of functions reading character eventsEli Zaretskii2018-09-10
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | * src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier2018-08-29
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | unbind_to performance tuningPaul Eggert2018-06-29
* | Avoid Lisp_Misc allocation if C stack sufficesPaul Eggert2018-06-14
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add an optional testfn parameter to assocNicolas Petton2017-07-11
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Doc fixLars Ingebrigtsen2016-05-01
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Advertize set-keymap-parent as replacement for copy-keymapStefan Monnier2016-06-15
* | Doc fixLars Ingebrigtsen2016-04-30
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-04
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix assertion violation in define-keyEli Zaretskii2015-11-09
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-10
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26