]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-05-30 Nick Roberts <nickrob@gnu.org>
2
3 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5 modeline of the locals buffer.
6 (gdb-goto-breakpoint): Handle gdbmi.
7 (gdb-get-frame-number): Change for gdbmi.
8
9 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10
11 * files.el (file-remote-p): Apply file name handler for operation
12 `file-remote-p'. It isn' a property any longer.
13 (file-relative-name): `fh' and `fd' get the required value via
14 `find-file-name-handler' already.
15
16 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17 (top): Remove setting of `file-remote-p' property for
18 `ange-ftp-hook-function'. Add `ange-ftp' property to
19 `file-remote-p'.
20
21 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
22
23 Version 2.0.41 of Tramp released.
24
25 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output): Throw
26 away if process has died. Reported by Luc Teirlinck
27 <teirllm@dms.auburn.edu>.
28 (tramp-out-of-band-prompt-regexp): Renamed to
29 `tramp-process-alive-regexp', because its usage is widen.
30 (tramp-actions-copy-out-of-band): Apply it.
31 (tramp-actions-before-shell, tramp-multi-actions): Add
32 `tramp-action-process-alive' action.
33 (tramp-action-process-alive): New defun.
34 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
35 Add entry for `file-remote-p'.
36 (tramp-handle-file-remote-p): New defun.
37 (top): Remove setting of `file-remote-p'. Don't set
38 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
39
40 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
41 `file-remote-p'.
42
43 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
44 counted for (last) line. Reported by Aaron Ucko
45 <ucko@ncbi.nlm.nih.gov>.
46
47 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
48
49 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
50 not really necessary but seems to keep the shell history smaller
51 in some cases. It is no substitute for setting HISTFILE and
52 HISTSIZE from tramp-open-connection-setup-interactive-shell,
53 though. Suggested by Luc Teirlinck.
54 (tramp-open-connection-setup-interactive-shell): Export variables
55 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
56 (tramp-set-process-query-on-exit-flag): New compat function.
57 (tramp-open-connection-multi, tramp-open-connection-su)
58 (tramp-open-connection-rsh, tramp-open-connection-telnet)
59 (tramp-do-copy-or-rename-file-out-of-band): Use it.
60 (tramp-let-maybe): New macro, let-binds a variable only if it
61 isn't obsolete.
62 (tramp-check-ls-commands, tramp-handle-expand-file-name)
63 (tramp-handle-file-truename): Use it.
64 (tramp-completion-file-name-regexp-unified): Avoid matching
65 filenames starting with "/:" -- those are reserved for
66 file-name-non-special.
67
68 * tramp-smb.el (tramp-smb-open-connection): Use
69 tramp-set-process-query-on-exit-flag compat function.
70
71 2004-05-29 Richard M. Stallman <rms@gnu.org>
72
73 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
74
75 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
76 (eval-last-sexp-print-value): Print char equivalent regardless
77 of standard-output value.
78
79 * thumbs.el (thumbs-subst-char-in-string): Deleted.
80 (thumbs-thumbname): Use subst-char-in-string.
81 (thumbs-resize-image): Use condition-case, not ignore-errors.
82 (thumbs-kill-buffer): Likewise.
83
84 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
85 (thumbs-mode): Make buffer read-only.
86 (thumbs-make-thumb): Unconditionally accept an existing file.
87 (thumbs-insert-thumb): Add thumb-image-file property to the image.
88 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
89 (thumbs-show-thumbs-list): Error if images not supported.
90 (thumbs-save-current-image): Improve prompt string.
91 (thumbs-mode-map): Define u, R, x.
92 (thumbs-unmark): New command.
93 (thumbs-emboss-image): Minor cleanup.
94 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
95 (thumbs-rename-images): New command.
96 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
97
98 * thumbs.el (thumbs-current-image): New function.
99 (thumbs-file-list, thumbs-file-alist): New functions.
100 (thumbs-find-image): Delete arg L.
101 Don't set up thumbs-fileL as buffer-local global var.
102 (thumbs-find-image-at-point): Use thumbs-current-image.
103 (thumbs-set-image-at-point-to-root-window): Likewise.
104 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
105 Record and warn about errors. Update thumbs-markedL for deletions.
106 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
107 (thumbs-redraw-buffer): Use thumbs-file-list.
108 (thumbs-mark): Use thumbs-current-image.
109 (thumbs-show-name): Use thumbs-current-image.
110
111 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
112 and imenu--last-menubar-index-alist.
113
114 * subr.el (with-selected-window): Undo previous change.
115
116 2004-05-29 John Paul Wallington <jpw@gnu.org>
117
118 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
119 (thumbs-mouse-find-image): New command.
120 (thumbs-mode-map): Bind it to mouse-2.
121 (thumbs-mode): Make mode-class special.
122 (thumbs-view-image-mode): Likewise.
123
124 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
125
126 * flymake.el: New file.
127
128 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
129
130 * files.el (find-file-noselect-1): Do not bind
131 `inhibit-read-only' to t during execution of
132 `find-file-not-found-functions'.
133
134 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
137 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
138
139 2004-05-28 Juri Linkov <juri@jurta.org>
140
141 * simple.el (eval-expression-print-format): New fun.
142
143 * simple.el (eval-expression):
144 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
145 * emacs-lisp/edebug.el (edebug-compute-previous-result)
146 (edebug-eval-expression): Print additionally the value returned by
147 `eval-expression-print-format'.
148
149 * emacs-lisp/lisp.el (insert-pair-alist): New var.
150 (insert-pair): Make arguments optional. Find character pair
151 from `insert-pair-alist' according to the last input event.
152 (insert-parentheses): Make arguments optional.
153 (raise-sexp, delete-pair): New funs.
154
155 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
156 (emacs-lisp-mode-map, lisp-interaction-mode-map):
157 Bind C-M-q to `indent-pp-sexp'.
158
159 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
160 `pp-to-string' modified to be able to format text with newlines.
161 (pp-to-string): Move the buffer-formatting part of the code to
162 `pp-buffer'. Call `pp-buffer'.
163
164 * info.el (Info-desktop-buffer-misc-data): Don't save information
165 about virtual files.
166 (Info-restore-desktop-buffer): Restore Info buffers in prepared
167 buffers with names obtained from the desktop file instead of the
168 default *info* buffer.
169
170 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * subr.el (with-selected-window): Only save/restore the selected window.
173
174 * progmodes/compile.el (compilation-error-regexp-alist):
175 Use expand-file-name and data-directory.
176
177 * progmodes/grep.el (grep-tree): Rework previous fix.
178
179 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
180 after the user marked text with the mouse.
181
182 * startup.el (command-line): Keep the first regexp of
183 auto-save-file-name-transforms intact.
184
185 2004-05-28 Juanma Barranquero <lektu@terra.es>
186
187 * cus-edit.el (customize-face, customize-face-other-window)
188 (custom-face-edit-delete): Make arguments match their use in docstring.
189 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo.
190
191 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
192 not `cvs-butlast'.
193
194 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
195 `nbutlast' are in subr.el).
196
197 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
198 (set-w32-system-coding-system): Doc fixes.
199
200 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
201 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
202 Make arguments match their use in docstring.
203 (artist-draw-region-trim-line-endings)
204 (artist-mouse-choose-operation): Fix typo in docstring.
205 (artist-key-set-point-common): Doc fix.
206
207 2004-05-28 Simon Josefsson <jas@extundo.com>
208
209 * mail/smtpmail.el (smtpmail-open-stream):
210 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
211
212 2004-05-26 Simon Josefsson <jas@extundo.com>
213
214 * starttls.el: Merge with my GNUTLS based starttls.el.
215 (starttls-gnutls-program, starttls-use-gnutls)
216 (starttls-extra-arguments, starttls-process-connection-type)
217 (starttls-connect, starttls-failure, starttls-success): New variables.
218 (starttls-program, starttls-extra-args): Doc fix.
219 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
220 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
221 and pass on to corresponding *-gnutls function if it is set.
222
223 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
224
225 * autorevert.el (auto-revert-handler): Disable auto-reverting of
226 remote files.
227
228 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
229
230 * files.el (file-name-non-special): There are more operations
231 which need handling: `find-backup-file-name',
232 `insert-file-contents', `verify-visited-file-modtime',
233 `write-region'. Rename t value of method to `add'. Add new
234 methods `quote' and `unquote-then-quote' to file-arg-indices.
235
236 2004-05-25 Juri Linkov <juri@jurta.org>
237
238 * info.el (Info-toc): Call Info-mode on intermediate buffer.
239 (Info-index-nodes): Enclose code in condition-case to catch errors.
240 (Info-index-node): Don't search all index nodes if request is only
241 for the current node and file is not in the cache of index nodes.
242 (Info-mode-map): Bind Info-copy-current-node-name to `w'
243 for consistency with dired-copy-filename-as-kill.
244 Bind `S' to Info-search-case-sensitively.
245 (Info-copy-current-node-name): New arg. With zero prefix arg put
246 the name inside a function call to `info'. Display copied text in
247 the echo area.
248
249 2004-05-25 Sam Steingold <sds@gnu.org>
250
251 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
252 strip the package prefix from the symbol name, if any.
253 Make it the `find-tag-default-function' for `lisp-mode'.
254
255 2004-05-25 John Paul Wallington <jpw@gnu.org>
256
257 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
258 instead of obsolete `process-kill-without-query'.
259
260 * textmodes/texinfmt.el (texinfo-indexvar-alist):
261 Declare as variable, not constant.
262
263 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
264
265 * files.el (find-file-noselect-1): Fix bug introduced by
266 Revision 1.694. As a side effect, `inhibit-read-only'
267 is again, by default, t during execution of
268 `find-file-not-found-functions'.
269 (insert-directory): Check that lines were really inserted by
270 the --dired switch, before erasing them.
271
272 2004-05-24 Nick Roberts <nickrob@gnu.org>
273
274 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
275 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
276 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
277 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
278 gud-minor-mode (gdbmi).
279
280 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
281
282 * net/browse-url.el (browse-url-interactive-arg): Enable user to
283 explicitly select the text to be taken as URL.
284
285 2004-05-23 Juri Linkov <juri@jurta.org>
286
287 * info.el (Info-index-nodes): New var and fun.
288 (Info-goto-index, Info-index, info-apropos)
289 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
290 (Info-index): Fix docstring. Store and restore Info-history-list.
291 (Info-complete-nodes): New var.
292 (Info-complete-menu-item): Use it.
293 (Info-index-node): New fun.
294 (Info-final-node, Info-forward-node, Info-backward-node)
295 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
296 Use Info-index-node.
297 (Info-extract-menu-item, Info-extract-menu-counting): Set second
298 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
299 (Info-find-node-2): If a node with period in its name not found,
300 try to find a node without the name part after period.
301 (Info-select-node): Call Info-fontify-node only if
302 Info-fontify-maximum-menu-size is not nil.
303 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
304 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
305 Preserve Info-history-list.
306 (Info-toc): Set Info-current-file.
307 (Info-build-toc): Move point to the beginning of the buffer.
308 Add main-file variable.
309 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
310 Use backslashed representation of the control character ^_.
311
312 * textmodes/texinfmt.el (texinfo-print-index): Print index line
313 numbers in the new Texinfo 4.7 format.
314
315 * add-log.el (change-log-font-lock-keywords): Remove `:' from
316 regexps for function and variable names.
317
318 * descr-text.el (describe-property-list): Add [show] button for
319 `syntax-table' property with action to pp to a separate buffer.
320 (describe-char): Replace search-forward by re-search-forward with
321 whitespace regexp after "character:" to not fail in too narrow windows.
322
323 * simple.el (next-error-find-buffer): Add a rule to return
324 next-error capable buffer if one window on the selected frame
325 displays such buffer.
326
327 2004-05-23 Nick Roberts <nickrob@gnu.org>
328
329 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
330 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
331 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
332 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
333 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
334 Handle new value for gud-minor-mode (gdbmi).
335 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
336 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
337 Change from local to global gdb variable set.
338 (gdb-ann3): Initialise above gdb variable set.
339 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
340 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
341 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
342 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
343 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
344 (gdb-info-locals-handler, gdb-invalidate-assembler)
345 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
346 set as global variables.
347 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
348 Handle gdbmi.
349 (gdb-info-breakpoints-custom): Fix regexp.
350 (def-gdb-var): Delete.
351
352 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
353 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
354 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
355 a new mode. The file (gdb-mi.el) for this mode will be included
356 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
357 primary interface.
358
359 2004-05-23 Jesper Harder <harder@ifa.au.dk>
360
361 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
362 interpreted as a directory.
363
364 2004-05-22 Richard M. Stallman <rms@gnu.org>
365
366 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
367 as a close quote.
368
369 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
370
371 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
372 Use assoc-string, not assoc-ignore-case.
373
374 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
375
376 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
377 If moving back then fwd gets a defun that ends before point,
378 try again moving fwd then back.
379
380 * files.el (file-name-non-special): Allow t in file-arg-indices
381 to mean requote the return value. Use `identity' as an element
382 rather than as the whole value.
383
384 * gs.el (gs-options): Add -dSAFER. Mark it risky.
385
386 2004-05-22 Juanma Barranquero <lektu@terra.es>
387
388 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
389 `help-make-usage'.
390 (help-highlight-arguments): Skip function name before searching
391 for arguments.
392
393 2004-05-21 Juanma Barranquero <lektu@terra.es>
394
395 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
396 Don't mention in the docstring these arguments meant for
397 internal (recursive) use only.
398 (allout-char-spec): Comment out (it's not implemented).
399 (allout-old-expose-topic, allout-exposure): Fix docstring and add
400 obsolescence declaration.
401 (allout-flatten-exposed-to-buffer)
402 (allout-indented-exposed-to-buffer): Fix typos in docstring.
403 (my-mark-marker): Doc fix.
404 (produce-allout-mode-map, allout-sibling-index)
405 (allout-isearch-expose, allout-distinctive-bullet)
406 (allout-open-topic, allout-reindent-body)
407 (allout-rebullet-heading, allout-process-exposed)
408 (allout-insert-listified, allout-latex-verb-quote)
409 (allout-insert-latex-header, allout-insert-latex-trailer):
410 Make arguments match their use in docstring.
411 (allout-primary-bullet, allout-old-style-prefixes)
412 (allout-inhibit-protection, allout-init, allout-mode)
413 (allout-before-change-protect, allout-flag-region):
414 Use "Emacs" instead of "emacs" in docstrings.
415
416 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
417
418 * international/characters.el: Modify syntax of more characters.
419
420 2004-05-21 Masatake YAMATO <jet@gyve.org>
421
422 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
423 (etags-tags-completion-table): Show parsing progress.
424
425 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
426
427 * locate.el (locate-prompt-for-command): Shorten first line of
428 docstring.
429 (locate-mode): Expand docstring and include keymap summary.
430
431 * files.el (find-file-noselect-1): Limit the scope of the
432 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
433 is, by default, nil during the execution of
434 `find-file-not-found-functions' and `find-file-hook'.
435
436 2004-05-20 Michael Mauger <mmaug@yahoo.com>
437
438 * facemenu.el (facemenu-color-name-equal): New function.
439 (list-colors-display): Use it to compare colors instead of
440 facemenu-color-equal.
441
442 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
443
444 * compare-w.el (compare-windows-face): Use min-colors instead of
445 checking for tty or pc types.
446
447 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
450 (completion-setup-function): Use with-current-buffer.
451 Properly save excursion. Simplify.
452 Don't assume there is necessarily a `mouse-face' property somewhere.
453
454 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
455
456 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
457
458 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
459 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
460 Use with-current-buffer.
461 (byte-goto-log-buffer): Delete.
462 (byte-compile-log-file): Call compilation-forget-errors.
463
464 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
465
466 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
467 output messages into the search result.
468
469 2004-05-19 Masatake YAMATO <jet@gyve.org>
470
471 * wid-edit.el (widget-radio-button-notify): Revert my last
472 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
473
474 2004-05-19 Kenichi Handa <handa@m17n.org>
475
476 * international/characters.el: Fix syntax (open/close) of CJK chars.
477
478 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
479
480 * help-mode.el (help-go-back): Don't depend on position of back button.
481
482 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
485 files files don't contain an accidental additional /.
486
487 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
488 in source buffer.
489
490 2004-05-18 Masatake YAMATO <jet@gyve.org>
491
492 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
493 to widget-apply. :action method assumes 2 arguments, not 3.
494
495 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
496
497 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
498 New constants.
499 (hs-special-modes-alist): Add an f90-mode entry.
500
501 2004-05-17 Sam Steingold <sds@gnu.org>
502
503 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
504 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
505
506 2004-05-16 Kim F. Storm <storm@cua.dk>
507
508 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
509
510 2004-05-15 John Wiegley <johnw@newartisans.com>
511
512 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
513 (eshell-output-object-to-target): Improve output speed 20% by not
514 calling `eshell-stringify' if something is already known to be a string.
515
516 2004-05-15 Alex Ott <ott@jet.msk.su>
517
518 * textmodes/ispell.el (ispell-local-dictionary-alist):
519 Add windows-1251 to the choice of coding systems.
520 (ispell-dictionary-alist-6): Add support for "russianw.aff",
521 encoded in cp1251.
522
523 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * progmodes/compile.el (compilation-warning-face)
526 (compilation-info-face): Use min-colors.
527
528 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
529
530 * toolbar/close.pbm, toolbar/close.xpm
531 * toolbar/copy.pbm, toolbar/copy.xpm
532 * toolbar/cut.pbm, toolbar/cut.xpm
533 * toolbar/help.pbm, toolbar/help.xpm
534 * toolbar/home.pbm, toolbar/home.xpm
535 * toolbar/index.pbm, toolbar/index.xpm
536 * toolbar/jump_to.pbm, toolbar/jump_to.xpm
537 * toolbar/left_arrow.pbm, toolbar/left_arrow.xpm
538 * toolbar/new.pbm, toolbar/new.xpm
539 * toolbar/open.pbm, toolbar/open.xpm
540 * toolbar/paste.pbm, toolbar/paste.xpm
541 * toolbar/preferences.pbm, toolbar/preferences.xpm
542 * toolbar/print.pbm, toolbar/print.xpm
543 * toolbar/right_arrow.pbm, toolbar/right_arrow.xpm
544 * toolbar/save.pbm, toolbar/save.xpm
545 * toolbar/saveas.pbm, toolbar/saveas.xpm
546 * toolbar/search.pbm, toolbar/search.xpm
547 * toolbar/spell.pbm, toolbar/spell.xpm
548 * toolbar/undo.pbm, toolbar/undo.xpm
549 * toolbar/up_arrow.pbm, toolbar/up_arrow.xpm: New icons from
550 GTK+ version 2.
551
552
553 2004-05-15 Kim F. Storm <storm@cua.dk>
554
555 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
556 Use it to set triggered-p element of timer.
557 (timer-event-handler): Set triggered-p element non-nil while running
558 the timer function.
559
560 2004-05-14 David Ponce <david@dponce.com>
561
562 * tree-widget.el: New file.
563
564 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
565
566 * language/european.el ("Brazilian Portuguese"): Add support for
567 Brazilian Portuguese.
568
569 2004-05-13 John Wiegley <johnw@newartisans.com>
570
571 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
572 `recentf-mode' if this variable has been customized to t.
573
574 * eshell/esh-test.el (eshell-test): Call the function
575 `emacs-version' rather than trying to build a custom version string.
576
577 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * net/telnet.el (telnet-mode): Use define-derived-mode.
580 Don't modify the global value of comint-prompt-regexp.
581
582 2004-05-13 John Paul Wallington <jpw@gnu.org>
583
584 * version.el (emacs-version): Check for `gtk' feature before
585 `x-toolkit' feature.
586
587 2004-05-13 Juanma Barranquero <lektu@terra.es>
588
589 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
590 arguments in the docstring, they're used only in recursive calls.
591
592 * help-fns.el (help-arg-highlighting-function)
593 (help-argument-name): Delete.
594 (help-default-arg-highlight): New function.
595 (help-do-arg-highlighting): Use it.
596
597 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
598
599 * calendar/appt.el (appt-disp-window):
600 Use `calendar-set-mode-line' for a centered mode-line.
601
602 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
603
604 * calendar/appt.el (appt-disp-window): Do not split window
605 excessively when `split-height-threshold' is low.
606
607 2004-05-12 Nick Roberts <nickrob@gnu.org>
608
609 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
610 kill-buffer-hook here and make it local.
611 (gud-kill-buffer-hook): Use kill-process for a sure kill.
612
613 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
614
615 * progmodes/compile.el (compilation-set-window-height):
616 Use save-excursion to protect against misplaced marker.
617
618 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
619
620 * custom.el (defface): Document that type can have value gtk.
621
622 * faces.el (face-spec-set-match-display): Handle type gtk in display.
623
624 2004-05-12 Kenichi Handa <handa@m17n.org>
625
626 * descr-text.el: Require quail at comile time.
627 (describe-char): If an input method is on and it supports the
628 character, show how to input it.
629
630 * international/quail.el (quail-install-decode-map): Accept a
631 char-table whose subtype is `quail-decode-map'.
632 (quail-store-decode-map-key, quail-gen-decode-map1)
633 (quail-gen-decode-map, quail-find-key1, quail-find-key)
634 (quail-show-key): New functions.
635
636 2004-05-12 Juanma Barranquero <lektu@terra.es>
637
638 * generic.el (define-generic-mode): Remove redundant arglist info.
639
640 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
641 Make arguments match their use in docstring.
642 (help-arg-highlighting-function): New variable.
643 (help-argument-name): Mention it in the docstring.
644 (help-do-arg-highlight): Use it. Expand regexp to accept also
645 ARG-xxx and xxx-ARG references.
646
647 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
648
649 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
650 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
651 and "mailto:addr1?to=addr2" equal.
652
653 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
654
655 * man.el (Man-getpage-in-background): Use shell-file-name
656 and shell-command-switch variables instead of hard-coded values.
657
658 2004-05-11 Eli Zaretskii <eliz@gnu.org>
659
660 * iimage.el: New file.
661
662 2004-05-11 Juanma Barranquero <lektu@terra.es>
663
664 * custom.el (custom-initialize-default, defcustom): Typo in docstring.
665
666 * files.el (set-visited-file-name, file-expand-wildcards):
667 Fix docstring.
668
669 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
672
673 * subr.el (eventp): Be more discriminating with integers.
674
675 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
676
677 * progmodes/compile.el (compile): Add universal prefix arg.
678 (compilation-error-regexp-alist-alist): Add edg patterns.
679
680 2004-05-10 Sam Steingold <sds@gnu.org>
681
682 * textmodes/ispell.el (ispell-message):
683 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
684
685 2004-05-10 Dave Love <fx@gnu.org>
686
687 * progmodes/python.el (help-buffer): Autoload when compiling.
688 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
689 (run-python): Prepend to any existing PYTHONPATH.
690
691 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
692
693 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
694 for pending breakpoints.
695
696 2004-05-10 Richard M. Stallman <rms@gnu.org>
697
698 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
699 directly without calling any functions in Rmail.
700 (unrmail-unprune): Function deleted.
701
702 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
705 C-c C-z binding.
706
707 2004-05-10 Kenichi Handa <handa@m17n.org>
708
709 * descr-text.el (describe-char): Fix previous change. Don't make
710 a unibyte character to multibyte in the *Help* buffer.
711
712 2004-05-10 Miles Bader <miles@gnu.org>
713
714 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
715 buffer an error if the debugger process is actually running.
716
717 2004-05-10 Juanma Barranquero <lektu@terra.es>
718
719 * help-fns.el (help-argument-name): Default to italic.
720 (help-highlight-arguments): Return always (usage . doc), even when
721 usage is nil.
722
723 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
724 (define-ibuffer-filter): Add usage info.
725 (define-ibuffer-op): Add usage info (but CL-style defaults for
726 keyword args are not shown).
727
728 * subr.el (remove-overlays, read-passwd): Fix docstring.
729 (start-process-shell-command): Fix docstring. Put usage info in a
730 format usable by `describe-function'.
731 (open-network-stream, open-network-stream-nowait)
732 (open-network-stream-server): Fix docstring.
733
734 2004-05-09 Jason Rumney <jasonr@gnu.org>
735
736 * international/code-pages (cp932, cp936, cp949, c950): Remove.
737 Only define cp125* if windows-125* is already defined.
738
739 * language/korean.el (cp949): Add alias.
740
741 * language/chinese.el (cp936, cp950): Add aliases.
742
743 * language/japanese.el (cp932): Add alias.
744
745 * term/w32-win.el: Require code-pages.
746
747 * international/mule-cmds.el (set-locale-environment):
748 On MS-Windows use ansi code-page for default coding-systems.
749 Set up paper sizes for Windows 3 letter languages.
750
751 * international/code-pages.el (cp932, cp936, cp949, cp950):
752 Add aliases. Also add cp125* if not already defined.
753
754 2004-05-09 Juanma Barranquero <lektu@terra.es>
755
756 * help-fns.el (help-highlight-arguments): Don't try to highlight
757 missing or autoloaded arglists. Accept structured arguments, like
758 the first ones of `do' and `flet'.
759
760 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
761 (cvs-get-marked): Remove redundant arglist info.
762
763 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
764 Don't use CL-style default args.
765
766 2004-05-08 Andreas Schwab <schwab@suse.de>
767
768 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
769
770 * international/subst-ksc.el: Fix references to utf-translate-cjk
771 into utf-translate-cjk-mode.
772 * international/subst-big5.el: Likewise.
773 * international/subst-gb2312.el: Likewise.
774 * international/subst-jis.el: Likewise.
775 * international/utf-16.el: Likewise.
776 * international/utf-8.el: Likewise.
777
778 2004-05-08 John Wiegley <johnw@newartisans.com>
779
780 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
781 "virtual buffers" (off by default), which makes it possible to
782 switch to the "virtual" buffers of recently visited files. When a
783 buffer name search fails, and this option is on, iswitchb will
784 look at the list of recently visited files, and permit matching
785 against those names. When the user hits RET on a match, it will
786 revisit that file.
787 (iswitchb-read-buffer): Add two optional arguments, which makes
788 isearchb.el possible.
789 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
790 (iswitchb-next-match): Add support for virtual buffers.
791
792 * isearchb.el: This module extends iswitchb to provide "as you
793 type" buffer selection.
794
795 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
796 Ignore the read-only property when flyspell highlighting is on.
797 Not ignoring it leads to a series of confusing errors.
798 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
799 but also make sure to call flyspell-incorrect-hook.
800 (flyspell-maybe-correct-transposition): Perform transposition test
801 by bit twiddling a string, rather than using a temp buffer.
802 (flyspell-maybe-correct-doubling): Use a string rather than a temp
803 buffer. This is also the original version of the code, which
804 could not be checked in before due to a previous lack of
805 assignment papers. This version has seen heavy usage on my system
806 for several years now.
807
808 * calendar/cal-bahai.el: New file, which adds support for the
809 Baha'i calendar to Emacs. This calendar is based on a solar year
810 of 19 months of 19 days, with 4 intercalary days. Each year
811 begins on March 21, with the calendar starting in 1844.
812
813 * calendar/cal-menu.el, calendar/calendar.el,
814 calendar/diary-lib.el, calendar/holidays.el: Added support for
815 using cal-bahai.el.
816
817 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
818 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
819 function can be used outside of eshell buffers.
820 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
821
822 2004-05-08 Juanma Barranquero <lektu@terra.es>
823
824 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
825 word constituent so FOO-ARG is not recognized as an arg.
826 (help-highlight-arguments): Don't skip lists in mandatory arguments.
827
828 * simple.el (next-error): Fix typo in docstring.
829 (open-line): Make argument names match their use in docstring.
830 (split-line): Fix docstring.
831
832 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
833 usable by `describe-function'.
834 (gensym, gentemp, typep, ignore-errors): Make argument names match
835 their use in docstring.
836
837 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
838 argument to `help-setup-xref'.
839
840 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
841
842 Version 2.0.40 of Tramp released.
843
844 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
845 Use symbol-function to invoke functions only known on some Emacs
846 flavors. This avoids byte-compiler warnings. Reported by Kevin
847 Scaldeferri <kevin@scaldeferri.com>.
848 (tramp-do-copy-or-rename-file-via-buffer): Rename from
849 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
850 consistent with the other tramp-do-* functions.
851 (tramp-do-copy-or-rename-file): Calls adjusted.
852 (tramp-process-initial-commands): Avoid liveness check on shell --
853 we know that it must be alive since we're opening a connection at
854 this moment.
855 (tramp-last-cmd): New internal variable.
856 (tramp-process-echoes): New tunable.
857 (tramp-send-command): Set tramp-last-cmd.
858 (tramp-wait-for-output): Delete echo, if applicable.
859 (tramp-read-passwd): Construct the key for the password cache in a
860 way that works for multi methods, too.
861 (tramp-bug): Add backup-directory-alist and
862 bkup-backup-directory-info to bug reports, with Tramp counterparts.
863
864 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
865
866 * net/tramp*.el: Suppress byte-compiler warnings where possible.
867
868 * net/tramp.el (tramp-out-of-band-prompt-regexp)
869 (tramp-actions-copy-out-of-band): New defcustoms.
870 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
871 used instead of a synchronous one. Allows password entering.
872 (tramp-action-out-of-band): New defun.
873 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
874 Remove restriction with password from doc string.
875 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
876 `tramp-out-of-band-prompt-regexp',
877 `tramp-actions-copy-out-of-band', `password-cache' and
878 `password-cache-expiry'.
879 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
880 password caching.
881 (tramp-touch): FILE can be a local file, too.
882 (TODO): Remove items done.
883 (tramp-handle-insert-directory): Properly quote file name also if
884 not full-directory-p. Handle wildcard case. Reported by Andreas
885 Schwab <schwab@suse.de>.
886 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
887 new file.
888 (tramp-handle-file-local-copy, tramp-handle-write-region):
889 The permissions of the temporary file are set if filename exists.
890 Reported by Ted Stern <stern@cray.com>.
891 (tramp-backup-directory-alist)
892 (tramp-bkup-backup-directory-info): New defcustoms.
893 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
894 (tramp-handle-find-backup-file-name): New function.
895 Implements Tramp's find-backup-file-name.
896
897 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
898 for `find-backup-file-name'.
899
900 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
901 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
902
903 2004-05-07 Lars Hansen <larsh@math.ku.dk>
904
905 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
906
907 2004-05-07 Juanma Barranquero <lektu@terra.es>
908
909 * subr.el (lambda): Add arglist description to docstring.
910 (declare): Fix typo in docstring.
911 (open-network-stream): Fix docstring.
912 (process-kill-without-query): Fix docstring and add obsolescence info.
913 (last, butlast, nbutlast): Make arguments match their use in docstring.
914 (insert-buffer-substring-no-properties): Likewise.
915 (insert-buffer-substring-as-yank): Likewise.
916 (split-string): Fix docstring.
917
918 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
919 Make argument names match their use in docstring.
920
921 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
922
923 2004-05-06 Nick Roberts <nickrob@gnu.org>
924
925 * progmodes/gdb-ui.el: Improve/extend documentation strings.
926 Fit first sentence on one line for apropos-command.
927
928 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 Changes largely merged in from Dave Love's code.
931 * progmodes/python.el: Doc fixes.
932 (python-mode-map): Add python-complete-symbol.
933 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
934 (python-comment-indent, python-complete-symbol)
935 (python-symbol-completions, python-partial-symbol)
936 (python-try-complete): New.
937 (python-indent-line): Remove optional arg. Use python-block-end-p.
938 (python-check): Bind compilation-error-regexp-alist.
939 (inferior-python-mode): Use rx. Move keybindings to top level.
940 Set comint-input-filter.
941 (python-preoutput-filter): Use rx.
942 (python-input-filter): Re-introduce.
943 (python-proc): Start new process if necessary.
944 Check python-buffer non-nil.
945 (view-return-to-alist): Defvar.
946 (python-send-receive): New.
947 (python-eldoc-function): Use it.
948 (python-mode-running): Don't defvar.
949 (python-mode): Set comment-indent-function.
950 Maybe update hippie-expand-try-functions-list.
951 (python-indentation-levels): Initialize differently.
952 (python-block-end-p): New.
953 (python-indent-line): Use it.
954 (python-compilation-regexp-alist): Augment.
955 (run-python): Import `emacs' module to Python rather than loading
956 code directly. Set python-buffer differently.
957 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
958 Use python-proc.
959 (python-send-command): Go to end of comint buffer.
960 (python-load-file): Use python-proc, emacs.eimport.
961 (python-describe-symbol): Simplify interactive form.
962 Use emacs.help. Do use temp-buffer-show-hook.
963 Call print-help-return-message.
964 (hippie-exp): Require when compiling.
965 (python-preoutput-continuation): Use rx.
966
967 * diff-mode.el (diff-make-unified): Fix regexp.
968
969 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
970
971 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
972 filter groups from the buffer when rebuilding the Ibuffer buffer
973 and `ibuffer-show-empty-filter-groups' is nil.
974
975 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
976
977 * ps-print.el (ps-print-quote): Call ps-value-string.
978 (ps-setup): Call ps-comment-string.
979 (ps-value-string, ps-comment-string): New funs.
980
981 2004-05-06 Juanma Barranquero <lektu@terra.es>
982
983 * ehelp.el (electric-help-command-loop): Check whether the last
984 character is visible, not (point-max).
985
986 * help-fns.el (help-argument-name): Default to bold; don't inherit
987 from font-lock-variable-name-face.
988 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
989
990 2004-05-05 Kenichi Handa <handa@m17n.org>
991
992 * descr-text.el (describe-char): Copy the character with text
993 properties and overlays into the first line, and call
994 describe-text-properties on it.
995
996 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
997
998 * iswitchb.el (iswitchb-global-map): Fix typo.
999 Remove unwanted ###autoloads from source file.
1000
1001 2004-05-05 Lars Hansen <larsh@math.ku.dk>
1002
1003 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
1004 in run-hooks. Use substitute-command-keys in message.
1005 (wdired-abort-changes): Add message.
1006
1007 2004-05-03 Michael Mauger <mmaug@yahoo.com>
1008
1009 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
1010 (sql-emacs20-p): Remove.
1011 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
1012 (sql-builtin-face, sql-doc-face): Remove.
1013 (sql-mode-ansi-font-lock-keywords)
1014 (sql-mode-oracle-font-lock-keywords)
1015 (sql-mode-postgres-font-lock-keywords)
1016 (sql-mode-linter-font-lock-keywords)
1017 (sql-mode-ms-font-lock-keywords)
1018 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
1019 (sql-product-font-lock): Fix font-lock reset when font rules change.
1020 (sql-highlight-product): Remove incorrect font-lock reset logic.
1021
1022 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
1023
1024 * ses.el (ses-set-parameter): Fix typo.
1025
1026 2004-05-04 Kim F. Storm <storm@cua.dk>
1027
1028 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
1029 Must expand directory for completion to work; and don't mess with
1030 process-environment.
1031 (ido-read-file-name): If command has ido property, don't use ido
1032 if value is ignore, or read as directory if value is dir.
1033 Set ido ignore property for dired-do-rename command.
1034
1035 2004-05-04 Juanma Barranquero <lektu@terra.es>
1036
1037 * ehelp.el (electric-help-command-loop, electric-help-undefined)
1038 (electric-help-help): Check against unmapped commands.
1039
1040 * help-fns.el (help-argument-name): New face, inheriting from
1041 font-lock-variable-name-face, to highlight function arguments in
1042 `describe-function' and `describe-key'.
1043 (help-do-arg-highlight): Auxiliary function to highlight a given
1044 list of arguments in a string.
1045 (help-highlight-arguments): Highlight the function arguments and
1046 all uses of them in the docstring.
1047 (describe-function-1): Use it. Do docstring output via `insert',
1048 not 'princ', so text attributes are preserved.
1049
1050 * winner.el (winner-mode-map): Move `winner-undo' and
1051 `winner-redo' to C-c <left> and C-c <right>, respectively (the
1052 previous bindings conflict with `prev-buffer', `next-buffer').
1053
1054 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1055
1056 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
1057 (bibtex-entry-update): New command bound to C-c C-u.
1058 (bibtex-text-in-string): Fix regexp.
1059 (bibtex-assoc-of-regexp): Remove.
1060 (bibtex-progress-message): Fix docstring.
1061 (bibtex-inside-field): Use if.
1062 (bibtex-assoc-regexp): New function.
1063 (bibtex-format-entry): Make code more robust so that it formats
1064 also old entries.
1065 (bibtex-autokey-demangle-title): Merge with obsolete function
1066 bibtex-assoc-of-regexp.
1067 (bibtex-field-list): New function.
1068 (bibtex-entry): Use bibtex-field-list.
1069 (bibtex-parse-entry): Fix docstring.
1070 (bibtex-print-help-message): Use bibtex-field-list.
1071 (bibtex-make-field): Use bibtex-field-list.
1072 (bibtex-entry-index): Bugfix. Return crossref key if required.
1073 (bibtex-lessp): Fix docstring.
1074
1075 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
1076
1077 * select.el (xselect-convert-to-string): Move comment to intended line.
1078
1079 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1080
1081 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
1082 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
1083
1084 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1085
1086 * term/x-win.el (x-clipboard-yank): Don't exit on error from
1087 x-get-selection.
1088
1089 2004-05-03 Jason Rumney <jasonr@gnu.org>
1090
1091 * makefile.nt: Remove.
1092
1093 2004-05-03 Kim F. Storm <storm@cua.dk>
1094
1095 * emulation/cua-base.el (cua--update-indications): Fix last change.
1096 (cua-mode): Deactivate mark when cua-mode is enabled.
1097
1098 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
1099
1100 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
1101
1102 2004-05-03 Nick Roberts <nickrob@gnu.org>
1103
1104 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
1105 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
1106 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
1107 window over visible frames.
1108 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
1109
1110 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * progmodes/compile.el (compilation-gcpro): New var.
1113 (compilation-fake-loc): Use it.
1114 (compilation-forget-errors): Reset it.
1115
1116 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1117
1118 * diff-mode.el (diff-header-face, diff-file-header-face):
1119 Use min-colors.
1120
1121 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1122
1123 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
1124 (bibtex-clean-entry): Disentangle code.
1125 (bibtex-realign): New function.
1126 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
1127 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
1128 Remove undocumented optional arg called-by-convert-alien.
1129 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
1130 for sorting instead of bibtex-sort-buffer.
1131
1132 2004-05-02 Eli Zaretskii <eliz@gnu.org>
1133
1134 * progmodes/compile.el (compilation-start): In the
1135 no-async-subprocesses branch, call sit-for to give redisplay a
1136 chance to show the updated process status in the mode line, and
1137 fontify the buffer explicitly after the process exits.
1138
1139 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * progmodes/python.el (python-compilation-line-number): Remove.
1142 (python-compilation-regexp-alist): Don't use it any more.
1143 (python-orig-start, python-input-filter): Remove.
1144 (inferior-python-mode): Don't set up comint-input-filter-functions.
1145 (python-send-region): Use compilation-fake-loc.
1146
1147 * progmodes/compile.el (compilation-messages-start): New var.
1148 (compilation-mode): Don't setup next-error-function here.
1149 (compilation-setup): Set it up here instead (for minor modes as well).
1150 Make compilation-messages-start buffer local.
1151 (compilation-next-error-function): Use it.
1152 (compilation-forget-errors): Set compilation-messages-start.
1153
1154 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
1155
1156 * ielm.el (ielm-prompt-read-only): Update docstring.
1157
1158 * comint.el (comint-prompt-read-only): Update docstring.
1159 (comint-update-fence, comint-kill-whole-line)
1160 (comint-kill-region): New functions.
1161
1162 * simple.el (kill-whole-line): Use "p" instead of "P" in
1163 interactive form.
1164
1165 2004-05-01 Juanma Barranquero <lektu@terra.es>
1166
1167 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
1168 format arglist so default values in CL-style argument lists are
1169 correctly shown.
1170
1171 2004-05-01 Jason Rumney <jasonr@gnu.org>
1172
1173 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
1174
1175 2004-05-01 Kenichi Handa <handa@m17n.org>
1176
1177 * international/titdic-cnv.el (miscdic-convert): Don't generate a
1178 quail file if it is up to date.
1179
1180 2004-04-30 Juri Linkov <juri@jurta.org>
1181
1182 * cus-edit.el (custom-mode-map):
1183 Add key binding `C-x C-s' to `Custom-save'.
1184
1185 * outline.el (outline-blank-line): New var.
1186 (outline-next-preface, outline-show-heading)
1187 (outline-end-of-subtree): Use it.
1188
1189 * dired-aux.el (dired-touch-initial): New fun.
1190 (dired-do-chxxx): Call it for op-symbol `touch'.
1191 (dired-diff): Use `dired-dwim-target-directory'
1192 if current dired buffer has no buffer mark.
1193
1194 * bindings.el (propertized-buffer-identification):
1195 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
1196 Add C-M-arrow keys for consistency.
1197
1198 * files.el (confirm-kill-emacs):
1199 Change group from top-level `emacs' to `convenience'.
1200
1201 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1202 Push mark on the first call of successive command calls.
1203 (insert-pair): New fun created from `insert-parentheses' with
1204 `open' and `close' arguments added. Enclose active regions
1205 in paired characters. Compare adjacent characters syntax with
1206 inserted characters syntax before inserting a space.
1207 (insert-parentheses): Call `insert-pair' with ?\( ?\).
1208
1209 * delsel.el: Don't put `delete-selection' property
1210 on `insert-parentheses' symbol to take advantage of
1211 region handling in `insert-pair' function.
1212 Suggested by Stephan Stahl <stahl@eos.franken.de>.
1213
1214 2004-04-30 Kim F. Storm <storm@cua.dk>
1215
1216 * emulation/cua-base.el: Add support for changing cursor types;
1217 based on patch from Michael Mauger.
1218 (cua-normal-cursor-color, cua-read-only-cursor-color)
1219 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
1220 Customization cursor type and/or cursor color.
1221 (cua--update-indications): Handle cursor type changes.
1222 (cua-mode): Update cursor indications if enabled.
1223
1224 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
1225
1226 * mouse.el (mouse-drag-copy-region): New defcustom.
1227 (mouse-set-region, mouse-drag-region-1): Use it.
1228
1229 * simple.el (kill-ring-save): If region face background color is
1230 unspecified (if no highlighting), show extent of fully visible
1231 region even if transient-mark-mode is enabled.
1232
1233 * emulation/cua-base.el (cua--standard-movement-commands):
1234 Add cua-scroll-up and cua-scroll-down.
1235 (cua-scroll-up, cua-scroll-down): New commands.
1236 (cua--init-keymaps): Remap scroll-up and scroll-down.
1237
1238 * emulation/cua-rect.el (cua--convert-rectangle-as):
1239 New defmacro.
1240 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
1241 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
1242 New commands (suggested by Jordan Breeding).
1243
1244 2004-04-30 Juanma Barranquero <lektu@terra.es>
1245
1246 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
1247
1248 2004-04-30 Mario Lang <mlang@delysid.org>
1249
1250 * diff.el (diff-switches): Fix typo in docstring.
1251
1252 2004-04-30 Alex Schroeder <alex@gnu.org>
1253
1254 * xml.el (xml-debug-print-internal): Don't add newline and
1255 indentation to text nodes and write empty elements as empty tags
1256 instead of opening and closing tags.
1257 (xml-debug-print): Take optional indent-string argument.
1258 (xml-print): Alias for xml-debug-print.
1259
1260 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1261
1262 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
1263 than duplicate call to `line-beginning-position'.
1264
1265 * progmodes/f90.el (f90-get-present-comment-type):
1266 Return whitespace, as well as comment chars, for consistent filling
1267 of comment blocks. Use `match-string-no-properties'.
1268 (f90-break-line): Trim trailing whitespace when filling comments.
1269
1270 2004-04-30 Dave Love <fx@gnu.org>
1271
1272 * calendar/diary-lib.el (diary-outlook-formats): New variable.
1273 (diary-from-outlook-internal, diary-from-outlook)
1274 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1275 New functions to import diary entries from Outlook-format
1276 appointments in mail messages.
1277
1278 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * progmodes/python.el (python-send-command): New fun.
1281 (python-send-region, python-load-file): Use it.
1282
1283 * progmodes/compile.el (compilation-last-buffer): Add var alias.
1284
1285 * help-fns.el (help-C-file-name): Use new subr-name.
1286 Prepend `src/' to the file name.
1287 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
1288 (describe-function-1, describe-variable): Only find a C source file
1289 name if DOC is already loaded.
1290
1291 * help-mode.el (help-function-def, help-variable-def):
1292 Use the new find-function-search-for-symbol functionality.
1293 Allow FILE to be `C-source'.
1294
1295 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
1296 (find-function-C-source): New fun.
1297 (find-function-search-for-symbol): Use it.
1298
1299 2004-03-29 Michael Mauger <mmaug@yahoo.com>
1300
1301 * progmodes/sql.el (sql-product-alist): Rename variable
1302 `sql-product-support'. Add Postgres login parameters.
1303 (sql-set-product, sql-product-feature): Update with renamed variable.
1304 (sql-connect-postgres): Add username prompt.
1305 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
1306 Make patterns less product specific.
1307 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
1308 (sql-mode-abbrev-table): Modify initialization.
1309 (sql-builtin-face): Add variable.
1310 (sql-keywords-re): Add macro.
1311 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
1312 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
1313 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
1314 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
1315 (sql-mode-linter-font-lock-keywords)
1316 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
1317 (sql-mode-sybase-font-lock-keywords)
1318 (sql-mode-informix-font-lock-keywords)
1319 (sql-mode-interbase-font-lock-keywords)
1320 (sql-mode-ingres-font-lock-keywords)
1321 (sql-mode-solid-font-lock-keywords)
1322 (sql-mode-sqlite-font-lock-keywords)
1323 (sql-mode-db2-font-lock-keywords): Default to nil.
1324 (sql-product-font-lock): Always highlight ANSI keywords.
1325 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
1326 (sql-send-string): Add function.
1327
1328 2004-04-29 Dave Love <fx@gnu.org>
1329
1330 * progmodes/cfengine.el (cfengine-beginning-of-defun)
1331 (cfengine-end-of-defun): Ensure progress through buffer.
1332
1333 * info-look.el (cfengine-mode): Accept a terminal ().
1334
1335 2004-04-29 Juri Linkov <juri@jurta.org>
1336
1337 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
1338 instead of isearch-yank-word-or-char. Add new key bindings for
1339 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
1340 (isearch-del-char): New fun.
1341 (isearch-forward, isearch-edit-string): Update docstring.
1342 (isearch-yank-char): Doc fix.
1343 (isearch-other-meta-char): Restore point after scrolling.
1344
1345 * progmodes/compile.el (compilation-context-lines): Add nil option
1346 to disable compilation output window scrolling.
1347 (compilation-set-window): Use it.
1348
1349 * outline.el (outline-next-preface, outline-show-heading):
1350 Don't leave unhidden blank line before heading.
1351 (outline-end-of-subtree): Include last newline into subtree.
1352 (hide-entry): Leave point at beginning of heading instead of end.
1353 (outline-up-heading): Push mark for the first call of successive
1354 command calls.
1355
1356 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
1357
1358 * comint.el (comint-prompt-read-only): New variable.
1359 (comint-output-filter): Implement it.
1360
1361 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
1362 (ielm-prompt-internal): New variable.
1363 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
1364 (ielm-send-input): Delete unused variable `buf'.
1365 (ielm-eval-input): Use `ielm-prompt-internal'.
1366 (inferior-emacs-lisp-mode): Use new variables
1367 `comint-prompt-read-only' and `ielm-prompt-internal'.
1368 Get rid of obsolete variable `directory-sep-char'.
1369 (ielm): Use `zerop'.
1370
1371 2004-04-29 John Paul Wallington <jpw@gnu.org>
1372
1373 * thumbs.el (toplevel): Require cl at compile time.
1374 Remove conditional definitions of `ignore-errors' and `caddar'
1375 because they occur at run time.
1376
1377 2004-04-28 Nick Roberts <nickrob@gnu.org>
1378
1379 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
1380 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
1381 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1382 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
1383
1384 * progmodes/gud.el (gud-common-init): Throw an error if program is
1385 already running under gdb.
1386
1387 2004-04-28 John Paul Wallington <jpw@gnu.org>
1388
1389 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
1390 (thumbs-show-image-num): Move assignment of
1391 `thumbs-current-image-filename' within scope of `i'.
1392 (thumbs-emboss-image): Don't use `evenp'.
1393
1394 2004-04-28 Richard M. Stallman <rms@gnu.org>
1395
1396 * progmodes/compile.el (compilation-context-lines): Default now 0.
1397
1398 2004-04-28 Juanma Barranquero <lektu@terra.es>
1399
1400 Use `time-less-p' from calendar/time-date.el instead of defining
1401 custom versions of it.
1402
1403 * pcomplete.el (pcomplete-time-less-p): Remove.
1404
1405 * thumbs.el (time-less-p): Remove.
1406
1407 * calendar/timeclock.el (timeclock-time-less-p): Remove.
1408 (timeclock-generate-report): Use `time-less-p'.
1409
1410 * emacs-lisp/autoload.el (autoload-before-p): Remove.
1411 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
1412
1413 2004-04-28 Masatake YAMATO <jet@gyve.org>
1414
1415 * subr.el (remove-overlays): Make arguments optional.
1416
1417 * wid-edit.el (widget-specify-button): Put evaporate to the
1418 overlay for sample.
1419 (widget-specify-sample): Put evaporate to the overlay for sample.
1420 (widget-specify-doc): Put evaporate to the overlay for documentation.
1421
1422 2004-04-27 Jesper Harder <harder@ifa.au.dk>
1423
1424 * info.el (info-apropos): Make it an index node. Align node names
1425 like makeinfo.
1426
1427 2004-04-27 Eli Zaretskii <eliz@gnu.org>
1428
1429 * net/browse-url.el (browse-url-netscape-sentinel)
1430 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
1431 (browse-url-epiphany-sentinel, browse-url-mosaic):
1432 Use browse-url-*-program instead of a literal program name.
1433
1434 2004-04-27 Kevin Ryde <user42@zip.com.au>
1435
1436 * eshell/em-alias.el:
1437 * eshell/em-dirs.el:
1438 * eshell/em-hist.el:
1439 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
1440 features when M-x customize-group loads modules before the main
1441 eshell.el.
1442
1443 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1444
1445 * subr.el (momentary-string-display): Support EXIT-CHAR that is
1446 either a character representation of an event or an event
1447 description list.
1448
1449 * type-break.el: Capitalise Emacs and Lisp.
1450 (type-break-good-break-interval, type-break-demo-boring-stats)
1451 (type-break-terse-messages, type-break-file-name): New defcustoms.
1452 (type-break-post-command-hook)
1453 (type-break-warning-countdown-string): Quote variable names in doc.
1454 (type-break-interval-start, type-break-auto-save-file-name): New vars.
1455 (type-break-mode): Document type-break-good-break-interval and the
1456 "session" file. Schedule break according to the session file.
1457 Kill session file buffer on exit. Organise for save-some-buffers
1458 to always save the session file.
1459 (type-break-mode-line-message-mode, type-break-query-mode):
1460 Uppercase arguments.
1461 (type-break-file-time, type-break-file-keystroke-count, timep)
1462 (type-break-choose-file, type-break-get-previous-time)
1463 (type-break-get-previous-count): New defuns.
1464 (type-break): Avoid break querying after a completed break in the
1465 case where the query was initiated during user invocation of the
1466 break. Optional terse messages.
1467 Use type-break-good-break-interval if type-break-good-rest-interval is
1468 nil. File the break time.
1469 (type-break-schedule): New optional args for overriding the use of
1470 the current time.
1471 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
1472 after a break.
1473 (type-break-check): File the keystroke count.
1474 (type-break-do-query): Prevent a second query when the break is
1475 interrupted. Optional terse message.
1476 (type-break-keystroke-reset): Record the start of a typing interval.
1477 (type-break-demo-boring): Optional terse messages. Display word
1478 per minute and keystroke counts according to
1479 type-break-demo-boring-stats.
1480
1481 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
1482
1483 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
1484 directories, make sure they exist under archive-tmpdir.
1485
1486 2004-04-27 Juri Linkov <juri@jurta.org>
1487
1488 * help.el (view-emacs-news): With argument, display info for the
1489 selected version by finding it among different NEWS files, and
1490 narrowing the buffer to the selected version.
1491
1492 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
1493 same-window-buffer-names.
1494 (info): New arg `buffer'. Use it. Doc fix. Read file name for
1495 non-numeric prefix argument, append the number to the buffer name
1496 for numeric prefix argument.
1497 (info-other-window): Bind same-window-regexps to nil.
1498 (Info-reference-name): Rename to Info-point-loc.
1499 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
1500 and Info-find-index-name for stringy Info-point-loc.
1501 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
1502 without middle `.', but with final `.' and optional line number
1503 for it. Set Info-point-loc for index nodes.
1504 (Info-index): Remove middle `.' from index entry regexp.
1505 Modify line number regexp.
1506 (Info-index-next): Decrement line number.
1507 (info-apropos): Remove middle `.' from index entry regexp.
1508 Add optional line number regexp at the end. Add matched value
1509 for line number to the result list and insert it to the buffer.
1510 Replace match-string by match-string-no-properties.
1511 Reorder result list.
1512 (Info-fontify-node): Hide index line numbers.
1513 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
1514 empty matches.
1515 (Info-follow-reference): Use `str' instead of
1516 Info-following-node-name-re.
1517 (Info-toc): Use full file names. Set Info-current-node to "Top".
1518 (Info-fontify-node): Compare file names without directory name.
1519 (Info-try-follow-nearest-node): Don't set Info-reference-name.
1520 Set second arg of Info-extract-menu-node-name for index nodes.
1521 (info-xref-visited): Use magenta3 instead of magenta4.
1522 (Info-mode): Add info-apropos to docstring.
1523
1524 * log-view.el (log-view-diff): Replace interactive code "r"
1525 by a list to allow to call it even if region is not active.
1526
1527 * paren.el (show-paren-highlight-openparen): New var.
1528 (show-paren-function): Turn on openparen highlighting when
1529 matching forward if show-paren-highlight-openparen is non-nil.
1530
1531 * simple.el (kill-ring-save): Use blink-matching-delay instead of
1532 the constant value 1.
1533 (completions-common-part): Expand docstring.
1534
1535 * textmodes/picture.el (picture-mode-map): Add arrow keys.
1536
1537 2004-04-27 Kim F. Storm <storm@cua.dk>
1538
1539 * image.el (insert-sliced-image): Use line-height instead of
1540 line-spacing property on newline.
1541
1542 2004-04-26 Lars Hansen <larsh@math.ku.dk>
1543
1544 * desktop.el (desktop-buffer-misc-data-function): Rename to
1545 desktop-save-buffer and change docstring.
1546 (desktop-buffer-modes-to-save): Delete.
1547 (desktop-save-buffer-p): Use desktop-save-buffer instead of
1548 desktop-buffer-modes-to-save.
1549 (desktop-save): Rename desktop-buffer-misc-data-function to
1550 desktop-save-buffer and allow non-function value.
1551 (desktop-missing-file-warning): Correct docstring.
1552
1553 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
1554 to desktop-save-buffer.
1555
1556 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
1557 desktop-save-buffer.
1558
1559 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
1560
1561 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
1562
1563 2004-04-26 Eli Zaretskii <eliz@gnu.org>
1564
1565 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1566
1567 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
1568
1569 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
1570 (ielm): Only go to the end of the buffer when starting a new process.
1571
1572 2004-04-25 Juanma Barranquero <lektu@terra.es>
1573
1574 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
1575 mode line. Bind `inhibit-read-only' to t before modifying
1576 properties of text in the buffer.
1577 (ielm): Force point to the end of buffer, even when running ielm
1578 from inside itself.
1579
1580 2004-04-25 Jesper Harder <harder@ifa.au.dk>
1581
1582 * info.el (info-apropos): Reset Info-complete-cache.
1583
1584 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
1585
1586 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1587 Also recognize severe Irix et al. messages.
1588 (compilation-normalize-filename, compile-abbreviate-directory):
1589 Delete functions.
1590 (compilation-get-file-structure): New function inherits
1591 functionality of the two preceding ones.
1592 (compilation-internal-error-properties, compilation-fake-loc):
1593 Use it so that different paths to the same file share the same
1594 markers. Also optimize finding adjacent marker slightly.
1595
1596 2004-04-25 Kim F. Storm <storm@cua.dk>
1597
1598 * image.el (insert-sliced-image): Add line-spacing t property
1599 to newlines separating image lines.
1600
1601 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
1602
1603 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1604
1605 * ielm.el (ielm-prompt-read-only): New user option.
1606 (ielm-prompt): Expand docstring to describe new behavior.
1607 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1608 mention it in the docstring.
1609
1610 2004-04-24 Andreas Schwab <schwab@suse.de>
1611
1612 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1613
1614 * diff.el (diff): Set default-directory in diff buffer.
1615
1616 2004-04-24 Eli Zaretskii <eliz@gnu.org>
1617
1618 * mail/sendmail.el (mail-bury): Don't delete the frame where the
1619 mail was being composed if the terminal cannot display more than
1620 one frame; instead, switch to previous frame.
1621
1622 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1623 (rmail-start-mail): Support rmail-mail-new-frame even on
1624 terminals that can display only one frame at a time.
1625
1626 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1629 (checkdoc-output-font-lock-keywords): Remove error regexp.
1630 (checkdoc-output-mode-map): Remove.
1631 (checkdoc-output-mode): Derive from compilation-mode.
1632 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1633
1634 * dired.el (dired-mode-map): Add a menu entry for wdired.
1635
1636 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1637 (rx-bracket, rx-check-any, rx-any): Clean up name space.
1638
1639 * wdired.el: (wdired-mode-map): Move init into declaration.
1640 Fix `return' binding.
1641 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1642 Use force-mode-line-update.
1643 (wdired-get-filename): Use `unless'.
1644 (wdired-preprocess-files): Don't assume names have no \n and use / for
1645 dir separator.
1646 (wdired-normalize-filename): Use replace-regexp-in-string.
1647 (wdired-load-hooks): Remove.
1648 (wdired-mode-hooks): Rename to wdired-mode-hook.
1649
1650 * info-look.el: Add support for cfengine-mode.
1651 (info-lookup-setup-mode): Use dolist.
1652
1653 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
1654
1655 * wdired.el: New file.
1656
1657 2004-04-23 Juanma Barranquero <lektu@terra.es>
1658
1659 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1660
1661 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1662 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1663 (pcomplete--help, pcomplete--here): Doc fixes.
1664
1665 2004-04-23 Andre Spiegel <spiegel@gnu.org>
1666
1667 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1668 handles wrong-number-of-arguments in backend call.
1669
1670 * vc.el (vc-print-log): Likewise.
1671
1672 2004-04-20 Dave Love <fx@gnu.org>
1673
1674 * emacs-lisp/rx.el: Doc fixes.
1675 (rx-constituents): Add/extend many forms.
1676 (rx-check): Check form is a list.
1677 (bracket): Defvar.
1678 (rx-check-any, rx-any, rx-check-not): Modify.
1679 (rx-not): Simplify.
1680 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1681 (rx-kleene): Use rx-trans-forms.
1682 (rx-quote-for-set): Delete.
1683 (rx): Allow multiple args.
1684
1685 2004-04-23 Kenichi Handa <handa@m17n.org>
1686
1687 * international/mule-util.el (char-displayable-p): Simplify by
1688 using internal-char-font.
1689
1690 2004-04-23 Juanma Barranquero <lektu@terra.es>
1691
1692 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1693
1694 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * diff-mode.el (diff-next-error): New fun.
1697 (diff-mode): Use it.
1698
1699 * simple.el (next-error): Change arg name.
1700 Add support for the documented C-u C-x ` usage.
1701
1702 * frame.el (special-display-popup-frame, next-multiframe-window)
1703 (previous-multiframe-window): Only consider frames on same display.
1704
1705 2004-04-22 Lars Hansen <larsh@math.ku.dk>
1706
1707 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1708 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1709
1710 2004-04-22 Kim F. Storm <storm@cua.dk>
1711
1712 * net/telnet.el (telnet): Add optional port arg.
1713
1714 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1717 Minor sanity check on the `hyperlink' slot.
1718
1719 * Makefile.in (recompile): Compile new files.
1720
1721 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1722 Add byte-recompile-directory's optional `arg'.
1723
1724 * cvs-status.el (cvs-tree-use-charset): New var.
1725 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1726 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1727 (cvs-status-cvstrees): Use it.
1728
1729 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1730 Make it a normal major mode.
1731 (checkdoc-buffer-label): Make sure the file name is meaningful.
1732 (checkdoc-output-to-error-buffer): Remove.
1733 (checkdoc-error, checkdoc-start-section): Rewrite.
1734
1735 * info.el (info-node, info-menu-5, info-xref, info-header-node)
1736 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1737 (Info-title-4-face): Use new syntax.
1738 (info-xref-visited): Inherit from info-xref.
1739
1740 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1741
1742 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1743
1744 * simple.el (next-error-last-buffer, next-error-function):
1745 New variables for the next-error framework.
1746 (next-error-buffer-p): New function.
1747 (next-error-find-buffer): Generalize compilation-find-buffer.
1748 (next-error, previous-error, first-error, next-error-no-select)
1749 (previous-error-no-select): Move from compile.el.
1750
1751 * replace.el (occur-next-error, occur-1): Hook into the next-error
1752 framework.
1753
1754 * progmodes/compile.el (compilation-start):
1755 Set next-error-last-buffer so next-error knows where to jump.
1756 (compilation-setup): Set the buffer-local variable
1757 next-error-function to 'compilation-next-error-function.
1758 (compilation-buffer-p, compilation-buffer-internal-p): Use an
1759 alternate way to find if a buffer is a compilation buffer, for
1760 next-error convenience.
1761 (next-error-no-select, previous-error-no-select, next-error)
1762 (previous-error, first-error): Move to simple.el.
1763 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1764 (compilation-last-buffer): Remove.
1765 (compilation-start, compilation-next-error, compilation-setup)
1766 (compilation-next-error-function, compilation-find-buffer):
1767 Remove compilation-last-buffer use.
1768
1769 2004-04-21 Juanma Barranquero <lektu@terra.es>
1770
1771 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1772 (font-lock-warning-face): Fix spacing.
1773
1774 * makefile.w32-in (WINS): Add url/ directory.
1775
1776 2004-04-21 Lars Hansen <larsh@math.ku.dk>
1777
1778 * desktop.el (desktop-buffer-mode-handlers): New variable.
1779 Alist of major mode specific functions to restore a desktop buffer.
1780 (desktop-buffer-handlers): Make variable obsolete.
1781 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1782 Catch errors signaled in handlers. Update buffer count.
1783 Evaluate desktop-buffer-point.
1784 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1785 move to dired.el.
1786 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1787 move to info.el.
1788 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1789 move to mail/rmail.el.
1790 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1791 to mh-e/mh-e.el.
1792 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1793 On fail, print message (to message buffer) even if
1794 desktop-missing-file-warning is nil.
1795 (desktop-buffer-misc-data-function): New buffer local variable.
1796 Function returning major mode specific data.
1797 (desktop-buffer-misc-functions): Make variable obsolete.
1798 (desktop-save): Use desktop-buffer-misc-data-function.
1799 (desktop-buffer-dired-misc-data): Rename to
1800 dired-desktop-buffer-misc-data and move to dired.el.
1801 (desktop-buffer-info-misc-data): Rename to
1802 Info-desktop-buffer-misc-data and move to info.el.
1803 (desktop-read): Add message about number of buffers restored/failed.
1804 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1805 Add parameters. Pause to display error only when
1806 desktop-missing-file-warning is non-nil.
1807 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
1808 (dired-mode): Bind desktop-buffer-misc-data-function.
1809 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1810 Add Parameters.
1811 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
1812 (Info-mode): Bind desktop-buffer-misc-data-function.
1813 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1814 Add Parameters.
1815 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1816 Add Parameters.
1817
1818 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
1819
1820 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1821 the case of letters in case-insensitive expansions when the
1822 abbrev is preceded by characters with letter syntax.
1823
1824 2004-04-21 Richard M. Stallman <rms@gnu.org>
1825
1826 * progmodes/cperl-mode.el (cperl-putback-char):
1827 Delete Emacs 18 definition.
1828
1829 * international/mule.el (ctext-post-read-conversion):
1830 Use assoc-string, not assoc-ignore-case.
1831
1832 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1833
1834 * emacs-lisp/easymenu.el (easy-menu-add):
1835 Do call x-popup-menu, but only if it's defined.
1836
1837 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1838
1839 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1840 Handle multiple args: compile like progn.
1841
1842 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1843 take all args as &rest arg.
1844
1845 * autoinsert.el (auto-insert-alist): Insert the user's name in
1846 copyright notice, rather than Free Software Foundation.
1847
1848 2004-04-21 Kenichi Handa <handa@m17n.org>
1849
1850 * descr-text.el (describe-char): Make it work on *Help* buffer.
1851
1852 2004-04-21 Kim F. Storm <storm@cua.dk>
1853
1854 * image.el (insert-image): Add optional SLICE arg.
1855 (insert-sliced-image): New defun.
1856
1857 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
1858
1859 * subr.el (read-number): Check whether `default' is nil.
1860
1861 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * progmodes/compile.el (compilation-error-properties):
1864 Split into two.
1865 (compilation-internal-error-properties): New one.
1866 (compilation-compat-error-properties): Use it. Fix the non-marker case.
1867
1868 2004-04-20 Richard M. Stallman <rms@gnu.org>
1869
1870 * window.el (split-window-save-restore-data):
1871 Don't update the data if OLD-INFO is nil.
1872
1873 * view.el (view-return-to-alist): Mark it permanent local.
1874
1875 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1876
1877 * recentf.el (recentf-save-list): Catch and warn about errors.
1878
1879 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1880 so "Buffers" won't be pure.
1881
1882 * help-mode.el (help-mode-finish): Set help-return-alist first
1883 thing, setting only the entry for the selected window.
1884
1885 * help-fns.el (describe-function-1): If many non-control non-meta
1886 keys run the command, don't list all of them.
1887
1888 2004-04-20 Juanma Barranquero <lektu@terra.es>
1889
1890 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1891 arg. Copied from Andre Spiegel's patch of 2004-03-21.
1892
1893 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1894
1895 2004-04-20 Kenichi Handa <handa@m17n.org>
1896
1897 * international/quail.el (quail-lookup-key): New optional arg
1898 NOT-RESET-INDICES.
1899 (quail-get-translations): Call quail-lookup-key with
1900 NOT-RESET-INDICES t.
1901 (quail-completion): Likewise.
1902 (quail-lookup-map-and-concat): Likewise.
1903
1904 2004-04-20 Kenichi Handa <handa@m17n.org>
1905
1906 * international/quail.el (quail-update-translation): Don't insert
1907 such an unsupported multibyte char in a unibyte buffer.
1908
1909 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
1910
1911 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1912 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1913 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1914 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1915 (gdb-frame-assembler-buffer): Improve behaviour with
1916 multiple frames.
1917 (gdb-display-buffer): Extend search to all visible frames.
1918
1919 2004-04-19 Eli Zaretskii <eliz@gnu.org>
1920
1921 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1922 characters left after base64 decoding.
1923 (rmail-decode-region): Use -dos variety of `coding', to remove any
1924 ^M characters left after qp or base64 decoding.
1925
1926 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1927
1928 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1929 messages.
1930
1931 2004-04-19 Stephen Eglen <stephen@gnu.org>
1932
1933 * add-log.el (add-change-log-entry): Update doc string to mention
1934 add-log-full-name and add-log-mailing-address.
1935
1936 2004-04-18 Juri Linkov <juri@jurta.org>
1937
1938 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1939 (Info-find-node-2): Simplify error message.
1940 (Info-insert-dir): Use Info-following-node-name.
1941 (Info-goto-node): Remove *info-history* and *info-toc*.
1942 (Info-history): Create a node of the virtual history file.
1943 (Info-toc): Create a node of the virtual toc file.
1944 (Info-insert-toc): New arg `curr-file' for reference file names.
1945 (info-apropos): Remove redundant var binding for temp-file.
1946 (Info-index, Info-index-next, Info-mode): Doc fix.
1947 (Info-goto-emacs-command-node): Don't jump to *info* from
1948 non-*info* Info buffers.
1949 (Info-fontify-node): Don't show the file name of external
1950 references if `Info-hide-note-references' is `hide'. Don't hide
1951 newlines at the end of paragraphs.
1952
1953 * international/mule-diag.el (list-input-methods):
1954 Fix args to help-xref-button.
1955
1956 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1957 to put into effect local variables from TUTORIAL files.
1958
1959 * textmodes/paragraphs.el (sentence-end) <function>: New fun
1960 with default value taken from the variable `sentence-end'.
1961 (sentence-end) <defcustom>: Set default to nil. Doc fix.
1962 Add nil const to :type.
1963 (sentence-end-without-period, sentence-end-double-space)
1964 (sentence-end-without-space): Doc fix.
1965
1966 * textmodes/paragraphs.el (forward-sentence):
1967 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1968 (fill-delete-newlines):
1969 * progmodes/cc-cmds.el (c-beginning-of-statement):
1970 Use function `sentence-end' instead of variable `sentence-end'.
1971
1972 2004-04-18 Andreas Schwab <schwab@suse.de>
1973
1974 * progmodes/compile.el (compilation-start): Set window start to
1975 point-min if compilation-scroll-output is nil.
1976
1977 2004-04-18 John Wiegley <johnw@newartisans.com>
1978
1979 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1980
1981 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
1982
1983 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1984 (gdb-info-breakpoints-custom): Revert previous change.
1985 (gdb-view-assembler): Update assembler if necessary.
1986 (gdb-frame-handler): Parse correctly for gdb-current-frame.
1987 (gdb-display-source-buffer): Update properly when both source and
1988 assembler are visible.
1989
1990 2004-04-17 John Wiegley <johnw@newartisans.com>
1991
1992 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1993 which limits the number of names shown in the minibuffer. Off by
1994 default.
1995 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
1996 up iswitchb for users with a multitude of open buffers by showing
1997 only the first and last N/2 buffers in the completion list (which
1998 is enough to aid C-s/C-r, and to know that more characters are
1999 needed to refine the completion list).
2000
2001 2004-04-17 Richard M. Stallman <rms@gnu.org>
2002
2003 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
2004 (file-truename): Expand all ~ constructs directly.
2005 (insert-directory): Delete any error msg output by the
2006 `insert-directory-program'.
2007
2008 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
2009 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
2010 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
2011 (allout-init): Use find-file-hook, not find-file-hooks.
2012 (allout-mode): Eliminate Emacs 18 support.
2013 Use write-contents-functions, not local-write-file-hooks.
2014
2015 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
2016
2017 * progmodes/compile.el (compilation-error-properties): Fix for
2018 adding messages when there are already markers for their file.
2019 (compilation-fake-loc): New function.
2020
2021 2004-04-16 Dave Love <fx@gnu.org>
2022
2023 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
2024 (python-load-file): Fix python-orig-start setting.
2025
2026 * progmodes/compile.el: Doc fixes.
2027 (compilation-error-regexp-alist-alist)
2028 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
2029 (compilation-assq): Wrap in eval-when-compile.
2030 (compilation-mode-font-lock-keywords): Don't use list*.
2031 (compilation-start): Avoid warning.
2032 (compilation-compat-error-properties)
2033 (compilation-directory-properties): Add keymap property.
2034 (compilation-parsing-end): Make it a marker for better compatibility.
2035
2036 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
2037
2038 2004-04-16 Mark A. Hershberger <mah@everybody.org>
2039
2040 * xml.el: Doc fixes.
2041 (xml-get-children): Only looks at sub-tags and ignore strings.
2042
2043 * xml.el (xml-parse-tag): Avoid overwriting node-name.
2044
2045 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * url/url-util.el (url-debug): Use with-current-buffer.
2048
2049 * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
2050 (url-nfs-create-wrapper): Use new backquote syntax.
2051
2052 * url/url-https.el (url-https-file-attributes): Add id-format param.
2053
2054 * url/url-http.el (url-http-head-file-attributes)
2055 (url-http-file-attributes): Add id-format parameter.
2056
2057 * url/url-handlers.el: Use new find-file-hook.
2058 (url-file-attributes): Add id-format parameter.
2059
2060 * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
2061 (url-file-file-attributes): Add id-format parameter.
2062
2063 * url/url-dav.el: Use with-current-buffer.
2064 (url-dav-process-response): Fix regexps and spurious quote.
2065 (url-dav-file-attributes): Add id-format param.
2066
2067 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2068
2069 2004-04-16 Andre Spiegel <spiegel@gnu.org>
2070
2071 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
2072
2073 * vc.el (vc-print-log): Likewise.
2074
2075 2004-04-16 Masatake YAMATO <jet@gyve.org>
2076
2077 * simple.el (completion-setup-function): Set an initial value
2078 to `element-common-end' before entering loop. Set a value
2079 to `element-common-end' at the end of loop.
2080 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
2081 (completions-common-part): Rename from completion-de-emphasis.
2082 (completions-first-difference): Rename from completion-emphasis.
2083 Suggested by RMS.
2084
2085 2004-04-16 Juanma Barranquero <lektu@terra.es>
2086
2087 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
2088 (bookmark-edit-annotation-mode): Add mode name.
2089
2090 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
2093 for nested conflict markers.
2094 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
2095
2096 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
2097
2098 * progmodes/gdb-ui.el (gdb-goto-info): New function.
2099
2100 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
2101
2102 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2105 Give a backtrace if requested.
2106
2107 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
2108
2109 * progmodes/python.el (python-mouse-2-command, python-RET-command):
2110 Remove unused functions.
2111 (python-orig-start-line, python-orig-file): Remove.
2112 (python-orig-start): New var.
2113 (python-input-filter, python-compilation-line-number)
2114 (python-send-region, python-load-file): Use it.
2115
2116 * info.el (info): Always jump to *info*.
2117
2118 * subr.el (posn-set-point): New function.
2119
2120 * mouse.el (mouse-set-point): Use it.
2121
2122 * progmodes/compile.el (compile-goto-error): Use it.
2123 (compilation-button-map): New keymap.
2124 (compilation-error-properties): Use it.
2125 (compilation-shell-minor-mode-map): Don't bind mouse-2.
2126
2127 * smerge-mode.el (smerge-popup-context-menu): Use it.
2128
2129 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
2130 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
2131 mouse and non-mouse case.
2132
2133 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
2134 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
2135
2136 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
2137 Make it work for non-mouse events.
2138
2139 * pcvs-info.el (cvs-status-map): Update binding name.
2140
2141 2004-04-14 Mark A. Hershberger <mah@everybody.org>
2142
2143 * xml.el (xml-maybe-do-ns): New function to handle namespace
2144 parsing of both attribute and element names.
2145 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
2146 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
2147 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
2148 (xml-parse-attlist): Make it do its own namespace parsing.
2149
2150 2004-04-14 Dave Love <fx@gnu.org>
2151
2152 * progmodes/python.el (run-python): Fix use of \n.
2153 (python-load-file): Remove `try' from Python fragment.
2154 (python-describe-symbol): Fix message.
2155
2156 * comint.el: Doc fixes.
2157 (comint-last-input-start, comint-last-input-end)
2158 (comint-last-output-start): Give them values.
2159 (comint-arguments): Avoid warning.
2160 (comint-skip-prompt): Use line-end-position.
2161 (comint-backward-matching-input): Rename arg to agree with doc.
2162 (comint-extract-string): Use syntax-ppss.
2163 (comint-dynamic-simple-complete): Delete useless list construction.
2164 (comint-redirect-subvert-readonly): New.
2165 (comint-redirect-preoutput-filter): Use it.
2166
2167 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2168 Correctly handle negative arguments when calling hook functions.
2169
2170 2004-04-14 Jesper Harder <harder@ifa.au.dk>
2171
2172 * info.el (info-apropos): Don't clobber Info-history-list.
2173
2174 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
2175
2176 * progmodes/compile.el (compilation-setup):
2177 Localize overlay-arrow-position.
2178 (compilation-sentinel): Restructure code equivalently.
2179 (compilation-next-error): Find message on same line after point if
2180 not found before point.
2181 (compile-mouse-goto-error): Restore function so that compilation
2182 buffer need not be current and use compile-goto-error.
2183 (compile-goto-error): Restore function.
2184 (next-error): Set overlay-arrow-position.
2185 (compilation-forget-errors): Don't localize already local
2186 compilation-locs and remove FIXME about refontifying.
2187
2188 2004-04-14 Kim F. Storm <storm@cua.dk>
2189
2190 * startup.el (emacs-quick-startup): New defvar (set by -Q).
2191 (command-line): New option -Q. Like -q --no-site-file, but
2192 in addition it also disables menu-bar, tool-bar, scroll-bars,
2193 tool-tips, and the blinking cursor.
2194 (command-line-1): Skip startup screen if -Q.
2195 (fancy-splash-head): Use ":align-to center" prop to center splash image.
2196
2197 * emulation/cua-base.el (cua-read-only-cursor-color)
2198 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
2199
2200 2004-04-13 Dave Love <fx@gnu.org>
2201
2202 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
2203 (syntax): Don't require.
2204 (python) <defgroup>: Add :version.
2205 (python-quote-syntax): Re-written.
2206 (inferior-python-mode): Move stuff here from run-python and add
2207 some more.
2208 (python-preoutput-continuation, python-preoutput-result)
2209 (python-dotty-syntax-table): New.
2210 (python-describe-symbol): Use them.
2211 (run-python): Move stuff to inferior-python-mode. Modify code
2212 loaded into Python.
2213 (python-send-region): Use python-proc, python-send-string.
2214 (python-send-string): Send newlines too. Callers changed.
2215 (python-load-file): Re-written.
2216 (python-eldoc-function): New.
2217 (info-look): Don't require.
2218 (python-after-info-look): New. A modified version of former
2219 top-level code for use with eval-after-load.
2220 (python-maybe-jython, python-guess-indent): Use widened buffer.
2221 (python-fill-paragraph): Re-written.
2222 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
2223 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
2224
2225 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
2228 Set compilation-error-regexp-alist earlier.
2229
2230 * progmodes/compile.el (compilation-minor-mode-map)
2231 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
2232 (compile-goto-error): Re-merge the mouse and non-mouse commands.
2233
2234 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * progmodes/compile.el (compile-goto-error): Select the buffer/window
2237 corresponding to the event.
2238
2239 * url/url.el (url-retrieve): Use with-current-buffer.
2240
2241 * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
2242 Remove unused var `version'.
2243
2244 * url/url-handlers.el (url-handler-mode): New minor mode.
2245 (url-setup-file-name-handlers): Remove.
2246
2247 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
2248
2249 * loadup.el: Add cygwin to system-type list, for unexec() support.
2250
2251 2004-04-12 John Paul Wallington <jpw@gnu.org>
2252
2253 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
2254 (ibuffer-restore-window-config-on-quit): New variable to replace
2255 `ibuffer-delete-window-on-quit'. Update all references.
2256 (ibuffer-prev-window-config): New variable.
2257 (ibuffer-quit): Restore previous window configuration instead of
2258 deleting window.
2259 (ibuffer): Save window configuration before showing Ibuffer buffer.
2260
2261 * help.el (describe-mode): Doc fix.
2262
2263 * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
2264 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
2265
2266 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2269 not to treat nil as a function.
2270
2271 * vc-arch.el (vc-arch-root): Be a bit more careful.
2272 (vc-arch-register): Save the buffer if we modified it.
2273 (vc-arch-delete-rej-if-obsolete): Save excursion.
2274 (vc-arch-find-file-hook): Use the simpler after-save-hook.
2275 (vc-arch-responsible-p, vc-arch-init-version): New functions.
2276
2277 * net/ldap.el (ldap-search): Use list*.
2278
2279 2004-04-12 Juri Linkov <juri@jurta.org>
2280
2281 * info.el (Info-follow-reference): Allow multiline reference name.
2282
2283 2004-04-11 Dave Love <fx@gnu.org>
2284
2285 * url/url-mailto.el (url-mailto):
2286 * url/url-history.el (url-history-setup-save-timer):
2287 * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
2288
2289 * url/url-file.el (url-file-build-filename): Don't use
2290 directory-sep-char.
2291
2292 * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
2293
2294 * url/url-about.el (url-scheme-registry): Defvar.
2295 (url-about): Use text/plain.
2296
2297 * url/url-vars.el (cl): Don't require.
2298 (url): Add :version.
2299 (url-bug-address): Use bug-gnu-emacs.
2300
2301 * url/url-util.el (url-hexify-string): Don't give multibyte error
2302 for char <16.
2303 (mail-header-extract): Autoload.
2304
2305 * url/url-parse.el: Doc fixes.
2306
2307 * url/url-ldap.el (ldap): Require.
2308 (url-ldap): Fix `format' call.
2309 (url-ldap-certificate-formatter): Avoid warning.
2310
2311 * url/url-https.el (url-https-create-secure-wrapper): Use modern
2312 backquotes.
2313
2314 * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
2315 (url-intersection): New.
2316 (url-dav-supported-p): Use it.
2317 (url-dav-save-resource): Declare url-http-response-status special.
2318
2319 * url/url-cache.el (url-util): Require.
2320
2321 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
2322
2323 * progmodes/python.el: New file.
2324
2325 2004-04-11 Andre Spiegel <spiegel@gnu.org>
2326
2327 * vc-hooks.el (vc-arg-list): Function removed.
2328 (vc-default-workfile-unchanged-p): Use condition-case to check for
2329 backward compatibility.
2330
2331 * vc.el (vc-print-log): Use condition-case to check for backward
2332 compatibility.
2333
2334 2004-04-11 Juri Linkov <juri@jurta.org>
2335
2336 * dired.el (dired-faces): New defgroup.
2337 (dired-header, dired-mark, dired-marked, dired-flagged)
2338 (dired-warning, dired-directory, dired-symlink, dired-ignored):
2339 New faces.
2340 (dired-header-face, dired-mark-face, dired-marked-face)
2341 (dired-flagged-face, dired-warning-face, dired-directory-face)
2342 (dired-symlink-face, dired-ignored-face): New face variables.
2343 (dired-font-lock-keywords): Use them instead of font-lock faces.
2344 Split the rule for dired marks into 3 separate rules: for marks,
2345 marked file names and flagged file names.
2346
2347 * help-mode.el (help-make-xrefs): Add a final newline to the
2348 *Help* buffer.
2349
2350 2004-04-11 John Paul Wallington <jpw@gnu.org>
2351
2352 * replace.el (occur-engine): Distinguish between one and several
2353 matches in the matches per buffer heading.
2354
2355 2004-04-11 Kim F. Storm <storm@cua.dk>
2356
2357 * ido.el (ido-confirm-unique-completion): New defcustom.
2358 (ido-complete): Use it.
2359 (ido-write-file): Set it to t unconditionally.
2360
2361 2004-04-10 Miles Bader <miles@gnu.org>
2362
2363 RCS keyword removal (only non-comment changes are enumerated here):
2364
2365 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
2366 (byte-compile-insert-header): Don't use `byte-compile-version'.
2367 * url/url-vars.el (url-version): Use the constant string "Emacs"
2368 instead of calculating something from the RCS `State' keyword
2369 [the latter is almost entirely useless anyway].
2370 * forms.el (forms-version): Variable removed.
2371 (forms-mode): Don't use `forms-version'.
2372 * recentf.el (recentf-version): Variable removed.
2373 * progmodes/delphi.el (delphi-version): Variable removed.
2374 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2375
2376 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
2379
2380 2004-04-09 Jesper Harder <harder@ifa.au.dk>
2381
2382 * info.el (info-apropos): Improve menu item regexp.
2383
2384 2004-04-09 Simon Josefsson <jas@extundo.com>
2385
2386 * mail/smtpmail.el: Add comment, based on report by
2387 kdc@rcn.com (Kevin D. Clark).
2388
2389 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2392 Redo one more thing that I didn't notice Daniel had undone.
2393
2394 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
2395
2396 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
2397 (gdb-goto-breakpoint, gdb-display-buffer)
2398 (gdb-display-source-buffer, gdb-view-source-function)
2399 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
2400 (gdb-source-info, gdb-frame-handler): Don't specify a window
2401 for display.
2402 (gdb-info-breakpoints-custom): Remove superfluous update of
2403 assembler buffer.
2404 (gdb-many-windows): Make settable outside gdb.
2405
2406 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
2407
2408 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
2409 Derive from fundamental-mode rather than text-mode.
2410
2411 2004-04-08 Juri Linkov <juri@jurta.org>
2412
2413 * info.el (Info-history): Doc fix.
2414 (Info-history-list): New var.
2415 (info-xref): Change magenta4 to blue, remove bold for dark and
2416 light backgrounds, change bold to underline for non-color classes.
2417 (info-xref-visited): New face.
2418 (Info-fontify-visited-nodes): New custom.
2419 (Info-hide-note-references): Add new value `hide'. Doc fix.
2420 (Info-reference-name): New var.
2421 (Info-selection-hook): New custom.
2422 (Info-edit-mode-hook): New var.
2423 (Info-find-file): New fun.
2424 (Info-find-node): Move part of code to Info-find-file.
2425 (Info-find-node-2): Add anchors to Info-history-list. Move point
2426 to the place with the reference name if name is defined.
2427 (Info-select-node): Add current node to Info-history-list.
2428 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
2429 (Info-search-whitespace-regexp): New custom.
2430 (Info-search-case-fold): New var.
2431 (Info-search): Add "case-sensitively" to the prompt.
2432 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
2433 (Info-search-case-sensitively, Info-search-next): New fun.
2434 (Info-up): Move point to the menu item of the current node.
2435 (Info-history): New fun. Add *info-history* to
2436 same-window-buffer-names.
2437 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
2438 (Info-insert-toc): New fun.
2439 (Info-build-toc): New fun.
2440 (Info-follow-reference): Add new arg `fork'. Doc fix.
2441 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
2442 with the same name prefer the reference closest to point.
2443 (Info-next-reference): Replace * by + in the *Note regexp.
2444 Add regexp for http:// and ftp://. Skip the *Note prefix.
2445 (Info-prev-reference): Replace * by + in the *Note regexp.
2446 Add regexp for http:// and ftp://. Skip the *Note prefix.
2447 (Info-follow-nearest-node): Add new arg `fork'.
2448 (Info-try-follow-nearest-node): Add new arg `fork'.
2449 Call browse-url for http:// and ftp:// references.
2450 Set Info-reference-name for index entries.
2451 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
2452 Info-search-next, Info-history, Info-toc, clone-buffer.
2453 (Info-menu-update): Replace * by + in the *Note regexp.
2454 (Info-mode): Add documentation for Info-history, Info-toc,
2455 Info-search-case-sensitively, Info-search-next, clone-buffer.
2456 (Info-fontify-menu-headers): Remove fun. Move code to
2457 Info-fontify-node.
2458 (Info-fontify-node): Add docstring. Add local vars
2459 fontify-visited-p and not-fontified-p. If not-fontified-p is t
2460 then fontify header line, titles, menu headers, http and ftp
2461 references, refill paragraphs. If not-fontified-p is t or
2462 fontify-visited-p is t then fontify cross references, menu items.
2463 Fontify menu headers. Fontify http and ftp references.
2464 Change regexp for cross references to require whitespace after *Note,
2465 add matching groups for file and node names. Remove hack for quote.
2466 Use display property for Info-hide-note-references=t. Use fifth
2467 or fourth match for help-echo. Display visited nodes in a
2468 different face. Unhide file names of external references.
2469 Unhide newlines. Display visited menu items in a different face.
2470
2471 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * progmodes/compile.el: Require CL.
2474 (compilation-mode-font-lock-keywords): Re-install the "line as
2475 function" patch.
2476
2477 * help-fns.el (help-C-source-directory): New var.
2478 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
2479 (describe-function-1, describe-variable): Use them.
2480
2481 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
2482 to C source files specially.
2483
2484 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
2485
2486 * info.el (Info-hide-cookies-node): New function.
2487 (Info-select-node): Use it.
2488 (Info-display-images-node): Remove message with image file name.
2489
2490 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
2491
2492 * progmodes/compile.el (compilation-warning-face)
2493 (compilation-info-face, compilation-skip-threshold)
2494 (compilation-skip-visited, compilation-context-lines):
2495 Declare :version when added to Emacs.
2496 (compilation-error-regexp-alist-alist): Extend caml and irix.
2497 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
2498 (compilation-mode-font-lock-keywords): Temporarily undo line as
2499 function patch, which wasn't ready.
2500
2501 2004-04-07 Kenichi Handa <handa@m17n.org>
2502
2503 * international/latin1-disp.el (latin1-display-setup): Check each
2504 character is displayable or not instead of calling
2505 latin1-display-check-font.
2506
2507 2004-04-06 Kenichi Handa <handa@m17n.org>
2508
2509 * language/ethio-util.el (ethio-sera-being-called-by-w3):
2510 New variable.
2511 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
2512 instead of sera-being-called-by-w3.
2513 (ethio-fidel-to-sera-buffer): Likewise.
2514 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
2515 instead of sera-being-called-by-w3.
2516 (ethio-write-file): Likewise.
2517
2518 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2519
2520 * printing.el: Doc fix.
2521
2522 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
2523
2524 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
2525 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
2526 (gdb-setup-windows): Only use separate IO buffer if required.
2527
2528 2004-04-06 Kim F. Storm <storm@cua.dk>
2529
2530 * term.el (term-is-xemacs): Remove.
2531 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
2532 (term-window-width): New function.
2533 (term-mode, term-check-size): Use it.
2534 (term-mode): Disable overflow-newline-into-fringe in term buffer.
2535
2536 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
2537
2538 * cus-edit.el (custom-add-parent-links): Change unbound variable
2539 `symbol' to `name'.
2540
2541 2004-04-05 Jesper Harder <harder@ifa.au.dk>
2542 * info.el (info-apropos): New function.
2543 (Info-mode-menu): Add it.
2544 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
2545
2546 * help-mode.el (help-make-xrefs): Recognize aliased variable with
2547 inherited docstring.
2548
2549 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
2550
2551 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
2554
2555 * progmodes/compile.el (font-lock): Don't require any more.
2556 (compilation-error-properties, compilation-start, compilation-sentinel)
2557 (compilation-filter, next-error): Use with-current-buffer.
2558 (compilation-skip-to-next-location, compilation-skip-threshold)
2559 (compilation-skip-visited): Move to silence the byte-compiler.
2560 (compilation-setup): Simplify.
2561 (compilation-next-error): Use line-(beginning|end)-position.
2562 Make sure `pt' is non-nil before using compilation-loop.
2563 (compile-goto-error): Add optional event arg. Use it.
2564 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
2565 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
2566 Update the binding for mouse-2.
2567 (first-error): Set compilation-current-error to nil rather than bob.
2568 (compilation-parsing-end, compilation-parse-errors-function)
2569 (compilation-error-list, compilation-old-error-list):
2570 "New" compatibility variables.
2571 (compile-buffer-substring, compilation-compat-error-properties)
2572 (compilation-compat-parse-errors, compilation-forget-errors):
2573 New compatibility functions.
2574 (compilation-mode-font-lock-keywords): Use them.
2575
2576 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2577
2578 * autorevert.el (auto-revert-handler): If point (or a window
2579 point) is at the end of the buffer, keep it there after
2580 reverting. This allows to tail a file.
2581 Mention this in the `Commentary'.
2582
2583 * format.el (format-write-file): Add optional argument CONFIRM
2584 and make it behave like the analogous argument to `write-file'.
2585
2586 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2587
2588 * progmodes/ebnf2ps.el: Doc fix.
2589 (ebnf-version): New version number (4.2).
2590 (ebnf-syntax): Customization and docstring fix.
2591 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
2592 Put autoloaded funs before first use.
2593 (ebnf-style-database): Add dtd entry.
2594 (ebnf-syntax-alist): Add dtd initialization.
2595 (ebnf-token-sequence): New fun.
2596 (ebnf-comment-table): Add new comment action character.
2597 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
2598
2599 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
2600 Type Definition for XML).
2601
2602 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2603 * progmodes/ebnf-bnf.el (ebnf-sequence):
2604 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2605 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2606 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2607 Code simplification: call ebnf-token-sequence.
2608
2609 2004-04-04 Eli Zaretskii <eliz@gnu.org>
2610
2611 * calendar/timeclock.el (timeclock-relative)
2612 (timeclock-get-project-function, timeclock-get-workday-function)
2613 (timeclock-query-out, timeclock-when-to-leave)
2614 (timeclock-when-to-leave-string, timeclock-log-data)
2615 (timeclock-generate-report, timeclock-in): Doc fixes.
2616
2617 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * url: Import the URL package from its repository.
2620
2621 * url/url-methods.el:
2622 * url/url-parse.el: Don't require url-auto.
2623
2624 2004-04-03 Andreas Schwab <schwab@suse.de>
2625
2626 * diff-mode.el (diff-mode): Fix missing quote.
2627
2628 2004-04-03 Juri Linkov <juri@jurta.org>
2629
2630 * descr-text.el (describe-property-list): Add `font-lock-face'.
2631
2632 * dired.el (dired-font-lock-keywords): Fix permission regexps.
2633
2634 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2635
2636 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2637 Use utf-16le on little endian machines and utf-16be otherwise.
2638
2639 2004-04-02 David Kastrup <dak@gnu.org>
2640
2641 * net/browse-url.el (browse-url-generic): Use call-process
2642 instead of start-process to allow browsers that fork and detach.
2643
2644 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
2645
2646 * compile.el (compilation-current-error): New var.
2647 (compilation-setup, compile-mouse-goto-error)
2648 (compile-goto-error, next-error): Use it.
2649 (compilation-skip-to-next-location): Default to t, which gives
2650 contiguous skipping like old compile (where this was redundant).
2651 (compilation-next-error): Prevent previous-* commands from moving
2652 back to message at or just before point.
2653
2654 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
2655
2656 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2657 (gdb-source-info): Don't display source at startup, if required.
2658 (gdb-show-main): New option.
2659 (gdba): Update documentation.
2660 (gdb-source): Cover case of auto-display output.
2661
2662 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
2663
2664 * autorevert.el: Delete obsolete autoload's and defvar's.
2665 (auto-revert-check-vc-info): New user option.
2666 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2667 (auto-revert-handler-vc): Delete.
2668 (auto-revert-handler): Treat return value `fast' of
2669 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
2670
2671 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2672 return `fast'.
2673
2674 * files.el (buffer-stale-function): Doc change.
2675
2676 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2677
2678 * printing.el: New tip on Tips section.
2679 (pr-version): New version number (6.7.4).
2680 (pr-shell-file-name): Initialization fix.
2681
2682 2004-03-31 Juri Linkov <juri@jurta.org>
2683
2684 * dired.el: Add autoload for `dired-do-touch'.
2685 (dired-touch-program): New var.
2686 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2687 (dired-no-confirm): Add `touch' to docstring.
2688
2689 * dired-aux.el (dired-do-touch): New fun.
2690 (dired-do-chxxx): Add argument -t for touch operation.
2691
2692 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2693 `dired-move-to-filename-regexp'.
2694
2695 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
2696
2697 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2698
2699 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2700
2701 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2702 and only if the buffer was modified.
2703
2704 2004-03-30 Kenichi Handa <handa@m17n.org>
2705
2706 * international/characters.el: Delete pairs for U+2308..U+230B.
2707
2708 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
2709
2710 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2711 to detect the beginning of a level 2 or 3 annotation.
2712
2713 2004-03-29 Kenichi Handa <handa@m17n.org>
2714
2715 * international/ucs-tables.el (ucs-insert): Fix the error message.
2716
2717 2004-03-29 Kenichi Handa <handa@m17n.org>
2718
2719 * international/mule-util.el (char-displayable-p): Fix generation
2720 of XLFD file name.
2721
2722 * Makefile.in (setwins, setwins_almost): Change directory to $wd
2723 before finding directories by `find'.
2724
2725 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * subr.el (interactive-form): Delete. Now implemented in C.
2728
2729 * pcvs.el (cvs-parse-process): Workaround for Darwin.
2730
2731 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2732 (vc-diff-label): New fun.
2733 (vc-diff-internal): Use it.
2734
2735 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2736
2737 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2738
2739 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2740
2741 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2742 specify XML (EBNFX).
2743
2744 * progmodes/ebnf2ps.el: Doc fix.
2745 (ebnf-version): New version number (4.1).
2746 (ebnf-syntax): Adjust customization.
2747 (ebnf-style-database): Add ebnfx entry.
2748 (ebnf-syntax-alist): Add ebnfx initialization.
2749 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2750
2751 * printing.el: Doc fix.
2752 (pr-version): New version number (6.7.3).
2753 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2754 returns nil for mouse position. Reported by Drew Adams
2755 <drew.adams@oracle.com>.
2756 (pr-update-menus): Modify interactive declaration. Reported by Drew
2757 Adams <drew.adams@oracle.com>.
2758
2759 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
2760
2761 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2762 (gud-gdba-marker-filter): Log the process input and output, if
2763 required. From Stefan Monnier.
2764 (gdb-debug-log, gdb-enable-debug-log): New variables.
2765 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2766
2767 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2770 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
2771
2772 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
2773
2774 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2775 Call vc-find-file-hook here instead of in auto-revert-buffers.
2776 (auto-revert-buffers): Delete call to vc-find-file-hook.
2777 (auto-revert-verbose, global-auto-revert-non-file-buffers)
2778 (global-auto-revert-mode, auto-revert-set-timer)
2779 (auto-revert-handler, auto-revert-buffers): Doc fixes.
2780
2781 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2782
2783 * woman.el (woman-change-fonts): Rename local variable
2784 woman-font-alist to font-alist to avoid a compiler warning.
2785
2786 2004-03-27 Dave Love <fx@gnu.org>
2787
2788 * emacs-lisp/rx.el (rx): Doc fix.
2789 Fix copyright years.
2790
2791 * strokes.el (strokes-global-set-stroke-string): New function.
2792 (strokes-list-strokes): Cope with strings, not just commands.
2793 Set foreground colour of image.
2794 (strokes-global-set-stroke): Doc fix.
2795
2796 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
2797
2798 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2799 Auto Revert mode.
2800 (Buffer-menu-files-only): New variable.
2801 (Buffer-menu-toggle-files-only): New function.
2802 (Buffer-menu-mode-map): Bind it to `T'.
2803 (Buffer-menu-mode): Mention `T' in docstring.
2804 Set buffer-stale-function.
2805 (list-buffers-noselect): Mark buffer non-modified and set
2806 Buffer-menu-files-only.
2807
2808 * dired.el (buffer-stale-function): Remove no longer needed defvar.
2809
2810 * autorevert.el (auto-revert-handler): Print revert message
2811 before, rather than after, reverting.
2812 (buffer-stale-function): Move to files.el.
2813
2814 * files.el (buffer-stale-function): Move here from autorevert.el.
2815
2816 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2819
2820 * calc/calc.el (calc-mode-map): Use mapc.
2821
2822 * apropos.el (apropos-mode): Don't autoload.
2823 (apropos-symbols-internal): New fun. Extracted from `apropos'.
2824 (apropos): Use it.
2825 (apropos-print): Add optional `text' argument.
2826 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2827 Don't assume point-min == 1.
2828
2829 * bs.el (bs-buffer-list): Use buffer-local-value.
2830 (bs--set-toggle-to-show): Use with-current-buffer.
2831
2832 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2833 New funs.
2834 (list-buffers-noselect): Use them. Adjust :align-to to new style.
2835
2836 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2837
2838 * dabbrev.el (dabbrev-expand): Fix regexp construction.
2839 (dabbrev--find-expansion): Use pop.
2840 (dabbrev--search): Use match-string-no-properties.
2841
2842 * dired.el (dired-mode): Use run-mode-hooks.
2843 (dired-move-to-end-of-filename): Use match-string.
2844
2845 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2846 is bound before using it.
2847 (ediff-verbose-p): Make it into a var since it's not constant.
2848
2849 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2850
2851 * faces.el (read-face-font): Don't cons up unnecessarily.
2852 (header-line, tool-bar): Share common parts.
2853
2854 * files.el (file-relative-name): Use compare-strings.
2855
2856 * finder.el (finder-mode): Follow coding convention.
2857
2858 * subr.el (read-number): New function.
2859
2860 * ses.el (ses-read-number): Move to subr.el.
2861 (ses-set-header-row): Use read-number.
2862
2863 2004-03-26 Andre Spiegel <spiegel@gnu.org>
2864
2865 * vc-hooks.el (vc-arg-list): New function, which handles both
2866 compiled and uncompiled code.
2867 (vc-default-workfile-unchanged-p): Use it.
2868
2869 * vc.el (vc-print-log): Undo prev change, use new function
2870 vc-arg-list from vc-hooks.el.
2871
2872 2004-03-26 Masatake YAMATO <jet@gyve.org>
2873
2874 * simple.el (completion-setup-function): Emphasize the
2875 first uncommon characters in the completions; and de-emphasize
2876 the common prefix substrings.
2877 (completion-emphasis): New face.
2878 (completion-de-emphasis): New face.
2879
2880 2004-03-25 Juanma Barranquero <lektu@terra.es>
2881
2882 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2883 Comment out (it's unused and unfinished code).
2884
2885 2004-03-25 Sam Steingold <sds@gnu.org>
2886
2887 * vc.el (vc-print-log): Fix a bug in the last patch:
2888 backend-function may be a byte-compiled object, not a lambda.
2889
2890 2004-03-25 Juri Linkov <juri@jurta.org>
2891
2892 * descr-text.el (describe-property-list): Add a button
2893 for `face' property that calls `describe-face'.
2894 Suggested by luis fernandes <elf@ee.ryerson.ca>
2895
2896 * international/mule.el (keyboard-coding-system):
2897 * kmacro.el (kmacro-call-macro): Fix docstring.
2898
2899 * dired.el: Fix comments.
2900
2901 * textmodes/fill.el (fill): Fix Info link.
2902
2903 * font-lock.el (fast-lock, lazy-lock):
2904 * jit-lock.el (jit-lock): Remove links to removed Support Modes
2905 Info node.
2906
2907 * eshell/eshell.el (eshell): Fix broken info-link.
2908
2909 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2910 * eshell/em-banner.el (eshell-banner):
2911 * eshell/em-smart.el (eshell-smart):
2912 * eshell/esh-cmd.el (eshell-cmd):
2913 Comment out broken info-links to incomplete Info manual.
2914
2915 * info-xref.el: Fix commentary.
2916
2917 2004-03-25 Kevin Ryde <user42@zip.com.au>
2918
2919 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2920 Remove spurious node duplicate suppression, doesn't work, not wanted.
2921 (info-xref-output): Take format style args, add "sit-for 0" to let
2922 user see the results as they progress.
2923 (info-xref-check-all-custom): New function.
2924
2925 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
2926
2927 * gdb-ui.el: Moved to progmodes.
2928
2929 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2932
2933 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2934
2935 * calendar/appt.el (appt-check): Remove superfluous progn.
2936 When finished with diary buffer: if it was not being displayed
2937 before, kill it; otherwise restore its original state.
2938 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2939
2940 * calendar/calendar.el (calendar-set-mode-line): Use total
2941 available mode-line width, rather than frame-width.
2942
2943 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2944 after mode change so effect not lost.
2945
2946 2004-03-23 Dave Love <fx@gnu.org>
2947
2948 * dired.el (dired) <defgroup>: Add link to manual.
2949 (dired-font-lock-keywords): Add highlighting on unusual permissions.
2950 (dired-revert): Use dolist.
2951 (dired-mode-map): Add U binding.
2952 (dired-mode): Add font-lock-beginning-of-syntax-function.
2953 (dired-garbage-files-regexp): Make it a defcustom.
2954
2955 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2958 is equivalent to nil.
2959 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2960 (vc-arch-mode-line-string): Accept `added' state.
2961 (vc-arch-state): Use inode-sigs if available.
2962 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2963 Copy&delete existing id file if any. Fallback if uuidgen is absent.
2964 (vc-arch-tagline-re): New var.
2965 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2966 New functions.
2967 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2968 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2969
2970 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2971 (vc-file-not-found-hook): Use it.
2972
2973 * diff-mode.el (diff-default-read-only): Change default.
2974 (diff-mode-hook): Make it a defcustom. Add some options.
2975 (diff-mode-map): Bind diff-refine-hook.
2976 (diff-yank-handler): New var.
2977 (diff-yank-function): New fun.
2978 (diff-font-lock-keywords): Use them.
2979 (diff-end-of-file): Handle case where file-header looks like diff text.
2980 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2981 (diff-file-kill): Delete a subsequent empty line, if applicable.
2982 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2983 (diff-find-file-name): Use it.
2984 (diff-tell-file-name): New command.
2985 (diff-mode): Be careful with view-mode.
2986 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2987 New functions, for use in diff-mode-hook.
2988 (diff-find-source-location): Catch "regex too large" errors.
2989 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2990 (diff-refine-hunk): New command.
2991
2992 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2993 (smerge-context-menu-map): Remove unused var.
2994 (smerge-keep-all): Preserve markers.
2995 (smerge-keep-n): New fun.
2996 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2997 (smerge-keep-current, smerge-ediff): Use it.
2998 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
2999 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
3000 (smerge-resolve): Resolve trivial 3-part conflicts.
3001
3002 2004-03-23 Juri Linkov <juri@jurta.org>
3003
3004 * man.el (Man-width): New var.
3005 (Man-getpage-in-background): Use it.
3006 (Man-support-local-filenames): New var and fun.
3007 (Man-build-man-command): Don't add a second %s.
3008 (Man-fontify-manpage): Clean up message.
3009 (Man-mode): Set outline-regexp, outline-level,
3010 imenu-generic-expression.
3011
3012 * woman.el (woman-fill-frame): Doc fix.
3013 (woman-decode-region): Use window-width instead of frame-width.
3014
3015 * abbrevlist.el (list-one-abbrev-table):
3016 * descr-text.el (describe-char):
3017 * international/mule-diag.el (describe-current-coding-system):
3018 * international/quail.el (quail-insert-decode-map):
3019 Use window-width instead of frame-width.
3020
3021 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
3022 (jka-compr-mode-alist-additions): Add tbz.
3023 (jka-compr-write-region, jka-compr-insert-file-contents):
3024 Add message for undefined compress-program.
3025 (jka-compr-write-region): Remove redundant var bindings.
3026
3027 * dired-x.el (dired-guess-shell-alist-default): Add choices for
3028 extracting files into subdirectory. Add tbz and dz. Fix regexps.
3029 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
3030 (dired-man): Use dired-guess-shell-command.
3031 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
3032 Change default nil to t.
3033
3034 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
3035 (dired-compare-directories): Add default value for empty input.
3036
3037 * help-at-pt.el: Move suggestions for key bindings to Commentary.
3038
3039 * time.el (display-time-string-forms): Fix help-echo date format.
3040
3041 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
3042
3043 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
3044 (buffer-stale-function): New variable.
3045 (auto-revert-list-diff, auto-revert-dired-file-list)
3046 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
3047 (auto-revert-handler): Take over some functionality of deleted
3048 functions.
3049 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
3050
3051 * dired.el (dired-directory-changed-p): New fun, extracted from
3052 dired-internal-noselect.
3053 (dired-buffer-stale-p): New fun.
3054 (dired-internal-noselect): Use dired-directory-changed-p.
3055 Eliminate revert messages.
3056 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
3057
3058 2004-03-23 Kenichi Handa <handa@m17n.org>
3059
3060 * international/characters.el: Setup syntaxes for more parentheses
3061 Unicode characters.
3062
3063 * international/mule-cmds.el (select-safe-coding-system):
3064 Merge coding-system and auto-cs before comparing them.
3065
3066 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
3069
3070 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3071 normal-auto-fill-function and comment-indent-function.
3072 The default values now work just as well.
3073 Don't set font-lock-beginning-of-syntax-function since we already set
3074 syntax-begin-function.
3075 (lisp-outline-level): Put ;;;###autoload at same level as (.
3076 (prin1-char): Quote special chars.
3077
3078 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
3079 than with-no-warnings.
3080
3081 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3082 if the source location can't be found.
3083 (edebug-compute-previous-result): Use prin1-char.
3084
3085 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
3086 (debug-ignored-errors): Add an entry.
3087
3088 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3089 (byte-compile-file): Output warning when deleting a file.
3090
3091 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
3092 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
3093
3094 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
3095 (byte-compile-inline-expand): Use backquote.
3096 (byte-optimize-pure-func): Rename from byte-optimize-concat.
3097 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
3098
3099 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
3100
3101 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
3102
3103 2004-03-22 Juri Linkov <juri@jurta.org>
3104
3105 * finder.el (finder-known-keywords): Fix data, tex, unix.
3106
3107 * play/landmark.el: Fix keywords.
3108
3109 * language/ethio-util.el (ethio-find-file): Doc fix.
3110
3111 * emacs-lisp/warnings.el: Doc fix.
3112
3113 * textmodes/ispell.el (ispell-help): Doc fix.
3114
3115 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
3116
3117 * format.el (format-insert-file): Always return a list of two
3118 elements, like insert-file-contents does.
3119
3120 2004-03-21 Andre Spiegel <spiegel@gnu.org>
3121
3122 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
3123 and vc-BACKEND-diff.
3124 (vc-print-log): If the print-log implementation supports it, use
3125 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
3126 (vc-version-diff, vc-diff-internal): Doc fixes.
3127
3128 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
3129 implementation supports it, let diff output go to *vc*,
3130 not *vc-diff*, since this is an internal call.
3131
3132 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
3133
3134 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
3135
3136 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
3137
3138 2004-03-21 Dave Love <fx@gnu.org>
3139
3140 * progmodes/cfengine.el (cfengine-mode):
3141 Set parse-sexp-ignore-comments.
3142
3143 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
3144
3145 2004-03-21 Juanma Barranquero <lektu@terra.es>
3146
3147 * allout.el (allout-mode): Fix docstring.
3148
3149 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
3150
3151 * files.el (insert-directory): Fix bug if SWITCHES is a list.
3152
3153 * autorevert.el (auto-revert-interval): Make new value take
3154 effect immediately when set through Custom.
3155 (auto-revert-set-timer): Add interactive declaration.
3156
3157 2004-03-19 David Ponce <david@dponce.com>
3158
3159 * ruler-mode.el (ruler-mode-header-line-format-old):
3160 Don't `make-variable-buffer-local'.
3161 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
3162 (ruler-mode-header-line-format): Simply funcall the above.
3163 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
3164 to save/restore a previous header line format.
3165 (ruler-mode-space): Don't depend on a numeric WIDTH value.
3166 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
3167 fringes and margins width.
3168 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
3169
3170 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * log-edit.el (log-edit-font-lock-keywords): Typo.
3173
3174 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
3175 (tex-send-tex-command): Rather than here.
3176 (tex-compilation-parse-errors): Simplify.
3177
3178 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
3179
3180 * time.el (display-time-string-forms): Add help-echo with date on time.
3181
3182 * composite.el (compose-region): Use restore-buffer-modified-p.
3183
3184 * disp-table.el (standard-display-8bit): Simplify.
3185
3186 * server.el (server-process-filter): Delete temp frame.
3187
3188 * add-log.el (add-change-log-entry): Simplify.
3189
3190 2004-03-19 Kim F. Storm <storm@cua.dk>
3191
3192 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
3193 (hexl-follow-line): Don't require 'fringe.
3194
3195 * progmodes/compile.el (compilation-start): Always set
3196 compilation-last-buffer and return it.
3197
3198 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
3199
3200 * simple.el (clone-buffer): Doc fix.
3201
3202 2004-03-18 Juanma Barranquero <lektu@terra.es>
3203
3204 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
3205
3206 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * log-edit.el (log-edit-font-lock-keywords): New var.
3209 (log-edit-mode): Use it.
3210
3211 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
3212
3213 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
3214 properly for watching in speedbar.
3215
3216 2004-03-17 Masatake YAMATO <jet@gyve.org>
3217
3218 * smerge-mode.el (smerge-popup-context-menu):
3219 Put `unwind-protect' around `overlay-put' and `popup-menu'.
3220
3221 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
3224 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
3225 Take sealed revisions into account.
3226 (vc-arch-checkin): Extract a summary line from the message.
3227
3228 2004-03-16 Masatake YAMATO <jet@gyve.org>
3229
3230 * register.el (register): Provide `register' feature.
3231
3232 2004-03-15 Masatake YAMATO <jet@gyve.org>
3233
3234 Added context menu support in smerge mode.
3235 Most of the part is written by Stefan Monnier.
3236
3237 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
3238 New keymap and menu.
3239 (smerge-text-properties): New function.
3240 (smerge-remove-props): New function.
3241 (smerge-popup-context-menu): New function.
3242 (smerge-resolve): Call `smerge-remove-props'.
3243 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
3244 (smerge-keep-current): Ditto.
3245 (smerge-kill-current): New function.
3246 (smerge-match-conflict): Put text properties.
3247 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
3248
3249 2004-03-15 David Ponce <david@dponce.com>
3250
3251 * ruler-mode.el: (ruler-mode-left-fringe-cols)
3252 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
3253 (ruler-mode-right-scroll-bar-cols): Remove.
3254 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
3255 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
3256 Use fringe-columns and scroll-bar-columns.
3257
3258 2004-03-15 Masatake YAMATO <jet@gyve.org>
3259
3260 * hl-line.el (hl-line-range-function): New variable.
3261 (hl-line-move): New function.
3262 (global-hl-line-highlight): Use `hl-line-move'.
3263 (hl-line-highlight): Ditto.
3264
3265 * scroll-bar.el (scroll-bar-columns):
3266 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
3267
3268 * ruler-mode.el (top-level): Require scroll-bar and fringe.
3269 (ruler-mode-left-fringe-cols)
3270 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
3271 (ruler-mode-right-scroll-bar-cols)
3272 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
3273 (ruler-mode-ruler-function): New variable.
3274 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
3275 if the value for `ruler-mode-ruler-function'is given.
3276
3277 * hexl.el (hexl-mode-hook): Make the hook customizable.
3278 (hexl-address-area, hexl-ascii-area): New customize variables.
3279 (hexlify-buffer): Put font-lock-faces on the address area and
3280 the ascii area.
3281 (hexl-activate-ruler): New function.
3282 (hexl-follow-line): New function.
3283 (hexl-highlight-line-range): New function.
3284 (hexl-mode-ruler): New function.
3285
3286 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
3289 (vc-default-find-file-hook): New fun.
3290 (vc-find-file-hook): Call new find-file-hook operation.
3291
3292 * vc-arch.el: New file.
3293
3294 2004-03-12 Jesper Harder <harder@ifa.au.dk>
3295
3296 * info-look.el (info-lookup): Reuse an existing Info window.
3297
3298 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3299
3300 * woman.el (woman-preserve-ascii): Default value changed to t and
3301 doc string revised.
3302
3303 2004-03-12 Richard M. Stallman <rms@gnu.org>
3304
3305 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3306 Fix minor bug.
3307
3308 * replace.el (occur-engine): Change message for count of matches.
3309
3310 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3311 For strings, do compare text properties.
3312
3313 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
3314
3315 * progmodes/compile.el (compile-auto-highlight)
3316 (compilation-error-list, compilation-old-error-list)
3317 (compilation-parse-errors-function, compilation-parsing-end)
3318 (compilation-error-message, compilation-directory-stack)
3319 (compilation-enter-directory-regexp-alist)
3320 (compilation-leave-directory-regexp-alist)
3321 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
3322 (compilation-current-file, compilation-regexps): Remove vars.
3323
3324 (compile-error-at-point, compilation-error-filedata)
3325 (compilation-error-filedata-file-name, compile-reinitialize-errors)
3326 (compilation-next-error-locus, compilation-forget-errors)
3327 (count-regexp-groupings, compilation-parse-errors)
3328 (compile-collect-regexps, compile-buffer-substring): Remove funs.
3329
3330 (compile-internal): Make obsolete.
3331
3332 (compilation-first-column, compilation-error)
3333 (compilation-directory-matcher, compilation-page-delimiter)
3334 (compilation-mode-font-lock-keywords, compilation-debug)
3335 (compilation-error-face, compilation-warning-face)
3336 (compilation-info-face, compilation-line-face)
3337 (compilation-column-face, compilation-enter-directory-face)
3338 (compilation-leave-directory-face, compilation-skip-threshold)
3339 (compilation-skip-visited, compilation-context-lines): New vars.
3340
3341 (compilation-warning-face, compilation-info-face)
3342 (compilation-message-face): New faces.
3343
3344 (compilation-error-regexp-alist-alist): New constant.
3345
3346 (compilation-face, compilation-directory-properties)
3347 (compilation-assq, compilation-error-properties, compilation-start)
3348 (define-compilation-mode, compilation-loop)
3349 (compilation-set-window): New functions.
3350
3351 (compile): Additional argument for interactive compiles like TeX.
3352
3353 * progmodes/grep.el (kill-grep): Move here from compile.el
3354 (grep-error, grep-hit-face, grep-error-face)
3355 (grep-mode-font-lock-keywords): New variables.
3356 (grep-regexp-alist): Simplify regexp and add `binary' case.
3357 (grep-mode): New mode.
3358 (grep-process-setup): Simplify.
3359
3360 2004-03-11 Jason Rumney <jasonr@gnu.org>
3361
3362 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
3363 letters on DOS/Windows.
3364
3365 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * server.el (server-name): New var.
3368 (server-socket-dir): New var to replace server-socket-name.
3369 (server-start): Use them.
3370
3371 2004-03-11 Simon Josefsson <jas@extundo.com>
3372
3373 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
3374 died to avoid infloop. Reported by Jonathan Glauner
3375 <jglauner@sbum.org>.
3376
3377 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
3380 (smerge-mode-menu): Use it to deactivate menu entries.
3381 (smerge-keep-current): New fun.
3382 (smerge-keep-current): Use it.
3383
3384 2004-03-10 John Paul Wallington <jpw@gnu.org>
3385
3386 * foldout.el (foldout-fold-list, foldout-modeline-string):
3387 Declare them as variables, not constants.
3388
3389 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3390
3391 * ps-print.el: Modification to print *Messages* buffer.
3392 (ps-print-version): New version 6.6.4.
3393 (ps-message-log-max): New fun.
3394 (ps-spool-without-faces, ps-spool-with-faces)
3395 (ps-count-lines-preprint): Code fix.
3396
3397 * printing.el: New tips in Tips section.
3398
3399 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3400
3401 * delim-col.el: Doc fix.
3402
3403 * printing.el: Doc fix. New doc section (Tips).
3404
3405 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * type-break.el (type-break-emacs-variant): Remove.
3408 (type-break-run-at-time, type-break-cancel-function-timers):
3409 Use fboundp rather than version name and number.
3410
3411 2004-03-09 Masatake YAMATO <jet@gyve.org>
3412
3413 * hexl.el (hexl-mode): Use `make-local-variable' instead of
3414 `make-variable-buffer-local'.
3415
3416 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
3417
3418 * find-dired.el (find-dired): Call `shell-command' instead of
3419 `start-process-shell-command'. By this, Tramp takes over
3420 handling of remote directories.
3421
3422 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * newcomment.el (comment-use-global-state): New var.
3425 (comment-search-forward): Use it.
3426
3427 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
3428
3429 * cus-edit.el (fill) <defgroup>: Move to fill.el.
3430
3431 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
3432 (enable-kinsoku): Make it a defcustom.
3433 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
3434 paragraph to same-comment-start-marker.
3435
3436 2004-03-07 Dave Love <fx@gnu.org>
3437
3438 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
3439 (browse-url-mail): Use it.
3440
3441 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
3442 (rfc2368-unhexify-string): Use replace-regexp-in-string.
3443
3444 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3445
3446 * woman.el (woman-man.conf-path): Doc fix.
3447 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
3448
3449 2004-03-07 Eli Zaretskii <eliz@gnu.org>
3450
3451 * sort.el (sort-columns): Remove ms-dos from the list of systems
3452 where the external `sort' command is not used.
3453
3454 2004-03-07 Kim F. Storm <storm@cua.dk>
3455
3456 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
3457 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
3458 from overlay-arrow-variable-list.
3459 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
3460
3461 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
3462
3463 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
3464 overlay arrow string properly for the assembler buffer.
3465
3466 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * mail/sendmail.el (mail-mode): Fix last change.
3469
3470 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
3471
3472 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
3473 for the assembler buffer.
3474 (gdb-assembler-custom): Position the overlay arrow.
3475 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
3476
3477 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
3480
3481 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
3482 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
3483
3484 * mail/sendmail.el (mail-mode): Set comment-start-skip.
3485
3486 * newcomment.el (uncomment-region): Allow non-terminated comment.
3487 (comment-normalize-vars): Check the user-specified comstart marker.
3488
3489 2004-03-04 Jesper Harder <harder@ifa.au.dk>
3490
3491 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
3492 Otherwise, do use it if the region only contains font-lock text
3493 properties.
3494
3495 2004-03-04 Masatake YAMATO <jet@gyve.org>
3496
3497 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
3498 as the callback function for eldoc.
3499 (hexl-print-current-point-info): New function.
3500 (hexl-current-address): Print the address in both decimal
3501 and hexadecimal format.
3502
3503 2004-03-04 Richard M. Stallman <rms@gnu.org>
3504
3505 * mail/rmail.el (rmail-convert-to-babyl-format):
3506 Specify t for UNIBYTE when calling mail-unquote-printable-region.
3507
3508 * mail/mail-utils.el (mail-unquote-printable-region):
3509 New arg UNIBYTE.
3510
3511 * startup.el (command-switch-alist): Doc fix.
3512
3513 * simple.el (undo): Temporarily set this-command to `undo-start',
3514 then set it to `undo' once undo-start returns without error.
3515
3516 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3517
3518 * simple.el (kill-line): Don't disregard trailing whitespace
3519 in eol condition, if show-trailing-whitespace is set.
3520
3521 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
3522 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
3523 When disabling, restore old values only if mouse-sel-has-been-enabled.
3524
3525 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
3526 (isearch-{-char): New function.
3527 (isearch-mode-map): Bind { to isearch-{-char.
3528
3529 * font-lock.el (lisp-font-lock-keywords-2):
3530 Turn off the CL with-... and do-... general patterns.
3531 Instead, recognize several specific with... and do... constructs.
3532
3533 * files.el (switch-to-buffer-other-window):
3534 Bind same-window-buffer-names and same-window-regexps to nil.
3535 (switch-to-buffer-other-frame): Likewise.
3536
3537 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
3540 recognizing leading comment on code line.
3541
3542 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
3545 hidden files/directories.
3546
3547 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
3550 only comment-start (in case the mode hasn't set it).
3551
3552 * Makefile.in (AUTOGENEL): New var.
3553 (bootstrap-prepare): Rename from bootstrap-clean.
3554 Don't remove elc files.
3555 (maintainer-clean): New target.
3556
3557 * xml.el (xml-get-attribute-or-nil): Simplify.
3558
3559 2004-03-02 Juri Linkov <juri@jurta.org>
3560
3561 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
3562 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
3563 URL to prevent their substitution with the environment variable
3564 values by browsers.
3565
3566 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3567
3568 * ps-print.el: Doc fix.
3569 (ps-print-version): New version number (6.6.3).
3570 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
3571 Docstring fix.
3572 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
3573 before printing.
3574 (ps-time-stamp-yyyy-mm-dd): New fun.
3575 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
3576
3577 2004-03-02 Kim F. Storm <storm@cua.dk>
3578
3579 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
3580
3581 2004-03-01 Juanma Barranquero <lektu@terra.es>
3582
3583 * allout.el (allout-rebullet-heading): Fix typo in docstring.
3584
3585 * desktop.el (desktop-file-version)
3586 (desktop-after-read-hook): Fix typos.
3587 (desktop-clear-preserve-buffers): Remove redundant info in
3588 docstring already shown by the obsolescence message.
3589 (desktop-truncate, desktop-internal-v2s)
3590 (desktop-value-to-string): Change argument name to match docstring.
3591
3592 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
3593
3594 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
3595 docstring.
3596
3597 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3598
3599 * printing.el: Replace "As Is..." in PostScript file print/preview by
3600 "No Preprocessing...". Suggested by Colin Marquardt
3601 <_marquardt_@zmd.de>.
3602 (pr-insert-section-4): Adjust buffer interface.
3603
3604 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3605
3606 Version 2.0.39 of Tramp released.
3607
3608 * net/tramp.el (tramp-handle-file-local-copy)
3609 (tramp-handle-write-region, tramp-open-connection-rsh):
3610 Variable name typo. Small change. From Patrick Tullmann
3611 <tullmann@flux.utah.edu>.
3612 (tramp-process-connection-type): New variable.
3613 (tramp-maybe-open-connection): Use it.
3614 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3615 (tramp-touch): Set last-modified time of a remote file.
3616 (tramp-handle-write-region): Say which function is used when encoding.
3617
3618 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
3619
3620 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3621 case of non-existing filename, too. Reported by Christoph Bauer
3622 <c_bauer@informatik.uni-kl.de>.
3623 (tramp-smb-get-file-entries): The directory in question should
3624 have permissions "drwxrwxrwx". Just virtual, because we don't
3625 know the real permissions. Don't we know?
3626 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3627 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3628 (tramp-smb-wait-for-output): Optimize algorithm getting pending
3629 output. If it was received chunkwise, there have been problems.
3630 Remove the "prompt not found" error message; it is obvious.
3631 Simplify algorithm.
3632 (tramp-smb-process-running): Remove. Since we acknowledge the
3633 virtual prompt for shares, there's no need for distinction of
3634 reading shares (process ends afterwards) and interactive mode of
3635 smblient.
3636 (tramp-smb-open-connection): Setting process sentinel removed.
3637 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3638 "NT_STATUS_NETWORK_ACCESS_DENIED".
3639 (tramp-smb-maybe-open-connection): Set `process-connection-type'
3640 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3641 (top-level): Setting default value in `tramp-default-method-alist'
3642 corrected. Order of USER and HOST have been wrong.
3643 Nobody complained for months ...
3644 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3645 (tramp-smb-open-connection): Clear password cache if login has failed.
3646
3647 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3648 `tramp-unified-filenames'.
3649 (tramp-completion-mode): Make test for XEmacs explicitely.
3650 `event-to-character' can exists in Emacs packages too.
3651 Reported by Matt Swift <swift@alum.mit.edu>.
3652 (tramp-buffer-name): Buffer name must contain the user if exists.
3653 Reported by Adrian Phillips <a.phillips@met.no>.
3654 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3655 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3656 (tramp-do-copy-or-rename-file-out-of-band): Rename from
3657 `tramp-do-copy-or-rename-file-one-local', because it handles also
3658 the case both files use the same out-of-band method.
3659 Implementation added.
3660 (tramp-handle-file-local-copy, tramp-handle-write-region):
3661 Out-of-band handling removed. `copy-file' called instead, which
3662 calls `tramp-do-copy-or-rename-file-out-of-band'.
3663 (tramp-action-password): Check for out-of-band method removed.
3664 This function is used for 'login-program.
3665 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3666 appropriate.
3667 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3668 and `tramp-parse-sknownhosts'.
3669 (tramp-completion-function-alist): It's a defvar now, because we
3670 want to apply the optimized `tramp-set-completion-function'
3671 instead of a static list.
3672 (tramp-set-completion-function): Implementation tuned.
3673 Avoid double entries, and entries where the function or the
3674 file/directory doesn't exist.
3675 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3676 for SSH2.
3677 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3678 (tramp-handle-dired-compress-file): New function.
3679 (tramp-async-proc): New variable.
3680 (tramp-handle-shell-command): Adding asynchronous processes.
3681 They are far from being perfect, but it works at least for
3682 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3683 (top-level): Require password.el if visible. Should be mandatory
3684 once No Gnus has found its way into (X)Emacs.
3685 (tramp-read-passwd): Invoke `password-read' if available,
3686 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
3687 fallback any longer.
3688 (tramp-clear-passwd): New function.
3689 (tramp-process-actions, tramp-process-multi-actions):
3690 Clear password cache if login has failed.
3691
3692 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
3693 its own module.
3694 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3695 `ange-ftp-ftp-name-res'. There could be incorrect values from
3696 previous calls in case the "ftp" method is used in the Tramp file
3697 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3698
3699 2004-02-28 Richard M. Stallman <rms@gnu.org>
3700
3701 * term.el (term-mouse-paste): Call mouse-set-point.
3702
3703 * thumbs.el: New file.
3704
3705 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3706
3707 * progmodes/ebnf-abn.el: Doc fix.
3708
3709 * progmodes/ebnf-bnf.el: Doc fix.
3710 (ebnf-repeat): Code fix.
3711
3712 * progmodes/ebnf2ps.el: Doc fix.
3713 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3714
3715 2004-02-28 Juri Linkov <juri@jurta.org>
3716
3717 * ffap.el (dired-at-point): Additional writability test for
3718 relative directory names.
3719 (dired-at-point-prompter): Treat directories as a directory, get
3720 the directory component from files.
3721 (ffap-string-at-point): Return string from region if region is active.
3722 (ffap-file-at-point): Remove redundant code.
3723
3724 2004-02-28 Kim F. Storm <storm@cua.dk>
3725
3726 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3727 Initialize margin area images to nil.
3728 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3729 (breakpoint-enabled-bitmap-face)
3730 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3731 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3732 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3733 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3734 (gdb-reset): Use gdb-remove-breakpoint-icons.
3735 (gdb-put-string): Add dprop arg to specify alternative display
3736 property (for setting fringe bitmap).
3737 (gdb-remove-strings): Doc fix.
3738 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3739 icon in fringe (if available), or else as icon or text in display
3740 margin. Creates necessary icons in breakpoint-bitmap,
3741 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3742 Also make left window margin if required.
3743 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3744 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
3745 no longer needed.
3746 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3747 gdb-put-breakpoint-icon.
3748 (gdb-assembler-mode): Don't set left-margin-width here.
3749
3750 2004-02-27 Kevin Ryde <user42@zip.com.au>
3751
3752 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3753 comma, so that it DTRT in macros.
3754
3755 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
3756
3757 * progmodes/sh-script.el (sh-shell-arg)
3758 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3759 (sh-leading-keywords, sh-other-keywords): Fix custom type.
3760
3761 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3762
3763 * faces.el (face-spec-set-match-display): Add a new attribute,
3764 `min-colors'.
3765 (region, highlight, secondary-selection): Use `min-colors'.
3766
3767 * custom.el (defface): Add documentation for `min-colors'.
3768
3769 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3770 (font-lock-keyword-face, font-lock-function-name-face)
3771 (font-lock-variable-name-face, font-lock-constant-face):
3772 Use `min-colors'.
3773
3774 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3775
3776 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3777
3778 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
3779 define assq-delete-all if it's not defined.
3780 (ebnf-generate-region): Code fix.
3781
3782 * printing.el: Doc fix.
3783 (pr-version): New version number (6.7.2).
3784 (pr-command): Return empty string if command is an empty string.
3785
3786 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3787
3788 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3789
3790 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
3791 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3792 semi-down-full. Fix a bug on productions like test = {"test"}* | (
3793 "tt" ["test"] ). Reported by Markus Dreyer
3794 <mdreyer@ix.urz.uni-heidelberg.de>.
3795 (ebnf-version): New version number (4.0).
3796 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3797 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3798 (ebnf-delete-style): New commands.
3799 (ebnf-directory, ebnf-file): New funs.
3800 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3801 (ebnf-production-name-p, ebnf-stop-on-error): New options.
3802 (ebnf-syntax-alist): New var.
3803 (ebnf-element-width): New fun replacing ebnf-list-width.
3804 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3805 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3806 (ebnf-prologue): Adjust vars.
3807 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3808 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3809 (ebnf-check-style-values, ebnf-generate-production)
3810 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3811 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3812 (ebnf-token-repeat): Code fix.
3813
3814 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
3815 %right, %left and %prec. Suggested by Matthew K. Junker
3816 <junker@alum.mit.edu>.
3817 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3818
3819 * progmodes/ebnf-iso.el: Doc fix.
3820 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3821 (ebnf-iso-lex): Code fix.
3822
3823 * progmodes/ebnf-bnf.el: Doc fix.
3824 (ebnf-bnf-lex): Code fix.
3825
3826 * progmodes/ebnf-otz.el: Doc fix.
3827
3828 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
3831 (abbrev-prefix-mark): Doc fix.
3832
3833 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
3834
3835 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3836 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3837 (gdb-var-delete): Make interactive (really).
3838 (gdb-edit-value): Make non-interactive.
3839
3840 * progmodes/gud.el (gud-speedbar-menu-items):
3841 Add gdb-var-delete and, indirectly, gdb-edit-value.
3842 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3843 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3844 (gud-gdb-marker-filter): Add comment for annotations.
3845
3846 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3847
3848 * calendar/calendar.el (generate-calendar)
3849 (calendar-read-date): Prevent display of BC calendars once more -
3850 reverts 2003-10-01 change.
3851 (generate-calendar-month): Doc fix.
3852
3853 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3854
3855 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3856 return value of increment-calendar-month.
3857
3858 2004-02-21 Stephen Compall <s11@member.fsf.org>
3859
3860 * saveplace.el (save-place-forget-unreadable-files)
3861 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3862 (save-place-forget-unreadable-files): New function.
3863 (save-place-alist-to-file): Use it to filter out files that are
3864 no longer readable.
3865
3866 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3867 current Texinfo environment, using the same method as in
3868 `texinfo-insert-@end', and insert a space rather than a newline if
3869 point in a @table environment.
3870
3871 2004-02-21 Juri Linkov <juri@jurta.org>
3872
3873 * ffap.el (ffap-file-at-point): Try parent directories.
3874
3875 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
3876
3877 * vcursor.el (vcursor-modifiers): New defcustom.
3878 (vcursor-cs-binding): Use vcursor-modifiers instead of a
3879 hard-coded list.
3880
3881 2004-02-21 Masatake YAMATO <jet@gyve.org>
3882
3883 * play/animate.el (animate-birthday-present): Accept names other
3884 than `Sarah', too.
3885
3886 2004-02-21 Juri Linkov <juri@jurta.org>
3887
3888 * startup.el: Remove table of command line arguments from the
3889 Commentary section.
3890
3891 2004-02-20 John Wiegley <johnw@newartisans.com>
3892
3893 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3894 again" modifier from 'e' to 'E', since 'e' is also used by the
3895 "file extension" modifier.
3896
3897 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
3898
3899 * help-fns.el (describe-categories): Doc fix.
3900
3901 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3902
3903 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3904 temporary file for buffer already visiting one. This change makes
3905 output likely to be directly usable by patch program.
3906 Suggested by Adrian Aichner <adrian@xemacs.org>
3907
3908 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
3909
3910 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3911 case of variables defined in compound statements.
3912 (gdb-setup-windows, gdb-source-info, gdb-source-info):
3913 Simplify constructions using switch-to-buffer.
3914
3915 2004-02-19 Simon Josefsson <jas@extundo.com>
3916
3917 * play/morse.el: Fix typo.
3918 (morse-code): Add @.
3919
3920 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
3921
3922 * calendar/appt.el (appt-display-format): Change default to
3923 'ignore, for backwards compatibility.
3924 (appt-display-message): If appt-display-format is 'ignore,
3925 respect old vars appt-msg-window and appt-visible.
3926 (appt-activate): Don't depend on return value of cancel-timer.
3927
3928 * calendar/calendar.el (calendar-holidays): Doc fix.
3929
3930 * calendar/cal-coptic.el (coptic-prompt-for-date):
3931 Use assoc-string instead of assoc-ignore-case.
3932 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3933 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3934 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3935 * calendar/cal-islam.el (calendar-goto-islamic-date)
3936 (mark-islamic-diary-entries): Ditto.
3937 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3938 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3939 (calendar-read-mayan-tzolkin-date): Ditto.
3940 * calendar/calendar.el (calendar-read-date): Ditto.
3941 * calendar/diary-lib.el (mark-diary-entries): Ditto.
3942
3943 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
3944
3945 * progmodes/executable.el (executable-command-find-posix-p):
3946 Fix choice of the directory.
3947
3948 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3949
3950 * simple.el (interprogram-cut-function)
3951 (interprogram-paste-function, kill-new, kill-append):
3952 Doc fixes.
3953 (kill-region): Make it return nil. Doc fix.
3954 (yank-pop): Make its argument optional.
3955 (yank): Make ARG `-' equivalent to `-1'.
3956
3957 2004-02-17 Eli Zaretskii <eliz@gnu.org>
3958
3959 * mail/rmail.el (rmail-get-new-mail): Don't reference
3960 rmail-use-spam-filter if rmail-spam-filter is not loaded.
3961
3962 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3965 if one of global-auto-revert-non-file-buffers or autorevert-mode
3966 is non-nil.
3967
3968 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3969
3970 * subr.el (delete-dups): A better implementation from Karl Heuer
3971 <kwzh@gnu.org>.
3972
3973 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3974
3975 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3976 correct place.
3977 * progmodes/icon.el (icon-indent-command): Ditto.
3978 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3979
3980 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3981
3982 * progmodes/grep.el (grep-compute-defaults): Undo change from
3983 2004-01-29: don't use executable-command-find-posix-p.
3984
3985 2004-02-16 Richard Sharman <rsharman@pobox.com>
3986
3987 * hilit-chg.el: Use require instead of eval-and-compile.
3988 (highlight-compare-buffers): New function.
3989
3990 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
3991
3992 * man.el (Man-fontify-manpage): Render section headings in
3993 `Man-overstrike-face' even when overstrike was not used by man
3994 formatter for section headings.
3995
3996 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
3997
3998 * rmail-spam-filter.el: (vm-use-spam-filter)
3999 (rsf-min-region-length-added-to-spam-list): New variables.
4000 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
4001 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
4002 spam testing. Don't delete spam message if automatic deletion
4003 after output via variable rmail-delete-after-output is turned on.
4004 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
4005 rsf-bbdb-dont-create-entries-for-spam.
4006 (check-field): New function, extracted from code in
4007 rmail-spam-filter to ease addition of header fields like content-type.
4008 (message-content-type): New variable to check the content-type:
4009 field added, also in defcustom of rsf-definitions-alist.
4010 (rmail-spam-filter): Replace repeated test code for header fields
4011 by calls to check-field; change the call to
4012 rmail-output-to-rmail-file such that rmail-current-message stays
4013 the same to avoid wrong deletion of unseen flags.
4014 (rsf-add-contents-type): New function to convert old format
4015 of rmail-spam-definitions-alist into new one.
4016 Change prefixes of all variables and functions from
4017 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
4018
4019 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4020
4021 * loadhist.el (unload-hook-features-list): New defvar.
4022
4023 2004-02-16 Dave Love <fx@gnu.org>
4024
4025 * loadhist.el (unload-feature): Doc fix. Rename flist to
4026 unload-hook-features-list.
4027
4028 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
4029
4030 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
4031 cookie. Don't check if we are looking-at open-formula.
4032
4033 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4034
4035 * subr.el (match-string-no-properties): Use substring-no-properties.
4036
4037 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4038
4039 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
4040 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
4041 Use lower-case "rx" in all error message.
4042
4043 2004-02-16 Dave Love <fx@gnu.org>
4044
4045 * emacs-lisp/rx.el (rx-or): Put group around result.
4046 (rx-constituents): Add backref.
4047 (rx-syntax): Add string-delimiter, comment-delimiter.
4048 (rx-categories): Add combining-diacritic.
4049 (rx-check-not, rx-greedy, rx): Doc fix.
4050 (rx-backref, rx-check-backref): New.
4051
4052 2004-02-16 Jesper Harder <harder@ifa.au.dk>
4053
4054 * newcomment.el (uncomment-region): Allow eob as comment end.
4055
4056 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
4057
4058 * filecache.el: All message and error commands now use prefix
4059 "Filecache:" to make it easy to read *Messages* buffer.
4060
4061 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
4062
4063 * autorevert.el: Add support to detect changed dired and VC buffers.
4064 (auto-revert-active-p, auto-revert-list-diff)
4065 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
4066 (auto-revert-handler, auto-revert-active-p): New functions.
4067 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
4068 and `auto-revert-active-p'.
4069 (eval-when-compile): Defvar dired-directory and vc-mode.
4070 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4071 (auto-revert-handler-vc): New functions.
4072
4073 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
4074
4075 * progmodes/compile.el (compilation-directory): New defvar.
4076 (compile): Save current directory in compilation-directory.
4077 (recompile): Bind default-directory to compilation-directory if
4078 that is non-nil.
4079
4080 2004-02-16 Dave Love <fx@gnu.org>
4081
4082 * newcomment.el (comment-insert-comment-function)
4083 (comment-region-function, uncomment-region-function): New.
4084 (comment-indent): Use comment-insert-comment-function.
4085 (uncomment-region): Use uncomment-region-function.
4086 (comment-region): Use comment-region-function.
4087
4088 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
4089
4090 2004-02-16 Richard Stallman <rms@gnu.org>
4091
4092 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
4093 loaddefs* and ldefs-boot*.
4094
4095 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4096
4097 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
4098 and email address at the beginning and end of the address.
4099
4100 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
4101 anchored at the beginning of the email address.
4102
4103 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
4104
4105 * international/ccl.el (ccl-compile-write): Pass `left' to
4106 ccl-embed-code to generate correct code of write-expr-register.
4107
4108 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
4109
4110 * progmodes/grep.el (grep-compute-defaults): Fix typos.
4111
4112 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4113
4114 * x-dnd.el: Mention support for Motif in commentary.
4115 (x-dnd-handle-drag-n-drop-event): Ditto.
4116
4117 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4118
4119 * ses.el: Use "ses--" prefixes for buffer-local variables.
4120 Use (point-min) instead of 1, even when we know the buffer
4121 is unnarrowed.
4122 (ses-build-load-map): Delete. Distribute its content to defconst's for
4123 the three maps.
4124 (ses-menu, ses-header-line-menu): New menus.
4125 (ses-mode-map): Use them.
4126 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
4127
4128 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
4129
4130 * Makefile.in: Fix the CC Mode recompile kludge so it works
4131 when building in a different directory.
4132
4133 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
4134
4135 * simple.el (kill-new): Put yank-handler property on the entire string.
4136
4137 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * diff.el: Don't use compile any more, use diff-mode instead.
4140 (diff-regexp-alist, diff-old-file, diff-new-file)
4141 (diff-parse-differences, diff-process-setup): Remove.
4142 (diff-sentinel): New fun.
4143 (diff): Use it. Run the process ourselves.
4144 Use diff-mode for the rest of the processing.
4145
4146 * diff.el (diff): Simplify code handling `switch'.
4147
4148 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * pcvs-defs.el (cvs-menu): Add `tag'.
4151
4152 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4153
4154 * simple.el (kill-append): Doc fix.
4155
4156 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4157 Adapt outline-regexp to the new conventions for commenting out code.
4158
4159 2004-02-11 John Paul Wallington <jpw@gnu.org>
4160
4161 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
4162
4163 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * diff.el (diff-switches): New fun.
4166 (diff, diff-backup): Use it.
4167 (diff): Clean up the args construction. Use backquote.
4168 Use listp instead of consp to avoid putting a nil arg.
4169 (diff): Add a revert-buffer function.
4170
4171 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4172
4173 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
4174 handled by x-dnd-handle-file-name.
4175 (x-dnd-known-types): Add COMPOUND_TEXT.
4176 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
4177 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
4178 x-dnd-empty-state.
4179 (x-dnd-forget-drop): Ditto.
4180 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
4181 (x-dnd-handle-one-url): Return private when inserting text.
4182 (x-dnd-insert-ctext): New function.
4183 (x-dnd-handle-file-name): New function for FILE_NAME.
4184 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
4185 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
4186 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
4187
4188 2004-02-10 Kenichi Handa <handa@m17n.org>
4189
4190 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
4191 instead of while loop.
4192
4193 2004-02-10 Miles Bader <miles@gnu.org>
4194
4195 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
4196
4197 2004-02-09 Kenichi Handa <handa@m17n.org>
4198
4199 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
4200 have end-of-line.
4201
4202 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4203
4204 * Makefile.in: Added extra dependencies in the recompile target
4205 needed to cope with the compile time macro expansions in CC Mode.
4206
4207 2004-02-09 Kim F. Storm <storm@cua.dk>
4208
4209 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
4210 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
4211 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
4212 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
4213 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
4214 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
4215 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
4216 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
4217 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
4218 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
4219 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
4220
4221 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
4224 Don't allow shrink if there's a window on our right.
4225
4226 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
4227 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
4228 Bring together declaration and initialization.
4229 (prolog-mode-variables): Don't set the syntax table.
4230 Don't set paragraph-start and comment-indent-function.
4231 Add /*..*/ to the comment regexps.
4232 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
4233 (prolog-mode-map): Don't bind TAB.
4234 (prolog-mode): Set the syntax table.
4235 (prolog-comment-indent): Remove.
4236 (inferior-prolog-mode-map): Initialize in the declaration.
4237 (inferior-prolog-mode-syntax-table)
4238 (inferior-prolog-mode-abbrev-table): New vars.
4239 (inferior-prolog-mode): Derive from comint-mode.
4240 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
4241 minibuffer windows.
4242
4243 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
4244 in file names, as long as it is unabmiguous.
4245
4246 2004-02-08 Andreas Schwab <schwab@suse.de>
4247
4248 * textmodes/reftex-toc.el
4249 (reftex-toc-load-all-files-for-promotion): Remove useless use of
4250 format. Doc fix.
4251
4252 * textmodes/refer.el (refer-find-entry-internal): Remove extra
4253 format string arguments.
4254
4255 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
4256 string argument.
4257
4258 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
4259
4260 * play/zone.el (zone-call): Fix format string.
4261
4262 * net/webjump.el (webjump-builtin): Add missing format string argument.
4263
4264 * midnight.el (midnight-delay-set): Remove extra format string argument.
4265
4266 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
4267
4268 * hexl.el (hexl-insert-char): Add missing format string argument.
4269
4270 * format.el (format-decode): Fix format string.
4271
4272 * emulation/vi.el (vi-mode): Remove extra format string argument.
4273 (vi-repeat-last-search): Likewise.
4274 (vi-reverse-last-search): Likewise.
4275 (vi-goto-mark): Likewise.
4276 (vi-reverse-last-find-char): Likewise.
4277 (vi-repeat-last-find-char): Likewise.
4278 (vi-locate-def): Likewise.
4279
4280 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
4281
4282 * ediff-util.el (ediff-toggle-read-only): Remove extra format
4283 string argument.
4284 (ediff-toggle-regexp-match): Likewise.
4285
4286 * dired-aux.el (dired-do-query-replace-regexp): Add missing
4287 format string argument.
4288
4289 * calc/calc-map.el (calc-get-operator): Remove extra format
4290 string argument.
4291
4292 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
4293
4294 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
4295 string argument.
4296
4297 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
4298
4299 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
4300
4301 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
4302
4303 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
4304 (cl-struct-setf-expander): Likewise.
4305
4306 * vc.el (with-vc-file): Fix unsafe uses of error.
4307 (vc-cancel-version): Likewise.
4308
4309 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
4310
4311 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
4312 thousands separator; fixes <class>:<line-number> regexp for
4313 non-english locales.
4314
4315 2004-02-08 Andreas Schwab <schwab@suse.de>
4316
4317 * view.el (view-mode-enable): Revert previous change.
4318
4319 2004-02-07 Kim F. Storm <storm@cua.dk>
4320
4321 * simple.el (line-number-at-pos): Rename from line-at-pos.
4322 Uses changed (what-line and vc-annotate-warp-version).
4323
4324 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
4327 (diff-mode): Remove aborted attempt at support for compile.el.
4328 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
4329
4330 2004-02-06 Andreas Schwab <schwab@suse.de>
4331
4332 * view.el (view-mode-enable): Add view-mode-map to
4333 minor-mode-overriding-map-alist.
4334
4335 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4336
4337 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
4338
4339 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
4342 with point inside rather than after the paragraph.
4343
4344 2004-02-04 Sam Steingold <sds@gnu.org>
4345
4346 * mail/smtpmail.el (smtpmail-try-auth-methods):
4347 Do not try authentication when no mechanism is available.
4348 Pass port-name as defaultport to `netrc-machine'.
4349
4350 2004-02-04 Stephen Eglen <stephen@gnu.org>
4351
4352 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
4353 to show how minibuffer height can be constrained.
4354
4355 2004-02-04 John Paul Wallington <jpw@gnu.org>
4356
4357 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
4358
4359 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4360
4361 * x-dnd.el: New file for drag and drop.
4362
4363 * term/x-win.el: require x-dnd, set after-make-frame-functions
4364 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
4365 drag-n-drop event.
4366
4367 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
4368 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
4369 (dired-dnd-handle-file): New functions for drag and drop support.
4370 (dired-mode): Initialize drag and drop if x-dnd present.
4371
4372 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
4375 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
4376 (cperl-mode): Set fill-paragraph-function.
4377 (cperl-fill-paragraph): Make it non-interactive.
4378
4379 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
4380
4381 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
4382
4383 2004-02-02 David Kastrup <dak@gnu.org>
4384
4385 * replace.el (perform-replace): Allow 'literal argument in
4386 regexp-flag to indicate literal replacement.
4387 (query-replace-regexp-eval): Use it.
4388
4389 2004-02-01 Andreas Schwab <schwab@suse.de>
4390
4391 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
4392
4393 2004-02-01 Stephen Eglen <stephen@gnu.org>
4394
4395 * info-look.el: Add support for maxima-mode. Update commentary
4396 because info-lookup-symbol is now bound to C-h S.
4397
4398 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
4399
4400 * simple.el (edit-and-eval-command): Bind print-level and
4401 minibuffer-history-sexp-flag around call to read-from-minibuffer.
4402 Correct initial position in command-history.
4403
4404 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
4405
4406 * files.el (read-directory-name): Adapt the docstring to recent
4407 change in Fread_file_name.
4408
4409 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
4410
4411 * ses.el (ses-print-cell): If print format too wide for column
4412 width, truncate decimal places if that helps to avoid "#####" fill.
4413 * ses.el (ses-initial-column-width): Revert previous change.
4414
4415 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
4418 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
4419 Add edebug info.
4420 (jit-lock-mode): Setup/cancel the new timer.
4421 (jit-lock-context-fontify): New fun. Extracted from
4422 context fontification code of jit-lock-stealth-fontify.
4423 (jit-lock-stealth-fontify): Don't do context fontification any more.
4424
4425 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
4426 (jit-lock-fontify-now): Handle the `quit' case.
4427 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
4428
4429 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
4430
4431 * progmodes/executable.el (executable-command-find-posix-p):
4432 New. Check if find handles arguments Posix-style.
4433
4434 * progmodes/grep.el (grep-compute-defaults):
4435 Use executable-command-find-posix-p.
4436 (grep-find): Check `grep-find-command'.
4437
4438 * filecache.el (file-cache-find-posix-p): Delete.
4439 (file-cache-add-directory-using-find):
4440 Use `executable-command-find-posix-p'.
4441
4442 2004-01-29 Dave Love <fx@gnu.org>
4443
4444 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4445 Iterate the hook function if arg is given.
4446 (mark-defun, narrow-to-defun): Change order of finding the limits.
4447
4448 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
4449 (byte-compile-format-warn): New.
4450 (byte-compile-callargs-warn): Use it.
4451 (Format, message, error): Add byte-compile-format-like property.
4452 (byte-compile-maybe-guarded): New.
4453 (byte-compile-if, byte-compile-cond): Use it.
4454 (byte-compile-lambda): Compile interactive forms,
4455 just to make warnings about them.
4456
4457 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
4458
4459 * ses.el (ses-initial-column-width): Increase to 14, so it will
4460 work well with the default printer of "%.7g" for extreme values
4461 like "-1.234567e+07".
4462
4463 2004-01-29 Kenichi Handa <handa@m17n.org>
4464
4465 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
4466
4467 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
4468
4469 * dos-w32.el: Added support for the `default-printer-name' function.
4470
4471 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * server.el (server-socket-name): Don't use the hostname in the
4474 socket name since /tmp is local to the host anyway.
4475
4476 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
4477 robust check of widening and fix var-naming.
4478
4479 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
4480
4481 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
4482 or rmail-spam- to rsf- in all function and variable names.
4483 (rsf-min-region-to-spam-list): New variable.
4484 (rsf-bbdb-auto-delete-spam-entries): Rename from
4485 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
4486 scanned together with the recipients field for spam testing; Don't
4487 delete spam message if rmail-delete-after-output is non-nil;
4488 (rsf-check-field): New function, extracted from code in
4489 rmail-spam-filter to ease addition of header fields like
4490 content-type:;
4491 (message-content-type): New variable. The content-type: field was
4492 added also in defcustom of rsf-definitions-alist;
4493 (rmail-spam-filter): Replace repeated test code for header fields
4494 by calls to check-field; change the call to
4495 rmail-output-to-rmail-file such that rmail-current-message stays
4496 the same to avoid wrong deletion of unseen flags.
4497 (rmail-use-spam-filter): Add autoload cookie.
4498
4499 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
4500
4501 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
4502 (file-cache-add-directory-using-find): Add Cygwin support.
4503 (file-cache-find-command-posix-flag): New user variable.
4504
4505 * filecache.el (file-cache-add-directory): Check for
4506 directories an remove them from dir-files.
4507
4508 2004-01-27 Richard M. Stallman <rms@gnu.org>
4509
4510 * man.el (Man-fontify-manpage): Clean up message.
4511
4512 2004-01-27 Kenichi Handa <handa@m17n.org>
4513
4514 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
4515 (sentence-end): Define using sentence-end-without-space.
4516
4517 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
4518 a sentence ends with one of a character in sentence-end-without-space.
4519
4520 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * font-lock.el (font-lock): Add jit-lock as explicit group member.
4523 (jit-lock): Group declaration moved to jit-lock.el.
4524 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
4525 when necessary.
4526
4527 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
4528 (jit-lock-context-unfontify-pos): Rename from
4529 jit-lock-first-unfontify-pos.
4530 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
4531
4532 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
4533
4534 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
4535 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
4536 (fortran-fill): When filling a string, adjust re-search-backward
4537 argument for special case of string just on fill-column.
4538 When filling non-string, allow one extra char if
4539 fortran-break-before-delimiters is non-nil.
4540 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
4541 Use fortran-break-delimiters-re and fortran-no-break-re to
4542 correctly handle cases such as "**".
4543
4544 * progmodes/f90.el (f90-break-delimiters): Doc fix.
4545 (f90-no-break-re): Add some extra tokens. Doc fix.
4546
4547 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4548
4549 * mail/rmail-spam-filter.el:
4550 Use two semicolons as Commentary line prefix.
4551 Add ";;; Code:" stylized comment.
4552 Delete end-of-line whitespace.
4553 Wrap (require 'cl) with `eval-when-compile'.
4554
4555 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
4556
4557 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
4558 at the top level of vc.el.
4559
4560 2004-01-23 Andre Spiegel <spiegel@gnu.org>
4561
4562 * vc.el (vc-current-line): Function removed. This is now done by
4563 the new function line-at-pos in simple.el.
4564 (vc-annotate-warp-version): Use line-at-pos instead of
4565 vc-current-line.
4566
4567 2004-01-22 Kim F. Storm <storm@cua.dk>
4568
4569 * simple.el (line-at-pos): New defun.
4570 (what-line): Use it. Optimize by only counting lines in narrowed
4571 region once.
4572
4573 2004-01-22 Kenichi Handa <handa@m17n.org>
4574
4575 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
4576 point (register r1) only for charset mule-unicode-0100-24ff.
4577
4578 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
4579
4580 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
4581 trailing white space and ensure a final newline.
4582
4583 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
4584 Add autoload cookie.
4585
4586 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
4587
4588 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
4589 activate view-mode explicitly.
4590
4591 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4592
4593 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
4594 use clipboard first.
4595
4596 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
4599 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
4600 (vc-mcvs-cvs): Remove.
4601 (vc-mcvs-command): Remove use of assert.
4602
4603 * outline.el (outline-insert-heading): Tighten up match.
4604 (outline-demote, outline-move-subtree-down): Don't assume anything
4605 about outline-regexp.
4606
4607 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4608 (texinfo-show-structure): Explicitly add ^, and simplify.
4609
4610 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4611
4612 * calendar/appt.el (appt-check): Restore usage of
4613 appt-issue-message deleted in previous change.
4614 (top-level): Activate package when loaded (needed for backwards
4615 compatibility).
4616
4617 2004-01-20 Jesper Harder <harder@ifa.au.dk>
4618
4619 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4620 following previous change to smtpmail-send-data.
4621
4622 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
4623
4624 * vc.el (vc-default-previous-version): Doc enhancement.
4625 (vc-default-next-version): New function.
4626 (vc-print-log): New arg FOCUS-REV.
4627 (vc-annotate-mode): Derive from view-mode.
4628 (vc-annotate): New args REVISION, DISPLAY-MODE.
4629 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4630 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4631 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4632 (vc-annotate-show-diff-revision-at-line, vc-current-line)
4633 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4634
4635 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4636
4637 2004-01-19 Karl Berry <karl@gnu.org>
4638
4639 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4640 or "TexInfo".
4641
4642 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
4643
4644 * subr.el (delete-dups): New function.
4645
4646 2004-01-19 Karl Berry <karl@gnu.org>
4647
4648 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4649 with ^, since that's what texinfo-show-structure
4650 documentation says (plus it works much better in texinfo.txi).
4651
4652 2004-01-18 Jesper Harder <harder@ifa.au.dk>
4653
4654 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4655
4656 2004-01-18 David Ponce <david@dponce.com> (tiny change)
4657
4658 * progmodes/which-func.el (which-function-mode): Don't cancel
4659 which-func-update-timer if not set.
4660
4661 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
4662
4663 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4664 Remove spurious left square bracket in XX:XXam regexp.
4665
4666 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
4667
4668 * progmodes/cc-defs.el: Do not require cl at run time.
4669
4670 2004-01-16 Richard M. Stallman <rms@gnu.org>
4671
4672 * emacs-lisp/cl.el (cl-cannot-unload): New function.
4673 (cl-unload-hook): Defvar this to run cl-cannot-unload.
4674
4675 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4676 Call rmail-spam-filter. Delete and expunge spam.
4677 Print number of spam messages deleted.
4678 Save and restore the deletion status of old messages when reading
4679 new mail with spam filter, so that expunging spam does not expunge
4680 msgs deleted by the user.
4681 (rmail-only-expunge): Add an optional argument dont-show to
4682 prevent showing message after expunge.
4683
4684 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4685
4686 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4687 * subr.el (declare): New macro.
4688
4689 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
4690
4691 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4692
4693 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4696 Test window-system rather than system-type (for X11/Mac).
4697
4698 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
4699
4700 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4701
4702 2004-01-12 Richard M. Stallman <rms@gnu.org>
4703
4704 * mail/rmail.el (rmail-convert-to-babyl-format):
4705 Use mail-unquote-printable-region.
4706 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4707 (rmail-hex-char-to-integer): Functions deleted.
4708
4709 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4710 (mail-unquote-printable-region): New arg NOERROR.
4711 For invalid encoding, either signal an error to just return nil.
4712
4713 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4714
4715 * calendar/appt.el: Update copyright and commentary.
4716 (appt-issue-message): Make obsolete.
4717 (appt-visible, appt-msg-window): Make obsolete, in favour of
4718 appt-display-format.
4719 (appt-display-mode-line, appt-display-duration)
4720 (appt-display-diary, appt-time-msg-list, appt-mode-string)
4721 (appt-prev-comp-time, appt-display-count, appt-timer)
4722 (appt-convert-time): Doc change.
4723 (appt-disp-window-function, appt-delete-window-function):
4724 Use defcustom rather than defvar.
4725 (appt-display-format): New variable.
4726 (appt-display-message): New function with display code from appt-check.
4727 (appt-check): Add optional FORCE argument. Doc change.
4728 Add appt-make-list to diary-hook if displaying diary.
4729 Remove checking of view-diary-entries-initially.
4730 Message display section removed to new function appt-display-message.
4731 (appt-display-window): Doc change. Remove unused internal var
4732 this-buffer. Do not beep, since appt-display-message does that.
4733 (appt-make-list): Doc change. Use caar.
4734 (appt-sort-list): Simplify by using builtin sort function.
4735 (appt-update-list): New function for updating appts when diary is
4736 saved.
4737 (appt-activate): New autoloaded function to toggle package
4738 functionality.
4739
4740 * calendar/cal-x.el: (calendar-one-frame-setup)
4741 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4742
4743 * calendar/calendar.el: Update copyright.
4744 (view-diary-entries-initially, european-calendar-style): Doc change.
4745 (calendar-setup): Make defcustom rather than defvar.
4746 (mark-visible-calendar-date): Initialize temp-face and faceinfo
4747 in let binding so local to function.
4748
4749 * calendar/diary-lib.el: Update copyright.
4750 (diary, diary-entry-time): Doc change.
4751 (list-diary-entries): Doc change. Trivial logic change.
4752 (fancy-diary-display): Restore make-face command mistakenly
4753 deleted 2003-05-08.
4754 (show-all-diary-entries): Allow to pop-up frame if needed.
4755
4756 2004-01-09 John Paul Wallington <jpw@gnu.org>
4757
4758 * bindings.el (mode-line-change-eol): Add EVENT parameter.
4759 Temporarily select EVENT's window for changing eol type.
4760
4761 2004-01-09 Deepak Goel <deego@gnufans.org>
4762
4763 * calendar/diary-lib.el (diary-entry-time):
4764 Also accept time in the form XX[.XX][am/pm/AM/PM].
4765 (fancy-diary-font-lock-keywords): Likewise.
4766 (diary-font-lock-keywords): Likewise.
4767 * calendar/appt.el (appt-add): Likewise.
4768 (appt-make-list): Likewise.
4769 (appt-convert-time): Likewise.
4770
4771 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
4772
4773 * gdb-ui.el (gdb-ann3): Revert previous change.
4774 (gdb-source-info): Allow for case of where compilation directory
4775 is not recorded.
4776
4777 2004-01-08 John Paul Wallington <jpw@gnu.org>
4778
4779 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4780
4781 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
4782
4783 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4784
4785 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4786 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4787 problems.
4788 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4789
4790 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4791
4792 * files.el (write-file-functions, write-contents-functions):
4793 Clarify docstrings.
4794
4795 2004-01-07 Kenichi Handa <handa@m17n.org>
4796
4797 * international/mule.el (set-auto-coding): Fix for the case that
4798 end-of-line is only CR.
4799
4800 2004-01-07 Kim F. Storm <storm@cua.dk>
4801
4802 * subr.el (event-start, event-end): Doc fix.
4803 (posn-string, posn-image): New defuns.
4804 (posn-object): Return either image or string object.
4805 (posn-object-x-y): Return 8th element of position.
4806 (posn-object-width-height): New defun.
4807
4808 2004-01-06 Andreas Schwab <schwab@suse.de>
4809
4810 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4811 output.
4812
4813 2004-01-05 Karl Berry <karl@gnu.org>
4814
4815 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4816 / and *, too.
4817
4818 2003-12-31 Simon Josefsson <jas@extundo.com>
4819
4820 * files.el (before-save-hook): Add.
4821 (basic-save-buffer): Use before-save-hook.
4822
4823 * emacs-lisp/copyright.el: Fix comment to recommend
4824 before-save-hook instead of write-file-functions.
4825
4826 2004-01-05 Richard M. Stallman <rms@gnu.org>
4827
4828 * finder.el (finder-commentary): Call delete-other-windows.
4829
4830 * net/ange-ftp.el (ange-ftp-file-attributes):
4831 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4832
4833 2004-01-04 Karl Berry <karl@gnu.org>
4834
4835 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4836 comment characters % and # in the copyright year notice,
4837 as well as ;.
4838
4839 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
4840
4841 * wid-edit.el (default): Define dummy :value-delete.
4842 Reported by Jesper Harder <harder@ifa.au.dk>.
4843
4844 2004-01-03 Richard M. Stallman <rms@gnu.org>
4845
4846 * progmodes/compile.el (compile-internal): Use point, not point-min,
4847 for set-window-point.
4848
4849 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4850
4851 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4852
4853 * progmodes/grep.el (grep-mode-map):
4854 Don't remap next-line, previous-line.
4855
4856 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
4857
4858 * speedbar.el (speedbar-edit-line): Change regexp to position
4859 the cursor on the first character of this line's button.
4860
4861 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * subr.el (functionp): Doc fix.
4864
4865 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
4866
4867 * progmodes/idlwave.el (idlwave-make-tags):
4868 * textmodes/flyspell.el (flyspell-large-region):.
4869 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4870 * emulation/viper-util.el (viper-glob-unix-files):
4871 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4872 * man.el (Man-init-defvars):
4873 * jka-compr.el (jka-compr-call-process):
4874 * files.el (get-free-disk-space,insert-directory):
4875 * ediff-ptch.el (ediff-test-patch-utility):
4876 * ediff-diff.el (ediff-test-utility):
4877 * dired-aux.el (dired-check-process):
4878 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4879 test the return value of call-process, because it can be a string.
4880
4881 2003-12-31 John Paul Wallington <jpw@gnu.org>
4882
4883 * bindings.el (completion-ignored-extensions): Add .pfsl.
4884
4885 2003-12-31 Kim F. Storm <storm@cua.dk>
4886
4887 * ido.el (ido-nonreadable-directory-p): New defun to check for
4888 nonreadable directory without activating tramp (to avoid problems
4889 with checking incomplete tramp paths).
4890 (ido-set-current-directory, ido-file-internal)
4891 (ido-file-name-all-completions1): Use it.
4892
4893 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4894
4895 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4896 documentation if the anchor (or node) name is preceded by `info
4897 anchor' or `Info anchor' in addition to earlier `info node' and
4898 `Info node'.
4899 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4900
4901 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4902
4903 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4904 error in arguments to base64-decode-region. Remove ^M characters
4905 after decoding base64.
4906
4907 2003-12-30 Simon Josefsson <jas@extundo.com>
4908
4909 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
4910 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4911 have only been distributed with Emacs for some years.
4912 (texinfo-mode-hook): Customize.
4913
4914 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4915
4916 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4917 cleaner (suggested by Richard Stallman).
4918
4919 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4920 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4921 file-name clashes on 8+3 DOS filesystems.
4922
4923 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4924 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4925 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4926 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4927 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4928 file-name clashes on 8+3 filesystems.
4929
4930 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4931 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4932 file-name clashes on 8+3 DOS filesystems.
4933
4934 2003-12-29 Richard M. Stallman <rms@gnu.org>
4935
4936 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4937 Upcase the character.
4938
4939 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4940 Search for header separator alone on a line, literally,
4941 and search for it backward, not forward.
4942 (flyspell-abbrev-table): Always use global-abbrev-table
4943 if there is no local one.
4944
4945 * progmodes/sh-script.el (sh-get-indent-info):
4946 Don't move point back if at bob.
4947
4948 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4949
4950 * play/handwrite.el (handwrite): Make the handwrite credit message
4951 a comment rather than an output command.
4952
4953 * obsolete/sc.el: Display message that this file is obsolete.
4954
4955 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4956
4957 * mail/rfc822.el (rfc822-address-start): Declare variable.
4958 Renamed from address-start. All uses changed.
4959
4960 * term.el (term-exec): Set up sentinel.
4961 (term-sentinel): New function.
4962 (term-handle-exit): New function.
4963
4964 * subr.el (assoc-ignore-case, assoc-ignore-representation):
4965 Use assoc-string, and mark them obsolete.
4966 (delay-mode-hooks): Mark as permanent local.
4967
4968 * simple.el (sendmail-user-agent-compose): Use assoc-string.
4969
4970 * register.el (copy-rectangle-to-register): Doc fix.
4971
4972 * info.el (Info-insert-dir): Use assoc-string.
4973
4974 * info-look.el (info-lookup): Use assoc-string.
4975
4976 * frame.el (pop-up-frame-function): Use quote, not `function'.
4977 (frame-notice-user-settings): Calculate ADJUSTED-TOP
4978 copying with lists as coordinate values.
4979
4980 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4981
4982 * find-dired.el (kill-find): New command.
4983 (find-dired): Make buffer read-only.
4984 Set up a keymap with C-c C-k running kill-find.
4985 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4986
4987 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4988
4989 * filecache.el (file-cache-ignore-case): New variable.
4990 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
4991
4992 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4993 (comint-dynamic-complete-as-filename): Rename local vars.
4994 (comint-dynamic-list-filename-completions): Likewise.
4995
4996 * comint.el (comint-dynamic-list-completions-config): New var.
4997 (comint-dynamic-list-completions): Handle both SPC and TAB right.
4998
4999 * comint.el (comint-file-name-chars): Add [].
5000 (comint-word): Use skip-chars-backward, not search.
5001
5002 * shell.el (shell-file-name-chars): Add [].
5003
5004 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
5005
5006 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
5007
5008 * generic.el (define-generic-mode): Doc fix.
5009
5010 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5011
5012 * files.el (kill-some-buffers): Doc fix.
5013
5014 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
5015
5016 * comint.el (comint-watch-for-password-prompt): Pass `string' as
5017 arg to send-invisible
5018 (send-invisible): Doc fix. The argument is now a prompt, not the
5019 string to send.
5020 (comint-read-noecho): Doc fix.
5021
5022 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
5023
5024 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
5025 "@", as required by some ISP hosting service. Fix defcustom
5026 argument syntax errors that prevented use of customization.
5027
5028 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5029
5030 * xml.el (xml-get-attribute-or-nil): Doc fix.
5031
5032 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
5033
5034 * net/zone-mode.el (zone-mode): Use write-file-functions, not
5035 write-file-hooks.
5036
5037 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
5038
5039 * autorevert.el (auto-revert-interval): Doc fix.
5040
5041 2003-12-29 Mark A. Hershberger <mah@everybody.org>
5042
5043 * xml.el (xml-get-attribute-or-nil): New function, like
5044 xml-get-attribute, but returns nil if the attribute was not found.
5045 (xml-get-attribute): Convert to defsubst, uses
5046 xml-get-attribute-or-nil.
5047
5048 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5049
5050 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
5051
5052 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
5053
5054 * custom.el (custom-declare-theme): Use `value' when putting
5055 properties on `theme'.
5056
5057 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
5058
5059 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
5060 for each yank-handler segment.
5061 (insert-for-yank-1): New function, with the body of the previous
5062 insert-for-yank.
5063
5064 * textmodes/table.el (table-yank-handler): New defcustom.
5065 (table--put-cell-indicator-property): Put yank-handler property
5066 that indicates the yank handler for the table cell.
5067
5068 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
5069
5070 * generic-x.el (etc-modules-conf-generic-mode): A more complete
5071 set of keywords.
5072
5073 2003-12-29 Eli Zaretskii <eliz@gnu.org>
5074
5075 * international/mule-cmds.el (reset-language-environment)
5076 (set-language-environment): Don't invoke fontset-related functions
5077 if fontset-list is not fboundp.
5078
5079 2003-12-29 Kenichi Handa <handa@m17n.org>
5080
5081 * international/mule-cmds.el (reset-language-environment):
5082 Call set-overriding-fontspec-internal with nil.
5083 (set-language-environment): Call set-overriding-fontspec-internal
5084 if the language environment specify `overriding-fontspec'.
5085 (language-info-alist): Doc added.
5086
5087 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
5088 characters of mule-unicode-0100-24ff.
5089 (ccl-encode-windows-1251-font): New CCL program.
5090 ("Bulgarian"): Specify overriding-fontspec.
5091 ("Belarusian"): Likewise.
5092
5093 2003-12-28 Sam Steingold <sds@gnu.org>
5094
5095 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
5096 parameter ID-FORMAT to conform with the 2003-11-30 patch.
5097
5098 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
5099
5100 * progmodes/gud.el (gud-gdb-command-name): Set default to
5101 "gdb --annotate=3".
5102 (gud-gdb-marker-filter): Look out for annotations.
5103 (gdb-first-pre-prompt): New variable.
5104 Remove trailing white space.
5105
5106 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
5107 if necessary.
5108 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
5109 annotations are detected.
5110 (gud-gdba-marker-filter): Use global variable gud-marker-acc
5111 instead of a local one to allow transition from
5112 gud-gdb-marker-filter.
5113 Remove trailing white space.
5114
5115 2003-12-27 Kim F. Storm <storm@cua.dk>
5116
5117 * ido.el: Handle non-readable directories.
5118 (ido-decorations): Add 9th element for non-readable directory.
5119 (ido-directory-nonreadable): New dynamic var.
5120 (ido-set-current-directory): Set it.
5121 (ido-read-buffer, ido-file-internal):
5122 (ido-read-file-name, ido-read-directory-name): Let-bind it.
5123 (ido-file-name-all-completions1): Return empty list for
5124 non-readable directory.
5125 (ido-exhibit): Print [Not readable] if directory is not readable.
5126 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
5127 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
5128 Use it.
5129
5130 2003-12-27 Lars Hansen <larsh@math.ku.dk>
5131
5132 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
5133 calls to directory-files-and-attributes and file-attributes.
5134 (ls-lisp-format): Remove system dependent handling of user and
5135 group id's.
5136
5137 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * ffap.el (ffap-read-file-or-url): Revert previous change.
5140
5141 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
5142
5143 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
5144 new list of included files called `files-with-node-lines', that
5145 only have node lines. This way @include commands can include any
5146 file, such as version and update files without node lines, not
5147 just files that are chapters.
5148
5149 2003-12-25 Andreas Schwab <schwab@suse.de>
5150
5151 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
5152 file not found.
5153
5154 2003-12-08 Miles Bader <miles@gnu.org>
5155
5156 * dired.el (dired-between-files): Always use dired-move-to-filename,
5157 which is more robust in non-english locales.
5158
5159 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
5160
5161 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
5162
5163 2003-12-24 Andreas Schwab <schwab@suse.de>
5164
5165 * shell.el (shell-file-name-quote-list): Add backslash.
5166
5167 * comint.el (comint-quote-filename): Correctly handle backslash
5168 in comint-file-name-quote-list.
5169
5170 2003-12-24 Kenichi Handa <handa@m17n.org>
5171
5172 * international/mule-cmds.el (set-default-coding-systems):
5173 Call ucs-set-table-for-input for all buffers that don't have local
5174 value of buffer-file-coding-system.
5175
5176 * international/ucs-tables.el (ucs-set-table-for-input):
5177 If translation-table-for-encode is a symbol, get its
5178 translation-table property.
5179
5180 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
5183 to `completing-read' on a recently fixed bug.
5184
5185 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
5186 instead of SPACE, to get the list of possible fringe modes.
5187 SPACE only works if both `partial-completion-mode' and
5188 `completion-auto-help' are nil.
5189
5190 * complete.el (PC-is-complete-p): Delete.
5191 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
5192 calls to `test-completion'.
5193
5194 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
5195
5196 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
5197 to edit values when there are no children.
5198
5199 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
5200 a mode called "Assembler" already exists.
5201 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
5202 (gud-watch): Use format option. Remove font properties from string.
5203 (gdb-var-create-handler, gdb-var-list-children-handler):
5204 Don't bother about properties as there are none.
5205 (gdb-var-create-handler, gdb-var-list-children-handler)
5206 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
5207 with two arguments.
5208 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
5209 Let speedbar show value changes with a different font.
5210 (gdb-edit-value): New defun.
5211 (gdb-clear-partial-output, gdb-clear-inferior-io)
5212 (def-gdb-auto-update-handler): Use erase-buffer.
5213 (gdb-frame-handler): Display watch expressions in
5214 FUNCTION::VARIABLE format if required.
5215
5216 2003-12-23 John Paul Wallington <jpw@gnu.org>
5217
5218 * info.el (Info-unescape-quotes, Info-split-parameter-string)
5219 (Info-goto-emacs-command-node): Doc fixes.
5220
5221 2003-12-12 Jesper Harder <harder@ifa.au.dk>
5222
5223 * cus-edit.el (custom-add-parent-links): Define "many".
5224
5225 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
5226
5227 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
5228 (widget-child-validate, widget-type-value-create)
5229 (widget-type-default-get, widget-type-match): New functions.
5230 (lazy): New widget.
5231 (menu-choice, checklist, radio-button-choice, editable-list)
5232 (group, documentation-string): Remove redundant (per 2003-10-25
5233 change) calls to `widget-children-value-delete'.
5234 (widget-choice-value-get, widget-choice-value-inline): Remove.
5235 (menu-choice): Update widget.
5236
5237 2003-12-03 Kenichi Handa <handa@m17n.org>
5238
5239 * language/cyrillic.el: Register "microsoft-cp1251" in
5240 ctext-non-standard-encodings-alist.
5241 ("Bulgarian"): Add ctext-non-standard-encodings.
5242 ("Belarusian"): Likewise.
5243
5244 * international/mule-conf.el (compound-text-with-extensions):
5245 Change the type to 2 (iso-2022 base).
5246
5247 * international/mule.el (ctext-non-standard-encodings-alist):
5248 Change the format.
5249 (ctext-non-standard-encodings): New variable.
5250 (ctext-post-read-conversion): Fully re-written.
5251 (ctext-non-standard-designations-alist): Delete it.
5252 (ctext-non-standard-encodings-table): New function.
5253 (ctext-pre-write-conversion): Fully re-written.
5254
5255 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5256
5257 * cus-edit.el (custom-add-parent-links): Add documentation links
5258 for parent, if the item has none of its own.
5259
5260 2003-11-30 Richard M. Stallman <rms@gnu.org>
5261
5262 * dired-aux.el (dired-do-query-replace-regexp):
5263 Report files visited read-only.
5264
5265 2003-11-30 Juri Linkov <juri@jurta.org>
5266
5267 * dired-aux.el (dired-compare-directories): New command.
5268 (dired-file-set-difference, dired-files-attributes): New functions.
5269
5270 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5271 Version 2.0.38 of Tramp released.
5272
5273 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
5274 Charles Curley <charlescurley@charlescurley.com>.
5275 (tramp-multi-connection-function-alist): Add ssht entry which adds
5276 "-e none -t -t" to the list of ssh args. Suggested by Adrian
5277 Aichner.
5278 (tramp-get-method-parameter): New function to retrieve a method
5279 parameter. This allows for omission of method parameters.
5280 Callers adjusted.
5281
5282 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
5283
5284 * net/tramp.el: Add new optional parameter ID-FORMAT to
5285 `file-attributes'. Calls of `file-attributes' won't use this
5286 parameter for backward compatibility reasons.
5287 (tramp-perl-file-attributes): Add a new parameter to Perl script
5288 in order to handle uid/gid as strings, if desired.
5289 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
5290 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
5291 order to make the function more general.
5292 (tramp-handle-file-attributes): Replace proprietary optional
5293 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
5294 (tramp-handle-file-attributes-with-perl): Handle parameter
5295 NONNUMERIC if set. This wasn't done in the past.
5296 (tramp-post-connection): Apply second parameter "$2" if
5297 `tramp-remote-perl' is called.
5298
5299 * net/tramp-smb.el (tramp-smb-handle-delete-file):
5300 Correct cut'n'waste error (`filename' instead of `directory').
5301 (tramp-smb-handle-directory-files-and-attributes)
5302 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
5303 introduced parameter ID-FORMAT.
5304 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
5305 error (`directory' instead of `ldir').
5306
5307 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
5308 `file-attributes' has a second parameter. If yes, apply it with
5309 value "'integer". Otherwise, don't use that parameter (default is
5310 integer format).
5311
5312 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
5313
5314 * help.el (help-map): Bind `display-local-help' to `C-h .'.
5315 (help-for-help): Add `C-h .' to the listed Help options.
5316 Remove trailing whitespace.
5317
5318 * help-at-pt.el: New file.
5319
5320 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
5321
5322 * subr.el (noreturn, 1value): New macros for test coverage.
5323 See `testcover.el'.
5324
5325 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
5326
5327 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
5328 for macro `1value'.
5329 (testcover-1value): New function. Checks that a 1value form
5330 actually returns only one value. Requested by RMS.
5331
5332 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
5333
5334 * gdb-ui.el (gud-watch, gdb-var-create-handler)
5335 (gdb-var-list-children, gdb-var-list-children-handler)
5336 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
5337 gdb commands that use mi to keep them out of the command history.
5338
5339 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5340
5341 * cus-start.el (all): Add use-file-dialog.
5342
5343 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
5346
5347 2003-11-27 Kim F. Storm <storm@cua.dk>
5348
5349 * subr.el (posn-object-x-y): New defun.
5350
5351 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5354 Don't use `space' for \\\n.
5355 Be more selective as to which # are comment-starters.
5356
5357 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
5358
5359 * subr.el (number-sequence): Improve handling of floating point
5360 arguments (suggested by Kim Storm). Allow negative arguments.
5361
5362 2003-11-26 Kenichi Handa <handa@m17n.org>
5363
5364 * international/mule-cmds.el (standard-display-european-internal):
5365 Cancel the standard-display-table setting for ` and '.
5366
5367 2003-11-26 Kim F. Storm <storm@cua.dk>
5368
5369 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
5370 New defcustoms to add ffap-like functionality to ido.
5371 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
5372 (ido-no-final-slash): New defun.
5373 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
5374 (ido-read-file-name): ): Toggle VC checking via
5375 vc-handled-backends instead of vc-master-templates.
5376 (ido-file-internal): Handle ido-use-url-at-point and
5377 ido-use-filename-at-point via code borrowed from ffap-guesser.
5378 Handle new ido-exit code ffap.
5379 (ido-sort-list): Ignore final slash when sorting file names.
5380
5381 2003-11-25 Kim F. Storm <storm@cua.dk>
5382
5383 * emulation/cua-base.el (cua--standard-movement-commands):
5384 Add forward-sentence and backward-sentence.
5385
5386 2003-11-25 Stephen Eglen <stephen@gnu.org>
5387
5388 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
5389 iswitchb-exit is set to 'usefirst when user selects buffer at head
5390 of list using RET. (Selecting buffers at the head of the list was
5391 broken if the substring was also a complete buffername.)
5392
5393 2003-11-23 Kim F. Storm <storm@cua.dk>
5394
5395 * progmodes/compile.el (grep-command, grep-use-null-device)
5396 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
5397 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
5398 (grep-regexp-alist, grep-program, find-program)
5399 (grep-find-use-xargs, grep-history, grep-find-history)
5400 (grep-process-setup, grep-compute-defaults)
5401 (grep-default-command, grep, grep-tag-default, grep-find)
5402 (grep-expand-command-macros, grep-tree-last-regexp)
5403 (grep-tree-last-files, grep-tree): Move grep variables, functions
5404 and commands to new file grep.el.
5405 (compilation-mode-map): Remove grep commands from Compile sub-menu.
5406 (compilation-process-setup-function): Doc fix.
5407 (compilation-highlight-regexp, compilation-highlight-overlay): New
5408 defvars used for highlighting current compile error in source buffer.
5409 (compile-internal): New optional args HIGHLIGHT-REGEXP and
5410 LOCAL-MAP which overrides compilation-highlight-regexp and
5411 compilation-mode-map for this compilation.
5412 Delay calling compilation-set-window-height until after running
5413 compilation-process-setup-function so it can buffer-local override
5414 compilation-window-height.
5415 Check buffer-local value of compilation-scroll-output.
5416 (compilation-set-window-height): Use buffer-local value of
5417 compilation-window-height.
5418 (compilation-revert-buffer): Don't pass (undefined)
5419 preserve-modes arg to revert-buffer.
5420 (next-error-no-select, previous-error-no-select): New commands.
5421 (compilation-goto-locus): Temporarily highlight current match in
5422 source buffer using compilation-highlight-regexp.
5423
5424 * progmodes/grep.el: New file with grep code from compile.el.
5425 (grep): New defcustom group.
5426 (grep-window-height): New defcustom, like compilation-window-height.
5427 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
5428 (grep-scroll-output): New defcustom, like compilation-scroll-output.
5429 (grep-command, grep-use-null-device, grep-find-command)
5430 (grep-tree-files-aliases, grep-tree-ignore-case)
5431 (grep-tree-ignore-CVS-directories): Move to grep custom group.
5432 (grep-setup-hook): New hook variable.
5433 (grep-mode-map): New keymap for grep commands. Add Grep menu.
5434 (grep-last-buffer): New defvar, override compilation-last-buffer.
5435 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
5436 Call compile-internal with args highlight-regexp and grep-mode-map.
5437
5438 2003-11-23 Kim F. Storm <storm@cua.dk>
5439
5440 * subr.el (event-start, event-end): Doc fix.
5441 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
5442 (posn-area, posn-actual-col-row, posn-object): New defuns.
5443 (posn-col-row): Simplify doc. Rewrite to use cond.
5444 (posn-point): Also return buffer position for events outside text
5445 area (that info is now present in the event position).
5446
5447 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
5448 mouse-set-point so that hscroll still works now that clicks on
5449 fringes generate specific mouse events.
5450 (mouse-set-point): Note that it now works in fringes and margins
5451 too due to new semantics of posn-point in fringes and margins.
5452
5453 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
5454 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
5455
5456 2003-11-20 Kim F. Storm <storm@cua.dk>
5457
5458 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
5459 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
5460 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
5461 to 100 for icons to avoid increasing line height when shown.
5462
5463 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
5464
5465 * newcomment.el (comment-normalize-vars): Initialize properly if
5466 comment-start was nil.
5467
5468 2003-11-19 Andreas Schwab <schwab@suse.de>
5469
5470 * simple.el (set-variable): Fix indentation.
5471
5472 2003-11-17 Kenichi Handa <handa@m17n.org>
5473
5474 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
5475 Fix docstring.
5476
5477 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
5478
5479 * international/latin1-disp.el (latin1-display): Fix docstring.
5480
5481 2003-11-16 John Wiegley <johnw@newartisans.com>
5482
5483 * eshell/em-ls.el (eshell-ls-file): There are times with
5484 size-width is nil and uncomputed (when directories are created in
5485 dired, for example); in this case, 4 is reasonable default value,
5486 although it may caused skewed new entries (which could be avoided
5487 by returning the original value of 8 in all cases, but 99% of the
5488 time this is a waste of whitespace).
5489
5490 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
5491
5492 * cc-engine.el (c-guess-continued-construct)
5493 (c-guess-basic-syntax): Check a little more carefully if it's a
5494 function declaration when an unknown construct followed by a block
5495 is found inside a statement context. This avoids macros followed
5496 by blocks to be taken as function declarations.
5497
5498 (c-guess-continued-construct): Change the analysis of a statement
5499 continuation with a brace open to `substatement-block', for
5500 consistency with recognized statements.
5501
5502 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
5503 start is in a position so that `c-beginning-of-statement-1' jumped
5504 to the beginning of the same statement.
5505
5506 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
5507 Don't accept binary operators in the arglist if we're in a function
5508 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
5509 template recognition in cases like "if (a < b || c > d)".
5510
5511 (c-restricted-<>-arglists): New more appropriate name for
5512 `c-disallow-comma-in-<>-arglists'.
5513
5514 Accessing functions updated for the variable name change.
5515
5516 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
5517 match data could get clobbered if NOT-INSIDE-TOKEN is used.
5518
5519 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
5520 labels.
5521
5522 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
5523 instead of duplicating parts of it. This fixes bogus label
5524 recognition.
5525
5526 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
5527 of checking the context in which to apply the minimum indentation,
5528 so that it isn't enforced in e.g. namespace blocks.
5529
5530 * cc-vars.el (c-inside-block-syms): New constant used by
5531 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
5532 to somewhat reduce the risk of becoming stale.
5533
5534 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
5535 cc-cmds to cc-engine to allow use from cc-align.
5536
5537 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
5538 qualified identifiers containing "::".
5539
5540 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
5541 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
5542
5543 * cc-vars.el (c-emacs-features): Use a space in front of the name
5544 of the temporary buffer. That also avoids dumping problems in
5545 XEmacs due to undo info being left around after the buffer is killed.
5546
5547 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
5548 arglist to see if it's a K&R style declaration.
5549
5550 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
5551 before returning `knr-argdecl-intro'.
5552
5553 2003-11-16 John Wiegley <johnw@newartisans.com>
5554
5555 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
5556 field in a long-listing always 8 characters, use `size-width',
5557 which has already been computed.
5558
5559 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5560
5561 * subr.el (minor-mode-list): Add `hs-minor-mode'.
5562
5563 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
5564
5565 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
5566 Support operation while narrowed, with `diff-restrict-view'.
5567
5568 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
5569
5570 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5571 Take additional optional arg NARROWFUN. For the generated functions:
5572 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
5573 include frags that arrange to check for and save narrowing state before
5574 the move and then conditionally call NARROWFUN after the move.
5575
5576 2003-11-14 John Wiegley <johnw@newartisans.com>
5577
5578 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
5579 that was optional, but obviously missing based on surrounding code.
5580
5581 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
5582 string arguments to numbers unless the whole argument was seen as
5583 a number.
5584
5585 2003-11-14 Kenichi Handa <handa@m17n.org>
5586
5587 * international/mule.el (ctext-non-standard-encodings-alist):
5588 Fix coding systems.
5589
5590 2003-11-10 Kenichi Handa <handa@m17n.org>
5591
5592 * language/kannada.el ("Kannada"): Add sample-text.
5593
5594 * language/knd-util.el (kannada-compose-region)
5595 (kannada-compose-string, kannada-post-read-conversion):
5596 Add autoload cookie.
5597
5598 * international/quail.el (quail-completion): Change the message
5599 "corresponding translations" to "corresponding characters".
5600
5601 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
5602
5603 * descr-text.el (describe-char): Fix typo.
5604
5605 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
5606
5607 These changes are to support Kannada language/script.
5608
5609 * Makefile.in (DONTCOMPILE): Add kannada.el.
5610
5611 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5612
5613 * loadup.el: Preload kannada.el.
5614
5615 * language/ind-util.el (ucs-kannada-to-is13194-alist)
5616 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5617 New variables.
5618
5619 * language/kannada.el: New file.
5620
5621 * language/knd-util.el: New file.
5622
5623 2003-11-07 Andreas Schwab <schwab@suse.de>
5624
5625 * progmodes/autoconf.el (autoconf-font-lock-keywords):
5626 Also highlight AH_*.
5627
5628 * xml.el (xml-parse-dtd): Fix misplaced paren.
5629
5630 2003-11-07 Kenichi Handa <handa@m17n.org>
5631
5632 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5633
5634 2003-11-05 Juri Linkov <juri@jurta.org>
5635
5636 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5637 (desktop-buffer-file): Use saved buffer-file-coding-system
5638 for file reading. Set auto-insert to nil to prevent automatic
5639 insertion into restored empty files.
5640
5641 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * files.el (risky-local-variable-p): Make second argument optional.
5644
5645 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * subr.el (add-hook): Fix last change.
5648
5649 2003-11-03 Eli Zaretskii <eliz@gnu.org>
5650
5651 * mail/rmail.el (rmail-convert-to-babyl-format):
5652 If base64-decode-region signals an error, catch it and silently
5653 ignore it.
5654
5655 2003-11-01 Mark A. Hershberger <mah@everybody.org>
5656
5657 * xml.el (xml-parse-region): Allow comments to appear after the
5658 topmost element has closed.
5659 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5660 (xml-ns-expand-attr): New functions to do namespace handling.
5661 (xml-intern-attrlist): Back-compatible handling of attribute names.
5662 (xml-parse-tag): Move namespace handling to separate functions.
5663 Now produces elements in the form ((:ns . "element") (attr-list)
5664 children) instead of ('ns:element (attr-list) children).
5665 (xml-parse-attlist): Fix attribute parsing.
5666 (xml-parse-dtd): Change parsing so that it produces strings
5667 instead of interned symbols.
5668
5669 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
5670
5671 * dired.el (dired-ls-sorting-switches): Doc fix.
5672
5673 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
5674
5675 * emacs-lisp/rx.el (rx-or): Fix the case of
5676 "(rx (and ?a (or ?b ?c) ?d))".
5677
5678 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
5679
5680 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5681 (texinfo-format-region): Use it.
5682 (texinfo-format-buffer-1): Ditto.
5683
5684 2003-11-01 Alan Mackenzie <acm@muc.de>
5685
5686 Changes to allow scrolling whilst in isearch mode:
5687 * isearch.el (isearch-unread-key-sequence): New function,
5688 extracted from isearch-other-meta-char.
5689 (top level): (put 'foo 'isearch-scroll) on all Emacs's
5690 "scrollable" standard functions.
5691 (isearch-allow-scroll): New customizable variable.
5692 (isearch-string-out-of-window, isearch-back-into-window)
5693 (isearch-reread-key-sequence-naturally)
5694 (isearch-lookup-scroll-key): New functions.
5695 (isearch-other-meta-char): Doc string and functionality enhanced.
5696 Now accepts a prefix argument.
5697 (isearch-lazy-highlight-window-end): New variable.
5698 (isearch-lazy-highlight-new-loop): Pay attention to the window's
5699 end (thru isearch-lazy-highlight-window-end), not only its start.
5700
5701 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5702 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5703 (universal-argument, universal-argument-more, negative-argument)
5704 (digit-argument, universal-argument-other-key): Minor changes.
5705
5706 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5707
5708 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5709 recursively if the last message is deleted, thus avoiding an
5710 infinite loop.
5711
5712 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5715 (tex-main-file): Don't add .tex if the extension is already present.
5716 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5717
5718 2003-10-29 Lute Kamstra <lute@gnu.org>
5719
5720 * progmodes/octave-inf.el (inferior-octave-prompt):
5721 Recognize version number in prompt.
5722
5723 2003-10-28 Dave Love <fx@gnu.org>
5724
5725 * international/characters.el: Fix some Unicode ranges.
5726
5727 2003-10-28 Kenichi Handa <handa@m17n.org>
5728
5729 * disp-table.el (standard-display-8bit)
5730 (standard-display-default, standard-display-ascii)
5731 (standard-display-g1, standard-display-graphic)
5732 (standard-display-underline): Assure that standard-display-table
5733 is a display table.
5734
5735 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * simple.el (reindent-then-newline-and-indent): Delete space *after*
5738 reindenting the first line.
5739
5740 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
5741
5742 * wid-edit.el (widget-default-delete): Always delete child widgets.
5743
5744 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * newcomment.el (comment-indent): Don't call indent-according-to-mode
5747 if the line has code.
5748 Don't try to line up with something that's too far left.
5749
5750 * progmodes/octave-mod.el (octave-comment-start): Simplify.
5751 (octave-mode-syntax-table): Add % as a comment starter.
5752 (octave-point): Remove.
5753 (octave-in-comment-p, octave-in-string-p)
5754 (octave-not-in-string-or-comment-p, calculate-octave-indent)
5755 (octave-blink-matching-block-open, octave-auto-fill):
5756 Use line-(beginning|end)-position instead.
5757
5758 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
5759
5760 * emacs-lisp/authors.el (authors-aliases): Add correct realname
5761 for Francesco Potort\e,Al\e(B.
5762
5763 2003-10-23 Dave Love <fx@gnu.org>
5764
5765 * international/mule-cmds.el (locale-charset-to-coding-system):
5766 Don't rely on nil being a coding system.
5767
5768 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5769 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5770 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5771
5772 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
5773
5774 * gdb-ui.el (gdb-current-language): New variable.
5775 (gdb-update-flag): Remove variable.
5776 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5777 (gdb-take-last-elt): Remove function.
5778 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5779 (gdb-post-prompt): Check for variable object changes here.
5780
5781 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5782 object changes in gdb-ui.el.
5783
5784 2003-10-21 Richard M. Stallman <rms@gnu.org>
5785
5786 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5787
5788 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5789 Don't check for foo*/ wildcard form here.
5790 (insert-directory): Recognize foo*/ as a wildcard.
5791 Separate wildcard-regexp variable from the arg, wildcard.
5792
5793 * subr.el (add-hook): Correctly detect when make-local-hook was used.
5794 (remove-hook): Correctly handle strange cases about local hooks.
5795
5796 2003-10-21 David Ponce <david@dponce.com>
5797
5798 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5799 argument REAL, to return a real number instead of a rounded
5800 integer value. Define as inline function.
5801 (ruler-mode-right-fringe-cols): Likewise.
5802 (ruler-mode-scroll-bar-cols): New function.
5803 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
5804 (ruler-mode-right-scroll-bar-cols): Likewise.
5805 (ruler-mode-space): New function.
5806 (ruler-mode-ruler): Use it. Handle variations of fringe style,
5807 scroll bar mode and margins in a more robust way.
5808
5809 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
5810
5811 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5812 (antlr-c-init-language-vars): New function.
5813 (antlr-mode): Use it with cc-mode before v5.29.
5814 (antlr-c-common-init): Don't set some local vars here.
5815 (antlr-mode): Set them here.
5816 (antlr-c-forward-sws): New function alias.
5817 (antlr-mode): Redefine with cc-mode before v5.30.
5818 (antlr-skip-sexps): Use it.
5819 (antlr-skip-exception-part): Ditto.
5820 (antlr-skip-file-prelude): Ditto.
5821 (antlr-outside-rule-p): Ditto.
5822 (antlr-end-of-body): Ditto.
5823 (antlr-option-kind): Ditto.
5824 (antlr-insert-option-area): Ditto.
5825 (antlr-file-dependencies): Ditto.
5826
5827 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5828
5829 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5830 Move backward only if point was not inside an entry.
5831
5832 2003-10-21 Richard M. Stallman <rms@gnu.org>
5833
5834 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5835
5836 2003-10-21 Juri Linkov <juri@jurta.org>
5837
5838 * compare-w.el: Automatically skip non-matching text to resync.
5839 (compare-windows-whitespace): Doc fix.
5840 (compare-windows-sync, compare-windows-sync-string-size)
5841 (compare-windows-recenter, compare-ignore-whitespace)
5842 (compare-windows-highlight, compare-windows-face): New variables.
5843 (compare-windows): Use compare-windows-sync.
5844 (compare-windows-highlight, compare-windows-dehighlight)
5845 (compare-windows-sync-regexp)
5846 (compare-windows-sync-default-function): New functions.
5847
5848 2003-10-21 Juri Linkov <juri@jurta.org>
5849
5850 * diff.el (diff-parse-differences): Don't visit the files now;
5851 instead, just record the error locus.
5852
5853 2003-10-21 Dave Love <fx@gnu.org>
5854
5855 * progmodes/cfengine.el: New file.
5856
5857 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * complete.el (PC-do-completion): Do not forget to use `pred' as the
5860 default-directory when completing file names.
5861
5862 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5865 followed by the word `face', it gets treated as a face, even if
5866 it is also defined as a variable or a function.
5867
5868 2003-10-20 Dave Love <fx@gnu.org>
5869
5870 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5871 Avoid incf in macro expansion.
5872
5873 2003-10-20 John Paul Wallington <jpw@gnu.org>
5874
5875 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5876 `evenp' so we don't implicitly require cl library at runtime.
5877
5878 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5881 (help-make-xrefs): Only make cross-references for faces if
5882 preceded or followed by the word `face'. Do not make a
5883 cross-reference for variables without variable documentation,
5884 unless preceded by the word `variable' or `option'. Update doc
5885 string accordingly.
5886
5887 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5888
5889 * progmodes/hideshow.el: Rewrite one-armed `if'
5890 constructs using either `when' or `unless'.
5891 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5892
5893 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
5894
5895 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5896 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5897 instead of 12x12.
5898
5899 2003-10-16 Eli Zaretskii <eliz@gnu.org>
5900
5901 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5902 message while converting to Babyl.
5903
5904 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
5905
5906 * allout.el (allout-mode): Doc fix.
5907
5908 2003-10-16 Lute Kamstra <lute@gnu.org>
5909
5910 * subr.el (force-mode-line-update): Fix docstring.
5911
5912 2003-10-14 Dave Love <fx@gnu.org>
5913
5914 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5915 (default-input-method): Add :link, improve :type.
5916 (locale-charset-language-names): Fix utf-8 pattern.
5917 (locale-charset-match-p, locale-charset-alist)
5918 (locale-charset-to-coding-system): New.
5919 (set-locale-environment): Deal with codeset part of locale specs.
5920
5921 2003-10-14 Lute Kamstra <lute@gnu.org>
5922
5923 * fringe.el (fringe-mode): Use active voice in docstring.
5924 (set-fringe-style): Ditto.
5925
5926 2003-10-13 Lute Kamstra <lute@gnu.org>
5927
5928 * fringe.el (fringe-mode): Fix docstring.
5929 (set-fringe-style): Ditto.
5930
5931 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
5932
5933 * ediff-mult.el (ediff-filegroup-action):
5934 Use ediff-default-filtering-regexp.
5935
5936 * ediff-util.el (ediff-recenter): Don't call
5937 ediff-restore-highlighting twice.
5938 (ediff-select-difference): Set current difference.
5939 (ediff-unselect-and-select-difference): Add comment.
5940
5941 * ediff.el (ediff-directories,ediff-directory-revisions)
5942 (ediff-directories3,ediff-merge-directories)
5943 (ediff-merge-directories-with-ancestor)
5944 (ediff-merge-directory-revisions)
5945 (ediff-merge-directory-revisions-with-ancestor):
5946 Use ediff-default-filtering-regexp.
5947
5948 2003-10-12 Andreas Schwab <schwab@suse.de>
5949
5950 * international/mule-cmds.el (locale-charset-language-names):
5951 Simplify regex by removing unused grouping.
5952
5953 2003-10-10 Dave Love <fx@gnu.org>
5954
5955 * bindings.el: Don't bind stop.
5956
5957 2003-10-08 Miles Bader <miles@gnu.org>
5958
5959 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5960 face instead of attempting to emulate it.
5961
5962 2003-10-07 Kenichi Handa <handa@m17n.org>
5963
5964 * international/mule-diag.el (list-coding-systems-1): List coding
5965 systems that are loaded automatically.
5966
5967 * international/code-pages.el (iso-8859-11): Add autoload cookie.
5968
5969 * international/mule.el (autoload-coding-system): New function.
5970
5971 2003-10-07 Andreas Schwab <schwab@suse.de>
5972
5973 * log-edit.el (log-edit-changelog-entries): Prefer local value of
5974 change-log-default-name in the buffer visiting the file.
5975
5976 2003-10-06 Dave Love <fx@gnu.org>
5977
5978 * files.el (find-file-hook): Customize.
5979 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5980
5981 * bindings.el (completion-ignored-extensions): Remove .log.
5982 (global-map): Add again, open, stop keys.
5983
5984 2003-10-05 Richard M. Stallman <rms@gnu.org>
5985
5986 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5987 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5988 Use sh-modify directly.
5989 (sh-select): Use sh-append, not eval.
5990
5991 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5992
5993 * info.el (Info-following-node-name): New function.
5994
5995 * loadhist.el (unload-feature-special-hooks):
5996 Rename from loadhist-hook-functions.
5997 (loadhist-hook-functions): Now an alias.
5998
5999 2003-10-04 Eli Zaretskii <eliz@gnu.org>
6000
6001 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
6002 file-name clashes on 8+3 filesystems.
6003
6004 * Makefile.in (DONTCOMPILE, bootstrap-clean):
6005 Rename loaddefs-boot.el to ldefs-boot.el
6006
6007 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
6008 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
6009
6010 2003-10-03 Lute Kamstra <lute@gnu.org>
6011
6012 * info.el (Info-mode): Revert previous change.
6013 (Info-escape-percent): New function.
6014 (Info-fontify-node): Use it.
6015
6016 2003-10-02 Andreas Schwab <schwab@suse.de>
6017
6018 * loaddefs-boot.el: Regenerated.
6019
6020 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
6021
6022 * ffap.el: Remove defadvice related code from CVS since `complete'
6023 provides a `PC-completion-as-file-name-predicate' variable that
6024 ffap can override.
6025
6026 2003-10-02 Kenichi Handa <handa@m17n.org>
6027
6028 * international/utf-8.el (ccl-decode-mule-utf-8):
6029 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
6030
6031 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
6032 * international/subst-big5.el: Likewise.
6033 * international/subst-gb2312.el: Likewise.
6034 * international/subst-ksc.el: Likewise.
6035
6036 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6037
6038 * calendar/calendar.el (increment-calendar-month)
6039 (calendar-leap-year-p, calendar-absolute-from-gregorian)
6040 (generate-calendar, calendar-read-date, calendar-interval)
6041 (calendar-day-of-week): Handle years BC.
6042 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
6043
6044 2003-10-01 Dave Love <fx@gnu.org>
6045
6046 * language/cyrillic.el (cp1251): Alias for windows-1251.
6047
6048 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
6049 bootstrap.
6050
6051 2003-10-01 Lute Kamstra <lute@gnu.org>
6052
6053 * files.el: Fix typo.
6054 * imenu.el (imenu--generic-function): Docstring fix.
6055
6056 2003-09-30 Richard M. Stallman <rms@gnu.org>
6057
6058 * dired.el (dired-mode): Handle dired-directory as a list.
6059
6060 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
6061
6062 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
6063
6064 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
6065
6066 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
6067 Replace gud-display with gud-watch.
6068 (gud-speedbar-buttons): Add stuff for watching expressions
6069 in the speedbar when using M-x gdba. Use dolist on old part
6070 of this function.
6071
6072 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
6073 (gdb-update-flag): New variables.
6074 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
6075 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
6076 (gud-watch, gdb-var-create-handler) : New functions.
6077 (gdb-var-list-children, gdb-var-list-children-handler)
6078 (gdb-var-create-regexp, gdb-var-update-regexp)
6079 (gdb-var-list-children-regexp): New constants.
6080 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
6081 (gdb-annotation-rules): Reduce annotation set (level 3).
6082 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
6083 (gdb-post-prompt): Don't update GDB buffers every time speedbar
6084 updates.
6085 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
6086 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
6087 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
6088 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
6089 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
6090 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
6091 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
6092 (gud-display, gud-display1)
6093 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
6094 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
6095 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
6096 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
6097 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
6098 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
6099 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
6100 (gdb-display-display-buffer, gdb-toggle-display)
6101 (gdb-delete-display, gdb-expressions-popup-menu)
6102 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
6103 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
6104 to display buffer.
6105
6106 2003-09-30 Richard M. Stallman <rms@gnu.org>
6107
6108 * progmodes/ada-mode.el (ada-mode): Don't use advice.
6109 Instead, set which-func-functions.
6110
6111 * progmodes/which-func.el (which-func-modes): Add ada-mode.
6112 (which-func-functions): New variable.
6113 (which-function): Use that.
6114
6115 * info.el (Info-mode): Double each `%' in header line.
6116
6117 * emacs-lisp/lisp-mnt.el (lm-with-file):
6118 When FILE is nil, run BODY in current buffer.
6119
6120 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
6121
6122 * help.el (describe-mode): Start with a brief list of minor modes.
6123 Find them thru minor-mode-list so as to find them all.
6124 Show them in alphabetical order.
6125
6126 * mail/sendmail.el (mail-aliases): Doc fix.
6127
6128 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
6129
6130 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6131
6132 * mail/rmailsum.el (rmail-make-summary-line-1):
6133 Change comma after last label to a space.
6134 (rmail-summary-font-lock-keywords): Adapt to that change.
6135
6136 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
6137
6138 * progmodes/scheme.el (scheme-mode-variables): When setting
6139 `font-lock-defaults', also specify that "#" should
6140 be interpreted with `word' syntax.
6141 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
6142
6143 2003-09-30 Lars Hansen <larsh@math.ku.dk>
6144
6145 * desktop.el: A lot of comments updated.
6146 (desktop-save-mode): Minor mode introduced.
6147 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
6148 (desktop-load-default): Function made obsolete.
6149 (desktop-locals-to-save): Variable made customizable.
6150 (desktop-read): Optional parameter `dirname' added.
6151 (desktop-change-dir, desktop-revert): Parameter `dirname' in
6152 `desktop-read' used.
6153 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
6154
6155 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
6156
6157 * whitespace.el (whitespace-clean-msg): Add user customizable message
6158 for displaying ``clean'' output.
6159 (whitespace-buffer): Use `whitespace-clean-msg'.
6160 (whitespace-global-mode): Fix typo.
6161
6162 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
6163
6164 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
6165
6166 2003-09-29 Lute Kamstra <lute@gnu.org>
6167
6168 * bindings.el (mode-line-modes): Remove superfluous :propertize
6169 construct in initialization.
6170 (mode-line-position): Change cons cell into proper list in
6171 initialization.
6172
6173 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6174
6175 * international/mule.el (decode-coding-inserted-region): Use car
6176 of the return value of find-operation-coding-system.
6177
6178 2003-09-29 Kenichi Handa <handa@m17n.org>
6179
6180 * descr-text.el (describe-char): Fix previous change.
6181
6182 2003-09-28 Kenichi Handa <handa@m17n.org>
6183
6184 * descr-text.el (describe-char-display): New function.
6185 (describe-char): Pay attention to display table on describing how
6186 a character is displayed.
6187
6188 * international/mule-cmds.el (encoded-string-description):
6189 Prepend "0x" to each encoded byte.
6190
6191 2003-09-28 Andreas Schwab <schwab@suse.de>
6192
6193 * find-file.el (ff-special-constructs): Add autoload cookie.
6194
6195 2003-09-28 Kevin Ryde <user42@zip.com.au>
6196
6197 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
6198 makeinfo appends to duplicate index entries.
6199
6200 2003-09-28 Eli Zaretskii <eliz@gnu.org>
6201
6202 * dired-x.el (dired-clean-tex): Doc fix.
6203
6204 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
6205 using a Chinese tutorial.
6206
6207 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
6208
6209 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
6210 between "MAIL FROM:" and "RCPT TO:" and the following address.
6211
6212 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
6213
6214 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
6215
6216 2003-09-28 David Ponce <david@dponce.com>
6217
6218 * recentf.el (recentf-initialize-file-name-history): New defcustom.
6219 (recentf-load-list): When `recentf-initialize-file-name-history'
6220 is non-nil, initialize an empty `file-name-history' with the
6221 recent list.
6222
6223 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
6224
6225 * man.el (Man-default-man-entry): Remove the leading `*' from the
6226 word at point.
6227
6228 2003-09-26 Lute Kamstra <lute@gnu.org>
6229
6230 * bindings.el (mode-line-position): Mention size indication in
6231 docstring.
6232
6233 2003-09-26 Andre Spiegel <spiegel@gnu.org>
6234
6235 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
6236
6237 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
6238 because it's autoloaded now.
6239
6240 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6241
6242 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
6243 (sh-font-lock-keywords, sh-feature): Fix previous change of
6244 sh-feature to avoid infloop with sh-font-lock-keywords.
6245
6246 2003-09-25 Kim F. Storm <storm@cua.dk>
6247
6248 * frame.el (frame-current-scroll-bars): New defun.
6249
6250 * window.el (window-current-scroll-bars): New defun.
6251
6252 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6253
6254 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
6255 cause errors when the state cache contains info on parts that have
6256 been narrowed out.
6257
6258 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6259
6260 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
6261 `c-setup-paragraph-variables' has to be used when this variable is
6262 changed; it doesn't work to reinitialize the mode since that
6263 typically clobbers the variable.
6264
6265 * progmodes/cc-styles.el (c-setup-paragraph-variables):
6266 Make it interactive.
6267
6268 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6269
6270 * progmodes/cc-fonts.el (c-font-lock-declarations):
6271 Fix recognition of constructors and destructors for classes whose
6272 names are matched by `*-font-lock-extra-types'.
6273
6274 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
6275 followed by an identifier in C++ then it's a type.
6276
6277 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6278
6279 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
6280 problem that primarily affected XEmacs. Don't use faces to find
6281 unterminated strings since Emacs and XEmacs fontify strings
6282 differently - this function should now work better in XEmacs.
6283
6284 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6285
6286 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
6287 `expand-abbrev' workaround which caused braces to misbehave inside
6288 macros.
6289
6290 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
6291 handling. This bug could cause interactive font locking to bail out.
6292
6293 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6294
6295 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6296 Handle paren-style types in Pike. Also fixed some cases of
6297 insufficient handling of unbalanced parens.
6298
6299 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
6300
6301 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
6302 common shell prompts that are not common filename or URL characters.
6303 (ffap-file-at-point): Use the new regexp to strip the prompts from
6304 the file names. This is an issue mostly for user prompts that
6305 don't have a trailing space and find-file-at-point is invoked from
6306 within a shell inside emacs.
6307
6308 2003-09-24 Andre Spiegel <spiegel@gnu.org>
6309
6310 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
6311 stamps numerically, rather than textually.
6312
6313 2003-09-24 Kenichi Handa <handa@m17n.org>
6314
6315 * language/devan-util.el (devanagari-post-read-conversion):
6316 * language/mlm-util.el (malayalam-post-read-conversion):
6317 * language/tml-util.el (tamil-post-read-conversion):
6318 Add autoload cookie.
6319
6320 * international/utf-8.el (utf-8-post-read-conversion):
6321 Call post-read-conversion functions for Devanagari, Malayalam,
6322 and Tamil.
6323
6324 2003-09-23 Dave Love <fx@gnu.org>
6325
6326 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
6327
6328 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
6329
6330 * progmodes/gud.el (perldb): Add gud-until to list of commands.
6331 Update gud-remove.
6332
6333 2003-09-22 Richard M. Stallman <rms@gnu.org>
6334
6335 * progmodes/sh-script.el (sh-mode-default-syntax-table):
6336 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
6337 (sh-mode-syntax-table-input): New variable.
6338 (sh-require-final-newline): Don't use eval.
6339 (sh-builtins, sh-leading-keywords, sh-other-keywords)
6340 (sh-variables, sh-font-lock-keywords): Don't use eval.
6341 (sh-set-shell): When setting require-final-newline,
6342 treat value = `require-final-newline' as don't change it.
6343 Set sh-mode-syntax-table locally based on
6344 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
6345
6346 * progmodes/compile.el (compile-internal):
6347 Call compilation-set-window-height before setting window start.
6348
6349 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
6350
6351 * emacs-lisp/bytecomp.el (byte-compile-log-file):
6352 Clear out byte-compile-last-warned-form.
6353
6354 2003-09-22 Richard M. Stallman <rms@gnu.org>
6355
6356 * woman.el (woman-file-name, woman-follow-word):
6357 If current-word returns nil, use "".
6358
6359 * simple.el (eval-expression): Bind standard-output in to-buffer case.
6360
6361 2003-09-22 Richard M. Stallman <rms@gnu.org>
6362
6363 * emacs-lisp/lisp-mnt.el (lm-with-file):
6364 Don't visit the file, just use insert-file-contents in temp buffer.
6365
6366 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
6367
6368 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
6369 Add surrounding \\( and \\) around the header, as in
6370 for lm-history-header 'Change Log\\|History'.
6371
6372 2003-09-22 John Paul Wallington <jpw@gnu.org>
6373
6374 * progmodes/ld-script.el: Add Commentary section,
6375 minor cleanup of file header.
6376 (ld-script-font-lock-keywords): Doc fix.
6377 (toplevel): Provide `ld-script' feature.
6378
6379 2003-09-21 Kim F. Storm <storm@cua.dk>
6380
6381 * scroll-bar.el (set-scroll-bar-mode): Initialize to
6382 new built-in variable default-frame-scroll-bars.
6383 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
6384 scroll-bar-mode; notably, use it instead of t when we toggle
6385 scroll-bars on.
6386 (toggle-scroll-bar): Use default-frame-scroll-bars.
6387
6388 2003-09-19 Masatake YAMATO <jet@gyve.org>
6389
6390 * pcvs.el (cvs-do-removal): Change the prompt depending on
6391 `filter' value.
6392
6393 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6394
6395 * startup.el (command-line-1): Stop startup-echo-area-message
6396 being hidden by "Loading image..." message.
6397 (use-fancy-splash-screens-p, display-splash-screen):
6398 Move display-graphic-p test from latter to former.
6399
6400 * progmodes/sh-script.el (sh-font-lock-keywords):
6401 Highlight escaped EOLs differently from other backslash constructs.
6402
6403 2003-09-19 Richard M. Stallman <rms@gnu.org>
6404
6405 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
6406 New functions.
6407 (edebug-enter, edebug-outside-excursion): Use them.
6408
6409 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6410 Fix the condition for whether to print "In WHERE".
6411
6412 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
6413
6414 * finder.el (finder-mode-hook): New variable.
6415 (finder-mode): Run hook finder-mode-hook
6416
6417 2003-09-18 Masatake YAMATO <jet@gyve.org>
6418
6419 * progmodes/ebrowse.el: Fix broken magic autoload comments.
6420
6421 2003-09-17 Mario Lang <mlang@delysid.org>
6422
6423 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
6424 "p %e" to actually print the value in the GUD buffer.
6425
6426 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
6427
6428 From David Ponce <david.ponce@wanadoo.fr>:
6429 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
6430 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
6431 from loaddefs-boot.el if necessary.
6432
6433 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
6434
6435 * progmodes/gud.el (gud-find-class): Make jdb work again since
6436 cc-mode changed the syntactic information.
6437
6438 2003-09-15 David Ponce <david@dponce.com>
6439
6440 * recentf.el: (recentf-exclude): Accept predicates too.
6441 (recentf-file-readable-p): New function.
6442 (recentf-include-p): Handle predicates in recentf-exclude.
6443 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
6444 (recentf-cleanup): Likewise.
6445 (recentf-save-list): Use write-file to handle backup of
6446 recentf-save-file.
6447
6448 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
6449
6450 * loaddefs-boot.el: Renamed from `loaddefs.el'
6451 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
6452 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
6453 necessary.
6454
6455 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
6456
6457 * electric.el (Electric-pop-up-window): For the `one-window' case,
6458 no longer disconcertingly move point in the original buffer.
6459
6460 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
6463
6464 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
6465
6466 * dired.el (dired-mode-map): Fix typo.
6467
6468 2003-09-11 Richard M. Stallman <rms@gnu.org>
6469
6470 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
6471
6472 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
6473
6474 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
6475 the function is less noisy. Now only `kill-buffer' can ask questions.
6476
6477 2003-09-10 Mario Lang <mlang@delysid.org>
6478
6479 * battery.el: Update Commentary and Copyright.
6480 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
6481 appear due to wrong ordering of the expressions in `or'.
6482
6483 2003-09-09 Lute Kamstra <lute@gnu.org>
6484
6485 * misc.el (upcase-char): Fix docstring.
6486 (zap-up-to-char): New command.
6487
6488 2003-09-08 David Ponce <david@dponce.com>
6489
6490 Ensure that recentf correctly updates the menu bar.
6491 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
6492 (recentf-menu-bar): New function.
6493 (recentf-clear-data): Use it
6494 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
6495 of easy-menu-change.
6496
6497 2003-09-08 Lute Kamstra <lute@gnu.org>
6498
6499 * simple.el (size-indication-mode): New.
6500 * bindings.el (mode-line-position): Add buffer size indicator.
6501
6502 2003-09-04 Mario Lang <mlang@delysid.org>
6503
6504 * battery.el (battery-linux-proc-acpi): New function.
6505 (battery-status-function): Modify default value calculation to also
6506 check for availability of ACPI.
6507 (battery-echo-area-format): Ditto.
6508 (battery-mode-line-format): Ditto.
6509
6510 2003-09-06 Dave Love <fx@gnu.org>
6511
6512 * ielm.el (ielm-mode-hook): Add :options.
6513
6514 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
6515 (eldoc-print-current-symbol-info): Use it.
6516
6517 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
6518
6519 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
6520 being displayed in GUD buffer.
6521 (gdb-idle-input-queue): Remove var. Use just one queue.
6522 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
6523 Remove functions. Use just one queue.
6524 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
6525 (gdb-invalidate-assembler, gdb-get-current-frame):
6526 Modify functions. Use just one queue.
6527
6528 2003-09-04 Dave Love <fx@gnu.org>
6529
6530 * cus-start.el: Add blink-cursor-alist.
6531
6532 * ruler-mode.el (ruler-mode-fill-column-char)
6533 (ruler-mode-current-column-char): Use char-displayable-p,
6534 not window-system.
6535
6536 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
6537
6538 * language/european.el (windows-1252): Move from code-pages.
6539
6540 * language/cyrillic.el ("Windows-1251"): Delete.
6541 ("Bulgarian", "Belarusian"): Remove `features'.
6542 (windows-1251): Move from code-pages.
6543
6544 * international/mule-diag.el (non-iso-charset-alist):
6545 Remove `codepage' stuff.
6546 (print-designation, list-coding-systems-1): Output fixes.
6547
6548 * international/code-pages.el (cp-make-translation-table)
6549 (cp-valid-codes): Made defsubsts.
6550 (cp-fix-safe-chars): Delete.
6551 (mule-diag): Don't require.
6552 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
6553 (top-level): Check for defined coding system when defining
6554 cp... aliases. Change w32-add-charset-info test to avoid warning.
6555 (non-iso-charset-alist): Defvar when compiling.
6556 (cp-make-coding-system): Doc fix.
6557
6558 2003-09-02 Jason Rumney <jasonr@gnu.org>
6559
6560 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
6561 line-ends from CVS before doing conversion.
6562
6563 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
6564
6565 * calendar/diary-lib.el (diary-header-line-flag)
6566 (diary-header-line-format): New variables.
6567 (list-diary-entries): Use them to set header line in simple diary.
6568
6569 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
6570 other than font-lock-string-face to highlight backslashes.
6571
6572 2003-09-01 Jason Rumney <jasonr@gnu.org>
6573
6574 * international/titdic-cnv.el (tit-read-key-value): Include \r in
6575 regexp.
6576
6577 2003-09-01 Dave Love <fx@gnu.org>
6578
6579 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
6580
6581 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
6582 and :help; also line and column numbers labels.
6583
6584 * international/mule-util.el (char-displayable-p): Move from
6585 latin1-disp, rename and autoload.
6586
6587 * international/latin1-disp.el (latin1-char-displayable-p):
6588 Now obsolete alias. Replace uses with char-displayable-p.
6589 (latin1-display-ucs-per-lynx): Fix last change.
6590
6591 * international/mule-cmds.el (standard-display-european-internal):
6592 Don't use char code for Latin-1 NBSP.
6593 <XFree86 4>: Unfrob NBSP display table. Set display table to use
6594 U+2018, U+2019 for `'.
6595 (select-safe-coding-system): Message fix.
6596
6597 2003-09-01 Kenichi Handa <handa@m17n.org>
6598
6599 * international/fontset.el (setup-default-fontset): For Thai
6600 font, specify "*" family.
6601
6602 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6603
6604 * progmodes/compile.el (previous-error): Accept a prefix
6605 argument, similarly to next-error.
6606
6607 2003-08-31 Masatake YAMATO <jet@gyve.org>
6608
6609 * pcvs.el (cvs-do-removal): Use = instead of eq to check
6610 the number of files. Bind the number of files to a local
6611 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6612
6613 2003-08-30 Eli Zaretskii <eliz@gnu.org>
6614
6615 * vc-hooks.el (vc-make-version-backup): Fix the change made on
6616 2003-07-26: msdos-long-file-names is a function, not a variable.
6617
6618 2003-08-29 Richard M. Stallman <rms@gnu.org>
6619
6620 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6621 Do nothing with mail-personal-alias-file if it is nil.
6622
6623 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6624 Do nothing if mail-personal-alias-file is nil.
6625
6626 * term.el (term-exec-1): Bind coding-system-for-read.
6627
6628 * dired.el (dired-mouse-find-file-other-window):
6629 Use dired-view-command-alist here, as in dired-view-file.
6630 (dired-view-command-alist): Use %s to substitute file name.
6631 Handle .ps_pages, .eps, .jpg, .gif, .png.
6632
6633 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
6634
6635 * info.el (Info-mode-map): Bind S-tab and <backtab> to
6636 `Info-prev-reference', instead of M-tab.
6637
6638 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
6639
6640 * simple.el (blink-matching-open): Work correctly on chars that
6641 are designated as parens through the syntax-table text property.
6642
6643 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
6644
6645 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6646 line break position in the middle of a non-kinsoku (e.g. latin)
6647 word, making it skip until either a space or a character with
6648 category "|".
6649 (kinsoku-longer): Test for end of buffer.
6650
6651 2003-08-28 Eli Zaretskii <eliz@gnu.org>
6652
6653 * mail/rmail.el (rmail-convert-to-babyl-format):
6654 Detect quoted-printable- and base64-encoded messages and decode them
6655 automatically. Set the message's encoding from the charset=
6656 header, if any. Decode base64-encoded messages in Mail format as well.
6657
6658 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6659
6660 * mail/smtpmail.el: Fix previous change.
6661 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6662 calling smtpmail-via-smtp.
6663 (smtpmail-via-smtp): Add fall-back values for envelope-from.
6664
6665 2003-08-26 John Paul Wallington <jpw@gnu.org>
6666
6667 * image.el (image-jpeg-p): Don't search beyond length of data.
6668
6669 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6670
6671 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6672 misfeature in `expand-abbrev' which caused electric keywords like
6673 "else" to disappear if an open brace was typed directly afterwards.
6674
6675 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6676
6677 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6678 mandatory in `define-widget'.
6679
6680 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6681 Don't align the operators "!=", "<=" and ">=" as assignment operators.
6682
6683 (c-assignment-operators): New language constant that only contains
6684 the assignment operators.
6685
6686 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6687
6688 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6689
6690 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6691 Safeguard against unbalanced sexps.
6692
6693 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
6694
6695 * version.el (emacs-version): Check for gtk. Include gtk version info.
6696
6697 2003-08-25 John Paul Wallington <jpw@gnu.org>
6698
6699 * man.el (Man-default-man-entry): Don't whizz past the section
6700 number before looking for it.
6701
6702 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
6703
6704 * progmodes/gud.el (gud-display-line): Don't set window-point if
6705 source buffer is not visible. (Only happens with M-x gdba.)
6706
6707 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6708 documentation.
6709 (gdb-source, gdb-source-info): Update to assembler unnecessary
6710 as its done after each GDB command anyway.
6711 (gdb-pre-prompt): Use with-current-buffer.
6712 (gdb-insert-field): Add help-echo text.
6713 (gdb-invalidate-assembler): Re-display of assembler now done in
6714 gdb-info-breakpoints-custom.
6715 (gdb-info-breakpoints-custom): Force re-display of assembler to
6716 happen *after* update of breakpoints buffer.
6717 (gdb-display-source-buffer): Don't choke if gdb-source-window
6718 isn't visible.
6719 (gdb-put-string, gdb-put-arrow): Remove free variables.
6720
6721 2003-08-24 John Paul Wallington <jpw@gnu.org>
6722
6723 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6724
6725 * man.el (Man-default-man-entry): Strip text properties when
6726 snarfing parts of entry because `format' preserves properties.
6727
6728 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6729
6730 * files.el (file-newest-backup): Use `expand-file-name'.
6731
6732 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6733 Allow the diary to pop up a new frame, if needed.
6734
6735 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6736 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6737 (smtpmail-send-it): Make treatment of envelope-from consistent with
6738 sendmail.el.
6739
6740 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6741 (sh-leading-keywords): Add the bash `time' reserved word.
6742 (sh-variables): Add some bash variables.
6743 (sh-add-completer): Fix nil branch of case statement.
6744
6745 2003-08-24 Masatake YAMATO <jet@gyve.org>
6746
6747 * progmodes/ld-script.el: New file.
6748
6749 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
6750
6751 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6752
6753 2003-08-23 Andre Spiegel <spiegel@gnu.org>
6754
6755 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6756 Better explain obsolescence, and what to use instead.
6757
6758 2003-08-23 Masatake YAMATO <jet@gyve.org>
6759
6760 * pcvs.el (cvs-do-removal): Show the deleted file name
6761 on the prompt.
6762
6763 2003-08-20 Dave Love <fx@gnu.org>
6764
6765 * international/mule.el (make-coding-system)
6766 (set-buffer-file-coding-system): Doc fix.
6767
6768 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6769
6770 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6771
6772 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6773
6774 * international/utf-16.el: Add mime-text-unsuitable coding system
6775 properties.
6776
6777 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
6778
6779 * cus-edit.el: Add some :links.
6780 (bib): Remove.
6781
6782 * textmodes/bib-mode.el (bib): Add :group external.
6783
6784 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6785
6786 * wid-edit.el (widget-echo-help): Make it handle expressions that
6787 evaluate to strings.
6788
6789 2003-08-18 Michael Mauger <mmaug@yahoo.com>
6790
6791 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
6792
6793 Simplify selection of SQL products to define highlighting and
6794 interactive mode. Includes detailed instructions on adding
6795 support for new products.
6796
6797 * progmodes/sql.el (sql-product): New variable. Identifies SQL
6798 product for use in highlighting and interactive mode.
6799 (sql-interactive-product): New variable. SQL product for
6800 sql-interactive-mode.
6801 (sql-product-support): New variable. Specifies product-specific
6802 parameters to drive highlighting and interactive mode.
6803 (sql-imenu-generic-expression): Add more object types.
6804 (sql-sqlite-options): Correct comment.
6805 (sql-ms-program): Use "osql" rather than "isql".
6806 (sql-prompt-regexp, sql-prompt-length): Update comment.
6807 (sql-mode-menu): Add "Start SQLi session" entry.
6808 Replace Highlighting submenu with Product menu. Fix Send Region entry.
6809 (sql-mode-abbrev-table): Add abbreviations. Support of
6810 SYSTEM-FLAG on define-abbrev. Support was removed with last
6811 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6812 (sql-mode-font-lock-object-name): Add font-lock pattern for object
6813 names.
6814 (sql-mode-ansi-font-lock-keywords): Set as default value.
6815 (sql-mode-oracle-font-lock-keywords): Set as default value.
6816 Support Oracle 9i keywords.
6817 (sql-mode-postgres-font-lock-keywords): Set as default value.
6818 (sql-mode-linter-font-lock-keywords): Set as default value.
6819 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
6820 SQLServer 2000.
6821 (sql-mode-sybase-font-lock-keywords)
6822 (sql-mode-interbase-font-lock-keywords)
6823 (sql-mode-sqlite-font-lock-keywords)
6824 (sql-mode-strong-font-lock-keywords)
6825 (sql-mode-mysql-font-lock-keywords)
6826 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
6827 keywords.
6828 (sql-mode-font-lock-defaults): Update comment.
6829 (sql-product-feature): New function. Returns feature associated
6830 with a product from `sql-product-support' alist.
6831 (sql-product-font-lock): New function. Set font-lock support
6832 based on `sql-product'.
6833 (sql-add-product-keywords): New function. Add font-lock rules to
6834 product-specific keyword variables.
6835 (sql-set-product): New function. Set `sql-product' and apply
6836 appropriate font-lock highlighting.
6837 (sql-highlight-product): New function. Set font-lock support
6838 based on a product. Also set mode name to include product name.
6839 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6840 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6841 Use `sql-set-product'.
6842 (sql-highlight-ms-keywords)
6843 (sql-highlight-sybase-keywords)
6844 (sql-highlight-interbase-keywords)
6845 (sql-highlight-strong-keywords)
6846 (sql-highlight-mysql-keywords)
6847 (sql-highlight-sqlite-keywords)
6848 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
6849 (sql-get-login): Prompt in the same order as the tokens.
6850 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6851 (sql-product-interactive): New function. Common portions of
6852 product-specific interactive mode wrappers.
6853 (sql-interactive-mode): Rewritten to use product features.
6854 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6855 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6856 (sql-db2, sql-linter): Use `sql-product-interactive'.
6857 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6858 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6859 (sql-connect-ingres, sql-connect-postgres)
6860 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6861 New functions. Format command line parameters and invoke comint on
6862 the appropriate interpreter. Code was in the corresponding
6863 `sql-xyz' function before.
6864 (sql-connect-ms): New function. Support -E argument to use
6865 operating system credentials for authentication.
6866
6867 2003-08-18 Kenichi Handa <handa@m17n.org>
6868
6869 * international/mule.el (encode-char): Fix for the ASCII case.
6870
6871 2003-08-15 Kenichi Handa <handa@m17n.org>
6872
6873 * international/fontset.el (setup-default-fontset): Change "*" to
6874 nil in the specifications of font family.
6875
6876 2003-08-18 Kim F. Storm <storm@cua.dk>
6877
6878 * kmacro.el (kmacro-keymap): Group related bindings in
6879 initialization for clarity. Bind C-s to start macro.
6880 Remove C-r binding.
6881 (kmacro-initial-counter-value): New defvar to hold initial counter
6882 value in case we set the value before defining a macro.
6883 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6884 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6885 not defining or executing macro. Doc fix.
6886 (kmacro-add-counter): Clear kmacro-initial-counter-value.
6887 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6888 temporarily view older elements on the macro ring without cycling
6889 the ring.
6890 (kmacro-display): Doc fix.
6891 (kmacro-exec-ring-item): New helper function.
6892 (kmacro-call-ring-2nd): Use it.
6893 (kmacro-call-ring-2nd-repeat): Doc fix.
6894 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6895 (kmacro-end-or-call-macro): Execute last viewed macro (using
6896 kmacro-exec-ring-item) from ring if this follows
6897 kmacro-view-macro. This allows us to find a macro on the ring
6898 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6899 the ring to bring it to the head of the ring.
6900 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6901 Allow binding to reserved keys without specifying C-x C-k prefix.
6902 Ask for confirmation if entered key sequence is already bound to
6903 a non-macro command.
6904 (kmacro-view-macro): Repeating command will show older elements
6905 on the macro ring; C-k will execute the last viewed macro.
6906 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
6907 property from 'ring to 'head.
6908
6909 2003-08-17 Alan Shutko <ats@acm.org>
6910
6911 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6912 keeping December out of the alist.
6913
6914 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6915
6916 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6917 * calendar/calendar.el (calendar-mode-map): Bind it to key.
6918 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6919 (calendar-flatten): New function.
6920 (calendar-mouse-view-other-diary-entries)
6921 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6922 in the menu title and to show multi-line diary entries correctly
6923 in the menu.
6924
6925 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
6926
6927 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6928 defcustom, because the default was recently changed.
6929
6930 2003-08-16 Richard M. Stallman <rms@gnu.org>
6931
6932 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6933
6934 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6935 New subroutine, broken out of eval-last-sexp-1.
6936 (eval-last-sexp-1): Use eval-last-sexp-print-value.
6937
6938 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6939
6940 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6941
6942 * simple.el (eval-expression): Use eval-last-sexp-print-value.
6943
6944 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
6945
6946 * progmodes/compile.el (compilation-error-regexp-alist):
6947 Add Java ANt error detection as described in document
6948 http://ant.apache.org/faq.html
6949
6950 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
6951
6952 * simple.el (backward-word, forward-to-indentation)
6953 (backward-to-indentation): Argument changed to optional.
6954 (next-line, previous-line): Use `or' instead of `unless'.
6955
6956 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6957
6958 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6959 instead of a constant.
6960
6961 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
6962
6963 * shell.el (shell): With prefix-arg, suggest a new buffer name.
6964
6965 2003-08-12 Andre Spiegel <spiegel@gnu.org>
6966
6967 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6968 (vc-sccs-workfile-version): Search the entire delta table, rather
6969 than just the first entry, because that might be a deleted version.
6970
6971 2003-08-11 Karl Fogel <kfogel@red-bean.com>
6972
6973 * menu-bar.el (menu-bar-options-menu): Supply a body for the
6974 [save-place] binding in the Options menu. Have it require
6975 'saveplace' and then toggle the variable manually, to avoid an an
6976 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
6977 for the bug report.
6978
6979 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
6980
6981 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6982 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6983 (gdb-info-threads-custom): Add help-echo text.
6984 (gdb-display-back): Don't use purecopy.
6985 (gdb-info-breakpoints-custom, gdb-reset)
6986 (gdb-assembler-custom): Use display-images-p to test if breakpoint
6987 icons can be displayed.
6988
6989 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
6990
6991 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6992
6993 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * bookmark.el (bookmark-completing-read):
6996 Return a string, instead of a list of one string.
6997 Use a popup menu if activated from the mouse.
6998 (bookmark-edit-annotation): Remove unused vars.
6999 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
7000 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
7001 to bookmark-completing-read.
7002 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7003 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
7004 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
7005 and erase-buffer.
7006 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
7007 (bookmark-menu-jump, bookmark-menu-insert)
7008 (bookmark-popup-menu-and-apply-function)
7009 (bookmark-menu-popup-paned-bookmark-menu): Remove.
7010 (bookmark-menu-build-paned-menu): Remove by folding it into
7011 bookmark-menu-popup-paned-menu.
7012 (menu-bar-bookmark-map): Move the define-key statements here.
7013 Use the "non-menu" commands since they now pop up a menu if needed.
7014 (bookmark-exit-hook-internal): Simplify.
7015
7016 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
7017
7018 * reftex-toc.el (reftex-toc-rename-label): New function.
7019 (reftex-toc-check-docstruct): New function.
7020
7021 * reftex.el (reftex-region-active-p): New function.
7022
7023 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
7024 regexp to find the \bibliography macro.
7025
7026 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
7027 which does not exist in LaTeX.
7028 (reftex-cite-format-builtin): Added amsrefs support.
7029 (reftex-toc-confirm-promotion): New option
7030
7031 * reftex-toc.el
7032 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
7033 (reftex-toc-demote, reftex-toc-promote)
7034 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7035 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7036 (reftex-toc-newhead-from-alist)
7037 (reftex-toc-load-all-files-for-promotion): New functions.
7038 (reftex-toc-help): Added description of new keys.
7039 (reftex-toc-split-windows-fraction): New option.
7040 (reftex-recenter-toc-when-idle): Search *toc* window on all
7041 visible frames.
7042 (reftex-toc): Additional parameter REUSE
7043 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
7044 with REUSE argument.
7045 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
7046 the call of `reftex-toc'.
7047 (reftex-make-separate-toc-frame): New function .
7048 (reftex-toc-recenter): When called with triple prefix arg, call
7049 `reftex-make-separate-toc-frame' first.
7050 (reftex-toc-toggle-dedicated-frame): New command.
7051 (reftex-toc-quit): Adapted to delete frame when called in
7052 dedicated frame.
7053
7054 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
7055 all enclosing macros.
7056
7057
7058 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7059
7060 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
7061 first use.
7062
7063 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7064
7065 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
7066
7067 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7068
7069 * calendar/calendar.el (list-diary-entries-hook)
7070 (diary-display-hook, nongregorian-diary-listing-hook)
7071 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
7072 Add some customize options for these hooks.
7073 (calendar-abbrev-construct): Don't try to take a substring longer
7074 than the original string.
7075
7076 2003-08-05 Richard M. Stallman <rms@gnu.org>
7077
7078 * emacs-lisp/testcover.el (noreturn): Report error if does return.
7079 (testcover-reinstrument-clauses): Doc fix.
7080
7081 * emacs-lisp/warnings.el: Doc fixes, args renamed.
7082 (warning-type-format): Rename from warning-group-format.
7083
7084 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
7085 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
7086 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
7087 to prevent warnings about defvar for an obsolete variable.
7088
7089 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7090 warning-group-format renamed to warning-type-format.
7091
7092 * subr.el (read-passwd): Use clear-string instead of fillarray.
7093
7094 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
7095 Use vconcat instead of concat.
7096 (edmacro-sanitize-for-string): New function.
7097
7098 2003-08-05 Dave Love <fx@gnu.org>
7099
7100 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
7101 line-number-display-limit-width.
7102
7103 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
7104
7105 2003-08-05 Kenichi Handa <handa@m17n.org>
7106
7107 * international/code-pages.el: Don't require mule-diag.
7108
7109 * international/mule-diag.el (non-iso-charset-alist):
7110 Add autoload cookie.
7111
7112 * language/devan-util.el (dev-glyph-order): Add an entry for the
7113 glyph code #xC4.
7114
7115 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7116
7117 * calendar/calendar.el (diary-file, diary-file-name-prefix)
7118 (european-calendar-style, diary-date-forms)
7119 (calendar-day-name-array, calendar-month-name-array): Doc change.
7120 (generate-calendar-month): Adapt for new behaviour of
7121 `calendar-day-name' function.
7122 (calendar-abbrev-length, calendar-day-abbrev-array)
7123 (calendar-month-abbrev-array): New variables.
7124 (calendar-abbrev-construct): New function.
7125 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
7126 rather than fixing abbrevs at some width. Calling syntax change.
7127 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
7128 (calendar-date-string): Adapt for new behaviours of
7129 `calendar-day-name' and `calendar-month-name' functions.
7130
7131 * calendar/diary-lib.el (list-diary-entries): Adapt for new
7132 behaviour of `calendar-day-name' and `calendar-month-name' functions.
7133 (diary-name-pattern): Use abbrev arrays, rather than fixing
7134 abbrevs at three chars. Calling syntax change.
7135 (mark-diary-entries): Adapt for new behaviours of
7136 `diary-name-pattern' and `calendar-make-alist' functions.
7137 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
7138 `diary-name-pattern' function.
7139 (font-lock-diary-date-forms): Use abbrev arrays, rather than
7140 fixing abbrevs at three chars. Calling syntax change.
7141 (cal-hebrew, cal-islam): Require when compiling.
7142 (diary-font-lock-keywords): Adapt for new behaviour of
7143 `font-lock-diary-date-forms' function.
7144
7145 * calendar/cal-hebrew.el: Reposition some code so defined before used.
7146 (calendar-hebrew-month-name-array-common-year)
7147 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
7148 (list-hebrew-diary-entries): Adapt for new behaviours of
7149 `calendar-day-name' and `add-to-diary-list' functions.
7150 (mark-hebrew-diary-entries): Adapt for new behaviours of
7151 `diary-name-pattern' and `calendar-make-alist' functions.
7152
7153 * calendar/cal-islam.el (calendar-islamic-month-name-array):
7154 Add doc string.
7155 (list-islamic-diary-entries): Adapt for new behaviours of
7156 `calendar-day-name' and `add-to-diary-list' functions.
7157 (mark-islamic-diary-entries): Adapt for new behaviours of
7158 `diary-name-pattern' and `calendar-make-alist' functions.
7159
7160 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
7161 `calendar-month-name' function.
7162
7163 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
7164
7165 * calendar/solar.el (solar-seasons-data): Move definition before use.
7166
7167 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
7168 (cal-tex-LaTeX-hourbox): Move definition before use.
7169
7170 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
7171 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
7172 lunar.el, solar.el
7173 (displayed-month, displayed-year): Define for compiler.
7174
7175 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
7176
7177 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
7178 MODE. Renamed from c-init-c-language-vars'.
7179 (c-initialize-cc-mode): Change accordingly.
7180 (c-common-init): Ditto.
7181 (c-mode): Ditto.
7182 (c++-mode): Use `c-init-language-vars-for'.
7183 (objc-mode): Ditto.
7184 (java-mode): Ditto.
7185 (idl-mode): Ditto.
7186 (pike-mode): Ditto.
7187 (awk-mode): Ditto.
7188
7189 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
7190
7191 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
7192 or not the point moved.
7193
7194 (c-search-decl-header-end): Don't trip up on operator identifiers
7195 in C++ and operators like == in all languages.
7196
7197 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7198 Detect leading labels correctly.
7199
7200 2003-08-02 Andreas Schwab <schwab@suse.de>
7201
7202 * textmodes/ispell.el: Don't redo key bindings on loading, put
7203 them only in loaddefs.el.
7204 * bookmark.el: Likewise.
7205 * dabbrev.el: Likewise.
7206 * emerge.el: Likewise.
7207
7208 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
7209 has more than one member.
7210
7211 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
7212
7213 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7214
7215 * lpr.el (printify-region): It was ending conversion before the
7216 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
7217
7218 2003-07-31 John Paul Wallington <jpw@gnu.org>
7219
7220 * net/browse-url.el (browse-url-epiphany): Doc fix.
7221
7222 2003-07-30 Kenichi Handa <handa@m17n.org>
7223
7224 * international/fontset.el (setup-default-fontset):
7225 Change registry names of Akurti fonts.
7226
7227 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7228
7229 * comint.el (comint-read-noecho): Use `clear-string' instead of
7230 `fillarray'.
7231
7232 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
7233
7234 * outline.el (outline-mode-hook): Add defvar.
7235
7236 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
7237
7238 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
7239 Restore assembler in source window if that is what has been selected.
7240 (menu): Add gdb-restore-windows to menu. Make gdba
7241 specific menus only visible from gdba.
7242
7243 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
7244
7245 * progmodes/compile.el (compilation-environment): New user variable.
7246 (compile-internal): Respect it.
7247
7248 2003-07-23 Masatake YAMATO <jet@gyve.org>
7249
7250 * progmodes/gud.el (gdb-script-font-lock-keywords):
7251 Put `font-lock-function-name-face' on a symbol which includes
7252 `-' like `hook-run'. Put font-lock-variable-name-face
7253 on a symbol starting with $.
7254
7255 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
7256
7257 * files.el (set-visited-file-name): Use truename for buffer-file-name.
7258
7259 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
7260
7261 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
7262
7263 2003-07-26 Andre Spiegel <spiegel@gnu.org>
7264
7265 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
7266 Use with-no-warnings.
7267 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
7268 rather than to find-file-not-found-hook, which doesn't exist.
7269
7270 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
7271
7272 * international/quail.el (quail-translate-key): Fix previous change.
7273
7274 2003-07-25 John Paul Wallington <jpw@gnu.org>
7275
7276 * server.el (server-start): Check `server-process' is non-nil
7277 before killing it to avoid killing current buffer's process.
7278
7279 * simple.el (choose-completion-string): Use `minibufferp';
7280 test `completion-reference-buffer' if `buffer' arg is nil.
7281 (push-mark): Use `when' and `unless'.
7282 (pop-mark): Use `when'.
7283
7284 * mouse-sel.el (mouse-sel-get-selection-function):
7285 Check `x-last-selected-text-primary'. Don't barf if it or
7286 `x-last-selected-text' aren't bound.
7287
7288 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7289
7290 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
7291
7292 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
7293
7294 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
7295
7296 2003-07-23 John Paul Wallington <jpw@gnu.org>
7297
7298 * tooltip.el (defface tooltip): Inherit from variable-pitch.
7299
7300 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7301
7302 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
7303 string. Defvar the derived hook.
7304
7305 * macros.el (insert-kbd-macro): Escape double quote character.
7306 From Thomas W Murphy <twm@andrew.cmu.edu>.
7307
7308 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
7311 to match the specific mark rather than reusing comment-start-skip.
7312
7313 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
7314
7315 * progmodes/hideshow.el (hs-special-modes-alist):
7316 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
7317
7318 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
7319
7320 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
7321 value using ?\s.
7322
7323 2003-07-21 John Paul Wallington <jpw@gnu.org>
7324
7325 * subr.el (with-selected-window): Add closing paren.
7326
7327 2003-07-21 Richard M. Stallman <rms@gnu.org>
7328
7329 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
7330 (lisp-mode): Likewise.
7331
7332 * subr.el (with-selected-window): Copy code form save-selected-window
7333 so as to call select-window with norecord arg.
7334 (dynamic-completion-table): Doc fix.
7335 (lazy-completion-table): Doc fix.
7336
7337 * international/mule-cmds.el (set-locale-environment):
7338 langinfo renamed to locale-info.
7339
7340 * international/mule.el (auto-coding-functions): Doc fix.
7341
7342 2003-07-21 Kenichi Handa <handa@m17n.org>
7343
7344 * international/quail.el (quail-translate-key):
7345 Update quail-current-str correctly.
7346
7347 2003-07-21 Andreas Schwab <schwab@suse.de>
7348
7349 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
7350 ?, to "_".
7351
7352 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
7353 Version 2.0.36 of Tramp released.
7354
7355 * net/tramp.el (tramp-default-password-end-of-line): Rename from
7356 tramp-password-end-of-line.
7357 (tramp-password-end-of-line): New method parameter.
7358 (tramp-get-password-end-of-line): Function to access method
7359 parameter `tramp-password-end-of-line', or variable
7360 `tramp-default-password-end-of-line' (default value).
7361 (tramp-methods): Add entries for new parameter
7362 tramp-password-end-of-line.
7363 (tramp-enter-password): Use new function
7364 `tramp-get-password-end-of-line'.
7365 (tramp-handle-insert-file-contents): Do not
7366 unconditionally inhibit the file operation file-local-copy, only
7367 do that when the inhibit-file-name-operation is currently
7368 insert-file-contents. This fixes finding remote CVS-controlled
7369 files. (It would barf on inserting the CVS/Entries file
7370 literally, because the file-local-copy handler wasn't called.)
7371 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
7372 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
7373 (tramp-initial-commands): New variable.
7374 (tramp-process-initial-commands): New function, using the variable.
7375 (tramp-open-connection-setup-interactive-shell): Call the new function.
7376 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
7377 method into the buffer name, never use nil. Reported by Hanak
7378 David <dhanak@inf.bme.hu>.
7379 (tramp-open-connection-setup-interactive-shell): Erase buffer
7380 before sending "stty -onlcr".
7381
7382 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
7383
7384 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
7385
7386 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
7387
7388 2003-07-19 John Paul Wallington <jpw@gnu.org>
7389
7390 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
7391 (artist-draw-rect, artist-draw-square): Doc fixes.
7392
7393 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
7394
7395 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
7396
7397 2003-07-19 Kenichi Handa <handa@m17n.org>
7398
7399 * international/kkc.el (kkc-show-conversion-list-update):
7400 Highlight the correct candidate in the message.
7401
7402 2003-07-18 John Paul Wallington <jpw@gnu.org>
7403
7404 * simple.el (current-word): Don't include punctuation char when
7405 `really-word' arg is non-nil.
7406
7407 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
7408
7409 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
7410 moved to the directory obsolete.
7411
7412 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
7413
7414 * info.el (Info-menu-entry-name-re): Allow newlines in
7415 menu entry names.
7416
7417 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
7418 syntax-ppss-after-change-function.
7419 (syntax-ppss-after-change-function): New alias. Update uses.
7420 (syntax-ppss): Catch the case where the buffer is narrowed.
7421
7422 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7423
7424 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
7425 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
7426
7427 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7428
7429 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
7430 since it might be modified.
7431
7432 * progmodes/cc-langs.el (c++-make-template-syntax-table)
7433 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
7434 names to these language constants.
7435
7436 2003-07-15 Kim F. Storm <storm@cua.dk>
7437
7438 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
7439 All uses changed.
7440
7441 2003-07-14 Mark A. Hershberger <mah@everybody.org>
7442
7443 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
7444 Namespace support.
7445
7446 2003-07-13 Juanma Barranquero <lektu@terra.es>
7447
7448 * frame.el (modify-all-frames-parameters): Reinstall (copyright
7449 papers received).
7450
7451 2003-07-13 Karl Eichwalder <ke@suse.de>
7452
7453 * textmodes/po.el (po-find-charset): White space at the start of the
7454 Content-Type field body is non-mandatory.
7455
7456 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7457
7458 * textmodes/texinfo.el (texinfo-section-list):
7459 Append appendixsection; a synonym for appendixsec.
7460
7461 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
7462
7463 * man.el (Man-translate-cleanup): New.
7464 (Man-translate-references): Call `Man-translate-cleanup' to clean
7465 leading, trailing and middle spaces.
7466
7467 2003-07-13 Lars Hansen <larsh@math.ku.dk>
7468
7469 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
7470 Handle `dired-directory' being a list.
7471
7472 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
7473
7474 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
7475 it doesn't exist.
7476
7477 2003-07-12 Richard M. Stallman <rms@gnu.org>
7478
7479 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
7480
7481 * progmodes/cc-defs.el (c-make-keywords-re):
7482 Don't use delete-duplicates.
7483 (c-lang-const): Don't use mapcan.
7484
7485 * apropos.el (apropos-show-scores): Make it customizable.
7486 Document new meaning.
7487 (apropos): Compute scores from symbols.
7488 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7489
7490 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7491
7492 * ps-bdf.el: Fix copyright line.
7493 (bdf-directory-list): Fix initialization code.
7494
7495 2003-07-11 John Paul Wallington <jpw@gnu.org>
7496
7497 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
7498 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
7499 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
7500
7501 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
7502
7503 * emacs-lisp/ring.el (ring-elements): Doc fix.
7504
7505 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7506
7507 * calendar/timeclock.el (timeclock-relative)
7508 (timeclock-ask-before-exiting, timeclock-use-display-time):
7509 Doc changes.
7510 (timeclock-modeline-display): Give a message if
7511 `timeclock-use-display-time' is non-nil but `display-time-mode'
7512 is not active.
7513
7514 2003-07-11 Kenichi Handa <handa@m17n.org>
7515
7516 * international/mule-cmds.el (set-language-environment):
7517 Set current-language-environment to the correct string.
7518
7519 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7520
7521 * ps-print.el: Print line number correctly in a region. Reported by
7522 Tim Allen <timallen@ls83.fsnet.co.uk>.
7523 (ps-print-version): New version number (6.6.2).
7524 (ps-printing-region): Code fix.
7525
7526 2003-07-10 John Paul Wallington <jpw@gnu.org>
7527
7528 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
7529 this function can be called from `add-completions-from-tags-table'.
7530
7531 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
7532
7533 * calendar/timeclock.el (timeclock-use-display-time)
7534 (timeclock-day-over-hook, timeclock-workday-remaining)
7535 (timeclock-status-string, timeclock-when-to-leave)
7536 (timeclock-when-to-leave-string, timeclock-log-data)
7537 (timeclock-find-discrep, timeclock-day-base)
7538 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
7539 (timeclock-modeline-display): Set the variable
7540 `timeclock-modeline-display'.
7541 (timeclock-update-modeline): Doc fix. Respect value of
7542 `timeclock-relative'.
7543
7544 2003-07-09 Richard M. Stallman <rms@gnu.org>
7545
7546 * textmodes/reftex-parse.el (reftex-all-document-files):
7547 Add autoload cookie.
7548
7549 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7550 (reftex-scanning-info-available-p): Add autoload cookie.
7551
7552 * international/mule-cmds.el
7553 (set-display-table-and-terminal-coding-system): Delete duplicate
7554 aset on standard-display-table.
7555
7556 * view.el (view-file): If existing buffer's major mode is special,
7557 don't go into view mode.
7558
7559 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
7560
7561 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7562
7563 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
7564 buffer changes; there's third party code that calls this function
7565 directly.
7566
7567 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7568
7569 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
7570 (autodoc-font-lock-keywords): Don't byte compile on font lock
7571 initialization when running from byte compiled files.
7572
7573 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7574
7575 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
7576 statement ends with auto-increment "++".
7577
7578 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7581 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7582 these are changed, so declare them as variables and not constants.
7583
7584 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
7585
7586 * subr.el (dolist, dotimes): Doc fix.
7587
7588 2003-07-08 Kim F. Storm <storm@cua.dk>
7589
7590 * international/mule-cmds.el
7591 (set-display-table-and-terminal-coding-system): Don't break
7592 bootstrap if standard-display-table isn't setup yet.
7593
7594 2003-07-07 Richard M. Stallman <rms@gnu.org>
7595
7596 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
7597 Give it a doc string, and autoload it.
7598
7599 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
7600 Use with-no-warnings.
7601
7602 * info.el (Info-search): If find invisible text, search again.
7603
7604 * isearch.el (search-whitespace-regexp): Add a shy group around it.
7605
7606 * man.el (Man-name-regexp): Match + as part of name.
7607
7608 * simple.el (visible-mode): Rename from vis-mode.
7609 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7610
7611 * simple.el (current-word): New arg REALLY-WORD specifies
7612 don't include punctuation chars.
7613
7614 * emacs-lisp/debug.el (debug, debugger-env-macro):
7615 Use with-no-warnings while accessing and binding unread-command-char.
7616
7617 * international/mule-cmds.el
7618 (set-display-table-and-terminal-coding-system): Use explicit loop
7619 instead of calling standard-display-default.
7620
7621 * net/ange-ftp.el (ange-ftp-file-symlink-p):
7622 Use condition-case to catch error in ange-ftp-get-files.
7623
7624 * net/browse-url.el (browse-url-browser-function):
7625 Add alternative for Epiphany.
7626 (browse-url-epiphany-program, browse-url-epiphany-arguments)
7627 (browse-url-epiphany-startup-arguments)
7628 (browse-url-epiphany-new-window-is-tab): New variables.
7629 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7630
7631 * progmodes/compile.el (compile-auto-highlight): Default now t.
7632 (compile): Doc fix.
7633 (compilation-next-error): Fix previous change.
7634
7635 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7636
7637 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7638
7639 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
7640
7641 * gdb-ui.el (gdb-source-info): Display current frame when
7642 attaching to an existing process.
7643 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7644 while laying out windows when attaching to an existing process.
7645
7646 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
7647
7648 * info.el (Info-menu): Use Info-menu-entry-name-re.
7649
7650 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7651
7652 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7653 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7654
7655 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7656 to match the same text.
7657
7658 2003-07-06 John Paul Wallington <jpw@gnu.org>
7659
7660 * vc.el (vc-annotate-offset): Move defvar up.
7661
7662 2003-07-06 Kim F. Storm <storm@cua.dk>
7663
7664 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7665 This should fix the infinite loop when extracting menu names.
7666
7667 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
7668
7669 * files.el (auto-mode-alist, interpreter-mode-alist):
7670 Remove entries to CC Mode modes to avoid duplicates; they are now added
7671 with autoload directives in cc-mode.el.
7672
7673 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
7674
7675 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7676 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7677 these are changed, so declare them as variables and not constants.
7678
7679 * progmodes/cc-mode.el: Fix some autoload problems: Try to
7680 ensure that the entry for ".c" extension comes before the one for
7681 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7682 Fix incorrect entries that were added to `interpreter-mode-alist'.
7683 Move the autoload directives for AWK to the top level since they
7684 aren't recognized anywhere else. Do not use the new AWK mode doc
7685 in the autoload form for the old AWK mode.
7686
7687 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7688
7689 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7690 (bibtex-sort-ignore-string-entries): Default value t.
7691 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7692 erroneously in previous version.
7693 (bibtex-string-files): Docstring reflects new parsing scheme.
7694 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7695 docstring, add # as one of the chars to crush
7696 (bibtex-autokey-prefix-string, bibtex-autokey-names)
7697 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7698 (bibtex-autokey-name-change-strings)
7699 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7700 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7701 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7702 (bibtex-autokey-title-terminators)
7703 (bibtex-autokey-titlewords-stretch)
7704 (bibtex-autokey-titleword-ignore)
7705 (bibtex-autokey-titleword-case-convert)
7706 (bibtex-autokey-titleword-abbrevs)
7707 (bibtex-autokey-titleword-abbrevs)
7708 (bibtex-autokey-titleword-change-strings)
7709 (bibtex-autokey-titleword-length)
7710 (bibtex-autokey-titleword-separator)
7711 (bibtex-autokey-name-year-separator)
7712 (bibtex-autokey-year-title-separator)
7713 (bibtex-autokey-before-presentation-function)
7714 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7715 Fix docstring.
7716 (bibtex-strings, bibtex-reference-keys):
7717 Use lazy-completion-table and make-variable-buffer-local.
7718 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7719 (bibtex-braced-string-syntax-table)
7720 (bibtex-quoted-string-syntax-table): New variables.
7721 (bibtex-parse-nested-braces): Remove.
7722 (bibtex-parse-field-string): Use syntax table and forward-sexp.
7723 (bibtex-parse-association): Simplify.
7724 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7725 (bibtex-parse-field-text): Simplify.
7726 (bibtex-search-forward-field, bibtex-search-backward-field):
7727 argument BOUND can take value t.
7728 (bibtex-start-of-field, bibtex-start-of-name-in-field)
7729 (bibtex-end-of-name-in-field, bibtex-end-of-field)
7730 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7731 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7732 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7733 (bibtex-skip-to-valid-entry): Return buffer position of beginning
7734 and ending of entry. Update for changes of bibtex-search-entry.
7735 Simplify.
7736 (bibtex-map-entries): FUN is called with three arguments.
7737 (bibtex-search-entry): Return a cons pair with buffer positions of
7738 beginning and end of entry.
7739 (bibtex-enclosing-field): Simplify.
7740 (bibtex-format-entry): Use booktitle to set a missing title.
7741 (bibtex-autokey-get-names): Fiddle with regexps.
7742 (bibtex-generate-autokey): Use identity.
7743 (bibtex-parse-keys): Use simplified parsing algorithm if
7744 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
7745 arguments. Return alist of keys.
7746 (bibtex-parse-strings): Simplify. Return alist of strings.
7747 (bibtex-complete-string-cleanup): Fix docstring.
7748 (bibtex-read-key): New function.
7749 (bibtex-mode): Fix docstring. Do not parse for keys and
7750 strings when the mode is entered. Set fill-paragraph-function to
7751 bibtex-fill-field. Setup font-lock-mark-block-function the way
7752 font-lock intended.
7753 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
7754 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7755 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7756 (bibtex-Preamble): Avoid hard coded constants.
7757 (bibtex-make-field): Fix docstring. Simplify.
7758 (bibtex-beginning-of-entry): Always return new position of point.
7759 (bibtex-end-of-entry): Rearrange cond clauses.
7760 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7761 Update for changes of bibtex-map-entries.
7762 (bibtex-ispell-abstract): Do not move point.
7763 (bibtex-entry-index): Use downcase. Simplify.
7764 (bibtex-lessp): Handle catch-all.
7765 (bibtex-find-crossref): Turn into a command.
7766 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
7767 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
7768 preamble entries.
7769 (bibtex-fill-field-bounds): New function.
7770 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
7771 (bibtex-fill-entry): Use bibtex-fill-field-bounds
7772 (bibtex-String): Use bibtex-strings. Always obey
7773 bibtex-sort-ignore-string-entries.
7774
7775 2003-07-05 John Paul Wallington <jpw@gnu.org>
7776
7777 * cus-theme.el (customize-create-theme):
7778 Call `customize-create-theme' in Reset widget's notify function.
7779
7780 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7781 (ibuffer-mark-interactive): Use `or' instead of `unless'.
7782 (define-ibuffer-column name): Add summarizer.
7783 (define-ibuffer-column size): Likewise.
7784 (define-ibuffer-column filename): Likewise.
7785 (define-ibuffer-column process): Likewise. Change BODY's output too.
7786 (define-ibuffer-column filename-and-process): Likewise, likewise.
7787 (ibuffer): Remove local vars `already-in' and `need-update'.
7788
7789 * ibuf-ext.el: Don't require `derived' at compile-time.
7790
7791 2003-07-05 Kim F. Storm <storm@cua.dk>
7792
7793 * info.el: Disable paragraph refilling.
7794 (Info-refill-paragraphs): New defcustom.
7795 (Info-fontify-node): Use it.
7796
7797 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
7798
7799 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7800 thingies from constructors created by defstruct.
7801
7802 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7803 the default value of the variable.
7804 (byte-code-meter): Move declaration to top level.
7805
7806 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7807
7808 * info.el (Info-following-node-name-re): New fun.
7809 (Info-following-node-name): Remove.
7810 (Info-insert-dir): Use the new fun.
7811 (Info-extract-pointer): Don't save restriction; use new fun.
7812 (Info-menu-entry-name-re): New const.
7813 (Info-menu-entry-name-re): Use it along with new fun.
7814 (Info-node-spec-re): Use new fun.
7815 (Info-complete-menu-item, Info-fontify-node): Use new const.
7816 (Info-goto-node, Info-follow-reference, Info-menu-update):
7817 Use match-string.
7818 (Info-follow-reference): Use assoc-string.
7819 Use a list of strings for the completion table.
7820 (Info-fontify-node): Use match-string, line-end-position.
7821 Limit the search for `node:' to the first line.
7822
7823 * newcomment.el (uncomment-region): Remove padding coming from
7824 comment-start rather than just from comment-padding.
7825
7826 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7827 (vc-cvs-stay-local-p): Use vc-stay-local-p.
7828 (vc-cvs-rename-file): Remove (use the default).
7829 (vc-cvs-register): Register parent dir if needed.
7830 (vc-cvs-could-register): Return non-nil if parent can be registered.
7831 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7832 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7833
7834 * vc-svn.el (vc-svn-use-edit): Make it into a const.
7835 (vc-svn-update): Fix the arguments to `svn'.
7836 (vc-svn-diff-tree): Just use `vc-svn-diff'.
7837 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7838 Simple implementations, assuming `name' is a URL.
7839
7840 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7841 set of chars allowed unquoted in a case pattern.
7842
7843 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7844
7845 * font-lock.el (font-lock-extra-types-widget)
7846 (c-font-lock-extra-types, c++-font-lock-extra-types)
7847 (objc-font-lock-extra-types, java-font-lock-extra-types)
7848 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7849 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7850 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7851 (font-lock-match-c++-structor-declaration)
7852 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7853 (c++-font-lock-keywords-3, c++-font-lock-keywords)
7854 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7855 (objc-font-lock-keywords-3, objc-font-lock-keywords)
7856 (java-font-lock-keywords-1, java-font-lock-keywords-2)
7857 (java-font-lock-keywords-3, java-font-lock-keywords)
7858 (java-font-lock-syntactic-face-function): Remove obsolete code
7859 and constants. It's all in cc-fonts.el now.
7860
7861 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
7862
7863 * mail/sendmail.el (mail-specify-envelope-from)
7864 (mail-envelope-from): Doc fix.
7865
7866 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
7867
7868 * generic-x.el: Do away with the dependency on `c-emacs-features'
7869 when populating `rul-generic-mode-syntax-table'; we already know
7870 this isn't XEmacs.
7871
7872 See ChangeLog.10 for earlier changes.
7873
7874 ;; Local Variables:
7875 ;; coding: iso-2022-7bit
7876 ;; End:
7877
7878 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
7879 Copying and distribution of this file, with or without modification,
7880 are permitted provided the copyright notice and this notice are preserved.
7881
7882 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1