]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(rmail-get-new-mail): Don't reference
Eli Zaretskii [Tue, 17 Feb 2004 19:55:43 +0000 (19:55 +0000)]
(rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 17 Feb 2004 03:18:43 +0000 (03:18 +0000)]
*** empty log message ***

20 years ago(Sets And Lists): Update description of delete-dups.
Luc Teirlinck [Tue, 17 Feb 2004 03:16:42 +0000 (03:16 +0000)]
(Sets And Lists): Update description of delete-dups.

20 years ago(auto-revert-buffer-p): Only revert dired buffers if one of
Luc Teirlinck [Tue, 17 Feb 2004 02:26:58 +0000 (02:26 +0000)]
(auto-revert-buffer-p): Only revert dired buffers if one of
global-auto-revert-non-file-buffers or autorevert-mode is non-nil.

20 years agoMinor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:15:45 +0000 (01:15 +0000)]
Minor fix.

(Buffers and Windows): Delete false table about all-frames.

20 years ago(Coding Conventions): Minor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:12:57 +0000 (01:12 +0000)]
(Coding Conventions): Minor fix.

20 years agoMinor fixes.
Richard M. Stallman [Tue, 17 Feb 2004 01:12:00 +0000 (01:12 +0000)]
Minor fixes.

20 years ago(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.
Richard M. Stallman [Tue, 17 Feb 2004 01:11:13 +0000 (01:11 +0000)]
(Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.

20 years ago(Output Variables): Add print-quoted.
Richard M. Stallman [Tue, 17 Feb 2004 01:10:15 +0000 (01:10 +0000)]
(Output Variables): Add print-quoted.

20 years ago(Text Lines): Don't add -1 in current-line.
Richard M. Stallman [Tue, 17 Feb 2004 01:07:22 +0000 (01:07 +0000)]
(Text Lines): Don't add -1 in current-line.

20 years agoMinor fix.
Richard M. Stallman [Tue, 17 Feb 2004 01:06:10 +0000 (01:06 +0000)]
Minor fix.

20 years ago(Translation of Characters): Give examples of use.
Richard M. Stallman [Tue, 17 Feb 2004 01:04:35 +0000 (01:04 +0000)]
(Translation of Characters): Give examples of use.
Explain about translation-table-for-input and
set-buffer-file-coding-system.

Minor typo fix.

20 years ago(Unloading): Document unload-feature-special-hooks.
Richard M. Stallman [Tue, 17 Feb 2004 00:58:59 +0000 (00:58 +0000)]
(Unloading): Document unload-feature-special-hooks.
Get rid of fns-NNN.el file.

20 years ago(Building Lists): Minor cleanup.
Richard M. Stallman [Tue, 17 Feb 2004 00:54:04 +0000 (00:54 +0000)]
(Building Lists): Minor cleanup.

20 years ago(Tool Bar): tool-bar-item => tool-bar-button.
Richard M. Stallman [Tue, 17 Feb 2004 00:52:50 +0000 (00:52 +0000)]
(Tool Bar): tool-bar-item => tool-bar-button.

20 years ago(Describing Characters): Fix text-char-description example output.
Richard M. Stallman [Tue, 17 Feb 2004 00:48:44 +0000 (00:48 +0000)]
(Describing Characters): Fix text-char-description example output.

20 years ago(Creating Hash): Correct and clarify doc of WEAK values.
Richard M. Stallman [Tue, 17 Feb 2004 00:47:11 +0000 (00:47 +0000)]
(Creating Hash): Correct and clarify doc of WEAK values.

20 years agoMinor fixes.
Richard M. Stallman [Tue, 17 Feb 2004 00:46:17 +0000 (00:46 +0000)]
Minor fixes.

(Parameter Access): frame-parameters arg is optional.
modify-frame-parameters handles nil for FRAME.
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
are all-or-nothing for certain toolkits.
Mention parameter wait-for-wm.
(Frames and Windows): In frame-first-window and frame-selected-window
the arg is optional.
(Input Focus): In redirect-frame-focus the second arg is optional.
(Window System Selections): Mention selection type CLIPBOARD.
Mention data-type UTF8_STRING.
Mention numbering of cut buffers.
(Resources): Describe x-resource-name.

20 years ago(in_read_avail_input): New static variable to handle re-entrancy.
Kim F. Storm [Tue, 17 Feb 2004 00:29:13 +0000 (00:29 +0000)]
(in_read_avail_input): New static variable to handle re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to handle re-entrance; when re-entered,
fully initialize and use tmp_buf array instead of read_avail_input_buf.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Feb 2004 00:28:22 +0000 (00:28 +0000)]
*** empty log message ***

20 years agoRework previous change; it didn't consider that the
Kim F. Storm [Mon, 16 Feb 2004 23:13:13 +0000 (23:13 +0000)]
Rework previous change; it didn't consider that the
buf array was allocated on the stack.
(prev_read): Remove variable.
(read_avail_input_buf): New static event buffer array.
(in_read_avail_input): New static variable to avoid re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to guard against re-entry.
Do not initialize read_avail_input_buf here; instead assume it
is always cleared on entry.  To ensure that, we clear (just) the
entries that were used before we return.
(init_keyboard): Initialize read_avail_input_buf here.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 16 Feb 2004 23:11:58 +0000 (23:11 +0000)]
*** empty log message ***

