]> git.eshelyaron.com Git - emacs.git/log
emacs.git
13 years agonnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file ...
Tetsuo Tsukamoto [Sun, 11 Sep 2011 08:20:33 +0000 (08:20 +0000)]
nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file (bug#9351).

13 years agoFix bug #9139 with revisiting non-existent files.
Eli Zaretskii [Sun, 11 Sep 2011 05:52:07 +0000 (01:52 -0400)]
Fix bug #9139 with revisiting non-existent files.

 src/fileio.c (Finsert_file_contents): If the file cannot be opened,
 set its "size" to -1.  This will set the modtime_size field of
 the corresponding buffer to -1, which is what
 verify-visited-file-modtime expects for files that do not exist.

13 years agoMake `(type graphic)' match `x', `w32' and `ns', like the manual says.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 04:28:07 +0000 (06:28 +0200)]
Make `(type graphic)' match `x', `w32' and `ns', like the manual says.

Fixes: debbugs:9029
13 years ago(process-kill-buffer-query-function): Mention the buffer name in the query.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 03:35:02 +0000 (05:35 +0200)]
(process-kill-buffer-query-function): Mention the buffer name in the query.

13 years ago* subr.el (eval-after-load): Doc string clarification
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 02:56:39 +0000 (04:56 +0200)]
* subr.el (eval-after-load): Doc string clarification

Fixes: debbugs:9125
13 years ago* image-mode.el (image-next-line): The line parameter is mandatory
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 02:31:21 +0000 (04:31 +0200)]
* image-mode.el (image-next-line): The line parameter is mandatory

13 years ago* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 02:29:23 +0000 (04:29 +0200)]
* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.

Fixes: debbugs:9301
13 years ago* textmodes/flyspell.el: Remove obsolete comment
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 02:14:10 +0000 (04:14 +0200)]
* textmodes/flyspell.el: Remove obsolete comment

Fixes: debbugs:9368
13 years agoDoc string clarification.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 02:10:15 +0000 (04:10 +0200)]
Doc string clarification.

* subr.el (match-string): Mention that the current buffer should
be the same as the search was done in.

Fixes: debbugs:9282
13 years ago* processes.texi (Network Servers): Clarify what the process buffer is used for.
Juanma Barranquero [Sun, 11 Sep 2011 02:04:07 +0000 (04:04 +0200)]
* processes.texi (Network Servers): Clarify what the process buffer is used for.

Fixes: debbugs:9233
13 years ago* facemenu.el: Disable the remove-* commands if the mark isn't active.
Lars Magne Ingebrigtsen [Sun, 11 Sep 2011 01:55:09 +0000 (03:55 +0200)]
* facemenu.el: Disable the remove-* commands if the mark isn't active.

Fixes: debbugs:9162
13 years ago* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
Paul Eggert [Sun, 11 Sep 2011 00:41:48 +0000 (17:41 -0700)]
* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls

here ...
* lisp.h: ... from here.  push_key_description is no longer
defined in keyboard.c, so its declaration should not be in
lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
logically belongs with push_key_description.

13 years agoMerge changes made in Gnus trunk.
Gnus developers [Sat, 10 Sep 2011 23:30:53 +0000 (23:30 +0000)]
Merge changes made in Gnus trunk.

gnus.texi: Remove mentions of `recent', which are now obsolete.
 (Interactive): Document `quiet'.
