/[emacs]/emacs/src/print.c
ViewVC logotype

Log of /emacs/src/print.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.175.2.52 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:05:34 2009 UTC (14 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.175.2.51: +24 -19 lines
Diff to previous 1.175.2.51 , to branch point 1.175 , to next main 1.266
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-105


Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 21:08:27 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.265: +7 -0 lines
Diff to previous 1.265
(print_preprocess): Preprocess the key_and_value table of
hashtables, even tho they're "hidden" (bug#5082).


Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 11:52:28 2009 UTC (14 years, 6 months ago) by schwab
Branch: MAIN
Changes since 1.264: +4 -6 lines
Diff to previous 1.264
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
ignored second argument.  All callers changed.
* regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
(RE_STRING_CHAR_AND_LENGTH): Likewise.
* xdisp.c (string_char_and_length): Likewise.


Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 02:33:47 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.263: +3 -4 lines
Diff to previous 1.263
* xterm.c (x_new_font):
* print.c (print_object):
* cmds.c (Fself_insert_command): Move declarations before statements.


Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 18:47:51 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.262: +1 -1 lines
Diff to previous 1.262
Let integers use up 2 tags to give them one extra bit and double their range.
* lisp.h (USE_2_TAGS_FOR_INTS): New macro.
(LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P): New macros.
(enum Lisp_Type): Use them.  Give explicit values.
(Lisp_Type_Limit): Remove.
(XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
Pay attention to USE_2_TAGS_FOR_INTS.
(INTEGERP): Use LISP_INT_TAG_P.
* fns.c (internal_equal): Simplify the default case.
(sxhash): Use case_Lisp_Int.
* data.c (wrong_type_argument): Don't check against Lisp_Type_Limit any more.
(Ftype_of): Use case_Lisp_Int.
(store_symval_forwarding): Take into account the fact that Ints can
now have more than one tag.
* buffer.c (syms_of_buffer): Use LISP_INT_TAG.
buffer_slot_type_mismatch):
* xfaces.c (face_attr_equal_p):
* print.c (print_object):
* alloc.c (mark_maybe_object, mark_object, survives_gc_p): Use case_Lisp_Int.


Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 06:50:58 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.261: +7 -7 lines
Diff to previous 1.261
* xterm.c (syms_of_xterm):
* xselect.c (syms_of_xselect):
* xmenu.c (syms_of_xmenu):
* xfns.c (syms_of_xfns):
* xfaces.c (syms_of_xfaces):
* xdisp.c (syms_of_xdisp):
* window.c (syms_of_window):
* w32fns.c (syms_of_w32fns):
* undo.c (syms_of_undo):
* textprop.c (syms_of_textprop):
* terminal.c (syms_of_terminal):
* syntax.c (syms_of_syntax):
* sound.c (syms_of_sound):
* search.c (syms_of_search):
* print.c (syms_of_print):
* minibuf.c (syms_of_minibuf):
* macros.c (syms_of_macros):
* keymap.c (syms_of_keymap, initial_define_key)
(initial_define_lispy_key):
* keyboard.c (syms_of_keyboard):
* insdel.c (syms_of_insdel):
* image.c (syms_of_image):
* fringe.c (syms_of_fringe):
* frame.c (syms_of_frame):
* fontset.c (syms_of_fontset):
* fns.c (syms_of_fns):
* fns.c (syms_of_fns):
* fileio.c (syms_of_fileio):
* fileio.c (syms_of_fileio):
* eval.c (syms_of_eval):
* doc.c (syms_of_doc):
* dispnew.c (syms_of_display):
* dired.c (syms_of_dired):
* dbusbind.c (syms_of_dbusbind):
* data.c (syms_of_data):
* composite.c (syms_of_composite):
* coding.c (syms_of_coding):
* cmds.c (syms_of_cmds):
* charset.c (define_charset_internal, syms_of_character):
* ccl.c (syms_of_ccl):
* category.c (syms_of_category, init_category_once):
* casetab.c (syms_of_casetab):
* casefiddle.c (syms_of_casefiddle):
* callint.c (syms_of_callint):
* bytecode.c (syms_of_bytecode):
* buffer.c (keys_of_buffer, syms_of_buffer):
* alloc.c (syms_of_alloc):
* process.c (syms_of_process, init_process):
* lread.c (syms_of_lread, init_obarray):
* font.c (build_style_table):
* emacs.c (syms_of_emacs, main): Replace calls to intern with
intern_c_string, calls to make_pure_string with
make_pure_c_string.  Use pure_cons instead of Fcons.

* process.c (socket_options): Make it const.
(set_socket_option, init_process): Use a const pointer.

* lread.c (intern_c_string): New function.
(defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
(defvar_int): Uset it.  Make the name const char*.

* font.c (struct table_entry): Remove unused member.  Make NAMES
constant.
(weight_table, slant_table, width_table): Make constant.

* emacs.c (struct standard_args): Make name and longname constant.


Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Mon Oct 19 04:27:17 2009 UTC (14 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.260: +1 -0 lines
Diff to previous 1.260
* alloc.c: Do not define struct catchtag.
* eval.c: Move struct catchtag definition ...
* lisp.h: ... here.

* image.c: Move png.h #include earlier to avoid warnings.

* xterm.c:
* xsmfns.c:
* xselect.c:
* xrdb.c:
* xmenu.c:
* xftfont.c:
* xfont.c:
* xfns.c:
* xfaces.c:
* xdisp.c:
* window.c:
* widget.c:
* w32xfns.c:
* w32uniscribe.c:
* w32term.c:
* w32select.c:
* w32reg.c:
* w32proc.c:
* w32menu.c:
* w32inevt.c:
* w32heap.c:
* w32font.c:
* w32fns.c:
* w32console.c:
* w32.c:
* w16select.c:
* vm-limit.c:
* unexsol.c:
* unexec.c:
* unexcw.c:
* unexaix.c:
* undo.c:
* tparam.c:
* textprop.c:
* terminfo.c:
* terminal.c:
* termcap.c:
* term.c:
* syntax.c:
* sound.c:
* sheap.c:
* search.c:
* scroll.c:
* region-cache.c:
* regex.c:
* ralloc.c:
* process.c:
* print.c:
* msdos.c:
* minibuf.c:
* menu.c:
* marker.c:
* macros.c:
* keymap.c:
* keyboard.c:
* intervals.c:
* insdel.c:
* indent.c:
* gtkutil.c:
* ftxfont.c:
* ftfont.c:
* fringe.c:
* frame.c:
* fontset.c:
* font.c:
* fns.c:
* floatfns.c:
* filelock.c:
* fileio.c:
* emacs.c:
* editfns.c:
* dosfns.c:
* doprnt.c:
* doc.c:
* dispnew.c:
* dired.c:
* dbusbind.c:
* data.c:
* composite.c:
* coding.c:
* cmds.c:
* cm.c:
* chartab.c:
* charset.c:
* character.c:
* ccl.c:
* category.c:
* casetab.c:
* casefiddle.c:
* callproc.c:
* callint.c:
* bytecode.c:
* buffer.c:
* atimer.c: Include setjmp.h.  (Bug#4643)

* xlwmenu.c:
* lwlib.c:
* lwlib-utils.c:
* lwlib-Xm.c:
* lwlib-Xlw.c:
* lwlib-Xaw.c: Include setjmp.h.


Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 07:22:11 2009 UTC (14 years, 7 months ago) by handa
Branch: MAIN
Changes since 1.259: +1 -1 lines
Diff to previous 1.259
(print_object): Escape a symbol like "2E10" too.


Revision 1.175.2.51 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:02:14 2009 UTC (14 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.50: +64 -0 lines
Diff to previous 1.175.2.50 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-103


Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 10:16:05 2009 UTC (14 years, 8 months ago) by tzz
Branch: MAIN
Changes since 1.258: +2 -2 lines
Diff to previous 1.258
(print_object): Set escapeflag to 1 when printing
hashtable keys and values.


Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Fri Aug 7 05:46:35 2009 UTC (14 years, 9 months ago) by dann
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.257: +0 -2 lines
Diff to previous 1.257
(syms_of_print): Undo previous change.


Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 09:19:22 2009 UTC (14 years, 9 months ago) by tzz
Branch: MAIN
Changes since 1.256: +66 -0 lines
Diff to previous 1.256
* lread.c (read1, syms_of_lread): Read hashtables back from the
readable format.

* print.c (print_preprocess, print_object): Print hashtables fully
and readably.
(syms_of_print): Provide 'hashtable-print-readable.


Revision 1.175.2.50 - (view) (download) (annotate) - [select for diffs]
Fri Apr 10 07:08:45 2009 UTC (15 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.175.2.49: +7 -0 lines
Diff to previous 1.175.2.49 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-102


Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Fri Apr 3 06:23:49 2009 UTC (15 years, 1 month ago) by handa
Branch: MAIN
CVS Tags: EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_93, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC
Changes since 1.255: +7 -0 lines
Diff to previous 1.255
(print_object): Make each lowest sub_char_table start a new line.


Revision 1.175.2.49 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 07:55:58 2009 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.175.2.48: +1 -1 lines
Diff to previous 1.175.2.48 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-99


Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 03:15:53 2009 UTC (15 years, 4 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90, EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, lexbind-base
Changes since 1.254: +1 -1 lines
Diff to previous 1.254
Add 2009 to copyright years.


Revision 1.175.2.48 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:19:58 2008 UTC (15 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.175.2.47: +1 -6 lines
Diff to previous 1.175.2.47 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-98


Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 08:02:15 2008 UTC (15 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.253: +1 -6 lines
Diff to previous 1.253
(print_object): For bool-vector, delete unnecessary
check of ASCII_BYTE_P.


Revision 1.175.2.47 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 05:44:09 2008 UTC (15 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.46: +0 -39 lines
Diff to previous 1.175.2.46 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-95


Revision 1.233.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 14:19:18 2008 UTC (15 years, 9 months ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_3, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.233.2.6: +1 -1 lines
Diff to previous 1.233.2.6 , to branch point 1.233 , to next main 1.266
(print_object): Fix off-by-one in last change.


Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 05:33:53 2008 UTC (15 years, 9 months ago) by dann
Branch: MAIN
CVS Tags: remove-vms, small-dump-base
Changes since 1.252: +0 -39 lines
Diff to previous 1.252
* bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.

* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.

* message.el (Module):

* gnus-start.el (Module):

* gnus-registry.el (Module):

* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.

* etags.c:
* emacsclient.c: Remove VMS support.

* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.

* ediff.texi: Remove VMS support.

* os.texi:
* intro.texi:
* files.texi: Remove VMS support.

* emacs.texi: Remove VMS support.

* make-dist:
* README: Remove VMS support.
* vms: Remove directory.


Revision 1.175.2.46 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 14:15:51 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.175.2.45: +4 -3 lines
Diff to previous 1.175.2.45 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-94


Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 06:49:19 2008 UTC (15 years, 9 months ago) by schwab
Branch: MAIN
CVS Tags: before-remove-carbon, before-remove-vms, remove-carbon
Changes since 1.251: +1 -1 lines
Diff to previous 1.251
(print_object): Fix off-by-one in last change.


Revision 1.233.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 05:05:56 2008 UTC (15 years, 10 months ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_2_90
Changes since 1.233.2.5: +4 -3 lines
Diff to previous 1.233.2.5 , to branch point 1.233
(print_object): Check print_depth before searching for circularities.


Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 05:03:39 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.250: +4 -3 lines
Diff to previous 1.250
(print_object): Check print_depth before searching for circularities.


Revision 1.175.2.45 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:29:53 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.44: +0 -10 lines
Diff to previous 1.175.2.44 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-91


Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 04:24:37 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk
Changes since 1.249: +0 -10 lines
Diff to previous 1.249
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.

* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.

* config.nt: Remove reference to UNEXEC_SRC.

* lwlib.c: Remove references to obsolete variables.

* fakemail.c: Remove references to obsolete variables.

* os.texi: Remove references to obsolete systems.

* configure.in:
* configure: Remove references to obsolete systems.


Revision 1.175.2.44 - (view) (download) (annotate) - [select for diffs]
Fri May 23 04:32:22 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.175.2.43: +33 -6 lines
Diff to previous 1.175.2.43 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-83


Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Wed May 14 07:49:47 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.248: +4 -6 lines
Diff to previous 1.248
Switch to recommended form of GPLv3 permissions notice.


Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Wed May 14 01:39:58 2008 UTC (16 years ago) by handa
Branch: MAIN
Changes since 1.247: +29 -0 lines
Diff to previous 1.247
Include font.h.
(print_object): Handle font-related objects.


Revision 1.175.2.43 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:47:56 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.175.2.42: +1 -1 lines
Diff to previous 1.175.2.42 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-82


Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Tue May 6 18:27:54 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.246: +1 -1 lines
Diff to previous 1.246
(print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.


Revision 1.246.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 01:45:06 2008 UTC (16 years ago) by handa
Branch: font-backend
Changes since 1.246: +29 -0 lines
Diff to previous 1.246 , to next main 1.266
*** empty log message ***


Revision 1.175.2.42 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:55:46 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.175.2.41: +1 -2 lines
Diff to previous 1.175.2.41 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-79


Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 00:30:43 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.245: +1 -2 lines
Diff to previous 1.245
(print-quoted): Docstring update.


Revision 1.175.2.41 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 09:28:12 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.175.2.40: +137 -21 lines
Diff to previous 1.175.2.40 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-71


Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 16:00:51 2008 UTC (16 years, 3 months ago) by miles
Branch: MAIN
CVS Tags: merge-unicode-to-trunk
Changes since 1.244: +137 -21 lines
Diff to previous 1.244
Merge unicode branch

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037


Revision 1.175.2.40 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:12:43 2008 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.175.2.39: +1 -1 lines
Diff to previous 1.175.2.39 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-69


Revision 1.190.2.38 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:12:29 2008 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.37: +1 -1 lines
Diff to previous 1.190.2.37 , to branch point 1.190 , to next main 1.266
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312


Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 20:44:23 2008 UTC (16 years, 4 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base
Changes since 1.243: +1 -1 lines
Diff to previous 1.243
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987


Revision 1.233.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 04:29:54 2008 UTC (16 years, 4 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91, EMACS_PRETEST_22_1_92
Changes since 1.233.2.4: +1 -1 lines
Diff to previous 1.233.2.4 , to branch point 1.233
Add 2008 to copyright years.


Revision 1.175.2.39 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:41:57 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.175.2.38: +1 -1 lines
Diff to previous 1.175.2.38 , to branch point 1.175
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-63


Revision 1.190.2.37 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:50:21 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.36: +1 -1 lines
Diff to previous 1.190.2.36 , to branch point 1.190
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294


Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 16:16:02 2007 UTC (16 years, 6 months ago) by schwab
Branch: MAIN
Changes since 1.242: +1 -1 lines
Diff to previous 1.242
(print_object): Add cast when passing EMACS_INT
values to sprintf.


Revision 1.175.2.38 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 10:00:28 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.37: +24 -15 lines
Diff to previous 1.175.2.37 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-62


Revision 1.175.2.37 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:58:08 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.36: +2 -4 lines
Diff to previous 1.175.2.36 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 122-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-59


Revision 1.175.2.36 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:55:03 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.35: +18 -8 lines
Diff to previous 1.175.2.35 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-889)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22
   - Add missing change from rel-22 branch to src/image.c
   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Remove man, lispref, and lispintro directories

 * emacs--multi-tty--0  (base, patch 1-45)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-743
   - Merge from lorentey@elte.hu--2004
   - Remove out-of-date meta-files
   - Tweak perms to be more like emacs--devo--0
   - Restore lispref/elisp-covers.texi
   - Sync with sealing patch in lorentey@elte.hu.
   - Rudimentary fix for environment variable handling.
   - Update from CVS
   - server.el: Don't change the default directory in the *scratch* buffer.
   - Merged from emacs--devo--0
   - Revert to official bug report addresses.
   - Merge from emacs--devo--0
   - Import changelog info from arch logs into ChangeLog.multi-tty files
   - Update from CVS: src/puresize.h (BASE_PURESIZE): Increase.
   - Restore original arch-tag in src/ChangeLog.multi-tty

 * emacs--rel--22  (patch 101-121)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 248-256)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   - Add CVS metadata files.
   - Update from CVS.
   - Update from CVS
   - Sync with miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-539.

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0-  (version 0)

   - Branch closed.  Use miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 instead.

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (base, patch 1-4)

   - tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
   - Add a level of indirection to terminal characteristics.
   - Implemented multiple tty support.
   - Updating_frame vs. selected_frame in term.c.
   - Added a pointer to my archive to README.multi-tty
 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-5

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 6-223, 225-257)

   - Removed two files that were committed by mistake.
   - Fixed two typos.
   - Full support for multiple terminal I/O (with some rough edges).
   - Fully eliminated global tty state variables.
   - Cosmetic changes in README.multi-tty
   - Added compilation instructions to README.multi-tty.
   - Implemented automatic deletion of terminals.
   - README.multi-tty updates.
   - Small change in README.multi-tty
   - Merged in changes from CVS HEAD
   - Joined miles@gnu.org--gnu-2004/emacs--cvs-trunk--0
   - Trivial changes
   - Bugfix festival.
   - Handle Ctl-G in emacsclient.
   - Make sure secondary frames are deleted when emacsclient quits.
   - Merged in changes from CVS head
   - Don't compile sys_select on systems that don't need it.
   - Delete server frames on server restart.
   - Undo patch-23.  I need a coffee.
   - Major bugfixes and slight enhancements.
   - A few more bugfixes and new features.
   - Separate frame-local, tty-dependent parameters from tty-local parameters.
   - Fixed X support, preliminary support for X-tty combo sessions.
   - MULTI_KBOARD support for ttys.  Input-related bugfixes for X+tty sessions.
   - Got rid of the rif (window-based redisplay interface) global variable.
   - Fix longopts option name for --tty.
   - Portability fixes (now it compiles & runs fine on Solaris).
   - Added multi-tty support for talk.el.
   - Fixed typo in talk.el.
   - Fixed typo in talk.el (again).
   - Fix mouse-position for tty+X combo sessions.
   - Add "multi-tty" to emacs-version output.
   - Fix more SEGV cases in frame.c
   - Converted display hooks to be display-local.  Plus many bugfixes.
   - Fix SEGV in init_sys_modes during X startup
   - Hookified termcap devices, added bootstrap display device, plus many
     bugfixes.
   - Numerous bugfixes and small improvements.
   - Changed tty input code to use read_socket_hook.
   - Fix C-g handling with multiple ttys.
   - Don't select on stdin unconditionally.
   - Support for opening X frames from a tty session.
   - Fix initialization of the window-system variable.
   - Romain Francoise's and Ami Fischman's bugfixes.
   - Added note about the commit mailing list.
   - Fixed tty faces during combo sessions.  Plus other assorted bugfixes.
   - Set the keyboard of the initial frame correctly.
   - Fixed interactive temacs.
   - Removed %T in mode-line-format.  Trivial documentation changes.
   - Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
   - Cosmetic changes.
   - Don't exit Emacs when the X display is closed during a tty-X combo session.
   - Prevent core dumps when the X server crashes.
   - Fix the case when emacsclient is run on Emacs's controlling tty.
   - Trivial fixes to shut up some of the compiler warnings.
   - Don't hang on the tty if called from a shell script.
   - Fixed a typo in README.multi-tty.
   - Added newly loaded stuff in loadup.el to src/Makefile.in.
   - Don't try to init X drag and drop on a termcap frame.
   - Fix list-colors-display and other functions on a termcap frame
   - Added -w option to emacsclient for opening a new X frame.
   - Verify the version of Emacsclient.
   - Changed emacsclient to open new frames by default.
   - README updates.
   - Don't read too many characters from the tty.
   - Don't delete a tty if it's the last device with frames.
   - Fix typo in delete_display_hook documentation.
   - Fix a crash in emacsclient when DISPLAY is unset.
   - Block more input during read_avail_input.
   - Allow tty_read_avail_input to use the whole input buffer.
   - Don't try to handle a new event if the input buffer is full.
   - Back out previous change, it causes infinite recursion.
   - Revert patch-93, that was the real culprit.  Reapply patch-97.
   - Check for numchars > 0 in handle_one_xevent, not 1.
   - (Sigh.) Don't try to read more events than the buffer size.
   - Make emacsclient refuse to create a frame inside an Emacs term buffer.
   - Implemented suspending of emacsclient frames.
   - Added *.rej to tla's unrecognized pattern.
   - Fix background-mode on terminal frames (Dan Nicolaescu).
   - Fixed compiler warnings for keyboard.c.
   - Trivial cleanups to get rid of GCC warnings.
   - Trivial cleanup in fringe.c, missing from previous patch.
   - Removed *.rej from backup pattern in tagging method.
   - Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert
     Chassell).
   - Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
   - Fix bootstrap problems in CVS.
   - Fix initialization order at bootstrap (Dan Nicolaescu).
   - Trivial cosmetic change in dispnew.c.
   - Prevent Lisp nesting errors while bootstrapping.
   - Fix #include errors for FreeBSD (Frank Ruell)
   - Merged in changes from CVS trunk
   - README changes.
   - Merged in changes from CVS trunk.
   - Eliminated updating_frame.
   - Fix segfault in term.c (reported by lukhas@free.fr).
   - Another server.el overhaul.
   - Fix frame parameter handling in server.el.
   - In emacsclient, protect the xmitted string from fprintf expansion (Dan
     Nicolaescu).
   - Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
   - Fix one more case of the previous error.
   - A simple implementation for display-local frame parameters.
   - Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
   - Fixed environment variable handling during terminal initialization.
   - Added branch description to admin/notes/BRANCH.
   - Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
   - Add kludge to prevent overriding keyboard-coding-system customization.
   - Make terminal_coding and keyboard_coding display-local.
   - New control structure: with-selected-frame.
   - Use with-selected-frame.
   - Fix environment variables on emacsclient frames.
   - Use the remote locale for terminal & keyboard coding system.
   - Update README.multi-tty.
   - Fix server-socket-dir initialization (rep. by Friedrich Delgado
     Friedrichs).
   - Fix terminal coding system in multibyte locales (rep. by Friedrich
     Delgado Friedrichs).
   - Fix background mode initialization on client tty frames (rep. by Dan
     Nicolaescu).
   - Fix window-system-default-frame-alist (ARISAWA Akihiro).
   - Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
   - Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
   - Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
   - README.multi-tty update.
   - Clear single_kboard each time Emacs returns to top-level.
   - Don't core dump on SIGINT when there is no frame on the controlling tty.
   - Dissociate from the controlling tty correctly on FreeBSD.
   - Make server-start safe against accidental restarts.
   - Fix parse error in term.c (ARISAWA Akihiro).
   - Fix byte-compile errors during bootstrap.  (Reported by Juraj Kubelka.)
   - Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
   - Reapply src/Makefile.in changes that got lost in the tagline snafu of
     patch-197.
   - Implemented display ids for multiple emacsclients on the same tty.
     Plus assorted bugfixes.
   - Fix bootstrap errors.
   - Fixed C-c from the controlling terminal.
   - Don't leave buffers created by nowait clients buried under others
     (rep. by Dan Nicolaescu).
   - Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
   - Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE
     Tetsuya.)
   - Prevent the previous bug from reappearing later.
   - Fix creating frames on different X servers.
   - Cleaned up README compile & test instructions.
   - Updated archive location in docs. (Thanks to Dan Waber.)
   - README updates, including a new Tips & Tricks section
   - Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
   - Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
   - Add TAGS-LISP to precious regex in src/.
   - Merged in changes from CVS trunk (Jan D. has fixed the XSync call in
     xterm.c, no need to disable it anymore).
   - Inhibit redisplay while frames are being deleted after an X disconnect.
   - Fix typo in src/Makefile.in.
   - Removed C99ism in init_fringe_bitmap.
   - Small tweaks in server.el.
   - Set ncurses-related environment variables while creating a new
 tty frame. (Reported by Dan Nicolaescu.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 258-292)

   - Merged in changes from CVS trunk.
   - Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.)
     Plus cleanups.
   - Fix bootstrap problem with --without-x.
   - Trivial documentation change in keyboard.c.
   - Remove remaining references to updating_frame.
   - Increase PURESIZE to handle the extra stuff recently added.
   - Trivial changes in x_create_tip_frame.
   - README update.
   - Joined Miles's 2005 Emacs branch.
   - Merged in changes from CVS trunk.  (Long time no see!) :-)
   - Fix bootstrap error in CVS.
   - Fix xassert-related bootstrap errors.
   - Add some new precious/backup patterns in src/.
   - Update =partner-versions.
   - Prevent emacsclient errors when Emacs is compiled without X support.
   - README updates. (Reported by Xavier Mallard)
   - Merged from miles@gnu.org--gnu-2005 (patch 76-78)
   - Fix typo in dispnew.c.
   - Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
   - On C-x C-c, restrict `save-some-buffers' to the client's buffers.
     (Reported by Han Boetes.)
   - Fix compilation error with GTK, fix issues with double C-g on
     controlling tty.
  (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 293-605)

   - Merged from miles@gnu.org--gnu-2005 (patch 91-94)
   - Initialize blink-cursor-mode consistently.
   - Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
   - Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
   - Fix line/column number positioning in emacsclient. (Reported by Han
     Boetes.)
   - Merged from miles@gnu.org--gnu-2005 (patch 117-118)
   - Merged from miles@gnu.org--gnu-2005 (patch 119)
   - Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
   - Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
   - Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
   - Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
   - Fix crash condition when an X server connection is broken. (Reported
     by Vincent Bernat.)
   - Declare Vinhibit_redisplay in xterm.c.
   - Don't abort with GTK when a tty is opened.
   - Merged from miles@gnu.org--gnu-2005 (patch 159)
   - Merged from miles@gnu.org--gnu-2005 (patch 160-161)
   - Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
   - Merged from miles@gnu.org--gnu-2005 (patch 183)
   - Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
   - Close the X connection when the last frame is deleted.
   - Fix stupid syntax errors in previous patch.
   - README updates.
   - Revert changes that were committed by mistake in the previous patch.
   - Merged from miles@gnu.org--gnu-2005 (patch 192-203)
   - Fix some superflous deviations from CVS, plus apply some cosmetics.
   - Fix yet another compilation error.
   - Merged from miles@gnu.org--gnu-2005 (patch 204-213)
   - Fix some aspects of X display shutdown.
   - Prevent core dump when connection is lost during frame creation.
   - README update. (Fix identifier names in emacs background preloader
     example.)
   - Fix error when creating tty clients.
   - Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
   - Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
   - Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
   - Resolve crashes related to face aliases.
   - Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
   - Fix bootstrap error during loadup.
   - Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
   - Merged from miles@gnu.org--gnu-2005 (patch 269)
   - Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
   - Fix describe-variable with frame-local variables.
   - I give up; attempt to fix annoying crashes by reverting xdisp.c
     changes in patch-328.
   - Merged from miles@gnu.org--gnu-2005 (patch 279-280)
   - Merged from miles@gnu.org--gnu-2005 (patch 281-285)
   - Fix exponential slowdowns on repeated tty frame creation.
   - Fix UTF-8 tty input when first frame is an X frame. Steps towards
     multiple tty locale support.
   - Fix typo in get_display.
   - Support for ttys with different character locale settings.
   - Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
   - Merged from miles@gnu.org--gnu-2005 (patch 292-295)
   - Disable display type check in start_hourglass, and always set up the timer.
   - Merged from miles@gnu.org--gnu-2005 (patch 296-306)
   - Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
   - Merged from miles@gnu.org--gnu-2005 (patch 307-312)
   - Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
   - Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
   - Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
   - Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
   - Merged from miles@gnu.org--gnu-2005 (patch 423-434)
   - Merged from miles@gnu.org--gnu-2005 (patch 435-437)
   - Merged from miles@gnu.org--gnu-2005 (patch 438-440)
   - Merged from miles@gnu.org--gnu-2005 (patch 441-446)
   - Make function-key-map a terminal-local variable (move it inside the
     kboard struct).
   - Update Lisp code for a terminal-local `function-key-map'.
   - Make sure the terminfo function key sequences are set up in the
     correct function-key-map.
   - Work around mysterious breakage of arrow key recognition under screen
     (see first TODO in README).
   - Change key-translation-map to be terminal-local.
   - Merged from miles@gnu.org--gnu-2005 (patch 447-448)
   - Replace encoded-kbd-mode with display-specific
     encoded-kbd-setup-display. (Doesn't work yet.)
   - New version of ldefs-boot.el.
   - Cleanup: Move kboard fields from struct frame and device-specific
     descriptors to struct display.
   - New C function `push_display_kboard'.
   - Work around nondeterministic binding of terminal-local variables.
     (Fixes national character input on ttys.)
   - Use terminal-local-value to access function-key-map in terminal packages.
   - Speed up loading of term/xterm.el.
   - Speed up loading of term/xterm.el (Dan Nicolaescu).
   - Remove pointless conditional around key substitution block in
     term/xterm.el (Dan Nicolaescu)
   - Fix the original cause of the "arrow keys don't work on screen" bug.
   - Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
   - Merged from miles@gnu.org--gnu-2005 (patch 469)
   - Implement rudimentary Lisp-level terminal parameters.
   - Small enhancements.
   - Handle and document that `delete-frame' may call functions in
     `delete-frame-functions' twice.
   - Merged from miles@gnu.org--gnu-2005 (patch 470-473)
   - Merged from miles@gnu.org--gnu-2005 (patch 474)
   - Fix compilation error in src/term.c.
   - At long last, fix annoying SELECTED_FRAME crashes after unexpected
     connection failures. Yay!
   - README update.
   - Rename term_init to init_tty.
   - Rename `struct display' to `struct device'. Update function, parameter
     and variable names accordingly.
   - Cosmetic changes in server.el.
   - Fix compilation error in select_frame_for_redisplay.
   - Rename function-key-map to local-function-key-map, and
     global-function-key-map to function-key-map. Same for
     key-translation-map.
   - Fix dumb error leading to national keys not working on ttys.
   - Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
   - Don't let window-system-default-frame-alist override parameters
     specified manually.
   - Work around crashes in X session management after normal shutdown of X
     server.
   - Apply patch from CVS trunk to fix recenter on ttys.
   - Add two pending bugs to README.multi-tty.
   - Merged in changes from CVS trunk.  Plus added lisp/term tweaks.
   - Fix syntax error in lisp/term/xterm.el.
   - Merged in changes from CVS trunk.  (Testing my own CVS gateway.)
   - Add =upstream-branch file for semi-automated merges.
   - Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
   - Fix terminal initialization code.  (Contributed by Dan Nicolaescu.)
   - Slightly refactor the terminal initialization code for simplicity.
   - Apply settings in `window-system-default-frame-alist' to the initial
     frame as well.
   - Prevent resource allocation explosion when C-x 5 2 is used on xterms.
   - Enforce the presence of `window-system' and `tty-type' frame
     parameters in all frames.
   - Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el.
     (Submitted by Dan Nicolaescu.)
   - Merged in changes from CVS trunk.
   - Fix bootstrap error.
   - Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up
     some corner cases in Emacs server.
   - Fix `emacsclient +12 file' behaviour.  (Reported by Han Boetes.)
   - Make xt-mouse.el multi-tty-compatible.
   - Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
   - Make `emacsclient -n <filename>' open new X frames when possible.
     (Reported by Bas Kok.)
   - Don't let server-save-buffers-kill-display unexpectedly kill Emacs on
     --no-wait's X frames.
   - Set Emacs version number to 22.0.51 to allow parallel installations of
     CVS trunk and the multi-tty branch.
   - Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by
     Han Boetes, analysis by Kalle Olavi Niemitalo.)
   - Fix bootstrap error in keyboard.c.
   - Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
   - Fix assertion on kboard->kbd_queue and other such crashes.
   - Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
   - Merged from miles@gnu.org--gnu-2005 (patch 543)
   - Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
   - Fix hardcoded stdout usage in term.c.  (Reported by Dan Nicolaescu.)
   - Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
   - Merged from miles@gnu.org--gnu-2005 (patch 578-592)
   - Merged from miles@gnu.org--gnu-2005 (patch 593-595)
   - Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
   - Fix Delete key on X by adapting normal-erase-is-backspace-mode for
     multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
   - Change the "pretest" bug report address to the multi-tty list.
   - Merged from miles@gnu.org--gnu-2005 (patch 610-614)
   - Doc update.
   - Change `keyboard-translate-table' to be terminal-local.
   - Don't try to rebind the `t' symbol.
   - Protect keyboard-translate-table from GC.
   - Fix semantics of terminal-local variables. Remove
     `terminal-local-value' hack.
   - Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
   - Update frames-on-display-list to accept terminal id numbers.
   - Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
   - Fix some of the bootstrap problems.
   - Increase puresize.  (Emacs needs 1205176 pure bytes now.)
   - Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
   - Merged from miles@gnu.org--gnu-2005 (patch 655)
   - Increase PURESIZE yet again.
   - Store client's environment in terminal parameters, not server parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 656-658)
   - Merged from miles@gnu.org--gnu-2005 (patch 659-663)
   - Delete leftover id for "info/dir".
   - Fix "first non-ASCII character on new tty frames" problem.
   - Prevent core dumps with GTK by disabling secondary X connections there.
   - Work around Emacs crash on Konsole detach.  (Tom Schutzer-Weissmann)
   - Fix typo in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
   - Implement full support for frame-local `next-buffer' and `previous-buffer'.
   - Reimplement and extend support for terminal-local environment variables.
   - Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim
     Verona.) Split `set-input-mode'.
   - Pull a bugfix from CVS to prevent problems with the Debian semantic
     package.
   - Fix compilation error during non-X builds.
   - Reimplement terminal parameters in C; clean up term.c, create terminal.c.
   - Implement automatic terminal-local environment variables via
     `local-environment-variables'.
   - Fix compilation errors in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 677)
   - Fix error during bootstrap.
   - Fix semantics of let-binding `process-environment'.
   - Initialize Vprocess_environment to nil.
   - Store local environment in frame (not terminal) parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 678-680)
   - Merged from miles@gnu.org--gnu-2005 (patch 681)
   - Update environment-related doc strings.
   - Rename `struct device' to `struct terminal'. Rename some
     terminal-related functions similarly.
   - Set `local-environment-variables' to t by default.
   - Show the splash screen on Emacsclient frames.  Show *scratch* by default.
   - Display "@" in mode-lines of Emacsclient frames.
   - Make sure `delete-frame-functions' can not prevent the frame from
     being deleted.
   - Fix crash in lookup_image on termcap frames.
   - Enhance splash screens to work better with emacsclient.
   - Fix splash screen loosing input events on Emacsclient frames.
   - Don't display the splash screen when no frame was created. (Fixes tty
     resume.)
   - (Hopefully) fix bootstrap error on OpenBSD.  (reported by Han Boetes)
   - Fix typo in docstring of `frame-with-environment'.
   - Cosmetic fixes in xfns.c.
   - Install workaround for "X protocol error: BadCursor (invalid Cursor
     parameter) on protocol request 2"
   - Make all frames created in an emacsclient session belong to that client.
   - Experimental change: don't restore kboard after temporary changes if
     Emacs wasn't in single kboard state.
   - Fix typo in `server-handle-delete-frame'; fix startup echo area message.
   - Fix last frame check in server.el.
   - Fix Delete keys under X (for good, this time).
   - Overhaul and simplify single_kboard API. Allow calls to
     `recursive-edit' in process filters. Small fixes.
   - Merged from miles@gnu.org--gnu-2005 (patch 682)
   - Fix abort() in read_key_sequence.
   - Remove group write permissions from all files.
   - Merged from miles@gnu.org--gnu-2005 (patch 683-684)
   - Fix C-g during `make-network-process'.  (Reported by Mark Plaksin.)
   - Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
   - Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
   - Merged from miles@gnu.org--gnu-2005 (patch 185-186, 700-703)
   - Fix bootstrap problem reported by Han Boetes.
   - Fix some bugs related to wrong_kboard_jmpbuf.
   - Eliminate wrong_kboard_jmpbuf.
   - Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
   - Fix compilation error on older GCCs (reported by "mace").
   - Merged from
   - Fix bootstrapping problem.  (Reported by "mace".)
   - Merged from emacs@sv.gnu.org
   - Add explicit abort() when x_catch_errors_unwind is called by mistake.
   - Fix `emacsclient --eval '(progn (find-file "file")'' and the like.
     (Reported by Han Boetes.)
   - Fix permissions. (Reported by Han Boetes.)
   - Fix tty state problem after error in `set-quit-char'.
   - Fix compilation.
   - Fix `server-delete-client' behavior when the user quits `kill-buffer'.
     (Reported by Han Boetes.)
   - Increase puresize.
   - Fix bogus crash with -DENABLE_CHECKING.
   - Remove unused variable in read_key_sequence.
   - Fix GDB magic.
   - Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh
     Madhu.)
   - Fix ediff problems.  (Reported by Dan Nicolaescu.)
   - Fix compilation error in ediff-wind.el.  D'oh.
   - Fix bizarre syntax error, probably from a baz merge bug.
   - Let the Emacs server recognize `inhibit-startup-echo-area-message'.
     (Reported by Han Boetes.)
   - Set emacsbug.el's pretest address to the multi-tty list. (Reported by
     Richard Lewis.)
   - Fix toolbars on X frames when Emacs is started on a tty. (Reported by
     Richard Lewis.)
   - Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the
     state of the current frame.
   - Clean up tty device handling. Change name of controlling tty from nil
     to "/dev/tty".
   - Set `default-directory' in *scratch* to the current directory of
     emacsclient.
   - Fix compilation error on OpenBSD.  (Reported by Han Boetes.)
   - Fix OpenBSD compilation some more.  (Fix by Han Boetes.)
   - Fix delete key after C-x 5 2 on X.  (Catched by Dan Nicolaescu.)
   - Fix tooltip border color.
   - Fix previous commit.
   - (Attempt to) fix bootstrap error.
   - Fix typo in startup.el.
   - Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)
   - Make `tty-display-color-p' follow its doc string. (Reported by Dan
     Nicolaescu.)
   - Fix stupid crash during startup.
   - Fix crashes in redisplay functions on suspended tty frames. (Reported
     by Dan Nicolaescu.)
   - Fix crashes in `delete-terminal' caused by recursive calls or X
     displays with live frames.
   - Don't load terminit files repeatedly. Also, don't call terminit
     functions more than once per terminal.
   - Fix and/or simplify terminal initialization files.
   - Fix C-x 5 2 on the controlling tty; fix some possible crash conditions
     and a memory leak.
   - Fix syntax errors in terminal initialization files.
   - Fix compilation error in lwlib/xlwmenu.c.
   - Rework environment variable support. (Reported by Kalle Olavi
     Niemitalo and Noah Friedman.)
   - Merged from emacs@sv.gnu.org.
   - Fix typo in lisp/term/xterm.el.
   - Let frames on new terminals inherit 'environment and 'client.
   - Fix x_catch_errors-related abort after X disconnects. (Reported by Dan
     Nicolaescu).
   - Fix F10 behaviour.  (Reported by Bernard Adrian.)
   - Remove superfluous properties from the mode-line-client indicator.
     (Reported by Kalle Olavi Niemitalo)
   - Fix various aborts in get_named_tty.  (Patch by Kalle Olavi Niemitalo)
   - Increase PURESIZE.
   - Fix obvious runtime errors after merge.
   - Regenerate lisp/ldefs-boot.el.
   - Merged from emacs@sv.gnu.org.  Last-minute emacsclient rewrites be damned!
   - Fix crash in window.c.
   - Fix various suspend-related bugs in emacsclient. (Report & patch by
     Dan Nicolaescu.)
   - Remove semantic.cache, fix tagging method.
   - Fix compilation errors.  Regenerate ldefs-boot.el.
   - Re-enable GTK multidisplay support.
   - Regenerate ldefs-boot, remove junk.
   - Fix compilation error with non-toolkit scrollbar.

 * lorentey@elte.hu--2004/emacs--multi-tty--0-  (version 0)

   - This branch is now closed. Work continues at
     emacs@sv.gnu.org/emacs--multi-tty--0.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-56


Revision 1.175.2.35 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:41:19 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.34: +14 -6 lines
Diff to previous 1.175.2.34 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-851)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-92)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-54


Revision 1.175.2.34 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:36:27 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.33: +1 -1 lines
Diff to previous 1.175.2.33 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-53


Revision 1.175.2.33 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:33:24 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.32: +1 -1 lines
Diff to previous 1.175.2.32 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-815)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-51


