]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(Cursor Display): Don't say that hl-line-mode
Gerd Moellmann [Fri, 24 Aug 2001 11:23:00 +0000 (11:23 +0000)]
(Cursor Display): Don't say that hl-line-mode
is a global minor mode.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 24 Aug 2001 11:21:01 +0000 (11:21 +0000)]
*** empty log message ***

22 years ago(hl-line-mode): Don't be a global mode.
Gerd Moellmann [Fri, 24 Aug 2001 11:19:44 +0000 (11:19 +0000)]
(hl-line-mode): Don't be a global mode.
(global-hl-line-mode): New definition.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 24 Aug 2001 09:40:55 +0000 (09:40 +0000)]
*** empty log message ***

22 years ago(gs-load-image): Wait for GHOSTVIEW window property
Gerd Moellmann [Fri, 24 Aug 2001 09:40:22 +0000 (09:40 +0000)]
(gs-load-image): Wait for GHOSTVIEW window property
being reset by Ghostscript.  Don't kill the gs process.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.

22 years ago(access_keymap): Return the cdr of the binding of
Gerd Moellmann [Fri, 24 Aug 2001 08:42:35 +0000 (08:42 +0000)]
(access_keymap): Return the cdr of the binding of
a generic character instead of its definition (KEY . BINDING).

22 years ago(Finsert_file_contents): Set coding's dest_multibyte
Gerd Moellmann [Fri, 24 Aug 2001 08:35:09 +0000 (08:35 +0000)]
(Finsert_file_contents): Set coding's dest_multibyte
to 0 also in the REPLACE case.

22 years ago2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Fri, 24 Aug 2001 07:46:40 +0000 (07:46 +0000)]
2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* src/macterm.c (init_font_name_table): Add an additional entry to
the font table with the script code smRoman for each Apple
Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code even when FontToScript returns smJapanese if it is one of
those created above.

22 years ago2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Fri, 24 Aug 2001 07:16:37 +0000 (07:16 +0000)]
2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* term/mac-win.el: Require scroll-bar.

22 years ago2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Fri, 24 Aug 2001 07:09:01 +0000 (07:09 +0000)]
2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
open to determine whether file is readable (as for DOS_NT).

22 years ago(electric-buffer-list): Use list-buffers-noselect.
Stefan Monnier [Thu, 23 Aug 2001 22:17:34 +0000 (22:17 +0000)]
(electric-buffer-list): Use list-buffers-noselect.

22 years ago(Search and Replace): Add description of
Gerd Moellmann [Thu, 23 Aug 2001 14:25:42 +0000 (14:25 +0000)]
(Search and Replace): Add description of
START and END parameters to perform-replace.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 23 Aug 2001 14:16:42 +0000 (14:16 +0000)]
*** empty log message ***

22 years agoLabel all user-level changes with either +++ or ---.
Eli Zaretskii [Thu, 23 Aug 2001 13:32:01 +0000 (13:32 +0000)]
Label all user-level changes with either +++ or ---.

22 years ago(Finsert_file_contents): If VISIT is non-nil, and
Gerd Moellmann [Thu, 23 Aug 2001 13:18:33 +0000 (13:18 +0000)]
(Finsert_file_contents): If VISIT is non-nil, and
coding.type is coding_type_no_conversion or coding_type_raw_text,
use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
non-nil instead of just setting enable_multibyte_characters in the
buffer to nil.

22 years ago(Font Lock): Document font-lock-remove-keywords.
Eli Zaretskii [Thu, 23 Aug 2001 13:11:34 +0000 (13:11 +0000)]
(Font Lock): Document font-lock-remove-keywords.

22 years ago(File Aliases): Document find-file-suppress-same-file-warnings.
Eli Zaretskii [Thu, 23 Aug 2001 12:42:47 +0000 (12:42 +0000)]
(File Aliases): Document find-file-suppress-same-file-warnings.

22 years ago(Trailing Whitespace): Document delete-trailing-whitespace.
Eli Zaretskii [Thu, 23 Aug 2001 12:37:35 +0000 (12:37 +0000)]
(Trailing Whitespace): Document delete-trailing-whitespace.

