1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

40731 Commits

Author SHA1 Message Date
Gerd Moellmann
e60b0c4402 (mark_kboards): Mark echo_string. 2002-03-06 15:56:17 +00:00
Gerd Moellmann
678e9d18b9 (echo_prompt, echo_char, echo_dash, echo_now)
(cancel_echoing, echo_length, echo_truncate): Changed to
work with new kboard definition.
(echo_now): Use message3_nolog instead of message2_nolog.
2002-03-06 15:55:11 +00:00
Gerd Moellmann
a35bdffa17 (ECHOBUFSIZE): Removed.
(struct kboard): Member echoptr removed, member echobuf renamed
to echo_string.
2002-03-06 15:54:43 +00:00
Andreas Schwab
2dc2ec3d49 Augment expression parser to handle conditional expressions. 2002-03-06 15:12:01 +00:00
Gerd Moellmann
8b5eabe078 *** empty log message *** 2002-03-06 14:03:32 +00:00
Gerd Moellmann
eb48413275 (message_with_string): Use Fformat instead of doprnt and
message3 instead of message2 to display the message using STRING's
text properties.
2002-03-06 14:03:07 +00:00
Gerd Moellmann
a10cd56195 (vc-branch-part): Add autoload cookie. This function can
be called from vc-rcs-find-most-recent-rev when visiting a file
checked into RCS in a CVS sandbox.
2002-03-06 13:51:28 +00:00
Pavel Janík
c1a227eaf2 ("Slovak"): Likewise. 2002-03-06 11:03:56 +00:00
Pavel Janík
0c9bf0c342 ("Czech"): Fix the documentation. 2002-03-06 11:01:34 +00:00
ShengHuo ZHU
01adac0d5d * xml.el (xml-parse-attlist): Accept empty strings.
From Max Froumentin <mf@w3.org>.
2002-03-05 21:44:01 +00:00
Richard M. Stallman
16e79fec78 *** empty log message *** 2002-03-05 21:04:21 +00:00
ShengHuo ZHU
5c543a33a2 * qp.el (quoted-printable-decode-region): Doc addition.
From: Eli Zaretskii <eliz@is.elta.co.il>
2002-03-05 19:26:30 +00:00
Stefan Monnier
8e12e2759c Doc fix. 2002-03-05 19:00:35 +00:00
Stefan Monnier
662152ddd2 (skip_invisible): Fix my brain fart. 2002-03-05 18:56:16 +00:00
Eli Zaretskii
0a5cb0d45e (mac-roman): Fix last change. 2002-03-05 18:54:18 +00:00
Eli Zaretskii
f4b60fe635 (mouse-show-mark): Remove the no-highlight alternative:
all terminals now support highlighting of some kind.
2002-03-05 18:41:53 +00:00
Eli Zaretskii
022d6ae857 (mac-roman): Fix the safe-chars property. 2002-03-05 18:20:56 +00:00
Stefan Monnier
5c749f60f0 (sit_for): Don't wait if executing a kbd macro. 2002-03-05 18:09:25 +00:00
André Spiegel
11a93899b8 # 2002-03-05 13:31:44 +00:00
André Spiegel
044504d226 (vc-cvs-diff-tree): Fix typo in parameter names. 2002-03-05 13:30:50 +00:00
André Spiegel
e993e35c8b # 2002-03-05 13:16:10 +00:00
André Spiegel
c1b1b3936b (vc-transfer-file): Use make-temp-file' instead of make-temp-name'.
(vc-default-update-changelog): Remove conditional use of
`make-temp-name'.
2002-03-05 13:14:11 +00:00
Francesco Potortì
bf8dd4e319 etags honours #line directives. 2002-03-05 11:42:46 +00:00
Francesco Potortì
db59058201 * etags.c: Honour #line directives.
(no_line_directive): New global var; set it for old behaviour.
(main): Remove some #ifdef in the getopt switch.
(add_node, put_entries): Code added to merge different chunks of
nodes referring to the same file.  Currently the tags are just
appended, without any check for duplicates.
(Perl_functions): Do not special case ctags.
(readline): Identify #line directives and do the right thing.
(nocharno, invalidcharno): New global vars.
(process_file): Reset nocharno.
(readline): Set nocharno.
(pfnote): Read nocharno and maybe put invalidcharno in node.
(total_size_of_entries, put_entries): Use invalidcharno.

* etags.c: Keep the whole tag table in memory, even in etags mode.
(main): Call put_entries here even in CTAGS mode.
(main, process_file): Check the return values of fclose and pclose.
(process_file): Do not call put_entries after parsing each file.
(process_file): Canonicalise file names even for ctags.
(process_file): Set curfile here...
(find_entries): ... not here any more.
(add_node): In etags mode, build a linked list of entries (on
right pointer) for each file, and link the first entry of each
file on left nodes.
(put_entries): Print here the name of the file.
(put_entries): Print the entries starting from the first file.
(number_len, total_size_of_entries): Define these only iin etags
mode, make the second work only on the right nodes.

* etags.c: Make all global variables static.
2002-03-05 11:28:26 +00:00
Francesco Potortì
51aeded3e6 *** empty log message *** 2002-03-05 11:27:51 +00:00
Andreas Schwab
df645f7c69 Regenerated. 2002-03-05 10:54:56 +00:00
Andreas Schwab
5d33584514 (hscroll_margin): Change to EMACS_INT. 2002-03-05 10:51:31 +00:00
André Spiegel
277ec2afd6 # Fix recent entries for Jonathan Kamens and Martin Lorentzson. 2002-03-05 10:42:45 +00:00
Juanma Barranquero
3cf5480148 Fix typo. 2002-03-05 10:10:21 +00:00
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