]> code.delx.au - gnu-emacs/log
gnu-emacs
26 years ago(calendar-location-name): Doc fix.
Richard M. Stallman [Fri, 12 Sep 1997 22:41:48 +0000 (22:41 +0000)]
(calendar-location-name): Doc fix.

26 years ago(strokes-click-command): Doc fix.
Richard M. Stallman [Fri, 12 Sep 1997 22:41:34 +0000 (22:41 +0000)]
(strokes-click-command): Doc fix.

26 years ago(makefile-pickup-everything-picks-up-filenames-p): Doc fix.
Richard M. Stallman [Fri, 12 Sep 1997 22:40:55 +0000 (22:40 +0000)]
(makefile-pickup-everything-picks-up-filenames-p): Doc fix.
(makefile-mode): Doc fix.

26 years ago(tab-stop-list): Doc fix.
Richard M. Stallman [Fri, 12 Sep 1997 22:34:30 +0000 (22:34 +0000)]
(tab-stop-list): Doc fix.

26 years ago(save-completions-flag): Doc fix.
Richard M. Stallman [Fri, 12 Sep 1997 22:34:14 +0000 (22:34 +0000)]
(save-completions-flag): Doc fix.

26 years ago(elisp-eval-buffer): New arg FILENAME is ignored.
Richard M. Stallman [Fri, 12 Sep 1997 22:14:24 +0000 (22:14 +0000)]
(elisp-eval-buffer): New arg FILENAME is ignored.

26 years agoRequire calendar.el.
Richard M. Stallman [Fri, 12 Sep 1997 22:08:16 +0000 (22:08 +0000)]
Require calendar.el.

26 years agonew version
Michael Kifer [Fri, 12 Sep 1997 21:09:03 +0000 (21:09 +0000)]
new version

26 years ago(perldb): Fix paren error in call to read-from-minibuffer.
Richard M. Stallman [Fri, 12 Sep 1997 20:58:57 +0000 (20:58 +0000)]
(perldb): Fix paren error in call to read-from-minibuffer.

26 years ago(debug): Allow recursive minibuffers if we're in a minibuffer already.
Richard M. Stallman [Fri, 12 Sep 1997 20:57:17 +0000 (20:57 +0000)]
(debug): Allow recursive minibuffers if we're in a minibuffer already.

26 years ago(next-history-element):
Richard M. Stallman [Fri, 12 Sep 1997 20:55:34 +0000 (20:55 +0000)]
(next-history-element):
Cope if minibuffer-text-before-history is nil.

26 years ago(compilation-parse-errors): Fixed two bugs that
Richard M. Stallman [Fri, 12 Sep 1997 19:53:33 +0000 (19:53 +0000)]
(compilation-parse-errors): Fixed two bugs that
could make compilation-parse-errors loop infinitely.  Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.

26 years ago(customize-group): Handle groups not yet loaded.
Richard M. Stallman [Fri, 12 Sep 1997 19:43:45 +0000 (19:43 +0000)]
(customize-group): Handle groups not yet loaded.

(hook) [:value-to-internal]: Use a nil value unchanged.

26 years ago(french-calendar-accents): Change variable to function.
Richard M. Stallman [Fri, 12 Sep 1997 19:34:27 +0000 (19:34 +0000)]
(french-calendar-accents): Change variable to function.
Uses changed.  Test that we can display multibyte chars.
(french-calendar-day-name-array, french-calendar-month-name-array):
New functions.  Use them instead of directly using these variables.
(french-calendar-multibyte-month-name-array): New variable.
(french-calendar-multibyte-special-days-array): New variable.
(calendar-print-french-date): Bind enable-multibyte-characters to t.

