]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years ago(ps-mule-begin-job): Redo this change "if
Kenichi Handa [Mon, 10 May 1999 01:40:49 +0000 (01:40 +0000)]
(ps-mule-begin-job): Redo this change "if
ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default."

25 years ago(code_convert_region): If eol format is inconsistent,
Kenichi Handa [Mon, 10 May 1999 01:04:01 +0000 (01:04 +0000)]
(code_convert_region): If eol format is inconsistent,
change coding->symbol to the sibling coding system of Unix like
eol format.

25 years ago("romanian-prefix"): New input method.
Kenichi Handa [Mon, 10 May 1999 00:56:54 +0000 (00:56 +0000)]
("romanian-prefix"): New input method.
("romanian-alt-prefix"): New input method.

25 years ago(get_boot_time): Handle NO_WTMP_FILE.
Karl Heuer [Sun, 9 May 1999 17:57:03 +0000 (17:57 +0000)]
(get_boot_time): Handle NO_WTMP_FILE.

25 years ago(NO_WTMP_FILE): Define it.
Karl Heuer [Sun, 9 May 1999 17:56:43 +0000 (17:56 +0000)]
(NO_WTMP_FILE): Define it.

25 years ago*** empty log message ***
Karl Heuer [Sun, 9 May 1999 06:59:45 +0000 (06:59 +0000)]
*** empty log message ***

