aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
...
| * * 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:[email protected]: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
* | (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