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