bpt/emacs.git
26 years agoGeneralized region skipping added.
Richard M. Stallman [Thu, 30 Apr 1998 06:43:48 +0000 (06:43 +0000)]
Generalized region skipping added.
Checks comments only in code.
Added backward compatible support for customize.
(ispell-query-replace-choices, ispell-message-dictionary-alist)
(ispell-grep-command, ispell-grep-options, ispell-look-command)
(ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary)
(ispell-dictionary-alist): Now customizable.
Fixed type of custom variables: ispell-help-in-bufferp.
(ispell-use-framepop-p): New variable.
(ispell-dictionary-alist): Added dictionaries: castellano, castellano8
czech, esperanto, esperanto-tex, norsk, russian.
Capitalize XEmacs correctly, and change lucid to xemacs in code:
(ispell-menu-lucid): Renamed to ispell-menu-xemacs.
Changed string compares for version number to be correct for XEmacs.
Fixed to work with string properties.
(ispell-recursive-edit-marker): new marker saving return point.
(ispell-skip-region-alist): New variable defining regions.
(ispell-tex-skip-alists): New variable for LaTeX regions.
(ispell-skip-sgml): Now buffer-mode aware.
(ispell-highlight-p): Support block cursors.
(ispell-message-text-end): Don't check signatures.
(ispell-comments-and-strings): New command, added to menu.
(ispell-int-char): New function for character incrementing.
(ispell-word): Produces message on error when called from
ispell-minor-mode.  Potential infinite loop removed.
(ispell-command-loop): prevent XEmacs modeline hiding.
Allow temporary split of dedicated windows.  Improve recursive
edit support.  Support block cursors.
(ispell-show-choices): New function cleaning up command loop.
(ispell-highlight-spelling-error-generic): Block cursor support added.
(ispell-highlight-spelling-error-xemacs): Block cursor, name change.
(ispell-overlay-window): dedicated window splitting, XEmacs changes.
(ispell-parse-output): Displays ispell process error messages.
(check-ispell-version): Interactive mode that shows ispell versions.
(ispell-begin-skip-region-regexp): New region skipping function.
(ispell-begin-tex-skip-regexp): New tex mode region skipping function.
(ispell-begin-skip-region): New region skipping function.
(ispell-tex-arg-end): New tex mode region skipping function.
(ispell-skip-region): New region skipping function.
(ispell-get-line): New function to clean up command loop.
(ispell-process-line): New function cleaning up command loop.
(ispell-continue): Improve recursive editor support.
(ispell-complete-word): Interior fragment support improved.
(ispell-message): Region skipping vastly improved.

26 years ago(ispell-message): Use rfc822-goto-eoh.
Richard M. Stallman [Thu, 30 Apr 1998 06:40:47 +0000 (06:40 +0000)]
(ispell-message): Use rfc822-goto-eoh.

26 years ago(ethio-sera-to-fidel-mail): Use rfc822-goto-eoh.
Richard M. Stallman [Thu, 30 Apr 1998 06:39:27 +0000 (06:39 +0000)]
(ethio-sera-to-fidel-mail): Use rfc822-goto-eoh.
(ethio-fidel-to-sera-mail): Likewise.

26 years ago(news-reply-mode): Don't load sendmail here.
Richard M. Stallman [Thu, 30 Apr 1998 06:37:04 +0000 (06:37 +0000)]
(news-reply-mode): Don't load sendmail here.
Don't set paragraph-start or paragraph-separate.
(news-setup): Set them here.
(news-inews): Use mail-header-end, etc.
Use mail-sendmail-delmit-header at the end.

26 years ago(report-emacs-bug): Use rfc822-goto-eoh.
Richard M. Stallman [Thu, 30 Apr 1998 06:32:07 +0000 (06:32 +0000)]
(report-emacs-bug): Use rfc822-goto-eoh.

26 years agoRequire sendmail.
Richard M. Stallman [Thu, 30 Apr 1998 06:30:27 +0000 (06:30 +0000)]
Require sendmail.
(mail-hist-current-header-name): Use mail-text-start.
(mail-hist-forward-header): Use mail-header-end.
(mail-hist-current-header-contents): Use mail-header-start.
(mail-hist-put-headers-into-history): Use mail-text-start.

