| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework tags targets in Windows makefiles to protect against old/stupid makes. | Juanma Barranquero | 2010-10-02 | 1 | -0/+4 |
| * | Invoke kill-emacs on SIGINT on Windows as well. | Eli Zaretskii | 2010-10-02 | 1 | -0/+5 |
| * | Remove some functions, variables and aliases obsolete since at least 21.1. | Glenn Morris | 2010-10-01 | 1 | -0/+3 |
| * | Run kill-emacs-hook in batch mode, and on SIGINT in batch mode. | Glenn Morris | 2010-10-01 | 1 | -0/+8 |
| * | xml.c: Rework the functions to take regions instead of strings, | Lars Magne Ingebrigtsen | 2010-10-02 | 1 | -0/+6 |
| * | Fix initial frame dimensions on MS-DOS. | Eli Zaretskii | 2010-10-01 | 1 | -0/+3 |
| * | Fix bug #6349 with cursor positioning in truncated lines. | Eli Zaretskii | 2010-10-01 | 1 | -0/+6 |
| * | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -0/+25 |
| * | * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define... | Dan Nicolaescu | 2010-10-01 | 1 | -0/+2 |
| * | Small process.c cleanups. | Dan Nicolaescu | 2010-10-01 | 1 | -0/+4 |
| * | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -0/+7 |
| * | * src/point.h: Remove, unused. | Dan Nicolaescu | 2010-10-01 | 1 | -0/+4 |
| * | Support TAGS targets in the w32 build. | Eli Zaretskii | 2010-10-01 | 1 | -0/+6 |
| * | * src/xml.c (parse_string): Use const. | Dan Nicolaescu | 2010-09-30 | 1 | -0/+4 |
| * | (Fbacktrace): Don't overwrite print-level on exit. | Lars Magne Ingebrigtsen | 2010-09-30 | 1 | -0/+6 |
| * | * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. | Dan Nicolaescu | 2010-09-29 | 1 | -0/+4 |
| * | src/w32console.c (vga_stdcolor_name): Remove unused function. | Juanma Barranquero | 2010-09-30 | 1 | -0/+5 |
| * | Clean up gnutls.c coding style to conform with the Emacs style. | Lars Magne Ingebrigtsen | 2010-09-29 | 1 | -0/+5 |
| * | Do the gnutls handshake from the reader loop, instead of looping over | Lars Magne Ingebrigtsen | 2010-09-29 | 1 | -0/+4 |
| * | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen | 2010-09-29 | 1 | -0/+14 |
| * | Fix bug #7128. | Eli Zaretskii | 2010-09-29 | 1 | -0/+7 |
| * | Fix int/EMACS_INT use in xdisp.c and print.c. | Eli Zaretskii | 2010-09-29 | 1 | -0/+28 |
| * | * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'. | Stefan Monnier | 2010-09-28 | 1 | -0/+6 |
| * | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-28 | 1 | -0/+8 |
| |\ |
|
| | * | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus | 2010-09-27 | 1 | -1/+1 |
| | * | * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS. | Michael Albinus | 2010-09-27 | 1 | -0/+5 |
| | * | * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds. | Jan D | 2010-09-26 | 1 | -0/+5 |
| * | | * process.c (wait_reading_process_output): Add missing FD_CLR | Jan D | 2010-09-27 | 1 | -0/+5 |
| * | | Add gnutls logging and clean up various gnutls bits. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -0/+15 |
| * | | src/w32.c: Remove unused code and make static many functions. | Juanma Barranquero | 2010-09-27 | 1 | -0/+21 |
| * | | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) | Michael Albinus | 2010-09-27 | 1 | -0/+12 |
| * | | (emacs_gnutls_read): Don't infloop while reading. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -0/+1 |
| * | | Add debugging to the gnutls library, and finish handshaking when it's done. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -0/+4 |
| * | | Fix typos. | Juanma Barranquero | 2010-09-27 | 1 | -1/+1 |
| * | | Fix typos in ChangeLogs. | Juanma Barranquero | 2010-09-27 | 1 | -12/+12 |
| * | | merge trunk | Kenichi Handa | 2010-09-27 | 1 | -2/+512 |
| |\ \ |
|
| | * | | Donät give write_mask to select for W32. | Jan D | 2010-09-26 | 1 | -0/+3 |
| | * | | Reinstate ifdef subprocesses. | Jan D | 2010-09-26 | 1 | -0/+3 |
| | * | | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D | 2010-09-26 | 1 | -0/+40 |
| | * | | Code simplification in term.c. | Dan Nicolaescu | 2010-09-26 | 1 | -0/+6 |
| | * | | Set up GnuTLS support. | Ted Zlatanov | 2010-09-26 | 1 | -0/+19 |
| | * | | src/w32.c (get_emacs_configuration_options): Fix previous change. | Juanma Barranquero | 2010-09-26 | 1 | -0/+4 |
| | * | | * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive | Chong Yidong | 2010-09-25 | 1 | -0/+5 |
| | * | | Fix up some EMACS_INT/int conversion errors related to xdisp.c. | Lars Magne Ingebrigtsen | 2010-09-25 | 1 | -0/+7 |
| | * | | xrdb.c EMACS_INT/int audit. | Lars Magne Ingebrigtsen | 2010-09-25 | 1 | -0/+4 |
| | * | | Fix int/EMACS_INT use in textprop.c and window.c. | Eli Zaretskii | 2010-09-25 | 1 | -0/+14 |
| | * | | Fix int/EMACS_INT use in process.c and term.c. | Eli Zaretskii | 2010-09-25 | 1 | -0/+7 |
| | * | | Fix typos. | Juanma Barranquero | 2010-09-25 | 1 | -2/+2 |
| | * | | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c | Eli Zaretskii | 2010-09-25 | 1 | -0/+13 |
| | * | | Fix int/EMACS_INT use in keyboard.c. | Eli Zaretskii | 2010-09-25 | 1 | -0/+26 |