- 06 Dec, 2012 12 commits
-
-
Paul Eggert authored
These are just minor editorial changes.
-
Glenn Morris authored
-
Paul Eggert authored
* callproc.c, process.h (record_kill_process): New function, containing part of the old call_process_kill. (call_process_kill): Use it. This does not change call_process_kill's behavior. * process.c (Fdelete_process): Use record_kill_process to fix a race condition that could cause Emacs to lose track of a child.
-
Dmitry Antipov authored
* frame.c (candidate_frame): New function. Add comment. (prev_frame, next_frame): Use it. Adjust comment.
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus-art.el (article-unsplit-urls) gnus-bookmark.el (gnus-bookmark-bmenu-list) gnus-registry.el (gnus-registry-get-article-marks) message.el (message-goto-body): Use it. (message-called-interactively-p): Remove. spam-stat.el (spam-stat-called-interactively-p): New macro. (spam-stat-score-buffer): Use it. spam.el: Silence the warnings against BBDB functions when compiling. gnus-score.el (gnus-score-decode-text-parts): Use append+mapcar instead of the cl function mapcan.
-
Katsumi Yamaoka authored
gnus/gmm-utils.el (gmm-flet): Remove. gnus/gnus-sync.el (gnus-sync-lesync-call): Avoid overriding json-alist-p. gnus/message.el (message-read-from-minibuffer): Avoid overriding mail-abbrev-in-expansion-header-p. mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer so as to enable message-read-from-minibuffer to expand mail aliases.
-
Chong Yidong authored
-
Chong Yidong authored
Note that Fabrice Niessen is listed in the copyright.list file under a pseudonym (Sébastien Vauban).
-
Fabrice Niessen authored
-
Stefan Monnier authored
the `intangible' property. Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
-
- 05 Dec, 2012 25 commits
-
-
Paul Eggert authored
Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973
-
Paul Eggert authored
* callproc.c (Fcall_process): Do record-unwind-protect on MSDOS at the same time as other platforms, to simplify analysis. No need for fd0_volatile since we have synch_process_fd. Avoid needless emacs_close; arg is always negative.
-
Sam Steingold authored
(gnus-other-frame): Add `gnus-delete-gnus-frame' to `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region): Encode expanded temp file pattern before passing it to mkstemp or mktemp.
-
Eli Zaretskii authored
src/callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp fails, signal an error instead of continuing with an empty string.
-
Deniz Dogan authored
(rcirc-condition-filter): New function. (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point and exclude consecutive duplicate URLs. Fixes: debbugs:6082
-
Michael Albinus authored
code also on MS-Windows machines.
-
Michael Albinus authored
Check return code of copy command.
-
Glenn Morris authored
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
-
Michael Albinus authored
group `tramp'. Add version.
-
Katsumi Yamaoka authored
gnus-art.el (article-unsplit-urls) gnus-bookmark.el (gnus-bookmark-bmenu-list) gnus-registry.el (gnus-registry-get-article-marks) message.el (message-goto-body): Use it. (message-called-interactively-p): Remove.
-
Chong Yidong authored
* ffap.el (ffap-url-regexp): Don't require matching at front of string. (ffap-url-p): If only a substring matches, return that. (ffap-url-at-point): Use the return value of ffap-url-p. (ffap-read-file-or-url, ffap-read-file-or-url-internal) (find-file-at-point, dired-at-point, dired-at-point-prompter) (ffap-guess-file-name-at-point): Likewise. (ffap-replace-file-component): Fix typo. Fixes: debbugs:4952
-
Chong Yidong authored
* lisp/info.el (info-display-manual): Add existing Info buffers, whose files may not be in Info-directory-list, to the completion. (info--manual-names): New helper function.
-
Stefan Monnier authored
fix open-paren-like token test. Fixes: debbugs:12785
-
Glenn Morris authored
-
Chong Yidong authored
* lists.texi (Plist Access): Move put example to Symbol Plists. * symbols.texi (Standard Properties): Fix typo.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook): New functions, for detecting and resolving conflicts.
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus-sync.el (gnus-sync-lesync-call) message.el (message-read-from-minibuffer): Don't use it.
-
- 04 Dec, 2012 3 commits
-
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
-
Andreas Schwab authored
processes.
-