bpt/emacs.git
23 years ago(delete_window): Simplify somewhat.
Gerd Moellmann [Fri, 22 Dec 2000 10:51:42 +0000 (10:51 +0000)]
(delete_window): Simplify somewhat.
(Fset_window_configuration): Don't SET_FRAME_GARBAGED after
freeing window matrices.  The flag windows_or_buffers_changed is
set, so the next redisplay will consider all windows; this should
suffice.

23 years ago* gnus-art.el (article-treat-dumbquotes): Quote \.
ShengHuo ZHU [Fri, 22 Dec 2000 05:54:53 +0000 (05:54 +0000)]
* gnus-art.el (article-treat-dumbquotes): Quote \.
* gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
Emacs 20 runs on a terminal.
* gnus-art.el (article-treat-dumbquotes): More doc, provided by
Paul Stevenson <p.stevenson@surrey.ac.uk>

23 years ago(struct ccl_program): New member cr_consumed.
Kenichi Handa [Fri, 22 Dec 2000 00:07:09 +0000 (00:07 +0000)]
(struct ccl_program): New member cr_consumed.

23 years ago(CCL_WRITE_CHAR): Don't handle EOL conversion here.
Kenichi Handa [Fri, 22 Dec 2000 00:06:52 +0000 (00:06 +0000)]
(CCL_WRITE_CHAR): Don't handle EOL conversion here.
(CCL_READ_CHAR): Handle EOL conversion here.
(ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.

23 years ago(generic-read-type): Undo last change, inline into
Stefan Monnier [Thu, 21 Dec 2000 23:26:09 +0000 (23:26 +0000)]
(generic-read-type): Undo last change, inline into
`generic-mode' and then remove.
(generic-mode): Inline generic-read-type.
(define-generic-mode): Push the symbol name rather than the symbol
onto generic-mode-list.

23 years ago(ccl_coding_driver): Initialize ccl->cr_consumed.
Kenichi Handa [Thu, 21 Dec 2000 23:22:16 +0000 (23:22 +0000)]
(ccl_coding_driver): Initialize ccl->cr_consumed.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 23:17:22 +0000 (23:17 +0000)]
*** empty log message ***

23 years agomake-char change
Dave Love [Thu, 21 Dec 2000 22:28:08 +0000 (22:28 +0000)]
make-char change

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Dec 2000 21:27:37 +0000 (21:27 +0000)]
*** empty log message ***

23 years agoCommentry change, I've moved my web site.
Gerd Moellmann [Thu, 21 Dec 2000 21:27:11 +0000 (21:27 +0000)]
Commentry change, I've moved my web site.

23 years agoFix the same problem as described on ebnf2ps.el log
Gerd Moellmann [Thu, 21 Dec 2000 21:24:03 +0000 (21:24 +0000)]
Fix the same problem as described on ebnf2ps.el log
entry.  Doc fix.
(ebnf-yac-skip-code): Code fix.
(ebnf-yac-comment-chars): Const fix.

23 years agoDoc fix.
Gerd Moellmann [Thu, 21 Dec 2000 21:23:21 +0000 (21:23 +0000)]
Doc fix.

23 years agoFix the same problem as described on ebnf2ps.el log
Gerd Moellmann [Thu, 21 Dec 2000 21:23:06 +0000 (21:23 +0000)]
Fix the same problem as described on ebnf2ps.el log
entry.  Doc fix.
(ebnf-iso-comment-chars): Const fix.

23 years agoFix the same problem as described on ebnf2ps.el log
Gerd Moellmann [Thu, 21 Dec 2000 21:22:51 +0000 (21:22 +0000)]
Fix the same problem as described on ebnf2ps.el log
entry.  Doc fix.
(ebnf-bnf-lex): Code fix.
(ebnf-bnf-comment-chars): Const fix.

23 years agoFix a problem with skip-chars-forward: it doesn't accept
Gerd Moellmann [Thu, 21 Dec 2000 21:22:34 +0000 (21:22 +0000)]
Fix a problem with skip-chars-forward: it doesn't accept
ranges like \177-\237, but accepts the character sequence from \177 to
\237.  Doc fix.
(ebnf-version): New version (3.4).
(ebnf-setup): Code fix.
(ebnf-range-regexp): New fun.
(ebnf-8-bit-chars): Const fix.

23 years agoFix a typo.
Gerd Moellmann [Thu, 21 Dec 2000 20:42:01 +0000 (20:42 +0000)]
Fix a typo.

23 years ago(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
Gerd Moellmann [Thu, 21 Dec 2000 20:41:26 +0000 (20:41 +0000)]
(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
GLYPHS.

23 years ago(GLYPH_EQUAL_P): Also compare pixel widths,
Gerd Moellmann [Thu, 21 Dec 2000 20:40:58 +0000 (20:40 +0000)]
(GLYPH_EQUAL_P): Also compare pixel widths,
otherwise tabs of different size compare equal.

23 years ago(Fcall_interactively): Prevent a compiler warning.
Gerd Moellmann [Thu, 21 Dec 2000 20:40:40 +0000 (20:40 +0000)]
(Fcall_interactively): Prevent a compiler warning.

23 years ago(print_unwind): Return nil.
Gerd Moellmann [Thu, 21 Dec 2000 20:40:10 +0000 (20:40 +0000)]
(print_unwind): Return nil.
(PRINTDECLARE): Initialize all local variables.
(print_preprocess): Add a default case.

23 years ago* mml.el (gnus-add-minor-mode): Autoload.
ShengHuo ZHU [Thu, 21 Dec 2000 19:58:34 +0000 (19:58 +0000)]
* mml.el (gnus-add-minor-mode): Autoload.

* message.el (message-forward): Save-restriction.

* message.el (message-mail-user-agent): Add :version.

* message.el (message-mail-user-agent): New variable.
(message-setup): Renamed to message-setup-1. Support
mail-user-agent.
(message-mail-user-agent): New function.
(message-mail): Use it.
(message-reply): Use it.
(message-resend): Use it.
(message-mail-other-window): Use it.
(message-mail-other-frame): Use it.

* gnus-msg.el (gnus-bug): Support mail-user-agent.

23 years ago(Qinhibit_point_motion_hooks): Declare extern.
Gerd Moellmann [Thu, 21 Dec 2000 16:57:00 +0000 (16:57 +0000)]
(Qinhibit_point_motion_hooks): Declare extern.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Dec 2000 16:56:38 +0000 (16:56 +0000)]
*** empty log message ***

23 years ago(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
Gerd Moellmann [Thu, 21 Dec 2000 16:56:13 +0000 (16:56 +0000)]
(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.

23 years agoBuild an alist for completing-read as in 20.7.
Gerd Moellmann [Thu, 21 Dec 2000 16:39:28 +0000 (16:39 +0000)]
Build an alist for completing-read as in 20.7.

23 years ago(lm): Use interactive spec `P'.
Gerd Moellmann [Thu, 21 Dec 2000 16:13:06 +0000 (16:13 +0000)]
(lm): Use interactive spec `P'.
(toplevel): Don't set debug-on-error.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Dec 2000 15:58:48 +0000 (15:58 +0000)]
*** empty log message ***

23 years ago(server-switch-buffer): Choose a window on a visible
Gerd Moellmann [Thu, 21 Dec 2000 15:57:01 +0000 (15:57 +0000)]
(server-switch-buffer): Choose a window on a visible
frame.

23 years ago(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
Gerd Moellmann [Thu, 21 Dec 2000 15:39:58 +0000 (15:39 +0000)]
(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
[GLYPH_DEBUG]: Extended to dump glyphs in short form.

23 years ago(ensure_frame_matrix): Removed.
Gerd Moellmann [Thu, 21 Dec 2000 15:39:27 +0000 (15:39 +0000)]
(ensure_frame_matrix): Removed.
(save_frame_matrix, restore_frame_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them.

23 years ago(ensure_frame_matrix): Function declaration removed.
Gerd Moellmann [Thu, 21 Dec 2000 15:39:04 +0000 (15:39 +0000)]
(ensure_frame_matrix): Function declaration removed.

23 years ago(delete_window, Fsplit_window)
Gerd Moellmann [Thu, 21 Dec 2000 15:38:38 +0000 (15:38 +0000)]
(delete_window, Fsplit_window)
(Fset_window_configuration): Calls to ensure_frame_matrix removed.

23 years ago(x_update_begin): Regenerate the palette here, rather
Andrew Innes [Thu, 21 Dec 2000 14:58:55 +0000 (14:58 +0000)]
(x_update_begin): Regenerate the palette here, rather
than for each window.

23 years ago(select_palette): Avoid calling SelectPalette if
Andrew Innes [Thu, 21 Dec 2000 14:58:09 +0000 (14:58 +0000)]
(select_palette): Avoid calling SelectPalette if
palette is NULL, since this corrupts memory!  Also get
display_info reference from frame.

23 years agoCredits for the last change.
Eli Zaretskii [Thu, 21 Dec 2000 14:46:37 +0000 (14:46 +0000)]
Credits for the last change.

23 years ago(insert-directory-safely): New function.
Eli Zaretskii [Thu, 21 Dec 2000 14:44:35 +0000 (14:44 +0000)]
(insert-directory-safely): New function.
(recover-file): Use it instead of insert-directory.

23 years ago(x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
Jason Rumney [Thu, 21 Dec 2000 11:06:32 +0000 (11:06 +0000)]
(x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
returning without releasing it.

23 years ago(w32_init_bdf_font): Fix test for valid bmp heap.
Jason Rumney [Thu, 21 Dec 2000 11:05:33 +0000 (11:05 +0000)]
(w32_init_bdf_font): Fix test for valid bmp heap.

23 years ago*** empty log message ***
Jason Rumney [Thu, 21 Dec 2000 11:04:01 +0000 (11:04 +0000)]
*** empty log message ***

23 years ago(select-safe-coding-system): Improve help message.
Kenichi Handa [Thu, 21 Dec 2000 06:46:52 +0000 (06:46 +0000)]
(select-safe-coding-system):  Improve help message.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 06:46:32 +0000 (06:46 +0000)]
*** empty log message ***

23 years ago(select-safe-coding-system): Check coding-category-list more rigidly.
Kenichi Handa [Thu, 21 Dec 2000 05:45:08 +0000 (05:45 +0000)]
(select-safe-coding-system): Check coding-category-list more rigidly.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 05:44:43 +0000 (05:44 +0000)]
*** empty log message ***

23 years ago(dired-move-to-filename-regexp): Fix previous change.
Kenichi Handa [Thu, 21 Dec 2000 02:43:08 +0000 (02:43 +0000)]
(dired-move-to-filename-regexp): Fix previous change.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 02:41:28 +0000 (02:41 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Thu, 21 Dec 2000 02:18:46 +0000 (02:18 +0000)]
*** empty log message ***

23 years ago(mail-mode): Set `comment-start' to the yank prefix.
Miles Bader [Thu, 21 Dec 2000 02:11:01 +0000 (02:11 +0000)]
(mail-mode): Set `comment-start' to the  yank prefix.

23 years agoAdd comment.
Miles Bader [Thu, 21 Dec 2000 02:09:37 +0000 (02:09 +0000)]
Add comment.

23 years ago(push_key_description): Don't convert eight-bit-control
Kenichi Handa [Thu, 21 Dec 2000 01:58:28 +0000 (01:58 +0000)]
(push_key_description): Don't convert eight-bit-control
and eight-bit-graphic to multibyte character.

23 years ago(describe-char-after): Make *Help*
Kenichi Handa [Thu, 21 Dec 2000 01:57:24 +0000 (01:57 +0000)]
(describe-char-after): Make *Help*
buffer inherit multibyteness of the current buffer.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 01:57:04 +0000 (01:57 +0000)]
*** empty log message ***

23 years ago(message-mode): Set `comment-start' to the yank prefix.
Miles Bader [Thu, 21 Dec 2000 01:56:37 +0000 (01:56 +0000)]
(message-mode): Set `comment-start' to the  yank prefix.

23 years ago(Fmake_char_internal): If CHARSET doesn't have a
Kenichi Handa [Thu, 21 Dec 2000 00:12:13 +0000 (00:12 +0000)]
(Fmake_char_internal): If CHARSET doesn't have a
generic character and CODE1 is nil, return the smallest character
in CHARSET.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 00:09:15 +0000 (00:09 +0000)]
*** empty log message ***

23 years ago(make-char): Docstring adjusted for the change of make-char-internal.
Kenichi Handa [Thu, 21 Dec 2000 00:06:23 +0000 (00:06 +0000)]
(make-char): Docstring adjusted for the change of make-char-internal.

23 years ago(NSIG): Don't redefine.
Dave Love [Thu, 21 Dec 2000 00:01:55 +0000 (00:01 +0000)]
(NSIG): Don't redefine.

23 years ago(where_is_internal): Check ascii_sequence_p rather than
Stefan Monnier [Wed, 20 Dec 2000 22:46:44 +0000 (22:46 +0000)]
(where_is_internal): Check ascii_sequence_p rather than
excluding menu-bar and tool-bar.
(Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
(menu_item_p): Remove.
(where_is_internal_1): Don't ignore menu-items.

23 years agoDocstrings fix.
Stefan Monnier [Wed, 20 Dec 2000 21:37:27 +0000 (21:37 +0000)]
Docstrings fix.

23 years ago* message.el (message-narrow-to-head-1): New function.
ShengHuo ZHU [Wed, 20 Dec 2000 20:20:51 +0000 (20:20 +0000)]
* message.el (message-narrow-to-head-1): New function.
(message-narrow-to-head): Use it.
(message-reply): Ditto.
(message-cancel-news): Ditto.
(message-supersede): Ditto.
(message-make-forward-subject): Ditto.
(message-bounce): Ditto.

* gnus-msg.el (gnus-summary-mail-forward): Use original buffer.

* message.el (message-forward): Copy buffer in unibyte mode.
(message-make-forward-subject): Don't widen. Decode.
(message-forward): Don't decode subject.

* mml.el (gnus-ems): Require it.

* gnus-msg.el (gnus-summary-mail-forward):

* message.el (message-forward):  Move mime-to-mml here.

* nnmbox.el (nnmbox-file-coding-system): Use binary.
(nnmbox-active-file-coding-system): Ditto.

* gnus-cus.el (gnus-group-parameters): Add posting-style.

* mm-uu.el: Require binhex.

* qp.el (quoted-printable-encode-region): Upcase QP.

23 years ago(eval-after-load): Doc fix.
Dave Love [Wed, 20 Dec 2000 20:09:59 +0000 (20:09 +0000)]
(eval-after-load): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 20 Dec 2000 15:37:23 +0000 (15:37 +0000)]
*** empty log message ***

23 years ago(hscroll_window_tree): Take window's min_hscroll
Gerd Moellmann [Wed, 20 Dec 2000 15:36:56 +0000 (15:36 +0000)]
(hscroll_window_tree): Take window's min_hscroll
into account.

23 years ago(make_window): Initialize window's min_hscroll.
Gerd Moellmann [Wed, 20 Dec 2000 15:36:29 +0000 (15:36 +0000)]
(make_window): Initialize window's min_hscroll.
(Fset_window_hscroll): Set window's hscroll and min_hscroll.
(set_window_buffer, temp_output_buffer_show): Set min_hscroll
to zero.
(struct saved_window): New member min_hscroll.
(SAVED_WINDOW_VECTOR_SIZE): Set to 17.
(Fset_window_configuration): Set window's min_hscroll.
(save_window_save): Save window's min_hscroll.
(compare_window_configurations): Compare min_hscroll values.

23 years ago(struct window): New member min_hscroll.
Gerd Moellmann [Wed, 20 Dec 2000 15:36:07 +0000 (15:36 +0000)]
(struct window): New member min_hscroll.

23 years ago(echo_prompt): Prevent a compiler warning.
Gerd Moellmann [Wed, 20 Dec 2000 15:13:36 +0000 (15:13 +0000)]
(echo_prompt): Prevent a compiler warning.

23 years ago(try_cursor_movement): Fix last change. The real
Gerd Moellmann [Wed, 20 Dec 2000 14:25:09 +0000 (14:25 +0000)]
(try_cursor_movement): Fix last change.  The real
condition is that PT is at the end of the row, and should
be displayed at the start of the next row.

23 years agoMany changes to make it consistent with Emacs 21.
Eli Zaretskii [Wed, 20 Dec 2000 14:23:38 +0000 (14:23 +0000)]
Many changes to make it consistent with Emacs 21.

23 years ago(../info/idlwave): Use --no-split.
Eli Zaretskii [Wed, 20 Dec 2000 14:13:48 +0000 (14:13 +0000)]
(../info/idlwave): Use --no-split.

23 years ago(try_cursor_movement): If we end on a partially
Gerd Moellmann [Wed, 20 Dec 2000 14:10:20 +0000 (14:10 +0000)]
(try_cursor_movement): If we end on a partially
visible line, end we already decided to scroll, return -1.

23 years ago(fake_current_matrices, ensure_frame_matrix): New
Gerd Moellmann [Wed, 20 Dec 2000 12:00:57 +0000 (12:00 +0000)]
(fake_current_matrices, ensure_frame_matrix): New
functions.
(adjust_frame_glyphs_for_frame_redisplay): If display has been
completed, call fake_current_matrices instead of marking frame
garbaged.

23 years ago(delete_window, Fsplit_window)
Gerd Moellmann [Wed, 20 Dec 2000 12:00:24 +0000 (12:00 +0000)]
(delete_window, Fsplit_window)
(Fset_window_configuration): Call ensure_frame_matrix.

23 years ago(ensure_frame_matrix): Add prototype.
Gerd Moellmann [Wed, 20 Dec 2000 12:00:01 +0000 (12:00 +0000)]
(ensure_frame_matrix): Add prototype.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 20 Dec 2000 11:59:34 +0000 (11:59 +0000)]
*** empty log message ***

23 years ago(jka-compr-partial-uncompress): Don't use `concat' for numbers.
Kenichi Handa [Wed, 20 Dec 2000 11:07:03 +0000 (11:07 +0000)]
(jka-compr-partial-uncompress): Don't use `concat' for numbers.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 20 Dec 2000 11:06:36 +0000 (11:06 +0000)]
*** empty log message ***

