comparison lisp/ChangeLog @ 85855:9b7109db46f8

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Nov 2007 03:52:26 +0000
parents 6d6c35a3f25a
children 84fe4e940d8d
comparison
equal deleted inserted replaced
85854:41cfd60a7993 85855:9b7109db46f8
2 2
3 * mail/footnote.el (footnote-numeric-regexp) 3 * mail/footnote.el (footnote-numeric-regexp)
4 (footnote-english-upper-regexp, footnote-english-lower-regexp) 4 (footnote-english-upper-regexp, footnote-english-lower-regexp)
5 (footnote-roman-lower-regexp, footnote-roman-upper-regexp): 5 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
6 Match multi-character footnotes. 6 Match multi-character footnotes.
7
8 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
9
10 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
11 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
12 (rcirc-print): Only update the line count when not marking the
13 line as omittable.
14 (rcirc-log-write): Specify coding system when writing logfile.
15 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
7 16
8 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 17 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9 18
10 * ediff-util.el (ediff-nuke-selective-display): Move definition to 19 * ediff-util.el (ediff-nuke-selective-display): Move definition to
11 top level, make it dependent on the emacs flavor. 20 top level, make it dependent on the emacs flavor.