]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years ago(Fnewline): Disable the "insert one position before"
Richard M. Stallman [Sat, 31 Jul 1993 05:53:23 +0000 (05:53 +0000)]
(Fnewline): Disable the "insert one position before"
optimization if it would screw up text property behavior.

31 years ago(mouse-choose-completion): Actually choose that alternative,
Richard M. Stallman [Sat, 31 Jul 1993 05:31:58 +0000 (05:31 +0000)]
(mouse-choose-completion): Actually choose that alternative,
don't just insert its name.

31 years ago* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
Jim Blandy [Sat, 31 Jul 1993 01:40:35 +0000 (01:40 +0000)]
* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
versions of AIX, and needs to be passed to the loader.

31 years ago* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
Jim Blandy [Sat, 31 Jul 1993 01:39:30 +0000 (01:39 +0000)]
* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.

31 years ago* configure.in: Test for the availablility of the
Jim Blandy [Sat, 31 Jul 1993 01:34:30 +0000 (01:34 +0000)]
* configure.in: Test for the availablility of the
XScreenResourceString function.

31 years ago* xfns.c (Fx_open_connection): Test the CPP symbol
Jim Blandy [Sat, 31 Jul 1993 01:32:23 +0000 (01:32 +0000)]
* xfns.c (Fx_open_connection): Test the CPP symbol
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.

31 years ago* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
Jim Blandy [Sat, 31 Jul 1993 01:31:46 +0000 (01:31 +0000)]
* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
configure to edit.
* xrdb.c (get_user_db): Test it to decide whether or not to try to
retrieve the screen-dependent resources.

31 years ago* config.h.in (HAVE_BCOPY): Add an #undef for this.
Jim Blandy [Sat, 31 Jul 1993 01:21:21 +0000 (01:21 +0000)]
* config.h.in (HAVE_BCOPY): Add an #undef for this.
(BSTRING): #define this iff HAVE_BCOPY is #defined here.  Ignore what
the system-description files say.  They don't always make fine
enough distinctions between systems, and sometimes the bcopy
routines are available only with X windows.

31 years ago(shrink-window-if-larger-than-buffer): Do nothing if the
Richard M. Stallman [Sat, 31 Jul 1993 01:08:48 +0000 (01:08 +0000)]
(shrink-window-if-larger-than-buffer): Do nothing if the
window is the only window of its frame.  If the buffer ends in newline
and point is not at the end of the buffer, don't display last (empty) line.

31 years ago* configure.in: Test for availability of bcopy functions, searching
Jim Blandy [Sat, 31 Jul 1993 01:07:38 +0000 (01:07 +0000)]
* configure.in: Test for availability of bcopy functions, searching
the X libraries if we're using X.

