]> git.eshelyaron.com Git - emacs.git/log
emacs.git
26 years agoAdd PentiumII (i786). Add '7' to all i[3456] entries. other-branches/miles-orphaned-changes
Richard Kenner [Fri, 13 Feb 1998 12:16:46 +0000 (12:16 +0000)]
Add PentiumII (i786).  Add '7' to all i[3456] entries.
Add AMD and Cyrix names for P5 and P6.

26 years ago(scheme-imenu-generic-expression): Simplify regexps.
Dave Love [Thu, 12 Feb 1998 18:20:21 +0000 (18:20 +0000)]
(scheme-imenu-generic-expression): Simplify regexps.
(dsssl-imenu-generic-expression): Likewise
(scheme-mode-variables): Set imenu-syntax-alist.
(dsssl-mode): Remove `!' from font-lock-defaults.  Set
imenu-syntax-alist.

26 years ago(Vnonascii_translate_table): New variable.
Richard M. Stallman [Thu, 12 Feb 1998 05:20:33 +0000 (05:20 +0000)]
(Vnonascii_translate_table): New variable.
(unibyte_char_to_multibyte): Use Vnonascii_translate_table.
(syms_of_charset): Defvar it.

26 years ago(copy_text, count_size_as_multibyte): Use Vnonascii_translate_table.
Richard M. Stallman [Thu, 12 Feb 1998 05:19:41 +0000 (05:19 +0000)]
(copy_text, count_size_as_multibyte): Use Vnonascii_translate_table.

26 years ago(printchar): When outputting to echo area,
Richard M. Stallman [Thu, 12 Feb 1998 05:18:59 +0000 (05:18 +0000)]
(printchar): When outputting to echo area,
update message_enable_multibyte, and convert previous text
from unibyte to multibyte if necessary.

26 years ago(cookie-snarf): Use match-beginning on the delimiter.
Richard M. Stallman [Thu, 12 Feb 1998 03:10:53 +0000 (03:10 +0000)]
(cookie-snarf): Use match-beginning on the delimiter.
(cookie-delimiter): Handle single-% delimiter.

26 years ago(sh-set-shell): Use standard-syntax-table if none other is specified.
Richard M. Stallman [Wed, 11 Feb 1998 07:14:24 +0000 (07:14 +0000)]
(sh-set-shell): Use standard-syntax-table if none other is specified.

26 years ago(debugger-mode): Don't set enable-multibyte-characters here.
Richard M. Stallman [Wed, 11 Feb 1998 07:11:50 +0000 (07:11 +0000)]
(debugger-mode): Don't set enable-multibyte-characters here.
(debug): Use set-buffer-multibyte to clear enable-multibyte-characters.

26 years ago(msb--choose-file-menu): Save some debugging info.
Richard M. Stallman [Wed, 11 Feb 1998 04:20:09 +0000 (04:20 +0000)]
(msb--choose-file-menu): Save some debugging info.

(msb--toggle-menu-type): Pass arg to menu-bar-update-buffers.
(msb--init-file-alist): Delete spurious =.

26 years ago(describe_map_tree): Add the maps we have already
Richard M. Stallman [Wed, 11 Feb 1998 01:51:36 +0000 (01:51 +0000)]
(describe_map_tree): Add the maps we have already
handled into SUB_SHADOWS.

26 years ago(describe-bindings): Fix interactive spec.
Richard M. Stallman [Wed, 11 Feb 1998 00:29:47 +0000 (00:29 +0000)]
(describe-bindings): Fix interactive spec.

26 years ago(Fstring_bytes): Declare arg STRING as Lisp_Object.
Kenichi Handa [Tue, 10 Feb 1998 04:08:26 +0000 (04:08 +0000)]
(Fstring_bytes): Declare arg STRING as Lisp_Object.

26 years ago(concat): Use Vnonascii_translate_table.
Kenichi Handa [Tue, 10 Feb 1998 04:05:47 +0000 (04:05 +0000)]
(concat): Use Vnonascii_translate_table.

26 years ago(Fposition_bytes): Declare arg POSITION as Lips_Object.
Kenichi Handa [Tue, 10 Feb 1998 03:59:06 +0000 (03:59 +0000)]
(Fposition_bytes): Declare arg POSITION as Lips_Object.

26 years ago(Fposition_bytes): Allow marker as arg POSITION. Use
Kenichi Handa [Tue, 10 Feb 1998 03:55:04 +0000 (03:55 +0000)]
(Fposition_bytes): Allow marker as arg POSITION.  Use
XINT for type consistency.

26 years ago(compilation-scroll-output): New variable.
Dave Love [Mon, 9 Feb 1998 19:40:38 +0000 (19:40 +0000)]
(compilation-scroll-output): New variable.
(compile-internal): Use it.  Set lazy-lock-defer-on-scrolling.

26 years ago(compute_motion): If right margin is reached and we are
Andreas Schwab [Mon, 9 Feb 1998 11:16:35 +0000 (11:16 +0000)]
(compute_motion): If right margin is reached and we are
truncating don't clobber PREV_HPOS if we are already past TO.

26 years ago(search_command): Fix call to search_buffer.
Richard M. Stallman [Mon, 9 Feb 1998 00:21:15 +0000 (00:21 +0000)]
(search_command): Fix call to search_buffer.

26 years ago(byte-optimize-form-code-walker): Only call compiler-macroexpand if
Richard M. Stallman [Mon, 9 Feb 1998 00:19:00 +0000 (00:19 +0000)]
(byte-optimize-form-code-walker): Only call compiler-macroexpand if
the function has a cl-compiler-macro property.

26 years ago(jka-compr-compression-info-list): Handle bzip.
Richard M. Stallman [Sun, 8 Feb 1998 22:45:47 +0000 (22:45 +0000)]
(jka-compr-compression-info-list): Handle bzip.

26 years ago(byte_char_debug_check): New function.
Richard M. Stallman [Sun, 8 Feb 1998 22:40:44 +0000 (22:40 +0000)]
(byte_char_debug_check): New function.
(CONSIDER, both definitions): Call it.
(buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
(byte_debug_flag): New variable.
(syms_of_marker): Set up Lisp variable.

26 years ago(RE_TRANSLATE_TYPE): Define as Lisp_Object.
Richard M. Stallman [Sun, 8 Feb 1998 21:35:54 +0000 (21:35 +0000)]
(RE_TRANSLATE_TYPE): Define as Lisp_Object.
(RE_TRANSLATE): Use Faref to examine translate table.

26 years ago(Fdirectory_files): Call compile_pattern the new way.
Richard M. Stallman [Sun, 8 Feb 1998 21:35:14 +0000 (21:35 +0000)]
(Fdirectory_files): Call compile_pattern the new way.

26 years ago(boyer_moore, simple_search): New subroutines.
Richard M. Stallman [Sun, 8 Feb 1998 21:33:56 +0000 (21:33 +0000)]
(boyer_moore, simple_search): New subroutines.
(search_buffer): For non-regexp, use one of those subroutines.
Args TRT and INVERSE_TRT are now Lisp_Object.  Callers changed.
(compile_pattern_1): Arg TRANSLATE is now Lisp_Object.  Calls changed.
(compile_pattern): Arg TRANSLATE is now Lisp_Object.  Calls changed.

26 years ago(advance_to_char_boundary): New function.
Richard M. Stallman [Sun, 8 Feb 1998 21:10:31 +0000 (21:10 +0000)]
(advance_to_char_boundary): New function.
(Fset_buffer_multibyte): Advance all byte-positions to char boundaries.
Clear undo list.

26 years ago(Fdisplay_buffer): New arg FRAME.
Richard M. Stallman [Sun, 8 Feb 1998 21:08:38 +0000 (21:08 +0000)]
(Fdisplay_buffer): New arg FRAME.
(temp_output_buffer_show): Pass new arg to Fdisplay_buffer.
(Fother_window_for_scrolling): Likewise.

26 years ago(bibtex-autokey-year-length): Doc fix.
Richard M. Stallman [Sun, 8 Feb 1998 21:05:11 +0000 (21:05 +0000)]
(bibtex-autokey-year-length): Doc fix.

26 years ago(read_minibuf): If input is empty, return empty string.
Richard M. Stallman [Sun, 8 Feb 1998 21:04:19 +0000 (21:04 +0000)]
(read_minibuf): If input is empty, return empty string.
(Fread_string): Return DEFAULT_VALUE here, if input is empty.
(Fcompleting_read): Likewise.

26 years ago(Fstring_bytes): New function.
Richard M. Stallman [Sun, 8 Feb 1998 20:58:53 +0000 (20:58 +0000)]
(Fstring_bytes): New function.
(syms_of_fns): defsubr it.

26 years ago(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman [Sun, 8 Feb 1998 20:55:44 +0000 (20:55 +0000)]
(reftex.dvi, ../info/reftex): New targets.
(INFO_TARGETS, DVI_TARGETS): Add the new targets.

26 years ago(print): Declare local variable C as `int' instead of
Richard M. Stallman [Sun, 8 Feb 1998 08:27:19 +0000 (08:27 +0000)]
(print): Declare local variable C as `int' instead of
`unsigned char' to handle multibyte character code.

