]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(Ffile_attributes): Parameter ID-FORMAT added and included in call to file
Lars Hansen [Fri, 21 Nov 2003 18:27:51 +0000 (18:27 +0000)]
(Ffile_attributes): Parameter ID-FORMAT added and included in call to file
name handler. Numeric UID and GID optionally translated to strings. Docstring updated.
(directory_files_internal): Parameter ID-FORMAT added.
(Fdirectory_files_and_attributes): Parameter ID-FORMAT added and included in call to
file name handler and call to directory_files_internal. Docstring updated.
(Fdirectory_files): Dummy parameter added in call to directory_files_internal.

20 years ago(Qinteger): Added.
Lars Hansen [Fri, 21 Nov 2003 18:27:05 +0000 (18:27 +0000)]
(Qinteger): Added.
(Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Removed.
(Ffile_attributes): Parameter added.

20 years ago(Qinteger): Exported.
Lars Hansen [Fri, 21 Nov 2003 18:26:21 +0000 (18:26 +0000)]
(Qinteger): Exported.

20 years ago(File Attributes): Describe new parameter ID-FORMAT.
Lars Hansen [Fri, 21 Nov 2003 18:25:20 +0000 (18:25 +0000)]
(File Attributes): Describe new parameter ID-FORMAT.

20 years ago(File Attributes): Describe removed parameter ID-FORMAT.
Lars Hansen [Fri, 21 Nov 2003 18:24:52 +0000 (18:24 +0000)]
(File Attributes): Describe removed parameter ID-FORMAT.

20 years agoAdd plans for change of file attributes UID and GID from integer to string.
Lars Hansen [Fri, 21 Nov 2003 18:23:27 +0000 (18:23 +0000)]
Add plans for change of file attributes UID and GID from integer to string.

20 years ago(Freverse): Doc fix.
Luc Teirlinck [Fri, 21 Nov 2003 15:58:15 +0000 (15:58 +0000)]
(Freverse): Doc fix.
(Fnreverse): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 21 Nov 2003 15:55:07 +0000 (15:55 +0000)]
*** empty log message ***

20 years ago(Overview of Markers): Mention that, if a marker is used a a position,
Luc Teirlinck [Fri, 21 Nov 2003 05:04:07 +0000 (05:04 +0000)]
(Overview of Markers): Mention that, if a marker is used a a position,
its buffer is ignored.

20 years ago(Positions): Mention that, if a marker is used a a position, its
Luc Teirlinck [Fri, 21 Nov 2003 05:02:08 +0000 (05:02 +0000)]
(Positions): Mention that, if a marker is used a a position, its
buffer is ignored.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 21 Nov 2003 05:01:17 +0000 (05:01 +0000)]
*** empty log message ***

20 years ago(gud-gdba-command-name): Find gdb command via PATH.
Kim F. Storm [Wed, 19 Nov 2003 23:40:17 +0000 (23:40 +0000)]
(gud-gdba-command-name): Find gdb command via PATH.
(breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
(breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
to 100 for icons to avoid increasing line height when shown.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Nov 2003 23:39:51 +0000 (23:39 +0000)]
*** empty log message ***

20 years agoIn node defvar and asterisk, following suggestions by Juri Linkov
Robert J. Chassell [Wed, 19 Nov 2003 21:04:04 +0000 (21:04 +0000)]
In node defvar and asterisk, following suggestions by Juri Linkov
<juri@jurta.org>, describe using the set-variable command to set
values temporarily and to show a list of variables by using
completion.

20 years ago.
Andreas Schwab [Wed, 19 Nov 2003 13:23:43 +0000 (13:23 +0000)]
.

20 years ago(set-variable): Fix indentation.
Andreas Schwab [Wed, 19 Nov 2003 13:23:30 +0000 (13:23 +0000)]
(set-variable): Fix indentation.

20 years ago(init_iterator): Initialize it->start to position
Kim F. Storm [Tue, 18 Nov 2003 23:44:11 +0000 (23:44 +0000)]
(init_iterator): Initialize it->start to position
before reseating (in case start position is invisible).
(init_to_row_start): Set it->start to row-start.
(redisplay_window): Accept optional_new_start if start position
is invisible (in which case IT_CHARPOS overshoots PT).
(display_line): Setup row->start from it->start (rather than
it->current which is wrong if first char on line is invisible).
When done, reseat it->start to it->current (= start of next row).
(expose_area): Fix exposure of text area when first char (e.g. TAB)
is only partially visible.

20 years ago(struct it): New member start.
Kim F. Storm [Tue, 18 Nov 2003 23:42:40 +0000 (23:42 +0000)]
(struct it): New member start.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 18 Nov 2003 23:42:12 +0000 (23:42 +0000)]
*** empty log message ***

