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