bpt/emacs.git
12 years agoFix typos.
Juanma Barranquero [Wed, 16 Nov 2011 17:47:25 +0000 (18:47 +0100)]
Fix typos.

12 years ago* python.el (python-pdbtrack-stack-entry-regexp)
Ken Manheimer [Wed, 16 Nov 2011 16:47:28 +0000 (11:47 -0500)]
* python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
Adjust to recognize ipdb as well as regular python pdb prompts.
Adjustments shamelessly taken exactly as suggested in EmacsWiki
page: http://www.emacswiki.org/PythonProgrammingInEmacs#toc14

* allout-widgets.el: (file metadata): Attribute copyright to FSF
and collapse date sequence, obscure author/maintainer email
address better, remove extra version line, track relocation of
author's allout webpage.

* allout.el: (file metadata): Attribute copyright to FSF
and collapse date sequence, obscure author/maintainer email
address better, track relocation of author's allout webpage.

12 years ago* python.el (python-pdbtrack-stack-entry-regexp)
Ken Manheimer [Wed, 16 Nov 2011 16:37:48 +0000 (11:37 -0500)]
* python.el (python-pdbtrack-stack-entry-regexp)
(python-pdbtrack-input-prompt, python-pdbtrack-track-stack-file):
Adjust to recognize ipdb as well as regular python pdb prompts.
Adjustments shamelessly taken exactly as suggested in EmacsWiki
page: http://www.emacswiki.org/PythonProgrammingInEmacs#toc14

12 years agoFix typos.
Juanma Barranquero [Wed, 16 Nov 2011 12:34:47 +0000 (13:34 +0100)]
Fix typos.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Wed, 16 Nov 2011 11:22:17 +0000 (06:22 -0500)]
Auto-commit of loaddefs files.

12 years agoRename window-nest to window-combination-limit.
Martin Rudalics [Wed, 16 Nov 2011 10:10:40 +0000 (11:10 +0100)]
Rename window-nest to window-combination-limit.

* window.h (window): Rename slot "nest" to "combination_limit".
* window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
(Fset_window_nest): Rename to Fset_window_combination_limit.
(Vwindow_nest): Rename to Vwindow_combination_limit.
(recombine_windows, make_parent_window, make_window)
(Fsplit_window_internal, saved_window)
(Fset_window_configuration, save_window_save): Rename all
occurrences of window_nest to window_combination_limit.
* window.el (split-window, window-state-get-1)
(window-state-put-1, window-state-put-2): Rename occurrences of
window-nest to window-combination-limit.
* cus-start.el (window-nest): Rename to
window-combination-limit.
* windows.texi (Resizing Windows, Splitting Windows): Rename
occurrences of window-nest to window-combination-limit.

12 years ago* autoconf.el (autoconf-mode): Fix comment-start-skip regexp.
Chong Yidong [Wed, 16 Nov 2011 03:17:29 +0000 (11:17 +0800)]
* autoconf.el (autoconf-mode): Fix comment-start-skip regexp.

Fixes: debbugs:10033

