bpt/emacs.git
26 years ago(Fiso_charset): Doc-string modified.
Kenichi Handa [Wed, 4 Feb 1998 11:23:28 +0000 (11:23 +0000)]
(Fiso_charset): Doc-string modified.

26 years agoDoc fixes.
Richard M. Stallman [Wed, 4 Feb 1998 02:40:25 +0000 (02:40 +0000)]
Doc fixes.

(edebug-stop-before-symbols): Variable deleted.
(edebug-form): Don't handle edebug-stop-before-symbols.
(edebug-submit-bug-report): Don't include edebug-stop-before-symbols.

26 years agoAdd support for Linux/ARM.
Richard Kenner [Tue, 3 Feb 1998 18:27:31 +0000 (18:27 +0000)]
Add support for Linux/ARM.

26 years ago(toggle-enable-multibyte-characters): Use set-buffer-multibyte.
Richard M. Stallman [Tue, 3 Feb 1998 06:29:24 +0000 (06:29 +0000)]
(toggle-enable-multibyte-characters): Use set-buffer-multibyte.
(find-safe-coding-system-list-subset-p): Renamed from list-subset-p.
The call changed also.

26 years ago(reftex-toc): Fixed bug with split-window. Using
Richard M. Stallman [Tue, 3 Feb 1998 06:26:34 +0000 (06:26 +0000)]
(reftex-toc): Fixed bug with split-window.  Using
split-window instead of split-window-vertically.
(reftex-reset-mode): Removed obsolete buffer from kill list.
(reftex-make-and-insert-label-list, reftex-do-citation): Delete
other windows before displaying selection.
(reftex-cite-format-builtin): Fixed bug in Chicago format.
(reftex-enlarge-to-fit): New function.
(reftex-nicify-text): Cut context-string at \item,\\.  Changed
match sequence for efficiency reasons.
(reftex-parse-from-file): Include files can be ignored with
`reftex-no-include-regexps'.
(reftex-no-include-regexps): New option.
(reftex-do-parse): Initialize appendix flag.
(reftex-parse-from-file): Interprete appendix.
(reftex-section-info): Use changed version of reftex-section-number.
(reftex-where-am-I): Interprete appendix match.
(reftex-init-section-numbers): New arg: appendix.
(reftex-section-number): Treat appendix enumeration.
(reftex-toc-external): Improved message.
(reftex-compute-ref-cite-tables): Regular expression extended for appendix.
(reftex-toc-rescan): Renamed from reftex-toc-redo.
(reftex-toc-Rescan): Renamed from reftex-toc-Redo.
(reftex-toc-revert): New function.
(reftex-select-external-document): Completion on label prefixes.
(reftex-find-file-on-path): Added an extra call to
expand-file-name for the directory.
(reftex-locate-bibliography-files): Added expand-file-name call.
(reftex-guess-label-type): New function.
(reftex-word-before-point): Function removed.
(reftex-reference): Uses reftex-guess-label-type.  Changed meaning
of `~' in reference format.  Magic words are regular expressions.
(reftex-compute-ref-cite-tables): Convert magic words to regexps.
(reftex-select-label-maps): Default bindings for TAB, up, down, RET.
(reftex-select-read-string): Now uses completion.
(reftex-make-and-insert-label-list): Prepare for completion.
(reftex-where-am-I): Fixed bug with input files.
(reftex-save-all-document-buffers): New command.
(reftex-select-next-heading): New function.
(reftex-select-previous-heading): New function.
(reftex-select-read-string): New function.
(reftex-offer-label-menu): Handle string value from reftex-select-item.
(reftex-reference): Fixed bug (missing save-excursion).
(reftex-toc-map): Added binding for ?n and ?p.
(reftex-do-citation): Changed to use reftex-default-bibliography.
(reftex-default-bibliography): New option.
(reftex-find-tex-file): Check for file-name-absolute-p first.
(reftex-format-label-function,reftex-format-ref-function,
reftex-format-cite-function): New hooks
(reftex-info): New function.
(reftex-compute-ref-cite-tables): Removed interactive form.
(reftex-where-am-I): Removed interactive form
(reftex-format-names): Removed interactive form
(reftex-vref-is-default): New customization variable
(reftex-mode-menu): Capitalize citation options
(reftex-last-cnt): Variable removed.
(reftex-last-data,reftex-last-line): New variables.
(reftex-select-toggle-varioref): New function.
(reftex-offer-label-menu): Changed mode-line-format for varioref.
(reftex-select-label-help): Help string updated.
(reftex-do-parse): Fixed bug with empty xr list.
(reftex-view-crossref): Prefix argument interpretation changed.
(reftex-get-offset): New function.
(reftex-label): Remove selection buffer to force update.
(reftex-access-scan-info): Remove selection buffers.
(reftex-select-external-document): Fixed bug with highest index.
(reftex-label-index-list, reftex-found-list): Variables removed.
(reftex-offer-label-menu, reftex-make-and-insert-label-list)
(reftex-select-item, reftex-citation, reftex-select-label-callback)
(reftex-bibtex-selection-callback,reftex-select-callback): Changed
to put the scan data directly into the text property :data,
instead of doing this indirectly with an index-list.
(reftex-make-selection-buffer-name): New function.
(reftex-tie-multifile-symbols): Store master-index-as-property.
(reftex-kill-buffer): New function.
(reftex-erase-buffer): New function.
(reftex-erase-all-selection-buffers): New function.
(reftex-mode-menu): Button "Restore from file" no longer sensitive
to existence of the file.  This had caused problems for LateX
style files.  Quoted `:style' and `:selected' for compatibility.
(reftex-access-parse-file): `Restore' action now throws an
exception when the file is not found.
(reftex-create-customize-menu): New function.
(reftex-label): Fixed bug which made naked labels in \footnotes.
(reftex-select-label-map, reftex-select-bib-map): New keymaps for
the RefTeX Select buffer.
(reftex-select-next, reftex-select-previous, reftex-select-scroll-down)
(reftex-select-scroll-up, reftex-select-quit)
(reftex-select-toggle-follow, reftex-select-callback)
(reftex-select-accept, reftex-select-help)
(reftex-select-recursive-edit, reftex-select-search-forward)
(reftex-select-search-backward, reftex-select-search)
(reftex-select-scroll-other-window)
(reftex-select-scroll-other-window-down):
New commands for use in the two new keymaps.
(reftex-select-item): Now uses the appropriate keymaps.
(reftex-toc-map): New keymap (a keymap for the toc buffer.
(reftex-toc): Now uses reftex-toc-map.
(reftex-fontify-select-label-buffer): New function
(reftex-select-font-lock-fontify-region): New function.
(reftex-make-and-insert-label-list): Refontification now uses
`reftex-select-font-lock-fontify-region'.
(reftex-show-entry): Refontification generalized.
(reftex-select-search-minibuffer-map): New constant.
(reftex-parse-from-file): Look for \begin{thebibliography}
(reftex-do-citation): Check also for thebibliography
(reftex-bibtex-selection-callback): Handle bibitem.
(reftex-view-crossref): Handle bibitem.
(reftex-extract-bib-entries-from-thebibliography): New function.
(reftex-format-bibitem): New function.
(reftex-parse-bibitem): New function.
(reftex-make-desparate-section-regexp): Changed name to
reftex-make-desperate-section-regexp.
(reftex-do-parse, reftex-locate-bibliography-files)
(reftex-string-to-label, reftex-select-external-document)
(reftex-find-duplicate-labels, reftex-format-bib-entry)
(reftex-do-citation, reftex-insert-bib-matches)
(reftex-select-search-minibuffer-map, reftex-access-search-path)
(reftex-compute-ref-cite-tables, reftex-recursive-directory-list):
All lambda expressions now quoted with `function'.
(reftex-view-crossref,reftex-mouse-view-crossref): Fixed bug with
multiple calls.
(reftex-get-buffer-visiting): Error message changed.
(reftex-select-external-document, reftex-query-label-type)
(reftex-do-citation, reftex-select-help):
Use `reftex-enlarge-to-fit' now.
(reftex-pop-to-bibtex-entry): No longer beep on failure, to make
it work better with follow mode.

