| Commit message (Expand) | Author | Age | Files | Lines |
* | gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid regexp backt... | Lars Magne Ingebrigtsen | 2010-10-01 | 2 | -1/+4 |
* | * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define... | Dan Nicolaescu | 2010-10-01 | 2 | -7/+2 |
* | Small process.c cleanups. | Dan Nicolaescu | 2010-10-01 | 2 | -15/+11 |
* | Give up on using gnutls-cli for starttls. | Lars Magne Ingebrigtsen | 2010-10-01 | 4 | -5/+20 |
* | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 7 | -14/+21 |
* | * src/point.h: Remove, unused. | Dan Nicolaescu | 2010-10-01 | 2 | -8/+4 |
* | nt/ChangeLog: Fix last entry. | Eli Zaretskii | 2010-10-01 | 1 | -0/+1 |
* | Support TAGS targets in the w32 build. | Eli Zaretskii | 2010-10-01 | 9 | -5/+128 |
* | Florian Ragwitz' stuff removed because of missing paperwork. | Lars Magne Ingebrigtsen | 2010-10-01 | 4 | -91/+12 |
* | Fix bug #7102. | Eli Zaretskii | 2010-10-01 | 2 | -0/+6 |
* | * lisp/obsolete/sc.el: Remove file. | Glenn Morris | 2010-10-01 | 2 | -19/+2 |
* | gnus-util.el (gnus-completing-read-function): Exclude gnus-icompleting-read a... | Katsumi Yamaoka | 2010-10-01 | 2 | -5/+20 |
* | gravatar.el (gravatar-create-image): New function. | Katsumi Yamaoka | 2010-10-01 | 2 | -2/+18 |
* | Tweak temporary-file-directory on darwin systems. | Glenn Morris | 2010-09-30 | 2 | -0/+20 |
* | lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0... | Juanma Barranquero | 2010-10-01 | 2 | -0/+6 |
* | Fix previous merge from Gnus trunk. | Katsumi Yamaoka | 2010-10-01 | 2 | -4/+4 |
* | nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r. | Gnus developers | 2010-10-01 | 17 | -996/+245 |
* | * src/xml.c (parse_string): Use const. | Dan Nicolaescu | 2010-09-30 | 2 | -1/+5 |
* | (Fbacktrace): Don't overwrite print-level on exit. | Lars Magne Ingebrigtsen | 2010-09-30 | 2 | -2/+10 |
* | Fix documentation of VC status indicator in mode line. | Eli Zaretskii | 2010-09-30 | 4 | -2/+26 |
* | gnus-agent.el (gnus-agent-add-group): Fix call to gnus-completing-read. | Julien Danjou | 2010-09-30 | 2 | -1/+146 |
* | Merge changes made in Gnus trunk. | Gnus developers | 2010-09-30 | 32 | -639/+368 |
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient. | Juanma Barranquero | 2010-09-30 | 4 | -14/+17 |
* | etc/NEWS updates. | Glenn Morris | 2010-09-29 | 1 | -0/+16 |
* | Remove some diary-lib function aliases, obsolete since 22.1. | Glenn Morris | 2010-09-29 | 2 | -7/+3 |
* | Remove some obsolete appt.el code. | Glenn Morris | 2010-09-29 | 2 | -168/+108 |
* | * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. | Dan Nicolaescu | 2010-09-29 | 2 | -3/+4 |
* | src/w32console.c (vga_stdcolor_name): Remove unused function. | Juanma Barranquero | 2010-09-30 | 2 | -22/+5 |
* | configure.in: Don't enable ImageMagick unless HAVE_X11. | Romain Francoise | 2010-09-29 | 3 | -17/+25 |
* | lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. | Juanma Barranquero | 2010-09-29 | 2 | -0/+3 |
* | Clean up gnutls.c coding style to conform with the Emacs style. | Lars Magne Ingebrigtsen | 2010-09-29 | 2 | -84/+83 |
* | nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h. | Eli Zaretskii | 2010-09-29 | 2 | -1/+6 |
* | * lisp/gnus/nnmail.el (group, group-art-list, group-art): | Stefan Monnier | 2010-09-29 | 2 | -4/+5 |
* | Do the gnutls handshake from the reader loop, instead of looping over | Lars Magne Ingebrigtsen | 2010-09-29 | 4 | -67/+40 |
* | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen | 2010-09-29 | 7 | -25/+48 |
* | Fix bug #7128. | Eli Zaretskii | 2010-09-29 | 2 | -5/+15 |
* | xdisp.c (string_buffer_position): Remove unused variables. | Eli Zaretskii | 2010-09-29 | 1 | -1/+0 |
* | Fix int/EMACS_INT use in xdisp.c and print.c. | Eli Zaretskii | 2010-09-29 | 5 | -124/+157 |
* | * epa.texi (Bug Reports): New section. | Daiki Ueno | 2010-09-29 | 2 | -1/+28 |
* | * emacsclient.c (main): Remove unused variables. | Juanma Barranquero | 2010-09-29 | 2 | -3/+6 |
* | Remove unused variable top_srcdir from doc Makefiles. | Glenn Morris | 2010-09-28 | 4 | -4/+12 |
* | Use temp-buffers when not displaying the diary. | Glenn Morris | 2010-09-28 | 3 | -84/+85 |
* | Minor diary-lib change. | Glenn Morris | 2010-09-28 | 2 | -20/+23 |
* | Minor diary include improvement. | Glenn Morris | 2010-09-28 | 2 | -7/+12 |
* | * lisp/calendar/appt.el (appt-activate): Check diary file. | Glenn Morris | 2010-09-28 | 2 | -0/+5 |
* | Remove Emacs 21 stuff. | Katsumi Yamaoka | 2010-09-29 | 8 | -57/+57 |
* | * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'. | Stefan Monnier | 2010-09-28 | 2 | -5/+10 |
* | Fix comments; remove Emacs 21 stuff. | Katsumi Yamaoka | 2010-09-28 | 5 | -9/+13 |
* | Merge changes made in Gnus trunk. | Julien Danjou | 2010-09-28 | 3 | -20/+38 |
* | nnimap.el (auth-source-forget-user-or-password, auth-source-user-or-password)... | Katsumi Yamaoka | 2010-09-28 | 2 | -0/+6 |