.
[bpt/emacs.git] / lisp / ChangeLog
1 2003-11-19 Andreas Schwab <schwab@suse.de>
2
3 * simple.el (set-variable): Fix indentation.
4
5 2003-11-17 Kenichi Handa <handa@m17n.org>
6
7 * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
8 docstring.
9
10 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11
12 * international/latin1-disp.el (latin1-display): Fix docstring.
13
14 2003-11-16 John Wiegley <johnw@newartisans.com>
15
16 * eshell/em-ls.el (eshell-ls-file): There are times with
17 size-width is nil and uncomputed (when directories are created in
18 dired, for example); in this case, 4 is reasonable default value,
19 although it may caused skewed new entries (which could be avoided
20 by returning the original value of 8 in all cases, but 99% of the
21 time this is a waste of whitespace).
22
23 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24
25 * cc-engine.el (c-guess-continued-construct,
26 c-guess-basic-syntax): Check a little more carefully if it's a
27 function declaration when an unknown construct followed by a block
28 is found inside a statement context. This avoids macros followed
29 by blocks to be taken as function declarations.
30
31 (c-guess-continued-construct): Changed the analysis of a statement
32 continuation with a brace open to `substatement-block', for
33 consistency with recognized statements.
34
35 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
36 start is in a position so that `c-beginning-of-statement-1' jumped
37 to the beginning of the same statement.
38
39 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
40 accept binary operators in the arglist if we're in a function call
41 context, i.e. if `c-restricted-<>-arglists' is set. That avoids
42 template recognition in cases like "if (a < b || c > d)".
43
44 (c-restricted-<>-arglists): New more appropriate name for
45 `c-disallow-comma-in-<>-arglists'.
46
47 Accessing functions updated for the variable name change.
48
49 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
50 match data could get clobbered if NOT-INSIDE-TOKEN is used.
51
52 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
53 labels.
54
55 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
56 instead of duplicating parts of it. This fixes bogus label
57 recognition.
58
59 * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
60 of checking the context in which to apply the minimum indentation,
61 so that it isn't enforced in e.g. namespace blocks.
62
63 * cc-vars.el (c-inside-block-syms): New constant used by
64 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
65 to somewhat reduce the risk of becoming stale.
66
67 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
68 cc-cmds to cc-engine to allow use from cc-align.
69
70 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
71 qualified identifiers containing "::".
72
73 * cc-defs.el (c-make-keywords-re): Added kludge for bug in
74 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
75
76 * cc-vars.el (c-emacs-features): Use a space in front of the name
77 of the temporary buffer. That also avoids dumping problems in
78 XEmacs due to undo info being left around after the buffer is
79 killed.
80
81 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
82 arglist to see if it's a K&R style declaration.
83
84 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
85 before returning `knr-argdecl-intro'.
86
87 2003-11-16 John Wiegley <johnw@newartisans.com>
88
89 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
90 field in a long-listing always 8 characters, use `size-width',
91 which has already been computed.
92
93 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
94
95 * subr.el (minor-mode-list): Add `hs-minor-mode'.
96
97 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
98
99 * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
100 operation while narrowed, with `diff-restrict-view'.
101
102 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
103
104 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
105 additional optional arg NARROWFUN. For the generated functions: Add
106 local var `was-narrowed-p'. Also, if NARROWFUN is specified, include
107 frags that arrange to check for and save narrowing state before the
108 move and then conditionally call NARROWFUN after the move.
109
110 2003-11-14 John Wiegley <johnw@newartisans.com>
111
112 * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
113 that was optional, but obviously missing based on surrounding
114 code.
115
116 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
117 string arguments to numbers unless the whole argument was seen as
118 a number.
119
120 2003-11-14 Kenichi Handa <handa@m17n.org>
121
122 * international/mule.el (ctext-non-standard-encodings-alist): Fix
123 coding systems.
124
125 2003-11-10 Kenichi Handa <handa@m17n.org>
126
127 * language/kannada.el ("Kannada"): Add sample-text.
128
129 * language/knd-util.el (kannada-compose-region)
130 (kannada-compose-string, kannada-post-read-conversion): Add
131 autoload cookie.
132
133 * international/quail.el (quail-completion): Change the message
134 "corresponding translations" to "corresponding characters".
135
136 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
137
138 * descr-text.el (describe-char): Fix typo.
139
140 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
141
142 These changes are to support Kannada language/script.
143
144 * Makefile.in (DONTCOMPILE): Add kannada.el.
145
146 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
147
148 * loadup.el: Preload kannada.el.
149
150 * language/ind-util.el (ucs-kannada-to-is13194-alist)
151 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
152 New variables.
153
154 * language/kannada.el: New file.
155
156 * language/knd-util.el: New file.
157
158 2003-11-07 Andreas Schwab <schwab@suse.de>
159
160 * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
161 highlight AH_*.
162
163 * xml.el (xml-parse-dtd): Fix misplaced paren.
164
165 2003-11-07 Kenichi Handa <handa@m17n.org>
166
167 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
168
169 2003-11-05 Juri Linkov <juri@jurta.org>
170
171 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
172 (desktop-buffer-file): Use saved buffer-file-coding-system
173 for file reading. Set auto-insert to nil to prevent automatic
174 insertion into restored empty files.
175
176 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
177
178 * files.el (risky-local-variable-p): Make second argument optional.
179
180 2003-11-03 Eli Zaretskii <eliz@elta.co.il>
181
182 * mail/rmail.el (rmail-convert-to-babyl-format): If
183 base64-decode-region signals an error, catch it and silently
184 ignore it.
185
186 2003-11-01 Mark A. Hershberger <mah@everybody.org>
187
188 * xml.el: Allow comments following the top-level element.
189 Separate out namespace parsing into special functions.
190 Change namespace parsing to return ('ns-uri . "local-name")
191 instead of '{ns-uri}local-name.
192
193 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
194
195 * dired.el (dired-ls-sorting-switches): Doc fix.
196
197 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
198
199 * emacs-lisp/rx.el (rx-or): Fix the case of
200 "(rx (and ?a (or ?b ?c) ?d))".
201
202 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
203
204 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
205 (texinfo-format-region): Use it.
206 (texinfo-format-buffer-1): Ditto.
207
208 2003-11-01 Alan Mackenzie <acm@muc.de>
209
210 Changes to allow scrolling whilst in isearch mode:
211 * isearch.el (isearch-unread-key-sequence): New function,
212 extracted from isearch-other-meta-char.
213 (top level): (put 'foo 'isearch-scroll) on all Emacs's
214 "scrollable" standard functions.
215 (isearch-allow-scroll): New customizable variable.
216 (isearch-string-out-of-window, isearch-back-into-window)
217 (isearch-reread-key-sequence-naturally)
218 (isearch-lookup-scroll-key): New functions.
219 (isearch-other-meta-char): Doc string and functionality enhanced.
220 Now accepts a prefix argument.
221 (isearch-lazy-highlight-window-end): New variable.
222 (isearch-lazy-highlight-new-loop): Pay attention to the window's
223 end (thru isearch-lazy-highlight-window-end), not only its start.
224
225 * simple.el (overriding-map-is-bound, saved-overriding-map): New
226 variables.
227 (ensure-overriding-map-is-bound, restore-overriding-map): New
228 functions.
229 (universal-argument, universal-argument-more, negative-argument)
230 (digit-argument, universal-argument-other-key): Minor changes.
231
232 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
233
234 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
235 recursively if the last message is deleted, thus avoiding an
236 infinite loop.
237
238 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
241 (tex-main-file): Don't add .tex if the extension is already present.
242 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
243
244 2003-10-29 Lute Kamstra <lute@gnu.org>
245
246 * progmodes/octave-inf.el (inferior-octave-prompt):
247 Recognize version number in prompt.
248
249 2003-10-28 Dave Love <fx@gnu.org>
250
251 * international/characters.el: Fix some Unicode ranges.
252
253 2003-10-28 Kenichi Handa <handa@m17n.org>
254
255 * disp-table.el (standard-display-8bit)
256 (standard-display-default, standard-display-ascii)
257 (standard-display-g1, standard-display-graphic)
258 (standard-display-underline): Assure that standard-display-table
259 is a display table.
260
261 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * simple.el (reindent-then-newline-and-indent): Delete space *after*
264 reindenting the first line.
265
266 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
267
268 * wid-edit.el (widget-default-delete): Always delete child widgets.
269
270 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * newcomment.el (comment-indent): Don't call indent-according-to-mode
273 if the line has code.
274 Don't try to line up with something that's too far left.
275
276 * progmodes/octave-mod.el (octave-comment-start): Simplify.
277 (octave-mode-syntax-table): Add % as a comment starter.
278 (octave-point): Remove.
279 (octave-in-comment-p, octave-in-string-p)
280 (octave-not-in-string-or-comment-p, calculate-octave-indent)
281 (octave-blink-matching-block-open, octave-auto-fill):
282 Use line-(beginning|end)-position instead.
283
284 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
285
286 * emacs-lisp/authors.el (authors-aliases): Add correct realname
287 for Francesco Potort\e,Al\e(B.
288
289 2003-10-23 Dave Love <fx@gnu.org>
290
291 * international/mule-cmds.el (locale-charset-to-coding-system):
292 Don't rely on nil being a coding system.
293
294 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
295 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
296 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
297
298 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
299
300 * gdb-ui.el (gdb-current-language): New variable.
301 (gdb-update-flag): Remove variable.
302 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
303 (gdb-take-last-elt): Remove function.
304 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
305 (gdb-post-prompt): Check for variable object changes here.
306
307 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
308 object changes in gdb-ui.el.
309
310 2003-10-21 Richard M. Stallman <rms@gnu.org>
311
312 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
313
314 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
315 Don't check for foo*/ wildcard form here.
316 (insert-directory): Recognize foo*/ as a wildcard.
317 Separate wildcard-regexp variable from the arg, wildcard.
318
319 * subr.el (add-hook): Correctly detect when make-local-hook was used.
320 (remove-hook): Correctly handle strange cases about local hooks.
321
322 2003-10-21 David Ponce <david@dponce.com>
323
324 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
325 argument REAL, to return a real number instead of a rounded
326 integer value. Define as inline function.
327 (ruler-mode-right-fringe-cols): Likewise.
328 (ruler-mode-scroll-bar-cols): New function.
329 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
330 (ruler-mode-right-scroll-bar-cols): Likewise.
331 (ruler-mode-space): New function.
332 (ruler-mode-ruler): Use it. Handle variations of fringe style,
333 scroll bar mode and margins in a more robust way.
334
335 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
336
337 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
338 (antlr-c-init-language-vars): New function.
339 (antlr-mode): Use it with cc-mode before v5.29.
340 (antlr-c-common-init): Don't set some local vars here.
341 (antlr-mode): Set them here.
342 (antlr-c-forward-sws): New function alias.
343 (antlr-mode): Redefine with cc-mode before v5.30.
344 (antlr-skip-sexps): Use it.
345 (antlr-skip-exception-part): Ditto.
346 (antlr-skip-file-prelude): Ditto.
347 (antlr-outside-rule-p): Ditto.
348 (antlr-end-of-body): Ditto.
349 (antlr-option-kind): Ditto.
350 (antlr-insert-option-area): Ditto.
351 (antlr-file-dependencies): Ditto.
352
353 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
354
355 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
356 Move backward only if point was not inside an entry.
357
358 2003-10-21 Richard M. Stallman <rms@gnu.org>
359
360 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
361
362 2003-10-21 Juri Linkov <juri@jurta.org>
363
364 * compare-w.el: Automatically skip non-matching text to resync.
365 (compare-windows-whitespace): Doc fix.
366 (compare-windows-sync, compare-windows-sync-string-size)
367 (compare-windows-recenter, compare-ignore-whitespace)
368 (compare-windows-highlight, compare-windows-face): New variables.
369 (compare-windows): Use compare-windows-sync.
370 (compare-windows-highlight, compare-windows-dehighlight)
371 (compare-windows-sync-regexp)
372 (compare-windows-sync-default-function): New functions.
373
374 2003-10-21 Juri Linkov <juri@jurta.org>
375
376 * diff.el (diff-parse-differences): Don't visit the files now;
377 instead, just record the error locus.
378
379 2003-10-21 Dave Love <fx@gnu.org>
380
381 * progmodes/cfengine.el: New file.
382
383 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * complete.el (PC-do-completion): Do not forget to use `pred' as the
386 default-directory when completing file names.
387
388 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
389
390 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
391 followed by the word `face', it gets treated as a face, even if
392 it is also defined as a variable or a function.
393
394 2003-10-20 Dave Love <fx@gnu.org>
395
396 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
397 Avoid incf in macro expansion.
398
399 2003-10-20 John Paul Wallington <jpw@gnu.org>
400
401 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
402 `evenp' so we don't implicitly require cl library at runtime.
403
404 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
405
406 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
407 (help-make-xrefs): Only make cross-references for faces if
408 preceded or followed by the word `face'. Do not make a
409 cross-reference for variables without variable documentation,
410 unless preceded by the word `variable' or `option'. Update doc
411 string accordingly.
412
413 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
414
415 * progmodes/hideshow.el: Rewrite one-armed `if'
416 constructs using either `when' or `unless'.
417 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
418
419 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
420
421 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
422 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
423 instead of 12x12.
424
425 2003-10-16 Eli Zaretskii <eliz@elta.co.il>
426
427 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
428 message while converting to Babyl.
429
430 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
431
432 * allout.el (allout-mode): Doc fix.
433
434 2003-10-16 Lute Kamstra <lute@gnu.org>
435
436 * subr.el (force-mode-line-update): Fix docstring.
437
438 2003-10-14 Dave Love <fx@gnu.org>
439
440 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
441 (default-input-method): Add :link, improve :type.
442 (locale-charset-language-names): Fix utf-8 pattern.
443 (locale-charset-match-p, locale-charset-alist)
444 (locale-charset-to-coding-system): New.
445 (set-locale-environment): Deal with codeset part of locale specs.
446
447 2003-10-14 Lute Kamstra <lute@gnu.org>
448
449 * fringe.el (fringe-mode): Use active voice in docstring.
450 (set-fringe-style): Ditto.
451
452 2003-10-13 Lute Kamstra <lute@gnu.org>
453
454 * fringe.el (fringe-mode): Fix docstring.
455 (set-fringe-style): Ditto.
456
457 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
458
459 * ediff-mult.el (ediff-filegroup-action):
460 Use ediff-default-filtering-regexp.
461
462 * ediff-util.el (ediff-recenter): Don't call
463 ediff-restore-highlighting twice.
464 (ediff-select-difference): Set current difference.
465 (ediff-unselect-and-select-difference): Add comment.
466
467 * ediff.el (ediff-directories,ediff-directory-revisions)
468 (ediff-directories3,ediff-merge-directories)
469 (ediff-merge-directories-with-ancestor)
470 (ediff-merge-directory-revisions)
471 (ediff-merge-directory-revisions-with-ancestor):
472 Use ediff-default-filtering-regexp.
473
474 2003-10-12 Andreas Schwab <schwab@suse.de>
475
476 * international/mule-cmds.el (locale-charset-language-names):
477 Simplify regex by removing unused grouping.
478
479 2003-10-10 Dave Love <fx@gnu.org>
480
481 * bindings.el: Don't bind stop.
482
483 2003-10-08 Miles Bader <miles@gnu.org>
484
485 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
486 face instead of attempting to emulate it.
487
488 2003-10-07 Kenichi Handa <handa@m17n.org>
489
490 * international/mule-diag.el (list-coding-systems-1): List coding
491 systems that are loaded automatically.
492
493 * international/code-pages.el (iso-8859-11): Add autoload cookie.
494
495 * international/mule.el (autoload-coding-system): New function.
496
497 2003-10-07 Andreas Schwab <schwab@suse.de>
498
499 * log-edit.el (log-edit-changelog-entries): Prefer local value of
500 change-log-default-name in the buffer visiting the file.
501
502 2003-10-06 Dave Love <fx@gnu.org>
503
504 * files.el (find-file-hook): Customize.
505 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
506
507 * bindings.el (completion-ignored-extensions): Remove .log.
508 (global-map): Add again, open, stop keys.
509
510 2003-10-05 Richard M. Stallman <rms@gnu.org>
511
512 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
513 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
514 Use sh-modify directly.
515 (sh-select): Use sh-append, not eval.
516
517 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
518
519 * info.el (Info-following-node-name): New function.
520
521 * loadhist.el (unload-feature-special-hooks):
522 Rename from loadhist-hook-functions.
523 (loadhist-hook-functions): Now an alias.
524
525 2003-10-04 Eli Zaretskii <eliz@elta.co.il>
526
527 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
528 file-name clashes on 8+3 filesystems.
529
530 * Makefile.in (DONTCOMPILE, bootstrap-clean):
531 Rename loaddefs-boot.el to ldefs-boot.el
532
533 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
534 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
535
536 2003-10-03 Lute Kamstra <lute@gnu.org>
537
538 * info.el (Info-mode): Revert previous change.
539 (Info-escape-percent): New function.
540 (Info-fontify-node): Use it.
541
542 2003-10-02 Andreas Schwab <schwab@suse.de>
543
544 * loaddefs-boot.el: Regenerated.
545
546 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
547
548 * ffap.el: Remove defadvice related code from CVS since `complete'
549 provides a `PC-completion-as-file-name-predicate' variable that
550 ffap can override.
551
552 2003-10-02 Kenichi Handa <handa@m17n.org>
553
554 * international/utf-8.el (ccl-decode-mule-utf-8):
555 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
556
557 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
558 * international/subst-big5.el: Likewise.
559 * international/subst-gb2312.el: Likewise.
560 * international/subst-ksc.el: Likewise.
561
562 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
563
564 * calendar/calendar.el (increment-calendar-month)
565 (calendar-leap-year-p, calendar-absolute-from-gregorian)
566 (generate-calendar, calendar-read-date, calendar-interval)
567 (calendar-day-of-week): Handle years BC.
568 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
569
570 2003-10-01 Dave Love <fx@gnu.org>
571
572 * language/cyrillic.el (cp1251): Alias for windows-1251.
573
574 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
575 bootstrap.
576
577 2003-10-01 Lute Kamstra <lute@gnu.org>
578
579 * files.el: Fix typo.
580 * imenu.el (imenu--generic-function): Docstring fix.
581
582 2003-09-30 Richard M. Stallman <rms@gnu.org>
583
584 * dired.el (dired-mode): Handle dired-directory as a list.
585
586 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
587
588 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
589
590 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
591
592 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
593 Replace gud-display with gud-watch.
594 (gud-speedbar-buttons): Add stuff for watching expressions
595 in the speedbar when using M-x gdba. Use dolist on old part
596 of this function.
597
598 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
599 (gdb-update-flag): New variables.
600 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
601 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
602 (gud-watch, gdb-var-create-handler) : New functions.
603 (gdb-var-list-children, gdb-var-list-children-handler)
604 (gdb-var-create-regexp, gdb-var-update-regexp)
605 (gdb-var-list-children-regexp): New constants.
606 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
607 (gdb-annotation-rules): Reduce annotation set (level 3).
608 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
609 (gdb-post-prompt): Don't update GDB buffers every time speedbar
610 updates.
611 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
612 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
613 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
614 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
615 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
616 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
617 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
618 (gud-display, gud-display1)
619 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
620 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
621 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
622 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
623 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
624 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
625 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
626 (gdb-display-display-buffer, gdb-toggle-display)
627 (gdb-delete-display, gdb-expressions-popup-menu)
628 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
629 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
630 to display buffer.
631
632 2003-09-30 Richard M. Stallman <rms@gnu.org>
633
634 * progmodes/ada-mode.el (ada-mode): Don't use advice.
635 Instead, set which-func-functions.
636
637 * progmodes/which-func.el (which-func-modes): Add ada-mode.
638 (which-func-functions): New variable.
639 (which-function): Use that.
640
641 * info.el (Info-mode): Double each `%' in header line.
642
643 * emacs-lisp/lisp-mnt.el (lm-with-file):
644 When FILE is nil, run BODY in current buffer.
645
646 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
647
648 * help.el (describe-mode): Start with a brief list of minor modes.
649 Find them thru minor-mode-list so as to find them all.
650 Show them in alphabetical order.
651
652 * mail/sendmail.el (mail-aliases): Doc fix.
653
654 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
655
656 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
657
658 * mail/rmailsum.el (rmail-make-summary-line-1):
659 Change comma after last label to a space.
660 (rmail-summary-font-lock-keywords): Adapt to that change.
661
662 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
663
664 * progmodes/scheme.el (scheme-mode-variables): When setting
665 `font-lock-defaults', also specify that "#" should
666 be interpreted with `word' syntax.
667 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
668
669 2003-09-30 Lars Hansen <larsh@math.ku.dk>
670
671 * desktop.el: A lot of comments updated.
672 (desktop-save-mode): Minor mode introduced.
673 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
674 (desktop-load-default): Function made obsolete.
675 (desktop-locals-to-save): Variable made customizable.
676 (desktop-read): Optional parameter `dirname' added.
677 (desktop-change-dir, desktop-revert): Parameter `dirname' in
678 `desktop-read' used.
679 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
680
681 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
682
683 * whitespace.el (whitespace-clean-msg): Add user customizable message
684 for displaying ``clean'' output.
685 (whitespace-buffer): Use `whitespace-clean-msg'.
686 (whitespace-global-mode): Fix typo.
687
688 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
689
690 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
691
692 2003-09-29 Lute Kamstra <lute@gnu.org>
693
694 * bindings.el (mode-line-modes): Remove superfluous :propertize
695 construct in initialization.
696 (mode-line-position): Change cons cell into proper list in
697 initialization.
698
699 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
700
701 * international/mule.el (decode-coding-inserted-region): Use car
702 of the return value of find-operation-coding-system.
703
704 2003-09-29 Kenichi Handa <handa@m17n.org>
705
706 * descr-text.el (describe-char): Fix previous change.
707
708 2003-09-28 Kenichi Handa <handa@m17n.org>
709
710 * descr-text.el (describe-char-display): New function.
711 (describe-char): Pay attention to display table on describing how
712 a character is displayed.
713
714 * international/mule-cmds.el (encoded-string-description):
715 Prepend "0x" to each encoded byte.
716
717 2003-09-28 Andreas Schwab <schwab@suse.de>
718
719 * find-file.el (ff-special-constructs): Add autoload cookie.
720
721 2003-09-28 Kevin Ryde <user42@zip.com.au>
722
723 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
724 makeinfo appends to duplicate index entries.
725
726 2003-09-28 Eli Zaretskii <eliz@elta.co.il>
727
728 * dired-x.el (dired-clean-tex): Doc fix.
729
730 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
731 using a Chinese tutorial.
732
733 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
734
735 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
736 between "MAIL FROM:" and "RCPT TO:" and the following address.
737
738 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
739
740 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
741
742 2003-09-28 David Ponce <david@dponce.com>
743
744 * recentf.el (recentf-initialize-file-name-history): New defcustom.
745 (recentf-load-list): When `recentf-initialize-file-name-history'
746 is non-nil, initialize an empty `file-name-history' with the
747 recent list.
748
749 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch)
750
751 * man.el (Man-default-man-entry): Remove the leading `*' from the
752 word at point.
753
754 2003-09-26 Lute Kamstra <lute@gnu.org>
755
756 * bindings.el (mode-line-position): Mention size indication in
757 docstring.
758
759 2003-09-26 Andre Spiegel <spiegel@gnu.org>
760
761 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
762
763 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
764 because it's autoloaded now.
765
766 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
767
768 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
769 (sh-font-lock-keywords, sh-feature): Fix previous change of
770 sh-feature to avoid infloop with sh-font-lock-keywords.
771
772 2003-09-25 Kim F. Storm <storm@cua.dk>
773
774 * frame.el (frame-current-scroll-bars): New defun.
775
776 * window.el (window-current-scroll-bars): New defun.
777
778 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
779
780 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
781 cause errors when the state cache contains info on parts that have
782 been narrowed out.
783
784 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
785
786 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
787 `c-setup-paragraph-variables' has to be used when this variable is
788 changed; it doesn't work to reinitialize the mode since that
789 typically clobbers the variable.
790
791 * progmodes/cc-styles.el (c-setup-paragraph-variables):
792 Make it interactive.
793
794 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
795
796 * progmodes/cc-fonts.el (c-font-lock-declarations):
797 Fix recognition of constructors and destructors for classes whose
798 names are matched by `*-font-lock-extra-types'.
799
800 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
801 followed by an identifier in C++ then it's a type.
802
803 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
804
805 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
806 problem that primarily affected XEmacs. Don't use faces to find
807 unterminated strings since Emacs and XEmacs fontify strings
808 differently - this function should now work better in XEmacs.
809
810 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
811
812 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
813 `expand-abbrev' workaround which caused braces to misbehave inside
814 macros.
815
816 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
817 handling. This bug could cause interactive font locking to bail out.
818
819 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
820
821 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
822 Handle paren-style types in Pike. Also fixed some cases of
823 insufficient handling of unbalanced parens.
824
825 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
826
827 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
828 common shell prompts that are not common filename or URL characters.
829 (ffap-file-at-point): Use the new regexp to strip the prompts from
830 the file names. This is an issue mostly for user prompts that
831 don't have a trailing space and find-file-at-point is invoked from
832 within a shell inside emacs.
833
834 2003-09-24 Andre Spiegel <spiegel@gnu.org>
835
836 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
837 stamps numerically, rather than textually.
838
839 2003-09-24 Kenichi Handa <handa@m17n.org>
840
841 * language/devan-util.el (devanagari-post-read-conversion):
842 * language/mlm-util.el (malayalam-post-read-conversion):
843 * language/tml-util.el (tamil-post-read-conversion):
844 Add autoload cookie.
845
846 * international/utf-8.el (utf-8-post-read-conversion):
847 Call post-read-conversion functions for Devanagari, Malayalam,
848 and Tamil.
849
850 2003-09-23 Dave Love <fx@gnu.org>
851
852 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
853
854 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
855
856 * progmodes/gud.el (perldb): Add gud-until to list of commands.
857 Update gud-remove.
858
859 2003-09-22 Richard M. Stallman <rms@gnu.org>
860
861 * progmodes/sh-script.el (sh-mode-default-syntax-table):
862 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
863 (sh-mode-syntax-table-input): New variable.
864 (sh-require-final-newline): Don't use eval.
865 (sh-builtins, sh-leading-keywords, sh-other-keywords)
866 (sh-variables, sh-font-lock-keywords): Don't use eval.
867 (sh-set-shell): When setting require-final-newline,
868 treat value = `require-final-newline' as don't change it.
869 Set sh-mode-syntax-table locally based on
870 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
871
872 * progmodes/compile.el (compile-internal):
873 Call compilation-set-window-height before setting window start.
874
875 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
876
877 * emacs-lisp/bytecomp.el (byte-compile-log-file):
878 Clear out byte-compile-last-warned-form.
879
880 2003-09-22 Richard M. Stallman <rms@gnu.org>
881
882 * woman.el (woman-file-name, woman-follow-word):
883 If current-word returns nil, use "".
884
885 * simple.el (eval-expression): Bind standard-output in to-buffer case.
886
887 2003-09-22 Richard M. Stallman <rms@gnu.org>
888
889 * emacs-lisp/lisp-mnt.el (lm-with-file):
890 Don't visit the file, just use insert-file-contents in temp buffer.
891
892 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
893
894 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
895 Add surrounding \\( and \\) around the header, as in
896 for lm-history-header 'Change Log\\|History'.
897
898 2003-09-22 John Paul Wallington <jpw@gnu.org>
899
900 * progmodes/ld-script.el: Add Commentary section,
901 minor cleanup of file header.
902 (ld-script-font-lock-keywords): Doc fix.
903 (toplevel): Provide `ld-script' feature.
904
905 2003-09-21 Kim F. Storm <storm@cua.dk>
906
907 * scroll-bar.el (set-scroll-bar-mode): Initialize to
908 new built-in variable default-frame-scroll-bars.
909 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
910 scroll-bar-mode; notably, use it instead of t when we toggle
911 scroll-bars on.
912 (toggle-scroll-bar): Use default-frame-scroll-bars.
913
914 2003-09-19 Masatake YAMATO <jet@gyve.org>
915
916 * pcvs.el (cvs-do-removal): Change the prompt depending on
917 `filter' value.
918
919 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
920
921 * startup.el (command-line-1): Stop startup-echo-area-message
922 being hidden by "Loading image..." message.
923 (use-fancy-splash-screens-p, display-splash-screen):
924 Move display-graphic-p test from latter to former.
925
926 * progmodes/sh-script.el (sh-font-lock-keywords):
927 Highlight escaped EOLs differently from other backslash constructs.
928
929 2003-09-19 Richard M. Stallman <rms@gnu.org>
930
931 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
932 New functions.
933 (edebug-enter, edebug-outside-excursion): Use them.
934
935 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
936 Fix the condition for whether to print "In WHERE".
937
938 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
939
940 * finder.el (finder-mode-hook): New variable.
941 (finder-mode): Run hook finder-mode-hook
942
943 2003-09-18 Masatake YAMATO <jet@gyve.org>
944
945 * progmodes/ebrowse.el: Fix broken magic autoload comments.
946
947 2003-09-17 Mario Lang <mlang@delysid.org>
948
949 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
950 "p %e" to actually print the value in the GUD buffer.
951
952 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
953
954 From David Ponce <david.ponce@wanadoo.fr>:
955 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
956 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
957 from loaddefs-boot.el if necessary.
958
959 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
960
961 * progmodes/gud.el (gud-find-class): Make jdb work again since
962 cc-mode changed the syntactic information.
963
964 2003-09-15 David Ponce <david@dponce.com>
965
966 * recentf.el: (recentf-exclude): Accept predicates too.
967 (recentf-file-readable-p): New function.
968 (recentf-include-p): Handle predicates in recentf-exclude.
969 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
970 (recentf-cleanup): Likewise.
971 (recentf-save-list): Use write-file to handle backup of
972 recentf-save-file.
973
974 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
975
976 * loaddefs-boot.el: Renamed from `loaddefs.el'
977 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
978 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
979 necessary.
980
981 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
982
983 * electric.el (Electric-pop-up-window): For the `one-window' case,
984 no longer disconcertingly move point in the original buffer.
985
986 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
989
990 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
991
992 * dired.el (dired-mode-map): Fix typo.
993
994 2003-09-11 Richard M. Stallman <rms@gnu.org>
995
996 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
997
998 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
999
1000 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1001 the function is less noisy. Now only `kill-buffer' can ask questions.
1002
1003 2003-09-10 Mario Lang <mlang@delysid.org>
1004
1005 * battery.el: Update Commentary and Copyright.
1006 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1007 appear due to wrong ordering of the expressions in `or'.
1008
1009 2003-09-09 Lute Kamstra <lute@gnu.org>
1010
1011 * misc.el (upcase-char): Fix docstring.
1012 (zap-up-to-char): New command.
1013
1014 2003-09-08 David Ponce <david@dponce.com>
1015
1016 Ensure that recentf correctly updates the menu bar.
1017 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1018 (recentf-menu-bar): New function.
1019 (recentf-clear-data): Use it
1020 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
1021 of easy-menu-change.
1022
1023 2003-09-08 Lute Kamstra <lute@gnu.org>
1024
1025 * simple.el (size-indication-mode): New.
1026 * bindings.el (mode-line-position): Add buffer size indicator.
1027
1028 2003-09-04 Mario Lang <mlang@delysid.org>
1029
1030 * battery.el (battery-linux-proc-acpi): New function.
1031 (battery-status-function): Modify default value calculation to also
1032 check for availability of ACPI.
1033 (battery-echo-area-format): Ditto.
1034 (battery-mode-line-format): Ditto.
1035
1036 2003-09-06 Dave Love <fx@gnu.org>
1037
1038 * ielm.el (ielm-mode-hook): Add :options.
1039
1040 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1041 (eldoc-print-current-symbol-info): Use it.
1042
1043 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
1044
1045 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1046 being displayed in GUD buffer.
1047 (gdb-idle-input-queue): Remove var. Use just one queue.
1048 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1049 Remove functions. Use just one queue.
1050 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1051 (gdb-invalidate-assembler, gdb-get-current-frame):
1052 Modify functions. Use just one queue.
1053
1054 2003-09-04 Dave Love <fx@gnu.org>
1055
1056 * cus-start.el: Add blink-cursor-alist.
1057
1058 * ruler-mode.el (ruler-mode-fill-column-char)
1059 (ruler-mode-current-column-char): Use char-displayable-p,
1060 not window-system.
1061
1062 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1063
1064 * language/european.el (windows-1252): Move from code-pages.
1065
1066 * language/cyrillic.el ("Windows-1251"): Delete.
1067 ("Bulgarian", "Belarusian"): Remove `features'.
1068 (windows-1251): Move from code-pages.
1069
1070 * international/mule-diag.el (non-iso-charset-alist):
1071 Remove `codepage' stuff.
1072 (print-designation, list-coding-systems-1): Output fixes.
1073
1074 * international/code-pages.el (cp-make-translation-table)
1075 (cp-valid-codes): Made defsubsts.
1076 (cp-fix-safe-chars): Delete.
1077 (mule-diag): Don't require.
1078 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1079 (top-level): Check for defined coding system when defining
1080 cp... aliases. Change w32-add-charset-info test to avoid warning.
1081 (non-iso-charset-alist): Defvar when compiling.
1082 (cp-make-coding-system): Doc fix.
1083
1084 2003-09-02 Jason Rumney <jasonr@gnu.org>
1085
1086 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1087 line-ends from CVS before doing conversion.
1088
1089 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
1090
1091 * calendar/diary-lib.el (diary-header-line-flag)
1092 (diary-header-line-format): New variables.
1093 (list-diary-entries): Use them to set header line in simple diary.
1094
1095 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1096 other than font-lock-string-face to highlight backslashes.
1097
1098 2003-09-01 Jason Rumney <jasonr@gnu.org>
1099
1100 * international/titdic-cnv.el (tit-read-key-value): Include \r in
1101 regexp.
1102
1103 2003-09-01 Dave Love <fx@gnu.org>
1104
1105 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1106
1107 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1108 and :help; also line and column numbers labels.
1109
1110 * international/mule-util.el (char-displayable-p): Move from
1111 latin1-disp, rename and autoload.
1112
1113 * international/latin1-disp.el (latin1-char-displayable-p):
1114 Now obsolete alias. Replace uses with char-displayable-p.
1115 (latin1-display-ucs-per-lynx): Fix last change.
1116
1117 * international/mule-cmds.el (standard-display-european-internal):
1118 Don't use char code for Latin-1 NBSP.
1119 <XFree86 4>: Unfrob NBSP display table. Set display table to use
1120 U+2018, U+2019 for `'.
1121 (select-safe-coding-system): Message fix.
1122
1123 2003-09-01 Kenichi Handa <handa@m17n.org>
1124
1125 * international/fontset.el (setup-default-fontset): For Thai
1126 font, specify "*" family.
1127
1128 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1129
1130 * progmodes/compile.el (previous-error): Accept a prefix
1131 argument, similarly to next-error.
1132
1133 2003-08-31 Masatake YAMATO <jet@gyve.org>
1134
1135 * pcvs.el (cvs-do-removal): Use = instead of eq to check
1136 the number of files. Bind the number of files to a local
1137 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1138
1139 2003-08-30 Eli Zaretskii <eliz@elta.co.il>
1140
1141 * vc-hooks.el (vc-make-version-backup): Fix the change made on
1142 2003-07-26: msdos-long-file-names is a function, not a variable.
1143
1144 2003-08-29 Richard M. Stallman <rms@gnu.org>
1145
1146 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1147 Do nothing with mail-personal-alias-file if it is nil.
1148
1149 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1150 Do nothing if mail-personal-alias-file is nil.
1151
1152 * term.el (term-exec-1): Bind coding-system-for-read.
1153
1154 * dired.el (dired-mouse-find-file-other-window):
1155 Use dired-view-command-alist here, as in dired-view-file.
1156 (dired-view-command-alist): Use %s to substitute file name.
1157 Handle .ps_pages, .eps, .jpg, .gif, .png.
1158
1159 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
1160
1161 * info.el (Info-mode-map): Bind S-tab and <backtab> to
1162 `Info-prev-reference', instead of M-tab.
1163
1164 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
1165
1166 * simple.el (blink-matching-open): Work correctly on chars that
1167 are designated as parens through the syntax-table text property.
1168
1169 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
1170
1171 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1172 line break position in the middle of a non-kinsoku (e.g. latin)
1173 word, making it skip until either a space or a character with
1174 category "|".
1175 (kinsoku-longer): Test for end of buffer.
1176
1177 2003-08-28 Eli Zaretskii <eliz@elta.co.il>
1178
1179 * mail/rmail.el (rmail-convert-to-babyl-format):
1180 Detect quoted-printable- and base64-encoded messages and decode them
1181 automatically. Set the message's encoding from the charset=
1182 header, if any. Decode base64-encoded messages in Mail format as well.
1183
1184 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1185
1186 * mail/smtpmail.el Fix previous change:
1187 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1188 calling smtpmail-via-smtp.
1189 (smtpmail-via-smtp): Add fall-back values for envelope-from.
1190
1191 2003-08-26 John Paul Wallington <jpw@gnu.org>
1192
1193 * image.el (image-jpeg-p): Don't search beyond length of data.
1194
1195 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1196
1197 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1198 misfeature in `expand-abbrev' which caused electric keywords like
1199 "else" to disappear if an open brace was typed directly afterwards.
1200
1201 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1202
1203 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1204 mandatory in `define-widget'.
1205
1206 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1207 Don't align the operators "!=", "<=" and ">=" as assignment operators.
1208
1209 (c-assignment-operators): New language constant that only contains
1210 the assignment operators.
1211
1212 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1213
1214 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1215
1216 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1217 Safeguard against unbalanced sexps.
1218
1219 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
1220
1221 * version.el (emacs-version): Check for gtk. Include gtk version info.
1222
1223 2003-08-25 John Paul Wallington <jpw@gnu.org>
1224
1225 * man.el (Man-default-man-entry): Don't whizz past the section
1226 number before looking for it.
1227
1228 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
1229
1230 * progmodes/gud.el (gud-display-line): Don't set window-point if
1231 source buffer is not visible. (Only happens with M-x gdba).
1232
1233 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1234 documentation.
1235 (gdb-source, gdb-source-info): Update to assembler unnecessary
1236 as its done after each GDB command anyway.
1237 (gdb-pre-prompt): Use with-current-buffer.
1238 (gdb-insert-field): Add help-echo text.
1239 (gdb-invalidate-assembler): Re-display of assembler now done in
1240 gdb-info-breakpoints-custom.
1241 (gdb-info-breakpoints-custom): Force re-display of assembler to
1242 happen *after* update of breakpoints buffer.
1243 (gdb-display-source-buffer): Don't choke if gdb-source-window
1244 isn't visible.
1245 (gdb-put-string, gdb-put-arrow): Remove free variables.
1246
1247 2003-08-24 John Paul Wallington <jpw@gnu.org>
1248
1249 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1250
1251 * man.el (Man-default-man-entry): Strip text properties when
1252 snarfing parts of entry because `format' preserves properties.
1253
1254 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1255
1256 * files.el (file-newest-backup): Use `expand-file-name'.
1257
1258 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1259 Allow the diary to pop up a new frame, if needed.
1260
1261 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1262 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1263 (smtpmail-send-it): Make treatment of envelope-from consistent with
1264 sendmail.el.
1265
1266 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1267 (sh-leading-keywords): Add the bash `time' reserved word.
1268 (sh-variables): Add some bash variables.
1269 (sh-add-completer): Fix nil branch of case statement.
1270
1271 2003-08-24 Masatake YAMATO <jet@gyve.org>
1272
1273 * progmodes/ld-script.el: New file.
1274
1275 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
1276
1277 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1278
1279 2003-08-23 Andre Spiegel <spiegel@gnu.org>
1280
1281 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1282 Better explain obsolescence, and what to use instead.
1283
1284 2003-08-23 Masatake YAMATO <jet@gyve.org>
1285
1286 * pcvs.el (cvs-do-removal): Show the deleted file name
1287 on the prompt.
1288
1289 2003-08-20 Dave Love <fx@gnu.org>
1290
1291 * international/mule.el (make-coding-system)
1292 (set-buffer-file-coding-system): Doc fix.
1293
1294 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1295
1296 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1297
1298 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1299
1300 * international/utf-16.el: Add mime-text-unsuitable coding system
1301 properties.
1302
1303 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1304
1305 * cus-edit.el: Add some :links.
1306 (bib): Remove.
1307
1308 * textmodes/bib-mode.el (bib): Add :group external.
1309
1310 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
1311
1312 * wid-edit.el (widget-echo-help): Make it handle expressions that
1313 evaluate to strings.
1314
1315 2003-08-18 Michael Mauger <mmaug@yahoo.com>
1316
1317 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
1318
1319 Simplify selection of SQL products to define highlighting and
1320 interactive mode. Includes detailed instructions on adding
1321 support for new products.
1322
1323 * progmodes/sql.el (sql-product): New variable. Identifies SQL
1324 product for use in highlighting and interactive mode.
1325 (sql-interactive-product): New variable. SQL product for
1326 sql-interactive-mode.
1327 (sql-product-support): New variable. Specifies product-specific
1328 parameters to drive highlighting and interactive mode.
1329 (sql-imenu-generic-expression): Add more object types.
1330 (sql-sqlite-options): Correct comment.
1331 (sql-ms-program): Use "osql" rather than "isql".
1332 (sql-prompt-regexp, sql-prompt-length): Update comment.
1333 (sql-mode-menu): Add "Start SQLi session" entry.
1334 Replace Highlighting submenu with Product menu. Fix Send Region entry.
1335 (sql-mode-abbrev-table): Add abbreviations. Support of
1336 SYSTEM-FLAG on define-abbrev. Support was removed with last
1337 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1338 (sql-mode-font-lock-object-name): Add font-lock pattern for object
1339 names.
1340 (sql-mode-ansi-font-lock-keywords): Set as default value.
1341 (sql-mode-oracle-font-lock-keywords): Set as default value.
1342 Support Oracle 9i keywords.
1343 (sql-mode-postgres-font-lock-keywords): Set as default value.
1344 (sql-mode-linter-font-lock-keywords): Set as default value.
1345 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
1346 SQLServer 2000.
1347 (sql-mode-sybase-font-lock-keywords)
1348 (sql-mode-interbase-font-lock-keywords)
1349 (sql-mode-sqlite-font-lock-keywords)
1350 (sql-mode-strong-font-lock-keywords)
1351 (sql-mode-mysql-font-lock-keywords)
1352 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
1353 keywords.
1354 (sql-mode-font-lock-defaults): Update comment.
1355 (sql-product-feature): New function. Returns feature associated
1356 with a product from `sql-product-support' alist.
1357 (sql-product-font-lock): New function. Set font-lock support
1358 based on `sql-product'.
1359 (sql-add-product-keywords): New function. Add font-lock rules to
1360 product-specific keyword variables.
1361 (sql-set-product): New function. Set `sql-product' and apply
1362 appropriate font-lock highlighting.
1363 (sql-highlight-product): New function. Set font-lock support
1364 based on a product. Also set mode name to include product name.
1365 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1366 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1367 Use `sql-set-product'.
1368 (sql-highlight-ms-keywords)
1369 (sql-highlight-sybase-keywords)
1370 (sql-highlight-interbase-keywords)
1371 (sql-highlight-strong-keywords)
1372 (sql-highlight-mysql-keywords)
1373 (sql-highlight-sqlite-keywords)
1374 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
1375 (sql-get-login): Prompt in the same order as the tokens.
1376 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1377 (sql-product-interactive): New function. Common portions of
1378 product-specific interactive mode wrappers.
1379 (sql-interactive-mode): Rewritten to use product features.
1380 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1381 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1382 (sql-db2, sql-linter): Use `sql-product-interactive'.
1383 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1384 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1385 (sql-connect-ingres, sql-connect-postgres)
1386 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1387 New functions. Format command line parameters and invoke comint on
1388 the appropriate interpreter. Code was in the corresponding
1389 `sql-xyz' function before.
1390 (sql-connect-ms): New function. Support -E argument to use
1391 operating system credentials for authentication.
1392
1393 2003-08-18 Kenichi Handa <handa@m17n.org>
1394
1395 * international/mule.el (encode-char): Fix for the ASCII case.
1396
1397 2003-08-15 Kenichi Handa <handa@m17n.org>
1398
1399 * international/fontset.el (setup-default-fontset): Change "*" to
1400 nil in the specifications of font family.
1401
1402 2003-08-18 Kim F. Storm <storm@cua.dk>
1403
1404 * kmacro.el (kmacro-keymap): Group related bindings in
1405 initialization for clarity. Bind C-s to start macro.
1406 Remove C-r binding.
1407 (kmacro-initial-counter-value): New defvar to hold initial counter
1408 value in case we set the value before defining a macro.
1409 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1410 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1411 not defining or executing macro. Doc fix.
1412 (kmacro-add-counter): Clear kmacro-initial-counter-value.
1413 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1414 temporarily view older elements on the macro ring without cycling
1415 the ring.
1416 (kmacro-display): Doc fix.
1417 (kmacro-exec-ring-item): New helper function.
1418 (kmacro-call-ring-2nd): Use it.
1419 (kmacro-call-ring-2nd-repeat): Doc fix.
1420 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1421 (kmacro-end-or-call-macro): Execute last viewed macro (using
1422 kmacro-exec-ring-item) from ring if this follows
1423 kmacro-view-macro. This allows us to find a macro on the ring
1424 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1425 the ring to bring it to the head of the ring.
1426 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1427 Allow binding to reserved keys without specifying C-x C-k prefix.
1428 Ask for confirmation if entered key sequence is already bound to
1429 a non-macro command.
1430 (kmacro-view-macro): Repeating command will show older elements
1431 on the macro ring; C-k will execute the last viewed macro.
1432 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
1433 property from 'ring to 'head.
1434
1435 2003-08-17 Alan Shutko <ats@acm.org>
1436
1437 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1438 keeping December out of the alist.
1439
1440 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
1441
1442 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1443 * calendar/calendar.el (calendar-mode-map): Bind it to key.
1444 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1445 (calendar-flatten): New function.
1446 (calendar-mouse-view-other-diary-entries)
1447 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1448 in the menu title and to show multi-line diary entries correctly
1449 in the menu.
1450
1451 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
1452
1453 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1454 defcustom, because the default was recently changed.
1455
1456 2003-08-16 Richard M. Stallman <rms@gnu.org>
1457
1458 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1459
1460 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1461 New subroutine, broken out of eval-last-sexp-1.
1462 (eval-last-sexp-1): Use eval-last-sexp-print-value.
1463
1464 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1465
1466 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1467
1468 * simple.el (eval-expression): Use eval-last-sexp-print-value.
1469
1470 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
1471
1472 * progmodes/compile.el (compilation-error-regexp-alist):
1473 Add Java ANt error detection as described in document
1474 http://ant.apache.org/faq.html
1475
1476 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
1477
1478 * simple.el (backward-word, forward-to-indentation)
1479 (backward-to-indentation): Argument changed to optional.
1480 (next-line, previous-line): Use `or' instead of `unless'.
1481
1482 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1483
1484 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1485 instead of a constant.
1486
1487 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
1488
1489 * shell.el (shell): With prefix-arg, suggest a new buffer name.
1490
1491 2003-08-12 Andre Spiegel <spiegel@gnu.org>
1492
1493 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1494 (vc-sccs-workfile-version): Search the entire delta table, rather
1495 than just the first entry, because that might be a deleted version.
1496
1497 2003-08-11 Karl Fogel <kfogel@red-bean.com>
1498
1499 * menu-bar.el (menu-bar-options-menu): Supply a body for the
1500 [save-place] binding in the Options menu. Have it require
1501 'saveplace' and then toggle the variable manually, to avoid an an
1502 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
1503 for the bug report.
1504
1505 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
1506
1507 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1508 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1509 (gdb-info-threads-custom): Add help-echo text.
1510 (gdb-display-back): Don't use purecopy.
1511 (gdb-info-breakpoints-custom, gdb-reset)
1512 (gdb-assembler-custom): Use display-images-p to test if breakpoint
1513 icons can be displayed.
1514
1515 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1516
1517 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1518
1519 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
1520
1521 * bookmark.el (bookmark-completing-read):
1522 Return a string, instead of a list of one string.
1523 Use a popup menu if activated from the mouse.
1524 (bookmark-edit-annotation): Remove unused vars.
1525 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1526 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1527 to bookmark-completing-read.
1528 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1529 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1530 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1531 and erase-buffer.
1532 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1533 (bookmark-menu-jump, bookmark-menu-insert)
1534 (bookmark-popup-menu-and-apply-function)
1535 (bookmark-menu-popup-paned-bookmark-menu): Remove.
1536 (bookmark-menu-build-paned-menu): Remove by folding it into
1537 bookmark-menu-popup-paned-menu.
1538 (menu-bar-bookmark-map): Move the define-key statements here.
1539 Use the "non-menu" commands since they now pop up a menu if needed.
1540 (bookmark-exit-hook-internal): Simplify.
1541
1542 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
1543
1544 * reftex-toc.el (reftex-toc-rename-label): New function.
1545 (reftex-toc-check-docstruct): New function.
1546
1547 * reftex.el (reftex-region-active-p): New function.
1548
1549 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
1550 regexp to find the \bibliography macro.
1551
1552 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
1553 which does not exist in LaTeX.
1554 (reftex-cite-format-builtin): Added amsrefs support.
1555 (reftex-toc-confirm-promotion): New option
1556
1557 * reftex-toc.el
1558 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
1559 (reftex-toc-demote, reftex-toc-promote)
1560 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1561 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1562 (reftex-toc-newhead-from-alist)
1563 (reftex-toc-load-all-files-for-promotion): New functions.
1564 (reftex-toc-help): Added description of new keys.
1565 (reftex-toc-split-windows-fraction): New option.
1566 (reftex-recenter-toc-when-idle): Search *toc* window on all
1567 visible frames.
1568 (reftex-toc): Additional parameter REUSE
1569 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
1570 with REUSE argument.
1571 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
1572 the call of `reftex-toc'.
1573 (reftex-make-separate-toc-frame): New function .
1574 (reftex-toc-recenter): When called with triple prefix arg, call
1575 `reftex-make-separate-toc-frame' first.
1576 (reftex-toc-toggle-dedicated-frame): New command.
1577 (reftex-toc-quit): Adapted to delete frame when called in
1578 dedicated frame.
1579
1580 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
1581 all enclosing macros.
1582
1583
1584 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1585
1586 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1587 first use.
1588
1589 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1590
1591 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1592
1593 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
1594
1595 * calendar/calendar.el (list-diary-entries-hook)
1596 (diary-display-hook, nongregorian-diary-listing-hook)
1597 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1598 Add some customize options for these hooks.
1599 (calendar-abbrev-construct): Don't try to take a substring longer
1600 than the original string.
1601
1602 2003-08-05 Richard M. Stallman <rms@gnu.org>
1603
1604 * emacs-lisp/testcover.el (noreturn): Report error if does return.
1605 (testcover-reinstrument-clauses): Doc fix.
1606
1607 * emacs-lisp/warnings.el: Doc fixes, args renamed.
1608 (warning-type-format): Rename from warning-group-format.
1609
1610 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1611 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1612 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1613 to prevent warnings about defvar for an obsolete variable.
1614
1615 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1616 warning-group-format renamed to warning-type-format.
1617
1618 * subr.el (read-passwd): Use clear-string instead of fillarray.
1619
1620 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1621 Use vconcat instead of concat.
1622 (edmacro-sanitize-for-string): New function.
1623
1624 2003-08-05 Dave Love <fx@gnu.org>
1625
1626 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1627 line-number-display-limit-width.
1628
1629 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1630
1631 2003-08-05 Kenichi Handa <handa@m17n.org>
1632
1633 * international/code-pages.el: Don't require mule-diag.
1634
1635 * international/mule-diag.el (non-iso-charset-alist):
1636 Add autoload cookie.
1637
1638 * language/devan-util.el (dev-glyph-order): Add an entry for the
1639 glyph code #xC4.
1640
1641 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1642
1643 * calendar/calendar.el (diary-file, diary-file-name-prefix)
1644 (european-calendar-style, diary-date-forms)
1645 (calendar-day-name-array, calendar-month-name-array): Doc change.
1646 (generate-calendar-month): Adapt for new behaviour of
1647 `calendar-day-name' function.
1648 (calendar-abbrev-length, calendar-day-abbrev-array)
1649 (calendar-month-abbrev-array): New variables.
1650 (calendar-abbrev-construct): New function.
1651 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1652 rather than fixing abbrevs at some width. Calling syntax change.
1653 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
1654 (calendar-date-string): Adapt for new behaviours of
1655 `calendar-day-name' and `calendar-month-name' functions.
1656
1657 * calendar/diary-lib.el (list-diary-entries): Adapt for new
1658 behaviour of `calendar-day-name' and `calendar-month-name' functions.
1659 (diary-name-pattern): Use abbrev arrays, rather than fixing
1660 abbrevs at three chars. Calling syntax change.
1661 (mark-diary-entries): Adapt for new behaviours of
1662 `diary-name-pattern' and `calendar-make-alist' functions.
1663 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1664 `diary-name-pattern' function.
1665 (font-lock-diary-date-forms): Use abbrev arrays, rather than
1666 fixing abbrevs at three chars. Calling syntax change.
1667 (cal-hebrew, cal-islam): Require when compiling.
1668 (diary-font-lock-keywords): Adapt for new behaviour of
1669 `font-lock-diary-date-forms' function.
1670
1671 * calendar/cal-hebrew.el: Reposition some code so defined before used.
1672 (calendar-hebrew-month-name-array-common-year)
1673 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1674 (list-hebrew-diary-entries): Adapt for new behaviours of
1675 `calendar-day-name' and `add-to-diary-list' functions.
1676 (mark-hebrew-diary-entries): Adapt for new behaviours of
1677 `diary-name-pattern' and `calendar-make-alist' functions.
1678
1679 * calendar/cal-islam.el (calendar-islamic-month-name-array):
1680 Add doc string.
1681 (list-islamic-diary-entries): Adapt for new behaviours of
1682 `calendar-day-name' and `add-to-diary-list' functions.
1683 (mark-islamic-diary-entries): Adapt for new behaviours of
1684 `diary-name-pattern' and `calendar-make-alist' functions.
1685
1686 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1687 `calendar-month-name' function.
1688
1689 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1690
1691 * calendar/solar.el (solar-seasons-data): Move definition before use.
1692
1693 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1694 (cal-tex-LaTeX-hourbox): Move definition before use.
1695
1696 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1697 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1698 lunar.el, solar.el
1699 (displayed-month, displayed-year): Define for compiler.
1700
1701 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1702
1703 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1704 MODE. Renamed from c-init-c-language-vars'.
1705 (c-initialize-cc-mode): Change accordingly.
1706 (c-common-init): Ditto.
1707 (c-mode): Ditto.
1708 (c++-mode): Use `c-init-language-vars-for'.
1709 (objc-mode): Ditto.
1710 (java-mode): Ditto.
1711 (idl-mode): Ditto.
1712 (pike-mode): Ditto.
1713 (awk-mode): Ditto.
1714
1715 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1716
1717 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1718 or not the point moved.
1719
1720 (c-search-decl-header-end): Don't trip up on operator identifiers
1721 in C++ and operators like == in all languages.
1722
1723 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1724 Detect leading labels correctly.
1725
1726 2003-08-02 Andreas Schwab <schwab@suse.de>
1727
1728 * textmodes/ispell.el: Don't redo key bindings on loading, put
1729 them only in loaddefs.el.
1730 * bookmark.el: Likewise.
1731 * dabbrev.el: Likewise.
1732 * emerge.el: Likewise.
1733
1734 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1735 has more than one member.
1736
1737 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1738
1739 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1740
1741 * lpr.el (printify-region): It was ending conversion before the
1742 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
1743
1744 2003-07-31 John Paul Wallington <jpw@gnu.org>
1745
1746 * net/browse-url.el (browse-url-epiphany): Doc fix.
1747
1748 2003-07-30 Kenichi Handa <handa@m17n.org>
1749
1750 * international/fontset.el (setup-default-fontset):
1751 Change registry names of Akurti fonts.
1752
1753 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
1754
1755 * comint.el (comint-read-noecho): Use `clear-string' instead of
1756 `fillarray'.
1757
1758 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
1759
1760 * outline.el (outline-mode-hook): Add defvar.
1761
1762 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
1763
1764 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1765 Restore assembler in source window if that is what has been selected.
1766 (menu): Add gdb-restore-windows to menu. Make gdba
1767 specific menus only visible from gdba.
1768
1769 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
1770
1771 * progmodes/compile.el (compilation-environment): New user variable.
1772 (compile-internal): Respect it.
1773
1774 2003-07-23 Masatake YAMATO <jet@gyve.org>
1775
1776 * progmodes/gud.el (gdb-script-font-lock-keywords):
1777 Put `font-lock-function-name-face' on a symbol which includes
1778 `-' like `hook-run'. Put font-lock-variable-name-face
1779 on a symbol starting with $.
1780
1781 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
1782
1783 * files.el (set-visited-file-name): Use truename for buffer-file-name.
1784
1785 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
1786
1787 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1788
1789 2003-07-26 Andre Spiegel <spiegel@gnu.org>
1790
1791 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1792 Use with-no-warnings.
1793 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1794 rather than to find-file-not-found-hook, which doesn't exist.
1795
1796 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
1797
1798 * international/quail.el (quail-translate-key): Fix previous change.
1799
1800 2003-07-25 John Paul Wallington <jpw@gnu.org>
1801
1802 * server.el (server-start): Check `server-process' is non-nil
1803 before killing it to avoid killing current buffer's process.
1804
1805 * simple.el (choose-completion-string): Use `minibufferp';
1806 test `completion-reference-buffer' if `buffer' arg is nil.
1807 (push-mark): Use `when' and `unless'.
1808 (pop-mark): Use `when'.
1809
1810 * mouse-sel.el (mouse-sel-get-selection-function):
1811 Check `x-last-selected-text-primary'. Don't barf if it or
1812 `x-last-selected-text' aren't bound.
1813
1814 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1815
1816 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1817
1818 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1821
1822 2003-07-23 John Paul Wallington <jpw@gnu.org>
1823
1824 * tooltip.el (defface tooltip): Inherit from variable-pitch.
1825
1826 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1827
1828 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1829 string. Defvar the derived hook.
1830
1831 * macros.el (insert-kbd-macro): Escape double quote character.
1832 From Thomas W Murphy <twm@andrew.cmu.edu>.
1833
1834 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1837 to match the specific mark rather than reusing comment-start-skip.
1838
1839 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
1840
1841 * progmodes/hideshow.el (hs-special-modes-alist):
1842 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
1843
1844 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
1845
1846 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1847 value using ?\s.
1848
1849 2003-07-21 John Paul Wallington <jpw@gnu.org>
1850
1851 * subr.el (with-selected-window): Add closing paren.
1852
1853 2003-07-21 Richard M. Stallman <rms@gnu.org>
1854
1855 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1856 (lisp-mode): Likewise.
1857
1858 * subr.el (with-selected-window): Copy code form save-selected-window
1859 so as to call select-window with norecord arg.
1860 (dynamic-completion-table): Doc fix.
1861 (lazy-completion-table): Doc fix.
1862
1863 * international/mule-cmds.el (set-locale-environment):
1864 langinfo renamed to locale-info.
1865
1866 * international/mule.el (auto-coding-functions): Doc fix.
1867
1868 2003-07-21 Kenichi Handa <handa@m17n.org>
1869
1870 * international/quail.el (quail-translate-key):
1871 Update quail-current-str correctly.
1872
1873 2003-07-21 Andreas Schwab <schwab@suse.de>
1874
1875 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1876 ?, to "_".
1877
1878 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1879 Version 2.0.36 of Tramp released.
1880
1881 * net/tramp.el (tramp-default-password-end-of-line): Rename from
1882 tramp-password-end-of-line.
1883 (tramp-password-end-of-line): New method parameter.
1884 (tramp-get-password-end-of-line): Function to access method
1885 parameter `tramp-password-end-of-line', or variable
1886 `tramp-default-password-end-of-line' (default value).
1887 (tramp-methods): Add entries for new parameter
1888 tramp-password-end-of-line.
1889 (tramp-enter-password): Use new function
1890 `tramp-get-password-end-of-line'.
1891 (tramp-handle-insert-file-contents): Do not
1892 unconditionally inhibit the file operation file-local-copy, only
1893 do that when the inhibit-file-name-operation is currently
1894 insert-file-contents. This fixes finding remote CVS-controlled
1895 files. (It would barf on inserting the CVS/Entries file
1896 literally, because the file-local-copy handler wasn't called.)
1897 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1898 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1899 (tramp-initial-commands): New variable.
1900 (tramp-process-initial-commands): New function, using the variable.
1901 (tramp-open-connection-setup-interactive-shell): Call the new function.
1902 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1903 method into the buffer name, never use nil. Reported by Hanak
1904 David <dhanak@inf.bme.hu>.
1905 (tramp-open-connection-setup-interactive-shell): Erase buffer
1906 before sending "stty -onlcr".
1907
1908 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1909
1910 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
1911
1912 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1913
1914 2003-07-19 John Paul Wallington <jpw@gnu.org>
1915
1916 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1917 (artist-draw-rect, artist-draw-square): Doc fixes.
1918
1919 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1920
1921 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1922
1923 2003-07-19 Kenichi Handa <handa@m17n.org>
1924
1925 * international/kkc.el (kkc-show-conversion-list-update):
1926 Highlight the correct candidate in the message.
1927
1928 2003-07-18 John Paul Wallington <jpw@gnu.org>
1929
1930 * simple.el (current-word): Don't include punctuation char when
1931 `really-word' arg is non-nil.
1932
1933 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
1934
1935 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1936 moved to the directory obsolete.
1937
1938 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
1939
1940 * info.el (Info-menu-entry-name-re): Allow newlines in
1941 menu entry names.
1942
1943 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1944 syntax-ppss-after-change-function.
1945 (syntax-ppss-after-change-function): New alias. Update uses.
1946 (syntax-ppss): Catch the case where the buffer is narrowed.
1947
1948 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1949
1950 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1951 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1952
1953 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1954
1955 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1956 since it might be modified.
1957
1958 * progmodes/cc-langs.el (c++-make-template-syntax-table)
1959 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1960 names to these language constants.
1961
1962 2003-07-15 Kim F. Storm <storm@cua.dk>
1963
1964 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1965 All uses changed.
1966
1967 2003-07-14 Mark A. Hershberger <mah@everybody.org>
1968
1969 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1970 Namespace support.
1971
1972 2003-07-13 Juanma Barranquero <lektu@terra.es>
1973
1974 * frame.el (modify-all-frames-parameters): Reinstall (copyright
1975 papers received).
1976
1977 2003-07-13 Karl Eichwalder <ke@suse.de>
1978
1979 * textmodes/po.el (po-find-charset): White space at the start of the
1980 Content-Type field body is non-mandatory.
1981
1982 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1983
1984 * textmodes/texinfo.el (texinfo-section-list):
1985 Append appendixsection; a synonym for appendixsec.
1986
1987 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
1988
1989 * man.el (Man-translate-cleanup): New.
1990 (Man-translate-references): Call `Man-translate-cleanup' to clean
1991 leading, trailing and middle spaces.
1992
1993 2003-07-13 Lars Hansen <larsh@math.ku.dk>
1994
1995 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1996 Handle `dired-directory' being a list.
1997
1998 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
1999
2000 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2001 it doesn't exist.
2002
2003 2003-07-12 Richard M. Stallman <rms@gnu.org>
2004
2005 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2006
2007 * progmodes/cc-defs.el (c-make-keywords-re):
2008 Don't use delete-duplicates.
2009 (c-lang-const): Don't use mapcan.
2010
2011 * apropos.el (apropos-show-scores): Make it customizable.
2012 Document new meaning.
2013 (apropos): Compute scores from symbols.
2014 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2015
2016 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2017
2018 * ps-bdf.el: Fix copyright line.
2019 (bdf-directory-list): Fix initialization code.
2020
2021 2003-07-11 John Paul Wallington <jpw@gnu.org>
2022
2023 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2024 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2025 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2026
2027 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
2028
2029 * emacs-lisp/ring.el (ring-elements): Doc fix.
2030
2031 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2032
2033 * calendar/timeclock.el (timeclock-relative)
2034 (timeclock-ask-before-exiting, timeclock-use-display-time):
2035 Doc changes.
2036 (timeclock-modeline-display): Give a message if
2037 `timeclock-use-display-time' is non-nil but `display-time-mode'
2038 is not active.
2039
2040 2003-07-11 Kenichi Handa <handa@m17n.org>
2041
2042 * international/mule-cmds.el (set-language-environment):
2043 Set current-language-environment to the correct string.
2044
2045 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2046
2047 * ps-print.el: Print line number correctly in a region. Reported by
2048 Tim Allen <timallen@ls83.fsnet.co.uk>
2049 (ps-print-version): New version number (6.6.2).
2050 (ps-printing-region): Code fix.
2051
2052 2003-07-10 John Paul Wallington <jpw@gnu.org>
2053
2054 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2055 this function can be called from `add-completions-from-tags-table'.
2056
2057 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
2058
2059 * calendar/timeclock.el (timeclock-use-display-time)
2060 (timeclock-day-over-hook, timeclock-workday-remaining)
2061 (timeclock-status-string, timeclock-when-to-leave)
2062 (timeclock-when-to-leave-string, timeclock-log-data)
2063 (timeclock-find-discrep, timeclock-day-base)
2064 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2065 (timeclock-modeline-display): Set the variable
2066 `timeclock-modeline-display'.
2067 (timeclock-update-modeline): Doc fix. Respect value of
2068 `timeclock-relative'.
2069
2070 2003-07-09 Richard M. Stallman <rms@gnu.org>
2071
2072 * textmodes/reftex-parse.el (reftex-all-document-files):
2073 Add autoload cookie.
2074
2075 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2076 (reftex-scanning-info-available-p): Add autoload cookie.
2077
2078 * international/mule-cmds.el
2079 (set-display-table-and-terminal-coding-system): Delete duplicate
2080 aset on standard-display-table.
2081
2082 * view.el (view-file): If existing buffer's major mode is special,
2083 don't go into view mode.
2084
2085 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2086
2087 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2088
2089 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2090 buffer changes; there's third party code that calls this function
2091 directly.
2092
2093 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2094
2095 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2096 (autodoc-font-lock-keywords): Don't byte compile on font lock
2097 initialization when running from byte compiled files.
2098
2099 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2100
2101 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2102 statement ends with auto-increment "++".
2103
2104 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2105
2106 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2107 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2108 these are changed, so declare them as variables and not constants.
2109
2110 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
2111
2112 * subr.el (dolist, dotimes): Doc fix.
2113
2114 2003-07-08 Kim F. Storm <storm@cua.dk>
2115
2116 * international/mule-cmds.el
2117 (set-display-table-and-terminal-coding-system): Don't break
2118 bootstrap if standard-display-table isn't setup yet.
2119
2120 2003-07-07 Richard M. Stallman <rms@gnu.org>
2121
2122 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2123 Give it a doc string, and autoload it.
2124
2125 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2126 Use with-no-warnings.
2127
2128 * info.el (Info-search): If find invisible text, search again.
2129
2130 * isearch.el (search-whitespace-regexp): Add a shy group around it.
2131
2132 * man.el (Man-name-regexp): Match + as part of name.
2133
2134 * simple.el (visible-mode): Rename from vis-mode.
2135 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2136
2137 * simple.el (current-word): New arg REALLY-WORD specifies
2138 don't include punctuation chars.
2139
2140 * emacs-lisp/debug.el (debug, debugger-env-macro):
2141 Use with-no-warnings while accessing and binding unread-command-char.
2142
2143 * international/mule-cmds.el
2144 (set-display-table-and-terminal-coding-system): Use explicit loop
2145 instead of calling standard-display-default.
2146
2147 * net/ange-ftp.el (ange-ftp-file-symlink-p):
2148 Use condition-case to catch error in ange-ftp-get-files.
2149
2150 * net/browse-url.el (browse-url-browser-function):
2151 Add alternative for Epiphany.
2152 (browse-url-epiphany-program, browse-url-epiphany-arguments)
2153 (browse-url-epiphany-startup-arguments)
2154 (browse-url-epiphany-new-window-is-tab): New variables.
2155 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2156
2157 * progmodes/compile.el (compile-auto-highlight): Default now t.
2158 (compile): Doc fix.
2159 (compilation-next-error): Fix previous change.
2160
2161 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2162
2163 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2164
2165 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
2166
2167 * gdb-ui.el (gdb-source-info): Display current frame when
2168 attaching to an existing process.
2169 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2170 while laying out windows when attaching to an existing process.
2171
2172 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
2173
2174 * info.el (Info-menu): Use Info-menu-entry-name-re.
2175
2176 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2179 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2180
2181 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2182 to match the same text.
2183
2184 2003-07-06 John Paul Wallington <jpw@gnu.org>
2185
2186 * vc.el (vc-annotate-offset): Move defvar up.
2187
2188 2003-07-06 Kim F. Storm <storm@cua.dk>
2189
2190 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2191 This should fix the infinite loop when extracting menu names.
2192
2193 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
2194
2195 * files.el (auto-mode-alist, interpreter-mode-alist):
2196 Remove entries to CC Mode modes to avoid duplicates; they are now added
2197 with autoload directives in cc-mode.el.
2198
2199 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
2200
2201 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2202 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2203 these are changed, so declare them as variables and not constants.
2204
2205 * progmodes/cc-mode.el: Fix some autoload problems: Try to
2206 ensure that the entry for ".c" extension comes before the one for
2207 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2208 Fix incorrect entries that were added to `interpreter-mode-alist'.
2209 Move the autoload directives for AWK to the top level since they
2210 aren't recognized anywhere else. Do not use the new AWK mode doc
2211 in the autoload form for the old AWK mode.
2212
2213 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2214
2215 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2216 (bibtex-sort-ignore-string-entries): Default value t.
2217 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2218 erroneously in previous version.
2219 (bibtex-string-files): Docstring reflects new parsing scheme.
2220 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2221 docstring, add # as one of the chars to crush
2222 (bibtex-autokey-prefix-string, bibtex-autokey-names)
2223 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2224 (bibtex-autokey-name-change-strings)
2225 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2226 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2227 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2228 (bibtex-autokey-title-terminators)
2229 (bibtex-autokey-titlewords-stretch)
2230 (bibtex-autokey-titleword-ignore)
2231 (bibtex-autokey-titleword-case-convert)
2232 (bibtex-autokey-titleword-abbrevs)
2233 (bibtex-autokey-titleword-abbrevs)
2234 (bibtex-autokey-titleword-change-strings)
2235 (bibtex-autokey-titleword-length)
2236 (bibtex-autokey-titleword-separator)
2237 (bibtex-autokey-name-year-separator)
2238 (bibtex-autokey-year-title-separator)
2239 (bibtex-autokey-before-presentation-function)
2240 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2241 Fix docstring.
2242 (bibtex-strings, bibtex-reference-keys):
2243 Use lazy-completion-table and make-variable-buffer-local.
2244 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2245 (bibtex-braced-string-syntax-table)
2246 (bibtex-quoted-string-syntax-table): New variables.
2247 (bibtex-parse-nested-braces): Remove.
2248 (bibtex-parse-field-string): Use syntax table and forward-sexp.
2249 (bibtex-parse-association): Simplify.
2250 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2251 (bibtex-parse-field-text): Simplify.
2252 (bibtex-search-forward-field, bibtex-search-backward-field):
2253 argument BOUND can take value t.
2254 (bibtex-start-of-field, bibtex-start-of-name-in-field)
2255 (bibtex-end-of-name-in-field, bibtex-end-of-field)
2256 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2257 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2258 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2259 (bibtex-skip-to-valid-entry): Return buffer position of beginning
2260 and ending of entry. Update for changes of bibtex-search-entry.
2261 Simplify.
2262 (bibtex-map-entries): FUN is called with three arguments.
2263 (bibtex-search-entry): Return a cons pair with buffer positions of
2264 beginning and end of entry.
2265 (bibtex-enclosing-field): Simplify.
2266 (bibtex-format-entry): Use booktitle to set a missing title.
2267 (bibtex-autokey-get-names): Fiddle with regexps.
2268 (bibtex-generate-autokey): Use identity.
2269 (bibtex-parse-keys): Use simplified parsing algorithm if
2270 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2271 arguments. Return alist of keys.
2272 (bibtex-parse-strings): Simplify. Return alist of strings.
2273 (bibtex-complete-string-cleanup): Fix docstring.
2274 (bibtex-read-key): New function.
2275 (bibtex-mode): Fix docstring. Do not parse for keys and
2276 strings when the mode is entered. Set fill-paragraph-function to
2277 bibtex-fill-field. Setup font-lock-mark-block-function the way
2278 font-lock intended.
2279 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2280 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2281 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2282 (bibtex-Preamble): Avoid hard coded constants.
2283 (bibtex-make-field): Fix docstring. Simplify.
2284 (bibtex-beginning-of-entry): Always return new position of point.
2285 (bibtex-end-of-entry): Rearrange cond clauses.
2286 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2287 Update for changes of bibtex-map-entries.
2288 (bibtex-ispell-abstract): Do not move point.
2289 (bibtex-entry-index): Use downcase. Simplify.
2290 (bibtex-lessp): Handle catch-all.
2291 (bibtex-find-crossref): Turn into a command.
2292 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2293 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2294 preamble entries.
2295 (bibtex-fill-field-bounds): New function.
2296 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2297 (bibtex-fill-entry): Use bibtex-fill-field-bounds
2298 (bibtex-String): Use bibtex-strings. Always obey
2299 bibtex-sort-ignore-string-entries.
2300
2301 2003-07-05 John Paul Wallington <jpw@gnu.org>
2302
2303 * cus-theme.el (customize-create-theme):
2304 Call `customize-create-theme' in Reset widget's notify function.
2305
2306 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2307 (ibuffer-mark-interactive): Use `or' instead of `unless'.
2308 (define-ibuffer-column name): Add summarizer.
2309 (define-ibuffer-column size): Likewise.
2310 (define-ibuffer-column filename): Likewise.
2311 (define-ibuffer-column process): Likewise. Change BODY's output too.
2312 (define-ibuffer-column filename-and-process): Likewise, likewise.
2313 (ibuffer): Remove local vars `already-in' and `need-update'.
2314
2315 * ibuf-ext.el: Don't require `derived' at compile-time.
2316
2317 2003-07-05 Kim F. Storm <storm@cua.dk>
2318
2319 * info.el: Disable paragraph refilling.
2320 (Info-refill-paragraphs): New defcustom.
2321 (Info-fontify-node): Use it.
2322
2323 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
2324
2325 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2326 thingies from constructors created by defstruct.
2327
2328 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2329 the default value of the variable.
2330 (byte-code-meter): Move declaration to top level.
2331
2332 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2333
2334 * info.el (Info-following-node-name-re): New fun.
2335 (Info-following-node-name): Remove.
2336 (Info-insert-dir): Use the new fun.
2337 (Info-extract-pointer): Don't save restriction; use new fun.
2338 (Info-menu-entry-name-re): New const.
2339 (Info-menu-entry-name-re): Use it along with new fun.
2340 (Info-node-spec-re): Use new fun.
2341 (Info-complete-menu-item, Info-fontify-node): Use new const.
2342 (Info-goto-node, Info-follow-reference, Info-menu-update):
2343 Use match-string.
2344 (Info-follow-reference): Use assoc-string.
2345 Use a list of strings for the completion table.
2346 (Info-fontify-node): Use match-string, line-end-position.
2347 Limit the search for `node:' to the first line.
2348
2349 * newcomment.el (uncomment-region): Remove padding coming from
2350 comment-start rather than just from comment-padding.
2351
2352 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2353 (vc-cvs-stay-local-p): Use vc-stay-local-p.
2354 (vc-cvs-rename-file): Remove (use the default).
2355 (vc-cvs-register): Register parent dir if needed.
2356 (vc-cvs-could-register): Return non-nil if parent can be registered.
2357 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2358 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2359
2360 * vc-svn.el (vc-svn-use-edit): Make it into a const.
2361 (vc-svn-update): Fix the arguments to `svn'.
2362 (vc-svn-diff-tree): Just use `vc-svn-diff'.
2363 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2364 Simple implementations, assuming `name' is a URL.
2365
2366 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2367 set of chars allowed unquoted in a case pattern.
2368
2369 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2370
2371 * font-lock.el (font-lock-extra-types-widget)
2372 (c-font-lock-extra-types, c++-font-lock-extra-types)
2373 (objc-font-lock-extra-types, java-font-lock-extra-types)
2374 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2375 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2376 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2377 (font-lock-match-c++-structor-declaration)
2378 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2379 (c++-font-lock-keywords-3, c++-font-lock-keywords)
2380 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2381 (objc-font-lock-keywords-3, objc-font-lock-keywords)
2382 (java-font-lock-keywords-1, java-font-lock-keywords-2)
2383 (java-font-lock-keywords-3, java-font-lock-keywords)
2384 (java-font-lock-syntactic-face-function): Remove obsolete code
2385 and constants. It's all in cc-fonts.el now.
2386
2387 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
2388
2389 * mail/sendmail.el (mail-specify-envelope-from)
2390 (mail-envelope-from): Doc fix.
2391
2392 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
2393
2394 * generic-x.el: Do away with the dependency on `c-emacs-features'
2395 when populating `rul-generic-mode-syntax-table'; we already know
2396 this isn't XEmacs.
2397
2398 See ChangeLog.10 for earlier changes.
2399
2400 ;; Local Variables:
2401 ;; coding: iso-2022-7bit
2402 ;; End:
2403
2404 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2405 Copying and distribution of this file, with or without modification,
2406 are permitted provided the copyright notice and this notice are preserved.
2407
2408 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1