aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c: Revert last change; it was not intended to beMichael Albinus2010-10-081-5/+0
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-0/+5
|\
| * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, itMichael Albinus2010-09-281-6/+6
* | Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong2010-10-041-13/+11
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* | * keyboard.c (command_loop_1): Make sure the mark is really aliveChong Yidong2010-10-021-1/+5
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-11/+0
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-23/+22
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-3/+4
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-2/+3
* | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ...Jan D2010-09-171-1/+1
* | * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.Stefan Monnier2010-08-311-0/+5
* | * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.Chong Yidong2010-08-311-4/+5
* | Avoid clobbering primary selection when switching frames (Bug#6872).Chong Yidong2010-08-241-5/+8
* | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-231-25/+2
* | Simplify termio code.Dan Nicolaescu2010-08-221-2/+2
* | Let all active regions set the primary selection.Chong Yidong2010-08-151-30/+30
* | * keyboard.c (parse_tool_bar_item): Put in a bad label if :labelJan D2010-08-151-3/+6
* | * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.Andreas Schwab2010-08-151-16/+15
* | Potential buffer overrun and uninit variable fixed, bug 6855.Jan D2010-08-151-2/+5
* | (lispy_function_keys): Do not define VK_PACKET (bug#4836)Jason Rumney2010-08-141-2/+2
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-3/+3
* | Avoid restrictions when copying window selection.Chong Yidong2010-08-071-5/+8
* | Change `select-active-region' mechanics.Chong Yidong2010-08-071-0/+53
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-11/+11
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-15/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-10/+0
* | NO_RETURN functions should not return.Dan Nicolaescu2010-07-261-3/+1
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-1/+3
* | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-6/+3
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-3/+3
* | Constify functions taking char *Andreas Schwab2010-07-111-1/+1
* | Fix implicit declaration of kbd_on_hold_p Andreas Schwab2010-07-111-0/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-25/+24
|\ \ | |/
| * Remove obsolete volatileAndreas Schwab2010-07-051-25/+24
| * Doc fix (Bug#6224).Chong Yidong2010-05-201-6/+6
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-53/+32
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-31/+28
* | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D2010-07-071-1/+47
* | Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-1/+0
* | Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-051-3/+2
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-273/+154
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-41/+41
* | Doc fix (Bug#6224).Kevin Ryde2010-05-201-6/+6
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-3/+58
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-1/+0
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
* | Get rid of the direct_output optimizations.Stefan Monnier2010-03-311-146/+0
* | Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-221-19/+0