]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago*** empty log message ***
Richard M. Stallman [Sun, 7 Jul 2002 10:52:11 +0000 (10:52 +0000)]
*** empty log message ***

22 years agoTreat a partially visible line like "cursor off screen".
Richard M. Stallman [Sun, 7 Jul 2002 10:50:49 +0000 (10:50 +0000)]
Treat a partially visible line like "cursor off screen".
(make_cursor_line_fully_visible): Don't try short scrolls.
Instead just return 0 when there is something to be done.
(try_scrolling): If make_cursor_line_fully_visible returns 0,
retry scrolling as if cursor were off the bottom.
(try_cursor_movement): If make_cursor_line_fully_visible returns 0,
return CURSOR_MOVEMENT_MUST_SCROLL.
(redisplay_window): If make_cursor_line_fully_visible returns 0,
go to try_to_scroll.

22 years ago(Fbuffer_local_value): Store current value into its binding
Richard M. Stallman [Sun, 7 Jul 2002 10:17:26 +0000 (10:17 +0000)]
(Fbuffer_local_value): Store current value into its binding
so we get the up-to-date value for the binding that is loaded.

22 years ago(Fdefmacro): Doc fix.
Richard M. Stallman [Sun, 7 Jul 2002 10:07:32 +0000 (10:07 +0000)]
(Fdefmacro): Doc fix.

22 years ago(easy-menu-popup-menu): Function deleted.
Richard M. Stallman [Sun, 7 Jul 2002 09:56:08 +0000 (09:56 +0000)]
(easy-menu-popup-menu): Function deleted.

22 years ago(ad-compile-function): Disable cl-function warnings if cl is loaded.
Richard M. Stallman [Sun, 7 Jul 2002 09:37:09 +0000 (09:37 +0000)]
(ad-compile-function): Disable cl-function warnings if cl is loaded.

22 years ago(safe-local-eval-forms): New user option.
Richard M. Stallman [Sun, 7 Jul 2002 09:21:52 +0000 (09:21 +0000)]
(safe-local-eval-forms): New user option.
(hack-one-local-variable-eval-safep): Support it.
Also allow `safe-local-eval-function' property to be a function
or a list of functions.
(c-add-style): Delete `safe-local-eval-function' property.

(after-find-file): Make buffer read-only if file is
marked that way, even for root.

(save-some-buffers): Doc fix.

22 years agoChange maintainer email address.
Richard M. Stallman [Sun, 7 Jul 2002 09:11:10 +0000 (09:11 +0000)]
Change maintainer email address.

22 years ago(Replace): Add a cross-reference to Transient Mark mode.
Eli Zaretskii [Sat, 6 Jul 2002 13:45:42 +0000 (13:45 +0000)]
(Replace): Add a cross-reference to Transient Mark mode.

22 years ago* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
ShengHuo ZHU [Sat, 6 Jul 2002 13:15:21 +0000 (13:15 +0000)]
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
cdaar to cdar and car.

* nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
(nnsoup-read-active-file, nnsoup-article-to-area): Ditto.

22 years ago(completion-ignored-extensions): Add .gmo and .mo.
Richard M. Stallman [Sat, 6 Jul 2002 09:42:31 +0000 (09:42 +0000)]
(completion-ignored-extensions): Add .gmo and .mo.

22 years ago(auto-coding-alist): Add knowledge of .sx[dmicw] file
Francesco Potortì [Fri, 5 Jul 2002 23:16:08 +0000 (23:16 +0000)]
(auto-coding-alist): Add knowledge of .sx[dmicw] file
suffixes for Open office data files.

22 years ago(auto-mode-alist): Add knowledge of .sx[dmicw] file
Francesco Potortì [Fri, 5 Jul 2002 23:15:37 +0000 (23:15 +0000)]
(auto-mode-alist): Add knowledge of .sx[dmicw] file
suffixes for Open office data files.