26 years ago(latin-2-postfix): Replace comma and period with `. Replace colon with /.
Richard M. Stallman [Fri, 12 Sep 1997 08:14:01 +0000 (08:14 +0000)]
(latin-2-postfix): Replace comma and period with `.  Replace colon with /.
(latin-1-postfix): Replace comma with /.
(french-postfix): Replace comma with /.
(latin-3-postfix): Replace comma with ` and period with /.
(latin-4-postfix): Replace comma with ` and period with ~.
(latin-5-postfix): Replace comma with ` and period with /.
(turkish-postfix): Replace comma with ` and period with /.

26 years ago(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman [Fri, 12 Sep 1997 07:04:41 +0000 (07:04 +0000)]
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
(custom-face-save-command): New function.
(custom-variable-save): Fix error message.

26 years ago(Fexternal_debugging_output): On Windows output to debugger.
Richard M. Stallman [Fri, 12 Sep 1997 04:06:46 +0000 (04:06 +0000)]
(Fexternal_debugging_output): On Windows output to debugger.

26 years ago(quail-translation-keymap): Fix previous
Kenichi Handa [Fri, 12 Sep 1997 02:14:46 +0000 (02:14 +0000)]
(quail-translation-keymap): Fix previous
change.

26 years ago(sendmail-send-it): If both
Kenichi Handa [Fri, 12 Sep 1997 01:46:32 +0000 (01:46 +0000)]
(sendmail-send-it): If both
buffer-file-coding-system and sendmail-coding-system are nil, use
iso-latin-1 for encoding.

26 years ago(ps-emacs-face-kind-p): Function deleted.
Richard M. Stallman [Thu, 11 Sep 1997 23:51:29 +0000 (23:51 +0000)]
(ps-emacs-face-kind-p): Function deleted.
(ps-face-bold-p, ps-face-italic-p):
Check ps-bold-faces or ps-italic-faces.
(ps-zebra-stripes, ps-zebra-stripe-height): Doc fixes.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region, ps-setup): Doc fixes.

26 years ago(quail-update-translation): Fix previous change.
Richard M. Stallman [Thu, 11 Sep 1997 23:15:08 +0000 (23:15 +0000)]
(quail-update-translation): Fix previous change.

(quail-simple-translation-keymap, quail-conversion-keymap):
Make the default binding with define-key.
Handle meta-prefix-char the way isearch does.
(quail-translation-keymap): Likewise.
(quail-execute-non-quail-command): Handle the key sequence as the
same way as universal-argument-other-key.

(quail-make-guidance-frame): Don't dedicate the guidance buffer window.
(quail-show-guidance-buf): Likewise.
(quail-hide-guidance-buf): Delete code to turn off window dedication.

26 years ago(hexlify-buffer): Bind coding-system-for-write to
Richard M. Stallman [Thu, 11 Sep 1997 22:13:15 +0000 (22:13 +0000)]
(hexlify-buffer): Bind coding-system-for-write to
raw-text with eol-type derived from the buffer-file-coding-system.

