aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/ChangeLog
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog555
1 files changed, 14 insertions, 541 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86bb9ddcf3c..b9b8390d04a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,536 +1,9 @@
12003-09-02 Jason Rumney <jasonr@gnu.org>
2
3 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
4 line-ends from CVS before doing conversion.
5
62003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7
8 * calendar/diary-lib.el (diary-header-line-flag)
9 (diary-header-line-format): New variables.
10 (list-diary-entries): Use them to set header line in simple diary.
11
12 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13 other than font-lock-string-face to highlight backslashes.
14
152003-09-01 Jason Rumney <jasonr@gnu.org>
16
17 * international/titdic-cnv.el (tit-read-key-value): Include \r in
18 regexp.
19
202003-09-01 Dave Love <fx@gnu.org>
21
22 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23
24 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
25 and :help; also line and column numbers labels.
26
27 * international/mule-util.el (char-displayable-p): Moved from
28 latin1-disp, renamed and autoloaded.
29
30 * international/latin1-disp.el (latin1-char-displayable-p): Now
31 obsolete alias. Replace uses with char-displayable-p.
32 (latin1-display-ucs-per-lynx): Fix last change.
33
34 * international/mule-cmds.el (standard-display-european-internal):
35 Don't use char code for Latin-1 NBSP.
36 <XFree86 4>: Unfrob NBSP display table. Set display table to use
37 U+2018, U+2019 for `'.
38 (select-safe-coding-system): Message fix.
39
402003-09-01 Kenichi Handa <handa@m17n.org>
41
42 * international/fontset.el (setup-default-fontset): For Thai
43 font, specify "*" family.
44
452003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
46
47 * progmodes/compile.el (previous-error): Accept a prefix
48 argument, similarly to next-error.
49
502003-08-31 Masatake YAMATO <jet@gyve.org>
51
52 * pcvs.el (cvs-do-removal): Use = instead of eq to check
53 the numbre of files. Bind the numbre of files to a a local
54 variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
55
562003-08-30 Eli Zaretskii <eliz@elta.co.il>
57
58 * vc-hooks.el (vc-make-version-backup): Fix the change made on
59 2003-07-26: msdos-long-file-names is a function, not a variable.
60
612003-08-29 Richard M. Stallman <rms@gnu.org>
62
63 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
64 Do nothing with mail-personal-alias-file if it is nil.
65
66 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
67 Do nothing if mail-personal-alias-file is nil.
68
69 * term.el (term-exec-1): Bind coding-system-for-read.
70
71 * dired.el (dired-mouse-find-file-other-window):
72 Use dired-view-command-alist here, as in dired-view-file.
73 (dired-view-command-alist): Use %s to substitute file name.
74 Handle .ps_pages, .eps, .jpg, .gif, .png.
75
762003-08-29 Paul Pogonyshev <pogonyshev@gmx.net>
77
78 * info.el (Info-mode-map): Bind S-tab and <backtab> to
79 `Info-prev-reference', instead of M-tab.
80
812003-08-29 Martin Stjernholm <mast@lysator.liu.se>
82
83 * simple.el (blink-matching-open): Work correctly on chars that
84 are designated as parens through the syntax-table text property.
85
862003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
87
88 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
89 line break position in the middle of a non-kinsoku (e.g. latin)
90 word, making it skip until either a space or a character with
91 category "|".
92 (kinsoku-longer): Test for end of buffer.
93
942003-08-28 Eli Zaretskii <eliz@elta.co.il>
95
96 * mail/rmail.el (rmail-convert-to-babyl-format): Detect
97 quoted-printable- and base64-encoded messages and decode them
98 automatically. Set the message's encoding from the charset=
99 header, if any. Decode base64-encoded messages in Mail format as
100 well.
101
1022003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
103
104 * mail/smtpmail.el Fix previous change:
105 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
106 calling smtpmail-via-smtp.
107 (smtpmail-via-smtp): Add fall-back values for envelope-from.
108
1092003-08-26 John Paul Wallington <jpw@gnu.org>
110
111 * image.el (image-jpeg-p): Don't search beyond length of data.
112
1132003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
114
115 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
116 misfeature in `expand-abbrev' which caused electric keywords like
117 "else" to disappear if an open brace was typed directly
118 afterwards.
119
1202003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
121
122 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
123 mandatory in `define-widget'.
124
125 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
126 Don't align the operators "!=", "<=" and ">=" as assignment
127 operators.
128
129 (c-assignment-operators): New language constant that only contains
130 the assignment operators.
131
132 (c-assignment-op-regexp): New language variable used by
133 `c-lineup-math'.
134
1352003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
136
137 * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
138 against unbalanced sexps.
139
1402003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
141
142 * version.el (emacs-version): Check for gtk. Include gtk version
143 info.
144
1452003-08-25 John Paul Wallington <jpw@gnu.org>
146
147 * man.el (Man-default-man-entry): Don't whizz past the section
148 number before looking for it.
149
1502003-08-24 Nick Roberts <nick@nick.uklinux.net>
151
152 * progmodes/gud.el (gud-display-line): Don't set window-point if
153 source buffer is not visible. (Only happens with M-x gdba).
154
155 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
156 documentation.
157 (gdb-source, gdb-source-info): Update to assembler unnecessary
158 as its done after each GDB command anyway.
159 (gdb-pre-prompt): Use with-current-buffer.
160 (gdb-insert-field): Add help-echo text.
161 (gdb-invalidate-assembler): Re-display of assembler now done in
162 gdb-info-breakpoints-custom.
163 (gdb-info-breakpoints-custom): Force re-display of assembler to
164 happen *after* update of breakpoints buffer.
165 (gdb-display-source-buffer): Don't choke if gdb-source-window
166 isn't visible.
167 (gdb-put-string, gdb-put-arrow): Remove free variables.
168
1692003-08-24 John Paul Wallington <jpw@gnu.org>
170
171 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
172
173 * man.el (Man-default-man-entry): Strip text properties when
174 snarfing parts of entry because `format' preserves properties.
175
1762003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
177
178 * files.el (file-newest-backup): Use `expand-file-name'.
179
180 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
181 Allow the diary to pop up a new frame, if needed.
182
183 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
184 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
185 (smtpmail-send-it): Make treatment of envelope-from consistent with
186 sendmail.el.
187
188 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
189 (sh-leading-keywords): Add the bash `time' reserved word.
190 (sh-variables): Add some bash variables.
191 (sh-add-completer): Fix nil branch of case statement.
192
1932003-08-24 Masatake YAMATO <jet@gyve.org>
194
195 * progmodes/ld-script.el: New file.
196
1972003-08-23 Markus Rost <rost@math.ohio-state.edu>
198
199 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
200
2012003-08-23 Andre Spiegel <spiegel@gnu.org>
202
203 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better
204 explain obsolescence, and what to use instead.
205
2062003-08-23 Masatake YAMATO <jet@gyve.org>
207
208 * pcvs.el (cvs-do-removal): Show the deleted file name
209 on the prompt.
210
2112003-08-20 Dave Love <fx@gnu.org>
212
213 * international/mule.el (make-coding-system)
214 (set-buffer-file-coding-system): Doc fix.
215
216 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
217
218 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
219
220 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller
221 :size.
222
223 * international/utf-16.el: Add mime-text-unsuitable coding system
224 properties.
225
226 * international/latin1-disp.el (latin1-display): Add ?$,1s"(B.
227
228 * cus-edit.el: Add some :links.
229 (bib): Remove.
230
231 * textmodes/bib-mode.el (bib): Add :group external.
232
2332003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
234
235 * wid-edit.el (widget-echo-help): Make it handle expressions that
236 evaluate to strings.
237
2382003-08-18 Michael Mauger <mmaug@yahoo.com>
239
240 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
241
242 Simplify selection of SQL products to define highlighting and
243 interactive mode. Includes detailed instructions on adding
244 support for new products.
245
246 * progmodes/sql.el (sql-product): New variable. Identifies SQL
247 product for use in highlighting and interactive mode.
248 (sql-interactive-product): New variable. SQL product for
249 sql-interactive-mode.
250 (sql-product-support): New variable. Specifies product-specific
251 parameters to drive highlighting and interactive mode.
252 (sql-imenu-generic-expression): Add more object types.
253 (sql-sqlite-options): Correct comment.
254 (sql-ms-program): Use "osql" rather than "isql".
255 (sql-prompt-regexp, sql-prompt-length): Update comment.
256 (sql-mode-menu): Add "Start SQLi session" entry. Replace
257 Highlighting submenu with Product menu. Fix Send Region entry.
258 (sql-mode-abbrev-table): Add abbreviations. Support of
259 SYSTEM-FLAG on define-abbrev. Support was removed with last
260 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
261 (sql-mode-font-lock-object-name): Add font-lock pattern for object
262 names.
263 (sql-mode-ansi-font-lock-keywords): Set as default value.
264 (sql-mode-oracle-font-lock-keywords): Set as default value.
265 Support Oracle 9i keywords.
266 (sql-mode-postgres-font-lock-keywords): Set as default value.
267 (sql-mode-linter-font-lock-keywords): Set as default value.
268 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
269 SQLServer 2000.
270 (sql-mode-sybase-font-lock-keywords)
271 (sql-mode-interbase-font-lock-keywords)
272 (sql-mode-sqlite-font-lock-keywords)
273 (sql-mode-strong-font-lock-keywords)
274 (sql-mode-mysql-font-lock-keywords)
275 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
276 keywords.
277 (sql-mode-font-lock-defaults): Update comment.
278 (sql-product-feature): New function. Returns feature associated
279 with a product from `sql-product-support' alist.
280 (sql-product-font-lock): New function. Set font-lock support
281 based on `sql-product'.
282 (sql-add-product-keywords): New function. Add font-lock rules to
283 product-specific keyword variables.
284 (sql-set-product): New function. Set `sql-product' and apply
285 appropriate font-lock highlighting.
286 (sql-highlight-product): New function. Set font-lock support
287 based on a product. Also set mode name to include product name.
288 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
289 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
290 Use `sql-set-product'.
291 (sql-highlight-ms-keywords)
292 (sql-highlight-sybase-keywords)
293 (sql-highlight-interbase-keywords)
294 (sql-highlight-strong-keywords)
295 (sql-highlight-mysql-keywords)
296 (sql-highlight-sqlite-keywords)
297 (sql-highlight-db2-keywords): New functions. Use
298 `sql-set-product'.
299 (sql-get-login): Prompt in the same order as the tokens.
300 (sql-mode): Uses `sql-product-highlight' and
301 `sql-product-font-lock'.
302 (sql-product-interactive): New function. Common portions of
303 product-specific interactive mode wrappers.
304 (sql-interactive-mode): Rewritten to use product features.
305 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
306 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
307 (sql-db2, sql-linter): Use `sql-product-interactive'.
308 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
309 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
310 (sql-connect-ingres, sql-connect-postgres)
311 (sql-connect-interbase, sql-connect-db2, sql-connect-linter): New
312 functions. Format command line parameters and invoke comint on
313 the appropriate interpreter. Code was in the corresponding
314 `sql-xyz' function before.
315 (sql-connect-ms): New function. Support -E argument to use
316 operating system credentials for authentication.
317
3182003-08-18 Kenichi Handa <handa@m17n.org>
319
320 * international/mule.el (encode-char): Fix for the ASCII case.
321
3222003-08-15 Kenichi Handa <handa@m17n.org>
323
324 * international/fontset.el (setup-default-fontset): Change "*" to
325 nil in the specifications of font family.
326
3272003-08-18 Kim F. Storm <storm@cua.dk>
328
329 * kmacro.el (kmacro-keymap): Group related bindings in
330 initialization for clarity. Bind C-s to start macro.
331 Remove C-r binding.
332 (kmacro-initial-counter-value): New defvar to hold initial counter
333 value in case we set the value before defining a macro.
334 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
335 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
336 not defining or executing macro. Doc fix.
337 (kmacro-add-counter): Clear kmacro-initial-counter-value.
338 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
339 temporarily view older elements on the macro ring without cycling
340 the ring.
341 (kmacro-display): Doc fix.
342 (kmacro-exec-ring-item): New helper function.
343 (kmacro-call-ring-2nd): Use it.
344 (kmacro-call-ring-2nd-repeat): Doc fix.
345 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
346 (kmacro-end-or-call-macro): Execute last viewed macro (using
347 kmacro-exec-ring-item) from ring if this follows
348 kmacro-view-macro. This allows us to find a macro on the ring
349 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
350 the ring to bring it to the head of the ring.
351 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
352 Allow binding to reserved keys without specifying C-x C-k prefix.
353 Ask for confirmation if entered key sequence is already bound to
354 a non-macro command.
355 (kmacro-view-macro): Repeating command will show older elements
356 on the macro ring; C-k will execute the last viewed macro.
357 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
358 property from 'ring to 'head.
359
3602003-08-17 Alan Shutko <ats@acm.org>
361
362 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
363 keeping December out of the alist.
364
3652003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
366
367 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
368 * calendar/calendar.el (calendar-mode-map): Bind it to key.
369 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
370 (calendar-flatten): New function.
371 (calendar-mouse-view-other-diary-entries)
372 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
373 in the menu title and to show multi-line diary entries correctly
374 in the menu.
375
3762003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
377
378 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
379 defcustom, because the default was recently changed.
380
3812003-08-16 Richard M. Stallman <rms@gnu.org>
382
383 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
384
385 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
386 New subroutine, broken out of eval-last-sexp-1.
387 (eval-last-sexp-1): Use eval-last-sexp-print-value.
388
389 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
390
391 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
392
393 * simple.el (eval-expression): Use eval-last-sexp-print-value.
394
3952003-08-14 Jari Aalto <jari.aalto@poboxes.com>
396
397 * progmodes/compile.el (compilation-error-regexp-alist):
398 Added Java ANt error detection as described in document
399 http://ant.apache.org/faq.html
400
4012003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
402
403 * simple.el (backward-word, forward-to-indentation)
404 (backward-to-indentation): Argument changed to optional.
405 (next-line, previous-line): Use `or' instead of `unless'.
406
4072003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
408
409 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
410 instead of a constant.
411
4122003-08-12 Markus Rost <rost@math.ohio-state.edu>
413
414 * shell.el (shell): With prefix-arg, suggest a new buffer name.
415
4162003-08-12 Andre Spiegel <spiegel@gnu.org>
417
418 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
419 (vc-sccs-workfile-version): Search the entire delta table, rather
420 than just the first entry, because that might be a deleted version.
421
4222003-08-11 Karl Fogel <kfogel@red-bean.com>
423
424 * menu-bar.el (menu-bar-options-menu): Supply a body for the
425 [save-place] binding in the Options menu. Have it require
426 'saveplace' and then toggle the variable manually, to avoid an an
427 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
428 for the bug report.
429
4302003-08-11 Nick Roberts <nick@nick.uklinux.net>
431
432 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
433 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
434 (gdb-info-threads-custom): Add help-echo text.
435 (gdb-display-back): Don't use purecopy.
436 (gdb-info-breakpoints-custom, gdb-reset)
437 (gdb-assembler-custom): Use display-images-p to test if breakpoint
438 icons can be displayed.
439
4402003-08-11 Markus Rost <rost@math.ohio-state.edu>
441
442 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
443
4442003-08-11 Stefan Monnier <monnier@cs.yale.edu>
445
446 * bookmark.el (bookmark-completing-read):
447 Return a string, instead of a list of one string.
448 Use a popup menu if activated from the mouse.
449 (bookmark-edit-annotation): Remove unused vars.
450 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
451 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
452 to bookmark-completing-read.
453 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
454 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
455 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
456 and erase-buffer.
457 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
458 (bookmark-menu-jump, bookmark-menu-insert)
459 (bookmark-popup-menu-and-apply-function)
460 (bookmark-menu-popup-paned-bookmark-menu): Remove.
461 (bookmark-menu-build-paned-menu): Remove by folding it into
462 bookmark-menu-popup-paned-menu.
463 (menu-bar-bookmark-map): Move the define-key statements here.
464 Use the "non-menu" commands since they now pop up a menu if needed.
465 (bookmark-exit-hook-internal): Simplify.
466
4672003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
468
469 * textmodes/reftex.el: Updated to version 4.21
470 * reftex-auc.el: likewise.
471 * reftex-cite.el: likewise.
472 * reftex-dcr.el: likewise.
473 * reftex-global.el: likewise.
474 * reftex-index.el: likewise.
475 * reftex-parse.el: likewise.
476 * reftex-ref.el: likewise.
477 * reftex-sel.el: likewise.
478 * reftex-toc.el: likewise.
479 * reftex-vars.el: likewise.
480
4812003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
482
483 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
484 first use.
485
4862003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
487
488 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
489
4902003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
491
492 * calendar/calendar.el (list-diary-entries-hook)
493 (diary-display-hook, nongregorian-diary-listing-hook)
494 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
495 Add some customize options for these hooks.
496 (calendar-abbrev-construct): Don't try to take a substring longer
497 than the original string.
498
4992003-08-05 Richard M. Stallman <rms@gnu.org>
500
501 * emacs-lisp/testcover.el (noreturn): Report error if does return.
502 (testcover-reinstrument-clauses): Doc fix.
503
504 * emacs-lisp/warnings.el: Doc fixes, args renamed.
505 (warning-type-format): Rename from warning-group-format.
506
507 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
508 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
509 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
510 to prevent warnings about defvar for an obsolete variable.
511
512 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
513 warning-group-format renamed to warning-type-format.
514
515 * subr.el (read-passwd): Use clear-string instead of fillarray.
516
517 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
518 Use vconcat instead of concat.
519 (edmacro-sanitize-for-string): New function.
520
5212003-08-05 Dave Love <fx@gnu.org>
522
523 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
524 line-number-display-limit-width.
525
526 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
527
5282003-08-05 Kenichi Handa <handa@m17n.org> 12003-08-05 Kenichi Handa <handa@m17n.org>
529 2
530 * international/code-pages.el: Don't require mule-diag. 3 * international/code-pages.el: Don't require mule-diag.
531 4
532 * international/mule-diag.el (non-iso-charset-alist): 5 * international/mule-diag.el (non-iso-charset-alist): Add
533 Add autoload cookie. 6 autoload cookie.
534 7
535 * language/devan-util.el (dev-glyph-order): Add an entry for the 8 * language/devan-util.el (dev-glyph-order): Add an entry for the
536 glyph code #xC4. 9 glyph code #xC4.
@@ -552,7 +25,8 @@
552 `calendar-day-name' and `calendar-month-name' functions. 25 `calendar-day-name' and `calendar-month-name' functions.
553 26
554 * calendar/diary-lib.el (list-diary-entries): Adapt for new 27 * calendar/diary-lib.el (list-diary-entries): Adapt for new
555 behaviour of `calendar-day-name' and `calendar-month-name' functions. 28 behaviour of `calendar-day-name' and `calendar-month-name'
29 functions.
556 (diary-name-pattern): Use abbrev arrays, rather than fixing 30 (diary-name-pattern): Use abbrev arrays, rather than fixing
557 abbrevs at three chars. Calling syntax change. 31 abbrevs at three chars. Calling syntax change.
558 (mark-diary-entries): Adapt for new behaviours of 32 (mark-diary-entries): Adapt for new behaviours of
@@ -573,8 +47,8 @@
573 (mark-hebrew-diary-entries): Adapt for new behaviours of 47 (mark-hebrew-diary-entries): Adapt for new behaviours of
574 `diary-name-pattern' and `calendar-make-alist' functions. 48 `diary-name-pattern' and `calendar-make-alist' functions.
575 49
576 * calendar/cal-islam.el (calendar-islamic-month-name-array): 50 * calendar/cal-islam.el (calendar-islamic-month-name-array): Add
577 Add doc string. 51 doc string.
578 (list-islamic-diary-entries): Adapt for new behaviours of 52 (list-islamic-diary-entries): Adapt for new behaviours of
579 `calendar-day-name' and `add-to-diary-list' functions. 53 `calendar-day-name' and `add-to-diary-list' functions.
580 (mark-islamic-diary-entries): Adapt for new behaviours of 54 (mark-islamic-diary-entries): Adapt for new behaviours of
@@ -617,8 +91,8 @@
617 (c-search-decl-header-end): Don't trip up on operator identifiers 91 (c-search-decl-header-end): Don't trip up on operator identifiers
618 in C++ and operators like == in all languages. 92 in C++ and operators like == in all languages.
619 93
620 * progmodes/cc-engine.el (c-backward-to-decl-anchor): 94 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Detect
621 Detect leading labels correctly. 95 leading labels correctly.
622 96
6232003-08-02 Andreas Schwab <schwab@suse.de> 972003-08-02 Andreas Schwab <schwab@suse.de>
624 98
@@ -644,8 +118,8 @@
644 118
6452003-07-30 Kenichi Handa <handa@m17n.org> 1192003-07-30 Kenichi Handa <handa@m17n.org>
646 120
647 * international/fontset.el (setup-default-fontset): 121 * international/fontset.el (setup-default-fontset): Change
648 Change registry names of Akurti fonts. 122 registry names of Akurti fonts.
649 123
6502003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change) 1242003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
651 125
@@ -658,8 +132,8 @@
658 132
6592003-07-28 Nick Roberts <nick@nick.uklinux.net> 1332003-07-28 Nick Roberts <nick@nick.uklinux.net>
660 134
661 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): 135 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore
662 Restore assembler in source window if that is what has been selected. 136 assembler in source window if that is what has been selected.
663 (menu): Add gdb-restore-windows to menu. Make gdba 137 (menu): Add gdb-restore-windows to menu. Make gdba
664 specific menus only visible from gdba. 138 specific menus only visible from gdba.
665 139
@@ -692,7 +166,8 @@
692 166
6932003-07-26 Markus Rost <rost@math.ohio-state.edu> 1672003-07-26 Markus Rost <rost@math.ohio-state.edu>
694 168
695 * international/quail.el (quail-translate-key): Fix previous change. 169 * international/quail.el (quail-translate-key): Fix previous
170 change.
696 171
6972003-07-25 John Paul Wallington <jpw@gnu.org> 1722003-07-25 John Paul Wallington <jpw@gnu.org>
698 173
@@ -25029,5 +24504,3 @@ See ChangeLog.9 for earlier changes.
25029 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 24504 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
25030 Copying and distribution of this file, with or without modification, 24505 Copying and distribution of this file, with or without modification,
25031 are permitted provided the copyright notice and this notice are preserved. 24506 are permitted provided the copyright notice and this notice are preserved.
25032
25033;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1