22 years ago(file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file
Francesco Potortì [Fri, 5 Jul 2002 23:15:06 +0000 (23:15 +0000)]
(file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file
suffixes for Open office data files.

22 years agoOpen office data files.
Francesco Potortì [Fri, 5 Jul 2002 23:14:32 +0000 (23:14 +0000)]
Open office data files.

22 years ago*** empty log message ***
Pavel Janík [Fri, 5 Jul 2002 20:01:10 +0000 (20:01 +0000)]
*** empty log message ***

22 years agoRemove unused variable `face'.
Pavel Janík [Fri, 5 Jul 2002 19:59:54 +0000 (19:59 +0000)]
Remove unused variable `face'.

22 years agoObey the rmail file and use the unpruned header properly.
Pavel Janík [Fri, 5 Jul 2002 19:56:34 +0000 (19:56 +0000)]
Obey the rmail file and use the unpruned header properly.

22 years ago2002-07-05 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Fri, 5 Jul 2002 19:03:19 +0000 (19:03 +0000)]
2002-07-05  Andrew Choi  <akochoi@shaw.ca>

        * make-package: Add ability to handle options --help, --prefix,
        --no-conf, and --with-x.

22 years ago(Vtranslation_hash_table_vector, GET_HASH_TABLE)
Dave Love [Fri, 5 Jul 2002 18:54:22 +0000 (18:54 +0000)]
(Vtranslation_hash_table_vector, GET_HASH_TABLE)
(HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
(ccl_driver): Add cases for CCL_LookupIntConstTbl,
CCL_LookupCharConstTbl.
(syms_of_ccl): Defvar translation-hash-table-vector.

22 years ago(read_key_sequence): Set initial_idleness_start_time
Dave Love [Fri, 5 Jul 2002 18:51:59 +0000 (18:51 +0000)]
(read_key_sequence): Set initial_idleness_start_time
correctly.

22 years ago(cua--rectangle-operation): Don't call
Kim F. Storm [Thu, 4 Jul 2002 22:20:26 +0000 (22:20 +0000)]
(cua--rectangle-operation): Don't call
FCT if current column is outside rectangle.
(cua--delete-rectangle): Do nothing if zero width or out of bounds.

22 years ago*** empty log message ***
Kim F. Storm [Thu, 4 Jul 2002 22:19:57 +0000 (22:19 +0000)]
*** empty log message ***

22 years agoUse add-hook and find-file-hook.
Stefan Monnier [Thu, 4 Jul 2002 20:37:14 +0000 (20:37 +0000)]
Use add-hook and find-file-hook.
(ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
(ange-ftp-ls-parser): Make it into a function.
Ignore trailing @ in symlink targets.
(ange-ftp-file-entry-p): Ignore FTP errors.
(ange-ftp-insert-directory): Use ange-ftp-expand-symlink
to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.

22 years ago2002-07-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 4 Jul 2002 19:33:39 +0000 (19:33 +0000)]
2002-07-04  Andrew Choi  <akochoi@shaw.ca>

        * make-package: New file.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 4 Jul 2002 16:38:10 +0000 (16:38 +0000)]
*** empty log message ***

22 years ago2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 4 Jul 2002 13:36:12 +0000 (13:36 +0000)]
2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>

* simple.el (toggle-truncate-lines): New command.

22 years ago(post_command_idle_hook): Remove redundant (and inexact) obsolescence
Juanma Barranquero [Thu, 4 Jul 2002 10:38:00 +0000 (10:38 +0000)]
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
information.

22 years ago(comint-displayed-dynamic-completions): New variable.
Miles Bader [Thu, 4 Jul 2002 06:44:45 +0000 (06:44 +0000)]
(comint-displayed-dynamic-completions): New variable.
(comint-dynamic-list-completions): Be more careful about choosing
when to scroll an existing completions window.

22 years agoTweak text a bit.
Miles Bader [Thu, 4 Jul 2002 06:43:15 +0000 (06:43 +0000)]
Tweak text a bit.

22 years ago2002-07-03 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 4 Jul 2002 02:43:48 +0000 (02:43 +0000)]
2002-07-03  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
        pattern.  Search cache first.

