Miles Bader [Sun, 7 Oct 2001 12:05:22 +0000 (12:05 +0000)]
(help-mode-map): Make button-buffer-map our parent.
Don't bind mouse events or tab/backtab.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-back, help-info)
(help-customize-variable, help-function-def, help-variable-def):
New button types.
(help-button-action): New function.
(describe-function-1): Pass help button-types to `help-xref-button'
rather than help function and help-echo string. Don't put multiple
help-function args in a list to pass them to help-xref-button, just pass
them as multiple arguments. Use `help-insert-xref-button' to make
[back]-button, rather than `help-xref-button'.
(help-xref-button): Take a button-type TYPE as a parameter rather than a
function. Remove HELP-ECHO parameter. Remove DATA parameter and add a
&rest parameter ARGS to serve the same purpose. Use `make-text-button'
to add the button.
(help-insert-xref-button): Use `insert-text-button' to add the button.
(help-follow-mouse, help-next-ref, help-previous-ref): Functions removed.
(help-do-xref): New function.
(help-follow): Use `push-button' and `help-do-xref' to do most of the work.
Miles Bader [Sun, 7 Oct 2001 11:38:15 +0000 (11:38 +0000)]
("faces"): Move load before loading "loaddefs.el".
("button"): New load, just before "help" (which uses it).
Miles Bader [Sun, 7 Oct 2001 11:35:09 +0000 (11:35 +0000)]
(apropos-symbol, apropos-label): New button types.
(apropos-symbol-button-display-help)
(apropos-label-button-display-help, apropos-next-label-button): New functions.
(apropos-mode-map): Make button-buffer-map our parent.
Don't bind mouse events.
(apropos-print, apropos-print-doc): Create buttons instead of text properties.
(apropos-mouse-follow): Function removed.
(apropos-follow): Use buttons.
Miles Bader [Sun, 7 Oct 2001 11:29:44 +0000 (11:29 +0000)]
(lisp, shortlisp): Add `button.elc'.
Gerd Moellmann [Sun, 7 Oct 2001 11:19:34 +0000 (11:19 +0000)]
*** empty log message ***
Ken Raeburn [Sun, 7 Oct 2001 11:03:59 +0000 (11:03 +0000)]
* minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.
Ken Raeburn [Sun, 7 Oct 2001 11:02:52 +0000 (11:02 +0000)]
* lisp.h (Ffield_end): Declare.
Miles Bader [Sun, 7 Oct 2001 04:39:53 +0000 (04:39 +0000)]
*** empty log message ***
Miles Bader [Sun, 7 Oct 2001 03:52:01 +0000 (03:52 +0000)]
Initial checkin.
Gerd Moellmann [Sun, 7 Oct 2001 00:26:13 +0000 (00:26 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 7 Oct 2001 00:20:39 +0000 (00:20 +0000)]
(parse_modifiers, apply_modifiers): Use VALMASK.
Gerd Moellmann [Sun, 7 Oct 2001 00:14:18 +0000 (00:14 +0000)]
Fix last change.
Gerd Moellmann [Sat, 6 Oct 2001 23:46:55 +0000 (23:46 +0000)]
(make_gap): Use MOST_POSITIVE_FIXNUM.
Gerd Moellmann [Sat, 6 Oct 2001 23:44:55 +0000 (23:44 +0000)]
(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
Gerd Moellmann [Sat, 6 Oct 2001 23:41:39 +0000 (23:41 +0000)]
(Ffile_attributes): Use FIXNUM_OVERFLOW_P.
Gerd Moellmann [Sat, 6 Oct 2001 23:38:11 +0000 (23:38 +0000)]
*** empty log message ***
Gerd Moellmann [Sat, 6 Oct 2001 23:37:52 +0000 (23:37 +0000)]
(Fbyte_code): Use MOST_POSITIVE_FIXNUM.
Gerd Moellmann [Sat, 6 Oct 2001 23:36:22 +0000 (23:36 +0000)]
(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
(METER_CODE): Use MOST_POSITIVE_FIXNUM.
Gerd Moellmann [Sat, 6 Oct 2001 23:32:01 +0000 (23:32 +0000)]
(inhibit_garbage_collection): Simplify.
(Fmemory_use_counts): Ditto.
Gerd Moellmann [Sat, 6 Oct 2001 23:25:26 +0000 (23:25 +0000)]
(most_positive_fixnum, most_negative_fixnum): New
variables.
(syms_of_data): DEFVAR_INT most-positive-fixnum and
most-negative-fixnum.
Gerd Moellmann [Sat, 6 Oct 2001 23:25:06 +0000 (23:25 +0000)]
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
(FIXNUM_OVERFLOW_P): New macros.
Gerd Moellmann [Sat, 6 Oct 2001 23:24:15 +0000 (23:24 +0000)]
(most-positive-fixnum, most-negative-fixnum):
Remove.
Miles Bader [Sat, 6 Oct 2001 10:43:21 +0000 (10:43 +0000)]
(Variable Aliases): It's `@defmac', not `@defmacro'.
Gerd Moellmann [Sat, 6 Oct 2001 09:57:20 +0000 (09:57 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 6 Oct 2001 03:53:02 +0000 (03:53 +0000)]
Comment out @smallbook.
Richard M. Stallman [Sat, 6 Oct 2001 02:32:54 +0000 (02:32 +0000)]
(add-change-log-entry): Skip copyright notice
and copying permission notice at start of file, if any.
Make use of terms "entry" and "item" accord with Emacs manual.
Simplify the logic for moving point while entering or creating
an entry and then an item.
(add-change-log-entry-other-window): Doc fix.
Richard M. Stallman [Sat, 6 Oct 2001 02:32:43 +0000 (02:32 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 6 Oct 2001 02:26:58 +0000 (02:26 +0000)]
Explain where and how to put the copyright notice and permission
notice in a change log file.
Richard M. Stallman [Sat, 6 Oct 2001 02:18:09 +0000 (02:18 +0000)]
Format cleanups for old entries.
Miles Bader [Fri, 5 Oct 2001 16:48:46 +0000 (16:48 +0000)]
*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 16:43:54 +0000 (16:43 +0000)]
(read-file-name-electric-shadow): Autoload cookie removed; they
apparently don't work with faces.
Miles Bader [Fri, 5 Oct 2001 16:36:29 +0000 (16:36 +0000)]
(x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
Free scroll-bar shadow colors when the background color changes.
(Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]:
Initialize scroll-bar shadow-color fields.
Miles Bader [Fri, 5 Oct 2001 16:35:12 +0000 (16:35 +0000)]
(x_create_toolkit_scroll_bar): Try to allocate colors for the shadows,
and tell the toolkit about them if we succeed.
(x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]: Free scroll-bar shadow colors.
Miles Bader [Fri, 5 Oct 2001 16:33:06 +0000 (16:33 +0000)]
(struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.
Sam Steingold [Fri, 5 Oct 2001 16:21:14 +0000 (16:21 +0000)]
added `html-xhtml' for XHTML input
Sam Steingold [Fri, 5 Oct 2001 15:53:02 +0000 (15:53 +0000)]
(diary-entry-compare): When times are identical, compare the entries
lexicographically.
Miles Bader [Fri, 5 Oct 2001 15:19:23 +0000 (15:19 +0000)]
(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.
Miles Bader [Fri, 5 Oct 2001 15:16:24 +0000 (15:16 +0000)]
(previous-matching-history-element): Fix misplaced parentheses.
Miles Bader [Fri, 5 Oct 2001 14:05:27 +0000 (14:05 +0000)]
*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 13:55:55 +0000 (13:55 +0000)]
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.
Miles Bader [Fri, 5 Oct 2001 13:29:25 +0000 (13:29 +0000)]
Initial checkin.
Miles Bader [Fri, 5 Oct 2001 13:06:51 +0000 (13:06 +0000)]
(custom-face-attributes): Make sure each attribute has a valid default
value. Remove hacks that mapped `nil' to `off' and used nil to mean
`unspecified'. Remove `unspecified' choices from all attributes
(unspecified is handled by the parent checklist).
Miles Bader [Fri, 5 Oct 2001 13:03:57 +0000 (13:03 +0000)]
(custom-face-edit-convert-widget)
(custom-face-edit-deactivate, custom-face-edit-activate)
(custom-face-edit-delete, custom-face-edit-attribute-tag):
New functions.
(custom-face-edit): Specify a custom :convert-widget.
(custom-pre-filter-face-spec, custom-post-filter-face-spec):
Don't pass in default filters that map between `nil' and `off' and
`unspecified' and `nil'.
Gerd Moellmann [Fri, 5 Oct 2001 12:54:15 +0000 (12:54 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:50:48 +0000 (12:50 +0000)]
(Fcopy_file): If NEWNAME is a directory copy FILE there.
Gerd Moellmann [Fri, 5 Oct 2001 12:43:13 +0000 (12:43 +0000)]
(compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.
Gerd Moellmann [Fri, 5 Oct 2001 12:42:24 +0000 (12:42 +0000)]
*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 12:34:41 +0000 (12:34 +0000)]
*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 12:30:52 +0000 (12:30 +0000)]
(grep-use-null-device): New variable.
(grep-command): Mention `grep-use-null-device'.
(grep-compute-defaults): Compute `grep-use-null-device' if necessary.
Make computation of `grep-command' respect `grep-use-null-device'.
(grep): Respect `grep-use-null-device'.
Call `grep-compute-defaults' even if grep-command is set, if
grep-use-null-device is still tentative.
Miles Bader [Fri, 5 Oct 2001 12:30:20 +0000 (12:30 +0000)]
(call-process-shell-command): New function.
Miles Bader [Fri, 5 Oct 2001 12:28:31 +0000 (12:28 +0000)]
(previous-matching-history-element, next-history-element)
next-complete-history-element): Use `minibuffer-' functions instead of
calling `field-' functions directly.
(minibuffer-prompt-end, minibuffer-contents):
(minibuffer-contents-no-properties, delete-minibuffer-contents):
Functions removed (now subrs).
(minibuffer-prompt-width): Use `minibuffer-prompt-end'.
Miles Bader [Fri, 5 Oct 2001 12:26:27 +0000 (12:26 +0000)]
(minibuf-eldef-setup-minibuffer)
(minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
instead of calling `field-' functions directly.
(minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
Miles Bader [Fri, 5 Oct 2001 12:25:26 +0000 (12:25 +0000)]
(Fminibuffer_prompt_end, Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
New functions (were in simple.el).
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
(syms_of_minibuf): Initialize them.
Gerd Moellmann [Fri, 5 Oct 2001 12:11:19 +0000 (12:11 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:10:57 +0000 (12:10 +0000)]
(find-file-noselect): If file's read-only status has
changed on disk, ask if buffer's read-only status should be
changed, unless NOWARN is set.
André Spiegel [Fri, 5 Oct 2001 11:54:13 +0000 (11:54 +0000)]
#
Gerd Moellmann [Fri, 5 Oct 2001 11:22:57 +0000 (11:22 +0000)]
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as error and warning handler.
Gerd Moellmann [Fri, 5 Oct 2001 10:40:42 +0000 (10:40 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:40:18 +0000 (10:40 +0000)]
(define-setf-expander): Make it an
alias for define-setf-method.
Gerd Moellmann [Fri, 5 Oct 2001 10:13:12 +0000 (10:13 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:12:12 +0000 (10:12 +0000)]
Remove no-byte-compile from file local variables
to enable bootstrapping.
Gerd Moellmann [Fri, 5 Oct 2001 09:53:07 +0000 (09:53 +0000)]
(XTread_socket): Return a non_ascii_keystroke for
unknown keysyms.
(error_msg): New variable.
(x_fatal_error_signal): New function.
(x_connection_closed): Set error_msg. Install
x_fatal_error_signal as fatal_error_signal_hook around the call to
XtCloseDisplay.
Gerd Moellmann [Fri, 5 Oct 2001 09:52:23 +0000 (09:52 +0000)]
(MINI_WINDOW_P): Use NILP.
Gerd Moellmann [Fri, 5 Oct 2001 09:51:48 +0000 (09:51 +0000)]
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
Gerd Moellmann [Fri, 5 Oct 2001 09:51:00 +0000 (09:51 +0000)]
(struct input_event): Use proper type for `kind'.
Gerd Moellmann [Fri, 5 Oct 2001 09:50:10 +0000 (09:50 +0000)]
(print_preprocess, print_object): Test internedness of
symbols differently.
Gerd Moellmann [Fri, 5 Oct 2001 09:49:39 +0000 (09:49 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
Gerd Moellmann [Fri, 5 Oct 2001 09:49:16 +0000 (09:49 +0000)]
(Fintern, Funintern): Set symbol's interned and constant
bit-fields.
(init_obarray): Likewise for t and nil.
Gerd Moellmann [Fri, 5 Oct 2001 09:48:47 +0000 (09:48 +0000)]
(LIST_END_P, FOREACH): New macros.
(pure_size) [HAVE_SHM]: Declare extern size_t.
(check_pure_size): Add prototype.
(enum symbol_interned): New enumeration.
(struct Lisp_Symbol): Remove member `obarray', add
`indirect_variable', `constant', and `interned'.
(SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
(SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
(indirect_variable): Add prototype.
Gerd Moellmann [Fri, 5 Oct 2001 09:48:05 +0000 (09:48 +0000)]
(make_lispy_event) [HAVE_X_WINDOWS]: If we know
that EVENT->code isn't a function key, use the keysym's name.
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
Gerd Moellmann [Fri, 5 Oct 2001 09:46:11 +0000 (09:46 +0000)]
(Fdefvaralias): New function.
(specbind): Simplify the test if symbol is a constant.
(syms_of_eval): Defsubr Fdefvaralias.
Gerd Moellmann [Fri, 5 Oct 2001 09:45:30 +0000 (09:45 +0000)]
(fatal_error_signal_hook): New variable.
(fatal_error_signal): Call that function.
(Fdump_emacs_data, Fdump_emacs): Call check_pure_size.
Gerd Moellmann [Fri, 5 Oct 2001 09:44:50 +0000 (09:44 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Qcyclic_variable_indirection): New variable.
(Fkeywordp): Check for internedness differently.
(Fmakunbound): Simplify the test if symbol is a constant.
(indirect_variable, Findirect_variable): New functions.
(swap_in_symval_forwarding): If SYMBOL is an alias, use the
aliased symbol.
(let_shadows_buffer_binding_p): Check for variable aliases.
(set_internal): Simplify the test if SYMBOL is a constant. If
SYMBOL has a buffer-local value and is an alias, use the aliased
symbol instead.
(syms_of_data): Initialze Qcyclic_variable_indirection and defsubr
Sindirect_variable.
Gerd Moellmann [Fri, 5 Oct 2001 09:44:02 +0000 (09:44 +0000)]
(ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
Gerd Moellmann [Fri, 5 Oct 2001 09:43:06 +0000 (09:43 +0000)]
(Fbyte_code) <varref>: Use SYMBOL_VALUE.
(Fbyte_code) <varset>: Simplify the test if symbol's value can be
set directly.
Gerd Moellmann [Fri, 5 Oct 2001 09:42:02 +0000 (09:42 +0000)]
(purebeg, pure_size, pure_bytes_used_before_overflow):
New variables.
(init_alloc_once): Initialize new variables.
(PURE_POINTER_P): Use new variables.
(pure_alloc): If pure storage overflows, allocate from the heap.
(check_pure_size): New function.
(Fgarbage_collect): Don't GC if pure storage has overflowed.
(Vpost_gc_hook, Qpost_gc_hook): New variables.
(syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize
Qpost_gc_hook.
(Fgarbage_collect): Run post-gc-hook.
(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
Gerd Moellmann [Fri, 5 Oct 2001 09:38:43 +0000 (09:38 +0000)]
(Variable Aliases): New node.
Gerd Moellmann [Fri, 5 Oct 2001 09:37:17 +0000 (09:37 +0000)]
(nroff-mode-abbrev-table, nroff-mode): Use define-derived-mode.
(nroff-mode-map, nroff-mode-syntax-table): Massage.
Gerd Moellmann [Fri, 5 Oct 2001 09:36:31 +0000 (09:36 +0000)]
(perl-indent-continued-arguments): New var.
(perl-calculate-indent): Use it.
(perl-backward-to-noncomment): Use forward-comment.
Gerd Moellmann [Fri, 5 Oct 2001 09:36:02 +0000 (09:36 +0000)]
Change ;;; to ;; for outline-minor-mode.
Gerd Moellmann [Fri, 5 Oct 2001 09:35:36 +0000 (09:35 +0000)]
(rmail-make-summary-line)
(rmail-make-summary-line-1, rmail-summary-next-same-subject)
(rmail-summary-goto-msg, rmail-summary-goto-msg): Allow
5 digit mesage ids instead of 4.
Gerd Moellmann [Fri, 5 Oct 2001 09:34:27 +0000 (09:34 +0000)]
(mail-abbrev-in-expansion-header-p): Simplify.
Gerd Moellmann [Fri, 5 Oct 2001 09:32:11 +0000 (09:32 +0000)]
Use facep iso find-face.
Gerd Moellmann [Fri, 5 Oct 2001 09:31:27 +0000 (09:31 +0000)]
(lisp-imenu-generic-expression): Use regexp-opt.
(doc-string-elt): Set symbol's prop. Copied from autoload.el.
(lisp-font-lock-syntactic-face-function): New function.
(lisp-mode-variables): Use it. Make arg optional.
(emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
(lisp-mode): Don't pass an arg to lisp-mode-variables.
Set comment-start-skip.
Gerd Moellmann [Fri, 5 Oct 2001 09:30:59 +0000 (09:30 +0000)]
(lm-history-header): Accept `ChangeLog'.
Gerd Moellmann [Fri, 5 Oct 2001 09:30:23 +0000 (09:30 +0000)]
(frame-parameter): Add a setf method.
(ignore-errors): Don't bother using a `err' symbol.
Gerd Moellmann [Fri, 5 Oct 2001 09:29:51 +0000 (09:29 +0000)]
(byte-recompile-directory): Make sure the file is readable.
(byte-compile-file): Don't compile if `no-byte-compile' is set.
(byte-compile-defvar): Update to reflect the change in Fdefvar.
(batch-byte-recompile-directory): Pass arg=0.
Gerd Moellmann [Fri, 5 Oct 2001 09:29:11 +0000 (09:29 +0000)]
(autoload-ensure-default-file, autoload-insert-section-header)
(autoload-before-p, autoload-remove-section): New functions.
(generate-file-autoloads): Use them.
(update-file-autoloads): Use them. Return FILE if there's no cookie.
Make sure the autoload file is properly formatted when creating it.
(update-autoloads-from-directories): Use them as well.
Only update autoloads for files whose timestamp has changed.
Add a dummy entry to remember the files which had no autoload cookies.
Gerd Moellmann [Fri, 5 Oct 2001 09:27:29 +0000 (09:27 +0000)]
(uniquify-get-proposed-name): Don't assume dirsep is /.
(uniquify-reverse-components): Remove.
Gerd Moellmann [Fri, 5 Oct 2001 09:26:53 +0000 (09:26 +0000)]
(timer-relative-time): Fix computation for negative `micro'.
Gerd Moellmann [Fri, 5 Oct 2001 09:26:17 +0000 (09:26 +0000)]
(define-key-after): Allow `key' to be longer than 1.
(make-local-hook): Make obsolete.
(add-hook, remove-hook): Don't use make-local-hook any more.
(make-syntax-table): Inherit all chars from s-s-t.
Gerd Moellmann [Fri, 5 Oct 2001 09:24:51 +0000 (09:24 +0000)]
(inhibit-startup-buffer-menu): New user-option.
(command-line-1): If inhibit-startup-buffer-menu is set, don't
display the buffer menu. From Simon Josefsson <jas@extundo.com>.
Gerd Moellmann [Fri, 5 Oct 2001 09:24:20 +0000 (09:24 +0000)]
(isearch-last-case-fold-search): New variable.
(isearch-mode): Remember value of isearch-case-fold-search
in isearch-last-case-fold-search.
(isearch-done): Quote value of isearch-case-fold-search.
(isearch-repeat): When resuming a search, restore
isearch-case-fold-search from isearch-last-case-fold-search.
Gerd Moellmann [Fri, 5 Oct 2001 09:23:32 +0000 (09:23 +0000)]
(substitute-env-vars): New function.
(setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
environment variables in VALUE. Return VALUE.
Gerd Moellmann [Fri, 5 Oct 2001 09:22:09 +0000 (09:22 +0000)]
(define-derived-mode, derived-mode-make-docstring): Allow `parent' to be nil.
Gerd Moellmann [Fri, 5 Oct 2001 09:13:21 +0000 (09:13 +0000)]
*** empty log message ***
Eli Zaretskii [Thu, 4 Oct 2001 19:40:06 +0000 (19:40 +0000)]
(Meta key does not work in xterm): Add .Xdefaults fragment for xterm
to produce Meta keys.
Andrew Innes [Thu, 4 Oct 2001 17:15:26 +0000 (17:15 +0000)]
*** empty log message ***
Andrew Innes [Thu, 4 Oct 2001 17:14:53 +0000 (17:14 +0000)]
(face-font-registry-alternatives) [windows-nt]: Make
gb2312 an alias for gb2312.1980.
Andrew Innes [Thu, 4 Oct 2001 17:14:01 +0000 (17:14 +0000)]
(x_to_w32_color): Fix argument to alloca.
(w32_load_system_font): Don't believe what GetLanguageFontInfo
says; query codepage info directly to determine if font is double
byte.
(x_to_w32_charset): Handle private format for unknown charsets.
Handle wildcards in charset spec, by ignoring them.
(w32_codepage_for_font): Fix argument to alloca. Don't remove
"*-" prefix from charset.
(x_to_w32_font): Enlarge remainder array for safety. Specifically
handle the truncated font spec form constructed by font_list_1, so
that we correctly identify the charset fields. Don't remove "*-"
prefix from charset.
(w32_list_synthesized_fonts): Fix argument to alloca.