Karl Heuer
3f0855d5cc
(cal-menu-update): Fix menu wording.
1998-10-30 19:44:50 +00:00
Dave Love
927d7566ff
(vc-backend-merge-news): Check for "P" output.
1998-10-30 19:11:08 +00:00
Dave Love
3476e15955
(describe-variable): Hyperlink the definition.
1998-10-30 19:07:09 +00:00
Dave Love
e0a3686bfd
Don't mkdir cpp.
1998-10-30 19:00:25 +00:00
Andreas Schwab
842cc0e685
(sh-canonicalize-shell): Fix regexp.
...
(sh-set-shell): Likewise.
1998-10-30 11:02:42 +00:00
Andreas Schwab
b735c9913f
(shell-command-on-region): Doc fix.
1998-10-30 11:01:38 +00:00
Andreas Schwab
7ff1b00e83
(edebug-initial-mode): Fix customize type.
...
(edebug-on-error): Fix customize type to match that of
debug-on-error.
1998-10-30 11:00:07 +00:00
Andreas Schwab
0ba87ff4f3
(eldoc-argument-case): Fix customize type.
1998-10-30 10:59:23 +00:00
Andreas Schwab
6d38633e33
(lm-report-bug): Use
...
report-emacs-bug-address instead of undefined bug-gnu-emacs.
1998-10-30 10:58:37 +00:00
Andreas Schwab
b6895193b7
Don't require 'w3 and 'url unprotected.
1998-10-30 10:57:05 +00:00
Andreas Schwab
48e411652a
(select-message-coding-system): Doc
...
fix.
1998-10-30 10:56:15 +00:00
Andreas Schwab
2dc98b1d93
(describe-coding-system): Describe
...
all flags.
1998-10-30 10:55:15 +00:00
Andreas Schwab
265f03bcb2
(sendmail-coding-system,
...
default-sendmail-coding-system): Doc fix.
1998-10-30 10:53:59 +00:00
Andreas Schwab
aac77ff120
(Vselection_coding_system): Doc fix.
1998-10-30 10:21:58 +00:00
Andreas Schwab
8b835738fd
(Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
...
when we have both char and byte position. Fix type clashes.
1998-10-30 10:20:25 +00:00
Andreas Schwab
377127ce12
(Fsignal): Use a separate format string when passing
...
error message string to fatal, in case it contains %'s.
1998-10-30 10:14:50 +00:00
Andreas Schwab
3c52e568d6
(Fchar_after): Fix type clashes.
1998-10-30 10:13:41 +00:00
Andreas Schwab
60022cb712
(Fchar_bytes): Doc fix.
...
(char_bytes): Fix returned value to match returned type.
(syms_of_charset): Fix type clash in initialisation of
Vauto_fill_chars.
1998-10-30 10:13:36 +00:00
Andreas Schwab
b7b75652ce
Write fns-*.el in current directory instead of
...
data-directory since no installation directory exists yet. Mark
buffer unmodified afterwards.
1998-10-30 09:54:37 +00:00
Andreas Schwab
5f15b2efed
(symbol-file): Load fns-*.el from exec-directory
...
instead of data-directory since it is architecture dependent.
(load-history-loaded): Update doc string.
1998-10-30 09:53:51 +00:00
Andreas Schwab
cec762dae3
(install-arch-dep): Install src/fns-*.el in
...
${archlibdir}.
1998-10-30 09:51:57 +00:00
Geoff Voelker
938469f27d
(initialize_w32_display): Use buffer coords
...
instead of buffer size (which may be larger than the window).
1998-10-30 04:22:31 +00:00
Geoff Voelker
8929f478f0
Remove a dangling reference to a directory on the
...
build machine.
1998-10-30 03:56:46 +00:00
Geoff Voelker
64aefd1ae3
(ange-ftp-canonicalize-filename): Do not use a UNC
...
path as a default directory when canonicalizing names.
1998-10-30 03:56:25 +00:00
Geoff Voelker
dbda5089c0
fileio.c (init_fileio_once): New function.
1998-10-30 03:49:09 +00:00
Geoff Voelker
680256a8be
emacs.c (main): Invoke init_fileio_once.
1998-10-30 03:48:54 +00:00
Paul Eggert
1decb68022
(XTread_socket): Check the returned value of XmbLookupString more carefully.
1998-10-29 00:16:49 +00:00
Kenichi Handa
9f3ede3ccc
(check_markers): Check if markers are at character
...
boundry.
(adjust_markers_for_insert): Fix previous change.
(count_combining_before): Don't limit the check at BEGV.
(count_combining_after): Don't limit the check at ZV.
(CHECK_BYTE_COMBINING_FOR_INSERT): New macro.
(insert_1_both): Call CHECK_BYTE_COMBINING_FOR_INSERT.
(insert_from_string_1): Likewise.
(insert_from_buffer_1): Likewise.
(adjust_after_replace): Inhibit bytes combined across region
boundary. Update end_unchanged correctly.
(replace_range): Call CHECK_BYTE_COMBINING_FOR_INSERT. Update
end_unchanged correctly.
(del_range_2): Inhibit bytes combined across region boundary.
Update end_unchanged correctly.
1998-10-28 07:52:13 +00:00
Kenichi Handa
3f5409d35b
(Fsubst_char_in_region): Fix previous change.
...
(Ftranslate_region): Fix previous change.
1998-10-28 07:52:13 +00:00
Kenichi Handa
d14d03ac4a
(DECODE_CHARACTER_ASCII): Check validity of inserted
...
code.
(DECODE_CHARACTER_DIMENSION1): Likewise.
(DECODE_CHARACTER_DIMENSION2): Likewise.
(decode_coding_sjis_big5): Check the 2nd byte of SJIS correctly.
1998-10-28 07:52:13 +00:00
Geoff Voelker
78859b8033
(Fset_message_beep): Recognize 'silent.
...
(w32_sys_ring_bell): Do nothing for the 'silent sound.
1998-10-28 05:48:12 +00:00
Geoff Voelker
93cbf229f9
(Vnext_selection_coding_system): New variable.
...
(syms_of_w32select): DEFVAR_LISP it.
(Fw32_set_clipboard_data): Use Vnext_selection_coding_system if
non-nil. Always convert multibyte strings.
(Fw32_get_clipboard_data): Use Vnext_selection_coding_system if
non-nil. Always convert a string that includes non-ASCII characters.
1998-10-28 03:50:07 +00:00
Richard M. Stallman
931f525c9e
(initialize-new-tags-table):
...
Do not alter find-tag-marker-ring and tags-location-ring.
1998-10-28 00:04:28 +00:00
Geoff Voelker
cf14c2b4c3
(w32-use-w32-font-dialog, w32-fixed-font-alist):
...
New variables.
(mouse-set-font): Use font menus instead of dialog according to
w32-use-w32-font-dialog.
1998-10-27 23:46:26 +00:00
Geoff Voelker
96ef7d42fb
(check_windows_init_file): Also look in load path specified
...
in environment.
1998-10-27 23:42:26 +00:00
Geoff Voelker
5d84dd8714
(w32_color_map_lookup): Remove duplicate definition.
1998-10-27 20:10:19 +00:00
Richard M. Stallman
46ac5b268d
(Fbase64_decode_string): Doc fix.
...
(Fbase64_decode_region, Fbase64_encode_string Fbase64_encode_region):
Likewise.
1998-10-27 17:55:28 +00:00
Dave Love
15a9a50c39
(Fbase64_decode_region, Fbase64_encode_region): Fix
...
newline in doc string.
1998-10-27 10:39:24 +00:00
Kenichi Handa
f6ecdae5b2
(adjust_after_replace): Correctly handle the case that
...
both byte combining before and byte combining after happen.
(replace_range): Likewise.
1998-10-27 03:54:13 +00:00
Kenichi Handa
a3360ff915
(Fsubst_char_in_region): Correctly handle the case
...
that byte combining before happens.
(Ftranslate_region): Likewise.
1998-10-27 03:54:13 +00:00
Richard M. Stallman
b413f89564
(Fformat): Increase buffer size for floating format.
1998-10-26 23:48:57 +00:00
Edward M. Reingold
4a7cd65c8b
Add title parameters to frames.
1998-10-26 21:37:57 +00:00
Karl Heuer
024ced4d91
Doc fixes.
1998-10-26 20:25:41 +00:00
Karl Heuer
d3ab8dac3e
User option for multibyte buffer handling and doc fix.
...
(ps-multibyte-buffer): New user option.
(ps-setup): Print new user option.
(ps-print-quote): New fun.
(ps-color-p, ps-mule-font-info-database-latin): New var.
(ps-default-color, ps-mule-font-info-database)
(ps-mule-font-info-database-ps-bdf): Adjust initialization.
(ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
(ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
Little code improvement.
(ps-mule-initialize): Initialize ps-mule-font-info-database.
(ps-print-prologue-header, ps-font-family, ps-font-size)
(ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
(ps-build-face-reference, ps-mule-font-info-database-bdf)
(ps-mule-external-libraries, ps-mule-init-external-library)
(ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): doc
fix.
To make it work also on Emacs 20.2 and the earlier
version, check the value of mule-version.
(ps-print-version): New version number (4.1.1) and doc
fix.
(ps-print-prologue-header): New user option.
(ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
Conditional compilation for GNU Emacs and emacsens.
(ps-generate-postscript-with-faces): Skip invisible text better.
(ps-setup): Print new user option.
(ps-print-preprint): Check if input file name exists and is unwritable.
(ps-begin-file): Adjust PostScript prologue header for duplex printers
and insert user PostScript prologue header comments.
(ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): New
funs.
(dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
(ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
PostScript programming normalization.
(ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
(ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
(ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
(ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
(ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
Programming style normalization.
1998-10-26 20:22:17 +00:00
Kenichi Handa
27606920fb
(compose-region): Insert then delete
...
to preserve markers.
(decompose-region): Use search-forward for efficiency.
1998-10-26 08:00:11 +00:00
Kenichi Handa
4cec2d0a49
(in-is13194-devanagari-pre-write-conversion): Cancel previous
...
change, use generate-new-buffer instead of get-buffer-create.
1998-10-26 08:00:11 +00:00
Kenichi Handa
d64a0ef709
(pre-write-encode-hz): Cancel previous
...
change, use generate-new-buffer instead of get-buffer-create.
1998-10-26 08:00:11 +00:00
Kenichi Handa
3de546452e
(thai-pre-write-conversion): Cancel previous
...
change, use generate-new-buffer instead of get-buffer-create.
1998-10-26 08:00:11 +00:00
Kenichi Handa
76d1241585
(tibetan-pre-write-conversion): Cancel previous
...
change, use generate-new-buffer instead of get-buffer-create.
1998-10-26 08:00:11 +00:00
Kenichi Handa
319fb5a9bf
(viqr-pre-write-conversion): Cancel previous
...
change, use generate-new-buffer instead of get-buffer-create.
1998-10-26 08:00:11 +00:00