aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2010-10-024-6/+54
* Improve TAGS target on MS-DOS.Eli Zaretskii2010-10-022-4/+14
* Invoke kill-emacs on SIGINT on Windows as well.Eli Zaretskii2010-10-023-5/+8
* Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-0122-240/+75
* Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.Glenn Morris2010-10-017-10/+46
* Modify url-retrieve and related functions and structures to respect aLars Magne Ingebrigtsen2010-10-025-10/+39
* 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
* Update ChangeLog.Katsumi Yamaoka2010-10-011-0/+7
* Merge changes made in Gnus trunk.Gnus developers2010-10-0118-86/+192
* Fix initial frame dimensions on MS-DOS.Eli Zaretskii2010-10-012-3/+3
* Fix the MSDOS build broken by 2010-09-26T15:18:[email protected].Eli Zaretskii2010-10-012-0/+6
* Fix bug #6349 with cursor positioning in truncated lines.Eli Zaretskii2010-10-012-3/+21
* Use url-lazy-message for warnings about ignored cookies.Lars Magne Ingebrigtsen2010-10-012-2/+5
* (url-http-async-sentinel): Check that the buffer is still alive beforeLars Magne Ingebrigtsen2010-10-012-14/+20
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-0126-36/+29
* gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid regexp backt...Lars Magne Ingebrigtsen2010-10-012-1/+4
* * 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
* Give up on using gnutls-cli for starttls.Lars Magne Ingebrigtsen2010-10-014-5/+20
* Use intern_c_string instead of intern.Dan Nicolaescu2010-10-017-14/+21
* * src/point.h: Remove, unused.Dan Nicolaescu2010-10-012-8/+4
* nt/ChangeLog: Fix last entry.Eli Zaretskii2010-10-011-0/+1
* Support TAGS targets in the w32 build.Eli Zaretskii2010-10-019-5/+128
* Florian Ragwitz' stuff removed because of missing paperwork.Lars Magne Ingebrigtsen2010-10-014-91/+12
* Fix bug #7102.Eli Zaretskii2010-10-012-0/+6
* * lisp/obsolete/sc.el: Remove file.Glenn Morris2010-10-012-19/+2
* gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read a...Katsumi Yamaoka2010-10-012-5/+20
* gravatar.el (gravatar-create-image): New function.Katsumi Yamaoka2010-10-012-2/+18
* Tweak temporary-file-directory on darwin systems.Glenn Morris2010-09-302-0/+20
* lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0...Juanma Barranquero2010-10-012-0/+6
* Fix previous merge from Gnus trunk.Katsumi Yamaoka2010-10-012-4/+4
* nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.Gnus developers2010-10-0117-996/+245
* * 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
* Fix documentation of VC status indicator in mode line.Eli Zaretskii2010-09-304-2/+26
* gnus-agent.el (gnus-agent-add-group): Fix call to gnus-completing-read.Julien Danjou2010-09-302-1/+146
* Merge changes made in Gnus trunk.Gnus developers2010-09-3032-639/+368
* lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-304-14/+17
* etc/NEWS updates.Glenn Morris2010-09-291-0/+16
* Remove some diary-lib function aliases, obsolete since 22.1.Glenn Morris2010-09-292-7/+3
* Remove some obsolete appt.el code.Glenn Morris2010-09-292-168/+108
* * 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
* configure.in: Don't enable ImageMagick unless HAVE_X11.Romain Francoise2010-09-293-17/+25
* lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.Juanma Barranquero2010-09-292-0/+3
* Clean up gnutls.c coding style to conform with the Emacs style.Lars Magne Ingebrigtsen2010-09-292-84/+83
* nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.Eli Zaretskii2010-09-292-1/+6
* * lisp/gnus/nnmail.el (group, group-art-list, group-art):Stefan Monnier2010-09-292-4/+5
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-294-67/+40