bpt/emacs.git
25 years ago(count_combining_after): Check also preceding bytes at
Kenichi Handa [Mon, 7 Sep 1998 13:39:15 +0000 (13:39 +0000)]
(count_combining_after): Check also preceding bytes at
POS if all characters in STRING are not character head.

25 years ago(STRING_CHAR_AND_LENGTH): Return correct value in
Kenichi Handa [Mon, 7 Sep 1998 13:39:15 +0000 (13:39 +0000)]
(STRING_CHAR_AND_LENGTH): Return correct value in
ACTUAL_LEN even if LEN is too short to have a valid multibyte
form.
(STRING_CHAR_AND_CHAR_LENGTH): Likewise.

25 years ago(ccl_coding_driver): Always calculate correct mulibyte
Kenichi Handa [Mon, 7 Sep 1998 13:39:15 +0000 (13:39 +0000)]
(ccl_coding_driver): Always calculate correct mulibyte
chars in produced byte sequence.
(Ffind_operation_coding_system): Doc-string fixed.

25 years ago(reftex-view-crossref): Split up into several functions. No longer moves
Carsten Dominik [Mon, 7 Sep 1998 07:28:16 +0000 (07:28 +0000)]
(reftex-view-crossref): Split up into several functions.  No longer moves
to find a macro.
(reftex-view-cr-cite, reftex-view-cr-ref,
reftex-end-of-bib-entry): New functions.
(reftex-auto-view-crossref): New value `window' allowed.
(reftex-view-crossref-when-idle): Process new `window' option in
(reftex-translate-to-ascii-function): New default.
(reftex-label-illegal-re): Default changed, removed Latin1.
(reftex-latin1-to-ascii): New function.
(reftex-what-environment): Check for section regexp before use.
(reftex-find-tex-file, reftex-find-bib-file): Fixed bug with absolute
path names.
(reftex-TeX-master-file): Changed sequence of file checks.
(reftex-do-citation): bibview cache only with RefTeX mode on.

25 years ago(Extensions): Removed the sed item.
Joel N. Weber II [Mon, 7 Sep 1998 04:47:25 +0000 (04:47 +0000)]
(Extensions): Removed the sed item.

25 years ago(Fformat_time_string, Fdecode_time, Fcurrent_time_zone):
Paul Eggert [Sun, 6 Sep 1998 15:49:17 +0000 (15:49 +0000)]
(Fformat_time_string, Fdecode_time, Fcurrent_time_zone):
Don't assume that localtime and gmtime return non-NULL.

25 years ago(Fformat): Detect incomplete format spec at string's end.
Karl Heuer [Sun, 6 Sep 1998 14:40:21 +0000 (14:40 +0000)]
(Fformat): Detect incomplete format spec at string's end.

25 years agoDoc fixes.
Karl Heuer [Sun, 6 Sep 1998 14:31:49 +0000 (14:31 +0000)]
Doc fixes.

25 years ago(compilation-error-regexp-alist):
Karl Heuer [Sun, 6 Sep 1998 14:20:14 +0000 (14:20 +0000)]
(compilation-error-regexp-alist):
In first pattern (GNU utilities and other things),
allow a space after the optional program name at the beginning.

25 years ago(mail-hist-current-header-contents):
Karl Heuer [Sun, 6 Sep 1998 14:09:31 +0000 (14:09 +0000)]
(mail-hist-current-header-contents):
Fix previous change: use mail-header-end.

25 years ago(Fload): Handle case where openp finds a magic file
Karl Heuer [Sun, 6 Sep 1998 13:57:32 +0000 (13:57 +0000)]
(Fload): Handle case where openp finds a magic file
but it has no `load' handler or that handler calls `load'.
If FOUND != FILE, find FOUND's handler even if inhibited for FILE.

