]> git.eshelyaron.com Git - emacs.git/log
emacs.git
29 years agoRemoved autoload from ispell-dictionary-alist,
Richard M. Stallman [Fri, 16 Jun 1995 05:13:01 +0000 (05:13 +0000)]
Removed autoload from ispell-dictionary-alist,
ispell-menu-map, ispell-menu-lucid, and ispell-menu-map-needed
so users can more easily modify and upgrade entries.
(ispell-dictionary-alist): Once more a single variable.
(ispell-required-version): Documentation changes
(ispell-skip-sgml): Documentation changes
(ispell-command-loop): mode-line-format now shows misspelled word.
(ispell-message-text-end): Can now process postscript version 1.
(ispell-message-start-skip): New variable for block skips, set up for
pgp and forward blocks.
(ispell-message-end-skip): New variable for block skips, set up for
pgp and forward blocks.
(ispell-message): Added block message skipping.
(ispell-buffer-local-parsing): Added html-mode.

29 years ago(struct kboard): Add Voverriding_terminal_local_map.
Karl Heuer [Fri, 16 Jun 1995 04:56:05 +0000 (04:56 +0000)]
(struct kboard): Add Voverriding_terminal_local_map.

29 years ago(make-local-hook): Doc fix.
Richard M. Stallman [Fri, 16 Jun 1995 04:39:46 +0000 (04:39 +0000)]
(make-local-hook): Doc fix.

(shell-quote-argument) [WINDOWSNT]: Wrap in quotes only.

29 years ago(mouse-set-region): Bind last-command with this-command.
Richard M. Stallman [Fri, 16 Jun 1995 04:37:44 +0000 (04:37 +0000)]
(mouse-set-region): Bind last-command with this-command.

29 years ago(grep-null-device): Defined.
Richard M. Stallman [Fri, 16 Jun 1995 04:36:55 +0000 (04:36 +0000)]
(grep-null-device): Defined.
(grep): Use grep-null-device.

29 years ago(Fhandle_switch_frame): Preserve prefix arg.
Karl Heuer [Fri, 16 Jun 1995 01:59:08 +0000 (01:59 +0000)]
(Fhandle_switch_frame): Preserve prefix arg.

29 years ago(grep-null-device): Set to "NUL".
Richard M. Stallman [Fri, 16 Jun 1995 01:25:53 +0000 (01:25 +0000)]
(grep-null-device): Set to "NUL".
(grep-regexp-alist): Match entries with drive letters.
(save-to-unix-hook,revert-from-unix-hook): Defined.
(using-unix-filesystems): Defined.
(window-frame): Unaliased.

29 years ago(path-separator, grep-null-device, grep-regexp-alist):
Richard M. Stallman [Fri, 16 Jun 1995 01:24:43 +0000 (01:24 +0000)]
(path-separator, grep-null-device, grep-regexp-alist):
Set them, as in winnt.el.

29 years ago(vc-fetch-master-properties): For RCS file,
Richard M. Stallman [Fri, 16 Jun 1995 01:04:27 +0000 (01:04 +0000)]
(vc-fetch-master-properties): For RCS file,
don't look for vc-latest-version and vc-your-latest-version here.
Read only through ^locks unless we need to find the tip of a branch.
(vc-consult-rcs-headers): Use non-regexp search to find the headers.
(vc-latest-version, vc-your-latest-version): Use vc-fetch-properties.
(vc-fetch-properties): New function.

29 years agoThe RCS status is now found by reading the
Richard M. Stallman [Thu, 15 Jun 1995 23:06:45 +0000 (23:06 +0000)]
The RCS status is now found by reading the
master file directly, instead of using rlog.  The properties
retrieved from the master file are kept separately.  The two
main properties, `vc-workfile-version' and `vc-locking-user',
are inferred from those master file properties if the
information cannot be found elsehow.  All properties are
consistently cached now.

(vc-master-info, vc-log-info, vc-fetch-properties): functions
removed.  Their job is now done by `vc-fetch-master-properties'
and `vc-insert-file'.

