aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline.Paul Eggert2011-03-171-0/+4
|\
| * src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-3/+6
* | * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-131-0/+1
* | * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-131-4/+4
|/
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-17/+26
* * keyboard.h: Remove obsolete comment.Tom Tromey2011-02-141-2/+0
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-25/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-0/+1
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-2/+2
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-1/+1
* | Don't define QPRIMARY twice.Jan Djärv2010-08-161-0/+3
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-8/+8
* | Use const char* for -Wwrite_strings.Jan D2010-08-111-3/+3
* | Move declarations to header files.Dan Nicolaescu2010-08-061-0/+2
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-061-2/+0
* | Add declarations to header files.Dan Nicolaescu2010-08-051-2/+22
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-0/+20
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-0/+2
* | Constify functions taking char *Andreas Schwab2010-07-111-1/+0
* | Remove P_ and __P macros.Jan D2010-07-021-49/+49
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-101-0/+1
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-091-1/+1
* (add_user_signal): Fix typo in extern.YAMAMOTO Mitsuharu2009-05-061-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or M...Adrian Robert2008-08-041-1/+1
* Fix last change.Chong Yidong2008-08-011-2/+0
* clear warnings and clean up NS portAdrian Robert2008-08-011-0/+5
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-7/+0
* * keymap.c: Remove all NS-specific code.Stefan Monnier2008-07-161-0/+1
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-2/+51
* * Makefile.in (obj): Always add menu.oAndreas Schwab2008-06-081-5/+2
* Relocate platform-independent menu definitions from xmenu.c.Chong Yidong2008-06-081-3/+82
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Make `window-system' into a keyboard-local variable (rather thanStefan Monnier2007-10-251-2/+4
* | Merge from emacs--rel--22Miles Bader2007-10-091-0/+3
|\|
| * (struct kboard): New elt Vlast_repeatable_command.Martin Rudalics2007-08-291-0/+3
* | Add new `input-decode-map' keymap and use it for temrinalStefan Monnier2007-10-091-7/+8
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\|
| * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merged from [email protected]Karoly Lorentey2007-01-291-2/+2
|\|
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merged from [email protected].Karoly Lorentey2007-01-011-0/+1
|\|