bpt/emacs.git
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.

25 years ago(gnus-save-newsrc-file): Bind
Karl Heuer [Wed, 26 Aug 1998 18:41:35 +0000 (18:41 +0000)]
(gnus-save-newsrc-file): Bind
coding-system-for-write before saving.
(gnus-check-first-time-used): Change current
buffer before creating help group.

25 years ago(isearch-forward): Doc fix.
Karl Heuer [Wed, 26 Aug 1998 18:13:55 +0000 (18:13 +0000)]
(isearch-forward): Doc fix.

25 years agoComment fix.
Karl Heuer [Wed, 26 Aug 1998 18:00:04 +0000 (18:00 +0000)]
Comment fix.

25 years agoFix :version tags to have a string value, not a float.
Andreas Schwab [Wed, 26 Aug 1998 09:41:07 +0000 (09:41 +0000)]
Fix :version tags to have a string value, not a float.

25 years agoFix typo in output.
Andreas Schwab [Wed, 26 Aug 1998 09:38:13 +0000 (09:38 +0000)]
Fix typo in output.

25 years ago(repeat): Doc fix.
Dave Love [Tue, 25 Aug 1998 13:28:44 +0000 (13:28 +0000)]
(repeat): Doc fix.
[From rms:]
(repeat-previous-repeated-command): New variable.
(repeat): Check for real-last-command being null or repeat.  Set
repeat-previous-repeated-command.

25 years ago(browse-url-netscape): Fix format for hex escapes.
Dave Love [Tue, 25 Aug 1998 13:16:35 +0000 (13:16 +0000)]
(browse-url-netscape): Fix format for hex escapes.

25 years ago(message-send-mail-with-sendmail): Bind
Kenichi Handa [Tue, 25 Aug 1998 10:25:03 +0000 (10:25 +0000)]
(message-send-mail-with-sendmail): Bind
coding-system-for-write by the return value of
select-message-coding-system.
(message-send-mail-with-qmail): Likewise.

25 years ago(x_list_fonts): Work-around for the case XGetAtomName
Kenichi Handa [Tue, 25 Aug 1998 03:59:40 +0000 (03:59 +0000)]
(x_list_fonts): Work-around for the case XGetAtomName
returns a null string.  This happens when dxpc 3.7 is being used.

25 years ago(file-name-invalid-regexp): Fix regex for ms-dos without long file names.
Andreas Schwab [Mon, 24 Aug 1998 10:21:51 +0000 (10:21 +0000)]
(file-name-invalid-regexp): Fix regex for ms-dos without long file names.

25 years agoInitial revision
Kenichi Handa [Mon, 24 Aug 1998 10:20:13 +0000 (10:20 +0000)]
Initial revision

25 years agoFix doc-string-elt property on define-derived-mode.
Andreas Schwab [Mon, 24 Aug 1998 10:19:52 +0000 (10:19 +0000)]
Fix doc-string-elt property on define-derived-mode.