26 years ago(mail-extr-all-letters-but-separators)
Richard M. Stallman [Tue, 3 Feb 1998 06:24:20 +0000 (06:24 +0000)]
(mail-extr-all-letters-but-separators)
(mail-extr-first-letters, mail-extr-last-letters):
Make range start from \240, not from \200.

26 years ago(Faref, Faset): Allow indexing a char-table
Richard M. Stallman [Tue, 3 Feb 1998 06:22:02 +0000 (06:22 +0000)]
(Faref, Faset): Allow indexing a char-table
directly by numbers up to CHAR_TABLE_ORDINARY_SLOTS.

26 years ago(Fformat): If MULTIBYTE is changed to 1
Richard M. Stallman [Tue, 3 Feb 1998 06:19:34 +0000 (06:19 +0000)]
(Fformat): If MULTIBYTE is changed to 1
after we start computing TOTAL, jump back to `retry' (a new label).

26 years ago(Fmodify_category_entry): Doc fix.
Richard M. Stallman [Tue, 3 Feb 1998 06:17:15 +0000 (06:17 +0000)]
(Fmodify_category_entry): Doc fix.
(Fdescribe_categories): Renamed from Fdescribe_category.
(syms_of_category): Corresponding changes.
(Fcategory_set_mnemonics): Doc fix.
(Fchar_category_set): Doc fix.
(Fmake_category_set): Doc fix.

26 years ago(search_buffer): New args pos_byte and lim_byte.
Richard M. Stallman [Tue, 3 Feb 1998 06:15:42 +0000 (06:15 +0000)]
(search_buffer): New args pos_byte and lim_byte.
(search_command): Pass new args.

26 years ago(Fcall_process): Allow creating a new buffer for the output.
Richard M. Stallman [Tue, 3 Feb 1998 06:14:39 +0000 (06:14 +0000)]
(Fcall_process): Allow creating a new buffer for the output.

26 years ago(fill-region-as-paragraph): Fix the test for any
Richard M. Stallman [Tue, 3 Feb 1998 02:37:55 +0000 (02:37 +0000)]
(fill-region-as-paragraph): Fix the test for any
non-ASCII characters, for deciding whether to do kinsoku.

26 years agoFix mispelling.
Edward M. Reingold [Mon, 2 Feb 1998 17:21:49 +0000 (17:21 +0000)]
Fix mispelling.

26 years ago(hs-special-modes-alist): Improved the regexp for java.
Dan Nicolaescu [Mon, 2 Feb 1998 07:29:59 +0000 (07:29 +0000)]
(hs-special-modes-alist): Improved the regexp for java.

26 years ago(mldrag-drag-vertical-line): Fix criterion
Richard M. Stallman [Mon, 2 Feb 1998 05:42:02 +0000 (05:42 +0000)]
(mldrag-drag-vertical-line): Fix criterion
for the error for trying to move a scroll bar at the frame edge.

26 years ago(byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.
Richard M. Stallman [Mon, 2 Feb 1998 01:21:18 +0000 (01:21 +0000)]
(byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.

26 years ago(update-file-autoloads): Give clean errors
Richard M. Stallman [Mon, 2 Feb 1998 01:12:18 +0000 (01:12 +0000)]
(update-file-autoloads): Give clean errors
if autoloads file is empty or can't be written.

26 years ago(float_to_string): Handle infinities and NaN specially.
Richard M. Stallman [Mon, 2 Feb 1998 01:09:35 +0000 (01:09 +0000)]
(float_to_string): Handle infinities and NaN specially.

26 years ago(read1): Handle infinities, NaN and -0.0 specially.
Richard M. Stallman [Mon, 2 Feb 1998 01:08:52 +0000 (01:08 +0000)]
(read1): Handle infinities, NaN and -0.0 specially.
(isfloat_string): Accept e+INF and e+NAN as exponents.

26 years ago(concat): Handle bool-vectors correctly.
Richard M. Stallman [Mon, 2 Feb 1998 01:06:29 +0000 (01:06 +0000)]
(concat): Handle bool-vectors correctly.

26 years ago(concat): If making a string, a nonempty bool-vector is error.
Richard M. Stallman [Mon, 2 Feb 1998 01:03:10 +0000 (01:03 +0000)]
(concat): If making a string, a nonempty bool-vector is error.

(string_make_multibyte): In all-ASCII case, return orig STRING.

(Fstring_as_unibyte): New function.
(Fstring_as_multibyte): New function.
(syms_of_fns): defsubr them.

26 years ago(isearch-range-invisible): Avoid infinite loop when search-invisible is nil.
Richard M. Stallman [Mon, 2 Feb 1998 00:18:33 +0000 (00:18 +0000)]
(isearch-range-invisible): Avoid infinite loop when search-invisible is nil.

26 years ago(hs-special-modes-alist): Improved the regexp for java.
Richard M. Stallman [Mon, 2 Feb 1998 00:17:19 +0000 (00:17 +0000)]
(hs-special-modes-alist): Improved the regexp for java.

26 years ago(define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
Richard M. Stallman [Sun, 1 Feb 1998 23:56:13 +0000 (23:56 +0000)]
(define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
(build-mail-aliases): Clear mail-aliases to nil at the beginning.

26 years ago(auto-insert-mode): New function.
Stephen Eglen [Sun, 1 Feb 1998 19:13:59 +0000 (19:13 +0000)]
(auto-insert-mode): New function.
(auto-insert-mode): New customize variable to automatically load
the package.  Other variables customized.

26 years agoCustomized.
Stephen Eglen [Sun, 1 Feb 1998 17:46:32 +0000 (17:46 +0000)]
Customized.

26 years agoFile customized + doc fixes.
Stephen Eglen [Sun, 1 Feb 1998 17:10:21 +0000 (17:10 +0000)]
File customized + doc fixes.

26 years ago(query-replace-from-history-variable): New variable.
Richard M. Stallman [Fri, 30 Jan 1998 23:34:50 +0000 (23:34 +0000)]
(query-replace-from-history-variable): New variable.
(query-replace-to-history-variable): New variable.
(query-replace-read-args): Use them.

26 years agoVarious docstring and commentary fixes, including
Dave Love [Fri, 30 Jan 1998 17:49:37 +0000 (17:49 +0000)]
Various docstring and commentary fixes, including
note of current maintainer.
(fortran-mode): Use imenu-syntax-alist.
(fortran-imenu-generic-expression): Use
fortran-continuation-string, not always `+'.
(fortran-font-lock-keywords-1): Include symbol syntax as well
as word, following syntax table changes.
(fortran-imenu-generic-expression): Likewise.
(fortran-mode-map): Add a menu.
(fortran-mode-version, fortran-startup-message): Delete
misleading variables.
(fortran-mode): Don't use them.
(fortran-column-ruler-fixed, fortran-column-ruler-tab): Fix
leading \ which made `0' into null.
(fortran-join-lines): New function and key binding.
(fortran-narrow-to-subprogram): New function and key binding.
(fortran-mode-syntax-table): Make ?., ?_, ?$ symbol, not word.

26 years ago(CONVERTED_BYTE_SIZE): Fix the logic.
Kenichi Handa [Fri, 30 Jan 1998 11:05:41 +0000 (11:05 +0000)]
(CONVERTED_BYTE_SIZE): Fix the logic.
(Fformat): Update the variable MULTIBYTE according to the result
of Fprin1_to_string.  Free BUF after making Lisp string from it.

26 years ago(ENCODE_ISO_CHARACTER): Pay attention to
Kenichi Handa [Fri, 30 Jan 1998 11:05:41 +0000 (11:05 +0000)]
(ENCODE_ISO_CHARACTER): Pay attention to
CODING_FLAG_ISO_USE_ROMAN and CODING_FLAG_ISO_USE_OLDJIS.
(code_convert_region1): New function.
(Fdecode_coding_region): Call code_convert_region1.
(Fencode_coding_region): Likewise.
(code_convert_string1): New function.
(Fdecode_coding_string): Call code_convert_string1.
(Fencode_coding_string): Likewise.
/

26 years ago(Fsubstitute_command_keys): Declare length_byte out of
Kenichi Handa [Fri, 30 Jan 1998 11:05:41 +0000 (11:05 +0000)]
(Fsubstitute_command_keys): Declare length_byte out of
internal block.

26 years ago(easy-menu-add-item); The BEFORE argument works
Richard M. Stallman [Fri, 30 Jan 1998 02:15:13 +0000 (02:15 +0000)]
(easy-menu-add-item); The BEFORE argument works
now.  Done by letting `easy-menu-do-add-item' handle it.
(easy-menu-do-add-item): Take argument BEFORE instead of PREV.
Inserts directly in keymap, instead of calling `define-key-after'.
(easy-menu-create-menu): Don't reverse items as
`easy-menu-do-add-item' now puts things at the end of keymaps.

