]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoMinor fixes.
Richard M. Stallman [Fri, 21 Jun 2002 16:29:09 +0000 (16:29 +0000)]
Minor fixes.

22 years agoCorrected last fix.
Kim F. Storm [Fri, 21 Jun 2002 13:56:13 +0000 (13:56 +0000)]
Corrected last fix.

22 years agoHandle kp-begin like kp-space.
Kim F. Storm [Fri, 21 Jun 2002 13:51:26 +0000 (13:51 +0000)]
Handle kp-begin like kp-space.

22 years ago(cua--prefix-arg): Make register prefixes
Kim F. Storm [Fri, 21 Jun 2002 13:51:05 +0000 (13:51 +0000)]
(cua--prefix-arg): Make register prefixes
work again. Corrected error in check for C-u initiated prefix.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Jun 2002 13:50:33 +0000 (13:50 +0000)]
*** empty log message ***

22 years ago(F_getit, Fortran_functions, Ada_getit, Asm_labels)
Francesco Potortì [Fri, 21 Jun 2002 12:36:12 +0000 (12:36 +0000)]
(F_getit, Fortran_functions, Ada_getit, Asm_labels)
(Python_functions, PHP_functions, PHP_functions, PHP_functions)
(PHP_functions, PHP_functions, Cobol_paragraphs)
(Makefile_targets, Postscript_functions, Texinfo_nodes)
(prolog_pr, erlang_func, erlang_attribute)
(Perl_functions, Perl_functions, Pascal_functions)
(TeX_commands, get_tag): Use make_tag instead of pfnote.
(get_tag): Prototype changed, all callers changed.

22 years agoetags
Francesco Potortì [Fri, 21 Jun 2002 12:35:42 +0000 (12:35 +0000)]
etags

