bpt/emacs.git
30 years ago(record_first_change): Check for buffer-undo-list = t.
Richard M. Stallman [Thu, 3 Feb 1994 19:39:21 +0000 (19:39 +0000)]
(record_first_change): Check for buffer-undo-list = t.
Make an undo boundary if appropriate.  Set last_undo_buffer.
(record_property_change): Use BUFFER, not current_buffer,
when testing undo_list.

30 years ago(c-fill-paragraph): Delete extraneous close paren.
Karl Heuer [Thu, 3 Feb 1994 19:18:21 +0000 (19:18 +0000)]
(c-fill-paragraph): Delete extraneous close paren.

30 years ago(merge_properties_sticky): Preserve original order of properties.
Karl Heuer [Thu, 3 Feb 1994 18:54:04 +0000 (18:54 +0000)]
(merge_properties_sticky): Preserve original order of properties.

30 years ago(X_IO_BUG): Defined.
Richard M. Stallman [Thu, 3 Feb 1994 06:07:47 +0000 (06:07 +0000)]
(X_IO_BUG): Defined.

30 years ago(Fwrite_region): If FILENAME has no handler, see if VISIT has one.
Richard M. Stallman [Thu, 3 Feb 1994 05:56:36 +0000 (05:56 +0000)]
(Fwrite_region): If FILENAME has no handler, see if VISIT has one.

30 years ago(Using NON_GNU_CPP): Don't lose if it has spaces.
Richard M. Stallman [Thu, 3 Feb 1994 05:55:12 +0000 (05:55 +0000)]
(Using NON_GNU_CPP): Don't lose if it has spaces.

30 years ago(scan_buffer): New arg ALLOW_QUIT.
Richard M. Stallman [Thu, 3 Feb 1994 05:06:01 +0000 (05:06 +0000)]
(scan_buffer): New arg ALLOW_QUIT.
(find_next_newline): Pass new arg.

30 years ago(find_defun_start): Pass new arg to scan_buffer.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:42 +0000 (05:05 +0000)]
(find_defun_start): Pass new arg to scan_buffer.

30 years ago(Fforward_line): Pass new arg to scan_buffer.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:12 +0000 (05:05 +0000)]
(Fforward_line): Pass new arg to scan_buffer.

30 years ago(XTread_socket): Add X_IO_BUG conditional.
Richard M. Stallman [Wed, 2 Feb 1994 23:47:57 +0000 (23:47 +0000)]
(XTread_socket): Add X_IO_BUG conditional.

30 years ago(dired-font-lock-keywords): New variable.
Richard M. Stallman [Wed, 2 Feb 1994 23:45:08 +0000 (23:45 +0000)]
(dired-font-lock-keywords): New variable.
(font-lock-set-defaults): Handle dired.el.

30 years ago(thing@pt-version): Removed variable.
Richard M. Stallman [Wed, 2 Feb 1994 23:19:42 +0000 (23:19 +0000)]
(thing@pt-version): Removed variable.

30 years ago(mouse-sel-version): Don't base version number on
Richard M. Stallman [Wed, 2 Feb 1994 23:19:11 +0000 (23:19 +0000)]
(mouse-sel-version): Don't base version number on
RCS revision.  Updated to version 2.0.
(mouse-sel-set-selection-function, mouse-sel-get-selection-function,
 mouse-sel-check-selection-function):
Check whether X11 functions are bound when setting defaults.
(mouse-extend): Check whether modify-frame-parameters is bound before
calling it.  Add support to kill region with double-mouse-3.

30 years ago(server-program): Add exec-directory to value.
Richard M. Stallman [Wed, 2 Feb 1994 22:53:39 +0000 (22:53 +0000)]
(server-program): Add exec-directory to value.

30 years ago(mips-mips-riscos4*): Set NON_GNU_CPP.
Richard M. Stallman [Wed, 2 Feb 1994 22:35:44 +0000 (22:35 +0000)]
(mips-mips-riscos4*): Set NON_GNU_CPP.