22 years ago2002-07-03 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 4 Jul 2002 02:10:45 +0000 (02:10 +0000)]
2002-07-03  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (init_font_name_table): Also add entry for
        jisx0201.1976-0 coding for Japanese font.
        (XLoadQueryFont): Use it.

22 years ago(tramp-handle-ange-ftp): Move interactive spec
Andreas Schwab [Wed, 3 Jul 2002 18:42:34 +0000 (18:42 +0000)]
(tramp-handle-ange-ftp): Move interactive spec
after doc string.

22 years ago(tpu-delete-to-eol): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 14:32:01 +0000 (14:32 +0000)]
(tpu-delete-to-eol): Fix typo.
(tpu-delete-to-bol): Likewise.

22 years agoFix typo.
Juanma Barranquero [Wed, 3 Jul 2002 14:26:51 +0000 (14:26 +0000)]
Fix typo.

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 3 Jul 2002 13:26:44 +0000 (13:26 +0000)]
*** empty log message ***

22 years ago(outline-goto-prefix): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 13:19:13 +0000 (13:19 +0000)]
(outline-goto-prefix): Fix typo.

22 years ago(timeclock-workday-remaining): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 13:18:53 +0000 (13:18 +0000)]
(timeclock-workday-remaining): Fix typo.
(timeclock-workday-elapsed): Likewise.

22 years agoFix typo.
Juanma Barranquero [Wed, 3 Jul 2002 12:01:24 +0000 (12:01 +0000)]
Fix typo.

22 years agoFix spacing (garbled by previous patch).
Juanma Barranquero [Wed, 3 Jul 2002 11:32:20 +0000 (11:32 +0000)]
Fix spacing (garbled by previous patch).

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 3 Jul 2002 11:31:02 +0000 (11:31 +0000)]
*** empty log message ***

22 years ago(gnus-summary-highlight): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 11:30:29 +0000 (11:30 +0000)]
(gnus-summary-highlight): Fix typo.

22 years ago(reftex-label-alist): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 11:29:55 +0000 (11:29 +0000)]
(reftex-label-alist): Fix typo.

22 years ago(dun-physobj-desc): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 11:29:28 +0000 (11:29 +0000)]
(dun-physobj-desc): Fix typo.

22 years agoFix typo.
Juanma Barranquero [Wed, 3 Jul 2002 11:24:02 +0000 (11:24 +0000)]
Fix typo.

22 years ago(tramp-send-eof): Fix typo.
Juanma Barranquero [Wed, 3 Jul 2002 10:00:41 +0000 (10:00 +0000)]
(tramp-send-eof): Fix typo.
(tramp-kill-process): Likewise.

22 years agoFix typo.
Juanma Barranquero [Wed, 3 Jul 2002 09:49:28 +0000 (09:49 +0000)]
Fix typo.

22 years ago(chars-in-region): Add obsolescence declaration for `chars-in-region'.
Juanma Barranquero [Wed, 3 Jul 2002 09:17:47 +0000 (09:17 +0000)]
(chars-in-region): Add obsolescence declaration for `chars-in-region'.

22 years ago(header-line): Don't use a `common' clause for inheriting from the mode-line
Miles Bader [Wed, 3 Jul 2002 07:09:44 +0000 (07:09 +0000)]
(header-line): Don't use a `common' clause for inheriting from the mode-line
face, since we can't override it, and we don't want it for ttys.

22 years ago(header-line): Suppress inverse-video on ttys.
Miles Bader [Wed, 3 Jul 2002 07:03:51 +0000 (07:03 +0000)]
(header-line): Suppress inverse-video on ttys.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Jul 2002 19:22:26 +0000 (19:22 +0000)]
*** empty log message ***

22 years ago(ange-ftp-hook-function): Add file-remote-p prop.
Richard M. Stallman [Tue, 2 Jul 2002 19:20:42 +0000 (19:20 +0000)]
(ange-ftp-hook-function): Add file-remote-p prop.

22 years ago(Fdefine_key): Doc fix.
Richard M. Stallman [Tue, 2 Jul 2002 19:13:12 +0000 (19:13 +0000)]
(Fdefine_key): Doc fix.

