bpt/emacs.git
21 years ago(Fframe_parameter): Use const for pointer to lisp
Ken Raeburn [Tue, 16 Jul 2002 19:48:25 +0000 (19:48 +0000)]
(Fframe_parameter): Use const for pointer to lisp
string data.

21 years ago(font_family_registry, fs_query_fontset):
Ken Raeburn [Tue, 16 Jul 2002 19:48:21 +0000 (19:48 +0000)]
(font_family_registry, fs_query_fontset):
(list_fontsets): Use const for pointer to lisp string data.

21 years ago(report_file_error): String pointer args now point to
Ken Raeburn [Tue, 16 Jul 2002 19:48:17 +0000 (19:48 +0000)]
(report_file_error): String pointer args now point to
const.
(Ffile_name_directory, Ffile_name_nondirectory):
(Fmake_directory_internal, Fdelete_directory):
(Ffile_name_absolute_p, Fwrite_region, double_dollars): Use const
for pointer to lisp string data.

21 years ago(general_insert_function): Insertion function now
Ken Raeburn [Tue, 16 Jul 2002 19:48:12 +0000 (19:48 +0000)]
(general_insert_function): Insertion function now
takes pointer to const for input data.

21 years ago(xstricmp): Declaration updated.
Ken Raeburn [Tue, 16 Jul 2002 19:48:08 +0000 (19:48 +0000)]
(xstricmp): Declaration updated.

21 years ago(Ffind_coding_systems_region_interval): Use const for
Ken Raeburn [Tue, 16 Jul 2002 19:48:04 +0000 (19:48 +0000)]
(Ffind_coding_systems_region_interval): Use const for
pointer to lisp string data.

21 years ago(find_charset_in_text, c_string_width):
Ken Raeburn [Tue, 16 Jul 2002 19:48:00 +0000 (19:48 +0000)]
(find_charset_in_text, c_string_width):
(parse_str_as_multibyte): Declarations updated.
(FETCH_STRING_CHAR_ADVANCE):
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use const for pointer to
lisp string data.