Revision 1.190.2.36 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:11:48 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.35: +24 -15 lines
Diff to previous 1.190.2.35 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278


Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:07:17 2007 UTC (16 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.241: +24 -15 lines
Diff to previous 1.241
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908


Revision 1.233.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 08:22:35 2007 UTC (16 years, 7 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.233.2.3: +24 -15 lines
Diff to previous 1.233.2.3 , to branch point 1.233
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.190.2.35 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 23:59:58 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.34: +2 -4 lines
Diff to previous 1.190.2.34 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 122-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270


Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 15:42:57 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.240: +2 -4 lines
Diff to previous 1.240
* lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
(XMISCANY): New macro.
(XMISCTYPE): Use it.
(struct Lisp_Misc_Any): New type.
(union Lisp_Misc): Use it.
(struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
* data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
(find_symbol_value, set_internal, default_value, Fset_default)
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
(Flocal_variable_if_set_p, Fvariable_binding_locus):
The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
* alloc.c (allocate_buffer): Set the size and tag.
(allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
Use XMISCANY.
(die): Follow the GNU convention for error messages.
* print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
tag any more.
(set_buffer_internal_1):
* frame.c (store_frame_param):
* eval.c (specbind):
* xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.


Revision 1.190.2.34 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:20:43 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.33: +18 -8 lines
Diff to previous 1.190.2.33 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257


Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 21:24:46 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.239: +1 -1 lines
Diff to previous 1.239
* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Turn `count' into an integer.
* fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
(sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
* print.c (print_object) <HASH_TABLE_P>: `count' is an int.
* alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
(mark_object) <HASH_TABLE_P>: Use mark_vectorlike.


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 20:55:28 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.238: +1 -5 lines
Diff to previous 1.238
(safe_debug_print): Use XHASH.


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 21:24:47 2007 UTC (16 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.237: +14 -0 lines
Diff to previous 1.237
(print_object): Handle terminals.


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 05:27:56 2007 UTC (16 years, 8 months ago) by miles
Branch: MAIN
CVS Tags: merge-multi-tty-to-trunk
Changes since 1.236: +2 -2 lines
Diff to previous 1.236
Merge multi-tty branch

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866


Revision 1.233.4.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:50:51 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.233.4.3: +14 -6 lines
Diff to previous 1.233.4.3 , to branch point 1.233 , to next main 1.266
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31


Revision 1.190.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:48:09 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.32: +14 -6 lines
Diff to previous 1.190.2.32 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:41:15 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.235: +14 -6 lines
Diff to previous 1.235
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851


Revision 1.233.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 08:01:30 2007 UTC (16 years, 9 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.233.2.2: +14 -6 lines
Diff to previous 1.233.2.2 , to branch point 1.233
(new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.


Revision 1.233.4.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:44:23 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.233.4.2: +1 -1 lines
Diff to previous 1.233.4.2 , to branch point 1.233
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28


Revision 1.190.2.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:48:22 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.31: +1 -1 lines
Diff to previous 1.190.2.31 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:27:55 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.234: +1 -1 lines
Diff to previous 1.234
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828


Revision 1.233.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 05:15:41 2007 UTC (16 years, 10 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.233.2.1: +1 -1 lines
Diff to previous 1.233.2.1 , to branch point 1.233
Switch license to GPLv3 or later.


Revision 1.190.2.19.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:54:44 2007 UTC (16 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.8: +3 -3 lines
Diff to previous 1.190.2.19.2.8 , to branch point 1.190.2.19 , to next main 1.190.2.38
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 224-231)

   - Update configure
   - Update from CVS
   - Merge from emacs--devo--0
   - Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
   - Regenerate configure

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-65


Revision 1.233.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 10:40:03 2007 UTC (16 years, 10 months ago) by lektu
Branch: EMACS_22_BASE
Changes since 1.233: +1 -1 lines
Diff to previous 1.233
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.190.2.31 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 04:47:35 2007 UTC (16 years, 10 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.190.2.30: +1 -1 lines
Diff to previous 1.190.2.30 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 806-813)

   - Merge from emacs--rel--22
   - Update from CVS

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230


Revision 1.233.4.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 02:04:12 2007 UTC (16 years, 10 months ago) by miles
Branch: multi-tty
Changes since 1.233.4.1: +1 -1 lines
Diff to previous 1.233.4.1 , to branch point 1.233
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 10:56:33 2007 UTC (16 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.233: +1 -1 lines
Diff to previous 1.233
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.190.2.30 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 03:37:30 2007 UTC (16 years, 10 months ago) by monnier
Branch: emacs-unicode-2
Changes since 1.190.2.29: +2 -2 lines
Diff to previous 1.190.2.29 , to branch point 1.190
Replace uses of GC_* macros with the non-GC_ versions.


Revision 1.233.4.1 - (view) (download) (annotate) - [select for diffs]
Sun May 13 13:26:52 2007 UTC (17 years ago) by miles
Branch: multi-tty
Changes since 1.233: +2 -2 lines
Diff to previous 1.233
Import arch branch emacs@sv.gnu.org/emacs--multi-tty--0


Revision 1.175.2.32 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:51:54 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.175.2.31: +1 -1 lines
Diff to previous 1.175.2.31 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 676-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-45


Revision 1.190.2.19.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:41:00 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.7: +7 -2 lines
Diff to previous 1.190.2.19.2.7 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 670-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * emacs--unicode--0  (patch 185-189)

   - Merge from emacs--devo--0
   - Update from CVS
   - vc-bzr.el: New file.

 * gnus--rel--5.10  (patch 209-215)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-59


Revision 1.190.2.29 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:17:40 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.28: +1 -1 lines
Diff to previous 1.190.2.28 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 675-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 09:16:36 2007 UTC (17 years, 1 month ago) by lektu
Branch: MAIN
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT, EMACS_PRETEST_22_0_97, EMACS_PRETEST_22_0_98, EMACS_PRETEST_22_0_99, EMACS_PRETEST_22_0_990
Branch point for: EMACS_22_BASE, multi-tty
Changes since 1.232: +1 -1 lines
Diff to previous 1.232
(Fprin1_to_string): Use macro SPECPDL_INDEX.


Revision 1.175.2.31 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:46:29 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.175.2.30: +6 -1 lines
Diff to previous 1.175.2.30 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 671-675)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-44


Revision 1.175.2.30 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:40:37 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.175.2.29: +2 -1 lines
Diff to previous 1.175.2.29 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-661)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * gnus--rel--5.10  (patch 200-206)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-42


Revision 1.190.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 13:33:01 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.27: +6 -1 lines
Diff to previous 1.190.2.27 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 670-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 08:50:46 2007 UTC (17 years, 2 months ago) by mituharu
Branch: MAIN
Changes since 1.231: +6 -1 lines
Diff to previous 1.231
Include blockinput.h.
(Fredirect_debugging_output): Add BLOCK_INPUT around fclose.


Revision 1.190.2.19.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 01:04:57 2007 UTC (17 years, 2 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.6: +2 -1 lines
Diff to previous 1.190.2.19.2.6 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 177-179)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-56


Revision 1.190.2.27 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 23:03:31 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.26: +2 -1 lines
Diff to previous 1.190.2.26 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 23:26:27 2007 UTC (17 years, 2 months ago) by kfstorm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_95
Changes since 1.230: +2 -1 lines
Diff to previous 1.230
(print): Reset print_number_index if Vprint_number_table is nil.


Revision 1.175.2.29 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:02 2007 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.175.2.28: +1 -1 lines
Diff to previous 1.175.2.28 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-39


Revision 1.190.2.19.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:10 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.5: +1 -1 lines
Diff to previous 1.190.2.19.2.5 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-53


Revision 1.190.2.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:04 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.25: +1 -1 lines
Diff to previous 1.190.2.25 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 04:18:15 2007 UTC (17 years, 4 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94
Changes since 1.229: +1 -1 lines
Diff to previous 1.229
Add 2007 to copyright years.


Revision 1.175.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:50:27 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.27: +10 -10 lines
Diff to previous 1.175.2.27 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 438-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-29


Revision 1.175.2.27 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:47:13 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.26: +28 -6 lines
Diff to previous 1.175.2.26 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 399-437)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * gnus--rel--5.10  (patch 126-136)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-28


Revision 1.175.2.26 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:44:02 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.25: +9 -0 lines
Diff to previous 1.175.2.25 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 383-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-27


Revision 1.175.2.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:39:27 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.24: +3 -1 lines
Diff to previous 1.175.2.24 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-357)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-117)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-25


Revision 1.190.2.19.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:07:35 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.4: +10 -10 lines
Diff to previous 1.190.2.19.2.4 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 111)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-38


Revision 1.190.2.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:04:12 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.24: +10 -10 lines
Diff to previous 1.190.2.24 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 13:11:46 2006 UTC (17 years, 8 months ago) by schwab
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90, EMACS_PRETEST_22_0_91, EMACS_PRETEST_22_0_92
Changes since 1.228: +10 -10 lines
Diff to previous 1.228
Whitespace fixup.


Revision 1.190.2.19.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:38:47 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.3: +28 -6 lines
Diff to previous 1.190.2.19.2.3 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 423-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 109-110)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 131-136)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-37


Revision 1.190.2.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:23:46 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.23: +28 -6 lines
Diff to previous 1.190.2.23 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 427-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 134-136)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 15:15:54 2006 UTC (17 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.227: +27 -5 lines
Diff to previous 1.227
(print_string): When printcharfun is t,
copy string contents and call strout on the copy.


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 11:38:58 2006 UTC (17 years, 8 months ago) by schwab
Branch: MAIN
Changes since 1.226: +1 -1 lines
Diff to previous 1.226
(strout): Fix whitespace.


Revision 1.190.2.19.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 04:15:49 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.2: +9 -0 lines
Diff to previous 1.190.2.19.2.2 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 101-104)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-31


Revision 1.190.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 14:08:45 2006 UTC (17 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.22: +9 -0 lines
Diff to previous 1.190.2.22 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 12:32:57 2006 UTC (17 years, 9 months ago) by schwab
Branch: MAIN
Changes since 1.225: +1 -1 lines
Diff to previous 1.225
(debug_output_compilation_hack): Fix return type.


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 05:15:25 2006 UTC (17 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.224: +9 -0 lines
Diff to previous 1.224
(debug_output_compilation_hack): New function.


Revision 1.190.2.19.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 23:58:06 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19.2.1: +3 -1 lines
Diff to previous 1.190.2.19.2.1 , to branch point 1.190.2.19
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 90-91)
 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-23


Revision 1.190.2.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 00:42:39 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.21: +3 -1 lines
Diff to previous 1.190.2.21 , to branch point 1.190
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 21:07:55 2006 UTC (17 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.223: +3 -1 lines
Diff to previous 1.223
Comment change.


Revision 1.175.2.24 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:34:03 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.23: +1 -0 lines
Diff to previous 1.175.2.23 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 226-238)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.

 * gnus--rel--5.10  (patch 86-90)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-19


Revision 1.175.2.23 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:32:13 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.22: +2 -1 lines
Diff to previous 1.175.2.22 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 206-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-18


Revision 1.175.2.22 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:27:20 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.21: +8 -4 lines
Diff to previous 1.175.2.21 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 164-184)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: man/mh-e.texi (Folders): Various edits.
   - Update from erc--emacs--0

 * gnus--rel--5.10  (patch 62-70)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-15


Revision 1.175.2.21 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:06:24 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.20: +1 -1 lines
Diff to previous 1.175.2.20 , to branch point 1.175
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-5


Revision 1.175.2.20 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:42:06 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.19: +4 -9 lines
Diff to previous 1.175.2.19 , to branch point 1.175
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 675-684)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 169-173)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-62