26 years ago(type-break-mode): New customize variable to automatically load the package.
Stephen Eglen [Thu, 29 Jan 1998 09:26:38 +0000 (09:26 +0000)]
(type-break-mode): New customize variable to automatically load the package.
Other variables customized.

26 years ago(find-tag-marker-ring-length): New variable.
Richard M. Stallman [Thu, 29 Jan 1998 09:10:09 +0000 (09:10 +0000)]
(find-tag-marker-ring-length): New variable.
(find-tag-marker-ring): New variable.
(tags-location-ring): New variable replacing tags-location-ring.
(tags-location-stack): Deleted.
(tags-table-format-hooks): Doc fix.
(initialize-new-tags-table): Init find-tag-marker-ring,
tags-location-ring.
(tags-reset-tags-tables): Doc fix.  Set tags-location-ring,
find-tag-marker-ring.
(find-tag-noselect): Doc fix.  Use tags-location-ring,
find-tag-marker-ring.
(find-tag, find-tag-other-window, find-tag-other-frame,
find-tag-regexp): Doc fix.
(pop-tag-mark): New function.
(esc-map): Bind pop-tag-mark.

26 years ago(debug-ignored-errors): Add some elements.
Richard M. Stallman [Thu, 29 Jan 1998 02:23:44 +0000 (02:23 +0000)]
(debug-ignored-errors): Add some elements.

