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