Revision 1.175.2.19 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:03 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.18: +7 -1 lines
Diff to previous 1.175.2.18 , to branch point 1.175
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.175.2.18 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:34:26 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.17: +20 -0 lines
Diff to previous 1.175.2.17 , to branch point 1.175
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 640-648)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-60


Revision 1.175.2.17 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:39:08 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.175.2.16: +4 -2 lines
Diff to previous 1.175.2.16 , to branch point 1.175
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.190.2.19.2.1 - (view) (download) (annotate) - [select for diffs]
Fri May 12 08:30:06 2006 UTC (18 years ago) by miles
Branch: unicode-xft
Changes since 1.190.2.19: +3 -1 lines
Diff to previous 1.190.2.19
Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-2

Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 204-273)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Clean up lisp/gnus/ChangeLog a bit
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char

 * emacs--unicode--0  (patch 56-60)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 81-100)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.190.2.21 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 05:39:08 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Changes since 1.190.2.20: +1 -0 lines
Diff to previous 1.190.2.20 , to branch point 1.190
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 226-238)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.

 * gnus--rel--5.10  (patch 86-90)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 11:37:08 2006 UTC (18 years, 1 month ago) by lh
Branch: MAIN
Changes since 1.222: +1 -0 lines
Diff to previous 1.222
(PRINTFINISH): Call signal_after_change.


