| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keyboard.c: Revert last change; it was not intended to be | Michael Albinus | 2010-10-08 | 1 | -5/+0 |
| * | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -0/+5 |
| |\ |
|
| | * | * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it | Michael Albinus | 2010-09-28 | 1 | -6/+6 |
| * | | Don't add an echo dash for the first keystroke (Bug#7137). | Chong Yidong | 2010-10-04 | 1 | -13/+11 |
| * | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -2/+0 |
| * | | * keyboard.c (command_loop_1): Make sure the mark is really alive | Chong Yidong | 2010-10-02 | 1 | -1/+5 |
| * | | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D | 2010-09-26 | 1 | -11/+0 |
| * | | Fix typos. | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
| * | | Fix int/EMACS_INT use in keyboard.c. | Eli Zaretskii | 2010-09-25 | 1 | -23/+22 |
| * | | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. | Eli Zaretskii | 2010-09-24 | 1 | -3/+4 |
| * | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -2/+3 |
| * | | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ... | Jan D | 2010-09-17 | 1 | -1/+1 |
| * | | * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. | Stefan Monnier | 2010-08-31 | 1 | -0/+5 |
| * | | * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty. | Chong Yidong | 2010-08-31 | 1 | -4/+5 |
| * | | Avoid clobbering primary selection when switching frames (Bug#6872). | Chong Yidong | 2010-08-24 | 1 | -5/+8 |
| * | | Move reading an extended command to Elisp (bug#5364, bug#5214). | Juri Linkov | 2010-08-23 | 1 | -25/+2 |
| * | | Simplify termio code. | Dan Nicolaescu | 2010-08-22 | 1 | -2/+2 |
| * | | Let all active regions set the primary selection. | Chong Yidong | 2010-08-15 | 1 | -30/+30 |
| * | | * keyboard.c (parse_tool_bar_item): Put in a bad label if :label | Jan D | 2010-08-15 | 1 | -3/+6 |
| * | | * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen. | Andreas Schwab | 2010-08-15 | 1 | -16/+15 |
| * | | Potential buffer overrun and uninit variable fixed, bug 6855. | Jan D | 2010-08-15 | 1 | -2/+5 |
| * | | (lispy_function_keys): Do not define VK_PACKET (bug#4836) | Jason Rumney | 2010-08-14 | 1 | -2/+2 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -3/+3 |
| * | | Avoid restrictions when copying window selection. | Chong Yidong | 2010-08-07 | 1 | -5/+8 |
| * | | Change `select-active-region' mechanics. | Chong Yidong | 2010-08-07 | 1 | -0/+53 |
| * | | Use const for some arrays and functions. | Dan Nicolaescu | 2010-08-06 | 1 | -11/+11 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -15/+1 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -10/+0 |
| * | | NO_RETURN functions should not return. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+1 |
| * | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -1/+3 |
| * | | Remove more "#ifdef subprocesses". | Eli Zaretskii | 2010-07-13 | 1 | -6/+3 |
| * | | Convert more function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -3/+3 |
| * | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -1/+1 |
| * | | Fix implicit declaration of kbd_on_hold_p | Andreas Schwab | 2010-07-11 | 1 | -0/+1 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -25/+24 |
| |\ \
| |/ |
|
| | * | Remove obsolete volatile | Andreas Schwab | 2010-07-05 | 1 | -25/+24 |
| | * | Doc fix (Bug#6224). | Chong Yidong | 2010-05-20 | 1 | -6/+6 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -53/+32 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -31/+28 |
| * | | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571). | Jan D | 2010-07-07 | 1 | -1/+47 |
| * | | Fix conflicting declarations of x_get_keysym_name | Andreas Schwab | 2010-07-06 | 1 | -1/+0 |
| * | | Convert function definitions and declarations to standard C. | Dan Nicolaescu | 2010-07-05 | 1 | -3/+2 |
| * | | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -273/+154 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -41/+41 |
| * | | Doc fix (Bug#6224). | Kevin Ryde | 2010-05-20 | 1 | -6/+6 |
| * | | Gtk tool bars can be text, icons with text or just icons. | Jan Djärv | 2010-04-20 | 1 | -3/+58 |
| * | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -1/+0 |
| * | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -4/+0 |
| * | | Get rid of the direct_output optimizations. | Stefan Monnier | 2010-03-31 | 1 | -146/+0 |
| * | | Remove dead code dealing with POSIX_SIGNALS. | Dan Nicolaescu | 2010-03-22 | 1 | -19/+0 |