26 years ago(expand-mail-aliases): Doc fix.
Richard M. Stallman [Thu, 30 Apr 1998 06:27:58 +0000 (06:27 +0000)]
(expand-mail-aliases): Doc fix.
(expand-mail-aliases, mail-complete): Use mail-header-end.

26 years ago(mail-abbrev-in-expansion-header-p): Use mail-header-end.
Richard M. Stallman [Thu, 30 Apr 1998 06:26:19 +0000 (06:26 +0000)]
(mail-abbrev-in-expansion-header-p): Use mail-header-end.

26 years ago(reporter-calculate-separator): Function deleted.
Richard M. Stallman [Thu, 30 Apr 1998 06:24:03 +0000 (06:24 +0000)]
(reporter-calculate-separator): Function deleted.
(reporter-submit-bug-report): Major rewrite.

26 years ago(rmail-forward): Use mail-text-start.
Richard M. Stallman [Thu, 30 Apr 1998 06:21:57 +0000 (06:21 +0000)]
(rmail-forward): Use mail-text-start.
(rmail-resend): Don't bind mail-header-separator.
(rmail-retry-failure): Use mail-send-delimit-header, etc.

26 years agoRequire sendmail.
Richard M. Stallman [Thu, 30 Apr 1998 06:18:55 +0000 (06:18 +0000)]
Require sendmail.
(news-caesar-buffer-body): Use mail-text-start.

26 years ago(smtpmail-send-it): Use mail-sendmail-undelimit-header.
Richard M. Stallman [Thu, 30 Apr 1998 06:12:32 +0000 (06:12 +0000)]
(smtpmail-send-it): Use mail-sendmail-undelimit-header.

26 years agoRequire sendmail.el.
Richard M. Stallman [Thu, 30 Apr 1998 06:11:39 +0000 (06:11 +0000)]
Require sendmail.el.
(sc-no-blank-line-or-header): Use mail-header-end.

26 years ago(quit-window): Don't try to switch buffers
Richard M. Stallman [Thu, 30 Apr 1998 04:23:59 +0000 (04:23 +0000)]
(quit-window): Don't try to switch buffers
in a dedicated window or a minibuffer window.
Treat minibuffer window as dedicated in other ways too.

26 years ago[defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)]:
Richard M. Stallman [Thu, 30 Apr 1998 03:45:54 +0000 (03:45 +0000)]
[defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)]:
Include definition of HDRR structure that used to be in sym.h,
instead of sym.h.

26 years ago(setup-8-bit-environment): Don't do anything special here for unibyte mode.
Richard M. Stallman [Thu, 30 Apr 1998 03:23:42 +0000 (03:23 +0000)]
(setup-8-bit-environment): Don't do anything special here for unibyte mode.
That is done in set-language-environment.

26 years ago(perl-mode): Add autoload cookie.
Richard M. Stallman [Thu, 30 Apr 1998 03:22:20 +0000 (03:22 +0000)]
(perl-mode): Add autoload cookie.

26 years ago(set-language-environment): Fix previous change.
Richard M. Stallman [Thu, 30 Apr 1998 03:20:24 +0000 (03:20 +0000)]
(set-language-environment): Fix previous change.
Call standard-display-european-internal.
Call set-terminal-coding-system.

(standard-display-european-internal): New subroutine.

26 years ago(standard-display-european): Use set-language-environment
Richard M. Stallman [Thu, 30 Apr 1998 03:18:48 +0000 (03:18 +0000)]
(standard-display-european): Use set-language-environment
instead of loading a syntax definitions file.
Use standard-display-european-internal.
Let current-language-environment specify terminal coding system.

26 years ago(minibuf_conform_representation): New function.
Richard M. Stallman [Thu, 30 Apr 1998 03:16:00 +0000 (03:16 +0000)]
(minibuf_conform_representation): New function.
(Ftry_completion): Use it to return multibyte string
if and only if the completion table has a multibyte string.
(Fdisplay_completion_list):
Convert string to unibyte before displaying it, if default is unibyte.

26 years ago(find_handler_clause): Cast Fbacktrace to proper type.
Richard M. Stallman [Thu, 30 Apr 1998 03:13:09 +0000 (03:13 +0000)]
(find_handler_clause): Cast Fbacktrace to proper type.

