bpt/emacs.git
29 years agoInitial revision
Karl Heuer [Wed, 12 Apr 1995 00:54:22 +0000 (00:54 +0000)]
Initial revision

29 years ago(mail-hist-put-headers-into-history):
Richard M. Stallman [Tue, 11 Apr 1995 23:01:05 +0000 (23:01 +0000)]
(mail-hist-put-headers-into-history):
Add save-excursion around entire function.

29 years ago(create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,
Roland McGrath [Tue, 11 Apr 1995 22:46:18 +0000 (22:46 +0000)]
(create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,
so Fprocess_tty_name returns nil for pipes as its docstring says.

29 years ago(XTread_socket): Pass dpyinfo to popup_get_selection.
Richard M. Stallman [Tue, 11 Apr 1995 20:33:52 +0000 (20:33 +0000)]
(XTread_socket): Pass dpyinfo to popup_get_selection.

29 years ago(inhibit_garbage_collection): New function.
Richard M. Stallman [Tue, 11 Apr 1995 20:19:46 +0000 (20:19 +0000)]
(inhibit_garbage_collection): New function.

29 years ago(bibtex-find-text, bibtex-remove-double-quotes-or-braces):
Richard M. Stallman [Tue, 11 Apr 1995 19:47:26 +0000 (19:47 +0000)]
(bibtex-find-text, bibtex-remove-double-quotes-or-braces):
Support both kind of delimiters (braces or quotes) regardless of the
value of bibtex-field-left-delimiter and bibtex-field-right-delimiter.
(bibtex-field-left-delimiter, bibtex-field-right-delimiter):
Made buffer-local.

(bibtex-beginning-of-entry): At the beginning of an
entry, leave point at the beginning of that entry instead of
moving to the beginning of the previous one.
(bibtex-end-of-entry): Outside an entry, now move to the end of
the *previous* entry (i.e. bibtex-beginning-of-entry and
bibtex-end-of-entry are now idempotent).
(bibtex-sort-entries, bibtex-clean-entry): Removed now obsolete
calls of bibtex-beginning-of-entry just before calls to
bibtex-end-of-entry.
(bibtex-clean-entry): Minor change to adapt to new behavior of
bibtex-beginning-of-entry.

29 years ago(facemenu-read-color): Don't ignore PROMPT arg. Make arg optional.
Boris Goldowsky [Tue, 11 Apr 1995 15:56:53 +0000 (15:56 +0000)]
(facemenu-read-color): Don't ignore PROMPT arg.  Make arg optional.
(facemenu-unlisted-faces): Add font-lock faces to default value.

29 years ago(Fcall_interactively): Fix handling of @
Richard M. Stallman [Tue, 11 Apr 1995 03:04:38 +0000 (03:04 +0000)]
(Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.

29 years ago(perl-comment-indent): Make extra space only when
Richard M. Stallman [Tue, 11 Apr 1995 03:00:04 +0000 (03:00 +0000)]
(perl-comment-indent): Make extra space only when
not at beginning of line.

29 years ago(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman [Tue, 11 Apr 1995 01:50:08 +0000 (01:50 +0000)]
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.

29 years agoTest NO_SOCKETS_IN_FILE_SYSTEM.
Richard M. Stallman [Tue, 11 Apr 1995 01:44:46 +0000 (01:44 +0000)]
Test NO_SOCKETS_IN_FILE_SYSTEM.

29 years agoComment changes.
Karl Heuer [Tue, 11 Apr 1995 00:38:11 +0000 (00:38 +0000)]
Comment changes.

29 years ago(push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD.
Karl Heuer [Mon, 10 Apr 1995 23:43:57 +0000 (23:43 +0000)]
(push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD.

29 years ago(internal_condition_case): Abort if interrupt_input_blocked>0.
Richard M. Stallman [Mon, 10 Apr 1995 23:06:13 +0000 (23:06 +0000)]
(internal_condition_case): Abort if interrupt_input_blocked>0.

29 years ago(make_terminal_frame): all_kboards means initial_kboard too.
Karl Heuer [Mon, 10 Apr 1995 22:38:34 +0000 (22:38 +0000)]
(make_terminal_frame): all_kboards means initial_kboard too.

29 years ago(init_keyboard): Don't malloc a new structure;
Karl Heuer [Mon, 10 Apr 1995 22:37:57 +0000 (22:37 +0000)]
(init_keyboard): Don't malloc a new structure;
initial_kboard should already exist for that.

29 years ago(newline): Don't auto-fill if flag is on; it was filling wrong line.
Richard M. Stallman [Mon, 10 Apr 1995 21:01:12 +0000 (21:01 +0000)]
(newline): Don't auto-fill if flag is on; it was filling wrong line.

29 years ago#define SPECIAL_EMACS_INT
Richard M. Stallman [Mon, 10 Apr 1995 18:11:41 +0000 (18:11 +0000)]
#define SPECIAL_EMACS_INT

Include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h.

29 years agoDon't include alloca.h, string.h here.
Richard M. Stallman [Mon, 10 Apr 1995 18:11:07 +0000 (18:11 +0000)]
Don't include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.

29 years ago(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.
Roland McGrath [Mon, 10 Apr 1995 16:45:47 +0000 (16:45 +0000)]
(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.

29 years agoIf HAVE_CONFIG_H, include config.h.
Richard M. Stallman [Mon, 10 Apr 1995 08:05:13 +0000 (08:05 +0000)]
If HAVE_CONFIG_H, include config.h.

29 years agoInclude alloca.h, string.h. Test NOT_C_CODE.
Richard M. Stallman [Mon, 10 Apr 1995 08:04:27 +0000 (08:04 +0000)]
Include alloca.h, string.h.  Test NOT_C_CODE.
(xmalloc, xrealloc): Declare them.

29 years ago(fill-region-as-paragraph): Undo previous change.
Richard M. Stallman [Mon, 10 Apr 1995 08:02:39 +0000 (08:02 +0000)]
(fill-region-as-paragraph): Undo previous change.
Instead, set JUSTIFY to `full' in the interactive spec.

29 years ago(make_terminal_frame): Use Emacs, Emacs-2, ... as name.
Richard M. Stallman [Mon, 10 Apr 1995 08:00:16 +0000 (08:00 +0000)]
(make_terminal_frame): Use Emacs, Emacs-2, ... as name.

29 years ago(display_mode_line): Use push_frame_kboard, pop_frame_kboard.
Richard M. Stallman [Mon, 10 Apr 1995 07:57:44 +0000 (07:57 +0000)]
(display_mode_line): Use push_frame_kboard, pop_frame_kboard.

(display_mode_line): Test mode_line_inverse_video
before highlighting partial-width mode line.

29 years ago(x_window): Copy the frame name to non-Lisp string.
Richard M. Stallman [Mon, 10 Apr 1995 07:55:29 +0000 (07:55 +0000)]
(x_window): Copy the frame name to non-Lisp string.

(defined_color): Fix typo (duplicate +).

(validate_x_resource_name): Change invalid chars to `_'.

29 years ago(struct x_display_info): Use `struct kboard', not KBOARD.
Richard M. Stallman [Mon, 10 Apr 1995 07:48:16 +0000 (07:48 +0000)]
(struct x_display_info): Use `struct kboard', not KBOARD.

29 years ago(struct frame): Use `struct kboard', not KBOARD.
Richard M. Stallman [Mon, 10 Apr 1995 07:47:42 +0000 (07:47 +0000)]
(struct frame): Use `struct kboard', not KBOARD.

29 years ago(any_kboard_state): Renamed from unlock_kboard.
Richard M. Stallman [Mon, 10 Apr 1995 07:46:48 +0000 (07:46 +0000)]
(any_kboard_state): Renamed from unlock_kboard.
Define it unconditionally, but it's a no-op unless MULTI_KBOARD.
(single_kboard_state): New function.
(push_frame_kboard, pop_frame_kboard): New functions.
(single_kboard): Renamed from kboard_locked.

(unlock_kboard): Do nothing with Vunread_command_events.
(read_char): Clean up logic for reading from KBOARD queues.

(kbd_buffer_get_event): Set copy by assignment, not init.

29 years ago(single_kboard): Renamed from kboard_locked. All refs renamed.
Richard M. Stallman [Mon, 10 Apr 1995 07:34:53 +0000 (07:34 +0000)]
(single_kboard): Renamed from kboard_locked.  All refs renamed.

(struct kboard): Renamed from struct KBOARD.
Move flag fields to the end, and make them chars.
Delete the `unused' field.

(KBOARD, etc): Moved from lisp.h.

29 years ago(XTread_socket): Make deiconify event only if frame was iconified.
Richard M. Stallman [Mon, 10 Apr 1995 07:32:16 +0000 (07:32 +0000)]
(XTread_socket): Make deiconify event only if frame was iconified.

29 years ago(minibuf.o, xdisp.o): Don't depend on keyboard.h.
Richard M. Stallman [Mon, 10 Apr 1995 07:25:46 +0000 (07:25 +0000)]
(minibuf.o, xdisp.o): Don't depend on keyboard.h.

29 years agoDon't include keyboard.h.
Richard M. Stallman [Mon, 10 Apr 1995 07:23:00 +0000 (07:23 +0000)]
Don't include keyboard.h.

(read_minibuf): Call single_kboard_state
to switch to the single-kboard state.

29 years ago(Fcall_interactively): Call single_kboard_state
Richard M. Stallman [Mon, 10 Apr 1995 07:22:15 +0000 (07:22 +0000)]
(Fcall_interactively): Call single_kboard_state
to switch to the single-kboard state.

29 years agoInitial revision
Richard M. Stallman [Mon, 10 Apr 1995 07:11:42 +0000 (07:11 +0000)]
Initial revision

29 years ago(alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h.
Richard M. Stallman [Mon, 10 Apr 1995 05:52:18 +0000 (05:52 +0000)]
(alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h.

29 years ago(KBOARD, etc): Moved to keyboard.h.
Richard M. Stallman [Mon, 10 Apr 1995 05:39:55 +0000 (05:39 +0000)]
(KBOARD, etc): Moved to keyboard.h.

29 years agoInclude keyboard.h.
Richard M. Stallman [Mon, 10 Apr 1995 05:33:58 +0000 (05:33 +0000)]
Include keyboard.h.

29 years ago(write-file): Default is ask for confirmation only interactively.
Richard M. Stallman [Mon, 10 Apr 1995 04:49:13 +0000 (04:49 +0000)]
(write-file): Default is ask for confirmation only interactively.

29 years agoInitial revision
Richard M. Stallman [Mon, 10 Apr 1995 01:15:50 +0000 (01:15 +0000)]
Initial revision

29 years ago(LD_SWITCH_X_DEFAULT): New definition.
Richard M. Stallman [Mon, 10 Apr 1995 00:34:43 +0000 (00:34 +0000)]
(LD_SWITCH_X_DEFAULT): New definition.
(C_SWITCH_X_DEFAULT): New definition.

29 years agoRemove function prototypes.
Richard M. Stallman [Mon, 10 Apr 1995 00:34:00 +0000 (00:34 +0000)]
Remove function prototypes.

29 years ago(NO_MATHERR): Defined.
Richard M. Stallman [Mon, 10 Apr 1995 00:32:43 +0000 (00:32 +0000)]
(NO_MATHERR): Defined.
(LIBS_SYSTEM): Definition deleted.

29 years ago(XMISCTYPE): New macro.
Richard M. Stallman [Mon, 10 Apr 1995 00:31:47 +0000 (00:31 +0000)]
(XMISCTYPE): New macro.
(union Lisp_Misc): Delete the `type' field.
Use XMISCTYPE instead of that.

29 years ago(strftime.o): Define strftime as emacs_strftime.
Richard M. Stallman [Mon, 10 Apr 1995 00:30:07 +0000 (00:30 +0000)]
(strftime.o): Define strftime as emacs_strftime.

29 years agoComment fixes.
Karl Heuer [Mon, 10 Apr 1995 00:20:07 +0000 (00:20 +0000)]
Comment fixes.

29 years agoNew version from author.
Karl Heuer [Sun, 9 Apr 1995 22:31:08 +0000 (22:31 +0000)]
New version from author.

29 years agoNew version from author
Karl Heuer [Sun, 9 Apr 1995 22:29:08 +0000 (22:29 +0000)]
New version from author

29 years ago(re_match_2_internal): Eliminate cast of ptr to int.
Richard M. Stallman [Sun, 9 Apr 1995 19:14:40 +0000 (19:14 +0000)]
(re_match_2_internal): Eliminate cast of ptr to int.
(PUSH_FAILURE_ITEM, POP_FAILURE_ITEM): Macros deleted.
(PUSH_FAILURE_INT, POP_FAILURE_INT): New macros.
(PUSH_FAILURE_POINTER, POP_FAILURE_POINTER): New macros.

(re_match_2_internal): Rename label `succeed' to `succeed_label'.

29 years ago(server-switch-buffer): Make first arg optional too;
Roland McGrath [Sun, 9 Apr 1995 18:57:09 +0000 (18:57 +0000)]
(server-switch-buffer): Make first arg optional too;
server-edit might pass no args, since server-done might return nil.

29 years ago(list-tags): Delete call to select-tags-matched-file.
Richard M. Stallman [Sun, 9 Apr 1995 11:39:41 +0000 (11:39 +0000)]
(list-tags): Delete call to select-tags-matched-file.

29 years ago(set_point): When skipping intangible text,
Richard M. Stallman [Sun, 9 Apr 1995 09:42:28 +0000 (09:42 +0000)]
(set_point): When skipping intangible text,
stop where property value changes.

29 years ago(line-move): Turn off intangibility for intermediate stops.
Richard M. Stallman [Sun, 9 Apr 1995 09:34:05 +0000 (09:34 +0000)]
(line-move): Turn off intangibility for intermediate stops.

29 years ago(menu-bar-update-buffers): Reuse the entry for
Richard M. Stallman [Sun, 9 Apr 1995 07:32:17 +0000 (07:32 +0000)]
(menu-bar-update-buffers): Reuse the entry for
list-buffers rather than making a new one each time.

29 years ago(newline): Don't indent afterward if at page sep line.
Richard M. Stallman [Sun, 9 Apr 1995 06:47:22 +0000 (06:47 +0000)]
(newline): Don't indent afterward if at page sep line.
Delete whitespace on blank line before the inserted newlines.
(open-line): Add all the left margins and fill prefixes
after inserting all the newlines.

29 years ago(byte-compile-log-file): New function.
Richard M. Stallman [Sun, 9 Apr 1995 05:32:47 +0000 (05:32 +0000)]
(byte-compile-log-file): New function.
(displaying-byte-compile-warnings): Log the file name at start;
display the log buffer only if something more gets output by BODY.
(byte-compile-warnings-point-max): Initialize to nil.

29 years ago(ALL_CFLAGS): Add -I${srcdir}/../src.
Richard M. Stallman [Sun, 9 Apr 1995 04:58:29 +0000 (04:58 +0000)]
(ALL_CFLAGS): Add -I${srcdir}/../src.

29 years ago(ALL_CFLAGS): Define HAVE_CONFIG_H.
Richard M. Stallman [Sun, 9 Apr 1995 04:56:02 +0000 (04:56 +0000)]
(ALL_CFLAGS): Define HAVE_CONFIG_H.

29 years ago(xmalloc, xrealloc): Declare them here.
Richard M. Stallman [Sun, 9 Apr 1995 04:50:38 +0000 (04:50 +0000)]
(xmalloc, xrealloc): Declare them here.

(doprnt): Cast pointer to int by way of EMACS_INT.

29 years ago(mode-line-buffer-identification): Fix prev change; use setq-default.
Richard M. Stallman [Sun, 9 Apr 1995 03:51:32 +0000 (03:51 +0000)]
(mode-line-buffer-identification): Fix prev change; use setq-default.

29 years agoFix typo in prev change.
Richard M. Stallman [Sun, 9 Apr 1995 03:33:01 +0000 (03:33 +0000)]
Fix typo in prev change.

29 years ago(next-file): Add paren missing from last change.
Roland McGrath [Sun, 9 Apr 1995 03:21:37 +0000 (03:21 +0000)]
(next-file): Add paren missing from last change.

29 years ago(next-file): Handle empty list returned by (tags-table-files).
Roland McGrath [Sun, 9 Apr 1995 03:18:11 +0000 (03:18 +0000)]
(next-file): Handle empty list returned by (tags-table-files).

29 years ago(ange-ftp-parse-netrc): Bind `default-directory' to
Richard M. Stallman [Sun, 9 Apr 1995 03:08:18 +0000 (03:08 +0000)]
(ange-ftp-parse-netrc): Bind `default-directory' to
"/" to avoid infinite loop while expanding filename.
(ange-ftp-message): Don't truncate message in batch mode.

29 years ago(occur): Provide 5 cols for line number.
Richard M. Stallman [Sun, 9 Apr 1995 03:07:01 +0000 (03:07 +0000)]
(occur): Provide 5 cols for line number.

29 years ago(completion-setup-function): Undo March 11 change.
Richard M. Stallman [Sat, 8 Apr 1995 22:42:47 +0000 (22:42 +0000)]
(completion-setup-function): Undo March 11 change.
Add some doc strings to completion-related variables.

29 years ago(Fmove_to_column): Fix minor bug in prev change.
Richard M. Stallman [Sat, 8 Apr 1995 21:10:03 +0000 (21:10 +0000)]
(Fmove_to_column): Fix minor bug in prev change.

29 years ago(read_escape): Undo Nov 15 change.
Richard M. Stallman [Sat, 8 Apr 1995 20:58:37 +0000 (20:58 +0000)]
(read_escape): Undo Nov 15 change.

(init_lread): Add site-lisp under the installation dir
to Vload_path if that exists.

29 years ago(make-comint): Error, if start-process is not fboundp.
Richard M. Stallman [Sat, 8 Apr 1995 20:48:07 +0000 (20:48 +0000)]
(make-comint): Error, if start-process is not fboundp.

29 years ago(menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp.
Richard M. Stallman [Sat, 8 Apr 1995 20:40:33 +0000 (20:40 +0000)]
(menu-bar-edit-menu): Don't define ispell item unless start-process is fboundp.

29 years ago(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.
Roland McGrath [Sat, 8 Apr 1995 20:15:20 +0000 (20:15 +0000)]
(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.

29 years ago(Fnext_window, Fprevious_window): If all_frames is a frame and window
Richard M. Stallman [Sat, 8 Apr 1995 20:15:04 +0000 (20:15 +0000)]
(Fnext_window, Fprevious_window): If all_frames is a frame and window
is not on that frame, return the first window on that frame.

29 years ago(news-reply-mode): Make mail-header-separator into regexp
Richard M. Stallman [Sat, 8 Apr 1995 20:11:04 +0000 (20:11 +0000)]
(news-reply-mode): Make mail-header-separator into regexp

29 years ago(mail-mode): Make mail-header-separator into regexp.
Richard M. Stallman [Sat, 8 Apr 1995 20:09:28 +0000 (20:09 +0000)]
(mail-mode): Make mail-header-separator into regexp.

29 years ago(ispell-message): Make mail-header-separator into regexp.
Richard M. Stallman [Sat, 8 Apr 1995 20:05:41 +0000 (20:05 +0000)]
(ispell-message): Make mail-header-separator into regexp.

29 years ago(tcl-outline-level): New function
Tom Tromey [Sat, 8 Apr 1995 19:52:50 +0000 (19:52 +0000)]
(tcl-outline-level): New function
(tcl-mode): Added outline-handling stuff.
From Jesper Pedersen <blackie@imada.ou.dk>

29 years ago(walk-windows): Doc fix.
Richard M. Stallman [Sat, 8 Apr 1995 19:41:54 +0000 (19:41 +0000)]
(walk-windows): Doc fix.

29 years ago(tar-clear-modification-flags): Fix several bugs.
Richard M. Stallman [Sat, 8 Apr 1995 18:04:43 +0000 (18:04 +0000)]
(tar-clear-modification-flags): Fix several bugs.

29 years ago(string_width): New function.
Richard M. Stallman [Sat, 8 Apr 1995 18:03:38 +0000 (18:03 +0000)]
(string_width): New function.
(vmotion): Compute the width of minibuf_prompt if it isn't already known.

29 years ago(*): remove function prototypes.
Paul Reilly [Sat, 8 Apr 1995 18:01:09 +0000 (18:01 +0000)]
(*): remove function prototypes.
(xm_pop_down_callback): Call the deactivation callback only when
popping down the top level submenu.

29 years ago(BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
Richard M. Stallman [Sat, 8 Apr 1995 17:51:52 +0000 (17:51 +0000)]
(BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
(alloca.o, regex.o): Use BASE_CFLAGS.

29 years ago(resize-minibuffer-window): Make sure minibuffer window is selected.
Noah Friedman [Sat, 8 Apr 1995 08:22:07 +0000 (08:22 +0000)]
(resize-minibuffer-window): Make sure minibuffer window is selected.
(resize-minibuffer-window-restore): Likewise.

29 years ago(jka-compr-install): Doc fix.
Richard M. Stallman [Sat, 8 Apr 1995 06:22:05 +0000 (06:22 +0000)]
(jka-compr-install): Doc fix.
(jka-compr-uninstall): Delete entries that jka-compr-install
added to inhibit-first-line-modes-suffixes.

29 years agoComment change.
Richard M. Stallman [Sat, 8 Apr 1995 06:20:51 +0000 (06:20 +0000)]
Comment change.

29 years ago(normal-top-level): Copy default-directory
Richard M. Stallman [Sat, 8 Apr 1995 05:05:32 +0000 (05:05 +0000)]
(normal-top-level): Copy default-directory
from *scratch* to *Messages*.

29 years ago(menu-bar-file-menu): Add back as alias for menu-bar-files-menu.
Richard M. Stallman [Sat, 8 Apr 1995 05:01:03 +0000 (05:01 +0000)]
(menu-bar-file-menu): Add back as alias for menu-bar-files-menu.

29 years ago(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
Richard M. Stallman [Sat, 8 Apr 1995 04:40:31 +0000 (04:40 +0000)]
(HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
config.h should handle them.

29 years ago(redisplay): Don't call update_frame for non-selected termcap frame.
Richard M. Stallman [Sat, 8 Apr 1995 04:31:45 +0000 (04:31 +0000)]
(redisplay): Don't call update_frame for non-selected termcap frame.

(decode_mode_spec): Add %F code.
Order alternatives alphabetically.

29 years ago(mode-line-buffer-identification): Eliminate %F.
Richard M. Stallman [Sat, 8 Apr 1995 02:51:37 +0000 (02:51 +0000)]
(mode-line-buffer-identification): Eliminate %F.

29 years agoComment changes.
Karl Heuer [Sat, 8 Apr 1995 02:24:20 +0000 (02:24 +0000)]
Comment changes.

29 years agoAdd copyright.
Karl Heuer [Sat, 8 Apr 1995 02:20:38 +0000 (02:20 +0000)]
Add copyright.

29 years agoAdd copyright notice.
Karl Heuer [Sat, 8 Apr 1995 02:18:00 +0000 (02:18 +0000)]
Add copyright notice.

29 years agoUpdate copyright.
Karl Heuer [Sat, 8 Apr 1995 02:10:53 +0000 (02:10 +0000)]
Update copyright.

29 years ago(kbd_buffer_get_event): Check for frame buried in a cons.
Karl Heuer [Sat, 8 Apr 1995 00:22:33 +0000 (00:22 +0000)]
(kbd_buffer_get_event): Check for frame buried in a cons.
Delete menu_bar_event handling code.
(make_lispy_event): Move it here, so it gets a switch-frame if needed.

29 years ago(prepare_menu_bars): Do the frame titles last.
Richard M. Stallman [Sat, 8 Apr 1995 00:19:28 +0000 (00:19 +0000)]
(prepare_menu_bars): Do the frame titles last.

29 years agoUse "..." in #include.
Richard M. Stallman [Sat, 8 Apr 1995 00:01:20 +0000 (00:01 +0000)]
Use "..." in #include.

29 years ago(fill-region): Avoid error on reaching end of buffer.
Richard M. Stallman [Fri, 7 Apr 1995 23:44:45 +0000 (23:44 +0000)]
(fill-region): Avoid error on reaching end of buffer.

29 years ago(set-right-margin): Fix prompt.
Richard M. Stallman [Fri, 7 Apr 1995 23:44:31 +0000 (23:44 +0000)]
(set-right-margin): Fix prompt.

29 years ago(Fcall_interactively): Fix previous change.
Karl Heuer [Fri, 7 Apr 1995 23:10:25 +0000 (23:10 +0000)]
(Fcall_interactively): Fix previous change.

29 years ago(install-arch-indep): Delete .#* when copying subdirs.
Richard M. Stallman [Fri, 7 Apr 1995 23:00:37 +0000 (23:00 +0000)]
(install-arch-indep): Delete .#* when copying subdirs.