bpt/emacs.git
28 years ago(wait_reading_process_input_1): New (empty) function.
Richard M. Stallman [Wed, 27 Mar 1996 02:35:15 +0000 (02:35 +0000)]
(wait_reading_process_input_1): New (empty) function.
(wait_reading_process_input): Call wait_reading_process_input_1.
If timer_check runs some timers, retry it.

28 years ago(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.
Richard M. Stallman [Wed, 27 Mar 1996 00:14:20 +0000 (00:14 +0000)]
(gnus-make-face, custom-declare): Rename custom-asis to custom:asis.

28 years ago(te-terminal-name-prefix): Change from
Richard M. Stallman [Wed, 27 Mar 1996 00:11:39 +0000 (00:11 +0000)]
(te-terminal-name-prefix): Change from
"emacs-virtual" to "emacs-em", so that things will work on systems
which allow only short terminal-type names.
(terminal-emulator): Delete the hyphen between
te-terminal-name-prefix and the width and height of the window.
(te-create-terminfo): Reformat the terminfo entry slightly.

(te-terminfo-directory): New variable.
(te-create-terminfo, te-tic-sentinel): Use te-terminfo-directory.

28 years ago(ange-ftp-wait-not-busy): New subroutine.
Richard M. Stallman [Wed, 27 Mar 1996 00:10:38 +0000 (00:10 +0000)]
(ange-ftp-wait-not-busy): New subroutine.
Kill ftp process if user quits.
(ange-ftp-raw-send-cmd): Use that.
(ange-ftp-fix-dir-name-for-cms): Fix error message.

28 years ago(sh-shell-arg): Add no options for bash, ksh, or wksh.
Richard M. Stallman [Wed, 27 Mar 1996 00:09:54 +0000 (00:09 +0000)]
(sh-shell-arg): Add no options for bash, ksh, or wksh.

28 years ago(timer-event-handler): Inhibit quitting.
Richard M. Stallman [Wed, 27 Mar 1996 00:08:15 +0000 (00:08 +0000)]
(timer-event-handler): Inhibit quitting.
Record the last few events.

28 years ago(custom:asis): Renamed from custom-asis.
Richard M. Stallman [Wed, 27 Mar 1996 00:01:14 +0000 (00:01 +0000)]
(custom:asis): Renamed from custom-asis.

28 years ago(set-visited-file-name): Don't call find-buffer-visiting if filename is nil.
Richard M. Stallman [Tue, 26 Mar 1996 23:57:49 +0000 (23:57 +0000)]
(set-visited-file-name): Don't call find-buffer-visiting if filename is nil.

28 years ago(xlwmenu.o): New explicit target.
Richard M. Stallman [Tue, 26 Mar 1996 18:46:04 +0000 (18:46 +0000)]
(xlwmenu.o): New explicit target.

28 years ago(mouse-buffer-menu): Keep the order of buffers straight.
Richard M. Stallman [Mon, 25 Mar 1996 19:00:44 +0000 (19:00 +0000)]
(mouse-buffer-menu): Keep the order of buffers straight.

28 years ago(x-frob-font-slant): Properly handle a match against
Richard M. Stallman [Mon, 25 Mar 1996 15:09:27 +0000 (15:09 +0000)]
(x-frob-font-slant): Properly handle a match against
x-font-regexp-head.
(x-frob-font-weight): Separate two cond cases by analogy with
x-frob-font-slant.

28 years ago(merge_widget_value): Set the this_one_change field.
Richard M. Stallman [Mon, 25 Mar 1996 01:47:33 +0000 (01:47 +0000)]
(merge_widget_value): Set the this_one_change field.

28 years ago(struct widget_value): New field this_one_change.
Richard M. Stallman [Mon, 25 Mar 1996 01:47:16 +0000 (01:47 +0000)]
(struct widget_value): New field this_one_change.

28 years ago(destroy_all_children): New arg first_child_to_destroy.
Richard M. Stallman [Mon, 25 Mar 1996 01:46:16 +0000 (01:46 +0000)]
(destroy_all_children): New arg first_child_to_destroy.
(make_menu_in_widget): New arg keep_first_children.
(xm_update_menu): Preserve the first children even if later ones
have a structural change.
(update_one_menu_entry): Use this_one_change field.

28 years ago(sh-shell-arg): Don't add any options for bash, ksh.
Richard M. Stallman [Mon, 25 Mar 1996 01:42:05 +0000 (01:42 +0000)]
(sh-shell-arg): Don't add any options for bash, ksh.

28 years ago(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.
Richard M. Stallman [Mon, 25 Mar 1996 00:37:45 +0000 (00:37 +0000)]
(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.

28 years agoDoc fixes. Reorganized. Retired v18 support.
Richard M. Stallman [Sun, 24 Mar 1996 14:20:05 +0000 (14:20 +0000)]
Doc fixes.  Reorganized.  Retired v18 support.
(ffap-bindings): Offers a default installation.
(ffap-string-at-point): Modified arguments.
(ffap-gnus-hook): Updated for Gnus 5.
(ffap-tex-init): Delayed initialization of `ffap-tex-path'.
(ffap-dired): New entry in `ffap-alist'.
(ffap-menu-rescan): May fontify the choices in buffer.
(ffap-read-file-or-url): `PC-completion-as-file-name-predicate'
used if available, to work with complete.el.

28 years agoComment change.
Richard M. Stallman [Sun, 24 Mar 1996 13:14:21 +0000 (13:14 +0000)]
Comment change.

28 years ago(Fcall_process, child_setup): If BSD_PGRPS, call
Richard M. Stallman [Sun, 24 Mar 1996 12:45:26 +0000 (12:45 +0000)]
(Fcall_process, child_setup): If BSD_PGRPS, call
setpgrp the BSD way even on USG.

28 years ago(setpgrp): New macro.
Richard M. Stallman [Sun, 24 Mar 1996 12:32:57 +0000 (12:32 +0000)]
(setpgrp): New macro.
(BSD_PGRPS): Defined.

28 years ago(timer-set-time): Don't set usecs to nil.
Richard M. Stallman [Sun, 24 Mar 1996 02:05:38 +0000 (02:05 +0000)]
(timer-set-time): Don't set usecs to nil.
(timer-duration): Return nil if junk at end of string.
Handle just a number--treat it as number of seconds.

28 years ago(ange-ftp-dired-call-process): Return 1 if error.
Richard M. Stallman [Sun, 24 Mar 1996 00:26:02 +0000 (00:26 +0000)]
(ange-ftp-dired-call-process): Return 1 if error.
(ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh.
(ange-ftp-remote-shell): New variable.

28 years ago(ange-ftp-call-chmod): Return proper value.
Richard M. Stallman [Sat, 23 Mar 1996 15:46:14 +0000 (15:46 +0000)]
(ange-ftp-call-chmod): Return proper value.

28 years agoUse custom-asis instead of as-is.
Richard M. Stallman [Sat, 23 Mar 1996 14:39:14 +0000 (14:39 +0000)]
Use custom-asis instead of as-is.

28 years ago(custom-type-properties): Use custom-asis instead of as-is.
Richard M. Stallman [Sat, 23 Mar 1996 14:38:37 +0000 (14:38 +0000)]
(custom-type-properties): Use custom-asis instead of as-is.
(custom-asis): Set it to itself.

28 years ago(tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.
Tom Tromey [Sat, 23 Mar 1996 05:14:50 +0000 (05:14 +0000)]
(tcl-using-emacs-19): Work with XEmacs 20.0.  From Ben Wing.

28 years ago(install-strip): Get rid of continuation.
Richard M. Stallman [Sat, 23 Mar 1996 04:25:29 +0000 (04:25 +0000)]
(install-strip): Get rid of continuation.

28 years ago(wait_reading_process_input): Eliminate bogus test
Richard M. Stallman [Fri, 22 Mar 1996 22:06:10 +0000 (22:06 +0000)]
(wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.

28 years agoComment change.
Richard M. Stallman [Fri, 22 Mar 1996 22:04:55 +0000 (22:04 +0000)]
Comment change.

28 years ago(install-strip): Fix whitespace.
Richard M. Stallman [Fri, 22 Mar 1996 20:53:20 +0000 (20:53 +0000)]
(install-strip): Fix whitespace.

28 years agoAncient leading comment removed.
Richard M. Stallman [Fri, 22 Mar 1996 20:43:05 +0000 (20:43 +0000)]
Ancient leading comment removed.
(gomoku-mode-map): Added numeric keypad for 8 directions, changed
comments to lowercase (C-c rather than C-C), added SPC to play and
undo's binding to go back.
(gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-font-lock-keywords):  New variables.
(gomoku-mode): Use it and make buffer read-only for user.
(gomoku-terminate-game): Remove (ding) -- maybe should be optonal.
(gomoku-init-display): Rewritten, makes fields intangible so you
can't go in between.  Make free fields have mouse-face.
(gomoku-cross-qtuple): Take account of intangible text, and that
empty lines are now really empty.
(gomoku-move-left, gomoku-move-right): Removed thanks to intangibility.
(gomoku-move-ne, -se, -nw, -sw): Use normal left / right motion.

28 years ago* etags.c (just_read_file): Reset lineno and charno on entry.
Francesco Potortì [Fri, 22 Mar 1996 19:13:22 +0000 (19:13 +0000)]
* etags.c (just_read_file): Reset lineno and charno on entry.
* etags.c: Prolog language totaly rewritten.
        (Prolog_functions): Rewritten from scratch.
(skip_comment, prolog_getit): Removed.
        (prolog_skip_comment): New function, like old skip_comment.
        (prolog_pred, prolog_atom, prolog_white): New functions.
        (erlang_func, erlang_attributes): Forward declarations added.
        (erlang_atom): Check if backslash ends line inside quoted atom.
* etags.c (absolutefn): DOS_NT version corrected.
(main): Append "/" to the dir name only if not already there.
(print_help): Explain the absolute/relative file name issue.
* etags.c: New Languange Erlang added.
(Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
erlang_white): New functions.
(Erlang_suffixes): New suffix list.
(lang_names): Erlang entry added.
(prolog_getit): Accepts headers spanning several lines.
Always name tags.
(Prolog_functions): Removed incorrect compensation for
newline characters.
(readline_internal): Zero-terminate last line.

28 years ago(elp-instrument-package): Don't instrument keymaps and autoloaded functions.
Richard M. Stallman [Fri, 22 Mar 1996 14:18:20 +0000 (14:18 +0000)]
(elp-instrument-package): Don't instrument keymaps and autoloaded functions.

28 years ago(switch-to-lisp): Sometimes turn on pop-up-frames.
Richard M. Stallman [Fri, 22 Mar 1996 14:13:07 +0000 (14:13 +0000)]
(switch-to-lisp): Sometimes turn on pop-up-frames.

28 years ago(add-log-full-name, add-log-mailing-address): Add autoload cookies.
Richard M. Stallman [Fri, 22 Mar 1996 13:26:01 +0000 (13:26 +0000)]
(add-log-full-name, add-log-mailing-address): Add autoload cookies.

28 years ago(vc-update-change-log): Use add-log-full-name and
Richard M. Stallman [Fri, 22 Mar 1996 13:25:21 +0000 (13:25 +0000)]
(vc-update-change-log): Use add-log-full-name and
add-log-mailing-address only if non-nil.

28 years ago(os): sunos[3456] -> sunos[34], sunos[56] have their own entries
Doug Evans [Thu, 21 Mar 1996 23:26:26 +0000 (23:26 +0000)]
(os): sunos[3456] -> sunos[34], sunos[56] have their own entries

28 years ago(indent-c++-exp): Use calculate-c-indent-after-brace.
Richard M. Stallman [Thu, 21 Mar 1996 14:16:06 +0000 (14:16 +0000)]
(indent-c++-exp): Use calculate-c-indent-after-brace.
(c++-mode): Require c-mode.

28 years ago(custom-declare): Change `as' to `as-is'.
Richard M. Stallman [Thu, 21 Mar 1996 11:33:52 +0000 (11:33 +0000)]
(custom-declare): Change `as' to `as-is'.

28 years ago(custom-type-properties): Add new type `triggle' for
Richard M. Stallman [Thu, 21 Mar 1996 11:22:00 +0000 (11:22 +0000)]
(custom-type-properties): Add new type `triggle' for
use with "boolean" face properties.

28 years ago(main): Initialize progname variable before using it.
Richard M. Stallman [Wed, 20 Mar 1996 23:42:05 +0000 (23:42 +0000)]
(main): Initialize progname variable before using it.
Quote `username' in From_ header.

28 years ago(sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.
Richard M. Stallman [Wed, 20 Mar 1996 16:18:23 +0000 (16:18 +0000)]
(sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.

28 years ago(install-strip): New target.
Richard M. Stallman [Wed, 20 Mar 1996 14:51:42 +0000 (14:51 +0000)]
(install-strip): New target.

(top_distclean): Use `|| true' to ignore error in rm.
-f failed to do the job on Suns.

28 years ago(Fcall_interactively): In `c' case, use message_nolog
Richard M. Stallman [Wed, 20 Mar 1996 13:34:21 +0000 (13:34 +0000)]
(Fcall_interactively): In `c' case, use message_nolog
instead of message1_nolog.

28 years agoComment change.
Richard M. Stallman [Wed, 20 Mar 1996 13:30:16 +0000 (13:30 +0000)]
Comment change.

28 years ago(NULL): Define only if not already defined.
Roland McGrath [Wed, 20 Mar 1996 01:08:11 +0000 (01:08 +0000)]
(NULL): Define only if not already defined.

28 years ago[HAVE_STRING_H]: Include string.h.
Roland McGrath [Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)]
[HAVE_STRING_H]: Include string.h.
[HAVE_STDLIB_H]: Include stdlib.h.

28 years ago(wait_reading_process_input): Extract the number from read_kbd with XINT.
Richard M. Stallman [Tue, 19 Mar 1996 23:43:50 +0000 (23:43 +0000)]
(wait_reading_process_input): Extract the number from read_kbd with XINT.

28 years ago(gnus-make-face): Redo Feb 20 change.
Richard M. Stallman [Tue, 19 Mar 1996 22:47:41 +0000 (22:47 +0000)]
(gnus-make-face): Redo Feb 20 change.

28 years ago(custom-face-hack): Avoid evalling the args
Richard M. Stallman [Tue, 19 Mar 1996 22:47:22 +0000 (22:47 +0000)]
(custom-face-hack): Avoid evalling the args
in the list that the export function returns.

28 years ago(fill-region-as-paragraph): Fix the second check for
Richard M. Stallman [Tue, 19 Mar 1996 20:05:11 +0000 (20:05 +0000)]
(fill-region-as-paragraph): Fix the second check for
whether we reached the end of the paragraph.

28 years agoTest HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
Richard M. Stallman [Tue, 19 Mar 1996 08:06:44 +0000 (08:06 +0000)]
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.

28 years ago(HAVE_LINUX_VERSION_H): Renamed from HAVE_VERSION_H.
Richard M. Stallman [Tue, 19 Mar 1996 08:06:10 +0000 (08:06 +0000)]
(HAVE_LINUX_VERSION_H): Renamed from HAVE_VERSION_H.

28 years ago(getpid): New function.
Geoff Voelker [Tue, 19 Mar 1996 02:01:47 +0000 (02:01 +0000)]
(getpid): New function.

28 years ago(count-windows): Doc fix.
Karl Heuer [Mon, 18 Mar 1996 23:58:51 +0000 (23:58 +0000)]
(count-windows): Doc fix.

28 years ago(insert-buffer): Fix typo in previous change.
Erik Naggum [Mon, 18 Mar 1996 19:32:24 +0000 (19:32 +0000)]
(insert-buffer): Fix typo in previous change.

28 years ago* simple.el (insert-buffer): Interactive default changed to a more
Francesco Potortì [Mon, 18 Mar 1996 18:50:25 +0000 (18:50 +0000)]
* simple.el (insert-buffer): Interactive default changed to a more
  reasonable one.

28 years agoComment change.
Richard M. Stallman [Mon, 18 Mar 1996 06:44:54 +0000 (06:44 +0000)]
Comment change.

28 years ago(describe-mode): Handle minor mode w/o mode line indicator.
Richard M. Stallman [Mon, 18 Mar 1996 06:44:10 +0000 (06:44 +0000)]
(describe-mode): Handle minor mode w/o mode line indicator.

28 years ago(X_I18N_INHIBITED): New macro--define this
Richard M. Stallman [Mon, 18 Mar 1996 03:26:17 +0000 (03:26 +0000)]
(X_I18N_INHIBITED): New macro--define this
instead of undefining HAVE_X_I18N.
(x_window) [HAVE_X_I18N]: Set FRAME_XIM.
[X_I18N_INHIBITED]: Set FRAME_XIM and FRAME_XIC to 0.

28 years ago(x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.
Richard M. Stallman [Mon, 18 Mar 1996 03:20:06 +0000 (03:20 +0000)]
(x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.

28 years ago(struct x_output): New member xim.
Richard M. Stallman [Mon, 18 Mar 1996 03:13:07 +0000 (03:13 +0000)]
(struct x_output): New member xim.
(FRAME_XIM): New macro.

28 years agoPerl Manual item deleted.
Richard M. Stallman [Sun, 17 Mar 1996 19:16:06 +0000 (19:16 +0000)]
Perl Manual item deleted.

28 years ago(fill-context-prefix): Unused var `eol' deleted.
Richard M. Stallman [Sun, 17 Mar 1996 19:08:44 +0000 (19:08 +0000)]
(fill-context-prefix): Unused var `eol' deleted.

28 years agoComment/whitespace change.
Richard M. Stallman [Sun, 17 Mar 1996 18:14:52 +0000 (18:14 +0000)]
Comment/whitespace change.

28 years ago(update_from_various_frame_slots)
Richard M. Stallman [Sun, 17 Mar 1996 18:09:05 +0000 (18:09 +0000)]
(update_from_various_frame_slots)
(update_various_frame_slots): Take account of menubar_height.

28 years ago(LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
Richard M. Stallman [Sun, 17 Mar 1996 18:07:42 +0000 (18:07 +0000)]
(LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.

(TERMINFO): Don't define this.

28 years ago(NEED_LIBW): Defined.
Richard M. Stallman [Sun, 17 Mar 1996 18:05:32 +0000 (18:05 +0000)]
(NEED_LIBW): Defined.

28 years ago(X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.
Richard M. Stallman [Sun, 17 Mar 1996 18:04:54 +0000 (18:04 +0000)]
(X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.

28 years ago(X11R5_INHIBIT_I18N): Definition moved here.
Richard M. Stallman [Sun, 17 Mar 1996 18:04:33 +0000 (18:04 +0000)]
(X11R5_INHIBIT_I18N): Definition moved here.

28 years ago(HAVE_VERSION_H): Add #undef.
Richard M. Stallman [Sun, 17 Mar 1996 18:00:38 +0000 (18:00 +0000)]
(HAVE_VERSION_H): Add #undef.

28 years ago(occur): If no matches, just display in echo area.
Richard M. Stallman [Sun, 17 Mar 1996 17:58:42 +0000 (17:58 +0000)]
(occur): If no matches, just display in echo area.

28 years ago(map-y-or-n-p): Fix previous change.
Richard M. Stallman [Sun, 17 Mar 1996 15:40:29 +0000 (15:40 +0000)]
(map-y-or-n-p): Fix previous change.
Delete autoload cookie (file is preloaded).

28 years ago(lisp-fill-paragraph): Treat code-and-comment case specially.
Richard M. Stallman [Sun, 17 Mar 1996 15:38:50 +0000 (15:38 +0000)]
(lisp-fill-paragraph): Treat code-and-comment case specially.

28 years ago(imenu-generic-expression): Autoload the make-variable-buffer-local call.
Richard M. Stallman [Sun, 17 Mar 1996 15:37:36 +0000 (15:37 +0000)]
(imenu-generic-expression): Autoload the make-variable-buffer-local call.

28 years ago(report-emacs-bug): Use a different address for pretest versions.
Richard M. Stallman [Sun, 17 Mar 1996 15:32:00 +0000 (15:32 +0000)]
(report-emacs-bug): Use a different address for pretest versions.

28 years ago(comint-exec-1): Use dumb instead of unknown, for terminfo.
Richard M. Stallman [Sun, 17 Mar 1996 15:29:34 +0000 (15:29 +0000)]
(comint-exec-1): Use dumb instead of unknown, for terminfo.

28 years ago(install-arch-dep): Don't depend on install-arch-indep.
Richard M. Stallman [Sun, 17 Mar 1996 15:24:35 +0000 (15:24 +0000)]
(install-arch-dep): Don't depend on install-arch-indep.

28 years ago(WinMain): Allocate a console for stdout
Geoff Voelker [Sun, 17 Mar 1996 00:06:39 +0000 (00:06 +0000)]
(WinMain): Allocate a console for stdout
and stderr if necessary.

28 years agoDon't define backspace, M-backspace, delete,
Geoff Voelker [Sat, 16 Mar 1996 22:45:08 +0000 (22:45 +0000)]
Don't define backspace, M-backspace, delete,
and M-delete; they are already defined in winnt.el.

28 years ago(Vwin32_pass_alt_to_system,
Geoff Voelker [Sat, 16 Mar 1996 22:44:07 +0000 (22:44 +0000)]
(Vwin32_pass_alt_to_system,
Vwin32_pass_optional_keys_to_system): New variables.
(reset_modifiers, map_keypad_keys): New functions.
(win32_wnd_proc): Fixup keypad function keys.
Handle the three new keys on Windows keyboards.
Reset internal keyboard modifier state upon window focus.

28 years ago(VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):
Geoff Voelker [Sat, 16 Mar 1996 22:43:37 +0000 (22:43 +0000)]
(VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):
Define virtual keys for the numpad functions and the three
new keys on Windows keyboards.

28 years agoRecognize mips-*-sysv*
Ian Lance Taylor [Fri, 15 Mar 1996 00:14:04 +0000 (00:14 +0000)]
Recognize mips-*-sysv*

28 years ago(compilation-find-buffer): Only choose compilation-last-buffer if it is
Roland McGrath [Thu, 14 Mar 1996 15:32:38 +0000 (15:32 +0000)]
(compilation-find-buffer): Only choose compilation-last-buffer if it is
compilation-buffer-p.

28 years ago(wait_reading_process_input) [! subprocesses]: Run
Karl Heuer [Thu, 14 Mar 1996 05:20:44 +0000 (05:20 +0000)]
(wait_reading_process_input) [! subprocesses]: Run
timers and redisplay if they were run, like the code for systems
which support subprocesses does.

28 years agoRemove -fno-builtin hackery from -lm check.
Roland McGrath [Tue, 12 Mar 1996 07:58:49 +0000 (07:58 +0000)]
Remove -fno-builtin hackery from -lm check.

28 years ago* gnus-cus.el: Removed font changes that would break `M-x customize'.
Lars Magne Ingebrigtsen [Tue, 12 Mar 1996 01:29:58 +0000 (01:29 +0000)]
* gnus-cus.el: Removed font changes that would break `M-x customize'.

28 years agoVarious changes.
Richard M. Stallman [Sun, 10 Mar 1996 17:29:32 +0000 (17:29 +0000)]
Various changes.

28 years ago[!subprocesses] (wait_reading_process_input):
Richard M. Stallman [Sun, 10 Mar 1996 14:38:37 +0000 (14:38 +0000)]
[!subprocesses] (wait_reading_process_input):
Port the timer changes from the other wait_reading_process_input.

28 years ago(x_calc_absolute_position): Don't explicitly subtract
Richard M. Stallman [Sat, 9 Mar 1996 16:30:38 +0000 (16:30 +0000)]
(x_calc_absolute_position): Don't explicitly subtract
the external menu bar height--PIXEL_HEIGHT (f) includes that.

28 years ago(mail-abbrev-modtime): New variable.
Richard M. Stallman [Sat, 9 Mar 1996 08:48:56 +0000 (08:48 +0000)]
(mail-abbrev-modtime): New variable.
(mail-abbrevs-sync-alaises): New function. Updates mail-abbrevs if
modtime of mail-personal-alias-file is different than mail-abbrev-modtime.
(mail-abbrevs-setup): Call mail-abbrevs-sync-aliases.

28 years ago(mail-get-names): Understand "+username" format for /etc/passwd lines.
Richard M. Stallman [Sat, 9 Mar 1996 08:03:15 +0000 (08:03 +0000)]
(mail-get-names): Understand "+username" format for /etc/passwd lines.

28 years ago(imenu--mouse-menu): Pass proper arg to x-popup-menu.
Richard M. Stallman [Sat, 9 Mar 1996 00:32:05 +0000 (00:32 +0000)]
(imenu--mouse-menu): Pass proper arg to x-popup-menu.

28 years ago(-lm check): If $GCC, append -fno-builtin to $CC for just this test.
Roland McGrath [Fri, 8 Mar 1996 23:57:44 +0000 (23:57 +0000)]
(-lm check): If $GCC, append -fno-builtin to $CC for just this test.

28 years ago(imenu--menubar-select): Handle the "rescan" item.
Richard M. Stallman [Fri, 8 Mar 1996 21:51:22 +0000 (21:51 +0000)]
(imenu--menubar-select): Handle the "rescan" item.

28 years ago(AC_PREREQ): Require version 2.8 of Autoconf.
Roland McGrath [Fri, 8 Mar 1996 20:31:40 +0000 (20:31 +0000)]
(AC_PREREQ): Require version 2.8 of Autoconf.

28 years ago(equalp): Use string-equal on strings.
Erik Naggum [Fri, 8 Mar 1996 18:30:12 +0000 (18:30 +0000)]
(equalp): Use string-equal on strings.

28 years ago(LD_SWITCH_MACHINE): Undo previous change--
Richard M. Stallman [Fri, 8 Mar 1996 18:27:37 +0000 (18:27 +0000)]
(LD_SWITCH_MACHINE): Undo previous change--
define this unconditionally.
(LD_SWITCH_SITE): New conditional definition.
For gcc 2.7.x, use /bin/ld instead of collect2,

28 years ago(menu-bar-tools-menu): Delete ediff-doc and eregistry items.
Richard M. Stallman [Fri, 8 Mar 1996 18:15:46 +0000 (18:15 +0000)]
(menu-bar-tools-menu): Delete ediff-doc and eregistry items.

28 years ago(profile-convert-byte-code): New function.
Richard M. Stallman [Fri, 8 Mar 1996 17:44:00 +0000 (17:44 +0000)]
(profile-convert-byte-code): New function.
(profile-a-function): Use profile-convert-byte-code.