bpt/emacs.git
29 years ago(seed_random): Renamed from srandom.
Karl Heuer [Thu, 19 Jan 1995 23:37:10 +0000 (23:37 +0000)]
(seed_random): Renamed from srandom.
(get_random): Renamed from random.  Return VALBITS random bits.

29 years ago(Frandom): Call seed_random and get_random.
Karl Heuer [Thu, 19 Jan 1995 23:36:43 +0000 (23:36 +0000)]
(Frandom): Call seed_random and get_random.

29 years ago(remote-shell-program): Reorder search path.
Karl Heuer [Thu, 19 Jan 1995 22:24:43 +0000 (22:24 +0000)]
(remote-shell-program): Reorder search path.

29 years ago(xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree,
Karl Heuer [Thu, 19 Jan 1995 21:57:20 +0000 (21:57 +0000)]
(xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree,
xobjfwd, xoverlay, xwindow_configuration): New macros.

29 years ago(print): Print internal types too, for debugging.
Karl Heuer [Thu, 19 Jan 1995 21:09:50 +0000 (21:09 +0000)]
(print): Print internal types too, for debugging.
Print appropriate message for invalid pseudovector or misc type.

29 years ago(term_get_fkeys_1): Bug fix for function key above f19.
Richard M. Stallman [Thu, 19 Jan 1995 18:56:43 +0000 (18:56 +0000)]
(term_get_fkeys_1): Bug fix for function key above f19.

29 years ago(subst_char_in_region_unwind): New function.
Richard M. Stallman [Thu, 19 Jan 1995 18:56:10 +0000 (18:56 +0000)]
(subst_char_in_region_unwind): New function.
(Fsubst_char_in_region): Use it to make undo_list t temporarily.

29 years ago(help-for-help): Doc fix.
Richard M. Stallman [Thu, 19 Jan 1995 18:50:26 +0000 (18:50 +0000)]
(help-for-help): Doc fix.

29 years agoComment change.
Richard M. Stallman [Thu, 19 Jan 1995 18:50:09 +0000 (18:50 +0000)]
Comment change.

29 years ago(make-help-screen): Use *only* local-map to look up keys.
Richard M. Stallman [Thu, 19 Jan 1995 18:49:48 +0000 (18:49 +0000)]
(make-help-screen): Use *only* local-map to look up keys.

29 years ago*** empty log message ***
Richard M. Stallman [Thu, 19 Jan 1995 07:25:03 +0000 (07:25 +0000)]
*** empty log message ***

29 years agoRevert Jan 15 and Jan 5 changes.
Richard M. Stallman [Thu, 19 Jan 1995 07:18:47 +0000 (07:18 +0000)]
Revert Jan 15 and Jan 5 changes.

29 years ago(internal_self_insert): Don't test current_column
Richard M. Stallman [Thu, 19 Jan 1995 04:34:02 +0000 (04:34 +0000)]
(internal_self_insert): Don't test current_column
when deciding to call auto_fill_function.

29 years ago(fill-region-as-paragraph): left-margin renamed to current-left-margin.
Richard M. Stallman [Thu, 19 Jan 1995 04:29:17 +0000 (04:29 +0000)]
(fill-region-as-paragraph): left-margin renamed to current-left-margin.

29 years ago(current-justification): Renamed from current-justification. Callers changed.
Richard M. Stallman [Thu, 19 Jan 1995 04:27:15 +0000 (04:27 +0000)]
(current-justification): Renamed from current-justification.  Callers changed.

29 years ago(do-auto-fill): justification renamed to current-justification.
Richard M. Stallman [Thu, 19 Jan 1995 04:26:55 +0000 (04:26 +0000)]
(do-auto-fill): justification renamed to current-justification.

29 years ago(move-to-left-margin): justification renamed to current-justification.
Richard M. Stallman [Thu, 19 Jan 1995 04:26:35 +0000 (04:26 +0000)]
(move-to-left-margin): justification renamed to current-justification.

29 years ago(do-auto-fill): Fill, don't fill, or fill-and-justify
Richard M. Stallman [Thu, 19 Jan 1995 04:21:56 +0000 (04:21 +0000)]
(do-auto-fill): Fill, don't fill, or fill-and-justify
depending on setting of justification text-property.  Respect
left-margin and right-margin text properties.
(open-line, indent-new-comment-line): Inherit when inserting.
(newline-and-indent, reindent-then-newline-and-indent): Doc fix.

29 years ago(set-justification): New function.
Richard M. Stallman [Thu, 19 Jan 1995 04:20:52 +0000 (04:20 +0000)]
(set-justification): New function.
(set-justification-{none,left,right,full,center}): New functions.
(fill-region-as-paragraph, fill-region, justify-current-line): New
arg NOSQUEEZE defeats normal removal of extra whitespace.
(fill-region-as-paragraph, fill-region)
(fill-nonuniform-paragraphs, fill-individual-paragraphs):
Arg JUSTIFY-FLAG (JUSTIFYP) renamed to JUSTIFY.
(fill-region-as-paragraph): Obey left-margin; fill-prefix starts
after left-margin.  Disable filling if JUSTIFY == none, but indent to
margin anyway.
Adaptive-fill removes text-props from fill-prefixes it finds.
Adaptive-fill no longer has to notice left-margin: std fill does that.
Use fill-column and canonically-space-region functions.
(canonically-space-region): New fn split from fill-region-as-paragraph.
(fill-region): New args NOSQUEEZE (as above) and TO-EOP.
(default-justification): New variable.
(current-left-margin, fill-column, justification): New functions.
(fill-paragraph): Use fill-region-as-paragraph when possible.
(justify-current-line): New arguments; different kinds of
justification handled.  Uses left-margin and fill-column functions.

29 years ago(standard-indent): New variable.
Richard M. Stallman [Thu, 19 Jan 1995 04:15:32 +0000 (04:15 +0000)]
(standard-indent): New variable.
(alter-text-property, current-left-margin, move-to-left-margin)
(delete-to-left-margin, set-left-margin, set-right-margin)
(increase-left-margin, decrease-left-margin, increase-right-margin)
(decrease-right-margin, indent-line-to): New functions.
(indent-to-left-margin): Use indent-line-to.  Don't delete or
insert anything unless necessary.

29 years ago(center-line): Use current-left-margin function, not variable.
Richard M. Stallman [Thu, 19 Jan 1995 04:04:28 +0000 (04:04 +0000)]
(center-line): Use current-left-margin function, not variable.

29 years ago(completion-separator-self-insert-autofilling):
Richard M. Stallman [Thu, 19 Jan 1995 04:02:50 +0000 (04:02 +0000)]
(completion-separator-self-insert-autofilling):
Don't check fill-column; do-auto-fill will do that.

29 years ago(forward-paragraph): Fix end-of-buffer bug.
Richard M. Stallman [Thu, 19 Jan 1995 04:02:06 +0000 (04:02 +0000)]
(forward-paragraph): Fix end-of-buffer bug.

29 years agoDon't include sys/param.h.
Richard M. Stallman [Wed, 18 Jan 1995 23:23:58 +0000 (23:23 +0000)]
Don't include sys/param.h.
(MAXPATHLEN): Definition deleted.

29 years ago(check-ispell-version): Use Fundamental mode in the temporary buffer.
Richard M. Stallman [Wed, 18 Jan 1995 23:07:22 +0000 (23:07 +0000)]
(check-ispell-version): Use Fundamental mode in the temporary buffer.

29 years ago(Qtemp_buffer_show_hook): New hook.
Richard M. Stallman [Wed, 18 Jan 1995 22:13:34 +0000 (22:13 +0000)]
(Qtemp_buffer_show_hook): New hook.
(syms_of_window): Init and staticpro it.
(temp_output_buffer_show): Run the hook.

29 years ago(scribe-mode): Treat @: as a sentence end.
Richard M. Stallman [Wed, 18 Jan 1995 22:12:32 +0000 (22:12 +0000)]
(scribe-mode): Treat @: as a sentence end.

29 years agoUse byte-compile-dynamic.
Richard M. Stallman [Wed, 18 Jan 1995 22:11:26 +0000 (22:11 +0000)]
Use byte-compile-dynamic.

29 years ago(etags-file-of-tag): Use a regexp search to find the file name,
Roland McGrath [Wed, 18 Jan 1995 21:57:03 +0000 (21:57 +0000)]
(etags-file-of-tag): Use a regexp search to find the file name,
allowing it to contain any char but a newline.

29 years agoChange all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
Karl Heuer [Wed, 18 Jan 1995 20:52:48 +0000 (20:52 +0000)]
Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.

29 years ago[!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h
Karl Heuer [Wed, 18 Jan 1995 20:47:36 +0000 (20:47 +0000)]
[!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h
(re_compile_fastmap, re_match_2_internal): Use that macro instead of testing
SWITCH_ENUM_BUG.

29 years ago(SWITCH_ENUM_CAST): New macro.
Karl Heuer [Wed, 18 Jan 1995 20:13:17 +0000 (20:13 +0000)]
(SWITCH_ENUM_CAST): New macro.

29 years ago(check-ispell-version): Force standard syntax table.
Karl Heuer [Wed, 18 Jan 1995 20:00:08 +0000 (20:00 +0000)]
(check-ispell-version): Force standard syntax table.

29 years ago(remote-compile): Use new global remote-shell-program.
Karl Heuer [Wed, 18 Jan 1995 19:47:52 +0000 (19:47 +0000)]
(remote-compile): Use new global remote-shell-program.

29 years ago(rsh): Use new global remote-shell-program.
Karl Heuer [Wed, 18 Jan 1995 19:47:32 +0000 (19:47 +0000)]
(rsh): Use new global remote-shell-program.

29 years ago(ange-ftp-gateway-program, ange-ftp-shell-command): Use new global
Karl Heuer [Wed, 18 Jan 1995 19:46:22 +0000 (19:46 +0000)]
(ange-ftp-gateway-program, ange-ftp-shell-command): Use new global
remote-shell-program.

29 years ago(remote-shell-program): New var.
Karl Heuer [Wed, 18 Jan 1995 19:46:00 +0000 (19:46 +0000)]
(remote-shell-program): New var.

29 years ago* etags.c (longopts, print_help, main): Use -I as abbreviation
Francesco Potortì [Wed, 18 Jan 1995 10:14:19 +0000 (10:14 +0000)]
* etags.c (longopts, print_help, main): Use -I as abbreviation
for the --ignore-indentation option.
(main): Do not print an error message for unknown options.

29 years ago(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman [Wed, 18 Jan 1995 04:51:29 +0000 (04:51 +0000)]
(gud-gdb-find-file): Propagate debug menu to found buffers.
(gud-dbx-find-file, gud-xdb-find-file, gud-sdb-find-file, gud-perldb-find-file):
Likewise.
(gud-menu-map): New variable.
(gud-mode): Use gud-menu-map and move the menu-setting outside.

29 years ago(dbx): Fix missing cast of $curline for Irix.
Richard M. Stallman [Tue, 17 Jan 1995 22:31:45 +0000 (22:31 +0000)]
(dbx): Fix missing cast of $curline for Irix.
(gud-irixdbx-marker-filter): Make $curline cast consistent with the others.

29 years ago(pascal-mode-map, pascal-outline-map):
Richard M. Stallman [Tue, 17 Jan 1995 20:53:31 +0000 (20:53 +0000)]
(pascal-mode-map, pascal-outline-map):
C-c C-b now inserts block.  C-c C-d does goto-defun.
`#' calls on electric-pascal-hash.
(pascal-calculate-indent, pascal-indent-alist)
(electric-pascal-tab, pascal-indent-case):
Better handling of indent within case.  Support for CPP.
The `;' in the last statement of a subblock may be omitted.
(electric-pascal-hash): New function.

29 years agoMake sure the event read by comint-dynamic-list-completions isn't
Simon Marshall [Tue, 17 Jan 1995 10:33:24 +0000 (10:33 +0000)]
Make sure the event read by comint-dynamic-list-completions isn't
something like a switch-frame event before running
mouse-choose-completion.

29 years ago(command-line-1): Handle -f with kbd macro.
Richard M. Stallman [Tue, 17 Jan 1995 02:33:49 +0000 (02:33 +0000)]
(command-line-1): Handle -f with kbd macro.

29 years ago(list_buffers_1, Flist_buffers): Functions deleted.
Richard M. Stallman [Tue, 17 Jan 1995 02:33:24 +0000 (02:33 +0000)]
(list_buffers_1, Flist_buffers): Functions deleted.

29 years ago(message_dolog): Ignore narrowing.
Karl Heuer [Tue, 17 Jan 1995 02:29:16 +0000 (02:29 +0000)]
(message_dolog): Ignore narrowing.
Use low-level functions, to bypass modification and motion hooks.

29 years ago(redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window
Karl Heuer [Tue, 17 Jan 1995 01:52:22 +0000 (01:52 +0000)]
(redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window
field column_number_displayed instead of a global flag.

29 years ago(struct window): New member column_number_displayed.
Karl Heuer [Tue, 17 Jan 1995 01:51:57 +0000 (01:51 +0000)]
(struct window): New member column_number_displayed.

29 years ago(write_glyphs, insert_glyphs): Call checkmagic.
Karl Heuer [Tue, 17 Jan 1995 00:18:55 +0000 (00:18 +0000)]
(write_glyphs, insert_glyphs): Call checkmagic.

29 years agoDeclare checkmagic.
Karl Heuer [Tue, 17 Jan 1995 00:18:36 +0000 (00:18 +0000)]
Declare checkmagic.

29 years ago(cmcheckmagic): New function.
Karl Heuer [Tue, 17 Jan 1995 00:18:20 +0000 (00:18 +0000)]
(cmcheckmagic): New function.

29 years ago(calendar): Doc fix.
Karl Heuer [Mon, 16 Jan 1995 22:59:42 +0000 (22:59 +0000)]
(calendar): Doc fix.

29 years ago(standard-display-ascii): Doc fix. Allow use with X.
Karl Heuer [Mon, 16 Jan 1995 22:57:31 +0000 (22:57 +0000)]
(standard-display-ascii): Doc fix.  Allow use with X.

29 years ago(iso-aggressive-german-trans-tab): Doc fix.
Karl Heuer [Mon, 16 Jan 1995 22:48:03 +0000 (22:48 +0000)]
(iso-aggressive-german-trans-tab): Doc fix.
(iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix.

29 years ago(kbd_buffer_store_event): Cast arg of bcopy.
Richard M. Stallman [Mon, 16 Jan 1995 06:48:15 +0000 (06:48 +0000)]
(kbd_buffer_store_event): Cast arg of bcopy.

29 years ago(r_alloc_init): Remove unused variable END.
Roland McGrath [Sun, 15 Jan 1995 13:04:55 +0000 (13:04 +0000)]
(r_alloc_init): Remove unused variable END.

29 years ago(vc-do-command): Use set-buffer-modified-p instead of not-modified.
Roland McGrath [Sun, 15 Jan 1995 11:00:38 +0000 (11:00 +0000)]
(vc-do-command): Use set-buffer-modified-p instead of not-modified.

29 years ago(not-modified): Doc fix.
Roland McGrath [Sun, 15 Jan 1995 10:59:20 +0000 (10:59 +0000)]
(not-modified): Doc fix.

29 years ago(etags-tags-completion-table): Don't let match string contain a \177.
Roland McGrath [Sun, 15 Jan 1995 09:43:29 +0000 (09:43 +0000)]
(etags-tags-completion-table): Don't let match string contain a \177.

29 years ago(vc-directory): Prompt for a directory, not a file.
Karl Heuer [Sat, 14 Jan 1995 03:10:53 +0000 (03:10 +0000)]
(vc-directory): Prompt for a directory, not a file.

29 years ago(Fpurecopy): Mask size field when copying pseudovector.
Karl Heuer [Sat, 14 Jan 1995 02:19:32 +0000 (02:19 +0000)]
(Fpurecopy): Mask size field when copying pseudovector.

29 years agoDeclare Qrear_nonsticky.
Richard M. Stallman [Fri, 13 Jan 1995 08:45:30 +0000 (08:45 +0000)]
Declare Qrear_nonsticky.

29 years ago(Vuse_hard_newlines): New variable.
Richard M. Stallman [Fri, 13 Jan 1995 08:45:07 +0000 (08:45 +0000)]
(Vuse_hard_newlines): New variable.
(Fnewline): If use_hard_newlines is on, mark inserted
newline(s) with `hard' property, marked rear-nonsticky.

29 years ago(forward-paragraph): Notice use-hard-newlines value.
Richard M. Stallman [Fri, 13 Jan 1995 08:44:43 +0000 (08:44 +0000)]
(forward-paragraph): Notice use-hard-newlines value.
(looking-at-hard): New function.
(paragraph-start, paragraph-separate): Doc fix.

29 years ago(fill-region-as-paragraph): Don't modify newline
Richard M. Stallman [Fri, 13 Jan 1995 08:44:26 +0000 (08:44 +0000)]
(fill-region-as-paragraph): Don't modify newline
at end of paragraph, to make sure text-properties are preserved.
(fill-paragraph): Call fill-region, not fill-region-as-paragraph,
to avoid clobbering paragraph-internal hard-newlines.
(fill-region): If use-hard-newlines is on, divide into
"paragraphs" by breaking at every hard newline, temporarily
ignoring paragraph-start.

29 years ago(open-line, split-line, next-line): Use `newline'
Richard M. Stallman [Fri, 13 Jan 1995 08:43:40 +0000 (08:43 +0000)]
(open-line, split-line, next-line): Use `newline'
function to insert newline so it will be marked hard if appropriate.
(indent-new-comment-line): Use `newline' function, unless called
with (new) argument.
(do-auto-fill): Call indent-new-comment-line with argument to
make newline soft.

29 years ago(list-buffers): Fix previous change.
Richard M. Stallman [Fri, 13 Jan 1995 08:25:52 +0000 (08:25 +0000)]
(list-buffers): Fix previous change.

29 years agoFix previous change.
Richard M. Stallman [Fri, 13 Jan 1995 08:24:35 +0000 (08:24 +0000)]
Fix previous change.

29 years ago(list-buffers): New function.
Richard M. Stallman [Fri, 13 Jan 1995 08:14:25 +0000 (08:14 +0000)]
(list-buffers): New function.
(ctl-x-map): Define C-x C-b to list-buffers.

29 years ago(printchar, strout): Call message_dolog.
Karl Heuer [Fri, 13 Jan 1995 02:22:54 +0000 (02:22 +0000)]
(printchar, strout): Call message_dolog.

29 years agoDeclare message_dolog.
Karl Heuer [Fri, 13 Jan 1995 02:22:37 +0000 (02:22 +0000)]
Declare message_dolog.

29 years ago(message_log_need_newline): New var.
Karl Heuer [Fri, 13 Jan 1995 02:22:14 +0000 (02:22 +0000)]
(message_log_need_newline): New var.
(message_dolog): New function, extracted from message2.

29 years ago(easy-menu-define): Doc fix.
Karl Heuer [Fri, 13 Jan 1995 00:35:28 +0000 (00:35 +0000)]
(easy-menu-define): Doc fix.

29 years agoDon't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
Karl Heuer [Fri, 13 Jan 1995 00:02:43 +0000 (00:02 +0000)]
Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.

29 years ago(DONT_COPY_FLAG): Default this to 1.
Karl Heuer [Fri, 13 Jan 1995 00:00:23 +0000 (00:00 +0000)]
(DONT_COPY_FLAG): Default this to 1.
(mark_object): Use the same XOR expression as elsewhere.
(gc_sweep): Don't touch DONT_COPY_FLAG here; this one is a real size field,
not a mangled pointer.

29 years ago(revert-buffer): Recompute buffer-file-truename.
Richard M. Stallman [Thu, 12 Jan 1995 23:45:01 +0000 (23:45 +0000)]
(revert-buffer): Recompute buffer-file-truename.

29 years ago(internal_equal): Delete redundant tests.
Karl Heuer [Thu, 12 Jan 1995 23:18:19 +0000 (23:18 +0000)]
(internal_equal): Delete redundant tests.
Mask size field when comparing pseudovectors.
(Frandom): Use VALBITS instead of hardcoded constants.

29 years ago(indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.
Richard M. Stallman [Thu, 12 Jan 1995 22:45:50 +0000 (22:45 +0000)]
(indent-c-exp): Handle `{ if (x)\n  foo;\n  bar;' case.

29 years ago(indent-c++-exp): Handle `{ if (x)\n foo;\n bar;' case.
Richard M. Stallman [Thu, 12 Jan 1995 22:45:24 +0000 (22:45 +0000)]
(indent-c++-exp): Handle `{ if (x)\n  foo;\n  bar;' case.

29 years ago(find-backup-file-name): Run a file name handler.
Richard M. Stallman [Thu, 12 Jan 1995 21:05:07 +0000 (21:05 +0000)]
(find-backup-file-name): Run a file name handler.
(backup-buffer): Do nothing if backup-info is nil.

29 years ago(ange-ftp-set-buffer-mode): Don't set make-backup-files.
Richard M. Stallman [Thu, 12 Jan 1995 21:03:32 +0000 (21:03 +0000)]
(ange-ftp-set-buffer-mode): Don't set make-backup-files.
(ange-ftp-real-find-backup-file-name): New function.
(ange-ftp-find-backup-file-name): New function.
Use it to handle find-backup-file-name.

29 years ago(unexec): Cast value of sbrk.
Richard M. Stallman [Thu, 12 Jan 1995 21:02:30 +0000 (21:02 +0000)]
(unexec): Cast value of sbrk.
(run_time_remap): Cast arg to brk.
(brk_value): Renamed from Brk.
(is_it): Cast 1st arg of mmap.

29 years ago(internal_equal): Once again use a switch.
Richard M. Stallman [Thu, 12 Jan 1995 21:01:31 +0000 (21:01 +0000)]
(internal_equal): Once again use a switch.

29 years agoGlobal polishing, some bugs corrected, dynamic allocation used instead
Francesco Potortì [Thu, 12 Jan 1995 17:05:37 +0000 (17:05 +0000)]
Global polishing, some bugs corrected, dynamic allocation used instead
of fixed length static buffers in many places.
* etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
(append_to_tagfile, typedefs, typedefs_and_cplusplus,
 constantypedefs, update, vgrind_style, no_warnings,
 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
(permit_duplicates): Was a var, now a #define.
(filename_lb): Was global, now local to main.
(main): Open the tag file when in cxref mode.
Use a BUFSIZ size buffer for making the shell commands.
Look at the return value from the system routine.
Exit when cannot open the tag file.
(process_file): Open the file and pass the FILE* to find_entries.
(find_entries): Now void, because does not open the file itself.
(pfnote): Recovering from lack of memory does not work.  Removed.
Use savenstr and simplify the code.
(free_tree): Only free the name space if node is named.
(structtag): Now a pointer, not a fixed length array of chars.
(consider_token): Don't take a token as argument.  Use savenstr
when saving a tag in structtag.  Callers changed.
(TOKEN): Structure changed.  Now used only in C_entries.
(TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
(C_entries): nameb and savenameb deleted.  Use dinamic allocation.
(pfcnt): Deleted.  Users updated.
(getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
 TEX_getit, prolog_getit): Use dinamic allocation for storing
the tag instead of a fixed size buffer.

29 years ago(mouse-select-buffer) Handle an aborted selection.
Richard M. Stallman [Thu, 12 Jan 1995 06:59:56 +0000 (06:59 +0000)]
(mouse-select-buffer) Handle an aborted selection.

29 years ago(etags-goto-tag-location): Add 1 to char positions in TAGS.
Richard M. Stallman [Thu, 12 Jan 1995 05:50:13 +0000 (05:50 +0000)]
(etags-goto-tag-location): Add 1 to char positions in TAGS.

29 years ago(define-derived-mode): Doc fix.
Richard M. Stallman [Wed, 11 Jan 1995 17:27:35 +0000 (17:27 +0000)]
(define-derived-mode): Doc fix.

29 years agoPut height and width from geometry parm into default-frame-alist.
Richard M. Stallman [Wed, 11 Jan 1995 04:44:10 +0000 (04:44 +0000)]
Put height and width from geometry parm into default-frame-alist.

29 years ago(main): Skip past the colon in inname.
Richard M. Stallman [Wed, 11 Jan 1995 03:36:30 +0000 (03:36 +0000)]
(main): Skip past the colon in inname.

29 years ago(DONT_COPY_FLAG): Fix typo.
Karl Heuer [Wed, 11 Jan 1995 03:00:32 +0000 (03:00 +0000)]
(DONT_COPY_FLAG): Fix typo.

29 years ago(isearch-edit-string): Disable message logging.
Karl Heuer [Wed, 11 Jan 1995 02:24:09 +0000 (02:24 +0000)]
(isearch-edit-string): Disable message logging.
(isearch-toggle-case-fold, isearch-message): Likewise.

29 years agoUse large constants for Lisp_Misc_Type.
Karl Heuer [Wed, 11 Jan 1995 02:13:20 +0000 (02:13 +0000)]
Use large constants for Lisp_Misc_Type.
Add some function declarations.

29 years ago(Fgarbage_collect): Don't log the GC message.
Karl Heuer [Wed, 11 Jan 1995 02:04:58 +0000 (02:04 +0000)]
(Fgarbage_collect): Don't log the GC message.

29 years ago(message1_nolog): New function.
Karl Heuer [Wed, 11 Jan 1995 02:03:00 +0000 (02:03 +0000)]
(message1_nolog): New function.

29 years ago(Vmessage_log_max): New var.
Karl Heuer [Wed, 11 Jan 1995 01:55:01 +0000 (01:55 +0000)]
(Vmessage_log_max): New var.
(syms_of_xdisp): defvar and initialize it.
(message2_nolog): Renamed from message2.
(message2): Log messages, then call message2_nolog.

29 years ago(echo): Don't log the key echoes.
Karl Heuer [Wed, 11 Jan 1995 01:53:36 +0000 (01:53 +0000)]
(echo): Don't log the key echoes.

29 years agoDeclare all non-returning functions `void'.
Karl Heuer [Wed, 11 Jan 1995 01:40:25 +0000 (01:40 +0000)]
Declare all non-returning functions `void'.
(insert_1): Make non-static.  New arg PREPARE.  All callers changed.

29 years ago(dired-insert-directory): Don't call expand-file-name
Richard M. Stallman [Wed, 11 Jan 1995 01:28:22 +0000 (01:28 +0000)]
(dired-insert-directory): Don't call expand-file-name
when dir-or-list is a list.

29 years ago(DONT_COPY_FLAG): New bit flag.
Richard M. Stallman [Wed, 11 Jan 1995 01:19:09 +0000 (01:19 +0000)]
(DONT_COPY_FLAG): New bit flag.
(mark_object, gc_sweep, compact_strings): Use it.

29 years ago(main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
Richard M. Stallman [Wed, 11 Jan 1995 01:18:41 +0000 (01:18 +0000)]
(main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
       SIGCPULIM, if they are defined.

29 years ago(struct Lisp_Free, struct Lisp_Marker, etc.):
Richard M. Stallman [Wed, 11 Jan 1995 01:17:49 +0000 (01:17 +0000)]
(struct Lisp_Free, struct Lisp_Marker, etc.):
Make the `type' field just 16 bits, and declare as int.
Add explicit spacer field after it.
(struct Lisp_Marker): New field insertion_type.