1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

24125 Commits

Author SHA1 Message Date
Dave Love
0a383cc772 (browse-url-netscape-program): Doc addition. 1999-01-25 21:55:12 +00:00
Dave Love
94c7a21474 (syms_of_coding): Doc fix for inhibit-eol-conversion. 1999-01-25 19:00:50 +00:00
Dave Love
d62f8b134b (help-make-xrefs): Default info references to an
`(emacs)' prefix.
1999-01-25 18:58:31 +00:00
Dave Love
26c529891a (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
auto-mode-alist.
1999-01-25 18:54:10 +00:00
Karl Heuer
91c6f26e92 (texinfo-make-menu): Make region-end a marker. 1999-01-25 17:04:23 +00:00
Karl Heuer
ed584298df (list-faces-display): Multiline case of previous fix. 1999-01-25 16:41:04 +00:00
Karl Heuer
2bfe16dbb3 (tex-run-command): Doc fix. 1999-01-25 16:31:15 +00:00
Andreas Schwab
bd09e573fe (mail-complete-alist): Use alist as customize
type.
1999-01-25 09:45:02 +00:00
Andreas Schwab
bfa8ca433a (Fsignal): Move comment to avoid confusing make-docfile. 1999-01-25 09:20:43 +00:00
Richard M. Stallman
7589a1d97e (x_set_frame_parameters): gcpro as needed. 1999-01-25 01:37:58 +00:00
Richard M. Stallman
5497dfdb4b (xmalloc): Declare to return long. 1999-01-25 01:34:34 +00:00
Dave Love
c0218e1b54 Comment about unibyte. 1999-01-24 22:37:36 +00:00
Richard M. Stallman
5b8ed07bb4 (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.
1999-01-24 20:12:25 +00:00
Richard M. Stallman
243ce842ce (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.
1999-01-24 20:10:30 +00:00
Richard M. Stallman
0afc861ba9 (read_key_sequence): Fix previous change. 1999-01-24 20:08:10 +00:00
Richard M. Stallman
cf591cc18b (same_x_server): Detect treat ":0" and "unix:0"
as the same.  Treat "myname:0" as the same as those two.
1999-01-24 20:07:05 +00:00
Richard M. Stallman
e18e6130fa (x_handle_selection_clear): Don't clear the
selection if Emacs still owns it through a different display.
1999-01-24 20:06:34 +00:00
Eli Zaretskii
3e9c24f68b (dos-codepage-setup): Call prefer-coding-system
to set the appropriate cpNNN-dos coding system as the
highest-priority coding system.
1999-01-24 14:13:32 +00:00
Kenichi Handa
dc1f8c72f4 (list-fontsets): Sort fontsets by plain names. 1999-01-24 04:43:03 +00:00
Kenichi Handa
80ae5f3a94 (generate-fontset-menu): Return a
sorted list by plain names of fontsets.
1999-01-24 04:42:30 +00:00
Kenichi Handa
1d5021c352 (tibetan-vertical-stacking): If the arg
FIRST is a composite character, decompose it at first.
1999-01-24 04:25:14 +00:00
Dave Love
2e92a8cb87 Update on LCD maintenance. 1999-01-23 22:09:19 +00:00
Dave Love
824996dcbf Correction re. LCD. Note on gnu.emacs.sources. 1999-01-23 22:03:46 +00:00
Dave Love
823139fba4 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.
1999-01-23 21:52:40 +00:00
Dave Love
a0184aeb8f (shell-command-on-region): Return command's exit
status.
1999-01-23 21:50:18 +00:00
Eric M. Ludlam
8afc622bcf (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.
1999-01-23 13:23:26 +00:00
Kenichi Handa
a5695549a6 (create-fontset-from-x-resource): Make style variants. 1999-01-23 05:41:29 +00:00
Kenichi Handa
2ea006961e (ccl-compile-translate-character): Handle
the case that a tranlation table is CCL register correctly.
1999-01-23 02:15:46 +00:00
Dave Love
6d4e95cbf6 #Oops in last change.
(Info-default-directory-list): Put sysdir after start.
1999-01-22 22:18:01 +00:00
Dave Love
4439cce1e7 (Info-default-directory-list): Add sysdir last. 1999-01-22 22:07:12 +00:00
Karl Heuer
83bc1919ba (clean-buffer-list): do not kill a buffer if it has
a process associated with it.
1999-01-22 21:58:42 +00:00
Karl Heuer
ccf89641df (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.
1999-01-22 21:57:43 +00:00
Geoff Voelker
33d52f9c45 (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.
1999-01-22 19:59:22 +00:00
Geoff Voelker
65c4903c49 (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.
1999-01-22 19:58:37 +00:00
Geoff Voelker
25d9ec8cc4 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):
Support BDF fonts.
1999-01-22 19:58:23 +00:00
Geoff Voelker
640ea3c512 Include w32bdf.h.
(W32FontStruct) Add bdf element.
1999-01-22 19:58:10 +00:00
Geoff Voelker
f0cd15b5cd Add w32bdf.c and w32bdf.h. 1999-01-22 19:58:01 +00:00
Geoff Voelker
9cc98b8283 (w32-standard-fontset-spec): Simplified. 1999-01-22 19:57:38 +00:00
Geoff Voelker
7b416d4284 Initial revision 1999-01-22 19:42:26 +00:00
Geoff Voelker
7ebca6a618 (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
the case of the drive letter.
1999-01-22 19:38:51 +00:00
André Spiegel
05dad1e652 (vc-annotate-display): Delete old overlays. Fix check for major-mode.
(vc-annotate-mode): Delete variable.
1999-01-22 16:28:12 +00:00
Andrew Innes
32291eb6a3 (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.
1999-01-22 15:12:59 +00:00
Dave Love
c16273442a (texinfo-font-lock-keywords): Match @ref. 1999-01-22 14:03:06 +00:00
Dave Love
39bf81d3eb Minor corrections. 1999-01-21 18:17:55 +00:00
Andrew Innes
15682d2416 (temacs): Use del to delete file, not rm. 1999-01-21 12:12:24 +00:00
Richard M. Stallman
31d5543d2c (widget-alist-convert-option): Delete spurious comma.
(widget-plist-convert-option): Delete spurious comma.
1999-01-20 07:11:00 +00:00
Richard M. Stallman
37f4b0339c (Info-default-directory-list): Perhaps add /usr/info. 1999-01-20 03:24:48 +00:00
Geoff Voelker
fea0d7fa5f (w32-standard-fontspec-spec): Change
iso8859-5 to koi8-r.  Add iso8859-9.
1999-01-19 22:27:59 +00:00
Geoff Voelker
a1b9438c25 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.
1999-01-19 22:25:33 +00:00
Geoff Voelker
a4e691eeeb (x_to_w32_charset): Add iso8859-9.
(w32_to_x_charset): Fix charset mappings.
1999-01-19 22:25:08 +00:00