1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Per Abrahamsen
673341317e 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
* frame.c (default-frame-alist): Explain that setting it doesn't
	affect existing frames.
2002-03-05 08:36:32 +00:00
Michael Kifer
1f31cd6028 *** empty log message *** 2002-03-05 05:37:09 +00:00
Michael Kifer
c3912d548f * ediff-init.el: comments.
* ediff-hook.el: Got rid of autoloads. Not needed, since the hook
is loaded.

* ediff-mult.el (ediff-intersect-directories,
ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
cleanup.
(ediff-draw-dir-diffs): now supports the "C" command in directory
difference buffer.
(ediff-dir-diff-copy-file): new function that implements copying
of files from one Ediff dir to another
(ediff-bury-dir-diffs-buffer): kills the buffer instead.
(ediff-append-custom-diff): better error msgs.

* ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
(ediff-inferior-compare-regions): Use
ediff-clone-buffer-for-region-comparison. Better and simpler interface.

* ediff.el (ediff-directories-internal): Cleanup.
(ediff-clone-buffer-for-region-comparison): Better interface.
2002-03-05 05:34:19 +00:00
Stefan Monnier
31ade731e6 Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
Stefan Monnier
c01d0677ab (syms_of_buffer): Allow non-string `mode-name'. 2002-03-04 23:20:06 +00:00
Stefan Monnier
b6b90dfc51 (face-spec-choose): Allow `t' to appear before the end.
(mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
(bold-italic, underline, highlight, secondary-selection, fixed-pitch)
(variable-pitch, trailing-whitespace): Don't use the old-style entries.
(mode-line-inactive, header-line): Move the `t' section to the
beginning so the `:inherit' setting can be shared.
2002-03-04 23:00:28 +00:00
Richard M. Stallman
3881a18674 (define-minor-mode): Use "P" in interactive spec of minor mode commands. 2002-03-04 22:27:03 +00:00
Eli Zaretskii
48178f9aaf (sys_subshell): Fix last change. 2002-03-04 20:15:56 +00:00
Eli Zaretskii
c0917202cf (sys_subshell) [MSDOS]: If PWD is set in the
environment, pass it down with corrected value.
2002-03-04 20:08:37 +00:00
Werner LEMBERG
5467910836 * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-in
(VIETNAMESE): Add vntelex.el.
2002-03-04 17:23:22 +00:00
Werner LEMBERG
129f2c7518 New input method for Vietnamese. 2002-03-04 17:22:29 +00:00
Pavel Janík
c6dc7fdd89 *** empty log message *** 2002-03-04 09:44:43 +00:00
Pavel Janík
1d09ce772e Require tempo when compiling to prevent warnings. Update copyright notice. 2002-03-04 09:43:40 +00:00
Pavel Janík
67868d27f8 (read_filtered_event): Do not call start_hourglass before returning. 2002-03-04 09:27:58 +00:00
Pavel Janík
74899579fa Align comments. 2002-03-04 09:26:18 +00:00
Pavel Janík
d61ac4a653 (describe-key-briefly, describe-key): Interpret `undefined' like not
defined at all.
2002-03-04 09:24:40 +00:00
Pavel Janík
8bd90f0a9d Mention psgml possible problems. 2002-03-04 09:22:28 +00:00
Juanma Barranquero
9652402e78 (x_display_and_set_cursor): Fix typo. 2002-03-04 08:32:49 +00:00
Stefan Monnier
0fda8eff1e Change maintainer to FSF.
(sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
(sgml-tags-invisible, sgml-beginning-of-tag):
Allow _ : and non-ASCII in tag names, as required for XML.
(sgml-name-char): Don't assume anything about charsets handled by encode-char.
2002-03-04 02:14:31 +00:00
Stefan Monnier
cb30255a83 (tex-guess-main-file): Handle the case where one of the buffers is narrowed. 2002-03-04 01:39:29 +00:00
Stefan Monnier
b8c49a19fe (hexlify-command, dehexlify-command): Remove.
(hexlify-buffer, dehexlify-buffer): Use call-process-region
rather than shell-command-on-region.
2002-03-04 01:13:52 +00:00
Stefan Monnier
0f38a885d5 (comment-forward): Use forward-comment to skip
over whitespace (or comments) even when comment-use-syntax is nil.
2002-03-04 01:10:55 +00:00
Stefan Monnier
bedf0b73d1 (cperl-menu): Add "-emacs" to the version. 2002-03-04 01:09:58 +00:00
Stefan Monnier
f101558c3d New file. 2002-03-04 01:08:34 +00:00
Richard M. Stallman
733442565a *** empty log message *** 2002-03-03 22:22:55 +00:00
Richard M. Stallman
6320b36270 (artist-system): Use make-temp-file. 2002-03-03 22:22:42 +00:00
Richard M. Stallman
d498f475b2 (ps-run-make-tmp-filename): Use make-temp-file. 2002-03-03 22:21:08 +00:00
Richard M. Stallman
8366cfb567 (mail-recover-1): Increase non-random-len
by 1 since we changed make-auto-save-file-name to add one
fewer character to the buffer name.
(mail-recover): Really show point at the right place
in the *Directory* buffer.
2002-03-03 22:18:12 +00:00
Richard M. Stallman
14661c9a50 Update how auto-save file names are made for non-file buffers. 2002-03-03 22:04:01 +00:00
Richard M. Stallman
75244a672a (make-auto-save-file-name): Use make-temp-file. 2002-03-03 21:57:59 +00:00
Richard M. Stallman
f9e6f049b3 (Fmake_temp_name): Doc fix. 2002-03-03 21:55:33 +00:00
Richard M. Stallman
8053add847 Comment change. 2002-03-03 21:44:59 +00:00
Richard M. Stallman
aea8821d9a (te-create-terminfo): Use make-temp-file
to create the source file in a safe way.
2002-03-03 21:37:31 +00:00
Richard M. Stallman
22c94cf2a6 (Major Modes): Explain major mode functions, how they work, and how
long the effect lasts.
2002-03-03 20:27:25 +00:00
Richard M. Stallman
7109132248 [!emacs]: Move #define of bcopy to after string.h. 2002-03-03 20:11:42 +00:00
Richard M. Stallman
d8eb23bd40 [!emacs]: Replace ospeed for building standalone
libtermcap, for binary compatibility.
2002-03-03 20:11:20 +00:00
Richard M. Stallman
aa7e46604a (file_p): Rename arg path' to filename'. 2002-03-03 20:09:47 +00:00
Richard M. Stallman
8d3208722e (Fexpand_abbrev): Increment plist as use count only if it is an integer. 2002-03-03 20:08:56 +00:00
Richard M. Stallman
d4405ed751 (png_load): Set screen_gamma based on f->gamma.
If png_get_sRGB gives an answer, call png_set_gamma
using the default image gamma value.
2002-03-03 20:07:42 +00:00
Richard M. Stallman
81a268b48c (read1): When reading from a file, default string to
multibyte only if it has some multibyte characters.
2002-03-03 20:06:11 +00:00
Richard M. Stallman
ae7367d33b (print_object): Output multibyte chars 128...255
using \x even if ! print_escape_multibyte.
2002-03-03 20:04:17 +00:00
Richard M. Stallman
ae02e06a51 (display_mode_element): Move the places where
bytepos, charpos, this, and lisp_string are set.
Use lisp_string to set bytepos.

(display_mode_element): Merge properties specified with
:propertize onto those that come with the string.

(redisplay_internal): Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
2002-03-03 20:02:08 +00:00
Eli Zaretskii
63a7fdcf32 Rename the variables related to automatic horizontal scrolling. 2002-03-03 17:41:19 +00:00
Eli Zaretskii
0594fc7f6a (Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode. 2002-03-03 17:38:24 +00:00
Eli Zaretskii
c86cd4e458 (Horizontal Scrolling): Rename automatic-hscrolling, automatic-hscroll-step
and automatic-hscroll-margin to, respectively, auto-hscroll-mode,
hscroll-step, and hscroll-margin.
2002-03-03 17:36:21 +00:00
Eli Zaretskii
63d5d1ee50 *** empty log message *** 2002-03-03 17:33:17 +00:00
Eli Zaretskii
8b75db3498 Rename automatic-hscroll-step and
automatic-hscroll-margin into hscroll-step and hscroll-margin.
2002-03-03 17:32:17 +00:00
Eli Zaretskii
968ecc2809 (auto-hscroll-mode): Renamed from automatic-hscrolling.
(automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
2002-03-03 17:31:45 +00:00
Robert J. Chassell
a056c2c7fa (texinfo-insert-menu): specify previously free variable `level' in a
`let' statement, as done elsewhere.

(texinfo-sequentially-find-pointer): replace unneeded free variable
`beginning' with (point-min) expression.
2002-03-03 17:30:07 +00:00
Eli Zaretskii
e76d28d5e5 (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
automatic-hscrolling.  Users changed.
<hscroll-margin>: Renamed from automatic-hscroll-margin.  Users changed.
<hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
2002-03-03 17:28:52 +00:00