bpt/emacs.git
25 years ago(non_ascii_char_to_string): If C is negative, signal error.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(non_ascii_char_to_string): If C is negative, signal error.

25 years ago(SINGLE_BYTE_CHAR_P): Check if C is negative or not.
Kenichi Handa [Mon, 16 Nov 1998 06:26:27 +0000 (06:26 +0000)]
(SINGLE_BYTE_CHAR_P): Check if C is negative or not.

25 years agoInitial revision
Kenichi Handa [Mon, 16 Nov 1998 06:26:03 +0000 (06:26 +0000)]
Initial revision

25 years ago(after-insert-file-set-buffer-file-coding-system): If the buffer
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(after-insert-file-set-buffer-file-coding-system): If the buffer
is changed to unibyte, return inserted bytes.

25 years ago(tar-header-block-tokenize): Decode codes of file
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(tar-header-block-tokenize): Decode codes of file
and link names if necessary.
(tar-header-block-summarize): Handle the case that file or link
names are multibyte.
(tar-summarize-buffer): At first set the current buffer unibyte,
then if there are multibyte file names, change it to multibyte.
(tar-mode): Get char position from tar-header-offset.
(tar-extract): Avoid multibyte<->unibyte conversion in
insert-buffer-subsring by setting both buffers unibyte
temporarily.
(tar-copy): Set the buffer unibyte while doing a work.  Write
without code conversion.
(tar-expunge): Set the buffer unibyte while doing a work.
(tar-alter-one-field): Likewise.
(tar-clear-modification-flags): Compare byte position with
tar-header-offset.
(tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
insert-buffer-subsring by setting both buffers unibyte
temporarily.  Pay attention to multibyteness while updating the
descriptor-line.
(tar-mode-write-file): Write without code conversion.

25 years agoInclude charset.h.
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
Include charset.h.

25 years ago(abbrev.o): Depend on charset.h
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(abbrev.o): Depend on charset.h
(bytecode.o): Depend on charset.h.

25 years ago(SYNTAX_ENTRY_INT): For a composite character, check
Kenichi Handa [Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)]
(SYNTAX_ENTRY_INT): For a composite character, check
the first component.

25 years agoRequire cl.
Karl Heuer [Sun, 15 Nov 1998 17:45:33 +0000 (17:45 +0000)]
Require cl.