20 years ago(Changing Files): Fix argname.
Richard M. Stallman [Mon, 16 Feb 2004 22:17:42 +0000 (22:17 +0000)]
(Changing Files): Fix argname.

20 years ago(Using Edebug): Fix example.
Richard M. Stallman [Mon, 16 Feb 2004 22:16:53 +0000 (22:16 +0000)]
(Using Edebug): Fix example.

20 years agoMinor fixes.
Richard M. Stallman [Mon, 16 Feb 2004 22:16:13 +0000 (22:16 +0000)]
Minor fixes.

(Overlays): Explain overlays use markers.
(Managing Overlays): Explain front-advance and rear-advance
in more detail.

20 years ago(Internals of Debugger): Fix return value.
Richard M. Stallman [Mon, 16 Feb 2004 22:13:04 +0000 (22:13 +0000)]
(Internals of Debugger): Fix return value.

20 years ago(Compiler Errors): if-boundp feature applies to cond.
Richard M. Stallman [Mon, 16 Feb 2004 22:10:42 +0000 (22:10 +0000)]
(Compiler Errors): if-boundp feature applies to cond.

20 years agoFix parens, and default values.
Richard M. Stallman [Mon, 16 Feb 2004 22:09:52 +0000 (22:09 +0000)]
Fix parens, and default values.

20 years agoAdjust xref.
Richard M. Stallman [Mon, 16 Feb 2004 22:05:10 +0000 (22:05 +0000)]
Adjust xref.

20 years agoResolve CVS conflicts
Miles Bader [Mon, 16 Feb 2004 21:57:42 +0000 (21:57 +0000)]
Resolve CVS conflicts

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 19:41:27 +0000 (19:41 +0000)]
*** empty log message ***

20 years ago(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.
Eli Zaretskii [Mon, 16 Feb 2004 19:40:07 +0000 (19:40 +0000)]
(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.

20 years ago* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
Eli Zaretskii [Mon, 16 Feb 2004 19:35:20 +0000 (19:35 +0000)]
* net/telnet.el (telnet-interrupt-subjob): Move doc string to the correct place.
* progmodes/icon.el (icon-indent-command): Ditto.
* textmodes/paragraphs.el (repunctuate-sentences): Ditto.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 19:29:00 +0000 (19:29 +0000)]
*** empty log message ***

20 years ago(grep-compute-defaults): Undo change from
Eli Zaretskii [Mon, 16 Feb 2004 19:27:38 +0000 (19:27 +0000)]
(grep-compute-defaults): Undo change from
2004-01-29: don't use executable-command-find-posix-p.

20 years ago(Fend_of_line): Doc fix.
Eli Zaretskii [Mon, 16 Feb 2004 19:12:46 +0000 (19:12 +0000)]
(Fend_of_line): Doc fix.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 18:45:30 +0000 (18:45 +0000)]
*** empty log message ***