nnimap.el: Redo the charset handling.  Let Gnus encode the names, as it does with all other backends, but decode the names immediately after getting them.
gnus-group.el (gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.
gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the newsrc file.  It doesn't seem like an important optimisation any more.
nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.
gnus.el (gnus-article-mark-lists): Remove `recent'.
 (gnus-interactive-exit): Extend to `quiet'.
gnus-sum.el (gnus-offer-save-summaries): Use it.
gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
plstore.el (plstore--get-buffer): Silence compiler warnings by renaming function arguments from `this'.
gnus-sum.el (gnus-newsgroup-recent): Removed.
gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
 (gnus-lrm-string-p): Include RLM and PDF, too.
gnus-int.el (gnus-open-server): Make the "denied" message clearer (bug#9225).

13 years agoFix various uses of display-buffer and pop-to-buffer
Chong Yidong [Sat, 10 Sep 2011 21:15:28 +0000 (17:15 -0400)]
Fix various uses of display-buffer and pop-to-buffer
to avoid using special-display-* and same-window-* variables.

* lisp/buff-menu.el (Buffer-menu-switch-other-window): Use second arg
of display-buffer.
(Buffer-menu-2-window): Use switch-to-buffer-other-window.

* lisp/replace.el (occur-mode-goto-occurrence)
(occur-mode-display-occurrence) Use second arg of pop-to-buffer
and display-buffer.

* lisp/window.el (display-buffer-alist): Add *Python*.

* lisp/mail/reporter.el (reporter-submit-bug-report): Use second arg of
display-buffer.

* lisp/mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
special-display and same-window variables.
(mail-other-window): Use switch-to-buffer-other-window.
(mail-other-frame): USe switch-to-buffer-other-frame.

* lisp/progmodes/gdb-mi.el (gdb-frame-gdb-buffer): Use
display-buffer-other-frame.
(gdb-display-gdb-buffer): Use pop-to-buffer.

* lisp/progmodes/gud.el (gud-goto-info): Use info-other-window.

* lisp/progmodes/python.el: Don't set same-window-buffer-names.

* lisp/textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.

13 years agoFix info and customize *-other-window commands.
Chong Yidong [Sat, 10 Sep 2011 20:14:02 +0000 (16:14 -0400)]
Fix info and customize *-other-window commands.

* lisp/cus-edit.el (customize-group): New argument.
(customize-group-other-window): Use it.
(customize-face, customize-face-other-window): Likewise.
(custom-buffer-create-other-window): Use pop-to-buffer directly.

* lisp/info.el (info-setup): New function.
(info-other-window, info): Call it.

13 years ago* buffer.h: Include <sys/types.h> instead of <time.h>.
Paul Eggert [Sat, 10 Sep 2011 19:41:33 +0000 (12:41 -0700)]
* buffer.h: Include <sys/types.h> instead of <time.h>.

Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
Problem reported by Herbert J. Skuhra.

13 years agowindow.el (display-buffer--maybe-same-window): Renamed from display-buffer-maybe...
Chong Yidong [Sat, 10 Sep 2011 19:31:05 +0000 (15:31 -0400)]
window.el (display-buffer--maybe-same-window): Renamed from display-buffer-maybe-same-window.

13 years agoTweaks to display-buffer default actions; remove same-window-* autoload forms.
Chong Yidong [Sat, 10 Sep 2011 18:52:37 +0000 (14:52 -0400)]
Tweaks to display-buffer default actions; remove same-window-* autoload forms.

* lisp/window.el (display-buffer-alist): Add entry for buffers
previously handled same-window-*.
(display-buffer-alist, display-buffer-default-action)
(display-buffer-overriding-action): Mark as risky.
(display-buffer-alist): Document action function changes.
(display-buffer--same-window-action)
(display-buffer--other-frame-action): New variables.
(switch-to-buffer, display-buffer-other-frame): Use them.
(display-buffer): Rename reuse-frame entry to reusable-frames.
(display-buffer-reuse-selected-window): Function deleted.
(display-buffer-reuse-window): Handle reusable-frames alist entry.
If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
(display-buffer-special): New function.
(display-buffer--maybe-pop-up-frame-or-window): Rename from
display-buffer-reuse-or-pop-window.  Split off special-display
part into display-buffer-special.
(display-buffer-use-some-window): Don't perform any special
pop-up-frames handling.
(pop-to-buffer): Use window-normalize-buffer-to-switch-to.

* lisp/cmuscheme.el:
* lisp/ielm.el:
* lisp/shell.el:
* lisp/mail/sendmail.el:
* lisp/progmodes/inf-lisp.el: Don't set same-window-buffer-names.

* lisp/cus-edit.el:
* lisp/info.el:
* lisp/net/rlogin.el:
* lisp/net/telnet.el:
* lisp/progmodes/gud.el: Don't set same-window-regexps.

13 years ago* xml.c (parse_region): Make the parsing work for non-comment-starting XML files...
Lars Magne Ingebrigtsen [Sat, 10 Sep 2011 18:14:50 +0000 (20:14 +0200)]
* xml.c (parse_region): Make the parsing work for non-comment-starting XML files again.

Fixes: debbugs:9144
13 years ago* src/image.c (gif_load): Fix calculation of bottom and right corner.
Andreas Schwab [Sat, 10 Sep 2011 18:13:24 +0000 (20:13 +0200)]
* src/image.c (gif_load): Fix calculation of bottom and right corner.
(Bug#9468)

13 years agoPrevent sluggish bidi redisplay in small windows.
Eli Zaretskii [Sat, 10 Sep 2011 15:23:25 +0000 (18:23 +0300)]
Prevent sluggish bidi redisplay in small windows.

 src/xdisp.c (MAX_DISP_SCAN): Decrease to 250.  Prevents sluggish
 redisplay in small windows.

13 years agoFix docstrings in lisp/isearch.el.
Juri Linkov [Sat, 10 Sep 2011 11:33:38 +0000 (14:33 +0300)]
Fix docstrings in lisp/isearch.el.

* lisp/isearch.el (isearch-edit-string): Remove obsolete mention of
`C-w' (`isearch-yank-word-or-char') from docstring.
(isearch-query-replace): Fix typo in docstring.

