]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-04-03 Juri Linkov <juri@jurta.org>
2
3 * descr-text.el (describe-property-list): Add `font-lock-face'.
4
5 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6
7 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8
9 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
10 utf-16le on little endian machines and utf-16be otherwise.
11
12 2004-04-02 David Kastrup <dak@gnu.org>
13
14 * net/browse-url.el (browse-url-generic): Use call-process
15 instead of start-process to allow browsers that fork and detach.
16
17 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18
19 * compile.el (compilation-current-error): New var.
20 (compilation-setup, compile-mouse-goto-error)
21 (compile-goto-error, next-error): Use it.
22 (compilation-skip-to-next-location): Default to t, which gives
23 contiguous skipping like old compile (where this was redundant).
24 (compilation-next-error): Prevent previous-* commands from moving
25 back to message at or just before point.
26
27 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
28
29 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
30 (gdb-source-info): Don't display source at startup, if required.
31 (gdb-show-main): New option.
32 (gdba): Update documentation.
33 (gdb-source): Cover case of auto-display output.
34
35 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
36
37 * autorevert.el: Delete obsolete autoload's and defvar's.
38 (auto-revert-check-vc-info): New user option.
39 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
40 (auto-revert-handler-vc): Delete.
41 (auto-revert-handler): Treat return value `fast' of
42 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
43
44 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
45 return `fast'.
46
47 * files.el (buffer-stale-function): Doc change.
48
49 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
50
51 * printing.el: New tip on Tips section.
52 (pr-version): New version number (6.7.4).
53 (pr-shell-file-name): Initialization fix.
54
55 2004-03-31 Juri Linkov <juri@jurta.org>
56
57 * dired.el: Add autoload for `dired-do-touch'.
58 (dired-touch-program): New var.
59 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
60 (dired-no-confirm): Add `touch' to docstring.
61
62 * dired-aux.el (dired-do-touch): New fun.
63 (dired-do-chxxx): Add argument -t for touch operation.
64
65 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
66 `dired-move-to-filename-regexp'.
67
68 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
69
70 * dired.el (dired-move-to-filename-regexp): Add . to HH:MM.
71
72 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
73
74 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
75 and only if the buffer was modified.
76
77 2004-03-30 Kenichi Handa <handa@m17n.org>
78
79 * international/characters.el: Delete pairs for U+2308..U+230B.
80
81 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
82
83 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
84 to detect the beginning of a level 2 or 3 annotation.
85
86 2004-03-29 Kenichi Handa <handa@m17n.org>
87
88 * international/ucs-tables.el (ucs-insert): Fix the error message.
89
90 2004-03-29 Kenichi Handa <handa@m17n.org>
91
92 * international/mule-util.el (char-displayable-p): Fix generation
93 of XLFD file name.
94
95 * Makefile.in (setwins, setwins_almost): Change directory to $wd
96 before finding directories by `find'.
97
98 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * subr.el (interactive-form): Delete. Now implemented in C.
101
102 * pcvs.el (cvs-parse-process): Workaround for Darwin.
103
104 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
105 (vc-diff-label): New fun.
106 (vc-diff-internal): Use it.
107
108 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
109
110 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
111
112 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
113
114 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
115 specify XML (EBNFX).
116
117 * progmodes/ebnf2ps.el: Doc fix.
118 (ebnf-version): New version number (4.1).
119 (ebnf-syntax): Adjust customization.
120 (ebnf-style-database): Add ebnfx entry.
121 (ebnf-syntax-alist): Add ebnfx initialization.
122 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx.
123
124 * printing.el: Doc fix.
125 (pr-version): New version number (6.7.3).
126 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
127 returns nil for mouse position. Reported by Drew Adams
128 <drew.adams@oracle.com>.
129 (pr-update-menus): Modify interactive declaration. Reported by Drew
130 Adams <drew.adams@oracle.com>.
131
132 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
133
134 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
135 (gud-gdba-marker-filter): Log the process input and output, if
136 required. (from Stefan Monnier)
137 (gdb-debug-log, gdb-enable-debug-log): New variables.
138 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
139
140 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
143 From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
144
145 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
146
147 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
148 Call vc-find-file-hook here instead of in auto-revert-buffers.
149 (auto-revert-buffers): Delete call to vc-find-file-hook.
150 (auto-revert-verbose, global-auto-revert-non-file-buffers)
151 (global-auto-revert-mode, auto-revert-set-timer)
152 (auto-revert-handler, auto-revert-buffers): Doc fixes.
153
154 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
155
156 * woman.el (woman-change-fonts): Rename local variable
157 woman-font-alist to font-alist to avoid a compiler warning.
158
159 2004-03-27 Dave Love <fx@gnu.org>
160
161 * emacs-lisp/rx.el (rx): Doc fix.
162 Fix copyright years.
163
164 * strokes.el (strokes-global-set-stroke-string): New function.
165 (strokes-list-strokes): Cope with strings, not just commands.
166 Set foreground colour of image.
167 (strokes-global-set-stroke): Doc fix.
168
169 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
170
171 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
172 Auto Revert mode.
173 (Buffer-menu-files-only): New variable.
174 (Buffer-menu-toggle-files-only): New function.
175 (Buffer-menu-mode-map): Bind it to `T'.
176 (Buffer-menu-mode): Mention `T' in docstring.
177 Set buffer-stale-function.
178 (list-buffers-noselect): Mark buffer non-modified and set
179 Buffer-menu-files-only.
180
181 * dired.el (buffer-stale-function): Remove no longer needed defvar.
182
183 * autorevert.el (auto-revert-handler): Print revert message
184 before, rather than after, reverting.
185 (buffer-stale-function): Move to files.el.
186
187 * files.el (buffer-stale-function): Move here from autorevert.el.
188
189 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
192
193 * calc/calc.el (calc-mode-map): Use mapc.
194
195 * apropos.el (apropos-mode): Don't autoload.
196 (apropos-symbols-internal): New fun. Extracted from `apropos'.
197 (apropos): Use it.
198 (apropos-print): Add optional `text' argument.
199 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
200 Don't assume point-min == 1.
201
202 * bs.el (bs-buffer-list): Use buffer-local-value.
203 (bs--set-toggle-to-show): Use with-current-buffer.
204
205 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
206 New funs.
207 (list-buffers-noselect): Use them. Adjust :align-to to new style.
208
209 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
210
211 * dabbrev.el (dabbrev-expand): Fix regexp construction.
212 (dabbrev--find-expansion): Use pop.
213 (dabbrev--search): Use match-string-no-properties.
214
215 * dired.el (dired-mode): Use run-mode-hooks.
216 (dired-move-to-end-of-filename): Use match-string.
217
218 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
219 is bound before using it.
220 (ediff-verbose-p): Make it into a var since it's not constant.
221
222 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
223
224 * faces.el (read-face-font): Don't cons up unnecessarily.
225 (header-line, tool-bar): Share common parts.
226
227 * files.el (file-relative-name): Use compare-strings.
228
229 * finder.el (finder-mode): Follow coding convention.
230
231 * subr.el (read-number): New function.
232
233 * ses.el (ses-read-number): Move to subr.el.
234 (ses-set-header-row): Use read-number.
235
236 2004-03-26 Andre Spiegel <spiegel@gnu.org>
237
238 * vc-hooks.el (vc-arg-list): New function, which handles both
239 compiled and uncompiled code.
240 (vc-default-workfile-unchanged-p): Use it.
241
242 * vc.el (vc-print-log): Undo prev change, use new function
243 vc-arg-list from vc-hooks.el.
244
245 2004-03-26 Masatake YAMATO <jet@gyve.org>
246
247 * simple.el (completion-setup-function): Emphasize the
248 first uncommon characters in the completions; and de-emphasize
249 the common prefix substrings.
250 (completion-emphasis): New face.
251 (completion-de-emphasis): New face.
252
253 2004-03-25 Juanma Barranquero <lektu@terra.es>
254
255 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
256 Comment out (it's unused and unfinished code).
257
258 2004-03-25 Sam Steingold <sds@gnu.org>
259
260 * vc.el (vc-print-log): Fix a bug in the last patch:
261 backend-function may be a byte-compiled object, not a lambda.
262
263 2004-03-25 Juri Linkov <juri@jurta.org>
264
265 * descr-text.el (describe-property-list): Add a button
266 for `face' property that calls `describe-face'.
267 Suggested by luis fernandes <elf@ee.ryerson.ca>
268
269 * international/mule.el (keyboard-coding-system):
270 * kmacro.el (kmacro-call-macro): Fix docstring.
271
272 * dired.el: Fix comments.
273
274 * textmodes/fill.el (fill): Fix Info link.
275
276 * font-lock.el (fast-lock, lazy-lock):
277 * jit-lock.el (jit-lock): Remove links to removed Support Modes
278 Info node.
279
280 * eshell/eshell.el (eshell): Fix broken info-link.
281
282 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
283 * eshell/em-banner.el (eshell-banner):
284 * eshell/em-smart.el (eshell-smart):
285 * eshell/esh-cmd.el (eshell-cmd):
286 Comment out broken info-links to incomplete Info manual.
287
288 * info-xref.el: Fix commentary.
289
290 2004-03-25 Kevin Ryde <user42@zip.com.au>
291
292 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
293 Remove spurious node duplicate suppression, doesn't work, not wanted.
294 (info-xref-output): Take format style args, add "sit-for 0" to let
295 user see the results as they progress.
296 (info-xref-check-all-custom): New function.
297
298 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
299
300 * gdb-ui.el: Moved to progmodes.
301
302 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
303
304 * calendar/appt.el (appt-check): Remove superfluous progn.
305 When finished with diary buffer: if it was not being displayed
306 before, kill it; otherwise restore its original state.
307 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
308
309 * calendar/calendar.el (calendar-set-mode-line): Use total
310 available mode-line width, rather than frame-width.
311
312 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
313 after mode change so effect not lost.
314
315 2004-03-23 Dave Love <fx@gnu.org>
316
317 * dired.el (dired) <defgroup>: Add link to manual.
318 (dired-font-lock-keywords): Add highlighting on unusual permissions.
319 (dired-revert): Use dolist.
320 (dired-mode-map): Add U binding.
321 (dired-mode): Add font-lock-beginning-of-syntax-function.
322 (dired-garbage-files-regexp): Make it a defcustom.
323
324 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
327 is equivalent to nil.
328 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
329 (vc-arch-mode-line-string): Accept `added' state.
330 (vc-arch-state): Use inode-sigs if available.
331 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
332 Copy&delete existing id file if any. Fallback if uuidgen is absent.
333 (vc-arch-tagline-re): New var.
334 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
335 New functions.
336 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
337 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
338
339 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
340 (vc-file-not-found-hook): Use it.
341
342 * diff-mode.el (diff-default-read-only): Change default.
343 (diff-mode-hook): Make it a defcustom. Add some options.
344 (diff-mode-map): Bind diff-refine-hook.
345 (diff-yank-handler): New var.
346 (diff-yank-function): New fun.
347 (diff-font-lock-keywords): Use them.
348 (diff-end-of-file): Handle case where file-header looks like diff text.
349 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
350 (diff-file-kill): Delete a subsequent empty line, if applicable.
351 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
352 (diff-find-file-name): Use it.
353 (diff-tell-file-name): New command.
354 (diff-mode): Be careful with view-mode.
355 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
356 New functions, for use in diff-mode-hook.
357 (diff-find-source-location): Catch "regex too large" errors.
358 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
359 (diff-refine-hunk): New command.
360
361 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
362 (smerge-context-menu-map): Remove unused var.
363 (smerge-keep-all): Preserve markers.
364 (smerge-keep-n): New fun.
365 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
366 (smerge-keep-current, smerge-ediff): Use it.
367 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
368 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
369 (smerge-resolve): Resolve trivial 3-part conflicts.
370
371 2004-03-23 Juri Linkov <juri@jurta.org>
372
373 * man.el (Man-width): New var.
374 (Man-getpage-in-background): Use it.
375 (Man-support-local-filenames): New var and fun.
376 (Man-build-man-command): Don't add a second %s.
377 (Man-fontify-manpage): Clean up message.
378 (Man-mode): Set outline-regexp, outline-level,
379 imenu-generic-expression.
380
381 * woman.el (woman-fill-frame): Doc fix.
382 (woman-decode-region): Use window-width instead of frame-width.
383
384 * abbrevlist.el (list-one-abbrev-table):
385 * descr-text.el (describe-char):
386 * international/mule-diag.el (describe-current-coding-system):
387 * international/quail.el (quail-insert-decode-map):
388 Use window-width instead of frame-width.
389
390 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
391 (jka-compr-mode-alist-additions): Add tbz.
392 (jka-compr-write-region, jka-compr-insert-file-contents):
393 Add message for undefined compress-program.
394 (jka-compr-write-region): Remove redundant var bindings.
395
396 * dired-x.el (dired-guess-shell-alist-default): Add choices for
397 extracting files into subdirectory. Add tbz and dz. Fix regexps.
398 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
399 (dired-man): Use dired-guess-shell-command.
400 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
401 Change default nil to t.
402
403 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
404 (dired-compare-directories): Add default value for empty input.
405
406 * help-at-pt.el: Move suggestions for key bindings to Commentary.
407
408 * time.el (display-time-string-forms): Fix help-echo date format.
409
410 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
411
412 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
413 (buffer-stale-function): New variable.
414 (auto-revert-list-diff, auto-revert-dired-file-list)
415 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
416 (auto-revert-handler): Take over some functionality of deleted
417 functions.
418 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
419
420 * dired.el (dired-directory-changed-p): New fun, extracted from
421 dired-internal-noselect.
422 (dired-buffer-stale-p): New fun.
423 (dired-internal-noselect): Use dired-directory-changed-p.
424 Eliminate revert messages.
425 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
426
427 2004-03-23 Kenichi Handa <handa@m17n.org>
428
429 * international/characters.el: Setup syntaxes for more parentheses
430 Unicode characters.
431
432 * international/mule-cmds.el (select-safe-coding-system):
433 Merge coding-system and auto-cs before comparing them.
434
435 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
438
439 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
440 normal-auto-fill-function and comment-indent-function.
441 The default values now work just as well.
442 Don't set font-lock-beginning-of-syntax-function since we already set
443 syntax-begin-function.
444 (lisp-outline-level): Put ;;;###autoload at same level as (.
445 (prin1-char): Quote special chars.
446
447 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
448 than with-no-warnings.
449
450 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
451 if the source location can't be found.
452 (edebug-compute-previous-result): Use prin1-char.
453
454 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
455 (debug-ignored-errors): Add an entry.
456
457 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
458 (byte-compile-file): Output warning when deleting a file.
459
460 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
461 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
462
463 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
464 (byte-compile-inline-expand): Use backquote.
465 (byte-optimize-pure-func): Rename from byte-optimize-concat.
466 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
467
468 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
469
470 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
471
472 2004-03-22 Juri Linkov <juri@jurta.org>
473
474 * finder.el (finder-known-keywords): Fix data, tex, unix.
475
476 * play/landmark.el: Fix keywords.
477
478 * language/ethio-util.el (ethio-find-file): Doc fix.
479
480 * emacs-lisp/warnings.el: Doc fix.
481
482 * textmodes/ispell.el (ispell-help): Doc fix.
483
484 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
485
486 * format.el (format-insert-file): Always return a list of two
487 elements, like insert-file-contents does.
488
489 2004-03-21 Andre Spiegel <spiegel@gnu.org>
490
491 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
492 and vc-BACKEND-diff.
493 (vc-print-log): If the print-log implementation supports it, use
494 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
495 (vc-version-diff, vc-diff-internal): Doc fixes.
496
497 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
498 implementation supports it, let diff output go to *vc*,
499 not *vc-diff*, since this is an internal call.
500
501 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
502
503 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
504
505 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
506
507 2004-03-21 Dave Love <fx@gnu.org>
508
509 * progmodes/cfengine.el (cfengine-mode):
510 Set parse-sexp-ignore-comments.
511
512 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
513
514 2004-03-21 Juanma Barranquero <lektu@terra.es>
515
516 * allout.el (allout-mode): Fix docstring.
517
518 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
519
520 * files.el (insert-directory): Fix bug if SWITCHES is a list.
521
522 * autorevert.el (auto-revert-interval): Make new value take
523 effect immediately when set through Custom.
524 (auto-revert-set-timer): Add interactive declaration.
525
526 2004-03-19 David Ponce <david@dponce.com>
527
528 * ruler-mode.el (ruler-mode-header-line-format-old):
529 Don't `make-variable-buffer-local'.
530 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
531 (ruler-mode-header-line-format): Simply funcall the above.
532 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
533 to save/restore a previous header line format.
534 (ruler-mode-space): Don't depend on a numeric WIDTH value.
535 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
536 fringes and margins width.
537 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
538
539 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * log-edit.el (log-edit-font-lock-keywords): Typo.
542
543 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
544 (tex-send-tex-command): Rather than here.
545 (tex-compilation-parse-errors): Simplify.
546
547 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
548
549 * time.el (display-time-string-forms): Add help-echo with date on time.
550
551 * composite.el (compose-region): Use restore-buffer-modified-p.
552
553 * disp-table.el (standard-display-8bit): Simplify.
554
555 * server.el (server-process-filter): Delete temp frame.
556
557 * add-log.el (add-change-log-entry): Simplify.
558
559 2004-03-19 Kim F. Storm <storm@cua.dk>
560
561 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
562 (hexl-follow-line): Don't require 'fringe.
563
564 * progmodes/compile.el (compilation-start): Always set
565 compilation-last-buffer and return it.
566
567 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
568
569 * simple.el (clone-buffer): Doc fix.
570
571 2004-03-18 Juanma Barranquero <lektu@terra.es>
572
573 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
574
575 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * log-edit.el (log-edit-font-lock-keywords): New var.
578 (log-edit-mode): Use it.
579
580 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
581
582 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
583 properly for watching in speedbar.
584
585 2004-03-17 Masatake YAMATO <jet@gyve.org>
586
587 * smerge-mode.el (smerge-popup-context-menu):
588 Put `unwind-protect' around `overlay-put' and `popup-menu'.
589
590 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
593 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
594 Take sealed revisions into account.
595 (vc-arch-checkin): Extract a summary line from the message.
596
597 2004-03-16 Masatake YAMATO <jet@gyve.org>
598
599 * register.el (register): Provide `register' feature.
600
601 2004-03-15 Masatake YAMATO <jet@gyve.org>
602
603 Added context menu support in smerge mode.
604 Most of the part is written by Stefan Monnier.
605
606 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
607 New keymap and menu.
608 (smerge-text-properties): New function.
609 (smerge-remove-props): New function.
610 (smerge-popup-context-menu): New function.
611 (smerge-resolve): Call `smerge-remove-props'.
612 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
613 (smerge-keep-current): Ditto.
614 (smerge-kill-current): New function.
615 (smerge-match-conflict): Put text properties.
616 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
617
618 2004-03-15 David Ponce <david@dponce.com>
619
620 * ruler-mode.el: (ruler-mode-left-fringe-cols)
621 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
622 (ruler-mode-right-scroll-bar-cols): Remove.
623 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
624 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
625 Use fringe-columns and scroll-bar-columns.
626
627 2004-03-15 Masatake YAMATO <jet@gyve.org>
628
629 * hl-line.el (hl-line-range-function): New variable.
630 (hl-line-move): New function.
631 (global-hl-line-highlight): Use `hl-line-move'.
632 (hl-line-highlight): Ditto.
633
634 * scroll-bar.el (scroll-bar-columns):
635 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
636
637 * ruler-mode.el (top-level): Require scroll-bar and fringe.
638 (ruler-mode-left-fringe-cols)
639 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
640 (ruler-mode-right-scroll-bar-cols)
641 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
642 (ruler-mode-ruler-function): New variable.
643 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
644 if the value for `ruler-mode-ruler-function'is given.
645
646 * hexl.el (hexl-mode-hook): Make the hook customizable.
647 (hexl-address-area, hexl-ascii-area): New customize variables.
648 (hexlify-buffer): Put font-lock-faces on the address area and
649 the ascii area.
650 (hexl-activate-ruler): New function.
651 (hexl-follow-line): New function.
652 (hexl-highlight-line-range): New function.
653 (hexl-mode-ruler): New function.
654
655 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
658 (vc-default-find-file-hook): New fun.
659 (vc-find-file-hook): Call new find-file-hook operation.
660
661 * vc-arch.el: New file.
662
663 2004-03-12 Jesper Harder <harder@ifa.au.dk>
664
665 * info-look.el (info-lookup): Reuse an existing Info window.
666
667 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
668
669 * woman.el (woman-preserve-ascii): Default value changed to t and
670 doc string revised.
671
672 2004-03-12 Richard M. Stallman <rms@gnu.org>
673
674 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
675 Fix minor bug.
676
677 * replace.el (occur-engine): Change message for count of matches.
678
679 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
680 For strings, do compare text properties.
681
682 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
683
684 * progmodes/compile.el (compile-auto-highlight)
685 (compilation-error-list, compilation-old-error-list)
686 (compilation-parse-errors-function, compilation-parsing-end)
687 (compilation-error-message, compilation-directory-stack)
688 (compilation-enter-directory-regexp-alist)
689 (compilation-leave-directory-regexp-alist)
690 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
691 (compilation-current-file, compilation-regexps): Remove vars.
692
693 (compile-error-at-point, compilation-error-filedata)
694 (compilation-error-filedata-file-name, compile-reinitialize-errors)
695 (compilation-next-error-locus, compilation-forget-errors)
696 (count-regexp-groupings, compilation-parse-errors)
697 (compile-collect-regexps, compile-buffer-substring): Remove funs.
698
699 (compile-internal): Make obsolete.
700
701 (compilation-first-column, compilation-error)
702 (compilation-directory-matcher, compilation-page-delimiter)
703 (compilation-mode-font-lock-keywords, compilation-debug)
704 (compilation-error-face, compilation-warning-face)
705 (compilation-info-face, compilation-line-face)
706 (compilation-column-face, compilation-enter-directory-face)
707 (compilation-leave-directory-face, compilation-skip-threshold)
708 (compilation-skip-visited, compilation-context-lines): New vars.
709
710 (compilation-warning-face, compilation-info-face)
711 (compilation-message-face): New faces.
712
713 (compilation-error-regexp-alist-alist): New constant.
714
715 (compilation-face, compilation-directory-properties)
716 (compilation-assq, compilation-error-properties, compilation-start)
717 (define-compilation-mode, compilation-loop)
718 (compilation-set-window): New functions.
719
720 (compile): Additional argument for interactive compiles like TeX.
721
722 * progmodes/grep.el (kill-grep): Move here from compile.el
723 (grep-error, grep-hit-face, grep-error-face)
724 (grep-mode-font-lock-keywords): New variables.
725 (grep-regexp-alist): Simplify regexp and add `binary' case.
726 (grep-mode): New mode.
727 (grep-process-setup): Simplify.
728
729 2004-03-11 Jason Rumney <jasonr@gnu.org>
730
731 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
732 letters on DOS/Windows.
733
734 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * server.el (server-name): New var.
737 (server-socket-dir): New var to replace server-socket-name.
738 (server-start): Use them.
739
740 2004-03-11 Simon Josefsson <jas@extundo.com>
741
742 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
743 died to avoid infloop. Reported by Jonathan Glauner
744 <jglauner@sbum.org>.
745
746 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
749 (smerge-mode-menu): Use it to deactivate menu entries.
750 (smerge-keep-current): New fun.
751 (smerge-keep-current): Use it.
752
753 2004-03-10 John Paul Wallington <jpw@gnu.org>
754
755 * foldout.el (foldout-fold-list, foldout-modeline-string):
756 Declare them as variables, not constants.
757
758 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
759
760 * ps-print.el: Modification to print *Messages* buffer.
761 (ps-print-version): New version 6.6.4.
762 (ps-message-log-max): New fun.
763 (ps-spool-without-faces, ps-spool-with-faces)
764 (ps-count-lines-preprint): Code fix.
765
766 * printing.el: New tips in Tips section.
767
768 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
769
770 * delim-col.el: Doc fix.
771
772 * printing.el: Doc fix. New doc section (Tips).
773
774 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * type-break.el (type-break-emacs-variant): Remove.
777 (type-break-run-at-time, type-break-cancel-function-timers):
778 Use fboundp rather than version name and number.
779
780 2004-03-09 Masatake YAMATO <jet@gyve.org>
781
782 * hexl.el (hexl-mode): Use `make-local-variable' instead of
783 `make-variable-buffer-local'.
784
785 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
786
787 * find-dired.el (find-dired): Call `shell-command' instead of
788 `start-process-shell-command'. By this, Tramp takes over
789 handling of remote directories.
790
791 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * newcomment.el (comment-use-global-state): New var.
794 (comment-search-forward): Use it.
795
796 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
797
798 * cus-edit.el (fill) <defgroup>: Move to fill.el.
799
800 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
801 (enable-kinsoku): Make it a defcustom.
802 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
803 paragraph to same-comment-start-marker.
804
805 2004-03-07 Dave Love <fx@gnu.org>
806
807 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
808 (browse-url-mail): Use it.
809
810 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
811 (rfc2368-unhexify-string): Use replace-regexp-in-string.
812
813 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
814
815 * woman.el (woman-man.conf-path): Doc fix.
816 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
817
818 2004-03-07 Eli Zaretskii <eliz@elta.co.il>
819
820 * sort.el (sort-columns): Remove ms-dos from the list of systems
821 where the external `sort' command is not used.
822
823 2004-03-07 Kim F. Storm <storm@cua.dk>
824
825 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
826 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
827 from overlay-arrow-variable-list.
828 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
829
830 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
831
832 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
833 overlay arrow string properly for the assembler buffer.
834
835 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * mail/sendmail.el (mail-mode): Fix last change.
838
839 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
840
841 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
842 for the assembler buffer.
843 (gdb-assembler-custom): Position the overlay arrow.
844 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
845
846 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
849
850 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
851 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
852
853 * mail/sendmail.el (mail-mode): Set comment-start-skip.
854
855 * newcomment.el (uncomment-region): Allow non-terminated comment.
856 (comment-normalize-vars): Check the user-specified comstart marker.
857
858 2004-03-04 Jesper Harder <harder@ifa.au.dk>
859
860 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
861 Otherwise, do use it if the region only contains font-lock text
862 properties.
863
864 2004-03-04 Masatake YAMATO <jet@gyve.org>
865
866 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
867 as the callback function for eldoc.
868 (hexl-print-current-point-info): New function.
869 (hexl-current-address): Print the address in both decimal
870 and hexadecimal format.
871
872 2004-03-04 Richard M. Stallman <rms@gnu.org>
873
874 * mail/rmail.el (rmail-convert-to-babyl-format):
875 Specify t for UNIBYTE when calling mail-unquote-printable-region.
876
877 * mail/mail-utils.el (mail-unquote-printable-region):
878 New arg UNIBYTE.
879
880 * startup.el (command-switch-alist): Doc fix.
881
882 * simple.el (undo): Temporarily set this-command to `undo-start',
883 then set it to `undo' once undo-start returns without error.
884
885 * simple.el (minibuffer-history-sexp-flag): Doc fix.
886
887 * simple.el (kill-line): Don't disregard trailing whitespace
888 in eol condition, if show-trailing-whitespace is set.
889
890 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
891 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
892 When disabling, restore old values only if mouse-sel-has-been-enabled.
893
894 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
895 (isearch-{-char): New function.
896 (isearch-mode-map): Bind { to isearch-{-char.
897
898 * font-lock.el (lisp-font-lock-keywords-2):
899 Turn off the CL with-... and do-... general patterns.
900 Instead, recognize several specific with... and do... constructs.
901
902 * files.el (switch-to-buffer-other-window):
903 Bind same-window-buffer-names and same-window-regexps to nil.
904 (switch-to-buffer-other-frame): Likewise.
905
906 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
909 recognizing leading comment on code line.
910
911 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
914 hidden files/directories.
915
916 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
919 only comment-start (in case the mode hasn't set it).
920
921 * Makefile.in (AUTOGENEL): New var.
922 (bootstrap-prepare): Rename from bootstrap-clean.
923 Don't remove elc files.
924 (maintainer-clean): New target.
925
926 * xml.el (xml-get-attribute-or-nil): Simplify.
927
928 2004-03-02 Juri Linkov <juri@jurta.org>
929
930 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
931 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
932 URL to prevent their substitution with the environment variable
933 values by browsers.
934
935 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
936
937 * ps-print.el: Doc fix.
938 (ps-print-version): New version number (6.6.3).
939 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
940 Docstring fix.
941 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
942 before printing.
943 (ps-time-stamp-yyyy-mm-dd): New fun.
944 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
945
946 2004-03-02 Kim F. Storm <storm@cua.dk>
947
948 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
949
950 2004-03-01 Juanma Barranquero <lektu@terra.es>
951
952 * allout.el (allout-rebullet-heading): Fix typo in docstring.
953
954 * desktop.el (desktop-file-version)
955 (desktop-after-read-hook): Fix typos.
956 (desktop-clear-preserve-buffers): Remove redundant info in
957 docstring already shown by the obsolescence message.
958 (desktop-truncate, desktop-internal-v2s)
959 (desktop-value-to-string): Change argument name to match docstring.
960
961 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
962
963 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
964 docstring.
965
966 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
967
968 * printing.el: Replace "As Is..." in PostScript file print/preview by
969 "No Preprocessing...". Suggested by Colin Marquardt
970 <marquardt@zmd.de>.
971 (pr-insert-section-4): Adjust buffer interface.
972
973 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
974
975 Version 2.0.39 of Tramp released.
976
977 * net/tramp.el (tramp-handle-file-local-copy)
978 (tramp-handle-write-region, tramp-open-connection-rsh):
979 Variable name typo. Small change. From Patrick Tullmann
980 <tullmann@flux.utah.edu>.
981 (tramp-process-connection-type): New variable.
982 (tramp-maybe-open-connection): Use it.
983 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
984 (tramp-touch): Set last-modified time of a remote file.
985 (tramp-handle-write-region): Say which function is used when encoding.
986
987 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
988
989 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
990 case of non-existing filename, too. Reported by Christoph Bauer
991 <c_bauer@informatik.uni-kl.de>.
992 (tramp-smb-get-file-entries): The directory in question should
993 have permissions "drwxrwxrwx". Just virtual, because we don't
994 know the real permissions. Don't we know?
995 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
996 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
997 (tramp-smb-wait-for-output): Optimize algorithm getting pending
998 output. If it was received chunkwise, there have been problems.
999 Remove the "prompt not found" error message; it is obvious.
1000 Simplify algorithm.
1001 (tramp-smb-process-running): Remove. Since we acknowledge the
1002 virtual prompt for shares, there's no need for distinction of
1003 reading shares (process ends afterwards) and interactive mode of
1004 smblient.
1005 (tramp-smb-open-connection): Setting process sentinel removed.
1006 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
1007 "NT_STATUS_NETWORK_ACCESS_DENIED".
1008 (tramp-smb-maybe-open-connection): Set `process-connection-type'
1009 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
1010 (top-level): Setting default value in `tramp-default-method-alist'
1011 corrected. Order of USER and HOST have been wrong.
1012 Nobody complained for months ...
1013 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
1014 (tramp-smb-open-connection): Clear password cache if login has failed.
1015
1016 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
1017 `tramp-unified-filenames'.
1018 (tramp-completion-mode): Make test for XEmacs explicitely.
1019 `event-to-character' can exists in Emacs packages too.
1020 Reported by Matt Swift <swift@alum.mit.edu>.
1021 (tramp-buffer-name): Buffer name must contain the user if exists.
1022 Reported by Adrian Phillips <a.phillips@met.no>.
1023 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
1024 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
1025 (tramp-do-copy-or-rename-file-out-of-band): Rename from
1026 `tramp-do-copy-or-rename-file-one-local', because it handles also
1027 the case both files use the same out-of-band method.
1028 Implementation added.
1029 (tramp-handle-file-local-copy, tramp-handle-write-region):
1030 Out-of-band handling removed. `copy-file' called instead, which
1031 calls `tramp-do-copy-or-rename-file-out-of-band'.
1032 (tramp-action-password): Check for out-of-band method removed.
1033 This function is used for 'login-program.
1034 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
1035 appropriate.
1036 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
1037 and `tramp-parse-sknownhosts'.
1038 (tramp-completion-function-alist): It's a defvar now, because we
1039 want to apply the optimized `tramp-set-completion-function'
1040 instead of a static list.
1041 (tramp-set-completion-function): Implementation tuned.
1042 Avoid double entries, and entries where the function or the
1043 file/directory doesn't exist.
1044 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
1045 for SSH2.
1046 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
1047 (tramp-handle-dired-compress-file): New function.
1048 (tramp-async-proc): New variable.
1049 (tramp-handle-shell-command): Adding asynchronous processes.
1050 They are far from being perfect, but it works at least for
1051 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
1052 (top-level): Require password.el if visible. Should be mandatory
1053 once No Gnus has found its way into (X)Emacs.
1054 (tramp-read-passwd): Invoke `password-read' if available,
1055 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
1056 fallback any longer.
1057 (tramp-clear-passwd): New function.
1058 (tramp-process-actions, tramp-process-multi-actions):
1059 Clear password cache if login has failed.
1060
1061 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
1062 its own module.
1063 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
1064 `ange-ftp-ftp-name-res'. There could be incorrect values from
1065 previous calls in case the "ftp" method is used in the Tramp file
1066 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1067
1068 2004-02-28 Richard M. Stallman <rms@gnu.org>
1069
1070 * term.el (term-mouse-paste): Call mouse-set-point.
1071
1072 * thumbs.el: New file.
1073
1074 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1075
1076 * progmodes/ebnf-abn.el: Doc fix.
1077
1078 * progmodes/ebnf-bnf.el: Doc fix.
1079 (ebnf-repeat): Code fix.
1080
1081 * progmodes/ebnf2ps.el: Doc fix.
1082 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
1083
1084 2004-02-28 Juri Linkov <juri@jurta.org>
1085
1086 * ffap.el (dired-at-point): Additional writability test for
1087 relative directory names.
1088 (dired-at-point-prompter): Treat directories as a directory, get
1089 the directory component from files.
1090 (ffap-string-at-point): Return string from region if region is active.
1091 (ffap-file-at-point): Remove redundant code.
1092
1093 2004-02-28 Kim F. Storm <storm@cua.dk>
1094
1095 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
1096 Initialize margin area images to nil.
1097 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
1098 (breakpoint-enabled-bitmap-face)
1099 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
1100 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
1101 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
1102 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
1103 (gdb-reset): Use gdb-remove-breakpoint-icons.
1104 (gdb-put-string): Add dprop arg to specify alternative display
1105 property (for setting fringe bitmap).
1106 (gdb-remove-strings): Doc fix.
1107 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
1108 icon in fringe (if available), or else as icon or text in display
1109 margin. Creates necessary icons in breakpoint-bitmap,
1110 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
1111 Also make left window margin if required.
1112 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
1113 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
1114 no longer needed.
1115 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
1116 gdb-put-breakpoint-icon.
1117 (gdb-assembler-mode): Don't set left-margin-width here.
1118
1119 2004-02-27 Kevin Ryde <user42@zip.com.au>
1120
1121 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
1122 comma, so that it DTRT in macros.
1123
1124 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
1125
1126 * progmodes/sh-script.el (sh-shell-arg)
1127 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
1128 (sh-leading-keywords, sh-other-keywords): Fix custom type.
1129
1130 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1131
1132 * faces.el (face-spec-set-match-display): Add a new attribute,
1133 `min-colors'.
1134 (region, highlight, secondary-selection): Use `min-colors'.
1135
1136 * custom.el (defface): Add documentation for `min-colors'.
1137
1138 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1139 (font-lock-keyword-face, font-lock-function-name-face)
1140 (font-lock-variable-name-face, font-lock-constant-face):
1141 Use `min-colors'.
1142
1143 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
1144
1145 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1146
1147 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
1148 define assq-delete-all if it's not defined.
1149 (ebnf-generate-region): Code fix.
1150
1151 * printing.el: Doc fix.
1152 (pr-version): New version number (6.7.2).
1153 (pr-command): Return empty string if command is an empty string.
1154
1155 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1156
1157 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
1158
1159 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
1160 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
1161 semi-down-full. Fix a bug on productions like test = {"test"}* | (
1162 "tt" ["test"] ). Reported by Markus Dreyer
1163 <mdreyer@ix.urz.uni-heidelberg.de>.
1164 (ebnf-version): New version number (4.0).
1165 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
1166 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
1167 (ebnf-delete-style): New commands.
1168 (ebnf-directory, ebnf-file): New funs.
1169 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
1170 (ebnf-production-name-p, ebnf-stop-on-error): New options.
1171 (ebnf-syntax-alist): New var.
1172 (ebnf-element-width): New fun replacing ebnf-list-width.
1173 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
1174 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
1175 (ebnf-prologue): Adjust vars.
1176 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
1177 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
1178 (ebnf-check-style-values, ebnf-generate-production)
1179 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
1180 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
1181 (ebnf-token-repeat): Code fix.
1182
1183 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
1184 %right, %left and %prec. Suggested by Matthew K. Junker
1185 <junker@alum.mit.edu>.
1186 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
1187
1188 * progmodes/ebnf-iso.el: Doc fix.
1189 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
1190 (ebnf-iso-lex): Code fix.
1191
1192 * progmodes/ebnf-bnf.el: Doc fix.
1193 (ebnf-bnf-lex): Code fix.
1194
1195 * progmodes/ebnf-otz.el: Doc fix.
1196
1197 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1198
1199 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
1200 (abbrev-prefix-mark): Doc fix.
1201
1202 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
1203
1204 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
1205 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
1206 (gdb-var-delete): Make interactive (really).
1207 (gdb-edit-value): Make non-interactive.
1208
1209 * progmodes/gud.el (gud-speedbar-menu-items):
1210 Add gdb-var-delete and, indirectly, gdb-edit-value.
1211 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
1212 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
1213 (gud-gdb-marker-filter): Add comment for annotations.
1214
1215 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1216
1217 * calendar/calendar.el (generate-calendar)
1218 (calendar-read-date): Prevent display of BC calendars once more -
1219 reverts 2003-10-01 change.
1220 (generate-calendar-month): Doc fix.
1221
1222 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1223
1224 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
1225 return value of increment-calendar-month.
1226
1227 2004-02-21 Stephen Compall <s11@member.fsf.org>
1228
1229 * saveplace.el (save-place-forget-unreadable-files)
1230 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
1231 (save-place-forget-unreadable-files): New function.
1232 (save-place-alist-to-file): Use it to filter out files that are
1233 no longer readable.
1234
1235 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
1236 current Texinfo environment, using the same method as in
1237 `texinfo-insert-@end', and insert a space rather than a newline if
1238 point in a @table environment.
1239
1240 2004-02-21 Juri Linkov <juri@jurta.org>
1241
1242 * ffap.el (ffap-file-at-point): Try parent directories.
1243
1244 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
1245
1246 * vcursor.el (vcursor-modifiers): New defcustom.
1247 (vcursor-cs-binding): Use vcursor-modifiers instead of a
1248 hard-coded list.
1249
1250 2004-02-21 Masatake YAMATO <jet@gyve.org>
1251
1252 * play/animate.el (animate-birthday-present): Accept names other
1253 than `Sarah', too.
1254
1255 2004-02-21 Juri Linkov <juri@jurta.org>
1256
1257 * startup.el: Remove table of command line arguments from the
1258 Commentary section.
1259
1260 2004-02-20 John Wiegley <johnw@newartisans.com>
1261
1262 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
1263 again" modifier from 'e' to 'E', since 'e' is also used by the
1264 "file extension" modifier.
1265
1266 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
1267
1268 * help-fns.el (describe-categories): Doc fix.
1269
1270 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1271
1272 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
1273 temporary file for buffer already visiting one. This change makes
1274 output likely to be directly usable by patch program.
1275 Suggested by Adrian Aichner <adrian@xemacs.org>
1276
1277 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
1278
1279 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
1280 case of variables defined in compound statements.
1281 (gdb-setup-windows, gdb-source-info, gdb-source-info):
1282 Simplify constructions using switch-to-buffer.
1283
1284 2004-02-19 Simon Josefsson <jas@extundo.com>
1285
1286 * play/morse.el: Fix typo.
1287 (morse-code): Add @.
1288
1289 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
1290
1291 * calendar/appt.el (appt-display-format): Change default to
1292 'ignore, for backwards compatibility.
1293 (appt-display-message): If appt-display-format is 'ignore,
1294 respect old vars appt-msg-window and appt-visible.
1295 (appt-activate): Don't depend on return value of cancel-timer.
1296
1297 * calendar/calendar.el (calendar-holidays): Doc fix.
1298
1299 * calendar/cal-coptic.el (coptic-prompt-for-date):
1300 Use assoc-string instead of assoc-ignore-case.
1301 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
1302 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
1303 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
1304 * calendar/cal-islam.el (calendar-goto-islamic-date)
1305 (mark-islamic-diary-entries): Ditto.
1306 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
1307 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
1308 (calendar-read-mayan-tzolkin-date): Ditto.
1309 * calendar/calendar.el (calendar-read-date): Ditto.
1310 * calendar/diary-lib.el (mark-diary-entries): Ditto.
1311
1312 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
1313
1314 * progmodes/executable.el (executable-command-find-posix-p):
1315 Fix choice of the directory.
1316
1317 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1318
1319 * simple.el (interprogram-cut-function)
1320 (interprogram-paste-function, kill-new, kill-append):
1321 Doc fixes.
1322 (kill-region): Make it return nil. Doc fix.
1323 (yank-pop): Make its argument optional.
1324 (yank): Make ARG `-' equivalent to `-1'.
1325
1326 2004-02-17 Eli Zaretskii <eliz@elta.co.il>
1327
1328 * mail/rmail.el (rmail-get-new-mail): Don't reference
1329 rmail-use-spam-filter if rmail-spam-filter is not loaded.
1330
1331 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1332
1333 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
1334 if one of global-auto-revert-non-file-buffers or autorevert-mode
1335 is non-nil.
1336
1337 2004-02-16 Eli Zaretskii <eliz@elta.co.il>
1338
1339 * subr.el (delete-dups): A better implementation from Karl Heuer
1340 <kwzh@gnu.org>.
1341
1342 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1343
1344 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
1345 correct place.
1346 * progmodes/icon.el (icon-indent-command): Ditto.
1347 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
1348
1349 2004-02-16 Eli Zaretskii <eliz@elta.co.il>
1350
1351 * progmodes/grep.el (grep-compute-defaults): Undo change from
1352 2004-01-29: don't use executable-command-find-posix-p.
1353
1354 2004-02-16 Richard Sharman <rsharman@pobox.com>
1355
1356 * hilit-chg.el: Use require instead of eval-and-compile.
1357 (highlight-compare-buffers): New function.
1358
1359 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
1360
1361 * man.el (Man-fontify-manpage): Render section headings in
1362 `Man-overstrike-face' even when overstrike was not used by man
1363 formatter for section headings.
1364
1365 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
1366
1367 * rmail-spam-filter.el: (vm-use-spam-filter)
1368 (rsf-min-region-length-added-to-spam-list): New variables.
1369 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
1370 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
1371 spam testing. Don't delete spam message if automatic deletion
1372 after output via variable rmail-delete-after-output is turned on.
1373 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
1374 rsf-bbdb-dont-create-entries-for-spam.
1375 (check-field): New function, extracted from code in
1376 rmail-spam-filter to ease addition of header fields like content-type.
1377 (message-content-type): New variable to check the content-type:
1378 field added, also in defcustom of rsf-definitions-alist.
1379 (rmail-spam-filter): Replace repeated test code for header fields
1380 by calls to check-field; change the call to
1381 rmail-output-to-rmail-file such that rmail-current-message stays
1382 the same to avoid wrong deletion of unseen flags.
1383 (rsf-add-contents-type): New function to convert old format
1384 of rmail-spam-definitions-alist into new one.
1385 Change prefixes of all variables and functions from
1386 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
1387
1388 2004-02-16 Eli Zaretskii <eliz@elta.co.il>
1389
1390 * loadhist.el (unload-hook-features-list): New defvar.
1391
1392 2004-02-16 Dave Love <fx@gnu.org>
1393
1394 * loadhist.el (unload-feature): Doc fix. Rename flist to
1395 unload-hook-features-list.
1396
1397 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
1398
1399 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
1400 cookie. Don't check if we are looking-at open-formula.
1401
1402 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1403
1404 * subr.el (match-string-no-properties): Use substring-no-properties.
1405
1406 2004-02-16 Eli Zaretskii <eliz@elta.co.il>
1407
1408 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
1409 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
1410 Use lower-case "rx" in all error message.
1411
1412 2004-02-16 Dave Love <fx@gnu.org>
1413
1414 * emacs-lisp/rx.el (rx-or): Put group around result.
1415 (rx-constituents): Add backref.
1416 (rx-syntax): Add string-delimiter, comment-delimiter.
1417 (rx-categories): Add combining-diacritic.
1418 (rx-check-not, rx-greedy, rx): Doc fix.
1419 (rx-backref, rx-check-backref): New.
1420
1421 2004-02-16 Jesper Harder <harder@ifa.au.dk>
1422
1423 * newcomment.el (uncomment-region): Allow eob as comment end.
1424
1425 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
1426
1427 * filecache.el: All message and error commands now use prefix
1428 "Filecache:" to make it easy to read *Messages* buffer.
1429
1430 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
1431
1432 * autorevert.el: Add support to detect changed dired and VC buffers.
1433 (auto-revert-active-p, auto-revert-list-diff)
1434 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
1435 (auto-revert-handler, auto-revert-active-p): New functions.
1436 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
1437 and `auto-revert-active-p'.
1438 (eval-when-compile): Defvar dired-directory and vc-mode.
1439 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1440 (auto-revert-handler-vc): New functions.
1441
1442 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
1443
1444 * progmodes/compile.el (compilation-directory): New defvar.
1445 (compile): Save current directory in compilation-directory.
1446 (recompile): Bind default-directory to compilation-directory if
1447 that is non-nil.
1448
1449 2004-02-16 Dave Love <fx@gnu.org>
1450
1451 * newcomment.el (comment-insert-comment-function)
1452 (comment-region-function, uncomment-region-function): New.
1453 (comment-indent): Use comment-insert-comment-function.
1454 (uncomment-region): Use uncomment-region-function.
1455 (comment-region): Use comment-region-function.
1456
1457 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
1458
1459 2004-02-16 Richard Stallman <rms@gnu.org>
1460
1461 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
1462 loaddefs* and ldefs-boot*.
1463
1464 2004-02-16 Eli Zaretskii <eliz@elta.co.il>
1465
1466 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
1467 and email address at the beginning and end of the address.
1468
1469 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
1470 anchored at the beginning of the email address.
1471
1472 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
1473
1474 * international/ccl.el (ccl-compile-write): Pass `left' to
1475 ccl-embed-code to generate correct code of write-expr-register.
1476
1477 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
1478
1479 * progmodes/grep.el (grep-compute-defaults): Fix typos.
1480
1481 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1482
1483 * x-dnd.el: Mention support for Motif in commentary.
1484 (x-dnd-handle-drag-n-drop-event): Ditto.
1485
1486 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
1487
1488 * ses.el: Use "ses--" prefixes for buffer-local variables.
1489 Use (point-min) instead of 1, even when we know the buffer
1490 is unnarrowed.
1491 (ses-build-load-map): Delete. Distribute its content to defconst's for
1492 the three maps.
1493 (ses-menu, ses-header-line-menu): New menus.
1494 (ses-mode-map): Use them.
1495 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
1496
1497 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
1498
1499 * Makefile.in: Fix the CC Mode recompile kludge so it works
1500 when building in a different directory.
1501
1502 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * simple.el (kill-new): Put yank-handler property on the entire string.
1505
1506 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * diff.el: Don't use compile any more, use diff-mode instead.
1509 (diff-regexp-alist, diff-old-file, diff-new-file)
1510 (diff-parse-differences, diff-process-setup): Remove.
1511 (diff-sentinel): New fun.
1512 (diff): Use it. Run the process ourselves.
1513 Use diff-mode for the rest of the processing.
1514
1515 * diff.el (diff): Simplify code handling `switch'.
1516
1517 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * pcvs-defs.el (cvs-menu): Add `tag'.
1520
1521 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1522
1523 * simple.el (kill-append): Doc fix.
1524
1525 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1526 Adapt outline-regexp to the new conventions for commenting out code.
1527
1528 2004-02-11 John Paul Wallington <jpw@gnu.org>
1529
1530 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
1531
1532 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * diff.el (diff-switches): New fun.
1535 (diff, diff-backup): Use it.
1536 (diff): Clean up the args construction. Use backquote.
1537 Use listp instead of consp to avoid putting a nil arg.
1538 (diff): Add a revert-buffer function.
1539
1540 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1541
1542 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
1543 handled by x-dnd-handle-file-name.
1544 (x-dnd-known-types): Add COMPOUND_TEXT.
1545 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
1546 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
1547 x-dnd-empty-state.
1548 (x-dnd-forget-drop): Ditto.
1549 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
1550 (x-dnd-handle-one-url): Return private when inserting text.
1551 (x-dnd-insert-ctext): New function.
1552 (x-dnd-handle-file-name): New function for FILE_NAME.
1553 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
1554 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
1555 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
1556
1557 2004-02-10 Kenichi Handa <handa@m17n.org>
1558
1559 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
1560 instead of while loop.
1561
1562 2004-02-10 Miles Bader <miles@gnu.org>
1563
1564 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
1565
1566 2004-02-09 Kenichi Handa <handa@m17n.org>
1567
1568 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
1569 have end-of-line.
1570
1571 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1572
1573 * Makefile.in: Added extra dependencies in the recompile target
1574 needed to cope with the compile time macro expansions in CC Mode.
1575
1576 2004-02-09 Kim F. Storm <storm@cua.dk>
1577
1578 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
1579 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
1580 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
1581 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
1582 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
1583 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
1584 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
1585 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
1586 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
1587 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
1588 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
1589
1590 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
1593 Don't allow shrink if there's a window on our right.
1594
1595 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
1596 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
1597 Bring together declaration and initialization.
1598 (prolog-mode-variables): Don't set the syntax table.
1599 Don't set paragraph-start and comment-indent-function.
1600 Add /*..*/ to the comment regexps.
1601 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
1602 (prolog-mode-map): Don't bind TAB.
1603 (prolog-mode): Set the syntax table.
1604 (prolog-comment-indent): Remove.
1605 (inferior-prolog-mode-map): Initialize in the declaration.
1606 (inferior-prolog-mode-syntax-table)
1607 (inferior-prolog-mode-abbrev-table): New vars.
1608 (inferior-prolog-mode): Derive from comint-mode.
1609 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
1610 minibuffer windows.
1611
1612 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
1613 in file names, as long as it is unabmiguous.
1614
1615 2004-02-08 Andreas Schwab <schwab@suse.de>
1616
1617 * textmodes/reftex-toc.el
1618 (reftex-toc-load-all-files-for-promotion): Remove useless use of
1619 format. Doc fix.
1620
1621 * textmodes/refer.el (refer-find-entry-internal): Remove extra
1622 format string arguments.
1623
1624 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
1625 string argument.
1626
1627 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
1628
1629 * play/zone.el (zone-call): Fix format string.
1630
1631 * net/webjump.el (webjump-builtin): Add missing format string argument.
1632
1633 * midnight.el (midnight-delay-set): Remove extra format string argument.
1634
1635 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
1636
1637 * hexl.el (hexl-insert-char): Add missing format string argument.
1638
1639 * format.el (format-decode): Fix format string.
1640
1641 * emulation/vi.el (vi-mode): Remove extra format string argument.
1642 (vi-repeat-last-search): Likewise.
1643 (vi-reverse-last-search): Likewise.
1644 (vi-goto-mark): Likewise.
1645 (vi-reverse-last-find-char): Likewise.
1646 (vi-repeat-last-find-char): Likewise.
1647 (vi-locate-def): Likewise.
1648
1649 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
1650
1651 * ediff-util.el (ediff-toggle-read-only): Remove extra format
1652 string argument.
1653 (ediff-toggle-regexp-match): Likewise.
1654
1655 * dired-aux.el (dired-do-query-replace-regexp): Add missing
1656 format string argument.
1657
1658 * calc/calc-map.el (calc-get-operator): Remove extra format
1659 string argument.
1660
1661 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
1662
1663 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
1664 string argument.
1665
1666 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
1667
1668 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
1669
1670 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
1671
1672 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
1673 (cl-struct-setf-expander): Likewise.
1674
1675 * vc.el (with-vc-file): Fix unsafe uses of error.
1676 (vc-cancel-version): Likewise.
1677
1678 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
1679
1680 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
1681 thousands separator; fixes <class>:<line-number> regexp for
1682 non-english locales.
1683
1684 2004-02-08 Andreas Schwab <schwab@suse.de>
1685
1686 * view.el (view-mode-enable): Revert previous change.
1687
1688 2004-02-07 Kim F. Storm <storm@cua.dk>
1689
1690 * simple.el (line-number-at-pos): Rename from line-at-pos.
1691 Uses changed (what-line and vc-annotate-warp-version).
1692
1693 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
1696 (diff-mode): Remove aborted attempt at support for compile.el.
1697 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
1698
1699 2004-02-06 Andreas Schwab <schwab@suse.de>
1700
1701 * view.el (view-mode-enable): Add view-mode-map to
1702 minor-mode-overriding-map-alist.
1703
1704 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1705
1706 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
1707
1708 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
1711 with point inside rather than after the paragraph.
1712
1713 2004-02-04 Sam Steingold <sds@gnu.org>
1714
1715 * mail/smtpmail.el (smtpmail-try-auth-methods):
1716 Do not try authentication when no mechanism is available.
1717 Pass port-name as defaultport to `netrc-machine'.
1718
1719 2004-02-04 Stephen Eglen <stephen@gnu.org>
1720
1721 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
1722 to show how minibuffer height can be constrained.
1723
1724 2004-02-04 John Paul Wallington <jpw@gnu.org>
1725
1726 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
1727
1728 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1729
1730 * x-dnd.el: New file for drag and drop.
1731
1732 * term/x-win.el: require x-dnd, set after-make-frame-functions
1733 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
1734 drag-n-drop event.
1735
1736 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
1737 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
1738 (dired-dnd-handle-file): New functions for drag and drop support.
1739 (dired-mode): Initialize drag and drop if x-dnd present.
1740
1741 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
1744 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
1745 (cperl-mode): Set fill-paragraph-function.
1746 (cperl-fill-paragraph): Make it non-interactive.
1747
1748 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
1749
1750 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
1751
1752 2004-02-02 David Kastrup <dak@gnu.org>
1753
1754 * replace.el (perform-replace): Allow 'literal argument in
1755 regexp-flag to indicate literal replacement.
1756 (query-replace-regexp-eval): Use it.
1757
1758 2004-02-01 Andreas Schwab <schwab@suse.de>
1759
1760 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
1761
1762 2004-02-01 Stephen Eglen <stephen@gnu.org>
1763
1764 * info-look.el: Add support for maxima-mode. Update commentary
1765 because info-lookup-symbol is now bound to C-h S.
1766
1767 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * simple.el (edit-and-eval-command): Bind print-level and
1770 minibuffer-history-sexp-flag around call to read-from-minibuffer.
1771 Correct initial position in command-history.
1772
1773 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
1774
1775 * files.el (read-directory-name): Adapt the docstring to recent
1776 change in Fread_file_name.
1777
1778 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
1779
1780 * ses.el (ses-print-cell): If print format too wide for column
1781 width, truncate decimal places if that helps to avoid "#####" fill.
1782 * ses.el (ses-initial-column-width): Revert previous change.
1783
1784 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
1787 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
1788 Add edebug info.
1789 (jit-lock-mode): Setup/cancel the new timer.
1790 (jit-lock-context-fontify): New fun. Extracted from
1791 context fontification code of jit-lock-stealth-fontify.
1792 (jit-lock-stealth-fontify): Don't do context fontification any more.
1793
1794 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
1795 (jit-lock-fontify-now): Handle the `quit' case.
1796 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
1797
1798 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
1799
1800 * progmodes/executable.el (executable-command-find-posix-p):
1801 New. Check if find handles arguments Posix-style.
1802
1803 * progmodes/grep.el (grep-compute-defaults):
1804 Use executable-command-find-posix-p.
1805 (grep-find): Check `grep-find-command'.
1806
1807 * filecache.el (file-cache-find-posix-p): Delete.
1808 (file-cache-add-directory-using-find):
1809 Use `executable-command-find-posix-p'.
1810
1811 2004-01-29 Dave Love <fx@gnu.org>
1812
1813 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1814 Iterate the hook function if arg is given.
1815 (mark-defun, narrow-to-defun): Change order of finding the limits.
1816
1817 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
1818 (byte-compile-format-warn): New.
1819 (byte-compile-callargs-warn): Use it.
1820 (Format, message, error): Add byte-compile-format-like property.
1821 (byte-compile-maybe-guarded): New.
1822 (byte-compile-if, byte-compile-cond): Use it.
1823 (byte-compile-lambda): Compile interactive forms,
1824 just to make warnings about them.
1825
1826 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
1827
1828 * ses.el (ses-initial-column-width): Increase to 14, so it will
1829 work well with the default printer of "%.7g" for extreme values
1830 like "-1.234567e+07".
1831
1832 2004-01-29 Kenichi Handa <handa@m17n.org>
1833
1834 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
1835
1836 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
1837
1838 * dos-w32.el: Added support for the `default-printer-name' function.
1839
1840 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * server.el (server-socket-name): Don't use the hostname in the
1843 socket name since /tmp is local to the host anyway.
1844
1845 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
1846 robust check of widening and fix var-naming.
1847
1848 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
1849
1850 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
1851 or rmail-spam- to rsf- in all function and variable names.
1852 (rsf-min-region-to-spam-list): New variable.
1853 (rsf-bbdb-auto-delete-spam-entries): Rename from
1854 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
1855 scanned together with the recipients field for spam testing; Don't
1856 delete spam message if rmail-delete-after-output is non-nil;
1857 (rsf-check-field): New function, extracted from code in
1858 rmail-spam-filter to ease addition of header fields like
1859 content-type:;
1860 (message-content-type): New variable. The content-type: field was
1861 added also in defcustom of rsf-definitions-alist;
1862 (rmail-spam-filter): Replace repeated test code for header fields
1863 by calls to check-field; change the call to
1864 rmail-output-to-rmail-file such that rmail-current-message stays
1865 the same to avoid wrong deletion of unseen flags.
1866 (rmail-use-spam-filter): Add autoload cookie.
1867
1868 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
1869
1870 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
1871 (file-cache-add-directory-using-find): Add Cygwin support.
1872 (file-cache-find-command-posix-flag): New user variable.
1873
1874 * filecache.el (file-cache-add-directory): Check for
1875 directories an remove them from dir-files.
1876
1877 2004-01-27 Richard M. Stallman <rms@gnu.org>
1878
1879 * man.el (Man-fontify-manpage): Clean up message.
1880
1881 2004-01-27 Kenichi Handa <handa@m17n.org>
1882
1883 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
1884 (sentence-end): Define using sentence-end-without-space.
1885
1886 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
1887 a sentence ends with one of a character in sentence-end-without-space.
1888
1889 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * font-lock.el (font-lock): Add jit-lock as explicit group member.
1892 (jit-lock): Group declaration moved to jit-lock.el.
1893 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
1894 when necessary.
1895
1896 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
1897 (jit-lock-context-unfontify-pos): Rename from
1898 jit-lock-first-unfontify-pos.
1899 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
1900
1901 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
1902
1903 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
1904 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
1905 (fortran-fill): When filling a string, adjust re-search-backward
1906 argument for special case of string just on fill-column.
1907 When filling non-string, allow one extra char if
1908 fortran-break-before-delimiters is non-nil.
1909 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
1910 Use fortran-break-delimiters-re and fortran-no-break-re to
1911 correctly handle cases such as "**".
1912
1913 * progmodes/f90.el (f90-break-delimiters): Doc fix.
1914 (f90-no-break-re): Add some extra tokens. Doc fix.
1915
1916 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1917
1918 * mail/rmail-spam-filter.el:
1919 Use two semicolons as Commentary line prefix.
1920 Add ";;; Code:" stylized comment.
1921 Delete end-of-line whitespace.
1922 Wrap (require 'cl) with `eval-when-compile'.
1923
1924 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
1925
1926 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
1927 at the top level of vc.el.
1928
1929 2004-01-23 Andre Spiegel <spiegel@gnu.org>
1930
1931 * vc.el (vc-current-line): Function removed. This is now done by
1932 the new function line-at-pos in simple.el.
1933 (vc-annotate-warp-version): Use line-at-pos instead of
1934 vc-current-line.
1935
1936 2004-01-22 Kim F. Storm <storm@cua.dk>
1937
1938 * simple.el (line-at-pos): New defun.
1939 (what-line): Use it. Optimize by only counting lines in narrowed
1940 region once.
1941
1942 2004-01-22 Kenichi Handa <handa@m17n.org>
1943
1944 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
1945 point (register r1) only for charset mule-unicode-0100-24ff.
1946
1947 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
1948
1949 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
1950 trailing white space and ensure a final newline.
1951
1952 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
1953 Add autoload cookie.
1954
1955 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
1956
1957 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
1958 activate view-mode explicitly.
1959
1960 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1961
1962 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
1963 use clipboard first.
1964
1965 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
1968 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
1969 (vc-mcvs-cvs): Remove.
1970 (vc-mcvs-command): Remove use of assert.
1971
1972 * outline.el (outline-insert-heading): Tighten up match.
1973 (outline-demote, outline-move-subtree-down): Don't assume anything
1974 about outline-regexp.
1975
1976 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
1977 (texinfo-show-structure): Explicitly add ^, and simplify.
1978
1979 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1980
1981 * calendar/appt.el (appt-check): Restore usage of
1982 appt-issue-message deleted in previous change.
1983 (top-level): Activate package when loaded (needed for backwards
1984 compatibility).
1985
1986 2004-01-20 Jesper Harder <harder@ifa.au.dk>
1987
1988 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
1989 following previous change to smtpmail-send-data.
1990
1991 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
1992
1993 * vc.el (vc-default-previous-version): Doc enhancement.
1994 (vc-default-next-version): New function.
1995 (vc-print-log): New arg FOCUS-REV.
1996 (vc-annotate-mode): Derive from view-mode.
1997 (vc-annotate): New args REVISION, DISPLAY-MODE.
1998 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
1999 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
2000 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
2001 (vc-annotate-show-diff-revision-at-line, vc-current-line)
2002 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
2003
2004 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
2005
2006 2004-01-19 Karl Berry <karl@gnu.org>
2007
2008 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
2009 or "TexInfo".
2010
2011 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
2012
2013 * subr.el (delete-dups): New function.
2014
2015 2004-01-19 Karl Berry <karl@gnu.org>
2016
2017 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
2018 with ^, since that's what texinfo-show-structure
2019 documentation says (plus it works much better in texinfo.txi).
2020
2021 2004-01-18 Jesper Harder <harder@ifa.au.dk>
2022
2023 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
2024
2025 2004-01-18 David Ponce <david@dponce.com> (tiny change)
2026
2027 * progmodes/which-func.el (which-function-mode): Don't cancel
2028 which-func-update-timer if not set.
2029
2030 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
2031
2032 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
2033 Remove spurious left square bracket in XX:XXam regexp.
2034
2035 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
2036
2037 * progmodes/cc-defs.el: Do not require cl at run time.
2038
2039 2004-01-16 Richard M. Stallman <rms@gnu.org>
2040
2041 * emacs-lisp/cl.el (cl-cannot-unload): New function.
2042 (cl-unload-hook): Defvar this to run cl-cannot-unload.
2043
2044 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
2045 Call rmail-spam-filter. Delete and expunge spam.
2046 Print number of spam messages deleted.
2047 Save and restore the deletion status of old messages when reading
2048 new mail with spam filter, so that expunging spam does not expunge
2049 msgs deleted by the user.
2050 (rmail-only-expunge): Add an optional argument dont-show to
2051 prevent showing message after expunge.
2052
2053 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2054
2055 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
2056 * subr.el (declare): New macro.
2057
2058 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
2059
2060 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
2061
2062 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2065 Test window-system rather than system-type (for X11/Mac).
2066
2067 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
2068
2069 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
2070
2071 2004-01-12 Richard M. Stallman <rms@gnu.org>
2072
2073 * mail/rmail.el (rmail-convert-to-babyl-format):
2074 Use mail-unquote-printable-region.
2075 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
2076 (rmail-hex-char-to-integer): Functions deleted.
2077
2078 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
2079 (mail-unquote-printable-region): New arg NOERROR.
2080 For invalid encoding, either signal an error to just return nil.
2081
2082 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2083
2084 * calendar/appt.el: Update copyright and commentary.
2085 (appt-issue-message): Make obsolete.
2086 (appt-visible, appt-msg-window): Make obsolete, in favour of
2087 appt-display-format.
2088 (appt-display-mode-line, appt-display-duration)
2089 (appt-display-diary, appt-time-msg-list, appt-mode-string)
2090 (appt-prev-comp-time, appt-display-count, appt-timer)
2091 (appt-convert-time): Doc change.
2092 (appt-disp-window-function, appt-delete-window-function):
2093 Use defcustom rather than defvar.
2094 (appt-display-format): New variable.
2095 (appt-display-message): New function with display code from appt-check.
2096 (appt-check): Add optional FORCE argument. Doc change.
2097 Add appt-make-list to diary-hook if displaying diary.
2098 Remove checking of view-diary-entries-initially.
2099 Message display section removed to new function appt-display-message.
2100 (appt-display-window): Doc change. Remove unused internal var
2101 this-buffer. Do not beep, since appt-display-message does that.
2102 (appt-make-list): Doc change. Use caar.
2103 (appt-sort-list): Simplify by using builtin sort function.
2104 (appt-update-list): New function for updating appts when diary is
2105 saved.
2106 (appt-activate): New autoloaded function to toggle package
2107 functionality.
2108
2109 * calendar/cal-x.el: (calendar-one-frame-setup)
2110 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
2111
2112 * calendar/calendar.el: Update copyright.
2113 (view-diary-entries-initially, european-calendar-style): Doc change.
2114 (calendar-setup): Make defcustom rather than defvar.
2115 (mark-visible-calendar-date): Initialize temp-face and faceinfo
2116 in let binding so local to function.
2117
2118 * calendar/diary-lib.el: Update copyright.
2119 (diary, diary-entry-time): Doc change.
2120 (list-diary-entries): Doc change. Trivial logic change.
2121 (fancy-diary-display): Restore make-face command mistakenly
2122 deleted 2003-05-08.
2123 (show-all-diary-entries): Allow to pop-up frame if needed.
2124
2125 2004-01-09 John Paul Wallington <jpw@gnu.org>
2126
2127 * bindings.el (mode-line-change-eol): Add EVENT parameter.
2128 Temporarily select EVENT's window for changing eol type.
2129
2130 2004-01-09 Deepak Goel <deego@gnufans.org>
2131
2132 * calendar/diary-lib.el (diary-entry-time):
2133 Also accept time in the form XX[.XX][am/pm/AM/PM].
2134 (fancy-diary-font-lock-keywords): Likewise.
2135 (diary-font-lock-keywords): Likewise.
2136 * calendar/appt.el (appt-add): Likewise.
2137 (appt-make-list): Likewise.
2138 (appt-convert-time): Likewise.
2139
2140 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
2141
2142 * gdb-ui.el (gdb-ann3): Revert previous change.
2143 (gdb-source-info): Allow for case of where compilation directory
2144 is not recorded.
2145
2146 2004-01-08 John Paul Wallington <jpw@gnu.org>
2147
2148 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
2149
2150 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
2151
2152 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2153
2154 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
2155 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
2156 problems.
2157 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
2158
2159 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2160
2161 * files.el (write-file-functions, write-contents-functions):
2162 Clarify docstrings.
2163
2164 2004-01-07 Kenichi Handa <handa@m17n.org>
2165
2166 * international/mule.el (set-auto-coding): Fix for the case that
2167 end-of-line is only CR.
2168
2169 2004-01-07 Kim F. Storm <storm@cua.dk>
2170
2171 * subr.el (event-start, event-end): Doc fix.
2172 (posn-string, posn-image): New defuns.
2173 (posn-object): Return either image or string object.
2174 (posn-object-x-y): Return 8th element of position.
2175 (posn-object-width-height): New defun.
2176
2177 2004-01-06 Andreas Schwab <schwab@suse.de>
2178
2179 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
2180 output.
2181
2182 2004-01-05 Karl Berry <karl@gnu.org>
2183
2184 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2185 / and *, too.
2186
2187 2003-12-31 Simon Josefsson <jas@extundo.com>
2188
2189 * files.el (before-save-hook): Add.
2190 (basic-save-buffer): Use before-save-hook.
2191
2192 * emacs-lisp/copyright.el: Fix comment to recommend
2193 before-save-hook instead of write-file-functions.
2194
2195 2004-01-05 Richard M. Stallman <rms@gnu.org>
2196
2197 * finder.el (finder-commentary): Call delete-other-windows.
2198
2199 * net/ange-ftp.el (ange-ftp-file-attributes):
2200 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
2201
2202 2004-01-04 Karl Berry <karl@gnu.org>
2203
2204 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
2205 comment characters % and # in the copyright year notice,
2206 as well as ;.
2207
2208 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
2209
2210 * wid-edit.el (default): Define dummy :value-delete.
2211 Reported by Jesper Harder <harder@ifa.au.dk>.
2212
2213 2004-01-03 Richard M. Stallman <rms@gnu.org>
2214
2215 * progmodes/compile.el (compile-internal): Use point, not point-min,
2216 for set-window-point.
2217
2218 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
2219
2220 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
2221
2222 * progmodes/grep.el (grep-mode-map):
2223 Don't remap next-line, previous-line.
2224
2225 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
2226
2227 * speedbar.el (speedbar-edit-line): Change regexp to position
2228 the cursor on the first character of this line's button.
2229
2230 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2231
2232 * subr.el (functionp): Doc fix.
2233
2234 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
2235
2236 * progmodes/idlwave.el (idlwave-make-tags):
2237 * textmodes/flyspell.el (flyspell-large-region):.
2238 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
2239 * emulation/viper-util.el (viper-glob-unix-files):
2240 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
2241 * man.el (Man-init-defvars):
2242 * jka-compr.el (jka-compr-call-process):
2243 * files.el (get-free-disk-space,insert-directory):
2244 * ediff-ptch.el (ediff-test-patch-utility):
2245 * ediff-diff.el (ediff-test-utility):
2246 * dired-aux.el (dired-check-process):
2247 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
2248 test the return value of call-process, because it can be a string.
2249
2250 2003-12-31 John Paul Wallington <jpw@gnu.org>
2251
2252 * bindings.el (completion-ignored-extensions): Add .pfsl.
2253
2254 2003-12-31 Kim F. Storm <storm@cua.dk>
2255
2256 * ido.el (ido-nonreadable-directory-p): New defun to check for
2257 nonreadable directory without activating tramp (to avoid problems
2258 with checking incomplete tramp paths).
2259 (ido-set-current-directory, ido-file-internal)
2260 (ido-file-name-all-completions1): Use it.
2261
2262 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2263
2264 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
2265 documentation if the anchor (or node) name is preceded by `info
2266 anchor' or `Info anchor' in addition to earlier `info node' and
2267 `Info node'.
2268 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
2269
2270 2003-12-30 Eli Zaretskii <eliz@elta.co.il>
2271
2272 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
2273 error in arguments to base64-decode-region. Remove ^M characters
2274 after decoding base64.
2275
2276 2003-12-30 Simon Josefsson <jas@extundo.com>
2277
2278 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
2279 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
2280 have only been distributed with Emacs for some years.
2281 (texinfo-mode-hook): Customize.
2282
2283 2003-12-30 Eli Zaretskii <eliz@elta.co.il>
2284
2285 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
2286 cleaner (suggested by Richard Stallman).
2287
2288 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
2289 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
2290 file-name clashes on 8+3 DOS filesystems.
2291
2292 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
2293 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
2294 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
2295 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
2296 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
2297 file-name clashes on 8+3 filesystems.
2298
2299 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
2300 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
2301 file-name clashes on 8+3 DOS filesystems.
2302
2303 2003-12-29 Richard M. Stallman <rms@gnu.org>
2304
2305 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
2306 Upcase the character.
2307
2308 * textmodes/flyspell.el (mail-mode-flyspell-verify):
2309 Search for header separator alone on a line, literally,
2310 and search for it backward, not forward.
2311 (flyspell-abbrev-table): Always use global-abbrev-table
2312 if there is no local one.
2313
2314 * progmodes/sh-script.el (sh-get-indent-info):
2315 Don't move point back if at bob.
2316
2317 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
2318
2319 * play/handwrite.el (handwrite): Make the handwrite credit message
2320 a comment rather than an output command.
2321
2322 * obsolete/sc.el: Display message that this file is obsolete.
2323
2324 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
2325
2326 * mail/rfc822.el (rfc822-address-start): Declare variable.
2327 Renamed from address-start. All uses changed.
2328
2329 * term.el (term-exec): Set up sentinel.
2330 (term-sentinel): New function.
2331 (term-handle-exit): New function.
2332
2333 * subr.el (assoc-ignore-case, assoc-ignore-representation):
2334 Use assoc-string, and mark them obsolete.
2335 (delay-mode-hooks): Mark as permanent local.
2336
2337 * simple.el (sendmail-user-agent-compose): Use assoc-string.
2338
2339 * register.el (copy-rectangle-to-register): Doc fix.
2340
2341 * info.el (Info-insert-dir): Use assoc-string.
2342
2343 * info-look.el (info-lookup): Use assoc-string.
2344
2345 * frame.el (pop-up-frame-function): Use quote, not `function'.
2346 (frame-notice-user-settings): Calculate ADJUSTED-TOP
2347 copying with lists as coordinate values.
2348
2349 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
2350
2351 * find-dired.el (kill-find): New command.
2352 (find-dired): Make buffer read-only.
2353 Set up a keymap with C-c C-k running kill-find.
2354 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
2355
2356 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
2357
2358 * filecache.el (file-cache-ignore-case): New variable.
2359 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
2360
2361 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
2362 (comint-dynamic-complete-as-filename): Rename local vars.
2363 (comint-dynamic-list-filename-completions): Likewise.
2364
2365 * comint.el (comint-dynamic-list-completions-config): New var.
2366 (comint-dynamic-list-completions): Handle both SPC and TAB right.
2367
2368 * comint.el (comint-file-name-chars): Add [].
2369 (comint-word): Use skip-chars-backward, not search.
2370
2371 * shell.el (shell-file-name-chars): Add [].
2372
2373 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
2374
2375 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
2376
2377 * generic.el (define-generic-mode): Doc fix.
2378
2379 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
2380
2381 * files.el (kill-some-buffers): Doc fix.
2382
2383 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
2384
2385 * comint.el (comint-watch-for-password-prompt): Pass `string' as
2386 arg to send-invisible
2387 (send-invisible): Doc fix. The argument is now a prompt, not the
2388 string to send.
2389 (comint-read-noecho): Doc fix.
2390
2391 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
2392
2393 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
2394 "@", as required by some ISP hosting service. Fix defcustom
2395 argument syntax errors that prevented use of customization.
2396
2397 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
2398
2399 * xml.el (xml-get-attribute-or-nil): Doc fix.
2400
2401 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
2402
2403 * net/zone-mode.el (zone-mode): Use write-file-functions, not
2404 write-file-hooks.
2405
2406 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
2407
2408 * autorevert.el (auto-revert-interval): Doc fix.
2409
2410 2003-12-29 Mark A. Hershberger <mah@everybody.org>
2411
2412 * xml.el (xml-get-attribute-or-nil): New function, like
2413 xml-get-attribute, but returns nil if the attribute was not found.
2414 (xml-get-attribute): Convert to defsubst, uses
2415 xml-get-attribute-or-nil.
2416
2417 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
2418
2419 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2420
2421 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
2422
2423 * custom.el (custom-declare-theme): Use `value' when putting
2424 properties on `theme'.
2425
2426 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
2427
2428 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
2429 for each yank-handler segment.
2430 (insert-for-yank-1): New function, with the body of the previous
2431 insert-for-yank.
2432
2433 * textmodes/table.el (table-yank-handler): New defcustom.
2434 (table--put-cell-indicator-property): Put yank-handler property
2435 that indicates the yank handler for the table cell.
2436
2437 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
2438
2439 * generic-x.el (etc-modules-conf-generic-mode): A more complete
2440 set of keywords.
2441
2442 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
2443
2444 * international/mule-cmds.el (reset-language-environment)
2445 (set-language-environment): Don't invoke fontset-related functions
2446 if fontset-list is not fboundp.
2447
2448 2003-12-29 Kenichi Handa <handa@m17n.org>
2449
2450 * international/mule-cmds.el (reset-language-environment):
2451 Call set-overriding-fontspec-internal with nil.
2452 (set-language-environment): Call set-overriding-fontspec-internal
2453 if the language environment specify `overriding-fontspec'.
2454 (language-info-alist): Doc added.
2455
2456 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
2457 characters of mule-unicode-0100-24ff.
2458 (ccl-encode-windows-1251-font): New CCL program.
2459 ("Bulgarian"): Specify overriding-fontspec.
2460 ("Belarusian"): Likewise.
2461
2462 2003-12-28 Sam Steingold <sds@gnu.org>
2463
2464 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
2465 parameter ID-FORMAT to conform with the 2003-11-30 patch.
2466
2467 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
2468
2469 * progmodes/gud.el (gud-gdb-command-name): Set default to
2470 "gdb --annotate=3".
2471 (gud-gdb-marker-filter): Look out for annotations.
2472 (gdb-first-pre-prompt): New variable.
2473 Remove trailing white space.
2474
2475 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
2476 if necessary.
2477 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
2478 annotations are detected.
2479 (gud-gdba-marker-filter): Use global variable gud-marker-acc
2480 instead of a local one to allow transition from
2481 gud-gdb-marker-filter.
2482 Remove trailing white space.
2483
2484 2003-12-27 Kim F. Storm <storm@cua.dk>
2485
2486 * ido.el: Handle non-readable directories.
2487 (ido-decorations): Add 9th element for non-readable directory.
2488 (ido-directory-nonreadable): New dynamic var.
2489 (ido-set-current-directory): Set it.
2490 (ido-read-buffer, ido-file-internal):
2491 (ido-read-file-name, ido-read-directory-name): Let-bind it.
2492 (ido-file-name-all-completions1): Return empty list for
2493 non-readable directory.
2494 (ido-exhibit): Print [Not readable] if directory is not readable.
2495 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
2496 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
2497 Use it.
2498
2499 2003-12-27 Lars Hansen <larsh@math.ku.dk>
2500
2501 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
2502 calls to directory-files-and-attributes and file-attributes.
2503 (ls-lisp-format): Remove system dependent handling of user and
2504 group id's.
2505
2506 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
2507
2508 * ffap.el (ffap-read-file-or-url): Revert previous change.
2509
2510 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
2511
2512 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
2513 new list of included files called `files-with-node-lines', that
2514 only have node lines. This way @include commands can include any
2515 file, such as version and update files without node lines, not
2516 just files that are chapters.
2517
2518 2003-12-25 Andreas Schwab <schwab@suse.de>
2519
2520 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
2521 file not found.
2522
2523 2003-12-08 Miles Bader <miles@gnu.org>
2524
2525 * dired.el (dired-between-files): Always use dired-move-to-filename,
2526 which is more robust in non-english locales.
2527
2528 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2529
2530 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
2531
2532 2003-12-24 Andreas Schwab <schwab@suse.de>
2533
2534 * shell.el (shell-file-name-quote-list): Add backslash.
2535
2536 * comint.el (comint-quote-filename): Correctly handle backslash
2537 in comint-file-name-quote-list.
2538
2539 2003-12-24 Kenichi Handa <handa@m17n.org>
2540
2541 * international/mule-cmds.el (set-default-coding-systems):
2542 Call ucs-set-table-for-input for all buffers that don't have local
2543 value of buffer-file-coding-system.
2544
2545 * international/ucs-tables.el (ucs-set-table-for-input):
2546 If translation-table-for-encode is a symbol, get its
2547 translation-table property.
2548
2549 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
2550
2551 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
2552 to `completing-read' on a recently fixed bug.
2553
2554 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
2555 instead of SPACE, to get the list of possible fringe modes.
2556 SPACE only works if both `partial-completion-mode' and
2557 `completion-auto-help' are nil.
2558
2559 * complete.el (PC-is-complete-p): Delete.
2560 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
2561 calls to `test-completion'.
2562
2563 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
2564
2565 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
2566 to edit values when there are no children.
2567
2568 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
2569 a mode called "Assembler" already exists.
2570 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
2571 (gud-watch): Use format option. Remove font properties from string.
2572 (gdb-var-create-handler, gdb-var-list-children-handler):
2573 Don't bother about properties as there are none.
2574 (gdb-var-create-handler, gdb-var-list-children-handler)
2575 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
2576 with two arguments.
2577 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
2578 Let speedbar show value changes with a different font.
2579 (gdb-edit-value): New defun.
2580 (gdb-clear-partial-output, gdb-clear-inferior-io)
2581 (def-gdb-auto-update-handler): Use erase-buffer.
2582 (gdb-frame-handler): Display watch expressions in
2583 FUNCTION::VARIABLE format if required.
2584
2585 2003-12-23 John Paul Wallington <jpw@gnu.org>
2586
2587 * info.el (Info-unescape-quotes, Info-split-parameter-string)
2588 (Info-goto-emacs-command-node): Doc fixes.
2589
2590 2003-12-12 Jesper Harder <harder@ifa.au.dk>
2591
2592 * cus-edit.el (custom-add-parent-links): Define "many".
2593
2594 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
2595
2596 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
2597 (widget-child-validate, widget-type-value-create)
2598 (widget-type-default-get, widget-type-match): New functions.
2599 (lazy): New widget.
2600 (menu-choice, checklist, radio-button-choice, editable-list)
2601 (group, documentation-string): Remove redundant (per 2003-10-25
2602 change) calls to `widget-children-value-delete'.
2603 (widget-choice-value-get, widget-choice-value-inline): Remove.
2604 (menu-choice): Update widget.
2605
2606 2003-12-03 Kenichi Handa <handa@m17n.org>
2607
2608 * language/cyrillic.el: Register "microsoft-cp1251" in
2609 ctext-non-standard-encodings-alist.
2610 ("Bulgarian"): Add ctext-non-standard-encodings.
2611 ("Belarusian"): Likewise.
2612
2613 * international/mule-conf.el (compound-text-with-extensions):
2614 Change the type to 2 (iso-2022 base).
2615
2616 * international/mule.el (ctext-non-standard-encodings-alist):
2617 Change the format.
2618 (ctext-non-standard-encodings): New variable.
2619 (ctext-post-read-conversion): Fully re-written.
2620 (ctext-non-standard-designations-alist): Delete it.
2621 (ctext-non-standard-encodings-table): New function.
2622 (ctext-pre-write-conversion): Fully re-written.
2623
2624 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2625
2626 * cus-edit.el (custom-add-parent-links): Add documentation links
2627 for parent, if the item has none of its own.
2628
2629 2003-11-30 Richard M. Stallman <rms@gnu.org>
2630
2631 * dired-aux.el (dired-do-query-replace-regexp):
2632 Report files visited read-only.
2633
2634 2003-11-30 Juri Linkov <juri@jurta.org>
2635
2636 * dired-aux.el (dired-compare-directories): New command.
2637 (dired-file-set-difference, dired-files-attributes): New functions.
2638
2639 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2640 Version 2.0.38 of Tramp released.
2641
2642 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
2643 Charles Curley <charlescurley@charlescurley.com>.
2644 (tramp-multi-connection-function-alist): Add ssht entry which adds
2645 "-e none -t -t" to the list of ssh args. Suggested by Adrian
2646 Aichner.
2647 (tramp-get-method-parameter): New function to retrieve a method
2648 parameter. This allows for omission of method parameters.
2649 Callers adjusted.
2650
2651 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
2652
2653 * net/tramp.el: Add new optional parameter ID-FORMAT to
2654 `file-attributes'. Calls of `file-attributes' won't use this
2655 parameter for backward compatibility reasons.
2656 (tramp-perl-file-attributes): Add a new parameter to Perl script
2657 in order to handle uid/gid as strings, if desired.
2658 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
2659 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
2660 order to make the function more general.
2661 (tramp-handle-file-attributes): Replace proprietary optional
2662 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
2663 (tramp-handle-file-attributes-with-perl): Handle parameter
2664 NONNUMERIC if set. This wasn't done in the past.
2665 (tramp-post-connection): Apply second parameter "$2" if
2666 `tramp-remote-perl' is called.
2667
2668 * net/tramp-smb.el (tramp-smb-handle-delete-file):
2669 Correct cut'n'waste error (`filename' instead of `directory').
2670 (tramp-smb-handle-directory-files-and-attributes)
2671 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
2672 introduced parameter ID-FORMAT.
2673 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
2674 error (`directory' instead of `ldir').
2675
2676 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
2677 `file-attributes' has a second parameter. If yes, apply it with
2678 value "'integer". Otherwise, don't use that parameter (default is
2679 integer format).
2680
2681 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2682
2683 * help.el (help-map): Bind `display-local-help' to `C-h .'.
2684 (help-for-help): Add `C-h .' to the listed Help options.
2685 Remove trailing whitespace.
2686
2687 * help-at-pt.el: New file.
2688
2689 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
2690
2691 * subr.el (noreturn, 1value): New macros for test coverage.
2692 See `testcover.el'.
2693
2694 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
2695
2696 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
2697 for macro `1value'.
2698 (testcover-1value): New function. Checks that a 1value form
2699 actually returns only one value. Requested by RMS.
2700
2701 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
2702
2703 * gdb-ui.el (gud-watch, gdb-var-create-handler)
2704 (gdb-var-list-children, gdb-var-list-children-handler)
2705 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
2706 gdb commands that use mi to keep them out of the command history.
2707
2708 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2709
2710 * cus-start.el (all): Add use-file-dialog.
2711
2712 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
2715
2716 2003-11-27 Kim F. Storm <storm@cua.dk>
2717
2718 * subr.el (posn-object-x-y): New defun.
2719
2720 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2723 Don't use `space' for \\\n.
2724 Be more selective as to which # are comment-starters.
2725
2726 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
2727
2728 * subr.el (number-sequence): Improve handling of floating point
2729 arguments (suggested by Kim Storm). Allow negative arguments.
2730
2731 2003-11-26 Kenichi Handa <handa@m17n.org>
2732
2733 * international/mule-cmds.el (standard-display-european-internal):
2734 Cancel the standard-display-table setting for ` and '.
2735
2736 2003-11-26 Kim F. Storm <storm@cua.dk>
2737
2738 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
2739 New defcustoms to add ffap-like functionality to ido.
2740 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
2741 (ido-no-final-slash): New defun.
2742 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
2743 (ido-read-file-name): ): Toggle VC checking via
2744 vc-handled-backends instead of vc-master-templates.
2745 (ido-file-internal): Handle ido-use-url-at-point and
2746 ido-use-filename-at-point via code borrowed from ffap-guesser.
2747 Handle new ido-exit code ffap.
2748 (ido-sort-list): Ignore final slash when sorting file names.
2749
2750 2003-11-25 Kim F. Storm <storm@cua.dk>
2751
2752 * emulation/cua-base.el (cua--standard-movement-commands):
2753 Add forward-sentence and backward-sentence.
2754
2755 2003-11-25 Stephen Eglen <stephen@gnu.org>
2756
2757 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
2758 iswitchb-exit is set to 'usefirst when user selects buffer at head
2759 of list using RET. (Selecting buffers at the head of the list was
2760 broken if the substring was also a complete buffername.)
2761
2762 2003-11-23 Kim F. Storm <storm@cua.dk>
2763
2764 * progmodes/compile.el (grep-command, grep-use-null-device)
2765 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
2766 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
2767 (grep-regexp-alist, grep-program, find-program)
2768 (grep-find-use-xargs, grep-history, grep-find-history)
2769 (grep-process-setup, grep-compute-defaults)
2770 (grep-default-command, grep, grep-tag-default, grep-find)
2771 (grep-expand-command-macros, grep-tree-last-regexp)
2772 (grep-tree-last-files, grep-tree): Move grep variables, functions
2773 and commands to new file grep.el.
2774 (compilation-mode-map): Remove grep commands from Compile sub-menu.
2775 (compilation-process-setup-function): Doc fix.
2776 (compilation-highlight-regexp, compilation-highlight-overlay): New
2777 defvars used for highlighting current compile error in source buffer.
2778 (compile-internal): New optional args HIGHLIGHT-REGEXP and
2779 LOCAL-MAP which overrides compilation-highlight-regexp and
2780 compilation-mode-map for this compilation.
2781 Delay calling compilation-set-window-height until after running
2782 compilation-process-setup-function so it can buffer-local override
2783 compilation-window-height.
2784 Check buffer-local value of compilation-scroll-output.
2785 (compilation-set-window-height): Use buffer-local value of
2786 compilation-window-height.
2787 (compilation-revert-buffer): Don't pass (undefined)
2788 preserve-modes arg to revert-buffer.
2789 (next-error-no-select, previous-error-no-select): New commands.
2790 (compilation-goto-locus): Temporarily highlight current match in
2791 source buffer using compilation-highlight-regexp.
2792
2793 * progmodes/grep.el: New file with grep code from compile.el.
2794 (grep): New defcustom group.
2795 (grep-window-height): New defcustom, like compilation-window-height.
2796 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
2797 (grep-scroll-output): New defcustom, like compilation-scroll-output.
2798 (grep-command, grep-use-null-device, grep-find-command)
2799 (grep-tree-files-aliases, grep-tree-ignore-case)
2800 (grep-tree-ignore-CVS-directories): Move to grep custom group.
2801 (grep-setup-hook): New hook variable.
2802 (grep-mode-map): New keymap for grep commands. Add Grep menu.
2803 (grep-last-buffer): New defvar, override compilation-last-buffer.
2804 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
2805 Call compile-internal with args highlight-regexp and grep-mode-map.
2806
2807 2003-11-23 Kim F. Storm <storm@cua.dk>
2808
2809 * subr.el (event-start, event-end): Doc fix.
2810 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
2811 (posn-area, posn-actual-col-row, posn-object): New defuns.
2812 (posn-col-row): Simplify doc. Rewrite to use cond.
2813 (posn-point): Also return buffer position for events outside text
2814 area (that info is now present in the event position).
2815
2816 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
2817 mouse-set-point so that hscroll still works now that clicks on
2818 fringes generate specific mouse events.
2819 (mouse-set-point): Note that it now works in fringes and margins
2820 too due to new semantics of posn-point in fringes and margins.
2821
2822 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
2823 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
2824
2825 2003-11-20 Kim F. Storm <storm@cua.dk>
2826
2827 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
2828 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
2829 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
2830 to 100 for icons to avoid increasing line height when shown.
2831
2832 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
2833
2834 * newcomment.el (comment-normalize-vars): Initialize properly if
2835 comment-start was nil.
2836
2837 2003-11-19 Andreas Schwab <schwab@suse.de>
2838
2839 * simple.el (set-variable): Fix indentation.
2840
2841 2003-11-17 Kenichi Handa <handa@m17n.org>
2842
2843 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
2844 Fix docstring.
2845
2846 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
2847
2848 * international/latin1-disp.el (latin1-display): Fix docstring.
2849
2850 2003-11-16 John Wiegley <johnw@newartisans.com>
2851
2852 * eshell/em-ls.el (eshell-ls-file): There are times with
2853 size-width is nil and uncomputed (when directories are created in
2854 dired, for example); in this case, 4 is reasonable default value,
2855 although it may caused skewed new entries (which could be avoided
2856 by returning the original value of 8 in all cases, but 99% of the
2857 time this is a waste of whitespace).
2858
2859 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2860
2861 * cc-engine.el (c-guess-continued-construct)
2862 (c-guess-basic-syntax): Check a little more carefully if it's a
2863 function declaration when an unknown construct followed by a block
2864 is found inside a statement context. This avoids macros followed
2865 by blocks to be taken as function declarations.
2866
2867 (c-guess-continued-construct): Change the analysis of a statement
2868 continuation with a brace open to `substatement-block', for
2869 consistency with recognized statements.
2870
2871 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
2872 start is in a position so that `c-beginning-of-statement-1' jumped
2873 to the beginning of the same statement.
2874
2875 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
2876 Don't accept binary operators in the arglist if we're in a function
2877 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
2878 template recognition in cases like "if (a < b || c > d)".
2879
2880 (c-restricted-<>-arglists): New more appropriate name for
2881 `c-disallow-comma-in-<>-arglists'.
2882
2883 Accessing functions updated for the variable name change.
2884
2885 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
2886 match data could get clobbered if NOT-INSIDE-TOKEN is used.
2887
2888 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
2889 labels.
2890
2891 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
2892 instead of duplicating parts of it. This fixes bogus label
2893 recognition.
2894
2895 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
2896 of checking the context in which to apply the minimum indentation,
2897 so that it isn't enforced in e.g. namespace blocks.
2898
2899 * cc-vars.el (c-inside-block-syms): New constant used by
2900 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
2901 to somewhat reduce the risk of becoming stale.
2902
2903 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
2904 cc-cmds to cc-engine to allow use from cc-align.
2905
2906 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
2907 qualified identifiers containing "::".
2908
2909 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
2910 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
2911
2912 * cc-vars.el (c-emacs-features): Use a space in front of the name
2913 of the temporary buffer. That also avoids dumping problems in
2914 XEmacs due to undo info being left around after the buffer is killed.
2915
2916 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
2917 arglist to see if it's a K&R style declaration.
2918
2919 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
2920 before returning `knr-argdecl-intro'.
2921
2922 2003-11-16 John Wiegley <johnw@newartisans.com>
2923
2924 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
2925 field in a long-listing always 8 characters, use `size-width',
2926 which has already been computed.
2927
2928 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2929
2930 * subr.el (minor-mode-list): Add `hs-minor-mode'.
2931
2932 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
2933
2934 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
2935 Support operation while narrowed, with `diff-restrict-view'.
2936
2937 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
2938
2939 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2940 Take additional optional arg NARROWFUN. For the generated functions:
2941 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
2942 include frags that arrange to check for and save narrowing state before
2943 the move and then conditionally call NARROWFUN after the move.
2944
2945 2003-11-14 John Wiegley <johnw@newartisans.com>
2946
2947 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
2948 that was optional, but obviously missing based on surrounding code.
2949
2950 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
2951 string arguments to numbers unless the whole argument was seen as
2952 a number.
2953
2954 2003-11-14 Kenichi Handa <handa@m17n.org>
2955
2956 * international/mule.el (ctext-non-standard-encodings-alist):
2957 Fix coding systems.
2958
2959 2003-11-10 Kenichi Handa <handa@m17n.org>
2960
2961 * language/kannada.el ("Kannada"): Add sample-text.
2962
2963 * language/knd-util.el (kannada-compose-region)
2964 (kannada-compose-string, kannada-post-read-conversion):
2965 Add autoload cookie.
2966
2967 * international/quail.el (quail-completion): Change the message
2968 "corresponding translations" to "corresponding characters".
2969
2970 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
2971
2972 * descr-text.el (describe-char): Fix typo.
2973
2974 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
2975
2976 These changes are to support Kannada language/script.
2977
2978 * Makefile.in (DONTCOMPILE): Add kannada.el.
2979
2980 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
2981
2982 * loadup.el: Preload kannada.el.
2983
2984 * language/ind-util.el (ucs-kannada-to-is13194-alist)
2985 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
2986 New variables.
2987
2988 * language/kannada.el: New file.
2989
2990 * language/knd-util.el: New file.
2991
2992 2003-11-07 Andreas Schwab <schwab@suse.de>
2993
2994 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2995 Also highlight AH_*.
2996
2997 * xml.el (xml-parse-dtd): Fix misplaced paren.
2998
2999 2003-11-07 Kenichi Handa <handa@m17n.org>
3000
3001 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
3002
3003 2003-11-05 Juri Linkov <juri@jurta.org>
3004
3005 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
3006 (desktop-buffer-file): Use saved buffer-file-coding-system
3007 for file reading. Set auto-insert to nil to prevent automatic
3008 insertion into restored empty files.
3009
3010 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3011
3012 * files.el (risky-local-variable-p): Make second argument optional.
3013
3014 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * subr.el (add-hook): Fix last change.
3017
3018 2003-11-03 Eli Zaretskii <eliz@elta.co.il>
3019
3020 * mail/rmail.el (rmail-convert-to-babyl-format):
3021 If base64-decode-region signals an error, catch it and silently
3022 ignore it.
3023
3024 2003-11-01 Mark A. Hershberger <mah@everybody.org>
3025
3026 * xml.el (xml-parse-region): Allow comments to appear after the
3027 topmost element has closed.
3028 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3029 (xml-ns-expand-attr): New functions to do namespace handling.
3030 (xml-intern-attrlist): Back-compatible handling of attribute names.
3031 (xml-parse-tag): Move namespace handling to separate functions.
3032 Now produces elements in the form ((:ns . "element") (attr-list)
3033 children) instead of ('ns:element (attr-list) children).
3034 (xml-parse-attlist): Fix attribute parsing.
3035 (xml-parse-dtd): Change parsing so that it produces strings
3036 instead of interned symbols.
3037
3038 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
3039
3040 * dired.el (dired-ls-sorting-switches): Doc fix.
3041
3042 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
3043
3044 * emacs-lisp/rx.el (rx-or): Fix the case of
3045 "(rx (and ?a (or ?b ?c) ?d))".
3046
3047 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
3048
3049 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
3050 (texinfo-format-region): Use it.
3051 (texinfo-format-buffer-1): Ditto.
3052
3053 2003-11-01 Alan Mackenzie <acm@muc.de>
3054
3055 Changes to allow scrolling whilst in isearch mode:
3056 * isearch.el (isearch-unread-key-sequence): New function,
3057 extracted from isearch-other-meta-char.
3058 (top level): (put 'foo 'isearch-scroll) on all Emacs's
3059 "scrollable" standard functions.
3060 (isearch-allow-scroll): New customizable variable.
3061 (isearch-string-out-of-window, isearch-back-into-window)
3062 (isearch-reread-key-sequence-naturally)
3063 (isearch-lookup-scroll-key): New functions.
3064 (isearch-other-meta-char): Doc string and functionality enhanced.
3065 Now accepts a prefix argument.
3066 (isearch-lazy-highlight-window-end): New variable.
3067 (isearch-lazy-highlight-new-loop): Pay attention to the window's
3068 end (thru isearch-lazy-highlight-window-end), not only its start.
3069
3070 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
3071 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
3072 (universal-argument, universal-argument-more, negative-argument)
3073 (digit-argument, universal-argument-other-key): Minor changes.
3074
3075 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3076
3077 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
3078 recursively if the last message is deleted, thus avoiding an
3079 infinite loop.
3080
3081 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
3084 (tex-main-file): Don't add .tex if the extension is already present.
3085 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
3086
3087 2003-10-29 Lute Kamstra <lute@gnu.org>
3088
3089 * progmodes/octave-inf.el (inferior-octave-prompt):
3090 Recognize version number in prompt.
3091
3092 2003-10-28 Dave Love <fx@gnu.org>
3093
3094 * international/characters.el: Fix some Unicode ranges.
3095
3096 2003-10-28 Kenichi Handa <handa@m17n.org>
3097
3098 * disp-table.el (standard-display-8bit)
3099 (standard-display-default, standard-display-ascii)
3100 (standard-display-g1, standard-display-graphic)
3101 (standard-display-underline): Assure that standard-display-table
3102 is a display table.
3103
3104 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * simple.el (reindent-then-newline-and-indent): Delete space *after*
3107 reindenting the first line.
3108
3109 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
3110
3111 * wid-edit.el (widget-default-delete): Always delete child widgets.
3112
3113 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * newcomment.el (comment-indent): Don't call indent-according-to-mode
3116 if the line has code.
3117 Don't try to line up with something that's too far left.
3118
3119 * progmodes/octave-mod.el (octave-comment-start): Simplify.
3120 (octave-mode-syntax-table): Add % as a comment starter.
3121 (octave-point): Remove.
3122 (octave-in-comment-p, octave-in-string-p)
3123 (octave-not-in-string-or-comment-p, calculate-octave-indent)
3124 (octave-blink-matching-block-open, octave-auto-fill):
3125 Use line-(beginning|end)-position instead.
3126
3127 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
3128
3129 * emacs-lisp/authors.el (authors-aliases): Add correct realname
3130 for Francesco Potort\e,Al\e(B.
3131
3132 2003-10-23 Dave Love <fx@gnu.org>
3133
3134 * international/mule-cmds.el (locale-charset-to-coding-system):
3135 Don't rely on nil being a coding system.
3136
3137 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
3138 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
3139 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
3140
3141 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
3142
3143 * gdb-ui.el (gdb-current-language): New variable.
3144 (gdb-update-flag): Remove variable.
3145 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
3146 (gdb-take-last-elt): Remove function.
3147 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
3148 (gdb-post-prompt): Check for variable object changes here.
3149
3150 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
3151 object changes in gdb-ui.el.
3152
3153 2003-10-21 Richard M. Stallman <rms@gnu.org>
3154
3155 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
3156
3157 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
3158 Don't check for foo*/ wildcard form here.
3159 (insert-directory): Recognize foo*/ as a wildcard.
3160 Separate wildcard-regexp variable from the arg, wildcard.
3161
3162 * subr.el (add-hook): Correctly detect when make-local-hook was used.
3163 (remove-hook): Correctly handle strange cases about local hooks.
3164
3165 2003-10-21 David Ponce <david@dponce.com>
3166
3167 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
3168 argument REAL, to return a real number instead of a rounded
3169 integer value. Define as inline function.
3170 (ruler-mode-right-fringe-cols): Likewise.
3171 (ruler-mode-scroll-bar-cols): New function.
3172 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
3173 (ruler-mode-right-scroll-bar-cols): Likewise.
3174 (ruler-mode-space): New function.
3175 (ruler-mode-ruler): Use it. Handle variations of fringe style,
3176 scroll bar mode and margins in a more robust way.
3177
3178 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
3179
3180 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
3181 (antlr-c-init-language-vars): New function.
3182 (antlr-mode): Use it with cc-mode before v5.29.
3183 (antlr-c-common-init): Don't set some local vars here.
3184 (antlr-mode): Set them here.
3185 (antlr-c-forward-sws): New function alias.
3186 (antlr-mode): Redefine with cc-mode before v5.30.
3187 (antlr-skip-sexps): Use it.
3188 (antlr-skip-exception-part): Ditto.
3189 (antlr-skip-file-prelude): Ditto.
3190 (antlr-outside-rule-p): Ditto.
3191 (antlr-end-of-body): Ditto.
3192 (antlr-option-kind): Ditto.
3193 (antlr-insert-option-area): Ditto.
3194 (antlr-file-dependencies): Ditto.
3195
3196 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3197
3198 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
3199 Move backward only if point was not inside an entry.
3200
3201 2003-10-21 Richard M. Stallman <rms@gnu.org>
3202
3203 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
3204
3205 2003-10-21 Juri Linkov <juri@jurta.org>
3206
3207 * compare-w.el: Automatically skip non-matching text to resync.
3208 (compare-windows-whitespace): Doc fix.
3209 (compare-windows-sync, compare-windows-sync-string-size)
3210 (compare-windows-recenter, compare-ignore-whitespace)
3211 (compare-windows-highlight, compare-windows-face): New variables.
3212 (compare-windows): Use compare-windows-sync.
3213 (compare-windows-highlight, compare-windows-dehighlight)
3214 (compare-windows-sync-regexp)
3215 (compare-windows-sync-default-function): New functions.
3216
3217 2003-10-21 Juri Linkov <juri@jurta.org>
3218
3219 * diff.el (diff-parse-differences): Don't visit the files now;
3220 instead, just record the error locus.
3221
3222 2003-10-21 Dave Love <fx@gnu.org>
3223
3224 * progmodes/cfengine.el: New file.
3225
3226 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * complete.el (PC-do-completion): Do not forget to use `pred' as the
3229 default-directory when completing file names.
3230
3231 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
3232
3233 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
3234 followed by the word `face', it gets treated as a face, even if
3235 it is also defined as a variable or a function.
3236
3237 2003-10-20 Dave Love <fx@gnu.org>
3238
3239 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3240 Avoid incf in macro expansion.
3241
3242 2003-10-20 John Paul Wallington <jpw@gnu.org>
3243
3244 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
3245 `evenp' so we don't implicitly require cl library at runtime.
3246
3247 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
3248
3249 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
3250 (help-make-xrefs): Only make cross-references for faces if
3251 preceded or followed by the word `face'. Do not make a
3252 cross-reference for variables without variable documentation,
3253 unless preceded by the word `variable' or `option'. Update doc
3254 string accordingly.
3255
3256 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3257
3258 * progmodes/hideshow.el: Rewrite one-armed `if'
3259 constructs using either `when' or `unless'.
3260 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
3261
3262 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
3263
3264 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
3265 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
3266 instead of 12x12.
3267
3268 2003-10-16 Eli Zaretskii <eliz@elta.co.il>
3269
3270 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
3271 message while converting to Babyl.
3272
3273 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
3274
3275 * allout.el (allout-mode): Doc fix.
3276
3277 2003-10-16 Lute Kamstra <lute@gnu.org>
3278
3279 * subr.el (force-mode-line-update): Fix docstring.
3280
3281 2003-10-14 Dave Love <fx@gnu.org>
3282
3283 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
3284 (default-input-method): Add :link, improve :type.
3285 (locale-charset-language-names): Fix utf-8 pattern.
3286 (locale-charset-match-p, locale-charset-alist)
3287 (locale-charset-to-coding-system): New.
3288 (set-locale-environment): Deal with codeset part of locale specs.
3289
3290 2003-10-14 Lute Kamstra <lute@gnu.org>
3291
3292 * fringe.el (fringe-mode): Use active voice in docstring.
3293 (set-fringe-style): Ditto.
3294
3295 2003-10-13 Lute Kamstra <lute@gnu.org>
3296
3297 * fringe.el (fringe-mode): Fix docstring.
3298 (set-fringe-style): Ditto.
3299
3300 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
3301
3302 * ediff-mult.el (ediff-filegroup-action):
3303 Use ediff-default-filtering-regexp.
3304
3305 * ediff-util.el (ediff-recenter): Don't call
3306 ediff-restore-highlighting twice.
3307 (ediff-select-difference): Set current difference.
3308 (ediff-unselect-and-select-difference): Add comment.
3309
3310 * ediff.el (ediff-directories,ediff-directory-revisions)
3311 (ediff-directories3,ediff-merge-directories)
3312 (ediff-merge-directories-with-ancestor)
3313 (ediff-merge-directory-revisions)
3314 (ediff-merge-directory-revisions-with-ancestor):
3315 Use ediff-default-filtering-regexp.
3316
3317 2003-10-12 Andreas Schwab <schwab@suse.de>
3318
3319 * international/mule-cmds.el (locale-charset-language-names):
3320 Simplify regex by removing unused grouping.
3321
3322 2003-10-10 Dave Love <fx@gnu.org>
3323
3324 * bindings.el: Don't bind stop.
3325
3326 2003-10-08 Miles Bader <miles@gnu.org>
3327
3328 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
3329 face instead of attempting to emulate it.
3330
3331 2003-10-07 Kenichi Handa <handa@m17n.org>
3332
3333 * international/mule-diag.el (list-coding-systems-1): List coding
3334 systems that are loaded automatically.
3335
3336 * international/code-pages.el (iso-8859-11): Add autoload cookie.
3337
3338 * international/mule.el (autoload-coding-system): New function.
3339
3340 2003-10-07 Andreas Schwab <schwab@suse.de>
3341
3342 * log-edit.el (log-edit-changelog-entries): Prefer local value of
3343 change-log-default-name in the buffer visiting the file.
3344
3345 2003-10-06 Dave Love <fx@gnu.org>
3346
3347 * files.el (find-file-hook): Customize.
3348 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
3349
3350 * bindings.el (completion-ignored-extensions): Remove .log.
3351 (global-map): Add again, open, stop keys.
3352
3353 2003-10-05 Richard M. Stallman <rms@gnu.org>
3354
3355 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
3356 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
3357 Use sh-modify directly.
3358 (sh-select): Use sh-append, not eval.
3359
3360 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
3361
3362 * info.el (Info-following-node-name): New function.
3363
3364 * loadhist.el (unload-feature-special-hooks):
3365 Rename from loadhist-hook-functions.
3366 (loadhist-hook-functions): Now an alias.
3367
3368 2003-10-04 Eli Zaretskii <eliz@elta.co.il>
3369
3370 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
3371 file-name clashes on 8+3 filesystems.
3372
3373 * Makefile.in (DONTCOMPILE, bootstrap-clean):
3374 Rename loaddefs-boot.el to ldefs-boot.el
3375
3376 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
3377 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
3378
3379 2003-10-03 Lute Kamstra <lute@gnu.org>
3380
3381 * info.el (Info-mode): Revert previous change.
3382 (Info-escape-percent): New function.
3383 (Info-fontify-node): Use it.
3384
3385 2003-10-02 Andreas Schwab <schwab@suse.de>
3386
3387 * loaddefs-boot.el: Regenerated.
3388
3389 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
3390
3391 * ffap.el: Remove defadvice related code from CVS since `complete'
3392 provides a `PC-completion-as-file-name-predicate' variable that
3393 ffap can override.
3394
3395 2003-10-02 Kenichi Handa <handa@m17n.org>
3396
3397 * international/utf-8.el (ccl-decode-mule-utf-8):
3398 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
3399
3400 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
3401 * international/subst-big5.el: Likewise.
3402 * international/subst-gb2312.el: Likewise.
3403 * international/subst-ksc.el: Likewise.
3404
3405 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3406
3407 * calendar/calendar.el (increment-calendar-month)
3408 (calendar-leap-year-p, calendar-absolute-from-gregorian)
3409 (generate-calendar, calendar-read-date, calendar-interval)
3410 (calendar-day-of-week): Handle years BC.
3411 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
3412
3413 2003-10-01 Dave Love <fx@gnu.org>
3414
3415 * language/cyrillic.el (cp1251): Alias for windows-1251.
3416
3417 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
3418 bootstrap.
3419
3420 2003-10-01 Lute Kamstra <lute@gnu.org>
3421
3422 * files.el: Fix typo.
3423 * imenu.el (imenu--generic-function): Docstring fix.
3424
3425 2003-09-30 Richard M. Stallman <rms@gnu.org>
3426
3427 * dired.el (dired-mode): Handle dired-directory as a list.
3428
3429 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
3430
3431 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
3432
3433 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
3434
3435 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
3436 Replace gud-display with gud-watch.
3437 (gud-speedbar-buttons): Add stuff for watching expressions
3438 in the speedbar when using M-x gdba. Use dolist on old part
3439 of this function.
3440
3441 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
3442 (gdb-update-flag): New variables.
3443 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
3444 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
3445 (gud-watch, gdb-var-create-handler) : New functions.
3446 (gdb-var-list-children, gdb-var-list-children-handler)
3447 (gdb-var-create-regexp, gdb-var-update-regexp)
3448 (gdb-var-list-children-regexp): New constants.
3449 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
3450 (gdb-annotation-rules): Reduce annotation set (level 3).
3451 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
3452 (gdb-post-prompt): Don't update GDB buffers every time speedbar
3453 updates.
3454 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
3455 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
3456 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
3457 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
3458 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
3459 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
3460 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
3461 (gud-display, gud-display1)
3462 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
3463 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
3464 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
3465 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
3466 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
3467 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
3468 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
3469 (gdb-display-display-buffer, gdb-toggle-display)
3470 (gdb-delete-display, gdb-expressions-popup-menu)
3471 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
3472 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
3473 to display buffer.
3474
3475 2003-09-30 Richard M. Stallman <rms@gnu.org>
3476
3477 * progmodes/ada-mode.el (ada-mode): Don't use advice.
3478 Instead, set which-func-functions.
3479
3480 * progmodes/which-func.el (which-func-modes): Add ada-mode.
3481 (which-func-functions): New variable.
3482 (which-function): Use that.
3483
3484 * info.el (Info-mode): Double each `%' in header line.
3485
3486 * emacs-lisp/lisp-mnt.el (lm-with-file):
3487 When FILE is nil, run BODY in current buffer.
3488
3489 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
3490
3491 * help.el (describe-mode): Start with a brief list of minor modes.
3492 Find them thru minor-mode-list so as to find them all.
3493 Show them in alphabetical order.
3494
3495 * mail/sendmail.el (mail-aliases): Doc fix.
3496
3497 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
3498
3499 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3500
3501 * mail/rmailsum.el (rmail-make-summary-line-1):
3502 Change comma after last label to a space.
3503 (rmail-summary-font-lock-keywords): Adapt to that change.
3504
3505 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
3506
3507 * progmodes/scheme.el (scheme-mode-variables): When setting
3508 `font-lock-defaults', also specify that "#" should
3509 be interpreted with `word' syntax.
3510 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
3511
3512 2003-09-30 Lars Hansen <larsh@math.ku.dk>
3513
3514 * desktop.el: A lot of comments updated.
3515 (desktop-save-mode): Minor mode introduced.
3516 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
3517 (desktop-load-default): Function made obsolete.
3518 (desktop-locals-to-save): Variable made customizable.
3519 (desktop-read): Optional parameter `dirname' added.
3520 (desktop-change-dir, desktop-revert): Parameter `dirname' in
3521 `desktop-read' used.
3522 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
3523
3524 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
3525
3526 * whitespace.el (whitespace-clean-msg): Add user customizable message
3527 for displaying ``clean'' output.
3528 (whitespace-buffer): Use `whitespace-clean-msg'.
3529 (whitespace-global-mode): Fix typo.
3530
3531 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
3532
3533 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
3534
3535 2003-09-29 Lute Kamstra <lute@gnu.org>
3536
3537 * bindings.el (mode-line-modes): Remove superfluous :propertize
3538 construct in initialization.
3539 (mode-line-position): Change cons cell into proper list in
3540 initialization.
3541
3542 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3543
3544 * international/mule.el (decode-coding-inserted-region): Use car
3545 of the return value of find-operation-coding-system.
3546
3547 2003-09-29 Kenichi Handa <handa@m17n.org>
3548
3549 * descr-text.el (describe-char): Fix previous change.
3550
3551 2003-09-28 Kenichi Handa <handa@m17n.org>
3552
3553 * descr-text.el (describe-char-display): New function.
3554 (describe-char): Pay attention to display table on describing how
3555 a character is displayed.
3556
3557 * international/mule-cmds.el (encoded-string-description):
3558 Prepend "0x" to each encoded byte.
3559
3560 2003-09-28 Andreas Schwab <schwab@suse.de>
3561
3562 * find-file.el (ff-special-constructs): Add autoload cookie.
3563
3564 2003-09-28 Kevin Ryde <user42@zip.com.au>
3565
3566 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
3567 makeinfo appends to duplicate index entries.
3568
3569 2003-09-28 Eli Zaretskii <eliz@elta.co.il>
3570
3571 * dired-x.el (dired-clean-tex): Doc fix.
3572
3573 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
3574 using a Chinese tutorial.
3575
3576 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
3577
3578 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
3579 between "MAIL FROM:" and "RCPT TO:" and the following address.
3580
3581 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
3582
3583 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
3584
3585 2003-09-28 David Ponce <david@dponce.com>
3586
3587 * recentf.el (recentf-initialize-file-name-history): New defcustom.
3588 (recentf-load-list): When `recentf-initialize-file-name-history'
3589 is non-nil, initialize an empty `file-name-history' with the
3590 recent list.
3591
3592 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
3593
3594 * man.el (Man-default-man-entry): Remove the leading `*' from the
3595 word at point.
3596
3597 2003-09-26 Lute Kamstra <lute@gnu.org>
3598
3599 * bindings.el (mode-line-position): Mention size indication in
3600 docstring.
3601
3602 2003-09-26 Andre Spiegel <spiegel@gnu.org>
3603
3604 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
3605
3606 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
3607 because it's autoloaded now.
3608
3609 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
3610
3611 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
3612 (sh-font-lock-keywords, sh-feature): Fix previous change of
3613 sh-feature to avoid infloop with sh-font-lock-keywords.
3614
3615 2003-09-25 Kim F. Storm <storm@cua.dk>
3616
3617 * frame.el (frame-current-scroll-bars): New defun.
3618
3619 * window.el (window-current-scroll-bars): New defun.
3620
3621 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3622
3623 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
3624 cause errors when the state cache contains info on parts that have
3625 been narrowed out.
3626
3627 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3628
3629 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
3630 `c-setup-paragraph-variables' has to be used when this variable is
3631 changed; it doesn't work to reinitialize the mode since that
3632 typically clobbers the variable.
3633
3634 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3635 Make it interactive.
3636
3637 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3638
3639 * progmodes/cc-fonts.el (c-font-lock-declarations):
3640 Fix recognition of constructors and destructors for classes whose
3641 names are matched by `*-font-lock-extra-types'.
3642
3643 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
3644 followed by an identifier in C++ then it's a type.
3645
3646 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3647
3648 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
3649 problem that primarily affected XEmacs. Don't use faces to find
3650 unterminated strings since Emacs and XEmacs fontify strings
3651 differently - this function should now work better in XEmacs.
3652
3653 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3654
3655 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
3656 `expand-abbrev' workaround which caused braces to misbehave inside
3657 macros.
3658
3659 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
3660 handling. This bug could cause interactive font locking to bail out.
3661
3662 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3663
3664 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
3665 Handle paren-style types in Pike. Also fixed some cases of
3666 insufficient handling of unbalanced parens.
3667
3668 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
3669
3670 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
3671 common shell prompts that are not common filename or URL characters.
3672 (ffap-file-at-point): Use the new regexp to strip the prompts from
3673 the file names. This is an issue mostly for user prompts that
3674 don't have a trailing space and find-file-at-point is invoked from
3675 within a shell inside emacs.
3676
3677 2003-09-24 Andre Spiegel <spiegel@gnu.org>
3678
3679 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
3680 stamps numerically, rather than textually.
3681
3682 2003-09-24 Kenichi Handa <handa@m17n.org>
3683
3684 * language/devan-util.el (devanagari-post-read-conversion):
3685 * language/mlm-util.el (malayalam-post-read-conversion):
3686 * language/tml-util.el (tamil-post-read-conversion):
3687 Add autoload cookie.
3688
3689 * international/utf-8.el (utf-8-post-read-conversion):
3690 Call post-read-conversion functions for Devanagari, Malayalam,
3691 and Tamil.
3692
3693 2003-09-23 Dave Love <fx@gnu.org>
3694
3695 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
3696
3697 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
3698
3699 * progmodes/gud.el (perldb): Add gud-until to list of commands.
3700 Update gud-remove.
3701
3702 2003-09-22 Richard M. Stallman <rms@gnu.org>
3703
3704 * progmodes/sh-script.el (sh-mode-default-syntax-table):
3705 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
3706 (sh-mode-syntax-table-input): New variable.
3707 (sh-require-final-newline): Don't use eval.
3708 (sh-builtins, sh-leading-keywords, sh-other-keywords)
3709 (sh-variables, sh-font-lock-keywords): Don't use eval.
3710 (sh-set-shell): When setting require-final-newline,
3711 treat value = `require-final-newline' as don't change it.
3712 Set sh-mode-syntax-table locally based on
3713 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
3714
3715 * progmodes/compile.el (compile-internal):
3716 Call compilation-set-window-height before setting window start.
3717
3718 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
3719
3720 * emacs-lisp/bytecomp.el (byte-compile-log-file):
3721 Clear out byte-compile-last-warned-form.
3722
3723 2003-09-22 Richard M. Stallman <rms@gnu.org>
3724
3725 * woman.el (woman-file-name, woman-follow-word):
3726 If current-word returns nil, use "".
3727
3728 * simple.el (eval-expression): Bind standard-output in to-buffer case.
3729
3730 2003-09-22 Richard M. Stallman <rms@gnu.org>
3731
3732 * emacs-lisp/lisp-mnt.el (lm-with-file):
3733 Don't visit the file, just use insert-file-contents in temp buffer.
3734
3735 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
3736
3737 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
3738 Add surrounding \\( and \\) around the header, as in
3739 for lm-history-header 'Change Log\\|History'.
3740
3741 2003-09-22 John Paul Wallington <jpw@gnu.org>
3742
3743 * progmodes/ld-script.el: Add Commentary section,
3744 minor cleanup of file header.
3745 (ld-script-font-lock-keywords): Doc fix.
3746 (toplevel): Provide `ld-script' feature.
3747
3748 2003-09-21 Kim F. Storm <storm@cua.dk>
3749
3750 * scroll-bar.el (set-scroll-bar-mode): Initialize to
3751 new built-in variable default-frame-scroll-bars.
3752 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
3753 scroll-bar-mode; notably, use it instead of t when we toggle
3754 scroll-bars on.
3755 (toggle-scroll-bar): Use default-frame-scroll-bars.
3756
3757 2003-09-19 Masatake YAMATO <jet@gyve.org>
3758
3759 * pcvs.el (cvs-do-removal): Change the prompt depending on
3760 `filter' value.
3761
3762 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
3763
3764 * startup.el (command-line-1): Stop startup-echo-area-message
3765 being hidden by "Loading image..." message.
3766 (use-fancy-splash-screens-p, display-splash-screen):
3767 Move display-graphic-p test from latter to former.
3768
3769 * progmodes/sh-script.el (sh-font-lock-keywords):
3770 Highlight escaped EOLs differently from other backslash constructs.
3771
3772 2003-09-19 Richard M. Stallman <rms@gnu.org>
3773
3774 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
3775 New functions.
3776 (edebug-enter, edebug-outside-excursion): Use them.
3777
3778 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3779 Fix the condition for whether to print "In WHERE".
3780
3781 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
3782
3783 * finder.el (finder-mode-hook): New variable.
3784 (finder-mode): Run hook finder-mode-hook
3785
3786 2003-09-18 Masatake YAMATO <jet@gyve.org>
3787
3788 * progmodes/ebrowse.el: Fix broken magic autoload comments.
3789
3790 2003-09-17 Mario Lang <mlang@delysid.org>
3791
3792 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
3793 "p %e" to actually print the value in the GUD buffer.
3794
3795 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
3796
3797 From David Ponce <david.ponce@wanadoo.fr>:
3798 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
3799 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
3800 from loaddefs-boot.el if necessary.
3801
3802 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
3803
3804 * progmodes/gud.el (gud-find-class): Make jdb work again since
3805 cc-mode changed the syntactic information.
3806
3807 2003-09-15 David Ponce <david@dponce.com>
3808
3809 * recentf.el: (recentf-exclude): Accept predicates too.
3810 (recentf-file-readable-p): New function.
3811 (recentf-include-p): Handle predicates in recentf-exclude.
3812 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
3813 (recentf-cleanup): Likewise.
3814 (recentf-save-list): Use write-file to handle backup of
3815 recentf-save-file.
3816
3817 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
3818
3819 * loaddefs-boot.el: Renamed from `loaddefs.el'
3820 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
3821 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
3822 necessary.
3823
3824 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
3825
3826 * electric.el (Electric-pop-up-window): For the `one-window' case,
3827 no longer disconcertingly move point in the original buffer.
3828
3829 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
3832
3833 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
3834
3835 * dired.el (dired-mode-map): Fix typo.
3836
3837 2003-09-11 Richard M. Stallman <rms@gnu.org>
3838
3839 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
3840
3841 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
3842
3843 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
3844 the function is less noisy. Now only `kill-buffer' can ask questions.
3845
3846 2003-09-10 Mario Lang <mlang@delysid.org>
3847
3848 * battery.el: Update Commentary and Copyright.
3849 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
3850 appear due to wrong ordering of the expressions in `or'.
3851
3852 2003-09-09 Lute Kamstra <lute@gnu.org>
3853
3854 * misc.el (upcase-char): Fix docstring.
3855 (zap-up-to-char): New command.
3856
3857 2003-09-08 David Ponce <david@dponce.com>
3858
3859 Ensure that recentf correctly updates the menu bar.
3860 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
3861 (recentf-menu-bar): New function.
3862 (recentf-clear-data): Use it
3863 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
3864 of easy-menu-change.
3865
3866 2003-09-08 Lute Kamstra <lute@gnu.org>
3867
3868 * simple.el (size-indication-mode): New.
3869 * bindings.el (mode-line-position): Add buffer size indicator.
3870
3871 2003-09-04 Mario Lang <mlang@delysid.org>
3872
3873 * battery.el (battery-linux-proc-acpi): New function.
3874 (battery-status-function): Modify default value calculation to also
3875 check for availability of ACPI.
3876 (battery-echo-area-format): Ditto.
3877 (battery-mode-line-format): Ditto.
3878
3879 2003-09-06 Dave Love <fx@gnu.org>
3880
3881 * ielm.el (ielm-mode-hook): Add :options.
3882
3883 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
3884 (eldoc-print-current-symbol-info): Use it.
3885
3886 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
3887
3888 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
3889 being displayed in GUD buffer.
3890 (gdb-idle-input-queue): Remove var. Use just one queue.
3891 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
3892 Remove functions. Use just one queue.
3893 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
3894 (gdb-invalidate-assembler, gdb-get-current-frame):
3895 Modify functions. Use just one queue.
3896
3897 2003-09-04 Dave Love <fx@gnu.org>
3898
3899 * cus-start.el: Add blink-cursor-alist.
3900
3901 * ruler-mode.el (ruler-mode-fill-column-char)
3902 (ruler-mode-current-column-char): Use char-displayable-p,
3903 not window-system.
3904
3905 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
3906
3907 * language/european.el (windows-1252): Move from code-pages.
3908
3909 * language/cyrillic.el ("Windows-1251"): Delete.
3910 ("Bulgarian", "Belarusian"): Remove `features'.
3911 (windows-1251): Move from code-pages.
3912
3913 * international/mule-diag.el (non-iso-charset-alist):
3914 Remove `codepage' stuff.
3915 (print-designation, list-coding-systems-1): Output fixes.
3916
3917 * international/code-pages.el (cp-make-translation-table)
3918 (cp-valid-codes): Made defsubsts.
3919 (cp-fix-safe-chars): Delete.
3920 (mule-diag): Don't require.
3921 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
3922 (top-level): Check for defined coding system when defining
3923 cp... aliases. Change w32-add-charset-info test to avoid warning.
3924 (non-iso-charset-alist): Defvar when compiling.
3925 (cp-make-coding-system): Doc fix.
3926
3927 2003-09-02 Jason Rumney <jasonr@gnu.org>
3928
3929 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
3930 line-ends from CVS before doing conversion.
3931
3932 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
3933
3934 * calendar/diary-lib.el (diary-header-line-flag)
3935 (diary-header-line-format): New variables.
3936 (list-diary-entries): Use them to set header line in simple diary.
3937
3938 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
3939 other than font-lock-string-face to highlight backslashes.
3940
3941 2003-09-01 Jason Rumney <jasonr@gnu.org>
3942
3943 * international/titdic-cnv.el (tit-read-key-value): Include \r in
3944 regexp.
3945
3946 2003-09-01 Dave Love <fx@gnu.org>
3947
3948 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
3949
3950 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
3951 and :help; also line and column numbers labels.
3952
3953 * international/mule-util.el (char-displayable-p): Move from
3954 latin1-disp, rename and autoload.
3955
3956 * international/latin1-disp.el (latin1-char-displayable-p):
3957 Now obsolete alias. Replace uses with char-displayable-p.
3958 (latin1-display-ucs-per-lynx): Fix last change.
3959
3960 * international/mule-cmds.el (standard-display-european-internal):
3961 Don't use char code for Latin-1 NBSP.
3962 <XFree86 4>: Unfrob NBSP display table. Set display table to use
3963 U+2018, U+2019 for `'.
3964 (select-safe-coding-system): Message fix.
3965
3966 2003-09-01 Kenichi Handa <handa@m17n.org>
3967
3968 * international/fontset.el (setup-default-fontset): For Thai
3969 font, specify "*" family.
3970
3971 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3972
3973 * progmodes/compile.el (previous-error): Accept a prefix
3974 argument, similarly to next-error.
3975
3976 2003-08-31 Masatake YAMATO <jet@gyve.org>
3977
3978 * pcvs.el (cvs-do-removal): Use = instead of eq to check
3979 the number of files. Bind the number of files to a local
3980 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
3981
3982 2003-08-30 Eli Zaretskii <eliz@elta.co.il>
3983
3984 * vc-hooks.el (vc-make-version-backup): Fix the change made on
3985 2003-07-26: msdos-long-file-names is a function, not a variable.
3986
3987 2003-08-29 Richard M. Stallman <rms@gnu.org>
3988
3989 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
3990 Do nothing with mail-personal-alias-file if it is nil.
3991
3992 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
3993 Do nothing if mail-personal-alias-file is nil.
3994
3995 * term.el (term-exec-1): Bind coding-system-for-read.
3996
3997 * dired.el (dired-mouse-find-file-other-window):
3998 Use dired-view-command-alist here, as in dired-view-file.
3999 (dired-view-command-alist): Use %s to substitute file name.
4000 Handle .ps_pages, .eps, .jpg, .gif, .png.
4001
4002 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
4003
4004 * info.el (Info-mode-map): Bind S-tab and <backtab> to
4005 `Info-prev-reference', instead of M-tab.
4006
4007 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
4008
4009 * simple.el (blink-matching-open): Work correctly on chars that
4010 are designated as parens through the syntax-table text property.
4011
4012 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
4013
4014 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
4015 line break position in the middle of a non-kinsoku (e.g. latin)
4016 word, making it skip until either a space or a character with
4017 category "|".
4018 (kinsoku-longer): Test for end of buffer.
4019
4020 2003-08-28 Eli Zaretskii <eliz@elta.co.il>
4021
4022 * mail/rmail.el (rmail-convert-to-babyl-format):
4023 Detect quoted-printable- and base64-encoded messages and decode them
4024 automatically. Set the message's encoding from the charset=
4025 header, if any. Decode base64-encoded messages in Mail format as well.
4026
4027 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4028
4029 * mail/smtpmail.el: Fix previous change.
4030 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
4031 calling smtpmail-via-smtp.
4032 (smtpmail-via-smtp): Add fall-back values for envelope-from.
4033
4034 2003-08-26 John Paul Wallington <jpw@gnu.org>
4035
4036 * image.el (image-jpeg-p): Don't search beyond length of data.
4037
4038 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4039
4040 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
4041 misfeature in `expand-abbrev' which caused electric keywords like
4042 "else" to disappear if an open brace was typed directly afterwards.
4043
4044 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4045
4046 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
4047 mandatory in `define-widget'.
4048
4049 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
4050 Don't align the operators "!=", "<=" and ">=" as assignment operators.
4051
4052 (c-assignment-operators): New language constant that only contains
4053 the assignment operators.
4054
4055 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
4056
4057 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4058
4059 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
4060 Safeguard against unbalanced sexps.
4061
4062 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
4063
4064 * version.el (emacs-version): Check for gtk. Include gtk version info.
4065
4066 2003-08-25 John Paul Wallington <jpw@gnu.org>
4067
4068 * man.el (Man-default-man-entry): Don't whizz past the section
4069 number before looking for it.
4070
4071 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
4072
4073 * progmodes/gud.el (gud-display-line): Don't set window-point if
4074 source buffer is not visible. (Only happens with M-x gdba).
4075
4076 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
4077 documentation.
4078 (gdb-source, gdb-source-info): Update to assembler unnecessary
4079 as its done after each GDB command anyway.
4080 (gdb-pre-prompt): Use with-current-buffer.
4081 (gdb-insert-field): Add help-echo text.
4082 (gdb-invalidate-assembler): Re-display of assembler now done in
4083 gdb-info-breakpoints-custom.
4084 (gdb-info-breakpoints-custom): Force re-display of assembler to
4085 happen *after* update of breakpoints buffer.
4086 (gdb-display-source-buffer): Don't choke if gdb-source-window
4087 isn't visible.
4088 (gdb-put-string, gdb-put-arrow): Remove free variables.
4089
4090 2003-08-24 John Paul Wallington <jpw@gnu.org>
4091
4092 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
4093
4094 * man.el (Man-default-man-entry): Strip text properties when
4095 snarfing parts of entry because `format' preserves properties.
4096
4097 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4098
4099 * files.el (file-newest-backup): Use `expand-file-name'.
4100
4101 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
4102 Allow the diary to pop up a new frame, if needed.
4103
4104 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
4105 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
4106 (smtpmail-send-it): Make treatment of envelope-from consistent with
4107 sendmail.el.
4108
4109 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
4110 (sh-leading-keywords): Add the bash `time' reserved word.
4111 (sh-variables): Add some bash variables.
4112 (sh-add-completer): Fix nil branch of case statement.
4113
4114 2003-08-24 Masatake YAMATO <jet@gyve.org>
4115
4116 * progmodes/ld-script.el: New file.
4117
4118 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
4119
4120 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
4121
4122 2003-08-23 Andre Spiegel <spiegel@gnu.org>
4123
4124 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
4125 Better explain obsolescence, and what to use instead.
4126
4127 2003-08-23 Masatake YAMATO <jet@gyve.org>
4128
4129 * pcvs.el (cvs-do-removal): Show the deleted file name
4130 on the prompt.
4131
4132 2003-08-20 Dave Love <fx@gnu.org>
4133
4134 * international/mule.el (make-coding-system)
4135 (set-buffer-file-coding-system): Doc fix.
4136
4137 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
4138
4139 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
4140
4141 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
4142
4143 * international/utf-16.el: Add mime-text-unsuitable coding system
4144 properties.
4145
4146 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
4147
4148 * cus-edit.el: Add some :links.
4149 (bib): Remove.
4150
4151 * textmodes/bib-mode.el (bib): Add :group external.
4152
4153 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4154
4155 * wid-edit.el (widget-echo-help): Make it handle expressions that
4156 evaluate to strings.
4157
4158 2003-08-18 Michael Mauger <mmaug@yahoo.com>
4159
4160 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
4161
4162 Simplify selection of SQL products to define highlighting and
4163 interactive mode. Includes detailed instructions on adding
4164 support for new products.
4165
4166 * progmodes/sql.el (sql-product): New variable. Identifies SQL
4167 product for use in highlighting and interactive mode.
4168 (sql-interactive-product): New variable. SQL product for
4169 sql-interactive-mode.
4170 (sql-product-support): New variable. Specifies product-specific
4171 parameters to drive highlighting and interactive mode.
4172 (sql-imenu-generic-expression): Add more object types.
4173 (sql-sqlite-options): Correct comment.
4174 (sql-ms-program): Use "osql" rather than "isql".
4175 (sql-prompt-regexp, sql-prompt-length): Update comment.
4176 (sql-mode-menu): Add "Start SQLi session" entry.
4177 Replace Highlighting submenu with Product menu. Fix Send Region entry.
4178 (sql-mode-abbrev-table): Add abbreviations. Support of
4179 SYSTEM-FLAG on define-abbrev. Support was removed with last
4180 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
4181 (sql-mode-font-lock-object-name): Add font-lock pattern for object
4182 names.
4183 (sql-mode-ansi-font-lock-keywords): Set as default value.
4184 (sql-mode-oracle-font-lock-keywords): Set as default value.
4185 Support Oracle 9i keywords.
4186 (sql-mode-postgres-font-lock-keywords): Set as default value.
4187 (sql-mode-linter-font-lock-keywords): Set as default value.
4188 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
4189 SQLServer 2000.
4190 (sql-mode-sybase-font-lock-keywords)
4191 (sql-mode-interbase-font-lock-keywords)
4192 (sql-mode-sqlite-font-lock-keywords)
4193 (sql-mode-strong-font-lock-keywords)
4194 (sql-mode-mysql-font-lock-keywords)
4195 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
4196 keywords.
4197 (sql-mode-font-lock-defaults): Update comment.
4198 (sql-product-feature): New function. Returns feature associated
4199 with a product from `sql-product-support' alist.
4200 (sql-product-font-lock): New function. Set font-lock support
4201 based on `sql-product'.
4202 (sql-add-product-keywords): New function. Add font-lock rules to
4203 product-specific keyword variables.
4204 (sql-set-product): New function. Set `sql-product' and apply
4205 appropriate font-lock highlighting.
4206 (sql-highlight-product): New function. Set font-lock support
4207 based on a product. Also set mode name to include product name.
4208 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
4209 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
4210 Use `sql-set-product'.
4211 (sql-highlight-ms-keywords)
4212 (sql-highlight-sybase-keywords)
4213 (sql-highlight-interbase-keywords)
4214 (sql-highlight-strong-keywords)
4215 (sql-highlight-mysql-keywords)
4216 (sql-highlight-sqlite-keywords)
4217 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
4218 (sql-get-login): Prompt in the same order as the tokens.
4219 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
4220 (sql-product-interactive): New function. Common portions of
4221 product-specific interactive mode wrappers.
4222 (sql-interactive-mode): Rewritten to use product features.
4223 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4224 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4225 (sql-db2, sql-linter): Use `sql-product-interactive'.
4226 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4227 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4228 (sql-connect-ingres, sql-connect-postgres)
4229 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4230 New functions. Format command line parameters and invoke comint on
4231 the appropriate interpreter. Code was in the corresponding
4232 `sql-xyz' function before.
4233 (sql-connect-ms): New function. Support -E argument to use
4234 operating system credentials for authentication.
4235
4236 2003-08-18 Kenichi Handa <handa@m17n.org>
4237
4238 * international/mule.el (encode-char): Fix for the ASCII case.
4239
4240 2003-08-15 Kenichi Handa <handa@m17n.org>
4241
4242 * international/fontset.el (setup-default-fontset): Change "*" to
4243 nil in the specifications of font family.
4244
4245 2003-08-18 Kim F. Storm <storm@cua.dk>
4246
4247 * kmacro.el (kmacro-keymap): Group related bindings in
4248 initialization for clarity. Bind C-s to start macro.
4249 Remove C-r binding.
4250 (kmacro-initial-counter-value): New defvar to hold initial counter
4251 value in case we set the value before defining a macro.
4252 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
4253 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
4254 not defining or executing macro. Doc fix.
4255 (kmacro-add-counter): Clear kmacro-initial-counter-value.
4256 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
4257 temporarily view older elements on the macro ring without cycling
4258 the ring.
4259 (kmacro-display): Doc fix.
4260 (kmacro-exec-ring-item): New helper function.
4261 (kmacro-call-ring-2nd): Use it.
4262 (kmacro-call-ring-2nd-repeat): Doc fix.
4263 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
4264 (kmacro-end-or-call-macro): Execute last viewed macro (using
4265 kmacro-exec-ring-item) from ring if this follows
4266 kmacro-view-macro. This allows us to find a macro on the ring
4267 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
4268 the ring to bring it to the head of the ring.
4269 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
4270 Allow binding to reserved keys without specifying C-x C-k prefix.
4271 Ask for confirmation if entered key sequence is already bound to
4272 a non-macro command.
4273 (kmacro-view-macro): Repeating command will show older elements
4274 on the macro ring; C-k will execute the last viewed macro.
4275 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
4276 property from 'ring to 'head.
4277
4278 2003-08-17 Alan Shutko <ats@acm.org>
4279
4280 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
4281 keeping December out of the alist.
4282
4283 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
4284
4285 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
4286 * calendar/calendar.el (calendar-mode-map): Bind it to key.
4287 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
4288 (calendar-flatten): New function.
4289 (calendar-mouse-view-other-diary-entries)
4290 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
4291 in the menu title and to show multi-line diary entries correctly
4292 in the menu.
4293
4294 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
4295
4296 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
4297 defcustom, because the default was recently changed.
4298
4299 2003-08-16 Richard M. Stallman <rms@gnu.org>
4300
4301 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
4302
4303 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4304 New subroutine, broken out of eval-last-sexp-1.
4305 (eval-last-sexp-1): Use eval-last-sexp-print-value.
4306
4307 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
4308
4309 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
4310
4311 * simple.el (eval-expression): Use eval-last-sexp-print-value.
4312
4313 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
4314
4315 * progmodes/compile.el (compilation-error-regexp-alist):
4316 Add Java ANt error detection as described in document
4317 http://ant.apache.org/faq.html
4318
4319 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
4320
4321 * simple.el (backward-word, forward-to-indentation)
4322 (backward-to-indentation): Argument changed to optional.
4323 (next-line, previous-line): Use `or' instead of `unless'.
4324
4325 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4326
4327 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
4328 instead of a constant.
4329
4330 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
4331
4332 * shell.el (shell): With prefix-arg, suggest a new buffer name.
4333
4334 2003-08-12 Andre Spiegel <spiegel@gnu.org>
4335
4336 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
4337 (vc-sccs-workfile-version): Search the entire delta table, rather
4338 than just the first entry, because that might be a deleted version.
4339
4340 2003-08-11 Karl Fogel <kfogel@red-bean.com>
4341
4342 * menu-bar.el (menu-bar-options-menu): Supply a body for the
4343 [save-place] binding in the Options menu. Have it require
4344 'saveplace' and then toggle the variable manually, to avoid an an
4345 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
4346 for the bug report.
4347
4348 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
4349
4350 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
4351 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
4352 (gdb-info-threads-custom): Add help-echo text.
4353 (gdb-display-back): Don't use purecopy.
4354 (gdb-info-breakpoints-custom, gdb-reset)
4355 (gdb-assembler-custom): Use display-images-p to test if breakpoint
4356 icons can be displayed.
4357
4358 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
4359
4360 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
4361
4362 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * bookmark.el (bookmark-completing-read):
4365 Return a string, instead of a list of one string.
4366 Use a popup menu if activated from the mouse.
4367 (bookmark-edit-annotation): Remove unused vars.
4368 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
4369 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
4370 to bookmark-completing-read.
4371 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4372 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
4373 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
4374 and erase-buffer.
4375 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
4376 (bookmark-menu-jump, bookmark-menu-insert)
4377 (bookmark-popup-menu-and-apply-function)
4378 (bookmark-menu-popup-paned-bookmark-menu): Remove.
4379 (bookmark-menu-build-paned-menu): Remove by folding it into
4380 bookmark-menu-popup-paned-menu.
4381 (menu-bar-bookmark-map): Move the define-key statements here.
4382 Use the "non-menu" commands since they now pop up a menu if needed.
4383 (bookmark-exit-hook-internal): Simplify.
4384
4385 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
4386
4387 * reftex-toc.el (reftex-toc-rename-label): New function.
4388 (reftex-toc-check-docstruct): New function.
4389
4390 * reftex.el (reftex-region-active-p): New function.
4391
4392 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
4393 regexp to find the \bibliography macro.
4394
4395 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
4396 which does not exist in LaTeX.
4397 (reftex-cite-format-builtin): Added amsrefs support.
4398 (reftex-toc-confirm-promotion): New option
4399
4400 * reftex-toc.el
4401 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
4402 (reftex-toc-demote, reftex-toc-promote)
4403 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4404 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4405 (reftex-toc-newhead-from-alist)
4406 (reftex-toc-load-all-files-for-promotion): New functions.
4407 (reftex-toc-help): Added description of new keys.
4408 (reftex-toc-split-windows-fraction): New option.
4409 (reftex-recenter-toc-when-idle): Search *toc* window on all
4410 visible frames.
4411 (reftex-toc): Additional parameter REUSE
4412 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
4413 with REUSE argument.
4414 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
4415 the call of `reftex-toc'.
4416 (reftex-make-separate-toc-frame): New function .
4417 (reftex-toc-recenter): When called with triple prefix arg, call
4418 `reftex-make-separate-toc-frame' first.
4419 (reftex-toc-toggle-dedicated-frame): New command.
4420 (reftex-toc-quit): Adapted to delete frame when called in
4421 dedicated frame.
4422
4423 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
4424 all enclosing macros.
4425
4426
4427 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4428
4429 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
4430 first use.
4431
4432 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4433
4434 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
4435
4436 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4437
4438 * calendar/calendar.el (list-diary-entries-hook)
4439 (diary-display-hook, nongregorian-diary-listing-hook)
4440 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
4441 Add some customize options for these hooks.
4442 (calendar-abbrev-construct): Don't try to take a substring longer
4443 than the original string.
4444
4445 2003-08-05 Richard M. Stallman <rms@gnu.org>
4446
4447 * emacs-lisp/testcover.el (noreturn): Report error if does return.
4448 (testcover-reinstrument-clauses): Doc fix.
4449
4450 * emacs-lisp/warnings.el: Doc fixes, args renamed.
4451 (warning-type-format): Rename from warning-group-format.
4452
4453 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
4454 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
4455 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
4456 to prevent warnings about defvar for an obsolete variable.
4457
4458 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
4459 warning-group-format renamed to warning-type-format.
4460
4461 * subr.el (read-passwd): Use clear-string instead of fillarray.
4462
4463 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
4464 Use vconcat instead of concat.
4465 (edmacro-sanitize-for-string): New function.
4466
4467 2003-08-05 Dave Love <fx@gnu.org>
4468
4469 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
4470 line-number-display-limit-width.
4471
4472 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
4473
4474 2003-08-05 Kenichi Handa <handa@m17n.org>
4475
4476 * international/code-pages.el: Don't require mule-diag.
4477
4478 * international/mule-diag.el (non-iso-charset-alist):
4479 Add autoload cookie.
4480
4481 * language/devan-util.el (dev-glyph-order): Add an entry for the
4482 glyph code #xC4.
4483
4484 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4485
4486 * calendar/calendar.el (diary-file, diary-file-name-prefix)
4487 (european-calendar-style, diary-date-forms)
4488 (calendar-day-name-array, calendar-month-name-array): Doc change.
4489 (generate-calendar-month): Adapt for new behaviour of
4490 `calendar-day-name' function.
4491 (calendar-abbrev-length, calendar-day-abbrev-array)
4492 (calendar-month-abbrev-array): New variables.
4493 (calendar-abbrev-construct): New function.
4494 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
4495 rather than fixing abbrevs at some width. Calling syntax change.
4496 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
4497 (calendar-date-string): Adapt for new behaviours of
4498 `calendar-day-name' and `calendar-month-name' functions.
4499
4500 * calendar/diary-lib.el (list-diary-entries): Adapt for new
4501 behaviour of `calendar-day-name' and `calendar-month-name' functions.
4502 (diary-name-pattern): Use abbrev arrays, rather than fixing
4503 abbrevs at three chars. Calling syntax change.
4504 (mark-diary-entries): Adapt for new behaviours of
4505 `diary-name-pattern' and `calendar-make-alist' functions.
4506 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
4507 `diary-name-pattern' function.
4508 (font-lock-diary-date-forms): Use abbrev arrays, rather than
4509 fixing abbrevs at three chars. Calling syntax change.
4510 (cal-hebrew, cal-islam): Require when compiling.
4511 (diary-font-lock-keywords): Adapt for new behaviour of
4512 `font-lock-diary-date-forms' function.
4513
4514 * calendar/cal-hebrew.el: Reposition some code so defined before used.
4515 (calendar-hebrew-month-name-array-common-year)
4516 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
4517 (list-hebrew-diary-entries): Adapt for new behaviours of
4518 `calendar-day-name' and `add-to-diary-list' functions.
4519 (mark-hebrew-diary-entries): Adapt for new behaviours of
4520 `diary-name-pattern' and `calendar-make-alist' functions.
4521
4522 * calendar/cal-islam.el (calendar-islamic-month-name-array):
4523 Add doc string.
4524 (list-islamic-diary-entries): Adapt for new behaviours of
4525 `calendar-day-name' and `add-to-diary-list' functions.
4526 (mark-islamic-diary-entries): Adapt for new behaviours of
4527 `diary-name-pattern' and `calendar-make-alist' functions.
4528
4529 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
4530 `calendar-month-name' function.
4531
4532 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
4533
4534 * calendar/solar.el (solar-seasons-data): Move definition before use.
4535
4536 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
4537 (cal-tex-LaTeX-hourbox): Move definition before use.
4538
4539 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
4540 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
4541 lunar.el, solar.el
4542 (displayed-month, displayed-year): Define for compiler.
4543
4544 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4545
4546 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
4547 MODE. Renamed from c-init-c-language-vars'.
4548 (c-initialize-cc-mode): Change accordingly.
4549 (c-common-init): Ditto.
4550 (c-mode): Ditto.
4551 (c++-mode): Use `c-init-language-vars-for'.
4552 (objc-mode): Ditto.
4553 (java-mode): Ditto.
4554 (idl-mode): Ditto.
4555 (pike-mode): Ditto.
4556 (awk-mode): Ditto.
4557
4558 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
4559
4560 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
4561 or not the point moved.
4562
4563 (c-search-decl-header-end): Don't trip up on operator identifiers
4564 in C++ and operators like == in all languages.
4565
4566 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
4567 Detect leading labels correctly.
4568
4569 2003-08-02 Andreas Schwab <schwab@suse.de>
4570
4571 * textmodes/ispell.el: Don't redo key bindings on loading, put
4572 them only in loaddefs.el.
4573 * bookmark.el: Likewise.
4574 * dabbrev.el: Likewise.
4575 * emerge.el: Likewise.
4576
4577 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
4578 has more than one member.
4579
4580 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
4581
4582 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4583
4584 * lpr.el (printify-region): It was ending conversion before the
4585 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
4586
4587 2003-07-31 John Paul Wallington <jpw@gnu.org>
4588
4589 * net/browse-url.el (browse-url-epiphany): Doc fix.
4590
4591 2003-07-30 Kenichi Handa <handa@m17n.org>
4592
4593 * international/fontset.el (setup-default-fontset):
4594 Change registry names of Akurti fonts.
4595
4596 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
4597
4598 * comint.el (comint-read-noecho): Use `clear-string' instead of
4599 `fillarray'.
4600
4601 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
4602
4603 * outline.el (outline-mode-hook): Add defvar.
4604
4605 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
4606
4607 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
4608 Restore assembler in source window if that is what has been selected.
4609 (menu): Add gdb-restore-windows to menu. Make gdba
4610 specific menus only visible from gdba.
4611
4612 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
4613
4614 * progmodes/compile.el (compilation-environment): New user variable.
4615 (compile-internal): Respect it.
4616
4617 2003-07-23 Masatake YAMATO <jet@gyve.org>
4618
4619 * progmodes/gud.el (gdb-script-font-lock-keywords):
4620 Put `font-lock-function-name-face' on a symbol which includes
4621 `-' like `hook-run'. Put font-lock-variable-name-face
4622 on a symbol starting with $.
4623
4624 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
4625
4626 * files.el (set-visited-file-name): Use truename for buffer-file-name.
4627
4628 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
4629
4630 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
4631
4632 2003-07-26 Andre Spiegel <spiegel@gnu.org>
4633
4634 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
4635 Use with-no-warnings.
4636 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
4637 rather than to find-file-not-found-hook, which doesn't exist.
4638
4639 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
4640
4641 * international/quail.el (quail-translate-key): Fix previous change.
4642
4643 2003-07-25 John Paul Wallington <jpw@gnu.org>
4644
4645 * server.el (server-start): Check `server-process' is non-nil
4646 before killing it to avoid killing current buffer's process.
4647
4648 * simple.el (choose-completion-string): Use `minibufferp';
4649 test `completion-reference-buffer' if `buffer' arg is nil.
4650 (push-mark): Use `when' and `unless'.
4651 (pop-mark): Use `when'.
4652
4653 * mouse-sel.el (mouse-sel-get-selection-function):
4654 Check `x-last-selected-text-primary'. Don't barf if it or
4655 `x-last-selected-text' aren't bound.
4656
4657 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4658
4659 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
4660
4661 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
4662
4663 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
4664
4665 2003-07-23 John Paul Wallington <jpw@gnu.org>
4666
4667 * tooltip.el (defface tooltip): Inherit from variable-pitch.
4668
4669 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4670
4671 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
4672 string. Defvar the derived hook.
4673
4674 * macros.el (insert-kbd-macro): Escape double quote character.
4675 From Thomas W Murphy <twm@andrew.cmu.edu>.
4676
4677 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
4678
4679 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
4680 to match the specific mark rather than reusing comment-start-skip.
4681
4682 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
4683
4684 * progmodes/hideshow.el (hs-special-modes-alist):
4685 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
4686
4687 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
4688
4689 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
4690 value using ?\s.
4691
4692 2003-07-21 John Paul Wallington <jpw@gnu.org>
4693
4694 * subr.el (with-selected-window): Add closing paren.
4695
4696 2003-07-21 Richard M. Stallman <rms@gnu.org>
4697
4698 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
4699 (lisp-mode): Likewise.
4700
4701 * subr.el (with-selected-window): Copy code form save-selected-window
4702 so as to call select-window with norecord arg.
4703 (dynamic-completion-table): Doc fix.
4704 (lazy-completion-table): Doc fix.
4705
4706 * international/mule-cmds.el (set-locale-environment):
4707 langinfo renamed to locale-info.
4708
4709 * international/mule.el (auto-coding-functions): Doc fix.
4710
4711 2003-07-21 Kenichi Handa <handa@m17n.org>
4712
4713 * international/quail.el (quail-translate-key):
4714 Update quail-current-str correctly.
4715
4716 2003-07-21 Andreas Schwab <schwab@suse.de>
4717
4718 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
4719 ?, to "_".
4720
4721 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4722 Version 2.0.36 of Tramp released.
4723
4724 * net/tramp.el (tramp-default-password-end-of-line): Rename from
4725 tramp-password-end-of-line.
4726 (tramp-password-end-of-line): New method parameter.
4727 (tramp-get-password-end-of-line): Function to access method
4728 parameter `tramp-password-end-of-line', or variable
4729 `tramp-default-password-end-of-line' (default value).
4730 (tramp-methods): Add entries for new parameter
4731 tramp-password-end-of-line.
4732 (tramp-enter-password): Use new function
4733 `tramp-get-password-end-of-line'.
4734 (tramp-handle-insert-file-contents): Do not
4735 unconditionally inhibit the file operation file-local-copy, only
4736 do that when the inhibit-file-name-operation is currently
4737 insert-file-contents. This fixes finding remote CVS-controlled
4738 files. (It would barf on inserting the CVS/Entries file
4739 literally, because the file-local-copy handler wasn't called.)
4740 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
4741 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
4742 (tramp-initial-commands): New variable.
4743 (tramp-process-initial-commands): New function, using the variable.
4744 (tramp-open-connection-setup-interactive-shell): Call the new function.
4745 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
4746 method into the buffer name, never use nil. Reported by Hanak
4747 David <dhanak@inf.bme.hu>.
4748 (tramp-open-connection-setup-interactive-shell): Erase buffer
4749 before sending "stty -onlcr".
4750
4751 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
4752
4753 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
4754
4755 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
4756
4757 2003-07-19 John Paul Wallington <jpw@gnu.org>
4758
4759 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
4760 (artist-draw-rect, artist-draw-square): Doc fixes.
4761
4762 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
4763
4764 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
4765
4766 2003-07-19 Kenichi Handa <handa@m17n.org>
4767
4768 * international/kkc.el (kkc-show-conversion-list-update):
4769 Highlight the correct candidate in the message.
4770
4771 2003-07-18 John Paul Wallington <jpw@gnu.org>
4772
4773 * simple.el (current-word): Don't include punctuation char when
4774 `really-word' arg is non-nil.
4775
4776 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
4777
4778 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
4779 moved to the directory obsolete.
4780
4781 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * info.el (Info-menu-entry-name-re): Allow newlines in
4784 menu entry names.
4785
4786 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
4787 syntax-ppss-after-change-function.
4788 (syntax-ppss-after-change-function): New alias. Update uses.
4789 (syntax-ppss): Catch the case where the buffer is narrowed.
4790
4791 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4792
4793 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
4794 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
4795
4796 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4797
4798 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
4799 since it might be modified.
4800
4801 * progmodes/cc-langs.el (c++-make-template-syntax-table)
4802 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
4803 names to these language constants.
4804
4805 2003-07-15 Kim F. Storm <storm@cua.dk>
4806
4807 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
4808 All uses changed.
4809
4810 2003-07-14 Mark A. Hershberger <mah@everybody.org>
4811
4812 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
4813 Namespace support.
4814
4815 2003-07-13 Juanma Barranquero <lektu@terra.es>
4816
4817 * frame.el (modify-all-frames-parameters): Reinstall (copyright
4818 papers received).
4819
4820 2003-07-13 Karl Eichwalder <ke@suse.de>
4821
4822 * textmodes/po.el (po-find-charset): White space at the start of the
4823 Content-Type field body is non-mandatory.
4824
4825 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4826
4827 * textmodes/texinfo.el (texinfo-section-list):
4828 Append appendixsection; a synonym for appendixsec.
4829
4830 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
4831
4832 * man.el (Man-translate-cleanup): New.
4833 (Man-translate-references): Call `Man-translate-cleanup' to clean
4834 leading, trailing and middle spaces.
4835
4836 2003-07-13 Lars Hansen <larsh@math.ku.dk>
4837
4838 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
4839 Handle `dired-directory' being a list.
4840
4841 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
4842
4843 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
4844 it doesn't exist.
4845
4846 2003-07-12 Richard M. Stallman <rms@gnu.org>
4847
4848 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
4849
4850 * progmodes/cc-defs.el (c-make-keywords-re):
4851 Don't use delete-duplicates.
4852 (c-lang-const): Don't use mapcan.
4853
4854 * apropos.el (apropos-show-scores): Make it customizable.
4855 Document new meaning.
4856 (apropos): Compute scores from symbols.
4857 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
4858
4859 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4860
4861 * ps-bdf.el: Fix copyright line.
4862 (bdf-directory-list): Fix initialization code.
4863
4864 2003-07-11 John Paul Wallington <jpw@gnu.org>
4865
4866 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
4867 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
4868 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
4869
4870 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
4871
4872 * emacs-lisp/ring.el (ring-elements): Doc fix.
4873
4874 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4875
4876 * calendar/timeclock.el (timeclock-relative)
4877 (timeclock-ask-before-exiting, timeclock-use-display-time):
4878 Doc changes.
4879 (timeclock-modeline-display): Give a message if
4880 `timeclock-use-display-time' is non-nil but `display-time-mode'
4881 is not active.
4882
4883 2003-07-11 Kenichi Handa <handa@m17n.org>
4884
4885 * international/mule-cmds.el (set-language-environment):
4886 Set current-language-environment to the correct string.
4887
4888 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4889
4890 * ps-print.el: Print line number correctly in a region. Reported by
4891 Tim Allen <timallen@ls83.fsnet.co.uk>
4892 (ps-print-version): New version number (6.6.2).
4893 (ps-printing-region): Code fix.
4894
4895 2003-07-10 John Paul Wallington <jpw@gnu.org>
4896
4897 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
4898 this function can be called from `add-completions-from-tags-table'.
4899
4900 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
4901
4902 * calendar/timeclock.el (timeclock-use-display-time)
4903 (timeclock-day-over-hook, timeclock-workday-remaining)
4904 (timeclock-status-string, timeclock-when-to-leave)
4905 (timeclock-when-to-leave-string, timeclock-log-data)
4906 (timeclock-find-discrep, timeclock-day-base)
4907 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
4908 (timeclock-modeline-display): Set the variable
4909 `timeclock-modeline-display'.
4910 (timeclock-update-modeline): Doc fix. Respect value of
4911 `timeclock-relative'.
4912
4913 2003-07-09 Richard M. Stallman <rms@gnu.org>
4914
4915 * textmodes/reftex-parse.el (reftex-all-document-files):
4916 Add autoload cookie.
4917
4918 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
4919 (reftex-scanning-info-available-p): Add autoload cookie.
4920
4921 * international/mule-cmds.el
4922 (set-display-table-and-terminal-coding-system): Delete duplicate
4923 aset on standard-display-table.
4924
4925 * view.el (view-file): If existing buffer's major mode is special,
4926 don't go into view mode.
4927
4928 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
4929
4930 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4931
4932 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
4933 buffer changes; there's third party code that calls this function
4934 directly.
4935
4936 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4937
4938 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
4939 (autodoc-font-lock-keywords): Don't byte compile on font lock
4940 initialization when running from byte compiled files.
4941
4942 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4943
4944 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
4945 statement ends with auto-increment "++".
4946
4947 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4948
4949 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
4950 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
4951 these are changed, so declare them as variables and not constants.
4952
4953 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
4954
4955 * subr.el (dolist, dotimes): Doc fix.
4956
4957 2003-07-08 Kim F. Storm <storm@cua.dk>
4958
4959 * international/mule-cmds.el
4960 (set-display-table-and-terminal-coding-system): Don't break
4961 bootstrap if standard-display-table isn't setup yet.
4962
4963 2003-07-07 Richard M. Stallman <rms@gnu.org>
4964
4965 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
4966 Give it a doc string, and autoload it.
4967
4968 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
4969 Use with-no-warnings.
4970
4971 * info.el (Info-search): If find invisible text, search again.
4972
4973 * isearch.el (search-whitespace-regexp): Add a shy group around it.
4974
4975 * man.el (Man-name-regexp): Match + as part of name.
4976
4977 * simple.el (visible-mode): Rename from vis-mode.
4978 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
4979
4980 * simple.el (current-word): New arg REALLY-WORD specifies
4981 don't include punctuation chars.
4982
4983 * emacs-lisp/debug.el (debug, debugger-env-macro):
4984 Use with-no-warnings while accessing and binding unread-command-char.
4985
4986 * international/mule-cmds.el
4987 (set-display-table-and-terminal-coding-system): Use explicit loop
4988 instead of calling standard-display-default.
4989
4990 * net/ange-ftp.el (ange-ftp-file-symlink-p):
4991 Use condition-case to catch error in ange-ftp-get-files.
4992
4993 * net/browse-url.el (browse-url-browser-function):
4994 Add alternative for Epiphany.
4995 (browse-url-epiphany-program, browse-url-epiphany-arguments)
4996 (browse-url-epiphany-startup-arguments)
4997 (browse-url-epiphany-new-window-is-tab): New variables.
4998 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
4999
5000 * progmodes/compile.el (compile-auto-highlight): Default now t.
5001 (compile): Doc fix.
5002 (compilation-next-error): Fix previous change.
5003
5004 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
5005
5006 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
5007
5008 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
5009
5010 * gdb-ui.el (gdb-source-info): Display current frame when
5011 attaching to an existing process.
5012 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
5013 while laying out windows when attaching to an existing process.
5014
5015 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * info.el (Info-menu): Use Info-menu-entry-name-re.
5018
5019 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
5020
5021 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
5022 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
5023
5024 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
5025 to match the same text.
5026
5027 2003-07-06 John Paul Wallington <jpw@gnu.org>
5028
5029 * vc.el (vc-annotate-offset): Move defvar up.
5030
5031 2003-07-06 Kim F. Storm <storm@cua.dk>
5032
5033 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
5034 This should fix the infinite loop when extracting menu names.
5035
5036 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
5037
5038 * files.el (auto-mode-alist, interpreter-mode-alist):
5039 Remove entries to CC Mode modes to avoid duplicates; they are now added
5040 with autoload directives in cc-mode.el.
5041
5042 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
5043
5044 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
5045 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
5046 these are changed, so declare them as variables and not constants.
5047
5048 * progmodes/cc-mode.el: Fix some autoload problems: Try to
5049 ensure that the entry for ".c" extension comes before the one for
5050 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
5051 Fix incorrect entries that were added to `interpreter-mode-alist'.
5052 Move the autoload directives for AWK to the top level since they
5053 aren't recognized anywhere else. Do not use the new AWK mode doc
5054 in the autoload form for the old AWK mode.
5055
5056 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5057
5058 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
5059 (bibtex-sort-ignore-string-entries): Default value t.
5060 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
5061 erroneously in previous version.
5062 (bibtex-string-files): Docstring reflects new parsing scheme.
5063 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
5064 docstring, add # as one of the chars to crush
5065 (bibtex-autokey-prefix-string, bibtex-autokey-names)
5066 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
5067 (bibtex-autokey-name-change-strings)
5068 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
5069 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
5070 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
5071 (bibtex-autokey-title-terminators)
5072 (bibtex-autokey-titlewords-stretch)
5073 (bibtex-autokey-titleword-ignore)
5074 (bibtex-autokey-titleword-case-convert)
5075 (bibtex-autokey-titleword-abbrevs)
5076 (bibtex-autokey-titleword-abbrevs)
5077 (bibtex-autokey-titleword-change-strings)
5078 (bibtex-autokey-titleword-length)
5079 (bibtex-autokey-titleword-separator)
5080 (bibtex-autokey-name-year-separator)
5081 (bibtex-autokey-year-title-separator)
5082 (bibtex-autokey-before-presentation-function)
5083 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
5084 Fix docstring.
5085 (bibtex-strings, bibtex-reference-keys):
5086 Use lazy-completion-table and make-variable-buffer-local.
5087 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
5088 (bibtex-braced-string-syntax-table)
5089 (bibtex-quoted-string-syntax-table): New variables.
5090 (bibtex-parse-nested-braces): Remove.
5091 (bibtex-parse-field-string): Use syntax table and forward-sexp.
5092 (bibtex-parse-association): Simplify.
5093 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
5094 (bibtex-parse-field-text): Simplify.
5095 (bibtex-search-forward-field, bibtex-search-backward-field):
5096 argument BOUND can take value t.
5097 (bibtex-start-of-field, bibtex-start-of-name-in-field)
5098 (bibtex-end-of-name-in-field, bibtex-end-of-field)
5099 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
5100 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
5101 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
5102 (bibtex-skip-to-valid-entry): Return buffer position of beginning
5103 and ending of entry. Update for changes of bibtex-search-entry.
5104 Simplify.
5105 (bibtex-map-entries): FUN is called with three arguments.
5106 (bibtex-search-entry): Return a cons pair with buffer positions of
5107 beginning and end of entry.
5108 (bibtex-enclosing-field): Simplify.
5109 (bibtex-format-entry): Use booktitle to set a missing title.
5110 (bibtex-autokey-get-names): Fiddle with regexps.
5111 (bibtex-generate-autokey): Use identity.
5112 (bibtex-parse-keys): Use simplified parsing algorithm if
5113 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
5114 arguments. Return alist of keys.
5115 (bibtex-parse-strings): Simplify. Return alist of strings.
5116 (bibtex-complete-string-cleanup): Fix docstring.
5117 (bibtex-read-key): New function.
5118 (bibtex-mode): Fix docstring. Do not parse for keys and
5119 strings when the mode is entered. Set fill-paragraph-function to
5120 bibtex-fill-field. Setup font-lock-mark-block-function the way
5121 font-lock intended.
5122 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
5123 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
5124 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
5125 (bibtex-Preamble): Avoid hard coded constants.
5126 (bibtex-make-field): Fix docstring. Simplify.
5127 (bibtex-beginning-of-entry): Always return new position of point.
5128 (bibtex-end-of-entry): Rearrange cond clauses.
5129 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
5130 Update for changes of bibtex-map-entries.
5131 (bibtex-ispell-abstract): Do not move point.
5132 (bibtex-entry-index): Use downcase. Simplify.
5133 (bibtex-lessp): Handle catch-all.
5134 (bibtex-find-crossref): Turn into a command.
5135 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
5136 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
5137 preamble entries.
5138 (bibtex-fill-field-bounds): New function.
5139 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
5140 (bibtex-fill-entry): Use bibtex-fill-field-bounds
5141 (bibtex-String): Use bibtex-strings. Always obey
5142 bibtex-sort-ignore-string-entries.
5143
5144 2003-07-05 John Paul Wallington <jpw@gnu.org>
5145
5146 * cus-theme.el (customize-create-theme):
5147 Call `customize-create-theme' in Reset widget's notify function.
5148
5149 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
5150 (ibuffer-mark-interactive): Use `or' instead of `unless'.
5151 (define-ibuffer-column name): Add summarizer.
5152 (define-ibuffer-column size): Likewise.
5153 (define-ibuffer-column filename): Likewise.
5154 (define-ibuffer-column process): Likewise. Change BODY's output too.
5155 (define-ibuffer-column filename-and-process): Likewise, likewise.
5156 (ibuffer): Remove local vars `already-in' and `need-update'.
5157
5158 * ibuf-ext.el: Don't require `derived' at compile-time.
5159
5160 2003-07-05 Kim F. Storm <storm@cua.dk>
5161
5162 * info.el: Disable paragraph refilling.
5163 (Info-refill-paragraphs): New defcustom.
5164 (Info-fontify-node): Use it.
5165
5166 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
5167
5168 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
5169 thingies from constructors created by defstruct.
5170
5171 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
5172 the default value of the variable.
5173 (byte-code-meter): Move declaration to top level.
5174
5175 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
5176
5177 * info.el (Info-following-node-name-re): New fun.
5178 (Info-following-node-name): Remove.
5179 (Info-insert-dir): Use the new fun.
5180 (Info-extract-pointer): Don't save restriction; use new fun.
5181 (Info-menu-entry-name-re): New const.
5182 (Info-menu-entry-name-re): Use it along with new fun.
5183 (Info-node-spec-re): Use new fun.
5184 (Info-complete-menu-item, Info-fontify-node): Use new const.
5185 (Info-goto-node, Info-follow-reference, Info-menu-update):
5186 Use match-string.
5187 (Info-follow-reference): Use assoc-string.
5188 Use a list of strings for the completion table.
5189 (Info-fontify-node): Use match-string, line-end-position.
5190 Limit the search for `node:' to the first line.
5191
5192 * newcomment.el (uncomment-region): Remove padding coming from
5193 comment-start rather than just from comment-padding.
5194
5195 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
5196 (vc-cvs-stay-local-p): Use vc-stay-local-p.
5197 (vc-cvs-rename-file): Remove (use the default).
5198 (vc-cvs-register): Register parent dir if needed.
5199 (vc-cvs-could-register): Return non-nil if parent can be registered.
5200 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
5201 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
5202
5203 * vc-svn.el (vc-svn-use-edit): Make it into a const.
5204 (vc-svn-update): Fix the arguments to `svn'.
5205 (vc-svn-diff-tree): Just use `vc-svn-diff'.
5206 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
5207 Simple implementations, assuming `name' is a URL.
5208
5209 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
5210 set of chars allowed unquoted in a case pattern.
5211
5212 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
5213
5214 * font-lock.el (font-lock-extra-types-widget)
5215 (c-font-lock-extra-types, c++-font-lock-extra-types)
5216 (objc-font-lock-extra-types, java-font-lock-extra-types)
5217 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
5218 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
5219 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5220 (font-lock-match-c++-structor-declaration)
5221 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
5222 (c++-font-lock-keywords-3, c++-font-lock-keywords)
5223 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
5224 (objc-font-lock-keywords-3, objc-font-lock-keywords)
5225 (java-font-lock-keywords-1, java-font-lock-keywords-2)
5226 (java-font-lock-keywords-3, java-font-lock-keywords)
5227 (java-font-lock-syntactic-face-function): Remove obsolete code
5228 and constants. It's all in cc-fonts.el now.
5229
5230 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
5231
5232 * mail/sendmail.el (mail-specify-envelope-from)
5233 (mail-envelope-from): Doc fix.
5234
5235 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
5236
5237 * generic-x.el: Do away with the dependency on `c-emacs-features'
5238 when populating `rul-generic-mode-syntax-table'; we already know
5239 this isn't XEmacs.
5240
5241 See ChangeLog.10 for earlier changes.
5242
5243 ;; Local Variables:
5244 ;; coding: iso-2022-7bit
5245 ;; End:
5246
5247 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5248 Copying and distribution of this file, with or without modification,
5249 are permitted provided the copyright notice and this notice are preserved.
5250
5251 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1