26 years ago(describe-coding-system): Describe coding systems of type 5, raw-text.
Richard M. Stallman [Thu, 11 Sep 1997 19:05:59 +0000 (19:05 +0000)]
(describe-coding-system): Describe coding systems of type 5, raw-text.

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 11 Sep 1997 18:22:03 +0000 (18:22 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Paul Eggert [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 11 Sep 1997 18:13:19 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years agoSwitch to raw-text as coding system.
Richard M. Stallman [Thu, 11 Sep 1997 17:51:36 +0000 (17:51 +0000)]
Switch to raw-text as coding system.

26 years agonew version
Michael Kifer [Thu, 11 Sep 1997 16:08:19 +0000 (16:08 +0000)]
new version

26 years ago(kkc-mode-map): Bind meta-prefix-char to a
Kenichi Handa [Thu, 11 Sep 1997 11:52:38 +0000 (11:52 +0000)]
(kkc-mode-map): Bind meta-prefix-char to a
map which only has default key binding to
quail-execute-non-quail-command.
(kkc-non-kkc-command): Handle the key sequence as the same way as
universal-argument-other-key.

26 years agoFix typo.
Geoff Voelker [Thu, 11 Sep 1997 05:33:51 +0000 (05:33 +0000)]
Fix typo.

26 years ago(debug.bat): New target.
Geoff Voelker [Thu, 11 Sep 1997 05:27:46 +0000 (05:27 +0000)]
(debug.bat): New target.

26 years agoInitial revision
Geoff Voelker [Thu, 11 Sep 1997 05:27:25 +0000 (05:27 +0000)]
Initial revision

26 years agoSet no-conversion for network communication
Kenichi Handa [Thu, 11 Sep 1997 05:24:25 +0000 (05:24 +0000)]
Set no-conversion for network communication
with nntpd.
(gnus-mule-initialize): For safety, set no-conversion for network
communication with nntpd.

26 years ago(syms_of_msdos): Intern background-color and
Richard M. Stallman [Thu, 11 Sep 1997 01:27:57 +0000 (01:27 +0000)]
(syms_of_msdos): Intern background-color and
foreground-color, and staticpro them.
(IT_set_frame_parameters): Use Qforeground_color and
Qbackground_color.

26 years agonew version
Michael Kifer [Thu, 11 Sep 1997 01:20:27 +0000 (01:20 +0000)]
new version

26 years ago(install): Use quail/* in the second tar that copies a dir named quail.
Richard M. Stallman [Thu, 11 Sep 1997 00:06:36 +0000 (00:06 +0000)]
(install): Use quail/* in the second tar that copies a dir named quail.

26 years ago(ENCODE_FILE): New macro.
Richard M. Stallman [Thu, 11 Sep 1997 00:00:01 +0000 (00:00 +0000)]
(ENCODE_FILE): New macro.
(Vfile_name_coding_system): New variable.
(syms_of_fileio): Set up Lisp variable.
(Fset_visited_file_modtime): Use ENCODE_FILE.
(Fcopy_file, Fmake_directory_internal, Fdelete_directory, Fdelete_file)
(Frename_file, Fadd_name_to_file, Ffile_exists_p Ffile_executable_p)
(Ffile_readable_p, Ffile_writable_p, Faccess_file, Ffile_symlink_p)
(Ffile_directory_p, Ffile_accessible_directory_p, Ffile_regular_p)
(Ffile_modes, Fset_file_modes, Ffile_newer_than_file_p, Fwrite_region)
(Finsert_file_contents, Fverify_visited_file_modtime): Likewise.

(Ffile_symlink_p): Decode the file name value.

26 years agotypos.
Jeff Law [Wed, 10 Sep 1997 21:16:20 +0000 (21:16 +0000)]
typos.

26 years ago* config.sub: Use "amigaos" instread of "amigados". Still
Jeff Law [Wed, 10 Sep 1997 21:13:00 +0000 (21:13 +0000)]
* config.sub: Use "amigaos" instread of "amigados".  Still
        recognize "amigados" for backward compatability.

26 years ago(setup-ethiopic-environment): Don't bind
Kenichi Handa [Wed, 10 Sep 1997 13:15:42 +0000 (13:15 +0000)]
(setup-ethiopic-environment): Don't bind
keys in global-map, don't add a hook to rmail-mode-hook and
mail-mode-hook.
(ethio-mode): New buffer local variable.
(ethio-mode-map): New variable.
(ethio-mode): New function.
(ethio-sera-to-fidel-mail-or-marker): New function.
(ethio-fidel-to-sera-mail-or-marker): New function.
(ethio-find-file): Do nothing if not in ethio-mode.
(ethio-write-file): Likewise.
(ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el.
(ethio-toggle-space): Likewise.
(ethio-insert-space): Likewise.
(ethio-insert-ethio-space): Likewise.
(ethio-prefer-ascii-punctuation): Likewise.
(ethio-toggle-punctuation): Likewise.
(ethio-gemination): Likewise.

26 years ago(sendmail-send-it): The priority of coding
Kenichi Handa [Wed, 10 Sep 1997 13:15:07 +0000 (13:15 +0000)]
(sendmail-send-it): The priority of coding
system for encoding outgoing mails is (1) local value of
buffer-file-coding-system, (2) sendmail-coding-syste, (3)
default-buffer-file-coding-system.

26 years agoDon't bind keys in quail-mode-map. The
Kenichi Handa [Wed, 10 Sep 1997 13:14:45 +0000 (13:14 +0000)]
Don't bind keys in quail-mode-map.  The
function added to quail-mode-hook turn ethio-mode on only when
input method "ethiopic" is begin used.
(ethio-prefer-ascii-space): Moved to lisp/language/ethio-util.el.
(ethio-toggle-space): Likewise.
(ethio-insert-space): Likewise.
(ethio-insert-ethio-space): Likewise.
(ethio-prefer-ascii-punctuation): Likewise.
(ethio-toggle-punctuation): Likewise.
(ethio-gemination): Likewise.
("ethiopic"): Doc-string of this Quail package modified.  Bind
function keys for TRANSLATION-KEYMAP to
quail-execute-non-quail-command.

26 years agoAdd coding system specification for several
Kenichi Handa [Wed, 10 Sep 1997 07:42:31 +0000 (07:42 +0000)]
Add coding system specification for several
news groups.

26 years ago(setup-japanese-environment): Give
Kenichi Handa [Wed, 10 Sep 1997 07:42:08 +0000 (07:42 +0000)]
(setup-japanese-environment): Give
iso-2022-jp to set-default-coding-system if not running on DOS.
(read-hiragana-string): Use input method
"japanese-hiragana".

26 years ago(BROKEN_MKTIME): Define.
Richard M. Stallman [Wed, 10 Sep 1997 03:26:31 +0000 (03:26 +0000)]
(BROKEN_MKTIME): Define.

26 years agoRecognize ARC cpu.
Doug Evans [Tue, 9 Sep 1997 22:23:48 +0000 (22:23 +0000)]
Recognize ARC cpu.

26 years ago(lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".
Richard M. Stallman [Tue, 9 Sep 1997 19:54:18 +0000 (19:54 +0000)]
(lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".

26 years ago(standard-display-european): Doc fix.
Richard M. Stallman [Tue, 9 Sep 1997 19:07:56 +0000 (19:07 +0000)]
(standard-display-european): Doc fix.

26 years ago(quail-simple): New function.
Kenichi Handa [Tue, 9 Sep 1997 14:57:01 +0000 (14:57 +0000)]
(quail-simple): New function.
(quail-require-guidance-buf): New function.
(quail-show-guidance-buf): Do not show guidance buffer if simple
input method is used in the minibuffer.
(quail-update-guidance): Likewise.

26 years ago(input-method-verbose-flag):
Kenichi Handa [Tue, 9 Sep 1997 14:55:29 +0000 (14:55 +0000)]
(input-method-verbose-flag):
Doc-string fied.

26 years ago(alpha): Replace CPU-determining program with one that's more precise
Richard Kenner [Tue, 9 Sep 1997 14:10:23 +0000 (14:10 +0000)]
(alpha): Replace CPU-determining program with one that's more precise
and also supports pca56 and ev6.  Handle those in returned name.

26 years agoTry to comment where font-lock-keyword order is important.
Simon Marshall [Tue, 9 Sep 1997 13:01:02 +0000 (13:01 +0000)]
Try to comment where font-lock-keyword order is important.

26 years ago(standard-display-european): If AUTO is non-nil, intern it.
Richard M. Stallman [Tue, 9 Sep 1997 09:16:54 +0000 (09:16 +0000)]
(standard-display-european): If AUTO is non-nil, intern it.
Don't call set-terminal-coding-system if noninteractive.

26 years ago(quail-translation-keymap)
Richard M. Stallman [Tue, 9 Sep 1997 09:02:25 +0000 (09:02 +0000)]
(quail-translation-keymap)
(quail-simple-translation-keymap, quail-conversion-keymap):
Don't define escape.

26 years ago(ps-face-bold-p): Use face-bold-p.
Richard M. Stallman [Tue, 9 Sep 1997 07:33:12 +0000 (07:33 +0000)]
(ps-face-bold-p): Use face-bold-p.
(ps-face-italic-p): Use face-italic-p.

26 years ago(comint-file-name-chars): Doc fix.
Richard M. Stallman [Tue, 9 Sep 1997 07:24:02 +0000 (07:24 +0000)]
(comint-file-name-chars): Doc fix.
(comint-word): Treat all non-ASCII chars as "[art of word".

26 years ago(view-end-message): Don't mention q if it really do anything.
Richard M. Stallman [Tue, 9 Sep 1997 07:09:20 +0000 (07:09 +0000)]
(view-end-message): Don't mention q if it really do anything.

26 years agoUse uniquify-file-name-nondirectory throughout; documentation tweaks.
Richard M. Stallman [Tue, 9 Sep 1997 07:08:58 +0000 (07:08 +0000)]
Use uniquify-file-name-nondirectory throughout; documentation tweaks.

26 years ago(dired-get-filename): Don't call encode-coding-string
Richard M. Stallman [Tue, 9 Sep 1997 05:37:20 +0000 (05:37 +0000)]
(dired-get-filename): Don't call encode-coding-string
if file-name-coding-system is non-nil.

26 years ago(Fcall_process): Encode the new current dir.
Richard M. Stallman [Tue, 9 Sep 1997 05:32:07 +0000 (05:32 +0000)]
(Fcall_process): Encode the new current dir.

26 years ago(create_process): Encode the new current dir.
Richard M. Stallman [Tue, 9 Sep 1997 05:30:58 +0000 (05:30 +0000)]
(create_process): Encode the new current dir.

26 years ago(diff group): Remove autoload cookie.
Richard M. Stallman [Tue, 9 Sep 1997 02:59:34 +0000 (02:59 +0000)]
(diff group): Remove autoload cookie.

26 years ago(browse-url group): Remove autoload cookie.
Richard M. Stallman [Tue, 9 Sep 1997 02:59:06 +0000 (02:59 +0000)]
(browse-url group): Remove autoload cookie.

26 years ago(icon-tab-always-indent): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:58:47 +0000 (02:58 +0000)]
(icon-tab-always-indent): Fix customize type.

26 years ago(hs-minor-mode-hook): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:58:23 +0000 (02:58 +0000)]
(hs-minor-mode-hook): Fix customize type.

26 years ago(f90-break-before-delimiters): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:58:06 +0000 (02:58 +0000)]
(f90-break-before-delimiters): Fix customize type.

26 years ago(defun-prompt-regexp): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:57:48 +0000 (02:57 +0000)]
(defun-prompt-regexp): Fix customize type.

26 years ago(executable-chmod): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:57:27 +0000 (02:57 +0000)]
(executable-chmod): Fix customize type.

26 years ago(shell-chdrive-regexp): Likewise.
Richard M. Stallman [Tue, 9 Sep 1997 02:56:56 +0000 (02:56 +0000)]
(shell-chdrive-regexp): Likewise.

26 years ago(ispell-personal-dictionary): Fix customize type.
Richard M. Stallman [Tue, 9 Sep 1997 02:56:16 +0000 (02:56 +0000)]
(ispell-personal-dictionary): Fix customize type.

26 years ago(dabbrev-case-fold-search): Remove extra quote in customize constant.
Richard M. Stallman [Tue, 9 Sep 1997 02:56:04 +0000 (02:56 +0000)]
(dabbrev-case-fold-search): Remove extra quote in customize constant.
(dabbrev-case-replace): Likewise.

26 years ago(UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourth
Richard M. Stallman [Tue, 9 Sep 1997 00:48:08 +0000 (00:48 +0000)]
(UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourth
argument of update_syntax_table.
(UPDATE_SYNTAX_TABLE_BACKWARD): Likewise.
(UPDATE_SYNTAX_TABLE): Likewise.

26 years ago(x_screen_planes): Fix type of argument.
Richard M. Stallman [Tue, 9 Sep 1997 00:47:40 +0000 (00:47 +0000)]
(x_screen_planes): Fix type of argument.

26 years ago(encode_designation_at_bol): Fix type of local vars C1, C2.
Richard M. Stallman [Tue, 9 Sep 1997 00:46:00 +0000 (00:46 +0000)]
(encode_designation_at_bol): Fix type of local vars C1, C2.

26 years ago(custom-variable-save): Fixed doc string.
Richard M. Stallman [Tue, 9 Sep 1997 00:21:07 +0000 (00:21 +0000)]
(custom-variable-save): Fixed doc string.

(custom-variable-menu): Make it clear that `Lisp
mode' edit the initial lisp expression.

26 years ago*** empty log message ***
Per Abrahamsen [Mon, 8 Sep 1997 19:17:57 +0000 (19:17 +0000)]
*** empty log message ***

26 years ago(info-insert-file-contents): Bind
Richard M. Stallman [Mon, 8 Sep 1997 18:26:41 +0000 (18:26 +0000)]
(info-insert-file-contents): Bind
coding-system-for-write to no-conversion.

26 years agoRecompile everything after updating various Lisp files.
Richard M. Stallman [Mon, 8 Sep 1997 17:52:57 +0000 (17:52 +0000)]
Recompile everything after updating various Lisp files.
Recompile in leim as well as lisp.
Check in leim as well as lisp for mismatched files and too-long names.

26 years ago(alpha:OSF1:*:*): For V4.0, get the letter suffix.
Richard Kenner [Mon, 8 Sep 1997 12:29:17 +0000 (12:29 +0000)]
(alpha:OSF1:*:*): For V4.0, get the letter suffix.

26 years ago(mail-mode): Allow dash in citation prefixes
Richard M. Stallman [Mon, 8 Sep 1997 10:28:45 +0000 (10:28 +0000)]
(mail-mode): Allow dash in citation prefixes
in adaptive-fill-regexp and adaptive-fill-first-line-regexp.

26 years ago(telnet-initial-filter): Temporarily go to proper buffer.
Richard M. Stallman [Mon, 8 Sep 1997 10:27:58 +0000 (10:27 +0000)]
(telnet-initial-filter): Temporarily go to proper buffer.

26 years ago(ENCODE_FILE): New macro.
Richard M. Stallman [Mon, 8 Sep 1997 10:09:15 +0000 (10:09 +0000)]
(ENCODE_FILE): New macro.
(Ffile_attributes): Encode the file names to operate on.
(file_name_completion): Do completion on encoded name, then decode.
(Fdirectory_files): Encode the argument.
Decode all result file names using Vfile_name_coding_system.

26 years ago(Fencode_coding_string, Fdecode_coding_string): Doc fixes.
Richard M. Stallman [Mon, 8 Sep 1997 10:00:48 +0000 (10:00 +0000)]
(Fencode_coding_string, Fdecode_coding_string): Doc fixes.

26 years ago(standard-display-european): Arg AUTO
Richard M. Stallman [Mon, 8 Sep 1997 09:59:29 +0000 (09:59 +0000)]
(standard-display-european): Arg AUTO
specifies coding system for terminal output (if needed).

26 years ago(command-line): Pass charset to standard-display-european.
Richard M. Stallman [Mon, 8 Sep 1997 09:57:37 +0000 (09:57 +0000)]
(command-line): Pass charset to standard-display-european.

26 years ago(insert-directory): Encode the file name.
Richard M. Stallman [Mon, 8 Sep 1997 09:56:52 +0000 (09:56 +0000)]
(insert-directory): Encode the file name.

26 years ago(quail-translation-keymap): Bind C-space
Kenichi Handa [Mon, 8 Sep 1997 07:23:23 +0000 (07:23 +0000)]
(quail-translation-keymap): Bind C-space
to quail-select-current.

26 years ago(fill-individual-paragraphs): Don't include
Richard M. Stallman [Mon, 8 Sep 1997 06:47:05 +0000 (06:47 +0000)]
(fill-individual-paragraphs): Don't include
paragraph-separate lines in any paragraph; just skip them.

26 years agoComment change.
Richard M. Stallman [Mon, 8 Sep 1997 03:24:58 +0000 (03:24 +0000)]
Comment change.

26 years ago(c-version): Updated.
Richard M. Stallman [Mon, 8 Sep 1997 03:24:01 +0000 (03:24 +0000)]
(c-version): Updated.

26 years ago(c-style-alist) <python>:, knr-argdecl-intro == +
Richard M. Stallman [Mon, 8 Sep 1997 03:22:22 +0000 (03:22 +0000)]
(c-style-alist) <python>:, knr-argdecl-intro == +
fill-column = 78, arglist-intro <= +, inextern-lang <= 0.
Set c-comment-continuation-stars to "".

26 years ago(c-end-of-statement-1): Wrap backward-up-list in a c-safe call so no
Richard M. Stallman [Mon, 8 Sep 1997 03:20:49 +0000 (03:20 +0000)]
(c-end-of-statement-1): Wrap backward-up-list in a c-safe call so no
error results when buffer contains only a comment and point is at eob.

(c-inside-bracelist-p): Add a test to the enum list test so that enum
in a k&r arg decl doesn't confuse handling of the function body.

26 years ago(c-mode-base-map): Don't define C-c C-e here.
Richard M. Stallman [Mon, 8 Sep 1997 03:20:17 +0000 (03:20 +0000)]
(c-mode-base-map): Don't define C-c C-e here.
(c-mode-map, c++-mode-map): Define C-c C-e here.
(objc-mode-map): Define C-c C-e, not /.
(java-mode-map, idl-mode-map): Don't define /.

26 years ago(c-beginning-of-statement): Fixes in sentence movement to properly
Richard M. Stallman [Mon, 8 Sep 1997 03:20:02 +0000 (03:20 +0000)]
(c-beginning-of-statement): Fixes in sentence movement to properly
handle M-e moving forward into a comment when looking at preceding
whitespace, and M-a moving backward into comment when looking at
following whitespace.

(c-comment-line-break-function): Don't break line in the middle of a string.

26 years ago(Feval_buffer): New arg FILENAME.
Richard M. Stallman [Sun, 7 Sep 1997 18:32:49 +0000 (18:32 +0000)]
(Feval_buffer): New arg FILENAME.

26 years ago(load-with-code-conversion):
Richard M. Stallman [Sun, 7 Sep 1997 18:32:24 +0000 (18:32 +0000)]
(load-with-code-conversion):
Use third arg to eval-buffer and don't set buffer-file-name.

26 years ago(modify_overlay): Update overlay_modiff of proper buffer.
Richard M. Stallman [Sun, 7 Sep 1997 17:49:08 +0000 (17:49 +0000)]
(modify_overlay): Update overlay_modiff of proper buffer.

26 years agoEnlarge the stack size of temacs to 100KB.
Richard M. Stallman [Sun, 7 Sep 1997 17:25:55 +0000 (17:25 +0000)]
Enlarge the stack size of temacs to 100KB.

26 years ago(command-line-1): Update copyright year in string.
Richard M. Stallman [Sun, 7 Sep 1997 17:07:01 +0000 (17:07 +0000)]
(command-line-1): Update copyright year in string.