aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong2010-10-042-13/+17
* Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-048-40/+13
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-043-37/+130
* * src/fileio.c (Vdirectory_sep_char): Remove.Glenn Morris2010-10-032-7/+8
* * src/termhooks.h: Remove #ifdef CONSP.Dan Nicolaescu2010-10-032-7/+2
* * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu2010-10-033-12/+13
* Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-0310-25/+12
* * src/process.c: Do not include <sys/wait.h>, syswait.h does it.Dan Nicolaescu2010-10-032-4/+2
* * src/sysdep.c (flush_pending_output): Remove code, does not doDan Nicolaescu2010-10-032-16/+4
* Remove unused code.Dan Nicolaescu2010-10-033-254/+8
* Remove unused arguments for unexec.Dan Nicolaescu2010-10-0310-132/+65
* src/gnutls.c: Fix typo in docstring.Juanma Barranquero2010-10-031-4/+4
* src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).Juanma Barranquero2010-10-032-3/+7
* src/gnutls.c: Doc fixes. Make some functions static.Juanma Barranquero2010-10-032-31/+47
* * keyboard.c (command_loop_1): Make sure the mark is really aliveChong Yidong2010-10-022-1/+10
* Rework tags targets in Windows makefiles to protect against old/stupid makes.Juanma Barranquero2010-10-022-2/+6
* Invoke kill-emacs on SIGINT on Windows as well.Eli Zaretskii2010-10-022-4/+7
* Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-012-11/+3
* Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.Glenn Morris2010-10-012-3/+23
* Clean up trailing whitespace.Lars Magne Ingebrigtsen2010-10-021-2/+2
* xml.c: Rework the functions to take regions instead of strings,Lars Magne Ingebrigtsen2010-10-022-24/+42
* Fix initial frame dimensions on MS-DOS.Eli Zaretskii2010-10-012-3/+3
* Fix bug #6349 with cursor positioning in truncated lines.Eli Zaretskii2010-10-012-3/+21
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-0124-31/+25
* * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define...Dan Nicolaescu2010-10-012-7/+2
* Small process.c cleanups.Dan Nicolaescu2010-10-012-15/+11
* Use intern_c_string instead of intern.Dan Nicolaescu2010-10-017-14/+21
* * src/point.h: Remove, unused.Dan Nicolaescu2010-10-012-8/+4
* Support TAGS targets in the w32 build.Eli Zaretskii2010-10-012-0/+51
* * src/xml.c (parse_string): Use const.Dan Nicolaescu2010-09-302-1/+5
* (Fbacktrace): Don't overwrite print-level on exit.Lars Magne Ingebrigtsen2010-09-302-2/+10
* * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.Dan Nicolaescu2010-09-292-3/+4
* src/w32console.c (vga_stdcolor_name): Remove unused function.Juanma Barranquero2010-09-302-22/+5
* Clean up gnutls.c coding style to conform with the Emacs style.Lars Magne Ingebrigtsen2010-09-292-84/+83
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-292-56/+38
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-295-14/+39
* Fix bug #7128.Eli Zaretskii2010-09-292-5/+15
* xdisp.c (string_buffer_position): Remove unused variables.Eli Zaretskii2010-09-291-1/+0
* Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-295-124/+157
* * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.Stefan Monnier2010-09-282-5/+10
* Merge changes from emacs-23 branch.Juanma Barranquero2010-09-283-0/+18
|\
| * * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-271-1/+1
| * * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-272-2/+4
| * * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.Michael Albinus2010-09-272-0/+7
| * * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.Jan D2010-09-262-0/+11
* | * process.c (wait_reading_process_output): Add missing FD_CLRJan D2010-09-272-0/+6
* | Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-275-16/+64
* | src/w32.c: Remove unused code and make static many functions.Juanma Barranquero2010-09-272-162/+139
* | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)Michael Albinus2010-09-273-73/+37
* | (emacs_gnutls_read): Don't infloop while reading.Lars Magne Ingebrigtsen2010-09-272-8/+8