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