bpt/emacs.git
28 years ago[HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Geoff Voelker [Tue, 7 Nov 1995 07:26:18 +0000 (07:26 +0000)]
[HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Don't initialize terminal mode when using window system.
[HAVE_NTGUI] (BUFFER_SIZE_FACTOR): Increase for use with window system.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.
Geoff Voelker [Tue, 7 Nov 1995 07:25:15 +0000 (07:25 +0000)]
[HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.

Use FRAME_WINDOW_P instead of testing for specific window system frames.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Geoff Voelker [Tue, 7 Nov 1995 07:23:14 +0000 (07:23 +0000)]
[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker [Tue, 7 Nov 1995 07:20:59 +0000 (07:20 +0000)]
[HAVE_NTGUI]: Include w32term.h.
[HAVE_NTGUI] (KBD_BUFFER_SIZE): Increase for NT window system.
[HAVE_NTGUI] (POLL_FOR_INPUT): Define.
[HAVE_NTGUI] (kbd_buffer_get_event): Enable windowing and menu events.
[HAVE_NTGUI] (lispy_function_keys): Define array for NT.
[HAVE_NTGUI] (make_lispy_event): Enable menu bar events.
[HAVE_NTGUI] (modify_event_symbol): Map symbol to keysym.
[HAVE_NTGUI] (read_char_x_menu_prompt): Display menus.

(FUNCTION_KEY_OFFSET): New macro.
(make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes
before applying modifiers.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
Geoff Voelker [Tue, 7 Nov 1995 07:19:52 +0000 (07:19 +0000)]
[HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.
Use FRAME_WINDOW_P instead of testing for specific window system frames.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago(output_method): New method: output_win32.
Geoff Voelker [Tue, 7 Nov 1995 07:18:50 +0000 (07:18 +0000)]
(output_method): New method: output_win32.
(output_data): New data: win32.
(FRAME_WIN32_P): New macro.
[HAVE_NTGUI] (external_menu_bar): Define variable.
[HAVE_NTGUI] (FRAME_EXTERNAL_MENU_BAR): Defined macro.
[HAVE_X_WINDOWS] (FRAME_WINDOW_P): Macro defined.

28 years ago[HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.
Geoff Voelker [Tue, 7 Nov 1995 07:18:17 +0000 (07:18 +0000)]
[HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.

28 years ago[HAVE_NTGUI]: Declare Vwindow_system.
Geoff Voelker [Tue, 7 Nov 1995 07:16:44 +0000 (07:16 +0000)]
[HAVE_NTGUI]: Declare Vwindow_system.
[HAVE_NTGUI] (main): Enable inhibit_window_system.
Initialize environment from registry.
Declare syms of Win32 windowing modules.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker [Tue, 7 Nov 1995 07:14:59 +0000 (07:14 +0000)]
[HAVE_NTGUI]: Include w32term.h.
Include dispextern.h before cm.h since dispextern.h includes windows.h.
[HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines,
update_frame, update_line): Test for WIN32 frame.
[HAVE_NTGUI] (init_display): Initialize WIN32 window system.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years ago[HAVE_NTGUI]: Include win32.h.
Geoff Voelker [Tue, 7 Nov 1995 07:13:46 +0000 (07:13 +0000)]
[HAVE_NTGUI]: Include win32.h.
HAVE_NTGUI] (struct frame_glyphs): Include pixel fields.
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.

28 years agoBreak the hard link on alloca.c.
Karl Heuer [Mon, 6 Nov 1995 22:05:26 +0000 (22:05 +0000)]
Break the hard link on alloca.c.

28 years ago(debug_print): Print newline to stderr, too.
Erik Naggum [Mon, 6 Nov 1995 18:31:51 +0000 (18:31 +0000)]
(debug_print): Print newline to stderr, too.

28 years ago* etags.c (get_lang_from_name, get_lang_from_interpreter,
Francesco Potortì [Mon, 6 Nov 1995 17:21:24 +0000 (17:21 +0000)]
* etags.c (get_lang_from_name, get_lang_from_interpreter,
get_lang_from_suffix): New functions.
(get_language): Function deleted.
(lang_entry): Two members added to struct.
(lang_names): Reflect the new layout of lang_entry.
(print_language_names, main, find_entries): Use the new functions.
(find_entries): Look at the first line for #! if no language.
(C_entries): Invalidate the token when funcdef is reset.
(Perl_functions): New function.
(lang_suffixes): .pl and .pm are Perl suffixes.

28 years agoMake byte-force-recompile suitably interactive.
Simon Marshall [Mon, 6 Nov 1995 13:27:08 +0000 (13:27 +0000)]
Make byte-force-recompile suitably interactive.

28 years ago(makefile-define-space-face): Don't make face if non-X.
Karl Heuer [Sun, 5 Nov 1995 04:40:19 +0000 (04:40 +0000)]
(makefile-define-space-face): Don't make face if non-X.

28 years agoentered into RCS
Lars Magne Ingebrigtsen [Sat, 4 Nov 1995 03:54:42 +0000 (03:54 +0000)]
entered into RCS

28 years agoRemoved old gnus hooks.
Erik Naggum [Sat, 4 Nov 1995 02:26:16 +0000 (02:26 +0000)]
Removed old gnus hooks.
(gnus-group-mode): Adapt to new Gnus.
(gnus-summary-mode): Removed.

28 years ago(tex-send-command): Give meaningful error message.
Karl Heuer [Sat, 4 Nov 1995 00:39:25 +0000 (00:39 +0000)]
(tex-send-command): Give meaningful error message.

28 years ago(mail): Don't change directory for *mail* buffer.
Karl Heuer [Sat, 4 Nov 1995 00:39:03 +0000 (00:39 +0000)]
(mail): Don't change directory for *mail* buffer.
(sendmail-send-it, mail-recover): Instead, temporarily change to a
safe directory for just the subprocess.

28 years ago(choose_minibuf_frame): Moved here from frame.c.
Karl Heuer [Sat, 4 Nov 1995 00:21:08 +0000 (00:21 +0000)]
(choose_minibuf_frame): Moved here from frame.c.

28 years ago[!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
Karl Heuer [Sat, 4 Nov 1995 00:19:00 +0000 (00:19 +0000)]
[!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
declaration and initialization.
[MULTI_FRAME] (choose_minibuf_frame): Moved to minibuf.c; now
unconditional.

28 years ago(struct x_output): Rename from struct x_display.
Karl Heuer [Sat, 4 Nov 1995 00:12:52 +0000 (00:12 +0000)]
(struct x_output): Rename from struct x_display.
(the_only_x_display): Type is now struct x_output.

28 years ago(the_only_x_display): Type is now struct x_output.
Karl Heuer [Sat, 4 Nov 1995 00:10:43 +0000 (00:10 +0000)]
(the_only_x_display): Type is now struct x_output.
(internal_terminal_init): frame member is now named output_data.
(init_environment): Fix timezone rules.

28 years ago(main): [MSDOS] Call init_gettimeofday.
Karl Heuer [Sat, 4 Nov 1995 00:04:41 +0000 (00:04 +0000)]
(main): [MSDOS] Call init_gettimeofday.

28 years ago(install): Don't mv make-doc.exe into ../bin/.
Karl Heuer [Sat, 4 Nov 1995 00:02:57 +0000 (00:02 +0000)]
(install): Don't mv make-doc.exe into ../bin/.

28 years ago(sh-shells): Eliminated variable redundant with
Karl Heuer [Fri, 3 Nov 1995 03:29:46 +0000 (03:29 +0000)]
(sh-shells): Eliminated variable redundant with
`interpreter-mode-alist'.
(sh-beginning-of-command): Take into account \quoted newline.
(sh-builtins, sh-leading-keywords, sh-other-keywords): Now three
distinct sets for font-locking.
(sh-font-lock-keywords-1, sh-font-lock-keywords-2): New variables
and functions to give the user finer control over how much to fontify,
including new distinction between keywords and builtins.
(sh-mode): Use new features of `font-lock-defaults' and adaptation
to skeleton changes.
(sh-while): Fix csh, es & rc skeletons.

28 years ago(skeleton-end-hook): Now defvared and responsible for
Karl Heuer [Fri, 3 Nov 1995 03:29:04 +0000 (03:29 +0000)]
(skeleton-end-hook): Now defvared and responsible for
pushing out anything following skeleton to next line.  Thus this
behaviour can now be controlled by modes.
(skeleton-insert): Parameter `no-newline' removed.
(skeleton-read): Take this into account.
(skeleton-internal-1): Less spurious empty lines when wrapping.

28 years ago(sh-remember-variable): Set variable to empty string,
Karl Heuer [Fri, 3 Nov 1995 03:16:36 +0000 (03:16 +0000)]
(sh-remember-variable): Set variable to empty string,
so as not to mess up subprocesses' environment.  Not so nice for
completion.

28 years ago(minor-mode-map-alist): Use substitute-key-definition
Karl Heuer [Fri, 3 Nov 1995 03:11:24 +0000 (03:11 +0000)]
(minor-mode-map-alist): Use substitute-key-definition
to find the appropriate bindings for window enlarge/shrink.
(2C-shrink-window-horizontally, 2C-enlarge-window-horizontally):
Renamed from shrink-window-horizontally, enlarge-window-horizontally
to avoid redefining the standard functions.

28 years agoComment change.
Karl Heuer [Fri, 3 Nov 1995 02:30:17 +0000 (02:30 +0000)]
Comment change.

28 years ago(mh-goto-msg): binary search (much faster!).
Karl Heuer [Fri, 3 Nov 1995 02:29:09 +0000 (02:29 +0000)]
(mh-goto-msg): binary search (much faster!).
(mh-prompt-for-folder): error if regular file.

28 years agoreporter.el support.
Karl Heuer [Fri, 3 Nov 1995 02:28:52 +0000 (02:28 +0000)]
reporter.el support.

28 years ago(mh-make-folder-mode-line): support mh-msg-count.
Karl Heuer [Fri, 3 Nov 1995 02:28:26 +0000 (02:28 +0000)]
(mh-make-folder-mode-line): support mh-msg-count.
(mh-delete-scan-msgs): use fast new mh-goto-msg.

28 years ago(src, lib-src): Don't distribute Makefile.c.
Karl Heuer [Thu, 2 Nov 1995 23:29:42 +0000 (23:29 +0000)]
(src, lib-src): Don't distribute Makefile.c.
(etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.

28 years agoCreate lisp/MANIFEST.
Karl Heuer [Thu, 2 Nov 1995 23:26:19 +0000 (23:26 +0000)]
Create lisp/MANIFEST.

28 years ago(with-electric-help): Add missing argument MINHEIGHT.
Erik Naggum [Thu, 2 Nov 1995 20:30:38 +0000 (20:30 +0000)]
(with-electric-help): Add missing argument MINHEIGHT.

28 years ago* etags.c (lowcase): Use the standard tolower function.
Francesco Potortì [Thu, 2 Nov 1995 16:30:14 +0000 (16:30 +0000)]
* etags.c (lowcase): Use the standard tolower function.
(substitute): Remove some wrong and some useless code related with
escape `\` character in regexp replacement string.
(TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
(lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
.bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
.prolog for prolog (.pl removed).
(massage_name, etags_getcwd): Use lowcase instead of tolower.
(regex.h): Don't include it if REGEX_IN_LIBC is defined.
(C_entries, find_entries): Added comments about memory leakage.
(add_node): Dead code removed.

28 years ago(vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.
André Spiegel [Thu, 2 Nov 1995 09:36:01 +0000 (09:36 +0000)]
(vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.

28 years ago(vc-utc-string): Use timezone of TIMEVAL for the correction, not the
André Spiegel [Thu, 2 Nov 1995 09:35:04 +0000 (09:35 +0000)]
(vc-utc-string): Use timezone of TIMEVAL for the correction, not the
current one.
(vc-rcsdiff-knows-brief): New variable.
(vc-rcs-lock-from-diff): Use it.

28 years ago(tpu-set-mode-line): Add element for column number.
Karl Heuer [Thu, 2 Nov 1995 04:40:07 +0000 (04:40 +0000)]
(tpu-set-mode-line): Add element for column number.

28 years agoDon't require initial whitespace in vendor name.
Karl Heuer [Thu, 2 Nov 1995 04:37:30 +0000 (04:37 +0000)]
Don't require initial whitespace in vendor name.

28 years agoAlways load menu-bar.
Richard M. Stallman [Tue, 31 Oct 1995 20:59:01 +0000 (20:59 +0000)]
Always load menu-bar.

28 years ago(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
Karl Heuer [Tue, 31 Oct 1995 17:20:16 +0000 (17:20 +0000)]
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.

28 years agoInitial revision
Karl Heuer [Tue, 31 Oct 1995 16:57:10 +0000 (16:57 +0000)]
Initial revision

28 years ago(msb--toggle-menu-type): Pass t as arg.
Richard M. Stallman [Tue, 31 Oct 1995 15:13:09 +0000 (15:13 +0000)]
(msb--toggle-menu-type): Pass t as arg.

28 years ago(command-line-1): Say how to invoke menu bar, if not X.
Richard M. Stallman [Tue, 31 Oct 1995 14:41:51 +0000 (14:41 +0000)]
(command-line-1): Say how to invoke menu bar, if not X.

(command-line): If not X, do enable menu bar.

28 years agoAdd some commented-out code.
Richard M. Stallman [Tue, 31 Oct 1995 14:27:13 +0000 (14:27 +0000)]
Add some commented-out code.

28 years agoInitial revision
Richard M. Stallman [Tue, 31 Oct 1995 08:44:46 +0000 (08:44 +0000)]
Initial revision

28 years ago(m68k-*-linux*): New alternative.
Richard M. Stallman [Tue, 31 Oct 1995 08:39:19 +0000 (08:39 +0000)]
(m68k-*-linux*): New alternative.

28 years agoExplain when user-mail-address is set.
Richard M. Stallman [Tue, 31 Oct 1995 05:59:44 +0000 (05:59 +0000)]
Explain when user-mail-address is set.

28 years agoFix previous change.
Richard M. Stallman [Tue, 31 Oct 1995 05:26:32 +0000 (05:26 +0000)]
Fix previous change.

28 years ago(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Karl Heuer [Tue, 31 Oct 1995 05:22:28 +0000 (05:22 +0000)]
(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h
Used new names for those macros in all references.

28 years ago(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
Richard M. Stallman [Tue, 31 Oct 1995 02:48:28 +0000 (02:48 +0000)]
(BITS_PER_CHAR, BITS_PER_INT, BITS_PER_SHORT)
(BITS_PER_LONG): Define if not already defined.

28 years ago(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Karl Heuer [Tue, 31 Oct 1995 02:34:16 +0000 (02:34 +0000)]
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Rename from SHORTBITS, INTBITS, LONGBITS.

28 years ago(mail-abbrev-syntax-table): Fix initialization.
Richard M. Stallman [Tue, 31 Oct 1995 02:08:29 +0000 (02:08 +0000)]
(mail-abbrev-syntax-table): Fix initialization.

28 years ago(debug_print): Print a newline here.
Richard M. Stallman [Tue, 31 Oct 1995 00:58:32 +0000 (00:58 +0000)]
(debug_print): Print a newline here.

28 years ago(pr): Don't print newline here.
Richard M. Stallman [Tue, 31 Oct 1995 00:56:39 +0000 (00:56 +0000)]
(pr): Don't print newline here.

28 years agoDo `set main' to make gdb_valbits etc. available.
Richard M. Stallman [Tue, 31 Oct 1995 00:55:50 +0000 (00:55 +0000)]
Do `set main' to make gdb_valbits etc. available.

28 years ago(describe-function): Call documentation just once.
Richard M. Stallman [Tue, 31 Oct 1995 00:43:22 +0000 (00:43 +0000)]
(describe-function): Call documentation just once.
(describe-key): Likewise.

28 years ago(CHECK_CHAR_TABLE): Don't accept nil.
Richard M. Stallman [Tue, 31 Oct 1995 00:01:29 +0000 (00:01 +0000)]
(CHECK_CHAR_TABLE): Don't accept nil.

28 years agoupdate some doc strings.
Karl Heuer [Tue, 31 Oct 1995 00:01:15 +0000 (00:01 +0000)]
update some doc strings.
(time-stamp-strftime): ignore some additional chars we might want
to use in the future for additional controls or parameters.
(time-stamp): minor optimizations.

28 years ago(prefix-args): Use LDFLAGS, not ALL_LDFLAGS.
Richard M. Stallman [Mon, 30 Oct 1995 22:48:33 +0000 (22:48 +0000)]
(prefix-args): Use LDFLAGS, not ALL_LDFLAGS.

28 years agoComment change
Erik Naggum [Mon, 30 Oct 1995 22:13:36 +0000 (22:13 +0000)]
Comment change

28 years agoComment change.
Erik Naggum [Mon, 30 Oct 1995 22:02:58 +0000 (22:02 +0000)]
Comment change.

28 years agoCorrect initial line typo.
Erik Naggum [Mon, 30 Oct 1995 21:55:54 +0000 (21:55 +0000)]
Correct initial line typo.

28 years ago(getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman [Mon, 30 Oct 1995 21:34:10 +0000 (21:34 +0000)]
(getdate.o, movemail.o): Specify -Demacs.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.

28 years ago(sparc-*-nextstep*): Remove incorrect .h's.
Richard M. Stallman [Mon, 30 Oct 1995 21:31:37 +0000 (21:31 +0000)]
(sparc-*-nextstep*): Remove incorrect .h's.

28 years agoDocument \= in doc string.
Richard M. Stallman [Mon, 30 Oct 1995 21:19:36 +0000 (21:19 +0000)]
Document \= in doc string.

28 years ago(describe-variable): Don't call substitute-command-keys.
Richard M. Stallman [Mon, 30 Oct 1995 21:18:39 +0000 (21:18 +0000)]
(describe-variable): Don't call substitute-command-keys.

28 years ago(Fencode_time): Add cast.
Richard M. Stallman [Mon, 30 Oct 1995 19:47:29 +0000 (19:47 +0000)]
(Fencode_time): Add cast.
(Fset_time_zone_rule): Add cast.

28 years agoMove the include of Xlocale.h after setting HAVE_X11R5.
Richard M. Stallman [Mon, 30 Oct 1995 19:41:44 +0000 (19:41 +0000)]
Move the include of Xlocale.h after setting HAVE_X11R5.

28 years ago(temp_echo_area_glyphs): Only delete the temporary message.
Richard M. Stallman [Mon, 30 Oct 1995 19:38:38 +0000 (19:38 +0000)]
(temp_echo_area_glyphs): Only delete the temporary message.

28 years ago(Fsafe_length): Add missing parentheses around & within comparison.
Richard M. Stallman [Mon, 30 Oct 1995 19:34:27 +0000 (19:34 +0000)]
(Fsafe_length): Add missing parentheses around & within comparison.

28 years ago(describe_translation): Insert newline after key description.
Richard M. Stallman [Mon, 30 Oct 1995 19:33:01 +0000 (19:33 +0000)]
(describe_translation): Insert newline after key description.

28 years ago(finding existing executable versions): Add a period to the end of BASE.
Richard M. Stallman [Mon, 30 Oct 1995 19:28:49 +0000 (19:28 +0000)]
(finding existing executable versions): Add a period to the end of BASE.

28 years ago(select-tags-table): Don't modify the value of tags-table-list.
Richard M. Stallman [Mon, 30 Oct 1995 19:25:04 +0000 (19:25 +0000)]
(select-tags-table): Don't modify the value of tags-table-list.

28 years ago(disassemble-internal): Handle lazy-loaded doc strings.
Richard M. Stallman [Mon, 30 Oct 1995 19:22:23 +0000 (19:22 +0000)]
(disassemble-internal): Handle lazy-loaded doc strings.
(disassemble-1): Handle lazy-loaded bytecode objects.

28 years ago(archive-zoo-summarize): Handle archives with long file names.
Richard M. Stallman [Mon, 30 Oct 1995 19:18:52 +0000 (19:18 +0000)]
(archive-zoo-summarize): Handle archives with long file names.

28 years ago(byte-recompile-directory): New arg FORCE.
Richard M. Stallman [Mon, 30 Oct 1995 18:01:22 +0000 (18:01 +0000)]
(byte-recompile-directory): New arg FORCE.
(byte-force-recompile): New function.

28 years agoComment change.
Richard M. Stallman [Mon, 30 Oct 1995 17:35:01 +0000 (17:35 +0000)]
Comment change.

28 years agoComment change.
Richard M. Stallman [Mon, 30 Oct 1995 17:22:28 +0000 (17:22 +0000)]
Comment change.

28 years agoInitial revision
Richard M. Stallman [Mon, 30 Oct 1995 17:13:16 +0000 (17:13 +0000)]
Initial revision

28 years ago(tmm-old-mb-map): Initialize to nil.
Richard M. Stallman [Mon, 30 Oct 1995 16:33:49 +0000 (16:33 +0000)]
(tmm-old-mb-map): Initialize to nil.
(tmm-delete-map): Don't use tmm-old-mb-map if nil.
(tmm-add-prompt): Bind C-n and C-p.
Put only the shortcuts into the completion buffer's map.
Produce the completion list by hand so as not to sort it.
(tmm-prompt): Start at the first item in the menu.
Don't reverse tmm-km-list; reverse compl-list instead.
Use try-completion in last-ditch attempt to find a match.
Rename compl-list to history.
(tmm-get-keybind): Put more local bindings last in a menu.
Major rewrite.
(tmm-menubar): Handle menu-bar-final-items.
(tmm-remove-shortcuts): Function deleted.
(tmm-add-shortcuts): If we can't find a letter shortcut,
use a numeric shortcut.

28 years agoUse frame-parameters, not font-lock-background-mode and font-lock-display-type.
Simon Marshall [Mon, 30 Oct 1995 08:31:08 +0000 (08:31 +0000)]
Use frame-parameters, not font-lock-background-mode and font-lock-display-type.

28 years ago[POSIX_SIGNALS] (signal): Undef before defining.
Richard M. Stallman [Mon, 30 Oct 1995 02:37:50 +0000 (02:37 +0000)]
[POSIX_SIGNALS] (signal): Undef before defining.

28 years ago(find_section): New arg old_section_h.
Richard M. Stallman [Mon, 30 Oct 1995 02:34:12 +0000 (02:34 +0000)]
(find_section): New arg old_section_h.
Rename file_h to old_file_h and fix type.
Calls changed.

28 years ago(PVEC_TYPE_MASK): Remove the 0x100 bit.
Richard M. Stallman [Sun, 29 Oct 1995 23:26:41 +0000 (23:26 +0000)]
(PVEC_TYPE_MASK): Remove the 0x100 bit.

28 years ago(command_loop_1): No direct display if Column Number mode.
Richard M. Stallman [Sun, 29 Oct 1995 23:07:56 +0000 (23:07 +0000)]
(command_loop_1): No direct display if Column Number mode.
(Vcolumn_number_mode): New variable.
(syms_of_keyboard): Set up Lisp variable.

28 years ago(column-number-mode): Make default value nil.
Richard M. Stallman [Sun, 29 Oct 1995 23:03:05 +0000 (23:03 +0000)]
(column-number-mode): Make default value nil.

28 years ago(Fset_marker_insertion_type): Doc fix.
Richard M. Stallman [Sun, 29 Oct 1995 21:38:59 +0000 (21:38 +0000)]
(Fset_marker_insertion_type): Doc fix.

28 years ago(set-visited-file-name, basic-save-buffer):
Richard M. Stallman [Sun, 29 Oct 1995 20:23:42 +0000 (20:23 +0000)]
(set-visited-file-name, basic-save-buffer):
Set buffer-file-number consistently with find-file-noselect.

28 years agoUse new names config.in, paths.in, and {src,lib-src}/Makefile.in.
Richard M. Stallman [Sun, 29 Oct 1995 20:22:55 +0000 (20:22 +0000)]
Use new names config.in, paths.in, and {src,lib-src}/Makefile.in.

28 years agoComment change.
Richard M. Stallman [Sun, 29 Oct 1995 20:19:27 +0000 (20:19 +0000)]
Comment change.

28 years ago(POP_FAILURE_POINT): Use .word.integer.
Richard M. Stallman [Sun, 29 Oct 1995 19:36:39 +0000 (19:36 +0000)]
(POP_FAILURE_POINT): Use .word.integer.

28 years ago(Fmake_char_table): Doc fix.
Richard M. Stallman [Sun, 29 Oct 1995 19:17:24 +0000 (19:17 +0000)]
(Fmake_char_table): Doc fix.

28 years ago(Fset_case_table): Doc fix.
Richard M. Stallman [Sun, 29 Oct 1995 19:16:24 +0000 (19:16 +0000)]
(Fset_case_table): Doc fix.

28 years agoCast first arg to bzero.
Richard M. Stallman [Sun, 29 Oct 1995 19:02:07 +0000 (19:02 +0000)]
Cast first arg to bzero.

(Fmemory_use_counts): Cast 1 to EMACS_INT before shift.

28 years agoMinor fix in minibuffer-complete-and-exit.
Richard M. Stallman [Sun, 29 Oct 1995 04:39:37 +0000 (04:39 +0000)]
Minor fix in minibuffer-complete-and-exit.

28 years ago(SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Fix the non-GCC definitions.
Richard M. Stallman [Sun, 29 Oct 1995 04:38:08 +0000 (04:38 +0000)]
(SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Fix the non-GCC definitions.

28 years agoComment change.
Richard M. Stallman [Sat, 28 Oct 1995 16:21:33 +0000 (16:21 +0000)]
Comment change.