comparison lisp/ChangeLog @ 66122:d61c5c1cd4c6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Oct 2005 15:34:32 +0000
parents bc2d2dc9f534
children e7767b4c6597
comparison
equal deleted inserted replaced
66121:b1015e4158db 66122:d61c5c1cd4c6
1 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * savehist.el: Don't require CL at runtime.
4 (savehist-xemacs): Remove.
5 (savehist-coding-system): Use utf-8 if available, regardless of religion.
6 (savehist-no-conversion): Use (featurep 'xemacs).
7 (savehist-load): Check existence of start-itimer rather than XEmacs.
8 Use an idle timer.
9 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10 `delete-if-not'.
11
12 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13
14 * savehist.el: Newer version.
15 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16 (savehist-last-checksum, savehist-no-conversion): New vars.
17 (savehist-autosave, savehist-process-for-saving, savehist-printable):
18 New functions.
19 (savehist-load, savehist-save): Use them.
20 (savehist-delimit): Remove.
21
1 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> 22 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 23
3 * progmodes/compile.el (compilation-goto-locus): Display the 24 * progmodes/compile.el (compilation-goto-locus): Display the
4 compilation buffer first and the source buffer second, in case they're 25 compilation buffer first and the source buffer second, in case they're
5 in overlapping frames. Don't raise the compilation frame if it was the 26 in overlapping frames. Don't raise the compilation frame if it was the
71 92
72 * savehist.el: New file. 93 * savehist.el: New file.
73 94
74 2005-10-14 Karl Chen <quarl@cs.berkeley.edu> 95 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
75 96
76 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix 97 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
77 bug in \bf fontification. 98 Fix bug in \bf fontification.
78 99
79 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca> 100 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
80 101
81 * pcvs.el (cvs-edit-log-files): New var. 102 * pcvs.el (cvs-edit-log-files): New var.
82 (cvs-mode-edit-log): New arg `file'. 103 (cvs-mode-edit-log): New arg `file'.