- 04 Jul, 2011 22 commits
-
-
Lars Magne Ingebrigtsen authored
that's installation-specific, but keep the mention of `get-load-suffixes'.
-
Lars Magne Ingebrigtsen authored
meaning of the function returned.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst. (tramp-sh-handle-insert-directory, tramp-convert-file-attributes): Use it. (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes, `tramp-default-remote-path' does not exist. (tramp-send-command-and-read): New optional argument NOERROR. (tramp-open-connection-setup-interactive-shell) (tramp-get-remote-path, tramp-get-remote-stat): Use it. (tramp-get-remote-readlink): Do not mask with `ignore-errors'. (tramp-process-sentinel): Flush also process' connection property. (tramp-sh-handle-start-file-process): Do not set process sentinel. It is done now ... (tramp-maybe-open-connection): ... here. (Bug#8929)
-
MON KEY authored
the buffer name. Fixes: debbugs:5417
-
Paul Eggert authored
Report string overflow if the output is too long.
-
Katsumi Yamaoka authored
(nndraft-request-list): Declare.
-
Paul Eggert authored
This is simpler and helps future-proof the code. * emacs-lisp/timer.el (timer-until): Use time-subtract and float-time. (timer--time-less-p): Use time-less-p.
-
Paul Eggert authored
-
Paul Eggert authored
-
Bill Wohler authored
-
Bill Wohler authored
eval-and-compile block causes compilation errors in XEmacs.
-
Juanma Barranquero authored
* gnutls.c (Fgnutls_boot): Don't mention :verify-error. (syms_of_gnutls): Remove duplicate DEFSYM for Qgnutls_bootprop_verify_hostname_error, an error for Qgnutls_bootprop_verify_error (which is no longer used).
-
Katsumi Yamaoka authored
nndraft.el (nndraft-update-unread-articles): Don't show group having no unread article unless it matches gnus-permanently-visible-groups.
-
Bill Wohler authored
* mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in mh-do-in-xemacs block.
-
Juanma Barranquero authored
* eval.c (find_handler_clause): Remove parameters `sig' and `data', unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed. Also (re)move comments that are misplaced or no longer relevant.
-
Katsumi Yamaoka authored
(nndraft-request-associate-buffer): Use it to update the number of unread articles for the nndraft groups in the group buffer when saving or killing a draft message.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Bill Wohler authored
for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs.
-
Lars Magne Ingebrigtsen authored
-
Bill Wohler authored
for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs.
-
Bill Wohler authored
(mh-complete-word): Remove FIXME comments since these functions are still needed in other Emacsen. However, they can probably stand to be generalized like completion-at-point. (mh-letter-complete-or-space): Remove unused variable.
-
- 03 Jul, 2011 18 commits
-
-
Paul Eggert authored
(timep, type-break-time-difference): Accept any format that float-time accepts, rather than insisting on (HIGH LOW USECS) format. This is simpler and helps future-proof the code. (type-break-time-difference): Round rather than ignoring subseconds components.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8813
-
Lars Magne Ingebrigtsen authored
doesn't seem to do anything useful as a command. Fixes: debbugs:8829
-
Bill Wohler authored
systems without test-completion. * mh-alias.el (mh-alias-letter-expand-alias): Use it
-
Katsumi Yamaoka authored
-
Gnus developers authored
gnus.texi (Subscription Methods): Link to "Group Levels" to explain zombies. (Checking New Groups): Ditto (bug#8974). gnus.texi (Startup Files): Clarify that we're talking about numbered backups, and not actual vc (bug#8975). gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding systems to binary before writing and reading the mbox files. gnus.el (gnus-summary-line-format): Link to the info node for %U instead of trying to list them all (bug#8978). pop3.el (pop3-open-server): Use :end-of-capability. gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that the id is always a number. gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into debbugs mode, if possible.
-
Chong Yidong authored
* lisp/custom.el (custom-push-theme): Don't record faces in `changed' theme; this doesn't work correctly for per-frame face settings. (disable-theme): Use face-set-after-frame-default to reset faces. (custom--frame-color-default): New function. * lisp/frame.el (frame-background-mode, frame-set-background-mode): Moved from faces.el. (frame-default-terminal-background): New function. * src/xfaces.c (Finternal_merge_in_global_face): Modify the foreground and background color parameters if they have been changed.
-
Lars Magne Ingebrigtsen authored
(bug#8769).
-
Bill Wohler authored
* mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
-
Kevin Ryde authored
`perl-Test2' extend to match possible "fail #N" rep count (bug#8377).
-
Lars Magne Ingebrigtsen authored
`scroll-*-command'. Fixes: debbugs:8349
-
Bill Wohler authored
* mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
-
Bill Wohler authored
of desktop-buffer-mode-handlers.
-
Lars Magne Ingebrigtsen authored
`smtpmail-via-smtp' now returns the error instead of nil.
-
Lars Magne Ingebrigtsen authored
(bug#8101).
-
Lars Magne Ingebrigtsen authored
author.
-
Juanma Barranquero authored
compile time if the dat file does not exist. Fixes: debbugs:5338
-
Tobias C. Rittweiler authored
overwritten by most functions. Fixes: debbugs:2499
-