* keymap.c: conform to C89 pointer rules
[bpt/emacs.git] / src / keymap.c
2011-02-06 Paul Eggert* keymap.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisNuke arch-tags.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-27 Andreas SchwabRemove unused declarations
2010-12-13 Stefan MonnierMerge from emacs-23
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-25 Chong YidongMerge changes from emacs-23 branch.
2010-09-23 Chong YidongMerge changes from emacs-23 branch
2010-09-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-06 Chong YidongMerge changes from emacs-23 branch.
2010-09-01 Kenichi Handamerge changes in emacs-23 branch
2010-08-22 Chong YidongMerge changes from emacs-23 branch.
2010-08-17 Joakim Veronamerge from trunk
2010-08-09 Kenichi Handamerge trunk
2010-08-09 Dan NicolaescuUse const char* instead of char*.
2010-08-08 Chong YidongMerge changes from emacs-23 branch.
2010-08-08 Chong YidongMerge changes from emacs-23 branch
2010-08-08 Dan NicolaescuUse const char* instead of char*.
2010-08-05 Dan NicolaescuRemove extern declarations in .c files, .h files have...
2010-08-01 Stefan Monnier* src/keymap.c (Fdefine_key, Flookup_key): Say what...
2010-07-29 Dan NicolaescuRemove extern declarations from .c files, and them...
2010-07-27 Juanma BarranqueroMerge from emacs-23
2010-07-17 Chong YidongMerge latest fix to xg_event_is_for_menubar.
2010-07-16 Chong YidongMerge changes from emacs-23 branch.
2010-07-12 Eli ZaretskiiFix the MS-DOS build (fallout from 2010-07-12T14:16...
2010-07-12 Andreas SchwabConvert old-style definitions
2010-07-12 Kenichi Handamerge trunk
2010-07-10 Chong YidongMerge changes from emacs-23 branch.
2010-07-10 Chong YidongMerge changes from emacs-23 branch.
2010-07-09 Kenichi Handamerge trunk
2010-07-08 Dan NicolaescuConvert DEFUNs to standard C.
2010-07-08 Kenichi Handamerge trunk
2010-07-07 Andreas SchwabReplace bcopy, bzero, bcmp by memcpy, memmove, memset...
2010-07-04 Juanma BarranqueroFix comments and whitespace.
2010-07-04 Dan NicolaescuConvert (most) functions in src to standard C.
2010-07-02 Eli ZaretskiiFix MS-DOS configury.
2010-07-02 Jan DRemove __P and P_ from .c and .m files and definition...
2010-06-26 Eli Zaretskiiw32-fns.el (w32-convert-standard-filename): Doc fix.
2010-06-19 Chong Yidong* keymap.c (Fdefine_key): Doc fix (Bug#6460).
2010-06-16 Stefan MonnierMerge from emacs-23
2010-06-14 Joakim Veronamerged from trunk
2010-06-09 Andreas SchwabMerge from emacs-23
2010-06-02 Dan NicolaescuRemove unnecessary alloca.h includes.
2010-06-01 Stefan MonnierMerge from emacs-23
2010-05-31 Stefan Monnier* src/keymap.c (Fwhere_is_internal): Fix handling of...
2010-03-10 Stefan MonnierMerge pending branch
2010-03-08 Kenichi Handafrom trunk
2010-03-06 Eli ZaretskiiMerge from mainline.
2010-03-03 Chong YidongFix keyboard macro key lookup (Bug#5481).
2010-01-25 Eli ZaretskiiMerge from mainline.
2010-01-25 Jan DjärvMerge from trunk
2010-01-25 Mark A. Hershbergermerge conflict
2010-01-25 Stefan MonnierTry and fix bug#788, hopefully for real this time.
2010-01-24 Stefan Monnier* keymap.c (shadow_lookup): Add `remap' arg.
2010-01-19 Alan MackenzieSuppress spurious second invocation of before-change...
2010-01-16 Eli ZaretskiiMerge from mainline.
2010-01-14 Kenichi Handafrom trunk
2010-01-13 Glenn MorrisAdd 2010 to copyright years.
2009-11-06 Dan Nicolaescu* keymap.c (syms_of_keymap): Construct exclude_keys...
2009-11-06 Dan Nicolaescu* xterm.c (syms_of_xterm):
2009-10-24 Dan Nicolaescu* keymap.c (Fmake_sparse_keymap): Purecopy the name.
2009-10-19 Dan Nicolaescu* alloc.c: Do not define struct catchtag.
2009-09-28 Chong YidongCEDET (development tools) package merged.
2009-09-12 Stefan Monnier(Fwhere_is_internal): Use nconc2.
2009-09-11 Stefan Monnier(where_is_internal): Don't erroneously return nil right...
2009-09-11 Stefan Monnier(get_keymap): Return the actual keymap symbol rather...
2009-09-11 Stefan Monnier* keymap.c (QCadvertised_binding): New constant.
2009-09-10 Stefan Monnier(Fwhere_is_internal): Last minute typo.
2009-09-10 Stefan Monnier* keymap.c (where_is_internal_data): Make noindirect...
2009-09-09 Stefan Monnier(where_is_internal): Filter out shadowed remappings.
2009-02-20 Chong Yidong(Fkeymap_parent): Doc fix (Bug#2391).
2009-01-08 Glenn MorrisAdd 2009 to copyright years.
2008-12-26 Andreas Schwab(map_keymap_char_table_item): Make a copy of KEY if...
2008-11-27 Kenichi Handa(describe_vector): Adjusted for the change of
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-18 Miles BaderMerge from emacs--rel--22
next