bpt/emacs.git
23 years ago(decode_coding_iso2022): More strict check for handling single
Kenichi Handa [Fri, 4 Aug 2000 02:05:39 +0000 (02:05 +0000)]
(decode_coding_iso2022): More strict check for handling single
shifting.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 4 Aug 2000 02:05:08 +0000 (02:05 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 3 Aug 2000 20:24:26 +0000 (20:24 +0000)]
*** empty log message ***

23 years ago(set_frame_size, update_wm_hints, EmacsFrameSetValues):
Gerd Moellmann [Thu, 3 Aug 2000 20:22:34 +0000 (20:22 +0000)]
(set_frame_size, update_wm_hints, EmacsFrameSetValues):
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).

23 years ago(update_frame_menubar): Use NULL instead of 0 at the end
Gerd Moellmann [Thu, 3 Aug 2000 20:22:17 +0000 (20:22 +0000)]
(update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.

23 years ago(Fx_file_dialog): Use NULL instead of 0 at the end of
Gerd Moellmann [Thu, 3 Aug 2000 20:21:52 +0000 (20:21 +0000)]
(Fx_file_dialog): Use NULL instead of 0 at the end of
variable argument lists of XtVaGetValues and XtVaSetValues.

23 years agoGet around a bug on skip-chars-forward.
Gerd Moellmann [Thu, 3 Aug 2000 20:11:01 +0000 (20:11 +0000)]
Get around a bug on skip-chars-forward.
(ebnf-8-bit-chars): New var for bug fix.
(ebnf-string): Bug fix.

23 years agoUse NULL at the end of the
Gerd Moellmann [Thu, 3 Aug 2000 20:09:56 +0000 (20:09 +0000)]
Use NULL at the end of the
variable argument lists of XtVaSetValues and XtVaGetValues
functions because 0 is not sufficient on systems where sizeof
(int) < sizeof (void *).

23 years agoAdd support for ia64*-*-linux*.
Gerd Moellmann [Thu, 3 Aug 2000 20:08:27 +0000 (20:08 +0000)]
Add support for ia64*-*-linux*.

23 years ago* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold [Thu, 3 Aug 2000 18:11:47 +0000 (18:11 +0000)]
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
instead of `buffer-string'.
(require 'cl): Always, not just when compiling.
`ignore-errors' in `interactive', `list*', `defun*' &c make this necessary.

23 years agoFix typos in the entry for `ispell' command.
Eli Zaretskii [Thu, 3 Aug 2000 14:50:28 +0000 (14:50 +0000)]
Fix typos in the entry for `ispell' command.

23 years ago(select-safe-coding-system): Make
Eli Zaretskii [Thu, 3 Aug 2000 11:38:08 +0000 (11:38 +0000)]
(select-safe-coding-system): Make
the message text about selecting a safe coding system more clear.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 2 Aug 2000 21:29:36 +0000 (21:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 2 Aug 2000 20:23:23 +0000 (20:23 +0000)]
*** empty log message ***

23 years ago(ispell): New function, replacing an alias.
Gerd Moellmann [Wed, 2 Aug 2000 20:21:53 +0000 (20:21 +0000)]
(ispell): New function, replacing an alias.
Spell-check active region if in transient-mark-mode and mark
is active; otherwise spell-check buffer.

23 years ago(occur): Set tab-width in the *Occur* buffer to the
Gerd Moellmann [Wed, 2 Aug 2000 20:21:24 +0000 (20:21 +0000)]
(occur): Set tab-width in the *Occur* buffer to the
value of tab-width in the original buffer.  Choose a line number
format that's a multiple of the original buffer's tab width, so
that lines appear right.

23 years agoFix a customization problem on
Gerd Moellmann [Wed, 2 Aug 2000 20:20:55 +0000 (20:20 +0000)]
Fix a customization problem on
ps-mule-font-info-database-default.

23 years ago(display_buffer_reuse_frames): New variable.
Gerd Moellmann [Wed, 2 Aug 2000 20:17:01 +0000 (20:17 +0000)]
(display_buffer_reuse_frames): New variable.
(Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
frames displaying BUFFER.
(syms_of_window): Define Lisp variable
display-buffer-reuse-frames.

23 years ago(Fsingle_key_description): Add parameter NO_ANGLES.
Gerd Moellmann [Wed, 2 Aug 2000 20:16:40 +0000 (20:16 +0000)]
(Fsingle_key_description): Add parameter NO_ANGLES.
Callers changed.

23 years ago(read_char_minibuf_menu_prompt): Add new parameter
Gerd Moellmann [Wed, 2 Aug 2000 20:16:22 +0000 (20:16 +0000)]
(read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.

23 years ago(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
Gerd Moellmann [Wed, 2 Aug 2000 20:15:51 +0000 (20:15 +0000)]
(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
(xrealloc, xmalloc): Use size_t.

23 years ago(Fsingle_key_description, xmalloc, xrealloc): Change
Gerd Moellmann [Wed, 2 Aug 2000 20:15:09 +0000 (20:15 +0000)]
(Fsingle_key_description, xmalloc, xrealloc): Change
prototype.

23 years ago(ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
Eli Zaretskii [Wed, 2 Aug 2000 07:38:53 +0000 (07:38 +0000)]
(ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
(ebrowse-member-mode-map): Ditto.

23 years agoUpdate ps-print functions call. Indentation fix. Doc
Gerd Moellmann [Tue, 1 Aug 2000 19:58:35 +0000 (19:58 +0000)]
Update ps-print functions call.  Indentation fix.  Doc
fix.
(ebnf-version): New version number (3.2).
(ebnf-format-color, ebnf-begin-job): Code fix.

23 years ago(Fconstrain_to_field): Fix the conditions for deciding when to constrain
Miles Bader [Tue, 1 Aug 2000 12:56:24 +0000 (12:56 +0000)]
(Fconstrain_to_field): Fix the conditions for deciding when to constrain
  NEW_POS (they were pretty screwed up before).

23 years ago(nslookup-font-lock-keywords): Don't condition font lock support
Eli Zaretskii [Tue, 1 Aug 2000 10:12:00 +0000 (10:12 +0000)]
(nslookup-font-lock-keywords): Don't condition font lock support
on window-system.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.

23 years ago(ispell-highlight-spelling-error): Use
Eli Zaretskii [Tue, 1 Aug 2000 06:25:13 +0000 (06:25 +0000)]
(ispell-highlight-spelling-error): Use
display-color-p, if fboundp, instead of window-system.

23 years ago(rmail-start-mail): Use display-multi-frame-p
Eli Zaretskii [Mon, 31 Jul 2000 15:41:39 +0000 (15:41 +0000)]
(rmail-start-mail): Use display-multi-frame-p
instead of looking at window-system.

23 years ago(gomoku-font-lock-O-face, gomoku-font-lock-X-face)
Eli Zaretskii [Mon, 31 Jul 2000 15:38:35 +0000 (15:38 +0000)]
(gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-plot-square, gomoku-init-display): Don't use window-system.

23 years ago(lm-font-lock-face-O, lm-font-lock-face-X)
Eli Zaretskii [Mon, 31 Jul 2000 15:37:49 +0000 (15:37 +0000)]
(lm-font-lock-face-O, lm-font-lock-face-X)
(lm-plot-square, lm-init-display): Don't use window-system.

23 years ago(toplevel): Support faces on tty's.
Eli Zaretskii [Mon, 31 Jul 2000 15:36:50 +0000 (15:36 +0000)]
(toplevel): Support faces on tty's.

23 years ago(strokes-file): Run the file name through
Eli Zaretskii [Mon, 31 Jul 2000 15:35:51 +0000 (15:35 +0000)]
(strokes-file): Run the file name through
convert-standard-filename.
(strokes-mode): Call display-mouse-p instead of looking at
window-system.  Change the error message accordingly.

23 years ago(widget-choose): Use display-mouse-p instead of window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:35:08 +0000 (15:35 +0000)]
(widget-choose): Use display-mouse-p instead of window-system.
(widget-choice-mouse-down-action): Use display-popup-menus-p
instead of window-system.

23 years ago(appt-disp-window): Use display-multi-frame-p
Eli Zaretskii [Mon, 31 Jul 2000 15:34:07 +0000 (15:34 +0000)]
(appt-disp-window): Use display-multi-frame-p
instead of window-system.

23 years agoFix a typo in a comment. Reported by Michel de Ruiter <Michel@smr.nl>.
Eli Zaretskii [Mon, 31 Jul 2000 10:27:45 +0000 (10:27 +0000)]
Fix a typo in a comment.  Reported by Michel de Ruiter <Michel@smr.nl>.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 31 Jul 2000 10:10:28 +0000 (10:10 +0000)]
*** empty log message ***

23 years ago(src): Make the rule faster by using a single djecho
Eli Zaretskii [Mon, 31 Jul 2000 10:09:44 +0000 (10:09 +0000)]
(src): Make the rule faster by using a single djecho
command instead of multiple redir invocations.
(install): Speed up by using a command.com's for loop.

23 years ago(MS-DOS Input): Document msdos-set-mouse-buttons.
Eli Zaretskii [Mon, 31 Jul 2000 10:07:46 +0000 (10:07 +0000)]
(MS-DOS Input): Document msdos-set-mouse-buttons.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 31 Jul 2000 06:45:34 +0000 (06:45 +0000)]
*** empty log message ***

23 years ago(Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
Eli Zaretskii [Mon, 31 Jul 2000 06:38:19 +0000 (06:38 +0000)]
(Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
(syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.

23 years ago(child_setup) [MSDOS]: malloc pwd_var instead of
Eli Zaretskii [Mon, 31 Jul 2000 06:33:58 +0000 (06:33 +0000)]
(child_setup) [MSDOS]: malloc pwd_var instead of
using alloca; free it after run_msdos_command returns

23 years ago(run_msdos_command): Save and restore the master
Eli Zaretskii [Mon, 31 Jul 2000 06:24:21 +0000 (06:24 +0000)]
(run_msdos_command): Save and restore the master
environment, for the case that child_setup signals an error.
When mirroring slashes in DOS shell commands, don't fail if
argv[2] has embedded blanks.

23 years ago(iswitchb-entryfn-p): Test this-command instead
Gerd Moellmann [Sun, 30 Jul 2000 14:03:38 +0000 (14:03 +0000)]
(iswitchb-entryfn-p): Test this-command instead
of testing if iswitchb-prepost-hooks is bound, because the
latter will always be true when invoking a recursive minibuffer
from an active Iswitchb buffer.

23 years ago(shell-quote-wildcard-pattern): New function.
Eli Zaretskii [Sun, 30 Jul 2000 13:27:46 +0000 (13:27 +0000)]
(shell-quote-wildcard-pattern): New function.
(insert-directory): Call it.  Only prepend "\" to command on Unix
and GNU/Linux systems.

23 years ago*** empty log message ***
Gerd Moellmann [Sun, 30 Jul 2000 11:50:38 +0000 (11:50 +0000)]
*** empty log message ***

23 years ago(glasses-make-readable): Fix uncapitalization of
Gerd Moellmann [Sun, 30 Jul 2000 11:49:57 +0000 (11:49 +0000)]
(glasses-make-readable): Fix uncapitalization of
identifiers like `myXMLDocument'.

23 years agoFix bug 1: if ps-font-size-internal,
Gerd Moellmann [Sun, 30 Jul 2000 11:49:38 +0000 (11:49 +0000)]
Fix bug 1: if ps-font-size-internal,
ps-header-font-size-internal and
ps-header-title-font-size-internal variables are not set,
ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
face text property is (foreground-color . COLOR) or
`(background-color . COLOR)', ps-print crashes.  Doc fix.
(ps-print-version): New version number (5.2.4).
(ps-plot-region): Code fix.
(ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
(ps-face-attribute-list, ps-face-attributes, ps-face-background):
Bug fix 2.

23 years ago(dired-build-subdir-alist): Expand subdirectory names
Gerd Moellmann [Sun, 30 Jul 2000 11:49:11 +0000 (11:49 +0000)]
(dired-build-subdir-alist): Expand subdirectory names
correctly in recursive ange-ftp listings.

23 years agoChange custom :link file names from `eshell.info' to `eshell'.
Gerd Moellmann [Sun, 30 Jul 2000 11:48:43 +0000 (11:48 +0000)]
Change custom :link file names from `eshell.info' to `eshell'.

23 years ago(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel [Fri, 28 Jul 2000 18:22:57 +0000 (18:22 +0000)]
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
factorization.

(mail-hist-retrieve-and-insert): new func, contains common code of
above two.  If inserting a message body, leave point at top.

23 years agoAnge-ftp handles the output of the w32-style clients
Sam Steingold [Fri, 28 Jul 2000 16:27:41 +0000 (16:27 +0000)]
Ange-ftp handles the output of the w32-style clients

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 28 Jul 2000 12:48:04 +0000 (12:48 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Jul 2000 20:16:08 +0000 (20:16 +0000)]
*** empty log message ***

23 years ago(remove, remq): New functions.
Gerd Moellmann [Thu, 27 Jul 2000 20:08:47 +0000 (20:08 +0000)]
(remove, remq): New functions.

23 years agoAdd explanation of how to make cookie.el
Gerd Moellmann [Thu, 27 Jul 2000 20:07:12 +0000 (20:07 +0000)]
Add explanation of how to make cookie.el
compatible with strfile(1) to comment.

23 years ago(sql-ms): Added autoload cookie.
Gerd Moellmann [Thu, 27 Jul 2000 20:06:37 +0000 (20:06 +0000)]
(sql-ms): Added autoload cookie.
(sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
(sql-oracle): Ditto.
(sql-help): Doc change.

(sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
types and exceptions.

(sql-placeholder-history): New variable.
(sql-query-placeholders-and-send): New function that will query
the user and replace placeholders with user input.
(sql-oracle): If running on NT, set comint-input-sender to
sql-query-placeholders-and-send.

(sql-stop): If in the SQLi buffer, insert stop notification, else
present it as a message.

(sql-input-ring-separator): Doc change.
(sql-input-ring-file-name): Doc change.
(sql-interactive-mode): Use `sql-input-ring-separator' and
`sql-input-ring-file-name' to set the comint-mode equivalents
without making them local variables.
(sql-stop): Don't bind `sql-input-ring-separator' and
`sql-input-ring-file-name' dynamically to their comint-mode
equivalents.

23 years ago(aclocal.m4): Include in distribution.
Gerd Moellmann [Thu, 27 Jul 2000 20:04:33 +0000 (20:04 +0000)]
(aclocal.m4): Include in distribution.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Jul 2000 15:51:12 +0000 (15:51 +0000)]
*** empty log message ***

23 years ago(Fdelete): Make it work on vectors and strings in addition to lists.
Gerd Moellmann [Thu, 27 Jul 2000 15:44:20 +0000 (15:44 +0000)]
(Fdelete): Make it work on vectors and strings in addition to lists.

23 years ago(clean-buffer-list-kill-never-regexps): Correctly
Gerd Moellmann [Thu, 27 Jul 2000 15:42:09 +0000 (15:42 +0000)]
(clean-buffer-list-kill-never-regexps): Correctly
escape `*' in regexps.
(midnight-find): Reverse order of arguments in the funcall of
TEST.

23 years ago(completion-ignored-extensions): Add `.la', `.lo',
Gerd Moellmann [Thu, 27 Jul 2000 15:41:49 +0000 (15:41 +0000)]
(completion-ignored-extensions): Add `.la', `.lo',
and `.class'.

23 years ago*** empty log message ***
Dave Love [Thu, 27 Jul 2000 15:04:49 +0000 (15:04 +0000)]
*** empty log message ***

23 years ago(XUINT, XSET, XUNMARK) [_LP64]: Don't define.
Dave Love [Thu, 27 Jul 2000 14:47:51 +0000 (14:47 +0000)]
(XUINT, XSET, XUNMARK) [_LP64]: Don't define.

23 years ago(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
Dave Love [Thu, 27 Jul 2000 14:47:17 +0000 (14:47 +0000)]
(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
define.
[_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
working.

23 years ago(lisp_time_argument): Fix last change.
Eli Zaretskii [Thu, 27 Jul 2000 14:25:35 +0000 (14:25 +0000)]
(lisp_time_argument): Fix last change.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Jul 2000 13:28:26 +0000 (13:28 +0000)]
*** empty log message ***

23 years agofile-name-extension
Dave Love [Thu, 27 Jul 2000 13:13:23 +0000 (13:13 +0000)]
file-name-extension

23 years ago:help-echo needn't be a string.
Dave Love [Thu, 27 Jul 2000 13:12:14 +0000 (13:12 +0000)]
:help-echo needn't be a string.

23 years agoMention keybindings of non-ASCII chars.
Dave Love [Thu, 27 Jul 2000 13:11:10 +0000 (13:11 +0000)]
Mention keybindings of non-ASCII chars.

23 years agoNumeric args to concat.
Dave Love [Thu, 27 Jul 2000 13:09:58 +0000 (13:09 +0000)]
Numeric args to concat.

23 years agoAdd Commentary section.
Gerd Moellmann [Thu, 27 Jul 2000 12:34:42 +0000 (12:34 +0000)]
Add Commentary section.

23 years ago(Qkey_or_value, Qkey_and_value): New variables.
Gerd Moellmann [Thu, 27 Jul 2000 12:31:17 +0000 (12:31 +0000)]
(Qkey_or_value, Qkey_and_value): New variables.
(syms_of_fns): Initialize new variables.
(sweep_weak_table): Handle weakness `key-or-value' and
`key-and-value'.
(Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
weakness, with t meaning the same as `key-and-value'.

23 years ago(cyrillic-koi8): Use `safe-chars' property instead of `safe-charsets'.
Kenichi Handa [Thu, 27 Jul 2000 06:22:42 +0000 (06:22 +0000)]
(cyrillic-koi8): Use `safe-chars' property instead of `safe-charsets'.
(cyrillic-alternativnyj): Likewise.
(ccl-encode-alternativnyj): Don't check the charset
cyrillic-iso8859-5.

23 years ago(sendmail-send-it): Improve the way to avoid calling
Kenichi Handa [Thu, 27 Jul 2000 06:22:00 +0000 (06:22 +0000)]
(sendmail-send-it): Improve the way to avoid calling
select-message-coding-system twice.

23 years ago(cp-coding-system-for-codepage-1): Give `safe-chars' property to
Kenichi Handa [Thu, 27 Jul 2000 06:15:33 +0000 (06:15 +0000)]
(cp-coding-system-for-codepage-1): Give `safe-chars' property to
make-coding-system.

23 years ago(find-coding-systems-region-subset-p): This function deleted.
Kenichi Handa [Thu, 27 Jul 2000 06:09:25 +0000 (06:09 +0000)]
(find-coding-systems-region-subset-p): This function deleted.
(sort-coding-systems-predicate): New variable.
(sort-coding-systems): New function.
(find-coding-systems-region): Use
find-coding-systems-region-internal.
(find-coding-systems-string): Use find-coding-systems-region.
(find-coding-systems-for-charsets): Check
char-coding-system-table.
(select-safe-coding-system-accept-default-p): New variable.
(select-safe-coding-system): Mostly rewritten.  New argument
ACCEPT-DEFAULT-P.
(select-message-coding-system): Call select-safe-coding-system
with ACCEPT-DEFAULT-P arg.
(reset-language-environment): Reset default-sendmail-coding-system
to the default value iso-latin-1.
(set-language-environment): Don't set the obsolete variable
charset-origin-alist.

23 years ago(register-char-codings): New function.
Kenichi Handa [Thu, 27 Jul 2000 06:08:14 +0000 (06:08 +0000)]
(register-char-codings): New function.
(make-coding-system): Handle `safe-chars' specification in the arg
PROPERTY.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Jul 2000 06:07:14 +0000 (06:07 +0000)]
*** empty log message ***

23 years ago(char_table_ref_and_index): Add prototype.
Kenichi Handa [Thu, 27 Jul 2000 06:03:21 +0000 (06:03 +0000)]
(char_table_ref_and_index): Add prototype.

23 years ago(char_table_ref_and_index): New function.
Kenichi Handa [Thu, 27 Jul 2000 06:02:29 +0000 (06:02 +0000)]
(char_table_ref_and_index): New function.

23 years ago(Qsafe_charsets): This variable deleted.
Kenichi Handa [Thu, 27 Jul 2000 06:01:19 +0000 (06:01 +0000)]
(Qsafe_charsets): This variable deleted.
(Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New
variables.
(coding_safe_chars): New function.
(CODING_SAFE_CHAR_P): New macro.
(CHARSET_OK): New arg C.  Call CODING_SAFE_CHAR_P instead of
checking safe_charsets member of the coding system.  Caller
changed.
(detect_coding_iso2022): New local variable safe_chars.
(DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
safe_charsets member of the coding system.
(decode_coding_iso2022): New local variable safe_chars.
(ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(ENCODE_ISO_CHARACTER): Arguments changed.  Caller changed.
(ENCODE_UNSAFE_CHARACTER): New macro.
(encode_coding_iso2022): New local variable safe_chars.  Check
unsafe chars.
(setup_coding_system): Delete the code to initialize
coding->safe_charses
(intersection, find_safe_codings): New functions.
(Ffind_coding_systems_region_internal): New function.
(syms_of_coding): Defsubr it.  Initialize Qsafe_chars,
Qsafe_cding_system.  Make Vchar_coding_system_table a Lisp
variable and initialize it.

23 years ago(struct coding_system): Member safe_charset deleted.
Kenichi Handa [Thu, 27 Jul 2000 05:46:12 +0000 (05:46 +0000)]
(struct coding_system): Member safe_charset deleted.

23 years ago(compose-chars-after): Preserve match data.
Kenichi Handa [Thu, 27 Jul 2000 05:37:42 +0000 (05:37 +0000)]
(compose-chars-after): Preserve match data.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Jul 2000 05:37:13 +0000 (05:37 +0000)]
*** empty log message ***

23 years agomention `float-time' and the remote file modtime check
Sam Steingold [Wed, 26 Jul 2000 18:54:33 +0000 (18:54 +0000)]
mention `float-time' and the remote file modtime check

23 years agoHelp strings are supported on MS-Windows and MS-DOS as well.
Eli Zaretskii [Wed, 26 Jul 2000 18:51:09 +0000 (18:51 +0000)]
Help strings are supported on MS-Windows and MS-DOS as well.
Mouse highlight is supported on MS-DOS.

23 years agouse float-time
Sam Steingold [Wed, 26 Jul 2000 18:44:36 +0000 (18:44 +0000)]
use float-time

23 years agonew function: float-time
Sam Steingold [Wed, 26 Jul 2000 18:41:15 +0000 (18:41 +0000)]
new function: float-time

23 years ago.
Andreas Schwab [Wed, 26 Jul 2000 16:58:42 +0000 (16:58 +0000)]
.

23 years ago(normal-backup-enable-predicate): Correct
Andreas Schwab [Wed, 26 Jul 2000 16:56:22 +0000 (16:56 +0000)]
(normal-backup-enable-predicate): Correct
interpretation of the return value of compare-strings.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 26 Jul 2000 14:48:48 +0000 (14:48 +0000)]
*** empty log message ***

23 years ago(isearch-resume): New function.
Gerd Moellmann [Wed, 26 Jul 2000 14:48:00 +0000 (14:48 +0000)]
(isearch-resume): New function.
(isearch-done): Add something to command-history to resume
the search.
(isearch-yank-line, isearch-yank-word): Use
buffer-substring-no-properties instead of buffer-substring.

23 years ago(GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
Gerd Moellmann [Wed, 26 Jul 2000 14:10:02 +0000 (14:10 +0000)]
(GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
for the character code.

23 years ago(HAVE_SOUND): Define only for FreeBSD, NetBSD and
Gerd Moellmann [Wed, 26 Jul 2000 14:09:40 +0000 (14:09 +0000)]
(HAVE_SOUND): Define only for FreeBSD, NetBSD and
GNU/Linux.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 26 Jul 2000 13:10:16 +0000 (13:10 +0000)]
*** empty log message ***

23 years ago(menu_highlight_callback): Call show_help_echo directly
Gerd Moellmann [Wed, 26 Jul 2000 13:07:15 +0000 (13:07 +0000)]
(menu_highlight_callback): Call show_help_echo directly
if called for a popup menu.
(xmenu_show): Store help string in widget values.

23 years ago(flyspell-mouse-map): Use `map' instead
Gerd Moellmann [Wed, 26 Jul 2000 13:05:03 +0000 (13:05 +0000)]
(flyspell-mouse-map): Use `map' instead
of flyspell-mouse-map.

23 years ago(m4-mode-abbrev-table): New variable.
Gerd Moellmann [Wed, 26 Jul 2000 13:03:26 +0000 (13:03 +0000)]
(m4-mode-abbrev-table): New variable.
(m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.

23 years ago(makefile-mode-abbrev-table): Remove
Gerd Moellmann [Wed, 26 Jul 2000 13:02:53 +0000 (13:02 +0000)]
(makefile-mode-abbrev-table): Remove
duplicate definition.
(makefile-mode): Remove duplicate setting of local-abbrev-table.

23 years ago--disable-largefile, 64-bit solaris
Dave Love [Wed, 26 Jul 2000 11:25:27 +0000 (11:25 +0000)]
--disable-largefile, 64-bit solaris