26 years ago(Fformat): Handle a symbol of which name contains
Richard M. Stallman [Sun, 8 Feb 1998 08:26:52 +0000 (08:26 +0000)]
(Fformat): Handle a symbol of which name contains
multibyte characters correctly.

26 years ago(occur): Apply default by hand after read-from-minibuffer.
Richard M. Stallman [Sun, 8 Feb 1998 07:34:28 +0000 (07:34 +0000)]
(occur): Apply default by hand after read-from-minibuffer.
No need to clear text props from the result.
(query-replace-read-args, map-query-replace-regexp):
Offer the FROM arg as the default for the TO arg.

26 years ago(iso-transl-define-keys): Don't add
Richard M. Stallman [Sat, 7 Feb 1998 05:04:28 +0000 (05:04 +0000)]
(iso-transl-define-keys): Don't add
nonascii-insert-offset to ASCII characters.

26 years ago(mouse-avoidance-fancy-hook): Do nothing if button is down.
Richard M. Stallman [Fri, 6 Feb 1998 21:56:29 +0000 (21:56 +0000)]
(mouse-avoidance-fancy-hook): Do nothing if button is down.
(mouse-avoidance-exile-hook, mouse-avoidance-banish-hook): Likewise.

26 years ago(imenu-generic-expression): Doc fix.
Richard M. Stallman [Fri, 6 Feb 1998 21:55:42 +0000 (21:55 +0000)]
(imenu-generic-expression): Doc fix.
(imenu--index-alist): Doc fix.
(imenu-create-index-function): Doc fix.
(imenu-prev-index-position-function): Doc fix.
(imenu-extract-index-name-function): Doc fix.