12 years ago* lisp/tmm.el (tmm-prompt): Use minibuffer-with-setup-hook.
Stefan Monnier [Wed, 16 Nov 2011 02:26:00 +0000 (21:26 -0500)]
* lisp/tmm.el (tmm-prompt): Use minibuffer-with-setup-hook.
`completing-read' will remove *Completions* and will preserve
current-buffer for us.
(tmm-add-prompt): Users of *Completions* will always (re)set its
major mode.
(tmm-old-comp-map): Remove.

Fixes: debbugs:10053

12 years agoTry to stop rmailedit destroying mime messages (bug#9840)
Glenn Morris [Wed, 16 Nov 2011 02:06:06 +0000 (21:06 -0500)]
Try to stop rmailedit destroying mime messages (bug#9840)

* lisp/mail/rmailedit.el: Require rmailmm when compiling.
(rmail-old-mime-state): New declaration.
(rmail-edit-current-message): If editing a mime message,
edit the "raw" message from the mbox buffer.
(rmail-cease-edit): Handle mime messages.

12 years agoAdd optional arguments to rmailmm to force state, not just toggle.
Glenn Morris [Tue, 15 Nov 2011 23:36:54 +0000 (18:36 -0500)]
Add optional arguments to rmailmm to force state, not just toggle.

* lisp/mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
which wasn't being used.  Add optional arg to force given state.
(rmail-mime): Add optional arg to force given state.

12 years agoUpdate information about PNG libraries for MS-Windows.
Eli Zaretskii [Tue, 15 Nov 2011 18:08:38 +0000 (20:08 +0200)]
Update information about PNG libraries for MS-Windows.

 admin/nt/README-ftp-server: Update the information about PNG libraries.
 nt/README.W32: Update the GTK Windows download URL for libpng.

12 years agoUndo a bad spelling fix.
Paul Eggert [Tue, 15 Nov 2011 17:46:34 +0000 (09:46 -0800)]
Undo a bad spelling fix.

I did not realize the comment was in Latin.

12 years agoFix typos.
Juanma Barranquero [Tue, 15 Nov 2011 17:37:37 +0000 (18:37 +0100)]
Fix typos.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Tue, 15 Nov 2011 11:23:14 +0000 (06:23 -0500)]
Auto-commit of loaddefs files.

12 years agoSmall rmail and rmailmm changes, many doc fixes.
Glenn Morris [Tue, 15 Nov 2011 08:23:03 +0000 (00:23 -0800)]
Small rmail and rmailmm changes, many doc fixes.

* lisp/mail/rmail.el (rmail-file-coding-system): It's only ever used
in a boolean sense, so just make it a boolean, and fix the doc.
(rmail-show-mime-function, rmail-mime-feature)
(rmail-require-mime-maybe): Doc fixes.
(rmail-show-message-1): Check rmail-show-mime-function is non-nil.

* lisp/mail/rmailmm.el (rmail-show-mime): Doc fix.

12 years agoSpelling fixes.
Paul Eggert [Tue, 15 Nov 2011 07:55:13 +0000 (23:55 -0800)]
Spelling fixes.

12 years agormailmm doc fixes.
Glenn Morris [Tue, 15 Nov 2011 07:45:45 +0000 (23:45 -0800)]
rmailmm doc fixes.

* lisp/mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
(rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
(rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
(rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
(rmail-mime, rmail-show-mime): Doc fixes.

12 years agons-win.el fix for bug#10051
Glenn Morris [Tue, 15 Nov 2011 01:04:06 +0000 (20:04 -0500)]
ns-win.el fix for bug#10051

* lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.

12 years agoFix typos.
Juanma Barranquero [Tue, 15 Nov 2011 00:54:19 +0000 (01:54 +0100)]
Fix typos.

12 years ago* lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
Glenn Morris [Tue, 15 Nov 2011 00:38:10 +0000 (19:38 -0500)]
* lisp/simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)

12 years agormailout fix for bug#9978.
Glenn Morris [Tue, 15 Nov 2011 00:34:01 +0000 (19:34 -0500)]
rmailout fix for bug#9978.

* lisp/mail/rmailout.el (rmail-output-to-rmail-buffer):
Handle empty buffers.

12 years agoSpelling fixes.
Paul Eggert [Mon, 14 Nov 2011 23:59:56 +0000 (15:59 -0800)]
Spelling fixes.

12 years ago* lib-src/Makefile.in (all): Make sure "all" is the first target.
Dan Nicolaescu [Mon, 14 Nov 2011 22:54:16 +0000 (15:54 -0700)]
* lib-src/Makefile.in (all): Make sure "all" is the first target.

12 years agoFix typos.
Juanma Barranquero [Mon, 14 Nov 2011 21:00:24 +0000 (22:00 +0100)]
Fix typos.

12 years agoSpelling fixes.
Paul Eggert [Mon, 14 Nov 2011 20:23:26 +0000 (12:23 -0800)]
Spelling fixes.

12 years agoFix bug #10035 with assertion violation in row_equal_p.
Eli Zaretskii [Mon, 14 Nov 2011 20:15:38 +0000 (22:15 +0200)]
Fix bug #10035 with assertion violation in row_equal_p.

 src/xdisp.c (display_line): Move the call to
 highlight_trailing_whitespace before the call to
 compute_line_metrics, since the latter needs to see the final
 faces of all the glyphs to compute ROW's hash value.  Fixes
 assertion violations in row_equal_p.

12 years agoFix bug#10044
Juanma Barranquero [Mon, 14 Nov 2011 17:52:09 +0000 (18:52 +0100)]
Fix bug#10044
src/w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
just return.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Mon, 14 Nov 2011 17:45:14 +0000 (12:45 -0500)]
Auto-commit of loaddefs files.

12 years agoIf the server hangs up while we're talking to it, just `message' the error instead...
Lars Magne Ingebrigtsen [Mon, 14 Nov 2011 16:09:13 +0000 (17:09 +0100)]
If the server hangs up while we're talking to it, just `message' the error instead of throwing an error.

