bpt/emacs.git
26 years ago(Fcall_process): Cast new_argv for child_setup.
Richard M. Stallman [Sun, 28 Dec 1997 19:19:00 +0000 (19:19 +0000)]
(Fcall_process): Cast new_argv for child_setup.

26 years ago(Fx_rotate_cut_buffers_internal): Doc fix.
Richard M. Stallman [Sun, 28 Dec 1997 19:06:57 +0000 (19:06 +0000)]
(Fx_rotate_cut_buffers_internal): Doc fix.

26 years ago(Fread_command, Fread_variable): Fix previous change.
Richard M. Stallman [Sat, 27 Dec 1997 08:16:00 +0000 (08:16 +0000)]
(Fread_command, Fread_variable): Fix previous change.

26 years ago(Ftext_properties_at): Doc fix.
Richard M. Stallman [Fri, 26 Dec 1997 22:51:41 +0000 (22:51 +0000)]
(Ftext_properties_at): Doc fix.

26 years agoDeclare nonascii_insert_offset.
Richard M. Stallman [Fri, 26 Dec 1997 20:45:22 +0000 (20:45 +0000)]
Declare nonascii_insert_offset.

26 years ago(undigestify-rmail-message): If in summary, switch to the Rmail buffer.
Richard M. Stallman [Fri, 26 Dec 1997 10:48:47 +0000 (10:48 +0000)]
(undigestify-rmail-message): If in summary, switch to the Rmail buffer.
(unforward-rmail-message): Simplify using with-current-buffer.

26 years ago(info-lookup-symbol-alist): Handle Emacs Lisp mode.
Richard M. Stallman [Fri, 26 Dec 1997 10:47:20 +0000 (10:47 +0000)]
(info-lookup-symbol-alist): Handle Emacs Lisp mode.
(info-lookup-make-completions): Catch errors one file at a time.
Use a special temp buffer, not the usual info buffer,
and never display it in a window.

26 years ago(HAVE_STRING_H): Add #undef.
Richard M. Stallman [Fri, 26 Dec 1997 10:41:25 +0000 (10:41 +0000)]
(HAVE_STRING_H): Add #undef.
[HAVE_STRING_H]: Include string.h.

26 years ago(Vminor_mode_overriding_map_alist): New variable.
Richard M. Stallman [Fri, 26 Dec 1997 10:38:56 +0000 (10:38 +0000)]
(Vminor_mode_overriding_map_alist): New variable.
(syms_of_keymap): Set up Lisp var.
(current_minor_maps): Use Vminor_mode_overriding_map_alist first,
then Vminor_mode_map_alist.

26 years agoSome comment, doc and bug fixes.
Richard M. Stallman [Thu, 25 Dec 1997 18:33:52 +0000 (18:33 +0000)]
Some comment, doc and bug fixes.
(ps-print-version): New version number (3.05.3) and doc fix.
(ps-output-string-prim, ps-begin-job, ps-control-character)
(ps-plot-region): Bug fix.
(ps-print-control-characters): New custom var.
(ps-string-escape-codes, ps-string-control-codes): New var.
(ps-color-device, ps-font-lock-face-attributes, ps-eval-switch)
(ps-flatten-list, ps-flatten-list-1): New fn.
(ps-setup): Update current setup.
(ps-begin-file): Adjust PostScript header file.
(ps-plot, ps-face-attribute-list): Little programming improvement.
(ps-print-prologue-1): Replace NumberOfZebra by ZebraHeight.
(ps-print-without-faces, ps-print-with-faces): Little reprogramming.
(ps-plot-with-face): Get color only on color screen device.
(ps-build-reference-face-lists): Handle obsolete
font-lock-face-attributes.
(ps-print-ensure-fontified): Little programming setting.
(ps-generate-postscript-with-faces): Adjust initializations, get color
only on color screen device.
(ps-generate): Replace (if A B) by (and A B).
(ps-do-despool): Dynamic evaluation for ps-lpr-switches,
Replace (if A B) by (and A B).
(color-instance-rgb-components, ps-color-values): Replace
pixel-components by color-instance-rgb-components.
(ps-xemacs-face-kind-p): Replace face-font by face-font-instance,
replace x-font-properties by font-instance-properties.

26 years agoCustomized.
Richard M. Stallman [Thu, 25 Dec 1997 01:11:47 +0000 (01:11 +0000)]
Customized.
(tags-revert-without-query): New option.
(tags-verify-table): Test tags-revert-without-query.

