Skip to content
Snippets Groups Projects
  1. Dec 26, 2009
  2. Nov 22, 2005
    • ben's avatar
      [xemacs-hg @ 2005-11-22 07:19:31 by ben] · aaf96f4ba612
      ben authored
      fix crash printing iso2022 coding systems
      
      mule-coding.c: Fix crashes printing ISO2022 coding systems.
      ben-lisp-object-bp
      aaf96f4ba612
    • ben's avatar
      [xemacs-hg @ 2005-11-22 07:14:37 by ben] · 193188e494b2
      ben authored
      fix problems building with CVS dirs
      
      dynodump/Makefile.in.in: Ignore errors from rm during clean.
      
      Makefile.in.in: Ignore errors from rm during clean, to prevent problems trying to
      	remove lock/CVS.
      
      Makefile.in.in: Ignore errors from rm during clean.
      
      Makefile.in.in: Ignore errors from rm during clean.
      
      Makefile.in.in: Ignore errors from rm during clean.
      
      Makefile.in.in: Ignore errors from rm during clean.
      
      common/Makefile.common: Ignore errors from rm during clean.
      193188e494b2
  3. Nov 21, 2005
  4. Nov 20, 2005
  5. Nov 19, 2005
  6. Nov 18, 2005
  7. Nov 17, 2005
  8. Nov 16, 2005
  9. Nov 15, 2005
  10. Nov 14, 2005
  11. Nov 13, 2005
    • viteno's avatar
      [xemacs-hg @ 2005-11-13 22:51:06 by viteno] · 6887e5c9a474
      viteno authored
      Update xemacs_extra_name.
      6887e5c9a474
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:57:59 by ben] · 2f31c7aa4e96
      ben authored
      create describe-char-table
      
      syntax.el: Convert describe-syntax-table to more general describe-char-table.
      	(Will also be used by display tables.) Create new describe-syntax-table,
      	compatible with old function, that uses describe-char-table.
      
      diagnose.el: Conditionalize `sort-numeric-fields' on when-fboundp.
      2f31c7aa4e96
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:56:09 by ben] · a88e6130a523
      ben authored
      fix compile warnings
      
      diagnose.el: Conditionalize `sort-numeric-fields' on when-fboundp.
      a88e6130a523
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:52:47 by ben] · 3fa430e1aa35
      ben authored
      don't bomb out when fun has no documentation
      
      help.el: Don't bomb out when fun has no documentation.
      3fa430e1aa35
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:51:17 by ben] · b350e85a2a5e
      ben authored
      use `princ' not `prin1' for formatted debug msgs
      
      simple.el: `foo.' -> `foo'.
      simple.el: princ() a formatted debug string, not prin1(), or it just looks stupid.
      b350e85a2a5e
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:48:01 by ben] · d30cd499e445
      ben authored
      further error-checking, etc.
      
      alloc.c, lrecord.h: Move around the handling of setting of lheader->uid so it's in
      	set_lheader_implementation() -- that way, even non-MC-ALLOC builds
      	get useful uid's in their bare lrecords.  Redo related code for
      	strings so the non-ascii count that is stored in the uid isn't hosed.
      events.c: Save and restore the uid around event zeroing/deadbeefing.
      lisp.h: Set the correct value of MAX_STRING_ASCII_BEGIN under MC_ALLOC.
      lisp.h: rearrange the basic code handling ints and chars.  basic int stuff goes
      	first, followed by basic char stuff, followed in turn by stuff that
      	mixes ints and chars.  this is required since some basic defn's have
      	become inline functions.
      	XCHAR and CHARP have additional error-checking in that they check to make
      	sure that the value in question is not just a character but a valid
      	character (i.e. its numeric value is valid).
      print.c: debug_p4 now has a useful UID in all cases and uses it; but it also prints
      	the raw header address (previously, you just got one of them).
      text.h: some basic char defn's that belonged in lisp.h have been moved there.
      	valid_ichar_p() is moved too since the inline functions need it.
      d30cd499e445
    • ben's avatar
      [xemacs-hg @ 2005-11-13 10:39:28 by ben] · 21d92abaac3a
      ben authored
      fix up clean targets to delete .elc's as necessary
      
      dynodump/Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	*-noconfig targets are like the base targets they're based off of, but
      	don't delete Makefiles and certain other files needed to rebuild the
      	Makefiles as necessary.  Refactor things to be more consistent.
      	Top-level `elcclean' is an alias for `realclean-noconfig' and is used
      	by target `beta'.  `realclean-noconfig' (and, by extension, `realclean'
      	and `extraclean') remove the .elc files.
      
      Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      Makefile.in.in: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      Makefile: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.
      
      common/Makefile.common: Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
      	Do some refactoring for cleanliness.  Put in some magic cookies in
      	comments so this file gets read as a make file by XEmacs.
      21d92abaac3a
    • ben's avatar
      [xemacs-hg @ 2005-11-13 07:39:26 by ben] · fd1acd2f457a
      ben authored
      fix 'foo -> `foo', `foo.' -> `foo'.
      
      derived.el, frame.el, toolbar.el, glyphs.el, hyper-apropos.el, mouse.el, files.el, specifier.el: Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside
      	of quotes.
      	Add comments in specifier.el about needing better and new convenience
      	functions.
      fd1acd2f457a
    • ben's avatar
      [xemacs-hg @ 2005-11-13 07:31:55 by ben] · 7679bfa253c2
      ben authored
      fix inclusion of ntplay.o
      
      configure.ac: Dependent on operating system, not on window system.
      7679bfa253c2
    • ben's avatar
      [xemacs-hg @ 2005-11-13 07:29:31 by ben] · 23046b62bf91
      ben authored
      branch info in internals manual
      
      internals/internals.texi: Add node on Creating a Branch.  Update info concerning problems
      	with rtag on symlinks. (#### Is this still valid?)
      23046b62bf91
  12. Nov 12, 2005
  13. Nov 11, 2005
  14. Nov 10, 2005
  15. Nov 09, 2005
  16. Nov 08, 2005
  17. Nov 07, 2005
    • viteno's avatar
      [xemacs-hg @ 2005-11-07 22:51:09 by viteno] · b622f9bc6a71
      viteno authored
      Update xemacs_extra_name.
      b622f9bc6a71
    • stephent's avatar
      [xemacs-hg @ 2005-11-07 08:49:12 by stephent] · 67b6f3514ffc
      stephent authored
      Various small patches (also commit configure):
      Minor improvements to INSTALL
      <877jbk3nkk.fsf@tleepslib.sk.tsukuba.ac.jp>
      Add description of changed options to INSTALL
      <873bm83ncd.fsf@tleepslib.sk.tsukuba.ac.jp>
      Check for libpq (PostgreSQL) linking against SSL and crypto
      <87y8402820.fsf@tleepslib.sk.tsukuba.ac.jp>
      Include module INLINE_HEADERs in inline.c unconditionally
      <87u0eo27rn.fsf@tleepslib.sk.tsukuba.ac.jp>
      Fix use of AC_INIT
      <87pspc27oh.fsf@tleepslib.sk.tsukuba.ac.jp>
      Minor ChangeLog repairs
      <87ll0027jq.fsf@tleepslib.sk.tsukuba.ac.jp>
      67b6f3514ffc
  18. Nov 06, 2005
  19. Nov 05, 2005
  20. Nov 04, 2005
Loading