]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--devo--0
Miles Bader [Thu, 11 Oct 2007 16:14:00 +0000 (16:14 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257

16 years agoFix :foreground and :background face attributes
Vinicius Jose Latorre [Thu, 11 Oct 2007 01:51:15 +0000 (01:51 +0000)]
Fix :foreground and :background face attributes

16 years ago*** empty log message ***
Eric S. Raymond [Tue, 9 Oct 2007 18:22:38 +0000 (18:22 +0000)]
*** empty log message ***

16 years agoAdded descriptions of newer supported version control systems. Arranged all in
Eric S. Raymond [Tue, 9 Oct 2007 17:49:23 +0000 (17:49 +0000)]
Added descriptions of newer supported version control systems.  Arranged all in
chronological order.

16 years agoThis is the actual fix....
Eric S. Raymond [Tue, 9 Oct 2007 16:54:40 +0000 (16:54 +0000)]
This is the actual fix....

16 years agoRemove mention of local-key-translation-map.
Stefan Monnier [Tue, 9 Oct 2007 16:02:33 +0000 (16:02 +0000)]
Remove mention of local-key-translation-map.

16 years agoRequire easymenu.
Juanma Barranquero [Tue, 9 Oct 2007 15:27:49 +0000 (15:27 +0000)]
Require easymenu.

16 years agoAdd missing change from rel-22 branch to src/image.c
Miles Bader [Tue, 9 Oct 2007 10:28:47 +0000 (10:28 +0000)]
Add missing change from rel-22 branch to src/image.c

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-877

16 years ago(print_help_and_exit): Fix space to improve alignment in output messages.
Juanma Barranquero [Tue, 9 Oct 2007 09:46:55 +0000 (09:46 +0000)]
(print_help_and_exit): Fix space to improve alignment in output messages.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 9 Oct 2007 09:09:25 +0000 (09:09 +0000)]
*** empty log message ***

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 9 Oct 2007 08:52:57 +0000 (08:52 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 9 Oct 2007 08:55:58 +0000 (08:55 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-115

16 years ago(follow-mode-hook, follow-mode): Doc fixes.
Juanma Barranquero [Tue, 9 Oct 2007 08:44:02 +0000 (08:44 +0000)]
(follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.

16 years ago(follow-mode-hook, follow-mode): Doc fixes.
Juanma Barranquero [Tue, 9 Oct 2007 08:39:33 +0000 (08:39 +0000)]
(follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.

16 years ago(x-alternatives-map): Remove spurious parenthesis.
Juanma Barranquero [Tue, 9 Oct 2007 08:09:15 +0000 (08:09 +0000)]
(x-alternatives-map): Remove spurious parenthesis.

16 years ago(encoded-kbd-setup-display):
Stefan Monnier [Tue, 9 Oct 2007 05:17:21 +0000 (05:17 +0000)]
(encoded-kbd-setup-display):
Use input-decode-map rather than local-key-translation-map.

16 years ago(rxvt-alternatives-map): New map.
Stefan Monnier [Tue, 9 Oct 2007 05:16:20 +0000 (05:16 +0000)]
(rxvt-alternatives-map): New map.
(terminal-init-rxvt): Use it.
Bind rxvt-function-map in input-decode-map.

16 years ago(xterm-alternatives-map): Remove spurious left-over code.
Stefan Monnier [Tue, 9 Oct 2007 05:15:00 +0000 (05:15 +0000)]
(xterm-alternatives-map): Remove spurious left-over code.
(terminal-init-xterm): Typos.

16 years ago(xterm-alternatives-map): New map.
Stefan Monnier [Tue, 9 Oct 2007 05:05:57 +0000 (05:05 +0000)]
(xterm-alternatives-map): New map.
(terminal-init-xterm): Use it.
Bind xterm-function-map in input-decode-map.

16 years agoAdd new `input-decode-map' keymap and use it for temrinal
Stefan Monnier [Tue, 9 Oct 2007 05:05:39 +0000 (05:05 +0000)]
Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.

16 years ago(XSETPSEUDOVECTOR): Don't set the tag anymore.
Stefan Monnier [Tue, 9 Oct 2007 04:28:00 +0000 (04:28 +0000)]
(XSETPSEUDOVECTOR): Don't set the tag anymore.
This was made redundant by the previous introduction of XSETPVECTYPE.

16 years ago(x-alternatives-map): New var.
Stefan Monnier [Tue, 9 Oct 2007 04:26:29 +0000 (04:26 +0000)]
(x-alternatives-map): New var.
(x-setup-function-keys): Use it.

16 years ago(describe-variable): Slightly change the layout of
Stefan Monnier [Tue, 9 Oct 2007 04:25:14 +0000 (04:25 +0000)]
(describe-variable): Slightly change the layout of
meta-info to separate it better from the docstring.
Standardize insertion of extra empty lines in various circumstances.

16 years agoAdd todo.
Stefan Monnier [Tue, 9 Oct 2007 04:22:36 +0000 (04:22 +0000)]
Add todo.

16 years ago(diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
Stefan Monnier [Tue, 9 Oct 2007 04:22:11 +0000 (04:22 +0000)]
(diff-mode-map, diff-mode-menu): Add diff-fine-highlight.

16 years ago(diff-hunk-style): New fun.
Stefan Monnier [Tue, 9 Oct 2007 04:12:24 +0000 (04:12 +0000)]
(diff-hunk-style): New fun.
(diff-end-of-hunk): Use it.
(diff-context->unified): Use the new `apply' undo element, if applicable,
so as to save undo-log space.
(diff-fine-change): New face.
(diff-fine-highlight-preproc): New function.
(diff-fine-highlight): New command.

16 years ago(smerge-refine-chopup-region): Add `preproc' argument.
Stefan Monnier [Tue, 9 Oct 2007 03:38:57 +0000 (03:38 +0000)]
(smerge-refine-chopup-region): Add `preproc' argument.
(smerge-refine-highlight-change): Add `props' argument.
(smerge-refine-subst): New function holding most of smerge-refine.
(smerge-refine): Use it.

16 years agoRemove non-bug.
Glenn Morris [Tue, 9 Oct 2007 02:41:25 +0000 (02:41 +0000)]
Remove non-bug.

16 years agoRemove entry now on 22 branch.
Glenn Morris [Tue, 9 Oct 2007 02:40:22 +0000 (02:40 +0000)]
Remove entry now on 22 branch.

16 years agoMention openSUSE bcopy issue.
Glenn Morris [Tue, 9 Oct 2007 02:40:01 +0000 (02:40 +0000)]
Mention openSUSE bcopy issue.

16 years agoMention openSUSE bcopy issue.
Glenn Morris [Tue, 9 Oct 2007 02:39:43 +0000 (02:39 +0000)]
Mention openSUSE bcopy issue.

16 years ago(free_bitmap_record): Renamed from Free_Bitmap_Record.
Richard M. Stallman [Tue, 9 Oct 2007 01:40:05 +0000 (01:40 +0000)]
(free_bitmap_record): Renamed from Free_Bitmap_Record.

16 years ago(internal_condition_case_2, internal_condition_case_1)
Richard M. Stallman [Tue, 9 Oct 2007 01:39:13 +0000 (01:39 +0000)]
(internal_condition_case_2, internal_condition_case_1)
(internal_condition_case): Reenable abort if x_catching_errors (),
to see if that really happens and why.

16 years ago(gamegrid-setup-default-font): Use face-spec-set.
Richard M. Stallman [Tue, 9 Oct 2007 01:35:07 +0000 (01:35 +0000)]
(gamegrid-setup-default-font): Use face-spec-set.

16 years ago(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.
Richard M. Stallman [Tue, 9 Oct 2007 01:32:25 +0000 (01:32 +0000)]
(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.

16 years ago(Cursor Display): Correct how cursor appears in nonselected windows.
Richard M. Stallman [Tue, 9 Oct 2007 01:27:17 +0000 (01:27 +0000)]
(Cursor Display): Correct how cursor appears in nonselected windows.

16 years ago(Examining Properties): Mention overlay priority.
Richard M. Stallman [Tue, 9 Oct 2007 01:25:41 +0000 (01:25 +0000)]
(Examining Properties): Mention overlay priority.

16 years ago(Display Margins): Correct the description of margin display specifications.
Richard M. Stallman [Tue, 9 Oct 2007 01:24:28 +0000 (01:24 +0000)]
(Display Margins): Correct the description of margin display specifications.
(Replacing Specs): New subnode broken out of Display Property.

16 years ago(url-type, url-user, url-password, url-host)
Richard M. Stallman [Tue, 9 Oct 2007 01:21:24 +0000 (01:21 +0000)]
(url-type, url-user, url-password, url-host)
(url-port, url-filename, url-target, url-attributes)
(url-fullness, url-set-type, url-set-user, url-set-password)
(url-set-host, url-set-port, url-set-filename, url-set-target)
(url-set-attributes, url-set-full): Change macros to defuns.

16 years ago(edebug-install-custom-print-funcs)
Richard M. Stallman [Tue, 9 Oct 2007 01:18:29 +0000 (01:18 +0000)]
(edebug-install-custom-print-funcs)
(edebug-install-custom-print, edebug-reset-print-funcs)
(edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
Functions deleted.
(edebug-prin1, edebug-print, edebug-prin1-to-string)
(edebug-format, edebug-message): Define directly as aliases.

16 years ago*** empty log message ***
Eric S. Raymond [Mon, 8 Oct 2007 23:27:38 +0000 (23:27 +0000)]
*** empty log message ***

16 years agoRemove unused code.
Eric S. Raymond [Mon, 8 Oct 2007 23:21:09 +0000 (23:21 +0000)]
Remove unused code.

16 years agoCorrect a bug that was revealed during a review of new VC.
Eric S. Raymond [Mon, 8 Oct 2007 23:18:31 +0000 (23:18 +0000)]
Correct a bug that was revealed during a review of new VC.

16 years ago* net/tramp.el (tramp-find-foreign-file-name-handler): Check also
Michael Albinus [Mon, 8 Oct 2007 20:07:16 +0000 (20:07 +0000)]
* net/tramp.el (tramp-find-foreign-file-name-handler): Check also
host.
(tramp-maybe-send-script): Apply `member' but `memq'.
(tramp-advice-file-expand-wildcards): Simplify implementation.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 8 Oct 2007 16:14:23 +0000 (16:14 +0000)]
*** empty log message ***

16 years ago(follow-mode): Don't run hooks twice. Use `when'.
Juanma Barranquero [Mon, 8 Oct 2007 16:13:18 +0000 (16:13 +0000)]
(follow-mode): Don't run hooks twice.  Use `when'.

16 years ago(follow-mode): Don't run hooks twice. Use `when'.
Juanma Barranquero [Mon, 8 Oct 2007 16:06:15 +0000 (16:06 +0000)]
(follow-mode): Don't run hooks twice.  Use `when'.

16 years ago(minibuf-depth-indicator-function): New variable.
Juanma Barranquero [Mon, 8 Oct 2007 14:48:39 +0000 (14:48 +0000)]
(minibuf-depth-indicator-function): New variable.
(minibuf-depth-setup-minibuffer): Use it.

16 years ago*** empty log message ***
Glenn Morris [Sun, 7 Oct 2007 07:18:10 +0000 (07:18 +0000)]
*** empty log message ***

16 years agoAdd urls.
Glenn Morris [Sun, 7 Oct 2007 07:06:55 +0000 (07:06 +0000)]
Add urls.

16 years agoPurge duplicate entry.
Glenn Morris [Sun, 7 Oct 2007 07:02:03 +0000 (07:02 +0000)]
Purge duplicate entry.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 7 Oct 2007 03:22:40 +0000 (03:22 +0000)]
*** empty log message ***

16 years ago(bad-packages-alist): Clarify Semantic and CEDET version numbers.
Glenn Morris [Sun, 7 Oct 2007 00:31:20 +0000 (00:31 +0000)]
(bad-packages-alist): Clarify Semantic and CEDET version numbers.

16 years ago(bad-packages-alist): Clarify Semantic and CEDET version numbers.
Glenn Morris [Sun, 7 Oct 2007 00:30:36 +0000 (00:30 +0000)]
(bad-packages-alist): Clarify Semantic and CEDET version numbers.

16 years agoAdd M-q fill-paragraph-or-region.
Juri Linkov [Sat, 6 Oct 2007 22:27:50 +0000 (22:27 +0000)]
Add M-q fill-paragraph-or-region.

16 years ago(Filling): Document fill-paragraph-or-region.
Juri Linkov [Sat, 6 Oct 2007 22:25:18 +0000 (22:25 +0000)]
(Filling): Document fill-paragraph-or-region.

16 years ago(Arguments): Replace fill-paragraph with fill-paragraph-or-region.
Juri Linkov [Sat, 6 Oct 2007 22:24:14 +0000 (22:24 +0000)]
(Arguments): Replace fill-paragraph with fill-paragraph-or-region.

16 years ago(Fill Commands): Document fill-paragraph-or-region.
Juri Linkov [Sat, 6 Oct 2007 22:23:41 +0000 (22:23 +0000)]
(Fill Commands): Document fill-paragraph-or-region.
(Fill Prefix, Format Indentation): Replace fill-paragraph with
fill-paragraph-or-region.

16 years ago(cua-paste): Check if mouse-region-match is fbound
Juri Linkov [Sat, 6 Oct 2007 22:20:41 +0000 (22:20 +0000)]
(cua-paste): Check if mouse-region-match is fbound
to not fail on mouseless tty.

16 years ago(delete-selection-pre-hook): Check if mouse-region-match is fbound
Juri Linkov [Sat, 6 Oct 2007 22:19:12 +0000 (22:19 +0000)]
(delete-selection-pre-hook): Check if mouse-region-match is fbound
to not fail on mouseless tty.

16 years ago(image-type): Check if image-types is bound to not fail on tty.
Juri Linkov [Sat, 6 Oct 2007 22:17:49 +0000 (22:17 +0000)]
(image-type): Check if image-types is bound to not fail on tty.

16 years ago(tutorial--default-keys): Replace fill-paragraph
Juri Linkov [Sat, 6 Oct 2007 22:17:16 +0000 (22:17 +0000)]
(tutorial--default-keys): Replace fill-paragraph
with fill-paragraph-or-region.  Suspend command is now the same
`suspend-frame' on window systems and on tty.

16 years ago(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
Juri Linkov [Sat, 6 Oct 2007 22:15:43 +0000 (22:15 +0000)]
(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.

16 years ago(fill-paragraph-or-region): New function.
Juri Linkov [Sat, 6 Oct 2007 22:15:10 +0000 (22:15 +0000)]
(fill-paragraph-or-region): New function.

16 years agoClarify Semantic and CEDET version numbers.
Glenn Morris [Sat, 6 Oct 2007 18:05:03 +0000 (18:05 +0000)]
Clarify Semantic and CEDET version numbers.

16 years ago* net/tramp.el (tramp-completion-mode): Extend doc-string.
Michael Albinus [Sat, 6 Oct 2007 15:25:50 +0000 (15:25 +0000)]
* net/tramp.el (tramp-completion-mode): Extend doc-string.
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).

16 years agoTypo and whitespace fixes to reduce the diff with new VC.
Eric S. Raymond [Sat, 6 Oct 2007 14:36:09 +0000 (14:36 +0000)]
Typo and whitespace fixes to reduce the diff with new VC.

16 years ago* net/tramp.el (top): Move loading of tramp-util.el and
Michael Albinus [Sat, 6 Oct 2007 12:00:42 +0000 (12:00 +0000)]
* net/tramp.el (top): Move loading of tramp-util.el and
tramp-vc.el to tramp-compat.el.
(tramp-make-tramp-temp-file): Complete rewrite.  Create remote
temporary file if possible, in order to avoid a security hole.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
with DONT-CREATE, because the connection is not setup yet.
(tramp-handle-process-file): Rewrite temporary file handling.
(tramp-completion-mode): New defvar.
(tramp-completion-mode-p): Use it.

* net/tramp-compat.el (top):  Load tramp-util.el and tramp-vc.el.

* net/tramp-fish.el (tramp-fish-handle-process-file): Rewrite
temporary file handling.

16 years ago* tramp.texi (External packages): New section.
Michael Albinus [Sat, 6 Oct 2007 11:55:36 +0000 (11:55 +0000)]
* tramp.texi (External packages): New section.

16 years agoPort various comments from new VC to reduce the noise in the diff.
Eric S. Raymond [Sat, 6 Oct 2007 11:14:32 +0000 (11:14 +0000)]
Port various comments from new VC to reduce the noise in the diff.
Rename vc-revert-buffer1 to vc-revert-buffer-internal.
Patch in the new vc-create-repo function to go with the
header comment about it already present.
No changes to existing logic.

16 years ago(mouse-autoselect-window-cancel): Don't cancel for
Martin Rudalics [Sat, 6 Oct 2007 10:19:45 +0000 (10:19 +0000)]
(mouse-autoselect-window-cancel): Don't cancel for
select-window or select-frame events.
(handle-select-window): When autoselecting window set input
focus.  Restructure.

16 years agoMore manual updates and additions bringing it current with modern
Eric S. Raymond [Sat, 6 Oct 2007 10:09:19 +0000 (10:09 +0000)]
More manual updates and additions bringing it current with modern
VCSes.  This includes the workfile version -> focus version
terminology change, but not the UI changes for new VC.

16 years ago(focus-follows-mouse): Moved to frame.c.
Martin Rudalics [Sat, 6 Oct 2007 10:08:28 +0000 (10:08 +0000)]
(focus-follows-mouse): Moved to frame.c.

16 years ago(all): Add focus-follows-mouse.
Martin Rudalics [Sat, 6 Oct 2007 10:06:28 +0000 (10:06 +0000)]
(all): Add focus-follows-mouse.

16 years ago*** empty log message ***
Martin Rudalics [Sat, 6 Oct 2007 10:01:37 +0000 (10:01 +0000)]
*** empty log message ***

16 years ago(syms_of_xdisp): In doc-string of mouse-autoselect-window
Martin Rudalics [Sat, 6 Oct 2007 09:56:29 +0000 (09:56 +0000)]
(syms_of_xdisp): In doc-string of mouse-autoselect-window
mention focus-follows-mouse.

16 years ago(handle_one_xevent): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:54:19 +0000 (09:54 +0000)]
(handle_one_xevent): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(w32_read_socket): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:52:39 +0000 (09:52 +0000)]
(w32_read_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(dos_rawgetc): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:51:01 +0000 (09:51 +0000)]
(dos_rawgetc): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(XTread_socket): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:49:22 +0000 (09:49 +0000)]
(XTread_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected
frame.

16 years ago(focus_follows_mouse): Extern it.
Martin Rudalics [Sat, 6 Oct 2007 09:47:21 +0000 (09:47 +0000)]
(focus_follows_mouse): Extern it.

16 years ago(focus_follows_mouse): Moved here from frame.el to allow
Martin Rudalics [Sat, 6 Oct 2007 09:46:06 +0000 (09:46 +0000)]
(focus_follows_mouse): Moved here from frame.el to allow
window autoselection act appropriately when leaving selected frame.
(syms_of_frame): Initialize focus_follows_mouse.

16 years ago(kbd_buffer_get_event): Break loop waiting for input
Martin Rudalics [Sat, 6 Oct 2007 09:43:17 +0000 (09:43 +0000)]
(kbd_buffer_get_event): Break loop waiting for input
when there's an unread command event.

16 years agoMention problems with Semantic.
Eli Zaretskii [Sat, 6 Oct 2007 09:22:07 +0000 (09:22 +0000)]
Mention problems with Semantic.

16 years agoUpdate manual for 2007 conditions. None of these changes are
Eric S. Raymond [Sat, 6 Oct 2007 09:21:53 +0000 (09:21 +0000)]
Update manual for 2007 conditions.  None of these changes are
specific to new VC, that wil come later.

16 years agoTerminology sync, workfile version -> focus version.
Eric S. Raymond [Sat, 6 Oct 2007 08:56:58 +0000 (08:56 +0000)]
Terminology sync, workfile version -> focus version.

16 years ago(Fwrite_region): Ignore EINVAL error from fsync.
Andreas Schwab [Sat, 6 Oct 2007 08:18:03 +0000 (08:18 +0000)]
(Fwrite_region): Ignore EINVAL error from fsync.

16 years ago(Fwrite_region): Ignore EINVAL error from fsync.
Andreas Schwab [Sat, 6 Oct 2007 08:15:26 +0000 (08:15 +0000)]
(Fwrite_region): Ignore EINVAL error from fsync.

16 years ago*** empty log message ***
Glenn Morris [Sat, 6 Oct 2007 01:52:18 +0000 (01:52 +0000)]
*** empty log message ***

16 years agoAaron Hawley <aaronh at garden.org>
Glenn Morris [Sat, 6 Oct 2007 01:49:53 +0000 (01:49 +0000)]
Aaron Hawley  <aaronh at garden.org>

(auto-insert-alist): Add a Texinfo entry.

16 years agoJohn W. Eaton <jwe at octave.org>
Glenn Morris [Sat, 6 Oct 2007 01:49:23 +0000 (01:49 +0000)]
John W. Eaton  <jwe at octave.org>

(octave-abbrev-table): Add "until".
(octave-begin-keywords): Add "do".
(octave-end-keywords): Remove "end".
(octave-reserved-words): Add "end".  Remove "all_va_args",
"gplot", and 'gsplot".
(octave-text-functions): Remove "gset", "gshow", "set", and "show".
(octave-variables): Remove "IMAGEPATH", "INFO_FILE",
"INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
"default_return_value", "define_all_return_values",
"do_fortran_indexing", "empty_list_elements_ok",
"gnuplot_has_multiplot", "implicit_str_to_num_ok",
"ok_to_lose_imaginary_part", "prefer_column_vectors",
"prefer_zero_one_indexing", "propagate_empty_matrices",
"resize_on_range_error", "treat_neg_dim_as_zero",
"warn_assign_as_truth_value", "warn_comma_in_global_decl",
"warn_divide_by_zero", "warn_function_name_clash",
"warn_missing_semicolon", "whitespace_in_literal_matrix".
Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
"crash_dumps_octave_core", "sighup_dumps_octave_core",
"sigterm_dumps_octave_core".
(octave-block-match-alist): Remove "end" from block-end keywords.
(octave-mode): Update ftp site address.

16 years agoRemove broken end-of-file comment.
Glenn Morris [Sat, 6 Oct 2007 01:45:50 +0000 (01:45 +0000)]
Remove broken end-of-file comment.

16 years agoChris Moore <dooglus at gmail.com>
Glenn Morris [Sat, 6 Oct 2007 01:45:16 +0000 (01:45 +0000)]
Chris Moore  <dooglus at gmail.com>

(server-kill-new-buffers): Doc fix.

16 years agoChris Moore <dooglus at gmail.com>
Glenn Morris [Sat, 6 Oct 2007 01:44:51 +0000 (01:44 +0000)]
Chris Moore  <dooglus at gmail.com>

(server-kill-new-buffers): Doc fix.

16 years ago(bs-mode): Make sure global-font-lock-mode doesn't activate
Juanma Barranquero [Fri, 5 Oct 2007 15:42:54 +0000 (15:42 +0000)]
(bs-mode): Make sure global-font-lock-mode doesn't activate
font-locking in the *buffer-selection* buffer.
(bs-show-sorted): Doc fix.

16 years ago(Auto Faces): Fix typo.
Juanma Barranquero [Fri, 5 Oct 2007 11:37:21 +0000 (11:37 +0000)]
(Auto Faces): Fix typo.

16 years ago(Auto Faces): Fix typo.
Juanma Barranquero [Fri, 5 Oct 2007 11:31:55 +0000 (11:31 +0000)]
(Auto Faces): Fix typo.

16 years ago(bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,
Juanma Barranquero [Fri, 5 Oct 2007 09:50:37 +0000 (09:50 +0000)]
(bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,
bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode):
Fix typos in docstrings.
(bs--format-aux): Doc fix.

16 years agoFix configuring `doc' due to changes in the directory structure.
Eli Zaretskii [Fri, 5 Oct 2007 09:39:39 +0000 (09:39 +0000)]
Fix configuring `doc' due to changes in the directory structure.

16 years agoUpdate comment to reflect doc directory structure.
Eli Zaretskii [Fri, 5 Oct 2007 09:37:09 +0000 (09:37 +0000)]
Update comment to reflect doc directory structure.