22 years ago(x_term_init): Turn off polling around XtOpenDisplay.
Richard M. Stallman [Tue, 2 Jul 2002 19:11:38 +0000 (19:11 +0000)]
(x_term_init): Turn off polling around XtOpenDisplay.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Jul 2002 19:10:16 +0000 (19:10 +0000)]
*** empty log message ***

22 years agoIndentation change.
Richard M. Stallman [Tue, 2 Jul 2002 19:01:59 +0000 (19:01 +0000)]
Indentation change.

22 years ago(hack-one-local-variable-constantp): New function.
Richard M. Stallman [Tue, 2 Jul 2002 18:58:29 +0000 (18:58 +0000)]
(hack-one-local-variable-constantp): New function.
(hack-one-local-variable-eval-safep): New function.
Check for `eval:' calling fn with `safe-local-eval-function' property.
(hack-one-local-variable): Use hack-one-local-variable-eval-safep.
(c-add-style, c-set-style): Add safe-local-eval-function property.

(insert-directory): Handle --dired option to ls.

(file-remote-p): New function.

22 years ago(easy-menu-popup-menu): New function.
Richard M. Stallman [Tue, 2 Jul 2002 18:49:03 +0000 (18:49 +0000)]
(easy-menu-popup-menu): New function.

22 years ago(byte-compile-warning-types):
Richard M. Stallman [Tue, 2 Jul 2002 18:48:34 +0000 (18:48 +0000)]
(byte-compile-warning-types):
Rename cl-func to cl-functions.  Enable it by default.
(byte-compile-file-form-eval-boundary):
Turn off cl-functions warnings if the file loads cl.
(byte-compile-initial-macro-environment): For eval-and-compile,
use byte-compile-eval-before-compile to eval.
(byte-compile-eval-before-compile): New function to turn off
cl-functions when appropriate, for eval-and-compile.

(byte-compile-warnings):  Add cl-func option.
(byte-compile-cl-warn): New function.
(byte-compile-form): Use it, to warn about calling cl functions.

22 years ago(fancy-splash-screens): Switch to a chosen frame.
Richard M. Stallman [Tue, 2 Jul 2002 18:23:26 +0000 (18:23 +0000)]
(fancy-splash-screens): Switch to a chosen frame.
(fancy-splash-frame): Choose the right frame to use.
(use-fancy-splash-screens-p): Check dimensions of the right frame
in order to decide.

22 years ago*** empty log message ***
Juanma Barranquero [Tue, 2 Jul 2002 15:28:12 +0000 (15:28 +0000)]
*** empty log message ***

22 years ago(syms_of_keymap): Fix typo.
Juanma Barranquero [Tue, 2 Jul 2002 15:27:56 +0000 (15:27 +0000)]
(syms_of_keymap): Fix typo.

22 years ago(cperl-break-one-line-blocks-when-indent): Fix typo.
Juanma Barranquero [Tue, 2 Jul 2002 14:50:00 +0000 (14:50 +0000)]
(cperl-break-one-line-blocks-when-indent): Fix typo.

22 years ago(reftex-citation): Fix typo.
Juanma Barranquero [Tue, 2 Jul 2002 14:49:40 +0000 (14:49 +0000)]
(reftex-citation): Fix typo.

22 years ago(rmail-user-mail-address-regexp): Fix typo.
Juanma Barranquero [Tue, 2 Jul 2002 14:49:22 +0000 (14:49 +0000)]
(rmail-user-mail-address-regexp): Fix typo.

22 years agoFix typo.
Juanma Barranquero [Tue, 2 Jul 2002 14:48:56 +0000 (14:48 +0000)]
Fix typo.

22 years agoFix typo.
Juanma Barranquero [Tue, 2 Jul 2002 13:23:18 +0000 (13:23 +0000)]
Fix typo.

22 years agoBack to the old explanation, which was more concise, with just the first
Francesco Potortì [Tue, 2 Jul 2002 11:54:32 +0000 (11:54 +0000)]
Back to the old explanation, which was more concise, with just the first
two lines changed.

