index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keymap.c
Age
Commit message (
Expand
)
Author
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-11-18
Merge from trunk.
Paul Eggert
2011-11-18
* src/keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
Dmitry Antipov
2011-11-17
Spelling fixes.
Paul Eggert
2011-10-01
Merge from trunk.
Paul Eggert
2011-10-01
Merge changes from emacs-23
Chong Yidong
2011-09-27
* keymap.c.c (Fdefine_key): Use ptrdiff_t, not int.
Paul Eggert
2011-09-21
* keymap.c (Fkey_description): Recode slightly to pacify GCC 4.6.1 x86.
Paul Eggert
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-19
* src/keymap.c (Fsingle_key_description): Use make_specified_string
Andreas Schwab
2011-08-29
sprintf-related integer and memory overflow issues.
Paul Eggert
2011-08-04
Merge from trunk.
Paul Eggert
2011-08-03
* src/keymap.c (Fmake_composed_keymap): Move to subr.el.
Stefan Monnier
2011-08-02
* src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
Stefan Monnier
2011-08-02
Fix non-prefix key error message when last character M-[char] is translated t...
Don March
2011-07-28
* keymap.c: Integer overflow fixes.
Paul Eggert
2011-07-12
(syms_of_keymap): Clarify that "modifier" is "modifier key"
Lars Magne Ingebrigtsen
2011-07-07
(describe_map_tree): Don't insert a double newline at the end of the string
Lars Magne Ingebrigtsen
2011-07-02
* keymap.c (access_keymap_1): Now static.
Paul Eggert
2011-07-02
Add multiple inheritance to keymaps.
Stefan Monnier
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-05-31
Minor fixes for signed vs unsigned integers.
Paul Eggert
2011-05-09
Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...
Eli Zaretskii
2011-04-25
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-14
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-03-29
src/*.c: Remove some additional unused parameters.
Juanma Barranquero
2011-03-26
src/*.c: Fix more warnings about unused parameters.
Juanma Barranquero
2011-03-14
* keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
Paul Eggert
2011-03-14
* keymap.c (DENSE_TABLE_SIZE): Remove; unused.
Paul Eggert
2011-03-14
* keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
Paul Eggert
2011-03-14
* keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
Paul Eggert
2011-03-06
current_column: Now returns EMACS_INT, fixing some iftc.
Paul Eggert
2011-02-27
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Glenn Morris
2011-02-22
Comment spelling fix.
Glenn Morris
2011-02-16
Hide implementation of `struct kboard'
Tom Tromey
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-02-06
* keymap.c: conform to C89 pointer rules
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-12-27
Remove unused declarations
Andreas Schwab
2010-08-09
Use const char* instead of char*.
Dan Nicolaescu
[prev]
[next]