26 years ago(imenu--generic-function): Doc fix. Rewritten to be faster.
Richard M. Stallman [Thu, 30 Apr 1998 00:05:06 +0000 (00:05 +0000)]
(imenu--generic-function): Doc fix.  Rewritten to be faster.
(defgroup imenu): Add :link.
(imenu-use-markers, imenu-auto-rescan-maxout, imenu-generic-expression)
(imenu--make-index-alist, imenu-default-goto-function): Doc fixes.
(imenu-max-item-length, imenu-sort-function)
(imenu-scanning-message): Custom tweak.
(imenu-progress-message): Use real backquote syntax.
(imenu--in-alist): Unused function deleted.
(imenu--flatten-index-alist): Likewise.
(imenu-case-fold-search): Add autoload cookie.
(imenu--completion-buffer): Offer function at point as default.
(imenu--subalist-p): Don't use caadr.
(imenu): Don't use caddr.
(imenu-add-menubar-index): New function.

26 years ago(tar-mode-write-file): Protect from null tar-header-offset.
Dave Love [Wed, 29 Apr 1998 22:34:42 +0000 (22:34 +0000)]
(tar-mode-write-file): Protect from null tar-header-offset.

26 years ago(tar-extract): Use `!' instead of `:' to construct
Richard M. Stallman [Wed, 29 Apr 1998 22:15:59 +0000 (22:15 +0000)]
(tar-extract): Use `!' instead of `:' to construct
buffer-file-name (`:' is invalid in file names on Windows).

26 years ago(struct process): Make inherit_coding_system_flag a Lisp_Object.
Richard M. Stallman [Wed, 29 Apr 1998 21:47:23 +0000 (21:47 +0000)]
(struct process): Make inherit_coding_system_flag a Lisp_Object.

26 years ago(Fset_process_inherit_coding_system_flag, Fstart_process):
Richard M. Stallman [Wed, 29 Apr 1998 21:46:43 +0000 (21:46 +0000)]
(Fset_process_inherit_coding_system_flag, Fstart_process):
Store inherit_coding_system_flag as a Lisp_Object.
(Fopen_network_stream): Likewise.
(Fprocess_inherit_coding_system_flag): Access it as Lisp_Object.
(read_process_output): Likewise.

26 years ago(assoc-ignore-representation): New function.
Richard M. Stallman [Wed, 29 Apr 1998 20:33:11 +0000 (20:33 +0000)]
(assoc-ignore-representation): New function.
(assoc-ignore-case): Use compare-strings.

26 years agoFix -Wimplicit warnings.
Andreas Schwab [Wed, 29 Apr 1998 09:49:44 +0000 (09:49 +0000)]
Fix -Wimplicit warnings.

26 years ago(redisplay_window): Update STARTP_BYTE alongside with
Andreas Schwab [Wed, 29 Apr 1998 09:46:49 +0000 (09:46 +0000)]
(redisplay_window): Update STARTP_BYTE alongside with
STARTP.  New variable scroll_margin_bytepos, to parallel
scroll_margin_pos.  Fix arguments of pos_tab_offset to agree with
the first argument of compute_motion.

26 years ago(make_window): Initialize last_point field.
Andreas Schwab [Wed, 29 Apr 1998 09:44:06 +0000 (09:44 +0000)]
(make_window): Initialize last_point field.

26 years ago(emacs_get_tty): Zero out termios structure before
Andreas Schwab [Wed, 29 Apr 1998 09:42:46 +0000 (09:42 +0000)]
(emacs_get_tty): Zero out termios structure before
getting attributes to get consistent values for holes.
(emacs_set_tty): Likewise.

26 years agoDeclare Fcompare_strings.
Andreas Schwab [Wed, 29 Apr 1998 09:41:10 +0000 (09:41 +0000)]
Declare Fcompare_strings.

26 years agoInclude <time.h> for time.
Andreas Schwab [Wed, 29 Apr 1998 09:37:15 +0000 (09:37 +0000)]
Include <time.h> for time.

26 years ago(main): Use Vbuffer_alist instead of Fbuffer_list.
Andreas Schwab [Wed, 29 Apr 1998 09:35:31 +0000 (09:35 +0000)]
(main): Use Vbuffer_alist instead of Fbuffer_list.
(syms_of_emacs): Fix doc of Vsignal_USR1_hook and
Vsignal_USR2_hook.

26 years ago(setup_coding_system): Properly check for nil.
Andreas Schwab [Wed, 29 Apr 1998 09:33:53 +0000 (09:33 +0000)]
(setup_coding_system): Properly check for nil.

26 years ago(re_search_2): Fix indentation.
Andreas Schwab [Wed, 29 Apr 1998 09:23:15 +0000 (09:23 +0000)]
(re_search_2): Fix indentation.

26 years ago(Fcompare_buffer_substrings): Rewrite to loop by chars.
Richard M. Stallman [Wed, 29 Apr 1998 06:50:40 +0000 (06:50 +0000)]
(Fcompare_buffer_substrings): Rewrite to loop by chars.

26 years ago(ange-ftp-real-expand-file-name-actual):
Richard M. Stallman [Wed, 29 Apr 1998 05:24:09 +0000 (05:24 +0000)]
(ange-ftp-real-expand-file-name-actual):
Locally bind old-name, new-name, final, drive-letter.

26 years ago(SLAVIC): Delete redundant backslash.
Karl Heuer [Wed, 29 Apr 1998 05:22:19 +0000 (05:22 +0000)]
(SLAVIC): Delete redundant backslash.

26 years ago(*, **, ***): Add defvars.
Richard M. Stallman [Wed, 29 Apr 1998 05:20:31 +0000 (05:20 +0000)]
(*, **, ***): Add defvars.

26 years ago(dired-sort-toggle): Handle spaces in dired-actual-switches.
Richard M. Stallman [Wed, 29 Apr 1998 05:06:46 +0000 (05:06 +0000)]
(dired-sort-toggle): Handle spaces in dired-actual-switches.

26 years ago(abort): Omit this definition, if NO_ABORT.
Richard M. Stallman [Wed, 29 Apr 1998 05:02:34 +0000 (05:02 +0000)]
(abort): Omit this definition, if NO_ABORT.
End by calling exit, to avoid warning.

26 years agoForward declare hooks with full function prototypes.
Geoff Voelker [Wed, 29 Apr 1998 04:43:08 +0000 (04:43 +0000)]
Forward declare hooks with full function prototypes.
(x_make_frame_visible): Pass dummy argument to input_poll_signal.

26 years ago(w32_console_mouse_position, w32_console_read_socket):
Geoff Voelker [Wed, 29 Apr 1998 04:36:27 +0000 (04:36 +0000)]
(w32_console_mouse_position, w32_console_read_socket):
Declare with full function prototypes.

26 years ago(w32_console_mouse_position): Rename from
Geoff Voelker [Wed, 29 Apr 1998 04:36:00 +0000 (04:36 +0000)]
(w32_console_mouse_position): Rename from
w32_mouse_position.

26 years ago(initialize_w32_displayed): Use new function prototypes.
Geoff Voelker [Wed, 29 Apr 1998 04:35:17 +0000 (04:35 +0000)]
(initialize_w32_displayed): Use new function prototypes.

26 years agoInclude cm.h after dispextern.h to avoid name conflicts
Geoff Voelker [Wed, 29 Apr 1998 04:34:52 +0000 (04:34 +0000)]
Include cm.h after dispextern.h to avoid name conflicts
in Windows system headers.
(term_init) [WINDOWSNT]: Do not include remainder of function.

26 years ago[WINDOWSNT]: Use function prototypes.
Geoff Voelker [Wed, 29 Apr 1998 04:34:29 +0000 (04:34 +0000)]
[WINDOWSNT]: Use function prototypes.

26 years agoConditionally include xterm.h using HAVE_X_WINDOWS.
Geoff Voelker [Wed, 29 Apr 1998 04:34:05 +0000 (04:34 +0000)]
Conditionally include xterm.h using HAVE_X_WINDOWS.

26 years agoNew target for installation bin directory.
Geoff Voelker [Wed, 29 Apr 1998 04:31:59 +0000 (04:31 +0000)]
New target for installation bin directory.

26 years ago(HAVE_MOTIF_2_1): Add for consistency with config.in.
Geoff Voelker [Wed, 29 Apr 1998 04:31:34 +0000 (04:31 +0000)]
(HAVE_MOTIF_2_1): Add for consistency with config.in.
(RE_TRANSLATE_P): New macro.

26 years ago(file-name-handler-alist): Instead of substituting,
Geoff Voelker [Wed, 29 Apr 1998 04:31:03 +0000 (04:31 +0000)]
(file-name-handler-alist): Instead of substituting,
add regexps for file names with drive letters,

26 years ago(Fgap_position, Fgap_size): New functions.
Richard M. Stallman [Wed, 29 Apr 1998 01:00:01 +0000 (01:00 +0000)]
(Fgap_position, Fgap_size): New functions.
(syms_of_editfns): defsubr them.

26 years agoFix previous change.
Richard M. Stallman [Wed, 29 Apr 1998 00:59:43 +0000 (00:59 +0000)]
Fix previous change.

26 years ago(Flsh, Fash): Handle out-of-range shift counts reasonably.
Richard M. Stallman [Wed, 29 Apr 1998 00:59:22 +0000 (00:59 +0000)]
(Flsh, Fash): Handle out-of-range shift counts reasonably.

26 years ago(lock_file): gcpro `fn'.
Richard M. Stallman [Wed, 29 Apr 1998 00:28:28 +0000 (00:28 +0000)]
(lock_file): gcpro `fn'.

26 years ago(insert_1_both): Call prepare_to_modify_buffer before moving or making gap.
Richard M. Stallman [Wed, 29 Apr 1998 00:20:14 +0000 (00:20 +0000)]
(insert_1_both): Call prepare_to_modify_buffer before moving or making gap.
(insert_from_string_1): Don't check max buffer size here.

26 years agoComment change.
Richard M. Stallman [Tue, 28 Apr 1998 23:41:15 +0000 (23:41 +0000)]
Comment change.

26 years ago(dired-at-point): Add autoload cookie.
Richard M. Stallman [Tue, 28 Apr 1998 23:40:39 +0000 (23:40 +0000)]
(dired-at-point): Add autoload cookie.

(dired-at-point-require-prefix): New option.
(dired-at-point): New command.
(dired-at-point-prompter): New function.

26 years agoComment changes.
Richard M. Stallman [Tue, 28 Apr 1998 23:39:57 +0000 (23:39 +0000)]
Comment changes.

26 years ago(HAVE_STRING_H): Add #undef.
Richard M. Stallman [Tue, 28 Apr 1998 22:58:20 +0000 (22:58 +0000)]
(HAVE_STRING_H): Add #undef.
(HAVE_WAIT_HEADER): Defined.

26 years ago(main): Doc --multibyte and --unibyte in --help message.
Richard M. Stallman [Tue, 28 Apr 1998 21:35:36 +0000 (21:35 +0000)]
(main): Doc --multibyte and --unibyte in --help message.

26 years ago(main): Fix bug report address.
Richard M. Stallman [Tue, 28 Apr 1998 21:33:28 +0000 (21:33 +0000)]
(main): Fix bug report address.

26 years ago[HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
Richard M. Stallman [Tue, 28 Apr 1998 21:21:14 +0000 (21:21 +0000)]
[HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.

26 years ago(INSTALL_INFO): New variable.
Richard M. Stallman [Tue, 28 Apr 1998 21:15:12 +0000 (21:15 +0000)]
(INSTALL_INFO): New variable.
(install-arch-indep): Don't replace the dir file if it already exists.
Use the install-info program, via INSTALL_INFO, to add entries.
Make the `info' subdir and the Info files world-readable.

(mkdir): Create the site-lisp dirs.
(install-arch-indep): Make site-lisp/subdirs files world-readable.

26 years ago(install): Make INSTALLDIR and contents world-readable.
Richard M. Stallman [Tue, 28 Apr 1998 21:11:23 +0000 (21:11 +0000)]
(install): Make INSTALLDIR and contents world-readable.

26 years ago(easy-menu-define-key): Fixed bug with BEFORE
Richard M. Stallman [Tue, 28 Apr 1998 20:03:07 +0000 (20:03 +0000)]
(easy-menu-define-key): Fixed bug with BEFORE
argument.  Now it works also if you repeat an identical call to
easy-menu-define-key.

26 years ago(Info-mode): Doc fix.
Dave Love [Tue, 28 Apr 1998 18:13:00 +0000 (18:13 +0000)]
(Info-mode): Doc fix.

26 years ago(finder-insert-at-column): Simplify.
Dave Love [Tue, 28 Apr 1998 18:06:36 +0000 (18:06 +0000)]
(finder-insert-at-column): Simplify.
(finder-mouse-face-on-line): New function.
(finder-list-keywords, finder-list-matches): Use it.
(finder-commentary, finder-select): Doc.
(finder-mouse-select): Doc.  Remove spurious let.

26 years ago(fortran-mode-map): Bind M-^. Use \M-, not \e elsewhere.
Dave Love [Tue, 28 Apr 1998 17:54:11 +0000 (17:54 +0000)]
(fortran-mode-map): Bind M-^.  Use \M-, not \e elsewhere.

26 years agoFix synopsis line.
Dave Love [Tue, 28 Apr 1998 17:46:50 +0000 (17:46 +0000)]
Fix synopsis line.

26 years ago(callproc.o, print.o, cmds.o, dispnew.o, fileio.o,
Eli Zaretskii [Tue, 28 Apr 1998 14:18:24 +0000 (14:18 +0000)]
(callproc.o, print.o, cmds.o, dispnew.o, fileio.o,
frame.o, keyboard.o, minibuf.o, process.o, scroll.o, sysdep.o,
term.o, w16select.o, window.o, xdisp.o, xfaces.o, lread.o): Depend
on msdos.h.
(print.o): Depend on dispextern.h.

26 years ago(ps-output-string-prim): Don't quote multibyte characters.
Eli Zaretskii [Tue, 28 Apr 1998 13:53:50 +0000 (13:53 +0000)]
(ps-output-string-prim): Don't quote multibyte characters.

26 years ago(ps-remove-duplicates): New function.
Eli Zaretskii [Tue, 28 Apr 1998 13:50:24 +0000 (13:50 +0000)]
(ps-remove-duplicates): New function.
(ps-begin-file): Use it.

26 years agoFix -Wimplicit warnings.
Andreas Schwab [Tue, 28 Apr 1998 09:35:07 +0000 (09:35 +0000)]
Fix -Wimplicit warnings.

26 years ago(Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.
Andreas Schwab [Tue, 28 Apr 1998 09:27:02 +0000 (09:27 +0000)]
(Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.

26 years ago(readevalloop): Fix type of UNIBYTE parameter.
Andreas Schwab [Tue, 28 Apr 1998 09:23:01 +0000 (09:23 +0000)]
(readevalloop): Fix type of UNIBYTE parameter.

26 years ago(reinvoke_input_signal): Don't use prototype decl.
Richard M. Stallman [Tue, 28 Apr 1998 02:33:19 +0000 (02:33 +0000)]
(reinvoke_input_signal): Don't use prototype decl.

26 years ago(ielm-eval-input): More of previous change.
Richard M. Stallman [Tue, 28 Apr 1998 02:10:42 +0000 (02:10 +0000)]
(ielm-eval-input): More of previous change.

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Mon, 27 Apr 1998 23:48:59 +0000 (23:48 +0000)]
automatically generated from GPLed version

26 years ago(isearch-yank-x-selection): Doc fix.
Richard M. Stallman [Mon, 27 Apr 1998 22:05:53 +0000 (22:05 +0000)]
(isearch-yank-x-selection): Doc fix.

26 years ago(Fload_average): New arg USE_FLOATS.
Richard M. Stallman [Mon, 27 Apr 1998 20:54:19 +0000 (20:54 +0000)]
(Fload_average): New arg USE_FLOATS.

26 years ago[HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
Richard M. Stallman [Mon, 27 Apr 1998 20:30:51 +0000 (20:30 +0000)]
[HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.

26 years ago(Fcompare_strings): Doc fix.
Richard M. Stallman [Mon, 27 Apr 1998 20:29:38 +0000 (20:29 +0000)]
(Fcompare_strings): Doc fix.

26 years ago(define-widget-keywords): Don't use backquote.
Richard M. Stallman [Mon, 27 Apr 1998 19:47:31 +0000 (19:47 +0000)]
(define-widget-keywords): Don't use backquote.

26 years agoInclude msdos.h after lisp.h.
Eli Zaretskii [Mon, 27 Apr 1998 14:26:43 +0000 (14:26 +0000)]
Include msdos.h after lisp.h.

26 years agonclude msdos.h after lisp.h.
Eli Zaretskii [Mon, 27 Apr 1998 14:24:08 +0000 (14:24 +0000)]
nclude msdos.h after lisp.h.

26 years ago(IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,
Eli Zaretskii [Mon, 27 Apr 1998 14:18:00 +0000 (14:18 +0000)]
(IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,
IT_clear_screen, IT_clear_to_end, IT_clear_to_end, IT_cursor_to,
IT_cmgoto, IT_reassert_line_highlight, IT_change_line_highlight,
IT_update_begin, IT_update_end, IT_set_terminal_modes,
IT_reset_terminal_modes, IT_set_terminal_window,
pixel_to_glyph_coords, IT_menu_display):  Bring definitions in
accordance with prototype declarations.

26 years ago[!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle
Eli Zaretskii [Mon, 27 Apr 1998 14:15:07 +0000 (14:15 +0000)]
[!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle
and prototypes for external functions.

26 years agoInclude <unistd.h> for chdir.
Andreas Schwab [Mon, 27 Apr 1998 09:22:29 +0000 (09:22 +0000)]
Include <unistd.h> for chdir.

26 years ago(outline-discard-overlays):
Richard M. Stallman [Mon, 27 Apr 1998 01:41:22 +0000 (01:41 +0000)]
(outline-discard-overlays):
Interpret PROP as a value for `invisible', not as property name.

26 years ago(ielm-eval-input): Use variables *, **, *** not :, ::, :::.
Richard M. Stallman [Mon, 27 Apr 1998 01:28:39 +0000 (01:28 +0000)]
(ielm-eval-input): Use variables *, **, *** not :, ::, :::.
(inferior-emacs-lisp-mode): Corresponding changes.

26 years ago(sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
Richard M. Stallman [Mon, 27 Apr 1998 01:22:08 +0000 (01:22 +0000)]
(sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
(sgml-font-lock-keywords): Initialize from sgml-font-lock-keywords-1.
(sgml-font-lock-keywords-2): New variable.
(sgml-mode-common): Make buffer-local binding for
sgml-font-lock-keywords-2 and initialize it.
Use it in font-lock-defaults.

26 years ago(x_set_foreground_color, x_set_background_color)
Richard M. Stallman [Sun, 26 Apr 1998 22:36:29 +0000 (22:36 +0000)]
(x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Don't call unload_color
if same pixel is used in another slot in the frame.

(x_set_foreground_color): Call unload_color on the old color.
(x_set_background_color, x_set_mouse_color): Likewise.
(x_set_cursor_color, x_set_border_pixel): Likewise.

26 years ago(parse_menu_item): Support keywords :keys and
Richard M. Stallman [Sun, 26 Apr 1998 22:34:53 +0000 (22:34 +0000)]
(parse_menu_item): Support keywords :keys and
:key-sequence.  Some changes to provide GC-protection. Some
cosmetic changes.
(syms_of_keyboard): Define new symbols `:keys' and `:key-sequence'.

26 years ago(standard_args): Apply --unibyte/multibyte after --nw.
Richard M. Stallman [Sun, 26 Apr 1998 19:21:14 +0000 (19:21 +0000)]
(standard_args): Apply --unibyte/multibyte after --nw.

26 years ago(Fintern): Initialize keywords only in initial obarray.
Richard M. Stallman [Sun, 26 Apr 1998 19:16:46 +0000 (19:16 +0000)]
(Fintern): Initialize keywords only in initial obarray.

26 years ago(Fmakunbound): Test keywordness only in initial obarray.
Richard M. Stallman [Sun, 26 Apr 1998 19:16:25 +0000 (19:16 +0000)]
(Fmakunbound): Test keywordness only in initial obarray.
(set_internal): Test keywordness only in initial obarray.

26 years agoInclude initial_obarray from lread.c
Richard M. Stallman [Sun, 26 Apr 1998 19:14:58 +0000 (19:14 +0000)]
Include initial_obarray from lread.c

26 years ago(set-auto-mode): When just-from-file-name is set, don't
Richard M. Stallman [Sun, 26 Apr 1998 04:19:28 +0000 (04:19 +0000)]
(set-auto-mode): When just-from-file-name is set, don't
actually switch modes if the new mode is the same as the current one.