12 years agormail-summary fix.
Glenn Morris [Mon, 14 Nov 2011 09:22:45 +0000 (01:22 -0800)]
rmail-summary fix.

* lisp/mail/rmailsum.el (rmail-summary): Remove movement to beginning
of message - not necessary, and causes problems.

I believe the call to rmail-summary-beginning-of-message was only
thought to be necessary due to a couple of bugs in rmail-new-summary
that are hopefully fixed now (`mesg' not being set,
rmail-summary-buffer's buffer locality not being considered).

Fixes: debbugs:9831

12 years ago* mail/rmailsum.el (rmail-new-summary): Preserve message number.
Glenn Morris [Mon, 14 Nov 2011 09:09:03 +0000 (01:09 -0800)]
* mail/rmailsum.el (rmail-new-summary): Preserve message number.

Nothing was setting the local variable `mesg'.
Eg when looking at message 10, pressing h to get a summary would
send you to message 1.

12 years agoSpelling fixes.
Paul Eggert [Mon, 14 Nov 2011 06:27:12 +0000 (22:27 -0800)]
Spelling fixes.

12 years agoSmall executable.el fix related to bug#9879.
Glenn Morris [Mon, 14 Nov 2011 02:14:01 +0000 (18:14 -0800)]
Small executable.el fix related to bug#9879.

* lisp/progmodes/executable.el
(executable-make-buffer-file-executable-if-script-p):
Handle file-modes returning nil.

12 years ago* lisp/mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
Glenn Morris [Mon, 14 Nov 2011 02:01:00 +0000 (18:01 -0800)]
* lisp/mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.

12 years agoRmail summary fixes for empty summaries.
Glenn Morris [Mon, 14 Nov 2011 01:43:50 +0000 (17:43 -0800)]
Rmail summary fixes for empty summaries.

* lisp/mail/rmailsum.el (rmail-summary, rmail-new-summary)
(rmail-new-summary-1): Allow empty summaries.
(rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.

Fixes: debbugs:9964

12 years ago* inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
Christoph Scholtes [Sun, 13 Nov 2011 14:43:13 +0000 (07:43 -0700)]
* inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.

12 years agoSpelling fixes.
Paul Eggert [Sun, 13 Nov 2011 07:48:23 +0000 (23:48 -0800)]
Spelling fixes.

12 years ago* INSTALL: Tiny updates for disk space used during installation.
Glenn Morris [Sun, 13 Nov 2011 01:03:55 +0000 (17:03 -0800)]
* INSTALL: Tiny updates for disk space used during installation.

12 years agoAllow building temacs with a larger heap on MS-Windows.
Eli Zaretskii [Sat, 12 Nov 2011 12:11:54 +0000 (14:11 +0200)]
Allow building temacs with a larger heap on MS-Windows.

 src/makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
 with user-defined heap size.  Bump the default size of the temacs
 heap to 27MB, to avoid memory warning when running temacs.
 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.

12 years agoVerify glyph row's hash values.
Eli Zaretskii [Sat, 12 Nov 2011 11:56:57 +0000 (13:56 +0200)]
Verify glyph row's hash values.

 src/dispnew.c (verify_row_hash) [XASSERTS]: New function.
 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
 that the hash value of glyph rows is correct.

12 years agodispnew.c (scrolling_window): Fix index usage.
Eli Zaretskii [Sat, 12 Nov 2011 10:09:38 +0000 (12:09 +0200)]
dispnew.c (scrolling_window): Fix index usage.

 src/dispnew.c (scrolling_window): Fix incorrect indices in accessing
 current_matrix and desired_matrix.  (Bug#9990)

12 years agoDon't handle splits status.
Martin Rudalics [Sat, 12 Nov 2011 09:55:50 +0000 (10:55 +0100)]
Don't handle splits status.

* window.h (window): Remove splits slot.
* window.c (Fwindow_splits, Fset_window_splits): Remove.
(Fdelete_other_windows_internal, make_parent_window)
(make_window, Fsplit_window_internal, Fdelete_window_internal)
(Fset_window_configuration, save_window_save): Don't deal with
split status of windows.
(saved_window): Remove splits slot.
(Vwindow_splits): Rewrite doc-string.
* window.el (window-resize, delete-window): Use window-splits
variable instead of function.
(window-state-get-1, window-state-put-2, window-state-put):
Don't deal with windows' splits status.
* windows.texi (Splitting Windows, Deleting Windows): Remove
references to splits status of windows.

12 years agoapropos.el doc fixes.
Glenn Morris [Sat, 12 Nov 2011 02:13:23 +0000 (21:13 -0500)]
apropos.el doc fixes.

* lisp/apropos.el (apropos-do-all, apropos-library, apropos-value)
(apropos-documentation): Doc fixes.

12 years agoFix more typos.
Juanma Barranquero [Fri, 11 Nov 2011 23:34:43 +0000 (00:34 +0100)]
Fix more typos.

12 years agoFix typos.
Juanma Barranquero [Fri, 11 Nov 2011 23:17:16 +0000 (00:17 +0100)]
Fix typos.

12 years ago* xfns.c (unwind_create_frame):
Jan Djärv [Fri, 11 Nov 2011 18:33:30 +0000 (19:33 +0100)]
* xfns.c (unwind_create_frame):
* nsfns.m (unwind_create_frame):
* w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
Vframe_list.

Fixes: debbugs:9999

12 years ago* lisp/electric.el: Make electric-indent-mode better behaved.
Stefan Monnier [Fri, 11 Nov 2011 15:55:24 +0000 (10:55 -0500)]
* lisp/electric.el: Make electric-indent-mode better behaved.
* lisp/electric.el (electric-indent-post-self-insert-function): Make it
possible for a char to only indent in some circumstances.
(electric-indent-mode): Simplify.

12 years agoFurther rename and clean up of functions in window.el.
Martin Rudalics [Fri, 11 Nov 2011 10:23:23 +0000 (11:23 +0100)]
Further rename and clean up of functions in window.el.

* window.el (window-size-ignore, window-size-fixed-1)
(window-in-direction-2): Prefix with "window--".
(window-tree-1): Rename to window--subtree, fix doc-string.

12 years agoSpelling fixes.
Paul Eggert [Fri, 11 Nov 2011 10:04:08 +0000 (02:04 -0800)]
Spelling fixes.

12 years agoRename and clean up functions in window.el.
Martin Rudalics [Fri, 11 Nov 2011 09:59:00 +0000 (10:59 +0100)]
Rename and clean up functions in window.el.

* window.el (windows-with-parameter): Remove unused function.
(windows-at-side): Rename to window-at-side-list.
(window-check, window-atom-check, window-atom-check-1)
(window-side-check): Prefix with "window--".

12 years ago* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
Dmitry Antipov [Fri, 11 Nov 2011 09:18:32 +0000 (01:18 -0800)]
* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.

12 years agocallproc.c (Fcall_process): Set the member dst_multibyte of process_coding.
Kenichi Handa [Fri, 11 Nov 2011 08:09:40 +0000 (17:09 +0900)]
callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.

12 years agomerge trunk
Kenichi Handa [Fri, 11 Nov 2011 07:08:47 +0000 (16:08 +0900)]
merge trunk

12 years agoxdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (bug...
Kenichi Handa [Fri, 11 Nov 2011 07:08:10 +0000 (16:08 +0900)]
xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (bug#9496).

12 years agoeval-after-load fix for bug#10009
Glenn Morris [Fri, 11 Nov 2011 01:46:03 +0000 (20:46 -0500)]
eval-after-load fix for bug#10009

* lisp/subr.el (eval-after-load): If FILE is already loaded,
evaluate FORM before it gets wrapped in more stuff.

12 years agoAlways use svn --non-interactive in vc-svn.el (bug#9993)
Glenn Morris [Thu, 10 Nov 2011 02:36:48 +0000 (21:36 -0500)]
Always use svn --non-interactive in vc-svn.el (bug#9993)

* lisp/vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
Call svn via vc-svn-command rather than vc-do-command.
(vc-svn-command): Add --non-interactive.
(vc-svn-update, vc-svn-merge-news): No need for --non-interactive.

12 years agotoggle-read-only fixes for bugs#7292, 10006.
Glenn Morris [Thu, 10 Nov 2011 02:17:45 +0000 (21:17 -0500)]
toggle-read-only fixes for bugs#7292, 10006.

* doc/lispref/buffers.texi (Read Only Buffers): Expand a bit on why
toggle-read-only should only be used interactively.

* lisp/files.el (toggle-read-only): Mention that it should only
be used interactively.

* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add toggle-read-only.

12 years agoFix typos.
Juanma Barranquero [Wed, 9 Nov 2011 16:18:33 +0000 (17:18 +0100)]
Fix typos.

12 years ago* lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.
Stefan Monnier [Wed, 9 Nov 2011 15:39:32 +0000 (10:39 -0500)]
* lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.
(compilation-error-regexp-alist-alist): OCaml warnings (can?) have a number.

Fixes: debbugs:9749

12 years ago* lisp/electric.el (electric-pair-post-self-insert-function): Let user
Stefan Monnier [Wed, 9 Nov 2011 15:10:25 +0000 (10:10 -0500)]
* lisp/electric.el (electric-pair-post-self-insert-function): Let user
turn it off buffer-locally.

Fixes: debbugs:9932

12 years ago* lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.
Stefan Monnier [Wed, 9 Nov 2011 15:00:32 +0000 (10:00 -0500)]
* lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.

Fixes: debbugs:2703

12 years agoDocument window-pixel-edges etc in Lisp manual.
Chong Yidong [Wed, 9 Nov 2011 14:37:25 +0000 (22:37 +0800)]
Document window-pixel-edges etc in Lisp manual.

* doc/lispref/windows.texi (Window Sizes): Document window-pixel-edges,
window-inside-pixel-edges. window-absolute-pixel-edges, and
window-inside-absolute-pixel-edges.
(Resizing Windows): shrink-window-if-larger-than-buffer works on
non-full-width windows.

12 years agoDisallow calling window-inside-edges and related functions on internal windows.
Chong Yidong [Wed, 9 Nov 2011 14:29:23 +0000 (22:29 +0800)]
Disallow calling window-inside-edges and related functions on internal windows.

* src/window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
(Fwindow_inside_absolute_pixel_edges): Only allow live windows.

12 years ago* lisp/progmodes/compile.el: Better handle TABs.
Stefan Monnier [Wed, 9 Nov 2011 14:04:13 +0000 (09:04 -0500)]
* lisp/progmodes/compile.el: Better handle TABs.
(compilation-internal-error-properties)
(compilation-next-error-function): Obey the target buffer's
compilation-error-screen-columns.

Fixes: debbugs:9749

12 years agoRewrite window-resizable.
Martin Rudalics [Wed, 9 Nov 2011 09:36:05 +0000 (10:36 +0100)]
Rewrite window-resizable.

* window.el (window-size-fixed-p): Rewrite doc-string.
(window-resizable-p): Rename to window--resizable-p.  Update
callers.
(window--resizable): New function.  Make all callers of
window-resizable call window--resizable instead.
(window-resizable): Rewrite in terms of window--resizable.
* windows.texi (Resizing Windows): Rewrite documentation of
window-resizable.

12 years ago* doc/lispref/windows.texi (Splitting Windows): Simplify example.
Chong Yidong [Wed, 9 Nov 2011 07:56:50 +0000 (15:56 +0800)]
* doc/lispref/windows.texi (Splitting Windows): Simplify example.

12 years agoSpelling fixes.
Paul Eggert [Wed, 9 Nov 2011 06:10:51 +0000 (22:10 -0800)]
Spelling fixes.

12 years ago* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
Paul Eggert [Tue, 8 Nov 2011 20:15:17 +0000 (12:15 -0800)]
* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).

12 years agoAvoid some portability problems by eschewing 'extern inline' functions.
Paul Eggert [Tue, 8 Nov 2011 20:05:27 +0000 (12:05 -0800)]
Avoid some portability problems by eschewing 'extern inline' functions.

The trivial performance wins aren't worth the portability hassles; see
<http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
et seq.
* dispextern.h (window_box, window_box_height, window_text_bottom_y)
(window_box_width, window_box_left, window_box_left_offset)
(window_box_right, window_box_right_offset): Undo previous change,
by removing the "extern"s.
* intervals.c (adjust_intervals_for_insertion)
(adjust_intervals_for_deletion): Undo previous change,
making these static again.
(offset_intervals, temp_set_point_both, temp_set_point)
(copy_intervals_to_string): No longer inline.
* xdisp.c (window_text_bottom_y, window_box_width)
(window_box_height, window_box_left_offset)
(window_box_right_offset, window_box_left, window_box_right)
(window_box): No longer inline.

12 years agodelphi syntax table fix for bug#9994
Glenn Morris [Tue, 8 Nov 2011 19:19:36 +0000 (14:19 -0500)]
delphi syntax table fix for bug#9994

* lisp/progmodes/delphi.el (delphi-mode-syntax-table):
Let define-derived-mode define a proper syntax table.

12 years agoFix doc-string typo in window-min-delta
Martin Rudalics [Tue, 8 Nov 2011 19:06:29 +0000 (20:06 +0100)]
Fix doc-string typo in window-min-delta

12 years ago* lisp/window.el: Stay away from defsubst.
Stefan Monnier [Tue, 8 Nov 2011 16:52:10 +0000 (11:52 -0500)]
* lisp/window.el: Stay away from defsubst.
(window-list-no-nils): Remove.
(window-state-get-1, window-state-get): Use backquote instead.

12 years ago* doc/lispref/windows.texi (Resizing Windows): Simplify introduction.
Chong Yidong [Tue, 8 Nov 2011 15:34:21 +0000 (23:34 +0800)]
* doc/lispref/windows.texi (Resizing Windows): Simplify introduction.
Don't document enlarge-window, shrink-window, enlarge-window-horizontally,
and shrink-window-horizontally; they are no longer preferred for calling
from Lisp, and are already documented in the Emacs manual.

12 years agoUpdate changelog.
thierry volpiatto [Tue, 8 Nov 2011 15:08:59 +0000 (16:08 +0100)]
Update changelog.

12 years ago* emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default argument...
thierry volpiatto [Tue, 8 Nov 2011 15:06:47 +0000 (16:06 +0100)]
* emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default argument in `completing-read'.

12 years agoRemove stale references to help-setup parameter in doc-strings.
Martin Rudalics [Tue, 8 Nov 2011 09:33:22 +0000 (10:33 +0100)]
Remove stale references to help-setup parameter in doc-strings.

* window.el (display-buffer-function, special-display-function):
Mention display-buffer-record-window but do not mention
help-setup parameter in doc-strings.

12 years agoFix permissions inadvertently changed in 2011-10-31T00:37:09Z!viniciusjl@ig.com.br.
Paul Eggert [Tue, 8 Nov 2011 08:11:25 +0000 (00:11 -0800)]
Fix permissions inadvertently changed in 2011-10-31T00:37:09Z!viniciusjl@ig.com.br.

12 years agoEdits to Window Sizes node of Lisp manual.
Chong Yidong [Tue, 8 Nov 2011 07:43:30 +0000 (15:43 +0800)]
Edits to Window Sizes node of Lisp manual.

* doc/lispref/windows.texi (Window Sizes): Copyedits.  Document
window-text-height.  Remove window-min-height and window-min-width
discussion, referring instead to Emacs manual.
(Splitting Windows, Resizing Windows): Add xref to Emacs manual.

12 years agoMove low-level window width/height functions to C, and high-level functions to Lisp.
Chong Yidong [Tue, 8 Nov 2011 07:25:56 +0000 (15:25 +0800)]
Move low-level window width/height functions to C, and high-level functions to Lisp.

* lisp/window.el (window-total-height, window-total-width): Doc fix.
(window-body-size): Move from C.
(window-body-height, window-body-width): Move to C.

* src/window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
(Fwindow_body_height, Fwindow_body_width): Move from Lisp.  Signal
an error if not a live window.
(Fwindow_total_width, Fwindow_total_height): Move from Lisp.
(Fwindow_total_size, Fwindow_body_size): Move to Lisp.

12 years ago* lisp/window.el: Make special-display like display-buffer-alist.
Stefan Monnier [Tue, 8 Nov 2011 02:57:59 +0000 (21:57 -0500)]
* lisp/window.el: Make special-display like display-buffer-alist.
(display-buffer--special-action): New function, morphed
from display-buffer--special.
(display-buffer): Use it to handle special-display-buffers at higher
priority (just after display-buffer-alist).
(display-buffer-fallback-action, display-buffer--other-frame-action)
(pop-to-buffer-same-window): Remove display-buffer--special.

Fixes: debbugs:9532

12 years agoSmall cal-menu fix for bug#9976
Glenn Morris [Mon, 7 Nov 2011 19:00:54 +0000 (14:00 -0500)]
Small cal-menu fix for bug#9976

* lisp/calendar/cal-menu.el (cal-menu-set-date-title):
Do nothing if not in a calendar.

12 years ago* doc/lispref/windows.texi (Choosing Window): Fix keybinding typo.
Glenn Morris [Mon, 7 Nov 2011 17:49:54 +0000 (09:49 -0800)]
* doc/lispref/windows.texi (Choosing Window): Fix keybinding typo.

12 years agoadmin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
Juanma Barranquero [Mon, 7 Nov 2011 17:17:28 +0000 (18:17 +0100)]
admin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.

12 years agosrc/lisp.h (syms_of_abbrev): Remove declaration.
Juanma Barranquero [Mon, 7 Nov 2011 17:04:01 +0000 (18:04 +0100)]
src/lisp.h (syms_of_abbrev): Remove declaration.
Reported by CHENG Gao <chenggao@royau.me>.

12 years agoAllow to run temacs.exe on MS-Windows in GUI mode.
Eli Zaretskii [Mon, 7 Nov 2011 16:42:34 +0000 (18:42 +0200)]
Allow to run temacs.exe on MS-Windows in GUI mode.

 src/w32.c (check_windows_init_file): Don't look for term/w32-win.el
 if Vpurify_flag is non-nil.  Fixes a crash when running w32 build
 of temacs in GUI mode.

12 years ago* lisp/files.el (find-file): Always use selected-window.
Stefan Monnier [Mon, 7 Nov 2011 14:34:02 +0000 (09:34 -0500)]
* lisp/files.el (find-file): Always use selected-window.

12 years agoRemove term "subwindow" from code and documentation.
Martin Rudalics [Mon, 7 Nov 2011 09:51:08 +0000 (10:51 +0100)]
Remove term "subwindow" from code and documentation.

* window.h: Declare delete_all_child_windows instead of
delete_all_subwindows.
* window.c (Fwindow_nest, Fset_window_nest)
(Fset_window_new_total, Fset_window_new_normal)
(Fwindow_resize_apply): Don't use term subwindow in doc-strings.
(delete_all_subwindows): Rename to delete_all_child_windows.
(Fdelete_other_windows_internal, Fset_window_configuration):
Call delete_all_child_windows instead of delete_all_subwindows.
* frame.c (delete_frame): Call delete_all_child_windows instead
of delete_all_subwindows.

* window.el (window-combinations): Make WINDOW argument
mandatory.  Rewrite doc-string.
(walk-window-subtree, window-atom-check, window-min-delta)
(window-max-delta, window--resize-this-window)
(window--resize-root-window-vertically, window-tree)
(balance-windows, window-state-put): Rewrite doc-strings as to
not mention the term "subwindow".
(window--resize-subwindows-skip-p): Rename to
window--resize-child-windows-skip-p.
(window--resize-subwindows-normal): Rename to
window--resize-child-windows-normal.
(window--resize-subwindows): Rename to
window--resize-child-windows.
(window-or-subwindow-p): Rename to window--in-subtree-p.

* windows.texi (Resizing Windows, Splitting Windows)
(Window Configurations): Use "child window" instead of
"subwindow".

12 years ago* alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
Paul Eggert [Mon, 7 Nov 2011 05:37:49 +0000 (21:37 -0800)]
* alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).

This is also needed for porting to any host where GC_MARK_STACK is
not GC_MAKE_GCPROS_NOOPS.
(which_symbols): Use it.

12 years agoFix rmail-mbox handling of terminating newlines.
Mark Lillibridge [Mon, 7 Nov 2011 02:52:29 +0000 (10:52 +0800)]
Fix rmail-mbox handling of terminating newlines.

* lisp/mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
Ensure that mbox format messages end in two newlines.

Fixes: debbugs:9974

12 years agomerge trunk
Kenichi Handa [Mon, 7 Nov 2011 02:00:43 +0000 (11:00 +0900)]
merge trunk

12 years agoSet members of the struct coding_system before accessing them (bug#9910,9911,9912).
Kenichi Handa [Mon, 7 Nov 2011 01:57:07 +0000 (10:57 +0900)]
Set members of the struct coding_system before accessing them (bug#9910,9911,9912).

12 years agoMerge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.org
Glenn Morris [Sun, 6 Nov 2011 23:38:01 +0000 (15:38 -0800)]
Merge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.org

12 years agoFix some portability problems with 'inline'.
Paul Eggert [Sun, 6 Nov 2011 21:12:10 +0000 (13:12 -0800)]
Fix some portability problems with 'inline'.

* dispextern.h (window_box, window_box_height, window_text_bottom_y)
(window_box_width, window_box_left, window_box_left_offset)
(window_box_right, window_box_right_offset): Declare extern.
Otherwise, these inline functions do not conform to C99 and
are miscompiled by Microsoft compilers.  Reported by Eli Zaretskii in
<http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
* intervals.c (adjust_intervals_for_insertion)
(adjust_intervals_for_deletion): Now extern, because otherwise the
extern inline functions 'offset_intervals' couldn't refer to it.
(static_offset_intervals): Remove.
(offset_intervals): Rewrite using the old contents of
static_offset_intervals.  The old version didn't conform to C99
because an extern inline function contained a reference to an
identifier with static linkage.

12 years ago* src/keyboard.c (interrupt_signal): Don't call kill-emacs while in
Andreas Schwab [Sun, 6 Nov 2011 19:42:14 +0000 (20:42 +0100)]
* src/keyboard.c (interrupt_signal): Don't call kill-emacs while in
GC.

12 years agoFix bug #9963 with abort in "temacs -nw".
Eli Zaretskii [Sun, 6 Nov 2011 18:21:52 +0000 (20:21 +0200)]
Fix bug #9963 with abort in "temacs -nw".

 src/xdisp.c (init_iterator, reseat_to_string): Don't set the
 iterator's bidi_p flag if Vpurify_flag is non-nil.
 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
 return Qleft_to_right.

12 years agoManual updates for window changes.
Chong Yidong [Sun, 6 Nov 2011 06:14:01 +0000 (14:14 +0800)]
Manual updates for window changes.

* doc/emacs/windows.texi (Basic Window): Add xref to Cursor Display.
(Split Window): Document negative arg for splitting commands.
(Other Window): Document mouse-1 in text area of window.
(Change Window): Don't mention window attributes, since they
aren't defined.  C-x 1 can't be used with minibuffer windows.
Windows are no longer auto-deleted.
(Window Choice): Add xref to Choosing Window in Lisp manual.
(Window Convenience): Note that windmove disables shift-selection.
Move M-x compare-windows here from Other Window node.

* doc/emacs/custom.texi (Mouse Buttons):
* doc/emacs/search.texi (Isearch Scroll):
* doc/emacs/windows.texi (Split Window): Use new names split-window-below
and split-window-right.

* doc/lispref/windows.texi (Basic Windows): Clarify various definitions.
Treat window-normalize-* as internal; don't document them.
(Windows and Frames): Various clarifications, e.g. non-live
windows also belong to frames.  Fix window-list description.
Simplify window nesting example.
(Splitting Windows, Window Configurations): Use
split-window-below.

12 years agoDelete window-combination-p; tweaks to window-top-child and window-left-child.
Chong Yidong [Sun, 6 Nov 2011 03:59:53 +0000 (11:59 +0800)]
Delete window-combination-p; tweaks to window-top-child and window-left-child.

* lisp/window.el (window-combination-p): Function deleted; its
side-effect is not used in any existing code.
(window-combinations, window-combined-p): Call window-*-child
directly.

* window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
(Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
(Fset_window_splits, Fwindow_nest, Fset_window_nest)
(Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
(Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
(Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
(Fwindow_vscroll): Doc fix.
(Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
argument, since it makes no sense to pass a live window and for
consistency with window-child.

12 years ago* src/makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
Christoph Scholtes [Sat, 5 Nov 2011 22:55:08 +0000 (16:55 -0600)]
* src/makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
  support MSVC.

12 years ago* inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
Christoph Scholtes [Sat, 5 Nov 2011 22:33:44 +0000 (16:33 -0600)]
* inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
(UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
(INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
(intmax_t, INT64_MAX): Add for MSVC.

12 years ago* src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
Jason Rumney [Sat, 5 Nov 2011 18:50:59 +0000 (02:50 +0800)]
* src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
(add_font_entity_to_list): Filter out non-Japanese Shift-JIS
fonts.
(add_font_entity_to_list): Fix logic errors in mixed boolean and
bitwise arithmetic preventing use of unicode-sip and non-truetype
opentype fonts.

Fixes: debbugs:6029