1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 13:46:57 +00:00
Commit Graph

48200 Commits

Author SHA1 Message Date
André Spiegel
e5d9c9a23d (vc-cvs-parse-entry): Don't require parse-time, because it's
autoloaded now.
2003-09-26 07:23:36 +00:00
André Spiegel
ec2dc2677a (parse-time-string): Add autoload cookie. 2003-09-26 07:21:56 +00:00
Stefan Monnier
7146d1c1a8 *** empty log message *** 2003-09-25 21:13:19 +00:00
Dave Love
ca716c26d4 (fns.o): Depend on md5.h. 2003-09-25 19:12:11 +00:00
Glenn Morris
b8acc4ed4f (sh-builtins): Add bash `shopt' builtin.
(sh-font-lock-keywords, sh-feature): Fix previous change of sh-feature
to avoid infloop with sh-font-lock-keywords.
2003-09-25 02:01:18 +00:00
Glenn Morris
dd130f1d5e *** empty log message *** 2003-09-25 01:56:25 +00:00
Kim F. Storm
3834380d15 (set_window_buffer): Fix redisplay problems when
switching between buffers with different display margin widths.
2003-09-24 23:52:45 +00:00
Kim F. Storm
fbe574208a *** empty log message *** 2003-09-24 23:52:11 +00:00
Kim F. Storm
22f9c48c82 (window-current-scroll-bars): New defun. 2003-09-24 22:55:42 +00:00
Kim F. Storm
56cfea72a3 (frame-current-scroll-bars): New defun. 2003-09-24 22:54:55 +00:00
Luc Teirlinck
31572e292e (Font X): Mention new default font. More fully describe long font
names, wildcard patterns and the problems involved.  (Result of
discussion on emacs-devel.)
2003-09-24 15:52:21 +00:00
Luc Teirlinck
d1794b7320 *** empty log message *** 2003-09-24 15:50:20 +00:00
Martin Stjernholm
de2dcd185a Bumped patch release number. Minor docstring update. 2003-09-24 14:01:16 +00:00
Martin Stjernholm
0923382c34 (c-comment-prefix-regexp): Document that `c-setup-paragraph-variables'
has to be used when this variable is changed; it doesn't work to
reinitialize the mode since that typically clobbers the variable.
2003-09-24 13:56:48 +00:00
Martin Stjernholm
cfb966f42a (c-setup-paragraph-variables): Made it interactive. 2003-09-24 13:56:27 +00:00
Martin Stjernholm
fa14078b4f (c-type-list-kwds): If "operator" is followed by an identifier in C++
then it's a type.
2003-09-24 13:56:09 +00:00
Martin Stjernholm
a6782a6efd (c-font-lock-declarations): Fixed recognition of constructors and
destructors for classes whose names are matched by
`*-font-lock-extra-types'.

(c-font-lock-invalid-string): Fixed eob problem that primarily
affected XEmacs.  Don't use faces to find unterminated strings since
Emacs and XEmacs fontify strings differently - this function should
now work better in XEmacs.
2003-09-24 13:55:49 +00:00
Martin Stjernholm
449a2b0d2e (c-parse-state): Fixed bug that could cause errors when the state
cache contains info on parts that have been narrowed out.

(c-forward-keyword-clause): Fixed error handling.  This bug could
cause interactive font locking to bail out.

(c-just-after-func-arglist-p): Handle paren-style types in Pike.  Also
fixed some cases of insufficient handling of unbalanced parens.
2003-09-24 13:55:23 +00:00
Martin Stjernholm
d858963e6b (c-electric-brace): Fixed a bug in the expand-abbrev' workaround
which caused braces to disbehave inside macros.
2003-09-24 13:55:07 +00:00
André Spiegel
1e3187e322 # 2003-09-24 11:57:40 +00:00
André Spiegel
ecfc2ba00d (vc-cvs-parse-entry): Restore the code to compare time stamps
numerically, rather than textually.
2003-09-24 11:55:45 +00:00
Lute Kamstra
2fd8a18a9a (upcase-char): Fix docstring.
(zap-up-to-char): New command.
2003-09-24 08:52:09 +00:00
Luc Teirlinck
41beda59dd (Low-Level Network): Fix typo. 2003-09-24 04:19:12 +00:00
Kenichi Handa
d722dd28e4 *** empty log message *** 2003-09-23 23:07:29 +00:00
Kim F. Storm
0bbffed703 (Network, Network Servers): Fix typos.
(Low-Level Network): Add timeout value for :server keyword.
Add new option keywords to make-network-process.
Add set-network-process-options.
Explain how to test availability of network options.
2003-09-23 22:05:38 +00:00
Kim F. Storm
ef6ae4ff6d *** empty log message *** 2003-09-23 22:05:14 +00:00
Kim F. Storm
151ec9e26f (set_socket_option): Fix :bindtodevice option.
(Fset_network_process_option): Update process contact list when
setting option succeeds.
(Fmake_network_process): Doc fix.
2003-09-23 21:57:51 +00:00
Dave Love
96f3a036e6 # 2003-09-23 12:41:52 +00:00
Dave Love
68e03c1cb7 *** empty log message *** 2003-09-23 12:41:15 +00:00
Dave Love
559c53b384 (Fnetwork_interface_info): Use
HAVE_STRUCT_IFREQ... macros.
2003-09-23 12:40:39 +00:00
Dave Love
86bd9393c5 Check members of struct ifreq. 2003-09-23 12:39:44 +00:00
Dave Love
72041d01b5 (bootstrap-clean): Fix misplaced `!'. 2003-09-23 10:46:15 +00:00
Luc Teirlinck
f8977ff323 *** empty log message *** 2003-09-23 02:48:44 +00:00
Nick Roberts
1dd52b8210 (perldb): Add gud-until to list of commands.
Update gud-remove.
2003-09-22 22:02:51 +00:00
Nick Roberts
81fc7b45ed *** empty log message *** 2003-09-22 22:00:57 +00:00
Stefan Monnier
b633b319ac Clear up the last paragraph. 2003-09-22 17:40:14 +00:00
Luc Teirlinck
a273ca3a4e (Acknowledgements): Correct typo. 2003-09-22 16:44:53 +00:00
Eli Zaretskii
2f809aae10 *** empty log message *** 2003-09-22 16:41:16 +00:00
Eli Zaretskii
ca39f6c1b4 (man lispref lispintro): Specify an explicit target `info',
like Makefile.in does.
2003-09-22 16:40:42 +00:00
Eli Zaretskii
9ac61a8935 (set_tty_color_mode): Use INTEGERP to test whether a
color mode is an integer number (it could be -1).
2003-09-22 16:03:18 +00:00
Richard M. Stallman
8fe7d8c8bd *** empty log message *** 2003-09-22 15:51:28 +00:00
Richard M. Stallman
73792d68fd (graft_intervals_into_buffer): Correct the main loop
in the case where OVER is longer than UNDER.
2003-09-22 15:51:19 +00:00
Richard M. Stallman
9eae419dca (Misc Dired Commands): New node.
(Dired Navigation): Add dired-goto-file.
2003-09-22 15:50:15 +00:00
Richard M. Stallman
f0725a6abd (File Aliases, Misc File Ops): Add @cindex entries. 2003-09-22 15:49:13 +00:00
Richard M. Stallman
ad709ece35 (Acknowledgements): New node, split from Distribution. 2003-09-22 15:48:36 +00:00
Richard M. Stallman
e2f140c858 (Action Arguments): -f reads interactive args. 2003-09-22 15:48:01 +00:00
Richard M. Stallman
b0110b4a2c (Remapping Commands): Fix typo. 2003-09-22 15:47:21 +00:00
Richard M. Stallman
1bf87f6ba3 (sh-mode-default-syntax-table): Renamed from sh-mode-syntax-table.
Call sh-mode-syntax-table directly.
(sh-mode-syntax-table-input): New variable.
(sh-require-final-newline): Don't use eval.
(sh-builtins, sh-leading-keywords, sh-other-keywords)
(sh-variables, sh-font-lock-keywords): Don't use eval.
(sh-set-shell): When setting require-final-newline,
treat value = `require-final-newline' as don't change it.
Set sh-mode-syntax-table locally based on
sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2003-09-22 15:39:47 +00:00
Richard M. Stallman
dfe02f1424 (compile-internal): Call compilation-set-window-height
before setting window start.
2003-09-22 15:25:47 +00:00
Richard M. Stallman
a94d391acd (lm-with-file): Don't visit the file,
just use insert-file-contents in temp buffer.

(lm-get-header-re): Added surrounding \\( and \\) around the header,
as in for lm-history-header 'Change Log\\|History'.
2003-09-22 15:23:53 +00:00