22 years agoClarified the definition of implicit tag names.
Francesco Potortì [Tue, 2 Jul 2002 11:35:27 +0000 (11:35 +0000)]
Clarified the definition of implicit tag names.

22 years ago2002-07-01 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Mon, 1 Jul 2002 23:30:21 +0000 (23:30 +0000)]
2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * s/darwin.h: Define POSIX_SIGNALS.

22 years agoAdded ido, kmacro, and bindat packages.
Kim F. Storm [Mon, 1 Jul 2002 22:17:06 +0000 (22:17 +0000)]
Added ido, kmacro, and bindat packages.

22 years agoNew file.
Kim F. Storm [Mon, 1 Jul 2002 22:01:13 +0000 (22:01 +0000)]
New file.

22 years agoIn mac:
Andrew Choi [Mon, 1 Jul 2002 20:02:33 +0000 (20:02 +0000)]
In mac:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * Emacs.app/Contents/Resources/Emacs.icns: New file.

        * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
        CFBundleIconFile entries.

In src:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
        (mac_initialize) [TARGET_API_MAC_CARBON]: Call
        init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.

22 years ago(tex-file): call `save-some-buffers' before `tex-main-file'
Sam Steingold [Mon, 1 Jul 2002 19:55:45 +0000 (19:55 +0000)]
(tex-file): call `save-some-buffers' before `tex-main-file'

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 1 Jul 2002 16:17:27 +0000 (16:17 +0000)]
*** empty log message ***

22 years ago(ido-minibuffer-setup-hook): Doc fix.
Juanma Barranquero [Mon, 1 Jul 2002 16:11:39 +0000 (16:11 +0000)]
(ido-minibuffer-setup-hook): Doc fix.

22 years ago*** empty log message ***
Dave Love [Mon, 1 Jul 2002 16:05:59 +0000 (16:05 +0000)]
*** empty log message ***

22 years agoDoc fixes.
Dave Love [Mon, 1 Jul 2002 16:04:39 +0000 (16:04 +0000)]
Doc fixes.
(strokes-mode): Defcustom deleted; replaced by minor mode def with
re-written function.
(strokes-while-inhibiting-garbage-collector): Comment out.
(define-stroke, strokes-fix-button2-command, strokes-insinuated)
(strokes-insinuate, global-set-stroke, describe-stroke)
(load-user-strokes, save-strokes, strokes-bug-address)
(strokes-click-command): Deleted.
(strokes-execute-stroke): Remove strokes-click-p case.
(strokes-describe-stroke): Remove strokes-click-p stuff.
(strokes-help): Fix.
(strokes-report-bug): Alias to report-emacs-bug.
(strokes-prompt-user-save-strokes): Modify format of the file.
(strokes-mode-map, strokes-unload-hook): New.
(strokes-buffer-name): Don't customize.

22 years ago(kbd_buffer_store_event): Fix interrupt_signal decl
Dave Love [Mon, 1 Jul 2002 16:00:49 +0000 (16:00 +0000)]
(kbd_buffer_store_event): Fix interrupt_signal decl
for K&R.

22 years agoterm.c (costs_set): Declare static, non-initialized for pcc.
Dave Love [Mon, 1 Jul 2002 16:00:05 +0000 (16:00 +0000)]
term.c (costs_set): Declare static, non-initialized for pcc.

22 years agoFix prototype for K&R.
Dave Love [Mon, 1 Jul 2002 15:59:26 +0000 (15:59 +0000)]
Fix prototype for K&R.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Jul 2002 08:07:40 +0000 (08:07 +0000)]
*** empty log message ***

22 years agoUpcase the abbreviation "W.O." and add periods.
Richard M. Stallman [Mon, 1 Jul 2002 08:06:37 +0000 (08:06 +0000)]
Upcase the abbreviation "W.O." and add periods.

22 years agoUpdate bug recommendations for being part of Emacs distribution.
Richard M. Stallman [Mon, 1 Jul 2002 08:05:00 +0000 (08:05 +0000)]
Update bug recommendations for being part of Emacs distribution.

