summaryrefslogtreecommitdiff
path: root/src/keymap.h
AgeCommit message (Expand)Author
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-10keyboard.c, keymap.c: Use bool for booleans.Paul Eggert
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-05-30* keymap.c (describe_map_tree): Revert 2011-07-07 change.Chong Yidong
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-10* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move declsPaul Eggert
2011-07-28* keymap.c: Integer overflow fixes.Paul Eggert
2011-07-07(describe_map_tree): Don't insert a double newline at the end of the stringLars Magne Ingebrigtsen
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul 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-05Add declarations to header files.Dan Nicolaescu
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-02Remove P_ and __P macros.Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-11* keymap.h (map_keymap_canonical): Declare.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-26Merge from emacs--rel--22Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-07-15Merge from emacs--devo--0Miles Bader
2007-07-10(map_keymap_function_t): More informative prototype.Stefan Monnier
2007-06-25* keymaps.texi (Active Keymaps): Document new POSITION argument ofDavid Kastrup
2007-04-22Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-04-01(Fcommand_remapping): New optional argument.Chong Yidong
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-10-14Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-09-15* NEWS: explain new behavior and arguments of `key-binding' andDavid Kastrup
2006-02-12Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-25Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-02-21Declare Fcurrent_active_maps, used in doc.c.Stefan Monnier
2005-02-15(describe_map_tree): Change decl.Richard M. Stallman
2004-04-16(Fkey_description): Fix prototype.Kim F. Storm
2003-09-01Add arch taglinesMiles Bader
2003-05-04(map_keymap_function_t): New type.Stefan Monnier
2003-02-12Renamed remap-command to command-remapping. All uses changed.Kim F. Storm
2002-02-23(Fremap_command): Declare extern.Kim F. Storm