1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

50666 commits

Author SHA1 Message Date
Steven Tamm
fe97e8dfe1 macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P
instead of FRAME_X_P
2004-05-12 01:40:05 +00:00
Juanma Barranquero
c968810061 *** empty log message *** 2004-05-12 00:02:52 +00:00
Juanma Barranquero
00ed4f9098 (help-split-fundoc, help-add-fundoc-usage): Make arguments match their use in
docstring.
(help-arg-highlighting-function): New variable.
(help-argument-name): Mention it in the docstring.
(help-do-arg-highlight): Use it.  Expand regexp to accept also ARG-xxx and
xxx-ARG references.
2004-05-11 23:50:25 +00:00
Juanma Barranquero
b47773708b *** empty log message *** 2004-05-11 17:43:47 +00:00
Juanma Barranquero
814af837a2 (set-visited-file-name, file-expand-wildcards): Fix docstring. 2004-05-11 17:32:44 +00:00
Kim F. Storm
d7d2483aed (read_process_output): Grow decoding_buf when needed;
this could cause a crash in allocate_string and compact_small_strings.
2004-05-11 15:16:10 +00:00
Kim F. Storm
b47e779e52 *** empty log message *** 2004-05-11 15:15:48 +00:00
Miles Bader
ff298da1a1 Changes from arch/CVS synchronization 2004-05-11 13:15:19 +00:00
Eli Zaretskii
cdc9b8452c *** empty log message *** 2004-05-11 09:48:14 +00:00
Eli Zaretskii
2a0c736beb (mutually_exclusive_p): In 'case wordbeg', compare op2
against proper opcode.
2004-05-11 09:47:25 +00:00
Eli Zaretskii
860e1e0f9f (rfc2368-parse-mailto-url): Make the results of
parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
and "mailto:addr1?to=addr2" equal.
2004-05-11 09:41:20 +00:00
Eli Zaretskii
ac00945e6e (Man-getpage-in-background): Use shell-file-name
and shell-command-switch variables instead of hard-coded
values.
2004-05-11 09:30:25 +00:00
Eli Zaretskii
1e77b11209 New file. 2004-05-11 09:15:55 +00:00
Eli Zaretskii
026e4e5163 (leim-list.el): Move commands to convert TIT and MISC dictionaries
from here...
(changed.tit, changed.misc): ...to here.  Remove the (now unneeded)
test of the contents of changed.* files.
2004-05-11 08:56:01 +00:00
Eli Zaretskii
ad89ba2bf7 (distclean): Remove stamp-subdirs.
(SUBDIRS): Don't use `touch', use `djecho' instead.
(changed.tit, changed.misc): Use `djecho' instead of `echo'.
2004-05-11 08:52:09 +00:00
Stefan Monnier
f68d54e7db *** empty log message *** 2004-05-11 05:01:05 +00:00
Stefan Monnier
7a439904ec (prin1-char): Use eventp. 2004-05-11 03:17:59 +00:00
Stefan Monnier
7a2937ce8a (eventp): Be more discriminating with integers. 2004-05-11 03:17:45 +00:00
Juanma Barranquero
494bcd27cb (custom-initialize-default, defcustom): Fix typo in docstring. 2004-05-10 22:08:58 +00:00
Jason Rumney
7aa70236bc Added note about CreateProcess failures from make.exe 2004-05-10 21:31:34 +00:00
Daniel Pfeiffer
1b44af75e4 Add edg examples and remove redundant ultrix examples. 2004-05-10 21:09:51 +00:00
Daniel Pfeiffer
10436a4793 *** empty log message *** 2004-05-10 21:06:42 +00:00
Sam Steingold
3eab7193fb (ispell-message): Use `message-cite-prefix-regexp'
instead of `message-yank-prefix'.
2004-05-10 21:03:18 +00:00
Daniel Pfeiffer
c39bf546b9 (compile): Add universal prefix arg.
(compilation-error-regexp-alist-alist): Add edg patterns.
2004-05-10 21:00:00 +00:00
Stefan Monnier
522067b2d4 (help-buffer): Autoload when compiling.
(python-after-info-look): Don't assume Info-goto-node returns non-nil.
(run-python): Prepend to any existing PYTHONPATH.
2004-05-10 18:36:09 +00:00
Juanma Barranquero
aa7094ba0f *** empty log message *** 2004-05-10 18:18:23 +00:00
Juanma Barranquero
9bb69f4500 (define-ibuffer-column, define-ibuffer-sorter, define-ibuffer-filter): Add usage
info.
(define-ibuffer-op): Add usage info (but CL-style defaults for keyword args are
not shown).
2004-05-10 18:13:07 +00:00
Juanma Barranquero
1074a8812c (Mode Line Variables): Fix description of global-mode-string, which is now after
which-func-mode, not the buffer name.
2004-05-10 17:58:20 +00:00
Nick Roberts
42fd213b0d (gdb-annotation-rules): Add nquery annotation
for pending breakpoints.
2004-05-10 17:53:37 +00:00
Nick Roberts
95157669da *** empty log message *** 2004-05-10 17:52:06 +00:00
Juanma Barranquero
bc0018148a (Fget_unused_iso_final_char): Fix typos in docstring.
(Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction, Fsplit_char)
(Fchar_charset): Make argument names match their use in docstring.
2004-05-10 17:51:27 +00:00
Juanma Barranquero
553acde508 (Fstart_process): Fix docstring. 2004-05-10 17:47:38 +00:00
Juanma Barranquero
54ce7cbf6c (start-process-shell-command): Fix docstring. Put usage info in a format usable
by `describe-function'.
(open-network-stream, open-network-stream-nowait, open-network-stream-server):
Fix docstring.
2004-05-10 17:44:56 +00:00
Thien-Thi Nguyen
80e26b667a (main): For failing cases, exit with `EXIT_FAILURE'. 2004-05-10 17:32:13 +00:00
Richard M. Stallman
e109331ade *** empty log message *** 2004-05-10 16:56:13 +00:00
Richard M. Stallman
c113267187 (print_preprocess): Use being_printed, loop_count and
halftail to detect overdeep nesting and cyclic cdr chains.
2004-05-10 16:55:38 +00:00
Richard M. Stallman
6740652e6d (unrmail): Mostly rewritten. Parses the file
directly, without calling any functions in Rmail.
(unrmail-unprune): Function deleted.
2004-05-10 16:24:26 +00:00
Stefan Monnier
b82a6ae78c *** empty log message *** 2004-05-10 15:54:52 +00:00
Stefan Monnier
07c7712fae (inferior-python-mode-map): Remove erroneous C-c C-z binding. 2004-05-10 15:32:01 +00:00
Kenichi Handa
a57e815925 *** empty log message *** 2004-05-10 12:58:20 +00:00
Kenichi Handa
d28eab19f9 (temp_output_buffer_setup): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.
2004-05-10 12:09:08 +00:00
Kenichi Handa
5c2a995dc9 (x_create_tip_frame): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.
2004-05-10 12:08:32 +00:00
Kenichi Handa
ed441285d5 (describe-char): Fix previous change. Don't make
a unibyte character to multibyte in the *Help* buffer.
2004-05-10 12:07:12 +00:00
Andreas Schwab
9a28b92124 *** empty log message *** 2004-05-10 12:00:20 +00:00
Andreas Schwab
9d820f1a44 (all): Readd dependency on ${WORLD} so that lisp
files are compiled when bootstrapping.
2004-05-10 12:00:02 +00:00
Andreas Schwab
f59abab94a (Frename_file): Remove extra argument in call to
Fmake_symbolic_link.
2004-05-10 11:55:18 +00:00
Andreas Schwab
453d8ee93f Declare Fmake_symbolic_link. 2004-05-10 11:54:54 +00:00
Andreas Schwab
4af002d655 Rebuild. 2004-05-10 11:50:28 +00:00
Kim F. Storm
7e1704d0a9 (calc_line_height_property): Use string position when
object is a string.
2004-05-10 11:16:37 +00:00
Kim F. Storm
e2c02c1a1d *** empty log message *** 2004-05-10 11:15:55 +00:00