| Age | Commit message (Expand) | Author |
| 2010-10-03 | * src/process.c: Do not include <sys/wait.h>, syswait.h does it. | Dan Nicolaescu |
| 2010-10-03 | * src/sysdep.c (flush_pending_output): Remove code, does not do | Dan Nicolaescu |
| 2010-10-03 | Remove unused code. | Dan Nicolaescu |
| 2010-10-03 | Remove unused arguments for unexec. | Dan Nicolaescu |
| 2010-10-03 | src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ). | Juanma Barranquero |
| 2010-10-03 | * dbusbind.c (syms_of_dbusbind): Move putenv call ... | Michael Albinus |
| 2010-10-03 | src/gnutls.c: Doc fixes. Make some functions static. | Juanma Barranquero |
| 2010-10-02 | Doc fix. | Glenn Morris |
| 2010-10-02 | * keyboard.c (command_loop_1): Make sure the mark is really alive | Chong Yidong |
| 2010-10-02 | Fix beg_col calculation when painting from window start. | Eli Zaretskii |
| 2010-10-02 | Fix mouse highlight in bidi-reordered continued lines. | Eli Zaretskii |
| 2010-10-02 | Rework tags targets in Windows makefiles to protect against old/stupid makes. | Juanma Barranquero |
| 2010-10-02 | Fix minor bugs in mouse highlight. | Eli Zaretskii |
| 2010-10-02 | Invoke kill-emacs on SIGINT on Windows as well. | Eli Zaretskii |
| 2010-10-01 | Remove some functions, variables and aliases obsolete since at least 21.1. | Glenn Morris |
| 2010-10-01 | Run kill-emacs-hook in batch mode, and on SIGINT in batch mode. | Glenn Morris |
| 2010-10-02 | Fix complementing of a coding system | Kenichi Handa |
| 2010-10-02 | xml.c: Rework the functions to take regions instead of strings, | Lars Magne Ingebrigtsen |
| 2010-10-01 | Fix initial frame dimensions on MS-DOS. | Eli Zaretskii |
| 2010-10-01 | Fix bug #6349 with cursor positioning in truncated lines. | Eli Zaretskii |
| 2010-10-01 | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu |
| 2010-10-01 | * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define... | Dan Nicolaescu |
| 2010-10-01 | Small process.c cleanups. | Dan Nicolaescu |
| 2010-10-01 | Use intern_c_string instead of intern. | Dan Nicolaescu |
| 2010-10-01 | * src/point.h: Remove, unused. | Dan Nicolaescu |
| 2010-10-01 | Support TAGS targets in the w32 build. | Eli Zaretskii |
| 2010-09-30 | * src/xml.c (parse_string): Use const. | Dan Nicolaescu |
| 2010-09-30 | (Fbacktrace): Don't overwrite print-level on exit. | Lars Magne Ingebrigtsen |
| 2010-09-30 | Complement a coding system for encoding arguments and input to a process. | Kenichi Handa |
| 2010-09-29 | * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. | Dan Nicolaescu |
| 2010-09-30 | src/w32console.c (vga_stdcolor_name): Remove unused function. | Juanma Barranquero |
| 2010-09-29 | Clean up gnutls.c coding style to conform with the Emacs style. | Lars Magne Ingebrigtsen |
| 2010-09-29 | Do the gnutls handshake from the reader loop, instead of looping over | Lars Magne Ingebrigtsen |
| 2010-09-29 | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen |
| 2010-09-29 | Fix bug #7128. | Eli Zaretskii |
| 2010-09-29 | Fix int/EMACS_INT use in xdisp.c and print.c. | Eli Zaretskii |
| 2010-09-29 | merge emacs-23 | Kenichi Handa |
| 2010-09-29 | xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth prope... | Kenichi Handa |
| 2010-09-28 | * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'. | Stefan Monnier |
| 2010-09-28 | * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it | Michael Albinus |
| 2010-09-28 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-09-27 | * process.c (wait_reading_process_output): Add missing FD_CLR | Jan D |
| 2010-09-27 | Add gnutls logging and clean up various gnutls bits. | Lars Magne Ingebrigtsen |
| 2010-09-27 | src/w32.c: Remove unused code and make static many functions. | Juanma Barranquero |
| 2010-09-27 | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) | Michael Albinus |
| 2010-09-27 | (emacs_gnutls_read): Don't infloop while reading. | Lars Magne Ingebrigtsen |
| 2010-09-27 | Add debugging to the gnutls library, and finish handshaking when it's done. | Lars Magne Ingebrigtsen |
| 2010-09-27 | * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0". | Michael Albinus |
| 2010-09-27 | Fix typos. | Juanma Barranquero |
| 2010-09-27 | Fix typos in ChangeLogs. | Juanma Barranquero |