23 years ago(syms_of_w32fns): Initialize and staticpro tip_frame.
Jason Rumney [Wed, 20 Dec 2000 10:21:02 +0000 (10:21 +0000)]
(syms_of_w32fns): Initialize and staticpro tip_frame.

23 years agoClarify that new default font only applies under X.
Jason Rumney [Wed, 20 Dec 2000 08:52:50 +0000 (08:52 +0000)]
Clarify that new default font only applies under X.

23 years ago* gnus-util.el (gnus-add-text-properties-when): New function.
ShengHuo ZHU [Wed, 20 Dec 2000 06:13:15 +0000 (06:13 +0000)]
* gnus-util.el (gnus-add-text-properties-when): New function.
(gnus-remove-text-properties-when): Ditto.

* gnus-cite.el (gnus-article-hide-citation): Use them.
(gnus-article-toggle-cited-text): Use them.

* gnus-art.el (gnus-signature-toggle): Use them.
(gnus-article-show-hidden-text): Ditto.
(gnus-article-hide-text): Ditto.

* gnus-art.el (gnus-article-describe-key): Use prompt.
(gnus-article-describe-key-briefly): Ditto.

23 years ago(quail-input-method): Resize the help window again after it has all its
Miles Bader [Wed, 20 Dec 2000 06:06:28 +0000 (06:06 +0000)]
(quail-input-method): Resize the help window again after it has all its
contents.  Remove unneeded progn.