25 years agoMulti-byte buffer handling.
Kenichi Handa [Mon, 24 Aug 1998 10:19:29 +0000 (10:19 +0000)]
Multi-byte buffer handling.
(ps-print-version): New version number (4.0) and doc fix.
(ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
compilation for GNU Emacs and emacsens.
(ps-generate-postscript-with-faces): Force invisible text to be
visible.
(dos-ps-printer): New var to avoid compilation gripes.

(ps-mule-plot-string): Pay attention to the case
that no more characters can't be printed in the current line.

(ps-mule-find-wrappoint): ENDPOS should not be greater than TO.

Add codes to make ps-print.el work also on Emacs
20.2 and the earlier version.
(ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
(ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
(ps-mule-find-wrappoint): Likewise.
(ps-mule-generate-font): Change `X' to `x' in format
control-string.
(ps-generate): Call ps-mule-begin before calling ps-begin-job.
(ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
`restore' form procedures `BC' and `EC'.

(ps-print-prologue-1): Handle the case that FontBBox
is an executable procedure.  Make LineThickness, Xshadow, and
Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
(ps-mule-font-info-database, ps-mule-font-info-database-ps,
ps-mule-font-info-database-bdf): New vars.
(ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
(ccl-encode-ethio-unicode): New CCL program.
(ps-mule-encode-ethiopic): New fun.
(ps-mule-current-charset): New var.
(ps-mule-get-font-spec, ps-mule-font-spec-src,
ps-mule-font-spec-name, ps-mule-font-spec-encoding,
ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
(ps-mule-external-libraries): New var.
(ps-mule-init-external-library): New fun.
(ps-mule-font-cache): New var.
(ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
(ps-last-font): New var.
(ps-mule-prepare-font): New fun.
(ps-mule-charset-list): New var.
(ps-mule-prologue-generated, ps-mule-prologue): New vars.
(ps-mule-skip-same-charset, ps-mule-find-wrappoint,
ps-mule-plot-string): New funs.
(ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
New vars.
(ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
ps-mule-prepare-cmpchar-font): New funs.
(ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
vars.
(ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
ps-mule-generate-bitmap-glyph): New funs.
(ps-mule-initialize, ps-mule-begin): New funs.
(ps-output-string-prim): Insert string as unibyte.
(ps-output-prologue): New fun.
(ps-flush-output): Handle the case of 'prologue.
(ps-begin-file): Call ps-mule-initialize.
(ps-begin-job): Set ps-control-or-escape-regexp differently if
printing multibyte characters.
(ps-begin-page): Set ps-mule-current-charset to 'ascii.
(ps-basic-plot-string): Handle the case of printing ASCII
characters by external libraries (e.g. BDF).
(ps-set-font): Set ps-last-font.
(ps-plot-region): Handle multibyte characters, use
ps-mule-plot-string for them.
(ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.

25 years ago(input-method-previous-message): Doc fix.
Andreas Schwab [Mon, 24 Aug 1998 10:11:57 +0000 (10:11 +0000)]
(input-method-previous-message): Doc fix.

25 years ago(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
Andreas Schwab [Mon, 24 Aug 1998 10:05:10 +0000 (10:05 +0000)]
(file-coding-system-alist, select-safe-coding-system-function): Doc fix.

25 years ago(detect_coding_iso2022): Don't check the byte length of
Kenichi Handa [Mon, 24 Aug 1998 06:42:56 +0000 (06:42 +0000)]
(detect_coding_iso2022): Don't check the byte length of
succeeding codes (0xa0..0xFF) if the codes follows single shit
code.

25 years ago(select-message-coding-system): New
Kenichi Handa [Mon, 24 Aug 1998 01:46:43 +0000 (01:46 +0000)]
(select-message-coding-system): New
function.
(set-language-environment-coding-systems): Set
default-sendmail-coding-system.

25 years ago(sendmail-coding-system): Doc-string modified.
Kenichi Handa [Mon, 24 Aug 1998 01:46:43 +0000 (01:46 +0000)]
(sendmail-coding-system): Doc-string modified.
(default-sendmail-coding-system): New variable.
(sendmail-send-it): Encode the message by a coding system
select-message-coding-system returns.

25 years ago(speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
Eric M. Ludlam [Mon, 24 Aug 1998 01:16:09 +0000 (01:16 +0000)]
(speedbar-stealthy-updates): Do all updates w/ the the buffer writable.

25 years ago(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam [Mon, 24 Aug 1998 00:55:45 +0000 (00:55 +0000)]
(speedbar-temp-buffer-show-function): For emacs don't call hook
 with arguments.

25 years ago(speedbar-with-writable): remove `toggle-read-only'.
Eric M. Ludlam [Mon, 24 Aug 1998 00:37:22 +0000 (00:37 +0000)]
(speedbar-with-writable): remove `toggle-read-only'.
(speedbar-mode): Set buffer to read only.

25 years ago(detect_coding_system): If detect_eol_type returns
Kenichi Handa [Fri, 21 Aug 1998 06:34:13 +0000 (06:34 +0000)]
(detect_coding_system): If detect_eol_type returns
CODING_EOL_INCONSISTENT, set eol_type to CODING_EOL_UNDECIDED
correctly.

25 years agoFixed capitalization.
Joel N. Weber II [Wed, 19 Aug 1998 22:20:12 +0000 (22:20 +0000)]
Fixed capitalization.

25 years ago*** empty log message ***
Dan Nicolaescu [Wed, 19 Aug 1998 21:43:56 +0000 (21:43 +0000)]
*** empty log message ***

25 years ago(Fcall_process): Use malloc for decoding_buf.
Richard M. Stallman [Wed, 19 Aug 1998 17:44:21 +0000 (17:44 +0000)]
(Fcall_process): Use malloc for decoding_buf.

25 years ago(LD_SWITCH_SYSTEM): Delete -dp.
Richard M. Stallman [Wed, 19 Aug 1998 07:27:13 +0000 (07:27 +0000)]
(LD_SWITCH_SYSTEM): Delete -dp.

25 years ago("Romanian"): Specify the tutorial file.
Richard M. Stallman [Wed, 19 Aug 1998 07:23:38 +0000 (07:23 +0000)]
("Romanian"): Specify the tutorial file.

25 years agoFinish previous change.
Richard M. Stallman [Wed, 19 Aug 1998 04:29:25 +0000 (04:29 +0000)]
Finish previous change.

25 years agoAccept hppa2.0 as cpu type.
Richard M. Stallman [Wed, 19 Aug 1998 04:26:39 +0000 (04:26 +0000)]
Accept hppa2.0 as cpu type.

25 years ago(SYSTEM_PURESIZE_EXTRA): Increase.
Geoff Voelker [Wed, 19 Aug 1998 03:48:17 +0000 (03:48 +0000)]
(SYSTEM_PURESIZE_EXTRA): Increase.

25 years ago(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam [Wed, 19 Aug 1998 01:43:37 +0000 (01:43 +0000)]
(speedbar-timer-fn): Disable updating if the frame
is an icon, or if the user is using the minibuffer.
(speedbar-key-map): Added Q binding to destroy the frame.
(speedbar-easymenu-definition-trailer): Added Quit item.
(speedbar-frame-mode): Set the frame position at creation time.
(speedbar-file-unshown-regexp): Added .# lock files.

25 years ago(ccl_driver): In case
Kenichi Handa [Wed, 19 Aug 1998 01:36:48 +0000 (01:36 +0000)]
(ccl_driver): In case
ccl_read_multibyte_character_suspend:, if ccl->last_block is
nonzero, jump to ccl_repeat.

25 years ago(tgetst1): Supprt EBCDIC systems.
Richard M. Stallman [Tue, 18 Aug 1998 20:58:45 +0000 (20:58 +0000)]
(tgetst1): Supprt EBCDIC systems.
(esctab): Alternate definition if IS_EBCDIC_HOST.

25 years ago(cyrillic-koi8): Fix the value of
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(cyrillic-koi8): Fix the value of
`valid-code' property.
(cyrillic-alternativnyj): Likewise.
(cyrillic-alternativnyj-encode-table): Fix the initial value.

25 years ago(vietnamese-viscii): Fix the value of
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(vietnamese-viscii): Fix the value of
`valid-code' property.
(vietnamese-vscii): Likewise.

25 years agoIf eof is encounterd while processing the
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
If eof is encounterd while processing the
last block, don't just finish but processes eol block of the
current CCL program.
(ccl_driver): Add a new jump label ccl_repeat for the above
change.

25 years ago(ccl_coding_driver): Setup ccl->last_block properly.
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(ccl_coding_driver): Setup ccl->last_block properly.
(setup_coding_system): Correctly setup `valid_codes' member.