comparison man/ChangeLog @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents db2db229ee82 755ae5b97edb
children cbe181529c34
comparison
equal deleted inserted replaced
4961:b90f8cf474e0 4962:e813cf16c015
17 make_ext_string -> make_extstring 17 make_ext_string -> make_extstring
18 buffer_insert_c_string -> buffer_insert_ascstring 18 buffer_insert_c_string -> buffer_insert_ascstring
19 intern_int -> intern_istring 19 intern_int -> intern_istring
20 20
21 See comment in src/ChangeLog about this. 21 See comment in src/ChangeLog about this.
22
23 2010-01-31 Aidan Kehoe <kehoea@parhasard.net>
24
25 * xemacs/programs.texi (Defuns):
26 * lispref/variables.texi (Local Variables, Defining Variables)
27 (Setting Variables, Default Value):
28 * lispref/symbols.texi (Definitions):
29 * lispref/searching.texi (Saving Match Data):
30 * lispref/positions.texi (Excursions, Narrowing):
31 * lispref/objects.texi (Primitive Function Type):
32 * lispref/macros.texi (Defining Macros, Backquote):
33 * lispref/lispref.texi (Top):
34 * lispref/intro.texi (A Sample Function Description):
35 * lispref/help.texi (Help Functions):
36 * lispref/functions.texi (What Is a Function, Simple Lambda)
37 (Defining Functions, Calling Functions, Anonymous Functions):
38 * lispref/frames.texi (Input Focus):
39 * lispref/eval.texi (Forms, Function Indirection)
40 (Special Operators, Quoting):
41 * lispref/edebug-inc.texi (Instrumenting)
42 (Specification Examples):
43 * lispref/debugging.texi (Internals of Debugger):
44 * lispref/control.texi (Control Structures, Sequencing):
45 (Conditionals, Combining Conditions, Iteration):
46 (Catch and Throw, Handling Errors):
47 * lispref/commands.texi (Defining Commands, Using Interactive):
48 Terminology change; special operator -> special form.
49
50 Don't attempt to change this in texinfo.texi or cl.texi, which use
51 macros I don't understand.
52
53 * lispref/macros.texi (Defining Macros): Give an anonymous macro
54 example here.
55 * lispref/positions.texi (Excursions):
56 Correct some documentation that called a couple of macros special
57 forms.
58 * lispref/searching.texi (Saving Match Data):
59 Drop some documentation of how to write code that works with Emacs
60 18.
61 * lispref/specifiers.texi (Adding Specifications):
62 Correct this; #'let-specifier is a macro, not a special operator.
63 * lispref/windows.texi (Window Configurations)
64 (Selecting Windows):
65 Correct this, #'save-selected-window and #'save-window-excursion
66 are macros, not special operators.
67
68 2010-01-28 Jerry James <loganjerry@gmail.com>
69
70 * external-widget.texi: Add copyright and license boilerplate text
71 based on Ben's recollections.
72 * lispref/internationalization.texi (Documentation String Extraction):
73 Removed, as it refers to the obsolete make-po program.
22 74
23 2010-01-23 Aidan Kehoe <kehoea@parhasard.net> 75 2010-01-23 Aidan Kehoe <kehoea@parhasard.net>
24 76
25 Generally: be careful to say fixnum, not integer, when talking 77 Generally: be careful to say fixnum, not integer, when talking
26 about fixed-precision integral types. I'm sure I've missed 78 about fixed-precision integral types. I'm sure I've missed