26 years ago(Info-mode): Doc fix.
Richard M. Stallman [Mon, 22 Dec 1997 22:28:11 +0000 (22:28 +0000)]
(Info-mode): Doc fix.

26 years ago(dired-mark-sexp): Skip leading space in defining `uid'.
Richard M. Stallman [Mon, 22 Dec 1997 22:09:22 +0000 (22:09 +0000)]
(dired-mark-sexp): Skip leading space in defining `uid'.

26 years ago(mouse-avoidance-mode): Variable customized to automatically load the package.
Richard M. Stallman [Mon, 22 Dec 1997 21:50:59 +0000 (21:50 +0000)]
(mouse-avoidance-mode): Variable customized to automatically load the package.

26 years ago(view-register): Show register type file-query.
Richard M. Stallman [Mon, 22 Dec 1997 21:47:18 +0000 (21:47 +0000)]
(view-register): Show register type file-query.

26 years ago(previous-matching-history-element): Bind
Richard M. Stallman [Mon, 22 Dec 1997 21:33:35 +0000 (21:33 +0000)]
(previous-matching-history-element): Bind
case-fold-search to nil if REGEXP contains an uppercase letter.
(previous-matching-history-element, next-matching-history-element):
Doc fixes.

26 years ago(browse-url-path-regexp, browse-url-short-regexp,
Dave Love [Mon, 22 Dec 1997 19:26:10 +0000 (19:26 +0000)]
(browse-url-path-regexp, browse-url-short-regexp,
browse-url-regexp): Variables deleted.  (They were moved to
thingatpt.el.)
(browse-url-filename-alist): Default now has leading ange-ftp-type
patterns so that the "^/+" pattern doesn't mung such names in
advance.
(browse-url-file-url): Don't do explicit ange-ftp path munging
here.
(browse-url-netscape-program): Doc addition.

26 years ago(apropos-print): Pass t instead of DO-KEYS
Richard M. Stallman [Mon, 22 Dec 1997 07:39:09 +0000 (07:39 +0000)]
(apropos-print): Pass t instead of DO-KEYS
when calling apropos-print-doc.

26 years ago(cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.
Richard M. Stallman [Mon, 22 Dec 1997 07:10:19 +0000 (07:10 +0000)]
(cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.

26 years agoFix mailer-introduced garbling.
Richard M. Stallman [Mon, 22 Dec 1997 06:06:54 +0000 (06:06 +0000)]
Fix mailer-introduced garbling.
(msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.

26 years agoFix copyright notice.
Richard M. Stallman [Mon, 22 Dec 1997 02:33:25 +0000 (02:33 +0000)]
Fix copyright notice.

(msb--home-dir): Renamed from msb--home-path.
(msb--strip-dir): Renamed from msb--strip-path.

26 years agoDoc fixes. Changed `append' to `nconc'
Richard M. Stallman [Mon, 22 Dec 1997 02:26:17 +0000 (02:26 +0000)]
Doc fixes.  Changed `append' to `nconc'
in a number of places.  Changed the separator in menus
from "---" to "--" to work in Windows 95.
(msb--home-path): New internal variable to cache the value of $HOME.
(msb--strip-path): Now handles MSDOG style of file names.
(msb--init-file-alist): Now expands `buffer-file-name'.
(msb--format-title): New subroutine for `msb--choose-file-menu'.
(msb--choose-file-menu): Use msb--format-title.  Minor simplifications.

26 years ago(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
Richard M. Stallman [Sun, 21 Dec 1997 02:44:46 +0000 (02:44 +0000)]
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.

26 years ago(HAVE_LIBINTL): Add #undef.
Richard M. Stallman [Sun, 21 Dec 1997 02:44:20 +0000 (02:44 +0000)]
(HAVE_LIBINTL): Add #undef.

26 years ago(find-file-noselect): Fix previous change.
Richard M. Stallman [Sun, 21 Dec 1997 02:34:59 +0000 (02:34 +0000)]
(find-file-noselect): Fix previous change.

26 years ago(isearch-mode-map): Don't count above 256
Richard M. Stallman [Sun, 21 Dec 1997 02:33:57 +0000 (02:33 +0000)]
(isearch-mode-map): Don't count above 256
when setting up printing characters.

26 years ago(message2_nolog): Fix arg types.
Richard M. Stallman [Sun, 21 Dec 1997 02:32:45 +0000 (02:32 +0000)]
(message2_nolog): Fix arg types.

26 years ago(sys_signal): Undo previous change.
Richard M. Stallman [Sun, 21 Dec 1997 02:28:52 +0000 (02:28 +0000)]
(sys_signal): Undo previous change.

26 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Sun, 21 Dec 1997 02:26:48 +0000 (02:26 +0000)]
(jka-compr-insert-file-contents):
If enable-multibyte-characters is nil, decode as raw-text.

26 years ago(Fexecute_extended_command):
Richard M. Stallman [Sun, 21 Dec 1997 02:19:17 +0000 (02:19 +0000)]
(Fexecute_extended_command):
Save message_enable_multibyte and pass it to message2_nolog.

26 years ago(Fgarbage_collect):
Richard M. Stallman [Sun, 21 Dec 1997 02:17:50 +0000 (02:17 +0000)]
(Fgarbage_collect):
Save message_enable_multibyte and pass it to message2_nolog.

26 years ago(message2_nolog): New arg MULTIBYTE.
Richard M. Stallman [Sun, 21 Dec 1997 02:17:16 +0000 (02:17 +0000)]
(message2_nolog): New arg MULTIBYTE.
(message2): Pass new arg to message2_nolog.
(message1_nolog): Likewise.

26 years ago(Fexecute_extended_command):
Richard M. Stallman [Sun, 21 Dec 1997 02:12:03 +0000 (02:12 +0000)]
(Fexecute_extended_command):
Save and restore message_enable_multibyte.

26 years ago(find-file-noselect): Signal error if file is unreadable.
Richard M. Stallman [Sun, 21 Dec 1997 02:10:01 +0000 (02:10 +0000)]
(find-file-noselect): Signal error if file is unreadable.

26 years ago(match-string-no-properties): New function.
Richard M. Stallman [Sun, 21 Dec 1997 02:08:37 +0000 (02:08 +0000)]
(match-string-no-properties): New function.

26 years ago(define-mail-alias): Handle backslash-quoting
Richard M. Stallman [Sun, 21 Dec 1997 02:07:32 +0000 (02:07 +0000)]
(define-mail-alias): Handle backslash-quoting
within "-strings in DEFINITION if it comes from .mailrc.

26 years ago(Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
Richard M. Stallman [Sun, 21 Dec 1997 02:06:32 +0000 (02:06 +0000)]
(Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
(syms_of_emacs): Set up Lisp variables.
(handle_USR1_signal, handle_USR2_signal): New signal handlers.
(main): Set up signal handlers.

26 years ago(x_display_cursor): Abort if X or Y is out of range.
Richard M. Stallman [Sun, 21 Dec 1997 01:59:49 +0000 (01:59 +0000)]
(x_display_cursor): Abort if X or Y is out of range.

26 years agoComment changes.
Richard M. Stallman [Sun, 21 Dec 1997 01:57:48 +0000 (01:57 +0000)]
Comment changes.

26 years ago(Fparse_partial_sexp): Return nil for 9th element
Richard M. Stallman [Sun, 21 Dec 1997 01:57:32 +0000 (01:57 +0000)]
(Fparse_partial_sexp): Return nil for 9th element
whenever not inside a string or a comment.

26 years ago(mule-keymap): Delete the binding for toggle-enable-multibyte-characters.
Richard M. Stallman [Sun, 21 Dec 1997 01:53:43 +0000 (01:53 +0000)]
(mule-keymap): Delete the binding for toggle-enable-multibyte-characters.
(mule-menu-keymap): Delete the menu item for it.

26 years ago(copy-region-as-kill): Deactivate mark in transient-mark-mode.
Richard M. Stallman [Sun, 21 Dec 1997 01:52:31 +0000 (01:52 +0000)]
(copy-region-as-kill): Deactivate mark in transient-mark-mode.

(copy-region-as-kill, kill-ring-save): Doc fixes.

26 years ago(toggle-enable-multibyte-characters): Doc fix.
Richard M. Stallman [Sun, 21 Dec 1997 01:49:03 +0000 (01:49 +0000)]
(toggle-enable-multibyte-characters): Doc fix.

26 years ago(completion-setup-hook): Add definition.
Richard M. Stallman [Sun, 21 Dec 1997 01:47:48 +0000 (01:47 +0000)]
(completion-setup-hook): Add definition.

26 years ago(menu-bar-select-yank): Add apropos-inhibit property.
Richard M. Stallman [Sun, 21 Dec 1997 01:46:29 +0000 (01:46 +0000)]
(menu-bar-select-yank): Add apropos-inhibit property.

26 years ago(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.
Richard M. Stallman [Sun, 21 Dec 1997 01:46:14 +0000 (01:46 +0000)]
(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.

26 years ago(standard-display-european): Doc fix.
Richard M. Stallman [Sun, 21 Dec 1997 01:45:08 +0000 (01:45 +0000)]
(standard-display-european): Doc fix.

26 years ago(Fread_variable): If DEFAULT_VALUE is symbol, use its name.
Richard M. Stallman [Sun, 21 Dec 1997 01:44:07 +0000 (01:44 +0000)]
(Fread_variable): If DEFAULT_VALUE is symbol, use its name.
(Fread_command): Likewise.

26 years ago(sparc-fujitsu-sysv4*): New target.
Richard M. Stallman [Sun, 21 Dec 1997 01:41:43 +0000 (01:41 +0000)]
(sparc-fujitsu-sysv4*): New target.

26 years ago(split-string): Handle empty matches reasonably.
Richard M. Stallman [Sun, 21 Dec 1997 01:35:50 +0000 (01:35 +0000)]
(split-string): Handle empty matches reasonably.

26 years agoComment and whitespace changes.
Richard M. Stallman [Sun, 21 Dec 1997 01:34:37 +0000 (01:34 +0000)]
Comment and whitespace changes.

26 years ago(calendar-french-single-byteify): New function.
Richard M. Stallman [Sun, 21 Dec 1997 01:33:06 +0000 (01:33 +0000)]
(calendar-french-single-byteify): New function.
(calendar-goto-french-date): Use calendar-french-single-byteify
instead of changing enable-multibyte-characters.
test french-calendar-accents.

26 years ago(message_dolog): Update PT and ZV properly when at end of
Richard M. Stallman [Sun, 21 Dec 1997 01:20:26 +0000 (01:20 +0000)]
(message_dolog): Update PT and ZV properly when at end of
buffer, when we convert between multibyte and single-byte.
Properly initialize i.

(message_dolog): Convert between single-byte and multibyte
when inserting text into *Messages*.

26 years ago(read-password): New function.
Richard M. Stallman [Sun, 21 Dec 1997 00:50:07 +0000 (00:50 +0000)]
(read-password): New function.

26 years ago(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.
Richard M. Stallman [Sat, 20 Dec 1997 23:12:09 +0000 (23:12 +0000)]
(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.

26 years ago(iswitchb-completion-help): Multiple TAB presses
Karl Heuer [Fri, 19 Dec 1997 14:58:42 +0000 (14:58 +0000)]
(iswitchb-completion-help): Multiple TAB presses
scroll the completion window.
(iswitchb-read-buffer): New function to act as drop-in replacement
for read-buffer.

26 years agoDon't call set-terminal-coding-system
Karl Heuer [Fri, 19 Dec 1997 14:57:14 +0000 (14:57 +0000)]
Don't call set-terminal-coding-system
if it was already set.

26 years ago(Vread_buffer_function): New var.
Karl Heuer [Fri, 19 Dec 1997 14:54:55 +0000 (14:54 +0000)]
(Vread_buffer_function): New var.
(syms_of_minibuf): Set up Lisp var.
(Fread_buffer): Use Vread_buffer_function.

26 years ago(set-language-info): Doc fix.
Karl Heuer [Fri, 19 Dec 1997 14:51:52 +0000 (14:51 +0000)]
(set-language-info): Doc fix.
(input-method-inactivate-hook): Doc fix.

26 years ago(widget-choose): Allow scrolling of large lists.
Karl Heuer [Fri, 19 Dec 1997 14:46:20 +0000 (14:46 +0000)]
(widget-choose): Allow scrolling of large lists.

26 years ago(transpose-subr): Rewrite to make faster with big move
Andreas Schwab [Wed, 17 Dec 1997 13:54:03 +0000 (13:54 +0000)]
(transpose-subr): Rewrite to make faster with big move
counts.
(transpose-lines): In the mover function handle arbitrary move
counts.

26 years agoCache more tests. Add missing quotes around
Andreas Schwab [Wed, 17 Dec 1997 13:16:22 +0000 (13:16 +0000)]
Cache more tests.  Add missing quotes around
message with embedded comma.

26 years ago(Man-mode-line-format): Update to include the new format
Andreas Schwab [Wed, 17 Dec 1997 12:51:53 +0000 (12:51 +0000)]
(Man-mode-line-format): Update to include the new format
elements.

26 years agoAdd reference to new Calendrical Calculations book.
Paul Eggert [Tue, 16 Dec 1997 19:12:36 +0000 (19:12 +0000)]
Add reference to new Calendrical Calculations book.

26 years agoDefine indentation in normal dialect for let-syntax,
Dave Love [Sat, 13 Dec 1997 22:21:03 +0000 (22:21 +0000)]
Define indentation in normal dialect for let-syntax,
letrec-syntax, syntax-rules, call-with-values, dynamic-wind.
(scheme-mode-map): Remove lisp-complete-symbol.  Add
uncomment-region.
(scheme-mode-hook, dsssl-mode-hook): Declare customized.
(dsssl-sgml-declaration): Fix customization.

26 years ago(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
Dave Love [Fri, 12 Dec 1997 17:43:13 +0000 (17:43 +0000)]
(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
exits.  Doc fix.
(browse-url-browser-function): Better customization.
(browse-url-filename-alist, browse-url-netscape-display,
browse-url-filename-alist, browse-url-generic-program): Likewise.
(browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix.
(browse-url-save-file): Customize.

26 years agoUse imenu-case-fold-search.
Dave Love [Fri, 12 Dec 1997 17:10:08 +0000 (17:10 +0000)]
Use imenu-case-fold-search.

26 years ago(comint-strip-ctrl-m): Don't die if
Karl Heuer [Thu, 11 Dec 1997 07:25:16 +0000 (07:25 +0000)]
(comint-strip-ctrl-m): Don't die if
comint-last-output-start does not point anywhere.

26 years ago(telnet-filter): Position comint-last-output-start.
Karl Heuer [Thu, 11 Dec 1997 07:24:47 +0000 (07:24 +0000)]
(telnet-filter): Position comint-last-output-start.

26 years ago(sys_signal): Add two casts.
Karl Heuer [Thu, 11 Dec 1997 07:22:21 +0000 (07:22 +0000)]
(sys_signal): Add two casts.

26 years ago(GROW_FAIL_STACK): Fix test for stack size at max.
Karl Heuer [Thu, 11 Dec 1997 07:21:05 +0000 (07:21 +0000)]
(GROW_FAIL_STACK): Fix test for stack size at max.

26 years ago(auto-mode-alist): Add .am as makefile-mode.
Karl Heuer [Thu, 11 Dec 1997 07:07:42 +0000 (07:07 +0000)]
(auto-mode-alist): Add .am as makefile-mode.

26 years ago(ange-ftp-date-regexp): Fix the problem with misparsing
Paul Eggert [Thu, 11 Dec 1997 06:58:17 +0000 (06:58 +0000)]
(ange-ftp-date-regexp): Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.

26 years ago(dired-move-to-filename-regexp):
Paul Eggert [Thu, 11 Dec 1997 06:58:17 +0000 (06:58 +0000)]
(dired-move-to-filename-regexp):
Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
(dired-move-to-filename-regexp):
Allow any month name of 2 letters or more.

26 years agoCustomized.
Andreas Schwab [Wed, 10 Dec 1997 11:24:33 +0000 (11:24 +0000)]
Customized.

26 years ago(GROW_FAIL_STACK): Fix previous change:
Karl Heuer [Tue, 9 Dec 1997 23:04:38 +0000 (23:04 +0000)]
(GROW_FAIL_STACK): Fix previous change:
update (fail_stack).size properly.

26 years ago(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
Karl Heuer [Tue, 9 Dec 1997 23:01:27 +0000 (23:01 +0000)]
(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
Define it simply as a number.
(DOUBLE_FAIL_STACK, regex_compile): Set the limit at the size
TYPICAL_FAILURE_SIZE specifies, rather than at twice that much.
(re_max_failures): Double the initial values.
(INIT_FAIL_STACK): Use TYPICAL_FAILURE_SIZE so that INIT_FAILURE_ALLOC
counts in the proper units.
(INIT_FAILURE_ALLOC): Increase to 20.
(FAIL_STACK_GROWTH_FACTOR): New macro.
(GROW_FAIL_STACK): Renamed from DOUBLE_FAIL_STACK.
FAIL_STACK_GROWTH_FACTOR controls what ratio to increase size by.

26 years ago(Fcall_process): Don't clobber new_argv[0]
Karl Heuer [Tue, 9 Dec 1997 22:47:45 +0000 (22:47 +0000)]
(Fcall_process): Don't clobber new_argv[0]
in the case of no args.

26 years ago(bibtex-generate-autokey): Doc fix.
Karl Heuer [Tue, 9 Dec 1997 22:43:32 +0000 (22:43 +0000)]
(bibtex-generate-autokey): Doc fix.

26 years ago(custom-add-version): New function.
Karl Heuer [Tue, 9 Dec 1997 22:04:25 +0000 (22:04 +0000)]
(custom-add-version): New function.
(custom-handle-keyword): Handle :version.

26 years ago(customize-changed-options): New function.
Karl Heuer [Tue, 9 Dec 1997 21:41:33 +0000 (21:41 +0000)]
(customize-changed-options): New function.
(customize-version-lessp): New function.

26 years ago(facemenu-remove-face-props): Renamed from
Karl Heuer [Tue, 9 Dec 1997 21:34:50 +0000 (21:34 +0000)]
(facemenu-remove-face-props): Renamed from
facemenu-remove-props.  Remove only face and mouse-face.
(facemenu-menu): Update menu item for facemenu-remove-face-props.

26 years agoInitial revision
Kenichi Handa [Tue, 9 Dec 1997 04:19:13 +0000 (04:19 +0000)]
Initial revision

26 years agoRequire 'korea-util.
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Require 'korea-util.
(quail-hangul-switch-to-symbol-ksc): Deleted.

26 years agoTitle string of the input method
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Title string of the input method
"korean-hanja-jis" changed.

26 years agoRequire 'korea-util. Title string of the input
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Require 'korea-util.  Title string of the input
method "korean-hanja" changed.
(quail-hanja-switch-to-symbol-ksc): Deleted.

26 years agoTitle string of the input method
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Title string of the input method
"korean-symbol" changed.  Require 'korea-util.
(quail-hangul-switch-back): Deleted.

26 years agoDocumentation for "Korean" lang. env. modified.
Kenichi Handa [Tue, 9 Dec 1997 04:16:20 +0000 (04:16 +0000)]
Documentation for "Korean" lang. env. modified.

26 years ago(Fcall_process): Set Vlast_coding_system_used after
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Fcall_process): Set Vlast_coding_system_used after
reading from the process.

26 years ago(Fget_unused_iso_final_char): New function.
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Fget_unused_iso_final_char): New function.
(syms_of_charset): Declare it as a Lisp function.

26 years ago(setup_coding_system): Do not set
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(setup_coding_system): Do not set
Vlast_coding_system_used here.
(decode_coding_sjis_big5): Decode Big5 text of CR only end-of-line
correctly.

26 years ago(read_process_output): Fix previous change, i.e, if
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(read_process_output): Fix previous change, i.e, if
proc_encode_coding_system[p->outfd] is NULL, instead of allocating
`struct coding_system' for encoding, just skip setting up coding
system for encoding.  Set Vlast_coding_system_used after some text
is read.
(send_process): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.

26 years ago(Finsert_file_contents): Set Vlast_coding_system_used
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Finsert_file_contents): Set Vlast_coding_system_used
before calling Vafter_insert_file_functions.
(Fwrite_region): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.

26 years ago(Fexecute_extended_command): Fix previous change.
Kenichi Handa [Mon, 8 Dec 1997 06:58:14 +0000 (06:58 +0000)]
(Fexecute_extended_command): Fix previous change.

26 years ago(number-to-register): Move point as a side effect.
Karl Heuer [Mon, 8 Dec 1997 01:57:31 +0000 (01:57 +0000)]
(number-to-register): Move point as a side effect.

26 years ago(calendar-day-name): Truncate properly when
Karl Heuer [Mon, 8 Dec 1997 01:46:34 +0000 (01:46 +0000)]
(calendar-day-name): Truncate properly when
multibyte.

26 years ago(read_process_output): Allocate for coding system, if
Karl Heuer [Mon, 8 Dec 1997 01:35:12 +0000 (01:35 +0000)]
(read_process_output): Allocate for coding system, if
not already done.

26 years ago(mail-extr-all-top-level-domains): More domains.
Karl Heuer [Sun, 7 Dec 1997 22:15:02 +0000 (22:15 +0000)]
(mail-extr-all-top-level-domains): More domains.

26 years ago(outline-next-preface):
Karl Heuer [Sun, 7 Dec 1997 21:49:09 +0000 (21:49 +0000)]
(outline-next-preface):
Don't try to move back if already at beginning of buffer.

26 years ago(gud-mips-p): Fix regexp so it will match alphaev56-* too.
Karl Heuer [Sun, 7 Dec 1997 21:40:41 +0000 (21:40 +0000)]
(gud-mips-p): Fix regexp so it will match alphaev56-* too.