- 29 Sep, 2010 7 commits
-
-
Juanma Barranquero authored
(start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
-
Glenn Morris authored
* doc/emacs/Makefile.in (top_srcdir): Remove unused variable. * doc/misc/Makefile.in (top_srcdir): Remove unused variable.
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-list-entries): Use temp buffers when not displaying the diary. (diary-add-to-list): If no buffer-file-name, fall back to diary-file. * lisp/calendar/appt.el (appt-check): No longer need to kill diary.
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-list-entries): Move the "Preparing..." message entirely here. (diary-simple-display, diary-fancy-display): Move "Preparing..." messages to diary-list-entries. (diary-include-other-diary-files): Use LIST-ONLY rather than setting diary-display-function.
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-include-other-diary-files): Trap some recursive includes.
-
Glenn Morris authored
-
Katsumi Yamaoka authored
mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist, mm-mime-charset): Comment fix. rfc2047.el (rfc2047-syntax-table): Comment fix. utf7.el (utf7-utf-16-coding-system): Comment fix. nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load' rather than `insert-file-contents' and `eval-region'. pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else construction. time-date.el: No need to require cl for Emacs 21.
-
- 28 Sep, 2010 9 commits
-
-
Stefan Monnier authored
(Fgnutls_boot): Use SDATA. (Fgnutls_handshake): Remove unused var `max_log_level'.
-
Katsumi Yamaoka authored
mail-source.el (mail-source-report-new-mail) message.el (message-default-mail-headers) mm-decode.el (mm-valid-image-format-p): Comment fix. mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
-
Julien Danjou authored
gnus-gravatar.el (gnus-gravatar-insert): Fix search backward. gnus-gravatar.el (gnus-gravatar-insert): Fix search in case mail-address contains the same string as real-name. gnus-gravatar.el (gnus-gravatar-insert): More robust search. gnus-ems.el (gnus-put-image): Revert Lars, change and insert non-blank in header, otherwise it'll get stripped.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Katsumi Yamaoka authored
message.el (message-from-style, message-interactive, message-signature): Remove comment. message.el (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp always. message.el (message-sendmail-envelope-from): Comment fix. message.el (message-yank-prefix): Default to mail-yank-prefix always. message.el (message-indentation-spaces): Default to mail-indentation-spaces always. message.el (message-signature-file): Default to mail-signature-file always. sendmail.el (mail-citation-prefix-regexp): Remove "}" from citation prefix.
-
Juanma Barranquero authored
* addpm.c (entry, add_registry, main): * addsection.c (file_data, open_input_file, open_output_file) (find_section, PTR_TO_OFFSET, copy_executable_and_add_section) (COPY_CHUNK): * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space) (skip_nonspace, get_next_token, search_dir, make_absolute) (spawn, main): * preprep.c (file_data, open_input_file, open_output_file) (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main): Use const char*. * cmdproxy.c (stdin): Don't define, not used. (main): Don't assign remlen after last use.
-
- 27 Sep, 2010 24 commits
-
-
Juanma Barranquero authored
-
Gnus developers authored
sieve-manage.el (sieve-manage-default-stream): Make default stream customizable. nnimap.el (nnimap-request-accept-article): Send a "." at the end, which may or may not help. nnimap.el (nnimap-open-connection): Have the `network' nnimap connection use STARTTLS opportunistically. gnus-sum.el (gnus-summary-insert-new-articles): Copy the old-high watermark so that nothing alters it while scanning for new messages. nnimap.el (nnimap-request-accept-article): Remove the "." at the end, since some servers don't like it. nnimap.el (nnimap-open-connection): Forget credentials if the server says the password was wrong. nnimap.el (nnimap-parse-line): Protect against invalid data. gnus-art.el, gnus-sum.el, nnimap.el: Allow setting the partial fetch per server instead of globally. message.el (message-cite-prefix-regexp): Revert last edit. nnmairix.el: Make it work with latest changes in nnimap. gnus-sum.el (gnus-summary-move-article): Don't alter gnus-newsgroup-active. gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so that you don't get flashes of other buffers. nnimap.el: Fix up partial nnimap fetching. gnus-sum.el: Rework the `/ N' based on the new gnus-newsgroup-highest variable.
-
Andreas Schwab authored
-
Lars Magne Ingebrigtsen authored
-
Jan D authored
for write_mask (must mirror connect_wait_mask).
-
Stefan Monnier authored
-
Andreas Schwab authored
infinite recursion on erroneous lambda form. (Bug#7114)
-
Lars Magne Ingebrigtsen authored
From: Teodor Zlatanov <tzz@lifelogs.com>
-
Juanma Barranquero authored
(g_b_init_get_sid_identifier_authority, GetSidIdentifierAuthority_Proc) (get_sid_identifier_authority): Remove, not used. (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority. (init_winsock): Remove useless assignment. (open_process_token, get_token_information, lookup_account_sid) (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security) (get_security_descriptor_owner, get_security_descriptor_group) (is_valid_sid, equal_sid, get_length_sid, copy_sid) (get_native_system_info, get_system_times, init_user_info, crlf_to_lf) (is_unc_volume, GetCachedVolumeInformation, get_volume_info) (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume) (unc_volume_file_attributes, convert_from_time_t) (create_toolhelp32_snapshot, process32_first, process32_next) (open_thread_token, impersonate_self, revert_to_self) (get_process_memory_info, get_process_working_set_size) (global_memory_status, global_memory_status_ex, socket_to_fd) (shutdown_handler): Make static.
-
Michael Albinus authored
(xd_pending_messages): Functions removed. (xd_read_queued_messages): Add parameters fd, *data, for_read in order to be compatible with add_read_fd. Determine bus from data, and call xd_read_message just for this bus. (xd_add_watch): Use xd_read_queued_messages as callback function. Add data. * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
-
Lars Magne Ingebrigtsen authored
-
Juanma Barranquero authored
-
Lars Magne Ingebrigtsen authored
-
Michael Albinus authored
(Bug#7113)
-
Lars Magne Ingebrigtsen authored
-
Michael Albinus authored
(Bug#7113)
-
Gnus developers authored
gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid handing broken links to browse-url. nnimap.el (nnimap-request-accept-article): Message the error on error.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Michael Albinus authored
(Bug#7113)
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
international/mule-diag.el (describe-character-set): Use princ with proper print-length and print-level instead of insert.
-