]> code.delx.au - gnu-emacs/log
gnu-emacs
26 years ago(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
Richard M. Stallman [Tue, 12 Aug 1997 00:55:31 +0000 (00:55 +0000)]
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.

26 years agoComment change.
Richard M. Stallman [Tue, 12 Aug 1997 00:37:22 +0000 (00:37 +0000)]
Comment change.

26 years ago(main): Fix previous change.
Richard M. Stallman [Tue, 12 Aug 1997 00:36:22 +0000 (00:36 +0000)]
(main): Fix previous change.

26 years ago(dabbrev-abbrev-skip-leading-regexp): Doc fix.
Richard M. Stallman [Mon, 11 Aug 1997 23:55:10 +0000 (23:55 +0000)]
(dabbrev-abbrev-skip-leading-regexp): Doc fix.

26 years agoCustomized.
Richard M. Stallman [Mon, 11 Aug 1997 23:54:58 +0000 (23:54 +0000)]
Customized.
(only-global-abbrevs): Doc fix.

26 years ago(c-electric-brace): Make preserve-p nil at BOB.
Richard M. Stallman [Mon, 11 Aug 1997 23:51:04 +0000 (23:51 +0000)]
(c-electric-brace): Make preserve-p nil at BOB.

26 years ago(insert-file-literally): New command.
Richard M. Stallman [Mon, 11 Aug 1997 22:32:01 +0000 (22:32 +0000)]
(insert-file-literally): New command.

26 years ago(custom-face-attributes): Don't initialize fg/bg fields.
Per Abrahamsen [Mon, 11 Aug 1997 22:28:10 +0000 (22:28 +0000)]
(custom-face-attributes): Don't initialize fg/bg fields.

26 years agoComment change.
Richard M. Stallman [Mon, 11 Aug 1997 22:16:50 +0000 (22:16 +0000)]
Comment change.

26 years ago(c-offsets-alist): Added template-args-cont syntactic symbol.
Richard M. Stallman [Mon, 11 Aug 1997 22:15:23 +0000 (22:15 +0000)]
(c-offsets-alist): Added template-args-cont syntactic symbol.

(c-styles-alist): In "java" style, set c-hanging-comment-starter-p to
nil to preserve Javadoc starter lines.

26 years ago(c-guess-basic-syntax): CASE 5D.4: template argument continuation
Richard M. Stallman [Mon, 11 Aug 1997 22:14:14 +0000 (22:14 +0000)]
(c-guess-basic-syntax): CASE 5D.4: template argument continuation
lines are now analyzed as template-args-cont.

26 years ago(c-mode-base-map, c++-mode-map):
Richard M. Stallman [Mon, 11 Aug 1997 22:13:48 +0000 (22:13 +0000)]
(c-mode-base-map, c++-mode-map):
Move `/' as an electric character
from c++-mode-map to c-mode-base-map for all languages.

(c-common-init): Set comment-multi-line and
comment-line-break-function here for all modes.
Make comment-line-break-function buffer local iff it's boundp.

(c-C-comment-start-regexp): Obsolete.

(c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.

(c-populate-syntax-table, c-setup-dual-comments): Merge both functions
into c-populate-syntax-table.  With the new 9X draft C standard, both
line and block oriented comments are supported in all modes, so always
set up the syntax tables to support both comment styles.

(c-enable-//-in-c-mode): Obsolete.

(c++-mode-syntax-table, java-mode-syntax-table)
(objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
cookies.  c-mode-syntax-table already has one.  Use the new syntax
table initialization idioms.

26 years ago(c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.
Richard M. Stallman [Mon, 11 Aug 1997 22:11:27 +0000 (22:11 +0000)]
(c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.

(c-initialize-cc-mode): Require 'cc-mode-19
if functionp is not bound.  Check cc-mode-19 interface requirements.

(c-mode, c++-mode, objc-mode, java-mode, idl-mode):
Don't set comment-multi-line here.

(c-mode): c-comment-start-regexp uses
c-C++-comment-start-regexp to support line oriented comments.

26 years ago(c-buffer-is-cc-mode): New variable.
Richard M. Stallman [Mon, 11 Aug 1997 22:10:16 +0000 (22:10 +0000)]
(c-buffer-is-cc-mode): New variable.

(c-comment-continuation-stars): New variable.

26 years ago(indent-new-comment-line): Add advice for older Emacs versions if they
Richard M. Stallman [Mon, 11 Aug 1997 22:09:45 +0000 (22:09 +0000)]
(indent-new-comment-line): Add advice for older Emacs versions if they
don't have the variable comment-line-break-function.

(c-electric-slash): Make this work as the final slash in a */ block
oriented comment closing token.

(c-comment-line-break-function): New function for proposed
mode-specific comment-line-break-function variable.

26 years ago(c-lineup-java-throws): Change the `when' clause to an `if-progn'.
Richard M. Stallman [Mon, 11 Aug 1997 22:07:04 +0000 (22:07 +0000)]
(c-lineup-java-throws): Change the `when' clause to an `if-progn'.

26 years ago(init_environment): Set Emacs root directory properly when
Richard M. Stallman [Mon, 11 Aug 1997 21:44:08 +0000 (21:44 +0000)]
(init_environment): Set Emacs root directory properly when
the executable is in its `src' subdirectory, as under a debugger.
(IT_set_face): If termscript is in use, print the number of the
face as well.

26 years ago(init_dosfns): Avoid calling DOS memory-allocation
Richard M. Stallman [Mon, 11 Aug 1997 21:42:39 +0000 (21:42 +0000)]
(init_dosfns): Avoid calling DOS memory-allocation
service, NT DPMI server will crash Emacs in DOS box, if we do.

26 years ago(IT_set_frame_parameters): Actually store the frame
Richard M. Stallman [Mon, 11 Aug 1997 21:40:57 +0000 (21:40 +0000)]
(IT_set_frame_parameters): Actually store the frame
parameters in the frame parameters' alist.

26 years ago(setup-latin1-environment): Set code 222 in special-microsoft-code-table.
Richard M. Stallman [Mon, 11 Aug 1997 18:32:12 +0000 (18:32 +0000)]
(setup-latin1-environment): Set code 222 in special-microsoft-code-table.

26 years ago(main) [__FreeBSD__ && PROFILING]: Add code for profiling.
Richard M. Stallman [Mon, 11 Aug 1997 01:38:02 +0000 (01:38 +0000)]
(main) [__FreeBSD__ && PROFILING]: Add code for profiling.

26 years ago(msdos-color-aliases): Remove color names which end with a number.
Richard M. Stallman [Mon, 11 Aug 1997 01:18:29 +0000 (01:18 +0000)]
(msdos-color-aliases): Remove color names which end with a number.
(msdos-color-translate): Handle color names which end with a
number, like gray85 and purple3.
(msdos-face-setup): Call `face-set-after-frame-default', so
default faces are correctly set.
Do not set background of the region face (it is set by
`face-set-after-frame-default').

26 years agoCustomized.
Richard M. Stallman [Mon, 11 Aug 1997 00:23:00 +0000 (00:23 +0000)]
Customized.

26 years ago(Finsert_startup_screen): Call `insert_char' with a single argument.
Richard M. Stallman [Mon, 11 Aug 1997 00:20:31 +0000 (00:20 +0000)]
(Finsert_startup_screen): Call `insert_char' with a single argument.

26 years ago(Qbackground_color, Qforeground_color): Define vars.
Richard M. Stallman [Mon, 11 Aug 1997 00:20:14 +0000 (00:20 +0000)]
(Qbackground_color, Qforeground_color): Define vars.

26 years ago(CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman [Mon, 11 Aug 1997 00:18:52 +0000 (00:18 +0000)]
(CPPFLAGS, LDFLAGS): Edit to empty.

26 years ago(Fset_terminal_coding_system_internal): Set
Kenichi Handa [Sun, 10 Aug 1997 05:54:48 +0000 (05:54 +0000)]
(Fset_terminal_coding_system_internal): Set
CODING_FLAG_ISO_SAFE in terminal_coding.flags.
(ENCODE_ISO_CHARACTER_DIMENSION1): Check
CODING_SPEC_ISO_EXPECTED_CHARSETS.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.

26 years ago(struct iso2022_spec): New member expected_charsets.
Kenichi Handa [Sun, 10 Aug 1997 05:54:48 +0000 (05:54 +0000)]
(struct iso2022_spec): New member expected_charsets.
(CODING_SPEC_ISO_EXPECTED_CHARSETS): New macro.

26 years agoMake coding system iso-2022-jp instead of
Kenichi Handa [Sun, 10 Aug 1997 05:53:45 +0000 (05:53 +0000)]
Make coding system iso-2022-jp instead of
declaring it as an alias of iso-2022-7bit.

26 years ago(Vignore_relative_composition): New variable.
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(Vignore_relative_composition): New variable.
(syms_of_fontset): Doc-string of use-default-ascent modified.
Declare ignore-relative-composition as a Lisp variable.

26 years ago(Vignore_relative_composition): Extern it.
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(Vignore_relative_composition): Extern it.

26 years ago(ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention to
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention to
CODING_FLAG_ISO_SAFE.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(safe_terminal_coding): New variable.
(Fset_safe_terminal_coding_system_internal): New function.
(init_coding_once): Initilize safe_terminal_coding.
(syms_of_coding): Declare set-safe-terminal-coding-system as a
Lisp function.
(Vmicrosoft_code_table): New variable.
(syms_of_coding): Declare it as a Lisp variable and initialize it.
(detect_coding_mask): Pay attention to Vmicrosoft_code_table.

26 years ago(CODING_FLAG_ISO_SAFE): New macro.
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(CODING_FLAG_ISO_SAFE): New macro.
(CODING_INHIBIT_CHARACTER_SUBSTITUTION): New macro.
coding.h (safe_terminal_coding): Extern it.

26 years ago(concat): Pay attention to multibyte characters when
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(concat): Pay attention to multibyte characters when
TARGET_TYPE is Lisp_String.

26 years ago(encode_terminal_code): Use safe_terminal_coding if
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(encode_terminal_code): Use safe_terminal_coding if
terminal_coding seems to encode Emacs' internal code as is.
(write_glyphs): Likewise.

26 years ago(dumpglyphs): Pay attention to
Kenichi Handa [Sun, 10 Aug 1997 04:13:19 +0000 (04:13 +0000)]
(dumpglyphs): Pay attention to
Vignore_relative_composition.

26 years ago(setup-chinese-gb-environment): Do not
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
(setup-chinese-gb-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.

26 years ago(setup-english-environment): Do not
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
(setup-english-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.

26 years ago(setup-8-bit-environment): Do not
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
(setup-8-bit-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.

26 years ago(setup-japanese-environment): Do not
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
(setup-japanese-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.

26 years agoSet t for Rao-SEMIVOWEL-SIGN-LO in
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
Set t for Rao-SEMIVOWEL-SIGN-LO in
ignore-relative-composition.

26 years agoCorrect setting of char-code-property `name'.
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
Correct setting of char-code-property `name'.

26 years ago(setup-tibetan-environment): Do not
Kenichi Handa [Sun, 10 Aug 1997 04:09:49 +0000 (04:09 +0000)]
(setup-tibetan-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.

26 years ago(saved-input-mode): New variable.
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(saved-input-mode): New variable.
(encoded-kbd-mode): Doc-string fixed.  Save current-input-mode
when turning on Encoded-kbd mode, and recover it when turning off
Encoded-kbd mode.  Set encoded-kbd-iso2022-designations correctly.
(encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension
instead fo charset-bytes.
(encoded-kbd-self-insert-iso2022-8bit): Likewise.

26 years ago(set-default-coding-systems):
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(set-default-coding-systems):
Doc-string modified.
(prefer-coding-system): Moved from mule-util.el.  Call
set-default-coding-systems.

26 years ago(iso-safe): New coding system.
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(iso-safe): New coding system.

26 years ago(print-fontset): Don't hang even if a
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(print-fontset): Don't hang even if a
fontset name doesn't confirm to XLFD.
(describe-current-coding-system): Do not show the same coding
system twice in the list of priority order.

26 years ago(prefer-coding-system): Moved to mule-util.el.
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(prefer-coding-system): Moved to mule-util.el.

26 years ago(make-coding-system): Add a new FLAGS
Kenichi Handa [Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)]
(make-coding-system): Add a new FLAGS
elements SAFE.  Use it for terminal coding system if some other
coding system is specified explicitly.
(ignore-relative-composition): Initialize it.

26 years agoInvoke emacs by --no-init-file --no-site-file.
Kenichi Handa [Sun, 10 Aug 1997 04:06:02 +0000 (04:06 +0000)]
Invoke emacs by --no-init-file --no-site-file.

26 years agoChange title string of input method "Lao".
Kenichi Handa [Sun, 10 Aug 1997 04:04:35 +0000 (04:04 +0000)]
Change title string of input method "Lao".

26 years agoChange title string of input method "lao-lrt".
Kenichi Handa [Sun, 10 Aug 1997 04:04:35 +0000 (04:04 +0000)]
Change title string of input method "lao-lrt".
(lrt-single-consonant-table): Several key sequence changed.
(lrt-composing-pattern-double-c): Handle a consonant with
semi-vowel-lower correctly.
(lrt-handle-maa-sakod): Do not reset quail-current-key.
(lrt-handle-tone-mark): Check the existence of double consonant
correctly.

26 years agoCzech added, Lao modified.
Kenichi Handa [Sun, 10 Aug 1997 04:02:46 +0000 (04:02 +0000)]
Czech added, Lao modified.

26 years ago(init_system_name): If domain is null, don't add a period.
Richard M. Stallman [Sun, 10 Aug 1997 00:15:53 +0000 (00:15 +0000)]
(init_system_name): If domain is null, don't add a period.

26 years ago(custom-declare-face): Call make-face-x-resource-internal.
Richard M. Stallman [Sat, 9 Aug 1997 20:09:16 +0000 (20:09 +0000)]
(custom-declare-face): Call make-face-x-resource-internal.

26 years ago(widget-single-line-display-table): Variable
Richard M. Stallman [Sat, 9 Aug 1997 19:11:15 +0000 (19:11 +0000)]
(widget-single-line-display-table): Variable
commented out; don't use it either.

26 years ago(idl-mode-hook): New variable.
Richard M. Stallman [Sat, 9 Aug 1997 18:37:59 +0000 (18:37 +0000)]
(idl-mode-hook): New variable.

(c-initialization-hook): New variable.

26 years ago(c-styles-alist): In "java" style, set
Richard M. Stallman [Sat, 9 Aug 1997 18:36:45 +0000 (18:36 +0000)]
(c-styles-alist): In "java" style, set
c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.

(c-set-style-2): Fixed broken implementation of inherited styles.

(c-set-style): Call c-initialize-builtin-style.
(c-initialize-builtin-style): Handle c-style-variables-are-local-p.

26 years ago(idl-mode): Support for CORBA's IDL language.
Richard M. Stallman [Sat, 9 Aug 1997 18:31:43 +0000 (18:31 +0000)]
(idl-mode): Support for CORBA's IDL language.

(c-initialize-cc-mode): Move the calling of
c-make-styles-buffer-local into c-initialize-builtin-style.

(c-initialize-cc-mode): Run the c-initialization-hook, but only once
per Emacs session.

26 years agoComment change.
Richard M. Stallman [Sat, 9 Aug 1997 18:30:01 +0000 (18:30 +0000)]
Comment change.

26 years ago(c-beginning-of-statement-1): When checking for bare semi, don't match
Richard M. Stallman [Sat, 9 Aug 1997 18:28:54 +0000 (18:28 +0000)]
(c-beginning-of-statement-1): When checking for bare semi, don't match
on a semi following a close brace.

(c-guess-basic-syntax): CASE 5I: When adding 'inclass syntax, use the
relpos pointing to the class opening brace, unless that hangs on the
right side, in which case, use the start of the class/struct keyword.

26 years ago(c-symbol-key):
Richard M. Stallman [Sat, 9 Aug 1997 18:26:19 +0000 (18:26 +0000)]
(c-symbol-key):
First character must be a letter or underscore.
(c-styles-are-initialized): Variable deleted.
(c-common-init): Don't initialize styles here.

(idl-mode-abbrev-table): New variable.
(idl-mode-map, idl-mode-syntax-table): New variables.
(c-idl-menu): New menu.

26 years ago(telnet-host-properties): Initialize it properly.
Richard M. Stallman [Sat, 9 Aug 1997 17:35:22 +0000 (17:35 +0000)]
(telnet-host-properties): Initialize it properly.

26 years agoFix previous change.
Richard M. Stallman [Sat, 9 Aug 1997 16:46:53 +0000 (16:46 +0000)]
Fix previous change.

26 years agoDelete autoload cookies (file is preloaded).
Richard M. Stallman [Sat, 9 Aug 1997 08:10:48 +0000 (08:10 +0000)]
Delete autoload cookies (file is preloaded).

26 years ago(lisp, shortlisp): Add bindings.el and case-table.elc.
Richard M. Stallman [Sat, 9 Aug 1997 08:09:30 +0000 (08:09 +0000)]
(lisp, shortlisp): Add bindings.el and case-table.elc.

26 years ago(format-alist): Doc fix.
Richard M. Stallman [Sat, 9 Aug 1997 08:01:07 +0000 (08:01 +0000)]
(format-alist): Doc fix.

26 years ago(describe-key): Don't put a colon after the command name.
Richard M. Stallman [Sat, 9 Aug 1997 07:37:02 +0000 (07:37 +0000)]
(describe-key): Don't put a colon after the command name.

26 years ago(init_buffer): Use getcwd instead of getwd, if available.
Richard M. Stallman [Sat, 9 Aug 1997 04:46:22 +0000 (04:46 +0000)]
(init_buffer): Use getcwd instead of getwd, if available.

26 years agonew version
Michael Kifer [Sat, 9 Aug 1997 04:30:41 +0000 (04:30 +0000)]
new version

26 years ago(read1): Handle read_escape making a multibyte character.
Richard M. Stallman [Sat, 9 Aug 1997 03:44:54 +0000 (03:44 +0000)]
(read1): Handle read_escape making a multibyte character.

26 years ago(enable-kinsoku): Doc fix.
Richard M. Stallman [Sat, 9 Aug 1997 03:41:42 +0000 (03:41 +0000)]
(enable-kinsoku): Doc fix.

26 years ago(set-face-doc-string): Define once again, as alias.
Richard M. Stallman [Sat, 9 Aug 1997 03:34:34 +0000 (03:34 +0000)]
(set-face-doc-string): Define once again, as alias.

26 years ago(do_autoload): Require a suffix for the file.
Richard M. Stallman [Sat, 9 Aug 1997 03:06:55 +0000 (03:06 +0000)]
(do_autoload): Require a suffix for the file.

26 years agoInitial revision
Geoff Voelker [Sat, 9 Aug 1997 02:53:48 +0000 (02:53 +0000)]
Initial revision

26 years ago(format-annotate-single-property-change,
Richard M. Stallman [Sat, 9 Aug 1997 02:38:14 +0000 (02:38 +0000)]
(format-annotate-single-property-change,
format-annotate-atomic-property-change): move code that interprets
nil as 0 inside test that property is numeric.

26 years ago(viper-replace-overlay-pixmap)
Richard M. Stallman [Sat, 9 Aug 1997 02:23:32 +0000 (02:23 +0000)]
(viper-replace-overlay-pixmap)
(viper-search-face-pixmap): Variables deleted.
(viper-replace-overlay-face, viper-search-face): Use "gray3" explicitly.

26 years agoCorrect the autoload cookies.
Richard M. Stallman [Sat, 9 Aug 1997 02:11:29 +0000 (02:11 +0000)]
Correct the autoload cookies.

26 years agoAdd includes.
Geoff Voelker [Sat, 9 Aug 1997 01:46:03 +0000 (01:46 +0000)]
Add includes.
Undo definitions of crt routines from config.h.

26 years ago(lisp): Update paths to lisp files that have moved.
Geoff Voelker [Sat, 9 Aug 1997 01:45:19 +0000 (01:45 +0000)]
(lisp): Update paths to lisp files that have moved.
(ctags.obj): New target.
(etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
Add includes.

26 years ago(cyrillic-translit): \\ changed to / to
Richard M. Stallman [Sat, 9 Aug 1997 01:23:47 +0000 (01:23 +0000)]
(cyrillic-translit): \\ changed to / to
conform to other input methods.  Misprints corrected.

26 years ago(view-just-bury): New variable.
Richard M. Stallman [Fri, 8 Aug 1997 22:26:02 +0000 (22:26 +0000)]
(view-just-bury): New variable.
(view-mode-exit): Obey it.

26 years ago(help-mode): Set view-no-disable-on-exit.
Richard M. Stallman [Fri, 8 Aug 1997 22:25:31 +0000 (22:25 +0000)]
(help-mode): Set view-no-disable-on-exit.

26 years ago(completion-setup-function): Don't set completion-base-size
Richard M. Stallman [Fri, 8 Aug 1997 22:09:25 +0000 (22:09 +0000)]
(completion-setup-function): Don't set completion-base-size
when completing in a non-minibuffer.

26 years ago(find-emacs-lisp-shadows): Don't mention `subdirs.el'.
Richard M. Stallman [Fri, 8 Aug 1997 21:32:50 +0000 (21:32 +0000)]
(find-emacs-lisp-shadows): Don't mention `subdirs.el'.
(list-load-path-shadows): When noninteractive, if there are shadows,
start with a message explaining what this is a problem.

26 years ago(redisplay_window): Fix access to w->last_point{,_[xy]}.
Richard M. Stallman [Fri, 8 Aug 1997 20:09:27 +0000 (20:09 +0000)]
(redisplay_window): Fix access to w->last_point{,_[xy]}.

26 years ago(Flocal_variable_p, Ffind_operation_coding_system): Declared.
Richard M. Stallman [Fri, 8 Aug 1997 20:07:59 +0000 (20:07 +0000)]
(Flocal_variable_p, Ffind_operation_coding_system): Declared.
(find_symbol_value): Fix declaration.

26 years ago(Frequire): Don't insist on a suffix
Richard M. Stallman [Fri, 8 Aug 1997 20:06:34 +0000 (20:06 +0000)]
(Frequire): Don't insist on a suffix
if the file name argument was explicitly specified.

26 years ago(command-line-1): Don't let type-ahead inhibit the
Richard M. Stallman [Fri, 8 Aug 1997 06:42:34 +0000 (06:42 +0000)]
(command-line-1): Don't let type-ahead inhibit the
initial contents of *scratch*.

26 years ago(cyrillic-language-alist): Fix punctuation.
Richard M. Stallman [Fri, 8 Aug 1997 06:40:52 +0000 (06:40 +0000)]
(cyrillic-language-alist): Fix punctuation.

26 years ago(fill-context-prefix): Accept a whitespace
Richard M. Stallman [Thu, 7 Aug 1997 20:51:57 +0000 (20:51 +0000)]
(fill-context-prefix): Accept a whitespace
prefix from the second line, regardless of the first line.

26 years ago(term-default-fg-color):
Richard M. Stallman [Thu, 7 Aug 1997 18:54:49 +0000 (18:54 +0000)]
(term-default-fg-color):
(term-default-bg-color): Default to nil.

26 years agoFix previous change.
Richard M. Stallman [Thu, 7 Aug 1997 18:44:32 +0000 (18:44 +0000)]
Fix previous change.

26 years ago(PATH_LOCK): Definition deleted.
Richard M. Stallman [Thu, 7 Aug 1997 18:43:31 +0000 (18:43 +0000)]
(PATH_LOCK): Definition deleted.

26 years ago(init_filelock): Function deleted.
Richard M. Stallman [Thu, 7 Aug 1997 18:43:19 +0000 (18:43 +0000)]
(init_filelock): Function deleted.

26 years ago(main): Remove call to init_filelock.
Richard M. Stallman [Thu, 7 Aug 1997 18:42:56 +0000 (18:42 +0000)]
(main): Remove call to init_filelock.

26 years ago(mkdir): Don't create lockdir.
Richard M. Stallman [Thu, 7 Aug 1997 18:37:17 +0000 (18:37 +0000)]
(mkdir): Don't create lockdir.
(lockdir): Variable deleted.
(paths-force): Don't operate on PATH_LOCK.

26 years agoRemove lockdir, it is no longer needed.
Richard M. Stallman [Thu, 7 Aug 1997 18:35:29 +0000 (18:35 +0000)]
Remove lockdir, it is no longer needed.

26 years ago(c-set-offset): Add autoload cookie.
Richard M. Stallman [Thu, 7 Aug 1997 17:36:36 +0000 (17:36 +0000)]
(c-set-offset): Add autoload cookie.

26 years ago(x-list-fonts): Return "default" when appropriate.
Richard M. Stallman [Thu, 7 Aug 1997 17:33:49 +0000 (17:33 +0000)]
(x-list-fonts): Return "default" when appropriate.
(query-fontset): Add (alternative) alias definition.