bpt/emacs.git
21 years agoRegenerated.
David Kastrup [Mon, 6 Jan 2003 14:54:51 +0000 (14:54 +0000)]
Regenerated.

21 years agoAdd tests for install-info
David Kastrup [Mon, 6 Jan 2003 14:51:49 +0000 (14:51 +0000)]
Add tests for install-info

21 years ago*** empty log message ***
David Kastrup [Mon, 6 Jan 2003 14:50:21 +0000 (14:50 +0000)]
*** empty log message ***

21 years agoDisplay message that this package is obsolete.
Richard M. Stallman [Mon, 6 Jan 2003 01:30:28 +0000 (01:30 +0000)]
Display message that this package is obsolete.

21 years agoAdd comma to clarify wording.
Richard M. Stallman [Mon, 6 Jan 2003 01:29:27 +0000 (01:29 +0000)]
Add comma to clarify wording.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 6 Jan 2003 01:28:25 +0000 (01:28 +0000)]
*** empty log message ***

21 years ago(isearch-repeat): Error if try to repeat search and there was no previou search.
Richard M. Stallman [Mon, 6 Jan 2003 01:21:15 +0000 (01:21 +0000)]
(isearch-repeat): Error if try to repeat search and there was no previou search.

21 years ago(dired-recursive-deletes): Fix custom type.
Richard M. Stallman [Mon, 6 Jan 2003 01:20:35 +0000 (01:20 +0000)]
(dired-recursive-deletes): Fix custom type.

21 years ago(dabbrev--substitute-expansion):
Richard M. Stallman [Mon, 6 Jan 2003 01:19:59 +0000 (01:19 +0000)]
(dabbrev--substitute-expansion):
Convert all whitespace to single spaces,
except when it's carried over from the existing text.

21 years ago(split-line): Clean up implementation.
Richard M. Stallman [Mon, 6 Jan 2003 01:17:19 +0000 (01:17 +0000)]
(split-line): Clean up implementation.

21 years agoComment change.
Richard M. Stallman [Mon, 6 Jan 2003 01:10:25 +0000 (01:10 +0000)]
Comment change.

21 years ago(rmail-font-lock-keywords): Discard code to match both cases.
Richard M. Stallman [Mon, 6 Jan 2003 01:08:31 +0000 (01:08 +0000)]
(rmail-font-lock-keywords): Discard code to match both cases.
(rmail-variables): Specify case-insensitive matching for font-lock.

(rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.

21 years ago(mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
Richard M. Stallman [Mon, 6 Jan 2003 01:07:14 +0000 (01:07 +0000)]
(mail-font-lock-keywords): Match multiline In-Reply-To and X-*.

21 years agoReference Debugging, not Debugger, in Lisp ref man.
Richard M. Stallman [Mon, 6 Jan 2003 01:04:56 +0000 (01:04 +0000)]
Reference Debugging, not Debugger, in Lisp ref man.

21 years agoMove toolBar table entry.
Richard M. Stallman [Mon, 6 Jan 2003 01:03:44 +0000 (01:03 +0000)]
Move toolBar table entry.
Shorten some @cindex entries.

21 years ago(try_scrolling): New arg LAST_LINE_MISFIT.
Richard M. Stallman [Mon, 6 Jan 2003 00:58:45 +0000 (00:58 +0000)]
(try_scrolling): New arg LAST_LINE_MISFIT.
Count LAST_LINE_MISFIT in scroll margin for end of window.
Move label too_near_end before setting SCROLL_MARGIN_POS.
Set LAST_LINE_MISFIT before jumping there.

(try_scrolling): Calculate amount_to_scroll better in
scroll_conservatively case.  If scrolling that much doesn't change
STARTP, move it down one line.

(setup_echo_area_for_printing): Kill Emacs if no selected frame.

21 years ago(apropos_predicate, apropos_accumulate): Make them static.
Richard M. Stallman [Mon, 6 Jan 2003 00:53:47 +0000 (00:53 +0000)]
(apropos_predicate, apropos_accumulate): Make them static.
(syms_of_keymap): staticpro them.
(Fapropos_internal): Initialize them and clear them out.
Don't GCPRO them.

21 years ago(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.
Richard M. Stallman [Mon, 6 Jan 2003 00:50:38 +0000 (00:50 +0000)]
(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.

21 years ago(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
Richard M. Stallman [Mon, 6 Jan 2003 00:49:20 +0000 (00:49 +0000)]
(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.

21 years agoNew misc type Lisp_Save_Value.
Richard M. Stallman [Mon, 6 Jan 2003 00:47:38 +0000 (00:47 +0000)]
New misc type Lisp_Save_Value.
(enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
(XSAVE_VALUE): New macro.
(struct Lisp_Save_Value): New data type.
(union Lisp_Misc): Add u_save_value alternative.
(make_save_value): Declared.

21 years ago(make_save_value): New function.
Richard M. Stallman [Mon, 6 Jan 2003 00:45:45 +0000 (00:45 +0000)]
(make_save_value): New function.

21 years ago(x_catch_errors): Save dpy using make_save_value.
Richard M. Stallman [Mon, 6 Jan 2003 00:45:31 +0000 (00:45 +0000)]
(x_catch_errors): Save dpy using make_save_value.
(x_catch_errors_unwind): Call XSync.

21 years ago(__P): Renamed from _P to avoid problems on Cygwin.
Kim F. Storm [Sun, 5 Jan 2003 23:38:59 +0000 (23:38 +0000)]
(__P): Renamed from _P to avoid problems on Cygwin.
All uses changed.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 5 Jan 2003 23:37:41 +0000 (23:37 +0000)]
*** empty log message ***

21 years ago(Buffer-menu-execute): Fix for effect of header
Dave Love [Sun, 5 Jan 2003 23:15:36 +0000 (23:15 +0000)]
(Buffer-menu-execute): Fix for effect of header
line.

21 years ago(non-iso-charset-alist): Add
Dave Love [Sun, 5 Jan 2003 23:14:20 +0000 (23:14 +0000)]
(non-iso-charset-alist): Add
vietnamese-tcvn.

21 years ago(locale-language-names): Use
Dave Love [Sun, 5 Jan 2003 23:13:56 +0000 (23:13 +0000)]
(locale-language-names): Use
Croatian, Swedish.

21 years ago(Buffer-menu-buffer+size): Don't clobber buffer name.
Andreas Schwab [Sun, 5 Jan 2003 17:46:42 +0000 (17:46 +0000)]
(Buffer-menu-buffer+size): Don't clobber buffer name.

21 years ago*** empty log message ***
Dave Love [Sun, 5 Jan 2003 01:06:52 +0000 (01:06 +0000)]
*** empty log message ***

21 years ago("Georgian"): Fix nonascii-translation.
Dave Love [Sun, 5 Jan 2003 00:55:51 +0000 (00:55 +0000)]
("Georgian"): Fix nonascii-translation.

21 years ago("Latin-6", "Croatian"): New.
Dave Love [Sun, 5 Jan 2003 00:55:27 +0000 (00:55 +0000)]
("Latin-6", "Croatian"): New.
("Latin-7"): Fix nonascii-translation.  Add input method.
("Lithuanian", "Latvian"): Add nonascii-translation.
("German", "Spanish", "Dutch", "Welsh", "Swedish"): Fix
nonascii-translation.

21 years ago(set-locale-environment): Ignore
Dave Love [Sun, 5 Jan 2003 00:38:05 +0000 (00:38 +0000)]
(set-locale-environment): Ignore
empty values of environment variables.

21 years ago(byte-optimize-nth)
Dave Love [Sun, 5 Jan 2003 00:28:18 +0000 (00:28 +0000)]
(byte-optimize-nth)
(byte-optimize-nthcdr): Fix for case of wrong-length forms.

21 years ago(SLAVIC): Add croatian.elc.
Dave Love [Sun, 5 Jan 2003 00:18:44 +0000 (00:18 +0000)]
(SLAVIC): Add croatian.elc.

21 years agoAcknowledge Tom Lord as author of gdba.el.
Nick Roberts [Sat, 4 Jan 2003 22:45:39 +0000 (22:45 +0000)]
Acknowledge Tom Lord as author of gdba.el.
Use let construction to bind buffer-read-only to nil.
(gdba): 'set height 0' in GDB.
(gdb-display-end, gdb-frame-handler): Corrections to forming
full expression name for header-line in display frame.
(gdb-info-breakpoints-custom): Highlight breakpoints since
they may be clicked on with mouse-2.
(gdb-quit): Delete frames of displayed expressions when
quitting.
(gdb-delete-frames): New function.
(gdb-source-info): Don't create stack buffer automatically.

21 years ago*** empty log message ***
Nick Roberts [Sat, 4 Jan 2003 22:43:31 +0000 (22:43 +0000)]
*** empty log message ***

21 years ago(xml-substitute-special): Move "&amp;" -> "&" last.
Thien-Thi Nguyen [Sat, 4 Jan 2003 09:32:17 +0000 (09:32 +0000)]
(xml-substitute-special): Move "&amp;" -> "&" last.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 3 Jan 2003 22:48:27 +0000 (22:48 +0000)]
*** empty log message ***

21 years ago(message-split-line): New function.
Kim F. Storm [Fri, 3 Jan 2003 22:48:19 +0000 (22:48 +0000)]
(message-split-line): New function.
(message-mode-map): Remap split-line to message-split-line.

21 years ago(mail-split-line): New function.
Kim F. Storm [Fri, 3 Jan 2003 22:46:53 +0000 (22:46 +0000)]
(mail-split-line): New function.
(mail-mode-map): remap split-line to mail-split-line.

21 years ago(split-line): If present, copy fill-prefix from
Kim F. Storm [Fri, 3 Jan 2003 22:46:06 +0000 (22:46 +0000)]
(split-line): If present, copy fill-prefix from
current line to new line.  Don't copy if prefix arg.
From Lisp, arg may be an alternative prefix string to copy.
Inspired by Ehud Karni <ehud@unix.mvs.co.il>.

21 years ago(find-variable-noselect): Make it work
Dave Love [Fri, 3 Jan 2003 21:12:01 +0000 (21:12 +0000)]
(find-variable-noselect): Make it work
with new load-history format.

21 years ago(sort-coding-systems): Adjust
Dave Love [Fri, 3 Jan 2003 20:16:56 +0000 (20:16 +0000)]
(sort-coding-systems): Adjust
priority of utf-16 and x-ctext.

21 years ago(utf-translate-cjk): Call
Dave Love [Fri, 3 Jan 2003 20:12:51 +0000 (20:12 +0000)]
(utf-translate-cjk): Call
optimize-char-coding-system-table.

21 years ago(ucs-unify-8859, ucs-fragment-8859):
Dave Love [Fri, 3 Jan 2003 20:12:17 +0000 (20:12 +0000)]
(ucs-unify-8859, ucs-fragment-8859):
Call optimize-char-coding-system-table.

21 years ago(register-char-codings): Don't call
Dave Love [Fri, 3 Jan 2003 20:11:15 +0000 (20:11 +0000)]
(register-char-codings): Don't call
optimize-char-coding-system-table here.
(keyboard-coding-system): Doc fix.  Update :version.

21 years ago(nroff-mode-hook): Customize.
Dave Love [Fri, 3 Jan 2003 20:04:48 +0000 (20:04 +0000)]
(nroff-mode-hook): Customize.
(nroff-imenu-expression): New.
(nroff-mode): Use it.

21 years ago(auto-insert-alist): Add man page skeleton.
Dave Love [Fri, 3 Jan 2003 20:01:24 +0000 (20:01 +0000)]
(auto-insert-alist): Add man page skeleton.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Jan 2003 16:05:51 +0000 (16:05 +0000)]
*** empty log message ***

21 years ago#
André Spiegel [Fri, 3 Jan 2003 15:29:32 +0000 (15:29 +0000)]
#

21 years ago(vc-rcs-revert): Unlock only if the user does have the lock.
André Spiegel [Fri, 3 Jan 2003 15:27:35 +0000 (15:27 +0000)]
(vc-rcs-revert): Unlock only if the user does have the lock.

21 years ago(cua--pre-command-handler): Corrected
Kim F. Storm [Fri, 3 Jan 2003 13:00:08 +0000 (13:00 +0000)]
(cua--pre-command-handler): Corrected
handling of delete-selection properties.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 3 Jan 2003 12:59:20 +0000 (12:59 +0000)]
*** empty log message ***

21 years agoUpdate copyright.
John Paul Wallington [Fri, 3 Jan 2003 11:53:46 +0000 (11:53 +0000)]
Update copyright.

21 years ago(eldoc-get-var-docstring): Only return a
John Paul Wallington [Fri, 3 Jan 2003 11:46:20 +0000 (11:46 +0000)]
(eldoc-get-var-docstring): Only return a
documentation string when `sym' is non-nil.

21 years ago* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
Steven Tamm [Thu, 2 Jan 2003 22:37:13 +0000 (22:37 +0000)]
* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
        scroll bars correctly default to being on the right for Mac
        Carbon port by testing "mac-carbon" feature, not window-system.

21 years ago* macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
Steven Tamm [Thu, 2 Jan 2003 22:36:23 +0000 (22:36 +0000)]
* macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
        distinguish Carbon GUI builds from X11 builds on darwin.

21 years ago(customize-group, customize-group-other-window):
Markus Rost [Thu, 2 Jan 2003 18:02:09 +0000 (18:02 +0000)]
(customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.

21 years ago(menu-bar-left-scroll-bar): Set `scroll-bar-mode'
John Paul Wallington [Thu, 2 Jan 2003 16:08:15 +0000 (16:08 +0000)]
(menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.

21 years ago(window_scroll_pixel_based): Partially undo last change.
Richard M. Stallman [Wed, 1 Jan 2003 17:00:34 +0000 (17:00 +0000)]
(window_scroll_pixel_based): Partially undo last change.

21 years ago(command_loop_1): Call adjust_point_for_property
Richard M. Stallman [Wed, 1 Jan 2003 16:59:54 +0000 (16:59 +0000)]
(command_loop_1): Call adjust_point_for_property
in direct action cases for Qforward_char and Qbackward_char.
Set already_adjusted so it won't be done twice.

21 years ago(rmail-reply): Don't call mail-strip-quoted-names.
Richard M. Stallman [Wed, 1 Jan 2003 16:57:25 +0000 (16:57 +0000)]
(rmail-reply): Don't call mail-strip-quoted-names.

21 years ago(backup-buffer): Cope if file-modes returns nil.
Richard M. Stallman [Wed, 1 Jan 2003 16:55:11 +0000 (16:55 +0000)]
(backup-buffer): Cope if file-modes returns nil.

21 years ago* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm [Wed, 1 Jan 2003 00:33:57 +0000 (00:33 +0000)]
* MACHINES: Added pointer to Mac OS X install instructions.

21 years ago* make-package: Now copies License and ReadMe files into the
Steven Tamm [Wed, 1 Jan 2003 00:27:01 +0000 (00:27 +0000)]
* make-package: Now copies License and ReadMe files into the
        Resources directory.  Reduces overhead size when creating
        installer disk image

21 years ago* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
Steven Tamm [Tue, 31 Dec 2002 04:55:47 +0000 (04:55 +0000)]
* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
Carbon port

21 years ago* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
Steven Tamm [Mon, 30 Dec 2002 17:20:06 +0000 (17:20 +0000)]
* macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
to default to t.

21 years ago(defface button): Add group.
Markus Rost [Sun, 29 Dec 2002 23:49:57 +0000 (23:49 +0000)]
(defface button): Add group.

21 years ago(gdb-delete-display): Rename (gdb-delete-expression).
Nick Roberts [Sun, 29 Dec 2002 20:46:41 +0000 (20:46 +0000)]
(gdb-delete-display): Rename (gdb-delete-expression).
(gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
(gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
(gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
(gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
(gdb-delete-disp-this-line): Rename (gdb-delete-display).
(gud-gdba-marker-filter): Remove unnecessary save-match-data.
(gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
(gdb-frames-mouse-select): Simplify.
Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
consistent with other modes in emacs.
(gdb-display-source-buffer): Return window of source buffer
for (gud-display-line).

21 years ago*** empty log message ***
Nick Roberts [Sun, 29 Dec 2002 20:45:38 +0000 (20:45 +0000)]
*** empty log message ***

21 years ago(customize-browse): Call `widget-setup'.
Markus Rost [Sun, 29 Dec 2002 19:15:58 +0000 (19:15 +0000)]
(customize-browse): Call `widget-setup'.

21 years ago(Fstring_to_number, Fminus): Better English in doc strings.
Francesco Potortì [Sun, 29 Dec 2002 19:13:55 +0000 (19:13 +0000)]
(Fstring_to_number, Fminus): Better English in doc strings.

21 years ago*** empty log message ***
Francesco Potortì [Sun, 29 Dec 2002 19:13:29 +0000 (19:13 +0000)]
*** empty log message ***

21 years agoGenerate cus-load.el and finder-inf.el in the
Andreas Schwab [Sun, 29 Dec 2002 18:01:39 +0000 (18:01 +0000)]
Generate cus-load.el and finder-inf.el in the
source directory.  Change dependencies on lisp files to explicitly
use $(lisp).
(compile-calc): Fix command substitution.

21 years ago* cus-dep.el (generated-custom-dependencies-file): New variable.
Andreas Schwab [Sun, 29 Dec 2002 17:59:23 +0000 (17:59 +0000)]
* cus-dep.el (generated-custom-dependencies-file): New variable.
(custom-make-dependencies): Use it instead of hardcoding
cus-load.el.

21 years ago* finder.el (generated-finder-keywords-file): New variable.
Andreas Schwab [Sun, 29 Dec 2002 17:59:00 +0000 (17:59 +0000)]
* finder.el (generated-finder-keywords-file): New variable.
(finder-compile-keywords): Use it instead of hardcoding
finder-inf.el.

21 years ago* make-package: Defaults to building the source tree in a
Steven Tamm [Sun, 29 Dec 2002 07:34:48 +0000 (07:34 +0000)]
* make-package: Defaults to building the source tree in a
separate directory.  Use the new option --build-in-place to
have old behavior.  Added new option --build-dir to specify the
build directory

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Dec 2002 21:29:24 +0000 (21:29 +0000)]
*** empty log message ***

21 years ago(info-lookup): Fix error message typo.
Richard M. Stallman [Sat, 28 Dec 2002 21:28:56 +0000 (21:28 +0000)]
(info-lookup): Fix error message typo.

21 years ago(comint-mode): Localy set scroll-conservatively.
Richard M. Stallman [Sat, 28 Dec 2002 21:28:09 +0000 (21:28 +0000)]
(comint-mode): Localy set scroll-conservatively.
(comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
is active only when point is at end.

21 years ago(dired-goto-file): Handle \ and ^M quoted by backslash. Fix error message.
Richard M. Stallman [Sat, 28 Dec 2002 21:26:46 +0000 (21:26 +0000)]
(dired-goto-file): Handle \ and ^M quoted by backslash.  Fix error message.

21 years ago(find-file-noselect-1): Kill local value of `cursor-type'.
Richard M. Stallman [Sat, 28 Dec 2002 21:23:58 +0000 (21:23 +0000)]
(find-file-noselect-1): Kill local value of `cursor-type'.

21 years ago(repeat-complex-command): Signal real error on failure.
Richard M. Stallman [Sat, 28 Dec 2002 21:23:23 +0000 (21:23 +0000)]
(repeat-complex-command): Signal real error on failure.

21 years agoInitial version.
Richard M. Stallman [Sat, 28 Dec 2002 21:22:23 +0000 (21:22 +0000)]
Initial version.

21 years ago* Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
Steven Tamm [Sat, 28 Dec 2002 18:35:52 +0000 (18:35 +0000)]
* Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
allow building in a different directory than source.  Uses some
GNU Make extensions, but there is no other make on Mac OS X.

21 years ago(makefile-font-lock-keywords): Highlight
Andreas Schwab [Sat, 28 Dec 2002 01:04:02 +0000 (01:04 +0000)]
(makefile-font-lock-keywords): Highlight
automatic variable references enclosed in parens and optionally
suffixed by F or D.

21 years ago* make-package: Fix typo where tmpparent was used instead of
Steven Tamm [Fri, 27 Dec 2002 23:35:36 +0000 (23:35 +0000)]
* make-package: Fix typo where tmpparent was used instead of
        tempparent for calculating installedSize and compressedSize

21 years ago(Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable.
Miles Bader [Fri, 27 Dec 2002 04:09:53 +0000 (04:09 +0000)]
(Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable.

21 years ago(customize-group-other-window): Use pop-to-buffer in
Markus Rost [Thu, 26 Dec 2002 22:15:38 +0000 (22:15 +0000)]
(customize-group-other-window): Use pop-to-buffer in
the same way as `custom-buffer-create-other-window'.
(customize-variable-other-window, customize-option-other-window):
Definitions moved up.

21 years ago(External transfer methods): New method `smb'. From
Kai Großjohann [Thu, 26 Dec 2002 20:49:52 +0000 (20:49 +0000)]
(External transfer methods): New method `smb'.  From
Michael Albinus.

21 years ago* net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
Kai Großjohann [Thu, 26 Dec 2002 20:47:51 +0000 (20:47 +0000)]
* net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
* net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
tramp.el.  From Michael Albinus.
* net/tramp-smb.el: New file for using smbclient to access
Windows shares with Tramp.  From Michael Albinus.

21 years ago(select-safe-coding-system): Fix typo.
Andreas Schwab [Thu, 26 Dec 2002 17:29:06 +0000 (17:29 +0000)]
(select-safe-coding-system): Fix typo.

21 years ago#
André Spiegel [Thu, 26 Dec 2002 14:44:21 +0000 (14:44 +0000)]
#

21 years ago(vc-rcs-checkin): By default, always specify the
André Spiegel [Thu, 26 Dec 2002 14:38:20 +0000 (14:38 +0000)]
(vc-rcs-checkin): By default, always specify the
current branch of the working file for check-in.

21 years ago#
André Spiegel [Thu, 26 Dec 2002 14:11:34 +0000 (14:11 +0000)]
#

21 years ago(vc-sccs-checkout): Handle t argument for REV.
André Spiegel [Thu, 26 Dec 2002 14:07:15 +0000 (14:07 +0000)]
(vc-sccs-checkout): Handle t argument for REV.

21 years ago(vc-rcs-checkout): Handle t argument for REV.
André Spiegel [Thu, 26 Dec 2002 14:06:33 +0000 (14:06 +0000)]
(vc-rcs-checkout): Handle t argument for REV.

21 years ago(vc-cvs-checkout): Handle t argument for REV.
André Spiegel [Thu, 26 Dec 2002 14:05:48 +0000 (14:05 +0000)]
(vc-cvs-checkout): Handle t argument for REV.

21 years ago(vc-next-action-on-file): Use t argument to vc-checkout in
André Spiegel [Thu, 26 Dec 2002 14:04:21 +0000 (14:04 +0000)]
(vc-next-action-on-file): Use t argument to vc-checkout in
order to get the latest version on the current branch.  Update
documentation of vc-BACKEND-checkout to explain this.

21 years ago(gdb-info-display-custom): Ensure that frames/buffers
Nick Roberts [Thu, 26 Dec 2002 00:12:09 +0000 (00:12 +0000)]
(gdb-info-display-custom): Ensure that frames/buffers
of displayed expressions are deleted when the displayed expressions
are deleted.
(gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
deletion is handled by gdb-info-display-custom now.
(gdb-source-info): Undo earlier change (do create display buffer
automatically).