30 years ago(sort-paragraphs): Use proper paragraph definition instead of just checking
Karl Heuer [Wed, 2 Feb 1994 21:57:02 +0000 (21:57 +0000)]
(sort-paragraphs): Use proper paragraph definition instead of just checking
for whitespace.

30 years ago(ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
Karl Heuer [Wed, 2 Feb 1994 21:35:07 +0000 (21:35 +0000)]
(ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
want to preload this file.

30 years agoDoc fix.
Richard M. Stallman [Wed, 2 Feb 1994 20:43:50 +0000 (20:43 +0000)]
Doc fix.

30 years ago(shell-font-lock-keywords): Doc fix.
Richard M. Stallman [Wed, 2 Feb 1994 20:00:15 +0000 (20:00 +0000)]
(shell-font-lock-keywords): Doc fix.

30 years ago(vc-mode-line): use force-mode-line-update instead of the Emacs 18
Eric S. Raymond [Wed, 2 Feb 1994 18:56:02 +0000 (18:56 +0000)]
(vc-mode-line): use force-mode-line-update instead of the Emacs 18
kluge.

30 years ago(disable-command): Reject invalid commands.
Richard M. Stallman [Wed, 2 Feb 1994 18:46:29 +0000 (18:46 +0000)]
(disable-command): Reject invalid commands.

30 years ago(make-help-screen): Remove debugging code.
Karl Heuer [Wed, 2 Feb 1994 07:44:43 +0000 (07:44 +0000)]
(make-help-screen): Remove debugging code.

30 years ago(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
Karl Heuer [Wed, 2 Feb 1994 07:34:08 +0000 (07:34 +0000)]
(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.

30 years ago(try_window_id): Don't pass value beyond ZV to compute_motion.
Karl Heuer [Wed, 2 Feb 1994 07:25:37 +0000 (07:25 +0000)]
(try_window_id): Don't pass value beyond ZV to compute_motion.

30 years ago(Fpos_visible_in_window_p): Return nil if POS > ZV.
Karl Heuer [Wed, 2 Feb 1994 07:16:51 +0000 (07:16 +0000)]
(Fpos_visible_in_window_p): Return nil if POS > ZV.

30 years ago(x_term_init): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:32:28 +0000 (06:32 +0000)]
(x_term_init): Use get_system_name instead of gethostname.

30 years ago(get_system_name): Declared.
Karl Heuer [Wed, 2 Feb 1994 06:31:26 +0000 (06:31 +0000)]
(get_system_name): Declared.

30 years ago(x_get_customization_string): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:26:21 +0000 (06:26 +0000)]
(x_get_customization_string): Use get_system_name instead of gethostname.

30 years ago(get_system_name): Remove restriction on hostname size.
Karl Heuer [Wed, 2 Feb 1994 06:20:58 +0000 (06:20 +0000)]
(get_system_name): Remove restriction on hostname size.

30 years agoFix file-relative-name to allow for ancestors as well as descendants.
Karl Heuer [Wed, 2 Feb 1994 04:39:22 +0000 (04:39 +0000)]
Fix file-relative-name to allow for ancestors as well as descendants.

30 years agovc-parse-buffer: arrange for old properties to get cleared when their
Eric S. Raymond [Wed, 2 Feb 1994 03:27:26 +0000 (03:27 +0000)]
vc-parse-buffer: arrange for old properties to get cleared when their
match string is not found in the master file.

30 years ago(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman [Wed, 2 Feb 1994 00:06:43 +0000 (00:06 +0000)]
(mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.

30 years ago(comment-region): Handle comment-end deletion for C-u.
Richard M. Stallman [Wed, 2 Feb 1994 00:05:42 +0000 (00:05 +0000)]
(comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.

(comment-region): Just C-u prefix means uncomment lines.

30 years ago(Fmod): Use HAVE_FMOD.
Karl Heuer [Tue, 1 Feb 1994 23:21:22 +0000 (23:21 +0000)]
(Fmod): Use HAVE_FMOD.

30 years ago(HAVE_FMOD): Add another #undef.
Karl Heuer [Tue, 1 Feb 1994 23:18:34 +0000 (23:18 +0000)]
(HAVE_FMOD): Add another #undef.

30 years agoCheck whether fmod exists.
Karl Heuer [Tue, 1 Feb 1994 23:17:03 +0000 (23:17 +0000)]
Check whether fmod exists.

30 years ago(font-lock-set-defaults): Handle shell mode.
Richard M. Stallman [Tue, 1 Feb 1994 23:10:41 +0000 (23:10 +0000)]
(font-lock-set-defaults): Handle shell mode.
(shell-font-lock-keywords): New variable.

30 years ago(SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.
Richard M. Stallman [Tue, 1 Feb 1994 18:24:12 +0000 (18:24 +0000)]
(SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.

30 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 Feb 1994 18:21:00 +0000 (18:21 +0000)]
*** empty log message ***

30 years agoMany doc fixes.
Richard M. Stallman [Tue, 1 Feb 1994 18:14:56 +0000 (18:14 +0000)]
Many doc fixes.
(pascal-get-beg-of-line, pascal-get-end-of-line):
Use defsubst.  Renamed from get-...
(pascal-within-string): Use defsubst.
(delete-whitespaces): Function deleted;
callers use delete-horizontal-space instead.
(pascal-string-diff): Renamed from string-diff.

Complete rewrite.  Added an outline- minor-mode and completion.

30 years ago(auto-mode-alist): Add .p and .pas for pascal-mode.
Richard M. Stallman [Tue, 1 Feb 1994 17:46:53 +0000 (17:46 +0000)]
(auto-mode-alist): Add .p and .pas for pascal-mode.

30 years ago(x_set_menu_bar_lines): Test also menubar_widget before calling
Fred Pierresteguy [Tue, 1 Feb 1994 17:33:14 +0000 (17:33 +0000)]
(x_set_menu_bar_lines): Test also menubar_widget before calling
XtDestroyWidget.

30 years ago(calculate-fortran-indent): Handle
Richard M. Stallman [Tue, 1 Feb 1994 17:25:41 +0000 (17:25 +0000)]
(calculate-fortran-indent): Handle
Fortran 90 INTERFACE and SELECT/CASE blocks.

30 years ago(dumpglyphs): Don't crash for invalid face code.
Richard M. Stallman [Tue, 1 Feb 1994 06:49:18 +0000 (06:49 +0000)]
(dumpglyphs): Don't crash for invalid face code.

30 years ago(revert-buffer): Doc fix.
Richard M. Stallman [Tue, 1 Feb 1994 03:46:09 +0000 (03:46 +0000)]
(revert-buffer): Doc fix.

30 years ago(font-lock-mode): Use the new hooks to get proper behavior on a revert.
Karl Heuer [Tue, 1 Feb 1994 01:32:48 +0000 (01:32 +0000)]
(font-lock-mode): Use the new hooks to get proper behavior on a revert.

30 years ago(revert-buffer): reposition after-revert-hook, and add before-revert-hook.
Karl Heuer [Tue, 1 Feb 1994 01:31:37 +0000 (01:31 +0000)]
(revert-buffer): reposition after-revert-hook, and add before-revert-hook.

30 years ago(tabify): Don't delete back before initial START.
Richard M. Stallman [Tue, 1 Feb 1994 00:16:31 +0000 (00:16 +0000)]
(tabify): Don't delete back before initial START.

30 years ago(appt-display-interval, appt-display-duration)
Richard M. Stallman [Tue, 1 Feb 1994 00:00:36 +0000 (00:00 +0000)]
(appt-display-interval, appt-display-duration)
(appt-message-warning-time): Use larger defaults.

30 years agoDistribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.
Roland McGrath [Mon, 31 Jan 1994 23:57:52 +0000 (23:57 +0000)]
Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.

30 years ago(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
Roland McGrath [Mon, 31 Jan 1994 23:05:32 +0000 (23:05 +0000)]
(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
it is 'same.  Do list verification frobbing for it being either 'same or
nil; but only set tags-table-list-started-at and tags-table-list-pointer
when it's nil.

30 years ago(show-children): Don't call outline-level at eob.
Richard M. Stallman [Mon, 31 Jan 1994 16:41:12 +0000 (16:41 +0000)]
(show-children): Don't call outline-level at eob.

30 years ago(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
Richard M. Stallman [Mon, 31 Jan 1994 16:16:05 +0000 (16:16 +0000)]
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.

30 years agoFix rmail summary commands to work with rmail-mail-new-frame.
Karl Heuer [Mon, 31 Jan 1994 07:05:45 +0000 (07:05 +0000)]
Fix rmail summary commands to work with rmail-mail-new-frame.

30 years ago*** empty log message ***
Richard M. Stallman [Mon, 31 Jan 1994 05:35:36 +0000 (05:35 +0000)]
*** empty log message ***

30 years agoentered into RCS
Richard M. Stallman [Mon, 31 Jan 1994 04:34:11 +0000 (04:34 +0000)]
entered into RCS

30 years ago*** empty log message ***
Richard M. Stallman [Sun, 30 Jan 1994 03:17:32 +0000 (03:17 +0000)]
*** empty log message ***

30 years agoentered into RCS
Richard M. Stallman [Sun, 30 Jan 1994 03:04:13 +0000 (03:04 +0000)]
entered into RCS

30 years agoWhitespace changes.
Richard M. Stallman [Sun, 30 Jan 1994 01:09:58 +0000 (01:09 +0000)]
Whitespace changes.

30 years agoWhitespace change.
Richard M. Stallman [Sun, 30 Jan 1994 01:03:56 +0000 (01:03 +0000)]
Whitespace change.

30 years ago(configuration): Change # comment to C comment.
Richard M. Stallman [Sun, 30 Jan 1994 00:50:32 +0000 (00:50 +0000)]
(configuration): Change # comment to C comment.

30 years agoInitial revision
Richard M. Stallman [Sun, 30 Jan 1994 00:30:22 +0000 (00:30 +0000)]
Initial revision

30 years ago(calendar-mayan-date-string): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:30:02 +0000 (00:30 +0000)]
(calendar-mayan-date-string): New function.
(calendar-print-mayan-date, diary-mayan-date): Use it.

30 years ago(calendar-french-date-string): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:29:32 +0000 (00:29 +0000)]
(calendar-french-date-string): New function.
(calendar-print-french-date, diary-french-date): Use it.

30 years ago(calendar-sunrise-sunset): Add date to message.
Richard M. Stallman [Sun, 30 Jan 1994 00:29:09 +0000 (00:29 +0000)]
(calendar-sunrise-sunset): Add date to message.

30 years ago(calendar-phases-of-moon): Fix mode line.
Richard M. Stallman [Sun, 30 Jan 1994 00:28:54 +0000 (00:28 +0000)]
(calendar-phases-of-moon): Fix mode line.

30 years ago(list-calendar-holidays): Fix mode line.
Richard M. Stallman [Sun, 30 Jan 1994 00:28:40 +0000 (00:28 +0000)]
(list-calendar-holidays): Fix mode line.

30 years ago(diary-day-of-year, diary-iso-date, diary-islamic-date,
Richard M. Stallman [Sun, 30 Jan 1994 00:26:04 +0000 (00:26 +0000)]
(diary-day-of-year, diary-iso-date, diary-islamic-date,
 diary-hebrew-date, diary-julian-date, diary-astro-day-number):
 Use new functions from calendar.el.

30 years ago(calendar-version): New function.
Richard M. Stallman [Sun, 30 Jan 1994 00:25:00 +0000 (00:25 +0000)]
(calendar-version): New function.
Adjustments to commentary at top of file.
(diary-entry-marker, calendar-today-marker,
calendar-holiday-marker): Don't autoload them; change definitions
to support monochrome and color workstations.
(calendar-french-date-string,calendar-mayan-date-string): Autoload them.
(calendar-day-of-year-string, calendar-iso-date-string,
calendar-julian-date-string,calendar-islamic-date-string,
calendar-hebrew-date-string,calendar-astro-date-string): New functions
(calendar-print-day-of-year, calendar-print-iso-date,
calendar-print-iso-date,calendar-print-julian-date,
calendar-print-islamic-date,calendar-print-hebrew-date,
calendar-print-astro-day-number): Use them.
(calendar-mode-map): Add mouse support.
(calendar-unmark,mark-visible-calendar-date,calendar-mark-today):
Rewritten.

30 years ago(minor-mode-alist): Don't add "Outl" if already added.
Richard M. Stallman [Sat, 29 Jan 1994 23:58:07 +0000 (23:58 +0000)]
(minor-mode-alist): Don't add "Outl" if already added.

30 years ago(rmail-make-in-reply-to-field): Discard text properties from
Richard M. Stallman [Sat, 29 Jan 1994 23:56:27 +0000 (23:56 +0000)]
(rmail-make-in-reply-to-field): Discard text properties from
the address before printing it.

30 years agoScale by sizeof when allocating objects.
Karl Heuer [Sat, 29 Jan 1994 02:09:41 +0000 (02:09 +0000)]
Scale by sizeof when allocating objects.

30 years ago(kill-all-local-variables): follow symbol forwarding.
Karl Heuer [Sat, 29 Jan 1994 02:03:55 +0000 (02:03 +0000)]
(kill-all-local-variables): follow symbol forwarding.

30 years ago(c-fill-paragraph): Handle C++ mode.
Richard M. Stallman [Sat, 29 Jan 1994 01:27:32 +0000 (01:27 +0000)]
(c-fill-paragraph): Handle C++ mode.

30 years agoInclude stdio.h.
Richard M. Stallman [Sat, 29 Jan 1994 01:16:17 +0000 (01:16 +0000)]
Include stdio.h.
(init_callproc): Put non-ex-dir warnings on stderr.

30 years ago(init_lread): Put non-ex-dir warnings on stderr.
Richard M. Stallman [Sat, 29 Jan 1994 01:15:53 +0000 (01:15 +0000)]
(init_lread): Put non-ex-dir warnings on stderr.

30 years ago(x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and...
Fred Pierresteguy [Fri, 28 Jan 1994 17:34:46 +0000 (17:34 +0000)]
(x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return.

30 years ago* xterm.c (x_term_init): Cast to (char **) before assignment to argv.
Fred Pierresteguy [Fri, 28 Jan 1994 14:28:51 +0000 (14:28 +0000)]
* xterm.c (x_term_init): Cast to (char **) before assignment to argv.

30 years ago* keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
Fred Pierresteguy [Thu, 27 Jan 1994 11:01:59 +0000 (11:01 +0000)]
* keyboard.c (make_lispy_event): Add USE_X_TOOLKIT conditional and
        test FRAME_EXTERNAL_MENU_BAR.
        (map_event_to_object) [USE_X_TOOLKIT]: Declare and use it.

30 years ago(x_set_mouse_position): Don't raise the frame.
Richard M. Stallman [Wed, 26 Jan 1994 21:09:54 +0000 (21:09 +0000)]
(x_set_mouse_position): Don't raise the frame.

30 years ago(mkdir): Use MKDIR_PROTOTYPE if defined.
Richard M. Stallman [Wed, 26 Jan 1994 20:55:19 +0000 (20:55 +0000)]
(mkdir): Use MKDIR_PROTOTYPE if defined.

30 years ago[__GNUC__] (MKDIR_PROTOTYPE): Defined.
Richard M. Stallman [Wed, 26 Jan 1994 20:54:23 +0000 (20:54 +0000)]
[__GNUC__] (MKDIR_PROTOTYPE): Defined.

30 years ago(help-for-help): Doc fix.
Richard M. Stallman [Wed, 26 Jan 1994 20:14:27 +0000 (20:14 +0000)]
(help-for-help): Doc fix.

30 years ago(three-step-help): New option.
Richard M. Stallman [Wed, 26 Jan 1994 20:12:33 +0000 (20:12 +0000)]
(three-step-help): New option.
(make-help-screen): Implement that option.
Handle delete function key like DEL.
Don't include the option list in the prompt when displaying
a full window of options.

30 years ago(rmail-summary-undelete): If we don't undelete anything, don't move point.
Richard M. Stallman [Wed, 26 Jan 1994 18:58:37 +0000 (18:58 +0000)]
(rmail-summary-undelete): If we don't undelete anything, don't move point.

30 years agoWed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
Fred Pierresteguy [Wed, 26 Jan 1994 17:57:30 +0000 (17:57 +0000)]
Wed Jan 26 12:23:12 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)

* xterm.h [USE_X_TOOLKIT]: Don't include Xaw/Box.h.

30 years agoWed Jan 26 12:23:12 1994 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
Fred Pierresteguy [Wed, 26 Jan 1994 17:35:31 +0000 (17:35 +0000)]
Wed Jan 26 12:23:12 1994  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)

* xdisp.c (update_menu_bar): Add USE_X_TOOLKIT conditional and test
FRAME_EXTERNAL_MENU_BAR.

30 years ago(next-line): Move error signaling and special end of
Richard M. Stallman [Wed, 26 Jan 1994 17:19:32 +0000 (17:19 +0000)]
(next-line): Move error signaling and special end of
line behavior into line-move so that next-line is symmetric with
previous-line when next-line-add-newlines is nil.

(line-move): Move as far as possible and ding with a message
if the requested motion cannot be accomplished.  When
selective-display is numeric, ensure point actually moves and does
so to a visible line.

30 years ago(read_key_sequence): Properly gcpro fkey_map while using keytran_map.
Richard M. Stallman [Wed, 26 Jan 1994 07:22:11 +0000 (07:22 +0000)]
(read_key_sequence): Properly gcpro fkey_map while using keytran_map.

(syms_of_keyboard): New Lisp var command-hook-internal.
(command_loop_1): Use it when running the command hooks.

(read_key_sequence): Don't call echo_truncate the first time through.

(echo_truncate): Call truncate_echo_area.

30 years agoFind lwlib.h and xlwmenuP.h in ../lwlib.
Richard M. Stallman [Wed, 26 Jan 1994 07:20:15 +0000 (07:20 +0000)]
Find lwlib.h and xlwmenuP.h in ../lwlib.

Reshuffle functions; put new ones in #ifdef USE_X_TOOLKIT.
(Fx_popup_menu): Add USE_X_TOOLKIT conditional around new decls.

(string_width): New function.
(event_is_in_menu_item, map_event_to_object): Likewise.
(set_menu_items, free_menu_items, popup_selection_callback): Likewise.
(popup_down_callback, free_menubar_widget_value_tree): Likewise.
(update_one_frame_psheets, set_frame_menubar): Likewise.
(Fx_popup_menu, xmenu_show): Handle USE_X_TOOLKIT.

(dispatch_dummy_expose): New function.
(XMenu_xpos, XMenu_ypos): Change the values of the constant assignment.
(xmenu_show): Change the way to make the menubar to redraw itself by
generating a dummy expose event.

30 years ago(x_wm_set_size_hint): Swap southeast and northwest.
Richard M. Stallman [Wed, 26 Jan 1994 05:25:06 +0000 (05:25 +0000)]
(x_wm_set_size_hint): Swap southeast and northwest.

(XTupdate_end): No need to test updating_frame.

(construct_mouse_click): New function, in #ifdef USE_X_TOOLKIT.
(process_expose_from_menu): Likewise.
(XTread_socket, x_set_offset, x_set_window_size): Handle USE_X_TOOLKIT.
(x_raise_frame, x_lower_frame, x_make_frame_visible): Likewise.
(x_iconify_frame, x_destroy_window, x_wm_set_window_state): Likewise.
(x_term_init): Likewise.

(x_term_init): Pass argv, argc to XtAppInitialize with the display_name value.

Include syssignal.h.

The following belongs in a previous version's log entry:

(XTread_socket): temp_buffer and temp_index deleted.
Put all vendor-specific keys into the buffer.
(x_is_vendor_fkey): Function deleted.
(XTread_socket): Don't call it.

30 years agoFind lwlib.h in ../lwlib.
Richard M. Stallman [Wed, 26 Jan 1994 05:19:51 +0000 (05:19 +0000)]
Find lwlib.h in ../lwlib.

(store_class_hints): Function deleted.

(Fx_create_frame): Bind x-resource-name to explicit title.
(Qx_resource_name): Declared.
(syms_of_xfns): Set up Qx_resource_name.

(x_window): Fix error message.

(x_any_window_to_frame): New function.
(x_window_to_frame, x_window): Handle USE_X_TOOLKIT.
(x_set_icon_type, x_set_menu_bar_lines, x_set_name): Likewise.
(store_class_hints, hack_wm_protocols): New function.

30 years ago(widgetobj): New variable.
Richard M. Stallman [Wed, 26 Jan 1994 05:10:53 +0000 (05:10 +0000)]
(widgetobj): New variable.
(otherobj): Use widgetobj.
(XOBJ): Undo previous change.

(LWLIB_OPTIONS): Define if not defined.
(LIBXT): New variable.
(LIBX): Use LIBXT.
(widget.o): New target.
(XOBJ) [USE_X_TOOLKIT]: Add widget.o.

(lwlibdir): New variable.
($(OLDXMENU)) [USE_X_TOOLKIT]: Alternate rule.
(OLDXMENU) [USE_X_TOOLKIT]: Alternate value.
(really-lwlib): New rule.

30 years ago* m/delta.h (HAVE_BCOPY): undef'd for efficiency.
Francesco Potortì [Tue, 25 Jan 1994 15:04:07 +0000 (15:04 +0000)]
* m/delta.h (HAVE_BCOPY): undef'd for efficiency.
        (bcopy, bzero, bcmp): define'd for efficiency.
        (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler.

30 years ago(appt-check): Doc fix.
Richard M. Stallman [Tue, 25 Jan 1994 00:09:55 +0000 (00:09 +0000)]
(appt-check): Doc fix.

30 years ago(mail-mailer-swallows-blank-line): New variable.
Richard M. Stallman [Mon, 24 Jan 1994 23:52:51 +0000 (23:52 +0000)]
(mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.

30 years ago(graft_intervals_into_buffer): Fix one-off
Richard M. Stallman [Mon, 24 Jan 1994 17:07:28 +0000 (17:07 +0000)]
(graft_intervals_into_buffer): Fix one-off
comparing lengths of over and under.

30 years ago* m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used.
Francesco Potortì [Mon, 24 Jan 1994 12:31:40 +0000 (12:31 +0000)]
* m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used.
(HAVE_XSCREENNUMBEROFSCREEN): defined if X is used.
(LIB_X11_LIB, LIBX11_SYSTEM): override only if X is used.
(USG_SHARED_LIBRARIES): undefine only if X is used.

30 years ago(Fconcat): Doc fix.
Richard M. Stallman [Sun, 23 Jan 1994 23:23:42 +0000 (23:23 +0000)]
(Fconcat): Doc fix.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Jan 1994 23:28:43 +0000 (23:28 +0000)]
*** empty log message ***