bpt/emacs.git
25 years ago(Fset_buffer_multibyte): Error if buffer is multibyte.
Richard M. Stallman [Mon, 1 Feb 1999 11:17:41 +0000 (11:17 +0000)]
(Fset_buffer_multibyte): Error if buffer is multibyte.

25 years ago(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
Richard M. Stallman [Mon, 1 Feb 1999 10:38:08 +0000 (10:38 +0000)]
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
of compilation-next-error-locus.

25 years ago(quail-lookup-key): If cdr of MAP is a
Kenichi Handa [Mon, 1 Feb 1999 02:52:34 +0000 (02:52 +0000)]
(quail-lookup-key): If cdr of MAP is a
function, replace cdr of MAP by the return value of the function
unconditionally.

25 years ago(ROUND_UP_DST_AND_ZERO): New macro.
Andrew Innes [Sun, 31 Jan 1999 21:53:14 +0000 (21:53 +0000)]
(ROUND_UP_DST_AND_ZERO): New macro.
(copy_executable_and_dump_data): Use it to ensure alignment slop
is zeroed.

25 years agoROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST. Zeroes the
Andrew Innes [Sun, 31 Jan 1999 21:50:21 +0000 (21:50 +0000)]
ROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST.  Zeroes the
alignment slop.

(copy_executable_and_add_section): Update the
SizeOfHeaders field properly.

25 years agoAdd hyperbole.
Dave Love [Sun, 31 Jan 1999 18:31:15 +0000 (18:31 +0000)]
Add hyperbole.

25 years ago(rmail-mime-charset-pattern): Add optional TABs
Eli Zaretskii [Sun, 31 Jan 1999 14:49:43 +0000 (14:49 +0000)]
(rmail-mime-charset-pattern): Add optional TABs
and NLs before "charset", and allow the charset name be in double
quotes.

25 years ago(imenu-sort-function): Fix custom type.
Richard M. Stallman [Sun, 31 Jan 1999 07:20:12 +0000 (07:20 +0000)]
(imenu-sort-function): Fix custom type.

25 years ago(speedbar-line-token): Match {...} instead of [...].
Richard M. Stallman [Sun, 31 Jan 1999 04:39:37 +0000 (04:39 +0000)]
(speedbar-line-token): Match {...} instead of [...].
(speedbar-line-token): Likewise.

25 years ago(rmail-decode-babyl-format): Avoid locking when decoding.
Richard M. Stallman [Sun, 31 Jan 1999 04:35:56 +0000 (04:35 +0000)]
(rmail-decode-babyl-format): Avoid locking when decoding.

25 years ago(Fset_window_point): If WINDOW is selected but the
Richard M. Stallman [Sat, 30 Jan 1999 23:45:54 +0000 (23:45 +0000)]
(Fset_window_point): If WINDOW is selected but the
current buffer is not its buffer, don't use Fgoto_char.

25 years ago(init_environment): Change argv[0] to contain the full path to Emacs.
Andrew Innes [Sat, 30 Jan 1999 18:48:57 +0000 (18:48 +0000)]
(init_environment): Change argv[0] to contain the full path to Emacs.

25 years ago(main): Pass argv to init_environment.
Andrew Innes [Sat, 30 Jan 1999 18:47:52 +0000 (18:47 +0000)]
(main): Pass argv to init_environment.

25 years agoFix previous change.
Richard M. Stallman [Sat, 30 Jan 1999 07:26:04 +0000 (07:26 +0000)]
Fix previous change.

25 years ago(gametree-default-score): Use defcustom.
Richard M. Stallman [Sat, 30 Jan 1999 07:24:51 +0000 (07:24 +0000)]
(gametree-default-score): Use defcustom.
(gametree-score-regexp, gametree-score-closer): Likewise.
(gametree-score-manual-flag, gametree-score-opener): Likewise.

25 years agoDocument scoring functionality.
Richard M. Stallman [Sat, 30 Jan 1999 07:20:18 +0000 (07:20 +0000)]
Document scoring functionality.
(gametree-score-regexp): Add optional plus sign.
(gametree-score-opener): Replace `:' with `=' as the former
conflicts with gametree-half-ply-regexp.
(gametree-transpose-following-leaves): Add.
(gametree-insert-new-leaf): Make modifying commands barf in read-only buffers.
(gametree-break-line-here): Add a call to
`gametree-transpose-following-leaves'.  This maintains the
necessary invariant that on each level all leaf children precede
all nonleaf children.  This has always been implied, but left to
the user, and, unfortunately, undocumented.

25 years ago(x_load_font): For the height of font, if normarl ascent and
Kenichi Handa [Sat, 30 Jan 1999 02:37:14 +0000 (02:37 +0000)]
(x_load_font): For the height of font, if normarl ascent and
descent value are larger than those in max_bounds field, use the
former.

25 years ago(x_new_fontset): For ASCII font, don't use the font name
Kenichi Handa [Sat, 30 Jan 1999 01:46:35 +0000 (01:46 +0000)]
(x_new_fontset): For ASCII font, don't use the font name
returned by x_new_font (the resolved one) but use the font name
set in the fontset specification.

25 years ago(tex-mode-map): Replace validate-tex-buffer by
Markus Rost [Fri, 29 Jan 1999 22:06:31 +0000 (22:06 +0000)]
(tex-mode-map): Replace validate-tex-buffer by
tex-validate-buffer.
(plain-tex-mode, latex-mode, slitex-mode): Likewise.
(tex-validate-buffer): Renamed from validate-tex-buffer.  Works
now with recent occur-mode.
(tex-validate-region): Really walk through all Sexps.
(tex-region): Bind shell-dirtrack-verbose.
(tex-file, tex-bibtex-file): Likewise.

25 years ago(finder-commentary): Fix interactive spec. Try
Dave Love [Fri, 29 Jan 1999 18:27:10 +0000 (18:27 +0000)]
(finder-commentary): Fix interactive spec.  Try
appending .el to file name.
(finder-find-library, finder-commentary): Doc fixes.

25 years ago(rmail-insert-inbox-text): Handle POP mailboxes
Andrew Innes [Fri, 29 Jan 1999 18:13:30 +0000 (18:13 +0000)]
(rmail-insert-inbox-text): Handle POP mailboxes
where the userid contains directory separators.

25 years ago(lm-verify): Fix arg list.
Dave Love [Fri, 29 Jan 1999 14:31:49 +0000 (14:31 +0000)]
(lm-verify): Fix arg list.
(lm-commentary): Doc fix.

25 years agoTerminate Commentary for Finder.
Dave Love [Fri, 29 Jan 1999 14:12:49 +0000 (14:12 +0000)]
Terminate Commentary for Finder.

25 years ago(file-expand-wildcards): Never consider `.' and `..' a
Andreas Schwab [Fri, 29 Jan 1999 11:31:33 +0000 (11:31 +0000)]
(file-expand-wildcards): Never consider `.' and `..' a
wildcard match.  Fix regexp that tests if dirpart contains
wildcard characters.

25 years ago(font-lock-default-unfontify-region):
Richard M. Stallman [Thu, 28 Jan 1999 19:45:13 +0000 (19:45 +0000)]
(font-lock-default-unfontify-region):
If not font-lock-syntactic-keywords, don't remove syntax-table prop.

25 years ago(decode_mode_spec_coding): Fix previous change.
Eli Zaretskii [Thu, 28 Jan 1999 16:30:23 +0000 (16:30 +0000)]
(decode_mode_spec_coding): Fix previous change.

25 years ago(w32_load_system_font): Do not load unlisted fonts if
Geoff Voelker [Thu, 28 Jan 1999 04:52:02 +0000 (04:52 +0000)]
(w32_load_system_font): Do not load unlisted fonts if
list was reliable.
(enum_fontex_cb1, enum_fontex_cb2): New functions.
(w32_list_bdf_fonts): New parameter; max_names.  Callers updated.
(w32_list_synthesized_fonts): New function.
(w32_list_fonts): Use maxnames.  Use EnumFontFamiliesEx when
available instead of EnumFontFamilies.  List synthesized fonts if
Vw32_enable_italics is non-nil.

25 years ago(direct-print-region-helper): Check for printer
Geoff Voelker [Thu, 28 Jan 1999 04:48:30 +0000 (04:48 +0000)]
(direct-print-region-helper): Check for printer
being t as well as a string.

25 years ago(w32-standard-fontset-spec): Remove wildcard
Geoff Voelker [Thu, 28 Jan 1999 04:46:42 +0000 (04:46 +0000)]
(w32-standard-fontset-spec): Remove wildcard
from FAMILY field.
(w32-create-initial-fontsets): Do not use before-init-hook.
(mouse-set-font): Document.  Automatically create and use
fontsets.

25 years ago(x_set_frame_parameters): gcpro as needed.
Richard M. Stallman [Thu, 28 Jan 1999 04:01:44 +0000 (04:01 +0000)]
(x_set_frame_parameters): gcpro as needed.

25 years ago(SETUP_SLAVE_PTY): Use the ptem module if it exists.
Richard M. Stallman [Thu, 28 Jan 1999 03:49:39 +0000 (03:49 +0000)]
(SETUP_SLAVE_PTY): Use the ptem module if it exists.
Don't complain if ttcompat does not exist.

25 years ago(rmail-decode-mime-charset): New variable.
Richard M. Stallman [Thu, 28 Jan 1999 03:13:51 +0000 (03:13 +0000)]
(rmail-decode-mime-charset): New variable.
(rmail-mime-charset-pattern): New variable.
(rmail-convert-to-babyl-format): Decode by MIME-charset if
rmail-decode-mime-charset is non-nil.

25 years agoSet category `q' for all characters
Kenichi Handa [Thu, 28 Jan 1999 02:33:24 +0000 (02:33 +0000)]
Set category `q' for all characters
in tibetan and tibetan-1-column.

25 years ago(select-frame-by-name): Obey focus-follows-mouse.
Andrew Innes [Wed, 27 Jan 1999 22:04:05 +0000 (22:04 +0000)]
(select-frame-by-name): Obey focus-follows-mouse.
(select-frame-by-name) [windows-nt]: Use w32-focus-frame.

25 years ago(w32_wnd_proc): Fix bug introduced by previous change;
Andrew Innes [Wed, 27 Jan 1999 21:53:27 +0000 (21:53 +0000)]
(w32_wnd_proc): Fix bug introduced by previous change;
the lwindow, rwindow and apps keys could not be used as function
keys, because they were being passed to TranslateMessage which
ignores them.  Also, key was being changed to SPC.

25 years agoDo make version comparison as strings.
Andrew Innes [Wed, 27 Jan 1999 21:49:57 +0000 (21:49 +0000)]
Do make version comparison as strings.

25 years ago(current-language-environment):
Dave Love [Wed, 27 Jan 1999 20:22:42 +0000 (20:22 +0000)]
(current-language-environment):
Provide :link, :type (choices) and appropriate :get.

25 years ago(command-line): Set default eol-mnemonic-* strings to
Eli Zaretskii [Wed, 27 Jan 1999 10:12:43 +0000 (10:12 +0000)]
(command-line): Set default eol-mnemonic-* strings to
display end-of-line format in mode line.

25 years ago(all): Add eol-mnemonic-* variables.
Eli Zaretskii [Wed, 27 Jan 1999 10:11:51 +0000 (10:11 +0000)]
(all): Add eol-mnemonic-* variables.

25 years agoeol-mnemonic-* variables are now strings, not characters.
Eli Zaretskii [Wed, 27 Jan 1999 10:09:55 +0000 (10:09 +0000)]
eol-mnemonic-* variables are now strings, not characters.

25 years ago(syms_of_coding): eol-mnemonic-* variables are now
Eli Zaretskii [Wed, 27 Jan 1999 10:08:13 +0000 (10:08 +0000)]
(syms_of_coding): eol-mnemonic-* variables are now
strings, not characters.

25 years ago(decode_mode_spec_coding): Display the EOL type as a string.
Eli Zaretskii [Wed, 27 Jan 1999 10:06:21 +0000 (10:06 +0000)]
(decode_mode_spec_coding): Display the EOL type as a string.

25 years ago(command-line-1): Up-date copyright.
Richard M. Stallman [Tue, 26 Jan 1999 22:10:15 +0000 (22:10 +0000)]
(command-line-1): Up-date copyright.

25 years ago(main): Up-date copyright.
Richard M. Stallman [Tue, 26 Jan 1999 22:09:40 +0000 (22:09 +0000)]
(main): Up-date copyright.

25 years ago(Info-directory-list): Don't set path-separator now
Dave Love [Tue, 26 Jan 1999 18:54:57 +0000 (18:54 +0000)]
(Info-directory-list): Don't set path-separator now
we're not shipped with Texinfo.  Simplify path definition.
Substitute all occurrences of instdir in
Info-default-directory-list.

25 years agoCopyright up-date.
Dave Love [Tue, 26 Jan 1999 18:54:23 +0000 (18:54 +0000)]
Copyright up-date.

25 years ago(Info-default-directory-list): Use configdir twice.
Dave Love [Tue, 26 Jan 1999 18:52:46 +0000 (18:52 +0000)]
(Info-default-directory-list): Use configdir twice.

25 years ago(WinMain): Pass explicit environment block to
Andrew Innes [Tue, 26 Jan 1999 12:56:01 +0000 (12:56 +0000)]
(WinMain): Pass explicit environment block to
CreateProcess, to work around a bug in Windows 95/98.

25 years ago(mark-diary-entries): Use assoc-ignore-case and do not capitalize when
Richard M. Stallman [Tue, 26 Jan 1999 01:36:00 +0000 (01:36 +0000)]
(mark-diary-entries): Use assoc-ignore-case and do not capitalize when
matching month and day names.

25 years ago(calendar-goto-french-date): Use assoc-ignore-case and do not
Richard M. Stallman [Tue, 26 Jan 1999 01:32:11 +0000 (01:32 +0000)]
(calendar-goto-french-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(coptic-prompt-for-date): Use assoc-ignore-case and do not capitalize
Richard M. Stallman [Tue, 26 Jan 1999 01:31:29 +0000 (01:31 +0000)]
(coptic-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.

25 years ago(calendar-goto-julian-date): Use assoc-ignore-case and do not
Richard M. Stallman [Tue, 26 Jan 1999 01:30:46 +0000 (01:30 +0000)]
(calendar-goto-julian-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(calendar-read-date): Use assoc-ignore-case and do not capitalize when
Richard M. Stallman [Tue, 26 Jan 1999 01:29:43 +0000 (01:29 +0000)]
(calendar-read-date): Use assoc-ignore-case and do not capitalize when
matching month and day names.

25 years ago(calendar-goto-hebrew-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:28:41 +0000 (01:28 +0000)]
(calendar-goto-hebrew-date)
(mark-hebrew-diary-entries, list-yahrzeit-dates): Use
assoc-ignore-case and do not capitalize when matching month and day names.

25 years ago(persian-prompt-for-date): Use assoc-ignore-case and do not capitalize
Richard M. Stallman [Tue, 26 Jan 1999 01:27:39 +0000 (01:27 +0000)]
(persian-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.

25 years ago(calendar-read-mayan-haab-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:26:54 +0000 (01:26 +0000)]
(calendar-read-mayan-haab-date)
(calendar-read-mayan-tzolkin-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(calendar-goto-islamic-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:26:01 +0000 (01:26 +0000)]
(calendar-goto-islamic-date)
(mark-islamic-diary-entries): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years agoUse icons/gnu2a32.ico as the default icon.
Geoff Voelker [Tue, 26 Jan 1999 01:05:45 +0000 (01:05 +0000)]
Use icons/gnu2a32.ico as the default icon.

25 years ago(install, fast_install): Install Windows icons
Geoff Voelker [Tue, 26 Jan 1999 01:05:27 +0000 (01:05 +0000)]
(install, fast_install): Install Windows icons
into etc/icons.

25 years agoInclude the new directory nt/icons in distributions.
Geoff Voelker [Tue, 26 Jan 1999 01:05:09 +0000 (01:05 +0000)]
Include the new directory nt/icons in distributions.

25 years ago(xmalloc): Fix previous change.
Richard M. Stallman [Mon, 25 Jan 1999 23:43:20 +0000 (23:43 +0000)]
(xmalloc): Fix previous change.

25 years ago(browse-url-netscape-program): Doc addition.
Dave Love [Mon, 25 Jan 1999 21:55:12 +0000 (21:55 +0000)]
(browse-url-netscape-program): Doc addition.

25 years ago(syms_of_coding): Doc fix for inhibit-eol-conversion.
Dave Love [Mon, 25 Jan 1999 19:00:50 +0000 (19:00 +0000)]
(syms_of_coding): Doc fix for inhibit-eol-conversion.

25 years ago(help-make-xrefs): Default info references to an
Dave Love [Mon, 25 Jan 1999 18:58:31 +0000 (18:58 +0000)]
(help-make-xrefs): Default info references to an
`(emacs)' prefix.

25 years ago(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
Dave Love [Mon, 25 Jan 1999 18:54:10 +0000 (18:54 +0000)]
(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
auto-mode-alist.

25 years ago(texinfo-make-menu): Make region-end a marker.
Karl Heuer [Mon, 25 Jan 1999 17:04:23 +0000 (17:04 +0000)]
(texinfo-make-menu): Make region-end a marker.

25 years ago(list-faces-display): Multiline case of previous fix.
Karl Heuer [Mon, 25 Jan 1999 16:41:04 +0000 (16:41 +0000)]
(list-faces-display): Multiline case of previous fix.

25 years ago(tex-run-command): Doc fix.
Karl Heuer [Mon, 25 Jan 1999 16:31:15 +0000 (16:31 +0000)]
(tex-run-command): Doc fix.

25 years ago(mail-complete-alist): Use alist as customize
Andreas Schwab [Mon, 25 Jan 1999 09:45:02 +0000 (09:45 +0000)]
(mail-complete-alist): Use alist as customize
type.

25 years ago(Fsignal): Move comment to avoid confusing make-docfile.
Andreas Schwab [Mon, 25 Jan 1999 09:20:43 +0000 (09:20 +0000)]
(Fsignal): Move comment to avoid confusing make-docfile.

25 years ago(x_set_frame_parameters): gcpro as needed.
Richard M. Stallman [Mon, 25 Jan 1999 01:37:58 +0000 (01:37 +0000)]
(x_set_frame_parameters): gcpro as needed.

25 years ago(xmalloc): Declare to return long.
Richard M. Stallman [Mon, 25 Jan 1999 01:34:34 +0000 (01:34 +0000)]
(xmalloc): Declare to return long.

25 years agoComment about unibyte.
Dave Love [Sun, 24 Jan 1999 22:37:36 +0000 (22:37 +0000)]
Comment about unibyte.

25 years ago(find-file): If find-file-noselect returns a list,
Richard M. Stallman [Sun, 24 Jan 1999 20:12:25 +0000 (20:12 +0000)]
(find-file): If find-file-noselect returns a list,
do switch-to-buffer on each element.
(find-file-other-window): Likewise for all but the first element.
(find-file-other-frame): Same.
(find-file-noselect): When we expand a wildcard, return a list of buffers.

25 years ago(find-file-noselect): Do wildcard processing only
Richard M. Stallman [Sun, 24 Jan 1999 20:10:30 +0000 (20:10 +0000)]
(find-file-noselect): Do wildcard processing only
if new arg WILDCARDS is non-nil.
(find-file, find-file-other-window): New arg WILDCARDS.
Default it to non-nil if interactive.
(find-file-other-frame): Likewise.
(find-file-read-only): Likewise.
(find-file-read-only-other-window): Likewise.
(find-file-read-only-other-frame): Likewise.

25 years ago(read_key_sequence): Fix previous change.
Richard M. Stallman [Sun, 24 Jan 1999 20:08:10 +0000 (20:08 +0000)]
(read_key_sequence): Fix previous change.

25 years ago(same_x_server): Detect treat ":0" and "unix:0"
Richard M. Stallman [Sun, 24 Jan 1999 20:07:05 +0000 (20:07 +0000)]
(same_x_server): Detect treat ":0" and "unix:0"
as the same.  Treat "myname:0" as the same as those two.

25 years ago(x_handle_selection_clear): Don't clear the
Richard M. Stallman [Sun, 24 Jan 1999 20:06:34 +0000 (20:06 +0000)]
(x_handle_selection_clear): Don't clear the
selection if Emacs still owns it through a different display.

25 years ago(dos-codepage-setup): Call prefer-coding-system
Eli Zaretskii [Sun, 24 Jan 1999 14:13:32 +0000 (14:13 +0000)]
(dos-codepage-setup): Call prefer-coding-system
to set the appropriate cpNNN-dos coding system as the
highest-priority coding system.

25 years ago(list-fontsets): Sort fontsets by plain names.
Kenichi Handa [Sun, 24 Jan 1999 04:43:03 +0000 (04:43 +0000)]
(list-fontsets): Sort fontsets by plain names.

25 years ago(generate-fontset-menu): Return a
Kenichi Handa [Sun, 24 Jan 1999 04:42:30 +0000 (04:42 +0000)]
(generate-fontset-menu): Return a
sorted list by plain names of fontsets.

25 years ago(tibetan-vertical-stacking): If the arg
Kenichi Handa [Sun, 24 Jan 1999 04:25:14 +0000 (04:25 +0000)]
(tibetan-vertical-stacking): If the arg
FIRST is a composite character, decompose it at first.

25 years agoUpdate on LCD maintenance.
Dave Love [Sat, 23 Jan 1999 22:09:19 +0000 (22:09 +0000)]
Update on LCD maintenance.

25 years agoCorrection re. LCD. Note on gnu.emacs.sources.
Dave Love [Sat, 23 Jan 1999 22:03:46 +0000 (22:03 +0000)]
Correction re. LCD.  Note on gnu.emacs.sources.

25 years agoDoc fixes.
Dave Love [Sat, 23 Jan 1999 21:52:40 +0000 (21:52 +0000)]
Doc fixes.
(format-encode-run-method): Have things happen in the right
buffer.  Deal with errors from method.  Set
coding-system-for-write.
(format-decode-run-method): Have things happen in the right
buffer.  Deal with errors from method.  Set
coding-system-for-read.
(format-alist): Use nil instead of unmatchable regexps.

25 years ago(shell-command-on-region): Return command's exit
Dave Love [Sat, 23 Jan 1999 21:50:18 +0000 (21:50 +0000)]
(shell-command-on-region): Return command's exit
status.

25 years ago(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam [Sat, 23 Jan 1999 13:23:26 +0000 (13:23 +0000)]
(speedbar-item-info-file-helper): Add optional arg
of the file whose info we want to display.
(speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
(speedbar-add-mode-functions-list) Improve doc.
(speedbar-line-token) New function.
(speedbar-dired) Fix order of directories in -shown-directories.
(speedbar-line-path): Default return is default-directory
(speedbar-buffers-line-path): Return is dir name only.
(speedbar-mode-functions-list): New variable.
(speedbar-mouse-item-info): Rewrote to be a replaceable fn.
(speedbar-item-info-file-helper, speedbar-item-info-tag-helper
speedbar-files-item-info speedbar-buffers-item-info): New functions.
(speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
New functions.
(speedbar-line-file): Broke out part that fetches file from a line.
(speedbar-line-text): New function extracted from speedbar-line-file.
(speedbar-line-path): Converted into a replaceable function.
(speedbar-files-line-path, speedbar-buffers-line-path): New functions.

25 years ago(create-fontset-from-x-resource): Make style variants.
Kenichi Handa [Sat, 23 Jan 1999 05:41:29 +0000 (05:41 +0000)]
(create-fontset-from-x-resource): Make style variants.

25 years ago(ccl-compile-translate-character): Handle
Kenichi Handa [Sat, 23 Jan 1999 02:15:46 +0000 (02:15 +0000)]
(ccl-compile-translate-character): Handle
the case that a tranlation table is CCL register correctly.

25 years ago#Oops in last change.
Dave Love [Fri, 22 Jan 1999 22:18:01 +0000 (22:18 +0000)]
#Oops in last change.
(Info-default-directory-list): Put sysdir after start.

25 years ago(Info-default-directory-list): Add sysdir last.
Dave Love [Fri, 22 Jan 1999 22:07:12 +0000 (22:07 +0000)]
(Info-default-directory-list): Add sysdir last.

25 years ago(clean-buffer-list): do not kill a buffer if it has
Karl Heuer [Fri, 22 Jan 1999 21:58:42 +0000 (21:58 +0000)]
(clean-buffer-list): do not kill a buffer if it has
a process associated with it.

25 years ago(scan_sexps_forward): Delete duplicate code
Karl Heuer [Fri, 22 Jan 1999 21:57:43 +0000 (21:57 +0000)]
(scan_sexps_forward): Delete duplicate code
to set prev_from_syntax, above start of main loop.
At startinstring, check syntax when checking for a match.

25 years ago(Vw32_bdf_filename_alist): New variable.
Geoff Voelker [Fri, 22 Jan 1999 19:59:22 +0000 (19:59 +0000)]
(Vw32_bdf_filename_alist): New variable.
(x_destroy_bitmap): Returns void not int.
(x_set_border_pixel): Returns void.
(w32_load_bdf_font): New function.
(w32_load_system_font): New function, was w32_load_font.  List
fonts before loading.  Explicitly set encoding for SJIS fonts.
Set default_ascent to 0 as comment indicates.
(w32_load_font): Call w32_load_system_font and w32_load_bdf_font.
(w32_unload_font): Support BDF fonts.
(w32_to_x_charset): Fix mappings to avoid wildcard mismatches.
Autodetect whether to use koi8-r instead of iso8859-5.
Associate "ksc5601.1987" with HANGUEL_CHARSET.
Associate "ksc5601.1992" with JOHAB_CHARSET.
(x_to_w32_charset): Make consistent with w32_to_x_charset.
(w32_to_x_font): Add resolution.
(x_to_w32_font): Use font resolution to calculate height if supplied.
(w32_font_match): Handle wildcards anywhere within field.
(enumfont_t): Remove unused head pointer.
(enum_font_cb2): Dereference elfLogFont.
(w32_list_bdf_fonts): New function.
(w32_list_fonts): Use one_w32_dispay_info instead of insisting on
valid frame.  Remove MessageBox.  Support BDF fonts.
(Fw32_find_bdf_fonts): New function.
(syms_of_w32fns): Add Vw32_bdf_filename_alist and
Sw32_find_bdf_fonts.

25 years ago(W32_TEXTOUT): New macro.
Geoff Voelker [Fri, 22 Jan 1999 19:58:37 +0000 (19:58 +0000)]
(W32_TEXTOUT): New macro.
(dumpglyphs): Support BDF fonts.  Use W32_TEXTOUT macro.
Simplify baseline calculation.  Detect SJIS by font, not glyph.
Call SetTextAlign.
(syms_of_w32term): Remove "jisx0212-sjis" from
w32-charset-to-codepage-alist.
Replace "ksc5601" with "ksc5601.1987" in w32-charset-to-codepage-alist.
Add "ksc5601.1992' to w32-charset-to-codepage-alist.

25 years ago(FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):
Geoff Voelker [Fri, 22 Jan 1999 19:58:23 +0000 (19:58 +0000)]
(FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):
Support BDF fonts.

25 years agoInclude w32bdf.h.
Geoff Voelker [Fri, 22 Jan 1999 19:58:10 +0000 (19:58 +0000)]
Include w32bdf.h.
(W32FontStruct) Add bdf element.

25 years agoAdd w32bdf.c and w32bdf.h.
Geoff Voelker [Fri, 22 Jan 1999 19:58:01 +0000 (19:58 +0000)]
Add w32bdf.c and w32bdf.h.

25 years ago(w32-standard-fontset-spec): Simplified.
Geoff Voelker [Fri, 22 Jan 1999 19:57:38 +0000 (19:57 +0000)]
(w32-standard-fontset-spec): Simplified.

25 years agoInitial revision
Geoff Voelker [Fri, 22 Jan 1999 19:42:26 +0000 (19:42 +0000)]
Initial revision