]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years ago(unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2.
Roland McGrath [Sun, 21 Jan 1996 04:16:54 +0000 (04:16 +0000)]
(unexec): Undo data relocations unconditionally, not #ifdef SOLARIS2.

28 years ago(compilation-handle-exit): If process-status doesn't
Karl Heuer [Sun, 21 Jan 1996 03:55:57 +0000 (03:55 +0000)]
(compilation-handle-exit): If process-status doesn't
exist (e.g. on MSDOS), use an empty string.

28 years ago[__DJGPP__] (sigblock): Define trivially.
Karl Heuer [Sun, 21 Jan 1996 03:54:12 +0000 (03:54 +0000)]
[__DJGPP__] (sigblock): Define trivially.

28 years ago(x_make_frame_visible): Explicitly make the frame
Geoff Voelker [Sun, 21 Jan 1996 00:57:52 +0000 (00:57 +0000)]
(x_make_frame_visible): Explicitly make the frame
the selected frame.

28 years ago(keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker [Sun, 21 Jan 1996 00:32:21 +0000 (00:32 +0000)]
(keyboard.obj, dispnew.obj): Depend upon w32term.h.
(LIBS): Link with mpr.lib for remote share support.

28 years ago(nt_stat): Use alloca instead of xmalloc.
Geoff Voelker [Sun, 21 Jan 1996 00:31:34 +0000 (00:31 +0000)]
(nt_stat): Use alloca instead of xmalloc.
(get_unassigned_drive_letter, is_toplevel_share_name,
stat_toplevel_share): New functions for stat on remote shares.
(readdir): Use IS_ANY_SEP.

28 years ago(WIN32_KEY_SHIFTED): Macro undefined.
Geoff Voelker [Sun, 21 Jan 1996 00:30:47 +0000 (00:30 +0000)]
(WIN32_KEY_SHIFTED): Macro undefined.
(win32_number_shift_map): Array undefined.
(win32_kbd_patch_key): Properly handle virtual keys for
arbitrary keyboards.
(map_virt_key, key_event, win32_mouse_position, do_mouse_event,
win32_read_socket): Support for MULE.

28 years ago(clear_frame): Use FillConsoleOutput* calls instead of
Geoff Voelker [Sun, 21 Jan 1996 00:28:26 +0000 (00:28 +0000)]
(clear_frame): Use FillConsoleOutput* calls instead of
ScrollConsoleScreenBuffer (which has a bug on Win95).

28 years ago(Vwin32_enable_italics, Vwin32_enable_palette):
Geoff Voelker [Sun, 21 Jan 1996 00:24:03 +0000 (00:24 +0000)]
(Vwin32_enable_italics, Vwin32_enable_palette):
New variables.
(syms_of_win32fns): Set up new lisp variables.

(x_set_frame_parameters, x_real_positions, win32_load_font,
win32_abort): Conform to coding style.

(Fwin32_define_rgb_color, Fwin32_load_color_file, Fwin32_map_color,
Fwin32_unmap_color, Fwin32_regenerate_palette): New functions.
(syms_of_win32fns): Set up new lisp subroutines.
(defined_color): Use palettes.
(map_mode): Function removed.

(win32_init_class): Don't CS_OWNDC.
(win32_wnd_proc): Use segregated critical sections appropriately.
Handle WM_PALETTECHANGED.
Record WINDOWPLACEMENT structure length.

(x_to_win32_weight, win32_to_x_weight): Handle "heavy", "extrabold",
"light", "extralight", and "thin" fonts.
(x_to_win32_charset, win32_to_x_charset): New functions.
(win32_to_x_font): Use win32_to_x_charset.
(x_to_win32_font): Use x_to_win32_charset.
Support Windows font names.

(Fx_list_fonts, Fx_display_color_cells, Fx_display_mm_height.
Fx_display_mm_width): Use GetDC directly.

(Fx_open_connection): Support external color mapping files.

28 years ago(REG_ROOT): Don't use trailing backslash.
Geoff Voelker [Sun, 21 Jan 1996 00:23:44 +0000 (00:23 +0000)]
(REG_ROOT): Don't use trailing backslash.

28 years ago(win32_fill_rect): Remove unused variable.
Geoff Voelker [Sun, 21 Jan 1996 00:22:24 +0000 (00:22 +0000)]
(win32_fill_rect): Remove unused variable.
(x_iconify_frame): Conform to coding style.
(x_draw_box): Don't trim right and bottom.
(x_wm_set_size_hint): Use specific CRIT_MSG critical section.

(win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box):
Use Get/ReleaseFrameDC.
(win32_update_begin): Regenerate palette if required.
(w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED.
(win32_term_init): Use GetDC directly.
Enable palette in display structure.
Predefine white and black.
(x_delete_display): Free palette table.

28 years ago(win32_palette_entry): New structure.
Geoff Voelker [Sun, 21 Jan 1996 00:21:35 +0000 (00:21 +0000)]
(win32_palette_entry): New structure.
(has_palette, p_colors_in_use, n_colors_in_use, h_palette,
regen_palette): Declare variables.
(struct win32_output): New field.
(my_get_dc): Macro removed.
(GetFrameDC, ReleaseFrameDC): Declare functions.

28 years agoInclude frame.h.
Geoff Voelker [Sun, 21 Jan 1996 00:20:52 +0000 (00:20 +0000)]
Include frame.h.
(critsect, h_input_available): New variables.
(init_crit, delete_crit): Handle all three critical sections.
(GetFrameDC, ReleaseFrameDC): New functions.
(get_next_msg, post_msg): Use h_input_available.
Use CRIT_MSG critical section.

28 years ago(pop_retrieve, getline): Avoid type clashes.
Karl Heuer [Sat, 20 Jan 1996 20:51:31 +0000 (20:51 +0000)]
(pop_retrieve, getline): Avoid type clashes.

28 years ago(Fformat_time_string): Don't crash if the resulting string is empty.
Paul Eggert [Sat, 20 Jan 1996 20:47:48 +0000 (20:47 +0000)]
(Fformat_time_string): Don't crash if the resulting string is empty.
Doc fix.

28 years ago(vc-utc-string): Remove; it wasn't reliable near DST or leap-second
Paul Eggert [Sat, 20 Jan 1996 20:42:06 +0000 (20:42 +0000)]
(vc-utc-string): Remove; it wasn't reliable near DST or leap-second
transitions.
(vc-find-cvs-master): Convert UTC string to encoded time and compare
the results to the file attributes, rather than attempting to convert
file attributes to UTC string (which wasn't reliable).

28 years ago(rmail): Add (require 'rmail).
Karl Heuer [Sat, 20 Jan 1996 07:41:37 +0000 (07:41 +0000)]
(rmail): Add (require 'rmail).

28 years agoInitial revision
Michael Kifer [Sat, 20 Jan 1996 05:32:51 +0000 (05:32 +0000)]
Initial revision

28 years ago*** empty log message ***
Michael Kifer [Sat, 20 Jan 1996 03:19:26 +0000 (03:19 +0000)]
*** empty log message ***

28 years agoSat Jan 20 01:41:56 1996 Michael Kifer <kifer@sbkifer>
Michael Kifer [Sat, 20 Jan 1996 03:10:57 +0000 (03:10 +0000)]
Sat Jan 20 01:41:56 1996  Michael Kifer  <kifer@sbkifer>

* viper.el (vip-auto-indent,vip-electric-mode): are now local
variables.
(vip-open-line,vip-Open-line,vip-autoindent):
are now electrified functions.
(vip-set-hooks): viperized awk, ksh, makefile, and html-helper modes.
(vip-custom-file-name): adapted to non-Unix systems.
(vip-move-minibuffer-overlay): removed.
(vip-read-string-with-history):
now accepts correct defaults when called to
read a shell command.

28 years agoFix Change Log comment line.
Erik Naggum [Sat, 20 Jan 1996 02:50:09 +0000 (02:50 +0000)]
Fix Change Log comment line.

28 years ago(enum sym_type, anonymous enum): Delete final comma.
Karl Heuer [Fri, 19 Jan 1996 22:54:17 +0000 (22:54 +0000)]
(enum sym_type, anonymous enum): Delete final comma.

28 years ago(auto-mode-alist): Recognize ".exp" suffix.
Karl Heuer [Fri, 19 Jan 1996 22:50:21 +0000 (22:50 +0000)]
(auto-mode-alist): Recognize ".exp" suffix.

28 years agoUse `convert-standard-filename' to set the name
Karl Heuer [Fri, 19 Jan 1996 22:44:37 +0000 (22:44 +0000)]
Use `convert-standard-filename' to set the name
of the key mapping file.

28 years ago(tpu-load-xkeys): Use `convert-standard-filename' to
Karl Heuer [Fri, 19 Jan 1996 22:43:41 +0000 (22:43 +0000)]
(tpu-load-xkeys): Use `convert-standard-filename' to
set the name of the key mapping file.

28 years ago(Fother_buffer): If we have to create a new buffer, use
Karl Heuer [Fri, 19 Jan 1996 22:39:00 +0000 (22:39 +0000)]
(Fother_buffer): If we have to create a new buffer, use
default-major-mode.

28 years ago(pp-eval-expression): Use `frame-width' instead of `screen-width'.
Erik Naggum [Fri, 19 Jan 1996 11:24:34 +0000 (11:24 +0000)]
(pp-eval-expression): Use `frame-width' instead of `screen-width'.

28 years agoComment change.
Erik Naggum [Fri, 19 Jan 1996 11:10:56 +0000 (11:10 +0000)]
Comment change.

28 years ago(make_frame): Initialize frame title field to nil.
Erik Naggum [Fri, 19 Jan 1996 07:27:56 +0000 (07:27 +0000)]
(make_frame): Initialize frame title field to nil.

28 years agoInitial revision
Geoff Voelker [Fri, 19 Jan 1996 04:32:00 +0000 (04:32 +0000)]
Initial revision

28 years ago(sh-mode): Add autoload cookie.
Erik Naggum [Fri, 19 Jan 1996 00:10:34 +0000 (00:10 +0000)]
(sh-mode): Add autoload cookie.

28 years agosp correction
Simon Marshall [Thu, 18 Jan 1996 16:10:41 +0000 (16:10 +0000)]
sp correction

28 years ago(safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.
Richard M. Stallman [Thu, 18 Jan 1996 08:41:14 +0000 (08:41 +0000)]
(safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.

28 years ago(run_hook_with_args): Do nothing if Vrun_hooks is nil.
Richard M. Stallman [Thu, 18 Jan 1996 08:40:29 +0000 (08:40 +0000)]
(run_hook_with_args): Do nothing if Vrun_hooks is nil.

28 years ago(syms_of_frame_1): Initialize Qtitle.
Richard M. Stallman [Thu, 18 Jan 1996 08:38:16 +0000 (08:38 +0000)]
(syms_of_frame_1): Initialize Qtitle.

28 years ago(mark_object): Mark frame title field.
Richard M. Stallman [Thu, 18 Jan 1996 08:37:41 +0000 (08:37 +0000)]
(mark_object): Mark frame title field.

28 years ago(struct frame): New field `title'.
Richard M. Stallman [Thu, 18 Jan 1996 08:36:51 +0000 (08:36 +0000)]
(struct frame): New field `title'.

28 years ago(mouse-buffer-menu): Delete debugging code.
Richard M. Stallman [Thu, 18 Jan 1996 07:00:50 +0000 (07:00 +0000)]
(mouse-buffer-menu): Delete debugging code.

28 years ago(ls-lisp-support-shell-wildcards): Add autoload cookie.
Richard M. Stallman [Thu, 18 Jan 1996 04:47:45 +0000 (04:47 +0000)]
(ls-lisp-support-shell-wildcards): Add autoload cookie.

28 years agoRecognize go32* as an os.
Doug Evans [Wed, 17 Jan 1996 23:54:58 +0000 (23:54 +0000)]
Recognize go32* as an os.

28 years ago(sh-indent-line): Cope if no previous noncomment line.
Richard M. Stallman [Wed, 17 Jan 1996 22:41:21 +0000 (22:41 +0000)]
(sh-indent-line): Cope if no previous noncomment line.

28 years agoDefault OS to nextstep if machine vendor is Next.
Richard M. Stallman [Wed, 17 Jan 1996 22:40:42 +0000 (22:40 +0000)]
Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.

28 years ago(makefile-mode): Fix criterion for calling makefile-define-space-face.
Richard M. Stallman [Wed, 17 Jan 1996 22:26:18 +0000 (22:26 +0000)]
(makefile-mode): Fix criterion for calling makefile-define-space-face.

28 years ago(goto-address-at-point, goto-address-at-mouse): Add autoload cookies.
Richard M. Stallman [Wed, 17 Jan 1996 22:24:38 +0000 (22:24 +0000)]
(goto-address-at-point, goto-address-at-mouse): Add autoload cookies.

28 years ago(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
Richard M. Stallman [Wed, 17 Jan 1996 22:03:09 +0000 (22:03 +0000)]
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.

28 years ago(decode_mode_spec, case 'F'): Use `title' field.
Richard M. Stallman [Wed, 17 Jan 1996 21:58:51 +0000 (21:58 +0000)]
(decode_mode_spec, case 'F'): Use `title' field.

28 years ago(auto-mode-alist): Use "\\`" instead of "^".
Karl Heuer [Wed, 17 Jan 1996 19:14:20 +0000 (19:14 +0000)]
(auto-mode-alist): Use "\\`" instead of "^".

28 years ago(replace_buffer_in_all_windows): Don't change selected
Karl Heuer [Wed, 17 Jan 1996 19:03:02 +0000 (19:03 +0000)]
(replace_buffer_in_all_windows): Don't change selected
window, even temporarily; that has undesirable side effects.

28 years ago(HAVE_TZSET): Add #undef.
Richard M. Stallman [Wed, 17 Jan 1996 18:03:42 +0000 (18:03 +0000)]
(HAVE_TZSET): Add #undef.

28 years ago(Fdump_emacs): If HAVE_TZSET and not
Richard M. Stallman [Wed, 17 Jan 1996 18:03:03 +0000 (18:03 +0000)]
(Fdump_emacs): If HAVE_TZSET and not
LOCALTIME_CACHE, call tzset to force a tz reload.

(set_time_zone_rule): New decl.
(dump_tz): New var.
(main): Change TZ twice if the execution TZ happens to be the same as
the dump TZ.
(Fdump_emacs): Set TZ to unlikely value just before dumping.

28 years ago(set_time_zone_rule): No longer static.
Richard M. Stallman [Wed, 17 Jan 1996 17:54:40 +0000 (17:54 +0000)]
(set_time_zone_rule): No longer static.

28 years agoExplain avoiding x-popup-menu for menu bar submenu.
Richard M. Stallman [Wed, 17 Jan 1996 17:23:41 +0000 (17:23 +0000)]
Explain avoiding x-popup-menu for menu bar submenu.

28 years agoDoc menu-bar-update-hook.
Richard M. Stallman [Wed, 17 Jan 1996 17:23:04 +0000 (17:23 +0000)]
Doc menu-bar-update-hook.

28 years ago(gnus-group-make-help-group): Check whether
Richard M. Stallman [Wed, 17 Jan 1996 00:24:29 +0000 (00:24 +0000)]
(gnus-group-make-help-group): Check whether
`installation-directory' is nil before using it.

28 years ago(nnkiboze-close-group): Should only be run from summary buffers.
Richard M. Stallman [Wed, 17 Jan 1996 00:22:11 +0000 (00:22 +0000)]
(nnkiboze-close-group): Should only be run from summary buffers.

28 years ago(nntp-accept-response): Add a timeout parameter to `accept-process-output'.
Richard M. Stallman [Wed, 17 Jan 1996 00:20:56 +0000 (00:20 +0000)]
(nntp-accept-response): Add a timeout parameter to `accept-process-output'.

28 years ago(sh-shell-variables): New variable.
Richard M. Stallman [Wed, 17 Jan 1996 00:19:44 +0000 (00:19 +0000)]
(sh-shell-variables): New variable.
(sh-set-shell, sh-remember-variable):
Set sh-shell-variable, not process-environment.
(sh-mode): Don't make process-environment local.
Add a mode-class property.
(sh-add): Use sh-shell-variable in completion.
Compute alist properly from process-environment.

28 years ago(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman [Tue, 16 Jan 1996 22:54:10 +0000 (22:54 +0000)]
(HAVE_XMU): Fix typo in previous change.

[Solaris]: Don't let $CC make us use /usr/ucb/cc.

28 years ago(bibtex-font-lock-keywords, bibtex-mode):
Richard M. Stallman [Tue, 16 Jan 1996 16:37:54 +0000 (16:37 +0000)]
(bibtex-font-lock-keywords, bibtex-mode):
Use word-syntax in patterns.

(bibtex-font-lock-keywords): Allow a more relaxed format
of the buffer and use more appropriate faces.

28 years ago(update-file-autoloads): Fix message.
Erik Naggum [Tue, 16 Jan 1996 13:14:12 +0000 (13:14 +0000)]
(update-file-autoloads): Fix message.

28 years ago(sco5): New case.
Richard Kenner [Tue, 16 Jan 1996 01:58:43 +0000 (01:58 +0000)]
(sco5): New case.

28 years ago(ps-do-despool): On MS-DOS, allow both the usual and
Richard M. Stallman [Mon, 15 Jan 1996 22:50:35 +0000 (22:50 +0000)]
(ps-do-despool): On MS-DOS, allow both the usual and
the alternative printing methods.

28 years ago(ps-lpr-switches, ps-lpr-command): Just setq them;
Richard M. Stallman [Mon, 15 Jan 1996 22:50:00 +0000 (22:50 +0000)]
(ps-lpr-switches, ps-lpr-command): Just setq them;
duplicate defvar is a bad idea.

(dos-printer): New variable, the local printer device.
(dos-print-region-function): New function, used for `print-region-function'.
(dos-ps-printer): New variable; if a string, it's the name of the
local printer device.
(ps-lpr-command, ps-lpr-switches): Set them properly for Ghostscript.
(lpr-headers-switches): Set to non-nil, to disable page headers'
support under MS-DOS.

28 years ago(print-region): Make pipes use binary mode if file is binary.
Richard M. Stallman [Mon, 15 Jan 1996 22:42:33 +0000 (22:42 +0000)]
(print-region): Make pipes use binary mode if file is binary.

28 years ago(X11R5_INHIBIT_I18N): Add undef.
Richard M. Stallman [Mon, 15 Jan 1996 21:26:30 +0000 (21:26 +0000)]
(X11R5_INHIBIT_I18N): Add undef.
(LIB_MOTIF): Undef before defining.

28 years agoUpdate FSF's address in the preamble.
Erik Naggum [Mon, 15 Jan 1996 09:18:04 +0000 (09:18 +0000)]
Update FSF's address in the preamble.

28 years agoUpdate FSF's ddress in preamble
Erik Naggum [Mon, 15 Jan 1996 08:32:56 +0000 (08:32 +0000)]
Update FSF's ddress in preamble

28 years agoInitial revision
Erik Naggum [Mon, 15 Jan 1996 08:16:45 +0000 (08:16 +0000)]
Initial revision

28 years agoUpdate comment preamble.
Erik Naggum [Mon, 15 Jan 1996 05:56:38 +0000 (05:56 +0000)]
Update comment preamble.

28 years agoUpdate comment preamble
Erik Naggum [Mon, 15 Jan 1996 05:51:40 +0000 (05:51 +0000)]
Update comment preamble

28 years ago(auto-insert-alist): Use FSF's new address.
Erik Naggum [Mon, 15 Jan 1996 05:49:47 +0000 (05:49 +0000)]
(auto-insert-alist): Use FSF's new address.

28 years ago(LIB_MOTIF): New macro definition.
Richard M. Stallman [Mon, 15 Jan 1996 05:13:44 +0000 (05:13 +0000)]
(LIB_MOTIF): New macro definition.

28 years ago(mouse-drag-region, mouse-drag-secondary): Bind echo-keystrokes to 0.
Richard M. Stallman [Mon, 15 Jan 1996 05:12:49 +0000 (05:12 +0000)]
(mouse-drag-region, mouse-drag-secondary): Bind echo-keystrokes to 0.

28 years ago(redisplay_window): Fix minor bug in Fset_marker call.
Richard M. Stallman [Mon, 15 Jan 1996 05:11:43 +0000 (05:11 +0000)]
(redisplay_window): Fix minor bug in Fset_marker call.

28 years ago(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman [Mon, 15 Jan 1996 05:11:07 +0000 (05:11 +0000)]
(HAVE_XMU): Check for libXmu.a only if using toolkit
and use -lXt to link it.

28 years ago(auto-mode-alist): Add sgml-mode and html-mode.
Richard M. Stallman [Mon, 15 Jan 1996 05:08:57 +0000 (05:08 +0000)]
(auto-mode-alist): Add sgml-mode and html-mode.

(write-contents-hooks): Doc fix.

28 years ago(display_buffer_1): Don't deiconify the selected frame.
Richard M. Stallman [Mon, 15 Jan 1996 05:05:20 +0000 (05:05 +0000)]
(display_buffer_1): Don't deiconify the selected frame.

28 years ago(tar-summarize-buffer): Speed-up for large files.
Richard M. Stallman [Mon, 15 Jan 1996 01:35:45 +0000 (01:35 +0000)]
(tar-summarize-buffer): Speed-up for large files.

28 years ago(initialize_fullname): Add support for NIS+.
Paul Eggert [Mon, 15 Jan 1996 01:17:56 +0000 (01:17 +0000)]
(initialize_fullname): Add support for NIS+.
(hostname): Fully qualify the default hostname with the domainname
if the hostname lacks a `.'.

28 years ago(desktop-read): Do nothing in batch mode.
Richard M. Stallman [Sun, 14 Jan 1996 23:24:40 +0000 (23:24 +0000)]
(desktop-read): Do nothing in batch mode.
Clear desktop-delay-hook after use.  Simplify.

28 years agoComment fixes.
Karl Heuer [Sun, 14 Jan 1996 14:30:11 +0000 (14:30 +0000)]
Comment fixes.

28 years agoUpdate FSF's office address.
Erik Naggum [Sun, 14 Jan 1996 09:58:28 +0000 (09:58 +0000)]
Update FSF's office address.

28 years agoUpdate FSF's address.
Erik Naggum [Sun, 14 Jan 1996 07:34:30 +0000 (07:34 +0000)]
Update FSF's address.

28 years agoRemoved auto-mode-alist hacking for html-mode to files.el.
Erik Naggum [Sat, 13 Jan 1996 00:38:41 +0000 (00:38 +0000)]
Removed auto-mode-alist hacking for html-mode to files.el.

28 years agoRemove redundant auto-mode-alist hacking.
Erik Naggum [Sat, 13 Jan 1996 00:30:34 +0000 (00:30 +0000)]
Remove redundant auto-mode-alist hacking.

28 years ago(window_scroll): Fix typo in comment.
Erik Naggum [Fri, 12 Jan 1996 23:39:57 +0000 (23:39 +0000)]
(window_scroll): Fix typo in comment.

28 years ago(XTread_socket): For selection_clear_event and
Richard M. Stallman [Fri, 12 Jan 1996 21:51:46 +0000 (21:51 +0000)]
(XTread_socket): For selection_clear_event and
selection_request_event, initialize the frame_or_window field.

28 years agoComment change.
Richard M. Stallman [Fri, 12 Jan 1996 21:49:26 +0000 (21:49 +0000)]
Comment change.

28 years ago(instantiate_widget_instance): Renamed from
Richard M. Stallman [Fri, 12 Jan 1996 21:48:53 +0000 (21:48 +0000)]
(instantiate_widget_instance): Renamed from
instanciate_widget_instance (spelling correction).
All callers changed.

(merge_widget_value): Treat disappearance of entire contents
as a STRUCTURAL_CHANGE.

28 years ago(convert-standard-filename): Make sure firstdot is not nil.
Richard M. Stallman [Fri, 12 Jan 1996 21:47:32 +0000 (21:47 +0000)]
(convert-standard-filename): Make sure firstdot is not nil.

28 years ago(struct input_event): Put frame_or_window last.
Richard M. Stallman [Fri, 12 Jan 1996 21:43:15 +0000 (21:43 +0000)]
(struct input_event): Put frame_or_window last.

28 years ago(forward-page): Simplify how we avoid getting stuck when moving backwards.
Richard M. Stallman [Fri, 12 Jan 1996 21:23:05 +0000 (21:23 +0000)]
(forward-page): Simplify how we avoid getting stuck when moving backwards.

28 years agoAlso load for .sgm and .dtd files.
Richard M. Stallman [Fri, 12 Jan 1996 21:14:51 +0000 (21:14 +0000)]
Also load for .sgm and .dtd files.
(sgml-specials, sgml-name-8bit-mode, sgml-char-names)
(sgml-font-lock-keywords, sgml-face-tag-alist, sgml-tag-face-alist)
(sgml-display-text, sgml-tag-alist, sgml-tag-help)
(sgml-auto-attributes): New variables.
(sgml-mode-common): New function.
(sgml-mode): Most code moved to it.
(sgml-name-char, sgml-name-self, sgml-maybe-name-self)
(sgml-name-8bit-mode, sgml-tag, sgml-attributes, sgml-auto-attributes)
(sgml-tag-help, sgml-maybe-end-tag, sgml-skip-tag-backward)
(sgml-skip-tag-forward, sgml-tags-invisible): New commands.
(sgml-beginning-of-tag, sgml-value): New functions.

28 years ago($(OLDXMENU) rules): Fix conditionals so no rules are defined when !HAVE_MENUS.
Roland McGrath [Fri, 12 Jan 1996 19:52:53 +0000 (19:52 +0000)]
($(OLDXMENU) rules): Fix conditionals so no rules are defined when !HAVE_MENUS.

28 years ago(dos_rawgetc): Make buf longer.
Richard M. Stallman [Fri, 12 Jan 1996 19:44:39 +0000 (19:44 +0000)]
(dos_rawgetc): Make buf longer.

28 years agoNoted that NCSA 1.5 httpd now uses this file.
Noah Friedman [Fri, 12 Jan 1996 18:30:11 +0000 (18:30 +0000)]
Noted that NCSA 1.5 httpd now uses this file.

28 years agoVarious typos fixed by rms.
Noah Friedman [Fri, 12 Jan 1996 18:20:27 +0000 (18:20 +0000)]
Various typos fixed by rms.

28 years ago(facemenu-add-face): Adding default to no region
Richard M. Stallman [Fri, 12 Jan 1996 06:12:08 +0000 (06:12 +0000)]
(facemenu-add-face): Adding default to no region
once again sets it for following typed in text.

28 years ago(auto-insert-alist): For html-mode, use `sgml-tag'.
Richard M. Stallman [Fri, 12 Jan 1996 05:54:33 +0000 (05:54 +0000)]
(auto-insert-alist): For html-mode, use `sgml-tag'.

28 years agoClarify write-contents-hooks.
Richard M. Stallman [Fri, 12 Jan 1996 05:36:59 +0000 (05:36 +0000)]
Clarify write-contents-hooks.