aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2007-11-28 04:17:48 +0000
committerGlenn Morris2007-11-28 04:17:48 +0000
commit488f4498d44840182a299b50d933522d6b190859 (patch)
tree32e99f93b9aa2374d3cbba6cb817165b66b99b3f /lisp/ChangeLog
parent9499da3817f0b30a4ba16798c82eb24f465fc29d (diff)
downloademacs-488f4498d44840182a299b50d933522d6b190859.tar.gz
emacs-488f4498d44840182a299b50d933522d6b190859.zip
Add 2007 to copyright years.
Switch license to standard GPLv3+ text. (xsdre-gen-categories): Use mapc rather than mapcar.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6ab8fa7f0eb..0572bddc9d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,52 @@
12007-11-28 Glenn Morris <rgm@gnu.org>
2
3 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
4 Declare as a function.
5
6 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
7 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
8 * nxml/xsd-regexp.el (xsdre-gen-categories): Use mapc rather than
9 mapcar.
10
11 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12 (nxml-token-end-tag-p): Move definitions before use.
13
14 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
15
16 * nxml/nxml-uchnm.el (top-level)
17 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
18 (nxml-enabled-unicode-blocks): Add custom group.
19
20 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
21 Use string-to-number rather than string-to-int.
22
23 * dired-x.el (dired-omit-old-add-entry): Declare as function.
24 Move definition before use.
25 (dired-old-find-buffer-nocreate): Declare as function.
26
27 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
28 (check-declare-verify): Handle fset.
29
30 * emulation/edt.el (edt-user-emulation-setup): Test
31 edt-setup-user-bindings is bound before calling.
32
33 * emulation/tpu-edt.el: Don't require cl when compiling.
34 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
35 (tpu-edt-off): Use condition-case rather than ignore-errors.
36 Use with-no-warnings.
37
38 * eshell/esh-util.el (top-level): Use require rather than load for
39 ange-ftp.
40
41 * mail/supercite.el (sc-version): Redefine as an alias for
42 emacs-version.
43 (sc-help-address): Remove.
44 (sc-version): Use emacs-version rather than sc-version.
45 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
46
47 * net/socks.el (socks-original-open-network-stream): Declare as
48 function. Move definition before use.
49
12007-11-28 Jay Belanger <jay.p.belanger@gmail.com> 502007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2 51
3 * calc/calc-ext.el (math-sqrt-raw, math-map-vec) 52 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)