21 years ago(find_charset_in_text, c_string_width):
Ken Raeburn [Tue, 16 Jul 2002 19:47:56 +0000 (19:47 +0000)]
(find_charset_in_text, c_string_width):
(chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
String pointer args now point to const.
(find_charset_in_text, lisp_string_width): Use const
for pointer to lisp string data.

21 years ago(xstrdup, make_string, make_unibyte_string)
Ken Raeburn [Tue, 16 Jul 2002 19:47:52 +0000 (19:47 +0000)]
(xstrdup, make_string, make_unibyte_string)
(make_multibyte_string, build_string): String pointer args now
point to const.

21 years agoDocument C-x v v as the main version control command, not C-x C-q.
André Spiegel [Tue, 16 Jul 2002 18:01:19 +0000 (18:01 +0000)]
Document C-x v v as the main version control command, not C-x C-q.
Add a note that users may bind vc-toggle-read-only to C-x C-q.

21 years agoLet C-x C-q refer to toggle-read-only, not vc-toggle-read-only.
André Spiegel [Tue, 16 Jul 2002 17:59:16 +0000 (17:59 +0000)]
Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.

21 years agoAdd entry for C-x C-q.
André Spiegel [Tue, 16 Jul 2002 17:57:45 +0000 (17:57 +0000)]
Add entry for C-x C-q.

21 years ago*** empty log message ***
André Spiegel [Tue, 16 Jul 2002 17:53:59 +0000 (17:53 +0000)]
*** empty log message ***

21 years ago(vc-next-action-on-file): Ignore buffer-read-only while comparing to
André Spiegel [Tue, 16 Jul 2002 17:47:33 +0000 (17:47 +0000)]
(vc-next-action-on-file): Ignore buffer-read-only while comparing to
file on disk.  Fix the case when claiming the lock on a file that has
unlocked changes.
(vc-log-mode): Don't mention vc-toggle-read-only in the doc
string.

21 years agoDon't bind vc-toggle-read-only to C-x C-q.
André Spiegel [Tue, 16 Jul 2002 17:42:57 +0000 (17:42 +0000)]
Don't bind vc-toggle-read-only to C-x C-q.
(vc-toggle-read-only): Explain in the doc string that users can bind
this to C-x C-q.
(vc-checkout-model): Change doc string to refer to vc-next-action,
not vc-toggle-read-only.

21 years ago(echo_char, parse_modifiers_uncached, parse_solitary_modifier,
Ken Raeburn [Tue, 16 Jul 2002 17:41:12 +0000 (17:41 +0000)]
(echo_char, parse_modifiers_uncached, parse_solitary_modifier,
Fexecute_extended_command): Use string macros instead of Lisp_String fields.

21 years agoBind toggle-read-only to C-x C-q.
André Spiegel [Tue, 16 Jul 2002 17:40:37 +0000 (17:40 +0000)]
Bind toggle-read-only to C-x C-q.
(toggle-read-only): Display a warning message if the file is under
version control.

21 years ago(validate_interval_range, interval_of): Use string macros instead of
Ken Raeburn [Tue, 16 Jul 2002 17:37:31 +0000 (17:37 +0000)]
(validate_interval_range, interval_of): Use string macros instead of
Lisp_String fields.

21 years ago(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.
Ken Raeburn [Tue, 16 Jul 2002 17:35:50 +0000 (17:35 +0000)]
(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.

21 years ago(Fintern_soft): Use string macros instead of Lisp_String fields.
Ken Raeburn [Tue, 16 Jul 2002 17:34:35 +0000 (17:34 +0000)]
(Fintern_soft): Use string macros instead of Lisp_String fields.

21 years ago(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
Ken Raeburn [Tue, 16 Jul 2002 17:33:42 +0000 (17:33 +0000)]
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.

21 years agocomment update
Ken Raeburn [Tue, 16 Jul 2002 17:11:56 +0000 (17:11 +0000)]
comment update

21 years ago(Fstring_to_char): Use string macros instead of Lisp_String fields.
Ken Raeburn [Tue, 16 Jul 2002 16:58:04 +0000 (16:58 +0000)]
(Fstring_to_char): Use string macros instead of Lisp_String fields.

21 years ago(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
Ken Raeburn [Tue, 16 Jul 2002 16:37:40 +0000 (16:37 +0000)]
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
instead of XSTRING()->size_byte.

21 years ago(Fset_fontset_font): Use SDATA instead of XSTRING()->data.
Ken Raeburn [Tue, 16 Jul 2002 16:35:27 +0000 (16:35 +0000)]
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.

21 years ago(help-split-fundoc, help-function-arglist)
Stefan Monnier [Tue, 16 Jul 2002 16:24:59 +0000 (16:24 +0000)]
(help-split-fundoc, help-function-arglist)
(help-make-usage): New funs, extracted from describe-function-1.
(describe-function-1): Use them.

21 years ago(help-key-description): Show the untranslated keys
Stefan Monnier [Tue, 16 Jul 2002 16:08:44 +0000 (16:08 +0000)]
(help-key-description): Show the untranslated keys
when they start with ESC and the ESC was not translated.

21 years ago(view): Always require.
Stefan Monnier [Tue, 16 Jul 2002 16:02:35 +0000 (16:02 +0000)]
(view): Always require.
(help-xref-mule-regexp): Don't use defconst for variables.
(help-setup-xref): Keep the last 10 elements of the stack.
(help-xref-override-view-map): New var.
(help-make-xrefs): Use it instead of building a new map each time.
(help-function-def): Allow help-fun to take a buffer as arg.

21 years ago* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:50:57 +0000 (15:50 +0000)]
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.

21 years ago* xfns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:50:04 +0000 (15:50 +0000)]
* xfns.c (validate_x_resource_name): Use SSET.

21 years ago* w32fns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:59 +0000 (15:49 +0000)]
* w32fns.c (validate_x_resource_name): Use SSET.

21 years ago* search.c (wordify): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:53 +0000 (15:49 +0000)]
* search.c (wordify): Use SDATA.
(Freplace_match): Use SREF.

21 years ago* process.c (status_message): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:48 +0000 (15:49 +0000)]
* process.c (status_message): Use SSET.

21 years ago* macfns.c (validate_x_resource_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:44 +0000 (15:49 +0000)]
* macfns.c (validate_x_resource_name): Use SSET.

21 years ago* lread.c (Fload): Use SDATA, SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:38 +0000 (15:49 +0000)]
* lread.c (Fload): Use SDATA, SSET.

