]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

31 years ago(getpwuid): Declare at top level, and not if __386bsd__.
Richard M. Stallman [Sun, 25 Jul 1993 06:35:25 +0000 (06:35 +0000)]
(getpwuid): Declare at top level, and not if __386bsd__.

31 years ago(LOCALTIME_CACHE): Defined.
Richard M. Stallman [Sun, 25 Jul 1993 06:34:47 +0000 (06:34 +0000)]
(LOCALTIME_CACHE): Defined.
(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).

31 years ago(Fdo_auto_save): Temporarily clear Vquit_flag.
Richard M. Stallman [Sun, 25 Jul 1993 06:00:32 +0000 (06:00 +0000)]
(Fdo_auto_save): Temporarily clear Vquit_flag.

31 years ago(Fx_create_frame): Typo in previous change.
Richard M. Stallman [Sun, 25 Jul 1993 05:38:16 +0000 (05:38 +0000)]
(Fx_create_frame): Typo in previous change.

31 years ago(xscrollbar): Fix typo specifying doc string.
Richard M. Stallman [Sun, 25 Jul 1993 03:15:25 +0000 (03:15 +0000)]
(xscrollbar): Fix typo specifying doc string.

31 years agoAdd size to geometry spec.
Jim Blandy [Sun, 25 Jul 1993 03:14:29 +0000 (03:14 +0000)]
Add size to geometry spec.
Specify sevenbit-strings in set print.
(xfloat): New command.

31 years ago(unrmail): Total rewrite.
Richard M. Stallman [Sun, 25 Jul 1993 02:19:59 +0000 (02:19 +0000)]
(unrmail): Total rewrite.

31 years ago(rmail-output): New arg NOATTRIBUTE.
Richard M. Stallman [Sun, 25 Jul 1993 02:19:47 +0000 (02:19 +0000)]
(rmail-output): New arg NOATTRIBUTE.

31 years ago(rmail-output-to-rmail-file): Set rmail-last-rmail-file
Richard M. Stallman [Sat, 24 Jul 1993 21:16:29 +0000 (21:16 +0000)]
(rmail-output-to-rmail-file): Set rmail-last-rmail-file
while reading the interactive args.
(rmail-output): Likewise, for rmail-last-file.
(rmail-output-to-rmail-file): Use default-file consistently.

31 years ago(rmail-last-rmail-file): Initialize to a file name.
Richard M. Stallman [Sat, 24 Jul 1993 20:20:22 +0000 (20:20 +0000)]
(rmail-last-rmail-file): Initialize to a file name.
(rmail): Don't set rmail-last-rmail-file.

(rmail-forward): Call rmail-start-mail for new frame
even if just one window.
(rmail-start-mail): Return what mail-other-frame returned.

31 years ago(occur): If no default, don't mention one.
Richard M. Stallman [Sat, 24 Jul 1993 18:42:33 +0000 (18:42 +0000)]
(occur): If no default, don't mention one.

31 years ago(Info-select-node): Run Info-selection-hook.
Richard M. Stallman [Sat, 24 Jul 1993 17:35:02 +0000 (17:35 +0000)]
(Info-select-node): Run Info-selection-hook.

31 years ago(tar-parse-info, tar-header-offset, tar-superior-buffer)
Richard M. Stallman [Sat, 24 Jul 1993 08:42:00 +0000 (08:42 +0000)]
(tar-parse-info, tar-header-offset, tar-superior-buffer)
(tar-superior-descriptor): Make them permanent locals.
(tar-mode): Call kill-all-local-variables.
Locally set enable-local-variables to nil.

31 years ago(Fx_create_frame): Don't look for default font
Richard M. Stallman [Sat, 24 Jul 1993 07:23:16 +0000 (07:23 +0000)]
(Fx_create_frame): Don't look for default font
if the caller has specified a valid font.  Try several
alternative font patterns.

31 years ago(face_name_id_number): Use assq_no_quit, not Fassq.
Richard M. Stallman [Sat, 24 Jul 1993 05:49:51 +0000 (05:49 +0000)]
(face_name_id_number): Use assq_no_quit, not Fassq.

31 years ago(Fprocess_status): Use Fget_process, to avoid error
Richard M. Stallman [Sat, 24 Jul 1993 05:47:16 +0000 (05:47 +0000)]
(Fprocess_status): Use Fget_process, to avoid error
if unknown process name.

31 years ago(ispell-point): Do nothing if there's no word at START.
Richard M. Stallman [Sat, 24 Jul 1993 05:33:38 +0000 (05:33 +0000)]
(ispell-point): Do nothing if there's no word at START.

31 years ago(command_loop_1): Run post-command-hook first thing.
Richard M. Stallman [Fri, 23 Jul 1993 23:23:57 +0000 (23:23 +0000)]
(command_loop_1): Run post-command-hook first thing.

(Fread_key_sequence): Doc fix.
(read_key_sequence): Handle Vkey_translation_map.

(kbd_buffer_get_event): Discard an event whose kind is no_event.