22 years agoAllow arbitrary keys for scrolling, add a third
Richard M. Stallman [Fri, 21 Jun 2002 12:31:33 +0000 (12:31 +0000)]
Allow arbitrary keys for scrolling, add a third
scrolling speed, fix an unwind-protect.
(mouse-wheel-scroll-amount): Now a three-element list.
(mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
(mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
(mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): New functions.

22 years agoAdded discussion on tag names.
Francesco Potortì [Fri, 21 Jun 2002 12:05:52 +0000 (12:05 +0000)]
Added discussion on tag names.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jun 2002 10:29:11 +0000 (10:29 +0000)]
*** empty log message ***

22 years ago(Parsing Expressions): Give definition of sexp in terms of syntax classes.
Richard M. Stallman [Fri, 21 Jun 2002 10:01:58 +0000 (10:01 +0000)]
(Parsing Expressions): Give definition of sexp in terms of syntax classes.
Clarify other text in same node.

22 years ago(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.
Richard M. Stallman [Fri, 21 Jun 2002 09:58:32 +0000 (09:58 +0000)]
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.

22 years ago(zone-idle): Var deleted.
Richard M. Stallman [Fri, 21 Jun 2002 09:57:05 +0000 (09:57 +0000)]
(zone-idle): Var deleted.

22 years ago(iso-languages) <french>: `~ ' now generates `~', `~,' definition deleted.
Richard M. Stallman [Fri, 21 Jun 2002 09:56:25 +0000 (09:56 +0000)]
(iso-languages) <french>: `~ ' now generates `~', `~,' definition deleted.

22 years ago(format-annotate-function): Copy multibyte flag
Richard M. Stallman [Fri, 21 Jun 2002 09:53:47 +0000 (09:53 +0000)]
(format-annotate-function): Copy multibyte flag
and selective-display into the new temp buffer.

22 years ago(edmacro-fix-menu-commands):
Richard M. Stallman [Fri, 21 Jun 2002 09:53:01 +0000 (09:53 +0000)]
(edmacro-fix-menu-commands):
Discard `help-echo' events.  Handle (menu-bar) events.
Simplify by converting key sequence to a list and then back to vector.

22 years agoUpdate copyright info.
Richard M. Stallman [Fri, 21 Jun 2002 09:29:28 +0000 (09:29 +0000)]
Update copyright info.

22 years ago.
Andreas Schwab [Fri, 21 Jun 2002 08:36:27 +0000 (08:36 +0000)]
.

22 years ago(find-file-read-args): Add new argument `mustmatch' and
Andreas Schwab [Fri, 21 Jun 2002 08:35:50 +0000 (08:35 +0000)]
(find-file-read-args): Add new argument `mustmatch' and
pass it down to read-file-name.
(find-file, find-file-other-window, find-file-other-frame)
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Use it and fix prompts.

22 years agoComment change.
Richard M. Stallman [Thu, 20 Jun 2002 21:35:38 +0000 (21:35 +0000)]
Comment change.

22 years agoAdd link to new MS-Windows Registry section in cmdargs.texi
Jason Rumney [Thu, 20 Jun 2002 20:47:08 +0000 (20:47 +0000)]
Add link to new MS-Windows Registry section in cmdargs.texi

22 years agoAdd MS-Windows specific docs for envvars
Jason Rumney [Thu, 20 Jun 2002 20:44:02 +0000 (20:44 +0000)]
Add MS-Windows specific docs for envvars

22 years ago*** empty log message ***
Stefan Monnier [Thu, 20 Jun 2002 17:46:03 +0000 (17:46 +0000)]
*** empty log message ***

22 years ago* progmodes/ada-mode.el: Update copyright notice.
Stefan Monnier [Thu, 20 Jun 2002 17:40:38 +0000 (17:40 +0000)]
* progmodes/ada-mode.el: Update copyright notice.
Synchronize with GNAT release 3.15a1.
Do not attempt to load ada-support, which is only for compatibility
with older Emacs versions, and is not needed for Emacs 21.
(ada-continuation-indent): New variable.
New contextual menu: "List local reference", faster than "List References".
(ada-mode): New alignment rules provided by S. Leake.
(ada-mode): Add support for which-function-mode.
Fix various calls to count-lines, that didn't work correctly when the
buffer was narrowed.
(ada-get-current-indent): Fix indentation of named parameter lists and
nested boolean expressions.
(ada-indent-on-previous-lines): Fix indentation of labels.
(ada-search-prev-end-stmt): Fix searching of the previous end-statement,
specially with regards to nested subprograms.
(comment-region advice): Initially disabled, for better compatibility with
other modes.
(ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).

* progmodes/ada-xref.el: Update copyright notice.
(ada-xref-create-ali): The default is now not to create automatically the
ALI files by compiling the unit, since this isn't always reliable and
requires an up-to-date project file.
(ada-prj-default-comp-cmd): No longer use gcc directly to compile
a file, but use gnatmake instead, since this gives access to the GNAT
project files.
(ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
(ada-load-project-hook): New variable, for support of GNAT project files.
(ada-update-project-menu): Fix the detection of the project file name.
(ada-add-keymap): Change key binding for ada-find-file, that conflicted
with another binding in ada-mode.el.
(ada-add-menu): New menu "List Local References", to list the reference
to the entity only in the current file, instead of looking in the whole
project.  Much faster.
(ada-find-references): New parameters arg and local-only.
(ada-find-any-references): New parameters local-only and append.
(ada-goto-declaration): Fix handling of predefined entities in xref.
(ada-get-all-references): Updated to the new xref format in GNAT 3.15,
still compatible with GNAT 3.14 of course.  Fix various calls to
count-lines, that didn't work correctly when the buffer was narrowed.

22 years agoUpdate copyright notice.
Stefan Monnier [Thu, 20 Jun 2002 17:31:56 +0000 (17:31 +0000)]
Update copyright notice.
(ada-xref-create-ali): The default is now not to create automatically the
ALI files by compiling the unit, since this isn't always reliable and
requires an up-to-date project file.
(ada-prj-default-comp-cmd): No longer use gcc directly to compile
a file, but use gnatmake instead, since this gives access to the GNAT
project files.
(ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
(ada-load-project-hook): New variable, for support of GNAT project files.
(ada-update-project-menu): Fix the detection of the project file name.
(ada-add-keymap): Change key binding for ada-find-file, that conflicted
with another binding in ada-mode.el.
(ada-add-menu): New menu "List Local References", to list the reference
to the entity only in the current file, instead of looking in the whole
project.  Much faster.
(ada-find-references): New parameters arg and local-only.
(ada-find-any-references): New parameters local-only and append.
(ada-goto-declaration): Fix handling of predefined entities in xref.
(ada-get-all-references): Updated to the new xref format in GNAT 3.15,
still compatible with GNAT 3.14 of course.  Fix various calls to
count-lines, that didn't work correctly when the buffer was narrowed.

22 years agoUpdate copyright. Improve `revision' info.
Stefan Monnier [Thu, 20 Jun 2002 17:17:32 +0000 (17:17 +0000)]
Update copyright.  Improve `revision' info.
(ada-prj-load-directory): Make sure we do not use one of the new Emacs 21
dialogs to select the file, since we want a directory name only.
(ada-customize): Add support for the new GNAT project files.

22 years agoUpdate copyright. Improve `revision' info.
Stefan Monnier [Thu, 20 Jun 2002 16:55:33 +0000 (16:55 +0000)]
Update copyright.  Improve `revision' info.

22 years agoSuperfluous ChangeLog entry removed.
Kai Großjohann [Thu, 20 Jun 2002 15:02:55 +0000 (15:02 +0000)]
Superfluous ChangeLog entry removed.

22 years agoA bug in the new function. No change log.
Francesco Potortì [Thu, 20 Jun 2002 12:20:15 +0000 (12:20 +0000)]
A bug in the new function.  No change log.

22 years agoUse, together with etags.el, an optimised form of tags,
Francesco Potortì [Thu, 20 Jun 2002 11:48:31 +0000 (11:48 +0000)]
Use, together with etags.el, an optimised form of tags,
which are almost always unnamed.  etags.el looks for an explicit
tag name, then for an implicit one.  See make_tag for details.
The change is both forwards and backwards compatible.
(make_tag): New function (was the disabled function new_pfnote).
(make_C_tag): Use it.

22 years agoimplicit tag names.
Francesco Potortì [Thu, 20 Jun 2002 11:48:04 +0000 (11:48 +0000)]
implicit tag names.

22 years ago(tag-implicit-name-match-p): New function.
Francesco Potortì [Thu, 20 Jun 2002 11:27:01 +0000 (11:27 +0000)]
(tag-implicit-name-match-p): New function.
(etags-recognize-tags-table): Use it for implicit tag names.

22 years agoetags implicit tag names.
Francesco Potortì [Thu, 20 Jun 2002 11:26:02 +0000 (11:26 +0000)]
etags implicit tag names.

22 years agoRearranged the order in which the tag-*-match-p functions are defined,
Francesco Potortì [Thu, 20 Jun 2002 10:12:43 +0000 (10:12 +0000)]
Rearranged the order in which the tag-*-match-p functions are defined,
for clarity purposes.  No code change.

22 years agoComment corrected.
Francesco Potortì [Thu, 20 Jun 2002 10:05:11 +0000 (10:05 +0000)]
Comment corrected.

22 years agoetags
Francesco Potortì [Thu, 20 Jun 2002 08:52:22 +0000 (08:52 +0000)]
etags

22 years ago(add_regex): Invalid regexp modifiers are ignored.
Francesco Potortì [Thu, 20 Jun 2002 08:43:57 +0000 (08:43 +0000)]
(add_regex): Invalid regexp modifiers are ignored.
(Makefile_targets): Tag variables unless --no-globals.
(LOOP_ON_INPUT_LINES): Serious bug corrected.

22 years ago(comint-get-old-input-default): Strip text properties for fields too.
Miles Bader [Thu, 20 Jun 2002 07:30:16 +0000 (07:30 +0000)]
(comint-get-old-input-default): Strip text properties for fields too.

(comint-output-filter): Run output-filter functions before setting up
the prompt.

22 years agoRe-enable code giving word syntax to certain japanese-jisx0208 characters.
Miles Bader [Thu, 20 Jun 2002 01:02:57 +0000 (01:02 +0000)]
Re-enable code giving word syntax to certain japanese-jisx0208 characters.

22 years ago(f90-type-def-re): Fix value.
Glenn Morris [Wed, 19 Jun 2002 22:41:53 +0000 (22:41 +0000)]
(f90-type-def-re): Fix value.
(f90-looking-at-type-like): Adapt for new value of `f90-type-def-re'.

22 years agoAdd tramp.
David Kastrup [Wed, 19 Jun 2002 09:51:55 +0000 (09:51 +0000)]
Add tramp.

22 years ago(cvs-add-face): Fix silly oversight.
Stefan Monnier [Tue, 18 Jun 2002 23:03:55 +0000 (23:03 +0000)]
(cvs-add-face): Fix silly oversight.

22 years ago(describe-fontset): Don't cons uselessly.
Stefan Monnier [Tue, 18 Jun 2002 23:00:13 +0000 (23:00 +0000)]
(describe-fontset): Don't cons uselessly.

22 years agoopen-paren-in-column-0 in dosctring.
Stefan Monnier [Tue, 18 Jun 2002 22:59:30 +0000 (22:59 +0000)]
open-paren-in-column-0 in dosctring.

22 years ago(quail-help): Don't assume the buffer is displayed in the same frame.
Stefan Monnier [Tue, 18 Jun 2002 22:58:55 +0000 (22:58 +0000)]
(quail-help): Don't assume the buffer is displayed in the same frame.

22 years ago(cancel-debug-on-entry): Don't cons uselessly.
Stefan Monnier [Tue, 18 Jun 2002 21:53:30 +0000 (21:53 +0000)]
(cancel-debug-on-entry): Don't cons uselessly.

22 years ago(regexp-opt-group): Don't cons uselessly.
Stefan Monnier [Tue, 18 Jun 2002 21:52:42 +0000 (21:52 +0000)]
(regexp-opt-group): Don't cons uselessly.

22 years ago(cvs-vc-command-advice): Handle the case where args
Stefan Monnier [Tue, 18 Jun 2002 21:50:30 +0000 (21:50 +0000)]
(cvs-vc-command-advice): Handle the case where args
are passed to `cvs' before the command name.
(cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.

22 years ago(cvs-add-face): Minor rewrite.
Stefan Monnier [Tue, 18 Jun 2002 21:47:41 +0000 (21:47 +0000)]
(cvs-add-face): Minor rewrite.
(cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.

22 years ago(comment-normalize-vars): Refresh the comment-foo-skip
Stefan Monnier [Tue, 18 Jun 2002 17:58:18 +0000 (17:58 +0000)]
(comment-normalize-vars): Refresh the comment-foo-skip
regexp when they don't match comment-foo any more.

22 years ago*** empty log message ***
Juanma Barranquero [Tue, 18 Jun 2002 14:37:33 +0000 (14:37 +0000)]
*** empty log message ***

22 years ago(sh-electric-rparen-needed): Remove.
Juanma Barranquero [Tue, 18 Jun 2002 14:37:12 +0000 (14:37 +0000)]
(sh-electric-rparen-needed): Remove.

22 years agoFix typo.
Juanma Barranquero [Tue, 18 Jun 2002 14:36:19 +0000 (14:36 +0000)]
Fix typo.

22 years ago(comint-next-prompt, comint-previous-prompt): Fix typos.
Juanma Barranquero [Tue, 18 Jun 2002 14:36:07 +0000 (14:36 +0000)]
(comint-next-prompt, comint-previous-prompt): Fix typos.

22 years ago(checkdoc-this-string-valid-engine): Fix typo.
Juanma Barranquero [Tue, 18 Jun 2002 14:35:49 +0000 (14:35 +0000)]
(checkdoc-this-string-valid-engine): Fix typo.

22 years ago(edt-substitute): Fix typo.
Juanma Barranquero [Tue, 18 Jun 2002 14:35:28 +0000 (14:35 +0000)]
(edt-substitute): Fix typo.

22 years ago(eshell-modifier-help-string): Fix typos.
Juanma Barranquero [Tue, 18 Jun 2002 14:35:10 +0000 (14:35 +0000)]
(eshell-modifier-help-string): Fix typos.

22 years ago(filesets-update-pre010505): Fix typo.
Juanma Barranquero [Tue, 18 Jun 2002 14:34:53 +0000 (14:34 +0000)]
(filesets-update-pre010505): Fix typo.

22 years ago(install-arch-indep, uninstall): Add Tramp.
Kai Großjohann [Tue, 18 Jun 2002 11:28:41 +0000 (11:28 +0000)]
(install-arch-indep, uninstall): Add Tramp.

22 years ago@node{Remote Files}: Mention Tramp.
Kai Großjohann [Tue, 18 Jun 2002 09:55:53 +0000 (09:55 +0000)]
@node{Remote Files}: Mention Tramp.

22 years agoMention Tramp.
Kai Großjohann [Tue, 18 Jun 2002 09:55:26 +0000 (09:55 +0000)]
Mention Tramp.

22 years ago2002-06-17 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Tue, 18 Jun 2002 05:33:25 +0000 (05:33 +0000)]
2002-06-17  Andrew Choi  <akochoi@shaw.ca>

* macterm.c (mac_scroll_area): Set foreground and backcolor to
black and white before scrolling.  Restore frame background and
foreground color after scrolling.
(do_window_update): Call XClearWindow before calling expose_frame.
(make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
FRAME_FOREGROUND_PIXEL of frame.

22 years ago(Fringes): Fix a typo. Mention the fact that arrows on the fringes are
Eli Zaretskii [Tue, 18 Jun 2002 05:20:45 +0000 (05:20 +0000)]
(Fringes): Fix a typo.  Mention the fact that arrows on the fringes are
clickable.
(Useless Whitespace): Add a cross-reference to Fringes.

22 years ago2002-06-17 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Tue, 18 Jun 2002 04:41:13 +0000 (04:41 +0000)]
2002-06-17  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
        test Mac command key as <ALT> key.

22 years agosome passive forms to active
Francesco Potortì [Mon, 17 Jun 2002 22:22:03 +0000 (22:22 +0000)]
some passive forms to active

22 years agoSpecify that the separator character can be different from a slash.
Francesco Potortì [Mon, 17 Jun 2002 22:09:55 +0000 (22:09 +0000)]
Specify that the separator character can be different from a slash.

Clarify that the @regexfile contains the arguments to a --regex= option.

Clarify that the `m' modifier pertains to a single regular expression.

Merge the two places where the {language} prefix was described.

22 years agoSpecify that the separator character can be different from a slash.
Francesco Potortì [Mon, 17 Jun 2002 22:08:20 +0000 (22:08 +0000)]
Specify that the separator character can be different from a slash.

Clarify that the @regexfile contains the arguments to a --regex= option.

22 years ago@end info changed to @end info
Robert J. Chassell [Mon, 17 Jun 2002 19:47:43 +0000 (19:47 +0000)]
@end info changed to @end info
Replaced menu reference to `Trailing Whitespace' with `Useless Whitespace'

22 years agoReplaced cross reference to `Trailing Whitespace' with `Useless Whitespace'
Robert J. Chassell [Mon, 17 Jun 2002 19:46:18 +0000 (19:46 +0000)]
Replaced cross reference to `Trailing Whitespace' with `Useless Whitespace'

22 years ago(read_key_sequence): Be more careful with first_unbound.
Stefan Monnier [Mon, 17 Jun 2002 18:45:54 +0000 (18:45 +0000)]
(read_key_sequence): Be more careful with first_unbound.
Lookup keys in function-key-map immediately so that key-translation-map
can be applied earlier.
Remove function_key_possible and key_translation_possible, replaced
by checking `keytran_start < t'.

22 years ago(Fset_window_configuration): Lisp_Object/int mixup.
Stefan Monnier [Mon, 17 Jun 2002 18:45:01 +0000 (18:45 +0000)]
(Fset_window_configuration): Lisp_Object/int mixup.

22 years agoDocument mouse-highlight variable.
Richard M. Stallman [Mon, 17 Jun 2002 16:27:58 +0000 (16:27 +0000)]
Document mouse-highlight variable.

22 years agoAt start of Info file, mention the Info `h' command.
Richard M. Stallman [Mon, 17 Jun 2002 16:27:17 +0000 (16:27 +0000)]
At start of Info file, mention the Info `h' command.

22 years agoRename Trailing Whitespace to Useless Whitespace
Richard M. Stallman [Mon, 17 Jun 2002 16:26:04 +0000 (16:26 +0000)]
Rename Trailing Whitespace to Useless Whitespace
and move it.
New node Fringes.
Document display-time-mail-file and display-time-mail-directory.
Rearange and rewrite the Cursor Display node
and updated info on cursor appearance in nonselected windows.

22 years agoDocument C-x @ feature.
Richard M. Stallman [Mon, 17 Jun 2002 16:23:33 +0000 (16:23 +0000)]
Document C-x @ feature.

22 years agoDocument inhibit-startup-buffer-menu.
Richard M. Stallman [Mon, 17 Jun 2002 16:20:47 +0000 (16:20 +0000)]
Document inhibit-startup-buffer-menu.
Correct errors in --no-splash description.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Jun 2002 16:19:41 +0000 (16:19 +0000)]
*** empty log message ***

22 years ago(xsymbol): Use the new `xname' field.
Stefan Monnier [Mon, 17 Jun 2002 16:16:14 +0000 (16:16 +0000)]
(xsymbol): Use the new `xname' field.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 17 Jun 2002 16:15:58 +0000 (16:15 +0000)]
*** empty log message ***

22 years ago(describe-char-after): Moved to descr-text.el.
Richard M. Stallman [Mon, 17 Jun 2002 16:15:32 +0000 (16:15 +0000)]
(describe-char-after): Moved to descr-text.el.

22 years ago(what-cursor-position): Use describe-char.
Richard M. Stallman [Mon, 17 Jun 2002 16:15:09 +0000 (16:15 +0000)]
(what-cursor-position): Use describe-char.

22 years ago(facemenu-map): Rename to Describe Text
Richard M. Stallman [Mon, 17 Jun 2002 16:14:37 +0000 (16:14 +0000)]
(facemenu-map): Rename to Describe Text
to Describe Properties and use describe-text-properties.

22 years ago(describe-char): Moved from mule-diag.el, renamed
Richard M. Stallman [Mon, 17 Jun 2002 16:12:47 +0000 (16:12 +0000)]
(describe-char): Moved from mule-diag.el, renamed
from describe-char-after.  Now calls describe-text-properties.
(describe-property-list): Renamed from describe-text-properties.
(describe-text-properties): Renamed from describe-text-at.
New arg OUTPUT-BUFFER.
(describe-text-properties-1):
New subroutine, broken out from describe-text-properties.
Output a newline before each section of the output.

22 years ago*** empty log message ***
Kai Großjohann [Mon, 17 Jun 2002 15:55:51 +0000 (15:55 +0000)]
*** empty log message ***

22 years ago(Display Feature Testing): Fix typo.
Juanma Barranquero [Mon, 17 Jun 2002 15:27:50 +0000 (15:27 +0000)]
(Display Feature Testing): Fix typo.

22 years agouse correct @setfilename
David Kastrup [Mon, 17 Jun 2002 14:43:03 +0000 (14:43 +0000)]
use correct @setfilename

22 years ago*** empty log message ***
David Kastrup [Mon, 17 Jun 2002 14:42:34 +0000 (14:42 +0000)]
*** empty log message ***

22 years agoRemove unnecessary prev/next/up pointers in @node
Kai Großjohann [Mon, 17 Jun 2002 11:50:12 +0000 (11:50 +0000)]
Remove unnecessary prev/next/up pointers in @node
commands.
(Top): Don't include it in DVI output.
(History): Explain $- and $+.
(Built-ins): New node.  Document `cd'.

22 years ago*** empty log message ***
Kai Großjohann [Mon, 17 Jun 2002 11:47:23 +0000 (11:47 +0000)]
*** empty log message ***

22 years ago* info/dir (File): Add an entry for Tramp.
Kai Großjohann [Mon, 17 Jun 2002 11:46:10 +0000 (11:46 +0000)]
* info/dir (File): Add an entry for Tramp.

* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
(../info/tramp, tramp.dvi): New targets.

22 years agoMore wording changes.
Eli Zaretskii [Mon, 17 Jun 2002 10:30:24 +0000 (10:30 +0000)]
More wording changes.

22 years ago(ctext-pre-write-conversion): Fix the values of FROM and TO if we create
Eli Zaretskii [Mon, 17 Jun 2002 10:25:32 +0000 (10:25 +0000)]
(ctext-pre-write-conversion): Fix the values of FROM and TO if we create
a new buffer.

22 years agoFix the wording of Extended Segment support announcement.
Eli Zaretskii [Mon, 17 Jun 2002 10:18:24 +0000 (10:18 +0000)]
Fix the wording of Extended Segment support announcement.

22 years ago(comint-insert-clicked-input): Insert clicked-on previous input without
Miles Bader [Mon, 17 Jun 2002 08:10:37 +0000 (08:10 +0000)]
(comint-insert-clicked-input): Insert clicked-on previous input without
properties.  Patch from John Paul Wallington <jpw@shootybangbang.com>.

22 years agoNew file.
Eli Zaretskii [Mon, 17 Jun 2002 06:08:23 +0000 (06:08 +0000)]
New file.

22 years ago2002-06-17 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Mon, 17 Jun 2002 06:06:03 +0000 (06:06 +0000)]
2002-06-17  Andrew Choi  <akochoi@shaw.ca>

        * mac.c (do_applescript): Call initialize_applescript if necessary
        when first called.  Dispose of result_desc only when there is no
        error.
        (Fdo_applescript): Use %d format specifier instead of %ld.

22 years ago2002-06-16 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Mon, 17 Jun 2002 01:45:48 +0000 (01:45 +0000)]
2002-06-16  Andrew Choi  <akochoi@shaw.ca>

* macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
of FrontWindow for cases keyDown and autoKey.

22 years agoNew maintainer.
Richard M. Stallman [Mon, 17 Jun 2002 01:02:21 +0000 (01:02 +0000)]
New maintainer.

22 years agoIn src/:
Andrew Choi [Sun, 16 Jun 2002 23:08:57 +0000 (23:08 +0000)]
In src/:

2002-06-16  Andrew Choi  <akochoi@shaw.ca>

        * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
        Vdefault_fontset to Monaco with mac-roman coding.

        * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
        init_process before and after inclusion of Carbon/Carbon.h, resp.

        * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
        cursor_gc.
        (add_font_name_table_entry): New function.
        (init_font_name_table): Use add_font_name_table_entry; add italic,
        bold, and bold-italic entries for truetype fonts.

        * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
        for Mac too.
        (try_font_list) [MAC_OS]: If no font matches given registry, try
        fonts with any registry matching face_family.
        (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font
        here.

        * s/darwin.h: If autoconf detects the Ncurses library, define
        LIBS_TERMCAP to -lncurses to use it.

In lisp/:

2002-06-16  Andrew Choi  <akochoi@shaw.ca>

        * term/mac-win.el (scalable-fonts-allowed): Set to t.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 16 Jun 2002 17:31:12 +0000 (17:31 +0000)]
*** empty log message ***