summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-19
* | Merge from trunkDaniel Colascione2012-09-17
|\|
| * Clean up some extern decls.Paul Eggert2012-09-02
* | Implement cygw32Daniel Colascione2012-09-17
|/
* Refactor window-system configurationDaniel Colascione2012-08-31
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-17
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-09
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * keyboard.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-07
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-22
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-12
* * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Merge from mainline.Paul Eggert2011-03-26
|\
| * Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* | * keyboard.c, keyboard.h (num_input_events): Now size_t.Paul Eggert2011-03-26
|/
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-26
* Merge from mainline.Paul Eggert2011-03-17
|\
| * src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-14
* | * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-13
* | * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-13
|/
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* * keyboard.h: Remove obsolete comment.Tom Tromey2011-02-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-17
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-18
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-25
* | Don't define QPRIMARY twice.Jan Djärv2010-08-16
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-11
* | Use const char* for -Wwrite_strings.Jan D2010-08-11
* | Move declarations to header files.Dan Nicolaescu2010-08-06
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-06
* | Add declarations to header files.Dan Nicolaescu2010-08-05
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-26
* | Constify functions taking char *Andreas Schwab2010-07-11
* | Remove P_ and __P macros.Jan D2010-07-02
|/