20 years agoUse require instead of eval-and-compile.
Eli Zaretskii [Mon, 16 Feb 2004 18:44:26 +0000 (18:44 +0000)]
Use require instead of eval-and-compile.
(highlight-compare-buffers): New function.

20 years agoDocument crashes on X when build with GCC and GNU ld.
Eli Zaretskii [Mon, 16 Feb 2004 18:32:18 +0000 (18:32 +0000)]
Document crashes on X when build with GCC and GNU ld.

20 years agoDon't link index.*perm and permute-index into tempdir.
Eli Zaretskii [Mon, 16 Feb 2004 18:26:58 +0000 (18:26 +0000)]
Don't link index.*perm and permute-index into tempdir.

20 years ago(Man-fontify-manpage): Render section headings in
Eli Zaretskii [Mon, 16 Feb 2004 18:22:33 +0000 (18:22 +0000)]
(Man-fontify-manpage): Render section headings in
`Man-overstrike-face' even when overstrike was not used by man
formatter for section headings.

20 years ago(Low-Level Network): Fix a typo.
Eli Zaretskii [Mon, 16 Feb 2004 18:11:52 +0000 (18:11 +0000)]
(Low-Level Network): Fix a typo.

20 years ago(vm-use-spam-filter)
Eli Zaretskii [Mon, 16 Feb 2004 18:06:23 +0000 (18:06 +0000)]
(vm-use-spam-filter)
(rsf-min-region-length-added-to-spam-list): New variables.
(rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from
rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
spam testing.  Don't delete spam message if automatic deletion
after output via variable rmail-delete-after-output is turned on.
(rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from
rsf-bbdb-dont-create-entries-for-spam.
(check-field): New function, extracted from code in
rmail-spam-filter to ease addition of header fields like
content-type.
(message-content-type): New variable to check the content-type:
field added, also in defcustom of rsf-definitions-alist.
(rmail-spam-filter): Replace repeated test code for header fields
by calls to check-field; change the call to
rmail-output-to-rmail-file such that rmail-current-message stays
the same to avoid wrong deletion of unseen flags.
(rsf-add-contents-type): New function to convert old format
of rmail-spam-definitions-alist into new one.
Changed prefixes of all variables and functions from
rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.

20 years ago(unload-hook-features-list): New defvar.
Eli Zaretskii [Mon, 16 Feb 2004 17:50:32 +0000 (17:50 +0000)]
(unload-hook-features-list): New defvar.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 17:48:09 +0000 (17:48 +0000)]
*** empty log message ***

20 years ago(unload-feature): Doc fix. Rename flist to unload-hook-features-list.
Eli Zaretskii [Mon, 16 Feb 2004 17:39:38 +0000 (17:39 +0000)]
(unload-feature): Doc fix.  Rename flist to unload-hook-features-list.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)]
*** empty log message ***

20 years ago(calc-do-embedded-activate): Add autoload
Eli Zaretskii [Mon, 16 Feb 2004 17:16:22 +0000 (17:16 +0000)]
(calc-do-embedded-activate): Add autoload
cookie.  Don't check if we are looking-at open-formula.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 17:05:44 +0000 (17:05 +0000)]
*** empty log message ***

20 years ago(match-string-no-properties): Use substring-no-properties.
Eli Zaretskii [Mon, 16 Feb 2004 17:03:40 +0000 (17:03 +0000)]
(match-string-no-properties): Use substring-no-properties.

20 years ago(rx-check, rx-check-any, rx-check-not)
Eli Zaretskii [Mon, 16 Feb 2004 16:51:39 +0000 (16:51 +0000)]
(rx-check, rx-check-any, rx-check-not)
(rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
lower-case "rx" in all error message.
(rx-or): Put group around result.
(rx-constituents): Add backref.
(rx-syntax): Add string-delimiter, comment-delimiter.
(rx-categories): Add combining-diacritic.
(rx-check-not, rx-greedy, rx): Doc fix.
(rx-backref, rx-check-backref): New.

20 years ago(prev_read): New static variable.
Eli Zaretskii [Mon, 16 Feb 2004 16:36:24 +0000 (16:36 +0000)]
(prev_read): New static variable.
(read_avail_input): Use it to zero out only those slots in buf[]
that were used last time we were called.

20 years ago(obj): Move fringe.o from here...
Eli Zaretskii [Mon, 16 Feb 2004 16:16:16 +0000 (16:16 +0000)]
(obj): Move fringe.o from here...
(XOBJ, MAC_OBJ): ...to here.

20 years ago(uncomment-region): Allow eob as comment end.
Eli Zaretskii [Mon, 16 Feb 2004 14:12:57 +0000 (14:12 +0000)]
(uncomment-region): Allow eob as comment end.

20 years agoAutorevert: Add support for VC controlled files.
Eli Zaretskii [Mon, 16 Feb 2004 13:59:46 +0000 (13:59 +0000)]
Autorevert: Add support for VC controlled files.
(eval-when-compile): Defvar dired-directory and vc-mode.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): New functions.

20 years ago(auto-revert-dired-file-list): added missing variable `file' to `let'.
Eli Zaretskii [Mon, 16 Feb 2004 13:47:39 +0000 (13:47 +0000)]
(auto-revert-dired-file-list): added missing variable `file' to `let'.
(top level): Byte compiler fixes: defvar `dired-directory' added,
autoload `dired-get-filename' added.