Fixes: debbugs:9466
13 years ago* lisp/paren.el (show-paren-function): Don't show escaped parens.
Juri Linkov [Sat, 10 Sep 2011 11:28:19 +0000 (14:28 +0300)]
* lisp/paren.el (show-paren-function): Don't show escaped parens.
Let-bind `unescaped' to `t' when paren is not escaped.

Fixes: debbugs:9461
13 years agoAdd to sendmail.el a new command mail-add-attachment.
Eli Zaretskii [Sat, 10 Sep 2011 08:26:12 +0000 (11:26 +0300)]
Add to sendmail.el a new command mail-add-attachment.

 etc/NEWS: Document the new command and the alias for mail-insert-file.
 lisp/mail/sendmail.el (mml-to-mime, mml-attach-file)
 (mm-default-file-encoding): Remove autoload forms, they are
 replaced with autoload cookies in mml.el and mm-encode.el.
 (mail-add-attachment): New command.
 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
 (mail-mode): Mention mail-insert-file and mail-add-attachment in
 the doc string.
 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
 lisp/gnus/mm-encode.el (mm-default-file-encoding): Add autoload cookie.
 lisp/gnus/mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
 doc/emacs/sending.texi (Mail Misc): Document mail-add-attachment.

13 years ago* lisp/simple.el (count-words-region): Use buffer if there's no region.
Reuben Thomas [Sat, 10 Sep 2011 03:02:06 +0000 (23:02 -0400)]
* lisp/simple.el (count-words-region): Use buffer if there's no region.

13 years agoAdd `wdired-isearch-filter-read-only' to lisp/wdired.el.
Juri Linkov [Fri, 9 Sep 2011 15:49:00 +0000 (18:49 +0300)]
Add `wdired-isearch-filter-read-only' to lisp/wdired.el.

* lisp/wdired.el (wdired-change-to-wdired-mode): Set buffer-local
`isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
(wdired-isearch-filter-read-only): New function.

Fixes: debbugs:6362
13 years agognus-art.el (article-date-ut): Work properly even when
Katsumi Yamaoka [Fri, 9 Sep 2011 10:18:45 +0000 (10:18 +0000)]
gnus-art.el (article-date-ut): Work properly even when
 there are things like Date header in the body;
 work for forwarded parts.

13 years agoprogmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
Alan Mackenzie [Fri, 9 Sep 2011 09:52:26 +0000 (09:52 +0000)]
progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
spuriously generating `awk-mode-syntax-table'.  (Bug #9448).

13 years agoFix bug #9392 with rmail-forward.
Eli Zaretskii [Fri, 9 Sep 2011 08:59:51 +0000 (11:59 +0300)]
Fix bug #9392 with rmail-forward.

 lisp/simple.el (mail-encode-mml): New defvar.
 lisp/mail/rmail.el (mail-encode-mml): Add a defvar.
 (rmail-enable-mime-composing): Default to t.
 (rmail-forward): Use MIME method of forwarding only if both
 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
 Set mail-encode-mml non-nil if the MIME method was used.
 lisp/mail/sendmail.el (mml-to-mime): Add autoload form.
 (mail-encode-mml): Add a defvar.
 (mail-mode): Make mail-encode-mml buffer-local and initialize it
 to nil.
 (mail-send): If mail-encode-mml is non-nil, run the outgoing
 message through mml-to-mime, and reset mail-encode-mml to nil.

13 years agosrc/frame.c (x_report_frame_params): Cast to avoid compiler warnings.
Eli Zaretskii [Fri, 9 Sep 2011 08:32:43 +0000 (11:32 +0300)]
src/frame.c (x_report_frame_params): Cast to avoid compiler warnings.

13 years ago* lisp/woman.el (woman-special-characters): Add hy character.
Glenn Morris [Fri, 9 Sep 2011 06:34:59 +0000 (23:34 -0700)]
* lisp/woman.el (woman-special-characters): Add hy character.

13 years ago* lisp/woman.el (woman-special-characters): Add oq and cq quote characters.
Glenn Morris [Fri, 9 Sep 2011 06:32:08 +0000 (23:32 -0700)]
* lisp/woman.el (woman-special-characters): Add oq and cq quote characters.

13 years agowoman.el fix for bug#9447.
Glenn Morris [Fri, 9 Sep 2011 06:23:47 +0000 (23:23 -0700)]
woman.el fix for bug#9447.