25 years ago(ispell-local-dictionary-alist): New variable for
Karl Heuer [Sun, 9 May 1999 06:34:35 +0000 (06:34 +0000)]
(ispell-local-dictionary-alist): New variable for
customizing local dictionaries not accessable by everyone.
(ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
(ispell-required-version): Changed format `(major minor
revision)' to support general pattern matching.
(ispell-tex-skip-alists): AMS Tex block comment and `\author'
skip region commented out due to incorrect skip potential in std latex.
(ispell-word): Removed `when' macro.  Fixed bug of not restoring
cursor point on small words for calls from `ispell-minor-mode'.
(check-ispell-version): Tests and accepts versions major.minor
and above, with adjustments for interactions in 3.1.0-3.1.11.
(ispell-get-line): No longer skips ispell process special characters.
(ispell-comments-and-strings): Removed `when' macro call.
(ispell-minor-check): Requires ispell-word to restore cursor point.
(ispell-buffer-local-parsing): Supports checking comments only.

25 years ago(comint-password-prompt-regexp): Fix last change to be more specific.
Karl Heuer [Sun, 9 May 1999 00:44:50 +0000 (00:44 +0000)]
(comint-password-prompt-regexp): Fix last change to be more specific.

25 years ago(with-temp-message): Fix the other call to message to use %s.
Karl Heuer [Fri, 7 May 1999 09:42:50 +0000 (09:42 +0000)]
(with-temp-message): Fix the other call to message to use %s.

25 years ago(comint-password-prompt-regexp): Modified so that it matches the
Joel N. Weber II [Fri, 7 May 1999 05:26:44 +0000 (05:26 +0000)]
(comint-password-prompt-regexp): Modified so that it matches the
output of kinit.

25 years ago(timezone-parse-date): Recognize new format used in internet cookies.
Karl Heuer [Thu, 6 May 1999 21:26:34 +0000 (21:26 +0000)]
(timezone-parse-date): Recognize new format used in internet cookies.

25 years agoAdded item for HVAC simulator, as per RMS. - Brian <3diff>
Brian Youmans [Thu, 6 May 1999 15:06:44 +0000 (15:06 +0000)]
Added item for HVAC simulator, as per RMS. - Brian <3diff>

25 years ago(w32_strict_painting): New variable.
Andrew Innes [Wed, 5 May 1999 11:18:31 +0000 (11:18 +0000)]
(w32_strict_painting): New variable.
(w32_wnd_proc): Use it to select repaint rules.
(syms_of_w32fns): Defvar it.

25 years ago(iso-languages): Add latin-2 cedillas.
Karl Heuer [Tue, 4 May 1999 18:42:26 +0000 (18:42 +0000)]
(iso-languages): Add latin-2 cedillas.

25 years ago(display-time-update): Allow for wrap-around when
Andrew Innes [Tue, 4 May 1999 17:34:36 +0000 (17:34 +0000)]
(display-time-update): Allow for wrap-around when
checking against display-time-server-down-time.

25 years ago(x_to_w32_charset): Fix typo: want to map all Japanese
Andrew Innes [Tue, 4 May 1999 08:57:08 +0000 (08:57 +0000)]
(x_to_w32_charset): Fix typo: want to map all Japanese
charsets to the standard Windows charset for Japanese.

25 years ago(describe-coding-system): Fix English message.
Kenichi Handa [Tue, 4 May 1999 05:48:54 +0000 (05:48 +0000)]
(describe-coding-system): Fix English message.

25 years ago(x_load_font): Fix typo (`>' -> `=').
Kenichi Handa [Tue, 4 May 1999 05:45:36 +0000 (05:45 +0000)]
(x_load_font): Fix typo (`>' -> `=').

25 years ago(struct ccl_program): New member stack_idx.
Kenichi Handa [Tue, 4 May 1999 05:43:41 +0000 (05:43 +0000)]
(struct ccl_program): New member stack_idx.

25 years ago(ccl_prog_stack_struct): Declare it as static.
Kenichi Handa [Tue, 4 May 1999 05:42:55 +0000 (05:42 +0000)]
(ccl_prog_stack_struct): Declare it as static.
(ccl_driver): Setup stack_idx and ccl_prog correctly.  Update them
before returing.
(setup_ccl_program): Initialize ccl->stack_idx to 0.

25 years ago(dumpglyphs): Always fill background for italic fonts.
Andrew Innes [Mon, 3 May 1999 22:27:11 +0000 (22:27 +0000)]
(dumpglyphs): Always fill background for italic fonts.

25 years agoChange the x-charset-registry property for the
Andrew Innes [Mon, 3 May 1999 22:19:43 +0000 (22:19 +0000)]
Change the x-charset-registry property for the
Japanese charsets that are supported by Japanese Windows fonts.

25 years ago(make_time): Make argument type be time_t.
Andrew Innes [Mon, 3 May 1999 22:01:09 +0000 (22:01 +0000)]
(make_time): Make argument type be time_t.

25 years ago(diary-remind): Rewritten to behave sensibly for
Karl Heuer [Mon, 3 May 1999 20:03:07 +0000 (20:03 +0000)]
(diary-remind): Rewritten to behave sensibly for
diary-block diary entries for which the reminders and the diary
entries can overlap.

25 years ago(mouse-set-font): Ensure constructed fontset
Andrew Innes [Sun, 2 May 1999 20:39:19 +0000 (20:39 +0000)]
(mouse-set-font): Ensure constructed fontset
matches the font selected in the dialog.

25 years ago(browse-url-browser-function): Add :version.
Dave Love [Sun, 2 May 1999 13:45:39 +0000 (13:45 +0000)]
(browse-url-browser-function): Add :version.

25 years ago(auto-coding-alist): Add .tgz.
Dave Love [Sun, 2 May 1999 13:41:07 +0000 (13:41 +0000)]
(auto-coding-alist): Add .tgz.

25 years ago(unibyte_display_via_language_environment): Add extern.
Andrew Innes [Sun, 2 May 1999 11:02:11 +0000 (11:02 +0000)]
(unibyte_display_via_language_environment): Add extern.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:58:11 +0000 (10:58 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_w32fns): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:56:26 +0000 (10:56 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_msdos): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:54:36 +0000 (10:54 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_xfns): Don't set up Lisp var here.

25 years ago(display_text_line): Convert unibyte char to multibyte
Andrew Innes [Sun, 2 May 1999 10:51:03 +0000 (10:51 +0000)]
(display_text_line): Convert unibyte char to multibyte
if unibyte_display_via_language_environment is set.
(unibyte_display_via_language_environment):
Variable moved from xfns.c and elsewhere.
(syms_of_xfns): Set up Lisp var.

25 years ago(HAVE_FSYNC): New macro.
Andrew Innes [Sun, 2 May 1999 10:36:23 +0000 (10:36 +0000)]
(HAVE_FSYNC): New macro.
(fsync): Map to _commit.
(ftruncate): Map to _chsize.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:34:21 +0000 (10:34 +0000)]
[andrewi]
(dumpglyphs): On Windows NT, do output in Unicode even
for ASCII, if enabled, to avoid memory allocation overhead for
implicit Unicode conversion.  Also, recognize that ASCII and
Latin-1 have a trivial conversion to Unicode, so x_2byte_buffer
lready contains the Unicode characters in that case.
(construct_drag_n_drop): Remove old code that was
trashing the drop location.