20 years agoAll message and error commands now use prefix `filecache:'
Eli Zaretskii [Mon, 16 Feb 2004 13:41:03 +0000 (13:41 +0000)]
All message and error commands now use prefix `filecache:'
to make it easy to read *Messages* buffer.

20 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Feb 2004 13:31:06 +0000 (13:31 +0000)]
*** empty log message ***

20 years agoAdded support to detect changed dired buffers.
Eli Zaretskii [Mon, 16 Feb 2004 13:12:21 +0000 (13:12 +0000)]
Added support to detect changed dired buffers.
(auto-revert-active-p): New.
(auto-revert-list-diff): New.
(auto-revert-dired-file-list): New.
(auto-revert-dired-changed-p): New.
(auto-revert-handler): New.
(auto-revert-active-p): New.
(auto-revert-buffers): Moved logic to
`auto-revert-handler' and `auto-revert-active-p'

20 years ago(compilation-directory): New defvar.
Eli Zaretskii [Mon, 16 Feb 2004 12:53:25 +0000 (12:53 +0000)]
(compilation-directory): New defvar.
(compile): Save current directory in compilation-directory.
(recompile): Bind default-directory to compilation-directory if
that is non-nil.

20 years ago(comment-insert-comment-function, comment-region-function,
Eli Zaretskii [Mon, 16 Feb 2004 12:37:21 +0000 (12:37 +0000)]
(comment-insert-comment-function, comment-region-function,
uncomment-region-function): New functions.
(comment-indent): Use comment-insert-comment-function.
(uncomment-region): Use uncomment-region-function.
(comment-region): Use comment-region-function.

20 years ago(rx-not): Bind case-fold-search to nil.
Eli Zaretskii [Mon, 16 Feb 2004 12:12:02 +0000 (12:12 +0000)]
(rx-not): Bind case-fold-search to nil.

20 years ago(TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.
Eli Zaretskii [Mon, 16 Feb 2004 12:07:09 +0000 (12:07 +0000)]
(TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.

20 years ago(init_fringe_bitmap): Define j in MAC_OS code.
Stephen Eglen [Mon, 16 Feb 2004 11:54:29 +0000 (11:54 +0000)]
(init_fringe_bitmap): Define j in MAC_OS code.

20 years ago(rmail-dont-reply-to): Anchor user login
Eli Zaretskii [Mon, 16 Feb 2004 11:43:57 +0000 (11:43 +0000)]
(rmail-dont-reply-to): Anchor user login
name and email address at the beginning and end of the address.

20 years ago(rmail-default-dont-reply-to-names): Make "info-"
Eli Zaretskii [Mon, 16 Feb 2004 11:35:50 +0000 (11:35 +0000)]
(rmail-default-dont-reply-to-names): Make "info-"
anchored at the beginning of the email address.

20 years agoLisp_Object/int mixup.
Stefan Monnier [Mon, 16 Feb 2004 04:53:28 +0000 (04:53 +0000)]
Lisp_Object/int mixup.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Feb 2004 03:18:25 +0000 (03:18 +0000)]
*** empty log message ***

20 years ago(w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
Jason Rumney [Mon, 16 Feb 2004 00:54:02 +0000 (00:54 +0000)]
(w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.

20 years ago*** empty log message ***
Jason Rumney [Mon, 16 Feb 2004 00:53:34 +0000 (00:53 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 16 Feb 2004 00:06:00 +0000 (00:06 +0000)]
*** empty log message ***

20 years ago(ccl-compile-write): Pass `left' to
Kenichi Handa [Mon, 16 Feb 2004 00:03:56 +0000 (00:03 +0000)]
(ccl-compile-write): Pass `left' to
ccl-embed-code to generate correct code of write-expr-register.

20 years ago(distclean maintainer-clean): Depend on clean.
Kenichi Handa [Sun, 15 Feb 2004 23:34:41 +0000 (23:34 +0000)]
(distclean maintainer-clean): Depend on clean.

20 years agoDescribe new fringe bitmap features.
Kim F. Storm [Sun, 15 Feb 2004 18:15:38 +0000 (18:15 +0000)]
Describe new fringe bitmap features.

20 years ago(syms_of_buffer): Doc fix for indicate-buffer-boundaries.
Kim F. Storm [Sun, 15 Feb 2004 17:39:43 +0000 (17:39 +0000)]
(syms_of_buffer): Doc fix for indicate-buffer-boundaries.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 15 Feb 2004 17:38:52 +0000 (17:38 +0000)]
*** empty log message ***

20 years ago(Vmac_emulate_three_button_mouse): New variable for
Steven Tamm [Sun, 15 Feb 2004 17:16:18 +0000 (17:16 +0000)]
(Vmac_emulate_three_button_mouse): New variable for
controlling emulation of a three button mouse with option and
command keys.
(Qreverse, mac_get_enumlated_btn): Handle the emulation
(mac_event_to_emacs_modifiers, XTread_socket): Ditto

20 years ago(init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]: Perform byte-swapping.
Kim F. Storm [Sun, 15 Feb 2004 16:19:00 +0000 (16:19 +0000)]
(init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]: Perform byte-swapping.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 15 Feb 2004 16:18:42 +0000 (16:18 +0000)]
*** empty log message ***

20 years agoMove "ends here" comment to end; nfc.
Thien-Thi Nguyen [Sun, 15 Feb 2004 13:15:07 +0000 (13:15 +0000)]
Move "ends here" comment to end; nfc.

20 years ago(grep-compute-defaults): Fix typos.
Thien-Thi Nguyen [Sun, 15 Feb 2004 13:09:44 +0000 (13:09 +0000)]
(grep-compute-defaults): Fix typos.

20 years ago* frames.texi (Drag and drop): Add Motif to list of supported
Jan Djärv [Sun, 15 Feb 2004 12:31:42 +0000 (12:31 +0000)]
* frames.texi (Drag and drop): Add Motif to list of supported
protocols.

20 years ago* x-dnd.el: Mention support for Motif in commentary.
Jan Djärv [Sun, 15 Feb 2004 12:30:04 +0000 (12:30 +0000)]
* x-dnd.el: Mention support for Motif in commentary.
(x-dnd-handle-drag-n-drop-event): Ditto.

20 years agorcs2log fixes for CVSROOT var.
Paul Eggert [Sun, 15 Feb 2004 07:47:45 +0000 (07:47 +0000)]
rcs2log fixes for CVSROOT var.
Update Copyright dates to include 2004, and 1988 through 1992.

20 years agoWork correctly if CVSROOT specifies :fork: or
Paul Eggert [Sun, 15 Feb 2004 07:41:58 +0000 (07:41 +0000)]
Work correctly if CVSROOT specifies :fork: or
:local: methods, or omits the colon between the hostname
and the path.  Allow :/ in repository path, since CVS does.
Fix typo: "pository" should be set from $CVSROOT, not $repository.
This fixes a bug reported by Wolfgang Scherer in
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
along with some related bugs I discovered by inspecting how
CVS itself parses $CVSROOT.

20 years ago*** empty log message ***
Jonathan Yavner [Sun, 15 Feb 2004 00:03:03 +0000 (00:03 +0000)]
*** empty log message ***

20 years ago(Advanced Features): New functionality for
Jonathan Yavner [Sat, 14 Feb 2004 23:59:18 +0000 (23:59 +0000)]
(Advanced Features): New functionality for
ses-set-header-row (defaults to current row unless C-u used).
(Acknowledgements): Added Stefan Monnier.

20 years agoDelete function ses-build-load-map and distribute its functions to
Jonathan Yavner [Sat, 14 Feb 2004 23:56:51 +0000 (23:56 +0000)]
Delete function ses-build-load-map and distribute its functions to
defconst's for the three maps.  Add menus.  Use "ses--" prefixes for
buffer-local variables.  Use (point-min) instead of 1, even when we know the
buffer is unnarrowed.  New function ses-read-number duplicates some code
from interactive "N" spec.

20 years ago* Makefile.in: Fixed the CC Mode recompile kludge so it works
Martin Stjernholm [Sat, 14 Feb 2004 18:10:32 +0000 (18:10 +0000)]
* Makefile.in: Fixed the CC Mode recompile kludge so it works
when building in a different directory.

20 years ago(Ffringe_bitmaps_at_pos): Add missing arg declarations.
Kim F. Storm [Fri, 13 Feb 2004 23:44:37 +0000 (23:44 +0000)]
(Ffringe_bitmaps_at_pos): Add missing arg declarations.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 13 Feb 2004 23:44:20 +0000 (23:44 +0000)]
*** empty log message ***

20 years ago(struct draw_fringe_bitmap_params): Change member
Kim F. Storm [Fri, 13 Feb 2004 23:29:58 +0000 (23:29 +0000)]
(struct draw_fringe_bitmap_params): Change member
bits from char to short to facilitate wider bitmaps.
(struct redisplay_interface): Fix prototype of define_fringe_bitmap
member.

20 years ago(struct fringe_bitmap): Change member bits from char to
Kim F. Storm [Fri, 13 Feb 2004 23:28:52 +0000 (23:28 +0000)]
(struct fringe_bitmap): Change member bits from char to
short to facilitate 16 bits wide bitmaps.  Modify all standard
bitmaps accordingly.
(BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
(FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
(draw_fringe_bitmap): Ditto.
(init_fringe_bitmap) [MAC_OS]: Don't bitswap.
(init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
handle up to 16 bits wide bitmaps.
(Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.

20 years ago(mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
Kim F. Storm [Fri, 13 Feb 2004 23:28:32 +0000 (23:28 +0000)]
(mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
(x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.

20 years ago(w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
Kim F. Storm [Fri, 13 Feb 2004 23:28:00 +0000 (23:28 +0000)]
(w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
so it is no longer necessary to expand them here.

20 years ago(x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
Kim F. Storm [Fri, 13 Feb 2004 23:27:38 +0000 (23:27 +0000)]
(x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).

20 years ago(kill-new): Put yank-handler property on the entire string.
Luc Teirlinck [Fri, 13 Feb 2004 23:10:59 +0000 (23:10 +0000)]
(kill-new): Put yank-handler property on the entire string.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 12 Feb 2004 17:04:42 +0000 (17:04 +0000)]
*** empty log message ***

20 years ago(Fringes): Use consistent wording.
Kim F. Storm [Thu, 12 Feb 2004 12:21:52 +0000 (12:21 +0000)]
(Fringes): Use consistent wording.
Note that window-fringe's window arg is optional.
(Scroll Bars): Use consistent wording.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 12 Feb 2004 12:21:08 +0000 (12:21 +0000)]
*** empty log message ***