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