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