bpt/emacs.git
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

25 years ago(etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
Geoff Voelker [Fri, 22 Jan 1999 19:38:51 +0000 (19:38 +0000)]
(etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
the case of the drive letter.

25 years ago(vc-annotate-display): Delete old overlays. Fix check for major-mode.
André Spiegel [Fri, 22 Jan 1999 16:28:12 +0000 (16:28 +0000)]
(vc-annotate-display): Delete old overlays.  Fix check for major-mode.
(vc-annotate-mode): Delete variable.

25 years ago(command-line): [windows-nt]: Check for existence of
Andrew Innes [Fri, 22 Jan 1999 15:12:59 +0000 (15:12 +0000)]
(command-line):  [windows-nt]: Check for existence of
.emacs file so as to notice .emacs.el or .emacs.elc and use them
in preference to _emacs.

25 years ago(texinfo-font-lock-keywords): Match @ref.
Dave Love [Fri, 22 Jan 1999 14:03:06 +0000 (14:03 +0000)]
(texinfo-font-lock-keywords): Match @ref.

25 years agoMinor corrections.
Dave Love [Thu, 21 Jan 1999 18:17:55 +0000 (18:17 +0000)]
Minor corrections.

25 years ago(temacs): Use del to delete file, not rm.
Andrew Innes [Thu, 21 Jan 1999 12:12:24 +0000 (12:12 +0000)]
(temacs): Use del to delete file, not rm.

25 years ago(widget-alist-convert-option): Delete spurious comma.
Richard M. Stallman [Wed, 20 Jan 1999 07:11:00 +0000 (07:11 +0000)]
(widget-alist-convert-option): Delete spurious comma.
(widget-plist-convert-option): Delete spurious comma.

25 years ago(Info-default-directory-list): Perhaps add /usr/info.
Richard M. Stallman [Wed, 20 Jan 1999 03:24:48 +0000 (03:24 +0000)]
(Info-default-directory-list): Perhaps add /usr/info.

25 years ago(w32-standard-fontspec-spec): Change
Geoff Voelker [Tue, 19 Jan 1999 22:27:59 +0000 (22:27 +0000)]
(w32-standard-fontspec-spec): Change
iso8859-5 to koi8-r.  Add iso8859-9.

25 years agoRemove codepage macros. Remove redundant BIG5 macros.
Geoff Voelker [Tue, 19 Jan 1999 22:25:33 +0000 (22:25 +0000)]
Remove codepage macros. Remove redundant BIG5 macros.
(dumpglyphs): Move definitions out of block containing goto.
Remove redundant code for BIG5.
Use w32_codepage_for_font instead of
w32_codepage_for_charset.  Add cast to int where float
operation is assigned to int.
(Vw32_charset_to_codepage_alist): New variable.
(w32_codepage_for_charset): Removed.
(w32_codepage_for_font): New function, replacing
w32_codepage_for_charset.
(syms_of_w32term): Add and initialize
w32-charset-to-codepage-alist.

25 years ago(x_to_w32_charset): Add iso8859-9.
Geoff Voelker [Tue, 19 Jan 1999 22:25:08 +0000 (22:25 +0000)]
(x_to_w32_charset): Add iso8859-9.
(w32_to_x_charset): Fix charset mappings.

25 years ago(tex-define-common-keys): Remove key binding of tex-feed-input.
Richard M. Stallman [Tue, 19 Jan 1999 20:28:05 +0000 (20:28 +0000)]
(tex-define-common-keys): Remove key binding of tex-feed-input.
(tex-mode-map): Bind tex-feed-input here.
(tex-start-shell): Use compilation-shell-minor-mode.  Set
comint-input-filter-functions before running tex-shell-hook.
(tex-start-tex): Forget compilation errors.
(tex-compilation-parse-errors): Rewritten to work also with
compile-mouse-goto-error and compile-goto-error.  Adjusted to
change in tex-region.
(tex-region): For the temp file use file-name without directory.
(tex-file): Expand file name of tex-print-file.

25 years agoRevamped.
Dave Love [Tue, 19 Jan 1999 20:02:02 +0000 (20:02 +0000)]
Revamped.

25 years agoInitial revision
Dave Love [Tue, 19 Jan 1999 19:58:31 +0000 (19:58 +0000)]
Initial revision

25 years ago(browse-url-maybe-new-window): Delete macro and
Dave Love [Tue, 19 Jan 1999 19:57:33 +0000 (19:57 +0000)]
(browse-url-maybe-new-window): Delete macro and
its uses.

25 years ago(fortran-narrow-to-subprogram): Ensure mark
Dave Love [Tue, 19 Jan 1999 19:53:06 +0000 (19:53 +0000)]
(fortran-narrow-to-subprogram): Ensure mark
is active.
(fortran-indent-subprogram): Likewise.

25 years ago(alist): Use sexp as default key-type.
Richard M. Stallman [Tue, 19 Jan 1999 18:45:08 +0000 (18:45 +0000)]
(alist): Use sexp as default key-type.

25 years ago(foldout-inhibit-key-bindings):
Richard M. Stallman [Tue, 19 Jan 1999 18:22:46 +0000 (18:22 +0000)]
(foldout-inhibit-key-bindings):
Avoid concatenating onto outline-minor-mode-prefix.
Make a new keymap for that prefix, if it does not already have one.

25 years ago(with-temp-message): Add def-edebug-spec call.
Richard M. Stallman [Tue, 19 Jan 1999 17:55:16 +0000 (17:55 +0000)]
(with-temp-message):  Add def-edebug-spec call.

25 years agoChange message about HAVE_XFREE386.
Richard M. Stallman [Tue, 19 Jan 1999 08:08:12 +0000 (08:08 +0000)]
Change message about HAVE_XFREE386.

25 years agoCoding system alias `dos' for `undecided-dos', `mac' for `undecided-mac'.
Richard M. Stallman [Tue, 19 Jan 1999 08:06:33 +0000 (08:06 +0000)]
Coding system alias `dos' for `undecided-dos', `mac' for `undecided-mac'.

25 years ago(re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places.
Richard M. Stallman [Tue, 19 Jan 1999 03:24:03 +0000 (03:24 +0000)]
(re_match_2_internal) [WINDOWSNT & emacs]: Insert QUIT at various places.

25 years ago(pascal-calculate-indent): Code with an invalid
Richard M. Stallman [Tue, 19 Jan 1999 03:23:10 +0000 (03:23 +0000)]
(pascal-calculate-indent): Code with an invalid
beginning could cause Emacs to hang.  Fixed.

25 years ago(select-safe-coding-system): Hightlight at most 256 characters.
Richard M. Stallman [Tue, 19 Jan 1999 03:07:53 +0000 (03:07 +0000)]
(select-safe-coding-system): Hightlight at most 256 characters.

25 years ago(standard-display-european): Make all existing
Richard M. Stallman [Tue, 19 Jan 1999 03:00:26 +0000 (03:00 +0000)]
(standard-display-european): Make all existing
buffers unibyte.  Fix doc.

25 years ago(command-line): If the init file changes operation to
Richard M. Stallman [Tue, 19 Jan 1999 03:00:09 +0000 (03:00 +0000)]
(command-line): If the init file changes operation to
unibyte, make all buffers unibyte and re-set language environment.

25 years agoFix typo.
Markus Rost [Mon, 18 Jan 1999 09:44:54 +0000 (09:44 +0000)]
Fix typo.

25 years ago(MS-DOS and MULE): dos-unsupported-character-glyph is
Eli Zaretskii [Mon, 18 Jan 1999 07:14:30 +0000 (07:14 +0000)]
(MS-DOS and MULE): dos-unsupported-character-glyph is
a triangle by default, not a solid box.

25 years agoFixed up nodes and menus.
Joel N. Weber II [Mon, 18 Jan 1999 03:25:57 +0000 (03:25 +0000)]
Fixed up nodes and menus.

25 years agoChecking in some changes made by rms:
Joel N. Weber II [Mon, 18 Jan 1999 03:24:53 +0000 (03:24 +0000)]
Checking in some changes made by rms:

Added
+A web-based front end for @code{mon}, so that it can do the
+job of Big Brother (which is not free software).

Rearranged a few things.

Commented out the speech-generation program that Chris Hofstader is
working on.

25 years ago(rmail-quit): run `rmail-quit-hook'.
Richard M. Stallman [Mon, 18 Jan 1999 02:32:36 +0000 (02:32 +0000)]
(rmail-quit): run `rmail-quit-hook'.

25 years ago(latex-run-command): Doc fix.
Richard M. Stallman [Mon, 18 Jan 1999 01:18:19 +0000 (01:18 +0000)]
(latex-run-command): Doc fix.
(tex-command): Doc fix.
(tex-compilation-parse-errors): Doc fix.
(tex-generate-zap-file-name): Don't start the name with -.
(tex-expand-files): Works now also with strings ending with ":".

25 years ago(compilation-goto-locus): If already in the
Richard M. Stallman [Mon, 18 Jan 1999 01:10:25 +0000 (01:10 +0000)]
(compilation-goto-locus): If already in the
compilation buffer's window, keep it in that window.
(compile-mouse-goto-error): Add Doc.  Don't play with windows.
(compile-goto-error): Don't play with windows.

25 years ago(plist, alist): New widget types.
Richard M. Stallman [Mon, 18 Jan 1999 01:02:58 +0000 (01:02 +0000)]
(plist, alist): New widget types.

(coding-system): Define this unconditionally.

25 years ago(shell-command-on-region-default-error-buffer): New var.
Richard M. Stallman [Mon, 18 Jan 1999 00:25:23 +0000 (00:25 +0000)]
(shell-command-on-region-default-error-buffer): New var.
(shell-command-on-region): Use that variable as interactive
value of ERROR-BUFFER argument.

25 years ago(w32_executable_type): Relax the check to identify
Andrew Innes [Sun, 17 Jan 1999 19:24:42 +0000 (19:24 +0000)]
(w32_executable_type): Relax the check to identify
cygwin-compiled applications, because the exact dll name varies
with release.  Now only require the name to start "cygwin".

25 years ago(ROUND_UP):
Andrew Innes [Sun, 17 Jan 1999 19:23:52 +0000 (19:23 +0000)]
(ROUND_UP):
(ROUND_DOWN): New macros.
(need_to_recreate_heap): Renamed to using_dynamic_heap.
(init_heap): New extern.
(data_region_size):
(recreate_heap):
(read_in_bss):
(map_in_heap):
(round_to_next):
(w32_fatal_reload_error):
(get_section_size): Obsolete externs removed.

25 years ago(RVA_TO_PTR): Redefine to convert RVA to address in
Andrew Innes [Sun, 17 Jan 1999 19:22:55 +0000 (19:22 +0000)]
(RVA_TO_PTR): Redefine to convert RVA to address in
current process.
(round_to_next): Obsolete function removed.
(preload_heap_section): New variable.
(data_region_size): Obsolete variable removed.
(allocate_heap): Modified to determine end of static heap section
used during preload, and use that as initial base address for
dynamic heap instead of hard-coded value.
(sbrk): Remove call to allocate_heap; handled by init_heap.  Skip
calls to commit or decommit pages when allocating from static heap
section during preload.
(recreate_heap): Obsolete function removed.
(init_heap): New function to initialize internal sbrk heap
variables.  Uses static heap section during preload, otherwise
calls allocate_heap to reserve a heap region dynamically.
(round_heap): Use ROUND_UP macro instead of round_to_next.

25 years agoMajor rewrite to support cleaner method of dumping; a
Andrew Innes [Sun, 17 Jan 1999 19:21:24 +0000 (19:21 +0000)]
Major rewrite to support cleaner method of dumping; a
static "bss" section is used for heap space during preload, and
bss data is now written to the proper section area when dumping.
(need_to_recreate_heap): Renamed to using_dynamic_heap.
(heap_index_in_executable): Obsolete variable removed.
(data_section): New variable.
(data_start_va): Renamed to data_start.
(data_start_file): Obsolete variable removed.
(bss_section):
(extra_bss_size):
(bss_section_static):
(bss_start_static):
(bss_size_static):
(extra_bss_size_static):
(heap_section): New variables.
(_start): Remove code based on old unexec method.  Call init_heap
to initialize sbrk heap.
(close_file_data): Update size of file when closing, so that
unexec doesn't have to work out exact size in advance.
(get_bss_info_from_map_file):
(get_section_size): Obsolete functions removed.
(rva_to_section): Fix minor bug, and add a work-around for a bug
in very old linkers.
(offset_to_section):
(relocate_offset): New functions.
(OFFSET_TO_RVA):
(RVA_TO_OFFSET):
(RVA_TO_SECTION_OFFSET):
(PTR_TO_RVA):
(PTR_TO_OFFSET):
(OFFSET_TO_PTR): New macros.
(get_section_info): Modify to support new unexec method;
determines address ranges in process that need dumping, and COFF
sections where data will be dumped.  Allows for static and global
bss data to be in separate ranges.  No longer relies on knowledge
of section names.
(copy_executable_and_dump_data_section): Renamed
copy_executable_and_dump_data.  Completely rewritten to copy
executable section by section, so that raw data areas can be
expanded to hold dumped data as necessary.  Allows for bss data to
be in same section as initialized data.  Reduces size of static
heap section to that used during preload.
(dump_bss_and_heap):
(w32_fatal_reload_error):
(read_in_bss):
(map_in_heap): Obsolete functions removed.
(unexec): Rounds off preload heap to nearest page rather than
virtual allocation unit.  Modified to match other changes.

25 years ago(get_lim_data): Use reserved_heap_size instead of
Andrew Innes [Sun, 17 Jan 1999 19:18:38 +0000 (19:18 +0000)]
(get_lim_data): Use reserved_heap_size instead of
data_region_size.

25 years ago(TEMACS_TMP): New macro.
Andrew Innes [Sun, 17 Jan 1999 19:17:43 +0000 (19:17 +0000)]
(TEMACS_TMP): New macro.
($(TEMACS)): Output to TEMACS_TMP from link, use post-link
processor to add static heap section in support of new unexec.

25 years agoInclude config.h to pick up data layout pragmas.
Andrew Innes [Sun, 17 Jan 1999 19:16:08 +0000 (19:16 +0000)]
Include config.h to pick up data layout pragmas.
[WINDOWSNT]: Remove explicit pragma.

25 years ago(ALL): List top-level targets.
Andrew Innes [Sun, 17 Jan 1999 19:12:04 +0000 (19:12 +0000)]
(ALL): List top-level targets.
(addsection): New top-level target.
(install): Copy fns-*.el to bin directory.

25 years agoInitial revision
Andrew Innes [Sun, 17 Jan 1999 19:10:06 +0000 (19:10 +0000)]
Initial revision

25 years ago(MS-DOS Printing): Rewrite section.
Andrew Innes [Sun, 17 Jan 1999 19:08:32 +0000 (19:08 +0000)]
(MS-DOS Printing): Rewrite section.

25 years agoInitial revision
Andrew Innes [Sun, 17 Jan 1999 19:06:41 +0000 (19:06 +0000)]
Initial revision

25 years ago(Top): Include Windows 98 in the MS-DOS section.
Andrew Innes [Sun, 17 Jan 1999 19:06:27 +0000 (19:06 +0000)]
(Top): Include Windows 98 in the MS-DOS section.

25 years agoInitial revision
Andrew Innes [Sun, 17 Jan 1999 19:04:54 +0000 (19:04 +0000)]
Initial revision

25 years ago(find-buffer-file-type-coding-system): Use
Andrew Innes [Sun, 17 Jan 1999 19:00:24 +0000 (19:00 +0000)]
(find-buffer-file-type-coding-system): Use
default-buffer-file-coding-system when file doesn't exist (and isn't
covered by a special case) instead of forcing undecided-dos against
the user's wishes.

(direct-print-region-helper): New function based on
direct-print-region-function; sends data to specified printer port
without further translation.  Recognize and handle specially the
standard `print' and `nprint' programs, as well as `lpr' and
similar programs.  Only write directly to the printer port if no
print program is specified.  Work around a bug in Windows 9x
affecting Win32 version of Emacs by invoking command.com to write
to the printer port instead of writing directly.
(direct-print-region-function): Use direct-print-region-helper to
do most of the work.
(direct-ps-print-region-function): New function; analogue of
direct-print-region-function for ps-print.
(ps-lpr-command): Comment out setq; leave as example usage.
(ps-lpr-switches): Ditto.

25 years ago(printer-name): Update docstring about usage on MS-DOS
Andrew Innes [Sun, 17 Jan 1999 18:58:43 +0000 (18:58 +0000)]
(printer-name): Update docstring about usage on MS-DOS
and MS-Windows.
(lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
DOS and Windows platforms, to indicate direct printing.  Update
the docstring accordingly.

25 years ago(ps-printer-name): Update docstring about usage on
Andrew Innes [Sun, 17 Jan 1999 18:57:20 +0000 (18:57 +0000)]
(ps-printer-name): Update docstring about usage on
MS-DOS and MS-Windows.
(ps-lpr-command): Update docstring as for lpr-command.
(ps-print-region-function): New variable.
(ps-do-despool): Use it.
(ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
DOS/Windows.

25 years ago(subst-char-in-string): New function.
Andrew Innes [Sun, 17 Jan 1999 18:55:53 +0000 (18:55 +0000)]
(subst-char-in-string): New function.

25 years ago(cp852-decode-table): Fill a nil entry.
Eli Zaretskii [Sun, 17 Jan 1999 16:51:51 +0000 (16:51 +0000)]
(cp852-decode-table): Fill a nil entry.

25 years ago(bdf-cache-file): Use convert-standard-filename.
Eli Zaretskii [Sun, 17 Jan 1999 16:34:00 +0000 (16:34 +0000)]
(bdf-cache-file): Use convert-standard-filename.
(bdf-find-font-info): New function, looks for the first readable
file from a list of alternatives.
(bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
instead of bdf-get-font-info.
(bdf-generate-glyphs): If font-name is a cons cell, pass its car
to ps-mule-generate-bitmap-glyph.

25 years ago(ps-mule-font-info-database-bdf): Add alternative
Eli Zaretskii [Sun, 17 Jan 1999 16:32:50 +0000 (16:32 +0000)]
(ps-mule-font-info-database-bdf): Add alternative
file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
now be a list of alternative names.
(ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
(ps-mule-prepare-font): Likewise.

25 years ago(cp855-decode-table, cp850-decode-table): Fill some nil entries.
Eli Zaretskii [Sun, 17 Jan 1999 16:26:40 +0000 (16:26 +0000)]
(cp855-decode-table, cp850-decode-table): Fill some nil entries.

25 years ago(main): Eliminate arbitrary limit on length of system_name.
Richard M. Stallman [Sat, 16 Jan 1999 21:45:10 +0000 (21:45 +0000)]
(main): Eliminate arbitrary limit on length of system_name.
(xmalloc): Define unconditionally.

25 years ago(main): Eliminate arbitrary limit on
Richard M. Stallman [Sat, 16 Jan 1999 21:44:56 +0000 (21:44 +0000)]
(main): Eliminate arbitrary limit on

25 years agoMore address changes.
Dave Love [Sat, 16 Jan 1999 18:27:16 +0000 (18:27 +0000)]
More address changes.

25 years ago(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.
Dave Love [Sat, 16 Jan 1999 12:02:22 +0000 (12:02 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.

25 years agoFix some notwork addresses.
Dave Love [Fri, 15 Jan 1999 20:47:31 +0000 (20:47 +0000)]
Fix some notwork addresses.

25 years ago(help-make-xrefs): Avoid infloop in keymap substitutions
Dave Love [Fri, 15 Jan 1999 17:29:03 +0000 (17:29 +0000)]
(help-make-xrefs): Avoid infloop in keymap substitutions
and change regexp for command names.
(help-xref-go-back, function-called-at-point, symbol-file)
(where-is): Doc fixes.
(help-xref-go-back): Remove interactive spec.
(describe-function-1): Fix message for alias.  Buttomize alias
name.

25 years ago(join-line): New alias.
Dave Love [Fri, 15 Jan 1999 16:57:27 +0000 (16:57 +0000)]
(join-line): New alias.

25 years ago(forms--show-record): Convert integers to string
Richard M. Stallman [Fri, 15 Jan 1999 16:19:53 +0000 (16:19 +0000)]
(forms--show-record): Convert integers to string
expicitly since concat will no longer accept integers.
(forms-print): Use local `total-nb-records' since
`forms--total-records' will be inaccessible after buffer switching.

25 years ago(make-flyspell-overlay): fix front stickiness.
Richard M. Stallman [Fri, 15 Jan 1999 14:47:50 +0000 (14:47 +0000)]
(make-flyspell-overlay): fix front stickiness.

25 years ago(easy-menu-get-map): Fix bugs in prev change.
Richard M. Stallman [Fri, 15 Jan 1999 03:21:44 +0000 (03:21 +0000)]
(easy-menu-get-map): Fix bugs in prev change.

25 years agoMerge previous edits.
Dave Love [Thu, 14 Jan 1999 20:28:50 +0000 (20:28 +0000)]
Merge previous edits.

25 years agoCurrently-posted version.
Dave Love [Thu, 14 Jan 1999 20:25:55 +0000 (20:25 +0000)]
Currently-posted version.

25 years ago(cp850-decode-table): Fix previous change.
Eli Zaretskii [Thu, 14 Jan 1999 11:34:18 +0000 (11:34 +0000)]
(cp850-decode-table): Fix previous  change.

25 years ago(install): Use update instead of sed to install fns.el.
Eli Zaretskii [Thu, 14 Jan 1999 11:30:55 +0000 (11:30 +0000)]
(install): Use update instead of sed to install fns.el.

25 years agoExplain that intlfonts are used by ps-print as well.
Eli Zaretskii [Thu, 14 Jan 1999 11:25:35 +0000 (11:25 +0000)]
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.

25 years ago* shell.el (shell-dirtrack-verbose): New custom variable.
Simon Marshall [Thu, 14 Jan 1999 10:31:31 +0000 (10:31 +0000)]
* shell.el (shell-dirtrack-verbose): New custom variable.
        (shell-dirstack-message): Use it.

25 years agoMatch HP 9000/800 machine.
Karl Heuer [Thu, 14 Jan 1999 06:41:28 +0000 (06:41 +0000)]
Match HP 9000/800 machine.

25 years ago(quail-japanese-kanji-kkc): If the last char
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(quail-japanese-kanji-kkc): If the last char
to convert is `n', change it to Japanese Hiragana `n' before
conversion.

25 years ago(describe-language-environment):
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(describe-language-environment):
Don't alter input-method-alist.

25 years ago(Fdecode_sjis_char): Decode Japanese Katakana character
Kenichi Handa [Thu, 14 Jan 1999 01:20:35 +0000 (01:20 +0000)]
(Fdecode_sjis_char): Decode Japanese Katakana character
correctly.
(Fencode_sjis_char): Encode Japanese Katakana character correctly.

25 years ago(cp850-decode-table): Replace nil
Eli Zaretskii [Wed, 13 Jan 1999 14:30:34 +0000 (14:30 +0000)]
(cp850-decode-table): Replace nil
entries with codes of similary looking glyphs.  (Suggested by
Jason Rumney <jasonr@altavista.net>.)

25 years ago(browse-url-netscape): Fix ineffective "-noraise".
Dave Love [Wed, 13 Jan 1999 12:55:54 +0000 (12:55 +0000)]
(browse-url-netscape): Fix ineffective "-noraise".

25 years ago(find-function-on-key): Fix previous
Dave Love [Wed, 13 Jan 1999 12:42:28 +0000 (12:42 +0000)]
(find-function-on-key): Fix previous
change.

25 years ago(auto-save-hook): Defvar this.
Karl Heuer [Tue, 12 Jan 1999 22:20:25 +0000 (22:20 +0000)]
(auto-save-hook): Defvar this.

25 years ago*** empty log message ***
Karl Heuer [Tue, 12 Jan 1999 22:12:01 +0000 (22:12 +0000)]
*** empty log message ***

25 years ago(relative_filename): Stop backward search at beginning
Karl Heuer [Tue, 12 Jan 1999 21:58:08 +0000 (21:58 +0000)]
(relative_filename): Stop backward search at beginning
of string, since non-Unix systems can have absolute paths with no
initial slash.

25 years ago(sql-mode-ansi-font-lock-keywords): Quote font-lock
Karl Heuer [Tue, 12 Jan 1999 21:50:44 +0000 (21:50 +0000)]
(sql-mode-ansi-font-lock-keywords): Quote font-lock
faces, eliminating the need to load font-lock before loading sql.
(sql-mode-oracle-font-lock-keywords): Likewise.
(sql-mode-postgres-font-lock-keywords): Likewise.

25 years agoAdd inhibit-eol-conversion.
Dave Love [Mon, 11 Jan 1999 21:30:00 +0000 (21:30 +0000)]
Add inhibit-eol-conversion.

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

25 years ago(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
Dave Love [Mon, 11 Jan 1999 21:01:12 +0000 (21:01 +0000)]
(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
the values round.

25 years ago(find_handler_clause): If SIG is nil (memory full error),
Richard M. Stallman [Mon, 11 Jan 1999 18:09:31 +0000 (18:09 +0000)]
(find_handler_clause): If SIG is nil (memory full error),
never run the debugger, and don't bother checking the args
to see whether the debugger should be run.

25 years ago(compilation-shell-minor-mode): New function.
Richard M. Stallman [Mon, 11 Jan 1999 17:37:34 +0000 (17:37 +0000)]
(compilation-shell-minor-mode): New function.

25 years ago(read_key_sequence): In key-translation-map and
Richard M. Stallman [Mon, 11 Jan 1999 15:30:06 +0000 (15:30 +0000)]
(read_key_sequence): In key-translation-map and
function-key-map, handle symbol with array as fn def.
In function-key-map, handle symbol with keymap as fn def,
and autoloaded definitions.

25 years ago(BASE_PURESIZE): Increment to 500000.
Richard M. Stallman [Mon, 11 Jan 1999 15:27:08 +0000 (15:27 +0000)]
(BASE_PURESIZE): Increment to 500000.

25 years agoInitial revision
Richard M. Stallman [Mon, 11 Jan 1999 15:26:36 +0000 (15:26 +0000)]
Initial revision

25 years ago(Qtemp_buffer_setup_hook): New variable.
Richard M. Stallman [Mon, 11 Jan 1999 15:26:11 +0000 (15:26 +0000)]
(Qtemp_buffer_setup_hook): New variable.
(syms_of_print): Init and staticpro that.
(temp_output_buffer_setup): Run Qtemp_buffer_setup_hook.

25 years ago(help-mode-finish): Renamed from help-mode-maybe.
Richard M. Stallman [Mon, 11 Jan 1999 15:25:41 +0000 (15:25 +0000)]
(help-mode-finish): Renamed from help-mode-maybe.
Don't switch to Help mode here.
(temp-buffer-setup-hook): Use help-mode-finish.
(help-mode-setup): New function.
(temp-buffer-setup-hook): Use help-mode-setup.