Miles Bader [Wed, 28 Aug 2002 00:55:11 +0000 (00:55 +0000)]
@cindex{...} -> @code{...}
Miles Bader [Wed, 28 Aug 2002 00:53:07 +0000 (00:53 +0000)]
read-file-name-electric-shadow-mode -> file-name-shadow-mode
Richard M. Stallman [Tue, 27 Aug 2002 21:21:24 +0000 (21:21 +0000)]
(ange-ftp-skip-msgs): Skip the 530 response
given by vsFTPd when accessed with a kerberised FTP client.
Richard M. Stallman [Tue, 27 Aug 2002 20:38:30 +0000 (20:38 +0000)]
(find-alternate-file): Bind kill-buffer-query-functions locally, don't set it.
Stefan Monnier [Tue, 27 Aug 2002 18:54:46 +0000 (18:54 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 27 Aug 2002 18:50:52 +0000 (18:50 +0000)]
Describe blink-cursor-alist.
Andrew Choi [Tue, 27 Aug 2002 18:49:52 +0000 (18:49 +0000)]
2002-08-27 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
Richard M. Stallman [Tue, 27 Aug 2002 18:49:11 +0000 (18:49 +0000)]
Describe --script.
Richard M. Stallman [Tue, 27 Aug 2002 18:47:35 +0000 (18:47 +0000)]
Describe blink-cursor-alist.
Richard M. Stallman [Tue, 27 Aug 2002 18:45:34 +0000 (18:45 +0000)]
(main): Handle --script.
(USAGE1): Mention --script.
(standard_args): Define sort order for --script.
Richard M. Stallman [Tue, 27 Aug 2002 18:45:01 +0000 (18:45 +0000)]
(x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
(Vblink_cursor_alist): New variable.
(syms_of_xfns): Initialize and defvar it.
(x_specified_cursor_type): Recognize Qbox for filled box.
Exceptions are hollow boxes.
(Qbox, Qhollow): New variables.
(syms_of_xfns): Initialize and staticpro them.
Richard M. Stallman [Tue, 27 Aug 2002 18:42:48 +0000 (18:42 +0000)]
(x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
Richard M. Stallman [Tue, 27 Aug 2002 18:41:51 +0000 (18:41 +0000)]
(FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.
(struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
Richard M. Stallman [Tue, 27 Aug 2002 18:40:30 +0000 (18:40 +0000)]
Describe blink-cursor-alist and new values for cursor-type.
Francesco Potortì [Tue, 27 Aug 2002 16:19:15 +0000 (16:19 +0000)]
Forgot a piece, put back in.
Behaviour is not a typo, it is the British spelling, which I normally use.
Francesco Potortì [Tue, 27 Aug 2002 16:13:12 +0000 (16:13 +0000)]
Clarified per rms request.
Andreas Schwab [Tue, 27 Aug 2002 15:06:13 +0000 (15:06 +0000)]
(kmacro-start-macro): Doc fix.
Carsten Dominik [Tue, 27 Aug 2002 09:58:05 +0000 (09:58 +0000)]
Update to RefTeX 4.19
Carsten Dominik [Tue, 27 Aug 2002 09:57:45 +0000 (09:57 +0000)]
*** empty log message ***
Miles Bader [Tue, 27 Aug 2002 01:02:01 +0000 (01:02 +0000)]
*** empty log message ***
Andrew Choi [Tue, 27 Aug 2002 01:00:55 +0000 (01:00 +0000)]
Correct yesterday's mistake of changing test for MAC_OSX to
HAVE_CARBON on line 797.
Kenichi Handa [Tue, 27 Aug 2002 00:59:55 +0000 (00:59 +0000)]
(get_next_display_element): In unibyte case, don't use
octal form for such eight-bit characters that can be converted to
multibyte char.
Kenichi Handa [Tue, 27 Aug 2002 00:59:34 +0000 (00:59 +0000)]
*** empty log message ***
Andrew Choi [Tue, 27 Aug 2002 00:30:54 +0000 (00:30 +0000)]
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
defined instead of MAC_OSX.
[Already logged in src/ChangeLog]
Stefan Monnier [Mon, 26 Aug 2002 16:40:49 +0000 (16:40 +0000)]
(define-minor-mode): Use customize-mark-as-set for global minor modes.
Kim F. Storm [Mon, 26 Aug 2002 12:38:59 +0000 (12:38 +0000)]
(suppress-keymap): Use command remapping instead of
substitute-key-definition to undefine self-inserting keys.
Kim F. Storm [Mon, 26 Aug 2002 12:38:26 +0000 (12:38 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 26 Aug 2002 10:21:39 +0000 (10:21 +0000)]
(WINS): Add calc and obsolete.
Kim F. Storm [Mon, 26 Aug 2002 10:11:44 +0000 (10:11 +0000)]
(install-arch-indep): Do not remove DOC file
when it is the only DOC file installed; this is the case when
CANNOT_DUMP is defined. From Joe Buehler (tiny change).
Kim F. Storm [Mon, 26 Aug 2002 10:10:42 +0000 (10:10 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 26 Aug 2002 09:56:07 +0000 (09:56 +0000)]
(make_terminal_frame) [CANNOT_DUMP]: Initialize
foreground and background colors. From Joe Buehler (tiny change).
Miles Bader [Mon, 26 Aug 2002 07:37:19 +0000 (07:37 +0000)]
(Fbyte_code): Fsub1 can GC, so protect it.
Miles Bader [Mon, 26 Aug 2002 01:10:46 +0000 (01:10 +0000)]
Doc fix.
Andrew Choi [Sun, 25 Aug 2002 17:43:29 +0000 (17:43 +0000)]
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (DONT_REOPEN_PTY): #def it.
Andrew Choi [Sun, 25 Aug 2002 17:15:26 +0000 (17:15 +0000)]
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
defined instead of MAC_OSX.
* s/darwin.h (select): Define select to sys_select only if
HAVE_CARBON is defined.
Andrew Choi [Sun, 25 Aug 2002 16:44:51 +0000 (16:44 +0000)]
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to
fork.
Andrew Choi [Sun, 25 Aug 2002 16:40:40 +0000 (16:40 +0000)]
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Remove code to call
SendEventToEventTarget for keys with command modifiers when
mac_command_key_is_meta is nil.
Miles Bader [Sun, 25 Aug 2002 08:29:51 +0000 (08:29 +0000)]
(file-name-shadow-properties-custom-type): Renamed from
`read-file-name-electric-shadow-properties-custom-type'. Change name of face.
(file-name-shadow-properties): Renamed from
`read-file-name-electric-shadow-properties'.
(file-name-shadow-tty-properties): Renamed from
`read-file-name-electric-shadow-tty-properties'.
(file-name-shadow): Renamed from `read-file-name-electric-shadow'.
(rfn-eshadow-setup-minibuffer): Update references to renamed variables.
(file-name-shadow-mode): Renamed from `read-file-name-electric-shadow-mode'.
Update references to renamed variables.
Andreas Schwab [Sat, 24 Aug 2002 18:36:27 +0000 (18:36 +0000)]
Fix last change.
Sam Steingold [Sat, 24 Aug 2002 14:40:09 +0000 (14:40 +0000)]
(eval-after-load): Do not call load-symbol-file-load-history (deleted)
John Paul Wallington [Sat, 24 Aug 2002 14:26:06 +0000 (14:26 +0000)]
* startup.el (normal-splash-screen): Ensure splash buffer is
killed. Use tabs in output. Fix test whether previous buffer was
*scratch* buffer.
* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
* apropos.el (command-apropos): Use `defalias' instead of `fset'.
* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
Richard M. Stallman [Sat, 24 Aug 2002 03:19:52 +0000 (03:19 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 24 Aug 2002 03:19:23 +0000 (03:19 +0000)]
(Fdefvar, Fdefconst, Fdefvaralias):
Record variables in load history as (defvar . VAR).
(Fdefvar): Don't record in load history if no initial value.
(Qdefvar): New variable.
(syms_of_eval): Init and staticpro it.
Richard M. Stallman [Sat, 24 Aug 2002 03:17:18 +0000 (03:17 +0000)]
(build_load_history): Use Fmember to see if a definition
is already in the Vload_history element.
(syms_of_lread): Doc fix.
Richard M. Stallman [Sat, 24 Aug 2002 03:16:03 +0000 (03:16 +0000)]
(Fstart_process): Remove /: from program name.
Richard M. Stallman [Sat, 24 Aug 2002 03:15:22 +0000 (03:15 +0000)]
(decode_env_path): Don't add /: if file name handler
has a `safe-magic' property.
Richard M. Stallman [Sat, 24 Aug 2002 03:14:32 +0000 (03:14 +0000)]
(Fcall_process): Remove /: from program name.
Richard M. Stallman [Sat, 24 Aug 2002 03:00:29 +0000 (03:00 +0000)]
(unload-feature): Distinguish functions from variables in load-history.
(feature-symbols): Doc fix.
Richard M. Stallman [Sat, 24 Aug 2002 02:59:27 +0000 (02:59 +0000)]
(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.
Richard M. Stallman [Sat, 24 Aug 2002 02:58:53 +0000 (02:58 +0000)]
(symbol-file-load-history-loaded)
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.
Richard M. Stallman [Sat, 24 Aug 2002 02:57:31 +0000 (02:57 +0000)]
(ange-ftp-completion-hook-function): Add safe-magic prop.
Glenn Morris [Sat, 24 Aug 2002 01:08:28 +0000 (01:08 +0000)]
(f90-imenu-flag): Deleted - use imenu--index-alist instead.
Glenn Morris [Sat, 24 Aug 2002 00:50:42 +0000 (00:50 +0000)]
(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.
Stefan Monnier [Fri, 23 Aug 2002 22:21:51 +0000 (22:21 +0000)]
(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.
Robert J. Chassell [Fri, 23 Aug 2002 19:52:29 +0000 (19:52 +0000)]
Update for Texinfo version 4.2
Robert J. Chassell [Fri, 23 Aug 2002 19:47:41 +0000 (19:47 +0000)]
Update to version 4.2
Robert J. Chassell [Fri, 23 Aug 2002 19:46:12 +0000 (19:46 +0000)]
Add version 4.2 texinfo.tex and use @copying command;
add shell commands to create DocBook and XML output formats.
André Spiegel [Fri, 23 Aug 2002 13:27:12 +0000 (13:27 +0000)]
#
André Spiegel [Fri, 23 Aug 2002 13:23:14 +0000 (13:23 +0000)]
(vc-kill-buffer-hook): Add it to kill-buffer-hook again.
ShengHuo ZHU [Fri, 23 Aug 2002 03:32:58 +0000 (03:32 +0000)]
* 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.
Kai Großjohann [Thu, 22 Aug 2002 19:40:12 +0000 (19:40 +0000)]
Remote files: new default method for Tramp is ssh, not sm.
Kim F. Storm [Thu, 22 Aug 2002 16:52:56 +0000 (16:52 +0000)]
(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.
Kim F. Storm [Thu, 22 Aug 2002 16:52:22 +0000 (16:52 +0000)]
Revert part of 2000-08-14T14:26:59Z!fx@gnu.org change.
Kai Großjohann [Thu, 22 Aug 2002 15:16:08 +0000 (15:16 +0000)]
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.
Kim F. Storm [Thu, 22 Aug 2002 14:27:50 +0000 (14:27 +0000)]
(authors-aliases, authors-fixed-entries):
Corrected spelling mistakes (for Joseph Arceneaux).
Kim F. Storm [Thu, 22 Aug 2002 14:26:50 +0000 (14:26 +0000)]
*** empty log message ***
Kim F. Storm [Thu, 22 Aug 2002 14:21:07 +0000 (14:21 +0000)]
Fixed spelling: Joseph Arceoeaux -> Arceneaux
Glenn Morris [Wed, 21 Aug 2002 21:31:14 +0000 (21:31 +0000)]
*** empty log message ***
Glenn Morris [Wed, 21 Aug 2002 21:26:07 +0000 (21:26 +0000)]
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.
Kai Großjohann [Wed, 21 Aug 2002 15:04:29 +0000 (15:04 +0000)]
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'.
Kim F. Storm [Wed, 21 Aug 2002 12:05:09 +0000 (12:05 +0000)]
(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.
Kim F. Storm [Wed, 21 Aug 2002 12:04:42 +0000 (12:04 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 21 Aug 2002 00:18:46 +0000 (00:18 +0000)]
Fix typos.
Richard M. Stallman [Wed, 21 Aug 2002 00:18:05 +0000 (00:18 +0000)]
Fix typo.
Richard M. Stallman [Wed, 21 Aug 2002 00:17:26 +0000 (00:17 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 21 Aug 2002 00:17:16 +0000 (00:17 +0000)]
Fix typos.
Richard M. Stallman [Wed, 21 Aug 2002 00:15:28 +0000 (00:15 +0000)]
Typo.
Martin Stjernholm [Tue, 20 Aug 2002 21:59:10 +0000 (21:59 +0000)]
(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.
Glenn Morris [Tue, 20 Aug 2002 20:35:56 +0000 (20:35 +0000)]
(imenu-syntax-alist): Doc fix.
Glenn Morris [Tue, 20 Aug 2002 20:32:45 +0000 (20:32 +0000)]
(fortran-current-defun): Use save-excursion.
Glenn Morris [Tue, 20 Aug 2002 20:23:25 +0000 (20:23 +0000)]
(imenu--generic-function): Use mapc.
Richard M. Stallman [Tue, 20 Aug 2002 17:28:55 +0000 (17:28 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 20 Aug 2002 17:22:30 +0000 (17:22 +0000)]
(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.
Carsten Dominik [Tue, 20 Aug 2002 10:42:52 +0000 (10:42 +0000)]
Update to RefTeX 4.18
Kim F. Storm [Tue, 20 Aug 2002 10:07:40 +0000 (10:07 +0000)]
Bind C-x C-k r to apply-macro-to-region-lines.
Kim F. Storm [Tue, 20 Aug 2002 09:44:14 +0000 (09:44 +0000)]
regenerated
Kim F. Storm [Tue, 20 Aug 2002 09:06:17 +0000 (09:06 +0000)]
Remove C-x C-k binding (now in kmacro.el).
Kim F. Storm [Tue, 20 Aug 2002 09:05:33 +0000 (09:05 +0000)]
Remove macro related bindings (now in kmacro.el).
Kim F. Storm [Tue, 20 Aug 2002 09:05:04 +0000 (09:05 +0000)]
*** empty log message ***
ShengHuo ZHU [Tue, 20 Aug 2002 08:36:01 +0000 (08:36 +0000)]
* gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
ShengHuo ZHU [Tue, 20 Aug 2002 07:57:01 +0000 (07:57 +0000)]
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.
Kenichi Handa [Tue, 20 Aug 2002 07:07:19 +0000 (07:07 +0000)]
(Fexpand_abbrev): Fix for the multibyte case.
Kenichi Handa [Tue, 20 Aug 2002 07:07:00 +0000 (07:07 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 20 Aug 2002 00:34:28 +0000 (00:34 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 19 Aug 2002 23:14:45 +0000 (23:14 +0000)]
Describe new kmacro features.
Kim F. Storm [Mon, 19 Aug 2002 23:05:29 +0000 (23:05 +0000)]
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.
Kim F. Storm [Mon, 19 Aug 2002 23:04:51 +0000 (23:04 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 19 Aug 2002 21:47:53 +0000 (21:47 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 19 Aug 2002 21:47:38 +0000 (21:47 +0000)]
(scan_keyword_or_put_char, write_c_args): Use `fn'
for the function name in the usage info.
Stefan Monnier [Mon, 19 Aug 2002 21:23:08 +0000 (21:23 +0000)]
(help-split-fundoc): Replace the function name
from the docstring with the one that should be displayed.
(help-make-usage): Understand CL style arglists.
(describe-function-1): Adapt to the new behavior of help-split-fundoc.
(describe-variable): Use delete-region.