Kim F. Storm
ad40254121
Call make-doc.exe instead of make-docfile.
1995-10-11 14:44:16 +00:00
Richard M. Stallman
e95a0b39f8
(Fkill_buffer): Don't kill auto save file if not recent.
1995-10-11 14:41:55 +00:00
Kim F. Storm
c429518802
(init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.
...
(reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
1995-10-11 11:48:52 +00:00
Michael Kifer
3cdde0fbb4
Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:
...
menu-bar-ediff-menu is not defined yet.
1995-10-11 05:23:31 +00:00
Richard M. Stallman
c2dd39b26f
(adaptive-fill-function): Change defun to defvar.
1995-10-11 04:59:48 +00:00
Richard M. Stallman
b61a81c2d8
(next-completion): Specify the LIMIT arg when searching for text properties.
1995-10-11 03:11:11 +00:00
Richard M. Stallman
da16d59923
(function-called-at-point, variable-at-point):
...
Don't back up if we start at the beginning of a symbol.
1995-10-10 20:03:31 +00:00
Erik Naggum
6fdc249f09
(buffer-display-table): Document new implementation.
1995-10-09 20:52:43 +00:00
Richard M. Stallman
5534818bda
Doc fixes.
1995-10-09 19:44:26 +00:00
Richard M. Stallman
82380f8474
(view-highlight-face): New variable.
...
(view-search): Use that variable.
1995-10-09 19:42:19 +00:00
Richard M. Stallman
ab4b18358f
Explain when to use make-variable-buffer-local.
1995-10-09 19:39:45 +00:00
Roland McGrath
b1c7e43439
(tags-table-check-computed-list): Map tags-expand-table-name over lists of
...
included tables.
1995-10-09 18:00:54 +00:00
Erik Naggum
ef9c36a54b
New implementation with char-tables.
1995-10-09 17:45:47 +00:00
Richard M. Stallman
fe3acbd4fd
Initial revision
1995-10-09 17:08:20 +00:00
Richard M. Stallman
f3273b6707
(temp_echo_area_glyphs): Restore the old point value.
1995-10-09 16:36:59 +00:00
Noah Friedman
8beb051325
(mail-abbrev-syntax-table): Use equal' instead of
=', in case elts
...
of syntax table are lists, not integers.
1995-10-09 04:49:15 +00:00
Erik Naggum
dcf804a0a9
(ada-gen-treat-proc): Bind procname' and
functype'.
1995-10-09 03:11:29 +00:00
Richard M. Stallman
927e08bef8
(exec_sentinel, read_process_output):
...
Call record_asynch_buffer_change only if caller is reading kbd input.
1995-10-09 00:31:24 +00:00
Erik Naggum
641889d6e9
(view-exit): Delete view-overlay only if it exists.
1995-10-08 19:59:42 +00:00
Richard M. Stallman
14f67fa6a5
(server-start): Try both full hostname and shortened
...
hostname when deleting the socket file.
1995-10-08 19:42:11 +00:00
Richard M. Stallman
d1c1c3d299
Indentation change.
1995-10-08 19:38:53 +00:00
Richard M. Stallman
1a426e9b4c
Fix several minor errors.
1995-10-08 19:38:02 +00:00
Richard M. Stallman
0e7c861135
(desktop-outvar): Support truncation.
...
(desktop-globals-to-save): Doc fix.
1995-10-08 19:37:04 +00:00
Richard M. Stallman
556f7d7737
(command-line): Init user-mail-address here, after reading init file.
...
(normal-top-level): Not here.
1995-10-08 19:30:41 +00:00
Richard M. Stallman
5a31e1d01c
(write_segment): Write valid data in units of 1<<13,
...
but write zeros only a page at a time.
1995-10-08 19:29:57 +00:00
Richard M. Stallman
a96621c61e
(init_buffer_once): Make file_format always local, not just local when set.
1995-10-08 19:26:07 +00:00
Erik Naggum
c96a008cc9
(Fmake_char_table): Initialize parent to nil.
1995-10-08 02:56:45 +00:00
Richard M. Stallman
608ff985d9
(struct Lisp_Boolvector): New data type.
...
(struct Lisp_Char_Table): New structure.
(CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_ORDINARY_SLOTS): New macros.
(CHAR_TABLE_EXTRA_SLOTS): New macro.
(CHECK_CHAR_TABLE): New macro.
(pvec_type): Add PVEC_CHARTABLE and PVEC_BOOLVECTOR.
Move PVEC_BUFFER to a higher bit.
(CHARTABLEP, GC_CHARTABLEP, XSETCHARTABLE, XCHARTABLE): New macros.
(XBOOLVECTOR, XSETBOOLVECTOR, BOOLVECTORP, GC_BOOLVECTORP): New macros.
1995-10-07 22:07:01 +00:00
Richard M. Stallman
4d27698234
(Fchartablep, Fboolvectorp): New functions.
...
(syms_of_data): defsubr them.
(Faref, Faset, Fsequencep): Handle chartables and boolvectors.
1995-10-07 22:04:15 +00:00
Richard M. Stallman
ed2c35efda
(print): Handle chartables and boolvectors.
...
(print_boolvector): New function.
1995-10-07 22:02:20 +00:00
Richard M. Stallman
c239093310
(read1): Handle chartables and boolvectors.
1995-10-07 22:01:39 +00:00
Richard M. Stallman
b5585f5c18
(describe_vector): Use Flength to get length of vector.
1995-10-07 22:00:06 +00:00
Richard M. Stallman
8ea151b23b
(describe_syntax): Handle new syntax-table data format.
...
(Fmodify_syntax_entry, init_syntax_once): Use SET_RAW_SYNTAX_ENTRY.
Handle new syntax-table data format.
(check_syntax_table): Use CHECK_CHAR_TABLE. Now static.
Don't return anything; callers changed.
(Fcopy_syntax_table): Use Fcopy_sequence.
(Fchar_syntax, Fmatching_paren, Fforward_comment): Copy complex args
to SYNTAX into variables before using them.
(Fsyntax_table_p): Accept any char-table.
(syntax_parent_lookup): New function.
(syntax_temp): New variable.
1995-10-07 21:59:28 +00:00
Richard M. Stallman
e46c910e4a
Use char tables as syntax tables.
...
(RAW_SYNTAX, RAW_SYNTAX_MATCH): Macros deleted.
(RAW_SYNTAX_ENTRY, SET_RAW_SYNTAX_ENTRY): New macros.
(SYNTAX, SYNTAX_MATCH): Rewritten.
(SYNTAX_ENTRY, SYNTAX_WITH_FLAGS): New macros.
(SYNTAX_COMSTART_SECOND, SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND)
(SYNTAX_PREFIX, SYNTAX_COMMENT_STYLE): Use SYNTAX_WITH_FLAGS.
1995-10-07 21:55:20 +00:00
Richard M. Stallman
df31bc64f9
(callint_message, callint_message_size): New vars.
...
(syms_of_callint): Set up new vars.
(Fcall_interactively): Keep the prompt in the heap.
1995-10-07 21:54:29 +00:00
Richard M. Stallman
7b07587bc2
(Fmake_chartable, Fmake_boolvector): New functions.
...
(syms_of_alloc): defsubr them.
1995-10-07 21:53:27 +00:00
Richard M. Stallman
e03f793362
(Fset_char_table_range): New function.
...
(make_char_table, Fmap_char_table): New function.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): New functions.
(Fcopy_sequence, Felt, internal_equal, Ffillarray):
Handle chartables and boolvectors.
(Flength, concat): Handle boolvectors as args.
(Flength): Handle chartables as args.
1995-10-07 21:52:15 +00:00
Richard M. Stallman
ce0af8d5e4
(bytecode.o): Depend on syntax.h.
1995-10-07 16:07:24 +00:00
Richard M. Stallman
95e7d9333d
(byte-compile-from-buffer): Bind print-level.
1995-10-06 22:42:19 +00:00
Richard M. Stallman
4c4cbf11f6
(newline): Call barf-if-buffer-read-only.
1995-10-06 22:40:25 +00:00
Richard M. Stallman
9ebce7e10d
Fix typo calling iso-accents-customize.
...
(iso-accents-compose): If this-command is non-nil, do prompt.
1995-10-06 15:12:44 +00:00
Michael Kifer
730cce4a6c
Added ${lispsource}ediff-hook.elc after vc-hooks.
1995-10-06 04:36:30 +00:00
Michael Kifer
a63926dbf3
Added (load "ediff-hook") after loading vc-hook.
1995-10-06 01:20:06 +00:00
Michael Kifer
87c668b46d
(ediff-files,ediff-merge-files): better file-name defaults.
...
(ediff-split-string): new function.
(ediff-exec-process): now handles diff args separated by space.
(ediff-backup-extension): new variable.
Replaced -hooks with -hook.
(ediff-revision-key): variable deleted.
Moved menubar definitions to a new file, ediff-hook.el
1995-10-06 01:01:08 +00:00
Michael Kifer
6853a93735
(ediff-make-frame-position): fixed bugs.
...
(ediff-control-frame-parameters): fixed defaults.
1995-10-06 01:00:10 +00:00
Michael Kifer
651342bcb1
(ediff-toggle-read-only,ediff-read-file-name):
...
replaced abbreviate-file-name with ediff-abbreviate-file-name.
(ediff-documentation): bug fix.
(ediff-setup,ediff-really-quit): modified to work with Ediff session groups.
(ediff-quit,ediff-really-quit): now ask if the user wants to delete buffers.
1995-10-06 00:59:04 +00:00
Michael Kifer
fa2eb9acd2
Initial revision
1995-10-06 00:57:20 +00:00
Michael Kifer
c439fb3045
*** empty log message ***
1995-10-06 00:56:53 +00:00
Michael Kifer
8343426b70
(ediff-abbreviate-file-name): function modified.
...
(ediff-truncate-string-left): new function.
(ediff-strip-last-dir,ediff-key-press-event-p,ediff-event-point,
ediff-event-buffer): new functions.
(ediff-frame-has-menubar,ediff-protect-meta-chars): functions deleted.
1995-10-06 00:55:57 +00:00
Michael Kifer
4ad42cb56d
(ediff-setup-diff-regions,ediff-setup-diff-regions3,
...
ediff-setup-fine-diff-regions): functions modified.
(ediff-shell-command,ediff-shell-command-sentinel,
ediff-shell-command-filter): deleted.
(ediff-exec-process,ediff-process-sentinel,ediff-process-filter): new.
1995-10-06 00:54:28 +00:00