comparison lisp/ChangeLog @ 95091:a32da8a2fa72

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 May 2008 01:06:37 +0000
parents a55ebc729fea
children 88a6289c23cb
comparison
equal deleted inserted replaced
95090:3e70450d4c55 95091:a32da8a2fa72
1 2008-05-18 David Hull <david@snap.com> (tiny change) 1 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * faces.el (font-weight-table): Fix typo in docstring.
4
5 2008-05-18 David Hull <david@snap.com> (tiny change)
2 6
3 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow. 7 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4 (vc-hg-annotate-command): Allow white space before version number. 8 (vc-hg-annotate-command): Allow white space before version number.
5 9
6 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com> 10 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
79 83
80 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com> 84 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
81 85
82 * vc.el (vc-default-status-printer) 86 * vc.el (vc-default-status-printer)
83 (vc-default-prettify-state-info): Enhance the state prettyprinter 87 (vc-default-prettify-state-info): Enhance the state prettyprinter
84 to deall better with unknown states and indirect through it when 88 to deal better with unknown states and indirect through it when
85 painting vc-dir buffers. 89 painting vc-dir buffers.
86 90
87 2008-05-16 John Paul Wallington <jpw@pobox.com> 91 2008-05-16 John Paul Wallington <jpw@pobox.com>
88 92
89 * vc-dispatcher.el (top-level): Don't require cl when compiling. 93 * vc-dispatcher.el (top-level): Don't require cl when compiling.
90 (vc-dir-mode-map): Fix backquote. 94 (vc-dir-mode-map): Fix backquote.
91 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'. 95 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
92 96
93 2008-05-16 Michael Albinus <michael.albinus@gmx.de> 97 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
94 98
95 * net/tramp.el (tramp-handle-write-region): Fix check for short 99 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
96 track. Reported by Glenn Morris <rgm@gnu.org>. 100 Reported by Glenn Morris <rgm@gnu.org>.
97 101
98 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com> 102 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
99 103
100 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from 104 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
101 the end of the file, it was good work at one time but has been 105 the end of the file, it was good work at one time but has been