22 years agoDocument confirm-kill-emacs.
Eli Zaretskii [Thu, 23 Aug 2001 12:31:24 +0000 (12:31 +0000)]
Document confirm-kill-emacs.

22 years agoDocument the problems with MS-Windows antivirus problems.
Eli Zaretskii [Thu, 23 Aug 2001 12:00:09 +0000 (12:00 +0000)]
Document the problems with MS-Windows antivirus problems.

22 years ago(hexl-insert-multibyte-char) New function.
Eli Zaretskii [Thu, 23 Aug 2001 10:55:30 +0000 (10:55 +0000)]
(hexl-insert-multibyte-char) New function.
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.

22 years agoFix the names of the contributors.
Eli Zaretskii [Thu, 23 Aug 2001 10:45:35 +0000 (10:45 +0000)]
Fix the names of the contributors.

22 years agoUpdate per the English version.
Eli Zaretskii [Thu, 23 Aug 2001 10:44:10 +0000 (10:44 +0000)]
Update per the English version.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 23 Aug 2001 10:09:04 +0000 (10:09 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 23 Aug 2001 08:20:20 +0000 (08:20 +0000)]
*** empty log message ***

22 years ago(mail-mode): Use adaptive-fill-regexp.
Stefan Monnier [Wed, 22 Aug 2001 22:21:11 +0000 (22:21 +0000)]
(mail-mode): Use adaptive-fill-regexp.

22 years ago(adaptive-fill-regexp): Admit tabs as well.
Stefan Monnier [Wed, 22 Aug 2001 22:20:06 +0000 (22:20 +0000)]
(adaptive-fill-regexp): Admit tabs as well.

22 years ago(line-number-mode): Mention the variable line-number-display-limit-width
Eli Zaretskii [Wed, 22 Aug 2001 18:30:36 +0000 (18:30 +0000)]
(line-number-mode): Mention the variable line-number-display-limit-width
in the doc string.

22 years ago(text): Re-order docstring correctly.
Stefan Monnier [Wed, 22 Aug 2001 15:29:09 +0000 (15:29 +0000)]
(text): Re-order docstring correctly.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Aug 2001 09:44:33 +0000 (09:44 +0000)]
*** empty log message ***