26 years ago(report-emacs-bug-address):
Richard M. Stallman [Wed, 28 Jan 1998 21:02:35 +0000 (21:02 +0000)]
(report-emacs-bug-address):
Variable renamed from bug-gnu-emacs.  Use defcustom.
(report-emacs-bug-pretest-address): Use defcustom.

26 years agoUse ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.
Ian Lance Taylor [Wed, 28 Jan 1998 18:01:29 +0000 (18:01 +0000)]
Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.

26 years ago(titdic-convert): Set
Kenichi Handa [Wed, 28 Jan 1998 12:38:06 +0000 (12:38 +0000)]
(titdic-convert): Set
enable-multibyte-characters to t after inserting TIT file by
no-conversion.
(tit-process-body): Do not bind enable-multibyte-characters to
nil.

26 years ago(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
Kenichi Handa [Wed, 28 Jan 1998 12:37:25 +0000 (12:37 +0000)]
(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
coding->produced_char here.
(code_convert_region): Initialize LEN_BYTE correctly.

26 years ago(syms_of_data): Register multibyte-string-p as a Lisp
Kenichi Handa [Wed, 28 Jan 1998 12:37:25 +0000 (12:37 +0000)]
(syms_of_data): Register multibyte-string-p as a Lisp
function.

26 years ago(fast_string_match): Give re_search byte size of
Kenichi Handa [Wed, 28 Jan 1998 12:37:25 +0000 (12:37 +0000)]
(fast_string_match): Give re_search byte size of
STRING.
(trivial_regexp_p): Initialize LEN to byte size of REGEXP.
(search_buffer): Give re_search_2 STARTPOS, RANGE and STOP by
counting them by bytes.

26 years agoeasy-menu-define): Use ` and , read-macros
Richard M. Stallman [Tue, 27 Jan 1998 20:43:57 +0000 (20:43 +0000)]
easy-menu-define): Use ` and , read-macros
instead of (` and (,.  Implement :filter.  Doc fix.
(easy-menu-do-define): Call `easy-menu-create-menu' instead of
`easy-menu-create-keymaps'.
(easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
(easy-menu-create-menu): New public function.  Replaces
`easy-menu-create-keymaps', but with large changes.
(easy-menu-button-prefix): New constant.
(easy-menu-do-add-item, easy-menu-make-symbol): New functions.
(easy-menu-update-button): Doc fix.
(easy-menu-change): New optional argument BEFORE.
Now just a call to `easy-menu-add-item'.
(easy-menu-add-item, easy-menu-item-present-p)
(easy-menu-remove-item): New public functions.
(easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p)
(easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter):
New functions.

26 years ago(file_name_as_directory): For an empty name, return "/".
Richard M. Stallman [Tue, 27 Jan 1998 20:07:30 +0000 (20:07 +0000)]
(file_name_as_directory): For an empty name, return "/".

26 years ago(Fcall_process): Test only args past args[4] for multibyteness.
Richard M. Stallman [Tue, 27 Jan 1998 20:06:51 +0000 (20:06 +0000)]
(Fcall_process): Test only args past args[4] for multibyteness.

26 years ago(getit, Cobol_paragraphs, Pascal_functions,
Richard M. Stallman [Tue, 27 Jan 1998 07:15:03 +0000 (07:15 +0000)]
(getit, Cobol_paragraphs, Pascal_functions,
Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
Always make named tags.
(Fortran_functions): Grok BLOCK DATA.

26 years ago(mldrag-drag-vertical-line): Delete debugging `message'.
Richard M. Stallman [Tue, 27 Jan 1998 04:24:16 +0000 (04:24 +0000)]
(mldrag-drag-vertical-line): Delete debugging `message'.

26 years ago(message_dolog): Cast M to unsigned char * to access bytes.
Richard M. Stallman [Tue, 27 Jan 1998 04:22:43 +0000 (04:22 +0000)]
(message_dolog): Cast M to unsigned char * to access bytes.

26 years agoNew option --no-check.
Richard M. Stallman [Tue, 27 Jan 1998 04:17:53 +0000 (04:17 +0000)]
New option --no-check.

Don't do anything with cpp directory.

26 years ago(rmail): Reinsert the let-binding of enable-local-variables.
Richard M. Stallman [Tue, 27 Jan 1998 02:02:38 +0000 (02:02 +0000)]
(rmail): Reinsert the let-binding of enable-local-variables.

26 years ago(command_loop_1): Run post-command-hook before,
Richard M. Stallman [Tue, 27 Jan 1998 01:45:58 +0000 (01:45 +0000)]
(command_loop_1): Run post-command-hook before,
not after, clearing this-command-keys and updating last-command.

26 years agoInitial revision
Richard M. Stallman [Tue, 27 Jan 1998 00:46:32 +0000 (00:46 +0000)]
Initial revision

26 years agoCustomized.
Andreas Schwab [Mon, 26 Jan 1998 11:29:46 +0000 (11:29 +0000)]
Customized.

26 years ago(byte-optimize-form-code-walker): Fix previous change.
Richard M. Stallman [Mon, 26 Jan 1998 10:29:25 +0000 (10:29 +0000)]
(byte-optimize-form-code-walker): Fix previous change.

26 years agoCustomized.
Richard M. Stallman [Mon, 26 Jan 1998 10:28:01 +0000 (10:28 +0000)]
Customized.

(displaying-byte-compile-warnings):
To avoid error, use (forward-line -1), not previous-line.

26 years ago(byte-compile-inline-expand): Use string-as-unibyte, if it is defined.
Richard M. Stallman [Mon, 26 Jan 1998 09:48:21 +0000 (09:48 +0000)]
(byte-compile-inline-expand): Use string-as-unibyte, if it is defined.

26 years ago(compare_window_configurations): New function.
Richard M. Stallman [Mon, 26 Jan 1998 09:04:27 +0000 (09:04 +0000)]
(compare_window_configurations): New function.

26 years ago(internal_equal): Use compare_window_configurations.
Richard M. Stallman [Mon, 26 Jan 1998 08:47:06 +0000 (08:47 +0000)]
(internal_equal): Use compare_window_configurations.

26 years ago(standard_args): Add "-unibyte" aka "--unibyte".
Richard M. Stallman [Mon, 26 Jan 1998 03:19:54 +0000 (03:19 +0000)]
(standard_args): Add "-unibyte" aka "--unibyte".
(main): Handle --unibyte.

26 years ago(emacsbug): Customized.
Richard M. Stallman [Mon, 26 Jan 1998 03:14:34 +0000 (03:14 +0000)]
(emacsbug): Customized.
(report-emacs-bug-no-confirmation):
Renamed from report-emacs-bug-run-tersely.
(report-emacs-bug-no-explanations): New option.
(report-emacs-bug): Handle that option.

26 years ago(Funintern): Clear the symbol's obarray field.
Richard M. Stallman [Mon, 26 Jan 1998 03:11:22 +0000 (03:11 +0000)]
(Funintern): Clear the symbol's obarray field.

26 years ago(desktop-clear): Don't kill dead buffers.
Richard M. Stallman [Mon, 26 Jan 1998 03:09:01 +0000 (03:09 +0000)]
(desktop-clear): Don't kill dead buffers.

26 years ago(sh-case): Fix paren error.
Richard M. Stallman [Mon, 26 Jan 1998 02:33:48 +0000 (02:33 +0000)]
(sh-case): Fix paren error.

26 years ago(imenu-syntax-alist): New buffer-local variable.
Dave Love [Sun, 25 Jan 1998 23:06:37 +0000 (23:06 +0000)]
(imenu-syntax-alist): New buffer-local variable.
(imenu--generic-function): Use it.
(imenu--split-menu): Don't (setcdr nil) with, say, empty functions
list.

26 years ago(imenu-case-fold-search): New buffer-local variable.
Dave Love [Sun, 25 Jan 1998 22:55:08 +0000 (22:55 +0000)]
(imenu-case-fold-search): New buffer-local variable.

26 years agoComment change.
Richard M. Stallman [Sun, 25 Jan 1998 07:20:49 +0000 (07:20 +0000)]
Comment change.

26 years ago(archive-find-type): Accept d or s after digit, for lzh.
Richard M. Stallman [Sun, 25 Jan 1998 01:57:08 +0000 (01:57 +0000)]
(archive-find-type): Accept d or s after digit, for lzh.
(archive-rename-entry): Likewise.  Parse mode, uid and gid right.
Allow newline in header.
(archive-lzh-summarize): Fix paren error.  Use prname to set `files'.

26 years ago(back_comment): Move the find_defun_start call
Richard M. Stallman [Sun, 25 Jan 1998 01:55:51 +0000 (01:55 +0000)]
(back_comment): Move the find_defun_start call
out of the scan_sexps_forward call.
No need to call find_defun_start
if we found the defun start in the initial scan.

26 years ago(hscroll-global-mode): New customize variable to automatically load the
Stephen Eglen [Sat, 24 Jan 1998 16:13:08 +0000 (16:13 +0000)]
(hscroll-global-mode): New customize variable to automatically load the
package.

26 years agoCustomized.
Stephen Eglen [Sat, 24 Jan 1998 11:35:59 +0000 (11:35 +0000)]
Customized.

26 years ago(calendar-french-single-byteify): Function deleted.
Richard M. Stallman [Sat, 24 Jan 1998 02:47:47 +0000 (02:47 +0000)]
(calendar-french-single-byteify): Function deleted.
(calendar-goto-french-date): Don't call calendar-french-single-byteify.
Delete local var oldval.
(calendar-print-french-date): Don't bind enable-multibyte-characters.

26 years ago(menu-bar-file-menu): Add Recover Session menu item.
Richard M. Stallman [Sat, 24 Jan 1998 02:23:15 +0000 (02:23 +0000)]
(menu-bar-file-menu): Add Recover Session menu item.
(menu-bar-help-menu): Add Getting New Versions, Copying Conditions
and (Non)Warranty menu items.

26 years ago(lisp-font-lock-keywords-1): Correct defmethod addition.
Dave Love [Fri, 23 Jan 1998 16:50:56 +0000 (16:50 +0000)]
(lisp-font-lock-keywords-1): Correct defmethod addition.

26 years ago(main): Fix interwoven brace and cpp conditional nesting.
Andreas Schwab [Fri, 23 Jan 1998 11:06:49 +0000 (11:06 +0000)]
(main): Fix interwoven brace and cpp conditional nesting.

26 years agoDelete garbage line "int use_dialog_box".
Kenichi Handa [Fri, 23 Jan 1998 10:54:49 +0000 (10:54 +0000)]
Delete garbage line "int use_dialog_box".

26 years ago(msb--strip-dir): Use Emacs filename primitives, not regexps.
Richard M. Stallman [Fri, 23 Jan 1998 06:42:27 +0000 (06:42 +0000)]
(msb--strip-dir): Use Emacs filename primitives, not regexps.

26 years agoAdded speedbar support for RMAIL files.
Eric M. Ludlam [Fri, 23 Jan 1998 02:14:02 +0000 (02:14 +0000)]
Added speedbar support for RMAIL files.

26 years agoAdded gud-speedbar-buttons, and support for GDB buttons.
Eric M. Ludlam [Fri, 23 Jan 1998 02:04:20 +0000 (02:04 +0000)]
Added gud-speedbar-buttons, and support for GDB buttons.

26 years agoAdded speedbar support function `Info-speedbar-buttons',
Eric M. Ludlam [Thu, 22 Jan 1998 23:50:25 +0000 (23:50 +0000)]
Added speedbar support function `Info-speedbar-buttons',
`Info-speedbar-button', and `Info-speedbar-menu'

26 years ago(Fread-string): Doc fix.
Stephen Eglen [Thu, 22 Jan 1998 17:28:56 +0000 (17:28 +0000)]
(Fread-string): Doc fix.
(Fread-from-minibuffer): Doc fix.

26 years agoEncoded by new iso-2022-7bit.
Kenichi Handa [Thu, 22 Jan 1998 10:58:45 +0000 (10:58 +0000)]
Encoded by new iso-2022-7bit.

26 years ago(vc-annotate-compcar): Iterate instead of recursing.
Richard M. Stallman [Thu, 22 Jan 1998 09:04:36 +0000 (09:04 +0000)]
(vc-annotate-compcar): Iterate instead of recursing.
(vc-annotate-car-last-cons, vc-annotate-time-span):
Rename arg assoc-list to a-list.

(vc-annotate-display): All support for XEmacs extents removed.
Functions `set-face-*' are called only when a face is created.

26 years ago(SYSTEM_MALLOC): Defined.
Richard M. Stallman [Thu, 22 Jan 1998 04:37:13 +0000 (04:37 +0000)]
(SYSTEM_MALLOC): Defined.

26 years ago(define-compiler-macro): Handle empty arglist.
Richard M. Stallman [Thu, 22 Jan 1998 02:26:48 +0000 (02:26 +0000)]
(define-compiler-macro): Handle empty arglist.

26 years ago(byte-optimize-form-code-walker):
Richard M. Stallman [Thu, 22 Jan 1998 02:23:21 +0000 (02:23 +0000)]
(byte-optimize-form-code-walker):
If compiler-macroexpand is defined, use it.

26 years ago(Finsert_file_contents): Fix previous change.
Kenichi Handa [Thu, 22 Jan 1998 02:15:35 +0000 (02:15 +0000)]
(Finsert_file_contents): Fix previous change.

26 years agoExclude describe-indian-environment-map
Kenichi Handa [Thu, 22 Jan 1998 01:48:25 +0000 (01:48 +0000)]
Exclude describe-indian-environment-map
and setup-indian-environment-map for args of call to
set-language-info-alist.  Adjusted for the change of
make-coding-system.  Register coding-priority key in
language-info-alist.

26 years agoRemove setting up of
Kenichi Handa [Thu, 22 Jan 1998 01:48:25 +0000 (01:48 +0000)]
Remove setting up of
describe-chinese-environment-map and
setup-chinese-environment-map.  Exclude them in args of calls to
set-language-info-alist.  Adjusted for the change of
make-coding-system.  Register coding-priority key in
language-info-alist.
(iso-2022-cn-ext): New coding system.

26 years agoRemove setting up of
Kenichi Handa [Thu, 22 Jan 1998 01:48:25 +0000 (01:48 +0000)]
Remove setting up of
describe-cyrillic-environment-map and
setup-cyrillic-environment-map.  Exclude them in args of calls to
set-language-info-alist.  Adjusted for the change of
make-coding-system.  Register coding-priority key in
language-info-alist.

26 years agoRegister coding-priority key in
Kenichi Handa [Thu, 22 Jan 1998 01:48:25 +0000 (01:48 +0000)]
Register coding-priority key in
language-info-alist.

26 years agoRemove setting up of
Kenichi Handa [Thu, 22 Jan 1998 01:48:25 +0000 (01:48 +0000)]
Remove setting up of
describe-european-environment-map and
setup-european-environment-map.  Exclude them in args of calls to
set-language-info-alist.  Adjusted for the change of
make-coding-system.  Register coding-priority key in
language-info-alist.  Add "German" language env.
(setup-8-bit-environment): Delete CODING-SYSTEM arg.
(iso-latin-1): Make it compatible with MIME-charset "iso-8859-1"
(compound-text): New coding system.  `ctext' is now alias of it.
(setup-german-environment): New function.

26 years agoAdjusted for the change of
Kenichi Handa [Thu, 22 Jan 1998 01:47:27 +0000 (01:47 +0000)]
Adjusted for the change of
make-coding-system and setup-8-bit-environment.
(setup-greek-environment): For Greek lang. env., change default
input method to "greek-postfix".

26 years agoAdjusted for the change of
Kenichi Handa [Thu, 22 Jan 1998 01:47:27 +0000 (01:47 +0000)]
Adjusted for the change of
make-coding-system and setup-8-bit-environment.

26 years agoRemove setting up of
Kenichi Handa [Thu, 22 Jan 1998 01:47:27 +0000 (01:47 +0000)]
Remove setting up of
describe-indian-environment-map and setup-indian-environment-map.

26 years agoAdjusted for the change of make-coding-system. Register
Kenichi Handa [Thu, 22 Jan 1998 01:46:28 +0000 (01:46 +0000)]
Adjusted for the change of make-coding-system.  Register
coding-priority key in language-info-alist.

26 years agoIn setup-LANGUAGE-environment functions,
Kenichi Handa [Thu, 22 Jan 1998 01:45:51 +0000 (01:45 +0000)]
In setup-LANGUAGE-environment functions,
call set-language-environment-coding-systems.

26 years agoIn setup-LANGUAGE-environment functions, adjust for the change of
Kenichi Handa [Thu, 22 Jan 1998 01:45:17 +0000 (01:45 +0000)]
In setup-LANGUAGE-environment functions, adjust for the change of
setup-8-bit-environment.

26 years ago(skkdic-jbytes): Variable deleted.
Kenichi Handa [Thu, 22 Jan 1998 01:42:20 +0000 (01:42 +0000)]
(skkdic-jbytes): Variable deleted.
All codes using this variable adjusted.

26 years agoComment about CCL syntax modified.
Kenichi Handa [Thu, 22 Jan 1998 01:42:20 +0000 (01:42 +0000)]
Comment about CCL syntax modified.
(ccl-command-table): Add read-multibyte-character,
write-multibyte-character, and unify-character.
(ccl-code-table): Add ex-cmd.
(ccl-extended-code-table): New variable.
(ccl-embed-extended-command): New function.
(ccl-compile-read-multibyte-character,
ccl-compile-write-multibyte-character,
ccl-compile-unify-character, ccl-compile-iterate-multiple-map,
ccl-compile-translate-multiple-map,
ccl-compile-translate-single-map,
ccl-compile-multiple-map-function) New functions.
(ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
ccl-dump-write-multibyte-character, ccl-dump-unify-character,
ccl-dump-unify-character-const-tbl, ccl-dump-iterate-multiple-map,
ccl-dump-translate-multiple-map, ccl-dump-translate-single-map):
New functions.

26 years agoPut `prefered-coding-system'
Kenichi Handa [Thu, 22 Jan 1998 01:42:20 +0000 (01:42 +0000)]
Put `prefered-coding-system'
property to each character set.