Revision 1.190.2.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 08:40:56 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.19: +2 -1 lines
Diff to previous 1.190.2.19 , to branch point 1.190
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 204-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 10:36:25 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.221: +2 -1 lines
Diff to previous 1.221
(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
`print-level' and `print-length'.


Revision 1.190.2.19 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 23:08:10 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Branch point for: unicode-xft
Changes since 1.190.2.18: +8 -4 lines
Diff to previous 1.190.2.18 , to branch point 1.190
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 164-184)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: man/mh-e.texi (Folders): Various edits.
   - Update from erc--emacs--0

 * gnus--rel--5.10  (patch 62-70)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Sat Mar 25 17:58:37 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.220: +8 -4 lines
Diff to previous 1.220
(print_output_debug_flag): New global variable.
(Fexternal_debugging_output) [WINDOWSNT]: Don't call OutputDebugString if
print_output_debug_flag is zero.


Revision 1.190.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:26:40 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.17: +1 -1 lines
Diff to previous 1.190.2.17 , to branch point 1.190
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 15:23:21 2006 UTC (18 years, 3 months ago) by ttn
Branch: MAIN
Changes since 1.219: +1 -1 lines
Diff to previous 1.219
Update years in copyright notice; nfc.


Revision 1.190.2.17 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:10 2006 UTC (18 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.16: +23 -2 lines
Diff to previous 1.190.2.16 , to branch point 1.190
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.184.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:51 2006 UTC (18 years, 4 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.184: +196 -45 lines
Diff to previous 1.184 , to next main 1.266
sync with trunk


Revision 1.208.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:44 2006 UTC (18 years, 4 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.208.2.1: +32 -8 lines
Diff to previous 1.208.2.1 , to branch point 1.208 , to next main 1.266
Update from HEAD


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 15:37:25 2005 UTC (18 years, 5 months ago) by lorentey
Branch: MAIN
Changes since 1.218: +2 -1 lines
Diff to previous 1.218
(print_preprocess): Don't loose print_depth levels while iterating.


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 15:55:29 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.217: +2 -8 lines
Diff to previous 1.217
2005-12-17  Chong Yidong  <cyd@stupidchicken.com>

	* print.c (print_preprocess): Just signal an error if print_depth
	is exceeded.


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 15:51:00 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.216: +8 -2 lines
Diff to previous 1.216
Revert last change.


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 15:46:16 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.215: +2 -8 lines
Diff to previous 1.215
	* print.c (print_preprocess): Just signal an error if print_depth
	is exceeded.


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 20:49:46 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.214: +7 -1 lines
Diff to previous 1.214
	* print.c (print_preprocess): Go to a deeper print_depth to avoid
	print_object loop.


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Wed Nov 9 23:14:32 2005 UTC (18 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.213: +20 -0 lines
Diff to previous 1.213
(safe_debug_print): New function to be called from gdb
to print Lisp objects; use valid_lisp_object_p to avoid crashing
if user tries to print something which is not a Lisp object.


Revision 1.190.2.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 10:20:26 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.15: +4 -2 lines
Diff to previous 1.190.2.15 , to branch point 1.190
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 23:10:59 2005 UTC (18 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.212: +1 -1 lines
Diff to previous 1.212
(print_error_message): Fix last change.


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 13:42:40 2005 UTC (18 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.211: +3 -1 lines
Diff to previous 1.211
(print_error_message): Pass copy of caller name to message_dolog.


Revision 1.175.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:26:02 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.15: +3 -2 lines
Diff to previous 1.175.2.15 , to branch point 1.175
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.175.2.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:04:39 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.14: +2 -2 lines
Diff to previous 1.175.2.14 , to branch point 1.175
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.190.2.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:51:42 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.14: +3 -2 lines
Diff to previous 1.190.2.14 , to branch point 1.190
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Sun Aug 7 12:33:17 2005 UTC (18 years, 9 months ago) by ttn
Branch: MAIN
Changes since 1.210: +3 -2 lines
Diff to previous 1.210
Update years in copyright notice; nfc.


Revision 1.190.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:42:45 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.13: +2 -2 lines
Diff to previous 1.190.2.13 , to branch point 1.190
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 16:06:34 2005 UTC (18 years, 10 months ago) by lute
Branch: MAIN
Changes since 1.209: +2 -2 lines
Diff to previous 1.209
Update FSF's address.


Revision 1.208.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:36:33 2005 UTC (18 years, 11 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.208: +10 -6 lines
Diff to previous 1.208
Merged from HEAD


Revision 1.175.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 06:28:20 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.175.2.13: +10 -6 lines
Diff to previous 1.175.2.13 , to branch point 1.175
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-258)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.190.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 05:03:28 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.12: +10 -6 lines
Diff to previous 1.190.2.12 , to branch point 1.190
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-257)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 08:42:30 2005 UTC (19 years, 1 month ago) by lute
Branch: MAIN
Changes since 1.208: +10 -6 lines
Diff to previous 1.208
(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
accessible part of the buffer.


Revision 1.159.6.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 20:01:34 2005 UTC (19 years, 2 months ago) by ttn
Branch: ttn-vms-21-2-stash
CVS Tags: ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Changes since 1.159: +1 -1 lines
Diff to previous 1.159 , to next main 1.266
(print_object): Delete `\ ' from printed rep of frame.


Revision 1.159.8.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 19:57:46 2005 UTC (19 years, 2 months ago) by ttn
Branch: ttn-vms-21-3-stash
Changes since 1.159: +1 -1 lines
Diff to previous 1.159 , to next main 1.266
(print_object): Delete `\ ' from printed rep of frame.


Revision 1.175.2.13 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 04:21:16 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.175.2.12: +9 -0 lines
Diff to previous 1.175.2.12 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.190.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:52:56 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.11: +9 -0 lines
Diff to previous 1.190.2.11 , to branch point 1.190
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Tue Nov 9 13:24:35 2004 UTC (19 years, 6 months ago) by kfstorm
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.207: +1 -1 lines
Diff to previous 1.207
(print_object): Fix format string.


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 22:46:17 2004 UTC (19 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.206: +9 -0 lines
Diff to previous 1.206
(print_object): Print Lisp_Misc_Save_Value objects.


Revision 1.190.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 01:19:47 2004 UTC (19 years, 7 months ago) by handa
Branch: emacs-unicode-2
Changes since 1.190.2.10: +1 -1 lines
Diff to previous 1.190.2.10 , to branch point 1.190
(print_object): Include sub char-table in cicularities
detection.


Revision 1.175.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:20:10 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.175.2.11: +3 -3 lines
Diff to previous 1.175.2.11 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-58

Merge from emacs--funvec--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--funvec--0--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482

 * miles@gnu.org--gnu-2004/emacs--funvec--0--patch-1
   Apply +funvec-20040520-0-c.patch


Revision 1.175.2.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 04:42:23 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.10: +5 -5 lines
Diff to previous 1.175.2.10 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
   Update from CVS


Revision 1.190.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 04:30:42 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.9: +5 -5 lines
Diff to previous 1.190.2.9 , to branch point 1.190
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
   Update from CVS: lisp/progmodes/make-mode.el: Fix comments.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
   Update from CVS


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 14:54:56 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
CVS Tags: after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-yamaoka
Branch point for: gnus-5_10-branch
Changes since 1.205: +5 -5 lines
Diff to previous 1.205
(print_preprocess): Test for print_depth at limit
before entering in being_printed.


Revision 1.175.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:20:31 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.9: +1 -1 lines
Diff to previous 1.175.2.9 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419
   Update from CVS


Revision 1.175.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:10:53 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.8: +5 -5 lines
Diff to previous 1.175.2.8 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-406
   Update from CVS


Revision 1.175.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:24:07 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.7: +2 -1 lines
Diff to previous 1.175.2.7 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-324
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-338
   Update from CVS


Revision 1.175.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:14:37 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.175.2.6: +3 -3 lines
Diff to previous 1.175.2.6 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-323
   Update from CVS


Revision 1.190.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 16:46:04 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.8: +1 -1 lines
Diff to previous 1.190.2.8 , to branch point 1.190
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430
   Update from CVS


Revision 1.190.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:29:23 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.190.2.7: +52 -16 lines
Diff to previous 1.190.2.7 , to branch point 1.190
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Mon Jun 21 19:51:27 2004 UTC (19 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.204: +1 -1 lines
Diff to previous 1.204
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 15:33:33 2004 UTC (19 years, 11 months ago) by schwab
Branch: MAIN
Changes since 1.203: +5 -5 lines
Diff to previous 1.203
(print_object): Always use %ld for printing EMACS_INT.


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Wed May 19 07:37:13 2004 UTC (20 years ago) by dpe
Branch: MAIN
Changes since 1.202: +2 -1 lines
Diff to previous 1.202
(print): Reset print_depth before to call print_object.


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Mon May 17 22:47:40 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.201: +3 -3 lines
Diff to previous 1.201
(print_object): Increase buf size.


Revision 1.175.2.6 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:38:42 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.175.2.5: +31 -0 lines
Diff to previous 1.175.2.5 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-281
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Mon May 10 16:55:38 2004 UTC (20 years ago) by rms
Branch: MAIN
Changes since 1.200: +29 -0 lines
Diff to previous 1.200
(print_preprocess): Use being_printed, loop_count and
halftail to detect overdeep nesting and cyclic cdr chains.


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Mon May 10 12:09:08 2004 UTC (20 years ago) by handa
Branch: MAIN
Changes since 1.199: +2 -0 lines
Diff to previous 1.199
(temp_output_buffer_setup): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.


Revision 1.175.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:11:02 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.175.2.4: +11 -2 lines
Diff to previous 1.175.2.4 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-240
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-254
   Update from CVS


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 21:56:26 2004 UTC (20 years ago) by schwab
Branch: MAIN
Changes since 1.198: +11 -2 lines
Diff to previous 1.198
(print_object): Print non-ascii characters in bool vector representation
as octal escapes.  Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR.


Revision 1.190.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:49 2004 UTC (20 years, 1 month ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.190.2.6: +81 -18 lines
Diff to previous 1.190.2.6 , to branch point 1.190
Sync to HEAD


Revision 1.190.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 11:41:33 2004 UTC (20 years, 2 months ago) by handa
Branch: emacs-unicode-2
Changes since 1.190.2.5: +4 -2 lines
Diff to previous 1.190.2.5 , to branch point 1.190
(print_prune_string_charset): Fix Lisp_Object/int mixup.


Revision 1.175.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 14:48:53 2004 UTC (20 years, 3 months ago) by uid65618
Branch: lexbind
Changes since 1.175.2.3: +9 -4 lines
Diff to previous 1.175.2.3 , to branch point 1.175
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-2

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5
   Add =cvs-sync-make-log script

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7
   Use absolute tla-tools filenames in =cvs-sync-make-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8
   Use proper arch-tag: syntax for lispintro/texinfo.tex

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-10
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
   Add section on button package to lisp reference manual

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
   Minor tweaks to Buttons section in lispref/display.texi

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-14
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-15
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-20
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-23
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-24
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-25
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-26
   Fix permission bogosities

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-27
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-28
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-29
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-30
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-31
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-32
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-33
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-34
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-35
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-36
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-37
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-38
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-40
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
   Make fringe-drawing stuff compile without a window-system

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-43
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-44
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-45
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-47
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-48
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-49
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-50
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-51
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-53
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-54
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-56
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-57
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-58
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-59
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-60
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-61
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-62
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-63
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-64
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-65
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-66
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-67
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-68
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-69
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-70
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-73
   Update from CVS


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 11:53:59 2004 UTC (20 years, 3 months ago) by uid65629
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.197: +3 -2 lines
Diff to previous 1.197
(print_preprocess): Declare size as EMACS_INT to not lose bits.
(print_object): Likewise.


Revision 1.190.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 23:45:31 2004 UTC (20 years, 4 months ago) by uid65620
Branch: emacs-unicode-2
CVS Tags: emacs-bidi-base
Branch point for: emacs-bidi
Changes since 1.190.2.4: +2 -1 lines
Diff to previous 1.190.2.4 , to branch point 1.190
(print_check_string_charset_prop): Fix previous change.


Revision 1.190.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 23:30:38 2004 UTC (20 years, 4 months ago) by uid65620
Branch: emacs-unicode-2
Changes since 1.190.2.3: +1 -1 lines
Diff to previous 1.190.2.3 , to branch point 1.190
*** empty log message ***


Revision 1.190.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 23:27:07 2004 UTC (20 years, 4 months ago) by uid65620
Branch: emacs-unicode-2
Changes since 1.190.2.2: +106 -0 lines
Diff to previous 1.190.2.2 , to branch point 1.190
Include charset.h.
(Vprint_charset_text_property): New variable.
(Qdefault): Extern it.
(PRINT_STRING_NON_CHARSET_FOUND)
(PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
(print_check_string_result): New variable.
(print_check_string_charset_prop): New function.
(print_prune_charset_plist): New variable.
(print_prune_string_charset): New function.
(print_object): Call print_prune_string_charset if
Vprint_charset_text_property is not t.
(print_interval): Print nothing if itnerval->plist is nil.
(syms_of_print): Declare Vprint_charset_text_property as a lisp
variable.  Init and staticpro print_prune_charset_plist.


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 00:15:52 2004 UTC (20 years, 4 months ago) by uid65629
Branch: MAIN
Changes since 1.196: +3 -1 lines
Diff to previous 1.196
(print_preprocess) <case Lisp_Vectorlike>: Only mask
size if PSEUDOVECTOR_FLAG is set.


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 00:24:28 2003 UTC (20 years, 4 months ago) by uid68472
Branch: MAIN
Changes since 1.195: +3 -1 lines
Diff to previous 1.195
(Ferror_message_string): Add hyperlink to the definition of `signal'
in the Elisp manual.


Revision 1.175.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 05:20:01 2003 UTC (20 years, 4 months ago) by uid65618
Branch: lexbind
Changes since 1.175.2.2: +46 -0 lines
Diff to previous 1.175.2.2 , to branch point 1.175
Synchronize with CVS trunk


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 09:48:15 2003 UTC (20 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.194: +12 -0 lines
Diff to previous 1.194
(Fredirect_debugging_output) [!GNU_LINUX]: Do not
define this defun on systems that cannot use stderr as lvalue.


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 21:28:24 2003 UTC (20 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.193: +34 -0 lines
Diff to previous 1.193
(Fredirect_debugging_output): New defun.
(syms_of_print): Defsubr it.


Revision 1.190.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 23:48:44 2003 UTC (20 years, 6 months ago) by handa
Branch: emacs-unicode-2
Changes since 1.190.2.1: +2 -1 lines
Diff to previous 1.190.2.1 , to branch point 1.190
(print_object): Always print ASCII chars as is.


Revision 1.175.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:16:52 2003 UTC (20 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.175.2.1: +42 -22 lines
Diff to previous 1.175.2.1 , to branch point 1.175
Update from arch emacs--lexbind branch


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 14:35:40 2003 UTC (20 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.192: +23 -14 lines
Diff to previous 1.192
(Fprin1_to_string): Move the PRINTPREPARE later,
so that PRINTFINISH won't unbind Qinhibit_modification_hooks.


Revision 1.190.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 12:48:12 2003 UTC (20 years, 8 months ago) by handa
Branch: emacs-unicode-2
Changes since 1.190: +31 -20 lines
Diff to previous 1.190
*** empty log message ***


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:56 2003 UTC (20 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.191: +3 -0 lines
Diff to previous 1.191
Add arch taglines


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 22:45:18 2003 UTC (20 years, 9 months ago) by schwab
Branch: MAIN
Changes since 1.190: +1 -1 lines
Diff to previous 1.190
(print_string): Fix printing of multibyte string with
nontrivial printcharfun.


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Tue Jul 22 19:22:02 2003 UTC (20 years, 10 months ago) by monnier
Branch: MAIN
Branch point for: emacs-unicode-2
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
(temp_output_buffer_setup): Typo.


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Tue Jul 22 19:06:48 2003 UTC (20 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.188: +3 -2 lines
Diff to previous 1.188
(temp_output_buffer_setup): Use delete_all_overlays.


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 14:48:41 2003 UTC (20 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.187: +3 -3 lines
Diff to previous 1.187
(temp_output_buffer_setup): Use new type for overlays_(before|after).


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Wed May 28 11:47:41 2003 UTC (20 years, 11 months ago) by rms
Branch: MAIN
CVS Tags: Boehm-GC-base
Branch point for: Boehm-GC
Changes since 1.186: +3 -1 lines
Diff to previous 1.186
(syms_of_print) <print-escape-nonascii>: Doc fix.


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Fri May 9 14:03:23 2003 UTC (21 years ago) by rms
Branch: MAIN
CVS Tags: kfs_20030524_post, kfs_20030524_pre
Changes since 1.185: +12 -7 lines
Diff to previous 1.185
(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Bind Qinhibit_modification_hooks to t so there will be no GC.
Rename local `tem' to `save_deactivate_mark'.


Revision 1.175.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 06:21:02 2003 UTC (21 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.175: +120 -72 lines
Diff to previous 1.175
Update from trunk.


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 15:52:37 2003 UTC (21 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.184: +2 -0 lines
Diff to previous 1.184
(Fprin1_to_string): Return unibyte string if possible.


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Tue Feb 4 14:03:13 2003 UTC (21 years, 3 months ago) by lektu
Branch: MAIN
CVS Tags: RMAIL-MBOX-BASE
Branch point for: rmail-mbox-branch
Changes since 1.183: +18 -18 lines
Diff to previous 1.183
Trailing whitespace deleted.


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Mon Oct 14 01:30:26 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.182: +28 -0 lines
Diff to previous 1.182
(print): When backquote form is the car of a list,
output in old style.  Use old_backquote_output to output all
comma forms inside it in old style too.


Revision 1.172.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 6 21:16:50 2002 UTC (21 years, 7 months ago) by fx
Branch: emacs-unicode
Changes since 1.172.2.4: +1 -1 lines
Diff to previous 1.172.2.4 , to branch point 1.172 , to next main 1.266
Copyright up-date.


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Wed Sep 18 15:57:39 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.181: +22 -9 lines
Diff to previous 1.181
(print): Clear out the unused parts of Vprint_number_table.
(syms_of_print): Doc fix for `print-number-table'.


Revision 1.172.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 06:27:09 2002 UTC (21 years, 10 months ago) by handa
Branch: emacs-unicode
Changes since 1.172.2.3: +6 -1 lines
Diff to previous 1.172.2.3 , to branch point 1.172
(print_object): Use octal form for printing the
contents of a bool vector.


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 21:48:27 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.180: +16 -2 lines
Diff to previous 1.180
(print_error_message): New args CONTEXT and CALLER.  Calls changed.


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 14:27:16 2002 UTC (21 years, 10 months ago) by raeburn
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179
(temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Buffer name argument is now
pointer to const.


Revision 1.172.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 22:30:36 2002 UTC (21 years, 10 months ago) by fx
Branch: emacs-unicode
Changes since 1.172.2.2: +0 -5 lines
Diff to previous 1.172.2.2 , to branch point 1.172
(print_string): Remove CHAR_VALID_P test.


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 00:00:37 2002 UTC (21 years, 10 months ago) by raeburn
Branch: MAIN
Changes since 1.178: +28 -28 lines
Diff to previous 1.178
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 11:19:09 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.177: +0 -10 lines
Diff to previous 1.177
(print_error_message): Don't handle Vsignaling_function here.


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 14:14:17 2002 UTC (21 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.176: +4 -4 lines
Diff to previous 1.176
Use macro SPECPDL_INDEX.


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 21:33:18 2002 UTC (21 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.175: +1 -0 lines
Diff to previous 1.175
(temp_output_buffer_setup): Kill all local variables.


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Mon May 20 08:06:27 2002 UTC (22 years ago) by raeburn
Branch: MAIN
Branch point for: lexbind
Changes since 1.174: +6 -6 lines
Diff to previous 1.174
* print.c (print_error_message, print_object): Use SYMBOL_NAME and
XSTRING instead of XSYMBOL and name field.


Revision 1.172.2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 17 16:37:56 2002 UTC (22 years ago) by fx
Branch: emacs-unicode
Changes since 1.172.2.1: +6 -1 lines
Diff to previous 1.172.2.1 , to branch point 1.172
(print_object): Fix print format for 64-bit
systems.


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 06:53:35 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.173: +1 -1 lines
Diff to previous 1.173
(print_object): Delete `\ ' from printed rep of frame.


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Sun Mar 3 20:04:17 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.172: +7 -3 lines
Diff to previous 1.172
(print_object): Output multibyte chars 128...255
using \x even if ! print_escape_multibyte.


Revision 1.172.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 01:45:03 2002 UTC (22 years, 2 months ago) by handa
Branch: emacs-unicode
Changes since 1.172: +16 -11 lines
Diff to previous 1.172
* print.c: Include "character.h" instead of "charset.h".
(print_string): Convert 8-bit raw bytes to octal form by
string_escape_byte8.
(print_object): Adjusted for the new multibyte form.  Print 8-bit
raw bytes always in octal form.  Handle sub char table correctly.


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 13:27:22 2002 UTC (22 years, 4 months ago) by pj
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.171: +1 -1 lines
Diff to previous 1.171
Fix typo.


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 07:12:59 2002 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.170: +4 -1 lines
Diff to previous 1.170
(print_object): Test print_escape_nonascii only for unibyte strings.
(PRINTPREPARE): Once again bind Qprint_escape_nonascii
when outputting to a multibyte buffer.


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 03:22:55 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.169: +6 -6 lines
Diff to previous 1.169
(print_object): In multibyte string, use hex escapes.
Use octal only for unibyte strings.
(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 00:08:20 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.168: +1 -2 lines
Diff to previous 1.168
(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 15:22:42 2001 UTC (22 years, 6 months ago) by pj
Branch: MAIN
Changes since 1.167: +2 -2 lines
Diff to previous 1.167
Fix typos.


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 19:18:35 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.166: +4 -2 lines
Diff to previous 1.166
(prin1, print): Doc fix.


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 00:08:47 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.165: +4 -4 lines
Diff to previous 1.165
(Fprin1_to_string): Doc fix.


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 20:32:11 2001 UTC (22 years, 6 months ago) by pj
Branch: MAIN
Changes since 1.164: +3 -3 lines
Diff to previous 1.164
Update usage of CHECK_ macros (remove unused second argument).


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 00:34:18 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.163: +1 -1 lines
Diff to previous 1.163
(print_object): Clarify indication of insertion type.


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 15:27:09 2001 UTC (22 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.162: +5 -2 lines
Diff to previous 1.162
(Fwith_output_to_temp_buffer): Add usage: string to doc string.


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 12:04:53 2001 UTC (22 years, 7 months ago) by pj
Branch: MAIN
Changes since 1.161: +164 -163 lines
Diff to previous 1.161
Change doc-string comments to `new style' [w/`doc:' keyword].


Revision 1.158.8.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 11:14:04 2001 UTC (22 years, 7 months ago) by gerd
Branch: gerd_big
Changes since 1.158: +42 -6 lines
Diff to previous 1.158 , to next main 1.266
(print_object) [HAVE_LIBGMP]: Print bignums.


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 22:06:10 2001 UTC (22 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.160: +7 -6 lines
Diff to previous 1.160
(Fwith_output_to_temp_buffer): Align with
internal_with_output_to_temp_buffer.
(print_preprocess): Use traverse_intervals_noorder.
(print_object): Update call to traverse_intervals.


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 09:50:10 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.159: +8 -5 lines
Diff to previous 1.159
(print_preprocess, print_object): Test internedness of
symbols differently.


Revision 1.159.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 08:50:43 2001 UTC (22 years, 7 months ago) by gerd
Branch: patches_21_0
Changes since 1.159: +8 -5 lines
Diff to previous 1.159 , to next main 1.266
(print_preprocess, print_object): Test internedness of
symbols differently.


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 08:27:38 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_21_2, EMACS_21_3, EMACS_PRETEST_21_0_105, EMACS_PRETEST_21_0_106, EMACS_PRETEST_21_2_91, EMACS_PRETEST_21_2_92, EMACS_PRETEST_21_2_93, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95, patches_21_0_base
Branch point for: EMACS_21_1_RC, patches_21_0, ttn-vms-21-2-stash, ttn-vms-21-3-stash
Changes since 1.158: +1 -1 lines
Diff to previous 1.158
(strout): Treat the characters at *ptr as unsigned char.


Revision 1.158.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 21 12:22:16 2001 UTC (23 years ago) by gerd
Branch: gerd_defvaralias
Changes since 1.158: +8 -5 lines
Diff to previous 1.158 , to next main 1.266
(print_preprocess, print_object): Test internedness of
symbols differently.


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Wed May 9 15:40:58 2001 UTC (23 years ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Branch point for: gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.157: +2 -2 lines
Diff to previous 1.157
(syms_of_print) <print-length, print-level>: Doc fix.


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Fri Mar 30 10:59:36 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_103
Changes since 1.156: +4 -4 lines
Diff to previous 1.156
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 17:07:37 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.155: +60 -4 lines
Diff to previous 1.155
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 13:31:03 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.154: +17 -13 lines
Diff to previous 1.154
(syms_of_print): Doc fixes.


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 04:24:14 2001 UTC (23 years, 3 months ago) by handa
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100, EMACS_PRETEST_21_0_98, EMACS_PRETEST_21_0_99
Changes since 1.153: +17 -2 lines
Diff to previous 1.153
(print_string): If we are going to print a unibyte
string into a multibyte buffer, convert the string to multibyte by
str_to_multibyte.


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 18:21:56 2001 UTC (23 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.152: +1 -1 lines
Diff to previous 1.152
*** empty log message ***


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 20:40:10 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_95, fx-branch-base
Branch point for: fx-branch
Changes since 1.151: +8 -3 lines
Diff to previous 1.151
(print_unwind): Return nil.
(PRINTDECLARE): Initialize all local variables.
(print_preprocess): Add a default case.


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 22:35:43 2000 UTC (23 years, 9 months ago) by andrewi
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91, EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93
Branch point for: gerd_0001
Changes since 1.150: +1 -1 lines
Diff to previous 1.150
Include keyboard.h before frame.h.


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 04:12:42 2000 UTC (23 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.149: +3 -0 lines
Diff to previous 1.149
(print_object): If vector printing is truncated, print "..." to
indicate it as well as the case of list printing.


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 18:41:13 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.148: +2 -1 lines
Diff to previous 1.148
(temp_output_buffer_setup): Don't call1 Vrun_hooks
if that is nil.


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 17:22:52 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.147: +10 -0 lines
Diff to previous 1.147
(print_error_message): If Vsignaling_function is set,
show it in *Messages*.


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 11:32:05 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.146: +2 -6 lines
Diff to previous 1.146
(printchar, strout): Don't check message_buf_print
before calling setup_echo_area_for_printing because that
function does something useful even when message_buf_print is
already set.


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Sat May 20 00:04:05 2000 UTC (24 years ago) by handa
Branch: MAIN
Changes since 1.145: +1 -6 lines
Diff to previous 1.145
(print_object): Use FETCH_STRING_CHAR_ADVANCE
unconditionally.


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Tue May 16 14:27:50 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144
Use the term `invalid' instead of `illegal'.


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 19:09:17 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.143: +27 -12 lines
Diff to previous 1.143
(print_object): Treat print-length < 0 as nil.


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 10:47:45 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.142: +17 -10 lines
Diff to previous 1.142
(print_error_message): Print data of `end-of-file'
with Fprinc instead of Fprin1.


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 17:10:42 2000 UTC (24 years, 1 month ago) by raeburn
Branch: MAIN
Changes since 1.141: +3 -3 lines
Diff to previous 1.141
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 12:50:13 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.140: +2 -2 lines
Diff to previous 1.140
Use new macro names
for handling per-buffer variables.


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 14:08:22 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.139: +4 -4 lines
Diff to previous 1.139
(print_object): Use new macros for per-buffer
variables.


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 09:45:42 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.138: +1 -9 lines
Diff to previous 1.138
Remove `LISP_FLOAT_TYPE' and `standalone'.


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 00:17:25 1999 UTC (24 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.137: +3 -3 lines
Diff to previous 1.137
(printchar): Adjusted for the change of CHAR_STRING.


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 11:36:01 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.136: +1 -1 lines
Diff to previous 1.136
(PRINTPREPARE): Don't call setup_echo_area_for_printing
in noninteractive.


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Thu Nov 11 11:40:10 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.135: +0 -15 lines
Diff to previous 1.135
Remove USE_TEXT_PROPERTIES.


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 23:25:14 1999 UTC (24 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.134: +1 -1 lines
Diff to previous 1.134
(strout): Consider `noninteractive' and use stdout
only when PRINTCHARFUN is t.


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Tue Oct 19 07:24:04 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.133: +14 -2 lines
Diff to previous 1.133
Add support for large files, 64-bit Solaris, system locale codings.

* Makefile.in (emacs): Set the LC_ALL environment variable to "C"
when dumping, so that the dumped Emacs doesn't have stray locale info.
(dired.o): Depend on systime.h.
(editfns.o): Depend on coding.h.

* alloc.c, buffer.c, callproc.c, ccl.c, charset.c, coding.c, data.c,
dispnew.c, editfns.c, emacs.c, filelock.c, floatfns.c, hftctl.c,
keyboard.c, process.c, sysdep.c, unexelf.c, unexhp9k800.c,
unexsunos4.c, vmsfns.c, vmsgmalloc.c, w32faces.c, w32menu.c, w32term.c,
w32xfns.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
Include <config.h> before any system include files.

* alloc.c, buffer.c, ccl.c, data.c, editfns.c, emacs.c, eval.c,
fileio.c, filelock.c, frame.c, insdel.c, keymap.c, lread.c,
m/alpha.h, print.c, search.c, sysdep.c, xdisp.c, xfaces.c, xfns.c,
xmenu.c, xterm.c:
Do not include <stdlib.h>, as <config.h> does this now.

* callproc.c (Fcall_process):
Synchronize messages locale before invoking strerror.
Decode resulting string with locale-coding-system.

* coding.c (Vlocale_coding_system): New var.
(syms_of_coding): Adjust to above change.
(emacs_strerror): New function.

* coding.h (emacs_strerror, Vlocale_coding_system): New decls.

* config.in (HAVE_STDIO_EXT_H, HAVE_TM_GMTOFF, HAVE___FPENDING,
HAVE_FTELLO, HAVE_GETLOADAVG, HAVE_MBLEN, HAVE_MBRLEN,
HAVE_STRSIGNAL): New macros.
(BITS_PER_LONG): Default to 64 if _LP64 is defined.
<stdlib.h>: Include if HAVE_STDLIB_H is defined and NOT_C_CODE isn't.

* dired.c: Include "systime.h".
(Ffile_attributes): Do not cast s.st_size to int; this loses
information if int is 32 bits but st_size and EMACS_INT are larger.
Treat large device numbers like large inode numbers.

* dispnew.c (PENDING_OUTPUT_COUNT): Use __fpending if available.

* editfns.c: Include coding.h.
(emacs_strftime): Remove decl.
(emacs_strftimeu): New decl.
(emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
Use emacs_strftimeu instead of emacs_strftime.
(Fformat_time_string): Convert format string using
Vlocale_coding_system, and convert result back.  Synchronize time
locale before invoking lower level function.  Invoke
emacs_memftimeu, passing ut, instead of emacs_memftime.

* emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
(Vmessages_locale, Vprevious_messages_locale, Vtime_locale,
Vprevious_time_locale): New variables.
(main): Invoke setlocale early, so that initial error messages are
localized properly.  But skip locale-setting if LC_ALL is "C".
Fix up locale when it's safe to do so.
(fixup_locale): Moved here from xterm.c.
(synchronize_locale, synchronize_time_locale,
synchronize_messages_locale): New functions.
(syms_of_emacs): Accommodate above changes.

* fileio.c (report_file_error): Convert strerror output according
to Vlocale_coding_system.
(Finsert_file_contents): Check for arithmetic overflow in
computations that depend on file size.  Report IO errors
with emacs_strerror, not strerror.

* fns.c (Fgethash): Declare dflt parameter.

* gmalloc.c: Do not define const to nothing if HAVE_CONFIG_H
is defined; that's config.h's job.

* lisp.h (EMACS_INT, BITS_PER_EMACS_INT, EMACS_UINT): If _LP64,
default these values to long, BITS_PER_LONG, and unsigned long.
(VALBITS, MARKBIT, XINT): Do not assume 32-bit EMACS_INT.
(PNTR_COMPARISON_TYPE): Default to EMACS_UINT, not to unsigned int.
(code_convert_string_norecord, fixup_locale,
synchronize_messages_locale, synchronize_time_locale,
emacs_open, emacs_close, emacs_read, emacs_write): New decls.
All Emacs callers of open, close, read, write changed to use
emacs_open, emacs_close, emacs_read, emacs_write.

* lread.c (file_offset, file_tell): New macros.  All uses of ftell
changed to file_tell.
(saved_doc_string_position, prev_saved_doc_string_position): Now
of type file_offset.
(init_lread): Do not fix locale here; fixup_locale now does this.

* m/amdahl.h, s/usg5-4.h:
(NSIG): Remove.
(NSIG_MINIMUM): New macro.

* m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
m/ustation.h, s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h,
s/umips.h, s/usg5-4.h:
(SIGIO): Do not undef.
(BROKEN_SIGIO): New macro.

* m/ustation.h:
(SIGTSTP): Do not undef.
(BROKEN_SIGTSTP): New macro.

* s/gnu-linux.h:
(SIGPOLL, SIGURG): Do not undef.
(BROKEN_SIGPOLL, BROKEN_SIGURG): New macros.

* s/ptx4.h:
(SIGINFO): Do not undef.
(BROKEN_SIGINFO): New macros.

* m/delta.h, s/ptx.h, s/template.h: Doc fix.

* mktime.c, strftime.c: Update to glibc 2.1.2 version, with
some Emacs-related changes merged.

* print.c (float_to_string): Prepend "-" to representation of a
NaN if the NaN is negative.

* process.c (sys_siglist): Omit if HAVE_STRSIGNAL.
(wait_reading_process_input): Use emacs_strerror, not strerror.

* process.c (status_message, sigchld_handler): Synchronize locale,
then use strsignal istead of sys_siglist.
* w32proc.c (sys_wait): Likewise.

* s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h,
s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h,
s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h,
s/usg5-2.h, s/usg5-3.h, s/xenix.h:
(open, close, read, write, INTERRUPTIBLE_OPEN,
INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove.

* s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
* sysdep.c (sys_read, sys_write, read, write, sys_close, close,
sys_open, open): Remove.
(emacs_open, emacs_close, emacs_read, emacs_write): Always define;
the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
macros are no longer used.
(emacs_open): Renamed from sys_open.  Merge BSD4_1 version.
(emacs_close): Renamed from sys_close.
(emacs_read): Renamed from sys_read.
(emacs_write): Renamed from sys_write.
(sys_siglist): Do not declare if HAVE_STRSIGNAL.
(dup2): Do not print error on failure; the real dup2 doesn't.
(strsignal): New function, defined if !HAVE_STRSIGNAL.

* syssignal.h (SIGINFO): Undef if defined and if BROKEN_SIGINFO
is defined.
(SIGIO, SIGPOLL, SIGTSTP, SIGURG): Likewise.
(NSIG): If less than NSIG_MINIMUM, define to NSIG_MINIMUM.
(strsignal): Declare if !HAVE_STRSIGNAL.

* unexelf.c (ElfBitsW, ELFSIZE, ElfExpandBitsW): New macros.
(ElfW): Define in terms of ElfExpandBitsW.

* w32proc.c (sys_siglist): Remove decl.

* xdisp.c (decode_mode_spec): 3rd arg is int, not char, to comply
with ANSI C.
(display_string): Declare face_string_pos arg.

* xfns.c (Fx_show_tip): Declare timeout param.

* xterm.c: No need to include locale.h.
(x_alloc_lighter_color, x_setup_relief_color):
Pass arg as double, not float, for compatibility with ANSI C.
(fixup_locale): Move to emacs.c.
(x_term_init): Do not setlocale or fixup locale; the main program
does this now.


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 02:01:11 1999 UTC (24 years, 7 months ago) by handa
Branch: MAIN
Changes since 1.132: +36 -31 lines
Diff to previous 1.132
(print_preprocess): In case print-circle is nil,
add OBJ to Vprint_number_table only when OBJ is a symbol.


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 22:54:25 1999 UTC (24 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.131: +9 -2 lines
Diff to previous 1.131
(print): When removing objects from Vprint_number_table,
only scan the newly added objects.
(print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
unconditionally force it to stay in the table.


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 12:58:37 1999 UTC (24 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.130: +2 -10 lines
Diff to previous 1.130
(PRINTFULLP): Removed because it is no longer used and
is misleading.
(Ferror_message_string): Remove unused variables.
(print_object): Cast argument of sprintf to long for `%ld'
specifier.  Remove unused variable.


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 15:12:57 1999 UTC (24 years, 8 months ago) by raeburn
Branch: MAIN
Changes since 1.129: +9 -9 lines
Diff to previous 1.129
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 19:26:18 1999 UTC (24 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.128: +283 -101 lines
Diff to previous 1.128
Support print-circle and related features.
(Vprint_gensym_alist): Removed.
(Vprint_circle, Vprint_continuous_numbering, print_number_index
Vprint_number_table): New variables.
(PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
(PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist.
(print, print_preprocess, print_preprocess_string, print_object):
New/modified functions with print-circle feature.  Use
Vprint_number_table instead of Vprint_gensym_alist for print-gensym.
(syms_of_print): Defined new Lisp variables `print-circle',
`print-continuous-numbering', `print-number-table'.


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Fri Sep 3 01:28:42 1999 UTC (24 years, 8 months ago) by handa
Branch: MAIN
Changes since 1.127: +4 -4 lines
Diff to previous 1.127
(print_string): Use the macro STRING_CHAR_AND_LENGTH.
(print): Likewise.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Sat Aug 21 19:30:21 1999 UTC (24 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.126: +151 -318 lines
Diff to previous 1.126
Remove conditional compilation on `standalone'.
(glyph_len, str_to_glyph_cpy, str_to_glyph_ncpy,
glyph_to_str_cpy):  Remove that section because GLYPHs are no
longer used in that way.
(PRINTDECLARE): Add multibyte.
(PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
(printbufidx): Removed.
(printchar, strout): Rewritten.


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Wed Jul 21 21:43:52 1999 UTC (24 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.125: +22 -0 lines
Diff to previous 1.125
(print): Add hash table handling.
(printchar): Set echo_area_message to nil.
(strout): Ditto.


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sun Feb 21 19:56:08 1999 UTC (25 years, 3 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_20_4
Changes since 1.124: +1 -1 lines
Diff to previous 1.124
(print_error_message): Don't crash if (cdr data) is not a list.


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Mon Jan 11 15:26:11 1999 UTC (25 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.123: +21 -6 lines
Diff to previous 1.123
(Qtemp_buffer_setup_hook): New variable.
(syms_of_print): Init and staticpro that.
(temp_output_buffer_setup): Run Qtemp_buffer_setup_hook.


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Tue Dec 22 06:06:48 1998 UTC (25 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.122: +34 -20 lines
Diff to previous 1.122
(printchar): Fix previous change.


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 10:41:44 1998 UTC (25 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.121: +9 -3 lines
Diff to previous 1.121
(printchar): Outputting multibyte characters
to echo area always makes it multibyte.


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 10:38:40 1998 UTC (25 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.120: +14 -20 lines
Diff to previous 1.120
(printchar): Cancel previous change.


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue Dec 15 04:35:38 1998 UTC (25 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.119: +20 -14 lines
Diff to previous 1.119
(printchar): When outputting a multibyte character to
echo area, always set message_enable_multibyte to 1.


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Wed Nov 4 10:53:14 1998 UTC (25 years, 6 months ago) by handa
Branch: MAIN
Changes since 1.118: +9 -2 lines
Diff to previous 1.118
(print_string): Check validity of a character.
(print): Likewise.


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 22:51:33 1998 UTC (25 years, 8 months ago) by fx
Branch: MAIN
Changes since 1.117: +4 -1 lines
Diff to previous 1.117
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Aug 7 07:22:27 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.116: +32 -11 lines
Diff to previous 1.116
(print_escape_multibyte, Qprint_escape_multibyte)
(Qprint_escape_nonascii): New variables.
(syms_of_print): Initialize them and set up Lisp variable.
(PRINTPREPARE): Bind print-escape-multibyte to t if appropriate.
Also bind print-escape-nonascii if appropriate.
(print): Test print_escape_multibyte and print_escape_nonascii,
rather than enable-multibyte-characters.


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 18:32:53 1998 UTC (25 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.115: +31 -18 lines
Diff to previous 1.115
(PRINTFINISH): Convert text to unibyte before
inserting in a unibyte buffer.


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 17:39:25 1998 UTC (25 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.114: +18 -5 lines
Diff to previous 1.114
(print_string): Properly compute number of chars
in multibyte case, before calling strout.


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Sat Jun 20 21:49:01 1998 UTC (25 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.113: +3 -1 lines
Diff to previous 1.113
(strout): Show multibyte message correctly.


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:35:28 1998 UTC (26 years ago) by rms
Branch: MAIN
Changes since 1.112: +1 -1 lines
Diff to previous 1.112
(sms_of_print): Doc fix in prev change.


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Mon May 25 20:29:54 1998 UTC (26 years ago) by rms
Branch: MAIN
Changes since 1.111: +14 -2 lines
Diff to previous 1.111
(print_escape_nonascii): New variable.
(print) <Lisp_String>: Use it to force printing single-byte
non-ASCII characters as octal escapes.
(syms_of_print): Define print-escape-nonascii.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon May 25 16:28:02 1998 UTC (26 years ago) by rms
Branch: MAIN
Changes since 1.110: +11 -3 lines
Diff to previous 1.110
(print) <Lisp_Cons>: Detect circular list.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Fri May 22 09:44:27 1998 UTC (26 years ago) by handa
Branch: MAIN
Changes since 1.109: +10 -4 lines
Diff to previous 1.109
(print_string): Don't ignore garbage bytes following a
multibyte characters.
(print): Likewise.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Tue Apr 14 12:25:16 1998 UTC (26 years, 1 month ago) by schwab
Branch: MAIN
Changes since 1.108: +1 -1 lines
Diff to previous 1.108
Fix -Wimplicit warnings.


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Mon Apr 13 18:58:10 1998 UTC (26 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.107: +37 -5 lines
Diff to previous 1.107
(strout): Convert old echo area to multibyte, like printchar.
(printchar, strout): If echo area text converted to multibyte
does not all fit, truncate it at char boundary.


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sun Apr 12 18:08:02 1998 UTC (26 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.106: +6 -0 lines
Diff to previous 1.106
(temp_output_buffer_setup): Clear out overlays,
visited file, undo list, etc.


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sun Apr 12 06:49:26 1998 UTC (26 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.105: +7 -4 lines
Diff to previous 1.105
(print) <Lisp_String>: Fix "\ " handling.


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Thu Apr 9 17:58:28 1998 UTC (26 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.104: +3 -3 lines
Diff to previous 1.104
* print.c (print): Avoid `min'/`max' as variable names.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sun Apr 5 19:18:32 1998 UTC (26 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.103: +13 -0 lines
Diff to previous 1.103
(print) <Lisp_String>: Follow a hex escape with `\ ' if nec.


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sat Mar 21 17:51:30 1998 UTC (26 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.102: +5 -4 lines
Diff to previous 1.102
(PRINTPREPARE): Use make_string_from_bytes.


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Mar 21 07:00:23 1998 UTC (26 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.101: +5 -5 lines
Diff to previous 1.101
Use STRING_BYTES and SET_STRING_BYTES.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 05:48:33 1998 UTC (26 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.100: +17 -5 lines
Diff to previous 1.100
(print): Handle new data structure
for struct Lisp_Buffer_Local_Value.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 05:18:59 1998 UTC (26 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.99: +19 -0 lines
Diff to previous 1.99
(printchar): When outputting to echo area,
update message_enable_multibyte, and convert previous text
from unibyte to multibyte if necessary.


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 08:27:19 1998 UTC (26 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.98: +1 -1 lines
Diff to previous 1.98
(print): Declare local variable C as `int' instead of
`unsigned char' to handle multibyte character code.


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Mon Feb 2 01:09:35 1998 UTC (26 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.97: +20 -0 lines
Diff to previous 1.97
(float_to_string): Handle infinities and NaN specially.


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 22:22:17 1998 UTC (26 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
Update copyright year.


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 04:51:16 1998 UTC (26 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.95: +13 -2 lines
Diff to previous 1.95
(print) <Lisp_String>: When multibyte is enabled, print
single-byte non-ASCII chars using octal escapes.


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 17:29:16 1998 UTC (26 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.94: +156 -101 lines
Diff to previous 1.94
(print_string): Now static.
(print): When multibyte is disabled,
print multibyte string chars using hex escapes.

(printchar): Pass new arg to message_dolog.
(strout): New arg MULTIBYTE.  Callers changed.

(strout): Take args SIZE and SIZE_BYTE;
operate on both chars and bytes.
(print_string): Pass new arg to strout.
If not using strout, fetch a whole multibyte char at once.
(write_string): Pass new arg to strout.
(write_string_1): Likewise.
(print) <case Lisp_String>: Scan by chars and bytes.
(print) <case Lisp_Symbol>: Scan name by chars and bytes.

(PRINTPREPARE): Use make_multibyte_string.
Initialize print_buffer_pos_byte.  Use insert_1_both.
(printchar): Update print_buffer_pos_byte and print_buffer_pos.
(print_buffer_pos_byte): New variable.


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 06:40:47 1998 UTC (26 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.93: +29 -9 lines
Diff to previous 1.93
(PRINTDECLARE): Declare old_point_byte and start_point_byte.
(PRINTPREPARE): For a marker, set old_point_byte and start_point_byte.
Set both kinds of PT from the marker.
(PRINTFINISH): For a marker, use set_marker_both.
Restore both kinds of PT.
(print): For strings and symbols, handle multibyte chars.


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 14:37:15 1997 UTC (26 years, 5 months ago) by schwab
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
(internal_with_output_to_temp_buffer):
Don't declare arg type taken by 2nd arg.


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 14:05:58 1997 UTC (26 years, 6 months ago) by schwab
Branch: MAIN
Changes since 1.91: +7 -3 lines
Diff to previous 1.91
(printchar): Declare `work' as unsigned char.
(internal_with_output_to_temp_buffer): Protoype parameter
FUNCTION.
(Ferror_message_string): Remove extra argument of
print_error_message.
(write_string): Define as returning nothing.
(write_string_1): Likewise.
(print_error_message): Likewise.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 07:47:37 1997 UTC (26 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.90: +9 -1 lines
Diff to previous 1.90
(DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 04:29:36 1997 UTC (26 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.89: +57 -3 lines
Diff to previous 1.89
(_MAXLDBL, _NMAXLDBL):
Define to work around hpux 7 <math.h> problem.
(<math.h>): Include.
(<float.h>, <stdlib.h>): Include if STDC_HEADERS.
(FLT_RADIX, DBL_MANT_DIG, DBL_DIG): Default to IEEE values.
(DOUBLE_DIGITS_BOUND): New macro.
(float_to_string): By default, generate the fewest number of digits
that represent the floating point value exactly.


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 03:10:50 1997 UTC (26 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.88: +1 -1 lines
Diff to previous 1.88
(syms_of_print): Fix doc string of print-gensym.


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 04:06:46 1997 UTC (26 years, 8 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_20_2
Changes since 1.87: +9 -1 lines
Diff to previous 1.87
(Fexternal_debugging_output): On Windows output to debugger.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 22:20:51 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.86: +24 -0 lines
Diff to previous 1.86
(strout, printchar): Handle minibuffer_auto_raise.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 03:04:19 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.85: +32 -16 lines
Diff to previous 1.85
(Vprint_gensym_alist): Renamed from printed_gensyms.
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym.
(syms_of_print): Set up both as Lisp vars.
(PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist
if Vprint_gensym is a cons cell.


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 20:41:57 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
Fix bugs with inappropriate mixing of Lisp_Object with int.


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 08:45:37 1997 UTC (26 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.83: +9 -0 lines
Diff to previous 1.83
(Ferror_message_string): Optimize (error STRING) case.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 19:12:24 1997 UTC (27 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.82: +11 -1 lines
Diff to previous 1.82
(print): Symbols like e2 and 2e are not confusing.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 07:12:13 1997 UTC (27 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.81: +2 -0 lines
Diff to previous 1.81
(read1): Adjusted for the new structure of Lisp_Char_Table.


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 04:13:05 1997 UTC (27 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.80: +3 -1 lines
Diff to previous 1.80
(print): Generate a backslash in \2e10.


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 06:53:20 1997 UTC (27 years, 3 months ago) by kwzh
Branch: MAIN
Changes since 1.79: +47 -24 lines
Diff to previous 1.79
Include charset.h.
(printchar, strout): Handle multibyte characters.
(print): Correct the value of size_in_chars of a bool vector.


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 01:56:52 1997 UTC (27 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
(print): Round size of bool-vector properly.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Nov 5 19:48:26 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
(PRINTFINISH): Use xfree, not free.


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Mon Nov 4 16:35:44 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
(PRINTPREPARE): Really do set free_print_buffer.


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Mon Nov 4 05:31:25 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.75: +31 -11 lines
Diff to previous 1.75
(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
(PRINTPREPARE): If print_buffer is nonzero,
save its contents in a string using record_unwind_protect.
(PRINTFINISH): Restore old print_buffer contents.
Free it only if this PRINTPREPARE malloc'd it.
(print): Don't call PRINTFULLP after all.
(print_unwind): New function.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 00:00:20 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.74: +28 -8 lines
Diff to previous 1.74
(printchar, strout): Do QUIT for echo area output.
(PRINTFULLP): New macro.
(print): Exit if PRINTFULLP.
When printing a symbol, don't save a pointer to the name.
(PRINTFINISH): Null out print_buffer after freeing it.


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 23:19:05 1996 UTC (27 years, 8 months ago) by erik
Branch: MAIN
Changes since 1.73: +72 -45 lines
Diff to previous 1.73
Add #n=object, #n#, and #:symbol constructs to printer.
(PRINTDECLARE): New macro to declare required variables.
(PRINTPREPARE, PRINTFINISH): Set printed_genyms to nil.
(Fwrite_char, write_string, write_string_1, Fterpri, Fprin1,
Fprin1_to_string, Fprinc, Fprint): Use new macro PRINTDECLARE.
(print): Print uninterned symbols readable.
(syms_of_print): Defvar `print-gensym', staticpro printed_gensyms.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 21:01:34 1996 UTC (27 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.72: +0 -2 lines
Diff to previous 1.72
Removed support for !MULTI_FRAME.


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 19:13:08 1996 UTC (27 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71
Change all references from point to PT.


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat Aug 24 19:39:34 1996 UTC (27 years, 9 months ago) by erik
Branch: MAIN
Changes since 1.70: +46 -6 lines
Diff to previous 1.70
(print-quoted): New variable.
(print): Print certain expressions more compactly when set.
Also use XCAR and XCDR directly -- we know we have conses.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 18:51:50 1996 UTC (27 years, 9 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_19_34
Changes since 1.69: +40 -14 lines
Diff to previous 1.69
When printing into a buffer, generate all the text
first, then insert it all at once.
(print_buffer): New variable.
(print_buffer_size, print_buffer_pos): New variables.
(PRINTPREPARE): Allocate print_buffer.
(PRINTFINISH): Free print_buffer after inserting its contents.
(printchar, strout): Output into print_buffer.
(print_string): If printcharfun is nil, use strout.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 05:39:06 1996 UTC (27 years, 10 months ago) by kwzh
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68
(print): Fix args in strout calls.


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 06:20:14 1996 UTC (27 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.67: +12 -0 lines
Diff to previous 1.67
(print): Obey Vprint_length for vectors, bitvectors.


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue May 21 17:24:24 1996 UTC (28 years ago) by kwzh
Branch: MAIN
Changes since 1.66: +10 -2 lines
Diff to previous 1.66
(Fprin1_to_string): Preserve Vdeactivate_mark.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 09:06:29 1996 UTC (28 years, 4 months ago) by erik
Branch: MAIN
Changes since 1.65: +2 -1 lines
Diff to previous 1.65
Update FSF's address in the preamble.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 00:33:28 1996 UTC (28 years, 4 months ago) by erik
Branch: MAIN
Changes since 1.64: +25 -25 lines
Diff to previous 1.64
(Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
arguments with documentation.


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 09:49:19 1996 UTC (28 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
Comment fixes.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 04:33:01 1995 UTC (28 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.62: +0 -1 lines
Diff to previous 1.62
(NULL): #undef deleted.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 17:12:52 1995 UTC (28 years, 5 months ago) by kwzh
Branch: MAIN
Changes since 1.61: +77 -1 lines
Diff to previous 1.61
(Ferror_message_string): New function.
(syms_of_print): defsubr it.  Doc fix.
(print_error_message): New subroutine.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 15:58:13 1995 UTC (28 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
(debug_print): Explicitly print a CR.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 18:31:51 1995 UTC (28 years, 6 months ago) by erik
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
(debug_print): Print newline to stderr, too.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Oct 31 02:33:15 1995 UTC (28 years, 6 months ago) by kwzh
Branch: MAIN
Changes since 1.58: +1 -2 lines
Diff to previous 1.58
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Rename from SHORTBITS, INTBITS, LONGBITS.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Oct 31 00:58:32 1995 UTC (28 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.57: +1 -0 lines
Diff to previous 1.57
(debug_print): Print a newline here.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 22:02:20 1995 UTC (28 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.56: +52 -1 lines
Diff to previous 1.56
(print): Handle chartables and boolvectors.
(print_boolvector): New function.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Aug 5 22:53:36 1995 UTC (28 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.55: +10 -2 lines
Diff to previous 1.55
(print_string): Use insert_from_string for output to buffer.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Fri May 12 00:44:17 1995 UTC (29 years ago) by kwzh
Branch: MAIN
Changes since 1.54: +11 -9 lines
Diff to previous 1.54
(float_to_string): Fix type mismatch and simplify.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri May 5 02:23:56 1995 UTC (29 years ago) by rms
Branch: MAIN
Changes since 1.53: +6 -1 lines
Diff to previous 1.53
(print): Make the printing understand EMACS_INTs
that are longs as well as ints.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 05:32:55 1995 UTC (29 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.52: +1 -0 lines
Diff to previous 1.52
Include keyboard.h.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 05:20:19 1995 UTC (29 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
(print): Use XMISCTYPE.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 02:14:38 1995 UTC (29 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
Update copyright.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 05:20:27 1995 UTC (29 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.49: +1 -0 lines
Diff to previous 1.49
(temp_output_buffer_setup): (Re)set the default
directory of the temp buffer to that of the current buffer.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 01:49:59 1995 UTC (29 years, 2 months ago) by kwzh
Branch: MAIN
Changes since 1.48: +4 -4 lines
Diff to previous 1.48
(print): Rename perdisplay to kboard.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 21:49:49 1995 UTC (29 years, 2 months ago) by kwzh
Branch: MAIN
Changes since 1.47: +3 -6 lines
Diff to previous 1.47
(print): current_perdisplay now is never null.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 23:40:57 1995 UTC (29 years, 3 months ago) by kwzh
Branch: MAIN
Changes since 1.46: +6 -3 lines
Diff to previous 1.46
(print): Use current_perdisplay, not get_perdisplay.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 04:15:03 1995 UTC (29 years, 3 months ago) by kwzh
Branch: MAIN
Changes since 1.45: +10 -2 lines
Diff to previous 1.45
(print): Handle internal display-local object.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Jan 27 19:30:46 1995 UTC (29 years, 3 months ago) by kwzh
Branch: MAIN
Changes since 1.44: +2 -13 lines
Diff to previous 1.44
(printchar, strout): Use message_log_maybe_newline.
Leave all of the newline bookkeeping to message_dolog.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 21:09:50 1995 UTC (29 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.43: +68 -6 lines
Diff to previous 1.43
(print): Print internal types too, for debugging.
Print appropriate message for invalid pseudovector or misc type.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 02:22:54 1995 UTC (29 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.42: +17 -1 lines
Diff to previous 1.42
(printchar, strout): Call message_dolog.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 06:28:29 1995 UTC (29 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.41: +16 -13 lines
Diff to previous 1.41
(print): Don't drop thru to error for markers and overlays.

(print): Make buffer case a branch of the Lisp_Vectorlike case.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 06:50:01 1994 UTC (29 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.40: +161 -142 lines
Diff to previous 1.40
(print): Get size of compiled function as pseudovector.
Use a switch statement again.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 02:02:18 1994 UTC (29 years, 6 months ago) by kwzh
Branch: MAIN
Changes since 1.39: +137 -160 lines
Diff to previous 1.39
(print): Use type test macros.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Nov 15 02:03:35 1994 UTC (29 years, 6 months ago) by kwzh
Branch: MAIN
Changes since 1.38: +16 -16 lines
Diff to previous 1.38
(print): Use new overlay substructure.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Oct 11 07:46:50 1994 UTC (29 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.37: +18 -10 lines
Diff to previous 1.37
(print): Check the substructure.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 16:09:23 1994 UTC (29 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
(printchar): Don't use XFASTINT as an lvalue.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 12:20:04 1994 UTC (29 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
(temp_output_buffer_setup): Use new accessor macros instead of calling XSET
directly.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Sep 27 01:58:12 1994 UTC (29 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.34: +7 -8 lines
Diff to previous 1.34
(PRINTPREPARE, PRINTFINISH, float_to_string, print): Use type test macros.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 05:36:53 1994 UTC (29 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.33: +4 -1 lines
Diff to previous 1.33
(print): sprintf arg for frame depends on VALBITS.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 00:40:54 1994 UTC (29 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
(print): Use EMACS_UINT.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jul 24 04:18:02 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.31: +5 -0 lines
Diff to previous 1.31
(internal_with_output_to_temp_buffer): gcpro things.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 03:06:08 1994 UTC (30 years ago) by kwzh
Branch: MAIN
Changes since 1.30: +7 -7 lines
Diff to previous 1.30
Doc fixes.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 21:48:04 1994 UTC (30 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
(printchar, strout): Use FRAME_PTR, not struct frame *.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 21:10:48 1994 UTC (30 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
(syms_of_print): Doc fix.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Mar 25 19:19:05 1994 UTC (30 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.27: +9 -0 lines
Diff to previous 1.27
(debug_print): New function.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Feb 8 22:42:28 1994 UTC (30 years, 3 months ago) by roland
Branch: MAIN
Changes since 1.26: +8 -2 lines
Diff to previous 1.26
(print): If print_escapes_newlines, print '\f' as "\\f".
(syms_of_print): Update docstring.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 13:50:23 1994 UTC (30 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.25: +18 -12 lines
Diff to previous 1.25
(strout, printchar): Use proper frame for minibuffer.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Dec 23 01:09:51 1993 UTC (30 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
(printchar, strout): Set echo_area_glyphs_length.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 06:14:35 1993 UTC (30 years, 8 months ago) by roland
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Include <config.h> instead of "config.h".


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 08:34:30 1993 UTC (30 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.22: +10 -6 lines
Diff to previous 1.22
(float_to_string): Don't use uninitialized pointer `cp'.
Set width to -1 at lose: and other places.
Default to .17g, not .20g.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 18 06:26:28 1993 UTC (30 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.21: +33 -26 lines
Diff to previous 1.21
	* print.c (float_to_string): Distinguish between a precision of
	zero and an omitted precision.  Do allow %.0f to produce strings
	containing no decimal point or exponent.
	(syms_of_print): Doc fix for float-output-format.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 07:44:36 1993 UTC (30 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
	* print.c: Get rid of extra space at the end of print syntax for
	strings with intervals.
	[USE_TEXT_PROPERTIES] (print): Don't print a space before the
	interval property lists.
	[USE_TEXT_PROPERTIES] (print_interval): Print a space before this
	internal's properties, not after.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Jun 9 11:57:57 1993 UTC (30 years, 11 months ago) by jimb
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Apply typo patches from Paul Eggert.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jun 1 03:33:40 1993 UTC (30 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
(float_to_string): Skip `-' like digits when ensuring
result looks like a float.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 31 02:59:19 1993 UTC (30 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
(Fwith_output_to_temp_buffer): Doc fix.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri May 14 14:43:00 1993 UTC (31 years ago) by jimb
Branch: MAIN
Changes since 1.16: +17 -0 lines
Diff to previous 1.16
	* lisp.h (Lisp_Overlay): New tag.
	(OVERLAYP): New predicate.
	(CHECK_OVERLAY): New type-checker.
	(Qoverlayp): New extern declaration.
	* buffer.c (Foverlayp): New function.
	(Qoverlayp): New atom.
	(overlays_at, recenter_overlay_lists): Abort if we encounter an
	invalid overlay.
	(syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp.
	(Fdelete_overlay): Set the overlay's markers to point nowhere.
	Use CHECK_OVERLAY instead of signalling a special error.
	(Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of
	signalling a special error.
	(Foverlay_get): Use CHECK_OVERLAY.
	* fns.c (internal_equal): Define this for overlays.
	* buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP.
	* print.c (print): Give overlays their own print syntax.
	* alloc.c (mark_object): Treat overlays like conses.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 15 06:02:29 1993 UTC (31 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.15: +22 -18 lines
Diff to previous 1.15
(PRINTPREPARE): Handle marker that points nowhere.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 08:16:49 1993 UTC (31 years, 2 months ago) by jimb
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
	* print.c (float_to_string): Define buf to be an unsigned char, to
	match the data field of strings.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 1 08:59:36 1993 UTC (31 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.13: +48 -11 lines
Diff to previous 1.13
(print--string case):
Any non-null interval means print intervals.
Get rid of var obj1; just use obj.

(print): Never declare OBJ arg as `register'.
Special handling for strings with intervals.
(print_intervals): New function.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jan 13 00:25:03 1993 UTC (31 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12
(float_to_string): Add final 0 if text ends with decimal pt.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jan 10 20:10:26 1993 UTC (31 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.11: +18 -4 lines
Diff to previous 1.11
(float_to_string): Add `.0' at end if needed.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 31 05:27:05 1992 UTC (31 years, 6 months ago) by jimb
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
	* print.c (print): Cast the frame's address to an integer before
	passing it to sprintf to form the frame's printed form.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 20:07:43 1992 UTC (31 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.9: +21 -21 lines
Diff to previous 1.9
entered into RCS


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 13:53:09 1992 UTC (31 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 06:30:30 1992 UTC (31 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 06:29:12 1992 UTC (31 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 08:10:05 1992 UTC (32 years, 1 month ago) by jimb
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jan 30 17:12:45 1992 UTC (32 years, 3 months ago) by jimb
Branch: MAIN
Changes since 1.4: +11 -11 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 01:34:02 1991 UTC (32 years, 6 months ago) by jimb
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 10 20:14:03 1991 UTC (32 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.2: +26 -1 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 21:39:58 1991 UTC (32 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
*** empty log message ***


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 22:29:48 1991 UTC (32 years, 10 months ago) by jimb
Branch: MAIN
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26