22 years ago(menu_face_changed_default): New variable.
Gerd Moellmann [Wed, 22 Aug 2001 09:44:15 +0000 (09:44 +0000)]
(menu_face_changed_default): New variable.
(menu_face_changed_count): Variable removed.
(Finternal_set_lisp_face_attribute): Doc fix.  If FRAME is t, set
the menu_face_changed_default flag, otherwise set the FRAME's
menu_face_changed_p flag if the `menu' face has been changed.
Prevent calling set_font_frame_param if FRAME is t.
(make_face_cache): Initialize cache's menu_face_changed_p
from menu_face_changed_default.
(realize_basic_faces): Look into the frame's face cache to
determine if the menu appearance needs updating.

22 years ago(struct face_cache): Add member
Gerd Moellmann [Wed, 22 Aug 2001 09:43:40 +0000 (09:43 +0000)]
(struct face_cache): Add member
menu_face_changed_p.

22 years ago(mode-line-unbury-buffer): Add EVENT parameter.
Gerd Moellmann [Wed, 22 Aug 2001 08:54:43 +0000 (08:54 +0000)]
(mode-line-unbury-buffer): Add EVENT parameter.
Temporarily select EVENT's window for switching buffers.
(mode-line-bury-buffer): New function.
(mode-line-buffer-identification-keymap): Use it instead of
bury-buffer.  Bind down-mouse events to prevent global down-mouse
events to shine through.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Aug 2001 08:29:37 +0000 (08:29 +0000)]
*** empty log message ***

22 years ago(access_keymap): Fix last change to not consider
Gerd Moellmann [Wed, 22 Aug 2001 08:29:20 +0000 (08:29 +0000)]
(access_keymap): Fix last change to not consider
IDX when it has modifiers.

22 years agoReshuffle user-level changes to bring more important ones closer to the
Eli Zaretskii [Wed, 22 Aug 2001 07:11:33 +0000 (07:11 +0000)]
Reshuffle user-level changes to bring more important ones closer to the
beginning.

22 years ago(comment-beginning): Make sure the comment-start
Stefan Monnier [Tue, 21 Aug 2001 18:31:50 +0000 (18:31 +0000)]
(comment-beginning): Make sure the comment-start
we found isn't a comment-end (in cases where confusion is possible).

22 years agoDocstring fixes.
Stefan Monnier [Tue, 21 Aug 2001 18:19:55 +0000 (18:19 +0000)]
Docstring fixes.

22 years ago*** empty log message ***
Miles Bader [Tue, 21 Aug 2001 17:11:41 +0000 (17:11 +0000)]
*** empty log message ***

22 years ago(byte-compile-file): Remove TARGET-FILE before writing it, so that
Miles Bader [Tue, 21 Aug 2001 17:01:57 +0000 (17:01 +0000)]
(byte-compile-file): Remove TARGET-FILE before writing it, so that
hard-links don't see new version.

22 years agoDocument the removal of c-hanging-comment-starter-p and
Eli Zaretskii [Tue, 21 Aug 2001 16:37:17 +0000 (16:37 +0000)]
Document the removal of c-hanging-comment-starter-p and
c-hanging-comment-ender-p.  Suggested by Perry Smith <pedz@austin.ibm.com>.

22 years ago2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 21 Aug 2001 16:00:33 +0000 (16:00 +0000)]
2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

        * src/macterm.c (local_to_global_coord): Comment out.

        * src/mac.c (mac-filename-to-unix): Change to
        mac-file-name-to-posix.
        (unix-filename-to-mac): Change to posix-file-name-to-mac.
        (mac_to_unix_pathname): Change to mac_to_posix_pathname.
        (unix_to_mac_pathname): Change to posix_to_mac_pathname.

        * src/macterm.c (do_ae_open_documents): Change call to
        mac_to_unix_pathname to mac_to_posix_pathname.

22 years ago2001-08-21 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Tue, 21 Aug 2001 15:59:29 +0000 (15:59 +0000)]
2001-08-21  Andrew Choi  <akochoi@i-cable.com>

        * macos.texi: Change mac-filename-to-unix and unix-filename-to-mac
        to mac-file-name-to-posix and posix-file-name-to-mac, resp.

22 years ago(gs-set-ghostview-colors-window-prop): Call
Gerd Moellmann [Tue, 21 Aug 2001 12:58:07 +0000 (12:58 +0000)]
(gs-set-ghostview-colors-window-prop): Call
x-change-window-property with 3rd arg FRAME.
(gs-load-image): Wait for a previoius Ghostscript process
to complete before starting a new one.

22 years ago(access_keymap): If a binding of the form (GENERIC-CHAR
Gerd Moellmann [Tue, 21 Aug 2001 10:42:27 +0000 (10:42 +0000)]
(access_keymap): If a binding of the form (GENERIC-CHAR
. BINDING) exists, where GENERIC-CHAR is the generic character of
the charset of IDX, return BINDING, unless there exists or binding
for IDX itself.

22 years ago2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 21 Aug 2001 10:15:45 +0000 (10:15 +0000)]
2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

* INSTALL: Add to the note on using -opt speed in MPW the function
macterm.c (x_draw_hollow_cursor).

22 years ago2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
Andrew Choi [Tue, 21 Aug 2001 10:06:09 +0000 (10:06 +0000)]
2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>

        * src/macterm.c (mac_scroll_area): Call CopyBits with local
        coordinates and portBits instead of global coordinates and
        screenBits.  Set fore color and back color to black and white,
        respectively, before calling CopyBits.

        * src/macterm.c (local_to_global_coord): Comment out.

22 years ago(image-type-regexps): Make sure that the TIFF
Gerd Moellmann [Tue, 21 Aug 2001 08:12:16 +0000 (08:12 +0000)]
(image-type-regexps): Make sure that the TIFF
pattern is only matched at the beginning of a string.
From Markus Rost <rost@math.ohio-state.edu>.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 21 Aug 2001 07:21:31 +0000 (07:21 +0000)]
*** empty log message ***

22 years agowhitespace 3.1
Rajesh Vaidheeswarran [Mon, 20 Aug 2001 20:56:08 +0000 (20:56 +0000)]
whitespace 3.1

22 years agoFix a few minor markup errors.
Eli Zaretskii [Mon, 20 Aug 2001 18:46:16 +0000 (18:46 +0000)]
Fix a few minor markup errors.

22 years agoMinor clarifications.
Richard M. Stallman [Mon, 20 Aug 2001 17:00:10 +0000 (17:00 +0000)]
Minor clarifications.

22 years ago(texinfo-every-node-update): Remove
Gerd Moellmann [Mon, 20 Aug 2001 10:36:41 +0000 (10:36 +0000)]
(texinfo-every-node-update): Remove
some space from a message.  From Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>.

22 years ago(earcon-auto-play): Remove unused option.
Gerd Moellmann [Mon, 20 Aug 2001 10:32:38 +0000 (10:32 +0000)]
(earcon-auto-play): Remove unused option.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 20 Aug 2001 10:05:27 +0000 (10:05 +0000)]
*** empty log message ***

22 years ago(whitespace-global-mode): Add autoload cookie.
Gerd Moellmann [Mon, 20 Aug 2001 10:05:03 +0000 (10:05 +0000)]
(whitespace-global-mode): Add autoload cookie.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 20 Aug 2001 10:02:30 +0000 (10:02 +0000)]
*** empty log message ***

22 years ago(sql-db2): Doc change.
Gerd Moellmann [Mon, 20 Aug 2001 10:02:07 +0000 (10:02 +0000)]
(sql-db2): Doc change.

(sql-postgres): Add the database at the end of the
parameters instead of at the beginning.
(sql-postgres-options): Doc change.

22 years ago(Custom C Indent): Fix an invalid xref.
Eli Zaretskii [Mon, 20 Aug 2001 05:45:40 +0000 (05:45 +0000)]
(Custom C Indent): Fix an invalid xref.

22 years agoDon't use "print" for displaying a message.
Richard M. Stallman [Mon, 20 Aug 2001 04:20:06 +0000 (04:20 +0000)]
Don't use "print" for displaying a message.

22 years agoDon't use "print" for displaying a message.
Richard M. Stallman [Mon, 20 Aug 2001 04:18:06 +0000 (04:18 +0000)]
Don't use "print" for displaying a message.
Make `ASCII' uniform.

