bpt/emacs.git
20 years ago(ADAPTIVE_READ_BUFFERING): New conditional.
Kim F. Storm [Thu, 1 Jan 2004 23:34:14 +0000 (23:34 +0000)]
(ADAPTIVE_READ_BUFFERING): New conditional.
(READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
(READ_OUTPUT_DELAY_MAX_MAX): New constants.
(process_output_delay_count, process_output_skip): New vars.
(Vprocess_adaptive_read_buffering): New variable.
(make_process): Initialize adaptive read buffering members.
(Fstart_process): Set adaptive_read_buffering member.
(deactivate_process): Cleanup adaptive read buffering.
(wait_reading_process_input): Temporarily omit delayed
subprocesses from the set of file descriptors to read from;
adjust the select timeout if we skipped any subprocesses.
(read_process_output): Increase adaptive read buffering delay if
we read less than a full buffer; reduce delay when we read a
full buffer.
(send_process): Simplify using local Lisp_Process var.
Reset adaptive read buffering delay after write.
(init_process): Initialize process_output_delay_count and
process_output_skip.
(syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.

20 years ago(struct Lisp_Process): New members for adaptive read
Kim F. Storm [Thu, 1 Jan 2004 23:33:58 +0000 (23:33 +0000)]
(struct Lisp_Process): New members for adaptive read
buffering: adaptive_read_buffering, read_output_delay, and
read_output_skip.

20 years ago(w32_text_out): Use s->font, for consistency with callers.
Jason Rumney [Thu, 1 Jan 2004 22:51:46 +0000 (22:51 +0000)]
(w32_text_out): Use s->font, for consistency with callers.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
Miles Bader [Thu, 1 Jan 2004 14:09:01 +0000 (14:09 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13

Minor tweaks to Buttons section in lispref/display.texi

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
Miles Bader [Thu, 1 Jan 2004 04:20:43 +0000 (04:20 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12

Add section on button package to lisp reference manual

* lispref/display.texi (Buttons): New section.

20 years ago(Math Functions): sqrt reports a domain-error
Andreas Schwab [Wed, 31 Dec 2003 12:17:17 +0000 (12:17 +0000)]
(Math Functions): sqrt reports a domain-error
error.
(Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.

20 years ago(completion-ignored-extensions): Add .pfsl.
John Paul Wallington [Wed, 31 Dec 2003 02:46:07 +0000 (02:46 +0000)]
(completion-ignored-extensions): Add .pfsl.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 31 Dec 2003 00:32:19 +0000 (00:32 +0000)]
*** empty log message ***

20 years ago(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
Luc Teirlinck [Wed, 31 Dec 2003 00:27:07 +0000 (00:27 +0000)]
(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.

20 years ago(Ferror_message_string): Add hyperlink to the definition of `signal'
Luc Teirlinck [Wed, 31 Dec 2003 00:24:28 +0000 (00:24 +0000)]
(Ferror_message_string): Add hyperlink to the definition of `signal'
in the Elisp manual.

20 years ago(ido-nonreadable-directory-p): New defun to check for
Kim F. Storm [Wed, 31 Dec 2003 00:00:12 +0000 (00:00 +0000)]
(ido-nonreadable-directory-p): New defun to check for
nonreadable directory without activating tramp to avoid problems
with checking incomplete tramp paths.
(ido-set-current-directory, ido-file-internal)
(ido-file-name-all-completions1): Use it.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 30 Dec 2003 23:59:39 +0000 (23:59 +0000)]
*** empty log message ***

20 years ago(Documentation Tips): Update item on hyperlinks in documentation strings.
Luc Teirlinck [Tue, 30 Dec 2003 23:55:23 +0000 (23:55 +0000)]
(Documentation Tips): Update item on hyperlinks in documentation strings.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 30 Dec 2003 23:37:04 +0000 (23:37 +0000)]
*** empty log message ***

20 years ago(help-xref-info-regexp): Make hyperlinks to Info documentation if the
Luc Teirlinck [Tue, 30 Dec 2003 23:34:08 +0000 (23:34 +0000)]
(help-xref-info-regexp): Make hyperlinks to Info documentation if the
anchor (or node) name is preceded by `info anchor' or `Info anchor' in
addition to earlier `info node' and `Info node'.
(help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.

20 years ago(Standard Errors): Various small corrections and additions.
Luc Teirlinck [Tue, 30 Dec 2003 22:38:00 +0000 (22:38 +0000)]
(Standard Errors): Various small corrections and additions.

20 years agoVarious small changes in addition to the following.
Luc Teirlinck [Tue, 30 Dec 2003 22:34:35 +0000 (22:34 +0000)]
Various small changes in addition to the following.
(Signaling Errors): Provide some more details on how `signal'
constructs the error message.  Add anchor to the definition of
`signal'.
(Error Symbols): Describe special treatment of `quit'.
(Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to
emphasize that it has to be a single form.

20 years agoAdd anchor.
Luc Teirlinck [Tue, 30 Dec 2003 22:15:07 +0000 (22:15 +0000)]
Add anchor.

20 years agoUse arch-tag: syntax that tla can grok
Miles Bader [Tue, 30 Dec 2003 14:53:35 +0000 (14:53 +0000)]
Use arch-tag: syntax that tla can grok

20 years ago(rmail-convert-to-babyl-format): Fix off-by-one
Eli Zaretskii [Tue, 30 Dec 2003 11:43:21 +0000 (11:43 +0000)]
(rmail-convert-to-babyl-format): Fix off-by-one
error in arguments to base64-decode-region.  Remove ^M characters
after decoding base64.

20 years agoChange maintainer to FSF. Suggested by
Simon Josefsson [Tue, 30 Dec 2003 10:59:36 +0000 (10:59 +0000)]
Change maintainer to FSF.  Suggested by
karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
have only been distributed with Emacs for some years.
(texinfo-mode-hook): Customize.

20 years ago(rmail-convert-to-babyl-format): Make the code
Eli Zaretskii [Tue, 30 Dec 2003 10:46:37 +0000 (10:46 +0000)]
(rmail-convert-to-babyl-format): Make the code
cleaner (suggested by Richard M. Stallman).

20 years ago*** empty log message ***
Eli Zaretskii [Tue, 30 Dec 2003 08:51:06 +0000 (08:51 +0000)]
*** empty log message ***

20 years ago(gud-tool-bar-map): Modify names of icon files
Eli Zaretskii [Tue, 30 Dec 2003 08:50:29 +0000 (08:50 +0000)]
(gud-tool-bar-map): Modify names of icon files
for gud-next, gud-nexti, gud-step and gud-stepi to prevent
file-name clashes on 8+3 DOS filesystems.

20 years ago* toolbar/gud-next.pbm, toolbar/gud-next.xpm
Eli Zaretskii [Tue, 30 Dec 2003 08:49:27 +0000 (08:49 +0000)]
* toolbar/gud-next.pbm, toolbar/gud-next.xpm
* toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
* toolbar/gud-step.pbm, toolbar/gud-step.xpm
* toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
file-name clashes on 8+3 filesystems.

20 years agoemacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
Eli Zaretskii [Tue, 30 Dec 2003 08:26:00 +0000 (08:26 +0000)]
emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
from testcover-unsafep.el and testcover-ses.el to avoid file-name
clashes on 8+3 DOS filesystems.

20 years agoRenamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii [Tue, 30 Dec 2003 08:08:22 +0000 (08:08 +0000)]
Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
clashes with install-sh on 8+3 filesystems.

20 years ago(Choosing Window): Add same-window-p, special-display-p.
Richard M. Stallman [Mon, 29 Dec 2003 21:53:46 +0000 (21:53 +0000)]
(Choosing Window): Add same-window-p, special-display-p.
(Window Configurations): Add window-configuration-frame.

20 years ago(Creating Buffer-Local): Add local-variable-if-set-p.
Richard M. Stallman [Mon, 29 Dec 2003 21:52:03 +0000 (21:52 +0000)]
(Creating Buffer-Local): Add local-variable-if-set-p.

20 years ago(Examining Properties): Add get-char-property-and-overlay.
Richard M. Stallman [Mon, 29 Dec 2003 21:51:29 +0000 (21:51 +0000)]
(Examining Properties): Add get-char-property-and-overlay.
Change arg name in get-char-property.
(Special Properties): Update handling of keymap property.

20 years ago(Modifying Strings): Add clear-string.
Richard M. Stallman [Mon, 29 Dec 2003 21:37:17 +0000 (21:37 +0000)]
(Modifying Strings): Add clear-string.
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.

20 years ago(Time of Day): Add set-time-zone-rule.
Richard M. Stallman [Mon, 29 Dec 2003 21:35:37 +0000 (21:35 +0000)]
(Time of Day): Add set-time-zone-rule.

20 years ago(Math Functions): asin, acos, log, log10 report domain-error errors.
Richard M. Stallman [Mon, 29 Dec 2003 21:32:10 +0000 (21:32 +0000)]
(Math Functions): asin, acos, log, log10 report domain-error errors.

20 years ago(Converting Representations):
Richard M. Stallman [Mon, 29 Dec 2003 21:29:15 +0000 (21:29 +0000)]
(Converting Representations):
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
(Encoding and I/O): Add file-name-coding-system.

20 years ago(Search-based Fontification): Explain that
Richard M. Stallman [Mon, 29 Dec 2003 21:27:13 +0000 (21:27 +0000)]
(Search-based Fontification): Explain that
face specs are symbols with face names as values.

20 years ago(Minibuffer Misc): Add set-minibuffer-window.
Richard M. Stallman [Mon, 29 Dec 2003 21:24:48 +0000 (21:24 +0000)]
(Minibuffer Misc): Add set-minibuffer-window.

20 years ago(Building Lists): remq moved elsewhere.
Richard M. Stallman [Mon, 29 Dec 2003 21:24:11 +0000 (21:24 +0000)]
(Building Lists): remq moved elsewhere.
(Sets And Lists): remq moved here.
(Association Lists): Refer to assoc-string.

20 years ago(Garbage Collection): Add memory-use-counts.
Richard M. Stallman [Mon, 29 Dec 2003 20:59:33 +0000 (20:59 +0000)]
(Garbage Collection): Add memory-use-counts.

20 years ago(Frames and Windows): Add set-frame-selected-window and frame-root-window.
Richard M. Stallman [Mon, 29 Dec 2003 20:58:40 +0000 (20:58 +0000)]
(Frames and Windows): Add set-frame-selected-window and frame-root-window.

20 years ago(Contents of Directories):
Richard M. Stallman [Mon, 29 Dec 2003 20:28:40 +0000 (20:28 +0000)]
(Contents of Directories):
Add directory-files-and-attributes.

20 years ago(Refresh Screen): Add force-window-update.
Richard M. Stallman [Mon, 29 Dec 2003 20:28:06 +0000 (20:28 +0000)]
(Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.

20 years ago(Buffer Modification): Add restore-buffer-modified-p.
Richard M. Stallman [Mon, 29 Dec 2003 20:25:53 +0000 (20:25 +0000)]
(Buffer Modification): Add restore-buffer-modified-p.
(Killing Buffers): Add buffer-live-p.

20 years ago(mail-mode-flyspell-verify): Search for header separator alone on a
Richard M. Stallman [Mon, 29 Dec 2003 20:06:19 +0000 (20:06 +0000)]
(mail-mode-flyspell-verify): Search for header separator alone on a
line, literally, and search for it backward, not forward.
(flyspell-abbrev-table): Always use global-abbrev-table if there is no
local one.

20 years ago(sh-get-indent-info):
Richard M. Stallman [Mon, 29 Dec 2003 20:03:46 +0000 (20:03 +0000)]
(sh-get-indent-info):
Don't move point back if at bob.

20 years ago(save-buffer-state-x): Use with-no-warnings.
Richard M. Stallman [Mon, 29 Dec 2003 20:03:05 +0000 (20:03 +0000)]
(save-buffer-state-x): Use with-no-warnings.

20 years ago(handwrite): Make the handwrite credit message
Richard M. Stallman [Mon, 29 Dec 2003 20:02:15 +0000 (20:02 +0000)]
(handwrite): Make the handwrite credit message
a comment rather than an output command.

20 years agoDisplay message that this file is obsolete.
Richard M. Stallman [Mon, 29 Dec 2003 20:01:32 +0000 (20:01 +0000)]
Display message that this file is obsolete.

20 years ago(ange-ftp-start-process): Copy the environment.
Richard M. Stallman [Mon, 29 Dec 2003 20:00:36 +0000 (20:00 +0000)]
(ange-ftp-start-process): Copy the environment.

20 years ago(rfc822-address-start): Declare variable.
Richard M. Stallman [Mon, 29 Dec 2003 19:59:24 +0000 (19:59 +0000)]
(rfc822-address-start): Declare variable.
Renamed from address-start.  All uses changed.

20 years ago(term-exec): Set up sentinel.
Richard M. Stallman [Mon, 29 Dec 2003 19:58:11 +0000 (19:58 +0000)]
(term-exec): Set up sentinel.
(term-sentinel): New function.
(term-handle-exit): New function.

20 years ago(assoc-ignore-case, assoc-ignore-representation):
Richard M. Stallman [Mon, 29 Dec 2003 19:56:54 +0000 (19:56 +0000)]
(assoc-ignore-case, assoc-ignore-representation):
Use assoc-string, and mark them obsolete.
(delay-mode-hooks): Mark as permanent local.

20 years ago(sendmail-user-agent-compose): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:52:25 +0000 (19:52 +0000)]
(sendmail-user-agent-compose): Use assoc-string.

20 years ago(copy-rectangle-to-register): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 19:51:54 +0000 (19:51 +0000)]
(copy-rectangle-to-register): Doc fix.

20 years ago(Info-insert-dir): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:18:53 +0000 (19:18 +0000)]
(Info-insert-dir): Use assoc-string.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 Dec 2003 19:18:20 +0000 (19:18 +0000)]
*** empty log message ***

20 years ago(info-lookup): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:18:09 +0000 (19:18 +0000)]
(info-lookup): Use assoc-string.

20 years ago(pop-up-frame-function): Use quote, not `function'.
Richard M. Stallman [Mon, 29 Dec 2003 19:17:24 +0000 (19:17 +0000)]
(pop-up-frame-function): Use quote, not `function'.
(frame-notice-user-settings): Calculate ADJUSTED-TOP
copying with lists as coordinate values.

20 years ago(font-lock-after-change-function): Bind inhibit-quit.
Richard M. Stallman [Mon, 29 Dec 2003 19:16:05 +0000 (19:16 +0000)]
(font-lock-after-change-function): Bind inhibit-quit.

20 years ago(kill-find): New command.
Richard M. Stallman [Mon, 29 Dec 2003 19:15:23 +0000 (19:15 +0000)]
(kill-find): New command.
(find-dired): Make buffer read-only.
Set up a keymap with C-c C-k running kill-find.
(find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.

20 years ago(backup-buffer-copy): If MODES is nil, don't set modes.
Richard M. Stallman [Mon, 29 Dec 2003 19:14:03 +0000 (19:14 +0000)]
(backup-buffer-copy): If MODES is nil, don't set modes.

20 years ago(shell-file-name-chars): Add [].
Richard M. Stallman [Mon, 29 Dec 2003 19:13:28 +0000 (19:13 +0000)]
(shell-file-name-chars): Add [].

(shell-dynamic-complete-as-command): Rename local vars.

20 years ago(define-generic-mode): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 19:12:40 +0000 (19:12 +0000)]
(define-generic-mode): Doc fix.

20 years ago(file-cache-ignore-case): New variable.
Richard M. Stallman [Mon, 29 Dec 2003 19:12:17 +0000 (19:12 +0000)]
(file-cache-ignore-case): New variable.
(file-cache-assoc-function): Var deleted.  Use assoc-string instead.

20 years ago(comint-arguments): Set COUNT after ARGS is complete.
Richard M. Stallman [Mon, 29 Dec 2003 19:10:24 +0000 (19:10 +0000)]
(comint-arguments): Set COUNT after ARGS is complete.
(comint-dynamic-complete-as-filename): Rename local vars.
(comint-dynamic-list-filename-completions): Likewise.

(comint-dynamic-list-completions-config): New var.
(comint-dynamic-list-completions): Handle both SPC and TAB right.

(comint-file-name-chars): Add [].
(comint-word): Use skip-chars-backward, not search.

20 years ago(bookmark-get-bookmark): Use assoc-string.
Richard M. Stallman [Mon, 29 Dec 2003 19:04:08 +0000 (19:04 +0000)]
(bookmark-get-bookmark): Use assoc-string.

20 years agoUpdate author email addr.
Richard M. Stallman [Mon, 29 Dec 2003 19:03:08 +0000 (19:03 +0000)]
Update author email addr.

20 years agoChanged arch tag comment out glyph from `%' to `@c' since the Texinfo
Robert J. Chassell [Mon, 29 Dec 2003 16:45:00 +0000 (16:45 +0000)]
Changed arch tag comment out glyph from `%' to `@c' since the Texinfo
comment out glyph is active at the end of this file.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 14:06:29 +0000 (14:06 +0000)]
*** empty log message ***

20 years ago(kill-some-buffers): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 14:04:31 +0000 (14:04 +0000)]
(kill-some-buffers): Doc fix.

20 years ago(internal_equal): Return t for two NaN arguments.
Eli Zaretskii [Mon, 29 Dec 2003 13:51:54 +0000 (13:51 +0000)]
(internal_equal): Return t for two NaN arguments.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 29 Dec 2003 13:44:14 +0000 (13:44 +0000)]
*** empty log message ***

20 years ago(comint-watch-for-password-prompt): Pass `string' as
Eli Zaretskii [Mon, 29 Dec 2003 13:42:37 +0000 (13:42 +0000)]
(comint-watch-for-password-prompt): Pass `string' as
arg to send-invisible
(send-invisible): Doc fix.  The argument is now a prompt, not the
string to send.
(comint-read-noecho): Doc fix.

20 years agoDescribe the change in texnfo-upd.el by Bob Chassel.
Eli Zaretskii [Mon, 29 Dec 2003 13:31:16 +0000 (13:31 +0000)]
Describe the change in texnfo-upd.el by Bob Chassel.

20 years ago(ange-ftp-name-format): Allow USER to contain
Eli Zaretskii [Mon, 29 Dec 2003 13:22:30 +0000 (13:22 +0000)]
(ange-ftp-name-format): Allow USER to contain
"@", as required by some ISP hosting service.  Fix defcustom
argument syntax errors that prevented use of customization.

20 years ago(Vi Macros): Fix reference to the Emacs manual.
Eli Zaretskii [Mon, 29 Dec 2003 13:09:14 +0000 (13:09 +0000)]
(Vi Macros): Fix reference to the Emacs manual.

20 years ago(C Modes): Fix the xref.
Eli Zaretskii [Mon, 29 Dec 2003 13:05:00 +0000 (13:05 +0000)]
(C Modes): Fix the xref.

20 years ago(xml-get-attribute-or-nil): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 13:00:09 +0000 (13:00 +0000)]
(xml-get-attribute-or-nil): Doc fix.

20 years ago(zone-mode): Use write-file-functions, not write-file-hooks.
Eli Zaretskii [Mon, 29 Dec 2003 12:57:07 +0000 (12:57 +0000)]
(zone-mode): Use write-file-functions, not write-file-hooks.

20 years agoUse windows-1251 encoding. Fix punctuation errors.
Eli Zaretskii [Mon, 29 Dec 2003 12:49:21 +0000 (12:49 +0000)]
Use windows-1251 encoding.  Fix punctuation errors.

20 years ago(auto-revert-interval): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 12:41:49 +0000 (12:41 +0000)]
(auto-revert-interval): Doc fix.

20 years agoFix Mark Hershberg's entries for xml.el.
Eli Zaretskii [Mon, 29 Dec 2003 12:36:58 +0000 (12:36 +0000)]
Fix Mark Hershberg's entries for xml.el.

20 years agoFix previous change. Remove redundant trailing whitespace.
Eli Zaretskii [Mon, 29 Dec 2003 12:35:35 +0000 (12:35 +0000)]
Fix previous change.  Remove redundant trailing whitespace.

20 years ago(xml-get-attribute-or-nil): New function, like
Eli Zaretskii [Mon, 29 Dec 2003 12:13:27 +0000 (12:13 +0000)]
(xml-get-attribute-or-nil): New function, like
xml-get-attribute, but returns nil if the attribute was not found.
(xml-get-attribute): Converted to defsubst, uses
xml-get-attribute-or-nil.

20 years ago(easy-menu-define): Doc fix.
Eli Zaretskii [Mon, 29 Dec 2003 12:05:15 +0000 (12:05 +0000)]
(easy-menu-define): Doc fix.

20 years ago(custom-declare-theme): Use `value' when putting properties on `theme'.
Eli Zaretskii [Mon, 29 Dec 2003 11:54:03 +0000 (11:54 +0000)]
(custom-declare-theme): Use `value' when putting properties on `theme'.

20 years agoDocument the change in insert-for-yank.
Eli Zaretskii [Mon, 29 Dec 2003 11:46:03 +0000 (11:46 +0000)]
Document the change in insert-for-yank.

20 years ago(insert-for-yank): Call insert-for-yank-1 repetitively
Eli Zaretskii [Mon, 29 Dec 2003 11:40:49 +0000 (11:40 +0000)]
(insert-for-yank): Call insert-for-yank-1 repetitively
for each yank-handler segment.
(insert-for-yank-1): New function, with the body of the previous
insert-for-yank.

20 years ago(table-yank-handler): New defcustom.
Eli Zaretskii [Mon, 29 Dec 2003 11:29:31 +0000 (11:29 +0000)]
(table-yank-handler): New defcustom.
(table--put-cell-indicator-property): Put yank-handler property
that indicates the yank handler for the table cell.

20 years ago(store_symval_forwarding): Handle setting default-fill-column, etc.,
Richard M. Stallman [Mon, 29 Dec 2003 11:29:18 +0000 (11:29 +0000)]
(store_symval_forwarding): Handle setting default-fill-column, etc.,
by changing buffers that use the default.

20 years ago(Fset_minibuffer_window): Doc fix.
Richard M. Stallman [Mon, 29 Dec 2003 11:25:21 +0000 (11:25 +0000)]
(Fset_minibuffer_window): Doc fix.

20 years ago(choose_write_coding_system): Ignore auto_saving
Richard M. Stallman [Mon, 29 Dec 2003 11:24:14 +0000 (11:24 +0000)]
(choose_write_coding_system): Ignore auto_saving
if using the visited file for auto saves.
(Fwrite_region): Don't update SAVE_MODIFF
if auto-saving in visited file.

20 years agoComment change.
Richard M. Stallman [Mon, 29 Dec 2003 11:22:31 +0000 (11:22 +0000)]
Comment change.

20 years ago(etc-modules-conf-generic-mode): A more complete set of keywords.
Eli Zaretskii [Mon, 29 Dec 2003 11:22:19 +0000 (11:22 +0000)]
(etc-modules-conf-generic-mode): A more complete set of keywords.

20 years ago(reset-language-environment, set-language-environment): Don't invoke
Eli Zaretskii [Mon, 29 Dec 2003 10:59:41 +0000 (10:59 +0000)]
(reset-language-environment, set-language-environment): Don't invoke
fontset-related functions if fontset-list is not fboundp.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Dec 2003 07:11:58 +0000 (07:11 +0000)]
*** empty log message ***

20 years ago(ccl-encode-koi8-font): Make it work for
Kenichi Handa [Mon, 29 Dec 2003 07:10:51 +0000 (07:10 +0000)]
(ccl-encode-koi8-font): Make it work for
characters of mule-unicode-0100-24ff.
(ccl-encode-windows-1251-font): New CCL program.
("Bulgarian"): Specify overriding-fontspec.
("Belarusian"): Likewise.

20 years ago(reset-language-environment): Call
Kenichi Handa [Mon, 29 Dec 2003 07:10:09 +0000 (07:10 +0000)]
(reset-language-environment): Call
set-overriding-fontspec-internal with nil.
(set-language-environment): Call set-overriding-fontspec-internal
if the language environment specify `overriding-fontspec'.
(language-info-alist): Doc added.

20 years ago(face_font_available_p): New function.
Kenichi Handa [Mon, 29 Dec 2003 06:54:55 +0000 (06:54 +0000)]
(face_font_available_p): New function.

20 years ago(Voverriding_fontspec_alist): New variable.
Kenichi Handa [Mon, 29 Dec 2003 06:53:50 +0000 (06:53 +0000)]
(Voverriding_fontspec_alist): New variable.
(lookup_overriding_fontspec): New function.
(fontset_ref_via_base): Call lookup_overriding_fontspec if
necessary.
(fontset_font_pattern): Likewise.
(regulalize_fontname): New function.
(Fset_fontset_font): Call regulalize_fontname.
(Fset_overriding_fontspec_internal): New function.
(syms_of_fontset): Initialize and staticprop
Voverriding_fontspec_alist.
(syms_of_fontset): Defsubr Sset_overriding_fontspec_internal.

20 years ago(face_font_available_p): Extern it.
Kenichi Handa [Mon, 29 Dec 2003 06:53:28 +0000 (06:53 +0000)]
(face_font_available_p): Extern it.