aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2008-02-02 04:35:05 +0000
committerGlenn Morris2008-02-02 04:35:05 +0000
commit7e14d905634fb54fd5f26e6c51d3427e44e77fb8 (patch)
tree8fb6818b6b1fc5d857a20b675059f5e3dbe768a0 /lisp
parenta9871c726e8363dc1aa0afb8d4571046fc5384e5 (diff)
downloademacs-7e14d905634fb54fd5f26e6c51d3427e44e77fb8.tar.gz
emacs-7e14d905634fb54fd5f26e6c51d3427e44e77fb8.zip
Update copyright years and GPL version.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76bcaefcfcf..729418fa56c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12008-02-02 Glenn Morris <rgm@gnu.org>
2
3 * international/latin1-disp.el (latin1-display):
4 * progmodes/fortran.el (fortran-comment-indent-char):
5 * progmodes/idlw-shell.el (top-level):
6 * term/mac-win.el (mac-keyboard-translate-char):
7 * whitespace.el (whitespace-char-valid-p):
8 * wid-edit.el (widget-key-sequence-read-event):
9 Use characterp rather than char-valid-p.
10
11 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
12 to capitalized-find-word-boundary. Doc fix. Update callers.
13 (capitalized-next-word-boundary-function-table): Rename to
14 capitalized-find-word-boundary-function-table. Doc fix. Update
15 users.
16
17 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18 string-to-int.
19
20 * ps-def.el (declare-function): Add compatibility definition.
21 (ps-plot-with-face, ps-plot-string): Declare as functions.
22 (ps-bold-faces, ps-italic-faces): Declare variables.
23
24 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
25 (ps-mule-end-job): Declare as functions.
26
27 * wid-edit.el (widget-string-complete): Use assoc-string rather
28 than assoc-ignore-case.
29
12008-02-01 Chong Yidong <cyd@stupidchicken.com> 302008-02-01 Chong Yidong <cyd@stupidchicken.com>
2 31
3 * progmodes/etags.el (next-file): Improve revert message. 32 * progmodes/etags.el (next-file): Improve revert message.