22 years ago(timer_last_idleness_start_time): New variable.
Richard M. Stallman [Mon, 1 Jul 2002 08:04:04 +0000 (08:04 +0000)]
(timer_last_idleness_start_time): New variable.
(timer_start_idle): Set that.
(read_key_sequence): Use that to reset timer_idleness_start_time
to previous value.

22 years ago(Frecenter): With arg, set optional_new_start.
Richard M. Stallman [Mon, 1 Jul 2002 08:00:07 +0000 (08:00 +0000)]
(Frecenter): With arg, set optional_new_start.

22 years agoComment change.
Richard M. Stallman [Mon, 1 Jul 2002 07:59:16 +0000 (07:59 +0000)]
Comment change.

22 years ago(redisplay_internal): Make optional_new_start really work.
Richard M. Stallman [Mon, 1 Jul 2002 07:55:03 +0000 (07:55 +0000)]
(redisplay_internal): Make optional_new_start really work.

22 years ago(Fminibuffer_complete_and_exit): Move to end of buffer for completion.
Richard M. Stallman [Mon, 1 Jul 2002 07:50:37 +0000 (07:50 +0000)]
(Fminibuffer_complete_and_exit): Move to end of buffer for completion.

22 years ago(Info-index): Get immediate error if used in `dir'.
Richard M. Stallman [Mon, 1 Jul 2002 07:48:12 +0000 (07:48 +0000)]
(Info-index): Get immediate error if used in `dir'.

22 years ago(picture-forward-column)
Richard M. Stallman [Mon, 1 Jul 2002 07:47:22 +0000 (07:47 +0000)]
(picture-forward-column)
(picture-move-down): Never deactivate the mark.

22 years ago2002-06-30 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 30 Jun 2002 21:29:39 +0000 (21:29 +0000)]
2002-06-30  Simon Josefsson  <jas@extundo.com>

* menu-bar.el (menu-bar-options-menu): Move elisp mode names from
menu entry into balloon help.

22 years ago* files.el (directory-free-space-args): Don't use -P on Darwin.
Andreas Schwab [Sun, 30 Jun 2002 14:42:19 +0000 (14:42 +0000)]
* files.el (directory-free-space-args): Don't use -P on Darwin.
* term/mac-win.el: Don't set it here.

22 years agoPassed it through checkdoc. Moved `provide' to the end, where it belongs.
Stefan Monnier [Sat, 29 Jun 2002 20:43:59 +0000 (20:43 +0000)]
Passed it through checkdoc.  Moved `provide' to the end, where it belongs.

22 years ago(cvs-mode-map): Bind ! to `force'.
Stefan Monnier [Sat, 29 Jun 2002 19:52:51 +0000 (19:52 +0000)]
(cvs-mode-map): Bind ! to `force'.

22 years ago(store_mode_line_string): Lisp_Object/int mixup.
Ken Raeburn [Sat, 29 Jun 2002 19:52:14 +0000 (19:52 +0000)]
(store_mode_line_string): Lisp_Object/int mixup.

22 years agoUse directory-free-space-program instead of
Andreas Schwab [Sat, 29 Jun 2002 19:01:46 +0000 (19:01 +0000)]
Use directory-free-space-program instead of
obsolete variable dired-free-space-program.  On Darwin, don't set
directory-free-space-program, shell-file-name and
process-connection-type; set directory-free-space-args to not
include `-P' and use utf-8 for file name coding system.

22 years ago(shell-command-default-error-buffer): Doc fix.
Andreas Schwab [Sat, 29 Jun 2002 18:16:27 +0000 (18:16 +0000)]
(shell-command-default-error-buffer): Doc fix.

22 years ago(display-message-or-buffer): Fix last change.
Andreas Schwab [Sat, 29 Jun 2002 18:13:06 +0000 (18:13 +0000)]
(display-message-or-buffer): Fix last change.

22 years ago(shell-command-on-region): Handle errors and signals
Andreas Schwab [Sat, 29 Jun 2002 18:08:32 +0000 (18:08 +0000)]
(shell-command-on-region): Handle errors and signals
from shell command execution.