comparison lisp/ChangeLog @ 51563:5eb0d359c572

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 14 Jun 2003 20:02:59 +0000
parents a55a32d4725a
children a2d2ae02ce9b
comparison
equal deleted inserted replaced
51562:65f7a99a6241 51563:5eb0d359c572
1 2003-06-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/tex-mode.el (tex-compile-commands):
4 Handle tex-start-commands like tex-start-tex does.
5
6 * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing
7 the buffer.
8
1 2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change) 9 2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change)
2 10
3 * shell.el (shell-command-separator-regexp): New variable. 11 * shell.el (shell-command-separator-regexp): New variable.
4 (shell-directory-tracker): Make regexp used for skipping to next 12 (shell-directory-tracker): Make regexp used for skipping to next
5 command correspond to one used for command itself. 13 command correspond to one used for command itself.
6 14
7 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) 15 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8 16
9 * textmodes/texinfmt.el (texinfo-format-scan): Silence 17 * textmodes/texinfmt.el (texinfo-format-scan):
10 `whitespace-cleanup'. 18 Silence `whitespace-cleanup'.
11 19
12 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk> 20 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk>
13 21
14 * calendar/timeclock.el (display-time-hook) 22 * calendar/timeclock.el (display-time-hook)
15 (timeclock-modeline-display): Define for byte-compiler. 23 (timeclock-modeline-display): Define for byte-compiler.
16 (timeclock-time-to-date, timeclock-workday-remaining) 24 (timeclock-time-to-date, timeclock-workday-remaining)
17 (timeclock-time-to-seconds, timeclock-seconds-to-time): Move 25 (timeclock-time-to-seconds, timeclock-seconds-to-time):
18 earlier in the file so defined before used. 26 Move earlier in the file so defined before used.
19 (timeclock-status-string): No need for `let*' so use `let'. 27 (timeclock-status-string): No need for `let*' so use `let'.
20 (timeclock-query-out): Always return a non-nil value. 28 (timeclock-query-out): Always return a non-nil value.
21 29
22 2003-06-10 Rajesh Vaidheeswarran <rv@gnu.org> 30 2003-06-10 Rajesh Vaidheeswarran <rv@gnu.org>
23 31