23 years ago2000-12-19 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Tue, 19 Dec 2000 21:59:48 +0000 (21:59 +0000)]
2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-util.el (mm-charset-synonym-alist): Fix a typo.

23 years ago(Frequire): Doc fix.
Eli Zaretskii [Tue, 19 Dec 2000 18:00:46 +0000 (18:00 +0000)]
(Frequire): Doc fix.

23 years agoDocument problems with ISO-8859 fonts which actually include only
Eli Zaretskii [Tue, 19 Dec 2000 17:21:55 +0000 (17:21 +0000)]
Document problems with ISO-8859 fonts which actually include only
ASCII glyphs.

23 years agoFix copy/paste error.
Gerd Moellmann [Tue, 19 Dec 2000 14:42:05 +0000 (14:42 +0000)]
Fix copy/paste error.

23 years ago(window_scroll_pixel_based): Don't use
Gerd Moellmann [Tue, 19 Dec 2000 14:20:11 +0000 (14:20 +0000)]
(window_scroll_pixel_based): Don't use
move_it_vertically.

23 years ago(direct_output_for_insert): Fix check for mini-window
Gerd Moellmann [Tue, 19 Dec 2000 13:37:40 +0000 (13:37 +0000)]
(direct_output_for_insert): Fix check for mini-window
currently displaying a message.

