comparison lisp/ChangeLog @ 2509:6a9afa282c8e

[xemacs-hg @ 2005-01-26 09:53:28 by ben] fix warnings frame.el: Fix warning. cl.el: Conditionalize on coerce-number as Jerry says it's OK. fakemail.c: Add args to fix warning.
author ben
date Wed, 26 Jan 2005 09:53:32 +0000
parents 14f65fa1e69e
children 6f72d9a709c3
comparison
equal deleted inserted replaced
2508:14f65fa1e69e 2509:6a9afa282c8e
1 2005-01-26 Ben Wing <ben@xemacs.org>
2
3 * frame.el (display-mouse-p):
4 Fix warning.
5
6 * cl.el (cl-random-time):
7 Conditionalize on coerce-number as Jerry says it's OK.
8
1 2005-01-26 Ben Wing <ben@xemacs.org> 9 2005-01-26 Ben Wing <ben@xemacs.org>
2 10
3 * code-init.el (set-eol-detection): 11 * code-init.el (set-eol-detection):
4 * code-init.el (coding-system-default-variable-list): 12 * code-init.el (coding-system-default-variable-list):
5 * code-init.el (get-coding-system-variable): 13 * code-init.el (get-coding-system-variable):
8 Implement no-conversion-coding-system-mapping as a coding 16 Implement no-conversion-coding-system-mapping as a coding
9 system variable. 17 system variable.
10 18
11 2004-11-17 Ben Wing <ben@xemacs.org> 19 2004-11-17 Ben Wing <ben@xemacs.org>
12 20
13 * cl.el (cl-random-time):
14 Conditionalize on coerce-number as Jerry says it's OK.
15
16 * font-lock.el (c-font-lock-keywords-2): Removed.
17 * font-lock.el (xemacs-c-font-lock-keywords-2): New.
18 * font-lock.el (c-font-lock-keywords-3): Removed.
19 * font-lock.el (xemacs-c-font-lock-keywords-3): New.
20 Fix naming problem.
21
22 * frame.el (display-mouse-p):
23 Fix warning.
24
25 * fill.el: 21 * fill.el:
26 * fill.el (canonically-space-region): 22 * fill.el (canonically-space-region):
27 * fill.el (fill-region-as-paragraph): 23 * fill.el (fill-region-as-paragraph):
28 * fill.el (justify-current-line): 24 * fill.el (justify-current-line):
29 * fill.el (fill-individual-paragraphs): 25 * fill.el (fill-individual-paragraphs):