25 years ago(checkdoc-buffer-label): New function.
Eric M. Ludlam [Sat, 5 Sep 1998 13:46:23 +0000 (13:46 +0000)]
(checkdoc-buffer-label): New function.
(checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
(checkdoc-this-string-valid-engine): Permit ? as terminating
 punctuation for first line sentence breaking.
(checkdoc-this-string-valid): When converting a comment into a doc
 string, make sure " chars are \".
(checkdoc-sentencespace-region-engine): Only do double space check
 if based on the variable `sentence-end-double-space'

25 years ago(lisp-imenu-generic-expression):
Karl Heuer [Fri, 4 Sep 1998 20:49:12 +0000 (20:49 +0000)]
(lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.

25 years ago(customize-option): Refuse to customize
Karl Heuer [Fri, 4 Sep 1998 20:48:11 +0000 (20:48 +0000)]
(customize-option): Refuse to customize
a variable that has no defcustom.  But if variable is autoloaded,
first try to load the library that defines it.

25 years agoUse `string' before calling `insert'
Karl Heuer [Fri, 4 Sep 1998 20:46:30 +0000 (20:46 +0000)]
Use `string' before calling `insert'
so that in multibyte buffers we insert multibyte chars.

25 years ago(dired-mark-files-containing-regexp):
Karl Heuer [Fri, 4 Sep 1998 20:43:09 +0000 (20:43 +0000)]
(dired-mark-files-containing-regexp):
Don't use find-file; instead, insert the file in a temp buffer.

25 years ago(netstat-program-options): Changed from nil to "-a"
Karl Heuer [Fri, 4 Sep 1998 20:41:33 +0000 (20:41 +0000)]
(netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.

25 years ago(tex-start-options-string): New option.
Karl Heuer [Fri, 4 Sep 1998 20:39:26 +0000 (20:39 +0000)]
(tex-start-options-string): New option.
(tex-start-tex): Use that variable.

25 years ago(rmail-primary-inbox-list): Make the initial
Karl Heuer [Fri, 4 Sep 1998 20:38:16 +0000 (20:38 +0000)]
(rmail-primary-inbox-list): Make the initial
value in the `repeat' alternative a list.

25 years ago(fill-individual-paragraphs): Before deleting
Karl Heuer [Fri, 4 Sep 1998 20:37:22 +0000 (20:37 +0000)]
(fill-individual-paragraphs): Before deleting
the inserted newline, verify that one was really inserted.

25 years agoUse C-x C-l, not M-:, as example of disabled command.
Karl Heuer [Fri, 4 Sep 1998 20:30:21 +0000 (20:30 +0000)]
Use C-x C-l, not M-:, as example of disabled command.

25 years ago[MAIL_USE_POP]: Add the "-r" flag to reverse the
Karl Heuer [Fri, 4 Sep 1998 20:14:16 +0000 (20:14 +0000)]
[MAIL_USE_POP]: Add the "-r" flag to reverse the
order of messages downloaded from a POP server (e.g., if the
server stores messages in mailboxes in reverse order).

25 years ago(smtpmail-via-smtp): Parse out the first word
Karl Heuer [Fri, 4 Sep 1998 20:08:58 +0000 (20:08 +0000)]
(smtpmail-via-smtp): Parse out the first word
on extension lines.

25 years agoAccept HP 9000/803.
Karl Heuer [Fri, 4 Sep 1998 20:07:04 +0000 (20:07 +0000)]
Accept HP 9000/803.

25 years ago(flyspell-mode): Do nothing if mode
Karl Heuer [Fri, 4 Sep 1998 20:02:13 +0000 (20:02 +0000)]
(flyspell-mode): Do nothing if mode
remains on or remains off.
(flyspell-multi-language-p): Default changed to nil.

25 years ago(ada-search-ignore-string-comment):
Karl Heuer [Fri, 4 Sep 1998 19:58:39 +0000 (19:58 +0000)]
(ada-search-ignore-string-comment):
In "found in comment" case, don't beginning-of-line after forward-line.

25 years ago(byte-compile-inline-expand):
Karl Heuer [Fri, 4 Sep 1998 19:57:32 +0000 (19:57 +0000)]
(byte-compile-inline-expand):
If the function definition is not a lambda, return original FORM
with no error.

25 years agoDoc fixes.
Karl Heuer [Fri, 4 Sep 1998 19:53:41 +0000 (19:53 +0000)]
Doc fixes.

25 years ago(info): Don't add parens if FILE already has them.
Karl Heuer [Fri, 4 Sep 1998 19:50:26 +0000 (19:50 +0000)]
(info): Don't add parens if FILE already has them.

25 years ago(enable-multibyte-characters): Doc fix.
Dave Love [Fri, 4 Sep 1998 14:08:26 +0000 (14:08 +0000)]
(enable-multibyte-characters): Doc fix.

25 years ago(w32-shell-dos-semantics): New function.
Geoff Voelker [Thu, 3 Sep 1998 22:34:47 +0000 (22:34 +0000)]
(w32-shell-dos-semantics): New function.

25 years ago(quail-choose-completion-string): Store
Kenichi Handa [Thu, 3 Sep 1998 11:10:40 +0000 (11:10 +0000)]
(quail-choose-completion-string): Store
completion `choice' in `quail-current-str'; don't insert it.

25 years ago(allocate_heap): Define NTHEAP_PROBE_BASE by default.
Geoff Voelker [Wed, 2 Sep 1998 05:25:38 +0000 (05:25 +0000)]
(allocate_heap): Define NTHEAP_PROBE_BASE by default.

25 years ago(quail-tibetan-input-wylie): Adjusted for the
Kenichi Handa [Wed, 2 Sep 1998 04:51:42 +0000 (04:51 +0000)]
(quail-tibetan-input-wylie): Adjusted for the
change of input method handling.
(quail-tibetan-input-tibkey): Likewise.

25 years ago(bdf-generate-font): New argument CHARSET. Give WIDTH
Kenichi Handa [Wed, 2 Sep 1998 04:51:42 +0000 (04:51 +0000)]
(bdf-generate-font): New argument CHARSET.  Give WIDTH
argument to ps-mule-generate-bitmap-font.

25 years ago(register-input-method): Doc-string modified.
Kenichi Handa [Wed, 2 Sep 1998 04:51:42 +0000 (04:51 +0000)]
(register-input-method): Doc-string modified.

25 years ago(ps-mule-font-info-database-bdf): The include ASCII
Kenichi Handa [Wed, 2 Sep 1998 04:51:42 +0000 (04:51 +0000)]
(ps-mule-font-info-database-bdf): The include ASCII
entry and change Latin-1 entry in the default value.
(ps-mule-font-info-database-ps-bdf): New variable.
(ccl-encode-ethio-unicode): Bug of CCL code fixed.
(ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
registerd in FONT-SPEC.
(ps-mule-bitmap-prologue): Fix PostScript code to realize correct
charcter width of bitmap fonts.
(ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
procedure NF.
(ps-begin-file): Output PostScript code for setting
SpaceWidthRatio.
(ps-plot-region): Use line-beginning-position to get a position of
the beginning of the current line.

25 years ago(Ftranspose_regions): Use BYTE_POS_ADDR to get an
Kenichi Handa [Wed, 2 Sep 1998 04:51:42 +0000 (04:51 +0000)]
(Ftranspose_regions): Use BYTE_POS_ADDR to get an
address in buffer from byte-position.

25 years ago(current-language-environment): Fix setter function.
Dave Love [Tue, 1 Sep 1998 17:42:01 +0000 (17:42 +0000)]
(current-language-environment): Fix setter function.

25 years ago(Vnext_selection_coding_system): New variable.
Eli Zaretskii [Tue, 1 Sep 1998 13:26:41 +0000 (13:26 +0000)]
(Vnext_selection_coding_system): New variable.
(syms_of_win16select): DEFVAR_LISP it.  No need to staticpro
Vselection_coding_system.
(Fw16_set_clipboard_data): Always convert multibyte strings.  Use
Vnext_selection_coding_system if non-nil.
(Fw16_get_clipboard_data): Always convert a string that includes
non-ASCII characters. Use Vnext_selection_coding_system if
non-nil.

25 years ago(tex-font-lock-keywords-2): Fontify \nocite like \cite.
Simon Marshall [Tue, 1 Sep 1998 09:01:44 +0000 (09:01 +0000)]
(tex-font-lock-keywords-2): Fontify \nocite like \cite.
(lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
names with font-lock-type-face.  Fontify type specs, etc., with
font-lock-keyword-face.

25 years ago(x_load_font): If SIZE is 0, don't use a name x_list_font returns.
Kenichi Handa [Tue, 1 Sep 1998 02:25:57 +0000 (02:25 +0000)]
(x_load_font): If SIZE is 0, don't use a name x_list_font returns.

25 years ago(x-complement-fontset-spec): If ASCII
Kenichi Handa [Tue, 1 Sep 1998 02:24:46 +0000 (02:24 +0000)]
(x-complement-fontset-spec): If ASCII
font is specified in FONTLIST, don't substitute it for the
resolved name.

25 years ago(w32_wnd_proc): Always zero button_state when releasing
Geoff Voelker [Tue, 1 Sep 1998 00:30:46 +0000 (00:30 +0000)]
(w32_wnd_proc): Always zero button_state when releasing
mouse capture.

25 years ago(read1): Don't assume that atof ("-0.0") yields -0.0.
Paul Eggert [Mon, 31 Aug 1998 21:18:28 +0000 (21:18 +0000)]
(read1): Don't assume that atof ("-0.0") yields -0.0.
Handle leading '-' uniformly for zeros, infinities, and NaNs.

25 years agoAdd coding: local variable, to avoid bootstrapping problem
Paul Eggert [Mon, 31 Aug 1998 19:59:02 +0000 (19:59 +0000)]
Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.

25 years ago(charset-description): Doc fix.
Paul Eggert [Mon, 31 Aug 1998 18:26:27 +0000 (18:26 +0000)]
(charset-description): Doc fix.

25 years ago(IT_cmgoto): When tracking echo area messages with the
Eli Zaretskii [Mon, 31 Aug 1998 15:56:52 +0000 (15:56 +0000)]
(IT_cmgoto): When tracking echo area messages with the
cursor, save and restore previous cursor position in the
minibuffer.

25 years ago(copy_text): If Vnonascii_translation_table is non-nil, try
Kenichi Handa [Mon, 31 Aug 1998 03:50:17 +0000 (03:50 +0000)]
(copy_text): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyte.
(count_size_as_multibyte): Likewise.

25 years ago(unibyte_char_to_multibyte):
Kenichi Handa [Mon, 31 Aug 1998 03:50:17 +0000 (03:50 +0000)]
(unibyte_char_to_multibyte):
Vnonacii_translation_table will convert a 7-bit charcater.
(multibyte_char_to_unibyte): Handle the case that
Vnonacii_translation_table converts a multibyte charcater to a
unibyte charcter of less than 128.
(init_charset_once): Initialize nonascii_insert_offset and
Vnonacii_translation_table.

25 years ago(decode_coding): Even if SRC_BYTES is zero, try
Kenichi Handa [Mon, 31 Aug 1998 03:50:17 +0000 (03:50 +0000)]
(decode_coding): Even if SRC_BYTES is zero, try
processing if CODING requires flushing.
(encode_coding): Likewise.
(code_convert_region): Likewise.
(code_convert_string): Likewise.

25 years ago(concat): If Vnonascii_translation_table is non-nil, try
Kenichi Handa [Mon, 31 Aug 1998 03:50:17 +0000 (03:50 +0000)]
(concat): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyte.

25 years ago(dumpglyphs): If Vnonascii_translation_table is non-nil, try
Kenichi Handa [Mon, 31 Aug 1998 03:50:17 +0000 (03:50 +0000)]
(dumpglyphs): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyteL.

25 years agoRenamed from Makefile.
Karl Heuer [Sat, 29 Aug 1998 19:59:33 +0000 (19:59 +0000)]
Renamed from Makefile.
(prefix, infodir): Use value obtained from configure.
(emacslibdir): Obsolete variable deleted.
(dist): Distribute configure.in, configure, Makefile.in.

25 years agoInitial revision
Karl Heuer [Sat, 29 Aug 1998 19:58:35 +0000 (19:58 +0000)]
Initial revision

25 years ago(arith_driver, float_arith_driver): Compute (- x) by
Paul Eggert [Sat, 29 Aug 1998 17:57:22 +0000 (17:57 +0000)]
(arith_driver, float_arith_driver): Compute (- x) by
using negation, not subtraction; this makes a difference with
IEEE floating point arithmetic (and also if integer arithmetic
is ones' complement or signed-magnitude!).

25 years ago*** empty log message ***
Karl Heuer [Sat, 29 Aug 1998 17:11:50 +0000 (17:11 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Karl Heuer [Sat, 29 Aug 1998 16:53:17 +0000 (16:53 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Karl Heuer [Sat, 29 Aug 1998 16:34:51 +0000 (16:34 +0000)]
*** empty log message ***

25 years agoInitial revision
Karl Heuer [Sat, 29 Aug 1998 16:20:08 +0000 (16:20 +0000)]
Initial revision

25 years ago(chinese-year-cache): Change range of years from
Karl Heuer [Sat, 29 Aug 1998 15:59:01 +0000 (15:59 +0000)]
(chinese-year-cache): Change range of years from
1989-2000 to 1990-2010.

25 years ago(smtpmail-send-it): Add autoload cookie.
Karl Heuer [Sat, 29 Aug 1998 15:56:41 +0000 (15:56 +0000)]
(smtpmail-send-it): Add autoload cookie.
(smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.

25 years ago(x_create_bitmap_from_file): Fail immediately if magic.
Karl Heuer [Sat, 29 Aug 1998 15:55:28 +0000 (15:55 +0000)]
(x_create_bitmap_from_file): Fail immediately if magic.

25 years ago(Fchar_bytes): Add \n\ in doc-string.
Kenichi Handa [Sat, 29 Aug 1998 01:26:19 +0000 (01:26 +0000)]
(Fchar_bytes): Add \n\ in doc-string.

25 years ago(NOT_USING_MOTIF): New macro.
Paul Eggert [Fri, 28 Aug 1998 23:38:20 +0000 (23:38 +0000)]
(NOT_USING_MOTIF): New macro.
(LD_SWITCH_SYSTEM_TEMACS): Put /usr/dt/lib in the link library
path only if we're not building with Motif.

25 years ago(ps-print-control-characters): Doc-string modified.
Kenichi Handa [Fri, 28 Aug 1998 12:33:52 +0000 (12:33 +0000)]
(ps-print-control-characters): Doc-string modified.
(ps-output-string-prim): Comment format changed.
(ps-do-despool): Indentation of source code changed.

25 years ago(adjust_after_replace): Fix the code to recode undo
Kenichi Handa [Fri, 28 Aug 1998 12:33:52 +0000 (12:33 +0000)]
(adjust_after_replace): Fix the code to recode undo
information for the case that `before combining' happens.  Remove
text properties which are added to the new text by
offset_intervals.

25 years ago(code_convert_region1): Remove all text properties of the region.
Kenichi Handa [Fri, 28 Aug 1998 12:33:52 +0000 (12:33 +0000)]
(code_convert_region1): Remove all text properties of the region.

25 years ago(byte-compile-output-as-comment):
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(byte-compile-output-as-comment):
Calculate the total bytes using position-bytes instead of
char-bytes.

25 years ago(sref): Make it an alias of aref. Make the
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(sref): Make it an alias of aref.  Make the
byte-compiler warn that it is obsolete.
(char-bytes): Make the byte-compiler warn that it is obsolete.

25 years ago(count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.

25 years ago(Fposition_bytes): If the arg POSITION is out of
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(Fposition_bytes): If the arg POSITION is out of
range, return nil.
(Fbyte_to_position): If the arg BYTEPOS is out of range, return
nil.

25 years ago(Fchar_bytes): Now always return 1.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(Fchar_bytes): Now always return 1.
(char_bytes): New function.

25 years ago(CHAR_BYTES): New macro.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(CHAR_BYTES): New macro.

25 years ago(Faset): Use macro CHAR_BYTES instead of Fchar_bytes.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(Faset): Use macro CHAR_BYTES instead of Fchar_bytes.

25 years ago(concat): Use macro CHAR_BYTES instead of Fchar_bytes.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(concat): Use macro CHAR_BYTES instead of Fchar_bytes.

25 years ago(message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.
Kenichi Handa [Fri, 28 Aug 1998 12:22:39 +0000 (12:22 +0000)]
(message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes.

25 years ago(auto-mode-alist): Add snmp-mode patterns.
Karl Heuer [Thu, 27 Aug 1998 15:26:46 +0000 (15:26 +0000)]
(auto-mode-alist): Add snmp-mode patterns.

25 years ago(dired-compress-file-suffixes): Add `bz2'.
Karl Heuer [Thu, 27 Aug 1998 15:21:25 +0000 (15:21 +0000)]
(dired-compress-file-suffixes): Add `bz2'.

25 years ago(appt-check): Clear appt-mode-string if we don't put something in it.
Karl Heuer [Thu, 27 Aug 1998 15:17:51 +0000 (15:17 +0000)]
(appt-check): Clear appt-mode-string if we don't put something in it.

25 years ago(appt-check): Start the appt-mode-string w/ space.
Karl Heuer [Thu, 27 Aug 1998 15:16:25 +0000 (15:16 +0000)]
(appt-check): Start the appt-mode-string w/ space.

25 years ago(diary-block): Doc fix..
Karl Heuer [Thu, 27 Aug 1998 15:15:18 +0000 (15:15 +0000)]
(diary-block): Doc fix..

25 years ago(diary-list-include-blanks): Doc fix..
Karl Heuer [Thu, 27 Aug 1998 15:14:58 +0000 (15:14 +0000)]
(diary-list-include-blanks): Doc fix..

25 years ago(cal-tex-cursor-filofax-daily): Don't use oddp.
Karl Heuer [Thu, 27 Aug 1998 15:08:37 +0000 (15:08 +0000)]
(cal-tex-cursor-filofax-daily): Don't use oddp.

25 years agoReinstate checking
Dave Love [Thu, 27 Aug 1998 09:26:08 +0000 (09:26 +0000)]
Reinstate checking
dired-local-variables-file for dired-x.

25 years ago(find-function-search-for-symbol): Look
Dave Love [Thu, 27 Aug 1998 09:21:01 +0000 (09:21 +0000)]
(find-function-search-for-symbol): Look
for compressed library files too.

25 years ago("Latin-1"): Modify `documentation' key value.
Kenichi Handa [Thu, 27 Aug 1998 07:47:15 +0000 (07:47 +0000)]
("Latin-1"): Modify `documentation' key  value.
("Latin-2"): Likewise.

25 years ago(detect_coding_iso2022): Handle ESC N and ESC O
Kenichi Handa [Thu, 27 Aug 1998 07:47:15 +0000 (07:47 +0000)]
(detect_coding_iso2022): Handle ESC N and ESC O
correctly.  They are for SS2 and SS3 respectively.
(ccl_coding_driver): Fix previous change.

25 years ago(fixup_locale): New function. For now, it resets
Paul Eggert [Thu, 27 Aug 1998 02:00:35 +0000 (02:00 +0000)]
(fixup_locale): New function.  For now, it resets
LC_TIME to "C" (reverting the 1998-08-07 change), and also
resets LC_MESSAGES to "C".
(x_term_init): Use it to fix up the locale after setlocale
(LC_ALL, "").

25 years ago(Unix-Related Projects): Nuked `various other libraries' at rms's
Joel N. Weber II [Thu, 27 Aug 1998 01:23:52 +0000 (01:23 +0000)]
(Unix-Related Projects): Nuked `various other libraries' at rms's
request.

25 years ago(selection_data_to_lisp_data): Code-convert selections
Richard M. Stallman [Wed, 26 Aug 1998 21:15:23 +0000 (21:15 +0000)]
(selection_data_to_lisp_data): Code-convert selections
regardless of enable-multibyte-characters.
(lisp_data_to_selection_data): Likewise for decoding.

25 years ago(appt-mode-string): New variable.
Richard M. Stallman [Wed, 26 Aug 1998 21:14:25 +0000 (21:14 +0000)]
(appt-mode-string): New variable.
(global-mode-string): Add appt-mode-string to it.
(appt-check): Avoid using display-time-string to fetch current time.
To display in mode line, use appt-mode-string.

25 years ago(iso-latin-1): Doc fix.
Richard M. Stallman [Wed, 26 Aug 1998 21:12:07 +0000 (21:12 +0000)]
(iso-latin-1): Doc fix.
(setup-latin2-environment): Typo fix.

25 years ago*** empty log message ***
Richard M. Stallman [Wed, 26 Aug 1998 21:05:38 +0000 (21:05 +0000)]
*** empty log message ***

25 years ago(repeat): Doc fix.
Karl Heuer [Wed, 26 Aug 1998 20:43:57 +0000 (20:43 +0000)]
(repeat): Doc fix.

25 years ago(dired-guess-shell-alist-default): Fix regexp.
Karl Heuer [Wed, 26 Aug 1998 20:34:14 +0000 (20:34 +0000)]
(dired-guess-shell-alist-default): Fix regexp.

25 years ago(x_calc_absolute_position): Cast argument to XFree, in
Karl Heuer [Wed, 26 Aug 1998 20:29:59 +0000 (20:29 +0000)]
(x_calc_absolute_position): Cast argument to XFree, in
case it was prototyped the old way.

25 years ago(mail-hist-current-header-name): Fix test.
Karl Heuer [Wed, 26 Aug 1998 20:26:12 +0000 (20:26 +0000)]
(mail-hist-current-header-name): Fix test.
(mail-hist-current-header-contents): Use mail-text-start.

25 years ago(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer [Wed, 26 Aug 1998 20:08:30 +0000 (20:08 +0000)]
(customize-version-lessp): Handle a number as VERSION2.
(customize-changed-options-previous-release): New variable.
(customize-changed-options): Use that variable as default arg.

25 years agoRequire `timer' not only when compiling.
Karl Heuer [Wed, 26 Aug 1998 19:35:04 +0000 (19:35 +0000)]
Require `timer' not only when compiling.