1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

20913 Commits

Author SHA1 Message Date
Richard M. Stallman
2190a05e34 (print): Declare local variable C as `int' instead of
`unsigned char' to handle multibyte character code.
1998-02-08 08:27:19 +00:00
Richard M. Stallman
7df74da602 (Fformat): Handle a symbol of which name contains
multibyte characters correctly.
1998-02-08 08:26:52 +00:00
Richard M. Stallman
4a8f3b3db0 (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.
1998-02-08 07:34:28 +00:00
Richard M. Stallman
8845349022 (iso-transl-define-keys): Don't add
nonascii-insert-offset to ASCII characters.
1998-02-07 05:04:28 +00:00
Richard M. Stallman
59fed268c3 (mouse-avoidance-fancy-hook): Do nothing if button is down.
(mouse-avoidance-exile-hook, mouse-avoidance-banish-hook): Likewise.
1998-02-06 21:56:29 +00:00
Richard M. Stallman
35c8b89862 (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.
1998-02-06 21:55:42 +00:00
Kenichi Handa
c257933282 Change argument number of Fdisplay_buffer to 3. 1998-02-06 13:45:24 +00:00
Richard M. Stallman
b7482a5261 (GENERIC_FONT_PTR): Commented-out definition deleted. 1998-02-06 08:46:39 +00:00
Richard M. Stallman
9d21b6279f (rmail-clear-headers): Handle the last header in a message correctly. 1998-02-06 06:57:40 +00:00
Richard M. Stallman
6b17d7568d (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. 1998-02-06 06:17:17 +00:00
Richard M. Stallman
e8fb3d5a5f (easy-mmode-define-minor-mode): Fix
the doc strings used for the mode flag variable and the keymap.
Delete duplicate &optional's.
1998-02-06 06:12:29 +00:00
Richard M. Stallman
caf0dd7116 (font-lock-keywords): Doc fix. 1998-02-06 06:10:30 +00:00
Richard M. Stallman
6cec169a54 (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'.
1998-02-05 03:31:41 +00:00
Richard M. Stallman
c0f51373af (list2, list3, list4, list5): New functions. 1998-02-05 03:28:36 +00:00
Richard M. Stallman
a8ad43aa29 (describe-bindings): New command (formerly in keymap.c). 1998-02-05 03:26:45 +00:00
Richard M. Stallman
17ceb934e4 (byte-compile-output-as-comment):
Use the size in bytes for the #@ size integer.
1998-02-05 03:25:11 +00:00
Richard M. Stallman
4fb1703731 (suspend-hook, suspend-resume-hook): New defvars. 1998-02-04 21:04:41 +00:00
Stephen Eglen
d979dc2b3d Customized. 1998-02-04 19:24:34 +00:00
Dave Love
b499b50bea (vc-ignore-vc-files): New variable.
(vc-file-hook, vc-file-not-found-hook): Use it.
1998-02-04 14:20:15 +00:00
Kenichi Handa
4a027a0dfb Use aref instead of sref. 1998-02-04 11:25:47 +00:00
Kenichi Handa
d5266ddfc2 (find-safe-coding-system): Return
undecided if FROM == TO.
(select-safe-coding-system): Doc-string modified.
1998-02-04 11:25:47 +00:00
Kenichi Handa
afe7af84d2 (compose-chars-component): Return
result as unibyte string.
(decompose-composite-char): Doc-string modified.
1998-02-04 11:25:47 +00:00
Kenichi Handa
1375754c34 Many codes re-written to adjust for
character-base positioning and for speed up by using
with-temp-file, with-temp-buffer, and princ.
1998-02-04 11:25:47 +00:00
Kenichi Handa
27463edec5 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.
1998-02-04 11:25:01 +00:00
Kenichi Handa
39e0da627d (encode-hz-region): Do not bind
enable-multibyte-characters to nil locally.
1998-02-04 11:25:01 +00:00
Kenichi Handa
17bf0affd3 Move codes which set syntax and category of
Indian characters to international/characters.el.
1998-02-04 11:25:01 +00:00
Kenichi Handa
a0eb76e1b1 (etags): Fix defgroup syntax. Why should it
be done again and again?
1998-02-04 11:24:28 +00:00
Kenichi Handa
cb97b980dd (copy_text): When copying from multibyte to unibyte, do
not alter ASCII characters.
1998-02-04 11:23:28 +00:00
Kenichi Handa
84246b955e (Fsubst_char_in_region): Handle character-base
position and byte-base position correctly.
(Fstring_to_char): Give byte size to STRING_CHAR.
1998-02-04 11:23:28 +00:00
Kenichi Handa
2b71bb78b8 (Fiso_charset): Doc-string modified. 1998-02-04 11:23:28 +00:00
Richard M. Stallman
c86b5c786c 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.
1998-02-04 02:40:25 +00:00
Richard Kenner
5ae1a2dc20 Add support for Linux/ARM. 1998-02-03 18:27:31 +00:00
Richard M. Stallman
b70794577c (toggle-enable-multibyte-characters): Use set-buffer-multibyte.
(find-safe-coding-system-list-subset-p): Renamed from list-subset-p.
The call changed also.
1998-02-03 06:29:24 +00:00
Richard M. Stallman
2faef40996 (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.
1998-02-03 06:26:34 +00:00
Richard M. Stallman
0fdb64d4ab (mail-extr-all-letters-but-separators)
(mail-extr-first-letters, mail-extr-last-letters):
Make range start from \240, not from \200.
1998-02-03 06:24:20 +00:00
Richard M. Stallman
ab5c3f933d (Faref, Faset): Allow indexing a char-table
directly by numbers up to CHAR_TABLE_ORDINARY_SLOTS.
1998-02-03 06:22:02 +00:00
Richard M. Stallman
e781c49e61 (Fformat): If MULTIBYTE is changed to 1
after we start computing TOTAL, jump back to `retry' (a new label).
1998-02-03 06:19:34 +00:00
Richard M. Stallman
ea4943bfd6 (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.
1998-02-03 06:17:15 +00:00
Richard M. Stallman
9f43ad8568 (search_buffer): New args pos_byte and lim_byte.
(search_command): Pass new args.
1998-02-03 06:15:42 +00:00
Richard M. Stallman
50fe359bd1 (Fcall_process): Allow creating a new buffer for the output. 1998-02-03 06:14:39 +00:00
Richard M. Stallman
4ab577cd01 (fill-region-as-paragraph): Fix the test for any
non-ASCII characters, for deciding whether to do kinsoku.
1998-02-03 02:37:55 +00:00
Edward M. Reingold
11f23ea2c1 Fix mispelling. 1998-02-02 17:21:49 +00:00
Dan Nicolaescu
b6a386ad60 (hs-special-modes-alist): Improved the regexp for java. 1998-02-02 07:29:59 +00:00
Richard M. Stallman
9e5d67df40 (mldrag-drag-vertical-line): Fix criterion
for the error for trying to move a scroll bar at the frame edge.
1998-02-02 05:42:02 +00:00
Richard M. Stallman
74dfd056e4 (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil. 1998-02-02 01:21:18 +00:00
Richard M. Stallman
0b33ec466a (update-file-autoloads): Give clean errors
if autoloads file is empty or can't be written.
1998-02-02 01:12:18 +00:00
Richard M. Stallman
7f45de2dfc (float_to_string): Handle infinities and NaN specially. 1998-02-02 01:09:35 +00:00
Richard M. Stallman
eb659c4114 (read1): Handle infinities, NaN and -0.0 specially.
(isfloat_string): Accept e+INF and e+NAN as exponents.
1998-02-02 01:08:52 +00:00
Richard M. Stallman
6a7df83b34 (concat): Handle bool-vectors correctly. 1998-02-02 01:06:29 +00:00
Richard M. Stallman
6d4752042a (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.
1998-02-02 01:03:10 +00:00