summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-82/+77
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* * keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong2012-09-021-2/+9
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-3/+1
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-3/+3
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-3/+3
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-3/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-3/+3
* Fixes: debbugs:12090Andreas Schwab2012-07-301-1/+1
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-17/+16
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-2/+2
* Use zero_vector where appropriate.Dmitry Antipov2012-07-151-3/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-5/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+3
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-311-3/+5
|\
| * * keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong2012-05-301-3/+5
* | Merge from trunk.Paul Eggert2012-05-251-4/+13
|\ \ | |/
| * Fix last fix.Chong Yidong2012-04-231-10/+11
| * Doc fixes for where-is-internal.Chong Yidong2012-04-231-4/+12
* | Merge from trunk.Paul Eggert2012-04-091-2/+3
|\ \ | |/
| * * keymap.c (Fkey_description): Doc fix.Chong Yidong2012-03-121-2/+3
* | Merge from trunk.Paul Eggert2012-02-241-2/+8
|\ \ | |/
| * * src/keymap.c (Fsingle_key_description): Handle char ranges.Stefan Monnier2012-02-131-2/+8
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * * src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.Dmitry Antipov2011-11-181-2/+2
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
* | Merge from trunk.Paul Eggert2011-10-011-3/+4
|\ \ | |/
| * Merge changes from emacs-23Chong Yidong2011-10-011-3/+4
| |\
| | * * src/keymap.c (Fsingle_key_description): Use make_specified_stringAndreas Schwab2011-09-191-3/+4
| | * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-5/+5
* | | * keymap.c.c (Fdefine_key): Use ptrdiff_t, not int.Paul Eggert2011-09-271-1/+1
* | | * keymap.c (Fkey_description): Recode slightly to pacify GCC 4.6.1 x86.Paul Eggert2011-09-211-2/+5
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-24/+39
|/ /
* | sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-7/+12
* | Merge from trunk.Paul Eggert2011-08-041-19/+14
|\ \
| * | * src/keymap.c (Fmake_composed_keymap): Move to subr.el.Stefan Monnier2011-08-031-12/+0
| * | * src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.Stefan Monnier2011-08-021-10/+3
| * | Fix non-prefix key error message when last character M-[char] is translated t...Don March2011-08-021-7/+21
* | | * keymap.c: Integer overflow fixes.Paul Eggert2011-07-281-4/+11
|/ /
* | (syms_of_keymap): Clarify that "modifier" is "modifier key"Lars Magne Ingebrigtsen2011-07-121-4/+4