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