21 years ago* lisp.h (SREF): Produce rvalue.
Ken Raeburn [Tue, 16 Jul 2002 15:49:34 +0000 (15:49 +0000)]
* lisp.h (SREF): Produce rvalue.
(SSET): New macro.

21 years ago* keyboard.c (Fevent_convert_list): Use SREF.
Ken Raeburn [Tue, 16 Jul 2002 15:49:29 +0000 (15:49 +0000)]
* keyboard.c (Fevent_convert_list): Use SREF.

21 years ago* insdel.c (insert_from_string_1): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:24 +0000 (15:49 +0000)]
* insdel.c (insert_from_string_1): Use SDATA.

21 years ago* fns.c (concat): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:20 +0000 (15:49 +0000)]
* fns.c (concat): Use SSET.
(concat, Fdelete): Use SDATA.

21 years ago* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:16 +0000 (15:49 +0000)]
* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
(Fread_file_name): Use SREF, SSET.

21 years ago* dired.c (directory_files_internal): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:49:12 +0000 (15:49 +0000)]
* dired.c (directory_files_internal): Use SSET.

21 years ago* data.c (Faref): Use SDATA.
Ken Raeburn [Tue, 16 Jul 2002 15:49:07 +0000 (15:49 +0000)]
* data.c (Faref): Use SDATA.
(Faset): Use SDATA, SSET.