* lisp/woman.el (woman-if-body): When processing an .el block,
do not delete the next .el block as well.

13 years agoWhitespace changes.
Juanma Barranquero [Fri, 9 Sep 2011 01:06:52 +0000 (03:06 +0200)]
Whitespace changes.

13 years agoDon't have previous and next buffers deal with internal windows.
Martin Rudalics [Thu, 8 Sep 2011 15:45:20 +0000 (17:45 +0200)]
Don't have previous and next buffers deal with internal windows.

* window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
Operate on live windows only.

* window.el (window-deletable-p): Make sure window is live before
invoking window-prev-buffers.

13 years agoNew rcirc command rcirc-cmd-invite
Leo Liu [Thu, 8 Sep 2011 15:25:37 +0000 (23:25 +0800)]
New rcirc command rcirc-cmd-invite

See: http://debbugs.gnu.org/9453

13 years ago* lisp/progmodes/compile.el (compilation-environment): Make it a defcustom.
Juri Linkov [Thu, 8 Sep 2011 12:12:18 +0000 (15:12 +0300)]
* lisp/progmodes/compile.el (compilation-environment): Make it a defcustom.

Fixes: debbugs:8340
13 years ago(grep-regexp-alist): Move dangling comment to the previous rule.
Juri Linkov [Thu, 8 Sep 2011 12:07:52 +0000 (15:07 +0300)]
(grep-regexp-alist): Move dangling comment to the previous rule.

13 years agosrc/emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
Juanma Barranquero [Thu, 8 Sep 2011 10:59:22 +0000 (12:59 +0200)]
src/emacs.c (my_heap_start): #ifdef to avoid warnings when unused.

