]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years ago(inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally.
Andreas Schwab [Sun, 12 Jan 2003 20:11:44 +0000 (20:11 +0000)]
(inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally.

21 years ago(pure_alloc): Rewritten and simplified.
Kim F. Storm [Sun, 12 Jan 2003 15:40:23 +0000 (15:40 +0000)]
(pure_alloc): Rewritten and simplified.

21 years ago(pure_alloc): Corrected last change; now align the
Kim F. Storm [Sun, 12 Jan 2003 00:40:09 +0000 (00:40 +0000)]
(pure_alloc): Corrected last change; now align the
pointer and adjust the size rather than aligning the size and
adjusting the pointer.  Use a goto to handle overflow exception.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 12 Jan 2003 00:38:22 +0000 (00:38 +0000)]
*** empty log message ***

21 years ago.
Andreas Schwab [Sat, 11 Jan 2003 23:16:40 +0000 (23:16 +0000)]
.

21 years ago(Buffer-menu-select): Fix for effect of header line.
Andreas Schwab [Sat, 11 Jan 2003 23:15:10 +0000 (23:15 +0000)]
(Buffer-menu-select): Fix for effect of header line.

21 years ago.
Andreas Schwab [Sat, 11 Jan 2003 22:49:02 +0000 (22:49 +0000)]
.

21 years ago(sgml-font-lock-keywords-2): Add flag to merge with existing fontification.
Andreas Schwab [Sat, 11 Jan 2003 22:47:33 +0000 (22:47 +0000)]
(sgml-font-lock-keywords-2): Add flag to merge with existing fontification.

21 years agoUpdated to reflect changes in English version.
Pavel Janík [Sat, 11 Jan 2003 20:21:46 +0000 (20:21 +0000)]
Updated to reflect changes in English version.
From Miroslav Va�ko <zemiak@zoznam.sk>.

21 years ago(gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
Nick Roberts [Sat, 11 Jan 2003 16:58:19 +0000 (16:58 +0000)]
(gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.

21 years agoRenamed gud-goto to gud-until
Nick Roberts [Sat, 11 Jan 2003 16:57:30 +0000 (16:57 +0000)]
Renamed gud-goto to gud-until

21 years ago(gud-display): Use GDB command ptype instead of whatis
Nick Roberts [Sat, 11 Jan 2003 16:47:33 +0000 (16:47 +0000)]
(gud-display): Use GDB command ptype instead of whatis
to find out if variable shuld be dereferenced.
(gud-display1): Exit if there is `No symbol'.
(gdb-expressions-mode-map): Correction to key-binding.
(gdb-reset): New function. Reset environment at end of debugging.
(gdb-quit): Remove.

21 years ago(gud-kill-buffer-hook): Save gud-minor-mode type.
Nick Roberts [Sat, 11 Jan 2003 16:46:35 +0000 (16:46 +0000)]
(gud-kill-buffer-hook): Save gud-minor-mode type.
(gud-reset): New function. Reset environment at end of debugging.
(gud-sentinel): Call gud-reset or gdb-reset.

21 years ago*** empty log message ***
Nick Roberts [Sat, 11 Jan 2003 16:45:15 +0000 (16:45 +0000)]
*** empty log message ***

21 years ago(cp-make-coding-system): Fix last
Dave Love [Fri, 10 Jan 2003 23:30:52 +0000 (23:30 +0000)]
(cp-make-coding-system): Fix last
change.

21 years ago(Fset_process_contact): New function.
Kim F. Storm [Fri, 10 Jan 2003 22:24:41 +0000 (22:24 +0000)]
(Fset_process_contact): New function.
(syms_of_process): defsubr it.
(make-network-process): Update doc.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 10 Jan 2003 22:24:25 +0000 (22:24 +0000)]
*** empty log message ***

21 years ago(pure_alloc): Correct alignment for Lisp_Floats.
Andreas Schwab [Fri, 10 Jan 2003 20:08:54 +0000 (20:08 +0000)]
(pure_alloc): Correct alignment for Lisp_Floats.

21 years ago(dired-garbage-files-regexp): Use \\' instead of $ and
Kai Großjohann [Fri, 10 Jan 2003 16:42:27 +0000 (16:42 +0000)]
(dired-garbage-files-regexp): Use \\' instead of $ and
use regexp-opt for readability.

21 years ago(syms_of_composite): Make composition_hash_table
Dave Love [Fri, 10 Jan 2003 12:49:38 +0000 (12:49 +0000)]
(syms_of_composite): Make composition_hash_table
weak.

21 years agoAdd docs for new networking functions.
Kim F. Storm [Fri, 10 Jan 2003 11:02:31 +0000 (11:02 +0000)]
Add docs for new networking functions.

21 years ago(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
Juanma Barranquero [Fri, 10 Jan 2003 08:34:04 +0000 (08:34 +0000)]
(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
xml-parse-elem-type): Be more flexible in recognizing empty elements.

21 years ago(sh-set-shell): Make sh-shell-file the default shell.
Juanma Barranquero [Fri, 10 Jan 2003 08:07:26 +0000 (08:07 +0000)]
(sh-set-shell): Make sh-shell-file the default shell.

21 years ago(pcomplete-termination-string): Added a variable for modifying the
John Wiegley [Fri, 10 Jan 2003 07:01:14 +0000 (07:01 +0000)]
(pcomplete-termination-string): Added a variable for modifying the
string which is inserted after a completion or expansion using
pcomplete.

21 years ago*** empty log message ***
John Wiegley [Fri, 10 Jan 2003 07:00:59 +0000 (07:00 +0000)]
*** empty log message ***

21 years agosort-regexp-fields update
Karl Berry [Thu, 9 Jan 2003 23:29:54 +0000 (23:29 +0000)]
sort-regexp-fields update

21 years ago(sort-regexp-fields): pass noerror to
Karl Berry [Thu, 9 Jan 2003 23:28:25 +0000 (23:28 +0000)]
(sort-regexp-fields): pass noerror to
re-search-forward, so that we don't fail if no
records match record-regexp.

21 years ago(customize-group, customize-group-other-window):
Markus Rost [Thu, 9 Jan 2003 22:32:48 +0000 (22:32 +0000)]
(customize-group, customize-group-other-window):
Remove unnecessary calls to custom-load-symbol.
(custom-group-value-create):
Load widget deps if state is not hidden.  If widget deps are
loaded, load them in advance.
(custom-menu-create): If widget deps are loaded, load them earlier.

21 years agochanges for language-sepcific help by Philippe
Francesco Potortì [Thu, 9 Jan 2003 15:21:57 +0000 (15:21 +0000)]
changes for language-sepcific help by Philippe
Waroquiers <wao@cfmu.eurocontrol.be> applied and largely revised.

(language): Added a `help' member.
(arg_type): Added an at_end constant.
(plain_C_suffixes): Some items removed from here.
(Objc_suffixes): And put here (new constant).
(Ada_help, Asm_help, default_C_help, Cplusplus_help, Cjava_help,
Cobol_help, Erlang_help, Fortran_help, HTML_help, Lisp_help,
Makefile_help, Objc_help, Pascal_help, Perl_help, PHP_help,
PS_help, Prolog_help, Python_help, Scheme_help, TeX_help,
Texinfo_help, Yacc_help, auto_help, none-help, no_lang_help): New
constants.
(PS_functions, PS_suffixes): Renamed from Postscript_functions and
Postscript_suffixes.
(lang_names): Adapted to the new language structure, new language
"objc" added (was previously merged with "proc").
(print_language_names): Some help strings corrected.
(print_help): Now takes an argument and possibly prints lang help.
(print_help): Some help strings corrected.  Documents
language-specific help.
(main): Only print help after having parsed all the arguments.

21 years ago*** empty log message ***
Francesco Potortì [Thu, 9 Jan 2003 15:20:39 +0000 (15:20 +0000)]
*** empty log message ***

21 years agoAdded reference to the new `etags --help --lang=LANG' option.
Francesco Potortì [Thu, 9 Jan 2003 15:15:28 +0000 (15:15 +0000)]
Added reference to the new `etags --help --lang=LANG' option.

21 years ago* language/ethio-util.el (ethio-gemination)
John Paul Wallington [Thu, 9 Jan 2003 14:13:48 +0000 (14:13 +0000)]
* language/ethio-util.el (ethio-gemination)
(exit-ethiopic-environment): Doc fixes.

* language/viet-util.el (viet-encode-viqr-region)
(viet-decode-viqr-region, viet-encode-viqr-buffer)
(viet-decode-viqr-buffer): Doc fixes.

21 years ago* paths.el: Remove gnus-startup-file.
ShengHuo ZHU [Thu, 9 Jan 2003 13:50:17 +0000 (13:50 +0000)]
* paths.el: Remove gnus-startup-file.

21 years agoUpgraded to MH-E version 7.1.
Bill Wohler [Wed, 8 Jan 2003 23:21:16 +0000 (23:21 +0000)]
Upgraded to MH-E version 7.1.

21 years ago(Fmake_network_process): Convert new port number
Kim F. Storm [Wed, 8 Jan 2003 22:16:12 +0000 (22:16 +0000)]
(Fmake_network_process): Convert new port number
to host byte order for `:service t' case.  From Mario Lang.

21 years ago*** empty log message ***
Kim F. Storm [Wed, 8 Jan 2003 22:14:55 +0000 (22:14 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jan Djärv [Wed, 8 Jan 2003 20:06:05 +0000 (20:06 +0000)]
*** empty log message ***

21 years ago(Fx_popup_menu): If popping up at mouse position,
Jan Djärv [Wed, 8 Jan 2003 20:06:05 +0000 (20:06 +0000)]
(Fx_popup_menu): If popping up at mouse position,
call XQueryPointer to get coordinates.
(popup_get_selection): Do not set popup_activated_flag to zero,
let popup_deactivate_callback do that.  Needed for Motif.
Call x_dispatch_event instead of XtDispatchEvent.
(xmenu_show): Calculate root coordinate from frame top/left position.

21 years ago*** empty log message ***
Dave Love [Wed, 8 Jan 2003 19:28:42 +0000 (19:28 +0000)]
*** empty log message ***

21 years ago(format-network-address): Added optional OMIT-PORT arg. Callers changed.
Kim F. Storm [Wed, 8 Jan 2003 15:35:03 +0000 (15:35 +0000)]
(format-network-address): Added optional OMIT-PORT arg.  Callers changed.

21 years ago*** empty log message ***
Kim F. Storm [Wed, 8 Jan 2003 15:33:55 +0000 (15:33 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kim F. Storm [Wed, 8 Jan 2003 10:38:18 +0000 (10:38 +0000)]
*** empty log message ***

21 years ago(server_accept_connection): Fixed recording of new
Kim F. Storm [Wed, 8 Jan 2003 10:38:06 +0000 (10:38 +0000)]
(server_accept_connection): Fixed recording of new
connection's local address in :local property of contact info.
(Fmake_network_process): Record local network address for new
client processes in :local property of contact info.

21 years ago(unforward-rmail-message): Don't use global variable `n'.
Kim F. Storm [Wed, 8 Jan 2003 10:13:57 +0000 (10:13 +0000)]
(unforward-rmail-message): Don't use global variable `n'.

21 years ago(unforward-rmail-message): Simplified. No functional change.
Francesco Potortì [Wed, 8 Jan 2003 09:11:23 +0000 (09:11 +0000)]
(unforward-rmail-message): Simplified.  No functional change.

21 years ago*** empty log message ***
Francesco Potortì [Wed, 8 Jan 2003 09:10:53 +0000 (09:10 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Markus Rost [Tue, 7 Jan 2003 19:35:51 +0000 (19:35 +0000)]
*** empty log message ***

21 years ago(Fread_variable): Doc fix.
Markus Rost [Tue, 7 Jan 2003 19:35:29 +0000 (19:35 +0000)]
(Fread_variable): Doc fix.

21 years ago(Fuser_variable_p): Doc change. For custom variables,
Markus Rost [Tue, 7 Jan 2003 19:33:57 +0000 (19:33 +0000)]
(Fuser_variable_p): Doc change.  For custom variables,
use the same test as for custom-variable-p.

21 years ago(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost [Tue, 7 Jan 2003 19:29:25 +0000 (19:29 +0000)]
(custom-variable-prompt): Doc change. Use custom-variable-p.
(customize-option): Remove search in loaddefs.el.
(customize-apropos):  Use custom-variable-p.
(custom-save-variables): Use custom-variable-p to detect non-rogue variables.

21 years ago(set-variable): Load deps of custom variables without type.
Markus Rost [Tue, 7 Jan 2003 19:25:20 +0000 (19:25 +0000)]
(set-variable): Load deps of custom variables without type.

21 years ago(describe-variable): Use custom-variable-p.
Markus Rost [Tue, 7 Jan 2003 19:17:46 +0000 (19:17 +0000)]
(describe-variable): Use custom-variable-p.

21 years agoRegenerated with the new custom-autoload calls.
Markus Rost [Tue, 7 Jan 2003 19:12:43 +0000 (19:12 +0000)]
Regenerated with the new custom-autoload calls.

21 years ago(make-autoload): Generate custom-autoload for autoloaded defcustoms.
Markus Rost [Tue, 7 Jan 2003 18:39:14 +0000 (18:39 +0000)]
(make-autoload): Generate custom-autoload for autoloaded defcustoms.

21 years ago(custom-autoload, custom-variable-p): New functions.
Markus Rost [Tue, 7 Jan 2003 18:33:18 +0000 (18:33 +0000)]
(custom-autoload, custom-variable-p): New functions.

21 years agoRegenerated.
Jan Djärv [Tue, 7 Jan 2003 17:53:56 +0000 (17:53 +0000)]
Regenerated.

21 years ago(unforward-rmail-message): Skip all newlines
Francesco Potortì [Tue, 7 Jan 2003 14:34:44 +0000 (14:34 +0000)]
(unforward-rmail-message): Skip all newlines
after the initial separator.
(unforward-rmail-message): Forwarded-From: and Forwarded-Date:
instead of Forwarded-from: and Forwarded-date:.

21 years ago*** empty log message ***
Francesco Potortì [Tue, 7 Jan 2003 14:33:59 +0000 (14:33 +0000)]
*** empty log message ***

21 years ago(fns.o): Depend on coding.h.
Dave Love [Tue, 7 Jan 2003 12:08:40 +0000 (12:08 +0000)]
(fns.o): Depend on coding.h.

21 years ago(dired-garbage-files-regexp): Add `.aux$'. These are
Kai Großjohann [Tue, 7 Jan 2003 10:20:38 +0000 (10:20 +0000)]
(dired-garbage-files-regexp): Add `.aux$'.  These are
produced by TeX.

21 years ago#
André Spiegel [Tue, 7 Jan 2003 08:30:56 +0000 (08:30 +0000)]
#

21 years ago(vc-rcs-checkout): Fix the check whether we are on a branch.
André Spiegel [Tue, 7 Jan 2003 08:28:15 +0000 (08:28 +0000)]
(vc-rcs-checkout): Fix the check whether we are on a branch.

21 years ago* INSTALL: Added documentation about --enable-carbon-app and
Steven Tamm [Tue, 7 Jan 2003 05:50:36 +0000 (05:50 +0000)]
* INSTALL: Added documentation about --enable-carbon-app and
changed documentation concerning Emacs.app location
Removed some of the documentation about make-package that isn't
needed
Changed comment about requiring root permission to install to
saying that it might be necessary depending on where you install
Refered to /usr caveat in more places

* make-package (make_options): Use new carbon_appdir option to
specify directory to install Application and lets the makefile
install

21 years ago* configure.in: New option, --enable-carbon-app, to specify
Steven Tamm [Tue, 7 Jan 2003 05:46:31 +0000 (05:46 +0000)]
* configure.in: New option, --enable-carbon-app, to specify
that the application should be installed
* Makefile.in (install-arch-dep): On Mac OS X, install the
Emacs.app application if carbon-app is enabled

21 years agoUpdate version number.
Miles Bader [Tue, 7 Jan 2003 01:26:24 +0000 (01:26 +0000)]
Update version number.

21 years agoUnset LANG etc. to avoid non-standard command output from non-C locales.
Miles Bader [Tue, 7 Jan 2003 01:25:53 +0000 (01:25 +0000)]
Unset LANG etc. to avoid non-standard command output from non-C locales.

21 years agoFix last change.
Dave Love [Mon, 6 Jan 2003 21:21:50 +0000 (21:21 +0000)]
Fix last change.

21 years ago*** empty log message ***
Dave Love [Mon, 6 Jan 2003 21:16:14 +0000 (21:16 +0000)]
*** empty log message ***

21 years ago(lookup-words): Cope with null lookup-dict.
Dave Love [Mon, 6 Jan 2003 20:46:57 +0000 (20:46 +0000)]
(lookup-words): Cope with null lookup-dict.

21 years ago("Chinese-EUC-TW"): New.
Dave Love [Mon, 6 Jan 2003 20:39:08 +0000 (20:39 +0000)]
("Chinese-EUC-TW"): New.

21 years agoCheck for nl_langinfo.
Dave Love [Mon, 6 Jan 2003 17:42:52 +0000 (17:42 +0000)]
Check for nl_langinfo.
[!HAVE_SIZE_T]: Fix typedef.

21 years ago(rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
John Paul Wallington [Mon, 6 Jan 2003 16:02:29 +0000 (16:02 +0000)]
(rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.

21 years agoInclude coding.h. Use POINTER_TYPE*, not void*.
Dave Love [Mon, 6 Jan 2003 15:41:17 +0000 (15:41 +0000)]
Include coding.h.  Use POINTER_TYPE*, not void*.
(Vlocale_coding_system): Declare.
(Qcodeset, Qdays, Qmonths, Qpaper): New.
(Flanginfo): New.
(syms_of_fns): Initialize new stuff.

21 years ago(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.
Dave Love [Mon, 6 Jan 2003 15:21:37 +0000 (15:21 +0000)]
(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.

21 years ago(syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix.
Dave Love [Mon, 6 Jan 2003 15:21:08 +0000 (15:21 +0000)]
(syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix.

21 years ago(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.
Dave Love [Mon, 6 Jan 2003 15:20:57 +0000 (15:20 +0000)]
(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.

21 years ago(INSTALL_INFO): Get install-info command from
David Kastrup [Mon, 6 Jan 2003 14:55:12 +0000 (14:55 +0000)]
(INSTALL_INFO): Get install-info command from
configure.

21 years agoRegenerated.
David Kastrup [Mon, 6 Jan 2003 14:54:51 +0000 (14:54 +0000)]
Regenerated.

21 years agoAdd tests for install-info
David Kastrup [Mon, 6 Jan 2003 14:51:49 +0000 (14:51 +0000)]
Add tests for install-info

21 years ago*** empty log message ***
David Kastrup [Mon, 6 Jan 2003 14:50:21 +0000 (14:50 +0000)]
*** empty log message ***

21 years agoDisplay message that this package is obsolete.
Richard M. Stallman [Mon, 6 Jan 2003 01:30:28 +0000 (01:30 +0000)]
Display message that this package is obsolete.

21 years agoAdd comma to clarify wording.
Richard M. Stallman [Mon, 6 Jan 2003 01:29:27 +0000 (01:29 +0000)]
Add comma to clarify wording.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 6 Jan 2003 01:28:25 +0000 (01:28 +0000)]
*** empty log message ***

21 years ago(isearch-repeat): Error if try to repeat search and there was no previou search.
Richard M. Stallman [Mon, 6 Jan 2003 01:21:15 +0000 (01:21 +0000)]
(isearch-repeat): Error if try to repeat search and there was no previou search.

21 years ago(dired-recursive-deletes): Fix custom type.
Richard M. Stallman [Mon, 6 Jan 2003 01:20:35 +0000 (01:20 +0000)]
(dired-recursive-deletes): Fix custom type.

21 years ago(dabbrev--substitute-expansion):
Richard M. Stallman [Mon, 6 Jan 2003 01:19:59 +0000 (01:19 +0000)]
(dabbrev--substitute-expansion):
Convert all whitespace to single spaces,
except when it's carried over from the existing text.

21 years ago(split-line): Clean up implementation.
Richard M. Stallman [Mon, 6 Jan 2003 01:17:19 +0000 (01:17 +0000)]
(split-line): Clean up implementation.

21 years agoComment change.
Richard M. Stallman [Mon, 6 Jan 2003 01:10:25 +0000 (01:10 +0000)]
Comment change.

21 years ago(rmail-font-lock-keywords): Discard code to match both cases.
Richard M. Stallman [Mon, 6 Jan 2003 01:08:31 +0000 (01:08 +0000)]
(rmail-font-lock-keywords): Discard code to match both cases.
(rmail-variables): Specify case-insensitive matching for font-lock.

(rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.

21 years ago(mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
Richard M. Stallman [Mon, 6 Jan 2003 01:07:14 +0000 (01:07 +0000)]
(mail-font-lock-keywords): Match multiline In-Reply-To and X-*.

21 years agoReference Debugging, not Debugger, in Lisp ref man.
Richard M. Stallman [Mon, 6 Jan 2003 01:04:56 +0000 (01:04 +0000)]
Reference Debugging, not Debugger, in Lisp ref man.

21 years agoMove toolBar table entry.
Richard M. Stallman [Mon, 6 Jan 2003 01:03:44 +0000 (01:03 +0000)]
Move toolBar table entry.
Shorten some @cindex entries.

21 years ago(try_scrolling): New arg LAST_LINE_MISFIT.
Richard M. Stallman [Mon, 6 Jan 2003 00:58:45 +0000 (00:58 +0000)]
(try_scrolling): New arg LAST_LINE_MISFIT.
Count LAST_LINE_MISFIT in scroll margin for end of window.
Move label too_near_end before setting SCROLL_MARGIN_POS.
Set LAST_LINE_MISFIT before jumping there.

(try_scrolling): Calculate amount_to_scroll better in
scroll_conservatively case.  If scrolling that much doesn't change
STARTP, move it down one line.

(setup_echo_area_for_printing): Kill Emacs if no selected frame.

21 years ago(apropos_predicate, apropos_accumulate): Make them static.
Richard M. Stallman [Mon, 6 Jan 2003 00:53:47 +0000 (00:53 +0000)]
(apropos_predicate, apropos_accumulate): Make them static.
(syms_of_keymap): staticpro them.
(Fapropos_internal): Initialize them and clear them out.
Don't GCPRO them.

21 years ago(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.
Richard M. Stallman [Mon, 6 Jan 2003 00:50:38 +0000 (00:50 +0000)]
(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.

21 years ago(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
Richard M. Stallman [Mon, 6 Jan 2003 00:49:20 +0000 (00:49 +0000)]
(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.

21 years agoNew misc type Lisp_Save_Value.
Richard M. Stallman [Mon, 6 Jan 2003 00:47:38 +0000 (00:47 +0000)]
New misc type Lisp_Save_Value.
(enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
(XSAVE_VALUE): New macro.
(struct Lisp_Save_Value): New data type.
(union Lisp_Misc): Add u_save_value alternative.
(make_save_value): Declared.

21 years ago(make_save_value): New function.
Richard M. Stallman [Mon, 6 Jan 2003 00:45:45 +0000 (00:45 +0000)]
(make_save_value): New function.

21 years ago(x_catch_errors): Save dpy using make_save_value.
Richard M. Stallman [Mon, 6 Jan 2003 00:45:31 +0000 (00:45 +0000)]
(x_catch_errors): Save dpy using make_save_value.
(x_catch_errors_unwind): Call XSync.

21 years ago(__P): Renamed from _P to avoid problems on Cygwin.
Kim F. Storm [Sun, 5 Jan 2003 23:38:59 +0000 (23:38 +0000)]
(__P): Renamed from _P to avoid problems on Cygwin.
All uses changed.