(vc-fetch-master-properties):  new function, replaces
vc-fetch-properties.  Retrieves all the properties that can be
found in the master file, for all three backends (calls
`cvs status' in the CVS case).

(vc-insert-file):  new function.  Inserts an arbitrary file
into the current buffer, optionally chunkwise, until a certain
regexp shows up.

(vc-parse-locks):  new function.  Translates SCCS or RCS lock
lists, as found in the master files, into lisp lists.  Sets
the new property `vc-master-locks'.

(vc-locked-version):  property removed.  Was unnecessary, and
only referenced in vc-hooks.el.
(vc-head-version, vc-default-branch, vc-master-locks):
new properties.

(vc-top-version):  new name for the old property
`vc-branch-version'.  ("top-version" is better because it
might also be the RCS "head" if there is no default branch.)

(vc-master-locking-user):  replaces `vc-true-locking-user'.
Scans the new `vc-master-locks' property, yielding the master
file's idea of who is locking the current workfile version.

(vc-locking-user):  slightly changed to use the new properties.
Changed the actual property value for an unlocked file to
'none.  This is to distinguish it from an unknown locking
state, which is represented by nil.  The function vc-locking-user
returns nil if the property is 'none, to make it compatible with
the rest of VC.

(vc-consult-rcs-headers, vc-master-locking-user):  adpated to
the new 'none-value of vc-locking-user.

(vc-consult-rcs-headers): fixed bug that prevented
(not vc-consult-headers) from working

(vc-file-not-found-hook): set the default-directory of the new
buffer before check-out. (Otherwise, setting vc-keep-workfiles
to nil doesn't work.)

(vc-occurences, vc-branch-p): functions removed (no longer needed)

Reordered some defuns so they are grouped in a logical way.

29 years agoUpdate GPL version.
Karl Heuer [Thu, 15 Jun 1995 22:37:49 +0000 (22:37 +0000)]
Update GPL version.

29 years agoInitial revision
Karl Heuer [Thu, 15 Jun 1995 22:37:27 +0000 (22:37 +0000)]
Initial revision

29 years ago($valmask): Use EMACS_INT, not int.
Karl Heuer [Thu, 15 Jun 1995 22:03:48 +0000 (22:03 +0000)]
($valmask): Use EMACS_INT, not int.

29 years agoChange FSF address.
Richard Kenner [Thu, 15 Jun 1995 21:01:51 +0000 (21:01 +0000)]
Change FSF address.

29 years ago(enum pvec_type): Don't use trailing comma.
Karl Heuer [Thu, 15 Jun 1995 20:49:02 +0000 (20:49 +0000)]
(enum pvec_type): Don't use trailing comma.

29 years agoInitial revision
Karl Heuer [Thu, 15 Jun 1995 20:45:57 +0000 (20:45 +0000)]
Initial revision

29 years agoUpdate GPL to version 2.
Karl Heuer [Thu, 15 Jun 1995 20:42:24 +0000 (20:42 +0000)]
Update GPL to version 2.

29 years ago(list-buffers-noselect): Don't let space after buf name
Richard M. Stallman [Thu, 15 Jun 1995 20:07:56 +0000 (20:07 +0000)]
(list-buffers-noselect): Don't let space after buf name
inherit the text props from it.

29 years ago(process_file,absolute_filename): Handle filenames
Richard M. Stallman [Thu, 15 Jun 1995 15:30:58 +0000 (15:30 +0000)]
(process_file,absolute_filename): Handle filenames
starting with a drive letter.

29 years ago(install): Copy wakeup.exe properly.
Richard M. Stallman [Thu, 15 Jun 1995 15:30:15 +0000 (15:30 +0000)]
(install): Copy wakeup.exe properly.

29 years ago(TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman [Thu, 15 Jun 1995 15:29:25 +0000 (15:29 +0000)]
(TRES) [MSVCNT11]: Use emacs.res, and don't compile it.

29 years ago(win32_spawnve): Accept program names without executable suffixes.
Richard M. Stallman [Thu, 15 Jun 1995 15:29:00 +0000 (15:29 +0000)]
(win32_spawnve): Accept program names without executable suffixes.

29 years ago(call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.
Richard M. Stallman [Thu, 15 Jun 1995 15:28:34 +0000 (15:28 +0000)]
(call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.
(call-process-region) [WINDOWSNT]: Use proper temp file template.

29 years ago(MSVCNT11): Defined.
Richard M. Stallman [Thu, 15 Jun 1995 15:28:03 +0000 (15:28 +0000)]
(MSVCNT11): Defined.
(BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
(CFLAGS_COMMON): Defined.
(CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.

29 years agoDefine .c to .obj suffix rule.
Richard M. Stallman [Thu, 15 Jun 1995 15:27:42 +0000 (15:27 +0000)]
Define .c to .obj suffix rule.
(addpm.obj): Compile directly, use CFLAGS.
(addpm.exe): Link from addpm.obj.

29 years ago(LD_SWITCH_MACHINE): Don't define it.
Richard M. Stallman [Thu, 15 Jun 1995 13:57:17 +0000 (13:57 +0000)]
(LD_SWITCH_MACHINE): Don't define it.
(malloc, realloc): If non-ANSI C, declare value as char *.

29 years agoExplain how make-local-hook works.
Richard M. Stallman [Thu, 15 Jun 1995 13:28:17 +0000 (13:28 +0000)]
Explain how make-local-hook works.

29 years agoCorrected the comment from last change.
Simon Marshall [Thu, 15 Jun 1995 07:04:00 +0000 (07:04 +0000)]
Corrected the comment from last change.

29 years agoComment change.
Richard M. Stallman [Wed, 14 Jun 1995 23:18:50 +0000 (23:18 +0000)]
Comment change.

29 years ago(emacs_set_tty): Swap TCSETAF and TCSETAW.
Richard M. Stallman [Wed, 14 Jun 1995 23:17:44 +0000 (23:17 +0000)]
(emacs_set_tty): Swap TCSETAF and TCSETAW.
Rename arg waitp to flushp.

29 years ago(universal-argument, describe-arg): Restore Lisp code,
Karl Heuer [Wed, 14 Jun 1995 22:30:41 +0000 (22:30 +0000)]
(universal-argument, describe-arg): Restore Lisp code,
undoing Feb 28 change.
(prefix-arg-internal, digit-argument, negative-argument): Likewise.

29 years agoVarious optimizations. The main one is to optimize for
Richard M. Stallman [Wed, 14 Jun 1995 22:30:16 +0000 (22:30 +0000)]
Various optimizations.  The main one is to optimize for
simple output at the end of the buffer, with no paging, and in that
case to defer scrolling while we can.
(term-emulate-terminal):  Don't call term-handle-scroll in
simple cases unless we are either paging or term-scroll-with-delete.
(term-down):  Likewise.
(term-handle-scroll):  Modify accordingly.
(term-emulate-terminal):  Avoid deleting old text in common case.
Optimize the simple case of CRLF when we're at buffer end.
Handle deferred scroll when done processing output.
(term-handle-deferred-scroll):  New function.
(term-down):  Simplify - no longer take RIGHT argument.  Tune.
(term-goto):  Use term-move-columns to compensate for the above.

(term-escape-char, term-set-escape-char):  Add doc-string.
(term-mouse-paste):  Add xemacs support.

Various speed enhencements:
(term-handle-scroll):  Don't clear term-current-row; maybe adjust it.
(term-down):  Don't call term-adjust-current-row-cache if we've
done term-handle-scroll.
(term-emulate-terminal):  Don't call term-adjust-current-row-cache.
(term-emulate-terminal):  For TAB, don't nil term-start-line-column.
(term-goto):  Possible optimization.

29 years ago(Fprefix_numeric_value): Fix type check.
Karl Heuer [Wed, 14 Jun 1995 22:18:34 +0000 (22:18 +0000)]
(Fprefix_numeric_value): Fix type check.

29 years ago(command_loop_1): Clear prefix arg (undo Feb 1 change).
Karl Heuer [Wed, 14 Jun 1995 22:11:21 +0000 (22:11 +0000)]
(command_loop_1): Clear prefix arg (undo Feb 1 change).

29 years agochanges for 19.29.
Melissa Weisshaus [Wed, 14 Jun 1995 20:07:48 +0000 (20:07 +0000)]
changes for 19.29.

29 years ago(Flocal_variable_p): Fix backwards logical operator.
Richard M. Stallman [Wed, 14 Jun 1995 20:03:23 +0000 (20:03 +0000)]
(Flocal_variable_p): Fix backwards logical operator.

29 years ago[!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.
Karl Heuer [Wed, 14 Jun 1995 18:50:58 +0000 (18:50 +0000)]
[!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.

29 years agoIf NOT_C_CODE, don't include alloca.h.
Karl Heuer [Wed, 14 Jun 1995 18:48:28 +0000 (18:48 +0000)]
If NOT_C_CODE, don't include alloca.h.

29 years ago(Fdelete_frame): If the minibuf window was selected, make that remain so.
Richard M. Stallman [Wed, 14 Jun 1995 18:20:14 +0000 (18:20 +0000)]
(Fdelete_frame): If the minibuf window was selected, make that remain so.

29 years ago*** empty log message ***
Geoff Voelker [Wed, 14 Jun 1995 16:22:27 +0000 (16:22 +0000)]
*** empty log message ***

29 years ago(frame-notice-user-settings): When making a minibufferless
Richard M. Stallman [Wed, 14 Jun 1995 16:16:04 +0000 (16:16 +0000)]
(frame-notice-user-settings): When making a minibufferless
frame, don't copy `name' parm explicitly unless it was explicit before.

29 years ago(compilation-find-file): If FILENAME is absolute, apply
Roland McGrath [Wed, 14 Jun 1995 15:47:10 +0000 (15:47 +0000)]
(compilation-find-file): If FILENAME is absolute, apply
abbreviate-file-name to it and then use its directory part as the first
search path element, searching for its nondirectory part.
Fix prompting code not to use a free variable.
(compilation-parse-errors, compile-abbreviate-directory): Use
abbreviate-file-name on directories.

29 years agoPut mark-active for menu-enable property on eval-region, comment-region, and indent...
Simon Marshall [Wed, 14 Jun 1995 14:58:36 +0000 (14:58 +0000)]
Put mark-active for menu-enable property on eval-region, comment-region, and indent-region symbols.

29 years ago(addpm): Use CFLAGS when compiling.
Richard M. Stallman [Wed, 14 Jun 1995 14:27:43 +0000 (14:27 +0000)]
(addpm): Use CFLAGS when compiling.

29 years agoComment change.
Richard M. Stallman [Wed, 14 Jun 1995 14:21:09 +0000 (14:21 +0000)]
Comment change.

29 years ago(status_notify): Undo May 18 change.
Richard M. Stallman [Wed, 14 Jun 1995 14:10:27 +0000 (14:10 +0000)]
(status_notify): Undo May 18 change.
Set update_tick at the beginning not at end.

29 years ago(Fprevious_overlay_change): Check for overlays that end at POS.
Richard M. Stallman [Wed, 14 Jun 1995 14:09:53 +0000 (14:09 +0000)]
(Fprevious_overlay_change): Check for overlays that end at POS.

29 years ago(shell-mode): Make shell-directory-tracker a hook function locally only.
Richard M. Stallman [Wed, 14 Jun 1995 12:05:55 +0000 (12:05 +0000)]
(shell-mode): Make shell-directory-tracker a hook function locally only.

29 years agoDelete the Emacs version error check.
Richard M. Stallman [Wed, 14 Jun 1995 12:05:23 +0000 (12:05 +0000)]
Delete the Emacs version error check.

29 years ago(dired-change-marks): If OLD is a space, don't act on non-file lines.
Richard M. Stallman [Wed, 14 Jun 1995 11:46:56 +0000 (11:46 +0000)]
(dired-change-marks): If OLD is a space, don't act on non-file lines.

29 years ago(vc-backend-checkin): Provide an explicit string saying
Richard M. Stallman [Wed, 14 Jun 1995 11:16:17 +0000 (11:16 +0000)]
(vc-backend-checkin): Provide an explicit string saying
the log message is empty instead of providing it as empty.
Always use -m option for ci.

29 years ago(syms_of_xfns): Initialize Vx_no_window_manager. Doc fix.
Richard M. Stallman [Wed, 14 Jun 1995 00:45:28 +0000 (00:45 +0000)]
(syms_of_xfns): Initialize Vx_no_window_manager.  Doc fix.

29 years ago(comint-mode): Use make-local-hook.
Karl Heuer [Tue, 13 Jun 1995 23:31:17 +0000 (23:31 +0000)]
(comint-mode): Use make-local-hook.
(comint-send-input, comint-output-filter): Use run-hook-with-args.
(comint-dynamic-complete): Use run-hook-with-args-until-success.

29 years ago(LIBS_MACHINE): Use -lpthreads, not -lpthread.
Karl Heuer [Tue, 13 Jun 1995 21:47:34 +0000 (21:47 +0000)]
(LIBS_MACHINE): Use -lpthreads, not -lpthread.

29 years agocheck for -lpthreads, not -lpthread.
Karl Heuer [Tue, 13 Jun 1995 21:44:48 +0000 (21:44 +0000)]
check for -lpthreads, not -lpthread.

29 years ago(HAVE_LIBPTHREADS): Add #undef.
Karl Heuer [Tue, 13 Jun 1995 21:43:46 +0000 (21:43 +0000)]
(HAVE_LIBPTHREADS): Add #undef.

29 years ago(vip-over-whitespace-line): new function.
Karl Heuer [Tue, 13 Jun 1995 21:20:59 +0000 (21:20 +0000)]
(vip-over-whitespace-line): new function.

29 years ago(vip-change-state-to-vi): bug fix.
Karl Heuer [Tue, 13 Jun 1995 21:20:36 +0000 (21:20 +0000)]
(vip-change-state-to-vi): bug fix.

29 years agoTest for "" too; let it go to expand-file-name if it is equal.
Simon Marshall [Tue, 13 Jun 1995 08:27:11 +0000 (08:27 +0000)]
Test for "" too; let it go to expand-file-name if it is equal.

29 years agocheck comint-input-ring-file-name for the empty string too.
Simon Marshall [Tue, 13 Jun 1995 08:16:08 +0000 (08:16 +0000)]
check comint-input-ring-file-name for the empty string too.

29 years ago*** empty log message ***
Geoff Voelker [Tue, 13 Jun 1995 03:48:49 +0000 (03:48 +0000)]
*** empty log message ***

29 years ago(help-menu): Symbol renamed from `help'.
Karl Heuer [Tue, 13 Jun 1995 03:29:47 +0000 (03:29 +0000)]
(help-menu): Symbol renamed from `help'.

29 years ago(rmail-search-backwards): Default count is 1, not -1.
Karl Heuer [Tue, 13 Jun 1995 02:17:40 +0000 (02:17 +0000)]
(rmail-search-backwards): Default count is 1, not -1.

29 years ago[_LIBC] (start_of_data): Define to &__data_start for GNU libc.
Roland McGrath [Mon, 12 Jun 1995 17:21:07 +0000 (17:21 +0000)]
[_LIBC] (start_of_data): Define to &__data_start for GNU libc.

29 years ago(frame_vector_add_frame): Don't forget to store
Karl Heuer [Mon, 12 Jun 1995 00:55:33 +0000 (00:55 +0000)]
(frame_vector_add_frame): Don't forget to store
the longer vector.

29 years agoCopy new files nt/addpm.c and nt/emacs.bat.in.
Karl Heuer [Sun, 11 Jun 1995 22:22:56 +0000 (22:22 +0000)]
Copy new files nt/addpm.c and nt/emacs.bat.in.

29 years agoAdd comment.
Karl Heuer [Sun, 11 Jun 1995 22:07:14 +0000 (22:07 +0000)]
Add comment.

29 years agoComment update.
Karl Heuer [Sun, 11 Jun 1995 20:59:45 +0000 (20:59 +0000)]
Comment update.

29 years ago(x_make_frame_visible): Test and set asked_for_visible.
Karl Heuer [Sun, 11 Jun 1995 20:48:19 +0000 (20:48 +0000)]
(x_make_frame_visible): Test and set asked_for_visible.

29 years ago(struct x_display): New field asked_for_visible.
Karl Heuer [Sun, 11 Jun 1995 20:47:48 +0000 (20:47 +0000)]
(struct x_display): New field asked_for_visible.

29 years ago[USE_X_TOOLKIT] (x_window): If using Motif,
Karl Heuer [Sun, 11 Jun 1995 20:27:39 +0000 (20:27 +0000)]
[USE_X_TOOLKIT] (x_window): If using Motif,
add some extra to sizes, for consistent behavior.

29 years agoInclude widget.h.
Karl Heuer [Sun, 11 Jun 1995 20:27:12 +0000 (20:27 +0000)]
Include widget.h.
(x_wm_set_size_hint) [USE_X_TOOLKIT]:
Get the size from the outer widget.
Copy the base and minimum sizes from the old hint.

29 years ago(EmacsFrameSetCharSize): Manually alter the height
Karl Heuer [Sun, 11 Jun 1995 20:26:47 +0000 (20:26 +0000)]
(EmacsFrameSetCharSize): Manually alter the height
and width of the outer widget (and the width of the column widget)
carefully using deltas.
Set update_hints_inhibit nonzero while updating.
Then call update_wm_hints explicitly.
(update_wm_hints): Use 0 for min_rows, min_cols.
Do nothing if update_hints_inhibit is nonzero.

29 years ago(lwlib_toolkit_type): New variable.
Karl Heuer [Sun, 11 Jun 1995 20:22:09 +0000 (20:22 +0000)]
(lwlib_toolkit_type): New variable.

29 years ago(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer [Sun, 11 Jun 1995 20:14:36 +0000 (20:14 +0000)]
(Fframe_or_buffer_changed_p): Calculate vector size right.
Add hysteresis when making it larger.  Fill it up reliably
and check at the end for overflowing it.
(syms_of_display): Make frame_and_buffer_state initially with 20 elts.

29 years ago(read_char_minibuf_menu_prompt):
Karl Heuer [Sun, 11 Jun 1995 20:09:49 +0000 (20:09 +0000)]
(read_char_minibuf_menu_prompt):
If the char to type doesn't match the prompt string,
show the char explicitly.

29 years ago(save-selected-window): New macro.
Karl Heuer [Sun, 11 Jun 1995 19:27:57 +0000 (19:27 +0000)]
(save-selected-window): New macro.

29 years agoInclude config.h before stdio.h.
Geoff Voelker [Sat, 10 Jun 1995 21:45:43 +0000 (21:45 +0000)]
Include config.h before stdio.h.

29 years ago*** empty log message ***
Geoff Voelker [Sat, 10 Jun 1995 02:51:03 +0000 (02:51 +0000)]
*** empty log message ***

29 years agoInitial revision
Geoff Voelker [Sat, 10 Jun 1995 02:24:19 +0000 (02:24 +0000)]
Initial revision

29 years agomakefile.def (EMACS_ICON_PATH,ADDPM): Defined.
Geoff Voelker [Sat, 10 Jun 1995 02:23:39 +0000 (02:23 +0000)]
makefile.def (EMACS_ICON_PATH,ADDPM): Defined.

29 years ago(ALL,addpm,addpm.exe,addpm.obj): Defined.
Geoff Voelker [Sat, 10 Jun 1995 02:22:49 +0000 (02:22 +0000)]
(ALL,addpm,addpm.exe,addpm.obj): Defined.
(all): Depend upon $(BLD) and $(ALL).
(install): Depend upon emacs.bat.
Create program item for Emacs.
(clean): Delete obj.
(emacs.bat): Defined.

29 years ago(TEMACS): Depend upon $(BLD).
Geoff Voelker [Sat, 10 Jun 1995 02:22:05 +0000 (02:22 +0000)]
(TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.

29 years agochanged referend\bce to \b\b\bof makefile.nt to makedf\b\bfile.def in configure section
Geoff Voelker [Sat, 10 Jun 1995 00:03:02 +0000 (00:03 +0000)]
changed referend\bce to \b\b\bof makefile.nt to makedf\b\bfile.def in configure section

29 years ago(system_key_syms): Deleted; now part of struct kboard.
Karl Heuer [Fri, 9 Jun 1995 20:37:54 +0000 (20:37 +0000)]
(system_key_syms): Deleted; now part of struct kboard.
(make_lispy_event): Use the struct member.
(init_kboard): Initialize it.
(syms_of_keyboard): Delete initialization and staticpro.

29 years ago(mark_kboards): Mark system_key_syms member.
Karl Heuer [Fri, 9 Jun 1995 20:37:32 +0000 (20:37 +0000)]
(mark_kboards): Mark system_key_syms member.

29 years ago(struct kboard): New member system_key_syms.
Karl Heuer [Fri, 9 Jun 1995 20:37:20 +0000 (20:37 +0000)]
(struct kboard): New member system_key_syms.

29 years ago(modify_event_symbol): Mask out high bits here,
Karl Heuer [Fri, 9 Jun 1995 19:15:55 +0000 (19:15 +0000)]
(modify_event_symbol): Mask out high bits here,
and only for certain purposes.  table_size now unsigned.
(modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name.
(make_lispy_event): Don't mask high bits here.
Supply -1 as table_size for system-specific keys.

29 years ago(x_get_keysym_name): New function.
Karl Heuer [Fri, 9 Jun 1995 19:15:28 +0000 (19:15 +0000)]
(x_get_keysym_name): New function.

29 years ago(update_menu_bar): Use set_buffer_internal_1 to switch bufs.
Karl Heuer [Fri, 9 Jun 1995 16:00:45 +0000 (16:00 +0000)]
(update_menu_bar): Use set_buffer_internal_1 to switch bufs.
Run the hooks in the proper buffer.
Normally bind overriding-local-map to nil.
(Qoverriding_local_map): New variable.
(syms_of_xdisp): staticpro it.

29 years ago(SOURCES): Makefile isn't source; Makefile.in.in is.
Karl Heuer [Fri, 9 Jun 1995 15:44:44 +0000 (15:44 +0000)]
(SOURCES): Makefile isn't source; Makefile.in.in is.

29 years ago(x-create-frame-with-faces): Don't use initial-frame-alist
Karl Heuer [Fri, 9 Jun 1995 15:42:08 +0000 (15:42 +0000)]
(x-create-frame-with-faces): Don't use initial-frame-alist
when looking for the X resource name.
Copy parameters from default-frame-alist, before the geometry
specs from the X resource database.

29 years ago(x-create-frame-with-faces): Don't look for geometry
Karl Heuer [Fri, 9 Jun 1995 15:24:50 +0000 (15:24 +0000)]
(x-create-frame-with-faces): Don't look for geometry
resource if name is nil.

29 years agoConverted xemacs *screen* nomenclature to *frame*.
Karl Heuer [Fri, 9 Jun 1995 14:38:56 +0000 (14:38 +0000)]
Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.

29 years ago(gnus-cancel-news): Use `buffer-disable-undo'.
Karl Heuer [Fri, 9 Jun 1995 14:35:26 +0000 (14:35 +0000)]
(gnus-cancel-news): Use `buffer-disable-undo'.
(gnus-inews-article): Ditto.
(gnus-inews-insert-signature): Use the recommended
hyphen-hyphen-space as the signature delimiter.

29 years agoCheck for -lpthread.
Karl Heuer [Fri, 9 Jun 1995 03:09:50 +0000 (03:09 +0000)]
Check for -lpthread.

29 years ago(Fminibuffer_complete): Make last_command be kboard-local.
Karl Heuer [Fri, 9 Jun 1995 03:05:13 +0000 (03:05 +0000)]
(Fminibuffer_complete): Make last_command be kboard-local.

29 years ago(internal_self_insert): Make last_command be kboard-local.
Karl Heuer [Fri, 9 Jun 1995 03:05:04 +0000 (03:05 +0000)]
(internal_self_insert): Make last_command be kboard-local.

29 years ago(last_command): Var deleted; now part of struct kboard.
Karl Heuer [Fri, 9 Jun 1995 03:04:43 +0000 (03:04 +0000)]
(last_command): Var deleted; now part of struct kboard.

29 years ago(struct kboard): New member Vlast_command.
Karl Heuer [Fri, 9 Jun 1995 03:04:26 +0000 (03:04 +0000)]
(struct kboard): New member Vlast_command.