1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Kim F. Storm
5f64b52b67 (open-network-stream-server): Pass on optional args
sentinel and filter to make-network-process (from Luke Gorrie).
2002-05-28 22:04:14 +00:00
Kim F. Storm
3ad83f29b5 *** empty log message *** 2002-05-28 22:03:41 +00:00
Colin Walters
b54cfb5538 *** empty log message *** 2002-05-28 21:12:18 +00:00
Richard M. Stallman
f7e039de27 (x_display_and_set_cursor): Change the cursor in the same
way for blinked-off state and for a nonselected window.
2002-05-28 20:28:12 +00:00
Richard M. Stallman
dad67609c8 (window_scroll_pixel_based): Don't call Fbolp;
instead, see if the new start pos is at beginning of line.
2002-05-28 20:26:34 +00:00
Richard M. Stallman
bf3428a1e4 (Fwrite_region): If START is a string, don't make any annotations. 2002-05-28 20:25:46 +00:00
Richard M. Stallman
2520dc0caa (syms_of_eval): Doc fix. 2002-05-28 20:24:32 +00:00
Colin Walters
ccb3c8deaf (byte-compile-last-line): Deleted.
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.
2002-05-28 17:40:47 +00:00
Colin Walters
9d118494d5 (xml-mode): New alias for `sgml-mode'. 2002-05-28 16:51:06 +00:00
Colin Walters
532a8e8baf *** empty log message *** 2002-05-28 16:50:51 +00:00
Colin Walters
af2bf12fd3 (USAGE1): Add --no-splash.
(standard_args): Ditto.
2002-05-28 16:25:37 +00:00
Colin Walters
abb13b09f4 lread.c (readchar_count): New variable.
(readchar): Increment it.
(unreadchar): Decrement it.
(read_multibyte): Decrement it.
(Vread_with_symbol_positions): New variable.
(Vread_symbol_positions_list): New variable.
(read_internal_start): New function, created from Fread and
Fread_from_string.  Handle Vread_symbol_positions_list and
Vread_with_symbol_positions.
(readevalloop, Fread, Fread_from_string): Use it.
(read1): Use readchar_count to add symbol positions to
Vread_symbol_positions_list if Vread_with_symbol_positions is
non-nil.
(syms_of_lread): DEFVAR_LISP and initialize them.
2002-05-28 16:24:55 +00:00
Kim F. Storm
b44ec8e346 *** empty log message *** 2002-05-28 09:08:53 +00:00
Kim F. Storm
5d4d17b823 (read-directory-name): New function.
(cd): Use it instead of read-file-name.
2002-05-28 09:08:42 +00:00
Kim F. Storm
da46f04f2c (Fread_file_name_internal): Added brute-force
speed up for using predicate file-directory-p.
2002-05-28 09:03:22 +00:00
Miles Bader
8da139bc6a Doc fix. 2002-05-28 01:32:36 +00:00
Miles Bader
f0be545464 Doc fix. 2002-05-28 01:19:49 +00:00
Miles Bader
4a8130f23e C style fix. 2002-05-28 01:15:09 +00:00
Kim F. Storm
02f20f9863 *** empty log message *** 2002-05-27 22:14:52 +00:00
Kim F. Storm
93ed5f9da7 (Fcall_interactively) <"D">: Supply Qfile_directory_p
predicate for Fread_file_name when reading directory name.
Supply Qnil for predicate in other calls to Fread_file_name.
2002-05-27 22:06:29 +00:00
Kim F. Storm
fda1acc53d (Fread_file_name): Now has 6 args. 2002-05-27 22:05:51 +00:00
Kim F. Storm
59ffe07d36 (Vread_file_name_function, Vread_file_name_predicate):
New variables.
(syms_of_fileio): DEFVAR_LISP them.
(read_file_name_cleanup): New unwind function.
(Fread_file_name_internal): Only return completions satifying
Vread_file_name_predicate.  Temporarily unwind protect and rebind
default-directory while checking completions against the predicate.
(Fread_file_name): Added PREDICATE argument.  Specbind it to
Vread_file_name_predicate during completion.
Call Vread_file_name_function to read the file name if non-nil.
2002-05-27 22:05:00 +00:00
Glenn Morris
0d9e03bea1 *** empty log message *** 2002-05-27 12:37:24 +00:00
Kim F. Storm
fc803e8d1a (cua-set-mark): Align pop to marko
behaviour with standard set-mark-command.
(cua--pre-command-handler): Use push-mark-command.
(cua-repeat-replace-region): Improve functionality when
repeated after moving point or changing buffer.
2002-05-27 12:14:52 +00:00
Kim F. Storm
d00ffe213e (push-mark-command): Added optional NOMSG arg. 2002-05-27 12:13:56 +00:00
Miles Bader
892de42858 (VERSION): Calculate using the same method that configure.in uses. 2002-05-27 08:07:49 +00:00
Miles Bader
14dd2fe9ff *** empty log message *** 2002-05-27 08:07:29 +00:00
Paul Eggert
b7e67db6db Reinstate the following change from 2002-03-22, which was
inadvertently lost on 2002-04-13.

* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
2002-05-27 06:51:19 +00:00
Paul Eggert
8108640c1e Reinstate the following change from 2002-03-22, which was
inadvertently lost on 2002-04-13.

(main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
2002-05-27 06:50:39 +00:00
Paul Eggert
2570d28c05 * config.guess, config.sub: Updated from master source. 2002-05-27 06:44:24 +00:00
Paul Eggert
4e405419ef Updated from master source. 2002-05-27 06:43:19 +00:00
Colin Walters
f6a9d2d8cf Fix previous change. 2002-05-27 02:00:54 +00:00
Colin Walters
908abdfd40 *** empty log message *** 2002-05-26 20:58:40 +00:00
Colin Walters
1b207153d0 (command-line): Use when', unless'.
(command-line-1): New argument "--nosplash".  Handle it.

(inhibit-splash-screen): New variable alias for
`inhibit-startup-message'.
2002-05-26 20:49:28 +00:00
Colin Walters
588c915a8e (perform-replace): Document return value. Use `pop'. 2002-05-26 20:42:51 +00:00
Colin Walters
9b5691bb79 *** empty log message *** 2002-05-26 20:42:31 +00:00
Glenn Morris
76bccf35b4 (f90-previous-block, f90-next-block): New names (and slightly changed
behaviour) for the functions f90-previous-block-start, f90-next-block-end.
(f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2002-05-26 19:58:31 +00:00
Simon Josefsson
608d30f7be (set-fringe-mode): Work when updating
`default-frame-alist'.
2002-05-26 09:50:39 +00:00
Miles Bader
9e8abde7d3 *** empty log message *** 2002-05-26 07:36:40 +00:00
Miles Bader
b63a55ac97 (tty_capable_p): New function. 2002-05-26 07:23:47 +00:00
Miles Bader
a08166614a (tty_capable_p): New function.
(TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
(TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
2002-05-26 07:22:22 +00:00
Kim F. Storm
34a63289a6 (cua--repeat-replace-text): New variable.
(cua-repeat-replace-region): New command.
(cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
Misc improvements to the commantary.
2002-05-26 00:54:10 +00:00
Kim F. Storm
a30f92b8e2 *** empty log message *** 2002-05-26 00:53:41 +00:00
Simon Josefsson
255866b7ec Fix :type of `fringe-mode' for last modification. 2002-05-25 23:16:00 +00:00
Simon Josefsson
19c8fe7542 (fringe-query-style): New fringe style "minimal". 2002-05-25 23:14:11 +00:00
Simon Josefsson
280b8e5990 (rot13-translate-table): New variable.
(rot13, rot13-string, rot13-region): New functions.
2002-05-25 22:57:08 +00:00
Martin Stjernholm
3ce79cf555 (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
else-if compounds.
2002-05-25 16:18:59 +00:00
Eli Zaretskii
3433002d78 Bump Emacs version to 21.3.50. 2002-05-25 11:26:14 +00:00
Eli Zaretskii
57ba05cb72 Bump the Emacs version to 21.3.50. 2002-05-25 11:23:34 +00:00
Eli Zaretskii
e18f8235e6 Change octave.el -> octave-mod.el. 2002-05-25 11:01:33 +00:00