comparison lisp/ChangeLog @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents ac37a5f7e5be 3889ef128488
children 248176c74e6b
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
1 2011-03-24 Jerry James <james@xemacs.org>
2
3 * cl-macs.el (loop): "arbitary" -> "arbitrary".
4 * coding.el (force-coding-system-equivalency): "compatiblity" ->
5 "compatibility".
6 * cus-edit.el (custom-variable-pre-reset-standard): "explictly" ->
7 "explicitly" and fix grammar.
8 (custom-face-pre-reset-standard): "explictly" -> "explicitly".
9 * etags.el (pop-tag-mark): "seperate" -> "separate".
10 * files.el (make-temp-file): "analagous" -> "analogous".
11 * font-menu.el (font-menu-ignore-scaled-fonts): "noticably" ->
12 "noticeably".
13 * fontconfig.el (fc-pattern-get-or-compute-size): "unsucessful" ->
14 "unsuccessful".
15 * gnome-widgets.el: "writen" -> "written", "choosed" -> "chosen",
16 "existance" -> "existence".
17 * gtk-ffi.el (gtk-ffi-debug): "wiht" -> "with".
18 * gtk-widgets.el: "wil" -> "will", "occure" -> "occur", "efficent" ->
19 "efficient", "mannor" -> "manner", "negitive" -> "negative",
20 "particulary" -> "particularly".
21 * info.el (Info-suffixed-file): "independantly" -> "independently".
22 * minibuf.el (minibuffer): "Controling" -> "Controlling".
23 * mule/ccl.el (define-ccl-program): "correponding" -> "corresponding".
24 * mule/indian.el: "apperance" -> "appearance" and correct grammar.
25 * mule/kinsoku.el (kinsoku-process-extend): "permissable" ->
26 "permissible", "deliberatly" -> "deliberately", and correct grammar.
27 (kinsoku-process-shrink): "permissable" -> "permissible".
28 * mule/lao-util.el (lao-vowel-reordering-rule): "follwoing" ->
29 "following", "alwasy" -> "always".
30 (lao-transcribe-single-roman-syllable-to-lao): "beggining" ->
31 "beginning".
32 * mule/latin.el: "idiosyncracy" -> "idiosyncrasy".
33 * mule/thai-util.el: "repetion" -> "repetition".
34 * package-get.el (package-get-require-base): "explictly" ->
35 "explicitly".
36 * packages.el (packages-find-package-data-path): "hierachies" ->
37 "hierarchies".
38 * paragraphs.el (use-hard-newlines): "preceeding" -> "preceding".
39 * startup.el (command-line): "intial" -> "initial".
40 * toolbar-itmes.el (toolbar-news): "Unkown" -> "Unknown".
41
42 2011-03-24 Aidan Kehoe <kehoea@parhasard.net>
43
44 * custom.el (custom-add-to-group):
45 Warn if adding an option to the nil group; this is usually an
46 error on the part of the programmer.
47 * cmdloop.el (suggest-key-bindings):
48 Specify a group for this variable, it didn't previously have one.
49
50 2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
51
52 * cl-macs.el (revappend, nreconc):
53 Add compiler macros for these two functions. (They used to be
54 inline, but that involves needless binding of the arguments.)
55
56 2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
57
58 * cl-macs.el (cl-non-fixnum-number-p):
59 This should return t under 64-bit builds for fixnums that would
60 be bignums on a 32-bit machine; make it so.
61
62 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org>
63
64 * faces.el (face-spec-set-match-display):
65 Protect against `display-color-cells' returning nil.
66 Delete unreferenced let-binding of `min-colors'.
67
68 2011-03-17 Aidan Kehoe <kehoea@parhasard.net>
69
70 * bytecomp.el (byte-compile-catch):
71 * bytecomp.el (byte-compile-throw):
72 Correct some minor problems in my last change. Happy St. Patrick's
73 day, everyone!
74
75 2011-03-17 Aidan Kehoe <kehoea@parhasard.net>
76
77 * bytecomp.el (byte-compile-catch):
78 * bytecomp.el (byte-compile-throw):
79 * cl-macs.el (return-from):
80 With `block' and `return-from', a nil NAME is perfectly
81 legitimate, and the corresponding `catch' statements need be
82 removed by the byte-compiler. 5dd1ba5e0113 , my change of
83 2011-02-12, didn't do this; correct that now.
84
1 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> 85 2011-03-15 Aidan Kehoe <kehoea@parhasard.net>
2 86
3 * bytecomp.el: 87 * bytecomp.el:
4 Don't generate the old-eq, old-memq, old-equal bytecodes any more, 88 Don't generate the old-eq, old-memq, old-equal bytecodes any more,
5 but keep the information about them around for the sake of the 89 but keep the information about them around for the sake of the