bpt/emacs.git
31 years ago* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
Jim Blandy [Thu, 10 Jun 1993 06:19:30 +0000 (06:19 +0000)]
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.

31 years ago* s/dgux.h (BROKEN_FASYNC): #define this.
Jim Blandy [Thu, 10 Jun 1993 06:11:55 +0000 (06:11 +0000)]
* s/dgux.h (BROKEN_FASYNC): #define this.

31 years ago* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy [Thu, 10 Jun 1993 06:05:05 +0000 (06:05 +0000)]
* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
(BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these.
(FIRST_PTY_LETTER): This is 'r', not 'p'.
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
(HAVE_TERMIOS): #define these instead.
(XREBINDKEYSYM):  Don't #define.
Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
(sigmask, sigpause): #undef these after #including <signal.h>.
(LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
these to avoid problems with /lib/crt0.o.
(C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.

31 years ago* configure.in: Recognize configuration name for Data General
Jim Blandy [Thu, 10 Jun 1993 05:46:10 +0000 (05:46 +0000)]
* configure.in: Recognize configuration name for Data General
AViiON machines.

31 years ago* fileio.c (Frename_file): Pass all arguments to the file name handler.
Jim Blandy [Thu, 10 Jun 1993 05:21:01 +0000 (05:21 +0000)]
* fileio.c (Frename_file): Pass all arguments to the file name handler.
* eval.c (call4): New function.

31 years ago*** empty log message ***
Roland McGrath [Wed, 9 Jun 1993 20:28:35 +0000 (20:28 +0000)]
*** empty log message ***

31 years ago* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
Jim Blandy [Wed, 9 Jun 1993 12:53:35 +0000 (12:53 +0000)]
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.

31 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:45:26 +0000 (12:45 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.
* emacsclient.c (main): Same.

31 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:41:31 +0000 (12:41 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.

31 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:39:16 +0000 (12:39 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
(Fopen_network_stream): Cast the second argument to connect, to
avoid warnings on any system that provides prototypes for connect.

31 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:30:13 +0000 (12:30 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.

31 years agoApply typo patches from Paul Eggert.
Jim Blandy [Wed, 9 Jun 1993 11:59:12 +0000 (11:59 +0000)]
Apply typo patches from Paul Eggert.

31 years agoentered into RCS
Jim Blandy [Wed, 9 Jun 1993 11:33:38 +0000 (11:33 +0000)]
entered into RCS

31 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 11:26:54 +0000 (11:26 +0000)]
*** empty log message ***

31 years ago* scroll-bar.el (scroll-bar-set-window-start): Remember that the
Jim Blandy [Wed, 9 Jun 1993 09:44:24 +0000 (09:44 +0000)]
* scroll-bar.el (scroll-bar-set-window-start): Remember that the
scroll bar numbers reflect the accessible region of the buffer,
not the entire buffer.

31 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 09:23:12 +0000 (09:23 +0000)]
*** empty log message ***

31 years ago* xdisp.c (display_text_line): Handle case where line ends in a
Jim Blandy [Wed, 9 Jun 1993 07:21:28 +0000 (07:21 +0000)]
* xdisp.c (display_text_line): Handle case where line ends in a
continuation character but we never actually displayed any buffer
text (due to minibuffer prompt).

31 years ago* xterm.c (x_is_vendor_fkey): New function.
Jim Blandy [Wed, 9 Jun 1993 04:56:47 +0000 (04:56 +0000)]
* xterm.c (x_is_vendor_fkey): New function.
(XTread_socket): Call it to recognize vendor-specific function keys.

31 years ago* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
Jim Blandy [Wed, 9 Jun 1993 04:42:19 +0000 (04:42 +0000)]
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional.  No harm.

31 years ago* xfaces.c (init_frame_faces): Remove assumption that the selected
Jim Blandy [Wed, 9 Jun 1993 04:36:41 +0000 (04:36 +0000)]
* xfaces.c (init_frame_faces): Remove assumption that the selected
frame must be an X frame whenever there is already an X frame.

31 years ago* configure.in: Test for bison.
Jim Blandy [Wed, 9 Jun 1993 04:06:57 +0000 (04:06 +0000)]
* configure.in: Test for bison.
* Makefile.in (YACC): New variable.
(lib-src/Makefile.in): Edit YACC into the makefile.

* Makefile.in (YACC): New variable, to be set by top-level Makefile.

31 years ago* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
Jim Blandy [Wed, 9 Jun 1993 03:55:55 +0000 (03:55 +0000)]
* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
return values of malloc and realloc, to placate compilers.

31 years ago(dired-flag-auto-save-files): Ignore `*' added by ls -F.
Richard M. Stallman [Tue, 8 Jun 1993 22:54:46 +0000 (22:54 +0000)]
(dired-flag-auto-save-files): Ignore `*' added by ls -F.

31 years ago(INTERVAL_WRITABLE_P): Fix backwards tests.
Richard M. Stallman [Tue, 8 Jun 1993 21:08:56 +0000 (21:08 +0000)]
(INTERVAL_WRITABLE_P): Fix backwards tests.

31 years agoInitial revision
Melissa Weisshaus [Tue, 8 Jun 1993 20:59:11 +0000 (20:59 +0000)]
Initial revision

31 years ago(sc-mark): Use mark-marker.
Richard M. Stallman [Tue, 8 Jun 1993 16:28:28 +0000 (16:28 +0000)]
(sc-mark): Use mark-marker.

31 years agoRewrite by author; mostly rearrangements.
Richard M. Stallman [Tue, 8 Jun 1993 16:25:02 +0000 (16:25 +0000)]
Rewrite by author; mostly rearrangements.

31 years ago* configure.in: Remove extra ;; from hpux cases.
Jim Blandy [Tue, 8 Jun 1993 07:21:54 +0000 (07:21 +0000)]
* configure.in: Remove extra ;; from hpux cases.

31 years ago* configure.in (CFLAGS): Don't set this according to the value of
Jim Blandy [Tue, 8 Jun 1993 07:18:40 +0000 (07:18 +0000)]
* configure.in (CFLAGS): Don't set this according to the value of
the GCC shell variable.  Instead, consult the machine and system
files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
test __GNUC__ while we're at it.

* configure.in: Check to see if the system has -ldnet.

31 years ago* configure.in (machine): Fix the versions in hpux version number test.
Jim Blandy [Tue, 8 Jun 1993 07:17:32 +0000 (07:17 +0000)]
* configure.in (machine): Fix the versions in hpux version number test.
Do not guess based on cpu type.  Do check for explicit system version.

31 years ago* wakeup.c: Include sys/types.h, too; I think that's where time_t
Jim Blandy [Tue, 8 Jun 1993 07:15:01 +0000 (07:15 +0000)]
* wakeup.c: Include sys/types.h, too; I think that's where time_t
comes from, not sys/time.h.

31 years ago* config.h.in (HAVE_LIBDNET): New macro, to be defined by
Jim Blandy [Tue, 8 Jun 1993 07:00:13 +0000 (07:00 +0000)]
* config.h.in (HAVE_LIBDNET): New macro, to be defined by
../configure.
* m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET
is #defined.

31 years ago* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
Jim Blandy [Tue, 8 Jun 1993 06:59:37 +0000 (06:59 +0000)]
* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
people shouldn't edit this file to choose optimization and
debugging switches anyway.  ../configure will set CFLAGS to an
appropriate default, which they will be able to override.
* Makefile.in (xmakefile): Don't try to turn -g and -O in
CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH.  CFLAGS should
be the sole source of such switches, so that setting CFLAGS
controls them completely.

31 years ago#undef static.
Richard M. Stallman [Tue, 8 Jun 1993 06:20:56 +0000 (06:20 +0000)]
#undef static.

31 years ago(Fforward_comment): Set point to where scan stops,
Richard M. Stallman [Tue, 8 Jun 1993 06:12:08 +0000 (06:12 +0000)]
(Fforward_comment): Set point to where scan stops,
thus moving acros whitespace.  When moving fwd, treat Sendcomment
as whitespace; likewise for Scomment when moving back.
(scan_sexps_forward): New arg COMMENTSTOP.
(Fparse_partial_sexp): Likewise.

31 years ago(fortran-indent-new-line): Renamed from
Richard M. Stallman [Tue, 8 Jun 1993 05:25:19 +0000 (05:25 +0000)]
(fortran-indent-new-line): Renamed from
fortran-reindent-then-newline-and-indent.

31 years ago(mouse-drag-region-1): Un-comment-out this function.
Richard M. Stallman [Tue, 8 Jun 1993 05:16:47 +0000 (05:16 +0000)]
(mouse-drag-region-1): Un-comment-out this function.

31 years ago(Info-follow-reference): Fix completion defaulting.
Richard M. Stallman [Tue, 8 Jun 1993 04:41:00 +0000 (04:41 +0000)]
(Info-follow-reference): Fix completion defaulting.

31 years ago* make-dist: Add clauses to distribute lisp/forms-mode.
Jim Blandy [Tue, 8 Jun 1993 04:27:18 +0000 (04:27 +0000)]
* make-dist: Add clauses to distribute lisp/forms-mode.

31 years ago(safe-documentation): Don't crash on byte-compiled macro.
Richard M. Stallman [Tue, 8 Jun 1993 01:32:42 +0000 (01:32 +0000)]
(safe-documentation): Don't crash on byte-compiled macro.

31 years ago(telnet-simple-send): New function.
Richard M. Stallman [Tue, 8 Jun 1993 01:29:05 +0000 (01:29 +0000)]
(telnet-simple-send): New function.
(telnet): Arrange to use that.

31 years ago(mouse-union-first-preferred): Renamed from mouse-union-first-prefered.
Richard M. Stallman [Tue, 8 Jun 1993 01:11:53 +0000 (01:11 +0000)]
(mouse-union-first-preferred): Renamed from mouse-union-first-prefered.

31 years ago(syms_of_fileio): Set up Qset_visited_file_modtime.
Richard M. Stallman [Tue, 8 Jun 1993 01:09:50 +0000 (01:09 +0000)]
(syms_of_fileio): Set up Qset_visited_file_modtime.
(Fset_visited_file_modtime): Use the proper operation.

31 years ago(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
Richard M. Stallman [Mon, 7 Jun 1993 23:57:08 +0000 (23:57 +0000)]
(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.

31 years ago(x_caught_error_message): Change type to char* from char*[].
Richard M. Stallman [Mon, 7 Jun 1993 23:52:45 +0000 (23:52 +0000)]
(x_caught_error_message): Change type to char* from char*[].
(X_CAUGHT_ERROR_MESSAGE_SIZE): New macro.
(x_error_catcher): Corresponding changes.
(x_catch_errors): Corresponding changes.
(x_check_errors): Do not free x_caught_error_message.
(x_uncatch_errors): Set x_caught_error_message to 0 after freeing it.

31 years agoAdd NO_TERMIO conditional.
Richard M. Stallman [Mon, 7 Jun 1993 23:40:04 +0000 (23:40 +0000)]
Add NO_TERMIO conditional.

31 years ago(texinfo-section-types-regexp): Add @chapheading.
Richard M. Stallman [Mon, 7 Jun 1993 23:35:09 +0000 (23:35 +0000)]
(texinfo-section-types-regexp): Add @chapheading.

31 years ago(x-create-frame-with-faces): Reversevideo -> ReverseVideo.
Richard M. Stallman [Mon, 7 Jun 1993 23:23:42 +0000 (23:23 +0000)]
(x-create-frame-with-faces): Reversevideo -> ReverseVideo.

31 years ago(frame-initialize): Reversevideo -> ReverseVideo.
Richard M. Stallman [Mon, 7 Jun 1993 23:23:26 +0000 (23:23 +0000)]
(frame-initialize): Reversevideo -> ReverseVideo.

31 years ago(Fadd_text_properties): Don't treat the initial
Richard M. Stallman [Mon, 7 Jun 1993 22:17:35 +0000 (22:17 +0000)]
(Fadd_text_properties): Don't treat the initial
interval specially, aside from splitting off the part starting
where we want to start changing things.
(Fremove_text_properties): Likewise.
For ending interval, split it left as in Fadd_text_properties.
(Fset_text_properties): Don't set starting interval if it goes
past END.  Instead, split it left and set the left part.

31 years agoFix typos in previous change.
Richard M. Stallman [Mon, 7 Jun 1993 20:06:34 +0000 (20:06 +0000)]
Fix typos in previous change.
Add a few menu items.

(bibtex-name-alignment): Renamed from bibtex-name-alignement.

31 years agoDoc fixes. Delete local variable list at the end.
Richard M. Stallman [Mon, 7 Jun 1993 19:37:18 +0000 (19:37 +0000)]
Doc fixes.  Delete local variable list at the end.
(expr-forward-sexp): Renamed from forw-expr.
(expr-backward-sexp): Renamed from back-expr.

31 years ago(describe-buffer-case-table): Merge locals i and ch.
Richard M. Stallman [Mon, 7 Jun 1993 19:11:40 +0000 (19:11 +0000)]
(describe-buffer-case-table): Merge locals i and ch.
Make *Help* current buffer for describe-vector.

31 years ago(outlinify-sticky): Renamed from outlineify-sticky.
Richard M. Stallman [Mon, 7 Jun 1993 18:48:08 +0000 (18:48 +0000)]
(outlinify-sticky): Renamed from outlineify-sticky.

31 years ago(etags-recognize-tags-table): Fix misspelling of
Richard M. Stallman [Mon, 7 Jun 1993 18:32:26 +0000 (18:32 +0000)]
(etags-recognize-tags-table): Fix misspelling of
find-tag-regexp-next-line-after-failure-p.

31 years agoentered into RCS
Richard M. Stallman [Mon, 7 Jun 1993 18:29:36 +0000 (18:29 +0000)]
entered into RCS

31 years ago(Fceiling): Fix spelling of "ceiling".
Richard M. Stallman [Mon, 7 Jun 1993 18:29:07 +0000 (18:29 +0000)]
(Fceiling): Fix spelling of "ceiling".

31 years ago(uaf$v_thursday): Fix misspelling of "thursday".
Richard M. Stallman [Mon, 7 Jun 1993 18:27:47 +0000 (18:27 +0000)]
(uaf$v_thursday): Fix misspelling of "thursday".

31 years ago(INTERRUPTIBLE_*): Fix spelling of macros.
Richard M. Stallman [Mon, 7 Jun 1993 18:20:33 +0000 (18:20 +0000)]
(INTERRUPTIBLE_*): Fix spelling of macros.

31 years ago(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman [Mon, 7 Jun 1993 18:05:57 +0000 (18:05 +0000)]
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.

31 years agoDoc fix.
Richard M. Stallman [Mon, 7 Jun 1993 17:19:36 +0000 (17:19 +0000)]
Doc fix.

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 Jun 1993 08:06:10 +0000 (08:06 +0000)]
*** empty log message ***

31 years ago(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman [Mon, 7 Jun 1993 06:56:03 +0000 (06:56 +0000)]
(rmail-variables): Default rmail-inbox-list here.
(rmail): Not here.

31 years agoDon't declare malloc or realloc.
Richard M. Stallman [Mon, 7 Jun 1993 05:32:28 +0000 (05:32 +0000)]
Don't declare malloc or realloc.

(Vinhibit_read_only): Declared.

31 years ago(read_key_sequence): Reset fkey_map when we find
Richard M. Stallman [Mon, 7 Jun 1993 05:31:40 +0000 (05:31 +0000)]
(read_key_sequence): Reset fkey_map when we find
something at the end of Vfunction_key_map.

31 years ago(MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
Richard M. Stallman [Mon, 7 Jun 1993 05:30:29 +0000 (05:30 +0000)]
(MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
different space and calls fill_in_lock_short_file_name.
(fill_in_lock_short_file_name): New function for 14-chars hashed
file names. Replaces fill_in_lock_file_name if SHORT_FILE_NAMES.

31 years ago(make_event_array): Ignore bits above CHAR_META.
Richard M. Stallman [Mon, 7 Jun 1993 05:30:07 +0000 (05:30 +0000)]
(make_event_array): Ignore bits above CHAR_META.

31 years ago(Fset_window_configuration): If a window is supposed
Richard M. Stallman [Mon, 7 Jun 1993 05:29:40 +0000 (05:29 +0000)]
(Fset_window_configuration): If a window is supposed
to have a buffer, always give it one.

(syms_of_window): Always defvar pop-up-frames
and pop-up-frame-function.

31 years ago(INTERVAL_VISIBLE_P): Use textget.
Richard M. Stallman [Mon, 7 Jun 1993 05:28:42 +0000 (05:28 +0000)]
(INTERVAL_VISIBLE_P): Use textget.
(INTERVAL_WRITABLE_P): Use textget.
Check Vinhibit_read_only.

31 years ago(Fdelete_overlay): Do nothing if overlay already deleted.
Richard M. Stallman [Mon, 7 Jun 1993 05:07:34 +0000 (05:07 +0000)]
(Fdelete_overlay): Do nothing if overlay already deleted.
Bind inhibit-quit to t.
(Fmove_overlay): Properly handle changing buffers, or no prev buffer.
Bind inhibit-quit to t.

31 years ago(ange-ftp-real-load): New function.
Richard M. Stallman [Mon, 7 Jun 1993 04:51:25 +0000 (04:51 +0000)]
(ange-ftp-real-load): New function.
(ange-ftp-load): New function--handles `load'.

31 years ago(outline-minor-mode): Add autoload cookie.
Richard M. Stallman [Mon, 7 Jun 1993 03:47:20 +0000 (03:47 +0000)]
(outline-minor-mode): Add autoload cookie.

31 years agoentered into RCS
Richard M. Stallman [Mon, 7 Jun 1993 03:34:23 +0000 (03:34 +0000)]
entered into RCS

31 years ago(Ffset): Delete special check for t and nil.
Richard M. Stallman [Sun, 6 Jun 1993 22:50:55 +0000 (22:50 +0000)]
(Ffset): Delete special check for t and nil.

31 years ago(same_size_fonts): Compare only the width.
Richard M. Stallman [Sun, 6 Jun 1993 22:47:15 +0000 (22:47 +0000)]
(same_size_fonts): Compare only the width.

31 years agoDefine 2 local menu-bar submaps.
Richard M. Stallman [Sun, 6 Jun 1993 22:36:23 +0000 (22:36 +0000)]
Define 2 local menu-bar submaps.
(bibtex-x-help, bibtex-x-environment): Deleted.

31 years ago(search-upper-case): Make `no-yanks' the default.
Richard M. Stallman [Sun, 6 Jun 1993 22:11:22 +0000 (22:11 +0000)]
(search-upper-case): Make `no-yanks' the default.
(isearch-no-upper-case-p): New arg REGEXP-FLAG.
(isearch-search): Pass new arg.
(isearch-member-equal): Deleted.
(isearch-overlay): New variable.
(isearch-highlight, isearch-dehighlight): Rewritten to use overlays.

31 years agoInclude lisp.h earlier (before termhooks.h).
Richard M. Stallman [Sun, 6 Jun 1993 21:16:51 +0000 (21:16 +0000)]
Include lisp.h earlier (before termhooks.h).

31 years ago(dired-unmark-all-files): Read arg as just a character.
Richard M. Stallman [Sun, 6 Jun 1993 21:13:16 +0000 (21:13 +0000)]
(dired-unmark-all-files): Read arg as just a character.
Use non-regexp search to find a specific mark.
Use subst-char-in-region to make the change.
Improve the message at the end.

31 years ago[HAVE_TZNAME]: Declare tzname if not macro.
Richard M. Stallman [Sun, 6 Jun 1993 17:44:23 +0000 (17:44 +0000)]
[HAVE_TZNAME]: Declare tzname if not macro.

31 years ago(Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE.
Richard M. Stallman [Sun, 6 Jun 1993 17:43:12 +0000 (17:43 +0000)]
(Fcurrent_time_zone): Add alternative for !HAVE_TM_ZONE.

31 years ago(HAVE_TZNAME): Add #undef.
Richard M. Stallman [Sun, 6 Jun 1993 17:42:02 +0000 (17:42 +0000)]
(HAVE_TZNAME): Add #undef.

31 years ago(NO_MODE_T): Defined.
Richard M. Stallman [Sun, 6 Jun 1993 07:54:49 +0000 (07:54 +0000)]
(NO_MODE_T): Defined.
(LINKER): Add #undef.

31 years ago(vip-ctl-key-equivalent): Use vip-escape-to-emacs.
Richard M. Stallman [Sun, 6 Jun 1993 07:16:19 +0000 (07:16 +0000)]
(vip-ctl-key-equivalent): Use vip-escape-to-emacs.
(vip-escape-to-emacs): Use read-key-sequence and key-binding.
Arg EVENTS replaces arg CHAR.
(vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.

31 years ago(FRAME_MINIBUF_WINDOW): Use minibuffer_window.
Richard M. Stallman [Sun, 6 Jun 1993 06:47:47 +0000 (06:47 +0000)]
(FRAME_MINIBUF_WINDOW): Use minibuffer_window.

31 years ago(Fredraw_display): Redraw all visible frames.
Richard M. Stallman [Sun, 6 Jun 1993 06:46:58 +0000 (06:46 +0000)]
(Fredraw_display): Redraw all visible frames.
(redraw_garbaged_frames): New function.

31 years ago(redisplay, echo_area_display): Use redraw_garbaged_frames.
Richard M. Stallman [Sun, 6 Jun 1993 06:46:06 +0000 (06:46 +0000)]
(redisplay, echo_area_display): Use redraw_garbaged_frames.

31 years ago(access_keymap, store_in_keymap): Discard meaningless
Richard M. Stallman [Sun, 6 Jun 1993 06:45:22 +0000 (06:45 +0000)]
(access_keymap, store_in_keymap): Discard meaningless
high bits of a character event.

31 years ago(compile-internal): Alter current buffer only temporarily.
Richard M. Stallman [Sun, 6 Jun 1993 05:28:30 +0000 (05:28 +0000)]
(compile-internal): Alter current buffer only temporarily.

31 years ago(mail-do-fcc): Replace the code for appending to buffer.
Richard M. Stallman [Sun, 6 Jun 1993 03:53:08 +0000 (03:53 +0000)]
(mail-do-fcc): Replace the code for appending to buffer.

31 years ago[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
Richard M. Stallman [Sun, 6 Jun 1993 03:32:24 +0000 (03:32 +0000)]
[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.

31 years ago(x_new_font): Don't give up right away if XListFontsWithInfo
Richard M. Stallman [Sun, 6 Jun 1993 03:27:43 +0000 (03:27 +0000)]
(x_new_font): Don't give up right away if XListFontsWithInfo
finds no fonts--try XLoadQueryFont anyway.

31 years ago(read_process_output): Deactivate the mark.
Richard M. Stallman [Sun, 6 Jun 1993 03:15:59 +0000 (03:15 +0000)]
(read_process_output): Deactivate the mark.
Save and restore Vdeactivate_mark.

31 years ago(rmail-summary-next-msg): Fix number of dots in regexp.
Richard M. Stallman [Sat, 5 Jun 1993 21:18:11 +0000 (21:18 +0000)]
(rmail-summary-next-msg): Fix number of dots in regexp.

31 years ago(scroll-bar-drag-1):
Richard M. Stallman [Sat, 5 Jun 1993 20:58:47 +0000 (20:58 +0000)]
(scroll-bar-drag-1):
Calculate position relative to the accessible part of the buffer.

31 years ago(Fx_open_connection): Make `data' unsigned char.
Richard M. Stallman [Sat, 5 Jun 1993 20:52:02 +0000 (20:52 +0000)]
(Fx_open_connection): Make `data' unsigned char.

31 years ago(gnus-inews-buggy-date): Doc fix.
Richard M. Stallman [Sat, 5 Jun 1993 20:02:34 +0000 (20:02 +0000)]
(gnus-inews-buggy-date): Doc fix.

31 years agoentered into RCS
Richard M. Stallman [Sat, 5 Jun 1993 20:00:43 +0000 (20:00 +0000)]
entered into RCS

31 years ago(menu-bar-help-menu): Add defvar.
Richard M. Stallman [Sat, 5 Jun 1993 19:13:03 +0000 (19:13 +0000)]
(menu-bar-help-menu): Add defvar.
(menu-bar-edit-menu, menu-bar-file-menu): Likewise.

31 years ago(dired-flag-backup-files): Handle `*' made by `ls -F'.
Richard M. Stallman [Sat, 5 Jun 1993 17:41:50 +0000 (17:41 +0000)]
(dired-flag-backup-files): Handle `*' made by `ls -F'.