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