20 years ago(make_float, Fcons): Clear the markbit at init time.
Stefan Monnier [Tue, 18 Nov 2003 00:39:13 +0000 (00:39 +0000)]
(make_float, Fcons): Clear the markbit at init time.
(make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
of block_index outside of the macro call.
(Fgarbage_collect): Remove null code.

20 years ago(XPNTR): Don't redefine.
Stefan Monnier [Tue, 18 Nov 2003 00:17:42 +0000 (00:17 +0000)]
(XPNTR): Don't redefine.

20 years ago(hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
Stefan Monnier [Mon, 17 Nov 2003 23:30:28 +0000 (23:30 +0000)]
(hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
(sxhash_string, sxhash): Use INTMASK instead of VALMASK.
(maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.

20 years ago(parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK.
Stefan Monnier [Mon, 17 Nov 2003 23:29:40 +0000 (23:29 +0000)]
(parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK.

20 years ago(VALMASK): Only define for non-union type.
Stefan Monnier [Mon, 17 Nov 2003 23:29:30 +0000 (23:29 +0000)]
(VALMASK): Only define for non-union type.
(MARKBIT): Remove.
(ARRAY_MARK_FLAG): Use previous value of MARKBIT.
(XTYPE): Define unconditionally.
(XSETTYPE): Remove one more remnant.
(EQ): Define differently for the union and non-union cases.
(INTMASK): New bit mask.
(struct Lisp_Marker): Move down to prepare for upcoming patch.
(GC_EQ): Delegate to EQ.

20 years ago(coding_restore_composition): Lisp_Object/int mixup.
Stefan Monnier [Mon, 17 Nov 2003 23:23:15 +0000 (23:23 +0000)]
(coding_restore_composition): Lisp_Object/int mixup.

20 years agoIn node `defvar and asterisk', commented out three paragraphs on
Robert J. Chassell [Mon, 17 Nov 2003 20:01:11 +0000 (20:01 +0000)]
In node `defvar and asterisk', commented out three paragraphs on
edit-options since the command is no longer described in the Emacs
manual.

20 years agoRegenerated with "rm loaddefs.el; make autoloads".
Markus Rost [Mon, 17 Nov 2003 19:02:52 +0000 (19:02 +0000)]
Regenerated with "rm loaddefs.el; make autoloads".
This fixes default value of `button-map' where
push-button was bound to "" instead to "\r".

20 years ago*** empty log message ***
Carsten Dominik [Mon, 17 Nov 2003 14:24:58 +0000 (14:24 +0000)]
*** empty log message ***

20 years ago* xterm.c (x_window_to_scroll_bar): Move check of display to
Jan Djärv [Mon, 17 Nov 2003 06:06:24 +0000 (06:06 +0000)]
* xterm.c (x_window_to_scroll_bar): Move check of display to
  where window_id is compared.

20 years ago(latin1-display): Fix docstring.
Kenichi Handa [Mon, 17 Nov 2003 05:25:52 +0000 (05:25 +0000)]
(latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.

20 years ago(eshell-ls-file): There are times with size-width is nil and
John Wiegley [Mon, 17 Nov 2003 00:24:06 +0000 (00:24 +0000)]
(eshell-ls-file): There are times with size-width is nil and
uncomputed (when directories are created in dired, for example); in
this case, 4 is reasonable default value, although it may caused
skewed new entries (which could be avoided by returning the original
value of 8 in all cases, but 99% of the time this is a waste of
whitespace).

20 years ago*** empty log message ***
John Wiegley [Mon, 17 Nov 2003 00:22:59 +0000 (00:22 +0000)]
*** empty log message ***

20 years ago(start_display): Set it->first_vpos.
Kim F. Storm [Sun, 16 Nov 2003 23:44:22 +0000 (23:44 +0000)]
(start_display): Set it->first_vpos.
(try_window_id): Use first_vpos to start display in first _text_
line if no reusable lines at start of window with header line.

20 years ago(struct it): New member first_vpos.
Kim F. Storm [Sun, 16 Nov 2003 23:43:33 +0000 (23:43 +0000)]
(struct it): New member first_vpos.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 16 Nov 2003 23:43:00 +0000 (23:43 +0000)]
*** empty log message ***

20 years agoRegenerated
Jan Djärv [Sun, 16 Nov 2003 18:33:00 +0000 (18:33 +0000)]
Regenerated

20 years agoFix in HAVE_X_SM test
Jan Djärv [Sun, 16 Nov 2003 18:32:34 +0000 (18:32 +0000)]
Fix in HAVE_X_SM test

20 years agoCC Mode update (5.30.8).
Martin Stjernholm [Sun, 16 Nov 2003 16:55:08 +0000 (16:55 +0000)]
CC Mode update (5.30.8).

20 years agoRemove period at end of error message.
Jan Djärv [Sun, 16 Nov 2003 16:17:09 +0000 (16:17 +0000)]
Remove period at end of error message.

20 years ago* configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
Jan Djärv [Sun, 16 Nov 2003 16:09:07 +0000 (16:09 +0000)]
* configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
  multiple displays.
  Regenerate configure.

20 years agoAdd HAVE_GTK_MULTIDISPLAY
Jan Djärv [Sun, 16 Nov 2003 16:06:58 +0000 (16:06 +0000)]
Add HAVE_GTK_MULTIDISPLAY

20 years agoImplement multiple display handling for GTK.
Jan Djärv [Sun, 16 Nov 2003 16:05:24 +0000 (16:05 +0000)]
Implement multiple display handling for GTK.

20 years agoAdded Kevin Ryde <user42@zip.com.au>'s corrections to cross references
Robert J. Chassell [Sun, 16 Nov 2003 14:08:34 +0000 (14:08 +0000)]
Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references
in emacs-lisp-intro.texi

20 years agoOn behalf of Kevin Ryde <user42@zip.com.au>: Corrections
Robert J. Chassell [Sun, 16 Nov 2003 13:43:25 +0000 (13:43 +0000)]
On behalf of Kevin Ryde <user42@zip.com.au>: Corrections
to cross references, (Interactive Options):
elisp "interactive" -> "Using Interactive".
(defvar and asterisk): Remove emacs "Edit Options" reference,
edit-options is no longer described in the emacs manual.
(Lists diagrammed): elisp "List Type" -> "Cons Cell Type".

20 years ago(eshell-ls-file): Instead of making the size field in a long-listing
John Wiegley [Sun, 16 Nov 2003 09:23:49 +0000 (09:23 +0000)]
(eshell-ls-file): Instead of making the size field in a long-listing
always 8 characters, use `size-width', which has already been
computed.

20 years ago*** empty log message ***
John Wiegley [Sun, 16 Nov 2003 09:23:29 +0000 (09:23 +0000)]
*** empty log message ***

20 years ago(minor-mode-list): Add `hs-minor-mode'.
Thien-Thi Nguyen [Sat, 15 Nov 2003 00:57:02 +0000 (00:57 +0000)]
(minor-mode-list): Add `hs-minor-mode'.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 14 Nov 2003 23:14:37 +0000 (23:14 +0000)]
*** empty log message ***

20 years ago* xterm.c (x_detect_focus_change): Do not change focus frame for
Jan Djärv [Fri, 14 Nov 2003 19:13:02 +0000 (19:13 +0000)]
* xterm.c (x_detect_focus_change): Do not change focus frame for
Enter/LeaveNotify if the current focus frame has explicit focus.

20 years ago(diff-hunk-prev, diff-hunk-next): Support
Thien-Thi Nguyen [Fri, 14 Nov 2003 16:23:37 +0000 (16:23 +0000)]
(diff-hunk-prev, diff-hunk-next): Support
operation while narrowed, with `diff-restrict-view'.

20 years ago(easy-mmode-define-navigation): Take additional
Thien-Thi Nguyen [Fri, 14 Nov 2003 16:18:01 +0000 (16:18 +0000)]
(easy-mmode-define-navigation): Take additional
optional arg NARROWFUN.  For the generated functions: Add local var
`was-narrowed-p'.  Also, if NARROWFUN is specified, include frags that
arrange to check for and save narrowing state before the move and then
conditionally call NARROWFUN after the move.

20 years ago(update_text_area): Fix redisplay error when hscroll
Kim F. Storm [Fri, 14 Nov 2003 13:04:15 +0000 (13:04 +0000)]
(update_text_area): Fix redisplay error when hscroll
is active and first glyph is only partially visible.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Nov 2003 13:03:47 +0000 (13:03 +0000)]
*** empty log message ***

20 years ago(eshell-parse-variable-ref): Added a backslash that was optional, but
John Wiegley [Fri, 14 Nov 2003 11:01:46 +0000 (11:01 +0000)]
(eshell-parse-variable-ref): Added a backslash that was optional, but
obviously missing based on surrounding code.

20 years ago(eshell-lisp-command): Do not late-convert string arguments to numbers
John Wiegley [Fri, 14 Nov 2003 11:01:26 +0000 (11:01 +0000)]
(eshell-lisp-command): Do not late-convert string arguments to numbers
unless the whole argument was seen as a number.

20 years ago*** empty log message ***
John Wiegley [Fri, 14 Nov 2003 10:59:04 +0000 (10:59 +0000)]
*** empty log message ***

20 years ago(ctext-non-standard-encodings-alist): Fix coding systems.
Kenichi Handa [Fri, 14 Nov 2003 02:42:55 +0000 (02:42 +0000)]
(ctext-non-standard-encodings-alist): Fix coding systems.

20 years ago(timezone-parse-date): Fix style 8 to accept ISO
Alex Schroeder [Thu, 13 Nov 2003 18:20:08 +0000 (18:20 +0000)]
(timezone-parse-date): Fix style 8 to accept ISO
8601 format (a capital T between the date and the time).

20 years ago(select_frame_for_redisplay): New function.
Kenichi Handa [Thu, 13 Nov 2003 01:47:41 +0000 (01:47 +0000)]
(select_frame_for_redisplay): New function.
(redisplay_internal): Record also selected_frame for
unwind_redisplay.  Call select_frame_for_redisplay before
redrawing each frame.
(unwind_redisplay): Argument changed to a cons.

20 years ago(Numeric Conversions): Not just `floor', but also `truncate',
Luc Teirlinck [Wed, 12 Nov 2003 21:30:14 +0000 (21:30 +0000)]
(Numeric Conversions): Not just `floor', but also `truncate',
`ceiling' and `round' accept optional argument DIVISOR.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 12 Nov 2003 21:23:26 +0000 (21:23 +0000)]
*** empty log message ***

20 years ago(Fstring_to_multibyte): Doc fix.
Luc Teirlinck [Wed, 12 Nov 2003 17:05:37 +0000 (17:05 +0000)]
(Fstring_to_multibyte): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 12 Nov 2003 17:03:19 +0000 (17:03 +0000)]
*** empty log message ***

20 years agodoc typo fix
Sam Steingold [Tue, 11 Nov 2003 14:28:53 +0000 (14:28 +0000)]
doc typo fix

20 years ago*** empty log message ***
Kenichi Handa [Tue, 11 Nov 2003 07:50:24 +0000 (07:50 +0000)]
*** empty log message ***

20 years ago(x_list_fonts): Fix excluding of auto-scaled fonts.
Kenichi Handa [Tue, 11 Nov 2003 07:47:44 +0000 (07:47 +0000)]
(x_list_fonts): Fix excluding of auto-scaled fonts.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 11 Nov 2003 03:59:26 +0000 (03:59 +0000)]
*** empty log message ***

20 years ago(Creating Markers): Specify insertion type of created markers. Add
Luc Teirlinck [Tue, 11 Nov 2003 03:58:26 +0000 (03:58 +0000)]
(Creating Markers): Specify insertion type of created markers.  Add
xref to `Marker Insertion Types'.  Second argument to `copy-marker' is
optional.
(Marker Insertion Types): Mention that most markers are created with
insertion type nil.
(The Mark): Correctly describe when `mark' signals an error.
(The Region): Correctly describe when `region-beginning' and
`region-end' signal an error.

20 years ago(kannada-compose-region) (kannada-compose-string,
Kenichi Handa [Mon, 10 Nov 2003 07:20:38 +0000 (07:20 +0000)]
(kannada-compose-region) (kannada-compose-string,
kannada-post-read-conversion): Add autoload cookie.

20 years ago("Kannada"): Add sample-text.
Kenichi Handa [Mon, 10 Nov 2003 07:19:22 +0000 (07:19 +0000)]
("Kannada"): Add sample-text.

20 years agoAdd Kannada.
Kenichi Handa [Mon, 10 Nov 2003 07:08:33 +0000 (07:08 +0000)]
Add Kannada.

20 years ago(quail-completion): Change the message "corresponding translations" to
Kenichi Handa [Mon, 10 Nov 2003 04:30:46 +0000 (04:30 +0000)]
(quail-completion): Change the message "corresponding translations" to
"corresponding characters".

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 22:02:08 +0000 (22:02 +0000)]
*** empty log message ***

20 years ago(describe-char): Fix typo.
Markus Rost [Sun, 9 Nov 2003 19:40:27 +0000 (19:40 +0000)]
(describe-char): Fix typo.

20 years ago* xfns.c (x_window): Set XtNx and XtNy in shell widget for
Jan Djärv [Sun, 9 Nov 2003 16:26:48 +0000 (16:26 +0000)]
* xfns.c (x_window): Set XtNx and XtNy in shell widget for
  program specified positions.

20 years ago(Point): Change description of `buffer-end', so that it is also
Luc Teirlinck [Sun, 9 Nov 2003 04:49:58 +0000 (04:49 +0000)]
(Point): Change description of `buffer-end', so that it is also
correct for floating point arguments.
(List Motion): Correct argument lists of `beginning-of-defun' and
`end-of-defun'.
(Excursions): Add xref to `Marker Insertion Types'.
(Narrowing): Argument to `narrow-to-page' is optional.

20 years ago(Creating Hash): Clarify description of `eql'. `makehash' is obsolete.
Luc Teirlinck [Sun, 9 Nov 2003 04:44:28 +0000 (04:44 +0000)]
(Creating Hash): Clarify description of `eql'.  `makehash' is obsolete.
(Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 04:41:22 +0000 (04:41 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 03:38:24 +0000 (03:38 +0000)]
*** empty log message ***

20 years agoResolve CVS conflicts
Miles Bader [Sat, 8 Nov 2003 22:20:08 +0000 (22:20 +0000)]
Resolve CVS conflicts

20 years ago* xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
Jan Djärv [Sat, 8 Nov 2003 12:45:13 +0000 (12:45 +0000)]
* xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.

20 years ago(lisp): Add kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:41:38 +0000 (01:41 +0000)]
(lisp): Add kannada.el.
(shortlisp): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 8 Nov 2003 01:41:20 +0000 (01:41 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Sat, 8 Nov 2003 01:40:48 +0000 (01:40 +0000)]
New file.

20 years ago(ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl,
Kenichi Handa [Sat, 8 Nov 2003 01:39:32 +0000 (01:39 +0000)]
(ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl,
is13194-to-ucs-kannada-regexp): New variables.

20 years agoPreload kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:39:07 +0000 (01:39 +0000)]
Preload kannada.el.

20 years ago(DONTCOMPILE): Add kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:38:41 +0000 (01:38 +0000)]
(DONTCOMPILE): Add kannada.el.

20 years ago.
Andreas Schwab [Fri, 7 Nov 2003 16:09:29 +0000 (16:09 +0000)]
.

20 years ago(autoconf-font-lock-keywords): Also highlight AH_*.
Andreas Schwab [Fri, 7 Nov 2003 16:08:53 +0000 (16:08 +0000)]
(autoconf-font-lock-keywords): Also highlight AH_*.

20 years ago.
Andreas Schwab [Fri, 7 Nov 2003 16:05:44 +0000 (16:05 +0000)]
.

20 years ago(xml-parse-dtd): Fix misplaced paren.
Andreas Schwab [Fri, 7 Nov 2003 16:05:26 +0000 (16:05 +0000)]
(xml-parse-dtd): Fix misplaced paren.

20 years ago(windows-1252): Fix table (0x8F and 0x9E).
Kenichi Handa [Fri, 7 Nov 2003 07:26:27 +0000 (07:26 +0000)]
(windows-1252): Fix table (0x8F and 0x9E).

20 years ago(coding_allocate_composition_data): Reset
Kenichi Handa [Fri, 7 Nov 2003 05:55:43 +0000 (05:55 +0000)]
(coding_allocate_composition_data): Reset
coding->composing to COMPOSITION_NO.
(coding_restore_composition): Detect invalid composition data.
Give Fstring and Fvector a Lispy integer, not C int.

20 years ago(Output Streams): Clarify behavior of point for marker output streams.
Luc Teirlinck [Fri, 7 Nov 2003 04:17:52 +0000 (04:17 +0000)]
(Output Streams): Clarify behavior of point for marker output streams.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 7 Nov 2003 04:16:06 +0000 (04:16 +0000)]
*** empty log message ***

20 years agoFix language names. Add C, Braille, Georgian, Ukrainian.
Kenichi Handa [Thu, 6 Nov 2003 23:00:45 +0000 (23:00 +0000)]
Fix language names.  Add C, Braille, Georgian, Ukrainian.
Add IPA pronunciation to English.  Fix tab widths.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 6 Nov 2003 23:00:03 +0000 (23:00 +0000)]
*** empty log message ***

20 years ago(Flogb): Don't use VALMASK.
Stefan Monnier [Wed, 5 Nov 2003 16:45:11 +0000 (16:45 +0000)]
(Flogb): Don't use VALMASK.

20 years ago(XSETTYPE): Remove.
Stefan Monnier [Wed, 5 Nov 2003 16:00:38 +0000 (16:00 +0000)]
(XSETTYPE): Remove.

20 years ago(GCTYPEMASK): Remove.
Stefan Monnier [Wed, 5 Nov 2003 15:51:38 +0000 (15:51 +0000)]
(GCTYPEMASK): Remove.
(XGCTYPE): Make it an alias of XTYPE.