Richard M. Stallman
bdb1c08fb9
(query-replace-from-history-variable): New variable.
...
(query-replace-to-history-variable): New variable.
(query-replace-read-args): Use them.
1998-01-30 23:34:50 +00:00
Dave Love
7977773d3f
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.
1998-01-30 17:49:37 +00:00
Kenichi Handa
8d6179dc27
(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.
1998-01-30 11:05:41 +00:00
Kenichi Handa
4031e2bf0a
(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.
/
1998-01-30 11:05:41 +00:00
Kenichi Handa
2d0aa229c2
(Fsubstitute_command_keys): Declare length_byte out of
...
internal block.
1998-01-30 11:05:41 +00:00
Richard M. Stallman
d566098596
(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.
1998-01-30 02:15:13 +00:00
Stephen Eglen
104221a01d
(type-break-mode): New customize variable to automatically load the package.
...
Other variables customized.
1998-01-29 09:26:38 +00:00
Richard M. Stallman
b533f3c570
(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.
1998-01-29 09:10:09 +00:00
Richard M. Stallman
800c951276
(debug-ignored-errors): Add some elements.
1998-01-29 02:23:44 +00:00
Richard M. Stallman
7b27eb5359
(report-emacs-bug-address):
...
Variable renamed from bug-gnu-emacs. Use defcustom.
(report-emacs-bug-pretest-address): Use defcustom.
1998-01-28 21:02:35 +00:00
Ian Lance Taylor
93aca356d2
Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32.
1998-01-28 18:01:29 +00:00
Kenichi Handa
d9fd228d4d
(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.
1998-01-28 12:38:06 +00:00
Kenichi Handa
8cbbac75ae
(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
...
coding->produced_char here.
(code_convert_region): Initialize LEN_BYTE correctly.
1998-01-28 12:37:25 +00:00
Kenichi Handa
0f56470d73
(syms_of_data): Register multibyte-string-p as a Lisp
...
function.
1998-01-28 12:37:25 +00:00
Kenichi Handa
4996330bfb
(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.
1998-01-28 12:37:25 +00:00
Richard M. Stallman
024bda024c
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.
1998-01-27 20:43:57 +00:00
Richard M. Stallman
8aa3a244a3
(file_name_as_directory): For an empty name, return "/".
1998-01-27 20:07:30 +00:00
Richard M. Stallman
a2286b5c11
(Fcall_process): Test only args past args[4] for multibyteness.
1998-01-27 20:06:51 +00:00
Richard M. Stallman
15d5b889f0
(getit, Cobol_paragraphs, Pascal_functions,
...
Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
Always make named tags.
(Fortran_functions): Grok BLOCK DATA.
1998-01-27 07:15:03 +00:00
Richard M. Stallman
2461dba713
(mldrag-drag-vertical-line): Delete debugging `message'.
1998-01-27 04:24:16 +00:00
Richard M. Stallman
bd4f53cc18
(message_dolog): Cast M to unsigned char * to access bytes.
1998-01-27 04:22:43 +00:00
Richard M. Stallman
e4e1c623dd
New option --no-check.
...
Don't do anything with cpp directory.
1998-01-27 04:17:53 +00:00
Richard M. Stallman
dab2fff990
(rmail): Reinsert the let-binding of enable-local-variables.
1998-01-27 02:02:38 +00:00
Richard M. Stallman
84ee604803
(command_loop_1): Run post-command-hook before,
...
not after, clearing this-command-keys and updating last-command.
1998-01-27 01:45:58 +00:00
Richard M. Stallman
747c1a5ede
Initial revision
1998-01-27 00:46:32 +00:00
Andreas Schwab
28d16ed35b
Customized.
1998-01-26 11:29:46 +00:00
Richard M. Stallman
b8ba68e52b
(byte-optimize-form-code-walker): Fix previous change.
1998-01-26 10:29:25 +00:00
Richard M. Stallman
713ea1de58
Customized.
...
(displaying-byte-compile-warnings):
To avoid error, use (forward-line -1), not previous-line.
1998-01-26 10:28:01 +00:00
Richard M. Stallman
70b40ea144
(byte-compile-inline-expand): Use string-as-unibyte, if it is defined.
1998-01-26 09:48:21 +00:00
Richard M. Stallman
cbff28e8a0
(compare_window_configurations): New function.
1998-01-26 09:04:27 +00:00
Richard M. Stallman
ed73fcc1fa
(internal_equal): Use compare_window_configurations.
1998-01-26 08:47:06 +00:00
Richard M. Stallman
0b9f07b98f
(standard_args): Add "-unibyte" aka "--unibyte".
...
(main): Handle --unibyte.
1998-01-26 03:19:54 +00:00
Richard M. Stallman
fbd410d6df
(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.
1998-01-26 03:14:34 +00:00
Richard M. Stallman
ca69c42f3e
(Funintern): Clear the symbol's obarray field.
1998-01-26 03:11:22 +00:00
Richard M. Stallman
2f348ca38c
(desktop-clear): Don't kill dead buffers.
1998-01-26 03:09:01 +00:00
Richard M. Stallman
cef926f318
(sh-case): Fix paren error.
1998-01-26 02:33:48 +00:00
Dave Love
fea79780e0
(imenu-syntax-alist): New buffer-local variable.
...
(imenu--generic-function): Use it.
(imenu--split-menu): Don't (setcdr nil) with, say, empty functions
list.
1998-01-25 23:06:37 +00:00
Dave Love
73f4895397
(imenu-case-fold-search): New buffer-local variable.
1998-01-25 22:55:08 +00:00
Richard M. Stallman
1c6bb4821d
Comment change.
1998-01-25 07:20:49 +00:00
Richard M. Stallman
a56636aedd
(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'.
1998-01-25 01:57:08 +00:00
Richard M. Stallman
eb35b62861
(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.
1998-01-25 01:55:51 +00:00
Stephen Eglen
5d039c8512
(hscroll-global-mode): New customize variable to automatically load the
...
package.
1998-01-24 16:13:08 +00:00
Stephen Eglen
5e537651cb
Customized.
1998-01-24 11:35:59 +00:00
Richard M. Stallman
9d26aa53a2
(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.
1998-01-24 02:47:47 +00:00
Richard M. Stallman
f3e1e0ddc9
(menu-bar-file-menu): Add Recover Session menu item.
...
(menu-bar-help-menu): Add Getting New Versions, Copying Conditions
and (Non)Warranty menu items.
1998-01-24 02:23:15 +00:00
Dave Love
741e2425d0
(lisp-font-lock-keywords-1): Correct defmethod addition.
1998-01-23 16:50:56 +00:00
Andreas Schwab
b1cb2966f4
(main): Fix interwoven brace and cpp conditional nesting.
1998-01-23 11:06:49 +00:00
Kenichi Handa
1a248d47c9
Delete garbage line "int use_dialog_box".
1998-01-23 10:54:49 +00:00
Richard M. Stallman
862aacbf34
(msb--strip-dir): Use Emacs filename primitives, not regexps.
1998-01-23 06:42:27 +00:00
Eric M. Ludlam
03c9127e39
Added speedbar support for RMAIL files.
1998-01-23 02:14:02 +00:00