summaryrefslogtreecommitdiff
path: root/src/keymap.c
AgeCommit message (Expand)Author
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
2008-04-04* subr.el (keymap-canonicalize): New function.Stefan Monnier
2008-03-25(map_keymap_internal): New fun.Stefan Monnier
2008-03-25* subr.el (map-keymap-sorted): Rename from map-keymap-internal.Stefan Monnier
2008-02-08(Fkey_description): Move side effect outside of macro call.Stefan Monnier
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-12-06Merge from emacs--devo--0Miles Bader
2007-11-29(Fcurrent_local_map): Doc fix.Richard M. Stallman
2007-11-22(Fsingle_key_description): Add cast when passing EMACS_INTAndreas Schwab
2007-10-19Merge from emacs--devo--0Miles Bader
2007-10-17* xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier
2007-10-11Merge from emacs--devo--0Miles Bader