bpt/emacs.git
29 years ago(Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
Karl Heuer [Tue, 4 Oct 1994 12:04:15 +0000 (12:04 +0000)]
(Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
directly.

29 years ago(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer [Tue, 4 Oct 1994 12:03:19 +0000 (12:03 +0000)]
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
of calling XSET directly.

29 years ago(make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
Karl Heuer [Tue, 4 Oct 1994 12:01:46 +0000 (12:01 +0000)]
(make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
find_symbol_value, Fset, arith_driver, Frem, Fmod, Fash, Flsh): Use new
accessor macros instead of calling XSET directly.

29 years ago(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
Karl Heuer [Tue, 4 Oct 1994 11:54:19 +0000 (11:54 +0000)]
(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
Fbuffer_enable_undo, Fcurrent_buffer, Fbury_buffer, Fmake_overlay,
init_buffer_once): Use new accessor macros instead of calling XSET directly.

29 years ago(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
Karl Heuer [Tue, 4 Oct 1994 11:47:46 +0000 (11:47 +0000)]
(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
Fmake_marker, make_uninit_string, make_pure_string, pure_cons,
make_pure_float, make_pure_vector, mark_buffer, gc_sweep, compact_strings,
Fmemory_limit): Use new accessor macros instead of calling XSET directly.

29 years ago(write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
Karl Heuer [Tue, 4 Oct 1994 11:39:56 +0000 (11:39 +0000)]
(write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
instead of calling XSET directly.

29 years ago(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 10:42:48 +0000 (10:42 +0000)]
(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.

29 years agoDon't override definition of XSETINT.
Karl Heuer [Tue, 4 Oct 1994 10:29:31 +0000 (10:29 +0000)]
Don't override definition of XSETINT.
(XSETUINT, XSETPNTR): Deleted.

29 years ago(XSETPNTR): Deleted.
Karl Heuer [Tue, 4 Oct 1994 10:24:08 +0000 (10:24 +0000)]
(XSETPNTR): Deleted.

29 years agoDon't override definition of XSETINT.
Karl Heuer [Tue, 4 Oct 1994 10:19:59 +0000 (10:19 +0000)]
Don't override definition of XSETINT.

29 years agoTranslate -gnu/linux* to -linux*.
Richard M. Stallman [Tue, 4 Oct 1994 09:12:29 +0000 (09:12 +0000)]
Translate -gnu/linux* to -linux*.

29 years ago(MKTIME_OBJ): New variable.
Richard M. Stallman [Tue, 4 Oct 1994 09:03:20 +0000 (09:03 +0000)]
(MKTIME_OBJ): New variable.
(obj): Use MKTIME_OBJ.

29 years ago(mktime): Check for it.
Richard M. Stallman [Tue, 4 Oct 1994 09:01:01 +0000 (09:01 +0000)]
(mktime): Check for it.

29 years ago(server-switch-buffer): Don't go to an invisible frame.
Richard M. Stallman [Tue, 4 Oct 1994 04:20:21 +0000 (04:20 +0000)]
(server-switch-buffer): Don't go to an invisible frame.
Move to a non-dedicated window if possible.
Otherwise, make the window non-dedicated.

29 years ago(set-auto-mode): Discard versions from file name before
Richard M. Stallman [Tue, 4 Oct 1994 02:56:49 +0000 (02:56 +0000)]
(set-auto-mode): Discard versions from file name before
testing inhibit-first-line-modes-regexps.

29 years ago(rlogin): Doc fix.
Richard M. Stallman [Mon, 3 Oct 1994 22:57:43 +0000 (22:57 +0000)]
(rlogin): Doc fix.

29 years ago(vc-backend-checkin): When CVS checks in a file, it is
Richard M. Stallman [Mon, 3 Oct 1994 21:57:47 +0000 (21:57 +0000)]
(vc-backend-checkin): When CVS checks in a file, it is
immediately checked out again, so set vc-checkout-time.

(vc-fetch-properties): CVS 1.4A1 says "Repository revision".

(vc-locking-user): Do something sensible when the backend
is CVS.  May return a numerical UID or a string when CVS is used.
(vc-dired-reformat-line): Handle numerical arguments.

(vc-backend-checkout): Don't extract CVS files twice.

(vc-next-action-on-file): Handle return value from
vc-backend-merge-news correctly.

(vc-rename-file): Fixed call to vc-backend-dispatch.
(vc-make-buffer-writable-hook): New hook, for CVS only.
(vc-header-alist): Added header for CVS.
(vc-next-action-on-file): Added support for CVS.
(vc-next-action, vc-checkin, vc-revert-buffer): Doc fixes.
(vc-rename-file): Disable if the backend is CVS.
(vc-log-info): New arguments: LAST and FLAGS, passed on to
vc-do-command.  All callers updated.
(vc-fetch-properties): Implement support for CVS files.

(vc-backend-checkin): Args REV and COMMENT no longer optional.
Implement support for CVS.
(vc-backend-revert): Implement support for CVS.
(vc-backend-diff): Treat files which are added, but not yet committed,
specially (diff them against /dev/null).
(vc-backend-merge-news): New function.
(vc-log-mode): Talk a little about CVS in the comment.

(vc-log-info): Simplify code.

(vc-do-command): New argument LAST.  All callers updated.
Legal values for LAST are 'MASTER and 'BASE.
(vc-backend-dispatch): New argument C, used by CVS.  All callers
updated, but many just passes an (error "NYI") form.
(vc-backend-admin): Issue a "cvs add" (but not a "cvs commit").
(vc-backend-checkout, vc-backend-logentry-check, vc-backend-print-log,
vc-backend-assign-name, vc-backend-diff, vc-check-headers): Handle CVS.
(vc-backend-steal, vc-backend-uncheck): Give error if using CVS.

(vc-backend-diff): Fixed typo in SCCS code.

29 years ago(vc-status): Handle CVS.
Richard M. Stallman [Mon, 3 Oct 1994 21:56:50 +0000 (21:56 +0000)]
(vc-status): Handle CVS.

(vc-find-cvs-master): New function.
(vc-master-templates): Add vc-find-cvs-master.
(vc-registered): Allow vc-master-templates to contain atoms, and
call them with dirname and basename as arguments.

(vc-mode-line): Use equal, not string-equal, to
compare the result of vc-locking-user.

29 years agoAdd support for MIPS variants
Ian Lance Taylor [Mon, 3 Oct 1994 15:43:16 +0000 (15:43 +0000)]
Add support for MIPS variants

29 years agoRecognize GNU.
Roland McGrath [Mon, 3 Oct 1994 05:48:44 +0000 (05:48 +0000)]
Recognize GNU.

29 years ago(comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.
Richard M. Stallman [Mon, 3 Oct 1994 01:11:15 +0000 (01:11 +0000)]
(comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.
(shell-strip-ctrl-m): Add defalias.

29 years ago(shell-strip-ctrl-m): Function moved to comint.el and renamed.
Richard M. Stallman [Mon, 3 Oct 1994 01:10:57 +0000 (01:10 +0000)]
(shell-strip-ctrl-m): Function moved to comint.el and renamed.

29 years ago(Frecenter): Don't trigger point-motion hooks.
Karl Heuer [Mon, 3 Oct 1994 00:25:59 +0000 (00:25 +0000)]
(Frecenter): Don't trigger point-motion hooks.

29 years ago(kill-rectangle): In read-only buffer, do record
Richard M. Stallman [Sun, 2 Oct 1994 23:57:56 +0000 (23:57 +0000)]
(kill-rectangle): In read-only buffer, do record
the rectangle for later yanking.

29 years ago(Finsert_file_contents): set type of `end', not just the value.
Karl Heuer [Sun, 2 Oct 1994 23:57:26 +0000 (23:57 +0000)]
(Finsert_file_contents): set type of `end', not just the value.

29 years ago(x_figure_window_size): Use new formula for scroll bar width.
Karl Heuer [Sun, 2 Oct 1994 22:06:26 +0000 (22:06 +0000)]
(x_figure_window_size): Use new formula for scroll bar width.

29 years agoInclude <utime.h> here instead of in systime.h.
Karl Heuer [Sun, 2 Oct 1994 21:51:57 +0000 (21:51 +0000)]
Include <utime.h> here instead of in systime.h.
(set_file_times): Move struct declaration to top of file.

29 years agoDon't include <utime.h> here; do it in sysdep.c instead.
Karl Heuer [Sun, 2 Oct 1994 21:41:57 +0000 (21:41 +0000)]
Don't include <utime.h> here; do it in sysdep.c instead.

29 years ago(HAVE_UTIME_H): Add #undef.
Karl Heuer [Sun, 2 Oct 1994 21:28:52 +0000 (21:28 +0000)]
(HAVE_UTIME_H): Add #undef.

29 years ago(popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
Paul Reilly [Sun, 2 Oct 1994 21:23:53 +0000 (21:23 +0000)]
(popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
calls to popup_get_selection() provide the protection.

29 years ago(shell-mode): Compare the truename with /dev/null.
Richard M. Stallman [Sun, 2 Oct 1994 20:11:07 +0000 (20:11 +0000)]
(shell-mode): Compare the truename with /dev/null.

29 years ago(file-truename): If name has no dir, use default-directory.
Richard M. Stallman [Sun, 2 Oct 1994 20:10:39 +0000 (20:10 +0000)]
(file-truename): If name has no dir, use default-directory.

29 years ago(widget_id_tick): Renamed from popup_id_tick.
Paul Reilly [Sun, 2 Oct 1994 15:51:13 +0000 (15:51 +0000)]
(widget_id_tick): Renamed from popup_id_tick.

(popup_get_selection, popup_activated, popup_activate_callback,
menubar_selection_callback, popup_deactivate_callback,
single_submenu): New or replaced functions.

(popup_activated_flag): New variable.

(dispatch_dummy_expose, event_is_in_menu_item, map_event_to_object):
Removed.

(update_frame_menubar): Use lw_refigure_widget to provide widget set
independence.

(set_frame_menubar): Use lw_allow_resizing to control unsightly Motif
menubar resizing in a widget set independent fashion.

(xmenu_show): Removed menubar handling code, since that is now done in
lwlib.  Display a popup menu title centered and followed by two
separators.  Use lw_popup_menu() to display the menu.  Use
popup_get_selection() to deal with X11 event handling while the menu
is posted.

29 years ago(XTread_socket): Use popup_get_selection() for X11 menubar event handling.
Paul Reilly [Sun, 2 Oct 1994 13:37:59 +0000 (13:37 +0000)]
(XTread_socket): Use popup_get_selection() for X11 menubar event handling.

29 years ago(HACK_EDITRES): Declare if using X11R5.
Paul Reilly [Sun, 2 Oct 1994 13:29:03 +0000 (13:29 +0000)]
(HACK_EDITRES): Declare if using X11R5.
(widget_id_tick): New variable.
(x_any_window_to_frame): Use lw_window_is_in_menubar() for
widget set independence.
(x_window): Renamed screen_widget to frame_widget.  Use
lw_create_widget() and lw_set_main_areas() for widget set
independence.  Enable using editres for X11R5.

29 years ago(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
Paul Reilly [Sun, 2 Oct 1994 13:13:17 +0000 (13:13 +0000)]
(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
independence.

29 years agoDeclare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.
Paul Reilly [Sun, 2 Oct 1994 12:37:21 +0000 (12:37 +0000)]
Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.

29 years ago(make_lispy_event): Do not set item. Now handled in xmenu.c by
Paul Reilly [Sun, 2 Oct 1994 12:26:46 +0000 (12:26 +0000)]
(make_lispy_event): Do not set item.  Now handled in xmenu.c by
(popup_get_selection).

29 years ago(display_menu_item): Add support for displaying the title in pop up menus.
Paul Reilly [Sun, 2 Oct 1994 12:14:00 +0000 (12:14 +0000)]
(display_menu_item): Add support for displaying the title in pop up menus.

29 years ago(lw_set_main_areas): Use xm_set_main_areas().
Paul Reilly [Sun, 2 Oct 1994 12:07:01 +0000 (12:07 +0000)]
(lw_set_main_areas): Use xm_set_main_areas().
(lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.

29 years agoDeclare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly [Sun, 2 Oct 1994 11:55:07 +0000 (11:55 +0000)]
Declare xm_set_main_areas() and xm_manage_resizing().

29 years ago(make_menu_in_widget): Add support for displaying a title in pop up
Paul Reilly [Sun, 2 Oct 1994 11:48:42 +0000 (11:48 +0000)]
(make_menu_in_widget): Add support for displaying a title in pop up
menus.
(make_main, xm_set_main_areas, xm_manage_resizing): New functions to
create and manage a Motif Main Window widget.

29 years agoAdded Motif changes for usage and option checking.
Paul Reilly [Sun, 2 Oct 1994 11:28:06 +0000 (11:28 +0000)]
Added Motif changes for usage and option checking.

29 years ago(Info-scroll-down, Info-scroll-up): Doc fixes.
Richard M. Stallman [Sun, 2 Oct 1994 08:36:08 +0000 (08:36 +0000)]
(Info-scroll-down, Info-scroll-up): Doc fixes.

29 years ago(dired-do-print): Put spaces between lpr switches.
Richard M. Stallman [Sun, 2 Oct 1994 08:35:34 +0000 (08:35 +0000)]
(dired-do-print): Put spaces between lpr switches.

29 years ago(setenv-history): New history list.
Richard M. Stallman [Sun, 2 Oct 1994 04:03:32 +0000 (04:03 +0000)]
(setenv-history): New history list.
(setenv): Use setenv-history.
Place the variable's current value at front of setenv-history
while reading the new value.

(setenv): Provide history, completion for envvar.
(read-envvar-name-history): New variable.
(read-envvar-name): New function.

29 years ago(indent-c++-exp): For public/private/protected,
Richard M. Stallman [Sun, 2 Oct 1994 03:44:59 +0000 (03:44 +0000)]
(indent-c++-exp): For public/private/protected,
don't do the case/label adjustment.

29 years ago(redisplay_window): If we set PT, and that alters a region
Richard M. Stallman [Sun, 2 Oct 1994 02:41:24 +0000 (02:41 +0000)]
(redisplay_window): If we set PT, and that alters a region
being displayed, call try_window again.

29 years ago(fill-region, fill-region-as-paragraph): Fix previous change.
Richard M. Stallman [Sun, 2 Oct 1994 02:23:21 +0000 (02:23 +0000)]
(fill-region, fill-region-as-paragraph): Fix previous change.

29 years ago(vc-register): Verify an old master file really still exists
Richard M. Stallman [Sun, 2 Oct 1994 01:49:29 +0000 (01:49 +0000)]
(vc-register): Verify an old master file really still exists
before giving error.  If it has disappeared, ask for confirmation.

29 years ago(head_table): Set up Qdelete_frame.
Richard M. Stallman [Sat, 1 Oct 1994 21:25:41 +0000 (21:25 +0000)]
(head_table): Set up Qdelete_frame.
(kbd_buffer_get_event): Handle delete_window_event by making
a delete-frame event.

29 years ago(keys_of_frame): Make binding for delete-frame.
Richard M. Stallman [Sat, 1 Oct 1994 21:24:44 +0000 (21:24 +0000)]
(keys_of_frame): Make binding for delete-frame.

29 years ago(apropos-print-matches): Add newline after
Richard M. Stallman [Sat, 1 Oct 1994 21:10:38 +0000 (21:10 +0000)]
(apropos-print-matches): Add newline after
Function: or Variable: if line doesn't fit with it.
New arg no-header inhibits them entirely.
(apropos): New arg no-header.  Pass it to apropos-print-matches.

29 years ago(save-buffers-kill-emacs): Fix previous change.
Richard M. Stallman [Sat, 1 Oct 1994 21:07:33 +0000 (21:07 +0000)]
(save-buffers-kill-emacs): Fix previous change.

29 years ago(Foverlay_get): Handle `category' property on overlay.
Richard M. Stallman [Sat, 1 Oct 1994 21:02:59 +0000 (21:02 +0000)]
(Foverlay_get): Handle `category' property on overlay.

29 years ago* man.el (Man-init-defvars, Man-cleanup-manpage,
Francesco Potortì [Sat, 1 Oct 1994 13:27:15 +0000 (13:27 +0000)]
* man.el (Man-init-defvars, Man-cleanup-manpage,
Man-fontify-manpage): fix previous fix.

29 years agoComment change.
Richard M. Stallman [Sat, 1 Oct 1994 09:07:05 +0000 (09:07 +0000)]
Comment change.

29 years ago(compile_range): When casting to const unsigned char *, put const first.
Richard M. Stallman [Sat, 1 Oct 1994 09:06:07 +0000 (09:06 +0000)]
(compile_range): When casting to const unsigned char *, put const first.

29 years ago(fill-region, fill-region-as-paragraph):
Richard M. Stallman [Sat, 1 Oct 1994 07:35:26 +0000 (07:35 +0000)]
(fill-region, fill-region-as-paragraph):
If specified region ends before a newline, include that newline.

29 years ago(mouse-secondary-click-count): New variable.
Richard M. Stallman [Sat, 1 Oct 1994 07:30:18 +0000 (07:30 +0000)]
(mouse-secondary-click-count): New variable.
(mouse-secondary-save-then-kill, mouse-drag-secondary):
Use mouse-secondary-click-count, not mouse-selection-click-count.

29 years ago(LIBXTR6): If NEED_LIBW, add -lw.
Richard M. Stallman [Sat, 1 Oct 1994 04:54:34 +0000 (04:54 +0000)]
(LIBXTR6): If NEED_LIBW, add -lw.

29 years ago(NEED_LIBW): Defined.
Richard M. Stallman [Sat, 1 Oct 1994 04:54:08 +0000 (04:54 +0000)]
(NEED_LIBW): Defined.

29 years ago(LDFLAGS): New variable.
Richard M. Stallman [Sat, 1 Oct 1994 04:42:45 +0000 (04:42 +0000)]
(LDFLAGS): New variable.
(LIBX): Use LDFLAGS.

29 years ago(add-hook, remove-hook): If the hook was made local
Richard M. Stallman [Sat, 1 Oct 1994 04:36:28 +0000 (04:36 +0000)]
(add-hook, remove-hook): If the hook was made local
in the old way, always modify the local value.

29 years ago(ispell-init-process): Add missing arg in error msg.
Richard M. Stallman [Sat, 1 Oct 1994 04:30:14 +0000 (04:30 +0000)]
(ispell-init-process): Add missing arg in error msg.

29 years ago(finder-mode-map): Change key bindings:
Richard M. Stallman [Sat, 1 Oct 1994 04:24:56 +0000 (04:24 +0000)]
(finder-mode-map): Change key bindings:
RET or f to select, d to go back to directory.
(finder-summary): Fix the help summary.

29 years ago(edmacro-format-keys): Cope if local keymap is nil.
Richard M. Stallman [Sat, 1 Oct 1994 03:53:40 +0000 (03:53 +0000)]
(edmacro-format-keys): Cope if local keymap is nil.

29 years ago(windowsnt): Alias for winnt.
Richard Kenner [Fri, 30 Sep 1994 21:26:44 +0000 (21:26 +0000)]
(windowsnt): Alias for winnt.
(winnt): New OS name.

29 years ago(modify-face): New function.
Richard M. Stallman [Fri, 30 Sep 1994 21:01:13 +0000 (21:01 +0000)]
(modify-face): New function.

29 years ago(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
Richard M. Stallman [Fri, 30 Sep 1994 20:47:37 +0000 (20:47 +0000)]
(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.

29 years ago(add-hook): Initialize default value and local value.
Richard M. Stallman [Fri, 30 Sep 1994 20:47:13 +0000 (20:47 +0000)]
(add-hook): Initialize default value and local value.
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.

(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.

29 years ago(Fmake_local_variable): Doc fix.
Richard M. Stallman [Fri, 30 Sep 1994 20:32:45 +0000 (20:32 +0000)]
(Fmake_local_variable): Doc fix.

(Flocal_variable_p): New function.
(syms_of_data): defsubr it.

29 years ago* etags.c (C_entries): Recognise typedef of ANSI style functions.
Francesco Potortì [Fri, 30 Sep 1994 17:18:24 +0000 (17:18 +0000)]
* etags.c (C_entries): Recognise typedef of ANSI style functions.
(C_entries): Recognise #define inside a struct.
(C_entries): ANSI tells that preprocessor commands do not have to
start on the first column.
(print_help): Documentation corrected for -d and -D.
(white, endtk): ANSI tells the vertical tab is a separator.

29 years ago(isearch-mode): Don't set deactivate-mark here.
Richard M. Stallman [Fri, 30 Sep 1994 09:16:06 +0000 (09:16 +0000)]
(isearch-mode): Don't set deactivate-mark here.
(isearch-done): In Transient Mark mode, don't set mark if is active.

29 years agoReally delete gud-overload-functions.
Richard M. Stallman [Fri, 30 Sep 1994 09:12:09 +0000 (09:12 +0000)]
Really delete gud-overload-functions.

29 years ago(gud-overload-functions): Function deleted.
Richard M. Stallman [Fri, 30 Sep 1994 09:11:36 +0000 (09:11 +0000)]
(gud-overload-functions): Function deleted.
(gud-massage-args, gud-marker-filter, gud-find-file): New vars.
Mark them as permanent locals.
(gud-massage-args, gud-marker-filter, gud-find-file):
In these functions, use those variables.
(gud-common-init): 3 new args give values for those variables.
(gdb, sdb, dbx, xdb, perldb): Pass new args to gud-common-init.
(gud-gdb-complete-command): Bind gud-marker-filter.
(gud-find-file): Condense multiple slashes to single slashes.

29 years ago(os): Accept coff as an OS.
Jim Wilson [Fri, 30 Sep 1994 00:07:41 +0000 (00:07 +0000)]
(os): Accept coff as an OS.

29 years ago(check_writable, check_executable) [__HURD__]: Use eaccess.
Richard M. Stallman [Thu, 29 Sep 1994 23:20:43 +0000 (23:20 +0000)]
(check_writable, check_executable) [__HURD__]: Use eaccess.

29 years ago(print-region-1): Use them instead of just pr.
Richard M. Stallman [Thu, 29 Sep 1994 23:12:31 +0000 (23:12 +0000)]
(print-region-1): Use them instead of just pr.
(lpr-page-header-program, lpr-page-header-switches): New variables.

29 years ago(compute_char_face): Handle list as overlay face property.
Richard M. Stallman [Thu, 29 Sep 1994 23:00:43 +0000 (23:00 +0000)]
(compute_char_face): Handle list as overlay face property.

(compute_char_face): If face text-property is a list,
merge the attributes of the faces in the list.

29 years ago(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
Richard Kenner [Thu, 29 Sep 1994 22:47:30 +0000 (22:47 +0000)]
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
above this one now that this is wildcard.

29 years ago(Fset_face_attribute_internal): Mark frame garbaged whenever
Richard M. Stallman [Thu, 29 Sep 1994 20:25:45 +0000 (20:25 +0000)]
(Fset_face_attribute_internal): Mark frame garbaged whenever
any face's font or color is changed.

29 years ago(scmp): Use unsigned chars, to avoid confusing DOWNCASE.
Karl Heuer [Thu, 29 Sep 1994 19:37:26 +0000 (19:37 +0000)]
(scmp): Use unsigned chars, to avoid confusing DOWNCASE.

29 years ago(x_report_frame_params): Fix format/arg mismatch.
Karl Heuer [Thu, 29 Sep 1994 19:23:41 +0000 (19:23 +0000)]
(x_report_frame_params): Fix format/arg mismatch.

29 years ago(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.
Karl Heuer [Thu, 29 Sep 1994 19:22:57 +0000 (19:22 +0000)]
(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.

29 years ago(add-abbrev, inverse-add-abbrev):
Richard M. Stallman [Thu, 29 Sep 1994 19:07:45 +0000 (19:07 +0000)]
(add-abbrev, inverse-add-abbrev):
Clear text properties from NAME.

29 years ago(scheme-mode-variables): Make parse-sexp-ignore-comments t.
Richard M. Stallman [Thu, 29 Sep 1994 18:54:19 +0000 (18:54 +0000)]
(scheme-mode-variables): Make parse-sexp-ignore-comments t.

29 years ago(texinfo-format-region, texinfo-format-buffer-1):
Richard M. Stallman [Thu, 29 Sep 1994 18:51:54 +0000 (18:51 +0000)]
(texinfo-format-region, texinfo-format-buffer-1):
Search back for the @include.

29 years ago* man.el
Francesco Potortì [Thu, 29 Sep 1994 12:42:45 +0000 (12:42 +0000)]
* man.el
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
added support for the big cross present in the ksh manpage.

29 years ago(imenu--cleanup): Changed 'mapc' to 'mapcar'.
Richard M. Stallman [Thu, 29 Sep 1994 06:32:06 +0000 (06:32 +0000)]
(imenu--cleanup): Changed 'mapc' to 'mapcar'.

29 years ago(handle-delete-frame): New function.
Richard M. Stallman [Thu, 29 Sep 1994 04:48:59 +0000 (04:48 +0000)]
(handle-delete-frame): New function.

29 years ago(command-line): Fix bug in previous change.
Karl Heuer [Wed, 28 Sep 1994 22:38:04 +0000 (22:38 +0000)]
(command-line): Fix bug in previous change.

29 years ago(command-line): Recognize --longopt synonyms for all options handled here.
Karl Heuer [Wed, 28 Sep 1994 22:15:38 +0000 (22:15 +0000)]
(command-line): Recognize --longopt synonyms for all options handled here.

29 years ago[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.
Roland McGrath [Wed, 28 Sep 1994 21:00:06 +0000 (21:00 +0000)]
[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.

29 years ago(syms_of_dired): Undo Sep 16 change.
Karl Heuer [Wed, 28 Sep 1994 20:45:25 +0000 (20:45 +0000)]
(syms_of_dired): Undo Sep 16 change.

29 years ago(Fdelete_file): Undo Sep 16 change.
Karl Heuer [Wed, 28 Sep 1994 20:45:08 +0000 (20:45 +0000)]
(Fdelete_file): Undo Sep 16 change.

29 years ago(backward-kill-sentence): Work in read-only buffers.
Richard M. Stallman [Wed, 28 Sep 1994 04:46:02 +0000 (04:46 +0000)]
(backward-kill-sentence): Work in read-only buffers.
(kill-sentence): Work in read-only buffers.

29 years agoComment fix.
Karl Heuer [Wed, 28 Sep 1994 01:58:46 +0000 (01:58 +0000)]
Comment fix.

29 years ago(x_new_font): New rule for computing column width. Factored out common code.
Karl Heuer [Wed, 28 Sep 1994 00:59:24 +0000 (00:59 +0000)]
(x_new_font): New rule for computing column width.  Factored out common code.
(XTset_vertical_scroll_bar): Use new width formula.
[!USE_X_TOOLKIT] (x_set_window_size): Likewise.

29 years ago(x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.
Karl Heuer [Wed, 28 Sep 1994 00:58:45 +0000 (00:58 +0000)]
(x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.
(Fx_create_frame): Default scroll bar width is now nil.