comparison lisp/ChangeLog @ 82095:b5773fe4ea48

(ps-multibyte-buffer): Docstring fixes. (ps-mule-encode-ethiopic): Make it clear that it's always defined. (ps-mule-prepare-font-for-components, ps-mule-encode-header-string) (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes. (ps-mule-begin-job): Use dolist.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 24 Jul 2007 21:03:23 +0000
parents 76546b143f2d
children 9d01f26910cf
comparison
equal deleted inserted replaced
82094:76546b143f2d 82095:b5773fe4ea48
1 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7 (ps-mule-begin-job): Use dolist.
8
1 2007-07-24 Michael Albinus <michael.albinus@gmx.de> 9 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * subr.el (start-file-process-shell-command) 11 * subr.el (start-file-process-shell-command)
4 (process-file-shell-command): New defuns. 12 (process-file-shell-command): New defuns.
5 13
6 * progmodes/compile.el (compilation-start): Apply 14 * progmodes/compile.el (compilation-start):
7 `start-file-process-shell-command'. 15 Apply `start-file-process-shell-command'.
8 16
9 2007-07-24 Alexandre Julliard <julliard@winehq.org> 17 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10 18
11 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix 19 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
12 typos.
13 20
14 2007-07-24 Alan Mackenzie <acm@muc.de> 21 2007-07-24 Alan Mackenzie <acm@muc.de>
15 22
16 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Initialise 23 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
17 byte-compile-unresolved-functions before rather than after a 24 Initialise byte-compile-unresolved-functions before rather than
18 compilation. 25 after a compilation.
19 (byte-compile-unresolved-functions): Amplify doc string. 26 (byte-compile-unresolved-functions): Amplify doc string.
20 27
21 2007-07-24 Glenn Morris <rgm@gnu.org> 28 2007-07-24 Glenn Morris <rgm@gnu.org>
22 29
23 * startup.el (normal-splash-screen): Use `emacs-copyright'. 30 * startup.el (normal-splash-screen): Use `emacs-copyright'.
57 Use \textit and \textbf rather than \em and \it. 64 Use \textit and \textbf rather than \em and \it.
58 65
59 * calendar/cal-bahai.el (list-bahai-diary-entries) 66 * calendar/cal-bahai.el (list-bahai-diary-entries)
60 * calendar/cal-hebrew.el (list-hebrew-diary-entries) 67 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
61 * calendar/cal-islam.el (list-islamic-diary-entries) 68 * calendar/cal-islam.el (list-islamic-diary-entries)
62 * calendar/calendar.el (generate-calendar) 69 * calendar/calendar.el (generate-calendar, generate-calendar-month)
63 (generate-calendar-month)
64 * calendar/diary-lib.el (diary-list-entries) 70 * calendar/diary-lib.el (diary-list-entries)
65 (mark-calendar-date-pattern): Use `dotimes' rather than 71 (mark-calendar-date-pattern): Use `dotimes' rather than
66 `calendar-for-loop'. 72 `calendar-for-loop'.
67 73
68 * calendar/calendar.el (calendar-for-loop): Doc fix. 74 * calendar/calendar.el (calendar-for-loop): Doc fix.