Eli Zaretskii [Mon, 15 May 2000 15:17:19 +0000 (15:17 +0000)]
(IT-character-translations): More updates of
latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
documents.
Gerd Moellmann [Mon, 15 May 2000 14:54:08 +0000 (14:54 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 15 May 2000 14:51:32 +0000 (14:51 +0000)]
(coordinates_in_window): Subtract 1 when computing right_x.
Gerd Moellmann [Mon, 15 May 2000 14:50:12 +0000 (14:50 +0000)]
(getenv): New function, interactively callable.
(setenv, getenv): Remove autoload cookies.
Gerd Moellmann [Mon, 15 May 2000 14:50:00 +0000 (14:50 +0000)]
Load `env'.
Gerd Moellmann [Mon, 15 May 2000 14:49:40 +0000 (14:49 +0000)]
Change author's mail address.
Gerd Moellmann [Mon, 15 May 2000 14:47:46 +0000 (14:47 +0000)]
(Fgetenv_internal): Renamed from Fgetenv.
Gerd Moellmann [Mon, 15 May 2000 14:47:33 +0000 (14:47 +0000)]
(lisp): Add env.elc.
Dave Love [Sun, 14 May 2000 19:04:22 +0000 (19:04 +0000)]
*** empty log message ***
Dave Love [Sun, 14 May 2000 16:44:40 +0000 (16:44 +0000)]
*** empty log message ***
Dave Love [Sun, 14 May 2000 16:22:04 +0000 (16:22 +0000)]
rmail-show-message-hook): Customize and offer
goto-addr as an option.
Dave Love [Sun, 14 May 2000 15:48:45 +0000 (15:48 +0000)]
(help-xref-stack): Doc fix.
(help-xref-following): New variable.
(help-make-xrefs): Use it.
(help-xref-go-back): Use position information from stack element.
(help-follow): Make position in stack element a pair. Use
help-xref-following.
Dave Love [Sun, 14 May 2000 15:38:19 +0000 (15:38 +0000)]
*** empty log message ***
Dave Love [Sun, 14 May 2000 15:30:59 +0000 (15:30 +0000)]
Declare more functions obsolete.
Dave Love [Sun, 14 May 2000 15:21:41 +0000 (15:21 +0000)]
Remove all the setup-...-environment functions.
Stefan Monnier [Sun, 14 May 2000 02:26:19 +0000 (02:26 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 14 May 2000 00:56:10 +0000 (00:56 +0000)]
(comment-start, comment-start-skip, comment-end): Made `defvar'.
(comment-style): Extract the choice out of comment-styles.
(comment-continue): Just a simple string now.
(comment-normalize-vars): Update for the new comment-continue.
(until, comment-end-quote-re): Removed.
(comment-quote-re, comment-quote-nested): New functions for quoting.
These quote both the end and the start and also work for single-chars.
(comment-padright): Added lots of comments.
(comment-padleft): Added more comments. Check comment-end rather than
STR to determine whether N can be applied or not.
(uncomment-region): Rename BLOCK to BOX.
Use the new comment-quote-nested.
Use only one marker and properly set it back to nil.
Be more picky when eliminating continuation markers.
Eric M. Ludlam [Sat, 13 May 2000 23:24:25 +0000 (23:24 +0000)]
*** empty log message ***
Eric M. Ludlam [Sat, 13 May 2000 23:13:25 +0000 (23:13 +0000)]
Updated the commentary section.
xemacs20p now uses >= when detecting.
require `defimage' safely.
(speedbar-easymenu-definition-base): Add toggle for images.
(speedbar-easymenu-definition-special): Add flush cache & expand.
(speedbar-visiting-tag-hook): Set new defaults. Added options.
(speedbar-reconfigure-keymaps-hook): New variable.
(speedbar-frame-parameters): Updated documentation.
(speedbar-use-imenu-flag): Updated custom tag
(speedbar-dynamic-tags-function-list): New variable.
(speedbar-tag-hierarchy-method): Updated doc & custom.
(speedbar-indentation-width, speedbar-indentation-width)
new variables.
(speedbar-hide-button-brackets-flag): customizable.
(speedbar-vc-indicator): Doc update.
(speedbar-ignored-path-expressions): Updated default value.
(speedbar-supported-extension-expressions): Updated default value.
(speedbar-syntax-table): Remove {} paren status.
(speedbar-file-key-map, speedbar-buffers-key-map):
Add "=" to act as "+".
Added overlay aliases.
(speedbar-mode):
Use `speedbar-mode-line-update' instead of `force-mode-line-update'.
(speedbar-mode, speedbar-quick-mouse, speedbar-click,
speedbar-double-click):
Use `speedbar-mouse-set-point' instead of `mouse-set-point'
(speedbar-reconfigure-keymaps): Run configure keymap hooks.
(speedbar-item-info-tag-helper): Revamped to handle a wider
range of arbitrary text, and new helper functions.
(speedbar-item-copy, speedbar-item-rename):
Fixed trailing \ in filename finder.
(speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
(speedbar-directory-buttons): Update path search/expansion.
(speedbar-make-tag-line): Pay attention to
`speedbar-indentation-width'. Use more care w/ invisible properties.
(speedbar-change-expand-button-char): Call
`speedbar-insert-image-button-maybe'.
(speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
(speedbar-sort-tag-hierarchy,
speedbar-prefix-group-tag-hierarchy,
speedbar-trim-words-tag-hierarchy,
speedbar-simple-group-tag-hierarchy): New functions
(speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
(speedbar-insert-imenu-list, speedbar-insert-etags-list):
New functions.
(speedbar-mouse-set-point): New function
(speedbar-power-click): Updated documentation.
(speedbar-line-token, speedbar-goto-this-file):
Handle more types of tag prefix text.
(speedbar-expand-line, speedbar-contract-line):
Make more robust to strange text.
(speedbar-expand-line): Takes universal argument to flush the cache.
(speedbar-flush-expand-line): New function.
(speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
Use new generator insertion method.
(speedbar-fetch-dynamic-tags): New function.
(speedbar-fetch-dynamic-imenu): Removed code now handled in
`speedbar-fetch-dynamic-imenu'.
(speedbar-fetch-dynamic-etags): Fix current buffer problem.
(speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
"Revert Buffer" menu items.
(speedbar-buffer-buttons-engine): Be smarter when creating a
filename tag (for expansion purposes.).
(speedbar-highlight-one-tag-line, speedbar-unhighlight-one-tag-line,
speedbar-recenter-to-top, speedbar-recenter): New functions.
(defimage-speedbar): Image loading abstraction.
(speedbar-directory-+, speedbar-directory--,
speedbar-file-+, speedbar-file--, speedbar-file-,
speedbar-tag-, speedbar-tag-+, speedbar-tag--, speedbar-tag-gt,
speedbar-tag-v, speedbar-tag-type, speedbar-tag-mail):
New images.
(speedbar-expand-image-button-alist): New variable.
(speedbar-insert-image-button-maybe): Insert an image over some
buttons.
Stefan Monnier [Sat, 13 May 2000 19:41:08 +0000 (19:41 +0000)]
(comment-use-syntax): Change `maybe' to `undecided'.
(comment-quote-nested): New. Replaces comment-nested.
(comment-add): Turn into a mere defvar or a integer.
(comment-style): Change default to `plain'.
(comment-styles): Rename `plain' to `indent' and create a new plainer `plain'.
(comment-string-reverse): Use nreverse.
(comment-normalize-vars): Change `maybe' to `undecided', add comments.
Don't infer the setting of comment-nested anymore (the default for
comment-quote-nested is safe). Use comment-quote-nested.
(comment-end-quote-re): Use comment-quote-nested.
(comment-search-forward): Obey LIMIT.
(comment-indent): Don't skip forward further past comment-search-forward.
(comment-padleft): Use comment-quote-nested.
(comment-make-extra-lines): Use `cons' rather than `values'.
(comment-region-internal): New arg INDENT. Use line-end-position.
Avoid multiple-value-setq.
(comment-region): Follow the new comment-add semantics.
Don't do box comments any more.
(comment-box): New function.
(comment-dwim): Only do the region stuff is transient-mark-active.
Gerd Moellmann [Sat, 13 May 2000 09:11:42 +0000 (09:11 +0000)]
*** empty log message ***
Kenichi Handa [Sat, 13 May 2000 00:37:45 +0000 (00:37 +0000)]
(syntax-description-table): New variable.
(describe-char-after): New function.
(describe-font-internal): Adjusted for the change of font-info.
(describe-font): Likewise.
(print-fontset): Rewritten for the new fontset implementation.
(describe-fontset): Include fontset alias names in completion.
(list-fontsets): Adjusted for the change of print-fontset.
Kenichi Handa [Sat, 13 May 2000 00:37:11 +0000 (00:37 +0000)]
Add more information in descriptions of character sets.
Kenichi Handa [Sat, 13 May 2000 00:34:05 +0000 (00:34 +0000)]
(encode-coding-char): An ASCII character is always encodable.
Kenichi Handa [Sat, 13 May 2000 00:28:57 +0000 (00:28 +0000)]
(what-cursor-position): If DETAIL is non-nil, call
describe-char-after instead of displaying the detail in the echo
area.
Kenichi Handa [Sat, 13 May 2000 00:28:33 +0000 (00:28 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 12 May 2000 18:38:28 +0000 (18:38 +0000)]
(ange-ftp-skip-msgs): Include 500 code.for
handling FTP security extensions.
Stefan Monnier [Fri, 12 May 2000 18:11:37 +0000 (18:11 +0000)]
(lisp-font-lock-keywords-1): Add define-minor-mode.
Dave Love [Fri, 12 May 2000 10:58:13 +0000 (10:58 +0000)]
Remove some compatibility stuff and CL
dependence. Use line-{beginning,end}-position, not
point-at{b,e}ol. Some doc fixes.
(todo-position): New function. Fix callers of position to use it.
(todo-save-top-priorities, todo-print): Use with-temp-buffer.
Dave Love [Fri, 12 May 2000 09:46:03 +0000 (09:46 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 12 May 2000 09:22:33 +0000 (09:22 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 12 May 2000 09:21:59 +0000 (09:21 +0000)]
(Freplace_match): Handle case of `\N' in the
replacement when there's no group N.
Gerd Moellmann [Fri, 12 May 2000 08:16:14 +0000 (08:16 +0000)]
(display-time-mail-icon): Use `:ascent center'.
Dave Love [Thu, 11 May 2000 22:11:02 +0000 (22:11 +0000)]
todo-mode
Dave Love [Thu, 11 May 2000 22:05:12 +0000 (22:05 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 May 2000 20:35:51 +0000 (20:35 +0000)]
(comint-read-input-ring): Move reference to
comint-input-ring-size outside of the save-excursion. It was
causing the default value to be the only one ever seen.
Gerd Moellmann [Thu, 11 May 2000 19:29:55 +0000 (19:29 +0000)]
*** empty log message ***
Dave Love [Thu, 11 May 2000 18:38:29 +0000 (18:38 +0000)]
Fix last change.
Gerd Moellmann [Thu, 11 May 2000 15:44:54 +0000 (15:44 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 May 2000 15:43:37 +0000 (15:43 +0000)]
(add_to_log): Pass 1 byte less to message_dolog.
Gerd Moellmann [Thu, 11 May 2000 14:44:17 +0000 (14:44 +0000)]
Update copyright. Remove Simon Marshall's email
address on request from him.
Gerd Moellmann [Thu, 11 May 2000 13:29:12 +0000 (13:29 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 May 2000 12:23:55 +0000 (12:23 +0000)]
(read_char): Don't clear current message for help
events; let the code handling help events handle this. Change
code detecting help events that should be ignored.
Gerd Moellmann [Thu, 11 May 2000 09:32:19 +0000 (09:32 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 May 2000 09:31:42 +0000 (09:31 +0000)]
(handle_single_display_prop): Don't try to set PT if
we're interating over a string.
Gerd Moellmann [Thu, 11 May 2000 09:28:06 +0000 (09:28 +0000)]
(substitute-key-definition): Add comment describing
the meaning of PREFIX.
Gerd Moellmann [Thu, 11 May 2000 08:31:26 +0000 (08:31 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 May 2000 08:31:18 +0000 (08:31 +0000)]
(INFO_TARGETS): Add info/ebrowse.
(../info/ebrowse, ebrowse.dvi): New targets.
Stefan Monnier [Wed, 10 May 2000 22:43:28 +0000 (22:43 +0000)]
(regexp-opt-depth): Fix regexp.
Stefan Monnier [Wed, 10 May 2000 22:40:17 +0000 (22:40 +0000)]
(add-hook, remove-hook): Make hook buffer-local if needed..
(add-minor-mode): Don't make the variable buffer-local and add a
reference to define-minor-mode in the docstring.
Stefan Monnier [Wed, 10 May 2000 22:28:36 +0000 (22:28 +0000)]
(cvs-cleanup-collection): Remove obsolete code for
HEADER/FOOTER and fix bug with trailing empty directory.
(cvs-append-to-ignore): Use vc-editable-p if available.
(cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
(vc-do-command): Tweak advice to handle the new VC.
Stefan Monnier [Wed, 10 May 2000 22:22:21 +0000 (22:22 +0000)]
(log-view-goto-rev): New function for the new VC.
(log-view-minor-wrap): Use mark-active.
Stefan Monnier [Wed, 10 May 2000 22:20:51 +0000 (22:20 +0000)]
(cvs-changelog-full-paragraphs): Mark obsolete.
(log-edit-changelog-full-paragraphs): New var.
(log-edit-insert-changelog): Remove a lonely leading `* file'.
(log-edit-narrow-changelog, log-edit-changelog-paragraph)
(log-edit-changelog-subparagraph, log-edit-changelog-entry)
(log-edit-changelog-ours-p, log-edit-changelog-entries)
(log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
Replace the `cvs' prefix with `log-edit'.
Stefan Monnier [Wed, 10 May 2000 22:13:41 +0000 (22:13 +0000)]
(iswitchb-completion-help): Unquote lambda.
Stefan Monnier [Wed, 10 May 2000 22:12:46 +0000 (22:12 +0000)]
(diff-font-lock-keywords): Recognize comments.
(diff-font-lock-defaults): Explicitly turn off multiline.
(diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
(diff-ediff-patch): Fix call to ediff-patch-file.
(diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
Handle comments.
Stefan Monnier [Wed, 10 May 2000 22:08:28 +0000 (22:08 +0000)]
(cvs-status-minor-wrap): Use mark-active.
Stefan Monnier [Wed, 10 May 2000 21:54:40 +0000 (21:54 +0000)]
(automatic-hscrolling): Typo.
Stefan Monnier [Wed, 10 May 2000 21:37:06 +0000 (21:37 +0000)]
Cleaned some left over bogus conflict markers.
Stefan Monnier [Wed, 10 May 2000 21:34:11 +0000 (21:34 +0000)]
Mention PCL-CVS.
Dave Love [Wed, 10 May 2000 19:40:18 +0000 (19:40 +0000)]
write-region change
Dave Love [Wed, 10 May 2000 19:30:05 +0000 (19:30 +0000)]
*** empty log message ***
Dave Love [Wed, 10 May 2000 18:02:16 +0000 (18:02 +0000)]
(install-arch-indep): Filter CVS as well as RCS.
Dave Love [Wed, 10 May 2000 09:35:14 +0000 (09:35 +0000)]
Fix make-obsolete for internal-get-face.
Dave Love [Wed, 10 May 2000 09:25:53 +0000 (09:25 +0000)]
*** empty log message ***
Dave Love [Wed, 10 May 2000 08:54:51 +0000 (08:54 +0000)]
write-region change
Dave Love [Wed, 10 May 2000 08:52:47 +0000 (08:52 +0000)]
(Fwrite_region): If APPEND arg is an integer, seek to
that offset before writing. Move gcpro region past call of
Ffile_regular_p.
Dave Love [Tue, 9 May 2000 18:27:36 +0000 (18:27 +0000)]
*** empty log message ***
Dave Love [Tue, 9 May 2000 18:22:24 +0000 (18:22 +0000)]
(apropos-print): use `describe-face' instead of
`customize-face-other-window'.
Dave Love [Tue, 9 May 2000 16:33:44 +0000 (16:33 +0000)]
auto-fill-chars
Dave Love [Tue, 9 May 2000 15:51:57 +0000 (15:51 +0000)]
(describe-variable): Have customize button pop the
help-xref stack when invoked.
(help-xref-symbol-regexp): Add `face'.
(help-make-xrefs): Check for quoted face names and adapt regexp
submatch numbers to cope.
(help-xref-interned): Maybe insert face doc too. Separate
sections with a line of hyphens.
Dave Love [Tue, 9 May 2000 15:45:57 +0000 (15:45 +0000)]
Some doc fixes.
(describe-face): Add customize button. Return the help
text. Fix prompt.
Eli Zaretskii [Tue, 9 May 2000 09:34:22 +0000 (09:34 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 9 May 2000 09:33:07 +0000 (09:33 +0000)]
(Documentation): Document woman.el features.
Eli Zaretskii [Tue, 9 May 2000 09:27:16 +0000 (09:27 +0000)]
Fix last change.
Dave Love [Mon, 8 May 2000 17:59:45 +0000 (17:59 +0000)]
Import changes from current Gnus.
(pop3-open-server): Bind coding systems before creating buffer and
fix creating its name.
(pop3-string-to-list): Function deleted. Change callers to use
split-string.
Eli Zaretskii [Mon, 8 May 2000 16:02:33 +0000 (16:02 +0000)]
Mention `woman'.
Eli Zaretskii [Mon, 8 May 2000 14:50:57 +0000 (14:50 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 8 May 2000 14:32:17 +0000 (14:32 +0000)]
New file.
Eli Zaretskii [Mon, 8 May 2000 14:04:19 +0000 (14:04 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 8 May 2000 13:58:53 +0000 (13:58 +0000)]
(IT-character-translations): Update ASCII
simulations for greek-iso8859-7, add latin-iso8859-14 and
latin-iso8859-15.
Eli Zaretskii [Mon, 8 May 2000 11:44:29 +0000 (11:44 +0000)]
(set-language-info-alist): Call define-prefix-command with 3 arguments,
to make the map suitable for a menu.
Dave Love [Sun, 7 May 2000 19:09:25 +0000 (19:09 +0000)]
Small doc fixes from Pavel Janic.
Dave Love [Fri, 5 May 2000 20:01:01 +0000 (20:01 +0000)]
Doc fixes; mainly avoid duplicating arg
list in doc string. Don't quote keyword symbols.
Gerd Moellmann [Fri, 5 May 2000 13:22:19 +0000 (13:22 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 May 2000 13:21:04 +0000 (13:21 +0000)]
(abbrev-mode): Make ARG optional.
Gerd Moellmann [Fri, 5 May 2000 13:19:27 +0000 (13:19 +0000)]
Make a link for lib-src/grep-changelog. Copy
install-sh.
Dave Love [Thu, 4 May 2000 22:40:05 +0000 (22:40 +0000)]
*** empty log message ***
Dave Love [Thu, 4 May 2000 22:00:40 +0000 (22:00 +0000)]
(syms_of_buffer) [auto-fill-function]: Doc fix.
Dave Love [Thu, 4 May 2000 21:57:05 +0000 (21:57 +0000)]
(syms_of_charset) [auto-fill-chars]: Doc fix.
Gerd Moellmann [Thu, 4 May 2000 21:52:38 +0000 (21:52 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 4 May 2000 21:51:29 +0000 (21:51 +0000)]
Change file name `EBROWSE' to `BROWSE'.
Gerd Moellmann [Thu, 4 May 2000 21:50:18 +0000 (21:50 +0000)]
(auto-mode-alist): Change `EBROWSE' to `BROWSE'.
Gerd Moellmann [Thu, 4 May 2000 21:48:52 +0000 (21:48 +0000)]
(DEFAULT_OUTFILE): Set to `BROWSE'.
Gerd Moellmann [Thu, 4 May 2000 21:45:40 +0000 (21:45 +0000)]
(insert_from_buffer_1): Adjust FROM position by number
of inserted characters when BUF equals the current buffer, and PT
is in front of or equal to FROM.
Gerd Moellmann [Thu, 4 May 2000 20:21:58 +0000 (20:21 +0000)]
(substitute-key-definition): Clarify documentation.
Gerd Moellmann [Thu, 4 May 2000 20:17:59 +0000 (20:17 +0000)]
(glasses-convert-to-unreadable): Use
`glasses-separator' instead of the hard-wired "_".
(glasses-mode): Call `glasses-make-unreadable' only in a single
place.
Gerd Moellmann [Thu, 4 May 2000 19:20:37 +0000 (19:20 +0000)]
*** empty log message ***
Eli Zaretskii [Thu, 4 May 2000 16:12:32 +0000 (16:12 +0000)]
(cjk-codepages-alist): Add associations for
Chinese and Korean codepages.
Dave Love [Wed, 3 May 2000 21:40:11 +0000 (21:40 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 3 May 2000 19:49:39 +0000 (19:49 +0000)]
*** empty log message ***