22 years agoMinor clarification.
Richard M. Stallman [Mon, 20 Aug 2001 04:05:11 +0000 (04:05 +0000)]
Minor clarification.

22 years agoMany clarifications.
Richard M. Stallman [Mon, 20 Aug 2001 03:57:13 +0000 (03:57 +0000)]
Many clarifications.

22 years agoAvoid saying "Unix" in a way that includes GNU.
Richard M. Stallman [Mon, 20 Aug 2001 01:20:03 +0000 (01:20 +0000)]
Avoid saying "Unix" in a way that includes GNU.
Use "file name" rather than "path name", per GNU conventions.

22 years agoAvoid saying "Unix" in a way that includes GNU.
Richard M. Stallman [Mon, 20 Aug 2001 01:19:30 +0000 (01:19 +0000)]
Avoid saying "Unix" in a way that includes GNU.

22 years agoMany corrections in Texinfo usage and English usage.
Richard M. Stallman [Mon, 20 Aug 2001 01:14:55 +0000 (01:14 +0000)]
Many corrections in Texinfo usage and English usage.

22 years agoMinor clarification.
Richard M. Stallman [Mon, 20 Aug 2001 00:47:10 +0000 (00:47 +0000)]
Minor clarification.

22 years agoFixed typo
Jason Rumney [Sun, 19 Aug 2001 20:16:10 +0000 (20:16 +0000)]
Fixed typo

