*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * textmodes/enriched.el
4 (enriched-default-text-properties-local-flag): New variable.
5 (enriched-mode): Make sure that enabling and disabling the mode is
6 a no-op. Doc fix.
7
8 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
9
10 * calendar/holidays.el (holiday-advent): Report on a specified day
11 offset from advent, not just advent.
12 (holiday-easter-etc): Report on one specified day offset from
13 easter, not all easter holidays. Various Easter holidays moved to
14 `christian-holidays' variable in calendar.el.
15 * calendar/calendar.el (christian-holidays): Adapt for new
16 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
17
18 2004-09-23 Kim F. Storm <storm@cua.dk>
19
20 * image.el (insert-sliced-image): Add doc string.
21
22 * ido.el (ido-choice-list): New dynamic var for `list' context.
23 (ido-context-switch-command): New dynamic var.
24 (ido-define-mode-map): Generalize switch between file/buffer contexts.
25 (ido-read-internal): Handle new `list' context.
26 Handle insert-buffer and insert-file ido-exit values.
27 (ido-buffer-internal): New arg switch-cmd. Use it to setup
28 ido-context-switch-command. Handle insert-file ido-exit value.
29 (ido-read-buffer): Set ido-context-switch-command to 'ignore
30 unless it is already bound by caller.
31 (ido-file-internal): New arg switch-cmd. Use it to setup
32 ido-context-switch-command. Handle insert-buffer ido-exit value.
33 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
34 used for context switching.
35 (ido-all-completions): Handle new `list' context.
36 (ido-make-choice-list): Return choices for `list' context.
37 (ido-find-file-in-dir, ido-display-file, ido-write-file)
38 (ido-display-buffer, ido-kill-buffer): Disable context switching.
39 (ido-insert-buffer, ido-insert-file): Setup context switching.
40 (ido-exhibit): Handle `list' context.
41 (ido-read-file-name): Disable context switching. Handle fallback.
42 (ido-read-directory-name): Disable context switching.
43 (ido-completing-read): New defun like completing-read. Setup and
44 use new `list' context.
45
46 2004-09-20 Jesper Harder <harder@ifa.au.dk>
47
48 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
49
50 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
51
52 * subr.el (after-change-major-mode-hook): Doc fix.
53
54 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
55
56 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
57 of ghostscript for monochrome PostScript file in Windows.
58
59 2004-09-21 Kenichi Handa <handa@m17n.org>
60
61 * descr-text.el (describe-char): Checking of quail activation
62 fixed.
63
64 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
65
66 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
67 after the mode hooks instead of before. Doc fix.
68
69 2004-09-20 Jason Rumney <jasonr@gnu.org>
70
71 * startup.el (command-line) [windows-nt]: Try .emacs first, then
72 _emacs, but revert to .emacs if neither exists in home directory.
73
74 2004-09-20 John Paul Wallington <jpw@gnu.org>
75
76 * bindings.el (completion-ignored-extensions): Add .dfsl.
77
78 2004-09-20 Richard M. Stallman <rms@gnu.org>
79
80 * bindings.el (scroll-left): Make it disabled.
81
82 * files.el (enable-local-eval): Doc fix.
83
84 * indent.el (move-to-left-margin): Special case for minibuffer.
85
86 * term.el (term-emulate-terminal): Turn off undo for output.
87 Use with-current-buffer and save-selected-window.
88
89 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
90
91 * progmodes/make-mode.el (makefile-fill-paragraph):
92 Don't insist on spaces when looking for comments. # is enough.
93
94 * files.el (hack-local-variables): Copy the variables list
95 to another buffer, strip prefixes and suffixes there, then read.
96 (enable-local-eval): Doc fix.
97 (ignored-local-variables): Initialize to nil.
98 (risky-local-variable-p): Don't check ignored-local-variables here.
99 (hack-one-local-variable): Ignore var if in ignored-local-variables.
100
101 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
102
103 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
104 of = to "." (punctuation).
105
106 2004-09-19 Stefan <monnier@iro.umontreal.ca>
107
108 * subr.el (event-basic-type): Fix mask (extend to 22bits).
109
110 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
111
112 * textmodes/enriched.el (enriched-rerun-flag): New variable.
113 (enriched-before-change-major-mode): New function.
114 Add it to `change-major-mode-hook'.
115 (enriched-after-change-major-mode): New function.
116 Add it to `after-change-major-mode-hook'.
117 (enriched-mode): Make it work correctly if called from
118 `after-change-major-mode-hook'.
119 No longer set `indent-line-function'.
120
121 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
122
123 * subr.el (after-change-major-mode-hook): New variable.
124 (run-mode-hooks): Implement it.
125
126 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * battery.el (battery-linux-proc-apm): Use string-to-number.
129 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
130 Use dolist (and less indentation). Use erase-buffer.
131 Pre-initialize `design-capacity', `warn', and `low'.
132 (battery-format): Use replace-regexp-in-string.
133
134 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
135
136 * battery.el: Delete superfluous empty lines.
137 (battery-linux-proc-acpi): Attempt to gather information from all
138 battery subdirectories regardless of their file name.
139 (battery-linux-proc-apm): Replace all occurrences of
140 battery-hex-to-int-2 with string-to-int (base 16).
141 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
142 (battery-hex-map): Delete variable.
143
144 2004-09-18 John Paul Wallington <jpw@gnu.org>
145
146 * calc/calc-units.el (calc-quick-units): Fix overzealous
147 s/or/unless/.
148
149 2004-09-17 Romain Francoise <romain@orebokech.com>
150
151 * ibuf-ext.el (define-ibuffer-filter filename):
152 Expand dired-directory since buffer-file-name is absolute.
153
154 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * ediff-init.el (ediff-current-diff-face-A)
157 (ediff-current-diff-face-B, ediff-current-diff-face-C)
158 (ediff-current-diff-face-Ancestor)
159 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
160 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
161 (ediff-even-diff-face-A, ediff-even-diff-face-B)
162 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
163 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
164 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
165 Use min-colors.
166
167 * term.el (term-down): Perform vertical motion if DOWN is negative.
168 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
169 (term-termcap-format): Synchronyze with the eterm terminfo entry
170 in etc/e/eterm.ti.
171 (term-handle-colors-array): If the current foreground or
172 background are zero (i.e. unspecified), use the foreground and
173 background of the default face for reverse video.
174 (term-ansi-at-eval-string, term-ansi-default-fg)
175 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
176 (term-mem): Delete ununsed function.
177 (term-protocol-version): Increment.
178 (term-current-face): Set to default.
179
180 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
181
182 * vc.el (annotate-time): Document point handling.
183 (vc-annotate-display-autoscale): Doc fix.
184
185 2004-09-15 Miles Bader <miles@gnu.org>
186
187 * generic.el (generic-make-keywords-list): Use symbol rather than
188 word anchors in regexp.
189
190 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
191
192 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
193 no file name consider `dired-directory'.
194
195 2004-09-14 Kim F. Storm <storm@cua.dk>
196
197 * faces.el (cursor): Add face-no-inherit property. Doc fix.
198
199 2004-09-14 Simon Josefsson <jas@extundo.com>
200
201 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
202
203 * textmodes/dns-mode.el: Add.
204
205 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
208 (disabled-command-function): Make the ?\ char more obvious.
209
210 * vc-arch.el (vc-arch-root, vc-arch-registered):
211 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
212
213 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
214
215 * windmove.el (windmove-frame-edges): Report coordinates of
216 outside edges of frame, not inside edges.
217 (windmove-coordinates-of-position): Convert into wrapper to new
218 function `windmove-coordinates-of-window-position';
219 `compute-motion' always applies to selected window.
220 (windmove-coordinates-of-position): Update documentation to refer
221 to Emacs 21 Lisp Reference Manual.
222 (windmove-find-other-window): Fix off-by-one errors for max x,y.
223
224 2004-09-13 Kim F. Storm <storm@cua.dk>
225
226 * isearch.el (isearch-resume-in-command-history): Rename from
227 isearch-resume-enabled and change default to nil.
228
229 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * vc-hooks.el (vc-ignore-dir-regexp): New var.
232 (vc-registered): Use it.
233 (vc-find-root): New fun.
234
235 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
236 Don't tell to use \\{...} when it's already done.
237
238 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
239 Provide a sample complex default.
240 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
241 (bibtex-entry): Use mapc.
242
243 2004-09-12 Kim F. Storm <storm@cua.dk>
244
245 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
246
247 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
248 inhibit-field-text-motion to t so rectangles work in comint buffers.
249
250 * simple.el (choose-completion-string): Set buffer before running
251 choose-completion-string-functions hook so it can be buffer-local.
252
253 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
254
255 * progmodes/compile.el (compilation-start): Parse command to see
256 if it starts with a cd, and if so perform it for the *compilation*
257 buffer. Change the header to reflect this.
258
259 2004-09-11 Kim F. Storm <storm@cua.dk>
260
261 * ido.el (ido-enable-dot-prefix): Doc fix.
262 (ido-enable-dot-prefix): New defcustom.
263 (ido-set-matches1): Use it.
264
265 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * textmodes/bibtex.el (bibtex-mark-active)
268 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
269
270 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
271
272 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
273 used in a case insensitive environment.
274 (bibtex-mode-map): Rearrange order of menus.
275 (bibtex-quoted-string-re): Obsolete.
276 (bibtex-complete-key-cleanup): Variable replaced by new function.
277 (bibtex-font-lock-keywords): Use backquotes.
278 (bibtex-font-lock-url-regexp): New internal variable.
279 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
280 "OPT" and "ALT".
281 (bibtex-insert-current-kill, bibtex-make-field)
282 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
283 (bibtex-parse-field-text): Simplify.
284 (bibtex-string=): New helper function.
285 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
286 (bibtex-map-entries): Use bibtex-string=.
287 (bibtex-search-entry): Use not.
288 (bibtex-enclosing-field): Fix docstring.
289 (bibtex-assoc-regexp): Obsolete.
290 (bibtex-format-entry): Use assoc-string and bibtex-string=.
291 (bibtex-autokey-get-names): Handle empty name field.
292 (bibtex-parse-strings): Use assoc-string and unless.
293 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
294 Use assoc-string.
295 (bibtex-pop): Simplify.
296 (bibtex-mode): Set font-lock-extra-managed-props.
297 (bibtex-entry-update): Use assoc-string.
298 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
299 (bibtex-autofill-entry): Use bibtex-string=.
300 (bibtex-print-help-message): Simplify.
301 (bibtex-find-entry): New optional arg START.
302 (bibtex-validate): Use bibtex-string= and assoc-string.
303 Do not call obsolete function compilation-parse-errors.
304 (bibtex-remove-delimiters): Only remove delimiters if present.
305 (bibtex-copy-entry-as-kill): Add docstring.
306 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
307 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
308 (bibtex-complete): Use bibtex-predefined-month-strings,
309 bibtex-string=, and new function bibtex-complete-key-cleanup.
310 (bibtex-generate-url-list): New variable.
311 (bibtex-url): New command bound to C-c C-l and mouse-2.
312 (bibtex-url-map): New local keymap for bibtex-url-mouse.
313 (bibtex-font-lock-url): New function.
314
315 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
318
319 2004-09-09 Kim F. Storm <storm@cua.dk>
320
321 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
322 counter and format with binding.
323 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
324 the declared macro uses own macro counter and format. Give symbol
325 kmacro property.
326 (kmacro-keymap): Bind kmacro-name-last-macro to n.
327 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
328 (kmacro-end-and-call-macro): Doc fix.
329
330 2004-09-09 Lars Hansen <larsh@math.ku.dk>
331
332 * desktop.el (desktop-clear-preserve-buffers):
333 Remove make-obsolete-variable.
334
335 2004-09-08 Richard M. Stallman <rms@gnu.org>
336
337 * buff-menu.el (list-buffers-noselect): Call format-mode-line
338 with the buffer as argument.
339
340 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
343
344 2004-09-08 Juri Linkov <juri@jurta.org>
345
346 * replace.el (perform-replace): Use `query-replace-descr'.
347
348 * cus-start.el (history-delete-duplicates): Specify customization.
349
350 * diff-mode.el (diff-mode-map):
351 * progmodes/compile.el (compilation-mode-map):
352 * progmodes/grep.el (grep-mode-map):
353 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
354 to `next-error-follow-minor-mode'.
355
356 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
357
358 * isearch.el (isearch-lazy-highlight-update): Take into account
359 the case of zero-length match at the search bound.
360
361 2004-09-08 Kim F. Storm <storm@cua.dk>
362
363 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
364 change. Use zero width overlays when necessary.
365
366 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
367
368 * subr.el (split-string): Docfix.
369
370 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
371
372 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
373 (display-call-tree): Ensure newline after caller/calls blocks.
374
375 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
376
377 * startup.el (command-line-1): Make option
378 --directory/-L modify `load-path' straight away.
379
380 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
381
382 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
383
384 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
385
386 * emacs-lisp/autoload.el (make-autoload):
387 Handle `define-compilation-mode'.
388
389 * emacs-lisp/lisp-mode.el (define-compilation-mode):
390 Specify `doc-string-elt' property.
391
392 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
393
394 * bs.el (bs-mode): Doc fix.
395
396 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
397
398 * info.el (Info-insert-dir): Fix temp buffer leak bug.
399
400 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
401
402 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
403
404 2004-09-08 Kenichi Handa <handa@m17n.org>
405
406 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
407 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
408 ps-mule-next-point -> 1+).
409
410 * composite.el (encode-composition-rule): Add autoload cooky.
411
412 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
413
414 * format.el (buffer-auto-save-file-format): Make it permanent local.
415
416 2004-09-07 Kim F. Storm <storm@cua.dk>
417
418 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
419 (authors-fixed-entries): Fix typo.
420 (authors-canonical-author-name): Compact multiple spaces.
421 Ignore trivial names (e.g. only first name).
422
423 * term.el (term-window-width): Only use full window width on
424 window system if overflow-newline-into-fringe is enabled.
425 (term-mode): Don't disable overflow-newline-into-fringe.
426
427 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
430 motion as seen on my Mac OS X xterms.
431
432 * newcomment.el (uncomment-region-default, comment-region-default):
433 New functions extracted from uncomment-region and comment-region.
434 (comment-region, comment-region-function, uncomment-region)
435 (uncomment-region-function): Use them.
436
437 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
438
439 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
440 It's not crucial but can make sense at times.
441
442 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
443 the first commit.
444
445 * vc.el (vc-buffer-context, vc-restore-buffer-context):
446 Disable obsolete code.
447
448 2004-09-07 Juri Linkov <juri@jurta.org>
449
450 * progmodes/grep.el (grep-highlight-matches): Change default from
451 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
452 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
453 if grep option `--color' is available, or to `nil' otherwise.
454 (grep-process-setup): Call `grep-compute-defaults' if
455 `grep-highlight-matches' is not computed. Set env-vars only
456 if `grep-highlight-matches' is `t'.
457 (grep-use-null-device): Remove redundant type `boolean' (`choice'
458 is already defined).
459
460 * progmodes/compile.el (compilation-start): Use copy of
461 `process-environment' created by `copy-sequence' to not
462 modify env-vars in the global `process-environment'.
463
464 2004-09-06 Eli Zaretskii <eliz@gnu.org>
465
466 * simple.el (next-error-follow-minor-mode): Fix last change.
467
468 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
469
470 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
471 permanent local.
472
473 2004-09-04 Richard M. Stallman <rms@gnu.org>
474
475 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
476 highlighting if the search string is empty.
477
478 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
479
480 * facemenu.el (facemenu-active-faces): Change condition of inner
481 `while' loop to also check the first two elements of `face-atts'
482 and `mask-atts'.
483
484 2004-09-04 John Paul Wallington <jpw@gnu.org>
485
486 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
487 (thumbs-view-image-mode): Make buffer read-only.
488
489 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
490
491 * textmodes/ispell.el (ispell-really-aspell): New defvar.
492 (ispell-check-version): Set it.
493 (ispell-send-replacement): New function.
494 (ispell-process-line): Call ispell-send-replacement.
495
496 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
497
498 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
499 Support choosing seconds with "s".
500
501 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
502
503 * terminal.el (te-escape): Show `?' in prompt for help key.
504
505 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
506
507 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
508
509 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
510
511 * simple.el (next-error-follow-minor-mode)
512 (next-error-follow-mode-post-command-hook): New functions.
513 (next-error-follow-last-line): New defvar.
514
515 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
516 * progmodes/compile.el (compilation-mode-map): Likewise.
517 * progmodes/grep.el (grep-mode-map): Likewise.
518 * replace.el (occur-mode-map): Likewise.
519
520 * newcomment.el (uncomment-region): Bind comment-use-global-state
521 to nil.
522
523 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
524
525 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
526 locally around the call to `revert-buffer'.
527
528 2004-09-03 Juri Linkov <juri@jurta.org>
529
530 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
531 `isearch-adjusted' to `t'.
532 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
533 (isearch-message-prefix): Add "pending" for isearch-adjusted.
534 (isearch-other-meta-char): Restore isearch-point unconditionally.
535 (isearch-query-replace): Add new arg `regexp-flag' and use it.
536 Set point to start of match if region is not active in transient
537 mark mode (to include the current match to region boundaries).
538 Push the search string to `query-replace-from-history-variable'.
539 Add prompt "Query replace regexp" for isearch-regexp.
540 Add region beginning/end as last arguments of `perform-replace.'
541 (isearch-query-replace-regexp): Replace code by the call to
542 `isearch-query-replace' with arg `t'.
543
544 2004-09-03 Richard M. Stallman <rms@gnu.org>
545
546 * startup.el (normal-top-level): Undo previous TERM change.
547
548 2004-09-03 Kim F. Storm <storm@cua.dk>
549
550 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
551 highlight overlays; allow using RET when cursor is over a button.
552 (cua--highlight-rectangle): Use it.
553 (cua--rectangle-set-corners): Don't move backwards at eol.
554 (cua--forward-line): Don't move into void after eob.
555
556 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
557 point is set (and displayed) inside rectangle.
558 (cua--rectangle-operation): Fix for highlight of empty lines.
559 (cua--highlight-rectangle): Fix highlight for tabs.
560 Position cursor at left/right edge of rectangle using new `cursor'
561 property on overlay strings.
562 (cua--indent-rectangle): Don't tabify.
563 (cua-rotate-rectangle): Ignore that point has moved.
564
565 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
566
567 * term/mac-win.el: Add ASCII equivalents for some function keys.
568 (mode-line-frame-identification): Sync with x-win.el.
569
570 2004-09-02 Juri Linkov <juri@jurta.org>
571
572 * progmodes/compile.el (compilation-buffer-name): Compare major
573 mode with second element of compilation-arguments instead of third
574 to reflect latest changes in compilation-arguments structure.
575 (recompile): Use global variable `compilation-directory' to get
576 recent compilation directory only when `recompile' is invoked NOT
577 in the compilation buffer. Otherwise, use `default-directory' of
578 the compilation buffer.
579 (compilation-error-properties): Allow to funcall col and end-col.
580 (compilation-mode-font-lock-keywords): Check col and end-col by
581 `integerp'.
582 (compilation-goto-locus): If end-mk is non-nil in transient mark
583 mode don't activate the mark (and don't display message in
584 push-mark), but highlight overlay between mk and end-mk.
585
586 * progmodes/grep.el (grep-highlight-matches): New defcustom.
587 (grep-regexp-alist): Add rule to highlight grep matches.
588 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
589
590 * info.el (Info-fontify-node): Don't compute other-tag
591 if Info-hide-note-references=hide.
592
593 * help.el (function-called-at-point):
594 * help-fns.el (variable-at-point):
595 Try `find-tag-default' when other methods failed.
596
597 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
598 Do not push mark if inhibit-mark-movement is non-nil.
599
600 * textmodes/ispell.el (ispell-html-skip-alists):
601 Fix backslashes in docstring.
602
603 2004-09-01 Juri Linkov <juri@jurta.org>
604
605 * isearch.el (isearch-wrap-function)
606 (isearch-push-state-function): New defvars.
607 (isearch-pop-fun-state): New defsubst.
608 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
609 (isearch-push-state): Set the result of calling
610 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
611 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
612 restore the mode-specific starting point of terminated search.
613 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
614 (isearch-repeat): Call `isearch-wrap-function' if defined.
615 (isearch-message-prefix): Don't add prefix "over" to the message
616 for wrapped search if `isearch-wrap-function' is defined.
617 (isearch-search): Call function saved in `isearch-pop-fun-state' to
618 restore the mode-specific starting point of failed search.
619
620 * info.el (Info-search-whitespace-regexp): Fix backslashes.
621 (Info-search): Add new optional arguments for the sake of isearch.
622 Replace whitespace in Info-search-whitespace-regexp literally.
623 Add backward search. Don't call `Info-select-node' if regexp is
624 found in the same Info node. Don't add node to Info-history for
625 wrapped isearch.
626 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
627 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
628 (Info-mode): Set local variables `isearch-search-fun-function',
629 `isearch-wrap-function', `isearch-push-state-function',
630 `search-whitespace-regexp'.
631
632 * isearch.el: Remove ancient Change Log section.
633 (isearch-string, isearch-message-string, isearch-point)
634 (isearch-success, isearch-forward-flag, isearch-other-end)
635 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
636 (isearch-barrier, isearch-within-brackets)
637 (isearch-case-fold-search): Add suffix `-state' to state-related
638 defsubsts to avoid name clashes with other function names.
639
640 * simple.el (next-error): New defgroup and defface.
641 (next-error-highlight, next-error-highlight-no-select):
642 New defcustoms.
643 (next-error-no-select): Let-bind next-error-highlight to the value
644 of next-error-highlight-no-select before calling `next-error'.
645
646 * progmodes/compile.el (compilation-goto-locus):
647 Use `next-error' face instead of `region'. Set 4-th argument of
648 `move-overlay' to `current-buffer' to move overlay to different
649 source buffers. Use new variable `next-error-highlight'.
650
651 * simple.el (next-error-find-buffer): Move the rule
652 "if current buffer is a next-error capable buffer" after the
653 rule "if next-error-last-buffer is set to a live buffer".
654 Simplify to test all rules in one `or'.
655 (next-error): Doc fix.
656 (next-error, previous-error, first-error)
657 (next-error-no-select, previous-error-no-select):
658 Make arguments optional.
659
660 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
661
662 * macros.el (apply-macro-to-region-lines): Make it operate on all
663 lines that begin in the region, rather than on all complete lines
664 in the region.
665
666 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
667
668 * x-dnd.el (x-dnd-protocol-alist): Document update.
669 (x-dnd-known-types): Defcustom it.
670 (x-dnd-handle-motif): Print message-atom in error message.
671
672 2004-08-30 John Paul Wallington <jpw@gnu.org>
673
674 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
675 strings rather than programatically constructing message.
676
677 2004-08-30 Richard M. Stallman <rms@gnu.org>
678
679 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
680 Don't return a string that would read as the wrong character code.
681
682 2004-08-29 Kim F. Storm <storm@cua.dk>
683
684 * emulation/cua-base.el (cua-auto-expand-rectangles):
685 Remove automatic rectangle padding feature; replace by non-destructive
686 virtual rectangle edges feature.
687 (cua-virtual-rectangle-edges): New defcustom.
688 (cua-auto-tabify-rectangles): New defcustom.
689 (cua-paste): If paste into a marked rectangle, insert rectangle at
690 current column, even if virtual; also paste exactly as many lines
691 as has been marked (ignore additional lines or add empty lines),
692 but paste whole source if only one line is marked.
693 (cua--update-indications): No longer use overwrite-cursor to
694 indicate rectangle padding
695
696 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
697 (cua--rectangle-virtual-edges): New defun.
698 (cua--rectangle-get-corners): Remove optional PAD arg.
699 (cua--rectangle-set-corners): Never do padding.
700 (cua--forward-line): Remove optional PAD arg. Simplify.
701 (cua-resize-rectangle-right, cua-resize-rectangle-left)
702 (cua-resize-rectangle-down, cua-resize-rectangle-up):
703 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
704 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
705 (cua--rectangle-move): Never do padding. Simplify.
706 (cua--tabify-start): New defun.
707 (cua--rectangle-operation): Add tabify arg. All callers changed.
708 (cua--pad-rectangle): Remove.
709 (cua--delete-rectangle): Handle delete with virtual edges.
710 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
711 (cua--insert-rectangle): Handle insert at virtual column.
712 Perform auto-tabify if necessary.
713 (cua--activate-rectangle): Remove optional FORCE arg.
714 Never do padding. Simplify.
715 (cua--highlight-rectangle): Enhance for virtual edges.
716 (cua-toggle-rectangle-padding): Remove command.
717 (cua-toggle-rectangle-virtual-edges): New command.
718 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
719 (cua--rectangle-post-command): Don't force rectangle padding.
720 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
721
722 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
723
724 * indent.el (edit-tab-stops-buffer): Doc fix.
725
726 2004-08-28 Richard M. Stallman <rms@gnu.org>
727
728 * progmodes/grep.el (grep-default-command): Use find-tag-default.
729 (grep-tag-default): Function deleted.
730
731 * subr.el (find-tag-default): Moved from etags.el.
732
733 * progmodes/etags.el (find-tag-default): Moved to subr.el.
734
735 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
736 into the basic character if it has an uppercase form.
737
738 2004-08-27 Kenichi Handa <handa@m17n.org>
739
740 * international/utf-8.el (utf-8-post-read-conversion): If the
741 buffer is unibyte, temporarily make it multibyte.
742
743 2004-08-27 Masatake YAMATO <jet@gyve.org>
744
745 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
746
747 2004-08-25 John Paul Wallington <jpw@gnu.org>
748
749 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
750 0, 1, and many mismatches in message.
751 (tex-start-shell): Use `set-process-query-on-exit-flag'.
752
753 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
754 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
755
756 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
759 vc-diff-switches differently.
760
761 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
762
763 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
764 before and a real defvar after
765 `speedbar-supported-extension-expressions'. This is to silence
766 the compiler without breaking bootstrapping.
767
768 2004-08-22 Richard M. Stallman <rms@gnu.org>
769
770 * textmodes/flyspell.el (flyspell-word):
771 Use set-process-query-on-exit-flag.
772 (flyspell-highlight-duplicate-region): Take POSS as arg.
773 (flyspell-word): Pass POSS as arg.
774
775 * progmodes/ada-xref.el: Many doc and style fixes.
776 (ada-find-any-references): Use compilation-start.
777 (ada-get-ali-file-name): Improve error msg.
778 (ada-get-ada-file-name): Likewise.
779
780 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
781 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
782
783 * mail/mail-extr.el (mail-extr-all-top-level-domains):
784 Add forward defvar.
785
786 * whitespace.el (global-whitespace-mode): New alias
787 for whitespace-global-mode.
788
789 * speedbar.el (speedbar-file-regexp): Definition moved up.
790 (speedbar-mode, speedbar-set-mode-line-format):
791 Use with-no-warnings.
792 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
793
794 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
795 controls whether to display the error buffer.
796
797 * ps-mule.el: Delete compatibility code for old Emacses.
798 (ps-mule-find-wrappoint): Don't use chars-in-region.
799
800 * frame.el (display-mouse-p, display-selections-p):
801 Use with-no-warnings.
802
803 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
804
805 2004-08-22 David Kastrup <dak@gnu.org>
806
807 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
808 information.
809
810 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
811
812 2004-08-22 Andreas Schwab <schwab@suse.de>
813
814 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
815
816 2004-08-22 Masatake YAMATO <jet@gyve.org>
817
818 * cvs-status.el (cvs-status-checkout): New function.
819 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
820
821 2004-08-21 David Kastrup <dak@gnu.org>
822
823 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
824 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
825 has been converted to use hashtables, the relation `nil=none' is
826 no longer valid, as `nil' is not a hashtable. This patch tries to
827 reduce the number of resulting errors.
828
829 2004-08-21 John Paul Wallington <jpw@gnu.org>
830
831 * subr.el (process-kill-without-query): Made obsolete in
832 version 21.4, not 21.5.
833
834 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
835 (vc-previous-comment, vc-next-comment)
836 (vc-comment-search-reverse, vc-comment-search-forward)
837 (vc-comment-to-change-log): Likewise.
838
839 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
840
841 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
842
843 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
844 Correct indentation of DEFMETHODS with non-standard method
845 combinations (e.g., PROGN, MIN, MAX).
846
847 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * startup.el (normal-top-level-add-subdirs-to-load-path):
850 Avoid unnecessarily checking system-type.
851 (normal-top-level): Set TERM to "dumb". Simplify.
852
853 * avoid.el (mouse-avoidance-ignore-p): New fun.
854 Also ignore switch-frame, select-window, double, and triple clicks.
855 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
856 (mouse-avoidance-fancy-hook): Use it.
857
858 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
859
860 * avoid.el (mouse-avoidance-nudge-mouse)
861 (mouse-avoidance-banish-destination): Stay within the current window
862 to avoid problems with mouse-autoselect-window.
863
864 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
867 the newer format of some messages in cvs-1.12.1.
868
869 2004-08-19 Masatake YAMATO <jet@gyve.org>
870
871 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
872 (elp-results-jump-to-definition-by-mouse)
873 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
874 (elp-output-result): Use elp-output-insert-symname.
875
876 2004-08-18 Kenichi Handa <handa@m17n.org>
877
878 * language/cyrillic.el: Register koi8-r in
879 ctext-non-standard-encodings-alist.
880 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
881
882 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
883
884 * emacs-lisp/copyright.el (copyright-update-year): Delete code
885 that replaces 20xy with xy.
886
887 2004-08-17 John Paul Wallington <jpw@gnu.org>
888
889 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
890 (reb-force-update): Doc fix.
891
892 2004-08-16 Richard M. Stallman <rms@gnu.org>
893
894 * progmodes/which-func.el (which-func-update-1): Doc fix.
895
896 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
897 (sh-mode-abbrev-table): New variable.
898
899 * progmodes/compile.el (compilation-mode): Doc fix.
900
901 * emacs-lisp/lisp-mode.el (eval-last-sexp):
902 Don't cons a new symbol each time.
903 (eval-last-sexp-fake-value): New variable.
904
905 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
906 (copyright-update-year): Detect continuation of list of years.
907
908 * term.el (term-default-fg-color, term-default-bg-color)
909 (ansi-term-color-vector): Use `unspecified', not nil, as default.
910
911 * imenu.el: Several doc fixes: don't say variables are buffer-local.
912
913 2004-08-16 Davis Herring <herring@lanl.gov>
914
915 * isearch.el (isearch-string, isearch-message-string, isearch-point)
916 (isearch-success, isearch-forward-flag, isearch-other-end)
917 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
918 (isearch-barrier, isearch-within-brackets)
919 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
920
921 2004-08-16 Kenichi Handa <handa@m17n.org>
922
923 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
924
925 2004-08-15 Kenichi Handa <handa@m17n.org>
926
927 * term/x-win.el (x-selection-value): If utf8 was successful but
928 ctext was not, use utf8 string.
929
930 2004-08-14 Davis Herring <herring@lanl.gov>
931
932 * isearch.el: Remove accidental changes of March 4. Fix backing
933 up when a regexp isearch is made more general. Use symbolic
934 accessor functions for isearch stack frames to make usage clearer.
935 (search-whitespace-regexp): Made groups in documentation shy (as
936 is the group in the default value).
937 (isearch-fallback): New function, addresses problems with regexps
938 liberalized by `\|', adds support for liberalization by `\}' (the
939 general repetition construct), and incorporates behavior for
940 `*'/`?'.
941 (isearch-}-char): New command, calls `isearch-fallback' with
942 arguments appropriate to a typed `}'.
943 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
944 appropriately.
945 (isearch-mode-map): Bind `}' to `isearch-}-char'.
946 (isearch-string, isearch-message,string, isearch-point)
947 (isearch-success, isearch-forward-flag, isearch-other-end)
948 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
949 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
950 New inline functions to read fields of a stack frame.
951
952 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
953
954 * battery.el (battery-linux-proc-acpi): Look into battery
955 directories matching the literal string "CMB", too (required for
956 Linux kernel version 2.6.7).
957
958 2004-08-14 John Paul Wallington <jpw@gnu.org>
959
960 * cus-start.el (read-file-name-completion-ignore-case): Add.
961 (blink-cursor-alist): Change version to "21.4".
962
963 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
964
965 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
966
967 * speedbar.el (speedbar-scan-subdirs): New option.
968 (speedbar-file-lists): Don't ignore file-name case on Unix and use
969 dolist.
970 (speedbar-insert-files-at-point): Take an extra argument and use
971 it to optionally find out if a subdir is empty. Also unreadable
972 files don't get expand buttons.
973 (speedbar-directory): New image (unused pixmap already existed).
974 (speedbar-expand-image-button-alist): Use it.
975
976 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
977
978 CC Mode update to 5.30.9:
979
980 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
981 Move from cc-vars to cc-defs for dependency reasons. Fix the
982 POSIX char class test to check that it works in
983 `skip-chars-(forward|backward)' too.
984
985 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
986 first argument starts with a special brace list.
987
988 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
989 when `c-opt-type-concat-key' is used (i.e. in Pike).
990
991 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
992 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
993 >)".
994
995 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
996 whitespace safe.
997
998 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
999 position for `arglist-intro', `arglist-cont-nonempty' and
1000 `arglist-close' when there are two arglist open parens on the same
1001 line and there's nothing in front of the first.
1002
1003 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1004 locking of qualified names in Java, which previously could fontify
1005 common indexing expressions in many cases. The standard Java
1006 naming conventions are used to tell them apart.
1007
1008 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1009 Fix inconsistency wrt opening parens on the first line inside a paren
1010 block.
1011
1012 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1013 compile time for the sake of `c-major-mode-is'.
1014
1015 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1016 `c-major-mode-is' in the event that this is used inside a
1017 `c-lang-defconst'.
1018
1019 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1020 `c-lang-defconst' so that it works better with fallback languages.
1021
1022 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1023 it to fail to record the base mode.
1024
1025 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1026 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1027 is used. Reordered the syntax checks to get more efficient
1028 skipping in some situations.
1029
1030 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1031 continuation which might precede the newly inserted '{'.
1032
1033 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1034 Fix cases where it could loop indefinitely.
1035
1036 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1037 size specs correctly. Only fontify identifiers in front of '('
1038 with as functions - don't accept any paren char. Tightened up
1039 initializer skipping to stop before function and class blocks.
1040
1041 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1042 the point could be left directly after an open paren when finding
1043 the beginning of the first decl in the block.
1044
1045 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1046 table when filtering out legitimate open parens to be recorded.
1047 This could cause cache inconsistencies when e.g.
1048 `c++-template-syntax-table' was temporarily in use.
1049
1050 * progmodes/cc-engine.el (c-on-identifier)
1051 (c-simple-skip-symbol-backward): Small fix for handling "-"
1052 correctly in `skip-chars-backward'. Affected the operator lfun
1053 syntax in Pike.
1054
1055 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1056 Fix bug that could cause an error from `after-change-functions' when
1057 the changed region is at bob.
1058
1059 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1060
1061 CC Mode update to 5.30.9:
1062
1063 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1064 to say that <TAB> doesn't insert WS into a CPP line.
1065 (c-indent-command, c-tab-always-indent): Amend doc strings.
1066
1067 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1068 checks for user errors, thus eliminating cryptic and unhelpful
1069 Emacs error messages. (1) Check the arg to `c-set-style' is a
1070 string. (2) Check that settings to `c-offsets-alist' are not
1071 spuriously quoted.
1072
1073 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1074 which precedes the newly inserted `{'.
1075
1076 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1077
1078 Sync with Tramp 2.0.44.
1079
1080 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1081 function "tramp_file_attributes". Otherwise, file names
1082 containing spaces are misinterpreted. Reported by Magnus Henoch
1083 <mange@freemail.hu>.
1084 (tramp-handle-file-truename): FILENAME must be expanded first.
1085 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
1086 obscure results. Reported by D. Goel <deego@gnufans.org>.
1087 (tramp-handle-verify-visited-file-modtime): If file does not
1088 exist, say it is not modified if and only if that agrees with the
1089 buffer's record. Check whether a file is visiting the buffer, or
1090 the buffer has no recorded last modification time. Return t in
1091 case the visiting file doesn't exist. Suggested by Luc Teirlinck
1092 <teirllm@auburn.edu>.
1093 (tramp-handle-write-region): Pass modtime explicitely to
1094 `set-visited-file-modtime', because filename can be different
1095 from (buffer-file-name) if `file-precious-flag' is set.
1096 `set-visited-file-modtime' must be called always when `visit' is t
1097 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
1098 (tramp-handle-set-visited-file-modtime): If `time-list' is not
1099 nil, don't apply the whole body. If the file doesn't exists, set
1100 modtime to '(-1 65535). Suggested by Luc Teirlinck
1101 <teirllm@auburn.edu>.
1102
1103 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
1104
1105 * help.el (describe-bindings): Doc fix.
1106
1107 * subr.el (kbd): Doc fix.
1108
1109 2004-08-08 John Paul Wallington <jpw@gnu.org>
1110
1111 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
1112 instead of `string-to-int'.
1113 (define-ibuffer-column mode): Fix indentation.
1114
1115 2004-08-08 Lars Hansen <larsh@math.ku.dk>
1116
1117 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
1118
1119 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1120
1121 * subr.el (global-unset-key, local-unset-key): Doc fixes.
1122
1123 * novice.el (disabled-command-function): New variable renamed from
1124 `disabled-command-hook'.
1125 (disabled-command-hook): Keep the _variable_ as alias for
1126 `disabled-command-function' and make obsolete.
1127 (disabled-command-function): Function renamed from
1128 `disabled-command-hook'. Adapt code to name change of the variable.
1129
1130 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
1131
1132 * simple.el (completion-root-regexp): New defvar.
1133 (completion-setup-function): Use it instead of a literal string.
1134
1135 2004-08-07 John Paul Wallington <jpw@gnu.org>
1136
1137 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
1138 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
1139 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
1140 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
1141
1142 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1143
1144 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
1145 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
1146
1147 2004-08-04 Kenichi Handa <handa@m17n.org>
1148
1149 * international/encoded-kb.el (encoded-kbd-setup-keymap):
1150 Fix previous change.
1151
1152 2004-08-03 Kenichi Handa <handa@m17n.org>
1153
1154 * international/encoded-kb.el: The following changes are to
1155 utilize key-translation-map instead of minor mode map.
1156 (encoded-kbd-iso2022-non-ascii-map): Delete it.
1157 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
1158 (encoded-kbd-last-key): New function.
1159 (encoded-kbd-iso2022-single-shift): New function.
1160 (encoded-kbd-iso2022-designation)
1161 (encoded-kbd-self-insert-iso2022-7bit)
1162 (encoded-kbd-self-insert-iso2022-8bit)
1163 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
1164 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
1165 key-translation-map.
1166 (encoded-kbd-setup-keymap): Setup key-translation-map.
1167 (saved-key-translation-map): New variable.
1168 (encoded-kbd-mode): Save/restore key-translation-map.
1169 Adjust for the change of encoded-kbd-setup-keymap.
1170
1171 2004-08-02 Kim F. Storm <storm@cua.dk>
1172
1173 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
1174 and call compute-motion with nil for topos and width to get proper
1175 usable width and height for both window and non-window systems.
1176
1177 * windmove.el (windmove-coordinates-of-position): Let compute-motion
1178 calculate usable window width and height.
1179
1180 * window.el (window-buffer-height): Call compute-motion with nil width.
1181
1182 2004-08-01 David Kastrup <dak@gnu.org>
1183
1184 * replace.el (query-replace-read-from):
1185 Use `query-replace-compile-replacement'.
1186 (query-replace-compile-replacement): New function.
1187 (query-replace-read-to): Use `query-replace-compile-replacement'
1188 for repeating the last command.
1189
1190 2004-08-01 John Paul Wallington <jpw@gnu.org>
1191
1192 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
1193 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
1194 (pr-switches): Remove period from end of error messages.
1195
1196 * help-mode.el (help-go-back): Likewise.
1197
1198 * abbrev.el (only-global-abbrevs): Doc fix.
1199 (edit-abbrevs-map): Define within defvar.
1200 (quietly-read-abbrev-file): Doc fix.
1201
1202 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1203
1204 * novice.el (enable-command, disable-command): Doc fixes.
1205
1206 * subr.el (event-modifiers, event-basic-type): Doc fixes.
1207
1208 2004-07-30 Richard M. Stallman <rms@gnu.org>
1209
1210 * subr.el (with-local-quit): Doc fix.
1211
1212 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
1215
1216 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1217
1218 * custom.el (defcustom): Doc fix.
1219
1220 2004-07-28 Masatake YAMATO <jet@gyve.org>
1221
1222 * progmodes/etags.el (etags-tags-apropos): Show building progress.
1223
1224 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * imenu.el (imenu-prev-index-position-function)
1227 (imenu-extract-index-name-function, imenu-name-lookup-function)
1228 (imenu--index-alist): Docstring redundancy fix.
1229
1230 2004-07-25 Lars Hansen <larsh@math.ku.dk>
1231
1232 * wdired.el (wdired-finish-edit): Require dired-aux before locally
1233 binding dired-backup-overwrite.
1234
1235 2004-07-25 John Paul Wallington <jpw@gnu.org>
1236
1237 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
1238
1239 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1240
1241 * term/tty-colors.el (tty-color-approximate): Doc fix.
1242
1243 * select.el (x-get-selection, x-set-selection): Doc fixes.
1244
1245 * frame.el (make-frame): Doc fix.
1246
1247 2004-07-24 Richard M. Stallman <rms@gnu.org>
1248
1249 * mail/rmail.el (rmail-mime-charset-pattern):
1250 Don't include semicolon in the charset value.
1251
1252 * replace.el (occur-next-error): Call set-window-point.
1253 (occur-engine): Handle negative NLINES.
1254
1255 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * frame.el (modify-all-frames-parameters): Minor doc fix.
1258 (set-frame-configuration): Doc fix.
1259
1260 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1261
1262 * simple.el (completion-setup-function): Compute the common parts
1263 and the first difference place correctly when
1264 partial-completion-mode is on.
1265
1266 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1267
1268 * ps-print.el: Doc fix.
1269 (ps-print-version): New version 6.6.5.
1270 (ps-printing-region): Doc fix.
1271 (ps-generate-string-list): Comment fix.
1272 (ps-message-log-max): Code fix.
1273
1274 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
1275
1276 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
1277 generated PostScript.
1278
1279 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
1280
1281 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
1282 with Gnus v5_10 branch.)
1283
1284 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
1285
1286 * calendar/time-date.el (time-to-number-of-days): New function.
1287 Imported from from Gnus.
1288
1289 2004-07-22 Kim F. Storm <storm@cua.dk>
1290
1291 * progmodes/make-mode.el: Fix comments.
1292
1293 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1294
1295 * printing.el: Doc fix.
1296
1297 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
1298
1299 * frame.el (modify-all-frames-parameters): Minor doc fix.
1300
1301 2004-07-20 Richard M. Stallman <rms@gnu.org>
1302
1303 * textmodes/fill.el (fill-nobreak-p): If this break point is
1304 at the end of the line, don't consider the newline which follows
1305 as a reason to return t.
1306
1307 2004-07-19 John Paul Wallington <jpw@gnu.org>
1308
1309 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
1310
1311 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * dired-aux.el (dired-do-kill-lines): Expand docstring.
1314 Delete irrelevant code.
1315
1316 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1317
1318 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1319 New docstring. From Luc Teirlinck.
1320
1321 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
1322
1323 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
1324 section.
1325 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
1326 non-file buffers. We know it is nil.
1327
1328 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
1329
1330 Sync with Tramp 2.0.43.
1331
1332 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1333 Remove outdated comment.
1334 (tramp-locked, tramp-locker): New variables for implementing a
1335 global lock.
1336 (tramp-sh-file-name-handler): Use them to implement the global lock.
1337
1338 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
1341 calls to respective `xxx` calls.
1342 (tramp-process-alive-regexp): Precise doc string.
1343 (tramp-multi-action-process-alive): New defun.
1344 (tramp-multi-actions): Use it.
1345 (tramp-handle-find-backup-file-name): `copy-tree' is available
1346 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
1347 in order to avoid this function.
1348 (tramp-handle-write-region): Set current buffer. If connection
1349 wasn't open, `file-modes' has changed it accidently. Reported by
1350 David Kastrup <dak@gnu.org>.
1351 (tramp-enter-password, tramp-read-passwd): New arguments USER and
1352 HOST.
1353 (tramp-action-password, tramp-multi-action-password): Apply it.
1354 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1355 name must still contain the port number. Otherwise, we have two
1356 Tramp buffers, with all the confusion. Reported by Myron Selby
1357 <myron@xytech.com> and Rolf Dubitzky
1358 <Dubitzky@physi.uni-heidelberg.de>.
1359
1360 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1361 HOST to `tramp-enter-passwd'.
1362
1363 * net/tramp-vc.el (all): Code cleanup. Change all
1364 `tramp-handle-xxx' calls to respective `xxx` calls.
1365
1366 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
1367
1368 * emacs-lisp/testcover.el: New category "potentially-1valued" for
1369 functions that are not erroneous if either 1-valued or
1370 multi-valued. Detect functions in this class.
1371 (testcover-1value-functions, testcover-compose-functions)
1372 (testcover-progn-functions) Added some additional functions to lists.
1373 (testcover-mark): Bugfix when marking up the definition for an
1374 empty function.
1375
1376 2004-07-17 Richard M. Stallman <rms@gnu.org>
1377
1378 * replace.el (occur-read-primary-args): Pass default to
1379 read-from-minibuffer.
1380
1381 * mail/footnote.el (footnote-section-tag): Use defcustom.
1382
1383 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1384 Compile font-lock-keywords, not KEYWORDS.
1385 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1386 Add warn, check-type. Handle cerror like error.
1387
1388 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1389
1390 * progmodes/which-func.el (which-func-keymap): New var.
1391 (which-func-face): New face.
1392 (which-func-format): Use them.
1393
1394 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1395
1396 * buff-menu.el (list-buffers-noselect): Append the buffer's
1397 process status to its mode name.
1398
1399 2004-07-16 Kim F. Storm <storm@cua.dk>
1400
1401 * simple.el (inhibit-mark-movement): New defvar.
1402 (beginning-of-buffer, end-of-buffer): Do not push mark if
1403 inhibit-mark-movement is non-nil or C-u prefix is given.
1404
1405 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1406 Init to beginning-of-buffer and end-of-buffer.
1407 (cua--undo-push-mark): New defvar.
1408 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1409 already active and command is in cua--preserve-mark-commands.
1410 Also fix check for shift modifier on non-window systems.
1411 (cua--post-command-handler): Clear inhibit-mark-movement if set.
1412
1413 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1414
1415 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1416 of two integers, instead of a cons.
1417
1418 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1419 `visited-file-modtime' now returns a list of two integers, instead
1420 of a cons.
1421
1422 * dired.el (dired-directory-changed-p): Ditto.
1423
1424 * progmodes/grep.el (grep): Doc fix.
1425
1426 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
1427
1428 * autorevert.el (auto-revert-tail-mode)
1429 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1430 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1431 in both at the same time.
1432 (auto-revert-tail-mode): New command.
1433 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1434 (auto-revert-handler): Revert only either tail or whole file.
1435
1436 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1437 add auto-revert-tail-mode.
1438
1439 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1440
1441 * printing.el: Doc fix. Change name of some funs.
1442 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
1443 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
1444 (pr-standard-file-name): New fun. Replace pr-standard-path.
1445 (pr-call-process): Code fix.
1446
1447 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
1448
1449 * subr.el (with-selected-window): Doc fix.
1450
1451 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
1452
1453 * subr.el (get-buffer-window-list): Doc fix.
1454
1455 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1456
1457 * files.el (switch-to-buffer-other-window): Doc fix.
1458
1459 * window.el (save-selected-window, one-window-p)
1460 (split-window-keep-point, split-window-vertically)
1461 (split-window-horizontally): Doc fixes.
1462
1463 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1464
1465 * printing.el: Doc fix. Now it uses call-process instead of
1466 shell-command for low command execution.
1467 (pr-version): New version number (6.8).
1468 (pr-shell-file-name): Option removed.
1469 (pr-shell-command): Fun removed.
1470 (pr-call-process): New fun. Replace pr-shell-command.
1471 (pr-standard-path, pr-remove-nil-from-list): New funs.
1472 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1473 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1474 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1475 (pr-ps-utility-process, pr-txt-print): Code fix.
1476
1477 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1478
1479 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1480 boolean.
1481
1482 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1483
1484 * wid-edit.el (widget-field-buffer): Doc fix.
1485
1486 2004-07-09 John Paul Wallington <jpw@gnu.org>
1487
1488 * emacs-lisp/re-builder.el (reb-update-overlays):
1489 Distinguish between one and several matches in message.
1490
1491 2004-07-09 Richard M. Stallman <rms@gnu.org>
1492
1493 * mouse.el (mouse-set-region-1): If transient-mark-mode
1494 is `identity', change it to `only'.
1495
1496 * simple.el (current-word): Doc fix.
1497
1498 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1499
1500 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1501 so that it is more understanding of whitespace.
1502
1503 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1504 form
1505 (("ns" . "element") (attr-list) children) instead of
1506 ((:ns . "element") (attr-list) children) in order to reduce the
1507 number of symbols used.
1508 (xml-skip-dtd): Change to use xml-parse-dtd but set
1509 xml-validating-parsing to nil.
1510 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1511 (xml-substitute-entity): Remove in favor of new entity substitution.
1512 (xml-substitute-special): Rewrite in to substitute complex
1513 entities from DOCTYPE declarations.
1514 (xml-parse-fragment): Parse fragments from entity deleclarations.
1515 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1516 (xml-parse-dtd, xml-substitute-special): Make validity checks
1517 conditioned on xml-validating-parser. Add "Not Well Formed" to
1518 error messages about well-formedness.
1519
1520 2004-07-08 Steven Tamm <steventamm@mac.com>
1521
1522 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1523 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1524 Do not treat double clicks and triple clicks specially in the
1525 scroll bar (preventing strange repositioning problems)
1526
1527 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * replace.el (query-replace-regexp-eval): Fix last change.
1530
1531 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * replace.el (query-replace-descr): New fun.
1534 (query-replace-read-from, query-replace-read-args): Default to the
1535 previous from&to.
1536 (query-replace-read-to): Quote the `from' string when displaying it.
1537 (query-replace-regexp-eval): Immediately check read-only status.
1538 Use query-replace-read-from to get the \n checking.
1539 Quote the `from' string when displaying it.
1540 (map-query-replace-regexp, occur-read-primary-args):
1541 Quote the `from' string when displaying it.
1542
1543 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1544 delimited-ness of the search to query-replace.
1545
1546 * replace.el (query-replace-read-from, query-replace-read-to):
1547 New funs extracted from query-replace-read-args.
1548 (query-replace-read-args): Use them.
1549
1550 * replace.el (query-replace-interactive, query-replace-read-args):
1551 Remove the `initial' special value.
1552 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1553 (occur-engine): Remove unused var `matchend'.
1554
1555 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1556 Use the search string without prompting.
1557
1558 2004-07-05 Kenichi Handa <handa@m17n.org>
1559
1560 * international/mule.el (decode-coding-inserted-region):
1561 Set last-coding-system-used only when coding is nil.
1562
1563 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1564
1565 * progmodes/grep.el (grep-compute-defaults, grep-command)
1566 (grep-program, find-program, grep-find-use-xargs, grep-history)
1567 (grep-find-history, grep-tag-default, grep-find-command)
1568 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1569 Add autoload cookies, for unbundled packages that load `compile'
1570 and expect all grep-related symbols to become defined.
1571
1572 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1573
1574 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1575 (iimage-mode-image-search-path): New user option to search the
1576 image file.
1577 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1578 have locate-file.
1579 (iimage-mode-buffer): Use it.
1580
1581 2004-07-03 Nick Roberts <nickrob@gnu.org>
1582
1583 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1584 carefully.
1585 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1586
1587 2004-07-03 Juri Linkov <juri@jurta.org>
1588
1589 * replace.el (query-replace-read-args): Swallow space after 'foo,
1590 not after (quote foo). Match space only immediately after symbol,
1591 not anywhere in the whole string.
1592
1593 2004-07-02 Richard M. Stallman <rms@gnu.org>
1594
1595 * replace.el (query-replace-read-args): Swallow space after
1596 symbols, not after closeparens. But avoid error if string ends there.
1597
1598 * progmodes/python.el (python-beginning-of-statement):
1599 Exit the loop if backward-up-list gets error.
1600
1601 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1602
1603 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1604
1605 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1606 only if vc-consult-headers is non-nil.
1607
1608 2004-07-02 Juri Linkov <juri@jurta.org>
1609
1610 * pcvs.el (cvs-mode-diff-repository): New command.
1611
1612 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1613
1614 2004-07-01 Juri Linkov <juri@jurta.org>
1615
1616 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1617 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1618 C-M-% to isearch-query-replace-regexp.
1619 (minibuffer-local-isearch-map): Add arrow key bindings.
1620 Bind C-f to isearch-yank-char-in-minibuffer.
1621 (isearch-forward): Doc fix.
1622 (isearch-edit-string): Doc fix.
1623 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1624 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1625 (isearch-yank-char): Add optional arg.
1626 (isearch-yank-char-in-minibuffer): New fun.
1627
1628 * replace.el (query-replace-interactive): Change type from boolean
1629 to choice. Add value `initial'.
1630 (query-replace-read-args): Handle value `initial' of
1631 query-replace-interactive.
1632
1633 2004-06-29 Kim F. Storm <storm@cua.dk>
1634
1635 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1636 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1637
1638 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1639 Add :group 'ada.
1640
1641 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1642
1643 2004-06-29 Juri Linkov <juri@jurta.org>
1644
1645 * replace.el (query-replace-read-args): Swallow a space after
1646 everything except )]" which in most cases means after a symbol.
1647
1648 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1649
1650 2004-06-28 Richard M. Stallman <rms@gnu.org>
1651
1652 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1653 More changes to go with previous change in font-lock.el.
1654
1655 2004-06-26 David Kastrup <dak@gnu.org>
1656
1657 * replace.el (perform-replace): Highlight the match even in
1658 non-query mode if there is potential replace string editing.
1659
1660 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1661
1662 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1663 agree with new return value of `file-remote-p'.
1664 This syncs with Tramp 2.0.42.
1665
1666 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1667 according to new documentation of `file-remote-p'.
1668
1669 * files.el (file-remote-p): Fix doc to say that return value is
1670 identification of remote system, if not nil.
1671 (file-relative-name): Use new return value of `file-remote-p'.
1672
1673 2004-06-26 Nick Roberts <nickrob@gnu.org>
1674
1675 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1676 (gdb-goto-breakpoint): Fix breakage.
1677
1678 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1679
1680 * man.el (Man-getpage-in-background): Add windows-nt to the list
1681 of systems where shell-file-name should be used instead of
1682 literal "sh".
1683
1684 2004-06-25 Sam Steingold <sds@gnu.org>
1685
1686 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1687 function names `(setf symbol)'.
1688
1689 2004-06-24 Richard M. Stallman <rms@gnu.org>
1690
1691 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1692
1693 * font-lock.el (font-lock-keywords): Change format of compiled values.
1694 Document it.
1695 (font-lock-add-keywords): If font-lock-keywords is compiled,
1696 extract the uncompiled version, modify, then recompile.
1697 (font-lock-remove-keywords): Likewise.
1698 (font-lock-fontify-keywords-region): Handle changed format.
1699 (font-lock-compile-keywords): Handle changed format.
1700 (font-lock-set-defaults): Compile the keywords explicitly here.
1701
1702 2004-06-24 David Kastrup <dak@gnu.org>
1703
1704 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1705 replacements here.
1706 (query-replace-regexp): Doc string explaining this and the new
1707 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1708 is better placed in `query-replace-read-args'.
1709 (replace-regexp): Explain `\,', `\#' and `\?'.
1710 (replace-match-data): New function for thorough reuse/destruction
1711 of old match-data.
1712 (replace-match-maybe-edit): Function for implementing `\?' editing.
1713 (perform-replace): Fix maintaining of the match stack including
1714 already matched regions, implement `\?', fix various problems
1715 with regions while editing and other stuff.
1716 (replace-highlight): Simplify.
1717
1718 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1719
1720 * progmodes/grep.el (grep-error-screen-columns): New variable.
1721 (grep-regexp-alist): Give it the full functionality of gnu style
1722 compilation messages with line and column ranges. Ask me for the
1723 perl script I'm working on, that uses these.
1724
1725 2004-06-23 Nick Roberts <nickrob@gnu.org>
1726
1727 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1728 Remove.
1729 (comint-insert-input, comint-mouse-insert-input): New functions
1730 based on comint-insert-clicked-input for two bindings but just
1731 one functionality.
1732
1733 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1734
1735 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1736
1737 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1738
1739 * files.el (write-contents-functions): Doc fix.
1740
1741 2004-06-21 Juanma Barranquero <lektu@terra.es>
1742
1743 * image.el (image-library-alist): Rewrite docstring in active voice.
1744
1745 2004-06-20 Richard M. Stallman <rms@gnu.org>
1746
1747 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1748
1749 * isearch.el (isearch-repeat): Avoid testing old match data.
1750 (isearch-message): Display trailing space in special font
1751 when search is failing.
1752 (isearch-search-fun-function): Doc fix.
1753
1754 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1755
1756 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1757
1758 * frame.el (show-trailing-whitespace): Doc fix.
1759
1760 * cus-edit.el (custom-variable-documentation): New function.
1761 (custom-variable): Use it.
1762
1763 2004-06-19 Nick Roberts <nickrob@gnu.org>
1764
1765 * man.el (Man-getpage-in-background): Revert previous change but
1766 make cygwin a special case.
1767
1768 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1769
1770 * autorevert.el (global-auto-revert-non-file-buffers):
1771 Update docstring.
1772
1773 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1774
1775 * progmodes/compile.el (compilation-error-properties): Store one
1776 more than end-col, if present, so that transient-mark-mode will
1777 highlight last char too.
1778 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1779 ranges, if present.
1780
1781 2004-06-18 Jason Rumney <jasonr@gnu.org>
1782
1783 * makefile.w32-in: Double percent signs in for loops.
1784
1785 2004-06-17 David Kastrup <dak@gnu.org>
1786
1787 * replace.el (query-replace-read-args): Only warn about use of \n
1788 and \t when we are doing a regexp replacement and the actual
1789 escaped character is n or t.
1790 (query-replace-regexp): Add \, and \# interpretation to
1791 interactive call and document it.
1792 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1793 as shortkey for replace-count.
1794 (replace-quote): New function for doubling backslashes.
1795
1796 2004-06-17 Juanma Barranquero <lektu@terra.es>
1797
1798 * files.el (parse-colon-path, cd): Mention in docstring that the
1799 path separator is colon in GNU-like systems.
1800
1801 * newcomment.el (comment-region-internal): Fix docstring.
1802
1803 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1804 (ewoc-invalidate, ewoc-collect): Doc fixes.
1805 (ewoc--create-node, ewoc--delete-node-internal):
1806 Fix typos in docstring.
1807
1808 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1809
1810 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1811 manual to docstring.
1812
1813 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1814
1815 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1816
1817 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1818
1819 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1820 Add hyperlink to emacs-xtra manual to docstring.
1821
1822 * autorevert.el (global-auto-revert-non-file-buffers):
1823 Add hyperlink to emacs-xtra manual to docstring, as well as an
1824 info-link.
1825
1826 2004-06-14 Juanma Barranquero <lektu@terra.es>
1827
1828 * image.el (image-library-alist): New variable to map image types
1829 to external libraries. Initialized to nil, unless system-specific
1830 configs change it.
1831 (image-type-available-p): Determine whether an image type is
1832 available by calling `init-image-library'.
1833
1834 * term/w32-win.el (image-library-alist): Initialize to a known set
1835 of probable library names.
1836
1837 2004-06-14 Kenichi Handa <handa@m17n.org>
1838
1839 * international/code-pages.el (windows-1256, cp1125): Fix tables
1840 for several characters.
1841
1842 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1843
1844 2004-06-13 Richard M. Stallman <rms@gnu.org>
1845
1846 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1847
1848 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1849 not "`pc-selection-mode'".
1850
1851 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1852
1853 * simple.el (previous-matching-history-element): Specify a default.
1854
1855 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1856
1857 * cus-face.el (custom-declare-face): Simplify code.
1858
1859 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1860
1861 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1862
1863 * files.el (before-save-hook): Add `time-stamp' to the options.
1864
1865 * time-stamp.el (time-stamp): Recommend adding it to
1866 `before-save-hook', rather than `write-file-functions'.
1867 Make a similar change in `Commentary' section.
1868
1869 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1870
1871 * diff-mode.el (diff-current-defun): If at start of hunk, use
1872 position of first change.
1873
1874 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1875
1876 * dired-x.el (dired-mark-omitted): Bind to "*O".
1877
1878 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1879
1880 * bookmark.el (bookmark-bmenu-relocate): New function, as
1881 suggested by David J. Biesack <David.Biesack@sas.com>.
1882 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1883 (bookmark-bmenu-mode): Describe binding in doc string.
1884 (bookmark-set-filename): Save the bookmark list if it's time.
1885
1886 2004-06-13 Kenichi Handa <handa@m17n.org>
1887
1888 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1889 (ccl-untranslated-to-ucs): Fix typo.
1890
1891 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1892
1893 * progmodes/python.el (python-open-block-statement-p):
1894 Fix indentation after a block opening that contains a comment.
1895
1896 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1897
1898 * bindings.el (completion-ignored-extensions): Add file extensions
1899 of Python byte-compiled files.
1900
1901 2004-06-12 Juri Linkov <juri@jurta.org>
1902
1903 * info.el (Info-goto-node): Add autoload.
1904 (Info-toc): Add substring-no-properties on Info file name.
1905 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1906 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1907
1908 2004-06-12 Kenichi Handa <handa@m17n.org>
1909
1910 * international/mule-cmds.el (set-language-environment):
1911 Load subst tables if necessary.
1912
1913 * international/mule.el (decode-char): Load subst tables if necessary.
1914 (encode-char): Likewise.
1915
1916 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1917 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1918 (utf-16le-decode-loop): Set r5 to -1 before loop.
1919 (utf-16be-decode-loop): Likewise.
1920 (ccl-decode-mule-utf-16le): Add EOF processing block.
1921 (ccl-decode-mule-utf-16be): Likewise.
1922 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1923 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1924 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1925 (ccl-mule-utf-16-encode-untrans): New CCL.
1926 (utf-16-decode-to-ucs): Handle pre-read character.
1927 (utf-16le-encode-loop): Handle surrogate pair.
1928 (utf-16be-encode-loop): Likewise.
1929 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1930 of utf-16le-encode-loop.
1931 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1932 of utf-16be-encode-loop.
1933 (mule-utf-16-post-read-conversion):
1934 Call utf-8-post-read-conversion at first.
1935 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1936 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1937 Add post-read-conversion and pre-write-conversion.
1938
1939 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1940 (utf-translate-cjk-unicode-range): New variable.
1941 (utf-translate-cjk-load-tables): New function.
1942 (utf-lookup-subst-table-for-decode): New function.
1943 (utf-lookup-subst-table-for-encode): New function.
1944 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1945 tables here. Update safe-charsets of utf-* coding systems.
1946 (ccl-mule-utf-untrans): New CCL.
1947 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1948 at end of each branch.
1949 (ccl-mule-utf-8-encode-untrans): New CCL.
1950 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1951 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1952 length of encoding. Don't return r0.
1953 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1954 (utf-8-post-read-conversion): Narrow to region properly.
1955 If utf-translate-cjk-mode is on, load tables if necessary.
1956 Call utf-8-compose with hash-table arg if necessary.
1957 Call XXX-compose-region instead of XXX-post-read-convesion.
1958 (utf-8-pre-write-conversion): New function.
1959 (mule-utf-8): Include CJK charsets in safe-charsets if
1960 utf-translate-cjk-mode is on. Add pre-write-conversion.
1961
1962 * international/characters.el: Temporarily set
1963 utf-translate-cjk-mode to nil.
1964
1965 * language/devan-util.el (devanagari-compose-region):
1966 Add autoload cookie.
1967
1968 * international/ccl.el (ccl-dump-call): Fix printing the
1969 subroutine name.
1970
1971 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1972
1973 * dired.el (dired-revert): If buffer is marked unmodified before
1974 reverting, keep it marked unmodified.
1975 Adapt to new conventions for commenting out code.
1976 (dired-make-relative): Adapt to new conventions for commenting out code.
1977
1978 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1979
1980 * eshell/esh-module.el (eshell-load-defgroups):
1981 Bind `vc-handled-backends' to nil when opening files.
1982
1983 2004-06-11 Juanma Barranquero <lektu@terra.es>
1984
1985 * files.el (parse-colon-path, cd): Doc fixes (refer to
1986 `path-separator', not colon).
1987
1988 2004-06-10 Juanma Barranquero <lektu@terra.es>
1989
1990 * newcomment.el (comment-search-forward)
1991 (comment-search-backward): Fix typos in docstring.
1992 (comment-region): Doc fix.
1993
1994 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1995
1996 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1997 switch is no longer stored in `dired-switches-alist'.
1998
1999 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2000 `dired-switches-alist'.
2001
2002 2004-06-10 Kim F. Storm <storm@cua.dk>
2003
2004 * pcvs.el (cvs-mode-diff-yesterday): New command.
2005
2006 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2007
2008 2004-06-10 Juri Linkov <juri@jurta.org>
2009
2010 * emacs-lisp/edebug.el (edebug-eval-defun):
2011 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2012 Fix docstring.
2013
2014 * simple.el (eval-expression-print-format): Don't print additional
2015 information on the first call to `eval-print-last-sexp'.
2016 (next-error-find-buffer): Fix punctuation.
2017 (killing) <defgroup>: Fix punctuation.
2018 (yank-excluded-properties): Change group from editing to killing.
2019
2020 * replace.el (perform-replace): Use `limit' to terminate the
2021 while-loop explicitly.
2022
2023 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2024
2025 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2026 Use lc-*.xpm as prefix instead of *-locol.xpm.
2027
2028 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2029 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2030 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2031 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2032 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2033 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2034 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2035 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2036 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2037 * toolbar/lc-up_arrow.xpm:
2038 Renamed from *-locol.xpm.
2039
2040 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2041
2042 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2043 include forms like &<str>; as valid url patterns.
2044
2045 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2046
2047 * dired.el (dired-diff, dired-backup-diff)
2048 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2049 (dired-do-chown, dired-do-touch, dired-do-print)
2050 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2051 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2052 (dired-create-directory, dired-do-copy, dired-do-symlink)
2053 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2054 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2055 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2056 (dired-maybe-insert-subdir, dired-next-subdir)
2057 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2058 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2059 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2060 (dired-run-shell-command, dired-query): Remove redundant,
2061 or incorrect, autoloads.
2062
2063 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2064 does not end in a slash. Add optional argument KILL-ROOT.
2065 Update docstring.
2066 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2067 (dired-query): Add autoloads.
2068
2069 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2070
2071 * progmodes/compile.el (compilation-set-window-height):
2072 Rearrange the save-* functions because a buffer can have several current
2073 point in different windows.
2074 (compilation-error-regexp-alist-alist): Recognize {standard input}
2075 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2076
2077 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2078
2079 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2080 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2081 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2082 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2083 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
2084 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
2085 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
2086 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
2087 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
2088 * toolbar/up_arrow-locol.xpm:
2089 New versions of icons that uses fewer colors.
2090
2091 * toolbar/tool-bar.el (tool-bar-local-item)
2092 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
2093 if display-color-cells is 256 or less.
2094
2095 2004-06-08 Kim F. Storm <storm@cua.dk>
2096
2097 * wid-edit.el (widget-specify-button): Use hand pointer rather
2098 than mouse-face as visible mouse-over effect.
2099
2100 2004-06-07 Karl Fogel <kfogel@red-bean.com>
2101
2102 * saveplace.el (save-place-alist-to-file): Bind `print-length'
2103 and `print-level' to nil when writing out `save-place-alist'.
2104 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
2105
2106 2004-06-07 Juanma Barranquero <lektu@terra.es>
2107
2108 * completion.el (completion-kill-region): Doc fix.
2109
2110 * format.el (format-insert-annotations)
2111 (format-annotate-location): Doc fixes.
2112 (format-subtract-regions): Make arguments match their use in docstring.
2113
2114 * simple.el (kill-region): Doc fix.
2115
2116 * subr.el (insert-buffer-substring-no-properties)
2117 (insert-buffer-substring-as-yank): Doc fixes.
2118
2119 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
2120
2121 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2122 Update docstring.
2123 (dired-reset-subdir-switches): New function.
2124
2125 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
2126 Limit scope of `buffer-read-only' binding.
2127
2128 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
2129
2130 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
2131 eshell-explicit-command-char.
2132
2133 2004-06-06 Juanma Barranquero <lektu@terra.es>
2134
2135 * help-fns.el (help-argument-name): Inherit from italic face only
2136 if the frame supports it.
2137
2138 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2139
2140 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
2141 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
2142 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
2143 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
2144 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
2145 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
2146 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
2147 New conversions from xpm files.
2148
2149 * toolbar/README: New file.
2150
2151 2004-06-06 Richard M. Stallman <rms@gnu.org>
2152
2153 * isearch.el (isearch-mode-map): Undo previous change.
2154
2155 2004-06-05 Juri Linkov <juri@jurta.org>
2156
2157 * bindings.el (debug-ignored-errors): Add regexps for history
2158 related messages. Remove $ from "No further undo information".
2159 Move Ediff's messages to ediff.el.
2160
2161 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
2162
2163 * cus-edit.el (custom-display): Add `min-colors'.
2164
2165 * custom.el (defface): Add `supports' to docstring.
2166
2167 * help-fns.el (help-argument-name): Add :group 'help.
2168
2169 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2170
2171 * find-dired.el (find-ls-subdir-switches): New user option.
2172 (find-dired): No longer call `abbreviate-file-name' on DIR.
2173 Set `dired-subdir-switches' buffer-locally.
2174
2175 * locate.el: Merge the two `Commentary' sections.
2176 (locate-ls-subdir-switches): New user option.
2177 (locate): Update for other changes.
2178 (locate-mode-map): Restore Dired binding for mouse-2.
2179 Bind `locate-mouse-view-file' to M-mouse-2.
2180 Bind `l' to `locate-do-redisplay'.
2181 (locate-main-listing-line-p, locate-do-redisplay): New functions.
2182 (locate-mouse-view-file, locate-tags, locate-find-directory):
2183 Print message if used outside main listing.
2184 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
2185 Various changes to support inserted subdirectories.
2186 (locate-insert-header): Change header of *Locate* buffer.
2187
2188 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2189 Change interactive default switches.
2190 (dired-rename-subdir-2): Update `dired-switches-alist'.
2191 (dired-insert-subdir, dired-kill-subdir):
2192 Handle `dired-switches-alist'. Do not mark buffer modified.
2193 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
2194 (dired-insert-subdir-doinsert): Omit messages.
2195 Handle `dired-subdir-switches'.
2196 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2197
2198 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
2199 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
2200 subdirs if -R switch is used for a subdir.
2201 (dired-mode): Set `dired-switches-alist'.
2202 (dired-build-subdir-alist): Only print number of directories in
2203 echo area when invoked interactively.
2204
2205 2004-06-05 Lars Hansen <larsh@math.ku.dk>
2206
2207 * dired-x.el (dired-omit-mode): Rename from
2208 dired-omit-files-p. Use define-minor-mode to define it.
2209 (dired-omit-files-p): Add as alias for dired-omit-mode.
2210 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
2211 dired-mark-omitted.
2212 (dired-mark-omitted): Add. Bind to M-O.
2213
2214 2004-06-05 Kenichi Handa <handa@m17n.org>
2215
2216 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
2217
2218 2004-06-05 Juanma Barranquero <lektu@terra.es>
2219
2220 * help-fns.el (help-argument-name): Reintroduce face.
2221 (help-default-arg-highlight): Use it, now that
2222 `face-differs-from-default-p' can be trusted.
2223
2224 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2225
2226 * textmodes/table.el: Sentence commands added to Point Motion
2227 group; kill and backward-kill commands added to Extraction group.
2228
2229 2004-06-04 Mario Lang <mlang@delysid.org>
2230
2231 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
2232 systems appear to use mW, make the code handle this. Fix a
2233 division-by-zero bug while at it, and handle kernels with
2234 a slightly different layout in /proc/acpi.
2235
2236 2004-06-04 Karl Fogel <kfogel@red-bean.com>
2237
2238 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
2239 because the latter is a CL-ism. This fixes the bug reported by
2240 Shawn Boyette <mdxi@collapsar.net> in
2241 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2242
2243 2004-06-04 Miles Bader <miles@gnu.org>
2244
2245 * faces.el (display-supports-face-attributes-p): Function moved to
2246 C code. Previously only the tty-related portion of this function
2247 was done in C; however the previous attempt to do a halfway-proper
2248 job for non-tty displays in lisp didn't work properly because of
2249 funny conditions during Emacs startup.
2250 (face-differs-from-default-p): Simplify, now that
2251 display-supports-face-attributes-p works properly on all display
2252 types. Remove :stipple from comparison; it doesn't really work
2253 in emacs anyway.
2254
2255 2004-06-04 Miles Bader <miles@gnu.org>
2256
2257 * faces.el (face-differs-from-default-p): Use a different
2258 implementation, so we can really check whether FACE displays
2259 differently or not.
2260
2261 2004-06-04 Miles Bader <miles@gnu.org>
2262
2263 * faces.el (display-supports-face-attributes-p): Implement a
2264 `different from default' check for non-tty displays.
2265
2266 2004-06-03 David Kastrup <dak@gnu.org>
2267
2268 * woman.el (woman-mapcan): More concise code.
2269 (woman-topic-all-completions, woman-topic-all-completions-1)
2270 (woman-topic-all-completions-merge): Replace by a simpler and
2271 much faster implementation based on O(n log n) sort/merge instead
2272 of the old O(n^2) behavior.
2273
2274 2004-06-03 Miles Bader <miles@gnu.org>
2275
2276 * subr.el (read-number): Use canonical format for default in prompt.
2277
2278 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
2279 Add regexp for " [...]" style defaults.
2280
2281 2004-06-02 Romain Francoise <romain@orebokech.com>
2282
2283 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
2284 groups: if the user asks for a hidden buffer, open the
2285 corresponding filter group to expose it.
2286
2287 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
2288 `ibuffer-jump-to-buffer'.
2289 (ibuffer-jump-offer-only-visible-buffers): New user option.
2290
2291 2004-06-02 Juanma Barranquero <lektu@terra.es>
2292
2293 * faces.el (frame-update-faces): Add empty docstring so the one
2294 for `ignore' doesn't show through.
2295
2296 * subr.el (process-kill-without-query): Remove spurious "\n" on
2297 obsolescence string.
2298 (focus-frame, unfocus-frame): Add obsolescence declaration and
2299 empty docstring.
2300
2301 * international/mule.el (register-char-codings): Make alias for
2302 `ignore'. Move docstring to obsolescence info and remove redundancy.
2303
2304 2004-06-02 Kim F. Storm <storm@cua.dk>
2305
2306 * frame.el (blink-cursor-start): Turn cursor off initially so blink
2307 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
2308
2309 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * comint.el (comint-replace-by-expanded-history-before-point):
2312 Obey `start' as the docstring says.
2313 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
2314 (comint-update-fence): Prevent font-lock from running unnecessarily.
2315 (comint-dynamic-list-completions): Use with-current-buffer.
2316
2317 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2318
2319 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
2320 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
2321 (bibtex-entry-update): Handle alternatives and optional fields.
2322 (bibtex-parse-entry): Bugfix, handle empty key.
2323
2324 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * vc-arch.el (vc-arch-state): Don't assume the file exists.
2327
2328 2004-05-31 Lars Hansen <larsh@math.ku.dk>
2329
2330 * desktop.el (desktop-save): Don't save minor modes without a
2331 known mode initialization function.
2332
2333 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
2334
2335 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2336
2337 * autorevert.el: Update `Commentary' section.
2338
2339 2004-05-30 Juanma Barranquero <lektu@terra.es>
2340
2341 * dos-fns.el (convert-standard-filename):
2342 * files.el (convert-standard-filename):
2343 * w32-fns.el (convert-standard-filename):
2344 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2345
2346 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2347
2348 Sync with Tramp.
2349
2350 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2351 (tramp-let-maybe): Move to an earlier spot in the file.
2352 Patch by Andreas Schwab.
2353
2354 2004-05-30 Andreas Schwab <schwab@suse.de>
2355
2356 * dired.el (dired-get-filename): Don't use dired-re-dot.
2357
2358 2004-05-30 Richard M. Stallman <rms@gnu.org>
2359
2360 * files.el (find-file): Doc fix.
2361
2362 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2363
2364 2004-05-30 Nick Roberts <nickrob@gnu.org>
2365
2366 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2367 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2368 modeline of the locals buffer.
2369 (gdb-goto-breakpoint): Handle gdbmi.
2370 (gdb-get-frame-number): Change for gdbmi.
2371
2372 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * files.el (file-remote-p): Apply file name handler for operation
2375 `file-remote-p'. It isn' a property any longer.
2376 (file-relative-name): `fh' and `fd' get the required value via
2377 `find-file-name-handler' already.
2378
2379 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2380 (top): Remove setting of `file-remote-p' property for
2381 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
2382
2383 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
2384
2385 Version 2.0.41 of Tramp released.
2386
2387 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2388 Throw away if process has died.
2389 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2390 (tramp-out-of-band-prompt-regexp): Rename to
2391 `tramp-process-alive-regexp', because its usage is widen.
2392 (tramp-actions-copy-out-of-band): Apply it.
2393 (tramp-actions-before-shell, tramp-multi-actions):
2394 Add `tramp-action-process-alive' action.
2395 (tramp-action-process-alive): New defun.
2396 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2397 Add entry for `file-remote-p'.
2398 (tramp-handle-file-remote-p): New defun.
2399 (top): Remove setting of `file-remote-p'. Don't set
2400 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2401
2402 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2403 `file-remote-p'.
2404
2405 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2406 counted for (last) line. [They should or they shouldn't? --Stef]
2407 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2408
2409 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2410
2411 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2412 not really necessary but seems to keep the shell history smaller
2413 in some cases. It is no substitute for setting HISTFILE and
2414 HISTSIZE from tramp-open-connection-setup-interactive-shell,
2415 though. Suggested by Luc Teirlinck.
2416 (tramp-open-connection-setup-interactive-shell): Export variables
2417 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
2418 (tramp-set-process-query-on-exit-flag): New compat function.
2419 (tramp-open-connection-multi, tramp-open-connection-su)
2420 (tramp-open-connection-rsh, tramp-open-connection-telnet)
2421 (tramp-do-copy-or-rename-file-out-of-band): Use it.
2422 (tramp-let-maybe): New macro, let-binds a variable only if it
2423 isn't obsolete.
2424 (tramp-check-ls-commands, tramp-handle-expand-file-name)
2425 (tramp-handle-file-truename): Use it.
2426 (tramp-completion-file-name-regexp-unified): Avoid matching
2427 filenames starting with "/:" -- those are reserved for
2428 file-name-non-special.
2429
2430 * tramp-smb.el (tramp-smb-open-connection):
2431 Use tramp-set-process-query-on-exit-flag compat function.
2432
2433 2004-05-29 Richard M. Stallman <rms@gnu.org>
2434
2435 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2436
2437 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2438 (eval-last-sexp-print-value): Print char equivalent regardless
2439 of standard-output value.
2440
2441 * thumbs.el (thumbs-subst-char-in-string): Delete.
2442 (thumbs-thumbname): Use subst-char-in-string.
2443 (thumbs-resize-image): Use condition-case, not ignore-errors.
2444 (thumbs-kill-buffer): Likewise.
2445
2446 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
2447 (thumbs-mode): Make buffer read-only.
2448 (thumbs-make-thumb): Unconditionally accept an existing file.
2449 (thumbs-insert-thumb): Add thumb-image-file property to the image.
2450 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2451 (thumbs-show-thumbs-list): Error if images not supported.
2452 (thumbs-save-current-image): Improve prompt string.
2453 (thumbs-mode-map): Define u, R, x.
2454 (thumbs-unmark): New command.
2455 (thumbs-emboss-image): Minor cleanup.
2456 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2457 (thumbs-rename-images): New command.
2458 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2459
2460 * thumbs.el (thumbs-current-image): New function.
2461 (thumbs-file-list, thumbs-file-alist): New functions.
2462 (thumbs-find-image): Delete arg L.
2463 Don't set up thumbs-fileL as buffer-local global var.
2464 (thumbs-find-image-at-point): Use thumbs-current-image.
2465 (thumbs-set-image-at-point-to-root-window): Likewise.
2466 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2467 Record and warn about errors. Update thumbs-markedL for deletions.
2468 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2469 (thumbs-redraw-buffer): Use thumbs-file-list.
2470 (thumbs-mark): Use thumbs-current-image.
2471 (thumbs-show-name): Use thumbs-current-image.
2472
2473 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2474 and imenu--last-menubar-index-alist.
2475
2476 * subr.el (with-selected-window): Undo previous change.
2477
2478 2004-05-29 John Paul Wallington <jpw@gnu.org>
2479
2480 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2481 (thumbs-mouse-find-image): New command.
2482 (thumbs-mode-map): Bind it to mouse-2.
2483 (thumbs-mode): Make mode-class special.
2484 (thumbs-view-image-mode): Likewise.
2485
2486 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2487
2488 * flymake.el: New file.
2489
2490 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2491
2492 * files.el (find-file-noselect-1): Do not bind
2493 `inhibit-read-only' to t during execution of
2494 `find-file-not-found-functions'.
2495
2496 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2499 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2500
2501 2004-05-28 Juri Linkov <juri@jurta.org>
2502
2503 * simple.el (eval-expression-print-format): New fun.
2504
2505 * simple.el (eval-expression):
2506 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2507 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2508 (edebug-eval-expression): Print additionally the value returned by
2509 `eval-expression-print-format'.
2510
2511 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2512 (insert-pair): Make arguments optional. Find character pair
2513 from `insert-pair-alist' according to the last input event.
2514 (insert-parentheses): Make arguments optional.
2515 (raise-sexp, delete-pair): New funs.
2516
2517 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2518 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2519 Bind C-M-q to `indent-pp-sexp'.
2520
2521 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2522 `pp-to-string' modified to be able to format text with newlines.
2523 (pp-to-string): Move the buffer-formatting part of the code to
2524 `pp-buffer'. Call `pp-buffer'.
2525
2526 * info.el (Info-desktop-buffer-misc-data): Don't save information
2527 about virtual files.
2528 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2529 buffers with names obtained from the desktop file instead of the
2530 default *info* buffer.
2531
2532 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * subr.el (with-selected-window): Only save/restore the selected window.
2535
2536 * progmodes/compile.el (compilation-error-regexp-alist):
2537 Use expand-file-name and data-directory.
2538
2539 * progmodes/grep.el (grep-tree): Rework previous fix.
2540
2541 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2542 after the user marked text with the mouse.
2543
2544 * startup.el (command-line): Keep the first regexp of
2545 auto-save-file-name-transforms intact.
2546
2547 2004-05-28 Juanma Barranquero <lektu@terra.es>
2548
2549 * cus-edit.el (customize-face, customize-face-other-window)
2550 (custom-face-edit-delete): Make arguments match their use in
2551 docstring.
2552 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2553 docstring.
2554
2555 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2556 not `cvs-butlast'.
2557
2558 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2559 `nbutlast' are in subr.el).
2560
2561 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2562 (set-w32-system-coding-system): Doc fixes.
2563
2564 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2565 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2566 Make arguments match their use in docstring.
2567 (artist-draw-region-trim-line-endings)
2568 (artist-mouse-choose-operation): Fix typo in docstring.
2569 (artist-key-set-point-common): Doc fix.
2570
2571 2004-05-28 Simon Josefsson <jas@extundo.com>
2572
2573 * mail/smtpmail.el (smtpmail-open-stream):
2574 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2575
2576 2004-05-26 Simon Josefsson <jas@extundo.com>
2577
2578 * starttls.el: Merge with my GNUTLS based starttls.el.
2579 (starttls-gnutls-program, starttls-use-gnutls)
2580 (starttls-extra-arguments, starttls-process-connection-type)
2581 (starttls-connect, starttls-failure, starttls-success): New variables.
2582 (starttls-program, starttls-extra-args): Doc fix.
2583 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2584 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2585 and pass on to corresponding *-gnutls function if it is set.
2586
2587 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2590 remote files.
2591
2592 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * files.el (file-name-non-special): There are more operations
2595 which need handling: `find-backup-file-name',
2596 `insert-file-contents', `verify-visited-file-modtime',
2597 `write-region'. Rename t value of method to `add'. Add new
2598 methods `quote' and `unquote-then-quote' to file-arg-indices.
2599
2600 2004-05-25 Juri Linkov <juri@jurta.org>
2601
2602 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2603 (Info-index-nodes): Enclose code in condition-case to catch errors.
2604 (Info-index-node): Don't search all index nodes if request is only
2605 for the current node and file is not in the cache of index nodes.
2606 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2607 for consistency with dired-copy-filename-as-kill.
2608 Bind `S' to Info-search-case-sensitively.
2609 (Info-copy-current-node-name): New arg. With zero prefix arg put
2610 the name inside a function call to `info'. Display copied text in
2611 the echo area.
2612
2613 2004-05-25 Sam Steingold <sds@gnu.org>
2614
2615 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2616 strip the package prefix from the symbol name, if any.
2617 Make it the `find-tag-default-function' for `lisp-mode'.
2618
2619 2004-05-25 John Paul Wallington <jpw@gnu.org>
2620
2621 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2622 instead of obsolete `process-kill-without-query'.
2623
2624 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2625 Declare as variable, not constant.
2626
2627 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2628
2629 * files.el (find-file-noselect-1): Fix bug introduced by
2630 Revision 1.694. As a side effect, `inhibit-read-only'
2631 is again, by default, t during execution of
2632 `find-file-not-found-functions'.
2633 (insert-directory): Check that lines were really inserted by
2634 the --dired switch, before erasing them.
2635
2636 2004-05-24 Nick Roberts <nickrob@gnu.org>
2637
2638 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2639 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2640 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2641 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2642 gud-minor-mode (gdbmi).
2643
2644 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2645
2646 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2647 explicitly select the text to be taken as URL.
2648
2649 2004-05-23 Juri Linkov <juri@jurta.org>
2650
2651 * info.el (Info-index-nodes): New var and fun.
2652 (Info-goto-index, Info-index, info-apropos)
2653 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2654 (Info-index): Fix docstring. Store and restore Info-history-list.
2655 (Info-complete-nodes): New var.
2656 (Info-complete-menu-item): Use it.
2657 (Info-index-node): New fun.
2658 (Info-final-node, Info-forward-node, Info-backward-node)
2659 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2660 Use Info-index-node.
2661 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2662 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2663 (Info-find-node-2): If a node with period in its name not found,
2664 try to find a node without the name part after period.
2665 (Info-select-node): Call Info-fontify-node only if
2666 Info-fontify-maximum-menu-size is not nil.
2667 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2668 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2669 Preserve Info-history-list.
2670 (Info-toc): Set Info-current-file.
2671 (Info-build-toc): Move point to the beginning of the buffer.
2672 Add main-file variable.
2673 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2674 Use backslashed representation of the control character ^_.
2675
2676 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2677 numbers in the new Texinfo 4.7 format.
2678
2679 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2680 regexps for function and variable names.
2681
2682 * descr-text.el (describe-property-list): Add [show] button for
2683 `syntax-table' property with action to pp to a separate buffer.
2684 (describe-char): Replace search-forward by re-search-forward with
2685 whitespace regexp after "character:" to not fail in too narrow windows.
2686
2687 * simple.el (next-error-find-buffer): Add a rule to return
2688 next-error capable buffer if one window on the selected frame
2689 displays such buffer.
2690
2691 2004-05-23 Nick Roberts <nickrob@gnu.org>
2692
2693 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2694 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2695 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2696 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2697 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2698 Handle new value for gud-minor-mode (gdbmi).
2699 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2700 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2701 Change from local to global gdb variable set.
2702 (gdb-ann3): Initialise above gdb variable set.
2703 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2704 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2705 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2706 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2707 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2708 (gdb-info-locals-handler, gdb-invalidate-assembler)
2709 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2710 set as global variables.
2711 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2712 Handle gdbmi.
2713 (gdb-info-breakpoints-custom): Fix regexp.
2714 (def-gdb-var): Delete.
2715
2716 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2717 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2718 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2719 a new mode. The file (gdb-mi.el) for this mode will be included
2720 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2721 primary interface.
2722
2723 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2724
2725 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2726 interpreted as a directory.
2727
2728 2004-05-22 Richard M. Stallman <rms@gnu.org>
2729
2730 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2731 as a close quote.
2732
2733 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2734
2735 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2736 Use assoc-string, not assoc-ignore-case.
2737
2738 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2739
2740 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2741 If moving back then fwd gets a defun that ends before point,
2742 try again moving fwd then back.
2743
2744 * files.el (file-name-non-special): Allow t in file-arg-indices
2745 to mean requote the return value. Use `identity' as an element
2746 rather than as the whole value.
2747
2748 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2749
2750 2004-05-22 Juanma Barranquero <lektu@terra.es>
2751
2752 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2753 `help-make-usage'.
2754 (help-highlight-arguments): Skip function name before searching
2755 for arguments.
2756
2757 2004-05-21 Juanma Barranquero <lektu@terra.es>
2758
2759 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2760 Don't mention in the docstring these arguments meant for
2761 internal (recursive) use only.
2762 (allout-char-spec): Comment out (it's not implemented).
2763 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2764 obsolescence declaration.
2765 (allout-flatten-exposed-to-buffer)
2766 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2767 (my-mark-marker): Doc fix.
2768 (produce-allout-mode-map, allout-sibling-index)
2769 (allout-isearch-expose, allout-distinctive-bullet)
2770 (allout-open-topic, allout-reindent-body)
2771 (allout-rebullet-heading, allout-process-exposed)
2772 (allout-insert-listified, allout-latex-verb-quote)
2773 (allout-insert-latex-header, allout-insert-latex-trailer):
2774 Make arguments match their use in docstring.
2775 (allout-primary-bullet, allout-old-style-prefixes)
2776 (allout-inhibit-protection, allout-init, allout-mode)
2777 (allout-before-change-protect, allout-flag-region):
2778 Use "Emacs" instead of "emacs" in docstrings.
2779
2780 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2781
2782 * international/characters.el: Modify syntax of more characters.
2783
2784 2004-05-21 Masatake YAMATO <jet@gyve.org>
2785
2786 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2787 (etags-tags-completion-table): Show parsing progress.
2788
2789 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * locate.el (locate-prompt-for-command): Shorten first line of
2792 docstring.
2793 (locate-mode): Expand docstring and include keymap summary.
2794
2795 * files.el (find-file-noselect-1): Limit the scope of the
2796 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2797 is, by default, nil during the execution of
2798 `find-file-not-found-functions' and `find-file-hook'.
2799
2800 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2801
2802 * facemenu.el (facemenu-color-name-equal): New function.
2803 (list-colors-display): Use it to compare colors instead of
2804 facemenu-color-equal.
2805
2806 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 * compare-w.el (compare-windows-face): Use min-colors instead of
2809 checking for tty or pc types.
2810
2811 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2814 (completion-setup-function): Use with-current-buffer.
2815 Properly save excursion. Simplify.
2816 Don't assume there is necessarily a `mouse-face' property somewhere.
2817
2818 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2819
2820 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2821
2822 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2823 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2824 Use with-current-buffer.
2825 (byte-goto-log-buffer): Delete.
2826 (byte-compile-log-file): Call compilation-forget-errors.
2827
2828 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2829
2830 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2831 output messages into the search result.
2832
2833 2004-05-19 Masatake YAMATO <jet@gyve.org>
2834
2835 * wid-edit.el (widget-radio-button-notify): Revert my last
2836 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2837
2838 2004-05-19 Kenichi Handa <handa@m17n.org>
2839
2840 * international/characters.el: Fix syntax (open/close) of CJK chars.
2841
2842 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2843
2844 * help-mode.el (help-go-back): Don't depend on position of back button.
2845
2846 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2849 files files don't contain an accidental additional /.
2850
2851 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2852 in source buffer.
2853
2854 2004-05-18 Masatake YAMATO <jet@gyve.org>
2855
2856 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2857 to widget-apply. :action method assumes 2 arguments, not 3.
2858
2859 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2860
2861 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2862 New constants.
2863 (hs-special-modes-alist): Add an f90-mode entry.
2864
2865 2004-05-17 Sam Steingold <sds@gnu.org>
2866
2867 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2868 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2869
2870 2004-05-16 Kim F. Storm <storm@cua.dk>
2871
2872 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2873
2874 2004-05-15 John Wiegley <johnw@newartisans.com>
2875
2876 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2877 (eshell-output-object-to-target): Improve output speed 20% by not
2878 calling `eshell-stringify' if something is already known to be a string.
2879
2880 2004-05-15 Alex Ott <ott@jet.msk.su>
2881
2882 * textmodes/ispell.el (ispell-local-dictionary-alist):
2883 Add windows-1251 to the choice of coding systems.
2884 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2885 encoded in cp1251.
2886
2887 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * progmodes/compile.el (compilation-warning-face)
2890 (compilation-info-face): Use min-colors.
2891
2892 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2893
2894 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2895 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2896 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2897 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2898 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2899 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2900 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2901 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2902 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2903 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2904 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2905 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2906 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2907 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2908
2909 2004-05-15 Kim F. Storm <storm@cua.dk>
2910
2911 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2912 Use it to set triggered-p element of timer.
2913 (timer-event-handler): Set triggered-p element non-nil while running
2914 the timer function.
2915
2916 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * descr-text.el (describe-char-unicode-data)
2919 (describe-char-unicodedata-file): Re-enable the unicode code now that
2920 the licensing issues have been cleared in the unicode-4 license.
2921 (describe-text-properties-1): Remove unused `overlay' var.
2922 (describe-char): Remove unused var `buffer'.
2923
2924 2004-05-14 David Ponce <david@dponce.com>
2925
2926 * tree-widget.el: New file.
2927
2928 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2929
2930 * language/european.el ("Brazilian Portuguese"): Add support for
2931 Brazilian Portuguese.
2932
2933 2004-05-13 John Wiegley <johnw@newartisans.com>
2934
2935 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2936 `recentf-mode' if this variable has been customized to t.
2937
2938 * eshell/esh-test.el (eshell-test): Call the function
2939 `emacs-version' rather than trying to build a custom version string.
2940
2941 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * net/telnet.el (telnet-mode): Use define-derived-mode.
2944 Don't modify the global value of comint-prompt-regexp.
2945
2946 2004-05-13 John Paul Wallington <jpw@gnu.org>
2947
2948 * version.el (emacs-version): Check for `gtk' feature before
2949 `x-toolkit' feature.
2950
2951 2004-05-13 Juanma Barranquero <lektu@terra.es>
2952
2953 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2954 arguments in the docstring, they're used only in recursive calls.
2955
2956 * help-fns.el (help-arg-highlighting-function)
2957 (help-argument-name): Delete.
2958 (help-default-arg-highlight): New function.
2959 (help-do-arg-highlighting): Use it.
2960
2961 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2962
2963 * calendar/appt.el (appt-disp-window):
2964 Use `calendar-set-mode-line' for a centered mode-line.
2965
2966 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2967
2968 * calendar/appt.el (appt-disp-window): Do not split window
2969 excessively when `split-height-threshold' is low.
2970
2971 2004-05-12 Nick Roberts <nickrob@gnu.org>
2972
2973 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2974 kill-buffer-hook here and make it local.
2975 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2976
2977 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2978
2979 * progmodes/compile.el (compilation-set-window-height):
2980 Use save-excursion to protect against misplaced marker.
2981
2982 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2983
2984 * custom.el (defface): Document that type can have value gtk.
2985
2986 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2987
2988 2004-05-12 Kenichi Handa <handa@m17n.org>
2989
2990 * descr-text.el: Require quail at comile time.
2991 (describe-char): If an input method is on and it supports the
2992 character, show how to input it.
2993
2994 * international/quail.el (quail-install-decode-map): Accept a
2995 char-table whose subtype is `quail-decode-map'.
2996 (quail-store-decode-map-key, quail-gen-decode-map1)
2997 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2998 (quail-show-key): New functions.
2999
3000 2004-05-12 Juanma Barranquero <lektu@terra.es>
3001
3002 * generic.el (define-generic-mode): Remove redundant arglist info.
3003
3004 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3005 Make arguments match their use in docstring.
3006 (help-arg-highlighting-function): New variable.
3007 (help-argument-name): Mention it in the docstring.
3008 (help-do-arg-highlight): Use it. Expand regexp to accept also
3009 ARG-xxx and xxx-ARG references.
3010
3011 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3012
3013 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3014 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3015 and "mailto:addr1?to=addr2" equal.
3016
3017 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3018
3019 * man.el (Man-getpage-in-background): Use shell-file-name
3020 and shell-command-switch variables instead of hard-coded values.
3021
3022 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3023
3024 * iimage.el: New file.
3025
3026 2004-05-11 Juanma Barranquero <lektu@terra.es>
3027
3028 * custom.el (custom-initialize-default, defcustom):
3029 Fix typo in docstring.
3030
3031 * files.el (set-visited-file-name, file-expand-wildcards):
3032 Fix docstring.
3033
3034 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3037
3038 * subr.el (eventp): Be more discriminating with integers.
3039
3040 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3041
3042 * progmodes/compile.el (compile): Add universal prefix arg.
3043 (compilation-error-regexp-alist-alist): Add edg patterns.
3044
3045 2004-05-10 Sam Steingold <sds@gnu.org>
3046
3047 * textmodes/ispell.el (ispell-message):
3048 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3049
3050 2004-05-10 Dave Love <fx@gnu.org>
3051
3052 * progmodes/python.el (help-buffer): Autoload when compiling.
3053 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3054 (run-python): Prepend to any existing PYTHONPATH.
3055
3056 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3057
3058 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3059 for pending breakpoints.
3060
3061 2004-05-10 Richard M. Stallman <rms@gnu.org>
3062
3063 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3064 directly without calling any functions in Rmail.
3065 (unrmail-unprune): Function deleted.
3066
3067 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3070 C-c C-z binding.
3071
3072 2004-05-10 Kenichi Handa <handa@m17n.org>
3073
3074 * descr-text.el (describe-char): Fix previous change. Don't make
3075 a unibyte character to multibyte in the *Help* buffer.
3076
3077 2004-05-10 Miles Bader <miles@gnu.org>
3078
3079 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3080 buffer an error if the debugger process is actually running.
3081
3082 2004-05-10 Juanma Barranquero <lektu@terra.es>
3083
3084 * help-fns.el (help-argument-name): Default to italic.
3085 (help-highlight-arguments): Return always (usage . doc), even when
3086 usage is nil.
3087
3088 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
3089 (define-ibuffer-filter): Add usage info.
3090 (define-ibuffer-op): Add usage info (but CL-style defaults for
3091 keyword args are not shown).
3092
3093 * subr.el (remove-overlays, read-passwd): Fix docstring.
3094 (start-process-shell-command): Fix docstring. Put usage info in a
3095 format usable by `describe-function'.
3096 (open-network-stream, open-network-stream-nowait)
3097 (open-network-stream-server): Fix docstring.
3098
3099 2004-05-09 Jason Rumney <jasonr@gnu.org>
3100
3101 * international/code-pages (cp932, cp936, cp949, c950): Remove.
3102 Only define cp125* if windows-125* is already defined.
3103
3104 * language/korean.el (cp949): Add alias.
3105
3106 * language/chinese.el (cp936, cp950): Add aliases.
3107
3108 * language/japanese.el (cp932): Add alias.
3109
3110 * term/w32-win.el: Require code-pages.
3111
3112 * international/mule-cmds.el (set-locale-environment):
3113 On MS-Windows use ansi code-page for default coding-systems.
3114 Set up paper sizes for Windows 3 letter languages.
3115
3116 * international/code-pages.el (cp932, cp936, cp949, cp950):
3117 Add aliases. Also add cp125* if not already defined.
3118
3119 2004-05-09 Juanma Barranquero <lektu@terra.es>
3120
3121 * help-fns.el (help-highlight-arguments): Don't try to highlight
3122 missing or autoloaded arglists. Accept structured arguments, like
3123 the first ones of `do' and `flet'.
3124
3125 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
3126 (cvs-get-marked): Remove redundant arglist info.
3127
3128 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
3129 Don't use CL-style default args.
3130
3131 2004-05-08 Andreas Schwab <schwab@suse.de>
3132
3133 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
3134
3135 * international/subst-ksc.el: Fix references to utf-translate-cjk
3136 into utf-translate-cjk-mode.
3137 * international/subst-big5.el: Likewise.
3138 * international/subst-gb2312.el: Likewise.
3139 * international/subst-jis.el: Likewise.
3140 * international/utf-16.el: Likewise.
3141 * international/utf-8.el: Likewise.
3142
3143 2004-05-08 John Wiegley <johnw@newartisans.com>
3144
3145 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
3146 "virtual buffers" (off by default), which makes it possible to
3147 switch to the "virtual" buffers of recently visited files. When a
3148 buffer name search fails, and this option is on, iswitchb will
3149 look at the list of recently visited files, and permit matching
3150 against those names. When the user hits RET on a match, it will
3151 revisit that file.
3152 (iswitchb-read-buffer): Add two optional arguments, which makes
3153 isearchb.el possible.
3154 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
3155 (iswitchb-next-match): Add support for virtual buffers.
3156
3157 * isearchb.el: This module extends iswitchb to provide "as you
3158 type" buffer selection.
3159
3160 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
3161 Ignore the read-only property when flyspell highlighting is on.
3162 Not ignoring it leads to a series of confusing errors.
3163 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
3164 but also make sure to call flyspell-incorrect-hook.
3165 (flyspell-maybe-correct-transposition): Perform transposition test
3166 by bit twiddling a string, rather than using a temp buffer.
3167 (flyspell-maybe-correct-doubling): Use a string rather than a temp
3168 buffer. This is also the original version of the code, which
3169 could not be checked in before due to a previous lack of
3170 assignment papers. This version has seen heavy usage on my system
3171 for several years now.
3172
3173 * calendar/cal-bahai.el: New file, which adds support for the
3174 Baha'i calendar to Emacs. This calendar is based on a solar year
3175 of 19 months of 19 days, with 4 intercalary days. Each year
3176 begins on March 21, with the calendar starting in 1844.
3177
3178 * calendar/cal-menu.el, calendar/calendar.el,
3179 calendar/diary-lib.el, calendar/holidays.el: Added support for
3180 using cal-bahai.el.
3181
3182 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
3183 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
3184 function can be used outside of eshell buffers.
3185 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
3186
3187 2004-05-08 Juanma Barranquero <lektu@terra.es>
3188
3189 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
3190 word constituent so FOO-ARG is not recognized as an arg.
3191 (help-highlight-arguments): Don't skip lists in mandatory arguments.
3192
3193 * simple.el (next-error): Fix typo in docstring.
3194 (open-line): Make argument names match their use in docstring.
3195 (split-line): Fix docstring.
3196
3197 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
3198 usable by `describe-function'.
3199 (gensym, gentemp, typep, ignore-errors): Make argument names match
3200 their use in docstring.
3201
3202 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
3203 argument to `help-setup-xref'.
3204
3205 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
3206
3207 Version 2.0.40 of Tramp released.
3208
3209 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
3210 Use symbol-function to invoke functions only known on some Emacs
3211 flavors. This avoids byte-compiler warnings. Reported by Kevin
3212 Scaldeferri <kevin@scaldeferri.com>.
3213 (tramp-do-copy-or-rename-file-via-buffer): Rename from
3214 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
3215 consistent with the other tramp-do-* functions.
3216 (tramp-do-copy-or-rename-file): Calls adjusted.
3217 (tramp-process-initial-commands): Avoid liveness check on shell --
3218 we know that it must be alive since we're opening a connection at
3219 this moment.
3220 (tramp-last-cmd): New internal variable.
3221 (tramp-process-echoes): New tunable.
3222 (tramp-send-command): Set tramp-last-cmd.
3223 (tramp-wait-for-output): Delete echo, if applicable.
3224 (tramp-read-passwd): Construct the key for the password cache in a
3225 way that works for multi methods, too.
3226 (tramp-bug): Add backup-directory-alist and
3227 bkup-backup-directory-info to bug reports, with Tramp counterparts.
3228
3229 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
3230
3231 * net/tramp*.el: Suppress byte-compiler warnings where possible.
3232
3233 * net/tramp.el (tramp-out-of-band-prompt-regexp)
3234 (tramp-actions-copy-out-of-band): New defcustoms.
3235 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
3236 used instead of a synchronous one. Allows password entering.
3237 (tramp-action-out-of-band): New defun.
3238 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
3239 Remove restriction with password from doc string.
3240 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
3241 `tramp-out-of-band-prompt-regexp',
3242 `tramp-actions-copy-out-of-band', `password-cache' and
3243 `password-cache-expiry'.
3244 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
3245 password caching.
3246 (tramp-touch): FILE can be a local file, too.
3247 (TODO): Remove items done.
3248 (tramp-handle-insert-directory): Properly quote file name also if
3249 not full-directory-p. Handle wildcard case. Reported by Andreas
3250 Schwab <schwab@suse.de>.
3251 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
3252 new file.
3253 (tramp-handle-file-local-copy, tramp-handle-write-region):
3254 The permissions of the temporary file are set if filename exists.
3255 Reported by Ted Stern <stern@cray.com>.
3256 (tramp-backup-directory-alist)
3257 (tramp-bkup-backup-directory-info): New defcustoms.
3258 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
3259 (tramp-handle-find-backup-file-name): New function.
3260 Implements Tramp's find-backup-file-name.
3261
3262 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
3263 for `find-backup-file-name'.
3264
3265 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
3266 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
3267
3268 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3269
3270 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
3271
3272 2004-05-07 Juanma Barranquero <lektu@terra.es>
3273
3274 * subr.el (lambda): Add arglist description to docstring.
3275 (declare): Fix typo in docstring.
3276 (open-network-stream): Fix docstring.
3277 (process-kill-without-query): Fix docstring and add obsolescence info.
3278 (last, butlast, nbutlast): Make arguments match their use in docstring.
3279 (insert-buffer-substring-no-properties): Likewise.
3280 (insert-buffer-substring-as-yank): Likewise.
3281 (split-string): Fix docstring.
3282
3283 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3284 Make argument names match their use in docstring.
3285
3286 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
3287
3288 2004-05-06 Nick Roberts <nickrob@gnu.org>
3289
3290 * progmodes/gdb-ui.el: Improve/extend documentation strings.
3291 Fit first sentence on one line for apropos-command.
3292
3293 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 Changes largely merged in from Dave Love's code.
3296 * progmodes/python.el: Doc fixes.
3297 (python-mode-map): Add python-complete-symbol.
3298 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
3299 (python-comment-indent, python-complete-symbol)
3300 (python-symbol-completions, python-partial-symbol)
3301 (python-try-complete): New.
3302 (python-indent-line): Remove optional arg. Use python-block-end-p.
3303 (python-check): Bind compilation-error-regexp-alist.
3304 (inferior-python-mode): Use rx. Move keybindings to top level.
3305 Set comint-input-filter.
3306 (python-preoutput-filter): Use rx.
3307 (python-input-filter): Re-introduce.
3308 (python-proc): Start new process if necessary.
3309 Check python-buffer non-nil.
3310 (view-return-to-alist): Defvar.
3311 (python-send-receive): New.
3312 (python-eldoc-function): Use it.
3313 (python-mode-running): Don't defvar.
3314 (python-mode): Set comment-indent-function.
3315 Maybe update hippie-expand-try-functions-list.
3316 (python-indentation-levels): Initialize differently.
3317 (python-block-end-p): New.
3318 (python-indent-line): Use it.
3319 (python-compilation-regexp-alist): Augment.
3320 (run-python): Import `emacs' module to Python rather than loading
3321 code directly. Set python-buffer differently.
3322 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
3323 Use python-proc.
3324 (python-send-command): Go to end of comint buffer.
3325 (python-load-file): Use python-proc, emacs.eimport.
3326 (python-describe-symbol): Simplify interactive form.
3327 Use emacs.help. Do use temp-buffer-show-hook.
3328 Call print-help-return-message.
3329 (hippie-exp): Require when compiling.
3330 (python-preoutput-continuation): Use rx.
3331
3332 * diff-mode.el (diff-make-unified): Fix regexp.
3333
3334 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
3335
3336 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3337 filter groups from the buffer when rebuilding the Ibuffer buffer
3338 and `ibuffer-show-empty-filter-groups' is nil.
3339
3340 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3341
3342 * ps-print.el (ps-print-quote): Call ps-value-string.
3343 (ps-setup): Call ps-comment-string.
3344 (ps-value-string, ps-comment-string): New funs.
3345
3346 2004-05-06 Juanma Barranquero <lektu@terra.es>
3347
3348 * ehelp.el (electric-help-command-loop): Check whether the last
3349 character is visible, not (point-max).
3350
3351 * help-fns.el (help-argument-name): Default to bold; don't inherit
3352 from font-lock-variable-name-face.
3353 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3354
3355 2004-05-05 Kenichi Handa <handa@m17n.org>
3356
3357 * descr-text.el (describe-char): Copy the character with text
3358 properties and overlays into the first line, and call
3359 describe-text-properties on it.
3360
3361 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
3362
3363 * iswitchb.el (iswitchb-global-map): Fix typo.
3364 Remove unwanted ###autoloads from source file.
3365
3366 2004-05-05 Lars Hansen <larsh@math.ku.dk>
3367
3368 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3369 in run-hooks. Use substitute-command-keys in message.
3370 (wdired-abort-changes): Add message.
3371
3372 2004-05-03 Michael Mauger <mmaug@yahoo.com>
3373
3374 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3375 (sql-emacs20-p): Remove.
3376 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3377 (sql-builtin-face, sql-doc-face): Remove.
3378 (sql-mode-ansi-font-lock-keywords)
3379 (sql-mode-oracle-font-lock-keywords)
3380 (sql-mode-postgres-font-lock-keywords)
3381 (sql-mode-linter-font-lock-keywords)
3382 (sql-mode-ms-font-lock-keywords)
3383 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3384 (sql-product-font-lock): Fix font-lock reset when font rules change.
3385 (sql-highlight-product): Remove incorrect font-lock reset logic.
3386
3387 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
3388
3389 * ses.el (ses-set-parameter): Fix typo.
3390
3391 2004-05-04 Kim F. Storm <storm@cua.dk>
3392
3393 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3394 Must expand directory for completion to work; and don't mess with
3395 process-environment.
3396 (ido-read-file-name): If command has ido property, don't use ido
3397 if value is ignore, or read as directory if value is dir.
3398 Set ido ignore property for dired-do-rename command.
3399
3400 2004-05-04 Juanma Barranquero <lektu@terra.es>
3401
3402 * ehelp.el (electric-help-command-loop, electric-help-undefined)
3403 (electric-help-help): Check against unmapped commands.
3404
3405 * help-fns.el (help-argument-name): New face, inheriting from
3406 font-lock-variable-name-face, to highlight function arguments in
3407 `describe-function' and `describe-key'.
3408 (help-do-arg-highlight): Auxiliary function to highlight a given
3409 list of arguments in a string.
3410 (help-highlight-arguments): Highlight the function arguments and
3411 all uses of them in the docstring.
3412 (describe-function-1): Use it. Do docstring output via `insert',
3413 not 'princ', so text attributes are preserved.
3414
3415 * winner.el (winner-mode-map): Move `winner-undo' and
3416 `winner-redo' to C-c <left> and C-c <right>, respectively (the
3417 previous bindings conflict with `prev-buffer', `next-buffer').
3418
3419 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3420
3421 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3422 (bibtex-entry-update): New command bound to C-c C-u.
3423 (bibtex-text-in-string): Fix regexp.
3424 (bibtex-assoc-of-regexp): Remove.
3425 (bibtex-progress-message): Fix docstring.
3426 (bibtex-inside-field): Use if.
3427 (bibtex-assoc-regexp): New function.
3428 (bibtex-format-entry): Make code more robust so that it formats
3429 also old entries.
3430 (bibtex-autokey-demangle-title): Merge with obsolete function
3431 bibtex-assoc-of-regexp.
3432 (bibtex-field-list): New function.
3433 (bibtex-entry): Use bibtex-field-list.
3434 (bibtex-parse-entry): Fix docstring.
3435 (bibtex-print-help-message): Use bibtex-field-list.
3436 (bibtex-make-field): Use bibtex-field-list.
3437 (bibtex-entry-index): Bugfix. Return crossref key if required.
3438 (bibtex-lessp): Fix docstring.
3439
3440 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * select.el (xselect-convert-to-string): Move comment to intended line.
3443
3444 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3445
3446 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3447 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3448
3449 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3450
3451 * term/x-win.el (x-clipboard-yank): Don't exit on error from
3452 x-get-selection.
3453
3454 2004-05-03 Jason Rumney <jasonr@gnu.org>
3455
3456 * makefile.nt: Remove.
3457
3458 2004-05-03 Kim F. Storm <storm@cua.dk>
3459
3460 * emulation/cua-base.el (cua--update-indications): Fix last change.
3461 (cua-mode): Deactivate mark when cua-mode is enabled.
3462
3463 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3464
3465 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3466
3467 2004-05-03 Nick Roberts <nickrob@gnu.org>
3468
3469 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3470 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3471 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3472 window over visible frames.
3473 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3474
3475 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * progmodes/compile.el (compilation-gcpro): New var.
3478 (compilation-fake-loc): Use it.
3479 (compilation-forget-errors): Reset it.
3480
3481 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * diff-mode.el (diff-header-face, diff-file-header-face):
3484 Use min-colors.
3485
3486 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3487
3488 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3489 (bibtex-clean-entry): Disentangle code.
3490 (bibtex-realign): New function.
3491 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3492 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3493 Remove undocumented optional arg called-by-convert-alien.
3494 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3495 for sorting instead of bibtex-sort-buffer.
3496
3497 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3498
3499 * progmodes/compile.el (compilation-start): In the
3500 no-async-subprocesses branch, call sit-for to give redisplay a
3501 chance to show the updated process status in the mode line, and
3502 fontify the buffer explicitly after the process exits.
3503
3504 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * progmodes/python.el (python-compilation-line-number): Remove.
3507 (python-compilation-regexp-alist): Don't use it any more.
3508 (python-orig-start, python-input-filter): Remove.
3509 (inferior-python-mode): Don't set up comint-input-filter-functions.
3510 (python-send-region): Use compilation-fake-loc.
3511
3512 * progmodes/compile.el (compilation-messages-start): New var.
3513 (compilation-mode): Don't setup next-error-function here.
3514 (compilation-setup): Set it up here instead (for minor modes as well).
3515 Make compilation-messages-start buffer local.
3516 (compilation-next-error-function): Use it.
3517 (compilation-forget-errors): Set compilation-messages-start.
3518
3519 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * ielm.el (ielm-prompt-read-only): Update docstring.
3522
3523 * comint.el (comint-prompt-read-only): Update docstring.
3524 (comint-update-fence, comint-kill-whole-line)
3525 (comint-kill-region): New functions.
3526
3527 * simple.el (kill-whole-line): Use "p" instead of "P" in
3528 interactive form.
3529
3530 2004-05-01 Juanma Barranquero <lektu@terra.es>
3531
3532 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3533 format arglist so default values in CL-style argument lists are
3534 correctly shown.
3535
3536 2004-05-01 Jason Rumney <jasonr@gnu.org>
3537
3538 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3539
3540 2004-05-01 Kenichi Handa <handa@m17n.org>
3541
3542 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3543 quail file if it is up to date.
3544
3545 2004-04-30 Juri Linkov <juri@jurta.org>
3546
3547 * cus-edit.el (custom-mode-map):
3548 Add key binding `C-x C-s' to `Custom-save'.
3549
3550 * outline.el (outline-blank-line): New var.
3551 (outline-next-preface, outline-show-heading)
3552 (outline-end-of-subtree): Use it.
3553
3554 * dired-aux.el (dired-touch-initial): New fun.
3555 (dired-do-chxxx): Call it for op-symbol `touch'.
3556 (dired-diff): Use `dired-dwim-target-directory'
3557 if current dired buffer has no buffer mark.
3558
3559 * bindings.el (propertized-buffer-identification):
3560 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3561 Add C-M-arrow keys for consistency.
3562
3563 * files.el (confirm-kill-emacs):
3564 Change group from top-level `emacs' to `convenience'.
3565
3566 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3567 Push mark on the first call of successive command calls.
3568 (insert-pair): New fun created from `insert-parentheses' with
3569 `open' and `close' arguments added. Enclose active regions
3570 in paired characters. Compare adjacent characters syntax with
3571 inserted characters syntax before inserting a space.
3572 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3573
3574 * delsel.el: Don't put `delete-selection' property
3575 on `insert-parentheses' symbol to take advantage of
3576 region handling in `insert-pair' function.
3577 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3578
3579 2004-04-30 Kim F. Storm <storm@cua.dk>
3580
3581 * emulation/cua-base.el: Add support for changing cursor types;
3582 based on patch from Michael Mauger.
3583 (cua-normal-cursor-color, cua-read-only-cursor-color)
3584 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3585 Customization cursor type and/or cursor color.
3586 (cua--update-indications): Handle cursor type changes.
3587 (cua-mode): Update cursor indications if enabled.
3588
3589 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3590
3591 * mouse.el (mouse-drag-copy-region): New defcustom.
3592 (mouse-set-region, mouse-drag-region-1): Use it.
3593
3594 * simple.el (kill-ring-save): If region face background color is
3595 unspecified (if no highlighting), show extent of fully visible
3596 region even if transient-mark-mode is enabled.
3597
3598 * emulation/cua-base.el (cua--standard-movement-commands):
3599 Add cua-scroll-up and cua-scroll-down.
3600 (cua-scroll-up, cua-scroll-down): New commands.
3601 (cua--init-keymaps): Remap scroll-up and scroll-down.
3602
3603 * emulation/cua-rect.el (cua--convert-rectangle-as):
3604 New defmacro.
3605 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3606 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3607 New commands (suggested by Jordan Breeding).
3608
3609 2004-04-30 Juanma Barranquero <lektu@terra.es>
3610
3611 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3612
3613 2004-04-30 Mario Lang <mlang@delysid.org>
3614
3615 * diff.el (diff-switches): Fix typo in docstring.
3616
3617 2004-04-30 Alex Schroeder <alex@gnu.org>
3618
3619 * xml.el (xml-debug-print-internal): Don't add newline and
3620 indentation to text nodes and write empty elements as empty tags
3621 instead of opening and closing tags.
3622 (xml-debug-print): Take optional indent-string argument.
3623 (xml-print): Alias for xml-debug-print.
3624
3625 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3626
3627 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3628 than duplicate call to `line-beginning-position'.
3629
3630 * progmodes/f90.el (f90-get-present-comment-type):
3631 Return whitespace, as well as comment chars, for consistent filling
3632 of comment blocks. Use `match-string-no-properties'.
3633 (f90-break-line): Trim trailing whitespace when filling comments.
3634
3635 2004-04-30 Dave Love <fx@gnu.org>
3636
3637 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3638 (diary-from-outlook-internal, diary-from-outlook)
3639 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3640 New functions to import diary entries from Outlook-format
3641 appointments in mail messages.
3642
3643 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * progmodes/python.el (python-send-command): New fun.
3646 (python-send-region, python-load-file): Use it.
3647
3648 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3649
3650 * help-fns.el (help-C-file-name): Use new subr-name.
3651 Prepend `src/' to the file name.
3652 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3653 (describe-function-1, describe-variable): Only find a C source file
3654 name if DOC is already loaded.
3655
3656 * help-mode.el (help-function-def, help-variable-def):
3657 Use the new find-function-search-for-symbol functionality.
3658 Allow FILE to be `C-source'.
3659
3660 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3661 (find-function-C-source): New fun.
3662 (find-function-search-for-symbol): Use it.
3663
3664 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3665
3666 * progmodes/sql.el (sql-product-alist): Rename variable
3667 `sql-product-support'. Add Postgres login parameters.
3668 (sql-set-product, sql-product-feature): Update with renamed variable.
3669 (sql-connect-postgres): Add username prompt.
3670 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3671 Make patterns less product specific.
3672 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3673 (sql-mode-abbrev-table): Modify initialization.
3674 (sql-builtin-face): Add variable.
3675 (sql-keywords-re): Add macro.
3676 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3677 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3678 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3679 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3680 (sql-mode-linter-font-lock-keywords)
3681 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3682 (sql-mode-sybase-font-lock-keywords)
3683 (sql-mode-informix-font-lock-keywords)
3684 (sql-mode-interbase-font-lock-keywords)
3685 (sql-mode-ingres-font-lock-keywords)
3686 (sql-mode-solid-font-lock-keywords)
3687 (sql-mode-sqlite-font-lock-keywords)
3688 (sql-mode-db2-font-lock-keywords): Default to nil.
3689 (sql-product-font-lock): Always highlight ANSI keywords.
3690 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3691 (sql-send-string): Add function.
3692
3693 2004-04-29 Dave Love <fx@gnu.org>
3694
3695 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3696 (cfengine-end-of-defun): Ensure progress through buffer.
3697
3698 * info-look.el (cfengine-mode): Accept a terminal ().
3699
3700 2004-04-29 Juri Linkov <juri@jurta.org>
3701
3702 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3703 instead of isearch-yank-word-or-char. Add new key bindings for
3704 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3705 (isearch-del-char): New fun.
3706 (isearch-forward, isearch-edit-string): Update docstring.
3707 (isearch-yank-char): Doc fix.
3708 (isearch-other-meta-char): Restore point after scrolling.
3709
3710 * progmodes/compile.el (compilation-context-lines): Add nil option
3711 to disable compilation output window scrolling.
3712 (compilation-set-window): Use it.
3713
3714 * outline.el (outline-next-preface, outline-show-heading):
3715 Don't leave unhidden blank line before heading.
3716 (outline-end-of-subtree): Include last newline into subtree.
3717 (hide-entry): Leave point at beginning of heading instead of end.
3718 (outline-up-heading): Push mark for the first call of successive
3719 command calls.
3720
3721 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3722
3723 * comint.el (comint-prompt-read-only): New variable.
3724 (comint-output-filter): Implement it.
3725
3726 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3727 (ielm-prompt-internal): New variable.
3728 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3729 (ielm-send-input): Delete unused variable `buf'.
3730 (ielm-eval-input): Use `ielm-prompt-internal'.
3731 (inferior-emacs-lisp-mode): Use new variables
3732 `comint-prompt-read-only' and `ielm-prompt-internal'.
3733 Get rid of obsolete variable `directory-sep-char'.
3734 (ielm): Use `zerop'.
3735
3736 2004-04-29 John Paul Wallington <jpw@gnu.org>
3737
3738 * thumbs.el (toplevel): Require cl at compile time.
3739 Remove conditional definitions of `ignore-errors' and `caddar'
3740 because they occur at run time.
3741
3742 2004-04-28 Nick Roberts <nickrob@gnu.org>
3743
3744 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3745 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3746 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3747 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3748
3749 * progmodes/gud.el (gud-common-init): Throw an error if program is
3750 already running under gdb.
3751
3752 2004-04-28 John Paul Wallington <jpw@gnu.org>
3753
3754 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3755 (thumbs-show-image-num): Move assignment of
3756 `thumbs-current-image-filename' within scope of `i'.
3757 (thumbs-emboss-image): Don't use `evenp'.
3758
3759 2004-04-28 Richard M. Stallman <rms@gnu.org>
3760
3761 * progmodes/compile.el (compilation-context-lines): Default now 0.
3762
3763 2004-04-28 Juanma Barranquero <lektu@terra.es>
3764
3765 Use `time-less-p' from calendar/time-date.el instead of defining
3766 custom versions of it.
3767
3768 * pcomplete.el (pcomplete-time-less-p): Remove.
3769
3770 * thumbs.el (time-less-p): Remove.
3771
3772 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3773 (timeclock-generate-report): Use `time-less-p'.
3774
3775 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3776 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3777
3778 2004-04-28 Masatake YAMATO <jet@gyve.org>
3779
3780 * subr.el (remove-overlays): Make arguments optional.
3781
3782 * wid-edit.el (widget-specify-button): Put evaporate to the
3783 overlay for sample.
3784 (widget-specify-sample): Put evaporate to the overlay for sample.
3785 (widget-specify-doc): Put evaporate to the overlay for documentation.
3786
3787 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3788
3789 * info.el (info-apropos): Make it an index node. Align node names
3790 like makeinfo.
3791
3792 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3793
3794 * net/browse-url.el (browse-url-netscape-sentinel)
3795 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3796 (browse-url-epiphany-sentinel, browse-url-mosaic):
3797 Use browse-url-*-program instead of a literal program name.
3798
3799 2004-04-27 Kevin Ryde <user42@zip.com.au>
3800
3801 * eshell/em-alias.el:
3802 * eshell/em-dirs.el:
3803 * eshell/em-hist.el:
3804 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3805 features when M-x customize-group loads modules before the main
3806 eshell.el.
3807
3808 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3809
3810 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3811 either a character representation of an event or an event
3812 description list.
3813
3814 * type-break.el: Capitalise Emacs and Lisp.
3815 (type-break-good-break-interval, type-break-demo-boring-stats)
3816 (type-break-terse-messages, type-break-file-name): New defcustoms.
3817 (type-break-post-command-hook)
3818 (type-break-warning-countdown-string): Quote variable names in doc.
3819 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3820 (type-break-mode): Document type-break-good-break-interval and the
3821 "session" file. Schedule break according to the session file.
3822 Kill session file buffer on exit. Organise for save-some-buffers
3823 to always save the session file.
3824 (type-break-mode-line-message-mode, type-break-query-mode):
3825 Uppercase arguments.
3826 (type-break-file-time, type-break-file-keystroke-count, timep)
3827 (type-break-choose-file, type-break-get-previous-time)
3828 (type-break-get-previous-count): New defuns.
3829 (type-break): Avoid break querying after a completed break in the
3830 case where the query was initiated during user invocation of the
3831 break. Optional terse messages.
3832 Use type-break-good-break-interval if type-break-good-rest-interval is
3833 nil. File the break time.
3834 (type-break-schedule): New optional args for overriding the use of
3835 the current time.
3836 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3837 after a break.
3838 (type-break-check): File the keystroke count.
3839 (type-break-do-query): Prevent a second query when the break is
3840 interrupted. Optional terse message.
3841 (type-break-keystroke-reset): Record the start of a typing interval.
3842 (type-break-demo-boring): Optional terse messages. Display word
3843 per minute and keystroke counts according to
3844 type-break-demo-boring-stats.
3845
3846 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3847
3848 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3849 directories, make sure they exist under archive-tmpdir.
3850
3851 2004-04-27 Juri Linkov <juri@jurta.org>
3852
3853 * help.el (view-emacs-news): With argument, display info for the
3854 selected version by finding it among different NEWS files, and
3855 narrowing the buffer to the selected version.
3856
3857 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3858 same-window-buffer-names.
3859 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3860 non-numeric prefix argument, append the number to the buffer name
3861 for numeric prefix argument.
3862 (info-other-window): Bind same-window-regexps to nil.
3863 (Info-reference-name): Rename to Info-point-loc.
3864 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3865 and Info-find-index-name for stringy Info-point-loc.
3866 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3867 without middle `.', but with final `.' and optional line number
3868 for it. Set Info-point-loc for index nodes.
3869 (Info-index): Remove middle `.' from index entry regexp.
3870 Modify line number regexp.
3871 (Info-index-next): Decrement line number.
3872 (info-apropos): Remove middle `.' from index entry regexp.
3873 Add optional line number regexp at the end. Add matched value
3874 for line number to the result list and insert it to the buffer.
3875 Replace match-string by match-string-no-properties.
3876 Reorder result list.
3877 (Info-fontify-node): Hide index line numbers.
3878 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3879 empty matches.
3880 (Info-follow-reference): Use `str' instead of
3881 Info-following-node-name-re.
3882 (Info-toc): Use full file names. Set Info-current-node to "Top".
3883 (Info-fontify-node): Compare file names without directory name.
3884 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3885 Set second arg of Info-extract-menu-node-name for index nodes.
3886 (info-xref-visited): Use magenta3 instead of magenta4.
3887 (Info-mode): Add info-apropos to docstring.
3888
3889 * log-view.el (log-view-diff): Replace interactive code "r"
3890 by a list to allow to call it even if region is not active.
3891
3892 * paren.el (show-paren-highlight-openparen): New var.
3893 (show-paren-function): Turn on openparen highlighting when
3894 matching forward if show-paren-highlight-openparen is non-nil.
3895
3896 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3897 the constant value 1.
3898 (completions-common-part): Expand docstring.
3899
3900 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3901
3902 2004-04-27 Kim F. Storm <storm@cua.dk>
3903
3904 * image.el (insert-sliced-image): Use line-height instead of
3905 line-spacing property on newline.
3906
3907 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3908
3909 * desktop.el (desktop-buffer-misc-data-function): Rename to
3910 desktop-save-buffer and change docstring.
3911 (desktop-buffer-modes-to-save): Delete.
3912 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3913 desktop-buffer-modes-to-save.
3914 (desktop-save): Rename desktop-buffer-misc-data-function to
3915 desktop-save-buffer and allow non-function value.
3916 (desktop-missing-file-warning): Correct docstring.
3917
3918 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3919 to desktop-save-buffer.
3920
3921 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3922 desktop-save-buffer.
3923
3924 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3925
3926 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3927
3928 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3929
3930 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3931
3932 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3933
3934 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3935 (ielm): Only go to the end of the buffer when starting a new process.
3936
3937 2004-04-25 Juanma Barranquero <lektu@terra.es>
3938
3939 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3940 mode line. Bind `inhibit-read-only' to t before modifying
3941 properties of text in the buffer.
3942 (ielm): Force point to the end of buffer, even when running ielm
3943 from inside itself.
3944
3945 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3946
3947 * info.el (info-apropos): Reset Info-complete-cache.
3948
3949 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3950
3951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3952 Also recognize severe Irix et al. messages.
3953 (compilation-normalize-filename, compile-abbreviate-directory):
3954 Delete functions.
3955 (compilation-get-file-structure): New function inherits
3956 functionality of the two preceding ones.
3957 (compilation-internal-error-properties, compilation-fake-loc):
3958 Use it so that different paths to the same file share the same
3959 markers. Also optimize finding adjacent marker slightly.
3960
3961 2004-04-25 Kim F. Storm <storm@cua.dk>
3962
3963 * image.el (insert-sliced-image): Add line-spacing t property
3964 to newlines separating image lines.
3965
3966 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3967
3968 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3969
3970 * ielm.el (ielm-prompt-read-only): New user option.
3971 (ielm-prompt): Expand docstring to describe new behavior.
3972 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3973 mention it in the docstring.
3974
3975 2004-04-24 Andreas Schwab <schwab@suse.de>
3976
3977 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3978
3979 * diff.el (diff): Set default-directory in diff buffer.
3980
3981 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3982
3983 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3984 mail was being composed if the terminal cannot display more than
3985 one frame; instead, switch to previous frame.
3986
3987 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3988 (rmail-start-mail): Support rmail-mail-new-frame even on
3989 terminals that can display only one frame at a time.
3990
3991 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3994 (checkdoc-output-font-lock-keywords): Remove error regexp.
3995 (checkdoc-output-mode-map): Remove.
3996 (checkdoc-output-mode): Derive from compilation-mode.
3997 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3998
3999 * dired.el (dired-mode-map): Add a menu entry for wdired.
4000
4001 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4002 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4003
4004 * wdired.el: (wdired-mode-map): Move init into declaration.
4005 Fix `return' binding.
4006 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4007 Use force-mode-line-update.
4008 (wdired-get-filename): Use `unless'.
4009 (wdired-preprocess-files): Don't assume names have no \n and use / for
4010 dir separator.
4011 (wdired-normalize-filename): Use replace-regexp-in-string.
4012 (wdired-load-hooks): Remove.
4013 (wdired-mode-hooks): Rename to wdired-mode-hook.
4014
4015 * info-look.el: Add support for cfengine-mode.
4016 (info-lookup-setup-mode): Use dolist.
4017
4018 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
4019
4020 * wdired.el: New file.
4021
4022 2004-04-23 Juanma Barranquero <lektu@terra.es>
4023
4024 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4025
4026 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4027 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4028 (pcomplete--help, pcomplete--here): Doc fixes.
4029
4030 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4031
4032 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4033 handles wrong-number-of-arguments in backend call.
4034
4035 * vc.el (vc-print-log): Likewise.
4036
4037 2004-04-20 Dave Love <fx@gnu.org>
4038
4039 * emacs-lisp/rx.el: Doc fixes.
4040 (rx-constituents): Add/extend many forms.
4041 (rx-check): Check form is a list.
4042 (bracket): Defvar.
4043 (rx-check-any, rx-any, rx-check-not): Modify.
4044 (rx-not): Simplify.
4045 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4046 (rx-kleene): Use rx-trans-forms.
4047 (rx-quote-for-set): Delete.
4048 (rx): Allow multiple args.
4049
4050 2004-04-23 Kenichi Handa <handa@m17n.org>
4051
4052 * international/mule-util.el (char-displayable-p): Simplify by
4053 using internal-char-font.
4054
4055 2004-04-23 Juanma Barranquero <lektu@terra.es>
4056
4057 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4058
4059 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * diff-mode.el (diff-next-error): New fun.
4062 (diff-mode): Use it.
4063
4064 * simple.el (next-error): Change arg name.
4065 Add support for the documented C-u C-x ` usage.
4066
4067 * frame.el (special-display-popup-frame, next-multiframe-window)
4068 (previous-multiframe-window): Only consider frames on same display.
4069
4070 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4071
4072 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4073 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4074
4075 2004-04-22 Kim F. Storm <storm@cua.dk>
4076
4077 * net/telnet.el (telnet): Add optional port arg.
4078
4079 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4082 Minor sanity check on the `hyperlink' slot.
4083
4084 * Makefile.in (recompile): Compile new files.
4085
4086 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
4087 Add byte-recompile-directory's optional `arg'.
4088
4089 * cvs-status.el (cvs-tree-use-charset): New var.
4090 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
4091 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
4092 (cvs-status-cvstrees): Use it.
4093
4094 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
4095 Make it a normal major mode.
4096 (checkdoc-buffer-label): Make sure the file name is meaningful.
4097 (checkdoc-output-to-error-buffer): Remove.
4098 (checkdoc-error, checkdoc-start-section): Rewrite.
4099
4100 * info.el (info-node, info-menu-5, info-xref, info-header-node)
4101 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4102 (Info-title-4-face): Use new syntax.
4103 (info-xref-visited): Inherit from info-xref.
4104
4105 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
4106
4107 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4108
4109 * simple.el (next-error-last-buffer, next-error-function):
4110 New variables for the next-error framework.
4111 (next-error-buffer-p): New function.
4112 (next-error-find-buffer): Generalize compilation-find-buffer.
4113 (next-error, previous-error, first-error, next-error-no-select)
4114 (previous-error-no-select): Move from compile.el.
4115
4116 * replace.el (occur-next-error, occur-1): Hook into the next-error
4117 framework.
4118
4119 * progmodes/compile.el (compilation-start):
4120 Set next-error-last-buffer so next-error knows where to jump.
4121 (compilation-setup): Set the buffer-local variable
4122 next-error-function to 'compilation-next-error-function.
4123 (compilation-buffer-p, compilation-buffer-internal-p): Use an
4124 alternate way to find if a buffer is a compilation buffer, for
4125 next-error convenience.
4126 (next-error-no-select, previous-error-no-select, next-error)
4127 (previous-error, first-error): Move to simple.el.
4128 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
4129 (compilation-last-buffer): Remove.
4130 (compilation-start, compilation-next-error, compilation-setup)
4131 (compilation-next-error-function, compilation-find-buffer):
4132 Remove compilation-last-buffer use.
4133
4134 2004-04-21 Juanma Barranquero <lektu@terra.es>
4135
4136 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
4137 (font-lock-warning-face): Fix spacing.
4138
4139 * makefile.w32-in (WINS): Add url/ directory.
4140
4141 2004-04-21 Lars Hansen <larsh@math.ku.dk>
4142
4143 * desktop.el (desktop-buffer-mode-handlers): New variable.
4144 Alist of major mode specific functions to restore a desktop buffer.
4145 (desktop-buffer-handlers): Make variable obsolete.
4146 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
4147 Catch errors signaled in handlers. Update buffer count.
4148 Evaluate desktop-buffer-point.
4149 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
4150 move to dired.el.
4151 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
4152 move to info.el.
4153 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
4154 move to mail/rmail.el.
4155 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
4156 to mh-e/mh-e.el.
4157 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
4158 On fail, print message (to message buffer) even if
4159 desktop-missing-file-warning is nil.
4160 (desktop-buffer-misc-data-function): New buffer local variable.
4161 Function returning major mode specific data.
4162 (desktop-buffer-misc-functions): Make variable obsolete.
4163 (desktop-save): Use desktop-buffer-misc-data-function.
4164 (desktop-buffer-dired-misc-data): Rename to
4165 dired-desktop-buffer-misc-data and move to dired.el.
4166 (desktop-buffer-info-misc-data): Rename to
4167 Info-desktop-buffer-misc-data and move to info.el.
4168 (desktop-read): Add message about number of buffers restored/failed.
4169
4170 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
4171 Add parameters. Pause to display error only when
4172 desktop-missing-file-warning is non-nil.
4173 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4174 (dired-mode): Bind desktop-buffer-misc-data-function.
4175
4176 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
4177 Add Parameters.
4178 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
4179 (Info-mode): Bind desktop-buffer-misc-data-function.
4180
4181 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
4182 Add Parameters.
4183
4184 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
4185 Add Parameters.
4186
4187 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
4188
4189 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
4190 the case of letters in case-insensitive expansions when the
4191 abbrev is preceded by characters with letter syntax.
4192
4193 2004-04-21 Richard M. Stallman <rms@gnu.org>
4194
4195 * progmodes/cperl-mode.el (cperl-putback-char):
4196 Delete Emacs 18 definition.
4197
4198 * international/mule.el (ctext-post-read-conversion):
4199 Use assoc-string, not assoc-ignore-case.
4200
4201 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
4202
4203 * emacs-lisp/easymenu.el (easy-menu-add):
4204 Do call x-popup-menu, but only if it's defined.
4205
4206 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
4207
4208 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
4209 Handle multiple args: compile like progn.
4210
4211 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
4212 take all args as &rest arg.
4213
4214 * autoinsert.el (auto-insert-alist): Insert the user's name in
4215 copyright notice, rather than Free Software Foundation.
4216
4217 2004-04-21 Kenichi Handa <handa@m17n.org>
4218
4219 * descr-text.el (describe-char): Make it work on *Help* buffer.
4220
4221 2004-04-21 Kim F. Storm <storm@cua.dk>
4222
4223 * image.el (insert-image): Add optional SLICE arg.
4224 (insert-sliced-image): New defun.
4225
4226 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
4227
4228 * subr.el (read-number): Check whether `default' is nil.
4229
4230 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * progmodes/compile.el (compilation-error-properties):
4233 Split into two.
4234 (compilation-internal-error-properties): New one.
4235 (compilation-compat-error-properties): Use it. Fix the non-marker case.
4236
4237 2004-04-20 Richard M. Stallman <rms@gnu.org>
4238
4239 * window.el (split-window-save-restore-data):
4240 Don't update the data if OLD-INFO is nil.
4241
4242 * view.el (view-return-to-alist): Mark it permanent local.
4243
4244 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
4245
4246 * recentf.el (recentf-save-list): Catch and warn about errors.
4247
4248 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
4249 so "Buffers" won't be pure.
4250
4251 * help-mode.el (help-mode-finish): Set help-return-alist first
4252 thing, setting only the entry for the selected window.
4253
4254 * help-fns.el (describe-function-1): If many non-control non-meta
4255 keys run the command, don't list all of them.
4256
4257 2004-04-20 Juanma Barranquero <lektu@terra.es>
4258
4259 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
4260 arg. Copied from Andre Spiegel's patch of 2004-03-21.
4261
4262 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
4263
4264 2004-04-20 Kenichi Handa <handa@m17n.org>
4265
4266 * international/quail.el (quail-lookup-key): New optional arg
4267 NOT-RESET-INDICES.
4268 (quail-get-translations): Call quail-lookup-key with
4269 NOT-RESET-INDICES t.
4270 (quail-completion): Likewise.
4271 (quail-lookup-map-and-concat): Likewise.
4272
4273 2004-04-20 Kenichi Handa <handa@m17n.org>
4274
4275 * international/quail.el (quail-update-translation): Don't insert
4276 such an unsupported multibyte char in a unibyte buffer.
4277
4278 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
4279
4280 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
4281 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
4282 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
4283 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
4284 (gdb-frame-assembler-buffer): Improve behaviour with
4285 multiple frames.
4286 (gdb-display-buffer): Extend search to all visible frames.
4287
4288 2004-04-19 Eli Zaretskii <eliz@gnu.org>
4289
4290 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
4291 characters left after base64 decoding.
4292 (rmail-decode-region): Use -dos variety of `coding', to remove any
4293 ^M characters left after qp or base64 decoding.
4294
4295 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4296
4297 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
4298 messages.
4299
4300 2004-04-19 Stephen Eglen <stephen@gnu.org>
4301
4302 * add-log.el (add-change-log-entry): Update doc string to mention
4303 add-log-full-name and add-log-mailing-address.
4304
4305 2004-04-18 Juri Linkov <juri@jurta.org>
4306
4307 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
4308 (Info-find-node-2): Simplify error message.
4309 (Info-insert-dir): Use Info-following-node-name.
4310 (Info-goto-node): Remove *info-history* and *info-toc*.
4311 (Info-history): Create a node of the virtual history file.
4312 (Info-toc): Create a node of the virtual toc file.
4313 (Info-insert-toc): New arg `curr-file' for reference file names.
4314 (info-apropos): Remove redundant var binding for temp-file.
4315 (Info-index, Info-index-next, Info-mode): Doc fix.
4316 (Info-goto-emacs-command-node): Don't jump to *info* from
4317 non-*info* Info buffers.
4318 (Info-fontify-node): Don't show the file name of external
4319 references if `Info-hide-note-references' is `hide'. Don't hide
4320 newlines at the end of paragraphs.
4321
4322 * international/mule-diag.el (list-input-methods):
4323 Fix args to help-xref-button.
4324
4325 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
4326 to put into effect local variables from TUTORIAL files.
4327
4328 * textmodes/paragraphs.el (sentence-end) <function>: New fun
4329 with default value taken from the variable `sentence-end'.
4330 (sentence-end) <defcustom>: Set default to nil. Doc fix.
4331 Add nil const to :type.
4332 (sentence-end-without-period, sentence-end-double-space)
4333 (sentence-end-without-space): Doc fix.
4334
4335 * textmodes/paragraphs.el (forward-sentence):
4336 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4337 (fill-delete-newlines):
4338 * progmodes/cc-cmds.el (c-beginning-of-statement):
4339 Use function `sentence-end' instead of variable `sentence-end'.
4340
4341 2004-04-18 Andreas Schwab <schwab@suse.de>
4342
4343 * progmodes/compile.el (compilation-start): Set window start to
4344 point-min if compilation-scroll-output is nil.
4345
4346 2004-04-18 John Wiegley <johnw@newartisans.com>
4347
4348 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4349
4350 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
4351
4352 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4353 (gdb-info-breakpoints-custom): Revert previous change.
4354 (gdb-view-assembler): Update assembler if necessary.
4355 (gdb-frame-handler): Parse correctly for gdb-current-frame.
4356 (gdb-display-source-buffer): Update properly when both source and
4357 assembler are visible.
4358
4359 2004-04-17 John Wiegley <johnw@newartisans.com>
4360
4361 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4362 which limits the number of names shown in the minibuffer. Off by
4363 default.
4364 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
4365 up iswitchb for users with a multitude of open buffers by showing
4366 only the first and last N/2 buffers in the completion list (which
4367 is enough to aid C-s/C-r, and to know that more characters are
4368 needed to refine the completion list).
4369
4370 2004-04-17 Richard M. Stallman <rms@gnu.org>
4371
4372 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4373 (file-truename): Expand all ~ constructs directly.
4374 (insert-directory): Delete any error msg output by the
4375 `insert-directory-program'.
4376
4377 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4378 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4379 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4380 (allout-init): Use find-file-hook, not find-file-hooks.
4381 (allout-mode): Eliminate Emacs 18 support.
4382 Use write-contents-functions, not local-write-file-hooks.
4383
4384 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
4385
4386 * progmodes/compile.el (compilation-error-properties): Fix for
4387 adding messages when there are already markers for their file.
4388 (compilation-fake-loc): New function.
4389
4390 2004-04-16 Dave Love <fx@gnu.org>
4391
4392 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4393 (python-load-file): Fix python-orig-start setting.
4394
4395 * progmodes/compile.el: Doc fixes.
4396 (compilation-error-regexp-alist-alist)
4397 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4398 (compilation-assq): Wrap in eval-when-compile.
4399 (compilation-mode-font-lock-keywords): Don't use list*.
4400 (compilation-start): Avoid warning.
4401 (compilation-compat-error-properties)
4402 (compilation-directory-properties): Add keymap property.
4403 (compilation-parsing-end): Make it a marker for better compatibility.
4404
4405 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4406
4407 2004-04-16 Mark A. Hershberger <mah@everybody.org>
4408
4409 * xml.el: Doc fixes.
4410 (xml-get-children): Only looks at sub-tags and ignore strings.
4411
4412 * xml.el (xml-parse-tag): Avoid overwriting node-name.
4413
4414 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4417
4418 2004-04-16 Andre Spiegel <spiegel@gnu.org>
4419
4420 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4421
4422 * vc.el (vc-print-log): Likewise.
4423
4424 2004-04-16 Masatake YAMATO <jet@gyve.org>
4425
4426 * simple.el (completion-setup-function): Set an initial value
4427 to `element-common-end' before entering loop. Set a value
4428 to `element-common-end' at the end of loop.
4429 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4430 (completions-common-part): Rename from completion-de-emphasis.
4431 (completions-first-difference): Rename from completion-emphasis.
4432 Suggested by RMS.
4433
4434 2004-04-16 Juanma Barranquero <lektu@terra.es>
4435
4436 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4437 (bookmark-edit-annotation-mode): Add mode name.
4438
4439 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4442 for nested conflict markers.
4443 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4444
4445 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
4446
4447 * progmodes/gdb-ui.el (gdb-goto-info): New function.
4448
4449 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4450
4451 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4454 Give a backtrace if requested.
4455
4456 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4457
4458 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4459 Remove unused functions.
4460 (python-orig-start-line, python-orig-file): Remove.
4461 (python-orig-start): New var.
4462 (python-input-filter, python-compilation-line-number)
4463 (python-send-region, python-load-file): Use it.
4464
4465 * info.el (info): Always jump to *info*.
4466
4467 * subr.el (posn-set-point): New function.
4468
4469 * mouse.el (mouse-set-point): Use it.
4470
4471 * progmodes/compile.el (compile-goto-error): Use it.
4472 (compilation-button-map): New keymap.
4473 (compilation-error-properties): Use it.
4474 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4475
4476 * smerge-mode.el (smerge-popup-context-menu): Use it.
4477
4478 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4479 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4480 mouse and non-mouse case.
4481
4482 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4483 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4484
4485 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4486 Make it work for non-mouse events.
4487
4488 * pcvs-info.el (cvs-status-map): Update binding name.
4489
4490 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4491
4492 * xml.el (xml-maybe-do-ns): New function to handle namespace
4493 parsing of both attribute and element names.
4494 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4495 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4496 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4497 (xml-parse-attlist): Make it do its own namespace parsing.
4498
4499 2004-04-14 Dave Love <fx@gnu.org>
4500
4501 * progmodes/python.el (run-python): Fix use of \n.
4502 (python-load-file): Remove `try' from Python fragment.
4503 (python-describe-symbol): Fix message.
4504
4505 * comint.el: Doc fixes.
4506 (comint-last-input-start, comint-last-input-end)
4507 (comint-last-output-start): Give them values.
4508 (comint-arguments): Avoid warning.
4509 (comint-skip-prompt): Use line-end-position.
4510 (comint-backward-matching-input): Rename arg to agree with doc.
4511 (comint-extract-string): Use syntax-ppss.
4512 (comint-dynamic-simple-complete): Delete useless list construction.
4513 (comint-redirect-subvert-readonly): New.
4514 (comint-redirect-preoutput-filter): Use it.
4515
4516 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4517 Correctly handle negative arguments when calling hook functions.
4518
4519 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4520
4521 * info.el (info-apropos): Don't clobber Info-history-list.
4522
4523 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4524
4525 * progmodes/compile.el (compilation-setup):
4526 Localize overlay-arrow-position.
4527 (compilation-sentinel): Restructure code equivalently.
4528 (compilation-next-error): Find message on same line after point if
4529 not found before point.
4530 (compile-mouse-goto-error): Restore function so that compilation
4531 buffer need not be current and use compile-goto-error.
4532 (compile-goto-error): Restore function.
4533 (next-error): Set overlay-arrow-position.
4534 (compilation-forget-errors): Don't localize already local
4535 compilation-locs and remove FIXME about refontifying.
4536
4537 2004-04-14 Kim F. Storm <storm@cua.dk>
4538
4539 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4540 (command-line): New option -Q. Like -q --no-site-file, but
4541 in addition it also disables menu-bar, tool-bar, scroll-bars,
4542 tool-tips, and the blinking cursor.
4543 (command-line-1): Skip startup screen if -Q.
4544 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4545
4546 * emulation/cua-base.el (cua-read-only-cursor-color)
4547 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4548
4549 2004-04-13 Dave Love <fx@gnu.org>
4550
4551 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4552 (syntax): Don't require.
4553 (python) <defgroup>: Add :version.
4554 (python-quote-syntax): Re-written.
4555 (inferior-python-mode): Move stuff here from run-python and add
4556 some more.
4557 (python-preoutput-continuation, python-preoutput-result)
4558 (python-dotty-syntax-table): New.
4559 (python-describe-symbol): Use them.
4560 (run-python): Move stuff to inferior-python-mode. Modify code
4561 loaded into Python.
4562 (python-send-region): Use python-proc, python-send-string.
4563 (python-send-string): Send newlines too. Callers changed.
4564 (python-load-file): Re-written.
4565 (python-eldoc-function): New.
4566 (info-look): Don't require.
4567 (python-after-info-look): New. A modified version of former
4568 top-level code for use with eval-after-load.
4569 (python-maybe-jython, python-guess-indent): Use widened buffer.
4570 (python-fill-paragraph): Re-written.
4571 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4572 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4573
4574 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4577 Set compilation-error-regexp-alist earlier.
4578
4579 * progmodes/compile.el (compilation-minor-mode-map)
4580 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4581 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4582
4583 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4586 corresponding to the event.
4587
4588 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4589
4590 * loadup.el: Add cygwin to system-type list, for unexec() support.
4591
4592 2004-04-12 John Paul Wallington <jpw@gnu.org>
4593
4594 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4595 (ibuffer-restore-window-config-on-quit): New variable to replace
4596 `ibuffer-delete-window-on-quit'. Update all references.
4597 (ibuffer-prev-window-config): New variable.
4598 (ibuffer-quit): Restore previous window configuration instead of
4599 deleting window.
4600 (ibuffer): Save window configuration before showing Ibuffer buffer.
4601
4602 * help.el (describe-mode): Doc fix.
4603
4604 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4607 not to treat nil as a function.
4608
4609 * vc-arch.el (vc-arch-root): Be a bit more careful.
4610 (vc-arch-register): Save the buffer if we modified it.
4611 (vc-arch-delete-rej-if-obsolete): Save excursion.
4612 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4613 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4614
4615 * net/ldap.el (ldap-search): Use list*.
4616
4617 2004-04-12 Juri Linkov <juri@jurta.org>
4618
4619 * info.el (Info-follow-reference): Allow multiline reference name.
4620
4621 2004-04-11 Dave Love <fx@gnu.org>
4622
4623 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4624
4625 * progmodes/python.el: New file.
4626
4627 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4628
4629 * vc-hooks.el (vc-arg-list): Function removed.
4630 (vc-default-workfile-unchanged-p): Use condition-case to check for
4631 backward compatibility.
4632
4633 * vc.el (vc-print-log): Use condition-case to check for backward
4634 compatibility.
4635
4636 2004-04-11 Juri Linkov <juri@jurta.org>
4637
4638 * dired.el (dired-faces): New defgroup.
4639 (dired-header, dired-mark, dired-marked, dired-flagged)
4640 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4641 New faces.
4642 (dired-header-face, dired-mark-face, dired-marked-face)
4643 (dired-flagged-face, dired-warning-face, dired-directory-face)
4644 (dired-symlink-face, dired-ignored-face): New face variables.
4645 (dired-font-lock-keywords): Use them instead of font-lock faces.
4646 Split the rule for dired marks into 3 separate rules: for marks,
4647 marked file names and flagged file names.
4648
4649 * help-mode.el (help-make-xrefs): Add a final newline to the
4650 *Help* buffer.
4651
4652 2004-04-11 John Paul Wallington <jpw@gnu.org>
4653
4654 * replace.el (occur-engine): Distinguish between one and several
4655 matches in the matches per buffer heading.
4656
4657 2004-04-11 Kim F. Storm <storm@cua.dk>
4658
4659 * ido.el (ido-confirm-unique-completion): New defcustom.
4660 (ido-complete): Use it.
4661 (ido-write-file): Set it to t unconditionally.
4662
4663 2004-04-10 Miles Bader <miles@gnu.org>
4664
4665 RCS keyword removal (only non-comment changes are enumerated here):
4666
4667 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4668 (byte-compile-insert-header): Don't use `byte-compile-version'.
4669 * forms.el (forms-version): Variable removed.
4670 (forms-mode): Don't use `forms-version'.
4671 * recentf.el (recentf-version): Variable removed.
4672 * progmodes/delphi.el (delphi-version): Variable removed.
4673 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4674
4675 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4678
4679 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4680
4681 * info.el (info-apropos): Improve menu item regexp.
4682
4683 2004-04-09 Simon Josefsson <jas@extundo.com>
4684
4685 * mail/smtpmail.el: Add comment, based on report by
4686 kdc@rcn.com (Kevin D. Clark).
4687
4688 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4691 Redo one more thing that I didn't notice Daniel had undone.
4692
4693 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4694
4695 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4696 (gdb-goto-breakpoint, gdb-display-buffer)
4697 (gdb-display-source-buffer, gdb-view-source-function)
4698 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4699 (gdb-source-info, gdb-frame-handler): Don't specify a window
4700 for display.
4701 (gdb-info-breakpoints-custom): Remove superfluous update of
4702 assembler buffer.
4703 (gdb-many-windows): Make settable outside gdb.
4704
4705 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4706
4707 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4708 Derive from fundamental-mode rather than text-mode.
4709
4710 2004-04-08 Juri Linkov <juri@jurta.org>
4711
4712 * info.el (Info-history): Doc fix.
4713 (Info-history-list): New var.
4714 (info-xref): Change magenta4 to blue, remove bold for dark and
4715 light backgrounds, change bold to underline for non-color classes.
4716 (info-xref-visited): New face.
4717 (Info-fontify-visited-nodes): New custom.
4718 (Info-hide-note-references): Add new value `hide'. Doc fix.
4719 (Info-reference-name): New var.
4720 (Info-selection-hook): New custom.
4721 (Info-edit-mode-hook): New var.
4722 (Info-find-file): New fun.
4723 (Info-find-node): Move part of code to Info-find-file.
4724 (Info-find-node-2): Add anchors to Info-history-list. Move point
4725 to the place with the reference name if name is defined.
4726 (Info-select-node): Add current node to Info-history-list.
4727 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4728 (Info-search-whitespace-regexp): New custom.
4729 (Info-search-case-fold): New var.
4730 (Info-search): Add "case-sensitively" to the prompt.
4731 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4732 (Info-search-case-sensitively, Info-search-next): New fun.
4733 (Info-up): Move point to the menu item of the current node.
4734 (Info-history): New fun. Add *info-history* to
4735 same-window-buffer-names.
4736 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4737 (Info-insert-toc): New fun.
4738 (Info-build-toc): New fun.
4739 (Info-follow-reference): Add new arg `fork'. Doc fix.
4740 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4741 with the same name prefer the reference closest to point.
4742 (Info-next-reference): Replace * by + in the *Note regexp.
4743 Add regexp for http:// and ftp://. Skip the *Note prefix.
4744 (Info-prev-reference): Replace * by + in the *Note regexp.
4745 Add regexp for http:// and ftp://. Skip the *Note prefix.
4746 (Info-follow-nearest-node): Add new arg `fork'.
4747 (Info-try-follow-nearest-node): Add new arg `fork'.
4748 Call browse-url for http:// and ftp:// references.
4749 Set Info-reference-name for index entries.
4750 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4751 Info-search-next, Info-history, Info-toc, clone-buffer.
4752 (Info-menu-update): Replace * by + in the *Note regexp.
4753 (Info-mode): Add documentation for Info-history, Info-toc,
4754 Info-search-case-sensitively, Info-search-next, clone-buffer.
4755 (Info-fontify-menu-headers): Remove fun. Move code to
4756 Info-fontify-node.
4757 (Info-fontify-node): Add docstring. Add local vars
4758 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4759 then fontify header line, titles, menu headers, http and ftp
4760 references, refill paragraphs. If not-fontified-p is t or
4761 fontify-visited-p is t then fontify cross references, menu items.
4762 Fontify menu headers. Fontify http and ftp references.
4763 Change regexp for cross references to require whitespace after *Note,
4764 add matching groups for file and node names. Remove hack for quote.
4765 Use display property for Info-hide-note-references=t. Use fifth
4766 or fourth match for help-echo. Display visited nodes in a
4767 different face. Unhide file names of external references.
4768 Unhide newlines. Display visited menu items in a different face.
4769
4770 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * progmodes/compile.el: Require CL.
4773 (compilation-mode-font-lock-keywords): Re-install the "line as
4774 function" patch.
4775
4776 * help-fns.el (help-C-source-directory): New var.
4777 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4778 (describe-function-1, describe-variable): Use them.
4779
4780 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4781 to C source files specially.
4782
4783 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4784
4785 * info.el (Info-hide-cookies-node): New function.
4786 (Info-select-node): Use it.
4787 (Info-display-images-node): Remove message with image file name.
4788
4789 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4790
4791 * progmodes/compile.el (compilation-warning-face)
4792 (compilation-info-face, compilation-skip-threshold)
4793 (compilation-skip-visited, compilation-context-lines):
4794 Declare :version when added to Emacs.
4795 (compilation-error-regexp-alist-alist): Extend caml and irix.
4796 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4797 (compilation-mode-font-lock-keywords): Temporarily undo line as
4798 function patch, which wasn't ready.
4799
4800 2004-04-07 Kenichi Handa <handa@m17n.org>
4801
4802 * international/latin1-disp.el (latin1-display-setup): Check each
4803 character is displayable or not instead of calling
4804 latin1-display-check-font.
4805
4806 2004-04-06 Kenichi Handa <handa@m17n.org>
4807
4808 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4809 New variable.
4810 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4811 instead of sera-being-called-by-w3.
4812 (ethio-fidel-to-sera-buffer): Likewise.
4813 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4814 instead of sera-being-called-by-w3.
4815 (ethio-write-file): Likewise.
4816
4817 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4818
4819 * printing.el: Doc fix.
4820
4821 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4822
4823 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4824 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4825 (gdb-setup-windows): Only use separate IO buffer if required.
4826
4827 2004-04-06 Kim F. Storm <storm@cua.dk>
4828
4829 * term.el (term-is-xemacs): Remove.
4830 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4831 (term-window-width): New function.
4832 (term-mode, term-check-size): Use it.
4833 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4834
4835 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4836
4837 * cus-edit.el (custom-add-parent-links): Change unbound variable
4838 `symbol' to `name'.
4839
4840 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4841 * info.el (info-apropos): New function.
4842 (Info-mode-menu): Add it.
4843 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4844
4845 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4846 inherited docstring.
4847
4848 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4849
4850 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4853
4854 * progmodes/compile.el (font-lock): Don't require any more.
4855 (compilation-error-properties, compilation-start, compilation-sentinel)
4856 (compilation-filter, next-error): Use with-current-buffer.
4857 (compilation-skip-to-next-location, compilation-skip-threshold)
4858 (compilation-skip-visited): Move to silence the byte-compiler.
4859 (compilation-setup): Simplify.
4860 (compilation-next-error): Use line-(beginning|end)-position.
4861 Make sure `pt' is non-nil before using compilation-loop.
4862 (compile-goto-error): Add optional event arg. Use it.
4863 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4864 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4865 Update the binding for mouse-2.
4866 (first-error): Set compilation-current-error to nil rather than bob.
4867 (compilation-parsing-end, compilation-parse-errors-function)
4868 (compilation-error-list, compilation-old-error-list):
4869 "New" compatibility variables.
4870 (compile-buffer-substring, compilation-compat-error-properties)
4871 (compilation-compat-parse-errors, compilation-forget-errors):
4872 New compatibility functions.
4873 (compilation-mode-font-lock-keywords): Use them.
4874
4875 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4876
4877 * autorevert.el (auto-revert-handler): If point (or a window
4878 point) is at the end of the buffer, keep it there after
4879 reverting. This allows to tail a file.
4880 Mention this in the `Commentary'.
4881
4882 * format.el (format-write-file): Add optional argument CONFIRM
4883 and make it behave like the analogous argument to `write-file'.
4884
4885 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4886
4887 * progmodes/ebnf2ps.el: Doc fix.
4888 (ebnf-version): New version number (4.2).
4889 (ebnf-syntax): Customization and docstring fix.
4890 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4891 Put autoloaded funs before first use.
4892 (ebnf-style-database): Add dtd entry.
4893 (ebnf-syntax-alist): Add dtd initialization.
4894 (ebnf-token-sequence): New fun.
4895 (ebnf-comment-table): Add new comment action character.
4896 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4897
4898 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4899 Type Definition for XML).
4900
4901 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4902 * progmodes/ebnf-bnf.el (ebnf-sequence):
4903 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4904 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4905 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4906 Code simplification: call ebnf-token-sequence.
4907
4908 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4909
4910 * calendar/timeclock.el (timeclock-relative)
4911 (timeclock-get-project-function, timeclock-get-workday-function)
4912 (timeclock-query-out, timeclock-when-to-leave)
4913 (timeclock-when-to-leave-string, timeclock-log-data)
4914 (timeclock-generate-report, timeclock-in): Doc fixes.
4915
4916 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * url/: New dir. Import the URL package from its repository.
4919
4920 2004-04-03 Andreas Schwab <schwab@suse.de>
4921
4922 * diff-mode.el (diff-mode): Fix missing quote.
4923
4924 2004-04-03 Juri Linkov <juri@jurta.org>
4925
4926 * descr-text.el (describe-property-list): Add `font-lock-face'.
4927
4928 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4929
4930 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4931
4932 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4933 Use utf-16le on little endian machines and utf-16be otherwise.
4934
4935 2004-04-02 David Kastrup <dak@gnu.org>
4936
4937 * net/browse-url.el (browse-url-generic): Use call-process
4938 instead of start-process to allow browsers that fork and detach.
4939
4940 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4941
4942 * compile.el (compilation-current-error): New var.
4943 (compilation-setup, compile-mouse-goto-error)
4944 (compile-goto-error, next-error): Use it.
4945 (compilation-skip-to-next-location): Default to t, which gives
4946 contiguous skipping like old compile (where this was redundant).
4947 (compilation-next-error): Prevent previous-* commands from moving
4948 back to message at or just before point.
4949
4950 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4951
4952 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4953 (gdb-source-info): Don't display source at startup, if required.
4954 (gdb-show-main): New option.
4955 (gdba): Update documentation.
4956 (gdb-source): Cover case of auto-display output.
4957
4958 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4959
4960 * autorevert.el: Delete obsolete autoload's and defvar's.
4961 (auto-revert-check-vc-info): New user option.
4962 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4963 (auto-revert-handler-vc): Delete.
4964 (auto-revert-handler): Treat return value `fast' of
4965 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4966
4967 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4968 return `fast'.
4969
4970 * files.el (buffer-stale-function): Doc change.
4971
4972 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4973
4974 * printing.el: New tip on Tips section.
4975 (pr-version): New version number (6.7.4).
4976 (pr-shell-file-name): Initialization fix.
4977
4978 2004-03-31 Juri Linkov <juri@jurta.org>
4979
4980 * dired.el: Add autoload for `dired-do-touch'.
4981 (dired-touch-program): New var.
4982 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4983 (dired-no-confirm): Add `touch' to docstring.
4984
4985 * dired-aux.el (dired-do-touch): New fun.
4986 (dired-do-chxxx): Add argument -t for touch operation.
4987
4988 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4989 `dired-move-to-filename-regexp'.
4990
4991 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4992
4993 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4994
4995 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4996
4997 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4998 and only if the buffer was modified.
4999
5000 2004-03-30 Kenichi Handa <handa@m17n.org>
5001
5002 * international/characters.el: Delete pairs for U+2308..U+230B.
5003
5004 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5005
5006 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5007 to detect the beginning of a level 2 or 3 annotation.
5008
5009 2004-03-29 Kenichi Handa <handa@m17n.org>
5010
5011 * international/ucs-tables.el (ucs-insert): Fix the error message.
5012
5013 2004-03-29 Kenichi Handa <handa@m17n.org>
5014
5015 * international/mule-util.el (char-displayable-p): Fix generation
5016 of XLFD file name.
5017
5018 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5019 before finding directories by `find'.
5020
5021 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * subr.el (interactive-form): Delete. Now implemented in C.
5024
5025 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5026
5027 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5028 (vc-diff-label): New fun.
5029 (vc-diff-internal): Use it.
5030
5031 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5032
5033 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5034
5035 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5036
5037 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5038 specify XML (EBNFX).
5039
5040 * progmodes/ebnf2ps.el: Doc fix.
5041 (ebnf-version): New version number (4.1).
5042 (ebnf-syntax): Adjust customization.
5043 (ebnf-style-database): Add ebnfx entry.
5044 (ebnf-syntax-alist): Add ebnfx initialization.
5045 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5046
5047 * printing.el: Doc fix.
5048 (pr-version): New version number (6.7.3).
5049 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5050 returns nil for mouse position. Reported by Drew Adams
5051 <drew.adams@oracle.com>.
5052 (pr-update-menus): Modify interactive declaration. Reported by Drew
5053 Adams <drew.adams@oracle.com>.
5054
5055 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5056
5057 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5058 (gud-gdba-marker-filter): Log the process input and output, if
5059 required. From Stefan Monnier.
5060 (gdb-debug-log, gdb-enable-debug-log): New variables.
5061 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5062
5063 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5066 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
5067
5068 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5069
5070 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5071 Call vc-find-file-hook here instead of in auto-revert-buffers.
5072 (auto-revert-buffers): Delete call to vc-find-file-hook.
5073 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5074 (global-auto-revert-mode, auto-revert-set-timer)
5075 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5076
5077 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5078
5079 * woman.el (woman-change-fonts): Rename local variable
5080 woman-font-alist to font-alist to avoid a compiler warning.
5081
5082 2004-03-27 Dave Love <fx@gnu.org>
5083
5084 * emacs-lisp/rx.el (rx): Doc fix.
5085 Fix copyright years.
5086
5087 * strokes.el (strokes-global-set-stroke-string): New function.
5088 (strokes-list-strokes): Cope with strings, not just commands.
5089 Set foreground colour of image.
5090 (strokes-global-set-stroke): Doc fix.
5091
5092 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
5093
5094 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
5095 Auto Revert mode.
5096 (Buffer-menu-files-only): New variable.
5097 (Buffer-menu-toggle-files-only): New function.
5098 (Buffer-menu-mode-map): Bind it to `T'.
5099 (Buffer-menu-mode): Mention `T' in docstring.
5100 Set buffer-stale-function.
5101 (list-buffers-noselect): Mark buffer non-modified and set
5102 Buffer-menu-files-only.
5103
5104 * dired.el (buffer-stale-function): Remove no longer needed defvar.
5105
5106 * autorevert.el (auto-revert-handler): Print revert message
5107 before, rather than after, reverting.
5108 (buffer-stale-function): Move to files.el.
5109
5110 * files.el (buffer-stale-function): Move here from autorevert.el.
5111
5112 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
5115
5116 * calc/calc.el (calc-mode-map): Use mapc.
5117
5118 * apropos.el (apropos-mode): Don't autoload.
5119 (apropos-symbols-internal): New fun. Extracted from `apropos'.
5120 (apropos): Use it.
5121 (apropos-print): Add optional `text' argument.
5122 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
5123 Don't assume point-min == 1.
5124
5125 * bs.el (bs-buffer-list): Use buffer-local-value.
5126 (bs--set-toggle-to-show): Use with-current-buffer.
5127
5128 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
5129 New funs.
5130 (list-buffers-noselect): Use them. Adjust :align-to to new style.
5131
5132 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
5133
5134 * dabbrev.el (dabbrev-expand): Fix regexp construction.
5135 (dabbrev--find-expansion): Use pop.
5136 (dabbrev--search): Use match-string-no-properties.
5137
5138 * dired.el (dired-mode): Use run-mode-hooks.
5139 (dired-move-to-end-of-filename): Use match-string.
5140
5141 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
5142 is bound before using it.
5143 (ediff-verbose-p): Make it into a var since it's not constant.
5144
5145 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
5146
5147 * faces.el (read-face-font): Don't cons up unnecessarily.
5148 (header-line, tool-bar): Share common parts.
5149
5150 * files.el (file-relative-name): Use compare-strings.
5151
5152 * finder.el (finder-mode): Follow coding convention.
5153
5154 * subr.el (read-number): New function.
5155
5156 * ses.el (ses-read-number): Move to subr.el.
5157 (ses-set-header-row): Use read-number.
5158
5159 2004-03-26 Andre Spiegel <spiegel@gnu.org>
5160
5161 * vc-hooks.el (vc-arg-list): New function, which handles both
5162 compiled and uncompiled code.
5163 (vc-default-workfile-unchanged-p): Use it.
5164
5165 * vc.el (vc-print-log): Undo prev change, use new function
5166 vc-arg-list from vc-hooks.el.
5167
5168 2004-03-26 Masatake YAMATO <jet@gyve.org>
5169
5170 * simple.el (completion-setup-function): Emphasize the
5171 first uncommon characters in the completions; and de-emphasize
5172 the common prefix substrings.
5173 (completion-emphasis): New face.
5174 (completion-de-emphasis): New face.
5175
5176 2004-03-25 Juanma Barranquero <lektu@terra.es>
5177
5178 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
5179 Comment out (it's unused and unfinished code).
5180
5181 2004-03-25 Sam Steingold <sds@gnu.org>
5182
5183 * vc.el (vc-print-log): Fix a bug in the last patch:
5184 backend-function may be a byte-compiled object, not a lambda.
5185
5186 2004-03-25 Juri Linkov <juri@jurta.org>
5187
5188 * descr-text.el (describe-property-list): Add a button
5189 for `face' property that calls `describe-face'.
5190 Suggested by luis fernandes <elf@ee.ryerson.ca>
5191
5192 * international/mule.el (keyboard-coding-system):
5193 * kmacro.el (kmacro-call-macro): Fix docstring.
5194
5195 * dired.el: Fix comments.
5196
5197 * textmodes/fill.el (fill): Fix Info link.
5198
5199 * font-lock.el (fast-lock, lazy-lock):
5200 * jit-lock.el (jit-lock): Remove links to removed Support Modes
5201 Info node.
5202
5203 * eshell/eshell.el (eshell): Fix broken info-link.
5204
5205 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
5206 * eshell/em-banner.el (eshell-banner):
5207 * eshell/em-smart.el (eshell-smart):
5208 * eshell/esh-cmd.el (eshell-cmd):
5209 Comment out broken info-links to incomplete Info manual.
5210
5211 * info-xref.el: Fix commentary.
5212
5213 2004-03-25 Kevin Ryde <user42@zip.com.au>
5214
5215 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
5216 Remove spurious node duplicate suppression, doesn't work, not wanted.
5217 (info-xref-output): Take format style args, add "sit-for 0" to let
5218 user see the results as they progress.
5219 (info-xref-check-all-custom): New function.
5220
5221 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
5222
5223 * gdb-ui.el: Moved to progmodes.
5224
5225 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
5228
5229 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5230
5231 * calendar/appt.el (appt-check): Remove superfluous progn.
5232 When finished with diary buffer: if it was not being displayed
5233 before, kill it; otherwise restore its original state.
5234 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
5235
5236 * calendar/calendar.el (calendar-set-mode-line): Use total
5237 available mode-line width, rather than frame-width.
5238
5239 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
5240 after mode change so effect not lost.
5241
5242 2004-03-23 Dave Love <fx@gnu.org>
5243
5244 * dired.el (dired) <defgroup>: Add link to manual.
5245 (dired-font-lock-keywords): Add highlighting on unusual permissions.
5246 (dired-revert): Use dolist.
5247 (dired-mode-map): Add U binding.
5248 (dired-mode): Add font-lock-beginning-of-syntax-function.
5249 (dired-garbage-files-regexp): Make it a defcustom.
5250
5251 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
5254 is equivalent to nil.
5255 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
5256 (vc-arch-mode-line-string): Accept `added' state.
5257 (vc-arch-state): Use inode-sigs if available.
5258 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
5259 Copy&delete existing id file if any. Fallback if uuidgen is absent.
5260 (vc-arch-tagline-re): New var.
5261 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
5262 New functions.
5263 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
5264 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
5265
5266 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
5267 (vc-file-not-found-hook): Use it.
5268
5269 * diff-mode.el (diff-default-read-only): Change default.
5270 (diff-mode-hook): Make it a defcustom. Add some options.
5271 (diff-mode-map): Bind diff-refine-hook.
5272 (diff-yank-handler): New var.
5273 (diff-yank-function): New fun.
5274 (diff-font-lock-keywords): Use them.
5275 (diff-end-of-file): Handle case where file-header looks like diff text.
5276 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
5277 (diff-file-kill): Delete a subsequent empty line, if applicable.
5278 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
5279 (diff-find-file-name): Use it.
5280 (diff-tell-file-name): New command.
5281 (diff-mode): Be careful with view-mode.
5282 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
5283 New functions, for use in diff-mode-hook.
5284 (diff-find-source-location): Catch "regex too large" errors.
5285 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
5286 (diff-refine-hunk): New command.
5287
5288 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
5289 (smerge-context-menu-map): Remove unused var.
5290 (smerge-keep-all): Preserve markers.
5291 (smerge-keep-n): New fun.
5292 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5293 (smerge-keep-current, smerge-ediff): Use it.
5294 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
5295 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
5296 (smerge-resolve): Resolve trivial 3-part conflicts.
5297
5298 2004-03-23 Juri Linkov <juri@jurta.org>
5299
5300 * man.el (Man-width): New var.
5301 (Man-getpage-in-background): Use it.
5302 (Man-support-local-filenames): New var and fun.
5303 (Man-build-man-command): Don't add a second %s.
5304 (Man-fontify-manpage): Clean up message.
5305 (Man-mode): Set outline-regexp, outline-level,
5306 imenu-generic-expression.
5307
5308 * woman.el (woman-fill-frame): Doc fix.
5309 (woman-decode-region): Use window-width instead of frame-width.
5310
5311 * abbrevlist.el (list-one-abbrev-table):
5312 * descr-text.el (describe-char):
5313 * international/mule-diag.el (describe-current-coding-system):
5314 * international/quail.el (quail-insert-decode-map):
5315 Use window-width instead of frame-width.
5316
5317 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
5318 (jka-compr-mode-alist-additions): Add tbz.
5319 (jka-compr-write-region, jka-compr-insert-file-contents):
5320 Add message for undefined compress-program.
5321 (jka-compr-write-region): Remove redundant var bindings.
5322
5323 * dired-x.el (dired-guess-shell-alist-default): Add choices for
5324 extracting files into subdirectory. Add tbz and dz. Fix regexps.
5325 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
5326 (dired-man): Use dired-guess-shell-command.
5327 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
5328 Change default nil to t.
5329
5330 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
5331 (dired-compare-directories): Add default value for empty input.
5332
5333 * help-at-pt.el: Move suggestions for key bindings to Commentary.
5334
5335 * time.el (display-time-string-forms): Fix help-echo date format.
5336
5337 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
5338
5339 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5340 (buffer-stale-function): New variable.
5341 (auto-revert-list-diff, auto-revert-dired-file-list)
5342 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5343 (auto-revert-handler): Take over some functionality of deleted
5344 functions.
5345 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5346
5347 * dired.el (dired-directory-changed-p): New fun, extracted from
5348 dired-internal-noselect.
5349 (dired-buffer-stale-p): New fun.
5350 (dired-internal-noselect): Use dired-directory-changed-p.
5351 Eliminate revert messages.
5352 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5353
5354 2004-03-23 Kenichi Handa <handa@m17n.org>
5355
5356 * international/characters.el: Setup syntaxes for more parentheses
5357 Unicode characters.
5358
5359 * international/mule-cmds.el (select-safe-coding-system):
5360 Merge coding-system and auto-cs before comparing them.
5361
5362 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5365
5366 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5367 normal-auto-fill-function and comment-indent-function.
5368 The default values now work just as well.
5369 Don't set font-lock-beginning-of-syntax-function since we already set
5370 syntax-begin-function.
5371 (lisp-outline-level): Put ;;;###autoload at same level as (.
5372 (prin1-char): Quote special chars.
5373
5374 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5375 than with-no-warnings.
5376
5377 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5378 if the source location can't be found.
5379 (edebug-compute-previous-result): Use prin1-char.
5380
5381 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5382 (debug-ignored-errors): Add an entry.
5383
5384 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5385 (byte-compile-file): Output warning when deleting a file.
5386
5387 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5388 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5389
5390 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5391 (byte-compile-inline-expand): Use backquote.
5392 (byte-optimize-pure-func): Rename from byte-optimize-concat.
5393 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5394
5395 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5396
5397 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5398
5399 2004-03-22 Juri Linkov <juri@jurta.org>
5400
5401 * finder.el (finder-known-keywords): Fix data, tex, unix.
5402
5403 * play/landmark.el: Fix keywords.
5404
5405 * language/ethio-util.el (ethio-find-file): Doc fix.
5406
5407 * emacs-lisp/warnings.el: Doc fix.
5408
5409 * textmodes/ispell.el (ispell-help): Doc fix.
5410
5411 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
5412
5413 * format.el (format-insert-file): Always return a list of two
5414 elements, like insert-file-contents does.
5415
5416 2004-03-21 Andre Spiegel <spiegel@gnu.org>
5417
5418 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5419 and vc-BACKEND-diff.
5420 (vc-print-log): If the print-log implementation supports it, use
5421 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5422 (vc-version-diff, vc-diff-internal): Doc fixes.
5423
5424 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5425 implementation supports it, let diff output go to *vc*,
5426 not *vc-diff*, since this is an internal call.
5427
5428 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5429
5430 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5431
5432 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5433
5434 2004-03-21 Dave Love <fx@gnu.org>
5435
5436 * progmodes/cfengine.el (cfengine-mode):
5437 Set parse-sexp-ignore-comments.
5438
5439 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5440
5441 2004-03-21 Juanma Barranquero <lektu@terra.es>
5442
5443 * allout.el (allout-mode): Fix docstring.
5444
5445 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
5446
5447 * files.el (insert-directory): Fix bug if SWITCHES is a list.
5448
5449 * autorevert.el (auto-revert-interval): Make new value take
5450 effect immediately when set through Custom.
5451 (auto-revert-set-timer): Add interactive declaration.
5452
5453 2004-03-19 David Ponce <david@dponce.com>
5454
5455 * ruler-mode.el (ruler-mode-header-line-format-old):
5456 Don't `make-variable-buffer-local'.
5457 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5458 (ruler-mode-header-line-format): Simply funcall the above.
5459 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5460 to save/restore a previous header line format.
5461 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5462 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5463 fringes and margins width.
5464 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5465
5466 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * log-edit.el (log-edit-font-lock-keywords): Typo.
5469
5470 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5471 (tex-send-tex-command): Rather than here.
5472 (tex-compilation-parse-errors): Simplify.
5473
5474 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5475
5476 * time.el (display-time-string-forms): Add help-echo with date on time.
5477
5478 * composite.el (compose-region): Use restore-buffer-modified-p.
5479
5480 * disp-table.el (standard-display-8bit): Simplify.
5481
5482 * server.el (server-process-filter): Delete temp frame.
5483
5484 * add-log.el (add-change-log-entry): Simplify.
5485
5486 2004-03-19 Kim F. Storm <storm@cua.dk>
5487
5488 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5489 (hexl-follow-line): Don't require 'fringe.
5490
5491 * progmodes/compile.el (compilation-start): Always set
5492 compilation-last-buffer and return it.
5493
5494 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5495
5496 * simple.el (clone-buffer): Doc fix.
5497
5498 2004-03-18 Juanma Barranquero <lektu@terra.es>
5499
5500 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5501
5502 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * log-edit.el (log-edit-font-lock-keywords): New var.
5505 (log-edit-mode): Use it.
5506
5507 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5508
5509 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5510 properly for watching in speedbar.
5511
5512 2004-03-17 Masatake YAMATO <jet@gyve.org>
5513
5514 * smerge-mode.el (smerge-popup-context-menu):
5515 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5516
5517 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5520 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5521 Take sealed revisions into account.
5522 (vc-arch-checkin): Extract a summary line from the message.
5523
5524 2004-03-16 Masatake YAMATO <jet@gyve.org>
5525
5526 * register.el (register): Provide `register' feature.
5527
5528 2004-03-15 Masatake YAMATO <jet@gyve.org>
5529
5530 Added context menu support in smerge mode.
5531 Most of the part is written by Stefan Monnier.
5532
5533 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5534 New keymap and menu.
5535 (smerge-text-properties): New function.
5536 (smerge-remove-props): New function.
5537 (smerge-popup-context-menu): New function.
5538 (smerge-resolve): Call `smerge-remove-props'.
5539 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5540 (smerge-keep-current): Ditto.
5541 (smerge-kill-current): New function.
5542 (smerge-match-conflict): Put text properties.
5543 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5544
5545 2004-03-15 David Ponce <david@dponce.com>
5546
5547 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5548 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5549 (ruler-mode-right-scroll-bar-cols): Remove.
5550 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5551 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5552 Use fringe-columns and scroll-bar-columns.
5553
5554 2004-03-15 Masatake YAMATO <jet@gyve.org>
5555
5556 * hl-line.el (hl-line-range-function): New variable.
5557 (hl-line-move): New function.
5558 (global-hl-line-highlight): Use `hl-line-move'.
5559 (hl-line-highlight): Ditto.
5560
5561 * scroll-bar.el (scroll-bar-columns):
5562 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5563
5564 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5565 (ruler-mode-left-fringe-cols)
5566 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5567 (ruler-mode-right-scroll-bar-cols)
5568 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5569 (ruler-mode-ruler-function): New variable.
5570 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5571 if the value for `ruler-mode-ruler-function'is given.
5572
5573 * hexl.el (hexl-mode-hook): Make the hook customizable.
5574 (hexl-address-area, hexl-ascii-area): New customize variables.
5575 (hexlify-buffer): Put font-lock-faces on the address area and
5576 the ascii area.
5577 (hexl-activate-ruler): New function.
5578 (hexl-follow-line): New function.
5579 (hexl-highlight-line-range): New function.
5580 (hexl-mode-ruler): New function.
5581
5582 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5585 (vc-default-find-file-hook): New fun.
5586 (vc-find-file-hook): Call new find-file-hook operation.
5587
5588 * vc-arch.el: New file.
5589
5590 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5591
5592 * info-look.el (info-lookup): Reuse an existing Info window.
5593
5594 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5595
5596 * woman.el (woman-preserve-ascii): Default value changed to t and
5597 doc string revised.
5598
5599 2004-03-12 Richard M. Stallman <rms@gnu.org>
5600
5601 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5602 Fix minor bug.
5603
5604 * replace.el (occur-engine): Change message for count of matches.
5605
5606 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5607 For strings, do compare text properties.
5608
5609 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5610
5611 * progmodes/compile.el (compile-auto-highlight)
5612 (compilation-error-list, compilation-old-error-list)
5613 (compilation-parse-errors-function, compilation-parsing-end)
5614 (compilation-error-message, compilation-directory-stack)
5615 (compilation-enter-directory-regexp-alist)
5616 (compilation-leave-directory-regexp-alist)
5617 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5618 (compilation-current-file, compilation-regexps): Remove vars.
5619
5620 (compile-error-at-point, compilation-error-filedata)
5621 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5622 (compilation-next-error-locus, compilation-forget-errors)
5623 (count-regexp-groupings, compilation-parse-errors)
5624 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5625
5626 (compile-internal): Make obsolete.
5627
5628 (compilation-first-column, compilation-error)
5629 (compilation-directory-matcher, compilation-page-delimiter)
5630 (compilation-mode-font-lock-keywords, compilation-debug)
5631 (compilation-error-face, compilation-warning-face)
5632 (compilation-info-face, compilation-line-face)
5633 (compilation-column-face, compilation-enter-directory-face)
5634 (compilation-leave-directory-face, compilation-skip-threshold)
5635 (compilation-skip-visited, compilation-context-lines): New vars.
5636
5637 (compilation-warning-face, compilation-info-face)
5638 (compilation-message-face): New faces.
5639
5640 (compilation-error-regexp-alist-alist): New constant.
5641
5642 (compilation-face, compilation-directory-properties)
5643 (compilation-assq, compilation-error-properties, compilation-start)
5644 (define-compilation-mode, compilation-loop)
5645 (compilation-set-window): New functions.
5646
5647 (compile): Additional argument for interactive compiles like TeX.
5648
5649 * progmodes/grep.el (kill-grep): Move here from compile.el
5650 (grep-error, grep-hit-face, grep-error-face)
5651 (grep-mode-font-lock-keywords): New variables.
5652 (grep-regexp-alist): Simplify regexp and add `binary' case.
5653 (grep-mode): New mode.
5654 (grep-process-setup): Simplify.
5655
5656 2004-03-11 Jason Rumney <jasonr@gnu.org>
5657
5658 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5659 letters on DOS/Windows.
5660
5661 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * server.el (server-name): New var.
5664 (server-socket-dir): New var to replace server-socket-name.
5665 (server-start): Use them.
5666
5667 2004-03-11 Simon Josefsson <jas@extundo.com>
5668
5669 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5670 died to avoid infloop. Reported by Jonathan Glauner
5671 <jglauner@sbum.org>.
5672
5673 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5676 (smerge-mode-menu): Use it to deactivate menu entries.
5677 (smerge-keep-current): New fun.
5678 (smerge-keep-current): Use it.
5679
5680 2004-03-10 John Paul Wallington <jpw@gnu.org>
5681
5682 * foldout.el (foldout-fold-list, foldout-modeline-string):
5683 Declare them as variables, not constants.
5684
5685 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5686
5687 * ps-print.el: Modification to print *Messages* buffer.
5688 (ps-print-version): New version 6.6.4.
5689 (ps-message-log-max): New fun.
5690 (ps-spool-without-faces, ps-spool-with-faces)
5691 (ps-count-lines-preprint): Code fix.
5692
5693 * printing.el: New tips in Tips section.
5694
5695 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5696
5697 * delim-col.el: Doc fix.
5698
5699 * printing.el: Doc fix. New doc section (Tips).
5700
5701 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * type-break.el (type-break-emacs-variant): Remove.
5704 (type-break-run-at-time, type-break-cancel-function-timers):
5705 Use fboundp rather than version name and number.
5706
5707 2004-03-09 Masatake YAMATO <jet@gyve.org>
5708
5709 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5710 `make-variable-buffer-local'.
5711
5712 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5713
5714 * find-dired.el (find-dired): Call `shell-command' instead of
5715 `start-process-shell-command'. By this, Tramp takes over
5716 handling of remote directories.
5717
5718 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * newcomment.el (comment-use-global-state): New var.
5721 (comment-search-forward): Use it.
5722
5723 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5724
5725 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5726
5727 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5728 (enable-kinsoku): Make it a defcustom.
5729 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5730 paragraph to same-comment-start-marker.
5731
5732 2004-03-07 Dave Love <fx@gnu.org>
5733
5734 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5735 (browse-url-mail): Use it.
5736
5737 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5738 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5739
5740 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5741
5742 * woman.el (woman-man.conf-path): Doc fix.
5743 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5744
5745 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5746
5747 * sort.el (sort-columns): Remove ms-dos from the list of systems
5748 where the external `sort' command is not used.
5749
5750 2004-03-07 Kim F. Storm <storm@cua.dk>
5751
5752 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5753 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5754 from overlay-arrow-variable-list.
5755 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5756
5757 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5758
5759 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5760 overlay arrow string properly for the assembler buffer.
5761
5762 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * mail/sendmail.el (mail-mode): Fix last change.
5765
5766 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5767
5768 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5769 for the assembler buffer.
5770 (gdb-assembler-custom): Position the overlay arrow.
5771 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5772
5773 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5776
5777 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5778 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5779
5780 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5781
5782 * newcomment.el (uncomment-region): Allow non-terminated comment.
5783 (comment-normalize-vars): Check the user-specified comstart marker.
5784
5785 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5786
5787 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5788 Otherwise, do use it if the region only contains font-lock text
5789 properties.
5790
5791 2004-03-04 Masatake YAMATO <jet@gyve.org>
5792
5793 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5794 as the callback function for eldoc.
5795 (hexl-print-current-point-info): New function.
5796 (hexl-current-address): Print the address in both decimal
5797 and hexadecimal format.
5798
5799 2004-03-04 Richard M. Stallman <rms@gnu.org>
5800
5801 * mail/rmail.el (rmail-convert-to-babyl-format):
5802 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5803
5804 * mail/mail-utils.el (mail-unquote-printable-region):
5805 New arg UNIBYTE.
5806
5807 * startup.el (command-switch-alist): Doc fix.
5808
5809 * simple.el (undo): Temporarily set this-command to `undo-start',
5810 then set it to `undo' once undo-start returns without error.
5811
5812 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5813
5814 * simple.el (kill-line): Don't disregard trailing whitespace
5815 in eol condition, if show-trailing-whitespace is set.
5816
5817 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5818 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5819 When disabling, restore old values only if mouse-sel-has-been-enabled.
5820
5821 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5822 (isearch-{-char): New function.
5823 (isearch-mode-map): Bind { to isearch-{-char.
5824
5825 * font-lock.el (lisp-font-lock-keywords-2):
5826 Turn off the CL with-... and do-... general patterns.
5827 Instead, recognize several specific with... and do... constructs.
5828
5829 * files.el (switch-to-buffer-other-window):
5830 Bind same-window-buffer-names and same-window-regexps to nil.
5831 (switch-to-buffer-other-frame): Likewise.
5832
5833 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5836 recognizing leading comment on code line.
5837
5838 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5841 hidden files/directories.
5842
5843 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5846 only comment-start (in case the mode hasn't set it).
5847
5848 * Makefile.in (AUTOGENEL): New var.
5849 (bootstrap-prepare): Rename from bootstrap-clean.
5850 Don't remove elc files.
5851 (maintainer-clean): New target.
5852
5853 * xml.el (xml-get-attribute-or-nil): Simplify.
5854
5855 2004-03-02 Juri Linkov <juri@jurta.org>
5856
5857 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5858 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5859 URL to prevent their substitution with the environment variable
5860 values by browsers.
5861
5862 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5863
5864 * ps-print.el: Doc fix.
5865 (ps-print-version): New version number (6.6.3).
5866 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5867 Docstring fix.
5868 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5869 before printing.
5870 (ps-time-stamp-yyyy-mm-dd): New fun.
5871 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5872
5873 2004-03-02 Kim F. Storm <storm@cua.dk>
5874
5875 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5876
5877 2004-03-01 Juanma Barranquero <lektu@terra.es>
5878
5879 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5880
5881 * desktop.el (desktop-file-version)
5882 (desktop-after-read-hook): Fix typos.
5883 (desktop-clear-preserve-buffers): Remove redundant info in
5884 docstring already shown by the obsolescence message.
5885 (desktop-truncate, desktop-internal-v2s)
5886 (desktop-value-to-string): Change argument name to match docstring.
5887
5888 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5889
5890 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5891 docstring.
5892
5893 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5894
5895 * printing.el: Replace "As Is..." in PostScript file print/preview by
5896 "No Preprocessing...". Suggested by Colin Marquardt
5897 <_marquardt_@zmd.de>.
5898 (pr-insert-section-4): Adjust buffer interface.
5899
5900 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5901
5902 Version 2.0.39 of Tramp released.
5903
5904 * net/tramp.el (tramp-handle-file-local-copy)
5905 (tramp-handle-write-region, tramp-open-connection-rsh):
5906 Variable name typo. Small change. From Patrick Tullmann
5907 <tullmann@flux.utah.edu>.
5908 (tramp-process-connection-type): New variable.
5909 (tramp-maybe-open-connection): Use it.
5910 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5911 (tramp-touch): Set last-modified time of a remote file.
5912 (tramp-handle-write-region): Say which function is used when encoding.
5913
5914 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5915
5916 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5917 case of non-existing filename, too. Reported by Christoph Bauer
5918 <c_bauer@informatik.uni-kl.de>.
5919 (tramp-smb-get-file-entries): The directory in question should
5920 have permissions "drwxrwxrwx". Just virtual, because we don't
5921 know the real permissions. Don't we know?
5922 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5923 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5924 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5925 output. If it was received chunkwise, there have been problems.
5926 Remove the "prompt not found" error message; it is obvious.
5927 Simplify algorithm.
5928 (tramp-smb-process-running): Remove. Since we acknowledge the
5929 virtual prompt for shares, there's no need for distinction of
5930 reading shares (process ends afterwards) and interactive mode of
5931 smblient.
5932 (tramp-smb-open-connection): Setting process sentinel removed.
5933 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5934 "NT_STATUS_NETWORK_ACCESS_DENIED".
5935 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5936 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5937 (top-level): Setting default value in `tramp-default-method-alist'
5938 corrected. Order of USER and HOST have been wrong.
5939 Nobody complained for months ...
5940 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5941 (tramp-smb-open-connection): Clear password cache if login has failed.
5942
5943 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5944 `tramp-unified-filenames'.
5945 (tramp-completion-mode): Make test for XEmacs explicitely.
5946 `event-to-character' can exists in Emacs packages too.
5947 Reported by Matt Swift <swift@alum.mit.edu>.
5948 (tramp-buffer-name): Buffer name must contain the user if exists.
5949 Reported by Adrian Phillips <a.phillips@met.no>.
5950 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5951 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5952 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5953 `tramp-do-copy-or-rename-file-one-local', because it handles also
5954 the case both files use the same out-of-band method.
5955 Implementation added.
5956 (tramp-handle-file-local-copy, tramp-handle-write-region):
5957 Out-of-band handling removed. `copy-file' called instead, which
5958 calls `tramp-do-copy-or-rename-file-out-of-band'.
5959 (tramp-action-password): Check for out-of-band method removed.
5960 This function is used for 'login-program.
5961 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5962 appropriate.
5963 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5964 and `tramp-parse-sknownhosts'.
5965 (tramp-completion-function-alist): It's a defvar now, because we
5966 want to apply the optimized `tramp-set-completion-function'
5967 instead of a static list.
5968 (tramp-set-completion-function): Implementation tuned.
5969 Avoid double entries, and entries where the function or the
5970 file/directory doesn't exist.
5971 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5972 for SSH2.
5973 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5974 (tramp-handle-dired-compress-file): New function.
5975 (tramp-async-proc): New variable.
5976 (tramp-handle-shell-command): Adding asynchronous processes.
5977 They are far from being perfect, but it works at least for
5978 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5979 (top-level): Require password.el if visible. Should be mandatory
5980 once No Gnus has found its way into (X)Emacs.
5981 (tramp-read-passwd): Invoke `password-read' if available,
5982 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5983 fallback any longer.
5984 (tramp-clear-passwd): New function.
5985 (tramp-process-actions, tramp-process-multi-actions):
5986 Clear password cache if login has failed.
5987
5988 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5989 its own module.
5990 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5991 `ange-ftp-ftp-name-res'. There could be incorrect values from
5992 previous calls in case the "ftp" method is used in the Tramp file
5993 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5994
5995 2004-02-28 Richard M. Stallman <rms@gnu.org>
5996
5997 * term.el (term-mouse-paste): Call mouse-set-point.
5998
5999 * thumbs.el: New file.
6000
6001 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6002
6003 * progmodes/ebnf-abn.el: Doc fix.
6004
6005 * progmodes/ebnf-bnf.el: Doc fix.
6006 (ebnf-repeat): Code fix.
6007
6008 * progmodes/ebnf2ps.el: Doc fix.
6009 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6010
6011 2004-02-28 Juri Linkov <juri@jurta.org>
6012
6013 * ffap.el (dired-at-point): Additional writability test for
6014 relative directory names.
6015 (dired-at-point-prompter): Treat directories as a directory, get
6016 the directory component from files.
6017 (ffap-string-at-point): Return string from region if region is active.
6018 (ffap-file-at-point): Remove redundant code.
6019
6020 2004-02-28 Kim F. Storm <storm@cua.dk>
6021
6022 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6023 Initialize margin area images to nil.
6024 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6025 (breakpoint-enabled-bitmap-face)
6026 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6027 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6028 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6029 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6030 (gdb-reset): Use gdb-remove-breakpoint-icons.
6031 (gdb-put-string): Add dprop arg to specify alternative display
6032 property (for setting fringe bitmap).
6033 (gdb-remove-strings): Doc fix.
6034 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6035 icon in fringe (if available), or else as icon or text in display
6036 margin. Creates necessary icons in breakpoint-bitmap,
6037 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6038 Also make left window margin if required.
6039 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6040 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6041 no longer needed.
6042 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6043 gdb-put-breakpoint-icon.
6044 (gdb-assembler-mode): Don't set left-margin-width here.
6045
6046 2004-02-27 Kevin Ryde <user42@zip.com.au>
6047
6048 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6049 comma, so that it DTRT in macros.
6050
6051 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6052
6053 * progmodes/sh-script.el (sh-shell-arg)
6054 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6055 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6056
6057 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6058
6059 * faces.el (face-spec-set-match-display): Add a new attribute,
6060 `min-colors'.
6061 (region, highlight, secondary-selection): Use `min-colors'.
6062
6063 * custom.el (defface): Add documentation for `min-colors'.
6064
6065 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6066 (font-lock-keyword-face, font-lock-function-name-face)
6067 (font-lock-variable-name-face, font-lock-constant-face):
6068 Use `min-colors'.
6069
6070 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6071
6072 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6073
6074 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6075 define assq-delete-all if it's not defined.
6076 (ebnf-generate-region): Code fix.
6077
6078 * printing.el: Doc fix.
6079 (pr-version): New version number (6.7.2).
6080 (pr-command): Return empty string if command is an empty string.
6081
6082 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6083
6084 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
6085
6086 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
6087 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
6088 semi-down-full. Fix a bug on productions like test = {"test"}* | (
6089 "tt" ["test"] ). Reported by Markus Dreyer
6090 <mdreyer@ix.urz.uni-heidelberg.de>.
6091 (ebnf-version): New version number (4.0).
6092 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
6093 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
6094 (ebnf-delete-style): New commands.
6095 (ebnf-directory, ebnf-file): New funs.
6096 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
6097 (ebnf-production-name-p, ebnf-stop-on-error): New options.
6098 (ebnf-syntax-alist): New var.
6099 (ebnf-element-width): New fun replacing ebnf-list-width.
6100 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
6101 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
6102 (ebnf-prologue): Adjust vars.
6103 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
6104 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
6105 (ebnf-check-style-values, ebnf-generate-production)
6106 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
6107 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
6108 (ebnf-token-repeat): Code fix.
6109
6110 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
6111 %right, %left and %prec. Suggested by Matthew K. Junker
6112 <junker@alum.mit.edu>.
6113 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
6114
6115 * progmodes/ebnf-iso.el: Doc fix.
6116 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
6117 (ebnf-iso-lex): Code fix.
6118
6119 * progmodes/ebnf-bnf.el: Doc fix.
6120 (ebnf-bnf-lex): Code fix.
6121
6122 * progmodes/ebnf-otz.el: Doc fix.
6123
6124 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6125
6126 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
6127 (abbrev-prefix-mark): Doc fix.
6128
6129 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
6130
6131 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
6132 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
6133 (gdb-var-delete): Make interactive (really).
6134 (gdb-edit-value): Make non-interactive.
6135
6136 * progmodes/gud.el (gud-speedbar-menu-items):
6137 Add gdb-var-delete and, indirectly, gdb-edit-value.
6138 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
6139 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
6140 (gud-gdb-marker-filter): Add comment for annotations.
6141
6142 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6143
6144 * calendar/calendar.el (generate-calendar)
6145 (calendar-read-date): Prevent display of BC calendars once more -
6146 reverts 2003-10-01 change.
6147 (generate-calendar-month): Doc fix.
6148
6149 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6150
6151 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
6152 return value of increment-calendar-month.
6153
6154 2004-02-21 Stephen Compall <s11@member.fsf.org>
6155
6156 * saveplace.el (save-place-forget-unreadable-files)
6157 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
6158 (save-place-forget-unreadable-files): New function.
6159 (save-place-alist-to-file): Use it to filter out files that are
6160 no longer readable.
6161
6162 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
6163 current Texinfo environment, using the same method as in
6164 `texinfo-insert-@end', and insert a space rather than a newline if
6165 point in a @table environment.
6166
6167 2004-02-21 Juri Linkov <juri@jurta.org>
6168
6169 * ffap.el (ffap-file-at-point): Try parent directories.
6170
6171 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
6172
6173 * vcursor.el (vcursor-modifiers): New defcustom.
6174 (vcursor-cs-binding): Use vcursor-modifiers instead of a
6175 hard-coded list.
6176
6177 2004-02-21 Masatake YAMATO <jet@gyve.org>
6178
6179 * play/animate.el (animate-birthday-present): Accept names other
6180 than `Sarah', too.
6181
6182 2004-02-21 Juri Linkov <juri@jurta.org>
6183
6184 * startup.el: Remove table of command line arguments from the
6185 Commentary section.
6186
6187 2004-02-20 John Wiegley <johnw@newartisans.com>
6188
6189 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
6190 again" modifier from 'e' to 'E', since 'e' is also used by the
6191 "file extension" modifier.
6192
6193 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * help-fns.el (describe-categories): Doc fix.
6196
6197 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6198
6199 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
6200 temporary file for buffer already visiting one. This change makes
6201 output likely to be directly usable by patch program.
6202 Suggested by Adrian Aichner <adrian@xemacs.org>
6203
6204 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
6205
6206 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
6207 case of variables defined in compound statements.
6208 (gdb-setup-windows, gdb-source-info, gdb-source-info):
6209 Simplify constructions using switch-to-buffer.
6210
6211 2004-02-19 Simon Josefsson <jas@extundo.com>
6212
6213 * play/morse.el: Fix typo.
6214 (morse-code): Add @.
6215
6216 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6217
6218 * calendar/appt.el (appt-display-format): Change default to
6219 'ignore, for backwards compatibility.
6220 (appt-display-message): If appt-display-format is 'ignore,
6221 respect old vars appt-msg-window and appt-visible.
6222 (appt-activate): Don't depend on return value of cancel-timer.
6223
6224 * calendar/calendar.el (calendar-holidays): Doc fix.
6225
6226 * calendar/cal-coptic.el (coptic-prompt-for-date):
6227 Use assoc-string instead of assoc-ignore-case.
6228 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
6229 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
6230 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
6231 * calendar/cal-islam.el (calendar-goto-islamic-date)
6232 (mark-islamic-diary-entries): Ditto.
6233 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
6234 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
6235 (calendar-read-mayan-tzolkin-date): Ditto.
6236 * calendar/calendar.el (calendar-read-date): Ditto.
6237 * calendar/diary-lib.el (mark-diary-entries): Ditto.
6238
6239 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
6240
6241 * progmodes/executable.el (executable-command-find-posix-p):
6242 Fix choice of the directory.
6243
6244 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6245
6246 * simple.el (interprogram-cut-function)
6247 (interprogram-paste-function, kill-new, kill-append):
6248 Doc fixes.
6249 (kill-region): Make it return nil. Doc fix.
6250 (yank-pop): Make its argument optional.
6251 (yank): Make ARG `-' equivalent to `-1'.
6252
6253 2004-02-17 Eli Zaretskii <eliz@gnu.org>
6254
6255 * mail/rmail.el (rmail-get-new-mail): Don't reference
6256 rmail-use-spam-filter if rmail-spam-filter is not loaded.
6257
6258 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
6261 if one of global-auto-revert-non-file-buffers or autorevert-mode
6262 is non-nil.
6263
6264 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6265
6266 * subr.el (delete-dups): A better implementation from Karl Heuer
6267 <kwzh@gnu.org>.
6268
6269 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6270
6271 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
6272 correct place.
6273 * progmodes/icon.el (icon-indent-command): Ditto.
6274 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
6275
6276 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6277
6278 * progmodes/grep.el (grep-compute-defaults): Undo change from
6279 2004-01-29: don't use executable-command-find-posix-p.
6280
6281 2004-02-16 Richard Sharman <rsharman@pobox.com>
6282
6283 * hilit-chg.el: Use require instead of eval-and-compile.
6284 (highlight-compare-buffers): New function.
6285
6286 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
6287
6288 * man.el (Man-fontify-manpage): Render section headings in
6289 `Man-overstrike-face' even when overstrike was not used by man
6290 formatter for section headings.
6291
6292 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
6293
6294 * rmail-spam-filter.el: (vm-use-spam-filter)
6295 (rsf-min-region-length-added-to-spam-list): New variables.
6296 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
6297 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
6298 spam testing. Don't delete spam message if automatic deletion
6299 after output via variable rmail-delete-after-output is turned on.
6300 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
6301 rsf-bbdb-dont-create-entries-for-spam.
6302 (check-field): New function, extracted from code in
6303 rmail-spam-filter to ease addition of header fields like content-type.
6304 (message-content-type): New variable to check the content-type:
6305 field added, also in defcustom of rsf-definitions-alist.
6306 (rmail-spam-filter): Replace repeated test code for header fields
6307 by calls to check-field; change the call to
6308 rmail-output-to-rmail-file such that rmail-current-message stays
6309 the same to avoid wrong deletion of unseen flags.
6310 (rsf-add-contents-type): New function to convert old format
6311 of rmail-spam-definitions-alist into new one.
6312 Change prefixes of all variables and functions from
6313 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
6314
6315 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6316
6317 * loadhist.el (unload-hook-features-list): New defvar.
6318
6319 2004-02-16 Dave Love <fx@gnu.org>
6320
6321 * loadhist.el (unload-feature): Doc fix. Rename flist to
6322 unload-hook-features-list.
6323
6324 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
6325
6326 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
6327 cookie. Don't check if we are looking-at open-formula.
6328
6329 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6330
6331 * subr.el (match-string-no-properties): Use substring-no-properties.
6332
6333 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6334
6335 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6336 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6337 Use lower-case "rx" in all error message.
6338
6339 2004-02-16 Dave Love <fx@gnu.org>
6340
6341 * emacs-lisp/rx.el (rx-or): Put group around result.
6342 (rx-constituents): Add backref.
6343 (rx-syntax): Add string-delimiter, comment-delimiter.
6344 (rx-categories): Add combining-diacritic.
6345 (rx-check-not, rx-greedy, rx): Doc fix.
6346 (rx-backref, rx-check-backref): New.
6347
6348 2004-02-16 Jesper Harder <harder@ifa.au.dk>
6349
6350 * newcomment.el (uncomment-region): Allow eob as comment end.
6351
6352 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6353
6354 * filecache.el: All message and error commands now use prefix
6355 "Filecache:" to make it easy to read *Messages* buffer.
6356
6357 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
6358
6359 * autorevert.el: Add support to detect changed dired and VC buffers.
6360 (auto-revert-active-p, auto-revert-list-diff)
6361 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6362 (auto-revert-handler, auto-revert-active-p): New functions.
6363 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6364 and `auto-revert-active-p'.
6365 (eval-when-compile): Defvar dired-directory and vc-mode.
6366 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6367 (auto-revert-handler-vc): New functions.
6368
6369 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
6370
6371 * progmodes/compile.el (compilation-directory): New defvar.
6372 (compile): Save current directory in compilation-directory.
6373 (recompile): Bind default-directory to compilation-directory if
6374 that is non-nil.
6375
6376 2004-02-16 Dave Love <fx@gnu.org>
6377
6378 * newcomment.el (comment-insert-comment-function)
6379 (comment-region-function, uncomment-region-function): New.
6380 (comment-indent): Use comment-insert-comment-function.
6381 (uncomment-region): Use uncomment-region-function.
6382 (comment-region): Use comment-region-function.
6383
6384 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6385
6386 2004-02-16 Richard Stallman <rms@gnu.org>
6387
6388 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6389 loaddefs* and ldefs-boot*.
6390
6391 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6392
6393 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6394 and email address at the beginning and end of the address.
6395
6396 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6397 anchored at the beginning of the email address.
6398
6399 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
6400
6401 * international/ccl.el (ccl-compile-write): Pass `left' to
6402 ccl-embed-code to generate correct code of write-expr-register.
6403
6404 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
6405
6406 * progmodes/grep.el (grep-compute-defaults): Fix typos.
6407
6408 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6409
6410 * x-dnd.el: Mention support for Motif in commentary.
6411 (x-dnd-handle-drag-n-drop-event): Ditto.
6412
6413 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6414
6415 * ses.el: Use "ses--" prefixes for buffer-local variables.
6416 Use (point-min) instead of 1, even when we know the buffer
6417 is unnarrowed.
6418 (ses-build-load-map): Delete. Distribute its content to defconst's for
6419 the three maps.
6420 (ses-menu, ses-header-line-menu): New menus.
6421 (ses-mode-map): Use them.
6422 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
6423
6424 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
6425
6426 * Makefile.in: Fix the CC Mode recompile kludge so it works
6427 when building in a different directory.
6428
6429 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
6430
6431 * simple.el (kill-new): Put yank-handler property on the entire string.
6432
6433 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * diff.el: Don't use compile any more, use diff-mode instead.
6436 (diff-regexp-alist, diff-old-file, diff-new-file)
6437 (diff-parse-differences, diff-process-setup): Remove.
6438 (diff-sentinel): New fun.
6439 (diff): Use it. Run the process ourselves.
6440 Use diff-mode for the rest of the processing.
6441
6442 * diff.el (diff): Simplify code handling `switch'.
6443
6444 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * pcvs-defs.el (cvs-menu): Add `tag'.
6447
6448 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * simple.el (kill-append): Doc fix.
6451
6452 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6453 Adapt outline-regexp to the new conventions for commenting out code.
6454
6455 2004-02-11 John Paul Wallington <jpw@gnu.org>
6456
6457 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6458
6459 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * diff.el (diff-switches): New fun.
6462 (diff, diff-backup): Use it.
6463 (diff): Clean up the args construction. Use backquote.
6464 Use listp instead of consp to avoid putting a nil arg.
6465 (diff): Add a revert-buffer function.
6466
6467 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6468
6469 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6470 handled by x-dnd-handle-file-name.
6471 (x-dnd-known-types): Add COMPOUND_TEXT.
6472 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6473 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6474 x-dnd-empty-state.
6475 (x-dnd-forget-drop): Ditto.
6476 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6477 (x-dnd-handle-one-url): Return private when inserting text.
6478 (x-dnd-insert-ctext): New function.
6479 (x-dnd-handle-file-name): New function for FILE_NAME.
6480 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6481 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6482 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6483
6484 2004-02-10 Kenichi Handa <handa@m17n.org>
6485
6486 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6487 instead of while loop.
6488
6489 2004-02-10 Miles Bader <miles@gnu.org>
6490
6491 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6492
6493 2004-02-09 Kenichi Handa <handa@m17n.org>
6494
6495 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6496 have end-of-line.
6497
6498 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6499
6500 * Makefile.in: Added extra dependencies in the recompile target
6501 needed to cope with the compile time macro expansions in CC Mode.
6502
6503 2004-02-09 Kim F. Storm <storm@cua.dk>
6504
6505 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6506 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6507 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6508 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6509 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6510 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6511 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6512 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6513 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6514 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6515 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6516
6517 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6520 Don't allow shrink if there's a window on our right.
6521
6522 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6523 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6524 Bring together declaration and initialization.
6525 (prolog-mode-variables): Don't set the syntax table.
6526 Don't set paragraph-start and comment-indent-function.
6527 Add /*..*/ to the comment regexps.
6528 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6529 (prolog-mode-map): Don't bind TAB.
6530 (prolog-mode): Set the syntax table.
6531 (prolog-comment-indent): Remove.
6532 (inferior-prolog-mode-map): Initialize in the declaration.
6533 (inferior-prolog-mode-syntax-table)
6534 (inferior-prolog-mode-abbrev-table): New vars.
6535 (inferior-prolog-mode): Derive from comint-mode.
6536 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6537 minibuffer windows.
6538
6539 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6540 in file names, as long as it is unabmiguous.
6541
6542 2004-02-08 Andreas Schwab <schwab@suse.de>
6543
6544 * textmodes/reftex-toc.el
6545 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6546 format. Doc fix.
6547
6548 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6549 format string arguments.
6550
6551 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6552 string argument.
6553
6554 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6555
6556 * play/zone.el (zone-call): Fix format string.
6557
6558 * net/webjump.el (webjump-builtin): Add missing format string argument.
6559
6560 * midnight.el (midnight-delay-set): Remove extra format string argument.
6561
6562 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6563
6564 * hexl.el (hexl-insert-char): Add missing format string argument.
6565
6566 * format.el (format-decode): Fix format string.
6567
6568 * emulation/vi.el (vi-mode): Remove extra format string argument.
6569 (vi-repeat-last-search): Likewise.
6570 (vi-reverse-last-search): Likewise.
6571 (vi-goto-mark): Likewise.
6572 (vi-reverse-last-find-char): Likewise.
6573 (vi-repeat-last-find-char): Likewise.
6574 (vi-locate-def): Likewise.
6575
6576 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6577
6578 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6579 string argument.
6580 (ediff-toggle-regexp-match): Likewise.
6581
6582 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6583 format string argument.
6584
6585 * calc/calc-map.el (calc-get-operator): Remove extra format
6586 string argument.
6587
6588 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6589
6590 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6591 string argument.
6592
6593 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6594
6595 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6596
6597 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6598
6599 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6600 (cl-struct-setf-expander): Likewise.
6601
6602 * vc.el (with-vc-file): Fix unsafe uses of error.
6603 (vc-cancel-version): Likewise.
6604
6605 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6606
6607 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6608 thousands separator; fixes <class>:<line-number> regexp for
6609 non-english locales.
6610
6611 2004-02-08 Andreas Schwab <schwab@suse.de>
6612
6613 * view.el (view-mode-enable): Revert previous change.
6614
6615 2004-02-07 Kim F. Storm <storm@cua.dk>
6616
6617 * simple.el (line-number-at-pos): Rename from line-at-pos.
6618 Uses changed (what-line and vc-annotate-warp-version).
6619
6620 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6623 (diff-mode): Remove aborted attempt at support for compile.el.
6624 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6625
6626 2004-02-06 Andreas Schwab <schwab@suse.de>
6627
6628 * view.el (view-mode-enable): Add view-mode-map to
6629 minor-mode-overriding-map-alist.
6630
6631 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6632
6633 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6634
6635 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6638 with point inside rather than after the paragraph.
6639
6640 2004-02-04 Sam Steingold <sds@gnu.org>
6641
6642 * mail/smtpmail.el (smtpmail-try-auth-methods):
6643 Do not try authentication when no mechanism is available.
6644 Pass port-name as defaultport to `netrc-machine'.
6645
6646 2004-02-04 Stephen Eglen <stephen@gnu.org>
6647
6648 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6649 to show how minibuffer height can be constrained.
6650
6651 2004-02-04 John Paul Wallington <jpw@gnu.org>
6652
6653 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6654
6655 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6656
6657 * x-dnd.el: New file for drag and drop.
6658
6659 * term/x-win.el: require x-dnd, set after-make-frame-functions
6660 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6661 drag-n-drop event.
6662
6663 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6664 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6665 (dired-dnd-handle-file): New functions for drag and drop support.
6666 (dired-mode): Initialize drag and drop if x-dnd present.
6667
6668 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6671 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6672 (cperl-mode): Set fill-paragraph-function.
6673 (cperl-fill-paragraph): Make it non-interactive.
6674
6675 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6676
6677 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6678
6679 2004-02-02 David Kastrup <dak@gnu.org>
6680
6681 * replace.el (perform-replace): Allow 'literal argument in
6682 regexp-flag to indicate literal replacement.
6683 (query-replace-regexp-eval): Use it.
6684
6685 2004-02-01 Andreas Schwab <schwab@suse.de>
6686
6687 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6688
6689 2004-02-01 Stephen Eglen <stephen@gnu.org>
6690
6691 * info-look.el: Add support for maxima-mode. Update commentary
6692 because info-lookup-symbol is now bound to C-h S.
6693
6694 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * simple.el (edit-and-eval-command): Bind print-level and
6697 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6698 Correct initial position in command-history.
6699
6700 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6701
6702 * files.el (read-directory-name): Adapt the docstring to recent
6703 change in Fread_file_name.
6704
6705 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6706
6707 * ses.el (ses-print-cell): If print format too wide for column
6708 width, truncate decimal places if that helps to avoid "#####" fill.
6709 * ses.el (ses-initial-column-width): Revert previous change.
6710
6711 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6714 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6715 Add edebug info.
6716 (jit-lock-mode): Setup/cancel the new timer.
6717 (jit-lock-context-fontify): New fun. Extracted from
6718 context fontification code of jit-lock-stealth-fontify.
6719 (jit-lock-stealth-fontify): Don't do context fontification any more.
6720
6721 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6722 (jit-lock-fontify-now): Handle the `quit' case.
6723 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6724
6725 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6726
6727 * progmodes/executable.el (executable-command-find-posix-p):
6728 New. Check if find handles arguments Posix-style.
6729
6730 * progmodes/grep.el (grep-compute-defaults):
6731 Use executable-command-find-posix-p.
6732 (grep-find): Check `grep-find-command'.
6733
6734 * filecache.el (file-cache-find-posix-p): Delete.
6735 (file-cache-add-directory-using-find):
6736 Use `executable-command-find-posix-p'.
6737
6738 2004-01-29 Dave Love <fx@gnu.org>
6739
6740 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6741 Iterate the hook function if arg is given.
6742 (mark-defun, narrow-to-defun): Change order of finding the limits.
6743
6744 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6745 (byte-compile-format-warn): New.
6746 (byte-compile-callargs-warn): Use it.
6747 (Format, message, error): Add byte-compile-format-like property.
6748 (byte-compile-maybe-guarded): New.
6749 (byte-compile-if, byte-compile-cond): Use it.
6750 (byte-compile-lambda): Compile interactive forms,
6751 just to make warnings about them.
6752
6753 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6754
6755 * ses.el (ses-initial-column-width): Increase to 14, so it will
6756 work well with the default printer of "%.7g" for extreme values
6757 like "-1.234567e+07".
6758
6759 2004-01-29 Kenichi Handa <handa@m17n.org>
6760
6761 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6762
6763 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6764
6765 * dos-w32.el: Added support for the `default-printer-name' function.
6766
6767 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * server.el (server-socket-name): Don't use the hostname in the
6770 socket name since /tmp is local to the host anyway.
6771
6772 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6773 robust check of widening and fix var-naming.
6774
6775 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6776
6777 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6778 or rmail-spam- to rsf- in all function and variable names.
6779 (rsf-min-region-to-spam-list): New variable.
6780 (rsf-bbdb-auto-delete-spam-entries): Rename from
6781 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6782 scanned together with the recipients field for spam testing; Don't
6783 delete spam message if rmail-delete-after-output is non-nil;
6784 (rsf-check-field): New function, extracted from code in
6785 rmail-spam-filter to ease addition of header fields like
6786 content-type:;
6787 (message-content-type): New variable. The content-type: field was
6788 added also in defcustom of rsf-definitions-alist;
6789 (rmail-spam-filter): Replace repeated test code for header fields
6790 by calls to check-field; change the call to
6791 rmail-output-to-rmail-file such that rmail-current-message stays
6792 the same to avoid wrong deletion of unseen flags.
6793 (rmail-use-spam-filter): Add autoload cookie.
6794
6795 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6796
6797 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6798 (file-cache-add-directory-using-find): Add Cygwin support.
6799 (file-cache-find-command-posix-flag): New user variable.
6800
6801 * filecache.el (file-cache-add-directory): Check for
6802 directories an remove them from dir-files.
6803
6804 2004-01-27 Richard M. Stallman <rms@gnu.org>
6805
6806 * man.el (Man-fontify-manpage): Clean up message.
6807
6808 2004-01-27 Kenichi Handa <handa@m17n.org>
6809
6810 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6811 (sentence-end): Define using sentence-end-without-space.
6812
6813 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6814 a sentence ends with one of a character in sentence-end-without-space.
6815
6816 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6819 (jit-lock): Group declaration moved to jit-lock.el.
6820 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6821 when necessary.
6822
6823 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6824 (jit-lock-context-unfontify-pos): Rename from
6825 jit-lock-first-unfontify-pos.
6826 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6827
6828 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6829
6830 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6831 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6832 (fortran-fill): When filling a string, adjust re-search-backward
6833 argument for special case of string just on fill-column.
6834 When filling non-string, allow one extra char if
6835 fortran-break-before-delimiters is non-nil.
6836 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6837 Use fortran-break-delimiters-re and fortran-no-break-re to
6838 correctly handle cases such as "**".
6839
6840 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6841 (f90-no-break-re): Add some extra tokens. Doc fix.
6842
6843 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6844
6845 * mail/rmail-spam-filter.el:
6846 Use two semicolons as Commentary line prefix.
6847 Add ";;; Code:" stylized comment.
6848 Delete end-of-line whitespace.
6849 Wrap (require 'cl) with `eval-when-compile'.
6850
6851 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6852
6853 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6854 at the top level of vc.el.
6855
6856 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6857
6858 * vc.el (vc-current-line): Function removed. This is now done by
6859 the new function line-at-pos in simple.el.
6860 (vc-annotate-warp-version): Use line-at-pos instead of
6861 vc-current-line.
6862
6863 2004-01-22 Kim F. Storm <storm@cua.dk>
6864
6865 * simple.el (line-at-pos): New defun.
6866 (what-line): Use it. Optimize by only counting lines in narrowed
6867 region once.
6868
6869 2004-01-22 Kenichi Handa <handa@m17n.org>
6870
6871 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6872 point (register r1) only for charset mule-unicode-0100-24ff.
6873
6874 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6875
6876 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6877 trailing white space and ensure a final newline.
6878
6879 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6880 Add autoload cookie.
6881
6882 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6883
6884 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6885 activate view-mode explicitly.
6886
6887 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6888
6889 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6890 use clipboard first.
6891
6892 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6895 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6896 (vc-mcvs-cvs): Remove.
6897 (vc-mcvs-command): Remove use of assert.
6898
6899 * outline.el (outline-insert-heading): Tighten up match.
6900 (outline-demote, outline-move-subtree-down): Don't assume anything
6901 about outline-regexp.
6902
6903 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6904 (texinfo-show-structure): Explicitly add ^, and simplify.
6905
6906 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6907
6908 * calendar/appt.el (appt-check): Restore usage of
6909 appt-issue-message deleted in previous change.
6910 (top-level): Activate package when loaded (needed for backwards
6911 compatibility).
6912
6913 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6914
6915 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6916 following previous change to smtpmail-send-data.
6917
6918 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6919
6920 * vc.el (vc-default-previous-version): Doc enhancement.
6921 (vc-default-next-version): New function.
6922 (vc-print-log): New arg FOCUS-REV.
6923 (vc-annotate-mode): Derive from view-mode.
6924 (vc-annotate): New args REVISION, DISPLAY-MODE.
6925 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6926 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6927 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6928 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6929 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6930
6931 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6932
6933 2004-01-19 Karl Berry <karl@gnu.org>
6934
6935 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6936 or "TexInfo".
6937
6938 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6939
6940 * subr.el (delete-dups): New function.
6941
6942 2004-01-19 Karl Berry <karl@gnu.org>
6943
6944 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6945 with ^, since that's what texinfo-show-structure
6946 documentation says (plus it works much better in texinfo.txi).
6947
6948 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6949
6950 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6951
6952 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6953
6954 * progmodes/which-func.el (which-function-mode): Don't cancel
6955 which-func-update-timer if not set.
6956
6957 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6958
6959 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6960 Remove spurious left square bracket in XX:XXam regexp.
6961
6962 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * progmodes/cc-defs.el: Do not require cl at run time.
6965
6966 2004-01-16 Richard M. Stallman <rms@gnu.org>
6967
6968 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6969 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6970
6971 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6972 Call rmail-spam-filter. Delete and expunge spam.
6973 Print number of spam messages deleted.
6974 Save and restore the deletion status of old messages when reading
6975 new mail with spam filter, so that expunging spam does not expunge
6976 msgs deleted by the user.
6977 (rmail-only-expunge): Add an optional argument dont-show to
6978 prevent showing message after expunge.
6979
6980 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6981
6982 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6983 * subr.el (declare): New macro.
6984
6985 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6986
6987 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6988
6989 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6992 Test window-system rather than system-type (for X11/Mac).
6993
6994 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6997
6998 2004-01-12 Richard M. Stallman <rms@gnu.org>
6999
7000 * mail/rmail.el (rmail-convert-to-babyl-format):
7001 Use mail-unquote-printable-region.
7002 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7003 (rmail-hex-char-to-integer): Functions deleted.
7004
7005 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7006 (mail-unquote-printable-region): New arg NOERROR.
7007 For invalid encoding, either signal an error to just return nil.
7008
7009 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7010
7011 * calendar/appt.el: Update copyright and commentary.
7012 (appt-issue-message): Make obsolete.
7013 (appt-visible, appt-msg-window): Make obsolete, in favour of
7014 appt-display-format.
7015 (appt-display-mode-line, appt-display-duration)
7016 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7017 (appt-prev-comp-time, appt-display-count, appt-timer)
7018 (appt-convert-time): Doc change.
7019 (appt-disp-window-function, appt-delete-window-function):
7020 Use defcustom rather than defvar.
7021 (appt-display-format): New variable.
7022 (appt-display-message): New function with display code from appt-check.
7023 (appt-check): Add optional FORCE argument. Doc change.
7024 Add appt-make-list to diary-hook if displaying diary.
7025 Remove checking of view-diary-entries-initially.
7026 Message display section removed to new function appt-display-message.
7027 (appt-display-window): Doc change. Remove unused internal var
7028 this-buffer. Do not beep, since appt-display-message does that.
7029 (appt-make-list): Doc change. Use caar.
7030 (appt-sort-list): Simplify by using builtin sort function.
7031 (appt-update-list): New function for updating appts when diary is
7032 saved.
7033 (appt-activate): New autoloaded function to toggle package
7034 functionality.
7035
7036 * calendar/cal-x.el: (calendar-one-frame-setup)
7037 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7038
7039 * calendar/calendar.el: Update copyright.
7040 (view-diary-entries-initially, european-calendar-style): Doc change.
7041 (calendar-setup): Make defcustom rather than defvar.
7042 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7043 in let binding so local to function.
7044
7045 * calendar/diary-lib.el: Update copyright.
7046 (diary, diary-entry-time): Doc change.
7047 (list-diary-entries): Doc change. Trivial logic change.
7048 (fancy-diary-display): Restore make-face command mistakenly
7049 deleted 2003-05-08.
7050 (show-all-diary-entries): Allow to pop-up frame if needed.
7051
7052 2004-01-09 John Paul Wallington <jpw@gnu.org>
7053
7054 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7055 Temporarily select EVENT's window for changing eol type.
7056
7057 2004-01-09 Deepak Goel <deego@gnufans.org>
7058
7059 * calendar/diary-lib.el (diary-entry-time):
7060 Also accept time in the form XX[.XX][am/pm/AM/PM].
7061 (fancy-diary-font-lock-keywords): Likewise.
7062 (diary-font-lock-keywords): Likewise.
7063 * calendar/appt.el (appt-add): Likewise.
7064 (appt-make-list): Likewise.
7065 (appt-convert-time): Likewise.
7066
7067 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7068
7069 * gdb-ui.el (gdb-ann3): Revert previous change.
7070 (gdb-source-info): Allow for case of where compilation directory
7071 is not recorded.
7072
7073 2004-01-08 John Paul Wallington <jpw@gnu.org>
7074
7075 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7076
7077 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7078
7079 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7080
7081 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7082 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
7083 problems.
7084 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
7085
7086 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * files.el (write-file-functions, write-contents-functions):
7089 Clarify docstrings.
7090
7091 2004-01-07 Kenichi Handa <handa@m17n.org>
7092
7093 * international/mule.el (set-auto-coding): Fix for the case that
7094 end-of-line is only CR.
7095
7096 2004-01-07 Kim F. Storm <storm@cua.dk>
7097
7098 * subr.el (event-start, event-end): Doc fix.
7099 (posn-string, posn-image): New defuns.
7100 (posn-object): Return either image or string object.
7101 (posn-object-x-y): Return 8th element of position.
7102 (posn-object-width-height): New defun.
7103
7104 2004-01-06 Andreas Schwab <schwab@suse.de>
7105
7106 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
7107 output.
7108
7109 2004-01-05 Karl Berry <karl@gnu.org>
7110
7111 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
7112 / and *, too.
7113
7114 2003-12-31 Simon Josefsson <jas@extundo.com>
7115
7116 * files.el (before-save-hook): Add.
7117 (basic-save-buffer): Use before-save-hook.
7118
7119 * emacs-lisp/copyright.el: Fix comment to recommend
7120 before-save-hook instead of write-file-functions.
7121
7122 2004-01-05 Richard M. Stallman <rms@gnu.org>
7123
7124 * finder.el (finder-commentary): Call delete-other-windows.
7125
7126 * net/ange-ftp.el (ange-ftp-file-attributes):
7127 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
7128
7129 2004-01-04 Karl Berry <karl@gnu.org>
7130
7131 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
7132 comment characters % and # in the copyright year notice,
7133 as well as ;.
7134
7135 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
7136
7137 * wid-edit.el (default): Define dummy :value-delete.
7138 Reported by Jesper Harder <harder@ifa.au.dk>.
7139
7140 2004-01-03 Richard M. Stallman <rms@gnu.org>
7141
7142 * progmodes/compile.el (compile-internal): Use point, not point-min,
7143 for set-window-point.
7144
7145 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
7146
7147 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
7148
7149 * progmodes/grep.el (grep-mode-map):
7150 Don't remap next-line, previous-line.
7151
7152 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
7153
7154 * speedbar.el (speedbar-edit-line): Change regexp to position
7155 the cursor on the first character of this line's button.
7156
7157 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7158
7159 * subr.el (functionp): Doc fix.
7160
7161 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
7162
7163 * progmodes/idlwave.el (idlwave-make-tags):
7164 * textmodes/flyspell.el (flyspell-large-region):.
7165 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
7166 * emulation/viper-util.el (viper-glob-unix-files):
7167 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
7168 * man.el (Man-init-defvars):
7169 * jka-compr.el (jka-compr-call-process):
7170 * files.el (get-free-disk-space,insert-directory):
7171 * ediff-ptch.el (ediff-test-patch-utility):
7172 * ediff-diff.el (ediff-test-utility):
7173 * dired-aux.el (dired-check-process):
7174 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
7175 test the return value of call-process, because it can be a string.
7176
7177 2003-12-31 John Paul Wallington <jpw@gnu.org>
7178
7179 * bindings.el (completion-ignored-extensions): Add .pfsl.
7180
7181 2003-12-31 Kim F. Storm <storm@cua.dk>
7182
7183 * ido.el (ido-nonreadable-directory-p): New defun to check for
7184 nonreadable directory without activating tramp (to avoid problems
7185 with checking incomplete tramp paths).
7186 (ido-set-current-directory, ido-file-internal)
7187 (ido-file-name-all-completions1): Use it.
7188
7189 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7190
7191 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
7192 documentation if the anchor (or node) name is preceded by `info
7193 anchor' or `Info anchor' in addition to earlier `info node' and
7194 `Info node'.
7195 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
7196
7197 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7198
7199 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
7200 error in arguments to base64-decode-region. Remove ^M characters
7201 after decoding base64.
7202
7203 2003-12-30 Simon Josefsson <jas@extundo.com>
7204
7205 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
7206 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
7207 have only been distributed with Emacs for some years.
7208 (texinfo-mode-hook): Customize.
7209
7210 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7211
7212 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
7213 cleaner (suggested by Richard Stallman).
7214
7215 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7216 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
7217 file-name clashes on 8+3 DOS filesystems.
7218
7219 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
7220 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
7221 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
7222 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
7223 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
7224 file-name clashes on 8+3 filesystems.
7225
7226 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
7227 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
7228 file-name clashes on 8+3 DOS filesystems.
7229
7230 2003-12-29 Richard M. Stallman <rms@gnu.org>
7231
7232 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
7233 Upcase the character.
7234
7235 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7236 Search for header separator alone on a line, literally,
7237 and search for it backward, not forward.
7238 (flyspell-abbrev-table): Always use global-abbrev-table
7239 if there is no local one.
7240
7241 * progmodes/sh-script.el (sh-get-indent-info):
7242 Don't move point back if at bob.
7243
7244 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
7245
7246 * play/handwrite.el (handwrite): Make the handwrite credit message
7247 a comment rather than an output command.
7248
7249 * obsolete/sc.el: Display message that this file is obsolete.
7250
7251 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
7252
7253 * mail/rfc822.el (rfc822-address-start): Declare variable.
7254 Renamed from address-start. All uses changed.
7255
7256 * term.el (term-exec): Set up sentinel.
7257 (term-sentinel): New function.
7258 (term-handle-exit): New function.
7259
7260 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7261 Use assoc-string, and mark them obsolete.
7262 (delay-mode-hooks): Mark as permanent local.
7263
7264 * simple.el (sendmail-user-agent-compose): Use assoc-string.
7265
7266 * register.el (copy-rectangle-to-register): Doc fix.
7267
7268 * info.el (Info-insert-dir): Use assoc-string.
7269
7270 * info-look.el (info-lookup): Use assoc-string.
7271
7272 * frame.el (pop-up-frame-function): Use quote, not `function'.
7273 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7274 copying with lists as coordinate values.
7275
7276 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
7277
7278 * find-dired.el (kill-find): New command.
7279 (find-dired): Make buffer read-only.
7280 Set up a keymap with C-c C-k running kill-find.
7281 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
7282
7283 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
7284
7285 * filecache.el (file-cache-ignore-case): New variable.
7286 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
7287
7288 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
7289 (comint-dynamic-complete-as-filename): Rename local vars.
7290 (comint-dynamic-list-filename-completions): Likewise.
7291
7292 * comint.el (comint-dynamic-list-completions-config): New var.
7293 (comint-dynamic-list-completions): Handle both SPC and TAB right.
7294
7295 * comint.el (comint-file-name-chars): Add [].
7296 (comint-word): Use skip-chars-backward, not search.
7297
7298 * shell.el (shell-file-name-chars): Add [].
7299
7300 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
7301
7302 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
7303
7304 * generic.el (define-generic-mode): Doc fix.
7305
7306 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7307
7308 * files.el (kill-some-buffers): Doc fix.
7309
7310 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
7311
7312 * comint.el (comint-watch-for-password-prompt): Pass `string' as
7313 arg to send-invisible
7314 (send-invisible): Doc fix. The argument is now a prompt, not the
7315 string to send.
7316 (comint-read-noecho): Doc fix.
7317
7318 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
7319
7320 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
7321 "@", as required by some ISP hosting service. Fix defcustom
7322 argument syntax errors that prevented use of customization.
7323
7324 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7325
7326 * xml.el (xml-get-attribute-or-nil): Doc fix.
7327
7328 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
7329
7330 * net/zone-mode.el (zone-mode): Use write-file-functions, not
7331 write-file-hooks.
7332
7333 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
7334
7335 * autorevert.el (auto-revert-interval): Doc fix.
7336
7337 2003-12-29 Mark A. Hershberger <mah@everybody.org>
7338
7339 * xml.el (xml-get-attribute-or-nil): New function, like
7340 xml-get-attribute, but returns nil if the attribute was not found.
7341 (xml-get-attribute): Convert to defsubst, uses
7342 xml-get-attribute-or-nil.
7343
7344 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7345
7346 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7347
7348 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
7349
7350 * custom.el (custom-declare-theme): Use `value' when putting
7351 properties on `theme'.
7352
7353 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
7354
7355 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7356 for each yank-handler segment.
7357 (insert-for-yank-1): New function, with the body of the previous
7358 insert-for-yank.
7359
7360 * textmodes/table.el (table-yank-handler): New defcustom.
7361 (table--put-cell-indicator-property): Put yank-handler property
7362 that indicates the yank handler for the table cell.
7363
7364 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
7365
7366 * generic-x.el (etc-modules-conf-generic-mode): A more complete
7367 set of keywords.
7368
7369 2003-12-29 Eli Zaretskii <eliz@gnu.org>
7370
7371 * international/mule-cmds.el (reset-language-environment)
7372 (set-language-environment): Don't invoke fontset-related functions
7373 if fontset-list is not fboundp.
7374
7375 2003-12-29 Kenichi Handa <handa@m17n.org>
7376
7377 * international/mule-cmds.el (reset-language-environment):
7378 Call set-overriding-fontspec-internal with nil.
7379 (set-language-environment): Call set-overriding-fontspec-internal
7380 if the language environment specify `overriding-fontspec'.
7381 (language-info-alist): Doc added.
7382
7383 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7384 characters of mule-unicode-0100-24ff.
7385 (ccl-encode-windows-1251-font): New CCL program.
7386 ("Bulgarian"): Specify overriding-fontspec.
7387 ("Belarusian"): Likewise.
7388
7389 2003-12-28 Sam Steingold <sds@gnu.org>
7390
7391 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7392 parameter ID-FORMAT to conform with the 2003-11-30 patch.
7393
7394 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
7395
7396 * progmodes/gud.el (gud-gdb-command-name): Set default to
7397 "gdb --annotate=3".
7398 (gud-gdb-marker-filter): Look out for annotations.
7399 (gdb-first-pre-prompt): New variable.
7400 Remove trailing white space.
7401
7402 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7403 if necessary.
7404 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
7405 annotations are detected.
7406 (gud-gdba-marker-filter): Use global variable gud-marker-acc
7407 instead of a local one to allow transition from
7408 gud-gdb-marker-filter.
7409 Remove trailing white space.
7410
7411 2003-12-27 Kim F. Storm <storm@cua.dk>
7412
7413 * ido.el: Handle non-readable directories.
7414 (ido-decorations): Add 9th element for non-readable directory.
7415 (ido-directory-nonreadable): New dynamic var.
7416 (ido-set-current-directory): Set it.
7417 (ido-read-buffer, ido-file-internal):
7418 (ido-read-file-name, ido-read-directory-name): Let-bind it.
7419 (ido-file-name-all-completions1): Return empty list for
7420 non-readable directory.
7421 (ido-exhibit): Print [Not readable] if directory is not readable.
7422 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7423 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7424 Use it.
7425
7426 2003-12-27 Lars Hansen <larsh@math.ku.dk>
7427
7428 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7429 calls to directory-files-and-attributes and file-attributes.
7430 (ls-lisp-format): Remove system dependent handling of user and
7431 group id's.
7432
7433 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
7434
7435 * ffap.el (ffap-read-file-or-url): Revert previous change.
7436
7437 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
7438
7439 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7440 new list of included files called `files-with-node-lines', that
7441 only have node lines. This way @include commands can include any
7442 file, such as version and update files without node lines, not
7443 just files that are chapters.
7444
7445 2003-12-25 Andreas Schwab <schwab@suse.de>
7446
7447 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7448 file not found.
7449
7450 2003-12-08 Miles Bader <miles@gnu.org>
7451
7452 * dired.el (dired-between-files): Always use dired-move-to-filename,
7453 which is more robust in non-english locales.
7454
7455 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7456
7457 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7458
7459 2003-12-24 Andreas Schwab <schwab@suse.de>
7460
7461 * shell.el (shell-file-name-quote-list): Add backslash.
7462
7463 * comint.el (comint-quote-filename): Correctly handle backslash
7464 in comint-file-name-quote-list.
7465
7466 2003-12-24 Kenichi Handa <handa@m17n.org>
7467
7468 * international/mule-cmds.el (set-default-coding-systems):
7469 Call ucs-set-table-for-input for all buffers that don't have local
7470 value of buffer-file-coding-system.
7471
7472 * international/ucs-tables.el (ucs-set-table-for-input):
7473 If translation-table-for-encode is a symbol, get its
7474 translation-table property.
7475
7476 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7479 to `completing-read' on a recently fixed bug.
7480
7481 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7482 instead of SPACE, to get the list of possible fringe modes.
7483 SPACE only works if both `partial-completion-mode' and
7484 `completion-auto-help' are nil.
7485
7486 * complete.el (PC-is-complete-p): Delete.
7487 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7488 calls to `test-completion'.
7489
7490 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7491
7492 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7493 to edit values when there are no children.
7494
7495 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7496 a mode called "Assembler" already exists.
7497 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7498 (gud-watch): Use format option. Remove font properties from string.
7499 (gdb-var-create-handler, gdb-var-list-children-handler):
7500 Don't bother about properties as there are none.
7501 (gdb-var-create-handler, gdb-var-list-children-handler)
7502 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7503 with two arguments.
7504 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7505 Let speedbar show value changes with a different font.
7506 (gdb-edit-value): New defun.
7507 (gdb-clear-partial-output, gdb-clear-inferior-io)
7508 (def-gdb-auto-update-handler): Use erase-buffer.
7509 (gdb-frame-handler): Display watch expressions in
7510 FUNCTION::VARIABLE format if required.
7511
7512 2003-12-23 John Paul Wallington <jpw@gnu.org>
7513
7514 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7515 (Info-goto-emacs-command-node): Doc fixes.
7516
7517 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7518
7519 * cus-edit.el (custom-add-parent-links): Define "many".
7520
7521 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7522
7523 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7524 (widget-child-validate, widget-type-value-create)
7525 (widget-type-default-get, widget-type-match): New functions.
7526 (lazy): New widget.
7527 (menu-choice, checklist, radio-button-choice, editable-list)
7528 (group, documentation-string): Remove redundant (per 2003-10-25
7529 change) calls to `widget-children-value-delete'.
7530 (widget-choice-value-get, widget-choice-value-inline): Remove.
7531 (menu-choice): Update widget.
7532
7533 2003-12-03 Kenichi Handa <handa@m17n.org>
7534
7535 * language/cyrillic.el: Register "microsoft-cp1251" in
7536 ctext-non-standard-encodings-alist.
7537 ("Bulgarian"): Add ctext-non-standard-encodings.
7538 ("Belarusian"): Likewise.
7539
7540 * international/mule-conf.el (compound-text-with-extensions):
7541 Change the type to 2 (iso-2022 base).
7542
7543 * international/mule.el (ctext-non-standard-encodings-alist):
7544 Change the format.
7545 (ctext-non-standard-encodings): New variable.
7546 (ctext-post-read-conversion): Fully re-written.
7547 (ctext-non-standard-designations-alist): Delete it.
7548 (ctext-non-standard-encodings-table): New function.
7549 (ctext-pre-write-conversion): Fully re-written.
7550
7551 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7552
7553 * cus-edit.el (custom-add-parent-links): Add documentation links
7554 for parent, if the item has none of its own.
7555
7556 2003-11-30 Richard M. Stallman <rms@gnu.org>
7557
7558 * dired-aux.el (dired-do-query-replace-regexp):
7559 Report files visited read-only.
7560
7561 2003-11-30 Juri Linkov <juri@jurta.org>
7562
7563 * dired-aux.el (dired-compare-directories): New command.
7564 (dired-file-set-difference, dired-files-attributes): New functions.
7565
7566 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7567 Version 2.0.38 of Tramp released.
7568
7569 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7570 Charles Curley <charlescurley@charlescurley.com>.
7571 (tramp-multi-connection-function-alist): Add ssht entry which adds
7572 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7573 Aichner.
7574 (tramp-get-method-parameter): New function to retrieve a method
7575 parameter. This allows for omission of method parameters.
7576 Callers adjusted.
7577
7578 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7579
7580 * net/tramp.el: Add new optional parameter ID-FORMAT to
7581 `file-attributes'. Calls of `file-attributes' won't use this
7582 parameter for backward compatibility reasons.
7583 (tramp-perl-file-attributes): Add a new parameter to Perl script
7584 in order to handle uid/gid as strings, if desired.
7585 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7586 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7587 order to make the function more general.
7588 (tramp-handle-file-attributes): Replace proprietary optional
7589 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7590 (tramp-handle-file-attributes-with-perl): Handle parameter
7591 NONNUMERIC if set. This wasn't done in the past.
7592 (tramp-post-connection): Apply second parameter "$2" if
7593 `tramp-remote-perl' is called.
7594
7595 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7596 Correct cut'n'waste error (`filename' instead of `directory').
7597 (tramp-smb-handle-directory-files-and-attributes)
7598 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7599 introduced parameter ID-FORMAT.
7600 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7601 error (`directory' instead of `ldir').
7602
7603 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7604 `file-attributes' has a second parameter. If yes, apply it with
7605 value "'integer". Otherwise, don't use that parameter (default is
7606 integer format).
7607
7608 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7611 (help-for-help): Add `C-h .' to the listed Help options.
7612 Remove trailing whitespace.
7613
7614 * help-at-pt.el: New file.
7615
7616 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7617
7618 * subr.el (noreturn, 1value): New macros for test coverage.
7619 See `testcover.el'.
7620
7621 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7622
7623 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7624 for macro `1value'.
7625 (testcover-1value): New function. Checks that a 1value form
7626 actually returns only one value. Requested by RMS.
7627
7628 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7629
7630 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7631 (gdb-var-list-children, gdb-var-list-children-handler)
7632 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7633 gdb commands that use mi to keep them out of the command history.
7634
7635 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7636
7637 * cus-start.el (all): Add use-file-dialog.
7638
7639 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7642
7643 2003-11-27 Kim F. Storm <storm@cua.dk>
7644
7645 * subr.el (posn-object-x-y): New defun.
7646
7647 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7650 Don't use `space' for \\\n.
7651 Be more selective as to which # are comment-starters.
7652
7653 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * subr.el (number-sequence): Improve handling of floating point
7656 arguments (suggested by Kim Storm). Allow negative arguments.
7657
7658 2003-11-26 Kenichi Handa <handa@m17n.org>
7659
7660 * international/mule-cmds.el (standard-display-european-internal):
7661 Cancel the standard-display-table setting for ` and '.
7662
7663 2003-11-26 Kim F. Storm <storm@cua.dk>
7664
7665 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7666 New defcustoms to add ffap-like functionality to ido.
7667 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7668 (ido-no-final-slash): New defun.
7669 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7670 (ido-read-file-name): ): Toggle VC checking via
7671 vc-handled-backends instead of vc-master-templates.
7672 (ido-file-internal): Handle ido-use-url-at-point and
7673 ido-use-filename-at-point via code borrowed from ffap-guesser.
7674 Handle new ido-exit code ffap.
7675 (ido-sort-list): Ignore final slash when sorting file names.
7676
7677 2003-11-25 Kim F. Storm <storm@cua.dk>
7678
7679 * emulation/cua-base.el (cua--standard-movement-commands):
7680 Add forward-sentence and backward-sentence.
7681
7682 2003-11-25 Stephen Eglen <stephen@gnu.org>
7683
7684 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7685 iswitchb-exit is set to 'usefirst when user selects buffer at head
7686 of list using RET. (Selecting buffers at the head of the list was
7687 broken if the substring was also a complete buffername.)
7688
7689 2003-11-23 Kim F. Storm <storm@cua.dk>
7690
7691 * progmodes/compile.el (grep-command, grep-use-null-device)
7692 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7693 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7694 (grep-regexp-alist, grep-program, find-program)
7695 (grep-find-use-xargs, grep-history, grep-find-history)
7696 (grep-process-setup, grep-compute-defaults)
7697 (grep-default-command, grep, grep-tag-default, grep-find)
7698 (grep-expand-command-macros, grep-tree-last-regexp)
7699 (grep-tree-last-files, grep-tree): Move grep variables, functions
7700 and commands to new file grep.el.
7701 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7702 (compilation-process-setup-function): Doc fix.
7703 (compilation-highlight-regexp, compilation-highlight-overlay): New
7704 defvars used for highlighting current compile error in source buffer.
7705 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7706 LOCAL-MAP which overrides compilation-highlight-regexp and
7707 compilation-mode-map for this compilation.
7708 Delay calling compilation-set-window-height until after running
7709 compilation-process-setup-function so it can buffer-local override
7710 compilation-window-height.
7711 Check buffer-local value of compilation-scroll-output.
7712 (compilation-set-window-height): Use buffer-local value of
7713 compilation-window-height.
7714 (compilation-revert-buffer): Don't pass (undefined)
7715 preserve-modes arg to revert-buffer.
7716 (next-error-no-select, previous-error-no-select): New commands.
7717 (compilation-goto-locus): Temporarily highlight current match in
7718 source buffer using compilation-highlight-regexp.
7719
7720 * progmodes/grep.el: New file with grep code from compile.el.
7721 (grep): New defcustom group.
7722 (grep-window-height): New defcustom, like compilation-window-height.
7723 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7724 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7725 (grep-command, grep-use-null-device, grep-find-command)
7726 (grep-tree-files-aliases, grep-tree-ignore-case)
7727 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7728 (grep-setup-hook): New hook variable.
7729 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7730 (grep-last-buffer): New defvar, override compilation-last-buffer.
7731 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7732 Call compile-internal with args highlight-regexp and grep-mode-map.
7733
7734 2003-11-23 Kim F. Storm <storm@cua.dk>
7735
7736 * subr.el (event-start, event-end): Doc fix.
7737 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7738 (posn-area, posn-actual-col-row, posn-object): New defuns.
7739 (posn-col-row): Simplify doc. Rewrite to use cond.
7740 (posn-point): Also return buffer position for events outside text
7741 area (that info is now present in the event position).
7742
7743 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7744 mouse-set-point so that hscroll still works now that clicks on
7745 fringes generate specific mouse events.
7746 (mouse-set-point): Note that it now works in fringes and margins
7747 too due to new semantics of posn-point in fringes and margins.
7748
7749 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7750 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7751
7752 2003-11-20 Kim F. Storm <storm@cua.dk>
7753
7754 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7755 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7756 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7757 to 100 for icons to avoid increasing line height when shown.
7758
7759 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7760
7761 * newcomment.el (comment-normalize-vars): Initialize properly if
7762 comment-start was nil.
7763
7764 2003-11-19 Andreas Schwab <schwab@suse.de>
7765
7766 * simple.el (set-variable): Fix indentation.
7767
7768 2003-11-17 Kenichi Handa <handa@m17n.org>
7769
7770 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7771 Fix docstring.
7772
7773 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7774
7775 * international/latin1-disp.el (latin1-display): Fix docstring.
7776
7777 2003-11-16 John Wiegley <johnw@newartisans.com>
7778
7779 * eshell/em-ls.el (eshell-ls-file): There are times with
7780 size-width is nil and uncomputed (when directories are created in
7781 dired, for example); in this case, 4 is reasonable default value,
7782 although it may caused skewed new entries (which could be avoided
7783 by returning the original value of 8 in all cases, but 99% of the
7784 time this is a waste of whitespace).
7785
7786 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7787
7788 * cc-engine.el (c-guess-continued-construct)
7789 (c-guess-basic-syntax): Check a little more carefully if it's a
7790 function declaration when an unknown construct followed by a block
7791 is found inside a statement context. This avoids macros followed
7792 by blocks to be taken as function declarations.
7793
7794 (c-guess-continued-construct): Change the analysis of a statement
7795 continuation with a brace open to `substatement-block', for
7796 consistency with recognized statements.
7797
7798 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7799 start is in a position so that `c-beginning-of-statement-1' jumped
7800 to the beginning of the same statement.
7801
7802 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7803 Don't accept binary operators in the arglist if we're in a function
7804 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7805 template recognition in cases like "if (a < b || c > d)".
7806
7807 (c-restricted-<>-arglists): New more appropriate name for
7808 `c-disallow-comma-in-<>-arglists'.
7809
7810 Accessing functions updated for the variable name change.
7811
7812 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7813 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7814
7815 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7816 labels.
7817
7818 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7819 instead of duplicating parts of it. This fixes bogus label
7820 recognition.
7821
7822 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7823 of checking the context in which to apply the minimum indentation,
7824 so that it isn't enforced in e.g. namespace blocks.
7825
7826 * cc-vars.el (c-inside-block-syms): New constant used by
7827 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7828 to somewhat reduce the risk of becoming stale.
7829
7830 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7831 cc-cmds to cc-engine to allow use from cc-align.
7832
7833 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7834 qualified identifiers containing "::".
7835
7836 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7837 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7838
7839 * cc-vars.el (c-emacs-features): Use a space in front of the name
7840 of the temporary buffer. That also avoids dumping problems in
7841 XEmacs due to undo info being left around after the buffer is killed.
7842
7843 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7844 arglist to see if it's a K&R style declaration.
7845
7846 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7847 before returning `knr-argdecl-intro'.
7848
7849 2003-11-16 John Wiegley <johnw@newartisans.com>
7850
7851 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7852 field in a long-listing always 8 characters, use `size-width',
7853 which has already been computed.
7854
7855 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7856
7857 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7858
7859 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7860
7861 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7862 Support operation while narrowed, with `diff-restrict-view'.
7863
7864 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7865
7866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7867 Take additional optional arg NARROWFUN. For the generated functions:
7868 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7869 include frags that arrange to check for and save narrowing state before
7870 the move and then conditionally call NARROWFUN after the move.
7871
7872 2003-11-14 John Wiegley <johnw@newartisans.com>
7873
7874 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7875 that was optional, but obviously missing based on surrounding code.
7876
7877 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7878 string arguments to numbers unless the whole argument was seen as
7879 a number.
7880
7881 2003-11-14 Kenichi Handa <handa@m17n.org>
7882
7883 * international/mule.el (ctext-non-standard-encodings-alist):
7884 Fix coding systems.
7885
7886 2003-11-10 Kenichi Handa <handa@m17n.org>
7887
7888 * language/kannada.el ("Kannada"): Add sample-text.
7889
7890 * language/knd-util.el (kannada-compose-region)
7891 (kannada-compose-string, kannada-post-read-conversion):
7892 Add autoload cookie.
7893
7894 * international/quail.el (quail-completion): Change the message
7895 "corresponding translations" to "corresponding characters".
7896
7897 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7898
7899 * descr-text.el (describe-char): Fix typo.
7900
7901 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7902
7903 These changes are to support Kannada language/script.
7904
7905 * Makefile.in (DONTCOMPILE): Add kannada.el.
7906
7907 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7908
7909 * loadup.el: Preload kannada.el.
7910
7911 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7912 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7913 New variables.
7914
7915 * language/kannada.el: New file.
7916
7917 * language/knd-util.el: New file.
7918
7919 2003-11-07 Andreas Schwab <schwab@suse.de>
7920
7921 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7922 Also highlight AH_*.
7923
7924 * xml.el (xml-parse-dtd): Fix misplaced paren.
7925
7926 2003-11-07 Kenichi Handa <handa@m17n.org>
7927
7928 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7929
7930 2003-11-05 Juri Linkov <juri@jurta.org>
7931
7932 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7933 (desktop-buffer-file): Use saved buffer-file-coding-system
7934 for file reading. Set auto-insert to nil to prevent automatic
7935 insertion into restored empty files.
7936
7937 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7938
7939 * files.el (risky-local-variable-p): Make second argument optional.
7940
7941 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * subr.el (add-hook): Fix last change.
7944
7945 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7946
7947 * mail/rmail.el (rmail-convert-to-babyl-format):
7948 If base64-decode-region signals an error, catch it and silently
7949 ignore it.
7950
7951 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7952
7953 * xml.el (xml-parse-region): Allow comments to appear after the
7954 topmost element has closed.
7955 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7956 (xml-ns-expand-attr): New functions to do namespace handling.
7957 (xml-intern-attrlist): Back-compatible handling of attribute names.
7958 (xml-parse-tag): Move namespace handling to separate functions.
7959 Now produces elements in the form ((:ns . "element") (attr-list)
7960 children) instead of ('ns:element (attr-list) children).
7961 (xml-parse-attlist): Fix attribute parsing.
7962 (xml-parse-dtd): Change parsing so that it produces strings
7963 instead of interned symbols.
7964
7965 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7966
7967 * dired.el (dired-ls-sorting-switches): Doc fix.
7968
7969 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7970
7971 * emacs-lisp/rx.el (rx-or): Fix the case of
7972 "(rx (and ?a (or ?b ?c) ?d))".
7973
7974 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7975
7976 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7977 (texinfo-format-region): Use it.
7978 (texinfo-format-buffer-1): Ditto.
7979
7980 2003-11-01 Alan Mackenzie <acm@muc.de>
7981
7982 Changes to allow scrolling whilst in isearch mode:
7983 * isearch.el (isearch-unread-key-sequence): New function,
7984 extracted from isearch-other-meta-char.
7985 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7986 "scrollable" standard functions.
7987 (isearch-allow-scroll): New customizable variable.
7988 (isearch-string-out-of-window, isearch-back-into-window)
7989 (isearch-reread-key-sequence-naturally)
7990 (isearch-lookup-scroll-key): New functions.
7991 (isearch-other-meta-char): Doc string and functionality enhanced.
7992 Now accepts a prefix argument.
7993 (isearch-lazy-highlight-window-end): New variable.
7994 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7995 end (thru isearch-lazy-highlight-window-end), not only its start.
7996
7997 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7998 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7999 (universal-argument, universal-argument-more, negative-argument)
8000 (digit-argument, universal-argument-other-key): Minor changes.
8001
8002 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8003
8004 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8005 recursively if the last message is deleted, thus avoiding an
8006 infinite loop.
8007
8008 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8011 (tex-main-file): Don't add .tex if the extension is already present.
8012 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8013
8014 2003-10-29 Lute Kamstra <lute@gnu.org>
8015
8016 * progmodes/octave-inf.el (inferior-octave-prompt):
8017 Recognize version number in prompt.
8018
8019 2003-10-28 Dave Love <fx@gnu.org>
8020
8021 * international/characters.el: Fix some Unicode ranges.
8022
8023 2003-10-28 Kenichi Handa <handa@m17n.org>
8024
8025 * disp-table.el (standard-display-8bit)
8026 (standard-display-default, standard-display-ascii)
8027 (standard-display-g1, standard-display-graphic)
8028 (standard-display-underline): Assure that standard-display-table
8029 is a display table.
8030
8031 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8034 reindenting the first line.
8035
8036 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8037
8038 * wid-edit.el (widget-default-delete): Always delete child widgets.
8039
8040 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8043 if the line has code.
8044 Don't try to line up with something that's too far left.
8045
8046 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8047 (octave-mode-syntax-table): Add % as a comment starter.
8048 (octave-point): Remove.
8049 (octave-in-comment-p, octave-in-string-p)
8050 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8051 (octave-blink-matching-block-open, octave-auto-fill):
8052 Use line-(beginning|end)-position instead.
8053
8054 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
8055
8056 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8057 for Francesco Potort\e,Al\e(B.
8058
8059 2003-10-23 Dave Love <fx@gnu.org>
8060
8061 * international/mule-cmds.el (locale-charset-to-coding-system):
8062 Don't rely on nil being a coding system.
8063
8064 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8065 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8066 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8067
8068 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8069
8070 * gdb-ui.el (gdb-current-language): New variable.
8071 (gdb-update-flag): Remove variable.
8072 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8073 (gdb-take-last-elt): Remove function.
8074 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8075 (gdb-post-prompt): Check for variable object changes here.
8076
8077 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8078 object changes in gdb-ui.el.
8079
8080 2003-10-21 Richard M. Stallman <rms@gnu.org>
8081
8082 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
8083
8084 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
8085 Don't check for foo*/ wildcard form here.
8086 (insert-directory): Recognize foo*/ as a wildcard.
8087 Separate wildcard-regexp variable from the arg, wildcard.
8088
8089 * subr.el (add-hook): Correctly detect when make-local-hook was used.
8090 (remove-hook): Correctly handle strange cases about local hooks.
8091
8092 2003-10-21 David Ponce <david@dponce.com>
8093
8094 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
8095 argument REAL, to return a real number instead of a rounded
8096 integer value. Define as inline function.
8097 (ruler-mode-right-fringe-cols): Likewise.
8098 (ruler-mode-scroll-bar-cols): New function.
8099 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
8100 (ruler-mode-right-scroll-bar-cols): Likewise.
8101 (ruler-mode-space): New function.
8102 (ruler-mode-ruler): Use it. Handle variations of fringe style,
8103 scroll bar mode and margins in a more robust way.
8104
8105 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
8106
8107 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
8108 (antlr-c-init-language-vars): New function.
8109 (antlr-mode): Use it with cc-mode before v5.29.
8110 (antlr-c-common-init): Don't set some local vars here.
8111 (antlr-mode): Set them here.
8112 (antlr-c-forward-sws): New function alias.
8113 (antlr-mode): Redefine with cc-mode before v5.30.
8114 (antlr-skip-sexps): Use it.
8115 (antlr-skip-exception-part): Ditto.
8116 (antlr-skip-file-prelude): Ditto.
8117 (antlr-outside-rule-p): Ditto.
8118 (antlr-end-of-body): Ditto.
8119 (antlr-option-kind): Ditto.
8120 (antlr-insert-option-area): Ditto.
8121 (antlr-file-dependencies): Ditto.
8122
8123 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8124
8125 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
8126 Move backward only if point was not inside an entry.
8127
8128 2003-10-21 Richard M. Stallman <rms@gnu.org>
8129
8130 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
8131
8132 2003-10-21 Juri Linkov <juri@jurta.org>
8133
8134 * compare-w.el: Automatically skip non-matching text to resync.
8135 (compare-windows-whitespace): Doc fix.
8136 (compare-windows-sync, compare-windows-sync-string-size)
8137 (compare-windows-recenter, compare-ignore-whitespace)
8138 (compare-windows-highlight, compare-windows-face): New variables.
8139 (compare-windows): Use compare-windows-sync.
8140 (compare-windows-highlight, compare-windows-dehighlight)
8141 (compare-windows-sync-regexp)
8142 (compare-windows-sync-default-function): New functions.
8143
8144 2003-10-21 Juri Linkov <juri@jurta.org>
8145
8146 * diff.el (diff-parse-differences): Don't visit the files now;
8147 instead, just record the error locus.
8148
8149 2003-10-21 Dave Love <fx@gnu.org>
8150
8151 * progmodes/cfengine.el: New file.
8152
8153 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8154
8155 * complete.el (PC-do-completion): Do not forget to use `pred' as the
8156 default-directory when completing file names.
8157
8158 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
8159
8160 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
8161 followed by the word `face', it gets treated as a face, even if
8162 it is also defined as a variable or a function.
8163
8164 2003-10-20 Dave Love <fx@gnu.org>
8165
8166 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8167 Avoid incf in macro expansion.
8168
8169 2003-10-20 John Paul Wallington <jpw@gnu.org>
8170
8171 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
8172 `evenp' so we don't implicitly require cl library at runtime.
8173
8174 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
8177 (help-make-xrefs): Only make cross-references for faces if
8178 preceded or followed by the word `face'. Do not make a
8179 cross-reference for variables without variable documentation,
8180 unless preceded by the word `variable' or `option'. Update doc
8181 string accordingly.
8182
8183 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
8184
8185 * progmodes/hideshow.el: Rewrite one-armed `if'
8186 constructs using either `when' or `unless'.
8187 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
8188
8189 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
8190
8191 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
8192 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
8193 instead of 12x12.
8194
8195 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8196
8197 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
8198 message while converting to Babyl.
8199
8200 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
8201
8202 * allout.el (allout-mode): Doc fix.
8203
8204 2003-10-16 Lute Kamstra <lute@gnu.org>
8205
8206 * subr.el (force-mode-line-update): Fix docstring.
8207
8208 2003-10-14 Dave Love <fx@gnu.org>
8209
8210 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8211 (default-input-method): Add :link, improve :type.
8212 (locale-charset-language-names): Fix utf-8 pattern.
8213 (locale-charset-match-p, locale-charset-alist)
8214 (locale-charset-to-coding-system): New.
8215 (set-locale-environment): Deal with codeset part of locale specs.
8216
8217 2003-10-14 Lute Kamstra <lute@gnu.org>
8218
8219 * fringe.el (fringe-mode): Use active voice in docstring.
8220 (set-fringe-style): Ditto.
8221
8222 2003-10-13 Lute Kamstra <lute@gnu.org>
8223
8224 * fringe.el (fringe-mode): Fix docstring.
8225 (set-fringe-style): Ditto.
8226
8227 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
8228
8229 * ediff-mult.el (ediff-filegroup-action):
8230 Use ediff-default-filtering-regexp.
8231
8232 * ediff-util.el (ediff-recenter): Don't call
8233 ediff-restore-highlighting twice.
8234 (ediff-select-difference): Set current difference.
8235 (ediff-unselect-and-select-difference): Add comment.
8236
8237 * ediff.el (ediff-directories,ediff-directory-revisions)
8238 (ediff-directories3,ediff-merge-directories)
8239 (ediff-merge-directories-with-ancestor)
8240 (ediff-merge-directory-revisions)
8241 (ediff-merge-directory-revisions-with-ancestor):
8242 Use ediff-default-filtering-regexp.
8243
8244 2003-10-12 Andreas Schwab <schwab@suse.de>
8245
8246 * international/mule-cmds.el (locale-charset-language-names):
8247 Simplify regex by removing unused grouping.
8248
8249 2003-10-10 Dave Love <fx@gnu.org>
8250
8251 * bindings.el: Don't bind stop.
8252
8253 2003-10-08 Miles Bader <miles@gnu.org>
8254
8255 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
8256 face instead of attempting to emulate it.
8257
8258 2003-10-07 Kenichi Handa <handa@m17n.org>
8259
8260 * international/mule-diag.el (list-coding-systems-1): List coding
8261 systems that are loaded automatically.
8262
8263 * international/code-pages.el (iso-8859-11): Add autoload cookie.
8264
8265 * international/mule.el (autoload-coding-system): New function.
8266
8267 2003-10-07 Andreas Schwab <schwab@suse.de>
8268
8269 * log-edit.el (log-edit-changelog-entries): Prefer local value of
8270 change-log-default-name in the buffer visiting the file.
8271
8272 2003-10-06 Dave Love <fx@gnu.org>
8273
8274 * files.el (find-file-hook): Customize.
8275 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
8276
8277 * bindings.el (completion-ignored-extensions): Remove .log.
8278 (global-map): Add again, open, stop keys.
8279
8280 2003-10-05 Richard M. Stallman <rms@gnu.org>
8281
8282 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
8283 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
8284 Use sh-modify directly.
8285 (sh-select): Use sh-append, not eval.
8286
8287 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
8288
8289 * info.el (Info-following-node-name): New function.
8290
8291 * loadhist.el (unload-feature-special-hooks):
8292 Rename from loadhist-hook-functions.
8293 (loadhist-hook-functions): Now an alias.
8294
8295 2003-10-04 Eli Zaretskii <eliz@gnu.org>
8296
8297 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
8298 file-name clashes on 8+3 filesystems.
8299
8300 * Makefile.in (DONTCOMPILE, bootstrap-clean):
8301 Rename loaddefs-boot.el to ldefs-boot.el
8302
8303 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
8304 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
8305
8306 2003-10-03 Lute Kamstra <lute@gnu.org>
8307
8308 * info.el (Info-mode): Revert previous change.
8309 (Info-escape-percent): New function.
8310 (Info-fontify-node): Use it.
8311
8312 2003-10-02 Andreas Schwab <schwab@suse.de>
8313
8314 * loaddefs-boot.el: Regenerated.
8315
8316 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
8317
8318 * ffap.el: Remove defadvice related code from CVS since `complete'
8319 provides a `PC-completion-as-file-name-predicate' variable that
8320 ffap can override.
8321
8322 2003-10-02 Kenichi Handa <handa@m17n.org>
8323
8324 * international/utf-8.el (ccl-decode-mule-utf-8):
8325 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
8326
8327 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
8328 * international/subst-big5.el: Likewise.
8329 * international/subst-gb2312.el: Likewise.
8330 * international/subst-ksc.el: Likewise.
8331
8332 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8333
8334 * calendar/calendar.el (increment-calendar-month)
8335 (calendar-leap-year-p, calendar-absolute-from-gregorian)
8336 (generate-calendar, calendar-read-date, calendar-interval)
8337 (calendar-day-of-week): Handle years BC.
8338 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8339
8340 2003-10-01 Dave Love <fx@gnu.org>
8341
8342 * language/cyrillic.el (cp1251): Alias for windows-1251.
8343
8344 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8345 bootstrap.
8346
8347 2003-10-01 Lute Kamstra <lute@gnu.org>
8348
8349 * files.el: Fix typo.
8350 * imenu.el (imenu--generic-function): Docstring fix.
8351
8352 2003-09-30 Richard M. Stallman <rms@gnu.org>
8353
8354 * dired.el (dired-mode): Handle dired-directory as a list.
8355
8356 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
8357
8358 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8359
8360 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8361
8362 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8363 Replace gud-display with gud-watch.
8364 (gud-speedbar-buttons): Add stuff for watching expressions
8365 in the speedbar when using M-x gdba. Use dolist on old part
8366 of this function.
8367
8368 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8369 (gdb-update-flag): New variables.
8370 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8371 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8372 (gud-watch, gdb-var-create-handler) : New functions.
8373 (gdb-var-list-children, gdb-var-list-children-handler)
8374 (gdb-var-create-regexp, gdb-var-update-regexp)
8375 (gdb-var-list-children-regexp): New constants.
8376 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8377 (gdb-annotation-rules): Reduce annotation set (level 3).
8378 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8379 (gdb-post-prompt): Don't update GDB buffers every time speedbar
8380 updates.
8381 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8382 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8383 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8384 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8385 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8386 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8387 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8388 (gud-display, gud-display1)
8389 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8390 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8391 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8392 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8393 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8394 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8395 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8396 (gdb-display-display-buffer, gdb-toggle-display)
8397 (gdb-delete-display, gdb-expressions-popup-menu)
8398 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8399 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8400 to display buffer.
8401
8402 2003-09-30 Richard M. Stallman <rms@gnu.org>
8403
8404 * progmodes/ada-mode.el (ada-mode): Don't use advice.
8405 Instead, set which-func-functions.
8406
8407 * progmodes/which-func.el (which-func-modes): Add ada-mode.
8408 (which-func-functions): New variable.
8409 (which-function): Use that.
8410
8411 * info.el (Info-mode): Double each `%' in header line.
8412
8413 * emacs-lisp/lisp-mnt.el (lm-with-file):
8414 When FILE is nil, run BODY in current buffer.
8415
8416 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8417
8418 * help.el (describe-mode): Start with a brief list of minor modes.
8419 Find them thru minor-mode-list so as to find them all.
8420 Show them in alphabetical order.
8421
8422 * mail/sendmail.el (mail-aliases): Doc fix.
8423
8424 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8425
8426 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8427
8428 * mail/rmailsum.el (rmail-make-summary-line-1):
8429 Change comma after last label to a space.
8430 (rmail-summary-font-lock-keywords): Adapt to that change.
8431
8432 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
8433
8434 * progmodes/scheme.el (scheme-mode-variables): When setting
8435 `font-lock-defaults', also specify that "#" should
8436 be interpreted with `word' syntax.
8437 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8438
8439 2003-09-30 Lars Hansen <larsh@math.ku.dk>
8440
8441 * desktop.el: A lot of comments updated.
8442 (desktop-save-mode): Minor mode introduced.
8443 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8444 (desktop-load-default): Function made obsolete.
8445 (desktop-locals-to-save): Variable made customizable.
8446 (desktop-read): Optional parameter `dirname' added.
8447 (desktop-change-dir, desktop-revert): Parameter `dirname' in
8448 `desktop-read' used.
8449 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8450
8451 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
8452
8453 * whitespace.el (whitespace-clean-msg): Add user customizable message
8454 for displaying ``clean'' output.
8455 (whitespace-buffer): Use `whitespace-clean-msg'.
8456 (whitespace-global-mode): Fix typo.
8457
8458 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8459
8460 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8461
8462 2003-09-29 Lute Kamstra <lute@gnu.org>
8463
8464 * bindings.el (mode-line-modes): Remove superfluous :propertize
8465 construct in initialization.
8466 (mode-line-position): Change cons cell into proper list in
8467 initialization.
8468
8469 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8470
8471 * international/mule.el (decode-coding-inserted-region): Use car
8472 of the return value of find-operation-coding-system.
8473
8474 2003-09-29 Kenichi Handa <handa@m17n.org>
8475
8476 * descr-text.el (describe-char): Fix previous change.
8477
8478 2003-09-28 Kenichi Handa <handa@m17n.org>
8479
8480 * descr-text.el (describe-char-display): New function.
8481 (describe-char): Pay attention to display table on describing how
8482 a character is displayed.
8483
8484 * international/mule-cmds.el (encoded-string-description):
8485 Prepend "0x" to each encoded byte.
8486
8487 2003-09-28 Andreas Schwab <schwab@suse.de>
8488
8489 * find-file.el (ff-special-constructs): Add autoload cookie.
8490
8491 2003-09-28 Kevin Ryde <user42@zip.com.au>
8492
8493 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8494 makeinfo appends to duplicate index entries.
8495
8496 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8497
8498 * dired-x.el (dired-clean-tex): Doc fix.
8499
8500 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8501 using a Chinese tutorial.
8502
8503 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8504
8505 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8506 between "MAIL FROM:" and "RCPT TO:" and the following address.
8507
8508 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8509
8510 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8511
8512 2003-09-28 David Ponce <david@dponce.com>
8513
8514 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8515 (recentf-load-list): When `recentf-initialize-file-name-history'
8516 is non-nil, initialize an empty `file-name-history' with the
8517 recent list.
8518
8519 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8520
8521 * man.el (Man-default-man-entry): Remove the leading `*' from the
8522 word at point.
8523
8524 2003-09-26 Lute Kamstra <lute@gnu.org>
8525
8526 * bindings.el (mode-line-position): Mention size indication in
8527 docstring.
8528
8529 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8530
8531 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8532
8533 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8534 because it's autoloaded now.
8535
8536 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8537
8538 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8539 (sh-font-lock-keywords, sh-feature): Fix previous change of
8540 sh-feature to avoid infloop with sh-font-lock-keywords.
8541
8542 2003-09-25 Kim F. Storm <storm@cua.dk>
8543
8544 * frame.el (frame-current-scroll-bars): New defun.
8545
8546 * window.el (window-current-scroll-bars): New defun.
8547
8548 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8549
8550 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8551 cause errors when the state cache contains info on parts that have
8552 been narrowed out.
8553
8554 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8555
8556 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8557 `c-setup-paragraph-variables' has to be used when this variable is
8558 changed; it doesn't work to reinitialize the mode since that
8559 typically clobbers the variable.
8560
8561 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8562 Make it interactive.
8563
8564 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8565
8566 * progmodes/cc-fonts.el (c-font-lock-declarations):
8567 Fix recognition of constructors and destructors for classes whose
8568 names are matched by `*-font-lock-extra-types'.
8569
8570 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8571 followed by an identifier in C++ then it's a type.
8572
8573 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8574
8575 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8576 problem that primarily affected XEmacs. Don't use faces to find
8577 unterminated strings since Emacs and XEmacs fontify strings
8578 differently - this function should now work better in XEmacs.
8579
8580 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8581
8582 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8583 `expand-abbrev' workaround which caused braces to misbehave inside
8584 macros.
8585
8586 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8587 handling. This bug could cause interactive font locking to bail out.
8588
8589 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8590
8591 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8592 Handle paren-style types in Pike. Also fixed some cases of
8593 insufficient handling of unbalanced parens.
8594
8595 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8596
8597 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8598 common shell prompts that are not common filename or URL characters.
8599 (ffap-file-at-point): Use the new regexp to strip the prompts from
8600 the file names. This is an issue mostly for user prompts that
8601 don't have a trailing space and find-file-at-point is invoked from
8602 within a shell inside Emacs.
8603
8604 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8605
8606 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8607 stamps numerically, rather than textually.
8608
8609 2003-09-24 Kenichi Handa <handa@m17n.org>
8610
8611 * language/devan-util.el (devanagari-post-read-conversion):
8612 * language/mlm-util.el (malayalam-post-read-conversion):
8613 * language/tml-util.el (tamil-post-read-conversion):
8614 Add autoload cookie.
8615
8616 * international/utf-8.el (utf-8-post-read-conversion):
8617 Call post-read-conversion functions for Devanagari, Malayalam,
8618 and Tamil.
8619
8620 2003-09-23 Dave Love <fx@gnu.org>
8621
8622 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8623
8624 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8625
8626 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8627 Update gud-remove.
8628
8629 2003-09-22 Richard M. Stallman <rms@gnu.org>
8630
8631 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8632 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8633 (sh-mode-syntax-table-input): New variable.
8634 (sh-require-final-newline): Don't use eval.
8635 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8636 (sh-variables, sh-font-lock-keywords): Don't use eval.
8637 (sh-set-shell): When setting require-final-newline,
8638 treat value = `require-final-newline' as don't change it.
8639 Set sh-mode-syntax-table locally based on
8640 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8641
8642 * progmodes/compile.el (compile-internal):
8643 Call compilation-set-window-height before setting window start.
8644
8645 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8646
8647 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8648 Clear out byte-compile-last-warned-form.
8649
8650 2003-09-22 Richard M. Stallman <rms@gnu.org>
8651
8652 * woman.el (woman-file-name, woman-follow-word):
8653 If current-word returns nil, use "".
8654
8655 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8656
8657 2003-09-22 Richard M. Stallman <rms@gnu.org>
8658
8659 * emacs-lisp/lisp-mnt.el (lm-with-file):
8660 Don't visit the file, just use insert-file-contents in temp buffer.
8661
8662 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8663
8664 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8665 Add surrounding \\( and \\) around the header, as in
8666 for lm-history-header 'Change Log\\|History'.
8667
8668 2003-09-22 John Paul Wallington <jpw@gnu.org>
8669
8670 * progmodes/ld-script.el: Add Commentary section,
8671 minor cleanup of file header.
8672 (ld-script-font-lock-keywords): Doc fix.
8673 (toplevel): Provide `ld-script' feature.
8674
8675 2003-09-21 Kim F. Storm <storm@cua.dk>
8676
8677 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8678 new built-in variable default-frame-scroll-bars.
8679 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8680 scroll-bar-mode; notably, use it instead of t when we toggle
8681 scroll-bars on.
8682 (toggle-scroll-bar): Use default-frame-scroll-bars.
8683
8684 2003-09-19 Masatake YAMATO <jet@gyve.org>
8685
8686 * pcvs.el (cvs-do-removal): Change the prompt depending on
8687 `filter' value.
8688
8689 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8690
8691 * startup.el (command-line-1): Stop startup-echo-area-message
8692 being hidden by "Loading image..." message.
8693 (use-fancy-splash-screens-p, display-splash-screen):
8694 Move display-graphic-p test from latter to former.
8695
8696 * progmodes/sh-script.el (sh-font-lock-keywords):
8697 Highlight escaped EOLs differently from other backslash constructs.
8698
8699 2003-09-19 Richard M. Stallman <rms@gnu.org>
8700
8701 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8702 New functions.
8703 (edebug-enter, edebug-outside-excursion): Use them.
8704
8705 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8706 Fix the condition for whether to print "In WHERE".
8707
8708 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8709
8710 * finder.el (finder-mode-hook): New variable.
8711 (finder-mode): Run hook finder-mode-hook
8712
8713 2003-09-18 Masatake YAMATO <jet@gyve.org>
8714
8715 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8716
8717 2003-09-17 Mario Lang <mlang@delysid.org>
8718
8719 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8720 "p %e" to actually print the value in the GUD buffer.
8721
8722 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8723
8724 From David Ponce <david.ponce@wanadoo.fr>:
8725 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8726 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8727 from loaddefs-boot.el if necessary.
8728
8729 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8730
8731 * progmodes/gud.el (gud-find-class): Make jdb work again since
8732 cc-mode changed the syntactic information.
8733
8734 2003-09-15 David Ponce <david@dponce.com>
8735
8736 * recentf.el: (recentf-exclude): Accept predicates too.
8737 (recentf-file-readable-p): New function.
8738 (recentf-include-p): Handle predicates in recentf-exclude.
8739 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8740 (recentf-cleanup): Likewise.
8741 (recentf-save-list): Use write-file to handle backup of
8742 recentf-save-file.
8743
8744 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8745
8746 * loaddefs-boot.el: Renamed from `loaddefs.el'
8747 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8748 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8749 necessary.
8750
8751 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8752
8753 * electric.el (Electric-pop-up-window): For the `one-window' case,
8754 no longer disconcertingly move point in the original buffer.
8755
8756 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8759
8760 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8761
8762 * dired.el (dired-mode-map): Fix typo.
8763
8764 2003-09-11 Richard M. Stallman <rms@gnu.org>
8765
8766 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8767
8768 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8769
8770 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8771 the function is less noisy. Now only `kill-buffer' can ask questions.
8772
8773 2003-09-10 Mario Lang <mlang@delysid.org>
8774
8775 * battery.el: Update Commentary and Copyright.
8776 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8777 appear due to wrong ordering of the expressions in `or'.
8778
8779 2003-09-09 Lute Kamstra <lute@gnu.org>
8780
8781 * misc.el (upcase-char): Fix docstring.
8782 (zap-up-to-char): New command.
8783
8784 2003-09-08 David Ponce <david@dponce.com>
8785
8786 Ensure that recentf correctly updates the menu bar.
8787 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8788 (recentf-menu-bar): New function.
8789 (recentf-clear-data): Use it
8790 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8791 of easy-menu-change.
8792
8793 2003-09-08 Lute Kamstra <lute@gnu.org>
8794
8795 * simple.el (size-indication-mode): New.
8796 * bindings.el (mode-line-position): Add buffer size indicator.
8797
8798 2003-09-04 Mario Lang <mlang@delysid.org>
8799
8800 * battery.el (battery-linux-proc-acpi): New function.
8801 (battery-status-function): Modify default value calculation to also
8802 check for availability of ACPI.
8803 (battery-echo-area-format): Ditto.
8804 (battery-mode-line-format): Ditto.
8805
8806 2003-09-06 Dave Love <fx@gnu.org>
8807
8808 * ielm.el (ielm-mode-hook): Add :options.
8809
8810 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8811 (eldoc-print-current-symbol-info): Use it.
8812
8813 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8814
8815 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8816 being displayed in GUD buffer.
8817 (gdb-idle-input-queue): Remove var. Use just one queue.
8818 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8819 Remove functions. Use just one queue.
8820 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8821 (gdb-invalidate-assembler, gdb-get-current-frame):
8822 Modify functions. Use just one queue.
8823
8824 2003-09-04 Dave Love <fx@gnu.org>
8825
8826 * cus-start.el: Add blink-cursor-alist.
8827
8828 * ruler-mode.el (ruler-mode-fill-column-char)
8829 (ruler-mode-current-column-char): Use char-displayable-p,
8830 not window-system.
8831
8832 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8833
8834 * language/european.el (windows-1252): Move from code-pages.
8835
8836 * language/cyrillic.el ("Windows-1251"): Delete.
8837 ("Bulgarian", "Belarusian"): Remove `features'.
8838 (windows-1251): Move from code-pages.
8839
8840 * international/mule-diag.el (non-iso-charset-alist):
8841 Remove `codepage' stuff.
8842 (print-designation, list-coding-systems-1): Output fixes.
8843
8844 * international/code-pages.el (cp-make-translation-table)
8845 (cp-valid-codes): Made defsubsts.
8846 (cp-fix-safe-chars): Delete.
8847 (mule-diag): Don't require.
8848 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8849 (top-level): Check for defined coding system when defining
8850 cp... aliases. Change w32-add-charset-info test to avoid warning.
8851 (non-iso-charset-alist): Defvar when compiling.
8852 (cp-make-coding-system): Doc fix.
8853
8854 2003-09-02 Jason Rumney <jasonr@gnu.org>
8855
8856 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8857 line-ends from CVS before doing conversion.
8858
8859 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8860
8861 * calendar/diary-lib.el (diary-header-line-flag)
8862 (diary-header-line-format): New variables.
8863 (list-diary-entries): Use them to set header line in simple diary.
8864
8865 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8866 other than font-lock-string-face to highlight backslashes.
8867
8868 2003-09-01 Jason Rumney <jasonr@gnu.org>
8869
8870 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8871 regexp.
8872
8873 2003-09-01 Dave Love <fx@gnu.org>
8874
8875 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8876
8877 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8878 and :help; also line and column numbers labels.
8879
8880 * international/mule-util.el (char-displayable-p): Move from
8881 latin1-disp, rename and autoload.
8882
8883 * international/latin1-disp.el (latin1-char-displayable-p):
8884 Now obsolete alias. Replace uses with char-displayable-p.
8885 (latin1-display-ucs-per-lynx): Fix last change.
8886
8887 * international/mule-cmds.el (standard-display-european-internal):
8888 Don't use char code for Latin-1 NBSP.
8889 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8890 U+2018, U+2019 for `'.
8891 (select-safe-coding-system): Message fix.
8892
8893 2003-09-01 Kenichi Handa <handa@m17n.org>
8894
8895 * international/fontset.el (setup-default-fontset): For Thai
8896 font, specify "*" family.
8897
8898 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8899
8900 * progmodes/compile.el (previous-error): Accept a prefix
8901 argument, similarly to next-error.
8902
8903 2003-08-31 Masatake YAMATO <jet@gyve.org>
8904
8905 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8906 the number of files. Bind the number of files to a local
8907 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8908
8909 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8910
8911 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8912 2003-07-26: msdos-long-file-names is a function, not a variable.
8913
8914 2003-08-29 Richard M. Stallman <rms@gnu.org>
8915
8916 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8917 Do nothing with mail-personal-alias-file if it is nil.
8918
8919 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8920 Do nothing if mail-personal-alias-file is nil.
8921
8922 * term.el (term-exec-1): Bind coding-system-for-read.
8923
8924 * dired.el (dired-mouse-find-file-other-window):
8925 Use dired-view-command-alist here, as in dired-view-file.
8926 (dired-view-command-alist): Use %s to substitute file name.
8927 Handle .ps_pages, .eps, .jpg, .gif, .png.
8928
8929 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8930
8931 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8932 `Info-prev-reference', instead of M-tab.
8933
8934 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8935
8936 * simple.el (blink-matching-open): Work correctly on chars that
8937 are designated as parens through the syntax-table text property.
8938
8939 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8940
8941 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8942 line break position in the middle of a non-kinsoku (e.g. latin)
8943 word, making it skip until either a space or a character with
8944 category "|".
8945 (kinsoku-longer): Test for end of buffer.
8946
8947 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8948
8949 * mail/rmail.el (rmail-convert-to-babyl-format):
8950 Detect quoted-printable- and base64-encoded messages and decode them
8951 automatically. Set the message's encoding from the charset=
8952 header, if any. Decode base64-encoded messages in Mail format as well.
8953
8954 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8955
8956 * mail/smtpmail.el: Fix previous change.
8957 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8958 calling smtpmail-via-smtp.
8959 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8960
8961 2003-08-26 John Paul Wallington <jpw@gnu.org>
8962
8963 * image.el (image-jpeg-p): Don't search beyond length of data.
8964
8965 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8966
8967 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8968 misfeature in `expand-abbrev' which caused electric keywords like
8969 "else" to disappear if an open brace was typed directly afterwards.
8970
8971 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8972
8973 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8974 mandatory in `define-widget'.
8975
8976 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8977 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8978
8979 (c-assignment-operators): New language constant that only contains
8980 the assignment operators.
8981
8982 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8983
8984 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8985
8986 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8987 Safeguard against unbalanced sexps.
8988
8989 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8990
8991 * version.el (emacs-version): Check for gtk. Include gtk version info.
8992
8993 2003-08-25 John Paul Wallington <jpw@gnu.org>
8994
8995 * man.el (Man-default-man-entry): Don't whizz past the section
8996 number before looking for it.
8997
8998 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8999
9000 * progmodes/gud.el (gud-display-line): Don't set window-point if
9001 source buffer is not visible. (Only happens with M-x gdba.)
9002
9003 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9004 documentation.
9005 (gdb-source, gdb-source-info): Update to assembler unnecessary
9006 as its done after each GDB command anyway.
9007 (gdb-pre-prompt): Use with-current-buffer.
9008 (gdb-insert-field): Add help-echo text.
9009 (gdb-invalidate-assembler): Re-display of assembler now done in
9010 gdb-info-breakpoints-custom.
9011 (gdb-info-breakpoints-custom): Force re-display of assembler to
9012 happen *after* update of breakpoints buffer.
9013 (gdb-display-source-buffer): Don't choke if gdb-source-window
9014 isn't visible.
9015 (gdb-put-string, gdb-put-arrow): Remove free variables.
9016
9017 2003-08-24 John Paul Wallington <jpw@gnu.org>
9018
9019 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9020
9021 * man.el (Man-default-man-entry): Strip text properties when
9022 snarfing parts of entry because `format' preserves properties.
9023
9024 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9025
9026 * files.el (file-newest-backup): Use `expand-file-name'.
9027
9028 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9029 Allow the diary to pop up a new frame, if needed.
9030
9031 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9032 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9033 (smtpmail-send-it): Make treatment of envelope-from consistent with
9034 sendmail.el.
9035
9036 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9037 (sh-leading-keywords): Add the bash `time' reserved word.
9038 (sh-variables): Add some bash variables.
9039 (sh-add-completer): Fix nil branch of case statement.
9040
9041 2003-08-24 Masatake YAMATO <jet@gyve.org>
9042
9043 * progmodes/ld-script.el: New file.
9044
9045 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9046
9047 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9048
9049 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9050
9051 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9052 Better explain obsolescence, and what to use instead.
9053
9054 2003-08-23 Masatake YAMATO <jet@gyve.org>
9055
9056 * pcvs.el (cvs-do-removal): Show the deleted file name
9057 on the prompt.
9058
9059 2003-08-20 Dave Love <fx@gnu.org>
9060
9061 * international/mule.el (make-coding-system)
9062 (set-buffer-file-coding-system): Doc fix.
9063
9064 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9065
9066 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9067
9068 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9069
9070 * international/utf-16.el: Add mime-text-unsuitable coding system
9071 properties.
9072
9073 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
9074
9075 * cus-edit.el: Add some :links.
9076 (bib): Remove.
9077
9078 * textmodes/bib-mode.el (bib): Add :group external.
9079
9080 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9081
9082 * wid-edit.el (widget-echo-help): Make it handle expressions that
9083 evaluate to strings.
9084
9085 2003-08-18 Michael Mauger <mmaug@yahoo.com>
9086
9087 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
9088
9089 Simplify selection of SQL products to define highlighting and
9090 interactive mode. Includes detailed instructions on adding
9091 support for new products.
9092
9093 * progmodes/sql.el (sql-product): New variable. Identifies SQL
9094 product for use in highlighting and interactive mode.
9095 (sql-interactive-product): New variable. SQL product for
9096 sql-interactive-mode.
9097 (sql-product-support): New variable. Specifies product-specific
9098 parameters to drive highlighting and interactive mode.
9099 (sql-imenu-generic-expression): Add more object types.
9100 (sql-sqlite-options): Correct comment.
9101 (sql-ms-program): Use "osql" rather than "isql".
9102 (sql-prompt-regexp, sql-prompt-length): Update comment.
9103 (sql-mode-menu): Add "Start SQLi session" entry.
9104 Replace Highlighting submenu with Product menu. Fix Send Region entry.
9105 (sql-mode-abbrev-table): Add abbreviations. Support of
9106 SYSTEM-FLAG on define-abbrev. Support was removed with last
9107 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
9108 (sql-mode-font-lock-object-name): Add font-lock pattern for object
9109 names.
9110 (sql-mode-ansi-font-lock-keywords): Set as default value.
9111 (sql-mode-oracle-font-lock-keywords): Set as default value.
9112 Support Oracle 9i keywords.
9113 (sql-mode-postgres-font-lock-keywords): Set as default value.
9114 (sql-mode-linter-font-lock-keywords): Set as default value.
9115 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
9116 SQLServer 2000.
9117 (sql-mode-sybase-font-lock-keywords)
9118 (sql-mode-interbase-font-lock-keywords)
9119 (sql-mode-sqlite-font-lock-keywords)
9120 (sql-mode-strong-font-lock-keywords)
9121 (sql-mode-mysql-font-lock-keywords)
9122 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
9123 keywords.
9124 (sql-mode-font-lock-defaults): Update comment.
9125 (sql-product-feature): New function. Returns feature associated
9126 with a product from `sql-product-support' alist.
9127 (sql-product-font-lock): New function. Set font-lock support
9128 based on `sql-product'.
9129 (sql-add-product-keywords): New function. Add font-lock rules to
9130 product-specific keyword variables.
9131 (sql-set-product): New function. Set `sql-product' and apply
9132 appropriate font-lock highlighting.
9133 (sql-highlight-product): New function. Set font-lock support
9134 based on a product. Also set mode name to include product name.
9135 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
9136 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
9137 Use `sql-set-product'.
9138 (sql-highlight-ms-keywords)
9139 (sql-highlight-sybase-keywords)
9140 (sql-highlight-interbase-keywords)
9141 (sql-highlight-strong-keywords)
9142 (sql-highlight-mysql-keywords)
9143 (sql-highlight-sqlite-keywords)
9144 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
9145 (sql-get-login): Prompt in the same order as the tokens.
9146 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
9147 (sql-product-interactive): New function. Common portions of
9148 product-specific interactive mode wrappers.
9149 (sql-interactive-mode): Rewritten to use product features.
9150 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9151 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9152 (sql-db2, sql-linter): Use `sql-product-interactive'.
9153 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9154 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9155 (sql-connect-ingres, sql-connect-postgres)
9156 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9157 New functions. Format command line parameters and invoke comint on
9158 the appropriate interpreter. Code was in the corresponding
9159 `sql-xyz' function before.
9160 (sql-connect-ms): New function. Support -E argument to use
9161 operating system credentials for authentication.
9162
9163 2003-08-18 Kenichi Handa <handa@m17n.org>
9164
9165 * international/mule.el (encode-char): Fix for the ASCII case.
9166
9167 2003-08-15 Kenichi Handa <handa@m17n.org>
9168
9169 * international/fontset.el (setup-default-fontset): Change "*" to
9170 nil in the specifications of font family.
9171
9172 2003-08-18 Kim F. Storm <storm@cua.dk>
9173
9174 * kmacro.el (kmacro-keymap): Group related bindings in
9175 initialization for clarity. Bind C-s to start macro.
9176 Remove C-r binding.
9177 (kmacro-initial-counter-value): New defvar to hold initial counter
9178 value in case we set the value before defining a macro.
9179 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
9180 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
9181 not defining or executing macro. Doc fix.
9182 (kmacro-add-counter): Clear kmacro-initial-counter-value.
9183 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
9184 temporarily view older elements on the macro ring without cycling
9185 the ring.
9186 (kmacro-display): Doc fix.
9187 (kmacro-exec-ring-item): New helper function.
9188 (kmacro-call-ring-2nd): Use it.
9189 (kmacro-call-ring-2nd-repeat): Doc fix.
9190 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
9191 (kmacro-end-or-call-macro): Execute last viewed macro (using
9192 kmacro-exec-ring-item) from ring if this follows
9193 kmacro-view-macro. This allows us to find a macro on the ring
9194 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
9195 the ring to bring it to the head of the ring.
9196 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
9197 Allow binding to reserved keys without specifying C-x C-k prefix.
9198 Ask for confirmation if entered key sequence is already bound to
9199 a non-macro command.
9200 (kmacro-view-macro): Repeating command will show older elements
9201 on the macro ring; C-k will execute the last viewed macro.
9202 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
9203 property from 'ring to 'head.
9204
9205 2003-08-17 Alan Shutko <ats@acm.org>
9206
9207 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
9208 keeping December out of the alist.
9209
9210 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
9211
9212 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
9213 * calendar/calendar.el (calendar-mode-map): Bind it to key.
9214 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
9215 (calendar-flatten): New function.
9216 (calendar-mouse-view-other-diary-entries)
9217 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
9218 in the menu title and to show multi-line diary entries correctly
9219 in the menu.
9220
9221 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
9222
9223 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
9224 defcustom, because the default was recently changed.
9225
9226 2003-08-16 Richard M. Stallman <rms@gnu.org>
9227
9228 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
9229
9230 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
9231 New subroutine, broken out of eval-last-sexp-1.
9232 (eval-last-sexp-1): Use eval-last-sexp-print-value.
9233
9234 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
9235
9236 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
9237
9238 * simple.el (eval-expression): Use eval-last-sexp-print-value.
9239
9240 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
9241
9242 * progmodes/compile.el (compilation-error-regexp-alist):
9243 Add Java ANt error detection as described in document
9244 http://ant.apache.org/faq.html
9245
9246 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
9247
9248 * simple.el (backward-word, forward-to-indentation)
9249 (backward-to-indentation): Argument changed to optional.
9250 (next-line, previous-line): Use `or' instead of `unless'.
9251
9252 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9253
9254 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
9255 instead of a constant.
9256
9257 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
9258
9259 * shell.el (shell): With prefix-arg, suggest a new buffer name.
9260
9261 2003-08-12 Andre Spiegel <spiegel@gnu.org>
9262
9263 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
9264 (vc-sccs-workfile-version): Search the entire delta table, rather
9265 than just the first entry, because that might be a deleted version.
9266
9267 2003-08-11 Karl Fogel <kfogel@red-bean.com>
9268
9269 * menu-bar.el (menu-bar-options-menu): Supply a body for the
9270 [save-place] binding in the Options menu. Have it require
9271 'saveplace' and then toggle the variable manually, to avoid an an
9272 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
9273 for the bug report.
9274
9275 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
9276
9277 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
9278 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
9279 (gdb-info-threads-custom): Add help-echo text.
9280 (gdb-display-back): Don't use purecopy.
9281 (gdb-info-breakpoints-custom, gdb-reset)
9282 (gdb-assembler-custom): Use display-images-p to test if breakpoint
9283 icons can be displayed.
9284
9285 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
9286
9287 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
9288
9289 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
9290
9291 * bookmark.el (bookmark-completing-read):
9292 Return a string, instead of a list of one string.
9293 Use a popup menu if activated from the mouse.
9294 (bookmark-edit-annotation): Remove unused vars.
9295 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
9296 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
9297 to bookmark-completing-read.
9298 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9299 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
9300 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
9301 and erase-buffer.
9302 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
9303 (bookmark-menu-jump, bookmark-menu-insert)
9304 (bookmark-popup-menu-and-apply-function)
9305 (bookmark-menu-popup-paned-bookmark-menu): Remove.
9306 (bookmark-menu-build-paned-menu): Remove by folding it into
9307 bookmark-menu-popup-paned-menu.
9308 (menu-bar-bookmark-map): Move the define-key statements here.
9309 Use the "non-menu" commands since they now pop up a menu if needed.
9310 (bookmark-exit-hook-internal): Simplify.
9311
9312 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
9313
9314 * reftex-toc.el (reftex-toc-rename-label): New function.
9315 (reftex-toc-check-docstruct): New function.
9316
9317 * reftex.el (reftex-region-active-p): New function.
9318
9319 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
9320 regexp to find the \bibliography macro.
9321
9322 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
9323 which does not exist in LaTeX.
9324 (reftex-cite-format-builtin): Added amsrefs support.
9325 (reftex-toc-confirm-promotion): New option
9326
9327 * reftex-toc.el
9328 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
9329 (reftex-toc-demote, reftex-toc-promote)
9330 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9331 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9332 (reftex-toc-newhead-from-alist)
9333 (reftex-toc-load-all-files-for-promotion): New functions.
9334 (reftex-toc-help): Added description of new keys.
9335 (reftex-toc-split-windows-fraction): New option.
9336 (reftex-recenter-toc-when-idle): Search *toc* window on all
9337 visible frames.
9338 (reftex-toc): Additional parameter REUSE
9339 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
9340 with REUSE argument.
9341 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9342 the call of `reftex-toc'.
9343 (reftex-make-separate-toc-frame): New function .
9344 (reftex-toc-recenter): When called with triple prefix arg, call
9345 `reftex-make-separate-toc-frame' first.
9346 (reftex-toc-toggle-dedicated-frame): New command.
9347 (reftex-toc-quit): Adapted to delete frame when called in
9348 dedicated frame.
9349
9350 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9351 all enclosing macros.
9352
9353
9354 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9355
9356 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9357 first use.
9358
9359 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9360
9361 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9362
9363 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9364
9365 * calendar/calendar.el (list-diary-entries-hook)
9366 (diary-display-hook, nongregorian-diary-listing-hook)
9367 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9368 Add some customize options for these hooks.
9369 (calendar-abbrev-construct): Don't try to take a substring longer
9370 than the original string.
9371
9372 2003-08-05 Richard M. Stallman <rms@gnu.org>
9373
9374 * emacs-lisp/testcover.el (noreturn): Report error if does return.
9375 (testcover-reinstrument-clauses): Doc fix.
9376
9377 * emacs-lisp/warnings.el: Doc fixes, args renamed.
9378 (warning-type-format): Rename from warning-group-format.
9379
9380 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9381 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9382 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9383 to prevent warnings about defvar for an obsolete variable.
9384
9385 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9386 warning-group-format renamed to warning-type-format.
9387
9388 * subr.el (read-passwd): Use clear-string instead of fillarray.
9389
9390 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9391 Use vconcat instead of concat.
9392 (edmacro-sanitize-for-string): New function.
9393
9394 2003-08-05 Dave Love <fx@gnu.org>
9395
9396 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9397 line-number-display-limit-width.
9398
9399 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9400
9401 2003-08-05 Kenichi Handa <handa@m17n.org>
9402
9403 * international/code-pages.el: Don't require mule-diag.
9404
9405 * international/mule-diag.el (non-iso-charset-alist):
9406 Add autoload cookie.
9407
9408 * language/devan-util.el (dev-glyph-order): Add an entry for the
9409 glyph code #xC4.
9410
9411 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9412
9413 * calendar/calendar.el (diary-file, diary-file-name-prefix)
9414 (european-calendar-style, diary-date-forms)
9415 (calendar-day-name-array, calendar-month-name-array): Doc change.
9416 (generate-calendar-month): Adapt for new behaviour of
9417 `calendar-day-name' function.
9418 (calendar-abbrev-length, calendar-day-abbrev-array)
9419 (calendar-month-abbrev-array): New variables.
9420 (calendar-abbrev-construct): New function.
9421 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9422 rather than fixing abbrevs at some width. Calling syntax change.
9423 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
9424 (calendar-date-string): Adapt for new behaviours of
9425 `calendar-day-name' and `calendar-month-name' functions.
9426
9427 * calendar/diary-lib.el (list-diary-entries): Adapt for new
9428 behaviour of `calendar-day-name' and `calendar-month-name' functions.
9429 (diary-name-pattern): Use abbrev arrays, rather than fixing
9430 abbrevs at three chars. Calling syntax change.
9431 (mark-diary-entries): Adapt for new behaviours of
9432 `diary-name-pattern' and `calendar-make-alist' functions.
9433 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9434 `diary-name-pattern' function.
9435 (font-lock-diary-date-forms): Use abbrev arrays, rather than
9436 fixing abbrevs at three chars. Calling syntax change.
9437 (cal-hebrew, cal-islam): Require when compiling.
9438 (diary-font-lock-keywords): Adapt for new behaviour of
9439 `font-lock-diary-date-forms' function.
9440
9441 * calendar/cal-hebrew.el: Reposition some code so defined before used.
9442 (calendar-hebrew-month-name-array-common-year)
9443 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9444 (list-hebrew-diary-entries): Adapt for new behaviours of
9445 `calendar-day-name' and `add-to-diary-list' functions.
9446 (mark-hebrew-diary-entries): Adapt for new behaviours of
9447 `diary-name-pattern' and `calendar-make-alist' functions.
9448
9449 * calendar/cal-islam.el (calendar-islamic-month-name-array):
9450 Add doc string.
9451 (list-islamic-diary-entries): Adapt for new behaviours of
9452 `calendar-day-name' and `add-to-diary-list' functions.
9453 (mark-islamic-diary-entries): Adapt for new behaviours of
9454 `diary-name-pattern' and `calendar-make-alist' functions.
9455
9456 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9457 `calendar-month-name' function.
9458
9459 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9460
9461 * calendar/solar.el (solar-seasons-data): Move definition before use.
9462
9463 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9464 (cal-tex-LaTeX-hourbox): Move definition before use.
9465
9466 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9467 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9468 lunar.el, solar.el
9469 (displayed-month, displayed-year): Define for compiler.
9470
9471 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9472
9473 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9474 MODE. Renamed from c-init-c-language-vars'.
9475 (c-initialize-cc-mode): Change accordingly.
9476 (c-common-init): Ditto.
9477 (c-mode): Ditto.
9478 (c++-mode): Use `c-init-language-vars-for'.
9479 (objc-mode): Ditto.
9480 (java-mode): Ditto.
9481 (idl-mode): Ditto.
9482 (pike-mode): Ditto.
9483 (awk-mode): Ditto.
9484
9485 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9486
9487 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9488 or not the point moved.
9489
9490 (c-search-decl-header-end): Don't trip up on operator identifiers
9491 in C++ and operators like == in all languages.
9492
9493 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9494 Detect leading labels correctly.
9495
9496 2003-08-02 Andreas Schwab <schwab@suse.de>
9497
9498 * textmodes/ispell.el: Don't redo key bindings on loading, put
9499 them only in loaddefs.el.
9500 * bookmark.el: Likewise.
9501 * dabbrev.el: Likewise.
9502 * emerge.el: Likewise.
9503
9504 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9505 has more than one member.
9506
9507 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9508
9509 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9510
9511 * lpr.el (printify-region): It was ending conversion before the
9512 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9513
9514 2003-07-31 John Paul Wallington <jpw@gnu.org>
9515
9516 * net/browse-url.el (browse-url-epiphany): Doc fix.
9517
9518 2003-07-30 Kenichi Handa <handa@m17n.org>
9519
9520 * international/fontset.el (setup-default-fontset):
9521 Change registry names of Akurti fonts.
9522
9523 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9524
9525 * comint.el (comint-read-noecho): Use `clear-string' instead of
9526 `fillarray'.
9527
9528 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9529
9530 * outline.el (outline-mode-hook): Add defvar.
9531
9532 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9533
9534 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9535 Restore assembler in source window if that is what has been selected.
9536 (menu): Add gdb-restore-windows to menu. Make gdba
9537 specific menus only visible from gdba.
9538
9539 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9540
9541 * progmodes/compile.el (compilation-environment): New user variable.
9542 (compile-internal): Respect it.
9543
9544 2003-07-23 Masatake YAMATO <jet@gyve.org>
9545
9546 * progmodes/gud.el (gdb-script-font-lock-keywords):
9547 Put `font-lock-function-name-face' on a symbol which includes
9548 `-' like `hook-run'. Put font-lock-variable-name-face
9549 on a symbol starting with $.
9550
9551 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9552
9553 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9554
9555 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9556
9557 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9558
9559 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9560
9561 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9562 Use with-no-warnings.
9563 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9564 rather than to find-file-not-found-hook, which doesn't exist.
9565
9566 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9567
9568 * international/quail.el (quail-translate-key): Fix previous change.
9569
9570 2003-07-25 John Paul Wallington <jpw@gnu.org>
9571
9572 * server.el (server-start): Check `server-process' is non-nil
9573 before killing it to avoid killing current buffer's process.
9574
9575 * simple.el (choose-completion-string): Use `minibufferp';
9576 test `completion-reference-buffer' if `buffer' arg is nil.
9577 (push-mark): Use `when' and `unless'.
9578 (pop-mark): Use `when'.
9579
9580 * mouse-sel.el (mouse-sel-get-selection-function):
9581 Check `x-last-selected-text-primary'. Don't barf if it or
9582 `x-last-selected-text' aren't bound.
9583
9584 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9585
9586 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9587
9588 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9591
9592 2003-07-23 John Paul Wallington <jpw@gnu.org>
9593
9594 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9595
9596 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9597
9598 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9599 string. Defvar the derived hook.
9600
9601 * macros.el (insert-kbd-macro): Escape double quote character.
9602 From Thomas W Murphy <twm@andrew.cmu.edu>.
9603
9604 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9605
9606 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9607 to match the specific mark rather than reusing comment-start-skip.
9608
9609 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9610
9611 * progmodes/hideshow.el (hs-special-modes-alist):
9612 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9613
9614 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9615
9616 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9617 value using ?\s.
9618
9619 2003-07-21 John Paul Wallington <jpw@gnu.org>
9620
9621 * subr.el (with-selected-window): Add closing paren.
9622
9623 2003-07-21 Richard M. Stallman <rms@gnu.org>
9624
9625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9626 (lisp-mode): Likewise.
9627
9628 * subr.el (with-selected-window): Copy code form save-selected-window
9629 so as to call select-window with norecord arg.
9630 (dynamic-completion-table): Doc fix.
9631 (lazy-completion-table): Doc fix.
9632
9633 * international/mule-cmds.el (set-locale-environment):
9634 langinfo renamed to locale-info.
9635
9636 * international/mule.el (auto-coding-functions): Doc fix.
9637
9638 2003-07-21 Kenichi Handa <handa@m17n.org>
9639
9640 * international/quail.el (quail-translate-key):
9641 Update quail-current-str correctly.
9642
9643 2003-07-21 Andreas Schwab <schwab@suse.de>
9644
9645 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9646 ?, to "_".
9647
9648 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9649 Version 2.0.36 of Tramp released.
9650
9651 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9652 tramp-password-end-of-line.
9653 (tramp-password-end-of-line): New method parameter.
9654 (tramp-get-password-end-of-line): Function to access method
9655 parameter `tramp-password-end-of-line', or variable
9656 `tramp-default-password-end-of-line' (default value).
9657 (tramp-methods): Add entries for new parameter
9658 tramp-password-end-of-line.
9659 (tramp-enter-password): Use new function
9660 `tramp-get-password-end-of-line'.
9661 (tramp-handle-insert-file-contents): Do not
9662 unconditionally inhibit the file operation file-local-copy, only
9663 do that when the inhibit-file-name-operation is currently
9664 insert-file-contents. This fixes finding remote CVS-controlled
9665 files. (It would barf on inserting the CVS/Entries file
9666 literally, because the file-local-copy handler wasn't called.)
9667 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9668 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9669 (tramp-initial-commands): New variable.
9670 (tramp-process-initial-commands): New function, using the variable.
9671 (tramp-open-connection-setup-interactive-shell): Call the new function.
9672 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9673 method into the buffer name, never use nil. Reported by Hanak
9674 David <dhanak@inf.bme.hu>.
9675 (tramp-open-connection-setup-interactive-shell): Erase buffer
9676 before sending "stty -onlcr".
9677
9678 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9679
9680 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9681
9682 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9683
9684 2003-07-19 John Paul Wallington <jpw@gnu.org>
9685
9686 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9687 (artist-draw-rect, artist-draw-square): Doc fixes.
9688
9689 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9690
9691 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9692
9693 2003-07-19 Kenichi Handa <handa@m17n.org>
9694
9695 * international/kkc.el (kkc-show-conversion-list-update):
9696 Highlight the correct candidate in the message.
9697
9698 2003-07-18 John Paul Wallington <jpw@gnu.org>
9699
9700 * simple.el (current-word): Don't include punctuation char when
9701 `really-word' arg is non-nil.
9702
9703 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9704
9705 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9706 moved to the directory obsolete.
9707
9708 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * info.el (Info-menu-entry-name-re): Allow newlines in
9711 menu entry names.
9712
9713 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9714 syntax-ppss-after-change-function.
9715 (syntax-ppss-after-change-function): New alias. Update uses.
9716 (syntax-ppss): Catch the case where the buffer is narrowed.
9717
9718 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9719
9720 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9721 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9722
9723 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9724
9725 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9726 since it might be modified.
9727
9728 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9729 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9730 names to these language constants.
9731
9732 2003-07-15 Kim F. Storm <storm@cua.dk>
9733
9734 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9735 All uses changed.
9736
9737 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9738
9739 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9740 Namespace support.
9741
9742 2003-07-13 Juanma Barranquero <lektu@terra.es>
9743
9744 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9745 papers received).
9746
9747 2003-07-13 Karl Eichwalder <ke@suse.de>
9748
9749 * textmodes/po.el (po-find-charset): White space at the start of the
9750 Content-Type field body is non-mandatory.
9751
9752 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9753
9754 * textmodes/texinfo.el (texinfo-section-list):
9755 Append appendixsection; a synonym for appendixsec.
9756
9757 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9758
9759 * man.el (Man-translate-cleanup): New.
9760 (Man-translate-references): Call `Man-translate-cleanup' to clean
9761 leading, trailing and middle spaces.
9762
9763 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9764
9765 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9766 Handle `dired-directory' being a list.
9767
9768 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9769
9770 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9771 it doesn't exist.
9772
9773 2003-07-12 Richard M. Stallman <rms@gnu.org>
9774
9775 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9776
9777 * progmodes/cc-defs.el (c-make-keywords-re):
9778 Don't use delete-duplicates.
9779 (c-lang-const): Don't use mapcan.
9780
9781 * apropos.el (apropos-show-scores): Make it customizable.
9782 Document new meaning.
9783 (apropos): Compute scores from symbols.
9784 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9785
9786 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9787
9788 * ps-bdf.el: Fix copyright line.
9789 (bdf-directory-list): Fix initialization code.
9790
9791 2003-07-11 John Paul Wallington <jpw@gnu.org>
9792
9793 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9794 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9795 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9796
9797 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9798
9799 * emacs-lisp/ring.el (ring-elements): Doc fix.
9800
9801 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9802
9803 * calendar/timeclock.el (timeclock-relative)
9804 (timeclock-ask-before-exiting, timeclock-use-display-time):
9805 Doc changes.
9806 (timeclock-modeline-display): Give a message if
9807 `timeclock-use-display-time' is non-nil but `display-time-mode'
9808 is not active.
9809
9810 2003-07-11 Kenichi Handa <handa@m17n.org>
9811
9812 * international/mule-cmds.el (set-language-environment):
9813 Set current-language-environment to the correct string.
9814
9815 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9816
9817 * ps-print.el: Print line number correctly in a region. Reported by
9818 Tim Allen <timallen@ls83.fsnet.co.uk>.
9819 (ps-print-version): New version number (6.6.2).
9820 (ps-printing-region): Code fix.
9821
9822 2003-07-10 John Paul Wallington <jpw@gnu.org>
9823
9824 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9825 this function can be called from `add-completions-from-tags-table'.
9826
9827 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9828
9829 * calendar/timeclock.el (timeclock-use-display-time)
9830 (timeclock-day-over-hook, timeclock-workday-remaining)
9831 (timeclock-status-string, timeclock-when-to-leave)
9832 (timeclock-when-to-leave-string, timeclock-log-data)
9833 (timeclock-find-discrep, timeclock-day-base)
9834 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9835 (timeclock-modeline-display): Set the variable
9836 `timeclock-modeline-display'.
9837 (timeclock-update-modeline): Doc fix. Respect value of
9838 `timeclock-relative'.
9839
9840 2003-07-09 Richard M. Stallman <rms@gnu.org>
9841
9842 * textmodes/reftex-parse.el (reftex-all-document-files):
9843 Add autoload cookie.
9844
9845 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9846 (reftex-scanning-info-available-p): Add autoload cookie.
9847
9848 * international/mule-cmds.el
9849 (set-display-table-and-terminal-coding-system): Delete duplicate
9850 aset on standard-display-table.
9851
9852 * view.el (view-file): If existing buffer's major mode is special,
9853 don't go into view mode.
9854
9855 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9856
9857 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9858
9859 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9860 buffer changes; there's third party code that calls this function
9861 directly.
9862
9863 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9864
9865 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9866 (autodoc-font-lock-keywords): Don't byte compile on font lock
9867 initialization when running from byte compiled files.
9868
9869 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9870
9871 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9872 statement ends with auto-increment "++".
9873
9874 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9875
9876 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9877 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9878 these are changed, so declare them as variables and not constants.
9879
9880 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9881
9882 * subr.el (dolist, dotimes): Doc fix.
9883
9884 2003-07-08 Kim F. Storm <storm@cua.dk>
9885
9886 * international/mule-cmds.el
9887 (set-display-table-and-terminal-coding-system): Don't break
9888 bootstrap if standard-display-table isn't setup yet.
9889
9890 2003-07-07 Richard M. Stallman <rms@gnu.org>
9891
9892 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9893 Give it a doc string, and autoload it.
9894
9895 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9896 Use with-no-warnings.
9897
9898 * info.el (Info-search): If find invisible text, search again.
9899
9900 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9901
9902 * man.el (Man-name-regexp): Match + as part of name.
9903
9904 * simple.el (visible-mode): Rename from vis-mode.
9905 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9906
9907 * simple.el (current-word): New arg REALLY-WORD specifies
9908 don't include punctuation chars.
9909
9910 * emacs-lisp/debug.el (debug, debugger-env-macro):
9911 Use with-no-warnings while accessing and binding unread-command-char.
9912
9913 * international/mule-cmds.el
9914 (set-display-table-and-terminal-coding-system): Use explicit loop
9915 instead of calling standard-display-default.
9916
9917 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9918 Use condition-case to catch error in ange-ftp-get-files.
9919
9920 * net/browse-url.el (browse-url-browser-function):
9921 Add alternative for Epiphany.
9922 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9923 (browse-url-epiphany-startup-arguments)
9924 (browse-url-epiphany-new-window-is-tab): New variables.
9925 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9926
9927 * progmodes/compile.el (compile-auto-highlight): Default now t.
9928 (compile): Doc fix.
9929 (compilation-next-error): Fix previous change.
9930
9931 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9932
9933 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9934
9935 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9936
9937 * gdb-ui.el (gdb-source-info): Display current frame when
9938 attaching to an existing process.
9939 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9940 while laying out windows when attaching to an existing process.
9941
9942 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * info.el (Info-menu): Use Info-menu-entry-name-re.
9945
9946 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9947
9948 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9949 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9950
9951 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9952 to match the same text.
9953
9954 2003-07-06 John Paul Wallington <jpw@gnu.org>
9955
9956 * vc.el (vc-annotate-offset): Move defvar up.
9957
9958 2003-07-06 Kim F. Storm <storm@cua.dk>
9959
9960 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9961 This should fix the infinite loop when extracting menu names.
9962
9963 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9964
9965 * files.el (auto-mode-alist, interpreter-mode-alist):
9966 Remove entries to CC Mode modes to avoid duplicates; they are now added
9967 with autoload directives in cc-mode.el.
9968
9969 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9970
9971 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9972 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9973 these are changed, so declare them as variables and not constants.
9974
9975 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9976 ensure that the entry for ".c" extension comes before the one for
9977 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9978 Fix incorrect entries that were added to `interpreter-mode-alist'.
9979 Move the autoload directives for AWK to the top level since they
9980 aren't recognized anywhere else. Do not use the new AWK mode doc
9981 in the autoload form for the old AWK mode.
9982
9983 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9984
9985 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9986 (bibtex-sort-ignore-string-entries): Default value t.
9987 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9988 erroneously in previous version.
9989 (bibtex-string-files): Docstring reflects new parsing scheme.
9990 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9991 docstring, add # as one of the chars to crush
9992 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9993 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9994 (bibtex-autokey-name-change-strings)
9995 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9996 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9997 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9998 (bibtex-autokey-title-terminators)
9999 (bibtex-autokey-titlewords-stretch)
10000 (bibtex-autokey-titleword-ignore)
10001 (bibtex-autokey-titleword-case-convert)
10002 (bibtex-autokey-titleword-abbrevs)
10003 (bibtex-autokey-titleword-abbrevs)
10004 (bibtex-autokey-titleword-change-strings)
10005 (bibtex-autokey-titleword-length)
10006 (bibtex-autokey-titleword-separator)
10007 (bibtex-autokey-name-year-separator)
10008 (bibtex-autokey-year-title-separator)
10009 (bibtex-autokey-before-presentation-function)
10010 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10011 Fix docstring.
10012 (bibtex-strings, bibtex-reference-keys):
10013 Use lazy-completion-table and make-variable-buffer-local.
10014 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10015 (bibtex-braced-string-syntax-table)
10016 (bibtex-quoted-string-syntax-table): New variables.
10017 (bibtex-parse-nested-braces): Remove.
10018 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10019 (bibtex-parse-association): Simplify.
10020 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10021 (bibtex-parse-field-text): Simplify.
10022 (bibtex-search-forward-field, bibtex-search-backward-field):
10023 argument BOUND can take value t.
10024 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10025 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10026 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10027 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10028 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10029 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10030 and ending of entry. Update for changes of bibtex-search-entry.
10031 Simplify.
10032 (bibtex-map-entries): FUN is called with three arguments.
10033 (bibtex-search-entry): Return a cons pair with buffer positions of
10034 beginning and end of entry.
10035 (bibtex-enclosing-field): Simplify.
10036 (bibtex-format-entry): Use booktitle to set a missing title.
10037 (bibtex-autokey-get-names): Fiddle with regexps.
10038 (bibtex-generate-autokey): Use identity.
10039 (bibtex-parse-keys): Use simplified parsing algorithm if
10040 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10041 arguments. Return alist of keys.
10042 (bibtex-parse-strings): Simplify. Return alist of strings.
10043 (bibtex-complete-string-cleanup): Fix docstring.
10044 (bibtex-read-key): New function.
10045 (bibtex-mode): Fix docstring. Do not parse for keys and
10046 strings when the mode is entered. Set fill-paragraph-function to
10047 bibtex-fill-field. Setup font-lock-mark-block-function the way
10048 font-lock intended.
10049 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10050 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10051 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10052 (bibtex-Preamble): Avoid hard coded constants.
10053 (bibtex-make-field): Fix docstring. Simplify.
10054 (bibtex-beginning-of-entry): Always return new position of point.
10055 (bibtex-end-of-entry): Rearrange cond clauses.
10056 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10057 Update for changes of bibtex-map-entries.
10058 (bibtex-ispell-abstract): Do not move point.
10059 (bibtex-entry-index): Use downcase. Simplify.
10060 (bibtex-lessp): Handle catch-all.
10061 (bibtex-find-crossref): Turn into a command.
10062 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10063 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10064 preamble entries.
10065 (bibtex-fill-field-bounds): New function.
10066 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10067 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10068 (bibtex-String): Use bibtex-strings. Always obey
10069 bibtex-sort-ignore-string-entries.
10070
10071 2003-07-05 John Paul Wallington <jpw@gnu.org>
10072
10073 * cus-theme.el (customize-create-theme):
10074 Call `customize-create-theme' in Reset widget's notify function.
10075
10076 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10077 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10078 (define-ibuffer-column name): Add summarizer.
10079 (define-ibuffer-column size): Likewise.
10080 (define-ibuffer-column filename): Likewise.
10081 (define-ibuffer-column process): Likewise. Change BODY's output too.
10082 (define-ibuffer-column filename-and-process): Likewise, likewise.
10083 (ibuffer): Remove local vars `already-in' and `need-update'.
10084
10085 * ibuf-ext.el: Don't require `derived' at compile-time.
10086
10087 2003-07-05 Kim F. Storm <storm@cua.dk>
10088
10089 * info.el: Disable paragraph refilling.
10090 (Info-refill-paragraphs): New defcustom.
10091 (Info-fontify-node): Use it.
10092
10093 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
10096 thingies from constructors created by defstruct.
10097
10098 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
10099 the default value of the variable.
10100 (byte-code-meter): Move declaration to top level.
10101
10102 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
10103
10104 * info.el (Info-following-node-name-re): New fun.
10105 (Info-following-node-name): Remove.
10106 (Info-insert-dir): Use the new fun.
10107 (Info-extract-pointer): Don't save restriction; use new fun.
10108 (Info-menu-entry-name-re): New const.
10109 (Info-menu-entry-name-re): Use it along with new fun.
10110 (Info-node-spec-re): Use new fun.
10111 (Info-complete-menu-item, Info-fontify-node): Use new const.
10112 (Info-goto-node, Info-follow-reference, Info-menu-update):
10113 Use match-string.
10114 (Info-follow-reference): Use assoc-string.
10115 Use a list of strings for the completion table.
10116 (Info-fontify-node): Use match-string, line-end-position.
10117 Limit the search for `node:' to the first line.
10118
10119 * newcomment.el (uncomment-region): Remove padding coming from
10120 comment-start rather than just from comment-padding.
10121
10122 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
10123 (vc-cvs-stay-local-p): Use vc-stay-local-p.
10124 (vc-cvs-rename-file): Remove (use the default).
10125 (vc-cvs-register): Register parent dir if needed.
10126 (vc-cvs-could-register): Return non-nil if parent can be registered.
10127 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
10128 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
10129
10130 * vc-svn.el (vc-svn-use-edit): Make it into a const.
10131 (vc-svn-update): Fix the arguments to `svn'.
10132 (vc-svn-diff-tree): Just use `vc-svn-diff'.
10133 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
10134 Simple implementations, assuming `name' is a URL.
10135
10136 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
10137 set of chars allowed unquoted in a case pattern.
10138
10139 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
10140
10141 * font-lock.el (font-lock-extra-types-widget)
10142 (c-font-lock-extra-types, c++-font-lock-extra-types)
10143 (objc-font-lock-extra-types, java-font-lock-extra-types)
10144 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
10145 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
10146 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
10147 (font-lock-match-c++-structor-declaration)
10148 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
10149 (c++-font-lock-keywords-3, c++-font-lock-keywords)
10150 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
10151 (objc-font-lock-keywords-3, objc-font-lock-keywords)
10152 (java-font-lock-keywords-1, java-font-lock-keywords-2)
10153 (java-font-lock-keywords-3, java-font-lock-keywords)
10154 (java-font-lock-syntactic-face-function): Remove obsolete code
10155 and constants. It's all in cc-fonts.el now.
10156
10157 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
10158
10159 * mail/sendmail.el (mail-specify-envelope-from)
10160 (mail-envelope-from): Doc fix.
10161
10162 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
10163
10164 * generic-x.el: Do away with the dependency on `c-emacs-features'
10165 when populating `rul-generic-mode-syntax-table'; we already know
10166 this isn't XEmacs.
10167
10168 See ChangeLog.10 for earlier changes.
10169
10170 ;; Local Variables:
10171 ;; coding: iso-2022-7bit
10172 ;; End:
10173
10174 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
10175 Copying and distribution of this file, with or without modification,
10176 are permitted provided the copyright notice and this notice are preserved.
10177
10178 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1