1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-16 03:43:50 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
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
Eric M. Ludlam
e9a918f970 Added gud-speedbar-buttons, and support for GDB buttons. 1998-01-23 02:04:20 +00:00
Eric M. Ludlam
3cb6768fd7 Added speedbar support function `Info-speedbar-buttons',
`Info-speedbar-button', and `Info-speedbar-menu'
1998-01-22 23:50:25 +00:00
Stephen Eglen
19a4cb2526 (Fread-string): Doc fix.
(Fread-from-minibuffer): Doc fix.
1998-01-22 17:28:56 +00:00
Kenichi Handa
af933e7786 Encoded by new iso-2022-7bit. 1998-01-22 10:58:45 +00:00
Richard M. Stallman
f70419a8ac (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.
1998-01-22 09:04:36 +00:00
Richard M. Stallman
6209024e1b (SYSTEM_MALLOC): Defined. 1998-01-22 04:37:13 +00:00
Richard M. Stallman
16c9c10f0f (define-compiler-macro): Handle empty arglist. 1998-01-22 02:26:48 +00:00
Richard M. Stallman
5428ee0299 (byte-optimize-form-code-walker):
If compiler-macroexpand is defined, use it.
1998-01-22 02:23:21 +00:00
Kenichi Handa
76b233658b (Finsert_file_contents): Fix previous change. 1998-01-22 02:15:35 +00:00
Kenichi Handa
7e2404fd96 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.
1998-01-22 01:48:25 +00:00
Kenichi Handa
4138c9434c 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.
1998-01-22 01:48:25 +00:00
Kenichi Handa
11b77f144b 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.
1998-01-22 01:48:25 +00:00
Kenichi Handa
539c55ed63 Register coding-priority key in
language-info-alist.
1998-01-22 01:48:25 +00:00
Kenichi Handa
3617715a75 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.
1998-01-22 01:48:25 +00:00
Kenichi Handa
ef60b6365b 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".
1998-01-22 01:47:27 +00:00
Kenichi Handa
18d8be5d24 Adjusted for the change of
make-coding-system and setup-8-bit-environment.
1998-01-22 01:47:27 +00:00
Kenichi Handa
183f11673b Remove setting up of
describe-indian-environment-map and setup-indian-environment-map.
1998-01-22 01:47:27 +00:00