| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes from emacs-23 | Chong Yidong | 2011-10-01 | 1 | -3/+4 |
|\ |
|
| * | * src/keymap.c (Fsingle_key_description): Use make_specified_string | Andreas Schwab | 2011-09-19 | 1 | -3/+4 |
| * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 2011-05-09 | 1 | -5/+5 |
* | | sprintf-related integer and memory overflow issues. | Paul Eggert | 2011-08-29 | 1 | -7/+12 |
* | | Merge from trunk. | Paul Eggert | 2011-08-04 | 1 | -19/+14 |
|\ \ |
|
| * | | * src/keymap.c (Fmake_composed_keymap): Move to subr.el. | Stefan Monnier | 2011-08-03 | 1 | -12/+0 |
| * | | * src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE. | Stefan Monnier | 2011-08-02 | 1 | -10/+3 |
| * | | Fix non-prefix key error message when last character M-[char] is translated t... | Don March | 2011-08-02 | 1 | -7/+21 |
* | | | * keymap.c: Integer overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -4/+11 |
|/ / |
|
* | | (syms_of_keymap): Clarify that "modifier" is "modifier key" | Lars Magne Ingebrigtsen | 2011-07-12 | 1 | -4/+4 |
* | | (describe_map_tree): Don't insert a double newline at the end of the string | Lars Magne Ingebrigtsen | 2011-07-07 | 1 | -5/+5 |
* | | * keymap.c (access_keymap_1): Now static. | Paul Eggert | 2011-07-02 | 1 | -1/+1 |
* | | Add multiple inheritance to keymaps. | Stefan Monnier | 2011-07-02 | 1 | -350/+183 |
* | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -25/+9 |
* | | Minor fixes for signed vs unsigned integers. | Paul Eggert | 2011-05-31 | 1 | -7/+7 |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -5/+5 |
* | | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -2/+2 |
* | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -10/+10 |
* | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -4/+5 |
* | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -11/+12 |
* | | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -1/+1 |
* | | src/*.c: Fix more warnings about unused parameters. | Juanma Barranquero | 2011-03-26 | 1 | -9/+4 |
* | | * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal): | Paul Eggert | 2011-03-14 | 1 | -28/+29 |
* | | * keymap.c (DENSE_TABLE_SIZE): Remove; unused. | Paul Eggert | 2011-03-14 | 1 | -3/+0 |
* | | * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. | Paul Eggert | 2011-03-14 | 1 | -2/+2 |
* | | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | Paul Eggert | 2011-03-14 | 1 | -6/+6 |
* | | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 1 | -1/+1 |
* | | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. | Glenn Morris | 2011-02-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Comment spelling fix. | Glenn Morris | 2011-02-22 | 1 | -1/+1 |
* | | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -14/+14 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -6/+6 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -6/+6 |
* | | * keymap.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -5/+5 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -46/+11 |
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -1/+2 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -3/+3 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -2/+2 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -5/+0 |
* | | * src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid. | Stefan Monnier | 2010-08-01 | 1 | -2/+2 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -33/+12 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | * keymap.c (Fdefine_key): Doc fix (Bug#6460). | Chong Yidong | 2010-06-19 | 1 | -4/+6 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -64/+31 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -6/+8 |