Stefan Monnier [Fri, 19 May 2000 15:37:41 +0000 (15:37 +0000)]
Fix license text and author.
Move aliases (indent-for-comment, set-comment-column, kill-comment
and indent-new-comment-line) to the beginning of the file.
Get rid of the last few CLisms.
(comment-forward): Avoid decf.
(comment-make-extra-lines): Comment-out asserts.
(comment-with-narrowing): Properly create uninterned symbol.
(comment-region-internal): Comment-out asserts. Avoid incf and decf.
(comment-indent-new-line): Fix bug where compt could be set but
not comstart. Set comment-column more carefully.
Stefan Monnier [Fri, 19 May 2000 14:50:26 +0000 (14:50 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 19 May 2000 11:58:45 +0000 (11:58 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 19 May 2000 11:55:50 +0000 (11:55 +0000)]
(auto-mode-alist): Add pattern for `.shrc'.
Gerd Moellmann [Fri, 19 May 2000 11:54:13 +0000 (11:54 +0000)]
(Vimages_types): Moved to xdisp.c.
(syms_of_xfns): Move `image-types' to xdisp.c.
Gerd Moellmann [Fri, 19 May 2000 11:53:38 +0000 (11:53 +0000)]
(Vimage_types): Add extern declaration.
Gerd Moellmann [Fri, 19 May 2000 11:52:59 +0000 (11:52 +0000)]
(Vimage_types): Moved here from xfns.c.
(syms_of_xdisp): Move `image-types' variable here from xfns.c.
Gerd Moellmann [Fri, 19 May 2000 11:52:17 +0000 (11:52 +0000)]
(Vimage_types): Removed.
(syms_of_w32fns): Remove `image-types'.
Andreas Schwab [Fri, 19 May 2000 09:47:47 +0000 (09:47 +0000)]
.
Gerd Moellmann [Thu, 18 May 2000 21:52:57 +0000 (21:52 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 18 May 2000 21:52:48 +0000 (21:52 +0000)]
PostScript code compatibility with other utilities
like mpage, psnup, etc.
(isLineStep): Code fix.
(BeginDoc, BeginSheet): Utility compatibility.
Gerd Moellmann [Thu, 18 May 2000 21:50:51 +0000 (21:50 +0000)]
* ps-print.el: Compatibility, customization and doc fix.
(ps-printer-name-option): Replace defconst by defvar.
(ps-postscript-code-directory): XEmacs compatibility.
(ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
fix.
(ps-user-defined-prologue, ps-print-prologue-header)
(ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
compatibility and code fix.
(ps-print-background-image, ps-print-background-text):
Customization fix.
(ps-line-number-start, ps-n-up-on): New vars.
Gerd Moellmann [Thu, 18 May 2000 18:41:46 +0000 (18:41 +0000)]
(msb-menu-cond): Add choice `user'.
Gerd Moellmann [Thu, 18 May 2000 18:38:09 +0000 (18:38 +0000)]
(pascal-indent-alist, pascal-indent-comment): Changed
the indent-comment function to just return the appropriate indent.
Eric M. Ludlam [Thu, 18 May 2000 17:57:46 +0000 (17:57 +0000)]
*** empty log message ***
Eric M. Ludlam [Thu, 18 May 2000 17:39:23 +0000 (17:39 +0000)]
New Icon for speedbar.
Eli Zaretskii [Thu, 18 May 2000 14:46:49 +0000 (14:46 +0000)]
Changes to allow "make foo.dvi" on DJGPP platforms:
(ENVADD): Redefine as empty, to avoid requiring a Unixy shell.
(TEXINPUTS): Use semi-colon; export explicitly.
(MAKEINFO): Export explicitly.
Dave Love [Thu, 18 May 2000 14:44:57 +0000 (14:44 +0000)]
(Ffontset_info): ...and another.
Dave Love [Thu, 18 May 2000 13:53:25 +0000 (13:53 +0000)]
(Ffontset_info): Fix newline in doc.
Dave Love [Thu, 18 May 2000 13:12:08 +0000 (13:12 +0000)]
(appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
Dave Love [Thu, 18 May 2000 13:07:26 +0000 (13:07 +0000)]
(Info-fontify-node): Add intangible property as well as
invisible.
Andreas Schwab [Thu, 18 May 2000 12:19:41 +0000 (12:19 +0000)]
(dired-between-files): Also skip lines beginning with `used'.
Kenichi Handa [Wed, 17 May 2000 23:35:57 +0000 (23:35 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 17 May 2000 23:31:47 +0000 (23:31 +0000)]
(describe-char-after): Call
internal-char-font, not char-font. If internal-char-font returns
nil, display "-- none --".
Kenichi Handa [Wed, 17 May 2000 23:30:30 +0000 (23:30 +0000)]
Include "buffer.h".
(fs_load_font): If the face has fontset, record the face ID in
that fontset.
(Finternal_char_font): New function.
(accumulate_font_info): New function.
(Ffontset_info): Rewritten for the new fontset implementation.
(syms_of_fontset): Register Vdefault_fontset in the first element
of Vfontset_table. Include Vdefault_fontset in
Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
function.
Kenichi Handa [Wed, 17 May 2000 23:30:06 +0000 (23:30 +0000)]
(map_char_table): Pay attention to character number of
charset. Check the validity of charset at the first level. For
leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
the default value.
Stefan Monnier [Wed, 17 May 2000 19:32:32 +0000 (19:32 +0000)]
(comment-beginning): Handle unclosed comment.
(comment-auto-fill-only-comments): New var.
(comment-indent-new-line): Obey comment-auto-fill-only-comments.
Align with comment-column rather than previous comment if previous
comment's indentation is greater than comment-column.
Jason Rumney [Wed, 17 May 2000 19:24:55 +0000 (19:24 +0000)]
Obsolete. Use xfaces.c instead.
Eli Zaretskii [Wed, 17 May 2000 15:58:11 +0000 (15:58 +0000)]
(image-type-available-p): Don't reference image-types
if it isn't bound.
Stefan Monnier [Wed, 17 May 2000 15:24:43 +0000 (15:24 +0000)]
(autoarg-mode): Typo in the :set argument.
Eli Zaretskii [Wed, 17 May 2000 12:08:51 +0000 (12:08 +0000)]
Correct a typo in description of `woman.el'.
Eli Zaretskii [Wed, 17 May 2000 11:38:40 +0000 (11:38 +0000)]
(command-line-1): Don't signal an error if the
directory for auto-save-list files does not yet exist.
Gerd Moellmann [Wed, 17 May 2000 09:16:11 +0000 (09:16 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 17 May 2000 00:35:54 +0000 (00:35 +0000)]
(arabic-iso8859-6): Fix typo.
Kenichi Handa [Wed, 17 May 2000 00:35:21 +0000 (00:35 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 16 May 2000 22:02:37 +0000 (22:02 +0000)]
(comment-string-strip): Strip terminating newlines.
(comment-search-forward): Make LIMIT compulsory.
If an unterminated string (rather than a comment) is found, try again,
assuming that the region starts inside a string.
(comment-beginning): Make sure we don't move if we find a comment but
it's not the one we're in.
(comment-enter-backward): Handle the case where comment-end-skip fails.
(comment-indent): Normalize variables and use line-end-position.
(comment-kill): Use line-end-position.
(comment-spill): Remove.
(comment-indent-new-line): Renamed from indent-new-comment-line.
Cleaned up old commented-out code.
Reset comment-continue and comment-end before calling comment-indent.
Stefan Monnier [Tue, 16 May 2000 21:37:32 +0000 (21:37 +0000)]
(remove-hook): `setq' hook-value, not `set'.
Gerd Moellmann [Tue, 16 May 2000 20:51:59 +0000 (20:51 +0000)]
*** empty log message ***
Dave Love [Tue, 16 May 2000 16:46:23 +0000 (16:46 +0000)]
Deleted -- unused.
Sam Steingold [Tue, 16 May 2000 16:24:25 +0000 (16:24 +0000)]
(debug-ignored-errors): more errors to ignore.
Dave Love [Tue, 16 May 2000 15:03:49 +0000 (15:03 +0000)]
Don't require cl or easymenu.
(custom-variable-prompt): Test standard-value property, not
user-variable-p.
Sam Steingold [Tue, 16 May 2000 14:47:46 +0000 (14:47 +0000)]
(add-hook): setq hook-value, not set
Gerd Moellmann [Tue, 16 May 2000 14:37:08 +0000 (14:37 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 16 May 2000 14:32:59 +0000 (14:32 +0000)]
(dired-do-query-replace-regexp): Add `-regexp'
to the function name.
Gerd Moellmann [Tue, 16 May 2000 14:32:33 +0000 (14:32 +0000)]
(dired-mode-map): Use dired-do-query-replace-regexp.
Gerd Moellmann [Tue, 16 May 2000 14:31:54 +0000 (14:31 +0000)]
(compilation-parse-errors): Collect
`nomessage' regexps last.
Gerd Moellmann [Tue, 16 May 2000 14:31:26 +0000 (14:31 +0000)]
(view-emacs-FAQ): Change `emacs-faq' to `efaq'.
Gerd Moellmann [Tue, 16 May 2000 14:30:55 +0000 (14:30 +0000)]
(command-line-1): Mention the FAQ in the startup
message.
Gerd Moellmann [Tue, 16 May 2000 14:29:27 +0000 (14:29 +0000)]
(Fmove_to_column): When ending within a tab, insert
spaces first so that markers at the end of the tab get adjusted.
Gerd Moellmann [Tue, 16 May 2000 14:29:08 +0000 (14:29 +0000)]
Use the term `invalid' instead of `illegal'.
Gerd Moellmann [Tue, 16 May 2000 11:47:30 +0000 (11:47 +0000)]
(frames_bury_buffer): Don't add a buffer to the frame's
buffer list that wasn't selected in that frame.
Gerd Moellmann [Tue, 16 May 2000 11:17:39 +0000 (11:17 +0000)]
(make_temp_name): New function, extracted from
Fmake_temp_name.
(Fmake_temp_name): Use it.
Gerd Moellmann [Tue, 16 May 2000 11:14:18 +0000 (11:14 +0000)]
(get_boot_time): To obtain an 8 char file name, which
is needed on mescaline, use a 2 char prefix, and call
make_temp_name with second arg non-zero.
Eric M. Ludlam [Mon, 15 May 2000 22:29:21 +0000 (22:29 +0000)]
*** empty log message ***
Eric M. Ludlam [Mon, 15 May 2000 22:17:24 +0000 (22:17 +0000)]
(speedbar-recenter): Typo, and fix logic.
(speedbar-expand-line): Make arg optional.
(speedbar-mode): Avoid a compiler warning.
Gerd Moellmann [Mon, 15 May 2000 20:18:15 +0000 (20:18 +0000)]
(sh-while-getopts) <sh>: Handle case that
user-specified option string is empty.
Gerd Moellmann [Mon, 15 May 2000 20:13:54 +0000 (20:13 +0000)]
(mouse-yank-at-click): Doc fix.
Eli Zaretskii [Mon, 15 May 2000 15:33:50 +0000 (15:33 +0000)]
*** empty log message ***
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 ***