summaryrefslogtreecommitdiff
path: root/src/keymap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge changes from emacs-23 branch.Chong Yidong2010-07-101-4/+6
|\
| * * keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong2010-06-191-4/+6
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-64/+31
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+8
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-3/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-88/+34
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-18/+18
* | Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-011-3/+0
|/
* * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier2010-05-311-14/+22
* Fix keyboard macro key lookup (Bug#5481).Chong Yidong2010-03-031-18/+18
* * keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier2010-01-241-16/+27
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.Dan Nicolaescu2009-11-061-5/+5
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-28/+28
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-1/+5
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fwhere_is_internal): Use nconc2.Stefan Monnier2009-09-121-4/+1
* (where_is_internal): Don't erroneously return nil right afterStefan Monnier2009-09-111-7/+11
* (get_keymap): Return the actual keymap symbol rather than t for autoloadedStefan Monnier2009-09-111-1/+1
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-111-0/+19
* (Fwhere_is_internal): Last minute typo.Stefan Monnier2009-09-101-1/+1
* * keymap.c (where_is_internal_data): Make noindirect a boolean.Stefan Monnier2009-09-101-174/+160
* (where_is_internal): Filter out shadowed remappings.Stefan Monnier2009-09-091-55/+41
* (Fkeymap_parent): Doc fix (Bug#2391).Chong Yidong2009-02-201-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (map_keymap_char_table_item): Make a copy of KEY if it is aAndreas Schwab2008-12-261-0/+4
* (describe_vector): Adjusted for the change ofKenichi Handa2008-11-271-12/+29
* * keymap.c: Remove all NS-specific code.Stefan Monnier2008-07-161-84/+68
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-4/+64
* * keymap.c (Vminibuffer_local_filename_must_match_map):Stefan Monnier2008-06-051-5/+5
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (access_keymap): Remove the value 2 for t_ok which was usedStefan Monnier2008-04-081-5/+2
* * subr.el (keymap-canonicalize): New function.Stefan Monnier2008-04-041-2/+27
* (map_keymap_internal): New fun.Stefan Monnier2008-03-251-23/+49
* * subr.el (map-keymap-sorted): Rename from map-keymap-internal.Stefan Monnier2008-03-251-1/+1
* (Fkey_description): Move side effect outside of macro call.Stefan Monnier2008-02-081-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-1/+2
|\ \ \ | |/ /
| * | (Fcurrent_local_map): Doc fix.Richard M. Stallman2007-11-291-1/+2
| * | (Fsingle_key_description): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-191-9/+9
|\ \ \ | |/ /
| * | * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-171-9/+9