2010-09-29 |
Glenn Morris |
Use temp-buffers when not displaying the diary.
|
2010-09-29 |
Glenn Morris |
Minor diary-lib change.
|
2010-09-29 |
Glenn Morris |
Minor diary include improvement.
|
2010-09-29 |
Glenn Morris |
* lisp/calendar/appt.el (appt-activate): Check diary file.
|
2010-09-29 |
Katsumi Yamaoka |
Remove Emacs 21 stuff.
|
2010-09-28 |
Stefan Monnier |
* src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
|
2010-09-28 |
Katsumi Yamaoka |
Fix comments; remove Emacs 21 stuff.
|
2010-09-28 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-09-28 |
Katsumi Yamaoka |
nnimap.el (auth-source-forget-user-or-password, auth-source-user-or-password): Autoload.
|
2010-09-28 |
Glenn Morris |
* lisp/calendar/appt.el (appt-check): Minor simplification.
|
2010-09-28 |
Glenn Morris |
Minor NEWS fix.
|
2010-09-28 |
Glenn Morris |
* configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
|
2010-09-28 |
Katsumi Yamaoka |
Fix message-* user options that differ from Gnus trunk.
|
2010-09-28 |
Juanma Barranquero |
nt/*.c: Use const char*; remove unused code.
|
2010-09-27 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-09-27 |
Andreas Schwab |
* Makefile.in (ELCFILES): Update.
|
2010-09-27 |
Andreas Schwab |
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Avoid
|
2010-09-27 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
|
2010-09-27 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
|
2010-09-27 |
Michael Albinus |
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
|
2010-09-27 |
Kenichi Handa |
tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.
|
2010-09-27 |
Kenichi Handa |
tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.
|
2010-09-27 |
Kenichi Handa |
international/mule-diag.el (describe-character-set): Use princ with proper print-length and print-level instead of insert.
|
2010-09-27 |
Kenichi Handa |
international/mule-diag.el (describe-character-set): Use princ with proper print-length and print-level instead of insert.
|
2010-09-26 |
Jan D |
* xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.
|
2010-09-26 |
Juanma Barranquero |
lisp/window.el (walk-windows): Doc fix (bug#7105).
|
2010-09-27 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-09-27 |
Lars Magne Ingebrigtsen |
Compile with imagemagick support by default.
|
2010-09-27 |
Jan D |
* process.c (wait_reading_process_output): Add missing FD_CLR
|
2010-09-27 |
Stefan Monnier |
* lisp/emacs-lisp/float-sup.el (e): Remove.
|
2010-09-27 |
Lars Magne Ingebrigtsen |
Add gnutls logging and clean up various gnutls bits.
|
2010-09-27 |
Juanma Barranquero |
src/w32.c: Remove unused code and make static many functions.
|
2010-09-27 |
Michael Albinus |
* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
|
2010-09-27 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_read): Don't infloop while reading.
|
2010-09-27 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-09-27 |
Lars Magne Ingebrigtsen |
Add debugging to the gnutls library, and finish handshaking when it's done.
|
2010-09-27 |
Katsumi Yamaoka |
nnimap.el (utf7): Required.
|
2010-09-27 |
Katsumi Yamaoka |
gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid handing broken links to browse-url.
|
2010-09-27 |
Juanma Barranquero |
Fix typos.
|
2010-09-27 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
2010-09-27 |
Kenichi Handa |
Remove restriction on the number of glyphs in one composition.
|
2010-09-27 |
Kenichi Handa |
merge trunk
|
2010-09-27 |
Katsumi Yamaoka |
gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
|
2010-09-27 |
Kenichi Handa |
Remove restriction on the number of glyphs in one composition.
|
2010-09-26 |
Katsumi Yamaoka |
Update ChangeLogs.
|
2010-09-26 |
Katsumi Yamaoka |
mail-source.el (mail-source-value): Revert previous patch.
|
2010-09-26 |
Stefan Monnier |
* lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
|
2010-09-26 |
Jan D |
Donät give write_mask to select for W32.
|
2010-09-26 |
Jan D |
Reinstate ifdef subprocesses.
|
2010-09-26 |
Jan D |
Add fd handling with callbacks to select, dbus needs it for async operation.
|
2010-09-26 |
Lars Magne Ingebrigtsen |
(starttls-negotiate): Avoid the cl.el decf function.
|
2010-09-26 |
Lars Magne Ingebrigtsen |
Don't break the build if we don't have the gnutls libraries.
|
2010-09-26 |
Dan Nicolaescu |
Use const for some pointer arguments.
|
2010-09-26 |
Dan Nicolaescu |
Code simplification in term.c.
|
2010-09-26 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-09-26 |
Katsumi Yamaoka |
auth-source.el (auth-source-create): Query the user for whether to store the credentials.
|
2010-09-26 |
Katsumi Yamaoka |
gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
|
2010-09-26 |
Ted Zlatanov |
Set up GnuTLS support.
|
2010-09-26 |
Katsumi Yamaoka |
Merge changes made in Gnus trunk.
|
2010-09-26 |
Juanma Barranquero |
src/w32.c (get_emacs_configuration_options): Fix previous change.
|