21 years ago* charset.h (FETCH_STRING_CHAR_ADVANCE,
Ken Raeburn [Tue, 16 Jul 2002 15:49:03 +0000 (15:49 +0000)]
* charset.h (FETCH_STRING_CHAR_ADVANCE,
FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
address of string contents.

21 years ago* casefiddle.c (casify_object): Use SSET.
Ken Raeburn [Tue, 16 Jul 2002 15:48:59 +0000 (15:48 +0000)]
* casefiddle.c (casify_object): Use SSET.

21 years ago* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
Ken Raeburn [Tue, 16 Jul 2002 15:48:54 +0000 (15:48 +0000)]
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
a string.

21 years ago* alloc.c (make_event_array): Use SSET for storing into a string.
Ken Raeburn [Tue, 16 Jul 2002 15:48:47 +0000 (15:48 +0000)]
* alloc.c (make_event_array): Use SSET for storing into a string.

21 years ago(SDATA): Produce rvalue.
Ken Raeburn [Tue, 16 Jul 2002 15:09:36 +0000 (15:09 +0000)]
(SDATA): Produce rvalue.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 16 Jul 2002 13:47:49 +0000 (13:47 +0000)]
*** empty log message ***

21 years ago(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman [Tue, 16 Jul 2002 13:47:41 +0000 (13:47 +0000)]
(USG_SUBTTY_WORKS): Defined.

21 years ago(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
Richard M. Stallman [Tue, 16 Jul 2002 13:47:07 +0000 (13:47 +0000)]
(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
(redisplay_internal): Test prevent_redisplay_optimizations_p
along with clip_changed in some cases.
(try_window_id): Likewise.
(redisplay_window): New local var buffer_unchanged_p.

21 years ago(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
Richard M. Stallman [Tue, 16 Jul 2002 13:42:15 +0000 (13:42 +0000)]
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.

21 years ago(create_process): Test USG_SUBTTY_WORKS.
Richard M. Stallman [Tue, 16 Jul 2002 13:41:16 +0000 (13:41 +0000)]
(create_process): Test USG_SUBTTY_WORKS.
(process_send_signal): Clean up handling of GID.
Detect errors in ioctls meant to set GID.

21 years ago(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
Richard M. Stallman [Tue, 16 Jul 2002 13:39:41 +0000 (13:39 +0000)]
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.

21 years ago(choose-completion-string): Doc fix.
Richard M. Stallman [Tue, 16 Jul 2002 13:38:19 +0000 (13:38 +0000)]
(choose-completion-string): Doc fix.

21 years agoNew operation :custom-standard-value.
Richard M. Stallman [Tue, 16 Jul 2002 13:37:21 +0000 (13:37 +0000)]
New operation :custom-standard-value.
(Custom-reset-standard): Use it.
(custom-variable, custom-face): Define it.
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.

(custom-face-edit-fix-value): If VALUE is not a list, pass it thru.

21 years ago(diff-reverse-direction): Simplify.
Stefan Monnier [Tue, 16 Jul 2002 13:37:15 +0000 (13:37 +0000)]
(diff-reverse-direction): Simplify.
(diff-after-change-function): Fix typo.
(diff-post-command-hook): Take care of edge cases.
(diff-current-defun): Do `goto-char' after setting the mode.

21 years ago(mouse-sel-original-interprogram-paste-function): Defvar it.
Stefan Monnier [Tue, 16 Jul 2002 13:33:29 +0000 (13:33 +0000)]
(mouse-sel-original-interprogram-paste-function): Defvar it.

21 years ago(compare-windows-whitespace): Always allow newline
Richard M. Stallman [Tue, 16 Jul 2002 13:33:13 +0000 (13:33 +0000)]
(compare-windows-whitespace): Always allow newline
even if it does not have whitespace syntax.

21 years agoMention Texinfo 4.2 needed.
Richard M. Stallman [Tue, 16 Jul 2002 13:31:48 +0000 (13:31 +0000)]
Mention Texinfo 4.2 needed.

21 years ago(mouse-sel-mode): Use define-minor-mode.
Stefan Monnier [Tue, 16 Jul 2002 13:27:05 +0000 (13:27 +0000)]
(mouse-sel-mode): Use define-minor-mode.
Fold mouse-sel-bindings into it.
(mouse-sel-bound-events): Turn it into an alist.
(mouse-insert-selection): Delegate to mouse-yank-at-click if
mouse-sel-default-bindings asks for it.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 16 Jul 2002 12:25:41 +0000 (12:25 +0000)]
*** empty log message ***

21 years agoFix reference to `defvaralias' as a macro.
Juanma Barranquero [Tue, 16 Jul 2002 11:43:32 +0000 (11:43 +0000)]
Fix reference to `defvaralias' as a macro.

21 years ago(timer-set-time, timer-set-time-with-usecs): Fix docstring.
Juanma Barranquero [Tue, 16 Jul 2002 06:43:19 +0000 (06:43 +0000)]
(timer-set-time, timer-set-time-with-usecs): Fix docstring.

21 years ago(HTML Mode): Put `@end table' at end of table.
Miles Bader [Tue, 16 Jul 2002 01:00:43 +0000 (01:00 +0000)]
(HTML Mode): Put `@end table' at end of table.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 15 Jul 2002 21:04:59 +0000 (21:04 +0000)]
*** empty log message ***

21 years ago(Ftrace_to_stderr): Add usage to docstring.
Stefan Monnier [Mon, 15 Jul 2002 20:37:12 +0000 (20:37 +0000)]
(Ftrace_to_stderr): Add usage to docstring.

21 years ago(scan_c_file): Warn about missing `usage' info.
Stefan Monnier [Mon, 15 Jul 2002 20:00:03 +0000 (20:00 +0000)]
(scan_c_file): Warn about missing `usage' info.

21 years ago(describe-variable): Remove useless trailing whitespace.
Juanma Barranquero [Mon, 15 Jul 2002 16:17:01 +0000 (16:17 +0000)]
(describe-variable): Remove useless trailing whitespace.

21 years agoFix typo.
Juanma Barranquero [Mon, 15 Jul 2002 15:50:56 +0000 (15:50 +0000)]
Fix typo.

21 years agoDocument third argument of defvaralias.
Juanma Barranquero [Mon, 15 Jul 2002 15:50:20 +0000 (15:50 +0000)]
Document third argument of defvaralias.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 15 Jul 2002 15:39:02 +0000 (15:39 +0000)]
*** empty log message ***

21 years ago(describe-variable): Show documentation for aliased variable if alias does not
Juanma Barranquero [Mon, 15 Jul 2002 15:38:49 +0000 (15:38 +0000)]
(describe-variable): Show documentation for aliased variable if alias does not
have its own.

21 years ago(Fdefvaralias): Add docstring argument.
Juanma Barranquero [Mon, 15 Jul 2002 15:37:51 +0000 (15:37 +0000)]
(Fdefvaralias): Add docstring argument.

21 years agoIgnore *.op and *.ops, too.
Kai Großjohann [Mon, 15 Jul 2002 12:06:01 +0000 (12:06 +0000)]
Ignore *.op and *.ops, too.

21 years ago(mouse-sel-bindings): Save/restore interprogram cut/paste functions.
Mike Williams [Mon, 15 Jul 2002 11:49:37 +0000 (11:49 +0000)]
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.

21 years agoMinor cleanup.
Richard M. Stallman [Mon, 15 Jul 2002 09:47:14 +0000 (09:47 +0000)]
Minor cleanup.

21 years ago*** empty log message ***
Andreas Schwab [Mon, 15 Jul 2002 07:23:55 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
Ken Raeburn [Mon, 15 Jul 2002 06:57:04 +0000 (06:57 +0000)]
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.

21 years ago* intervals.c (create_root_interval, balance_possible_root_interval,
Ken Raeburn [Mon, 15 Jul 2002 06:56:10 +0000 (06:56 +0000)]
* intervals.c (create_root_interval, balance_possible_root_interval,
delete_interval, copy_intervals_to_string): Use STRING_SET_INTERVALS.

21 years ago* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
Ken Raeburn [Mon, 15 Jul 2002 06:55:28 +0000 (06:55 +0000)]
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.

21 years ago* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
Ken Raeburn [Mon, 15 Jul 2002 06:54:48 +0000 (06:54 +0000)]
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.

21 years ago* lisp.h (STRING_INTERVALS): Produce rvalue.
Ken Raeburn [Mon, 15 Jul 2002 06:54:23 +0000 (06:54 +0000)]
* lisp.h (STRING_INTERVALS): Produce rvalue.
(STRING_SET_INTERVALS): New macro.

21 years ago* lread.c (read_vector): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:18:31 +0000 (02:18 +0000)]
* lread.c (read_vector): Use STRING_SET_CHARS.

21 years ago* fns.c (concat): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:16:15 +0000 (02:16 +0000)]
* fns.c (concat): Use STRING_SET_CHARS.

21 years ago* dired.c (directory_files_internal): Use STRING_SET_CHARS.
Ken Raeburn [Mon, 15 Jul 2002 02:14:17 +0000 (02:14 +0000)]
* dired.c (directory_files_internal): Use STRING_SET_CHARS.

21 years ago* lisp.h (STRING_SET_CHARS): New macro.
Ken Raeburn [Mon, 15 Jul 2002 02:13:38 +0000 (02:13 +0000)]
* lisp.h (STRING_SET_CHARS): New macro.
(SCHARS, SBYTES): Produce rvalues.

21 years agoMost uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn [Mon, 15 Jul 2002 00:01:34 +0000 (00:01 +0000)]
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.

21 years ago(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
Ken Raeburn [Sun, 14 Jul 2002 23:54:05 +0000 (23:54 +0000)]
(SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
(STRING_SET_UNIBYTE): New macro.
(SET_STRING_BYTES): Deleted.  Callers (all of which supplied a length of -1)
changed to use STRING_SET_UNIBYTE.

21 years agoCorrect last commit which by mistake included some completely
Kim F. Storm [Sun, 14 Jul 2002 22:52:48 +0000 (22:52 +0000)]
Correct last commit which by mistake included some completely
unrelated changed.  Now it really only inverts the check
on Vmemory_full.

21 years agoSet encoding to utf-8.
Stefan Monnier [Sun, 14 Jul 2002 20:39:18 +0000 (20:39 +0000)]
Set encoding to utf-8.
(tex-start-options): Make it into always-a-string.
Remove silly custom options that are covered by the other var.
(tex-start-commands): Fix docstring.
(tex-open-quote, tex-close-quote): Add options.
(tex-command): Provide default.
(tex-font-lock-keywords-1): Highlight $$...$$.
(tex-font-lock-keywords-2): Fix latin-1 chars.
(tex-mode-map): Remove redundant \t binding.
(tex-mode): Add `subsection' and `newcommand' to known latex cmds.
(latex-mode): Use add-hook for fill-nobreak-predicate.
(tex-common-initialization): Set indent-tabs-mode to nil.
(tex-insert-quote): Undo magic if invoked twice in a row.
(latex-fill-nobreak-predicate): Don't use narrowing.
(tex-latex-block): Don't cons uselessly.
(tex-last-unended-begin): Signal user-friendlier error.
(tex-goto-last-unclosed-latex-block): Don't catch signal.
(tex-start-tex): Switch order of tex-start-options and
tex-start-commands to make it obey docstrings.

21 years agoIndex entries.
Kai Großjohann [Sun, 14 Jul 2002 19:52:35 +0000 (19:52 +0000)]
Index entries.

21 years ago(find-alternate-file): Offer to save a modified buffer.
Richard M. Stallman [Sun, 14 Jul 2002 15:30:54 +0000 (15:30 +0000)]
(find-alternate-file): Offer to save a modified buffer.
Handle kill-buffer-query-functions better.

21 years ago(normal-splash-screen, fancy-splash-text):
Richard M. Stallman [Sun, 14 Jul 2002 15:29:56 +0000 (15:29 +0000)]
(normal-splash-screen, fancy-splash-text):
Update name of help menu item for ordering printed manuals.

21 years agoFix doc typos.
Richard M. Stallman [Sun, 14 Jul 2002 15:26:01 +0000 (15:26 +0000)]
Fix doc typos.

21 years agoSay that output from asynch subprocesses of a compiler may be lost.
Richard M. Stallman [Sun, 14 Jul 2002 15:24:03 +0000 (15:24 +0000)]
Say that output from asynch subprocesses of a compiler may be lost.

21 years agoComply with Texinfo coding standards. Suggestions by Eli.
Kai Großjohann [Sun, 14 Jul 2002 14:06:58 +0000 (14:06 +0000)]
Comply with Texinfo coding standards.  Suggestions by Eli.

21 years ago(mouse-sel-bound-events): New constant.
Mike Williams [Sun, 14 Jul 2002 10:14:28 +0000 (10:14 +0000)]
(mouse-sel-bound-events): New constant.
(mouse-sel-save-original-bindings): New function.
(mouse-sel-restore-original-bindings): New function.
(mouse-sel-bindings): Save/restore original mouse-bindings.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 13 Jul 2002 23:30:08 +0000 (23:30 +0000)]
*** empty log message ***

21 years agoregenerated
Kim F. Storm [Sat, 13 Jul 2002 23:09:32 +0000 (23:09 +0000)]
regenerated

21 years ago(cl-set-substring): Fix thinko.
Stefan Monnier [Sat, 13 Jul 2002 23:08:01 +0000 (23:08 +0000)]
(cl-set-substring): Fix thinko.
(cl-hack-byte-compiler): Avoid infinite require loop.