[jasonr]
(w32_write_glyphs, w32_clear_end_of_line,
w32_clear_frame, clear_cursor, x_display_bar_cursor,
x_display_box_cursor, x_set_window_size): Use phys_cursor_on
field in frame.
(do_line_dance): Updated WRT xterm.c. Use macros where possible.
(dumprectangle): Take into account the width of a left-side
scroll bar.

25 years ago(Fw32_set_clipboard_data): Undo last change to add
Andrew Innes [Sun, 2 May 1999 10:30:22 +0000 (10:30 +0000)]
(Fw32_set_clipboard_data): Undo last change to add
nlines to encoding_buffer_size (real bug was in a ccl program in
lisp/international/coding.el).

25 years ago(w32_get_string_resource): Check for name in current
Andrew Innes [Sun, 2 May 1999 10:28:55 +0000 (10:28 +0000)]
(w32_get_string_resource): Check for name in current
user area, and if not found look in the local machine area.

25 years ago(sys_kill): Attach to current foreground thread
Andrew Innes [Sun, 2 May 1999 10:27:27 +0000 (10:27 +0000)]
(sys_kill): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:23:06 +0000 (10:23 +0000)]
[andrewi]
(w32_list_bdf_fonts): Initialize n_fonts.
(Fw32_shell_execute): New function; used to support browse-url.
(syms_of_w32fns): Register it.
(w32_load_system_font): Force max width to be average
char width for fixed-pitch fonts, to avoid unnecessary redisplay
slowdown.
(x_to_w32_charset): Define VIETNAMESE_CHARSET if not
already defined.
(syms_of_w32fns): Set Vw32_phantom_key_code to 255.

[jasonr]
(w32_wnd_proc) [WM_PAINT]: Use rectangle from
GetUpdateRect rather than BeginPaint.
(w32_wnd_proc): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.
(w32_wnd_proc) [W32_DEBUG_DISPLAY]: Add output for
debugging display messages.
(w32_to_x_charset): Put wildcard last in unknown charsets to avoid
false matching.

25 years ago(get_section_info): Dump back the entire EMDATA
Andrew Innes [Sun, 2 May 1999 10:13:08 +0000 (10:13 +0000)]
(get_section_info): Dump back the entire EMDATA
section if we can put Emacs' initialized data in a separate
section, otherwise use the my_begdata/my_edata method.

25 years ago($(BLD)\w32term.obj): Add dependency on w32heap.h.
Andrew Innes [Sun, 2 May 1999 10:11:35 +0000 (10:11 +0000)]
($(BLD)\w32term.obj): Add dependency on w32heap.h.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:05:22 +0000 (10:05 +0000)]
[andrewi]
(decode_eol): Set produced/consumed values to zero if
src_bytes is <= 0 on entry.

[handa]
(setup_raw_text_coding_system): Call
setup_coding_system to initialize the fields of struct
coding_system correctly.

25 years ago(copy_executable_and_move_sections): Ifdef out a
Andrew Innes [Sun, 2 May 1999 09:59:03 +0000 (09:59 +0000)]
(copy_executable_and_move_sections): Ifdef out a
couple of unused switch cases that aren't defined on all
platforms.

25 years agoAdd another variation of the profile command, which
Andrew Innes [Sun, 2 May 1999 09:57:46 +0000 (09:57 +0000)]
Add another variation of the profile command, which
only profiles extended commands.