26 years agoChange argument number of Fdisplay_buffer to 3.
Kenichi Handa [Fri, 6 Feb 1998 13:45:24 +0000 (13:45 +0000)]
Change argument number of Fdisplay_buffer to 3.

26 years ago(GENERIC_FONT_PTR): Commented-out definition deleted.
Richard M. Stallman [Fri, 6 Feb 1998 08:46:39 +0000 (08:46 +0000)]
(GENERIC_FONT_PTR): Commented-out definition deleted.

26 years ago(rmail-clear-headers): Handle the last header in a message correctly.
Richard M. Stallman [Fri, 6 Feb 1998 06:57:40 +0000 (06:57 +0000)]
(rmail-clear-headers): Handle the last header in a message correctly.

26 years ago(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
Richard M. Stallman [Fri, 6 Feb 1998 06:17:17 +0000 (06:17 +0000)]
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.

26 years ago(easy-mmode-define-minor-mode): Fix
Richard M. Stallman [Fri, 6 Feb 1998 06:12:29 +0000 (06:12 +0000)]
(easy-mmode-define-minor-mode): Fix
the doc strings used for the mode flag variable and the keymap.
Delete duplicate &optional's.

26 years ago(font-lock-keywords): Doc fix.
Richard M. Stallman [Fri, 6 Feb 1998 06:10:30 +0000 (06:10 +0000)]
(font-lock-keywords): Doc fix.

26 years ago(Fdescribe_bindings_internal):
Richard M. Stallman [Thu, 5 Feb 1998 03:31:41 +0000 (03:31 +0000)]
(Fdescribe_bindings_internal):
Renamed from Fdescribe_bindings.  New arg NOMENU.
(syms_of_keymap): Corresponding changes.
(describe_buffer_bindings): Get NOMENU out of the arg list.
Pass it along to describe_map_tree.
Improve text of `alternate_heading'.

26 years ago(list2, list3, list4, list5): New functions.
Richard M. Stallman [Thu, 5 Feb 1998 03:28:36 +0000 (03:28 +0000)]
(list2, list3, list4, list5): New functions.

26 years ago(describe-bindings): New command (formerly in keymap.c).
Richard M. Stallman [Thu, 5 Feb 1998 03:26:45 +0000 (03:26 +0000)]
(describe-bindings): New command (formerly in keymap.c).

26 years ago(byte-compile-output-as-comment):
Richard M. Stallman [Thu, 5 Feb 1998 03:25:11 +0000 (03:25 +0000)]
(byte-compile-output-as-comment):
Use the size in bytes for the #@ size integer.

26 years ago(suspend-hook, suspend-resume-hook): New defvars.
Richard M. Stallman [Wed, 4 Feb 1998 21:04:41 +0000 (21:04 +0000)]
(suspend-hook, suspend-resume-hook): New defvars.

26 years agoCustomized.
Stephen Eglen [Wed, 4 Feb 1998 19:24:34 +0000 (19:24 +0000)]
Customized.

26 years ago(vc-ignore-vc-files): New variable.
Dave Love [Wed, 4 Feb 1998 14:20:15 +0000 (14:20 +0000)]
(vc-ignore-vc-files): New variable.
(vc-file-hook, vc-file-not-found-hook): Use it.

26 years agoUse aref instead of sref.
Kenichi Handa [Wed, 4 Feb 1998 11:25:47 +0000 (11:25 +0000)]
Use aref instead of sref.

26 years ago(find-safe-coding-system): Return
Kenichi Handa [Wed, 4 Feb 1998 11:25:47 +0000 (11:25 +0000)]
(find-safe-coding-system): Return
undecided if FROM == TO.
(select-safe-coding-system): Doc-string modified.

26 years ago(compose-chars-component): Return
Kenichi Handa [Wed, 4 Feb 1998 11:25:47 +0000 (11:25 +0000)]
(compose-chars-component): Return
result as unibyte string.
(decompose-composite-char): Doc-string modified.

26 years agoMany codes re-written to adjust for
Kenichi Handa [Wed, 4 Feb 1998 11:25:47 +0000 (11:25 +0000)]
Many codes re-written to adjust for
character-base positioning and for speed up by using
with-temp-file, with-temp-buffer, and princ.

26 years agoDo not require `cl'.
Kenichi Handa [Wed, 4 Feb 1998 11:25:01 +0000 (11:25 +0000)]
Do not require `cl'.
(rule-intersection): New function.
(string-conversion-by-rule): Use rule-intersection instead of
intersection.
(indian-to-devanagari-string): Use aref instead of sref.
(devanagari-decompose-string): Likewise.

26 years ago(encode-hz-region): Do not bind
Kenichi Handa [Wed, 4 Feb 1998 11:25:01 +0000 (11:25 +0000)]
(encode-hz-region): Do not bind
enable-multibyte-characters to nil locally.

26 years agoMove codes which set syntax and category of
Kenichi Handa [Wed, 4 Feb 1998 11:25:01 +0000 (11:25 +0000)]
Move codes which set syntax and category of
Indian characters to international/characters.el.

26 years ago(etags): Fix defgroup syntax. Why should it
Kenichi Handa [Wed, 4 Feb 1998 11:24:28 +0000 (11:24 +0000)]
(etags): Fix defgroup syntax.  Why should it
be done again and again?

26 years ago(copy_text): When copying from multibyte to unibyte, do
Kenichi Handa [Wed, 4 Feb 1998 11:23:28 +0000 (11:23 +0000)]
(copy_text): When copying from multibyte to unibyte, do
not alter ASCII characters.

26 years ago(Fsubst_char_in_region): Handle character-base
Kenichi Handa [Wed, 4 Feb 1998 11:23:28 +0000 (11:23 +0000)]
(Fsubst_char_in_region): Handle character-base
position and byte-base position correctly.
(Fstring_to_char): Give byte size to STRING_CHAR.

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.