bpt/emacs.git
20 years agounexmacosx.c: Sort and merge unexec regions before dumping them.
Andrew Choi [Tue, 22 Jul 2003 17:54:50 +0000 (17:54 +0000)]
unexmacosx.c: Sort and merge unexec regions before dumping them.

20 years agoTruncated process output with pty's on Mac OS X.
Andrew Choi [Tue, 22 Jul 2003 17:51:57 +0000 (17:51 +0000)]
Truncated process output with pty's on Mac OS X.

20 years ago*** empty log message ***
Dave Love [Tue, 22 Jul 2003 17:31:46 +0000 (17:31 +0000)]
*** empty log message ***

20 years agoConsider both png.h and libpng/png.h.
Dave Love [Tue, 22 Jul 2003 17:31:33 +0000 (17:31 +0000)]
Consider both png.h and libpng/png.h.

20 years agoMake XRegisterIMInstantiateCallback test depend on
Dave Love [Tue, 22 Jul 2003 17:29:56 +0000 (17:29 +0000)]
Make XRegisterIMInstantiateCallback test depend on
HAVE_X11, not with_xim.
(HAVE_CRTIN): Provide template.
<with_png>: Test for png.h and libpng/png.h.

20 years ago(Garbage Collection): Fix previous change.
Markus Rost [Tue, 22 Jul 2003 16:15:25 +0000 (16:15 +0000)]
(Garbage Collection): Fix previous change.

20 years ago(get_minibuffer): Be careful when calling `reset_buffer'
Stefan Monnier [Tue, 22 Jul 2003 16:12:45 +0000 (16:12 +0000)]
(get_minibuffer): Be careful when calling `reset_buffer'
which assumes the buffer is uninitialized.

20 years ago(Truenames): Add LIMIT arg to file-chase-links.
Richard M. Stallman [Tue, 22 Jul 2003 15:26:01 +0000 (15:26 +0000)]
(Truenames): Add LIMIT arg to file-chase-links.

20 years ago(Width): Use \s syntax in example.
Richard M. Stallman [Tue, 22 Jul 2003 15:25:22 +0000 (15:25 +0000)]
(Width): Use \s syntax in example.
(Font Selection): Add face-font-rescale-alist.

20 years ago(Imenu): Add xref to Emacs Manual node on Imenu.
Richard M. Stallman [Tue, 22 Jul 2003 15:24:39 +0000 (15:24 +0000)]
(Imenu): Add xref to Emacs Manual node on Imenu.
Remove spurious indent in example.

20 years ago(Building Lists): Add number-sequence.
Richard M. Stallman [Tue, 22 Jul 2003 15:23:50 +0000 (15:23 +0000)]
(Building Lists): Add number-sequence.

20 years ago(Garbage Collection): Add gcs-done, gc-elapsed.
Richard M. Stallman [Tue, 22 Jul 2003 15:23:16 +0000 (15:23 +0000)]
(Garbage Collection): Add gcs-done, gc-elapsed.

20 years ago(Function Documentation): Explain how to
Richard M. Stallman [Tue, 22 Jul 2003 15:22:50 +0000 (15:22 +0000)]
(Function Documentation): Explain how to
show calling convention explicitly in the doc string.

20 years ago(Selecting Windows): save-selected-window saves selected window of each frame.
Richard M. Stallman [Tue, 22 Jul 2003 15:22:12 +0000 (15:22 +0000)]
(Selecting Windows): save-selected-window saves selected window of each frame.
(Window Configurations): Minor change.

20 years ago(Syntax Table Functions): Use \s syntax in examples.
Richard M. Stallman [Tue, 22 Jul 2003 15:21:10 +0000 (15:21 +0000)]
(Syntax Table Functions): Use \s syntax in examples.

20 years ago(Output Variables): Add print-continuous-numbering and print-number-table.
Richard M. Stallman [Tue, 22 Jul 2003 15:20:31 +0000 (15:20 +0000)]
(Output Variables): Add print-continuous-numbering and print-number-table.

20 years agoFix typo.
Richard M. Stallman [Tue, 22 Jul 2003 15:19:05 +0000 (15:19 +0000)]
Fix typo.

