summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
2011-02-27Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris
2011-02-22Comment spelling fix.Glenn Morris
2011-02-16Hide implementation of `struct kboard'Tom Tromey
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* keymap.c: conform to C89 pointer rulesPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27Remove unused declarationsAndreas Schwab
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-08Use const char* instead of char*.Dan Nicolaescu
2010-08-05Remove extern declarations in .c files, .h files have them.Dan Nicolaescu
2010-08-01* src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.Stefan Monnier
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-10Merge changes from emacs-23 branch.Chong Yidong
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Fix comments and whitespace.Juanma Barranquero
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-19* keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong
2010-06-01Remove unnecessary alloca.h includes.Dan Nicolaescu
2010-05-31* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier
2010-03-03Fix keyboard macro key lookup (Bug#5481).Chong Yidong
2010-01-24* keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-06* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.Dan Nicolaescu
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-10-24* keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-09-12(Fwhere_is_internal): Use nconc2.Stefan Monnier
2009-09-11(where_is_internal): Don't erroneously return nil right afterStefan Monnier
2009-09-11(get_keymap): Return the actual keymap symbol rather than t for autoloadedStefan Monnier
2009-09-11* keymap.c (QCadvertised_binding): New constant.Stefan Monnier
2009-09-10(Fwhere_is_internal): Last minute typo.Stefan Monnier
2009-09-10* keymap.c (where_is_internal_data): Make noindirect a boolean.Stefan Monnier
2009-09-09(where_is_internal): Filter out shadowed remappings.Stefan Monnier
2009-02-20(Fkeymap_parent): Doc fix (Bug#2391).Chong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-12-26(map_keymap_char_table_item): Make a copy of KEY if it is aAndreas Schwab
2008-11-27(describe_vector): Adjusted for the change ofKenichi Handa
2008-07-16* keymap.c: Remove all NS-specific code.Stefan Monnier
2008-07-15merging Emacs.app (NeXTstep port)Adrian Robert
2008-06-05* keymap.c (Vminibuffer_local_filename_must_match_map):Stefan Monnier
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-08(access_keymap): Remove the value 2 for t_ok which was usedStefan Monnier