25 years ago(w32-drag-n-drop): Select file in window where
Andrew Innes [Sun, 2 May 1999 09:52:17 +0000 (09:52 +0000)]
(w32-drag-n-drop): Select file in window where
it is dropped, rather than current window.

25 years ago(smtpmail-deduce-address-list): Bind variables
Andrew Innes [Sun, 2 May 1999 09:50:47 +0000 (09:50 +0000)]
(smtpmail-deduce-address-list): Bind variables
after switching buffer, as case-fold-search is a buffer local
variable.

25 years ago(cp-coding-system-for-codepage-1):
Andrew Innes [Sun, 2 May 1999 09:48:22 +0000 (09:48 +0000)]
(cp-coding-system-for-codepage-1):
Make the magnification parameter for the -dos encoder be 2.

25 years ago(convert-standard-filename): Only convert directory
Andrew Innes [Sun, 2 May 1999 09:45:17 +0000 (09:45 +0000)]
(convert-standard-filename): Only convert directory
separators to backslash if the interactive shell is one of the
standard Windows shells that has DOS semantics.

25 years ago(ls-lisp-format-time): Trap errors from
Andrew Innes [Sun, 2 May 1999 09:40:45 +0000 (09:40 +0000)]
(ls-lisp-format-time): Trap errors from
format-time-string, and return a suitable string to indicate the
timestamp was invalid.

25 years ago(hexlify-command): Apply shell-quote-argument after
Andrew Innes [Sun, 2 May 1999 09:38:50 +0000 (09:38 +0000)]
(hexlify-command): Apply shell-quote-argument after
expanding hexl-program in case exec-directory contains a space.
(dehexlify-command): Ditto.

25 years ago(file-name-buffer-file-type-alist): Remove various
Andrew Innes [Sun, 2 May 1999 09:36:07 +0000 (09:36 +0000)]
(file-name-buffer-file-type-alist): Remove various
file extension regexps which aren't necessarily binary files.

25 years ago(browse-url-browser-function): Default to
Andrew Innes [Sun, 2 May 1999 09:34:41 +0000 (09:34 +0000)]
(browse-url-browser-function): Default to
browse-url-default-windows-browser on windows-nt.
(browse-url-default-windows-browser): New function.

