comparison lisp/ChangeLog.unicode @ 91084:a4347a111894

If ps-lpr-switches is not a list, force it to be one.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 09 Nov 2007 14:52:32 +0000
parents 6277bc0e513a
children 5843af4ba940
comparison
equal deleted inserted replaced
91083:ff87badce376 91084:a4347a111894
1 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * ps-print.el (ps-do-despool): If ps-lpr-switches is not a list, force
4 it to be one.
5 (ps-print-version): New version 7.3.1.
6
7 2007-10-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8
9 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
10 Epoch emacsen.
11
12 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13
14 * ps-print.el: Now detect if text foreground and background colors are
15 equals and replace the foreground color by another color, so the text
16 becomes visible. Doc fix.
17 (ps-print-version): New version 7.3.
18 (ps-default-fg, ps-default-bg): Docstring fix.
19 (ps-fg-list, ps-fg-validate-p): New options.
20 (ps-foreground-list): New var.
21 (ps-generate-header-line): Replace fboundp by functionp.
22 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
23
24 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25
26 * printing.el: Pacify byte compiler, that is, no compiler warnings.
27 Move (again) some variable definitions before use, define some fun
28 aliases, no code change.
29 (pr-version): New version 6.9.2.
30 (pr-path-style, pr-auto-region, pr-menu-char-height)
31 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
32 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
33 via (defvar VAR).
34 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
35 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
36 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
37 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
38 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
39 (pr-menu-print-item, pr-ps-printer-menu-modified)
40 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
41 (pr-even-or-odd-alist): Vars definition moved.
42
1 2007-10-23 Kenichi Handa <handa@m17n.org> 43 2007-10-23 Kenichi Handa <handa@m17n.org>
2 44
3 * language/chinese.el (cp936): Delete duplicated alias. 45 * language/chinese.el (cp936): Delete duplicated alias.
4 46
5 * international/mule-diag.el (list-block-of-chars): Don't insert 47 * international/mule-diag.el (list-block-of-chars): Don't insert
36 non-unicode versions of Emacs. 78 non-unicode versions of Emacs.
37 79
38 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new 80 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
39 multi-tty code, which includes the previous local change. 81 multi-tty code, which includes the previous local change.
40 82
83 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
84
85 * ps-print.el: Fix the usage of :foreground and :background face
86 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
87 (ps-print-version): New version 7.2.5.
88 (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix
89 code.
90 (ps-face-foreground-color-p, ps-face-background-color-p)
91 (ps-face-color-p): New inline funs.
92 (ps-background, ps-begin-file, ps-build-reference-face-lists): Use
93 `mapc' rather than `mapcar'.
94
41 2007-09-07 Kenichi Handa <handa@m17n.org> 95 2007-09-07 Kenichi Handa <handa@m17n.org>
42 96
43 * skeleton.el (skeleton-internal-1): Use integerp and stringp 97 * skeleton.el (skeleton-internal-1): Use integerp and stringp
44 instead of char-or-string-p to catch -1. 98 instead of char-or-string-p to catch -1.
45 99
52 2007-08-23 Kenichi Handa <handa@m17n.org> 106 2007-08-23 Kenichi Handa <handa@m17n.org>
53 107
54 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font 108 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
55 height that doesn't exceed the requested height by rounding off. 109 height that doesn't exceed the requested height by rounding off.
56 110
57 2007-07-26 Andreas Schwab <schwab@suse.de> 111 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
58 112
59 * international/mule-diag.el (print-fontset-element): Use fontp 113 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
60 only if defined. 114 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
61 115 (ps-paragraph-spacing): Docstring fix.
62 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> 116
63 117 2007-08-16 Glenn Morris <rgm@gnu.org>
64 * ps-print.el (ps-multibyte-buffer): Docstring fix. 118
65 119 * ps-print.el (ps-font-size): Doc fix.
66 * ps-mule.el: Doc fix. 120
67 (ps-multibyte-buffer, ps-mule-font-info-database, ps-mule-prepare-font) 121 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
68 (ps-mule-external-libraries, ps-mule-encode-region) 122
69 (ps-mule-plot-composition, ps-mule-encode-header-string) 123 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
70 (ps-mule-begin-job): Docstring fix. 124 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
71 (ps-mule-prologue-generated): Code fix. 125 ps-print-color-p is neither nil nor black-white. Reported by Christian
72
73 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
74
75 * ps-print.el: Problem with foreground and background color when
76 printing a buffer with and without faces. Reported by Christian
77 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. 126 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
78 (ps-print-version): New version 7.2.4. 127
79 (ps-default-fg): Change default value to nil, so black color is used 128 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
80 when a face does not specify a foreground color. 129
81 (ps-default-bg): Change default value to nil, so white color is used 130 * printing.el (pr-update-menus): Docstring fix.
82 for background color. 131
83 (ps-begin-job): Fix code. 132 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
84 133
85 2007-06-26 Kenichi Handa <handa@m17n.org> 134 * printing.el: Require lpr and ps-print when loading printing package.
86 135 Reported by Glenn Morris <rgm@gnu.org>.
87 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string 136
88 with FIXEDCASE t. 137 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
89 138
90 2007-06-20 Kenichi Handa <handa@m17n.org> 139 * printing.el: Evaluate require only during compilation.
91 140 (pr-version): New version 6.9.1.
92 * international/mule-diag.el (print-fontset-element): Fix for the 141 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
93 format change of a fontset element for font-backend feature. 142 (pr-global-menubar): Fix code.
94 143
95 2007-06-19 Kenichi Handa <handa@m17n.org> 144 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
96
97 * descr-text.el (describe-char): Fix for the case that a component
98 character is TAB.
99
100 2007-06-16 Kenichi Handa <handa@m17n.org>
101
102 * international/mule-cmds.el
103 (select-safe-coding-system-interactively): Fix printing of
104 rejected and unsafe coding-systems.
105
106 * international/fontset.el (setup-default-fontset): Add tai-viet.
107
108 * international/characters.el: Setup syntax/category table for Tai
109 Viet.
110 (script-list): Add tai-viet.
111
112 * loadup.el: Load "language/tai-viet".
113
114 * language/tai-viet.el: New file.
115
116 * language/tv-util.el: New file.
117
118 2007-06-01 Jason Rumney <jasonr@gnu.org>
119
120 * faces.el (font-weight-table): Use defaults on w32 that match
121 LOGFONT.lfWeight.
122
123 * term/w32-win.el: Don't create fontset from command-line font.
124
125 2007-05-29 Juanma Barranquero <lekktu@gmail.com>
126
127 * international/mule-cmds.el (toggle-enable-multibyte-characters)
128 (sort-coding-systems, search-unencodable-char): Doc fixes.
129 (default-input-method, input-method-verbose-flag)
130 (input-method-highlight-flag): Remove * in defcustom's docstrings.
131 (exit-language-environment-hook, set-default-coding-systems)
132 (coding-system-change-eol-conversion, prefer-coding-system)
133 (find-multibyte-characters, leim-list-entry-regexp)
134 (set-input-method, input-method-exit-on-first-char, princ-list)
135 (locale-language-names, locale-charset-language-names)
136 (define-char-code-property): Fix typos in docstrings.
137
138 2007-05-28 Kenichi Handa <handa@m17n.org>
139
140 * disp-table.el (make-glyph-code): Fix for a new character code
141 space (22-bit).
142 (glyph-char): Likewise.
143 (glyph-face): Likewise.
144
145 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
146
147 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
148
149 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
150
151 * ps-print.el: Use default color when foreground or background color
152 are unspecified. Reported by Leo <sdl.web@gmail.com>.
153 (ps-print-version): New version 7.2.3.
154 (ps-rgb-color): New argument. Use default color when color is
155 unspecified.
156 (ps-begin-job): Fix code.
157
158 2007-03-28 Riccardo Murri <riccardo.murri@gmail.com>
159
160 * vc-bzr.el: New file.
161
162 2007-03-23 Kenichi Handa <handa@m17n.org>
163
164 * international/characters.el: Add more cases/syntaxes from Latin
165 characters.
166
167 2007-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
168
169 * ps-def.el (installation-directory): Must be initialized when defining
170 it in XEmacs.
171 (coding-system-for-read): Eliminate duplicated definition.
172
173 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
174
175 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
176
177 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
178
179 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
180 (ps-print-emacs-type): Var eliminated.
181 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
182 running ps-print package.
183
184 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
185 (ps-frame-parameter): Replace defun by defalias.
186 (mark-active): defvar eliminated.
187
188 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Macros eliminated.
189 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
190 (ps-jts-ps-setup): Replace macros by vector key definition.
191
192 2007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
193 145
194 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment): 146 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
195 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment): 147 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
196 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment): 148 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
197 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment): 149 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
240 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1) 192 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
241 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional) 193 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
242 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence) 194 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
243 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments. 195 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
244 196
197 2007-07-26 Andreas Schwab <schwab@suse.de>
198
199 * international/mule-diag.el (print-fontset-element): Use fontp
200 only if defined.
201
202 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
203
204 * ps-print.el (ps-multibyte-buffer): Docstring fix.
205
206 * ps-mule.el: Doc fix.
207 (ps-multibyte-buffer, ps-mule-font-info-database, ps-mule-prepare-font)
208 (ps-mule-external-libraries, ps-mule-encode-region)
209 (ps-mule-plot-composition, ps-mule-encode-header-string)
210 (ps-mule-begin-job): Docstring fix.
211 (ps-mule-prologue-generated): Code fix.
212
213 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
214
215 * ps-print.el: Problem with foreground and background color when
216 printing a buffer with and without faces. Reported by Christian
217 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
218 (ps-print-version): New version 7.2.4.
219 (ps-default-fg): Change default value to nil, so black color is used
220 when a face does not specify a foreground color.
221 (ps-default-bg): Change default value to nil, so white color is used
222 for background color.
223 (ps-begin-job): Fix code.
224
225 2007-06-26 Kenichi Handa <handa@m17n.org>
226
227 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
228 with FIXEDCASE t.
229
230 2007-06-20 Kenichi Handa <handa@m17n.org>
231
232 * international/mule-diag.el (print-fontset-element): Fix for the
233 format change of a fontset element for font-backend feature.
234
235 2007-06-19 Kenichi Handa <handa@m17n.org>
236
237 * descr-text.el (describe-char): Fix for the case that a component
238 character is TAB.
239
240 2007-06-16 Kenichi Handa <handa@m17n.org>
241
242 * international/mule-cmds.el
243 (select-safe-coding-system-interactively): Fix printing of
244 rejected and unsafe coding-systems.
245
246 * international/fontset.el (setup-default-fontset): Add tai-viet.
247
248 * international/characters.el: Setup syntax/category table for Tai
249 Viet.
250 (script-list): Add tai-viet.
251
252 * loadup.el: Load "language/tai-viet".
253
254 * language/tai-viet.el: New file.
255
256 * language/tv-util.el: New file.
257
258 2007-06-01 Jason Rumney <jasonr@gnu.org>
259
260 * faces.el (font-weight-table): Use defaults on w32 that match
261 LOGFONT.lfWeight.
262
263 * term/w32-win.el: Don't create fontset from command-line font.
264
265 2007-05-29 Juanma Barranquero <lekktu@gmail.com>
266
267 * international/mule-cmds.el (toggle-enable-multibyte-characters)
268 (sort-coding-systems, search-unencodable-char): Doc fixes.
269 (default-input-method, input-method-verbose-flag)
270 (input-method-highlight-flag): Remove * in defcustom's docstrings.
271 (exit-language-environment-hook, set-default-coding-systems)
272 (coding-system-change-eol-conversion, prefer-coding-system)
273 (find-multibyte-characters, leim-list-entry-regexp)
274 (set-input-method, input-method-exit-on-first-char, princ-list)
275 (locale-language-names, locale-charset-language-names)
276 (define-char-code-property): Fix typos in docstrings.
277
278 2007-05-28 Kenichi Handa <handa@m17n.org>
279
280 * disp-table.el (make-glyph-code): Fix for a new character code
281 space (22-bit).
282 (glyph-char): Likewise.
283 (glyph-face): Likewise.
284
285 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
286
287 * printing.el: Group together all XEmacs/Emacs definitions.
288 (pr-version): New version 6.9.
289 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
290 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
291 (pr-menu-bind): Fix code.
292 (pr-e-frame-char-height, pr-e-frame-char-width)
293 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
294 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
295 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
296 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
297 (pr-x-event-y-pixel): Aliases eliminated.
298 (pr-xemacs-global-menubar): Macro moved.
299 (current-menubar, current-mouse-event, zmacs-region-stays)
300 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
301 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
302 Vars moved.
303 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
304 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
305 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
306 (pr-menu-set-utility-title, pr-even-or-odd-pages)
307 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
308 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
309 moved.
310
311 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
312
313 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
314
315 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
316
317 * ps-print.el: Use default color when foreground or background color
318 are unspecified. Reported by Leo <sdl.web@gmail.com>.
319 (ps-print-version): New version 7.2.3.
320 (ps-rgb-color): New argument. Use default color when color is
321 unspecified.
322 (ps-begin-job): Fix code.
323
324 2007-03-28 Riccardo Murri <riccardo.murri@gmail.com>
325
326 * vc-bzr.el: New file.
327
328 2007-03-23 Kenichi Handa <handa@m17n.org>
329
330 * international/characters.el: Add more cases/syntaxes from Latin
331 characters.
332
333 2007-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
334
335 * ps-def.el (installation-directory): Must be initialized when defining
336 it in XEmacs.
337 (coding-system-for-read): Eliminate duplicated definition.
338
339 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
340
341 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
342
343 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
344
345 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
346 (ps-print-emacs-type): Var eliminated.
347 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
348 running ps-print package.
349
350 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
351 (ps-frame-parameter): Replace defun by defalias.
352 (mark-active): defvar eliminated.
353
354 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Macros eliminated.
355 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
356 (ps-jts-ps-setup): Replace macros by vector key definition.
357
358 2007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
359
360 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
361 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
362 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
363 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
364 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
365 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
366 New command actions for EPS header and EPS footer.
367
368 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
369 footer. Fix some problems with one-or-more, zero-or-more and
370 alternative constructions generation. Some log messages
371 implementation. Doc fix.
372 (ebnf-version): New version 4.4.
373 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
374 (ebnf-eps-footer, ebnf-log): New options.
375 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
376 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
377 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
378 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
379 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
380 (ebnf-style-custom-list, ebnf-style-database): Put new values.
381 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
382 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
383 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
384 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
385 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
386 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
387 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
388 (ebnf-non-terminal-dimension, ebnf-special-dimension)
389 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
390 (ebnf-except-dimension, ebnf-alternative-dimension)
391 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
392 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
393 message fun.
394 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
395 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
396 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
397 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
398 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
399 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
400 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
401 compatibility with Emacs 20 & 21.
402 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
403 (ebnf-eps-file-alist, ebnf-basic-width-extra)
404 (ebnf-basic-empty-height): New vars.
405 (ebnf-prologue): Fix PostScript code.
406 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
407 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
408 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
409 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
410
245 2007-02-14 Kenichi Handa <handa@m17n.org> 411 2007-02-14 Kenichi Handa <handa@m17n.org>
246 412
247 * international/titdic-cnv.el: Synch with HEAD. 413 * international/titdic-cnv.el: Synch with HEAD.
248 414
249 2007-02-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> 415 2007-02-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>