X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2FChangeLog;h=481b6097a23109395922e06b6ddc225a41de9347;hb=1910bde82d40ae6420badcda0d22ab3fcb84a902;hp=21e5cd0b9ff344be77fb56cfd69965fc8e07ce99;hpb=79d2db7d65205bc85d471590726d0cf3af5598e0;p=chise%2Fxemacs-chise.git.1 diff --git a/man/ChangeLog b/man/ChangeLog index 21e5cd0..481b609 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,100 @@ +2005-02-06 Vin Shelton + + * XEmacs 21.4.17 is released + +2004-10-17 Shyamal Prasad + + * xemacs/programs.texi (Program Modes): Updated it to reflect + current status of programming modes. + * xemacs/programs.texi (CC Mode): New section introduces CC + Mode. Introduces customization with reference to CC Mode + manual. Also introduce C/AWK modes in prog-modes package + * xemacs/programs.texi (C Ident): Removed - it was + obsolete. prog-modes package documentation now contains + indentation description for old C mode + * xemacs/major.texi (Mode Hooks): Add description of major mode + hooks. Cleaned up and updated programming mode descriptions. + * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new + CC Mode section in programs.texi + +2005-01-19 Aidan Kehoe + + * man/lispref/functions.texi (Functions): Rename to "Functions and + Commands" + * man/lispref/functions.texi (What Is a Function): Move the definition + of a command further up the list, give information on a trivial + (interactive) declaration, and cross-reference to the key binding + detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp + (comp.emacs.xemacs, 2005-01-18). + * man/lispref/eval.texi man/lispref/lispref.texi + man/lispref/macros.texi man/lispref/symbols.texi + man/lispref/variables.texi: Fix cross references. + +2004-11-21 Malcolm Purvis + + * Makefile (RECURSIVE_MAKE): Removed. + * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for + handling parallel builds. + +2004-12-15 Ville Skyttä + + * lispref/help.texi: Document 3rd arg to `make-obsolete'. + +2004-12-05 Vin Shelton + + * XEmacs 21.4.16 is released + +2003-07-18 Alexey Mahotkin + + * lispref/windows.texi (Basic Windows): Fix typo. + +2004-09-08 Stephen J. Turnbull + + * lispref/searching.texi (Syntax of Regexps): Add example of use + of shy groups in variable subexpression, correct rumor that there + may be substantial performance gain. + +2004-08-13 Stephen J. Turnbull + + * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. + +2004-03-31 Stephen J. Turnbull + + * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node + to function index. Document Info-goto-emacs-command-node. + +2004-06-29 Stephen J. Turnbull + + * internals/internals.texi (Modules for Other Aspects of the Lisp + Interpreter and Object System): Add description of Sextword syntax + class (now obsolete). + +2004-06-20 Stephen J. Turnbull + + * internals/internals.texi (Techniques for XEmacs Developers): Be + specific when discussing optimization. + (Techniques for XEmacs Developers): Fragments that are meaningless + by themselves or contain placeholders should be @samp, not @code. + (Modules for Regression Testing): Add tag-tests.el to list. + +2004-07-05 Stephen J. Turnbull + + * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in + the "pc" package. + +2004-06-07 Jerry James + + * lispref/modes.texi (Major Modes): Document -mode functions, and + the use of a nil argument to defined-derived mode. + * lispref/modes.texi (Major Mode Conventions): Describe the use of + delay-mode-hooks and define-derived-mode. + * lispref/modes.texi (Derived Modes): Warn against the use of + interactive specs in derived mode definitions. + * lispref/modes.texi (Hooks): Document run-mode-hooks, + delay-mode-hooks, run-hook-with-args, + run-hook-with-args-until-failure, and + run-hook-with-args-until-success. + 2004-02-02 Vin Shelton * XEmacs 21.4.15 is released