23 years ago(delete-key-deletes-forward-mode): Fix typo in
Andrew Innes [Tue, 19 Dec 2000 13:03:33 +0000 (13:03 +0000)]
(delete-key-deletes-forward-mode): Fix typo in
docstring.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 19 Dec 2000 12:14:28 +0000 (12:14 +0000)]
*** empty log message ***

23 years ago(toplevel) [CHECK_FRAME_FONT]: Include frame.h and
Gerd Moellmann [Tue, 19 Dec 2000 12:14:08 +0000 (12:14 +0000)]
(toplevel) [CHECK_FRAME_FONT]: Include frame.h and
xterm.h.
(Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.

23 years agoTest for XkbGetKeyboard with an AC_TRY_LINK whose
Gerd Moellmann [Tue, 19 Dec 2000 11:26:41 +0000 (11:26 +0000)]
Test for XkbGetKeyboard with an AC_TRY_LINK whose
source file includes XKBlib.h.  On some broken Solaris systems,
there is an XKBlib.h, reportedly, but header files included by
XKBlib.h are missing.

23 years agoFixed copyright notice.
Carsten Dominik [Tue, 19 Dec 2000 11:15:38 +0000 (11:15 +0000)]
Fixed copyright notice.

23 years ago(reftex-view-crossref): added SPACE and TAB as key separators.
Carsten Dominik [Tue, 19 Dec 2000 11:09:28 +0000 (11:09 +0000)]
(reftex-view-crossref): added SPACE and TAB as key separators.

23 years ago*** empty log message ***
Carsten Dominik [Tue, 19 Dec 2000 11:08:45 +0000 (11:08 +0000)]
*** empty log message ***

23 years ago(sql-sybase-options): New option.
Gerd Moellmann [Tue, 19 Dec 2000 10:09:25 +0000 (10:09 +0000)]
(sql-sybase-options): New option.
(sql-sybase): Use it.  Add sql-database to the list of parameters
provided for login.  The options -w 2048 -n are not used any more.
(sql-postgres-options): Changed default from "--pset" to "-P".
(sql-mysql-options): Doc change.
(sql-stop): Doc change.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 19 Dec 2000 10:06:36 +0000 (10:06 +0000)]
*** empty log message ***

23 years agoRemove duplicate log entry.
Miles Bader [Tue, 19 Dec 2000 03:09:13 +0000 (03:09 +0000)]
Remove duplicate log entry.

23 years ago(quail-input-method): Always hide the guidance buffer on exiting.
Kenichi Handa [Tue, 19 Dec 2000 00:58:00 +0000 (00:58 +0000)]
(quail-input-method): Always hide the guidance buffer on exiting.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Dec 2000 00:53:52 +0000 (00:53 +0000)]
*** empty log message ***

23 years ago(Fw32_shell_execute): Use it.
Andrew Innes [Mon, 18 Dec 2000 23:54:15 +0000 (23:54 +0000)]
(Fw32_shell_execute): Use it.

23 years ago(w32_strerror): New extern.
Andrew Innes [Mon, 18 Dec 2000 23:50:56 +0000 (23:50 +0000)]
(w32_strerror): New extern.

23 years ago(w32_strerror): New function.
Andrew Innes [Mon, 18 Dec 2000 23:50:26 +0000 (23:50 +0000)]
(w32_strerror): New function.