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

43352 commits

Author SHA1 Message Date
Richard M. Stallman
7dc2cc987c (unload-feature): Distinguish functions from variables in load-history.
(feature-symbols): Doc fix.
2002-08-24 03:00:29 +00:00
Richard M. Stallman
80c39c38bb (select-frame-by-name, select-frame-set-input-focus):
Always call x-focus-frame, if using x.
Use set-mouse-position on all systems, if focus-follows-mouse.
2002-08-24 02:59:27 +00:00
Richard M. Stallman
a2c4ae0156 (symbol-file-load-history-loaded)
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.
2002-08-24 02:58:53 +00:00
Richard M. Stallman
1aa8fe4665 (ange-ftp-completion-hook-function): Add safe-magic prop. 2002-08-24 02:57:31 +00:00
Glenn Morris
901e8d1dc5 (f90-imenu-flag): Deleted - use imenu--index-alist instead. 2002-08-24 01:08:28 +00:00
Glenn Morris
1a341882a5 (f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu)
(f90-font-lock-on, f90-font-lock-off, f90-font-lock-menu):  Deleted.  Use
easy-menu-define instead.
(f90-mode): Use easy-menu-add.
No longer (require 'imenu) when compiling.
(f90-mark-subprogram, f90-indent-region, f90-fill-region)
(f90-abbrev-start): Use fboundp.
2002-08-24 00:50:42 +00:00
Stefan Monnier
365958144e (PATFETCH): Remove the translating fetch.
(PATFETCH_RAW): Rename to PATFETCH.
(set_image_of_range): New fun.
(SET_RANGE_TABLE_WORK_AREA): Use it.
(regex_compile): Don't translate the pattern chars so eagerly.
Only do it when inserting an `exactn' bytecode or when handling a char-range.
(mutually_exclusive_p): Avoid empty statement.
2002-08-23 22:21:51 +00:00
Robert J. Chassell
d846a776e1 Update for Texinfo version 4.2 2002-08-23 19:52:29 +00:00
Robert J. Chassell
ceb3d98065 Update to version 4.2 2002-08-23 19:47:41 +00:00
Robert J. Chassell
b1bd267c5e Add version 4.2 texinfo.tex and use @copying command;
add shell commands to create DocBook and XML output formats.
2002-08-23 19:46:12 +00:00
André Spiegel
cfee628f3e # 2002-08-23 13:27:12 +00:00
André Spiegel
cd32d5d1f4 (vc-kill-buffer-hook): Add it to kill-buffer-hook again. 2002-08-23 13:23:14 +00:00
ShengHuo ZHU
0d9724864a * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
* nnbabyl.el (nnbabyl-request-expire-articles): Ditto.

	* nnmbox.el (nnmbox-request-expire-articles): Ditto.

	* nnmh.el (nnmh-request-expire-articles): Implemented
	expiry-target for nnmh backend.
2002-08-23 03:32:58 +00:00
Kai Großjohann
30f75e622c Remote files: new default method for Tramp is ssh, not sm. 2002-08-22 19:40:12 +00:00
Kim F. Storm
a562ef1ab4 (redisplay_window): Do not `goto try_to_scroll' when we
end up on a partially visible line; this reverts a specific part
of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
display error which has been reported several times now.
However it introduces the problem that changes was supposed to fix.
See my comments in the source if you want to debug this further.
2002-08-22 16:52:56 +00:00
Kim F. Storm
f92ae6be4e Revert part of 2000-08-14T14:26:59Z!fx@gnu.org change. 2002-08-22 16:52:22 +00:00
Kai Großjohann
821e6e360b Version 2.0.14 released.
(tramp-shell-prompt-pattern): New variable.
(tramp-actions-before-shell, tramp-multi-actions)
(tramp-find-shell, tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Use it.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
in the docstring.
(tramp-bug): Report `tramp-shell-prompt-pattern'.
(tramp-process-one-multi-action, tramp-process-one-action): Make
message clearer so people don't confuse it with Emacs asking them
a question if the regexp happens to end with "?".
(tramp-verbose): Change default value from 10 to 9.  Also change
some logging levels so that 10 is reserved for stuff which is
needed for debugging only, but 9 catches everything that people
might like to see in order to see that Tramp is actually working.
2002-08-22 15:16:08 +00:00
Kim F. Storm
28e57b1f45 (authors-aliases, authors-fixed-entries):
Corrected spelling mistakes (for Joseph Arceneaux).
2002-08-22 14:27:50 +00:00
Kim F. Storm
e064daa2d4 *** empty log message *** 2002-08-22 14:26:50 +00:00
Kim F. Storm
5691a3f84c Fixed spelling: Joseph Arceoeaux -> Arceneaux 2002-08-22 14:21:07 +00:00
Glenn Morris
f34150c4e2 *** empty log message *** 2002-08-21 21:31:14 +00:00
Glenn Morris
0ee7f06810 eval-when-compile a few defvars to quieten the byte-compiler.
(f90-xemacs-flag): Wrap in eval-and-compile.
(f90-font-lock-keywords): Doc fix.
(f90-mode-abbrev-table): Use the 6th (system-flag) argument of
define-abbrev if available, but work without it as well.
(f90-mark-subprogram-overlay): Variable deleted.
(f90-mark-subprogram): No need to be silent about push-mark.
Get rid of the silly overlay bit.
(f90-abbrev-start): unread-command-event is obsolete in XEmacs too.
2002-08-21 21:26:07 +00:00
Kai Großjohann
3cdaec13e7 Version 2.0.13 released.
(tramp-handle-write-region): Don't check to see if remote end is
awake after sending data to remote host: we want to send "EOF" not
"echo are you awake"...
(tramp-maybe-open-connection): Swap args for tramp-time-diff.
(tramp-yn-prompt-regexp): New variable.
(tramp-action-yn): New function, using it.
(tramp-feature-write-region-fix): New internal variable.  Not yet
used.  Should be used in `tramp-handle-write-region'.
2002-08-21 15:04:29 +00:00
Kim F. Storm
2ef6aac845 (mode-line-format): Moved global-mode-string last.
(mode-line-position): Moved %p first.  Added padding to %l/%c to
eliminate jumpyness in modeline.  Use (%l,%c) format if both
line-number-mode and column-number-mode are enabled.
2002-08-21 12:05:09 +00:00
Kim F. Storm
88a0d95abd *** empty log message *** 2002-08-21 12:04:42 +00:00
Richard M. Stallman
dfd67a6271 Fix typos. 2002-08-21 00:18:46 +00:00
Richard M. Stallman
f13e7f66cf Fix typo. 2002-08-21 00:18:05 +00:00
Richard M. Stallman
ed41eea2f6 *** empty log message *** 2002-08-21 00:17:26 +00:00
Richard M. Stallman
7058e703aa Fix typos. 2002-08-21 00:17:16 +00:00
Richard M. Stallman
93d57f6b90 Typo. 2002-08-21 00:15:28 +00:00
Martin Stjernholm
0e35704fe3 (c-forward-syntactic-ws): Fixed a bug that could cause an infinite
loop if something that looks like a macro begins in the middle of a
line.

(c-parse-state): Fixed a bug that could cause `c-state-cache' to
contain two conses in sequence when there's an unbalanced open paren
in a macro.
2002-08-20 21:59:10 +00:00
Glenn Morris
23d468dadd (imenu-syntax-alist): Doc fix. 2002-08-20 20:35:56 +00:00
Glenn Morris
a245ece58a (fortran-current-defun): Use save-excursion. 2002-08-20 20:32:45 +00:00
Glenn Morris
5b89a8c974 (imenu--generic-function): Use mapc. 2002-08-20 20:23:25 +00:00
Richard M. Stallman
3d7e291fcf *** empty log message *** 2002-08-20 17:28:55 +00:00
Richard M. Stallman
2dc20ca800 (font-lock-change-mode): New function.
(font-lock-mode): Use font-lock-change-mode instead of
font-lock-unfontify-buffer.
(font-lock-maximum-size, font-lock-verbose): Add defvars.
2002-08-20 17:22:30 +00:00
Carsten Dominik
20cd3579bd Update to RefTeX 4.18 2002-08-20 10:42:52 +00:00
Kim F. Storm
bcaf8c79fb Bind C-x C-k r to apply-macro-to-region-lines. 2002-08-20 10:07:40 +00:00
Kim F. Storm
296d76699f regenerated 2002-08-20 09:44:14 +00:00
Kim F. Storm
e88fc3ee98 Remove C-x C-k binding (now in kmacro.el). 2002-08-20 09:06:17 +00:00
Kim F. Storm
c5d07859fe Remove macro related bindings (now in kmacro.el). 2002-08-20 09:05:33 +00:00
Kim F. Storm
1efc433b32 *** empty log message *** 2002-08-20 09:05:04 +00:00
ShengHuo ZHU
0076a86e25 * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible. 2002-08-20 08:36:01 +00:00
ShengHuo ZHU
83ec6f2058 * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.
2002-08-20 07:57:01 +00:00
Kenichi Handa
530e075167 (Fexpand_abbrev): Fix for the multibyte case. 2002-08-20 07:07:19 +00:00
Kenichi Handa
9bbe03417a *** empty log message *** 2002-08-20 07:07:00 +00:00
Kenichi Handa
c9f6086096 *** empty log message *** 2002-08-20 00:34:28 +00:00
Kim F. Storm
cc80137341 Describe new kmacro features. 2002-08-19 23:14:45 +00:00
Kim F. Storm
1fa13bd434 Major rework based on discussions with RMS.
Most important change is that C-x C-k is now bound to a keymap
with keyboard macro related commands.  The original binding on
C-x C-k is moved to C-x C-k e.
2002-08-19 23:05:29 +00:00
Kim F. Storm
1c7c032c12 *** empty log message *** 2002-08-19 23:04:51 +00:00