31 years ago(vc-shrink-to-fit): Deleted. All callers changed to use
Richard M. Stallman [Sat, 31 Jul 1993 01:05:33 +0000 (01:05 +0000)]
(vc-shrink-to-fit): Deleted.  All callers changed to use
the new, fixed `shrink-window-if-larger-than-buffer' instead.
In some places move it after a (goto-char (point-min)).

31 years ago* configure.in: If we found X on our own, set C_SWITCH_X_SITE and
Jim Blandy [Sat, 31 Jul 1993 00:55:39 +0000 (00:55 +0000)]
* configure.in: If we found X on our own, set C_SWITCH_X_SITE and
LD_SWITCH_X_SITE and assume --with-x11.
Only look for X11 files if we weren't told about a window system
or if we were told to use X11 but not told where.
Search the libraries from the s and/or m files when checking for
functions.

* configure.in: Remove any trailing slashes in prefix and exec_prefix.

31 years ago* frame.el (frame-notice-user-settings): If we had to create a new
Jim Blandy [Sat, 31 Jul 1993 00:21:33 +0000 (00:21 +0000)]
* frame.el (frame-notice-user-settings): If we had to create a new
frame in order to obey initial-frame-alist, use delete-frame's
FORCE argument to get rid of the old frame even if the new one
hasn't been mapped yet.

31 years ago* xfns.c (x_set_background_color): Change the foreground color of
Jim Blandy [Fri, 30 Jul 1993 23:12:25 +0000 (23:12 +0000)]
* xfns.c (x_set_background_color): Change the foreground color of
the cursor, too.

31 years ago(syms_of_editfns): Just staticpro Vuser...name
Richard M. Stallman [Fri, 30 Jul 1993 22:48:30 +0000 (22:48 +0000)]
(syms_of_editfns): Just staticpro Vuser...name
and Vsystem_name; don't make them Lisp variables.

31 years ago* gud.el (gud-gdb-marker-filter): Preserve the match data across
Jim Blandy [Fri, 30 Jul 1993 22:43:39 +0000 (22:43 +0000)]
* gud.el (gud-gdb-marker-filter): Preserve the match data across
the filter's execution.

* gud.el (gud-gdb-marker-filter): If we received some text after
the position marker, append it to any text before the marker,
instead of throwing away the text before the marker.

31 years agoInitial revision
Roland McGrath [Fri, 30 Jul 1993 22:30:50 +0000 (22:30 +0000)]
Initial revision

31 years agoentered into RCS
Richard M. Stallman [Fri, 30 Jul 1993 20:15:09 +0000 (20:15 +0000)]
entered into RCS

31 years agoAdd code to set HAVE_INET_SOCKETS.
Richard M. Stallman [Fri, 30 Jul 1993 07:55:42 +0000 (07:55 +0000)]
Add code to set HAVE_INET_SOCKETS.

31 years ago(show-paren-command-hook): Specify buffer for move-overay.
Richard M. Stallman [Fri, 30 Jul 1993 07:50:15 +0000 (07:50 +0000)]
(show-paren-command-hook): Specify buffer for move-overay.

31 years ago(fill-region-as-paragraph): Move misplaced paren
Richard M. Stallman [Fri, 30 Jul 1993 07:01:23 +0000 (07:01 +0000)]
(fill-region-as-paragraph): Move misplaced paren
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.

31 years ago*** empty log message ***
Richard M. Stallman [Fri, 30 Jul 1993 05:58:29 +0000 (05:58 +0000)]
*** empty log message ***

31 years ago(compilation-error-regexp-alist): Broaden RS6000 regexp to match
Roland McGrath [Fri, 30 Jul 1993 05:32:45 +0000 (05:32 +0000)]
(compilation-error-regexp-alist): Broaden RS6000 regexp to match
"lines N-M," or "line N,".

31 years ago*** empty log message ***
Roland McGrath [Fri, 30 Jul 1993 03:20:49 +0000 (03:20 +0000)]
*** empty log message ***

31 years ago* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
Jim Blandy [Fri, 30 Jul 1993 03:17:18 +0000 (03:17 +0000)]
* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
DEFVAR_LISP takes care of that, and it's deadly to staticpro a
variable containing a string twice.

31 years ago* window.c (check_frame_size): Include the menu bar height in the
Jim Blandy [Fri, 30 Jul 1993 01:48:19 +0000 (01:48 +0000)]
* window.c (check_frame_size): Include the menu bar height in the
minimum frame height.

31 years ago* gud.el (gud-gdb-marker-filter): Do not assume that the position
Jim Blandy [Fri, 30 Jul 1993 01:39:20 +0000 (01:39 +0000)]
* gud.el (gud-gdb-marker-filter): Do not assume that the position
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.

* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line.  They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.

31 years ago* mpuz.el (mpuz-board): Doc fix.
Jim Blandy [Thu, 29 Jul 1993 23:21:30 +0000 (23:21 +0000)]
* mpuz.el (mpuz-board): Doc fix.

31 years ago(dbx): Use %d in gud-break.
Richard M. Stallman [Thu, 29 Jul 1993 22:35:23 +0000 (22:35 +0000)]
(dbx): Use %d in gud-break.
(gud-format-command): Support %d.  Delete spurious progns.

31 years agoDon't check whether file is readable until we have decided not to ignore it.
Paul Eggert [Thu, 29 Jul 1993 19:56:38 +0000 (19:56 +0000)]
Don't check whether file is readable until we have decided not to ignore it.

31 years agoDo the global key bindings only via loaddefs.el,
Richard M. Stallman [Thu, 29 Jul 1993 18:24:32 +0000 (18:24 +0000)]
Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.

31 years ago(Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
Richard M. Stallman [Thu, 29 Jul 1993 06:34:03 +0000 (06:34 +0000)]
(Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.

(Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame.  Also allow deleting terminal frame
if there are X frames.

31 years ago(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
Richard M. Stallman [Thu, 29 Jul 1993 05:37:32 +0000 (05:37 +0000)]
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.

31 years ago(calendar-mode-map): Bind C-SPC.
Richard M. Stallman [Thu, 29 Jul 1993 05:13:26 +0000 (05:13 +0000)]
(calendar-mode-map): Bind C-SPC.

31 years ago(vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.
Paul Eggert [Thu, 29 Jul 1993 04:58:47 +0000 (04:58 +0000)]
(vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.

31 years ago(delete-frame): Permit it, if > 1 frame is vis or iconic.
Richard M. Stallman [Thu, 29 Jul 1993 04:50:27 +0000 (04:50 +0000)]
(delete-frame): Permit it, if > 1 frame is vis or iconic.

31 years ago(bzero, bcmp, bcopy): New macros.
Richard M. Stallman [Thu, 29 Jul 1993 04:12:41 +0000 (04:12 +0000)]
(bzero, bcmp, bcopy): New macros.
(LIB_STANDARD): Don't include libucb.a.

31 years ago* gud.el (gud-last-last-frame): Specify initial value. `dbx'
Jim Blandy [Thu, 29 Jul 1993 04:07:02 +0000 (04:07 +0000)]
* gud.el (gud-last-last-frame): Specify initial value.  `dbx'
doesn't work unless we do.

31 years ago* man.el (Man-find-section): HP/UX man pages have section names
Jim Blandy [Thu, 29 Jul 1993 04:02:54 +0000 (04:02 +0000)]
* man.el (Man-find-section): HP/UX man pages have section names
indented by a single space; recognize them.

31 years ago(calculate-c-indent): When checking whether function decl
Richard M. Stallman [Thu, 29 Jul 1993 04:01:09 +0000 (04:01 +0000)]
(calculate-c-indent): When checking whether function decl
is inside a comment, move back to the `(' that starts the arglist.

31 years ago(rmail-convert-file): If file needs conversion, convert it all.
Richard M. Stallman [Thu, 29 Jul 1993 03:43:38 +0000 (03:43 +0000)]
(rmail-convert-file): If file needs conversion, convert it all.

31 years ago(name-last-kbd-macro): Handle macros that are vectors.
Richard M. Stallman [Thu, 29 Jul 1993 03:27:05 +0000 (03:27 +0000)]
(name-last-kbd-macro): Handle macros that are vectors.

31 years agoFile removed.
Richard M. Stallman [Thu, 29 Jul 1993 02:36:54 +0000 (02:36 +0000)]
File removed.

31 years ago(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman [Thu, 29 Jul 1993 02:31:06 +0000 (02:31 +0000)]
(Man-filter-list): Insert \n newlines in awk script.

31 years ago(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
Roland McGrath [Thu, 29 Jul 1993 00:25:38 +0000 (00:25 +0000)]
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.

31 years ago(time-stamp): Add autoload cookie.
Richard M. Stallman [Wed, 28 Jul 1993 23:51:08 +0000 (23:51 +0000)]
(time-stamp): Add autoload cookie.

31 years ago(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
Roland McGrath [Wed, 28 Jul 1993 22:41:43 +0000 (22:41 +0000)]
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
completion" instead of "Unique completion", for consistency with the rest
of the known universe.

31 years agoComment change.
Richard M. Stallman [Wed, 28 Jul 1993 19:09:08 +0000 (19:09 +0000)]
Comment change.

31 years ago* hpux9.h: Doc fix.
Jim Blandy [Wed, 28 Jul 1993 18:57:47 +0000 (18:57 +0000)]
* hpux9.h: Doc fix.

31 years agoRequire assoc instead of sc-alist.
Richard M. Stallman [Wed, 28 Jul 1993 18:22:58 +0000 (18:22 +0000)]
Require assoc instead of sc-alist.

31 years ago* s/hpux9.h: Doc fix.
Jim Blandy [Wed, 28 Jul 1993 18:12:35 +0000 (18:12 +0000)]
* s/hpux9.h: Doc fix.

31 years ago(gnus-apply-kill-hook): Make default value a list of functions.
Richard M. Stallman [Wed, 28 Jul 1993 08:35:38 +0000 (08:35 +0000)]
(gnus-apply-kill-hook): Make default value a list of functions.
(gnus-mark-article-hook, gnus-select-digest-hook): Likewise.
(gnus-select-article-hook, gnus-select-group-hook): Likewise.

31 years ago(wait_reading_process_input): Undo last two changes:
Richard M. Stallman [Wed, 28 Jul 1993 08:19:30 +0000 (08:19 +0000)]
(wait_reading_process_input): Undo last two changes:
when wait_for_cell, do not check the keyboard.

31 years ago(make_hdr): Use & in call to bzero.
Richard M. Stallman [Wed, 28 Jul 1993 08:18:09 +0000 (08:18 +0000)]
(make_hdr): Use & in call to bzero.

31 years ago* make-dist: Include lisp/dired.todo in the distribution.
Jim Blandy [Tue, 27 Jul 1993 23:43:56 +0000 (23:43 +0000)]
* make-dist: Include lisp/dired.todo in the distribution.

31 years agoComment change.
Richard M. Stallman [Tue, 27 Jul 1993 23:12:22 +0000 (23:12 +0000)]
Comment change.

31 years ago(byte-recompile-directory): Doc fix.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:27 +0000 (22:49 +0000)]
(byte-recompile-directory): Doc fix.

31 years ago(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:05 +0000 (22:49 +0000)]
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.

31 years ago(iconify-or-deiconify-frame): Make it work.
Richard M. Stallman [Tue, 27 Jul 1993 22:01:29 +0000 (22:01 +0000)]
(iconify-or-deiconify-frame): Make it work.

31 years ago(iconify-or-deiconify-frame): New function. Use it for C-z.
Richard M. Stallman [Tue, 27 Jul 1993 21:58:54 +0000 (21:58 +0000)]
(iconify-or-deiconify-frame): New function.  Use it for C-z.

31 years agoentered into RCS
Richard M. Stallman [Tue, 27 Jul 1993 20:21:14 +0000 (20:21 +0000)]
entered into RCS

31 years agoInitial revision
Richard M. Stallman [Tue, 27 Jul 1993 20:20:01 +0000 (20:20 +0000)]
Initial revision

31 years ago(vc-rcs-status): Removing any trailing "-".
Paul Eggert [Tue, 27 Jul 1993 19:28:46 +0000 (19:28 +0000)]
(vc-rcs-status): Removing any trailing "-".

31 years ago(Fx_rebind_key, Fx_rebind_keys): Functions deleted.
Richard M. Stallman [Tue, 27 Jul 1993 17:00:08 +0000 (17:00 +0000)]
(Fx_rebind_key, Fx_rebind_keys): Functions deleted.

31 years ago(c++-mode-syntax-table): Don't alter syntax of '.
Richard M. Stallman [Tue, 27 Jul 1993 16:55:29 +0000 (16:55 +0000)]
(c++-mode-syntax-table): Don't alter syntax of '.

31 years ago(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
Richard M. Stallman [Tue, 27 Jul 1993 16:49:34 +0000 (16:49 +0000)]
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.

31 years ago(x-handle-iconic): New function.
Richard M. Stallman [Tue, 27 Jul 1993 08:38:00 +0000 (08:38 +0000)]
(x-handle-iconic): New function.
(command-switch-alist): Use that.
(x-switch-definitions): Delete elt for `-iconic'.

(x-selection-timeout): Use 20000 as default.

(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.

31 years ago(frame-notice-user-settings): Don't reapply a parm
Richard M. Stallman [Tue, 27 Jul 1993 08:34:34 +0000 (08:34 +0000)]
(frame-notice-user-settings): Don't reapply a parm
whose value is ot changed (as far as we know) since frame-initialize.

31 years ago(x_iconify_frame): Handle case where frame was invisible.
Richard M. Stallman [Tue, 27 Jul 1993 08:33:44 +0000 (08:33 +0000)]
(x_iconify_frame): Handle case where frame was invisible.

31 years ago(main): Test LOCALTIME_CACHE.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:33 +0000 (08:32 +0000)]
(main): Test LOCALTIME_CACHE.

31 years ago[MULTI_FRAME] (PURESIZE): Increased to 210000.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:05 +0000 (08:32 +0000)]
[MULTI_FRAME] (PURESIZE): Increased to 210000.

31 years ago(OLDXMENU_OPTIONS): Definition deleted.
Richard M. Stallman [Tue, 27 Jul 1993 08:31:15 +0000 (08:31 +0000)]
(OLDXMENU_OPTIONS): Definition deleted.

31 years ago[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
Richard M. Stallman [Tue, 27 Jul 1993 07:51:55 +0000 (07:51 +0000)]
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.

31 years ago(search_buffer): If n is 0, just return POS.
Richard M. Stallman [Tue, 27 Jul 1993 07:25:54 +0000 (07:25 +0000)]
(search_buffer): If n is 0, just return POS.

31 years ago(dbx): For gud-break, send a file command and a stop command.
Richard M. Stallman [Tue, 27 Jul 1993 05:51:39 +0000 (05:51 +0000)]
(dbx): For gud-break, send a file command and a stop command.

31 years agoDoc fixes.
Richard M. Stallman [Tue, 27 Jul 1993 05:48:57 +0000 (05:48 +0000)]
Doc fixes.

31 years ago*** empty log message ***
Roland McGrath [Tue, 27 Jul 1993 00:37:13 +0000 (00:37 +0000)]
*** empty log message ***

31 years ago(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman [Mon, 26 Jul 1993 21:27:16 +0000 (21:27 +0000)]
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.

31 years ago(font-menu-add-default): New function.
Richard M. Stallman [Mon, 26 Jul 1993 20:04:19 +0000 (20:04 +0000)]
(font-menu-add-default): New function.

31 years ago(normal-top-level): Call font-menu-add-default.
Richard M. Stallman [Mon, 26 Jul 1993 20:03:00 +0000 (20:03 +0000)]
(normal-top-level): Call font-menu-add-default.

31 years ago(Fset_window_buffer): Clear window_end_{pos,valid}.
Richard M. Stallman [Mon, 26 Jul 1993 19:14:26 +0000 (19:14 +0000)]
(Fset_window_buffer): Clear window_end_{pos,valid}.

31 years agoComment fix.
Richard M. Stallman [Mon, 26 Jul 1993 18:40:03 +0000 (18:40 +0000)]
Comment fix.

31 years ago(Fsleep_for): If arg is 0, return right away.
Richard M. Stallman [Mon, 26 Jul 1993 18:38:23 +0000 (18:38 +0000)]
(Fsleep_for): If arg is 0, return right away.

31 years ago(read-expression-history): New defvar.
Roland McGrath [Mon, 26 Jul 1993 18:32:07 +0000 (18:32 +0000)]
(read-expression-history): New defvar.
(eval-expression): Use it has history var in interactive spec.

31 years ago*** empty log message ***
Roland McGrath [Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)]
*** empty log message ***

31 years ago(kill-ring-save): Delete spurious `message' call.
Richard M. Stallman [Mon, 26 Jul 1993 07:31:11 +0000 (07:31 +0000)]
(kill-ring-save): Delete spurious `message' call.
(set-mark): If POS is nil, call deactivate-mark.

31 years ago(indent-c-exp): When previous line ends in comma,
Richard M. Stallman [Mon, 26 Jul 1993 07:10:13 +0000 (07:10 +0000)]
(indent-c-exp): When previous line ends in comma,
use calculate-c-indent.  Fix the "inner loop" to properly detect
a line that ends outside of comments and strings.

31 years ago(c++-mode-syntax-table): Handle C-style comments.
Richard M. Stallman [Mon, 26 Jul 1993 06:13:03 +0000 (06:13 +0000)]
(c++-mode-syntax-table): Handle C-style comments.

31 years ago(dired-readin-insert): If we got a list of files,
Richard M. Stallman [Mon, 26 Jul 1993 05:56:43 +0000 (05:56 +0000)]
(dired-readin-insert): If we got a list of files,
pass nil for WILDCARD arg to dired-insert-directory.

(dired-readin-insert): Don't use the "whole directory"
case if DIR-OR-LIST is a list.

31 years ago(insert-directory): Make sure default-directory is absolute.
Richard M. Stallman [Mon, 26 Jul 1993 05:55:40 +0000 (05:55 +0000)]
(insert-directory): Make sure default-directory is absolute.

(set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps.

31 years ago(kbd_buffer_store_event): Apply all the modifiers bits
Richard M. Stallman [Mon, 26 Jul 1993 05:34:46 +0000 (05:34 +0000)]
(kbd_buffer_store_event): Apply all the modifiers bits
before testing for quit_char and stop_character.  Don't alter
event->code, though.

(interrupt_signal): Tell Fdo_auto_save not to print msg.
Print "Auto-save done" here.

31 years ago(vc-backend-steal): Pass arg omitted in last change.
Richard M. Stallman [Sun, 25 Jul 1993 22:36:03 +0000 (22:36 +0000)]
(vc-backend-steal): Pass arg omitted in last change.

31 years ago(x-selection-timeout): Use 20000 as default.
Richard M. Stallman [Sun, 25 Jul 1993 22:32:07 +0000 (22:32 +0000)]
(x-selection-timeout): Use 20000 as default.

31 years ago(MAXREQUEST): Defined.
Richard M. Stallman [Sun, 25 Jul 1993 22:01:06 +0000 (22:01 +0000)]
(MAXREQUEST): Defined.
(Fx_server_max_request_size): New function.
(syms_of_xfns): Set it up.

31 years ago(lisp_data_to_selection_data): New arg NOFREE_RET.
Richard M. Stallman [Sun, 25 Jul 1993 22:00:25 +0000 (22:00 +0000)]
(lisp_data_to_selection_data): New arg NOFREE_RET.
For a string, just return its data's address.
(x_handle_selection_request): Pass new arg.
If value comes back 1, don't call xfree.

31 years ago(redraw_previous_char): New function.
Richard M. Stallman [Sun, 25 Jul 1993 21:50:16 +0000 (21:50 +0000)]
(redraw_previous_char): New function.

31 years agoCommented-out code added.
Richard M. Stallman [Sun, 25 Jul 1993 21:48:55 +0000 (21:48 +0000)]
Commented-out code added.

31 years agoFix typo in previous change.
Richard M. Stallman [Sun, 25 Jul 1993 21:46:48 +0000 (21:46 +0000)]
Fix typo in previous change.

31 years ago(x-fixed-font-alist): Give some fonts long patterns.
Richard M. Stallman [Sun, 25 Jul 1993 20:46:18 +0000 (20:46 +0000)]
(x-fixed-font-alist): Give some fonts long patterns.
Delete 9x15 bold and 8x13 and 8x13 bold.  Add some fonts.

31 years ago(x-select-text): Never set the CLIPBOARD selection.
Richard M. Stallman [Sun, 25 Jul 1993 20:30:04 +0000 (20:30 +0000)]
(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.