aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* * src/keymap.c (Fsingle_key_description): Handle char ranges.Stefan Monnier2012-02-131-2/+8
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * 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 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:[email protected]:40:...Eli Zaretskii2011-05-091-5/+5
* | 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
* | (describe_map_tree): Don't insert a double newline at the end of the stringLars Magne Ingebrigtsen2011-07-071-5/+5
* | * keymap.c (access_keymap_1): Now static.Paul Eggert2011-07-021-1/+1
* | Add multiple inheritance to keymaps.Stefan Monnier2011-07-021-350/+183
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-25/+9
* | Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-311-7/+7
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-5/+5
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-10/+10
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+5
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-11/+12
* | src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* | src/*.c: Fix more warnings about unused parameters.Juanma Barranquero2011-03-261-9/+4
* | * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):Paul Eggert2011-03-141-28/+29
* | * keymap.c (DENSE_TABLE_SIZE): Remove; unused.Paul Eggert2011-03-141-3/+0
* | * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.Paul Eggert2011-03-141-2/+2
* | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):Paul Eggert2011-03-141-6/+6
* | current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-1/+1
* | Merge from emacs-23; up to 2010-06-03T05:41:[email protected].Glenn Morris2011-02-271-1/+1
|\|
| * Comment spelling fix.Glenn Morris2011-02-221-1/+1
* | Hide implementation of `struct kboard'Tom Tromey2011-02-161-14/+14
* | Change B_ to BVARTom Tromey2011-02-161-6/+6
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* | * keymap.c: conform to C89 pointer rulesPaul Eggert2011-02-061-5/+5
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-46/+11
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+2
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-3/+3
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-5/+0
* | * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.Stefan Monnier2010-08-011-2/+2
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Convert old-style definitionsAndreas Schwab2010-07-121-33/+12