22 years ago* gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
ShengHuo ZHU [Sat, 18 Aug 2001 19:22:22 +0000 (19:22 +0000)]
* gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.

* gnus-util.el (gnus-output-to-rmail): Ditto.
(gnus-output-to-mail): Ditto.

* nnmail.el (nnmail-pathname-coding-system): Set default to nil.

22 years agoFix a typo.
Gerd Moellmann [Fri, 17 Aug 2001 11:01:41 +0000 (11:01 +0000)]
Fix a typo.

22 years ago(defcustom): Doc fix.
Gerd Moellmann [Fri, 17 Aug 2001 10:59:05 +0000 (10:59 +0000)]
(defcustom): Doc fix.

22 years ago(find-composition): Check if (char-after POS)
Gerd Moellmann [Fri, 17 Aug 2001 09:02:29 +0000 (09:02 +0000)]
(find-composition): Check if (char-after POS)
returns a valid character.

22 years ago(hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
Eli Zaretskii [Thu, 16 Aug 2001 19:48:00 +0000 (19:48 +0000)]
(hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
original-point for extra CR characters that are added/removed when
the buffer is written/read whose EOL type is -dos.

22 years agoUpdate copyright notice, fix minor
Gerd Moellmann [Thu, 16 Aug 2001 17:59:38 +0000 (17:59 +0000)]
Update copyright notice, fix minor
typos.
(texinfo-find-lower-level-node, texinfo-find-higher-level-node)
(texinfo-menu-locate-entry-p, texinfo-start-menu-description)
(texinfo-update-menu-region-beginning)
(texinfo-update-menu-region-end, texinfo-find-pointer): Add new
command, @ifnottex, to regexps, so it is found.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 16 Aug 2001 15:23:50 +0000 (15:23 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Thu, 16 Aug 2001 15:01:39 +0000 (15:01 +0000)]
*** empty log message ***

22 years ago(comint-send-input): Add `inhibit-line-move-field-capture' property to
Miles Bader [Thu, 16 Aug 2001 14:52:16 +0000 (14:52 +0000)]
(comint-send-input): Add `inhibit-line-move-field-capture' property to
input-terminating `boundary' overlays to avoid line-move wierdness.

22 years ago(line-move): Undo previous change.
Miles Bader [Thu, 16 Aug 2001 14:51:25 +0000 (14:51 +0000)]
(line-move): Undo previous change.

22 years ago(lazy-lock-fontify-region): Widen the current
Gerd Moellmann [Thu, 16 Aug 2001 14:27:07 +0000 (14:27 +0000)]
(lazy-lock-fontify-region): Widen the current
buffer in a save-restriction.  Under one test case with Ediff,
window-scroll-functions are run with a window start that's
temporarily outside of the restriction.

22 years ago(DONTCOMPILE): Omit sc.el.
Andrew Innes [Thu, 16 Aug 2001 13:18:10 +0000 (13:18 +0000)]
(DONTCOMPILE): Omit sc.el.

22 years ago(DONTCOMPILE): Omit bindings.el.
Andrew Innes [Thu, 16 Aug 2001 13:13:53 +0000 (13:13 +0000)]
(DONTCOMPILE): Omit bindings.el.

22 years ago(SYSV): Don't define on Solaris 2.
Gerd Moellmann [Thu, 16 Aug 2001 12:55:40 +0000 (12:55 +0000)]
(SYSV): Don't define on Solaris 2.
From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>.

22 years ago(occur): Bind inhibit-read-only to t.
Gerd Moellmann [Thu, 16 Aug 2001 11:48:56 +0000 (11:48 +0000)]
(occur): Bind inhibit-read-only to t.

22 years ago(move_it_by_lines) <DVPOS < 0>: Start at the beginning
Gerd Moellmann [Thu, 16 Aug 2001 08:40:36 +0000 (08:40 +0000)]
(move_it_by_lines) <DVPOS < 0>: Start at the beginning
of the screen line, not text line, containing IT's current
position.

22 years ago(line-move): Pass an ESCAPE-FROM-EDGE argument of t when calling
Miles Bader [Thu, 16 Aug 2001 07:40:51 +0000 (07:40 +0000)]
(line-move): Pass an ESCAPE-FROM-EDGE argument of t when calling
`constrain-to-field', to avoid problems with comint prompts.

22 years agoCorrect description of `mode-line-inverse-video'.
Miles Bader [Wed, 15 Aug 2001 17:06:15 +0000 (17:06 +0000)]
Correct description of `mode-line-inverse-video'.

22 years ago(window_scroll_pixel_based): Don't recenter if
Gerd Moellmann [Wed, 15 Aug 2001 14:57:20 +0000 (14:57 +0000)]
(window_scroll_pixel_based): Don't recenter if
PT is partially visible in the window.

22 years ago(expose_window_tree, expose_window, expose_line): Return
Gerd Moellmann [Wed, 15 Aug 2001 14:31:44 +0000 (14:31 +0000)]
(expose_window_tree, expose_window, expose_line): Return
1 when overwriting mouse-face.
(expose_frame): If mouse-face was overwritten, redo it.

22 years ago(lisp-indent-defmethod): New function.
Gerd Moellmann [Wed, 15 Aug 2001 11:57:03 +0000 (11:57 +0000)]
(lisp-indent-defmethod): New function.
(toplevel): Set it as `common-lisp-indent-function' for
`defmethod'.

22 years ago(ediff-get-meta-info): Fix the condition
Gerd Moellmann [Wed, 15 Aug 2001 11:03:41 +0000 (11:03 +0000)]
(ediff-get-meta-info): Fix the condition
of a while-loop.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Aug 2001 09:31:06 +0000 (09:31 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Remove sc.el.
Gerd Moellmann [Wed, 15 Aug 2001 09:06:32 +0000 (09:06 +0000)]
(DONTCOMPILE): Remove sc.el.

22 years agoMoved to obsolete/.
Gerd Moellmann [Wed, 15 Aug 2001 08:56:04 +0000 (08:56 +0000)]
Moved to obsolete/.

22 years ago(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann [Wed, 15 Aug 2001 08:54:01 +0000 (08:54 +0000)]
(finder_setwins): Renamed from nonobsolete_setwins.
Don't include term/.

22 years ago(x_update_menu_appearance): Don't call
Gerd Moellmann [Wed, 15 Aug 2001 08:49:21 +0000 (08:49 +0000)]
(x_update_menu_appearance): Don't call
set_frame_menubar, let the next redisplay do it.

22 years agoDoc fix.
Gerd Moellmann [Wed, 15 Aug 2001 08:06:08 +0000 (08:06 +0000)]
Doc fix.
(ps-mule-encode-header-string): If STRING is not a string, replace
STRING by empty string.

22 years agoChange error function arguments to follow Emacs
Gerd Moellmann [Wed, 15 Aug 2001 08:05:21 +0000 (08:05 +0000)]
Change error function arguments to follow Emacs
message convention.  Doc fix.
(ps-print-version): New version number (6.5.4).
(coding-system-for-write): Change declaration position to avoid
XEmacs compilation gripes.
(coding-system-for-read, buffer-file-coding-system): Declarations
to avoid XEmacs compilation gripes.

22 years ago(Trailing Whitespace): Document that the option is buffer-local.
Eli Zaretskii [Tue, 14 Aug 2001 13:14:31 +0000 (13:14 +0000)]
(Trailing Whitespace): Document that the option is buffer-local.
Suggested by Robert Marshall <robert@chezmarshall.freeserve.co.uk>.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 14 Aug 2001 13:12:18 +0000 (13:12 +0000)]
*** empty log message ***

22 years ago(show-trailing-whitespace): Doc fix.
Eli Zaretskii [Tue, 14 Aug 2001 12:39:53 +0000 (12:39 +0000)]
(show-trailing-whitespace): Doc fix.