20 years ago(Decoding Output): New node.
Richard M. Stallman [Tue, 22 Jul 2003 15:18:32 +0000 (15:18 +0000)]
(Decoding Output): New node.

20 years ago(Time Conversion): decode-time arg is optional.
Richard M. Stallman [Tue, 22 Jul 2003 15:17:55 +0000 (15:17 +0000)]
(Time Conversion): decode-time arg is optional.

20 years ago(Character Type): Don't use space as example for \.
Richard M. Stallman [Tue, 22 Jul 2003 15:17:28 +0000 (15:17 +0000)]
(Character Type): Don't use space as example for \.
Make list of char names and \-sequences correspond.
Explain that \s is not used in strings.  `\ ' needs space after.

20 years ago(Converting Representations): Add string-to-multibyte.
Richard M. Stallman [Tue, 22 Jul 2003 15:15:20 +0000 (15:15 +0000)]
(Converting Representations): Add string-to-multibyte.
(Translation of Characters): Add translation-table-for-input.
(Default Coding Systems): Add auto-coding-functions.
(Explicit Encoding): Add decode-coding-inserted-region.
(Locales): Add locale-info.

20 years ago(Basic Completion): Describe test-completion.
Richard M. Stallman [Tue, 22 Jul 2003 15:13:58 +0000 (15:13 +0000)]
(Basic Completion): Describe test-completion.
Collections can be lists of strings.
Clean up lazy-completion-table.
(Programmed Completion): Mention test-completion.
Clarify why lambda expressions are not accepted.
(Minibuffer Misc): Describe minibufferp.

20 years ago(idlwave-comment-indent-char): Fix default value using ?\s.
Markus Rost [Mon, 21 Jul 2003 21:36:55 +0000 (21:36 +0000)]
(idlwave-comment-indent-char): Fix default value using ?\s.

20 years ago(MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
Stefan Monnier [Mon, 21 Jul 2003 20:03:35 +0000 (20:03 +0000)]
(MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
(GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
MARKBIT as the gcmarkbit for strings.

20 years ago(with-selected-window): Add closing paren.
John Paul Wallington [Mon, 21 Jul 2003 18:06:33 +0000 (18:06 +0000)]
(with-selected-window): Add closing paren.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jul 2003 09:58:57 +0000 (09:58 +0000)]
*** empty log message ***

20 years ago(emacs-lisp-mode): Use run-mode-hooks.
Richard M. Stallman [Mon, 21 Jul 2003 09:58:06 +0000 (09:58 +0000)]
(emacs-lisp-mode): Use run-mode-hooks.
(lisp-mode): Likewise.

20 years ago(with-selected-window): Copy code form save-selected-window
Richard M. Stallman [Mon, 21 Jul 2003 09:57:01 +0000 (09:57 +0000)]
(with-selected-window): Copy code form save-selected-window
so as to call select-window with norecord arg.
(dynamic-completion-table): Doc fix.
(lazy-completion-table): Doc fix.

20 years ago(set-locale-environment): langinfo renamed to locale-info.
Richard M. Stallman [Mon, 21 Jul 2003 09:54:34 +0000 (09:54 +0000)]
(set-locale-environment): langinfo renamed to locale-info.

20 years ago(auto-coding-functions): Doc fix.
Richard M. Stallman [Mon, 21 Jul 2003 09:54:09 +0000 (09:54 +0000)]
(auto-coding-functions): Doc fix.

20 years ago(LD_SWITCH_SYSTEM_TEMACS): Add undef.
Richard M. Stallman [Mon, 21 Jul 2003 09:53:19 +0000 (09:53 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Add undef.

20 years ago(Flocale_info): Renamed from Flanginfo. Doc fixes.
Richard M. Stallman [Mon, 21 Jul 2003 09:52:45 +0000 (09:52 +0000)]
(Flocale_info): Renamed from Flanginfo.  Doc fixes.
(syms_of_fns): Corresponding change.

20 years agoUse -Wl syntax.
Richard M. Stallman [Mon, 21 Jul 2003 09:51:20 +0000 (09:51 +0000)]
Use -Wl syntax.

20 years ago(syms_of_alloc): Doc fixes.
Richard M. Stallman [Mon, 21 Jul 2003 09:50:53 +0000 (09:50 +0000)]
(syms_of_alloc): Doc fixes.

20 years ago(quail-translate-key): Update quail-current-str correctly.
Kenichi Handa [Mon, 21 Jul 2003 07:17:51 +0000 (07:17 +0000)]
(quail-translate-key): Update quail-current-str correctly.

20 years ago(sh-mode-syntax-table): Change syntax of ?, to "_".
Andreas Schwab [Mon, 21 Jul 2003 06:25:33 +0000 (06:25 +0000)]
(sh-mode-syntax-table): Change syntax of ?, to "_".

20 years agoIndicate boundaries of the big quoted region by comments.
Markus Rost [Sun, 20 Jul 2003 23:38:20 +0000 (23:38 +0000)]
Indicate boundaries of the big quoted region by comments.

20 years agoTramp 2.0.36 released.
Kai Großjohann [Sun, 20 Jul 2003 19:04:48 +0000 (19:04 +0000)]
Tramp 2.0.36 released.

* net/tramp.el (tramp-default-password-end-of-line): Renamed from
tramp-password-end-of-line.
(tramp-password-end-of-line): New method parameter.
(tramp-get-password-end-of-line): Function to access method
parameter `tramp-password-end-of-line', or variable
`tramp-default-password-end-of-line' (default value).
(tramp-methods): Add entries for new parameter
tramp-password-end-of-line.
(tramp-enter-password): Use new function
`tramp-get-password-end-of-line'.
(tramp-handle-insert-file-contents): Do not
unconditionally inhibit the file operation file-local-copy, only
do that when the inhibit-file-name-operation is currently
insert-file-contents.  This fixes finding remote CVS-controlled
files.  (It would barf on inserting the CVS/Entries file
literally, because the file-local-copy handler wasn't called.)
(tramp-handle-shell-command): Support optional third arg
ERROR-BUFFER.
(tramp-sh-extra-args): Adapt defcustom type to XEmacs.
(tramp-initial-commands): New variable.
(tramp-process-initial-commands): New function, using the variable.
(tramp-open-connection-setup-interactive-shell): Call the new
function.
(tramp-buffer-name, tramp-debug-buffer-name): Always put the
method into the buffer name, never use nil.  Reported by Hanak
David <dhanak@inf.bme.hu>.
(tramp-open-connection-setup-interactive-shell): Erase buffer
before sending "stty -onlcr".

* net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.

20 years agoTramp 2.0.36 released.
Kai Großjohann [Sun, 20 Jul 2003 19:00:56 +0000 (19:00 +0000)]
Tramp 2.0.36 released.

(Remote shell setup): Explain about problems with
non-Bourne commands in ~/.profile and ~/.shrc.

20 years ago(artist-erase-char): Fix default value using ?\s.
Markus Rost [Sat, 19 Jul 2003 20:44:23 +0000 (20:44 +0000)]
(artist-erase-char): Fix default value using ?\s.

20 years ago(2C-mode-line-format): Doc fix.
John Paul Wallington [Sat, 19 Jul 2003 16:25:43 +0000 (16:25 +0000)]
(2C-mode-line-format): Doc fix.

20 years ago(enriched-decode-display-prop): Doc fix.
John Paul Wallington [Sat, 19 Jul 2003 16:22:35 +0000 (16:22 +0000)]
(enriched-decode-display-prop): Doc fix.

20 years ago(artist-butlast-fn, artist-draw-sline)
John Paul Wallington [Sat, 19 Jul 2003 16:21:21 +0000 (16:21 +0000)]
(artist-butlast-fn, artist-draw-sline)
(artist-draw-rect, artist-draw-square): Doc fixes.

20 years ago(kkc-show-conversion-list-update):
Kenichi Handa [Sat, 19 Jul 2003 01:27:36 +0000 (01:27 +0000)]
(kkc-show-conversion-list-update):
Highlight the correct candidate in the message.

20 years ago(current-word): Don't include punctuation char when
John Paul Wallington [Fri, 18 Jul 2003 22:46:08 +0000 (22:46 +0000)]
(current-word): Don't include punctuation char when
`really-word' arg is non-nil.

20 years agoRegenerated for the new autoload directives in CC Mode.
Martin Stjernholm [Thu, 17 Jul 2003 11:57:30 +0000 (11:57 +0000)]
Regenerated for the new autoload directives in CC Mode.

20 years agoObsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.
Martin Stjernholm [Thu, 17 Jul 2003 11:40:43 +0000 (11:40 +0000)]
Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.

20 years ago(xim_initialize): Redo 6/24 change.
Richard M. Stallman [Thu, 17 Jul 2003 10:15:15 +0000 (10:15 +0000)]
(xim_initialize): Redo 6/24 change.

20 years ago(Help-Xref): missing , in @xref.
Karl Berry [Wed, 16 Jul 2003 22:17:40 +0000 (22:17 +0000)]
(Help-Xref): missing , in @xref.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 16 Jul 2003 21:41:33 +0000 (21:41 +0000)]
*** empty log message ***

20 years ago#Updated to 5.30.4.
Martin Stjernholm [Wed, 16 Jul 2003 21:00:21 +0000 (21:00 +0000)]
#Updated to 5.30.4.

20 years ago(c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor
Martin Stjernholm [Wed, 16 Jul 2003 20:55:10 +0000 (20:55 +0000)]
(c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessor
functions for syntactic elements.

20 years ago(c-literal-faces): Declare as a variable since it might be modified.
Martin Stjernholm [Wed, 16 Jul 2003 20:54:46 +0000 (20:54 +0000)]
(c-literal-faces): Declare as a variable since it might be modified.

20 years ago(c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):
Martin Stjernholm [Wed, 16 Jul 2003 20:54:19 +0000 (20:54 +0000)]
(c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):
Gave more consistent names to these language constants.

20 years agoRevise various segments, fix typos, add GNU Press information,
Robert J. Chassell [Wed, 16 Jul 2003 19:00:29 +0000 (19:00 +0000)]
Revise various segments, fix typos, add GNU Press information,
add RMS essay on need for documentation, update documentation license.

20 years agoApply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell [Wed, 16 Jul 2003 19:00:28 +0000 (19:00 +0000)]
Apply Karl Berry's bug fix so @copying works with @ifnottex

20 years ago(Info-menu-entry-name-re): Allow newlines in menu entry names.
Stefan Monnier [Wed, 16 Jul 2003 15:54:25 +0000 (15:54 +0000)]
(Info-menu-entry-name-re): Allow newlines in menu entry names.

20 years ago(syntax-ppss): Catch the case where the buffer is narrowed.
Stefan Monnier [Wed, 16 Jul 2003 15:40:25 +0000 (15:40 +0000)]
(syntax-ppss): Catch the case where the buffer is narrowed.

20 years ago(syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.
Stefan Monnier [Wed, 16 Jul 2003 15:17:02 +0000 (15:17 +0000)]
(syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.
(syntax-ppss-after-change-function): New alias.  Update uses.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 16 Jul 2003 14:40:03 +0000 (14:40 +0000)]
*** empty log message ***

20 years ago(copy_overlays): Use EMACS_INT for positions.
Stefan Monnier [Tue, 15 Jul 2003 19:32:05 +0000 (19:32 +0000)]
(copy_overlays): Use EMACS_INT for positions.
(Fswitch_to_buffer): Don't signal an error when switching to the same
buffer in a dedicated window.

20 years agoUse bitmaps for cons cells, as was done for floats.
Stefan Monnier [Tue, 15 Jul 2003 19:19:59 +0000 (19:19 +0000)]
Use bitmaps for cons cells, as was done for floats.
(init_float, init_cons): Let the normal code allocate the first block.
(CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
(CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK): New macros.
(struct cons_block): Move conses to the beginning.  Add gcmarkbits.
(Fcons): Use lisp_align_malloc and CONS_UNMARK.
(live_cons_p): Check the pointer is not past the `conses' array.
(mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
(mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
(survives_gc_p): Use CONS_MARKED_P and simplify.
(gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.

20 years agoRegenerated.
Andreas Schwab [Tue, 15 Jul 2003 08:10:17 +0000 (08:10 +0000)]
Regenerated.

20 years agoTemporarily leave quoting for AC_DEFINE.
Andreas Schwab [Tue, 15 Jul 2003 08:07:27 +0000 (08:07 +0000)]
Temporarily leave quoting for AC_DEFINE.

20 years agoNew apropos features.
Kim F. Storm [Mon, 14 Jul 2003 22:02:44 +0000 (22:02 +0000)]
New apropos features.

20 years ago(apropos-sort-by-scores): Rename from apropos-show-scores.
Kim F. Storm [Mon, 14 Jul 2003 21:49:02 +0000 (21:49 +0000)]
(apropos-sort-by-scores): Rename from apropos-show-scores.
All uses changed.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 14 Jul 2003 21:48:18 +0000 (21:48 +0000)]
*** empty log message ***

20 years ago(xml-parse-tag): Namespace support.
Juanma Barranquero [Mon, 14 Jul 2003 20:45:43 +0000 (20:45 +0000)]
(xml-parse-tag): Namespace support.
(xml-parse-file): Namespace suport.
(xml-parse-region): Namespace suport.

20 years agoRevert last change.
Juanma Barranquero [Mon, 14 Jul 2003 20:39:39 +0000 (20:39 +0000)]
Revert last change.

20 years agoMerge in the changes for versions 21.2 and 21.3 as
Nick Roberts [Mon, 14 Jul 2003 20:37:35 +0000 (20:37 +0000)]
Merge in the changes for versions 21.2 and 21.3 as
documented on the EMACS_21_1_RC branch.

20 years ago*** empty log message ***
Nick Roberts [Mon, 14 Jul 2003 20:33:01 +0000 (20:33 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 14 Jul 2003 16:05:43 +0000 (16:05 +0000)]
*** empty log message ***

20 years ago(Killing Buffers): kill-buffer-hook is perm local.
Richard M. Stallman [Mon, 14 Jul 2003 16:05:12 +0000 (16:05 +0000)]
(Killing Buffers): kill-buffer-hook is perm local.

20 years ago(Selecting Windows): New arg to select-window.
Richard M. Stallman [Mon, 14 Jul 2003 16:04:44 +0000 (16:04 +0000)]
(Selecting Windows): New arg to select-window.
(Selecting Windows): Add with-selected-window.
(Size of Window): Add window-inside-edges, etc.

20 years ago(Garbage Collection): Add post-gc-hook.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:48 +0000 (16:03 +0000)]
(Garbage Collection): Add post-gc-hook.

20 years ago(Subprocess Creation): Add exec-suffixes.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:25 +0000 (16:03 +0000)]
(Subprocess Creation): Add exec-suffixes.

20 years ago(Functions for Key Lookup): Add current-active-maps.
Richard M. Stallman [Mon, 14 Jul 2003 16:03:04 +0000 (16:03 +0000)]
(Functions for Key Lookup): Add current-active-maps.
(Scanning Keymaps): Add map-keymaps.
(Defining Menus): Add keymap-prompt.

20 years ago(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.
Richard M. Stallman [Mon, 14 Jul 2003 16:01:20 +0000 (16:01 +0000)]
(Integer Basics): Add most-positive-fixnum, most-negative-fixnum.

20 years ago(Byte Compilation): Explain no-byte-compile
Richard M. Stallman [Mon, 14 Jul 2003 16:00:44 +0000 (16:00 +0000)]
(Byte Compilation): Explain no-byte-compile
(Compiler Errors): New node.

20 years ago(User Identification): user-uid, user-real-uid can return float.
Richard M. Stallman [Mon, 14 Jul 2003 15:59:52 +0000 (15:59 +0000)]
(User Identification): user-uid, user-real-uid can return float.

20 years ago(Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
Richard M. Stallman [Mon, 14 Jul 2003 15:59:12 +0000 (15:59 +0000)]
(Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
(Minor Modes): Add minor-mode-list.
(Defining Minor Modes): Keyword args for define-minor-mode.
(Search-based Fontification): Explain managing other properties.
(Other Font Lock Variables): Add font-lock-extra-managed-props.
(Faces for Font Lock): Add font-locl-preprocessor-face.
(Hooks): Add run-mode-hooks and delay-mode-hooks.

20 years ago(Creating Buffer-Local): Add buffer-local-value.
Richard M. Stallman [Mon, 14 Jul 2003 15:56:49 +0000 (15:56 +0000)]
(Creating Buffer-Local): Add buffer-local-value.
(Variable Aliases): Clarify defvralias.

20 years ago(Library Search): Add load-suffixes.
Richard M. Stallman [Mon, 14 Jul 2003 15:56:05 +0000 (15:56 +0000)]
(Library Search): Add load-suffixes.

20 years ago(Basic Completion): Add lazy-completion-table.
Richard M. Stallman [Mon, 14 Jul 2003 15:55:32 +0000 (15:55 +0000)]
(Basic Completion): Add lazy-completion-table.
(Programmed Completion): Add dynamic-completion-table.

20 years ago(Changing Files): copy-file allows dir as NEWNAME.
Richard M. Stallman [Mon, 14 Jul 2003 15:53:56 +0000 (15:53 +0000)]
(Changing Files): copy-file allows dir as NEWNAME.
(Magic File Names): Specify precedence order of handlers.

20 years ago(Command Overview): Emacs server runs pre-command-hook and post-command-hook.
Richard M. Stallman [Mon, 14 Jul 2003 15:53:03 +0000 (15:53 +0000)]
(Command Overview): Emacs server runs pre-command-hook and post-command-hook.
(Waiting): New calling convention for sit-for.

20 years ago(Special Properties): local-map and keymap properties
Richard M. Stallman [Mon, 14 Jul 2003 15:51:54 +0000 (15:51 +0000)]
(Special Properties): local-map and keymap properties
apply based on their stickiness.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Jul 2003 15:30:21 +0000 (15:30 +0000)]
*** empty log message ***

20 years ago* alloc.c (pure, staticvec):
Paul Eggert [Mon, 14 Jul 2003 05:38:24 +0000 (05:38 +0000)]
* alloc.c (pure, staticvec):
Initialize these arrays to nonzero, so that they're not
put into BSS by that optimization.

20 years ago(pure, staticvec): Initialize these arrays to nonzero, so that they're
Paul Eggert [Mon, 14 Jul 2003 05:37:52 +0000 (05:37 +0000)]
(pure, staticvec): Initialize these arrays to nonzero, so that they're
not put into BSS by that optimization.

20 years ago(BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
Stefan Monnier [Mon, 14 Jul 2003 02:51:08 +0000 (02:51 +0000)]
(BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
(lisp_align_malloc): Use posix_memalign is available.
(ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
(STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK for consistency.
Update users.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Jul 2003 02:41:20 +0000 (02:41 +0000)]
*** empty log message ***

20 years agoCheck for posix_memalign.
Stefan Monnier [Mon, 14 Jul 2003 02:21:29 +0000 (02:21 +0000)]
Check for posix_memalign.

20 years ago(START_FILES_1, END_FILES_1): Always define them.
Richard M. Stallman [Sun, 13 Jul 2003 18:00:24 +0000 (18:00 +0000)]
(START_FILES_1, END_FILES_1): Always define them.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 13 Jul 2003 17:52:07 +0000 (17:52 +0000)]
*** empty log message ***

20 years ago(modify-all-frames-parameters): Reinstall (copyright papers received).
Juanma Barranquero [Sun, 13 Jul 2003 17:48:58 +0000 (17:48 +0000)]
(modify-all-frames-parameters): Reinstall (copyright papers received).

20 years ago(List Buffers): Adjust to new format of *Buffer List*.
Juanma Barranquero [Sun, 13 Jul 2003 17:32:20 +0000 (17:32 +0000)]
(List Buffers): Adjust to new format of *Buffer List*.

20 years ago(xg_set_icon): New function.
Juanma Barranquero [Sun, 13 Jul 2003 17:30:09 +0000 (17:30 +0000)]
(xg_set_icon): New function.

20 years ago(x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.
Juanma Barranquero [Sun, 13 Jul 2003 17:29:24 +0000 (17:29 +0000)]
(x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.
(x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the mask
property.
(xg_set_icon): New function, wrapper for gtk_window_icon_from_file.

20 years ago(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
Juanma Barranquero [Sun, 13 Jul 2003 17:27:51 +0000 (17:27 +0000)]
(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
function gtk_window_icon_from_file if available.