25 years ago(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.
Andrew Innes [Sun, 2 May 1999 09:31:32 +0000 (09:31 +0000)]
(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.

25 years ago(forms-mode): Don't call forms-first-record or
Karl Heuer [Sat, 1 May 1999 01:11:12 +0000 (01:11 +0000)]
(forms-mode): Don't call forms-first-record or
forms-last-record if the data file has zero records.

25 years ago*** empty log message ***
Karl Heuer [Thu, 29 Apr 1999 21:01:04 +0000 (21:01 +0000)]
*** empty log message ***

25 years ago(find-file-noselect-1): If buffer-file-name has changed
Karl Heuer [Thu, 29 Apr 1999 20:28:43 +0000 (20:28 +0000)]
(find-file-noselect-1): If buffer-file-name has changed
after find-file-not-found-hooks runs, recompute the truename.
And don't use FILENAME after that point.

25 years ago(main, both versions): Use quote_file_name on cwd.
Karl Heuer [Thu, 29 Apr 1999 20:26:46 +0000 (20:26 +0000)]
(main, both versions): Use quote_file_name on cwd.

25 years agoComment fix.
Karl Heuer [Wed, 28 Apr 1999 16:41:08 +0000 (16:41 +0000)]
Comment fix.

25 years ago(show-paren-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:10:09 +0000 (19:10 +0000)]
(show-paren-mode): Doc fix.

25 years ago(which-func-mode-global): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:02:58 +0000 (19:02 +0000)]
(which-func-mode-global): Doc fix.

25 years ago(type-break-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:42 +0000 (19:00 +0000)]
(type-break-mode): Doc fix.

25 years ago(display-time-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:11 +0000 (19:00 +0000)]
(display-time-mode): Doc fix.

25 years ago(resize-minibuffer-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:59:36 +0000 (18:59 +0000)]
(resize-minibuffer-mode): Doc fix.

25 years ago(mouse-sel-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:58:51 +0000 (18:58 +0000)]
(mouse-sel-mode): Doc fix.

25 years ago(icomplete-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:58:13 +0000 (18:58 +0000)]
(icomplete-mode): Doc fix.

25 years ago(hscroll-global-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:57:24 +0000 (18:57 +0000)]
(hscroll-global-mode): Doc fix.

25 years ago(temp-buffer-resize-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:56:30 +0000 (18:56 +0000)]
(temp-buffer-resize-mode): Doc fix.

25 years ago(global-font-lock-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:55:02 +0000 (18:55 +0000)]
(global-font-lock-mode): Doc fix.

25 years ago(delete-selection-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:52:49 +0000 (18:52 +0000)]
(delete-selection-mode): Doc fix.

25 years ago(mouse-avoidance-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:52:00 +0000 (18:52 +0000)]
(mouse-avoidance-mode): Doc fix.

25 years ago(auto-insert-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:50:15 +0000 (18:50 +0000)]
(auto-insert-mode): Doc fix.

25 years ago(winner-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:48:11 +0000 (18:48 +0000)]
(winner-mode): Doc fix.

25 years agoelgin added RPG to front end list, as per rms instructions
Jim Elgin [Tue, 27 Apr 1999 16:05:14 +0000 (16:05 +0000)]
elgin added RPG to front end list, as per rms instructions

25 years agoComment on netscape.
Dave Love [Tue, 27 Apr 1999 11:43:24 +0000 (11:43 +0000)]
Comment on netscape.

25 years ago(rmail-next-same-subject): When searching, ignore
Karl Heuer [Mon, 26 Apr 1999 19:12:44 +0000 (19:12 +0000)]
(rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.

25 years ago(x_list_fonts): Fix previous change.
Karl Heuer [Mon, 26 Apr 1999 06:02:19 +0000 (06:02 +0000)]
(x_list_fonts): Fix previous change.

25 years ago(Info-find-node): Position properly after finding anchor.
Karl Heuer [Mon, 26 Apr 1999 05:58:59 +0000 (05:58 +0000)]
(Info-find-node): Position properly after finding anchor.

25 years ago(HAVE_LIBXP): Add #undef.
Karl Heuer [Mon, 26 Apr 1999 05:22:32 +0000 (05:22 +0000)]
(HAVE_LIBXP): Add #undef.

25 years ago(LIB_MOTIF_EXTRA): Check HAVE_LIBXP.
Karl Heuer [Mon, 26 Apr 1999 05:22:16 +0000 (05:22 +0000)]
(LIB_MOTIF_EXTRA): Check HAVE_LIBXP.

25 years agoCheck for libXp.
Karl Heuer [Mon, 26 Apr 1999 05:21:00 +0000 (05:21 +0000)]
Check for libXp.

25 years ago(all): Handle unibyte-display-via-language-environment.
Karl Heuer [Mon, 26 Apr 1999 05:16:07 +0000 (05:16 +0000)]
(all): Handle unibyte-display-via-language-environment.

25 years ago(outline-regexp): Doc fix.
Karl Heuer [Mon, 26 Apr 1999 05:14:12 +0000 (05:14 +0000)]
(outline-regexp): Doc fix.

25 years ago(indent-new-comment-line): Fix previous change.
Karl Heuer [Mon, 26 Apr 1999 05:11:01 +0000 (05:11 +0000)]
(indent-new-comment-line): Fix previous change.

25 years ago(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.
Karl Heuer [Mon, 26 Apr 1999 05:09:59 +0000 (05:09 +0000)]
(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.

25 years agoDelete the wildcard expansion feature
Karl Heuer [Mon, 26 Apr 1999 04:59:46 +0000 (04:59 +0000)]
Delete the wildcard expansion feature
since that is now standard in find-file.
(PC-try-load-many-files): Function deleted.
(PC-after-load-many-files): Function deleted.
(PC-many-files-list): Variable deleted.
(PC-disable-wildcards): Variable deleted.
(partial-completion-mode): Don't enable the wildcard feature.
(PC-look-for-include-file): Don't set global variables
`error', `buf' and `filename' here.

25 years ago(grep-compute-defaults): If xargs -e isn't supported, use find -exec.
Karl Heuer [Mon, 26 Apr 1999 04:49:42 +0000 (04:49 +0000)]
(grep-compute-defaults): If xargs -e isn't supported, use find -exec.

25 years ago(mail-sent-via): Use copy-marker not make-marker.
Karl Heuer [Mon, 26 Apr 1999 04:33:56 +0000 (04:33 +0000)]
(mail-sent-via): Use copy-marker not make-marker.

25 years ago(texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
Karl Heuer [Mon, 26 Apr 1999 04:13:01 +0000 (04:13 +0000)]
(texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
non-interactive.

25 years ago(bibtex-reference-head): Allow entries to start with a newline.
Karl Heuer [Mon, 26 Apr 1999 04:08:25 +0000 (04:08 +0000)]
(bibtex-reference-head): Allow entries to start with a newline.

25 years ago(x-ctext): New coding system.
Kenichi Handa [Tue, 13 Apr 1999 04:57:18 +0000 (04:57 +0000)]
(x-ctext): New coding system.

25 years agoTrap X errors so that Emacs doesn't die
Kenichi Handa [Tue, 13 Apr 1999 00:51:52 +0000 (00:51 +0000)]
Trap X errors so that Emacs doesn't die
by them.

25 years ago(input-method-function): Add permanent-local property.
Karl Heuer [Mon, 12 Apr 1999 18:25:26 +0000 (18:25 +0000)]
(input-method-function): Add permanent-local property.

25 years ago(BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.
Karl Heuer [Mon, 12 Apr 1999 18:23:41 +0000 (18:23 +0000)]
(BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.

25 years agoFix wording for the last change.
Eli Zaretskii [Mon, 12 Apr 1999 10:46:39 +0000 (10:46 +0000)]
Fix wording for the last change.

25 years ago(jka-compr-insert-file-contents): Fix previous
Dave Love [Mon, 12 Apr 1999 08:50:02 +0000 (08:50 +0000)]
(jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.

25 years ago(sc-scan-info-alist): Revert last change.
Dave Love [Mon, 12 Apr 1999 08:46:09 +0000 (08:46 +0000)]
(sc-scan-info-alist): Revert last change.
(sc-attrib-selection-list): Fix :type here instead.

25 years ago(sc-attrib-selection-list): Fix custom type
Dave Love [Mon, 12 Apr 1999 08:42:35 +0000 (08:42 +0000)]
(sc-attrib-selection-list): Fix custom type
more.
(sc-emacs-features): Recognize Emacs 20.
(sc-read-string): Use history arg.
(sc-scan-info-alist): Check for rtnvalue a cons.

25 years ago(Fset_fontset_font): Fix previous change.
Kenichi Handa [Mon, 12 Apr 1999 01:26:06 +0000 (01:26 +0000)]
(Fset_fontset_font): Fix previous change.

25 years ago(auto-coding-alist-lookup): Include ms-dos
Eli Zaretskii [Sun, 11 Apr 1999 16:26:11 +0000 (16:26 +0000)]
(auto-coding-alist-lookup): Include ms-dos
in the list of case-insensitive filesystems.

25 years ago(create-fontset-from-fontset-spec):
Kenichi Handa [Sat, 10 Apr 1999 02:23:06 +0000 (02:23 +0000)]
(create-fontset-from-fontset-spec):
Don't register duplicated alias fontset names.

25 years ago(Fquery_fontset): Check for fontset aliases here.
Kenichi Handa [Sat, 10 Apr 1999 02:21:00 +0000 (02:21 +0000)]
(Fquery_fontset): Check for fontset aliases here.
(Fnew_fontset, Fset_fontset_font): Don't check for them here.