25 years agoFix previous change:
Dave Love [Sun, 15 Nov 1998 15:50:30 +0000 (15:50 +0000)]
Fix previous change:
(fortran-end-prog-re1): Changed.
(fortran-check-end-prog-re): New function.
(beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use
it.

25 years ago(LIBS_MACHINE): Delete redundant definition.
Karl Heuer [Fri, 13 Nov 1998 23:27:33 +0000 (23:27 +0000)]
(LIBS_MACHINE): Delete redundant definition.

25 years agoFix previous change.
Karl Heuer [Fri, 13 Nov 1998 23:25:02 +0000 (23:25 +0000)]
Fix previous change.

25 years ago(auto-insert-alist): Don't assume *.el is part of GNU Emacs.
Karl Heuer [Fri, 13 Nov 1998 18:21:49 +0000 (18:21 +0000)]
(auto-insert-alist): Don't assume *.el is part of GNU Emacs.

25 years ago(reftex-finding-files): Group documentation fixed.
Carsten Dominik [Fri, 13 Nov 1998 16:17:25 +0000 (16:17 +0000)]
(reftex-finding-files): Group documentation fixed.
(reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels,
reftex-toc-toggle-context,reftex-find-start-point): New functions.
(reftex-toc-include-labels, reftex-toc-include-context,
reftex-toc-include-file-boundaries,
reftex-toc-keep-other-windows): New options.
(reftex-use-text-after-label-as-context): Option removed.
(reftex-extract-bib-entries): Protect use in non-latex buffers.
(reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'.
(reftex-latin1-to-ascii): Works now with and without Mule.
(reftex-truncate): Removed special stuff for Emacs 20.2.
(reftex-get-offset): Made more general.
(reftex-show-label-location): Renamed from
`reftex-select-label-callback'.
(reftex-pop-to-label): Function removed (using
`reftex-show-label-location' instead.
(reftex-insert-docstruct): Renamed from
`reftex-make-and-insert-label-list'.  Function args changed.
(reftex-toc): Now uses `reftex-insert-docstruct' and
`reftex-find-start-point'.
(reftex-select-item): Use `reftex-find-start-point'.
(reftex-toc-visit-line): Can display labels and file boundaries.
(reftex-TeX-master-file): `(TeX-master-file)' protected.

25 years agoConvert to DOS format.
Andrew Innes [Fri, 13 Nov 1998 14:08:07 +0000 (14:08 +0000)]
Convert to DOS format.

25 years ago1998-11-09 Sam Steingold <sds@goems.com>
Dave Love [Thu, 12 Nov 1998 15:54:40 +0000 (15:54 +0000)]
1998-11-09  Sam Steingold  <sds@goems.com>

* browse-url.el (browse-url): handle the case when
`browse-url-browser-function' is a lambda list.

25 years ago(symbol-file): For ms-dos, use fns.el without the
Eli Zaretskii [Thu, 12 Nov 1998 11:44:53 +0000 (11:44 +0000)]
(symbol-file): For ms-dos, use fns.el without the
version string.

25 years ago(buffer-undo-list): For ms-dos, use fns.el without the
Eli Zaretskii [Thu, 12 Nov 1998 11:42:45 +0000 (11:42 +0000)]
(buffer-undo-list): For ms-dos, use fns.el without the
version string.

25 years ago(ediff-even-diff-face-A): Fix spelling.
Karl Heuer [Thu, 12 Nov 1998 02:00:33 +0000 (02:00 +0000)]
(ediff-even-diff-face-A): Fix spelling.

25 years ago(XTread_socket): Fix previous change in case F == 0.
Karl Heuer [Thu, 12 Nov 1998 01:57:30 +0000 (01:57 +0000)]
(XTread_socket): Fix previous change in case F == 0.

25 years ago(switch-to-lisp): if no inferior lisp present, call
Karl Heuer [Thu, 12 Nov 1998 01:55:57 +0000 (01:55 +0000)]
(switch-to-lisp): if no inferior lisp present, call
`run-lisp' instead of signalling an error.

25 years ago(desktop-save, desktop-create-buffer): Undo 10-22 change.
Karl Heuer [Wed, 11 Nov 1998 19:31:24 +0000 (19:31 +0000)]
(desktop-save, desktop-create-buffer): Undo 10-22 change.

25 years ago(aviion-intel): New machine.
Karl Heuer [Wed, 11 Nov 1998 19:04:33 +0000 (19:04 +0000)]
(aviion-intel): New machine.

25 years agoInitial revision
Karl Heuer [Wed, 11 Nov 1998 19:01:02 +0000 (19:01 +0000)]
Initial revision

25 years ago(BSD_PGRPS): Add #undef.
Karl Heuer [Wed, 11 Nov 1998 18:58:45 +0000 (18:58 +0000)]
(BSD_PGRPS): Add #undef.

25 years ago(BROKEN_FIONREAD): #undef commented out.
Karl Heuer [Wed, 11 Nov 1998 18:53:50 +0000 (18:53 +0000)]
(BROKEN_FIONREAD): #undef commented out.
(INTERRUPT_INPUT): #define commented out.

25 years agoDiscuss C-w.
Karl Heuer [Wed, 11 Nov 1998 18:49:47 +0000 (18:49 +0000)]
Discuss C-w.

25 years ago(vc-toggle-read-only): Doc fix.
Karl Heuer [Wed, 11 Nov 1998 18:47:32 +0000 (18:47 +0000)]
(vc-toggle-read-only): Doc fix.

25 years ago(ispell-dictionary-alist-2): Removed svenska,
Karl Heuer [Wed, 11 Nov 1998 18:35:26 +0000 (18:35 +0000)]
(ispell-dictionary-alist-2): Removed svenska,
renamed svenska8 to svenska, and fixed and extended CASECHARS
for it.

25 years ago(ps-print-prologue-1): Only use old LandscapeMode handling if
Andrew Innes [Wed, 11 Nov 1998 14:35:27 +0000 (14:35 +0000)]
(ps-print-prologue-1): Only use old LandscapeMode handling if
setpagedevice is not available.

(ps-begin-file): Fix typo.

25 years ago(MAX_ALLOCA): New macro.
Eli Zaretskii [Wed, 11 Nov 1998 11:12:09 +0000 (11:12 +0000)]
(MAX_ALLOCA): New macro.
(Fbase64_encode_region, Fbase64_encode_string,
Fbase64_decode_region, Fbase64_decode_string):  Don't allocate
more than MAX_ALLOCA bytes with alloca; otherwise use xmalloc.

25 years ago(byte_combining_error): Error message improved.
Kenichi Handa [Wed, 11 Nov 1998 10:37:09 +0000 (10:37 +0000)]
(byte_combining_error): Error message improved.

25 years ago(char_valid_p): Handle a composite character correctly.
Kenichi Handa [Wed, 11 Nov 1998 10:31:24 +0000 (10:31 +0000)]
(char_valid_p): Handle a composite character correctly.

25 years ago(compose-chars-component): Signal
Kenichi Handa [Wed, 11 Nov 1998 03:36:15 +0000 (03:36 +0000)]
(compose-chars-component): Signal
error if CH is a rule-based composition character.
(compose-chars): Signal error if an already compsed character is
going to be composed by rule-base.

25 years agoIf a resolved ASCII font name doesn't conform to
Kenichi Handa [Wed, 11 Nov 1998 03:36:15 +0000 (03:36 +0000)]
If a resolved ASCII font name doesn't conform to
full XLFD, don't try get information of WEIGHT and SLANT from that
font name.

25 years ago(str_cmpchar_id): Check the byte sequence for
Kenichi Handa [Wed, 11 Nov 1998 03:36:15 +0000 (03:36 +0000)]
(str_cmpchar_id): Check the byte sequence for
composition more rigidly.
(Fcompose_string): Allow DEL to be composed.  Signal error if STR
contains an invalid multibyte sequence.

25 years ago(x_list_fonts): Don't change the value of maxnames.
Kenichi Handa [Wed, 11 Nov 1998 03:36:15 +0000 (03:36 +0000)]
(x_list_fonts): Don't change the value of maxnames.

25 years ago(main): Set environment size only when running
Geoff Voelker [Tue, 10 Nov 1998 21:07:13 +0000 (21:07 +0000)]
(main): Set environment size only when running
command.com.

25 years ago(set-default-process-coding-system): Use function on
Geoff Voelker [Tue, 10 Nov 1998 21:06:50 +0000 (21:06 +0000)]
(set-default-process-coding-system): Use function on
before-init-hook to set default-process-coding-system based on
enable-multibyte-characters.

25 years ago(Vw32_pass_optional_keys_to_system): Variable removed.
Geoff Voelker [Tue, 10 Nov 1998 20:54:46 +0000 (20:54 +0000)]
(Vw32_pass_optional_keys_to_system): Variable removed.
(Vw32_pass_lwindow_to_system):
(Vw32_pass_rwindow_to_system):
(Vw32_lwindow_modifier):
(Vw32_rwindow_modifier):
(Vw32_apps_modifier):
(Vw32_enable_num_lock):
(Vw32_enable_caps_lock):
(Vw32_scroll_lock_modifier): New variables.
(modifier_set): Return toggle state for Scroll Lock.
(w32_key_to_modifier): New function.  Returns chosen modifier bit
for given key.
(w32_get_modifiers): Returns modifier flags for
non-keyboard input events.
(construct_console_modifiers): Renamed from construct_modifiers;
recognize Windows and Apps keys as modifiers.
(w32_get_key_modifiers): New function.  Returns modifier flags for
keyboard input events.
(map_keypad_keys): Make non-static.  Use second arg as extended
flag.
(w32_grabbed_keys): New variable.
(HOTKEY, HOTKEY_ID, HOTKEY_VK_CODE, HOTKEY_MODIFIERS): New macros.
(register_hot_keys):
(unregister_hot_keys):
(lookup_vk_code):
(w32_parse_hot_key):
(Fw32_register_hot_key):
(Fw32_unregister_hot_key):
(Fw32_registered_hot_keys):
(Fw32_reconstruct_hot_key): New functions to support hotkeys.
(post_character_message): New function.
(w32_msg_pump): Handle new messages for using hotkeys and changing
keyboard layout/language.
(w32_wnd_proc): Major rework of keyboard input handling:
optionally recognize Windows keys and Apps key as modifiers;
optionally treat NumLock, CapsLock and ScrollLock as function
keys; let system translate keystrokes to characters to avoid
system bugs relating to dead-key handling; preserve shift
distinction for control characters; forward keyboard
layout/language changes to lisp; detect and convert hot-key events
to normal keystrokes.
(syms_of_w32fns): Register new functions and variables.
(w32_last_error): New function for use in debugging.

25 years ago($(BLD)\w32inevt.obj): Add dependencies on w32term.h
Geoff Voelker [Tue, 10 Nov 1998 20:54:31 +0000 (20:54 +0000)]
($(BLD)\w32inevt.obj): Add dependencies on w32term.h
and w32heap.h.

25 years agoInclude w32term.h and w32heap.h.
Geoff Voelker [Tue, 10 Nov 1998 20:52:20 +0000 (20:52 +0000)]
Include w32term.h and w32heap.h.
(map_keypad_keys):
(Vw32_enable_caps_lock):
(Vw32_enable_num_lock):
(Vw32_pass_lwindow_to_system):
(Vw32_pass_rwindow_to_system):
(Vw32_lwindow_modifier):
(Vw32_rwindow_modifier):
(Vw32_apps_modifier):
(Vw32_scroll_lock_modifier):
(w32_key_to_modifier): Add externs.
(w32_kbd_mods_to_emacs): Recognize Windows keys, Apps key, and
Scroll Lock as potential modifiers; exclude numpad keys from
effect by CapsLock; act on Vw32_enable_caps_lock; remove obsolete
code.
(is_dead_key): Copy from w32fns.c.
(w32_kbd_patch_key): Comment attempt to improve handling of
dead-keys, and system bug relating to same on Windows NT.  Work
around the bug by calling ToUnicode and then converting to the
correct codepage.
(map_virt_key): Removed obsolete variable.
(lispy_function_keys): Add extern.
(key_event): Major rework of keyboard input handling: optionally
recognize Windows keys and Apps key as modifiers; optionally treat
NumLock, CapsLock and ScrollLock as function keys; let system
translate keystrokes to characters to avoid system bugs relating
to dead-key handling; preserve shift distinction for control
characters.  Remove some obsolete code.

25 years ago(sys_kill): Set extended key flag when faking
Geoff Voelker [Tue, 10 Nov 1998 20:50:40 +0000 (20:50 +0000)]
(sys_kill): Set extended key flag when faking
Ctrl-Break keystrokes.
(Fw32_get_locale_info): Allow LONGFORM parameter to specify an
arbitrary locale property using a numerical index.
(Vw32_valid_codepages): New variable.
(enum_codepage_fn):
(Fw32_get_valid_codepages):
(Fw32_get_console_codepage):
(Fw32_set_console_codepage):
(Fw32_get_console_output_codepage):
(Fw32_set_console_output_codepage):
(Fw32_get_codepage_charset):
(Fw32_get_valid_keyboard_layouts):
(Fw32_get_keyboard_layout):
(Fw32_set_keyboard_layout): New functions, exposing Windows locale
handling functions.
(syms_of_ntproc): Register them.

25 years ago(convert_to_key_event): Removed.
Geoff Voelker [Tue, 10 Nov 1998 20:50:08 +0000 (20:50 +0000)]
(convert_to_key_event): Removed.
(is_dead_key): Copied to w32fns.c.
(w32_read_socket): Generate language_change_event.  Modify to work
with keyboard handling changes in w32_wnd_proc.

25 years ago(struct w32_display_info): New element faked_key.
Geoff Voelker [Tue, 10 Nov 1998 20:49:30 +0000 (20:49 +0000)]
(struct w32_display_info): New element faked_key.
(WM_EMACS_SETKEYBOARDLAYOUT):
(WM_EMACS_REGISTER_HOT_KEY):
(WM_EMACS_UNREGISTER_HOT_KEY): New message definitions.
(LEFT_WIN_PRESSED):
(RIGHT_WIN_PRESSED):
(APPS_PRESSED): New console keyboard modifier flags.

25 years ago([language-change]): For now ignore
Geoff Voelker [Tue, 10 Nov 1998 20:49:04 +0000 (20:49 +0000)]
([language-change]): For now ignore
keyboard language-change events.

25 years ago(ediff-make-temp-file): Run the prefix through
Eli Zaretskii [Tue, 10 Nov 1998 11:26:34 +0000 (11:26 +0000)]
(ediff-make-temp-file): Run the prefix through
convert-standard-file-name, but leave the results of
make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
characters if the original name already exists, or has a special
handler.

25 years agoDelete autoload cookies.
Karl Heuer [Tue, 10 Nov 1998 07:18:43 +0000 (07:18 +0000)]
Delete autoload cookies.

25 years agoAdd autoload cookies.
Karl Heuer [Tue, 10 Nov 1998 07:18:07 +0000 (07:18 +0000)]
Add autoload cookies.

25 years ago(ispell-get-coding-system): Default to iso-latin-1.
Karl Heuer [Tue, 10 Nov 1998 07:06:12 +0000 (07:06 +0000)]
(ispell-get-coding-system): Default to iso-latin-1.
(ispell-process-line): Don't treat multibyte

25 years ago(regex_compile): Handle translation of multibyte
Karl Heuer [Tue, 10 Nov 1998 07:03:05 +0000 (07:03 +0000)]
(regex_compile): Handle translation of multibyte
exact-match characters.

25 years ago(CATEGORY_SET): Adjusted for the change of cmpchar_component.
Kenichi Handa [Tue, 10 Nov 1998 00:24:40 +0000 (00:24 +0000)]
(CATEGORY_SET): Adjusted for the change of cmpchar_component.
(CATEGORY_SET): Likewise.

25 years ago(cmpchar_component): New arg NOERROR. Check
Kenichi Handa [Tue, 10 Nov 1998 00:24:40 +0000 (00:24 +0000)]
(cmpchar_component): New arg NOERROR.  Check
composition char ID more strictly.
(Fcmpchar_component): Call cmpchar_component with NOERROR arg
zero.
(Fcmpchar_cmp_rule): If CHARACTER should be composed relatively,
return 255.
(Fcompose_string): Signal error if STR contains a rule-based
composition character.

25 years ago(cmpchar_component): Proto-type adjusted.
Kenichi Handa [Tue, 10 Nov 1998 00:24:40 +0000 (00:24 +0000)]
(cmpchar_component): Proto-type adjusted.

25 years ago(ps-print-prologue-1): In BeginDoc procedure, call setpagedevice to
Andrew Innes [Mon, 9 Nov 1998 15:05:23 +0000 (15:05 +0000)]
(ps-print-prologue-1): In BeginDoc procedure, call setpagedevice to
specify the page size if setpagedevice is available.  This is
necessary to select the correct paper tray on Level 2 printers with
multiple paper sizes available.

(ps-begin-file): Cope with font names that contain spaces, and
call BeginDoc in a BeginSetup/EndSetup block.

25 years ago(string_to_non_ascii_char): Return correct length for
Kenichi Handa [Mon, 9 Nov 1998 07:06:11 +0000 (07:06 +0000)]
(string_to_non_ascii_char): Return correct length for
a charset of dimension 2 and composition character.

25 years ago(symbol-file): Run fns-VERSION.el through
Eli Zaretskii [Sun, 8 Nov 1998 17:24:16 +0000 (17:24 +0000)]
(symbol-file): Run fns-VERSION.el through
convert-standard-filename.

25 years ago(buffer-undo-list): Run fns-VERSION.el through
Eli Zaretskii [Sun, 8 Nov 1998 17:23:52 +0000 (17:23 +0000)]
(buffer-undo-list): Run fns-VERSION.el through
convert-standard-filename.

25 years ago(SHELL, MAKESHELL): Don't use `override'.
Eli Zaretskii [Sun, 8 Nov 1998 17:18:55 +0000 (17:18 +0000)]
(SHELL, MAKESHELL): Don't use `override'.

25 years ago(Fprocess_status): Doc fix.
Karl Heuer [Sat, 7 Nov 1998 16:55:41 +0000 (16:55 +0000)]
(Fprocess_status): Doc fix.

25 years ago(line-number-mode): Doc fix.
Karl Heuer [Sat, 7 Nov 1998 02:08:40 +0000 (02:08 +0000)]
(line-number-mode): Doc fix.

25 years ago(find-variable-noselect): Autoload.
Karl Heuer [Sat, 7 Nov 1998 02:05:38 +0000 (02:05 +0000)]
(find-variable-noselect): Autoload.

25 years ago(texinfo-format-scan):
Karl Heuer [Sat, 7 Nov 1998 02:03:33 +0000 (02:03 +0000)]
(texinfo-format-scan):
Detect the case of two @-commands in a row; process just the first.
(texinfo-append-refill): If line has a @c, insert the @refill
before it.
(texinfo-format-refill): Return with point where the @refill was.

25 years ago(hack-local-variables): Test local-enable-local-variables.
Karl Heuer [Sat, 7 Nov 1998 02:01:59 +0000 (02:01 +0000)]
(hack-local-variables): Test local-enable-local-variables.
(hack-local-variables-prop-line): Likewise.
(set-auto-mode): Don't test local-enable-local-variables here.
(enable-local-variables): Doc fix.
(local-enable-local-variables): Doc fix.
(normal-mode): Doc fix.

25 years ago(init_charset_once): Fix previous change.
Kenichi Handa [Sat, 7 Nov 1998 01:42:20 +0000 (01:42 +0000)]
(init_charset_once): Fix previous change.

25 years ago(create-fontset-from-fontset-spec): Give correct arg to `error'.
Kenichi Handa [Fri, 6 Nov 1998 10:59:09 +0000 (10:59 +0000)]
(create-fontset-from-fontset-spec): Give correct arg to `error'.

25 years ago(string_to_non_ascii_char): Fix previous change.
Kenichi Handa [Fri, 6 Nov 1998 10:59:09 +0000 (10:59 +0000)]
(string_to_non_ascii_char): Fix previous change.
(char_valid_p): The the validity of CHARSET by CHARSET_DEFINED_P.

25 years ago(SPLIT_NON_ASCII_CHAR): Check dimension of an invalid
Kenichi Handa [Fri, 6 Nov 1998 10:59:09 +0000 (10:59 +0000)]
(SPLIT_NON_ASCII_CHAR): Check dimension of an invalid
character correctly.
(STRING_CHAR): Handle an invalid charater correctly.

25 years ago(html-mode): Doc fix.
Andreas Schwab [Fri, 6 Nov 1998 09:31:52 +0000 (09:31 +0000)]
(html-mode): Doc fix.
(sgml-name-8bit-mode): Fix missing format character in message
string.

25 years ago(MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.
Kenichi Handa [Fri, 6 Nov 1998 00:44:16 +0000 (00:44 +0000)]
(MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character.

25 years ago(Fstring_to_char): Don't return a multibyte character
Kenichi Handa [Fri, 6 Nov 1998 00:44:16 +0000 (00:44 +0000)]
(Fstring_to_char): Don't return a multibyte character
if STRING is a unibyte string.

25 years ago(string_to_non_ascii_char): Fix previous change.
Kenichi Handa [Fri, 6 Nov 1998 00:44:16 +0000 (00:44 +0000)]
(string_to_non_ascii_char): Fix previous change.

25 years ago(MAKE_NON_ASCII_CHAR): Check validity of CHARSET.
Kenichi Handa [Fri, 6 Nov 1998 00:44:16 +0000 (00:44 +0000)]
(MAKE_NON_ASCII_CHAR): Check validity of CHARSET.

25 years ago(display_text_line): Check validity of a multibyte
Kenichi Handa [Fri, 6 Nov 1998 00:44:16 +0000 (00:44 +0000)]
(display_text_line): Check validity of a multibyte
character.
(display_string): Likewise.  Handle an invalid character
correctly.

25 years ago(Fcombine_after_change_execute): Return nil, not junk.
Karl Heuer [Thu, 5 Nov 1998 20:06:22 +0000 (20:06 +0000)]
(Fcombine_after_change_execute): Return nil, not junk.
If nothing to do, return immediately.
(syms_of_insdel): Initialize combine_after_change_buffer.

25 years ago(sendmail-send-it): Check for failure.
Karl Heuer [Thu, 5 Nov 1998 19:31:09 +0000 (19:31 +0000)]
(sendmail-send-it): Check for failure.

25 years ago(Man-page-header-regexp): Alternate value for Solaris 2.6.
Karl Heuer [Thu, 5 Nov 1998 19:19:03 +0000 (19:19 +0000)]
(Man-page-header-regexp): Alternate value for Solaris 2.6.

25 years ago(XTread_socket): ButtonPress clears f->mouse_moved.
Karl Heuer [Thu, 5 Nov 1998 19:17:42 +0000 (19:17 +0000)]
(XTread_socket): ButtonPress clears f->mouse_moved.

25 years ago(tex-start-shell): Track directory changes.
Karl Heuer [Thu, 5 Nov 1998 19:15:36 +0000 (19:15 +0000)]
(tex-start-shell): Track directory changes.

25 years ago(delete-whitespace-rectangle): close-rectangle renamed.
Karl Heuer [Thu, 5 Nov 1998 19:12:21 +0000 (19:12 +0000)]
(delete-whitespace-rectangle): close-rectangle renamed.
(close-rectangle): Define as alias.

25 years ago(describe-variable): Don't quote link to source.
Dave Love [Thu, 5 Nov 1998 18:55:38 +0000 (18:55 +0000)]
(describe-variable): Don't quote link to source.

25 years ago(w32_enable_unicode_output): Rename from
Geoff Voelker [Wed, 4 Nov 1998 23:42:04 +0000 (23:42 +0000)]
(w32_enable_unicode_output): Rename from
w32_no_unicode_output.
(w32_use_unicode_for_codepage, syms_of_w32term): Use new name
and new semantics.

25 years ago(dumpglyphs): Use FRAME_FONT for w32_fill_area.
Geoff Voelker [Wed, 4 Nov 1998 23:38:42 +0000 (23:38 +0000)]
(dumpglyphs): Use FRAME_FONT for w32_fill_area.

25 years ago(w32_list_fonts): Report an error if a frame has not
Geoff Voelker [Wed, 4 Nov 1998 23:38:19 +0000 (23:38 +0000)]
(w32_list_fonts):  Report an error if a frame has not
been created yet.

25 years ago(x-get-selection-value): Alias to
Geoff Voelker [Wed, 4 Nov 1998 23:23:57 +0000 (23:23 +0000)]
(x-get-selection-value): Alias to
x-cut-buffer-or-selection-value.
(w32-standard-fontset-spec): New variable.
(w32-create-initial-fontsets, mouse-set-font): Check whether
new-fontset is available.
(w32-use-w32-font-dialog): Enable use of set-variable.

25 years ago(with-vc-file, edit-vc-file): New macros.
André Spiegel [Wed, 4 Nov 1998 15:09:38 +0000 (15:09 +0000)]
(with-vc-file, edit-vc-file): New macros.

25 years agoInitial revision
Kenichi Handa [Wed, 4 Nov 1998 10:54:59 +0000 (10:54 +0000)]
Initial revision

25 years ago(do_switch_frame): Cancel previous change.
Kenichi Handa [Wed, 4 Nov 1998 10:53:14 +0000 (10:53 +0000)]
(do_switch_frame): Cancel previous change.

25 years ago(print_string): Check validity of a character.
Kenichi Handa [Wed, 4 Nov 1998 10:53:14 +0000 (10:53 +0000)]
(print_string): Check validity of a character.
(print): Likewise.

25 years ago[nec_ews_svr4]: Extern *_sobuf.
Kenichi Handa [Wed, 4 Nov 1998 10:53:14 +0000 (10:53 +0000)]
[nec_ews_svr4]: Extern *_sobuf.

25 years ago(mips-nec-sysv4*): New target.
Kenichi Handa [Wed, 4 Nov 1998 10:48:53 +0000 (10:48 +0000)]
(mips-nec-sysv4*): New target.

25 years ago(quail-show-guidance-buf): Call
Kenichi Handa [Wed, 4 Nov 1998 10:48:53 +0000 (10:48 +0000)]
(quail-show-guidance-buf): Call
set-minibuffer-window to set minibuffer window of the current
frame correctly.

25 years ago(string_to_non_ascii_char): Change the check for the
Kenichi Handa [Wed, 4 Nov 1998 10:48:53 +0000 (10:48 +0000)]
(string_to_non_ascii_char): Change the check for the
varidity of multibyte form.
(update_charset_table): Check validity of BYTES.  Don't set
bytes_by_char_head here.
(init_charset_once): Set bytes_by_char_head completely.

25 years agoFont Lock mode doesn't use the revert hooks any more.
Simon Marshall [Wed, 4 Nov 1998 10:44:32 +0000 (10:44 +0000)]
Font Lock mode doesn't use the revert hooks any more.

25 years agoCompile multiple source files when possible.
Geoff Voelker [Wed, 4 Nov 1998 01:28:57 +0000 (01:28 +0000)]
Compile multiple source files when possible.

25 years agoRequire fontset.
Geoff Voelker [Wed, 4 Nov 1998 01:28:04 +0000 (01:28 +0000)]
Require fontset.

25 years ago(SYS_LDFLAGS): Use swapfile when running from cd or net.
Geoff Voelker [Wed, 4 Nov 1998 01:27:10 +0000 (01:27 +0000)]
(SYS_LDFLAGS): Use swapfile when running from cd or net.
(DEL_TREE): Use rd instead of rmdir.
(ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.

25 years ago(Qmouse_face): Replace definition with extern decl.
Geoff Voelker [Wed, 4 Nov 1998 01:26:24 +0000 (01:26 +0000)]
(Qmouse_face): Replace definition with extern decl.

25 years ago(stat): GetFileInformationByHandle can legitimately fail, so don't
Andrew Innes [Tue, 3 Nov 1998 22:39:04 +0000 (22:39 +0000)]
(stat): GetFileInformationByHandle can legitimately fail, so don't
rely on it succeeding.

25 years ago(set-face-font): Call resolve-fontset-name on w32.
Andrew Innes [Tue, 3 Nov 1998 22:26:56 +0000 (22:26 +0000)]
(set-face-font): Call resolve-fontset-name on w32.

(set-face-font-auto): Ditto.