13 years agoRewrite window/frame auto-deletion code. (Bug#9419) and (Bug#9456)
Martin Rudalics [Thu, 8 Sep 2011 06:28:37 +0000 (08:28 +0200)]
Rewrite window/frame auto-deletion code.  (Bug#9419) and (Bug#9456)

* window.el (frame-auto-delete): Rename to window-auto-delete.
Make it control auto-deletion of windows and/or frames.
(window-deletable-p): New argument FORCE.  Rewrite conditions
for deleting window/frame. (Bug#9419)
(switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
Rewrite handling of case when window/frame can be deleted.
(delete-windows-on): Call window-deletable-p with new FORCE
argument t. (Bug#9456)

13 years agoFix move-if-change permissions.
Paul Eggert [Wed, 7 Sep 2011 18:26:41 +0000 (11:26 -0700)]
Fix move-if-change permissions.

These were inadvertenly changed to 644 in the previous revision;
the file should be executable, so change it back to 755.

13 years agoFix a crash in vertical-motion.
Eli Zaretskii [Wed, 7 Sep 2011 18:14:26 +0000 (21:14 +0300)]
Fix a crash in vertical-motion.

 src/xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
 only under bidi iteration.

13 years ago(xg_make_tool_item): Insert comment about eventbox.
Jan Djärv [Wed, 7 Sep 2011 17:25:24 +0000 (19:25 +0200)]
(xg_make_tool_item): Insert comment about eventbox.

13 years ago* lisp/help-mode.el (help-mode): Restore autoload.
Chong Yidong [Wed, 7 Sep 2011 14:40:27 +0000 (10:40 -0400)]
* lisp/help-mode.el (help-mode): Restore autoload.

13 years ago* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
Juri Linkov [Wed, 7 Sep 2011 12:17:54 +0000 (15:17 +0300)]
* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
`compilation-environment'.  Set buffer-local
`compilation-environment' to `thisenv' later after (funcall mode).
(Bug#8340)

* lisp/vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
(vc-git-grep): Prepend "PAGER=" to `compilation-environment'
instead of replacing its value.  (Bug#8340)

13 years ago* lisp/progmodes/grep.el (grep-regexp-alist): Calculate column positions
Juri Linkov [Wed, 7 Sep 2011 12:00:52 +0000 (15:00 +0300)]
* lisp/progmodes/grep.el (grep-regexp-alist): Calculate column positions
based on text properties put by `grep-filter' instead of matching
escape sequences.
(grep-mode): Set buffer-local `compilation-error-screen-columns'
to the value of `grep-error-screen-columns'.

Fixes: debbugs:9438
13 years ago* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.
Juri Linkov [Wed, 7 Sep 2011 11:46:56 +0000 (14:46 +0300)]
* lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc fix.

Fixes: debbugs:9432
13 years agoAuto-commit of generated files.
Glenn Morris [Wed, 7 Sep 2011 10:18:28 +0000 (06:18 -0400)]
Auto-commit of generated files.

13 years ago* lib-src/etags.c (Fortran_functions): Handle "elemental" functions.
Glenn Morris [Wed, 7 Sep 2011 07:28:05 +0000 (00:28 -0700)]
* lib-src/etags.c (Fortran_functions): Handle "elemental" functions.

13 years ago* lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change)
Dieter Schuster [Wed, 7 Sep 2011 07:25:55 +0000 (00:25 -0700)]
* lib-src/etags.c (Fortran_functions): Handle "pure" functions.  (tiny change)

Fixes: debbugs:9359
13 years ago* lisp/progmodes/cc-fonts.el: Remove trailing whitespace.
Glenn Morris [Wed, 7 Sep 2011 07:16:40 +0000 (00:16 -0700)]
* lisp/progmodes/cc-fonts.el: Remove trailing whitespace.

13 years agocc-fonts.el fix for bug#9443 (tiny change)
OKAZAKI Tetsurou [Wed, 7 Sep 2011 07:15:42 +0000 (00:15 -0700)]
cc-fonts.el fix for bug#9443 (tiny change)

* lisp/progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
Check for null c-opt-block-decls-with-vars-key.

13 years agoConditionally initialize rcirc-input-ring
Leo Liu [Wed, 7 Sep 2011 03:37:22 +0000 (11:37 +0800)]
Conditionally initialize rcirc-input-ring

13 years ago* lisp/emacs-lisp/find-func.el (find-function-C-source): Only set
Stefan Monnier [Wed, 7 Sep 2011 01:06:09 +0000 (21:06 -0400)]
* lisp/emacs-lisp/find-func.el (find-function-C-source): Only set
find-function-C-source-directory after checking that we found a source
file there.

Fixes: debbugs:9440
13 years agoisnan: Fix porting problem to Solaris 10 with bundled gcc.
Paul Eggert [Tue, 6 Sep 2011 20:47:45 +0000 (13:47 -0700)]
isnan: Fix porting problem to Solaris 10 with bundled gcc.

Without this fix, the command to link temacs failed due to an
undefined symbol __builtin_isnan.  This is because
/usr/include/iso/math_c99.h #defines isnan(x) to
__builtin_isnan(x), but the bundled gcc, which identifies itself
as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
a __builtin_isnan.
* configure.in (isnan): Remove now-unnecessary check.
* src/floatfns.c (isnan): #undef, and then #define to a clone of
what's in data.c.
(Fisnan): Always define, since it's always available now.
(syms_of_floatfns): Always define isnan at the Lisp level.

13 years agoAuto-commit of generated files.
Paul Eggert [Tue, 6 Sep 2011 18:18:53 +0000 (11:18 -0700)]
Auto-commit of generated files.

13 years agoMerge from trunk.
Paul Eggert [Tue, 6 Sep 2011 16:34:41 +0000 (09:34 -0700)]
Merge from trunk.

13 years agoMerge from trunk.
Paul Eggert [Tue, 6 Sep 2011 15:27:16 +0000 (08:27 -0700)]
Merge from trunk.

13 years agoisearch.el (isearch-other-meta-char): Wherever a key list is unread,
Alan Mackenzie [Tue, 6 Sep 2011 01:01:46 +0000 (01:01 +0000)]
isearch.el (isearch-other-meta-char): Wherever a key list is unread,
"unread" the prefix arg, too.  This fixes bug #8901.

13 years agoMerge changes made in Gnus trunk.
Gnus developers [Mon, 5 Sep 2011 22:07:34 +0000 (22:07 +0000)]
Merge changes made in Gnus trunk.

gnus-sum.el (gnus-summary-exit): Ensure we kill the proper original-article-buffer.
nnir.el (nnir-compose-result): Fix matching of server type.
 (nnir-run-swish++): Ditto.
 (nnir-run-namazu): Ditto.
 (nnir-run-notmuch): Ditto.

13 years agoMerge from trunk.
Paul Eggert [Mon, 5 Sep 2011 20:43:14 +0000 (13:43 -0700)]
Merge from trunk.

13 years agoAuto-commit of generated files.
Glenn Morris [Mon, 5 Sep 2011 10:18:36 +0000 (06:18 -0400)]
Auto-commit of generated files.

13 years ago* lisp/progmodes/grep.el (rgrep): Add "-type d".
Oleksandr Gavenko [Mon, 5 Sep 2011 09:55:11 +0000 (12:55 +0300)]
* lisp/progmodes/grep.el (rgrep): Add "-type d".

Fixes: debbugs:9414
13 years ago* lisp/progmodes/grep.el (grep-process-setup): Fix comments.
Juri Linkov [Mon, 5 Sep 2011 09:48:26 +0000 (12:48 +0300)]
* lisp/progmodes/grep.el (grep-process-setup): Fix comments.

Fixes: debbugs:8084
13 years ago* dbusbind.c (xd_signature_cat): Rename from signature_cat.
Michael Albinus [Mon, 5 Sep 2011 09:34:18 +0000 (11:34 +0200)]
* dbusbind.c (xd_signature_cat): Rename from signature_cat.

13 years agoGrep related fixes.
Juri Linkov [Mon, 5 Sep 2011 08:20:02 +0000 (11:20 +0300)]
Grep related fixes.

* etc/grep.txt: Add `eval' to the Local Variables section that
emulates `grep-filter'.

* lisp/progmodes/grep.el (grep-filter): Avoid incomplete processing by
keeping point where processing of grep matches begins, and
continue to delete remaining escape sequences from the same point.
(grep-filter): Make leading zero optional in "0?1;31m" because
git-grep emits "\033[1;31m" escape sequences unlike expected
"\033[01;31m" as GNU Grep does.
(grep-process-setup): Replace obsolete "ml=" with newer "sl=".

Fixes: debbugs:9408
13 years ago* lisp/subr.el (y-or-n-p): Capitalize "yes".
Juri Linkov [Mon, 5 Sep 2011 08:05:01 +0000 (11:05 +0300)]
* lisp/subr.el (y-or-n-p): Capitalize "yes".

13 years agoMerge from trunk.
Paul Eggert [Sun, 4 Sep 2011 23:58:01 +0000 (16:58 -0700)]
Merge from trunk.

13 years agoMerge changes made in Gnus trunk.
Lars Magne Ingebrigtsen [Sun, 4 Sep 2011 22:17:09 +0000 (22:17 +0000)]
Merge changes made in Gnus trunk.

gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405).
gnus-score.el (gnus-summary-increase-score): Doc clarification (bug#9421).
gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms (bug#9425).
gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first thing (bug#9426).

13 years agosprintf-related integer and memory overflow issues
Paul Eggert [Sun, 4 Sep 2011 21:52:59 +0000 (14:52 -0700)]
sprintf-related integer and memory overflow issues

Fixes: debbugs:9397 debbugs:9412
13 years agoMerge from trunk.
Paul Eggert [Sun, 4 Sep 2011 19:18:28 +0000 (12:18 -0700)]
Merge from trunk.

13 years agoInteger overflow fixes for scrolling, etc.
Paul Eggert [Sun, 4 Sep 2011 19:14:54 +0000 (12:14 -0700)]
Integer overflow fixes for scrolling, etc.

13 years agoMerge from trunk.
Paul Eggert [Sun, 4 Sep 2011 19:06:14 +0000 (12:06 -0700)]
Merge from trunk.

13 years ago* xdisp.c: Integer overflow fix.
Paul Eggert [Sun, 4 Sep 2011 18:48:35 +0000 (11:48 -0700)]
* xdisp.c: Integer overflow fix.

(try_window_id): Check Emacs fixnum range before converting to 'int'.

13 years ago* window.c: Integer overflow fixes.
Paul Eggert [Sun, 4 Sep 2011 18:46:51 +0000 (11:46 -0700)]
* window.c: Integer overflow fixes.

(window_scroll_line_based, Frecenter):
Check that an Emacs fixnum is in range before assigning it to 'int'.
(Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
values converted from Emacs fixnums.
(Frecenter): Don't wrap around a line count if it is out of 'int'
range; instead, treat it as an extreme value.
(Fset_window_configuration, compare_window_configurations):
Use ptrdiff_t, not int, for index that might exceed 2 GiB.

13 years ago* net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
Michael Albinus [Sun, 4 Sep 2011 18:14:34 +0000 (20:14 +0200)]
* net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
`tramp-cache-unload-hook' where appropriate.
(tramp-methods): Rename `tramp-remote-sh' to
`tramp-remote-shell'.  Add `tramp-remote-shell-args'.
(tramp-handle-shell-command): New defun, moved from tramp-sh.el.

* net/tramp-sh.el (top): Don't require 'shell.
(tramp-methods): Add `tramp-remote-shell' and
`tramp-remote-shell-args' entries.
(tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
(tramp-sh-handle-shell-command): Remove.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Use `tramp-remote-shell'.

13 years ago* search.c: Integer overflow fixes
Paul Eggert [Sun, 4 Sep 2011 17:27:38 +0000 (10:27 -0700)]
* search.c: Integer overflow fixes

(Freplace_match): Use ptrdiff_t, not int, for indexes that can
exceed INT_MAX.  Check that EMACS_INT value is in range before
assigning it to the (possibly-narrower) index.
(match_limit): Don't assume that a fixnum can fit in 'int'.

13 years ago* print.c: Integer overflow fix.
Paul Eggert [Sun, 4 Sep 2011 17:25:23 +0000 (10:25 -0700)]
* print.c: Integer overflow fix.

(print_object): Use ptrdiff_t, not int, for index that can
exceed INT_MAX.

13 years ago* indent.c: Integer overflow fixes.
Paul Eggert [Sun, 4 Sep 2011 17:24:12 +0000 (10:24 -0700)]
* indent.c: Integer overflow fixes.

(position_indentation): Now takes ptrdiff_t, not int.
(Fvertical_motion): Don't wrap around LINES values that don't fit
in 'int'.  Instead, treat them as extreme values.  This is good
enough for windows, which can't have more than INT_MAX lines anyway.

13 years agoFix bug #9433 with indexing of C-x 8 RET.
Eli Zaretskii [Sun, 4 Sep 2011 16:53:44 +0000 (19:53 +0300)]
Fix bug #9433 with indexing of C-x 8 RET.

 doc/emacs/basic.texi (Inserting Text): Add index entries.

13 years agoMerge from gnulib.
Paul Eggert [Sat, 3 Sep 2011 23:08:32 +0000 (16:08 -0700)]
Merge from gnulib.

13 years agoMerge from trunk.
Paul Eggert [Sat, 3 Sep 2011 23:03:38 +0000 (16:03 -0700)]
Merge from trunk.

13 years agonnimap.el (nnimap-open-connection-1): Use the correct port number in the error message.
Lars Magne Ingebrigtsen [Sat, 3 Sep 2011 22:51:26 +0000 (22:51 +0000)]
nnimap.el (nnimap-open-connection-1): Use the correct port number in the error message.

13 years ago* Require libxml/parser.h to avoid compilation warning.
Lars Magne Ingebrigtsen [Sat, 3 Sep 2011 22:20:00 +0000 (00:20 +0200)]
* Require libxml/parser.h to avoid compilation warning.

13 years agoFix up xmlCleanupParser sequence.
Lars Magne Ingebrigtsen [Sat, 3 Sep 2011 21:59:25 +0000 (23:59 +0200)]
Fix up xmlCleanupParser sequence.

* xml.c (parse_region): Don't call xmlCleanupParser after parsing,
since this reportedly can destroy thread storage.

* emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.

13 years agoMake sendmail-query-once update send-mail-function directly.
Chong Yidong [Sat, 3 Sep 2011 20:24:12 +0000 (16:24 -0400)]
Make sendmail-query-once update send-mail-function directly.

* mail/sendmail.el (sendmail-query-once-function): Deleted.
(sendmail-query-once): Save directly to send-mail-function.
Update message-send-mail-function too.

* mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.

13 years ago* progmodes/python.el (python-mode-map): Use correct function to
Christoph Scholtes [Sat, 3 Sep 2011 18:44:37 +0000 (12:44 -0600)]
* progmodes/python.el (python-mode-map): Use correct function to
start python interpreter from menu-bar (as reported by Geert
Kloosterman).
(inferior-python-mode-map): Fix typo.
(python-shell-map): Removed.

13 years ago* lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximum-output...
Deniz Dogan [Sat, 3 Sep 2011 17:40:08 +0000 (19:40 +0200)]
* lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximum-output.  There is no need to walk through all windows to find the right one.

13 years ago* help.el (help-return-method): Doc fix.
Christoph Scholtes [Sat, 3 Sep 2011 17:16:57 +0000 (11:16 -0600)]
* help.el (help-return-method): Doc fix.

13 years agoDon't delete frame when there's a previous buffer to show (Bug#9419).
Martin Rudalics [Sat, 3 Sep 2011 10:55:37 +0000 (12:55 +0200)]
Don't delete frame when there's a previous buffer to show (Bug#9419).

* window.el (window-deletable-p): Don't return a non-nil value
when there's a buffer that was shown in the window before.
(Bug#9419)
(display-buffer-pop-up-frame, display-buffer-pop-up-window): Set
window's previous buffers to nil.

13 years agoDoc fixes in sendmail.el.
Eli Zaretskii [Sat, 3 Sep 2011 10:14:32 +0000 (13:14 +0300)]
Doc fixes in sendmail.el.

13 years agoAdd mail-add-attachment command to sendmail.el.
Eli Zaretskii [Sat, 3 Sep 2011 10:08:14 +0000 (13:08 +0300)]
Add mail-add-attachment command to sendmail.el.

13 years agoFix rmail-forward.
Eli Zaretskii [Sat, 3 Sep 2011 10:00:13 +0000 (13:00 +0300)]
Fix rmail-forward.

13 years agoFix display by Rmail of bidirectional text in MIME email messages.
Eli Zaretskii [Sat, 3 Sep 2011 08:44:16 +0000 (11:44 +0300)]
Fix display by Rmail of bidirectional text in MIME email messages.

 lisp/mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
 newline before and after the tag line, so it doesn't interfere
 with determining the paragraph direction of bidirectional text.

13 years agoAdd Bug#.
Paul Eggert [Sat, 3 Sep 2011 05:32:13 +0000 (22:32 -0700)]
Add Bug#.

13 years agoMerge from trunk.
Paul Eggert [Sat, 3 Sep 2011 05:23:56 +0000 (22:23 -0700)]
Merge from trunk.

13 years ago* fileio.c: Fix bugs with large file offsets.
Paul Eggert [Sat, 3 Sep 2011 05:23:17 +0000 (22:23 -0700)]
* fileio.c: Fix bugs with large file offsets.

The previous code assumed that file offsets (off_t values) fit in
EMACS_INT variables, which is not true on typical 32-bit hosts.
The code messed up by falsely reporting buffer overflow in cases
such as (insert-file-contents "big" nil 1 2) into an empty buffer
when "big" contains more than 2**29 bytes, even though this
inserts just one byte and does not overflow the buffer.
(Finsert_file_contents): Store file offsets as off_t
values, not as EMACS_INT values.  Check for overflow when
converting between EMACS_INT and off_t.  When checking for
buffer overflow or for overlap, take the offsets into account.
Don't use EMACS_INT for small values where int suffices.
When checking for overlap, fix a typo: ZV was used where
ZV_BYTE was intended.
(Fwrite_region): Don't assume off_t fits into 'long'.
* buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.

13 years agoRemove unused variable find-file-not-true-dirname-list
Leo Liu [Sat, 3 Sep 2011 01:41:27 +0000 (09:41 +0800)]
Remove unused variable find-file-not-true-dirname-list

See http://debbugs.gnu.org/9422.

13 years agolisp/gnus/message.el (message-setup-1): Return t (Bug#9392).
Eli Zaretskii [Fri, 2 Sep 2011 17:57:45 +0000 (20:57 +0300)]
lisp/gnus/message.el (message-setup-1): Return t (Bug#9392).

13 years agoRemove pop-to-buffer-same-window.
Chong Yidong [Fri, 2 Sep 2011 16:38:40 +0000 (12:38 -0400)]
Remove pop-to-buffer-same-window.

* lisp/window.el (pop-to-buffer-1, pop-to-buffer-same-window): Deleted.
(pop-to-buffer): Change interactive spec.  Pass second argument
directly to display-buffer.
(display-buffer): Fix interactive spec.  Use functionp to
distinguish between a function and a list of functions.

* lisp/abbrev.el (edit-abbrevs):
* lisp/arc-mode.el (archive-extract):
* lisp/autoinsert.el (auto-insert):
* lisp/bookmark.el (bookmark-bmenu-list):
* lisp/files.el (find-file):
* lisp/view.el (view-buffer):
* lisp/progmodes/compile.el (compilation-goto-locus):
* lisp/textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.

* lisp/org/ob-ref.el (org-babel-ref-goto-headline-id):
* lisp/org/org.el (org-get-location, org-tree-to-indirect-buffer)
(org-mark-ring-goto, org-refile, org-add-log-note)
(org-revert-all-org-buffers, org-switchb)
(org-cycle-agenda-files, org-submit-bug-report)
(org-goto-marker-or-bmk):
* lisp/org/org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
* lisp/org/org-capture.el (org-capture-goto-target)
(org-capture-fill-template):
* lisp/org/org-clock.el (org-clock-goto):
* lisp/org/org-ctags.el (org-ctags-visit-buffer-or-file):
* lisp/org/org-exp.el (org-export-as-org):
* lisp/org/org-feed.el (org-feed-show-raw-feed):
* lisp/org/org-html.el (org-export-htmlize-generate-css):
* lisp/org/org-id.el (org-id-goto):
* lisp/org/org-irc.el (org-irc-visit-erc):
* lisp/org/org-mobile.el (org-mobile-apply):
* lisp/org/org-publish.el (org-publish-org-to, org-publish-find-date):
* lisp/org/org-remember.el (org-go-to-remember-target):
* lisp/org/org-src.el (org-src-switch-to-buffer)
(org-edit-fixed-width-region): Use switch-to-buffer.

* lisp/org/org-compat.el (org-pop-to-buffer-same-window): Deleted.