]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(calc-s-prefix-help): Add `calc-copy-special-constant' to help string.
[gnu-emacs] / lisp / ChangeLog
1 2005-05-18 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-help.el (calc-s-prefix-help): Add
4 `calc-copy-special-constant' to help string.
5
6 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7
8 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9
10 2005-05-18 Jay Belanger <belanger@truman.edu>
11
12 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13 in linear factors are in proper order.
14
15 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16
17 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
18 for jurabib.
19
20 * textmodes/reftex.el (featurep): Define aliases for overlay
21 commands, for XEmacs compatibility, and use these aliases in
22 overlay initializations.
23 (reftex-highlight): Use `reftex-move-overlay'.
24 (reftex-unhighlight): Use `reftex-delete-overlay'.
25 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
26 (reftex-access-search-path): Use `reftex-uniquify' instead of
27 `reftex-uniq'
28
29 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30 `before-string' property modification enables for Emacs as well.
31 (reftex-select-item): Use `reftex-delete-overlay'.
32 (reftex-select-mark): Use `reftex-make-overlay' and
33 `reftex-overlay-put'.
34 (reftex-select-unmark): Use `reftex-delete-overlay' and
35 `reftex-overlay-put'.
36
37 2005-05-18 Lute Kamstra <lute@gnu.org>
38
39 * emacs-lisp/lisp.el (check-parens): Fix docstring.
40
41 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
42
43 * add-log.el (add-change-log-entry):
44 * array.el (array-make-template, array-reconfigure-rows)
45 (array-init-max-row, array-init-max-column)
46 (array-init-columns-per-line, array-init-field-width):
47 * replace.el (replace-match-maybe-edit, perform-replace):
48 * textmodes/spell.el (spell-region):
49 Replace `read-input' by `read-string'.
50
51 * forms.el (forms-mode):
52 * finder.el (finder-compile-keywords):
53 * shadowfile.el (shadow-read-files):
54 Replace `eval-current-buffer' by `eval-buffer'.
55
56 * terminal.el (te-pass-through):
57 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
58 (ange-ftp-raw-send-cmd):
59 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
60 (send-process-next-char, telnet-initial-filter, telnet):
61 Replace `send-string' by `process-send-string'.
62
63 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
64 (prolog-consult-region): Replace `send-string' by
65 `process-send-string'; replace `send-region' by
66 `process-send-region'.
67
68 * progmodes/delphi.el (delphi-log-msg):
69 Replace `set-window-dot' by `set-window-point'.
70
71 * subr.el (window-dot, set-window-dot, read-input, send-string)
72 (send-region, show-buffer, eval-current-buffer):
73 Make really obsolete, as the comment says.
74
75 2005-05-17 Kim F. Storm <storm@cua.dk>
76
77 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
78 (cua--init-keymaps): Bind C-return instead of S-return to set
79 rectangle mark.
80
81 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
82 instead of S-return to toggle/clear rectangle mark.
83
84 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
85
86 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
87 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
88 Also fontify plain strings assigned to variables, mostly so that a
89 colon has a face and is thus not taken as a dependency separator.
90 (makefile-previous-dependency): Inline the new matcher, because it
91 is too complex to work in both directions.
92 (makefile-match-dependency): Eliminate `backward' arg (see above).
93 Completely reimplemented so as to not sometimes go into an endless
94 loop. It should also be more efficient, because first it only
95 searches for `:', instead of applying the very complex regexp.
96 (makefile-mode): Cancel `font-lock-support-mode', because blocks
97 to be fontified in one piece can be too long for JIT. Makefiles
98 are never *that* big.
99
100 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
101
102 * dired.el (dired-mode): Simplify.
103
104 2005-05-17 Lute Kamstra <lute@gnu.org>
105
106 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
107 defcustom for the mode hook variable.
108
109 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
110 Emacs Lisp Reference Manual.
111
112 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
113
114 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
115 (evenp, list*):
116 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
117 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
118
119 * net/tramp-smb.el (tramp-smb-open-connection):
120 Pass `tramp-chunksize' as fifth (required) argument.
121
122 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
123
124 * font-lock.el (lisp-font-lock-keywords-1): Set
125 `font-lock-negation-char-face' for [^...] char group.
126 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
127
128 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
129 a var, and refine it to mask one more level of nested vars.
130 (makefile-rule-action-regex): Turn it into a var, and refine it so
131 it recognizes backslashed continuation lines as belonging to the
132 same command.
133 (makefile-macroassign-regex): Refine it so it recognizes
134 backslashed continuation lines as belonging to the same command.
135 (makefile-var-use-regex): Don't look at the next char, because it
136 might be the same one to be skipped by the initial [^$], leading
137 to an overlooked variable use.
138 (makefile-make-font-lock-keywords): Remove two parameters, which
139 are now variables that some of the modes set locally. Handle
140 dependency and rule action matching through functions, because
141 regexps alone match too often. Dependency matching now comes
142 last, so it can check, whether a colon already matched something
143 else.
144 (makefile-mode): Inform that font-lock improves makefile parsing
145 capabilities.
146 (makefile-match-dependency, makefile-match-action): New functions.
147
148 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
149
150 * emacs-lisp/cl-extra.el (equalp): Doc fix.
151
152 * align.el (align-regexp):
153 * ansi-color.el (ansi-color-get-face):
154 * array.el (array-reconfigure-rows, array-init-max-row)
155 (array-init-max-column, array-init-columns-per-line)
156 (array-init-field-width):
157 * dired-aux.el (dired-trample-file-versions):
158 * dired-x.el (dired-mark-sexp):
159 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
160 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
161 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
162 * faces.el (face-read-integer):
163 * files.el (backup-extract-version, insert-directory):
164 * hexl.el (hexl-insert-decimal-char):
165 * server.el (server-process-filter):
166 * shell.el (shell-extract-num):
167 * startup.el (command-line-1):
168 * term.el (term-command-hook):
169 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
170 (time-stamp-do-number):
171 * time.el (display-time-update):
172 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
173 (timezone-fix-time):
174 * vms-patch.el (vms-suspend-resume-hook):
175 * calendar/appt.el (appt-convert-time):
176 * calendar/cal-bahai.el (mark-bahai-diary-entries):
177 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
178 * calendar/cal-islam.el (mark-islamic-diary-entries):
179 * calendar/calendar.el (calendar-cursor-to-date)
180 (calendar-star-date):
181 * calendar/diary-lib.el (diary-attrtype-convert)
182 (mark-diary-entries, diary-entry-time):
183 * calendar/solar.el (solar-get-number):
184 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
185 * emacs-lisp/re-builder.el (reb-display-subexp):
186 * emulation/edt.el (edt-set-scroll-margins):
187 * emulation/tpu-extras.el (tpu-set-scroll-margins):
188 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
189 (vip-get-ex-count):
190 * emulation/viper-ex.el (viper-get-ex-token)
191 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
192 * international/fontset.el (fontset-plain-name):
193 * mail/feedmail.el (feedmail-look-at-queue-directory):
194 * mail/mailalias.el (mail-get-names):
195 * mail/rmail.el (rmail-convert-to-babyl-format):
196 * mail/rmailsum.el (rmail-make-basic-summary-line)
197 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
198 (rmail-summary-goto-msg):
199 * mail/smtpmail.el (smtpmail-read-response):
200 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
201 (ange-ftp-vms-add-file-entry):
202 * play/gametree.el (gametree-looking-at-ply)
203 (gametree-current-branch-score):
204 * progmodes/ada-xref.el (ada-prj-find-prj-file)
205 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
206 * progmodes/cperl-mode.el (condition-case):
207 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
208 (ebrowse-set-member-buffer-column-width)
209 (ebrowse-select-1st-to-9nth):
210 * progmodes/etags.el (etags-snarf-tag):
211 * progmodes/flymake.el (flymake-parse-line):
212 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
213 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
214 (idlwave-shell-menu-def):
215 * progmodes/ps-mode.el (ps-run-goto-error):
216 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
217 (vhdl-speedbar-contract-level):
218 * term/mac-win.el (x-handle-numeric-switch):
219 * term/sun-mouse.el (sun-get-frame-data):
220 * term/w32-win.el (x-handle-numeric-switch):
221 * term/x-win.el (x-handle-numeric-switch):
222 * textmodes/ispell.el (ispell-parse-output):
223 * textmodes/nroff-mode.el (nroff-outline-level):
224 * textmodes/reftex-cite.el (reftex-bib-sort-year)
225 (reftex-bib-sort-year-reverse, reftex-format-citation):
226 * textmodes/reftex-parse.el (reftex-init-section-numbers)
227 (reftex-section-number):
228 * textmodes/texinfmt.el (texinfo-paragraphindent): Replace
229 `string-to-int' by `string-to-number'.
230
231 * international/latexenc.el: Add page marker to force the "Local
232 Variables:" string out of the last page.
233
234 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
235
236 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
237 tooltip-change-major-mode.
238 (gud-tooltip-print-command): Remove case where gud-minor-mode
239 is gdb ("--fullname").
240 (gud-tooltip-tips): Turn GUD tooltips off for this case and
241 explain to user.
242
243 2005-05-16 Jay Belanger <belanger@truman.edu>
244
245 * calc/calc-store.el (calc-copy-special-constant): New function.
246
247 * calc/calc-ext.el (calc-init-extensions): Add binding for
248 `calc-copy-special-constant'.
249
250 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
251 for the `calc-copy-special-constant' command.
252
253 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
254
255 * subr.el (left-fringe-p): New function.
256
257 * progmodes/compile.el (compilation-setup): Set local value of
258 overlay-arrow-string to "" always.
259 (compilation-set-window): Left fringe then don't scroll. No left
260 fringe then no arrow and scroll message to top.
261 (compilation-context-lines): Adjust doc string accordingly.
262
263 2005-05-16 Kim F. Storm <storm@cua.dk>
264
265 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
266 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
267 (ido-wide-find-dir-or-delete-dir): New command for M-d.
268 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
269 (ido-read-file-name): Handle commands with ido property value
270 equal to find-file as reading a file name, to allow C-d to enter dired.
271 (ibuffer-find-file): Add ido property with value find-file.
272
273 2005-05-15 Kim F. Storm <storm@cua.dk>
274
275 * subr.el (open-network-stream-nowait): Remove.
276 (open-network-stream-server): Remove.
277
278 2005-05-15 Richard M. Stallman <rms@gnu.org>
279
280 * faces.el (describe-face): Output a definition link button.
281
282 * help-mode.el (help-face-def): New button type.
283
284 * emacs-lisp/copyright.el (copyright-fix-years):
285 Match properly if the first year is 2-digit.
286 Don't mess up the whitespace after the years by filling.
287
288 * dired-aux.el (dired-mark-confirm):
289 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
290
291 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
292 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
293 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
294
295 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
296 Set font-lock-comment-start-skip.
297
298 * font-lock.el (font-lock-comment-start-skip): New variable.
299 (font-lock-comment-end-skip): New variable.
300 (font-lock-fontify-syntactically-region): Use them if non-nil.
301
302 2005-05-15 Jay Belanger <belanger@truman.edu>
303
304 * calc/calc-store.el (calc-store-value): Return a string rather
305 than display it as a message.
306 Use calc-var-name for variable name.
307 (calc-store-into): Add the result of calc-store-value to message.
308 (calc-copy-variable): Add a message.
309 (calc-store-exchange): Improve error messages.
310 (calc-store-binary, calc-store-map): Don't reset the values of
311 special constants.
312
313 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
314
315 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
316 manual to docstring.
317
318 * files.el (hack-local-variables-confirm): Add STRING argument.
319 Make the function handle non file visiting buffers correctly.
320 (hack-local-variables-prop-line, hack-local-variables)
321 (hack-one-local-variable): Use STRING arg of
322 `hack-local-variables-confirm'.
323
324 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
325
326 Sync with Tramp 2.0.49.
327
328 * tramp.el (tramp-handle-dired-call-process)
329 (tramp-handle-insert-directory):`insert-buffer' cannot be used
330 because the contents of the Tramp buffer is changed before
331 insertion (`expand-file' and alike).
332 (tramp-handle-insert-directory): If `localname' has an empty
333 nondirectory name, it must not be quoted.
334 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
335 variable `tramp-chunksize'. Change callees.
336 (tramp-open-connection-setup-interactive-shell): Check remote host
337 for buggy `send-process-string' implementation. Set
338 `tramp-chunksize' if found. Reported by Michael Kifer
339 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
340 (tramp-handle-shell-command): `insert-buffer' cannot be used
341 because the contents of the Tramp buffer is changed before
342 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
343 <frederic.bothamy@free.fr>.
344 (tramp-set-auto-save): Actions should be done for Tramp file name
345 handler only. Ange-FTP has its own auto-save mechanism. Reported
346 by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
347 (tramp-set-auto-save-file-modes): Set file modes of
348 `buffer-auto-save-file-name' to ?\600 as fallback solution.
349 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
350 (tramp-bug): Remove obsolete variable.
351 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
352 for presence of `mml-mode'. Make it running for older Emacsen as
353 well.
354
355 2005-05-14 John Paul Wallington <jpw@pobox.com>
356
357 * ibuf-ext.el (define-ibuffer-filter filename):
358 If `dired-directory' is a list, use its car.
359
360 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
361
362 * ibuffer.el (define-ibuffer-column filename):
363 If `dired-directory' is a list, use its car.
364
365 2005-05-14 Richard M. Stallman <rms@gnu.org>
366
367 * subr.el (symbol-file): Doc fix.
368
369 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
370 (byte-compile-form): Call byte-compile-nogroup-warn.
371 (byte-compile-warning-types): Doc fix.
372
373 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
374
375 * progmodes/cc-engine.el (c-literal-faces):
376 Add font-lock-comment-delimiter-face.
377
378 * net/net-utils.el (dig): Use with-no-warnings.
379
380 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
381 (sc-recite-frame-alist, sc-default-cite-frame)
382 (sc-default-uncite-frame, sc-default-recite-frame)
383 (sc-attrib-selection-list, sc-rewrite-header-list):
384 Mark as risky-local-variable.
385
386 * international/ogonek.el (ogonek-jak, ogonek-how):
387 Don't use beginning-of-buffer.
388
389 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
390
391 * calendar/solar.el (solar-data-list): Move definition up.
392
393 * dnd.el (dnd-protocol-alist): Add autoload.
394
395 * progmodes/sh-script.el: Many doc usage fixes.
396 (sh-indent-after-do): Change default to match common styles.
397
398 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
399
400 * files.el (interpreter-mode-alist)
401 (auto-mode-interpreter-regexp): Doc fixes.
402
403 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
404
405 * tmm.el (tmm-get-keymap): Include only active menus and menu
406 items.
407
408 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
409
410 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
411
412 * dired.el (dired-mode): make-variable-buffer-local =>
413 make-local-variable
414
415 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
416
417 * term/mac-win.el (mac-select-convert-to-string): Try coding
418 systems in mac-script-code-coding-systems if specified one cannot
419 encode string for `com.apple.traditional-mac-plain-text'.
420
421 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
422
423 * progmodes/make-mode.el (makefile-targets-face)
424 (makefile-shell-face, makefile-makepp-perl-face): New faces.
425 (makefile-dependency-regex): Fix it to not make the colon in
426 $(var:a=b) special.
427 (makefile-rule-action-regex): New regexp for highlighting embedded
428 Shell strings.
429 (makefile-macroassign-regex): Handle != for highlighting as
430 embedded Shell strings.
431 (makefile-var-use-regex): New const.
432 (makefile-statements, makefile-automake-statements)
433 (makefile-gmake-statements, makefile-makepp-statements)
434 (makefile-bsdmake-statements): New consts.
435 (makefile-make-font-lock-keywords): New function.
436 (makefile-automake-font-lock-keywords)
437 (makefile-gmake-font-lock-keywords)
438 (makefile-makepp-font-lock-keywords)
439 (makefile-bsdmake-font-lock-keywords): New consts.
440 (makefile-mode-map): Add switchers between the various submodes.
441 (makefile-mode): Document the availability of the variants.
442 (makefile-automake-mode, makefile-gmake-mode)
443 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
444
445 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
446 new variants of makefile-mode.
447
448 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * font-lock.el (font-lock-comment-delimiter-face): Fix up
451 the inheritance.
452
453 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
454
455 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
456 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
457
458 * files.el (normal-mode): Extend the scope of the
459 `enable-local-variables' binding to include the `set-auto-mode' call.
460 (magic-mode-alist): Doc fix.
461
462 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
465 font-lock-comment-face rather than copying its setting.
466
467 2005-05-12 Andreas Schwab <schwab@suse.de>
468
469 * eshell/esh-mode.el (eshell-send-input): Doc fix.
470
471 2005-05-12 Lute Kamstra <lute@gnu.org>
472
473 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
474 defcustom for the mode hook variable. Delete the last argument.
475 * generic-x.el: Fix callers of define-generic-mode.
476 (generic-x-modes): Delete group.
477 (show-tabs-tab-face, show-tabs-space-face): Put them in the
478 generic-x customization group.
479
480 2005-05-12 Kim F. Storm <storm@cua.dk>
481
482 * font-lock.el (font-lock-negation-char-face): Default to "off".
483
484 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
485 font-lock-negation-char-face to ! in !=.
486
487 2005-05-12 Masatake YAMATO <jet@gyve.org>
488
489 * add-log.el (find-change-log): Fix typos in the docstring
490 of function.
491
492 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
493
494 * international/latexenc.el (latexenc-find-file-coding-system):
495 Avoid `re-search-forward' when looking for input encoding because
496 of speed and safety. Better regular expressions for recognizing
497 input encoding. Limit a search for TeX-master/tex-main-file to
498 the local variable section.
499
500 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
503 syntax of $ to "'" (quote).
504
505 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
506
507 * dnd.el (dnd-protocol-alist): Improve custom type.
508
509 * dired.el (dired-dnd-protocol-alist): New variable.
510 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
511 `dired-mode-hook' to the end.
512
513 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
516 comment-end if comment-start-skip is not set.
517 Obey the font-lock-comment-delimiter-face variables.
518
519 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * files.el (executable-find): Move from executable.el. Use locate-file.
522 * progmodes/executable.el (executable-find): Move to files.el.
523
524 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
525 when trying to ensure forward progress.
526
527 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
528
529 * mouse-sel.el (mouse-sel-follow-link-p): New function.
530 (mouse-select, mouse-select-internal, mouse-extend-internal):
531 Use it to implement mouse-1-click-follows-link functionality.
532
533 2005-05-11 Richard M. Stallman <rms@gnu.org>
534
535 * font-lock.el (font-lock-fontify-syntactically-region):
536 Use font-lock-comment-delimiter-face for comment delimiters.
537
538 2005-05-10 Jay Belanger <belanger@truman.edu>
539
540 * calc/calc-help.el (calc-m-prefix-help): Add mention of
541 preserving embedded modes.
542
543 2005-05-10 Richard M. Stallman <rms@gnu.org>
544
545 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
546
547 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
548 Move from ada-stmt.el.
549 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
550
551 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
552 Move to ada-mode.el.
553 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
554
555 * cus-edit.el (custom-file): Call file-chase-links.
556
557 * files.el (read-directory-name): Fix previous change.
558 (hack-local-variables-confirm): New function.
559 (hack-local-variables-prop-line, hack-local-variables)
560 (hack-one-local-variable): Use it.
561
562 2005-05-10 Lute Kamstra <lute@gnu.org>
563
564 * font-lock.el (font-lock-keywords-alist)
565 (font-lock-removed-keywords-alist): Clarify docstrings.
566
567 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
570 (gdb-source-info): Check for preprocessor info.
571 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
572 a macro for a function.
573 found (user might have used GDB dir command).
574 (gdb-info-breakpoints-custom): Try to find file again if not already
575 (gdb-get-location): Update gdb-location-alist correctly for change
576 to gdb-info-breakpoints-custom.
577
578 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
579 (gud-tooltip-print-command): Add gdbmi case.
580 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
581 preprocessor info.
582
583 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
584
585 * startup.el (fancy-splash-insert): Fix typo in doc string.
586
587 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
588
589 * obsolete/float.el (string-to-float):
590 * obsolete/hilit19.el (hilit-add-pattern):
591 * obsolete/rnews.el (news-parse-range, news-select-message)
592 (news-get-pruned-list-of-files): Replace `string-to-int' by
593 `string-to-number'.
594
595 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
596 `find-file-not-found-hooks'; use `add-hook'.
597 (uncompress-while-visiting): Set `write-file-functions', not
598 `write-file-hooks'; use `add-hook'.
599
600 2005-05-09 Kim F. Storm <storm@cua.dk>
601
602 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
603 (cua-paste): Handle clipboard action.
604 (cua--init-keymaps): Remap clipboard-kill-region and
605 clipboard-kill-ring-save.
606
607 2005-05-08 Eli Zaretskii <eliz@gnu.org>
608
609 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
610 Improve commentary.
611
612 * simple.el (next-error-overlay-arrow-position): Revert the change
613 made on 2005-04-30.
614
615 2005-05-07 Jay Belanger <belanger@truman.edu>
616
617 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
618 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
619 `calc-sel-reselect'.
620
621 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
622 Calc is in embedded mode.
623
624 2005-05-07 Eli Zaretskii <eliz@gnu.org>
625
626 * progmodes/compile.el (compilation-setup):
627 Set overlay-arrow-string to an empty string on text terminals.
628
629 * textmodes/ispell.el (ispell-program-name): Try looking for
630 "aspell" along exec-path, and if found, use it as the default
631 speller program.
632
633 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
634
635 * international/mule.el (sgml-xml-auto-coding-function):
636 Recognize encoding='FOO' in single quotes as well as in double quotes.
637
638 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
639
640 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
641 as well as `interactive', so that defmacro* would recognize
642 `declare' forms.
643
644 2005-05-07 Eli Zaretskii <eliz@gnu.org>
645
646 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
647 Explain more about the LIGHTER arg's usage in the doc string.
648 Add commentary to clarify what the code does. Fix the regexp that
649 strips whitespace from LIGHTER. Quote LIGHTER before using it,
650 since it could have characters special to regular expressions.
651
652 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
653
654 * replace.el (occur-1): Bind inhibit-read-only so that
655 erase-buffer doesn't barf on read-only text properties (likewise
656 for add-text-properties in occur-engine). Mark buffer as unmodified.
657 (occur-engine): Don't set buffer-read-only here.
658
659 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
662 list-buffers-directory. This caused the *cvs-commit* buffer to be
663 sometimes mistakenly reused as a *cvs* buffer.
664
665 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
666
667 * tooltip.el: Move code for GUD tooltips into gud.el.
668 (require): CL no longer needed to compile case.
669 (tooltip-mode): Do not toggle functions for GUD tooltips.
670 (tooltip-gud-tips-p): Remove. Replace with minor mode
671 gud-tooltip-mode in gud.el.
672 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
673 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
674 tooltip-gud prefix with gud-tooltip and obsolete.
675 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
676 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
677 (tooltip-mouse-motion): Mouse movement functions/variable.
678 Rename in gud.el by adding gud prefix.
679 (tooltip-gud-original-filter, tooltip-gud-dereference)
680 (tooltip-gud-event, tooltip-toggle-gud-tips)
681 (tooltip-gud-process-output, tooltip-gud-print-command)
682 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
683 gud.el by replacing tooltip-gud prefix with gud-tooltip.
684 (gdb-tooltip-print): Move to gdb-ui.el.
685
686 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
687 (require): CL needed to compile case.
688 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
689 tooltip-gud-tips-p. Make it a minor-mode.
690 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
691 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
692 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
693 (gud-tooltip-change-major-mode)
694 (gud-tooltip-activate-mouse-motions-if-enabled)
695 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
696 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
697 (gud-tooltip-original-filter, gud-tooltip-dereference)
698 (gud-tooltip-event, tooltip-toggle-gud-tips)
699 (gud-tooltip-process-output, gud-tooltip-print-command)
700 (gud-tooltip-tips): Move from tooltip.el.
701
702 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
703 (gdb-cpp-define-alist-flags): Doc fix.
704 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
705 gud-tooltip-mode is t.
706
707 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
710 evaporate if their text is deleted.
711 (goto-address-at-point): Make it work as a mouse binding as well.
712 (goto-address-at-mouse): Obsolete it. Update users.
713
714 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
715
716 * calendar/appt.el (top-level): No longer activate on load.
717
718 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
719
720 * calendar/cal-bahai.el (mark-bahai-diary-entries):
721 * net/webjump.el (webjump):
722 * progmodes/idlw-help.el (idlwave-do-context-help1)
723 (idlwave-highlight-linked-completions):
724 * textmodes/po.el (po-find-file-coding-system-guts):
725 Replace `assoc-ignore-case' by `assoc-string'.
726
727 2005-05-06 Eli Zaretskii <eliz@gnu.org>
728
729 * files.el (locate-file): Doc fix.
730
731 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
732 Remove the redundant test for ms-dos.
733
734 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
735 look for the preprocessor with exec-suffixes. If not found in
736 standard places, look in exec-path. Remove most of the tests that
737 used system-type.
738
739 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
740
741 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
742
743 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
744 file-name clash with jka-compr.el on 8+3 filesystems.
745
746 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
747
748 * term/mac-win.el: Don't define or bind scroll bar functions if
749 x-toolkit-scroll-bars is t.
750 (x-select-text, x-get-selection-value):
751 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
752 (PRIMARY): Put mac-scrap-name property.
753 (mac-select-convert-to-file-url): New function.
754 (public.file-url): New selection target type. Add to
755 selection-converter-alist.
756 (x-get-selection, x-selection-value): Handle it.
757 (x-cut-buffer-or-selection-value): New alias.
758
759 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
760
761 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
762 entry to avoid calling bibtex-find-entry with arg global
763 being t. Remove arg key.
764 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
765 (bibtex-copy-summary-as-kill): Change accordingly.
766
767 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
770 (org-agenda-date-later): Use with-current-buffer.
771
772 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
773
774 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
775 (define-obsolete-variable-alias): Doc Fixes.
776
777 2005-05-06 Kim F. Storm <storm@cua.dk>
778
779 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
780 vertical-motion when selective-display is active.
781
782 * ido.el (ido-setup-hook): New hook.
783 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
784 (ido-input-stack): New var.
785 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
786 ido-next-work-file binding to M-O.
787 Bind M-f to ido-wide-find-file-or-pop-dir.
788 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
789 (ido-read-internal): Run ido-setup-hook.
790 Catch quit in read-file-name and read-string to cancel edit.
791 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
792 Automatically pop-all when completing a directory name (RET).
793 (ido-file-internal): Add with-no-warnings around ffap and dired code.
794 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
795 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
796 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
797 New functions for M-b/M-f to move among the directory components.
798 (ido-make-merged-file-list): Catch quit to cancel merge.
799 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
800 (ido-completion-help): No warnings for ido-completion-buffer-full.
801
802 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
803
804 * font-lock.el (font-lock-negation-char-face): New face and variable.
805 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
806 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
807 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
808 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
809
810 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
811
812 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
813 Fix typo in docstring.
814
815 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
816 (ebrowse-print-statistics-line)
817 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
818
819 * term/w32-win.el (image-library-alist): Add additional name for
820 Xpm library.
821
822 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
823
824 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
825 use gcc instead of cpp.
826
827 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
828 (gdb-create-define-alist): Use it.
829 (gdb-cpp-define-alist-program): Update for MS-DOS.
830
831 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
832
833 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
834
835 2005-05-04 Richard M. Stallman <rms@gnu.org>
836
837 * help.el (describe-key): No error when UNTRANSLATED is nil.
838
839 * simple.el (line-move-1): Fix previous change to signal errors
840 appropriately.
841
842 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
843
844 * calendar/icalendar.el (icalendar-version): Now at 0.12.
845 (icalendar-duration-correction): Remove.
846 (icalendar--get-event-properties): Split result at commas.
847 (icalendar--decode-isoduration): New optional argument
848 DURATION-CORRECTION.
849 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
850 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
851 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
852 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
853 (icalendar--convert-anniversary-to-ical): New functions, extracted
854 from icalendar-export-region, with bug fixes.
855 (icalendar-export-region): Use the above functions.
856 (icalendar-import-buffer): Check before saving diary file.
857 (icalendar--convert-recurring-to-diary)
858 (icalendar--convert-non-recurring-all-day-to-diary)
859 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
860 extracted from icalendar--convert-ical-to-diary, with bug fixes.
861 (icalendar--convert-ical-to-diary): Use the above functions.
862
863 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
864
865 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
866 Remove these recent additions.
867 (c-mode): Restore to before 2005-04-28.
868
869 * progmodes/cc-vars.el (cc-define-list-program): Remove this
870 recent addition.
871
872 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
873 (gdb-define-alist): New variables.
874 (gdb-create-define-alist): New function.
875 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
876 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
877 with string-to-number.
878 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
879
880 * progmodes/gud.el: Replace string-to-int with string-to-number.
881 (gud-find-file): Handle gdb-define-alist.
882
883 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
884
885 2005-05-02 Jay Belanger <belanger@truman.edu>
886
887 * calc/calc-aent.el (math-read-token):
888 * calc/calc-bin.el (calc-word-size):
889 * calc/calc-ext.el (calc-read-number-fancy):
890 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
891 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
892 * calc/calc-frac.el (calc-over-notation):
893 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
894 (calc-graph-num-points, calc-graph-init):
895 * calc/calc-prog.el (calc-read-parse-table-part)
896 (calc-edit-macro-repeats):
897 * calc/calc-yank.el (calc-do-grab-rectangle):
898 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
899 Replace `string-to-int' by `string-to-number'.
900
901 2005-05-02 Kim F. Storm <storm@cua.dk>
902
903 * kmacro.el: Use executing-kbd-macro-index variable.
904
905 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
906
907 * net/rlogin.el (rlogin-parse-words): Delete func.
908 (rlogin): Use split-string, not rlogin-parse-words.
909 Also, if there are option-like elements in the parsed args,
910 take the host to be the first arg immediately following them.
911 Suggested by Michael Mauger.
912
913 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
914
915 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
916
917 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
918
919 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
920 (cc-mode-cpp-program): Rename to cc-define-list-program and
921 move to cc-vars.el.
922
923 * progmodes/cc-vars.el (cc-define-list-program):
924 Change to "gcc -E -dM -". Make customizable.
925
926 2005-05-02 Kim F. Storm <storm@cua.dk>
927
928 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
929
930 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
931
932 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
933
934 * international/mule-util.el (truncate-string): Remove alias and
935 obsolete declaration.
936
937 * international/mule-cmds.el (update-iso-coding-systems):
938 Remove alias and obsolete declaration.
939
940 * international/mule.el (coding-system-parent): Remove alias and
941 obsolete declaration.
942
943 * subr.el (define-function, sref): Remove aliases and obsolete
944 declarations.
945 (chars-in-region): Remove obsolete declaration.
946
947 2005-05-01 Richard M. Stallman <rms@gnu.org>
948
949 * info.el (Info-mode): Set widen-automatically to nil, locally.
950
951 * simple.el (widen-automatically): New variable.
952 (pop-global-mark): Obey widen-automatically.
953
954 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * term/xterm.el (function-key-map): Call substitute-key-definition
957 before the keymap size is increased by a lot of define-key calls.
958
959 2005-05-01 Richard M. Stallman <rms@gnu.org>
960
961 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
962 Rename ARG to ELEMENT. Doc fix.
963
964 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
965
966 * allout.el (allout-exposure): Remove macro and obsolete declaration.
967 Remove references to allout-exposure/change to allout-new-exposure.
968
969 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
970 bytecode symbols.
971
972 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
973 (compiled-function-p, focus-frame, unfocus-frame):
974 Remove aliases and obsolete declarations.
975 Back out inadvertant changes from previous commit.
976
977 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
978
979 * files.el (require-final-newline): Make Custom tags consistent
980 with mode-require-final-newline.
981 (mode-require-final-newline): Doc fix.
982
983 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * international/latexenc.el (latexenc-find-file-coding-system):
986 Fix regular expressions.
987
988 2005-05-01 David Kastrup <dak@gnu.org>
989
990 * international/latexenc.el (latexenc-find-file-coding-system):
991 Fix regular expressions.
992
993 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
994
995 * subr.el (string-to-int): Make obsolete.
996
997 2005-04-30 Richard M. Stallman <rms@gnu.org>
998
999 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1000
1001 * loadup.el: load jka-comp-hook.
1002
1003 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1004 (jka-compr-handler): Add autoload. `put' calls moved
1005 to jka-comp-hook.el.
1006 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1007 (jka-compr-inhibit): Autoload.
1008
1009 * jka-comp-hook.el: New file.
1010 Enable the mode by default.
1011
1012 * files.el (backup-buffer-copy): Use copy-file instead
1013 of write-region, and put back the 'excl.
1014
1015 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * progmodes/flymake.el (flymake-split-string)
1018 (flymake-split-string, flymake-log, flymake-pid-to-names)
1019 (flymake-reg-names, flymake-get-source-buffer-name)
1020 (flymake-unreg-names, flymake-add-line-err-info)
1021 (flymake-add-err-info): Clarify docstrings.
1022 (flymake-popup-menu, flymake-make-emacs-menu)
1023 (flymake-make-xemacs-menu): Add docstrings.
1024 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1025 Set variables directly throughout.
1026
1027 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
1028
1029 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1030 exists. Initialise cc-define-alist.
1031 (c-mode): Add cc-create-define-alist locally to after-save-hook.
1032 If there is no file (Macroexpansion) don't create an alist.
1033
1034 2005-04-29 Sam Steingold <sds@gnu.org>
1035
1036 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1037 (cc-create-define-alist): Use it instead of the hard-coded string.
1038
1039 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * international/mule-conf.el (file-coding-system-alist): Fix regexp
1042 for latexenc.
1043
1044 2005-04-29 Lute Kamstra <lute@gnu.org>
1045
1046 * emacs-lisp/generic.el: Improve commentary section.
1047 (define-generic-mode): Improve docstring.
1048
1049 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
1050
1051 * textmodes/org.el (many places): Change to quiet the byte compiler.
1052 (org-prefix-format-compiled): New variable.
1053 (org-compile-prefix-format): New function.
1054 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1055 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1056 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1057 (org-get-entries-from-diary): Use `org-get-time-of-day' for
1058 consistency with entries from `org-mode' files.
1059 (org-get-time-of-day): Fix bug with partial matches early in a line.
1060 (org-non-link-chars): New constant.
1061 (org-link-regexp): Respect `org-non-link-chars'.
1062 (org-agenda-day-view): Remove command.
1063 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
1064 (org-follow-bbdb-link, org-store-link): Search also company field.
1065 (org-highlight-overlay): New variable.
1066 (org-highlight, org-unhighlight): New functions.
1067 (org-agenda-mode): Add pre-command-hook to remove highlight.
1068 (org-evaluate-time-range): Behavior depends upon whether time stamp
1069 contains a time or not.
1070 (org-show-subtree, org-show-entry): New functions.
1071 (org-agenda-cleanup-fancy-diary): Remove empty lines.
1072
1073 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * comint.el (comint-output-filter-functions): Add autoload cookie.
1076
1077 2005-04-28 Kim F. Storm <storm@cua.dk>
1078
1079 * ido.el (ido-everywhere): Fix last change.
1080
1081 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1082
1083 * international/latexenc.el: New file.
1084 * international/mule-conf.el (file-coding-system-alist): For .tex,
1085 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
1086
1087 2005-04-28 Lute Kamstra <lute@gnu.org>
1088
1089 * font-lock.el (font-lock-add-keywords)
1090 (font-lock-remove-keywords): Clarify docstring.
1091 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
1092 Don't start docstrings with a `*'.
1093 (font-lock-update-removed-keyword-alist): Give it a docstring.
1094
1095 * generic-x.el: Update commentary section.
1096 Only require font-lock when compiling.
1097 Define all modes conditionally.
1098 Place all generic modes in the generic-x-modes customization group.
1099 (generic-x-modes): New customization group.
1100 (generic-default-modes, generic-mswindows-modes)
1101 (generic-unix-modes, generic-other-modes): New constants.
1102 (generic-define-mswindows-modes, generic-define-unix-modes):
1103 Update docstrings. Make them obsolete.
1104 (generic-extras-enable-list): New default value. Update docstring.
1105 Improve :type. Change :set function.
1106 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
1107 Fix docstring.
1108
1109 * emacs-lisp/generic.el (generic-mode-internal):
1110 Simplify font-lock-defaults.
1111 (define-generic-mode): Fix docstring.
1112
1113 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1116 font-lock-face property to highlight matches.
1117
1118 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1121 (cc-define-alist): New variable.
1122 (c-mode): Make it local and initialise it.
1123
1124 * progmodes/gdb-ui.el (gdb-active-process): New variable.
1125 (gdb-exited): New function.
1126 (gdb-annotation-rules): Use it.
1127 (gdb-starting): Set gdb-active-process to t.
1128 (gdb-stopping): Amend doc string.
1129 (gdb-reset): Set gdb-active-process to nil.
1130
1131 * tooltip.el (tooltip-gud-tips): Show the associated #define
1132 directives when a C program under GDB is not executing.
1133
1134 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1137 font-lock-fontify-syntactic-keywords.
1138
1139 * font-lock.el (font-lock-default-fontify-region): Don't force
1140 parse-sexp-lookup-properties to nil.
1141
1142 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1143
1144 * man.el (man-mode-syntax-table): Set up `:' to have
1145 word-constituent syntax.
1146
1147 2005-04-27 Lute Kamstra <lute@gnu.org>
1148
1149 * novice.el (disable-command): Don't add spurious newlines to the
1150 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
1151
1152 2005-04-26 Jay Belanger <belanger@truman.edu>
1153
1154 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1155 than one window before deleting window.
1156
1157 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
1158
1159 * shell.el (shell-prompt-pattern): Doc fix.
1160 (shell-mode): Set paragraph-separate buffer locally to "\\'".
1161
1162 * comint.el (comint-prompt-regexp, comint-get-old-input)
1163 (comint-use-prompt-regexp)
1164 (comint-use-prompt-regexp-instead-of-fields)
1165 (comint-replace-by-expanded-history, comint-send-input)
1166 (comint-output-filter, comint-get-old-input-default)
1167 (comint-line-beginning-position, comint-bol, comint-show-output)
1168 (comint-backward-matching-input, comint-forward-matching-input)
1169 (comint-next-prompt, comint-previous-prompt):
1170 Rename `comint-use-prompt-regexp-instead-of-fields' to
1171 `comint-use-prompt-regexp'. Keep old name as alias and declare
1172 obsolete.
1173 (comint-use-prompt-regexp): Shorten first line of doc string.
1174
1175 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1176 Set paragraph-separate buffer locally to "\\'".
1177
1178 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1179 Adapt to above name change.
1180
1181 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1182 (smbclient-prompt-regexp): Ditto.
1183
1184 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1185
1186 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1189 gdb-location-list.
1190 Break lines that are over 80 characters wide.
1191
1192 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1195 New fun and var, to preserve compatibility.
1196
1197 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1198
1199 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
1200
1201 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1202 name to file-newer-than-file-p.
1203
1204 2005-04-26 Richard M. Stallman <rms@gnu.org>
1205
1206 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1207
1208 * progmodes/python.el (python-mode):
1209 Use new name eldoc-documentation-function.
1210
1211 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1212
1213 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1214 (eldoc-documentation-function):
1215 Rename from eldoc-print-current-symbol-info-function. Calls changed.
1216
1217 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1220
1221 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1222
1223 * term/xterm.el (function-key-map): Fix strings for
1224 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
1225 {C,S,A,C-S}-{f1-f12}.
1226
1227 2005-04-26 Kenichi Handa <handa@m17n.org>
1228
1229 * international/mule-cmds.el (select-safe-coding-system):
1230 Fix previous change.
1231
1232 2005-04-26 Lute Kamstra <lute@gnu.org>
1233
1234 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1235
1236 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1237 (font-lock-comment-delimiter-face): Ditto.
1238
1239 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1240
1241 2005-04-25 Jay Belanger <belanger@truman.edu>
1242
1243 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1244 to t while inserting information; use help-mode.
1245
1246 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 * term.el (ansi-term-color-vector): Use the xterm colors.
1249 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1250
1251 2005-04-25 Lute Kamstra <lute@gnu.org>
1252
1253 * font-core.el (font-lock-defaults): Fix docstring.
1254
1255 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1256
1257 2005-04-25 Kenichi Handa <handa@m17n.org>
1258
1259 * international/mule-cmds.el (select-safe-coding-system):
1260 Don't check consistency with coding: spec, etc if raw-text or
1261 no-conversion was found to be safe.
1262
1263 2005-04-24 Richard M. Stallman <rms@gnu.org>
1264
1265 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1266 citation markers at start of each line.
1267
1268 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1269 citation markers at start of each line.
1270
1271 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1272
1273 * files.el (mode-require-final-newline): Fix previous change.
1274 (require-final-newline): Fix type label.
1275
1276 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1277
1278 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1279 statement in buffer (broken by 2004-11-24 change).
1280
1281 2005-04-24 Kim F. Storm <storm@cua.dk>
1282
1283 * ido.el (ido-everywhere): Save and restore old read-buffer-function
1284 and read-file-name-function values. Don't overwrite existing
1285 non-nil values if ido-mode is enabled without ido-everywhere.
1286
1287 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * files.el (mode-require-final-newline): Minor doc fix.
1290
1291 2005-04-24 Eli Zaretskii <eliz@gnu.org>
1292
1293 * subr.el (syntax-after): Doc fix.
1294 (syntax-class): If argument is nil, return nil. Mask off upper 16
1295 bits, not 8 bits.
1296
1297 * files.el (mode-require-final-newline): Doc fix.
1298 (backup-buffer-copy): Fix last change.
1299
1300 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1301
1302 * term/mac-win.el: Require select. Set selection-coding-system to
1303 mac-system-coding-system. Call menu-bar-enable-clipboard.
1304 (x-last-selected-text-clipboard, x-last-selected-text-primary)
1305 (x-select-enable-clipboard): New variables.
1306 (x-select-text, x-get-selection, x-selection-value)
1307 (x-get-selection-value, mac-select-convert-to-string)
1308 (mac-services-open-file, mac-services-open-selection)
1309 (mac-services-insert-text): New functions.
1310 (CLIPBOARD, FIND): Put mac-scrap-name property.
1311 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1312 (public.tiff): Put mac-ostype property.
1313 (selection-converter-alist): Add entries for them.
1314 (mac-application-menu-map): New keymap.
1315 (interprogram-cut-function, interprogram-paste-function): Set to
1316 x-select-text and x-get-selection-value, respectively.
1317 (split-window-keep-point): Set to t.
1318
1319 2005-04-23 Richard M. Stallman <rms@gnu.org>
1320
1321 * files.el (read-directory-name): Always pass non-nil
1322 DEFAULT-FILENAME arg to read-file-name.
1323 (backup-buffer-copy, basic-save-buffer-2): Take care against
1324 writing thru an unexpected existing symlink.
1325 (revert-buffer): In indirect buffer, revert the base buffer.
1326 (magic-mode-alist): Doc fix.
1327 (buffer-stale-function): Doc fix.
1328 (minibuffer-with-setup-hook): Avoid warning.
1329 (mode-require-final-newline): Doc and custom fix.
1330
1331 * follow.el (follow-end-of-buffer): Use with-no-warnings.
1332
1333 * font-lock.el (font-lock-comment-face): On terminals with few colors,
1334 use the default appearance.
1335 (font-lock-comment-delimiter-face): New face, new variable.
1336
1337 * imenu.el (imenu--generic-function): The official position of a
1338 definition is the start of the line that BEG is in.
1339
1340 * midnight.el (midnight-timer): Move defvar up.
1341
1342 * mouse.el (mouse-drag-region-1): Delete some debugging code.
1343
1344 * saveplace.el (save-place-to-alist): Use with-no-warnings.
1345
1346 * startup.el (command-line): Use with-no-warnings.
1347
1348 * window.el (window-size-fixed): New defvar.
1349
1350 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1351
1352 * mail/rmail.el (rmail-font-lock-keywords):
1353 Use font-lock-comment-delimiter-face.
1354
1355 * mail/sendmail.el (mail-font-lock-keywords):
1356 Use font-lock-comment-delimiter-face.
1357
1358 * progmodes/compile.el (next-error-highlight-timer): New defvar.
1359
1360 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
1361
1362 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1363 Specify t for LAXMATCH when matching directories.
1364 Save match data around compilation-compat-error-properties form.
1365
1366 2005-04-23 David Kastrup <dak@gnu.org>
1367
1368 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1369 Mention that the autoloaded aliases should be kept for AUCTeX.
1370
1371 2005-04-23 Andreas Schwab <schwab@suse.de>
1372
1373 * isearch.el (isearch-forward): Doc fix.
1374
1375 2005-04-23 Eli Zaretskii <eliz@gnu.org>
1376
1377 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1378 (jit-lock-stealth-nice): Change default value to 0.5.
1379
1380 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
1381
1382 * abbrev.el (write-abbrev-file): Write table entries in
1383 alphabetical order by table name.
1384
1385 2005-04-22 Kim F. Storm <storm@cua.dk>
1386
1387 * ido.el (ido-read-internal): Fix `list' completion.
1388
1389 2005-04-22 Kenichi Handa <handa@m17n.org>
1390
1391 * recentf.el (recentf-save-file-coding-system): New variable.
1392 (recentf-save-list): Encode the file by
1393 recentf-save-file-coding-system and add coding: tag.
1394
1395 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
1396
1397 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1398
1399 2005-04-21 Lute Kamstra <lute@gnu.org>
1400
1401 * loadhist.el (unload-feature): Don't remove a function from hooks
1402 if it is about to be restored to an autoload . Remove functions
1403 that will become unbound from auto-mode-alist. Simplify the code.
1404
1405 * subr.el (assq-delete-all): New implementation that is linear,
1406 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
1407 (rassq-delete-all): New function.
1408
1409 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1410 Add size-indication-mode.
1411
1412 2005-04-21 Kenichi Handa <handa@m17n.org>
1413
1414 * international/mule-cmds.el: Add autoload for widget-value in
1415 eval-when-compile.
1416
1417 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
1418
1419 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1420 Add tooltip-mode.
1421
1422 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1423
1424 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
1425
1426 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1427 (inferior-lisp-filter-regexp, inferior-lisp-program)
1428 (inferior-lisp-load-command, inferior-lisp-prompt)
1429 (inferior-lisp-mode-hook, lisp-source-modes)
1430 (inferior-lisp-load-hook): defvar->defcustom.
1431 (inferior-lisp-program, inferior-lisp-prompt)
1432 (inferior-lisp-load-hook): Doc fixes.
1433 (inferior-lisp-install-letter-bindings): Small change in
1434 introductory comment.
1435
1436 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1437
1438 * vc.el (vc-annotate-color-map): Change some colors so that text
1439 using them as foreground is readable on both white and black
1440 backgrounds.
1441
1442 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * international/mule-conf.el (translation-table-for-input):
1445 Remove redundant declaration.
1446
1447 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1448
1449 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1450
1451 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1452 (tooltip-toggle-gud-tips): New function.
1453
1454 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1455
1456 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1457 right angle brackets.
1458
1459 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1460
1461 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1462
1463 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1466 Remove. Update callers to use expand-file-name instead.
1467
1468 * subr.el (syntax-class): New function.
1469
1470 * simple.el (blink-matching-open): Use it.
1471
1472 * paren.el (show-paren-function): Use it to recognize parens that are
1473 also used in 2-char comment markers.
1474
1475 2005-04-19 Lute Kamstra <lute@gnu.org>
1476
1477 * loadhist.el (unload-feature): Update for new format of
1478 load-history. Simplify the code.
1479
1480 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1481
1482 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1483 (mac-add-charset-info): New function. Initialize variable
1484 mac-charset-info-alist using it.
1485 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1486 for translation.
1487 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1488 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1489 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1490 New CCL programs.
1491
1492 2005-04-19 Kim F. Storm <storm@cua.dk>
1493
1494 * simple.el (next-buffer, prev-buffer, next-error)
1495 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1496 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1497
1498 * bindings.el (next-buffer, prev-buffer, next-error)
1499 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1500 (clone-indirect-buffer-other-window): Move bindings from simple.el.
1501 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1502 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1503
1504 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * isearch.el (isearch-edit-string): Make the search-ring available for
1507 minibuffer history commands.
1508 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1509 the default history commands now work just as well.
1510 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1511
1512 2005-04-18 Kim F. Storm <storm@cua.dk>
1513
1514 * emulation/cua-base.el (cua--pre-command-handler): Add more
1515 elaborate check for shift modifier on non-window systems.
1516
1517 2005-04-18 Lars Hansen <larsh@math.ku.dk>
1518
1519 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1520
1521 2005-04-18 Kim F. Storm <storm@cua.dk>
1522
1523 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1524 and make it optional. Don't test tooltip-gud-echo-area here.
1525 (tooltip-gud-process-output, gdb-tooltip-print):
1526 Pass tooltip-gud-echo-area to tooltip-show.
1527 (tooltip-help-tips): Remove second optional arg to tooltip-show.
1528
1529 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1530
1531 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1532 `display-graphic-p' may not be bound yet.
1533
1534 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
1535
1536 * startup.el (command-line): No longer enable Xterm Mouse mode by
1537 default in terminals compatible with xterm.
1538
1539 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1540
1541 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
1542
1543 * tooltip.el (tooltip-gud-echo-area): Rename from
1544 tooltip-use-echo-area.
1545 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1546 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1547 area independently of where help tooltips are displayed.
1548
1549 2005-04-17 David Kastrup <dak@gnu.org>
1550
1551 * cus-theme.el (custom-theme-write-variables): Quote variables
1552 where necessary.
1553
1554 2005-04-17 Richard M. Stallman <rms@gnu.org>
1555
1556 * simple.el (yank-excluded-properties): Add follow-link to value.
1557
1558 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
1559
1560 * startup.el (fancy-splash-max-time): Just 30 seconds.
1561 (fancy-splash-delay): Just 7.
1562 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
1563
1564 * loadhist.el (unload-feature): Update for new format of load-history.
1565 Simplify the code.
1566
1567 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
1568 (rmail-font-lock-keywords): Don't fontify the text of a citation.
1569
1570 * mail/sendmail.el (mail-font-lock-keywords):
1571 Don't fontify subject text.
1572 Don't fontify the text of a citation.
1573
1574 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
1575
1576 * comint.el (comint-output-filter): Run comint-output-filter-functions
1577 with point where the user had it.
1578
1579 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * international/ucs-tables.el (ucs-set-table-for-input):
1582 Disable when using unify-on-decoding.
1583
1584 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1585
1586 * emulation/cua-base.el (cua-global-mark-face): Add special case
1587 for displays supporting a high number of colors.
1588
1589 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
1590
1591 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
1592
1593 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * filesets.el (filesets-add-buffer): If user supplies a name of a
1596 non-existing fileset, create a new fileset.
1597
1598 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-up-heading-all): Fix bug with
1601 `outline-up-heading-all'.
1602
1603 2005-04-16 Andreas Schwab <schwab@suse.de>
1604
1605 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
1606 /etc/permissions.d/* and /etc/aliases.d/*.
1607
1608 2005-04-16 Kenichi Handa <handa@m17n.org>
1609
1610 * international/code-pages.el (cp-make-coding-system):
1611 Set `translation-table-for-input' property value to the symbol
1612 ucs-mule-to-mule-unicode, not to that value.
1613 (pt154): Escape guillemet by `\'.
1614
1615 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
1616
1617 * loadup.el: Load tooltip if x-show-tip is fboundp.
1618
1619 * startup.el (command-line): Add comment.
1620
1621 * tooltip.el (tooltip-mode): Specify correct standard value for
1622 Custom in init-value.
1623
1624 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
1625
1626 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
1627 possible.
1628
1629 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
1630
1631 * textmodes/org.el: (org-agenda-date-prompt): Rename from
1632 `org-agenda-date-today'.
1633 (org-evaluate-time-range): Insert at point instead of directly
1634 after time range.
1635 (org-first-headline-recenter, org-subtree-end-visible-p)
1636 (org-optimize-window-after-visibility-change): New functions
1637 (org-agenda-post-command-hook): Don't allow point at end of line,
1638 to make sure it always hits the text properties.
1639 (org-agenda-next-date-line, org-agenda-previous-date-line):
1640 New commands.
1641 (org-set-regexps-and-options): Category may contain white space.
1642 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1643 Improve marker positions.
1644 (org-agenda-new-marker): Argument POS made optional.
1645 (org-agenda-get-timestamps): Deadlines which are done are listed
1646 in org-done-face now.
1647 (org-agenda-get-todos, org-agenda-get-timestamps)
1648 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1649 Set `undone-face' and `done-face' properties.
1650 (org-last-todo-state-is-todo): New variable.
1651 (org-todo): Set `org-last-todo-state-is-todo'.
1652 (org-agenda-todo): Change face according to
1653 `org-last-todo-state-is-todo'. And change other lines refering to
1654 the same entry.
1655 (org-calendar-goto-agenda): New command.
1656 (org-calendar-to-agenda-key): New option.
1657 (org-startup-folded): New allowed value `content'.
1658 (org-set-regexps-and-options): Accept new value `content' for
1659 `org-startup-folded'.
1660 (org-get-current-options): Handle new value `content' for
1661 `org-startup-folded'.
1662 (org-insert-todo-heading): New command.
1663 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
1664 interactively in empty file and option
1665 `org-insert-mode-line-in-empty-file' has been set.
1666 (org-agenda-todo,org-agenda-priority): Modify to use
1667 `org-agenda-change-all-lines'.
1668 (org-warning-face): Change color on dark background
1669
1670 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1671
1672 * international/mule-cmds.el (set-locale-environment): On Mac OS,
1673 use preferences AppleLocale and AppleLanguages, and variable
1674 mac-system-locale for default locale. On Mac OS Classic, use
1675 mac-system-coding-system for default coding systems.
1676
1677 * term/mac-win.el: Don't set file-name-coding-system.
1678 Decode variables system-name, emacs-build-system, user-login-name, and
1679 user-full-name by mac-system-coding-system on Mac OS Classic.
1680 (mac-system-coding-system): New variable.
1681
1682 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
1683
1684 * startup.el (command-line): Handle `xterm-mouse-mode' before
1685 reading init file.
1686
1687 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
1688
1689 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1690
1691 * progmodes/sh-script.el (sh-here-document-word): Make it a
1692 defcustom. Doc fix.
1693 (sh-add): Bash uses $(( )) for arithmetic.
1694 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
1695 (sh-maybe-here-document): Remove quotes and leading whitespace
1696 from heredoc word when closing. Indent heredoc with tabs if word
1697 starts with "-".
1698
1699 2005-04-13 Richard M. Stallman <rms@gnu.org>
1700
1701 * simple.el (undo): Fix previous change.
1702
1703 * custom.el (defface): Doc fix.
1704
1705 2005-04-13 Lute Kamstra <lute@gnu.org>
1706
1707 * Makefile.in (DONTCOMPILE): Remove list.
1708 (compile, compile-always): Don't use DONTCOMPILE.
1709 (update-authors): Load the library in which batch-update-authors
1710 is defined.
1711 * makefile.w32-in (DONTCOMPILE): Remove list.
1712 (compile, compile-always): Fix comments.
1713 (update-authors): Load the library in which batch-update-authors
1714 is defined.
1715
1716 * generic-x.el (generic-mode-ini-file-find-file-hook):
1717 Rename to ini-generic-mode-find-file-hook.
1718 Keep generic-mode-ini-file-find-file-hook as an alias.
1719 (ini-generic-mode-find-file-hook): Rename from
1720 generic-mode-ini-file-find-file-hook. Fix docstring.
1721 (ini-generic-mode): Docstring change.
1722 (bat-generic-mode-run-as-comint): Silence the byte compiler.
1723
1724 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
1725 called from lisp.
1726
1727 * generic.el: Move to the emacs-lisp subdir.
1728
1729 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
1732 and C-S- function and cursor motion keys.
1733
1734 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
1735
1736 * startup.el (command-line): Enable Xterm Mouse mode by default.
1737 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
1738 for Custom. No longer show "Mouse" in mode line when enabled.
1739 Doc fix.
1740
1741 2005-04-12 Kim F. Storm <storm@cua.dk>
1742
1743 * emulation/cua-base.el (cua-rectangle-face)
1744 (cua-rectangle-noselect-face): Define face attributes here.
1745
1746 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
1747
1748 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1749
1750 * startup.el (command-line): Turn off blinking cursor if
1751 cursorBlink in resources is off or false.
1752
1753 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1754
1755 * term/mac-win.el (dnd): Require dnd.
1756 (mac-drag-n-drop): Call dnd-handle-one-url.
1757 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
1758 (kTextEncodingISOLatin2): Remove constants.
1759 (mac-script-code-coding-systems): New constant.
1760 (mac-handle-language-change): New function.
1761 (special-event-map): Bind it to `language-change' event.
1762 (mac-centraleurroman, mac-cyrillic): New coding systems.
1763 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
1764 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
1765 and mac-cyrillic-encoder to encode-mac-centraleurroman and
1766 encode-mac-cyrillic, respectively.
1767
1768 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1769
1770 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
1771 Don't set overlay-arrow-string to "=>" as this is done
1772 globally in C now.
1773
1774 2005-04-12 Lute Kamstra <lute@gnu.org>
1775
1776 * generic-x.el (rc-generic-mode, rul-generic-mode):
1777 Fix auto-mode-alist entries.
1778 (etc-fstab-generic-mode): Tweak fontification.
1779
1780 * generic.el (generic-make-keywords-list): Fix docstring.
1781 (generic-mode-internal): Simplify generic-font-lock-keywords.
1782
1783 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
1784
1785 * whitespace.el (whitespace-buffer-leading)
1786 (whitespace-buffer-trailing): Revert the incorrect test inversion.
1787 However, fix the highlight area for the leading and
1788 trailing whitespaces to show space.
1789
1790 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
1791
1792 * whitespace.el (whitespace-version): Bump to 3.5
1793
1794 (whitespace-buffer-leading, whitespace-buffer-trailing):
1795 Invert sense of the test to highlight the whitespace.
1796
1797 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1798
1799 * progmodes/gud.el (gud-display-line): GUD uses its own
1800 overlay arrow now so don't set overlay-arrow-string.
1801 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
1802
1803 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 * term.el (term-ansi-current-bold, term-ansi-current-underline)
1806 (term-ansi-current-reverse, term-ansi-current-invisible)
1807 (term-ansi-face-already-done): Change to boolean.
1808 (term-reset-terminal, term-handle-colors-array): Handle the above
1809 vars accordingly.
1810 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
1811 (term-emulate-terminal): Use the new name.
1812
1813 * faces.el (secondary-selection): Use yellow1, not yellow.
1814 (trailing-whitespace): Use red1, not red.
1815
1816 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1817
1818 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
1819 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
1820 (dired-dnd-handle-file): Call dnd-get-local-file-uri
1821
1822 * cus-edit.el (dnd): New group.
1823
1824 * term/w32-win.el (dnd): Require dnd
1825 (w32-drag-n-drop): Call dnd-handle-one-url.
1826
1827 * x-dnd.el: Require dnd.
1828 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
1829 Call dnd-handle-one-url.
1830 (x-dnd-types-alist, x-dnd-insert-utf8-text)
1831 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
1832 to dnd-insert-text.
1833 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
1834 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
1835 (x-dnd-get-local-file-name, x-dnd-open-local-file)
1836 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
1837
1838 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
1839
1840 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1841
1842 * wdired.el: Doc fixes.
1843 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
1844 (wdired-use-dired-vertical-movement): Rename from
1845 wdired-always-move-to-filename-beginning.
1846 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
1847 (wdired-change-to-wdired-mode): Change mode name.
1848 (wdired-newline): Delete.
1849
1850 2005-04-11 Richard M. Stallman <rms@gnu.org>
1851
1852 * whitespace.el (whitespace-highlight-the-space):
1853 Don't call whitespace-unhighlight-the-space here.
1854
1855 * simple.el (undo): Record t in undo-equiv-table
1856 for the redo record made by an undo-in-region.
1857
1858 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
1859
1860 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
1861 (gdb-frame-inferior-io-buffer): New Functions to control
1862 display of separate IO buffer.
1863 (menu): Add them to menu-bar.
1864 (gdb-display-buffer): Check for buffer another frame.
1865 Protect GUD buffer.
1866 (gdb-setup-windows): Create IO buffer if not already there.
1867 (gdb-memory-mode): Remove purecopy noops.
1868
1869 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1870
1871 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
1872 and pass to self-insert-command.
1873
1874 2005-04-11 Lute Kamstra <lute@gnu.org>
1875
1876 * generic.el: Commentary section cleanup.
1877 (generic): Delete.
1878 (generic-use-find-file-hook, generic-lines-to-scan)
1879 (generic-find-file-regexp, generic-ignore-files-regexp)
1880 (default-generic-mode, generic-mode-find-file-hook)
1881 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
1882 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
1883 (generic-use-find-file-hook, generic-lines-to-scan)
1884 (generic-find-file-regexp, generic-ignore-files-regexp)
1885 (default-generic-mode, generic-mode-find-file-hook)
1886 (generic-mode-ini-file-find-file-hook): Move from generic.el.
1887
1888 2005-04-10 Karl Fogel <kfogel@red-bean.com>
1889
1890 * bookmark.el (bookmark-write-file): Catch errors writing file.
1891 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
1892
1893 2005-04-10 Richard M. Stallman <rms@gnu.org>
1894
1895 * startup.el (fancy-splash-tail): Update copyright year.
1896 (command-line): Split part of -Q into -D.
1897 (emacs-basic-display): New defvar.
1898 (fancy-splash-text): Correct name of menu item.
1899
1900 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
1901
1902 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
1903 lines in one node.
1904
1905 * comint.el (comint-send-input): New arg ARTIFICIAL.
1906 Callers in this file changed.
1907
1908 * abbrev.el (define-abbrevs): Read system abbrevs properly.
1909
1910 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
1911
1912 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
1915 `ldap-search-internal'.
1916
1917 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * files.el (set-auto-mode-1): Use line-end-position.
1920
1921 * international/latin-1.el:
1922 * international/latin-2.el:
1923 * international/latin-3.el:
1924 * international/latin-4.el:
1925 * international/latin-5.el:
1926 * international/latin-8.el:
1927 * international/latin-9.el: Give punctuation syntax to NBSP.
1928
1929 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
1930 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
1931 Use char-classes to accept non-ascii letters, accepted in some recent
1932 bibtex implementations.
1933
1934 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
1935
1936 * custom.el (custom-set-minor-mode): Any non-nil value for the
1937 variable should enable the mode when set through Custom.
1938
1939 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
1942 TAB binding so tab-always-indent is obeyed.
1943 (vhdl-minibuffer-local-map): Move initialization into declaration.
1944 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
1945 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
1946 (vhdl-hooked-abbrev): Avoid test for XEmacs.
1947 (vhdl-current-line): Use line-beginning-position.
1948 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
1949 with-output-to-temp-buffer, so the current position can be recorded.
1950
1951 2005-04-10 Masatake YAMATO <jet@gyve.org>
1952
1953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1954 Add regexp for gcov.
1955
1956 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
1957
1958 * calendar/time-date.el (time-to-seconds, seconds-to-time)
1959 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
1960 syntax which Emacs 20 doesn't support.
1961
1962 2005-04-09 Richard M. Stallman <rms@gnu.org>
1963
1964 * help.el (describe-key-briefly, describe-key):
1965 Replace strings as event types with "(any string)".
1966
1967 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * arc-mode.el (archive-mode-map): Move initialization into
1970 the declaration. Override *all* bindings of `undo'.
1971 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
1972
1973 2005-04-09 Jay Belanger <belanger@truman.edu>
1974
1975 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1976
1977 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1978
1979 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
1980 (xterm-register-default-colors): Update color values computation
1981 to match xterm-200.
1982
1983 2005-04-09 Kenichi Handa <handa@m17n.org>
1984
1985 * international/code-pages.el (iso-latin-7): Fix the map.
1986
1987 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
1988
1989 * emacs-lisp/lisp.el (defun-prompt-regexp)
1990 (parens-require-spaces, buffer-end, end-of-defun)
1991 (insert-parentheses): Doc fixes.
1992
1993 2005-04-08 Kim F. Storm <storm@cua.dk>
1994
1995 * comint.el (comint-highlight-prompt): Fix face spec.
1996 * hi-lock.el (hi-green): Likewise.
1997
1998 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * cus-edit.el (custom-modified-face):
2001 * comint.el (comint-highlight-input): Fix previous changes.
2002 * term.el (term-handle-ansi-escape): Add a comment.
2003
2004 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2007 in the buffer and in whitespace-highlighted-space.
2008 (whitespace-unhighlight-the-space): Simplify.
2009 (whitespace-buffer): Simplify.
2010
2011 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2012
2013 * textmodes/table.el (table-cell-face): Add special case for
2014 displays supporting a high number of colors.
2015 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2016 (vhdl-font-lock-reserved-words-face)
2017 (vhdl-speedbar-architecture-face)
2018 (vhdl-speedbar-instantiation-face)
2019 (vhdl-speedbar-architecture-selected-face)
2020 (vhdl-speedbar-instantiation-selected-face): Likewise.
2021 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2022 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2023 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2024 (ebrowse-root-class-face, ebrowse-member-attribute-face)
2025 (ebrowse-progress-face): Likewise.
2026 * progmodes/compile.el (compilation-info-face): Likewise.
2027 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2028 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2029 * calendar/calendar.el (diary-face): Likewise.
2030 * woman.el (woman-italic-face, woman-bold-face)
2031 (woman-unknown-face): Likewise.
2032 * wid-edit.el (widget-button-pressed-face): Likewise.
2033 * whitespace.el (whitespace-highlight-face): Likewise.
2034 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2035 * pcvs-info.el (cvs-marked-face): Likewise.
2036 * info.el (info-xref): Likewise.
2037 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2038 * hilit-chg.el (highlight-changes-face)
2039 (highlight-changes-delete-face): Likewise.
2040 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2041 (hi-red-b): Likewise.
2042 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2043 * font-lock.el (font-lock-keyword-face)
2044 (font-lock-function-name-face, font-lock-warning-face): Likewise.
2045 * cus-edit.el (custom-invalid-face, custom-modified-face)
2046 (custom-set-face, custom-changed-face, custom-variable-tag-face)
2047 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2048 * comint.el (comint-highlight-prompt): Likewise.
2049
2050 2005-04-08 Lute Kamstra <lute@gnu.org>
2051
2052 * font-lock.el (font-lock-keywords): Docstring fixes.
2053
2054 2005-04-08 Kenichi Handa <handa@m17n.org>
2055
2056 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2057 chars are more than a limit, print " and more..." at the tail.
2058
2059 2005-04-08 Kim F. Storm <storm@cua.dk>
2060
2061 * emacs-lisp/authors.el (authors-aliases): Update list.
2062 (authors-ignored-files): New list.
2063 (authors-fixed-entries): Fix typo.
2064 (authors-renamed-files-alist): Update list.
2065 (authors-add): Check authors-ignored-files.
2066
2067 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
2068
2069 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
2070 optional, to ensure backward compatibility.
2071
2072 2005-04-08 Stephen Eglen <stephen@gnu.org>
2073
2074 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
2075
2076 2005-04-08 Kim F. Storm <storm@cua.dk>
2077
2078 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
2079
2080 * mouse.el (mouse-on-link-p): Doc fix.
2081
2082 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
2083
2084 * ielm.el (ielm-prompt-read-only): Doc fix.
2085
2086 * comint.el (comint-prompt-read-only): Doc fix.
2087
2088 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
2089
2090 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
2091 ensure dired always handles wildcards passed to ffap.
2092 (find-file-at-point): Use it.
2093 (ffap-dired-wildcards): Doc fix.
2094
2095 2005-04-07 Juri Linkov <juri@jurta.org>
2096
2097 * simple.el (next-error-overlay-arrow-position): New defvar.
2098 Put "=>" on its property `overlay-arrow-string'. Add it to
2099 `overlay-arrow-variable-list'.
2100
2101 * progmodes/compile.el (compilation-setup):
2102 Set `next-error-overlay-arrow-position' to nil. Also set it to
2103 nil in the local hook `kill-buffer-hook'. Make local variable
2104 `overlay-arrow-string' and set it to "=>".
2105 (compilation-goto-locus): Set BOL position to
2106 `next-error-overlay-arrow-position' instead of
2107 `overlay-arrow-position'.
2108
2109 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
2110 locally instead of adding it to the global hook.
2111 (Info-kill-buffer): Move up.
2112
2113 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 * term/xterm.el (xterm-standard-colors): Update color values from
2116 xterm-200.
2117
2118 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2121
2122 * fast-lock.el:
2123 * lazy-lock.el: Move them to the obsolete subdir.
2124
2125 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2126
2127 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2128 (wdired-add-replace-advice): Remove.
2129 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2130
2131 2005-04-06 Kim F. Storm <storm@cua.dk>
2132
2133 * startup.el (command-line): Add --bare-bones alias for -Q.
2134
2135 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2136
2137 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2138 create the startup fontset if a font specification ends with
2139 `mac-roman'.
2140
2141 2005-04-06 Lute Kamstra <lute@gnu.org>
2142
2143 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2144 change.
2145
2146 * emacs-lisp/copyright.el (copyright-update-year): Replace the
2147 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
2148
2149 2005-04-05 Lute Kamstra <lute@gnu.org>
2150
2151 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2152 (define-generic-mode): Ditto. Fix debug declaration.
2153
2154 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2155 Put them in the generic-x group.
2156
2157 * calendar/timeclock.el (timeclock): Doc fix.
2158
2159 * generic.el (define-generic-mode): Don't use custom-current-group.
2160 Document default :group value.
2161 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2162 (define-global-minor-mode): Don't use custom-current-group.
2163
2164 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2165
2166 * startup.el (command-line-1): Display startup-echo-area-message
2167 when fancy splash screen is in use.
2168
2169 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2170 (sh-escaped-newline): New face.
2171 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2172 newline, and use sh-escaped-newline face.
2173
2174 * progmodes/tcl.el (tcl-escaped-newline): New face.
2175 (tcl-builtin-list): New variable.
2176 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2177 newlines. Fix keywords subexpression number.
2178
2179 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
2180
2181 * textmodes/org.el (org-diary-default-entry): Fix call to
2182 `add-to-diary-entry'.
2183
2184 2005-04-05 Kim F. Storm <storm@cua.dk>
2185
2186 * ediff-init.el: Use (featurep 'xemacs).
2187
2188 2005-04-05 David Ponce <david@dponce.com>
2189
2190 * cus-edit.el (face): Derive from symbol widget. Display sample
2191 of the current face on the fly.
2192 (widget-face-sample-face-get, widget-face-notify): New functions.
2193 (widget-face-value-create): Remove.
2194
2195 * wid-edit.el (widget-field-end): Temporarily remove field
2196 narrowing before to call `get-char-property'.
2197
2198 2005-04-04 Jay Belanger <belanger@truman.edu>
2199
2200 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2201 (math-read-subscripts): New variable.
2202 (math-read-preprocess-string): Process subscripts.
2203
2204 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
2205
2206 * comint.el (comint-prompt-read-only): Doc fix.
2207
2208 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2209 `-1'. Doc fix.
2210
2211 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
2212
2213 * textmodes/org.el (org-insert-mode-line-in-empty-file):
2214 Change default value to nil.
2215
2216 2005-04-04 Lute Kamstra <lute@gnu.org>
2217
2218 * autorevert.el (auto-revert-mode): Specify :group.
2219 * battery.el (display-battery-mode): Specify :group.
2220 * diff-mode.el (diff-minor-mode): Specify :group.
2221 * font-core.el (font-lock-mode): Specify :group.
2222 * hl-line.el (hl-line-mode): Specify :group.
2223 * iimage.el (iimage): New customization group.
2224 (iimage-mode): Specify :group.
2225 * longlines.el (longlines-mode): Specify :group.
2226 * master.el: Don't require easy-mmode.
2227 (master): New customization group.
2228 (master-mode): Specify :group.
2229 * msb.el (msb-mode): Specify :group.
2230 * reveal.el (reveal-mode): Specify :group.
2231 * simple.el (next-error-follow-minor-mode): Specify :group.
2232 * smerge-mode.el (smerge-mode): Specify :group.
2233 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2234 * emulation/cua-base.el (cua-mode): Specify :group.
2235 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2236 * language/thai-util.el (thai-auto-composition-mode)
2237 (thai-word-mode): Specify :group.
2238 * mail/supercite.el (sc-minor-mode): Specify :group.
2239 * progmodes/cwarn.el (cwarn-mode): Specify :group.
2240 * progmodes/flymake.el (flymake-mode): Specify :group.
2241 * progmodes/glasses.el (glasses-mode): Specify :group.
2242 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2243 * textmodes/enriched.el (enriched-mode): Specify :group.
2244 * textmodes/refill.el (refill-mode): Specify :group.
2245
2246 * add-log.el (change-log-font-lock-keywords): Names in
2247 parenthesized lists can contain spaces.
2248
2249 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
2250
2251 * startup.el (fancy-splash-text): Shorten default text of
2252 "Emacs Tutorial" line. Also, if the current language env
2253 indicates an available tutorial file other than TUTORIAL,
2254 extract its title and append it to the line in parentheses.
2255 (fancy-splash-insert): If arg is a thunk, funcall it.
2256
2257 2005-04-04 Jay Belanger <belanger@truman.edu>
2258
2259 * calc.el (calc-language-alist): Add tags to customization type.
2260
2261 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
2262
2263 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2264 Doc fix.
2265
2266 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
2267
2268 * add-log.el (change-log-font-lock-keywords): The manual
2269 describing a Change Log entry, says: (...) "Aside from these
2270 header lines, every line in the change log starts with a space or
2271 a tab.". The font-lock was not highlighting lines started with
2272 spaces, added support for it.
2273
2274 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2275
2276 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2277 (bibtex-generate-url-list): Update docstring accordingly. Put the
2278 complex example in the docstring.
2279 (bibtex-font-lock-url): Use pop.
2280
2281 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2284
2285 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2286
2287 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
2288
2289 * filesets.el (filesets-set-default): Doc fix.
2290
2291 2005-04-03 Lute Kamstra <lute@gnu.org>
2292
2293 * generic.el (define-generic-mode): Add argument to specify
2294 keywords for defcustom.
2295 (default-generic-mode): Specify :group.
2296
2297 * generic-x.el: Specify :group for all generic modes.
2298
2299 * desktop.el (desktop-no-desktop-file-hook)
2300 (desktop-after-read-hook): Doc fix.
2301
2302 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
2303
2304 * simple.el (visible-mode): Use explicit :group keyword.
2305 This changes the group of `visible-mode-hook' from paren-blinking
2306 to editing-basics.
2307
2308 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2309
2310 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2311 mailbox specifications as well as URLs.
2312 (rmail-insert-inbox-text): Remove unused conditional branches.
2313
2314 2005-04-01 Jay Belanger <belanger@truman.edu>
2315
2316 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2317 (calc-gnuplot-print-command): Move definitions to calc.el.
2318
2319 * calc/calc-embed.el (calc-embedded-announce-formula)
2320 (calc-embedded-open-formula, calc-embedded-close-formula)
2321 (calc-embedded-open-word, calc-embedded-close-word)
2322 (calc-embedded-open-plain, calc-embedded-close-plain)
2323 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2324 (calc-embedded-open-mode, calc-embedded-close-mode):
2325 Move definitions to calc.el.
2326
2327 * calc/calc.el (calc-settings-file, calc-language-alist):
2328 Make customizable.
2329 (calc-embedded-announce-formula, calc-embedded-open-formula)
2330 (calc-embedded-close-formula, calc-embedded-open-word)
2331 (calc-embedded-close-word, calc-embedded-open-plain)
2332 (calc-embedded-close-plain, calc-embedded-open-new-formula)
2333 (calc-embedded-close-new-formula, calc-embedded-open-mode)
2334 (calc-embedded-close-mode, calc-gnuplot-name)
2335 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2336 from other files and make customizable.
2337
2338 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2341 Use buffer-live-p.
2342 (cvs-mode-run): Don't call cvs-update-header here.
2343 (cvs-run-process): Call cvs-update-header.
2344 Use process properties for cvs-postprocess and cvs-buffer so that
2345 the sentinel can behave better if the temp buffer is killed.
2346 Use a pipe rather than a tty, to better handle unexpected prompts.
2347 (cvs-sentinel): Rewrite. Call cvs-update-header.
2348
2349 2005-04-01 Andre Spiegel <spiegel@gnu.org>
2350
2351 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2352 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
2353
2354 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * generic.el (define-generic-mode): Add indentation rule.
2357
2358 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
2359
2360 * files.el (mode-require-final-newline): Make Custom correctly
2361 report a nil value and allow to set it to nil via Custom.
2362 Doc fix.
2363
2364 2005-04-01 Kenichi Handa <handa@m17n.org>
2365
2366 * international/characters.el: Enable the correct case setting for
2367 dotless-i and dotted-I.
2368
2369 2005-04-01 Kim F. Storm <storm@cua.dk>
2370
2371 * ido.el (ido-file-internal): Fall back to non-ido command if
2372 initial directory is on slow ftp (or tramp) host.
2373
2374 2005-03-31 Richard M. Stallman <rms@gnu.org>
2375
2376 * emacs-lisp/autoload.el (make-autoload):
2377 Handle define-global-minor-mode.
2378
2379 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2380 Rename from easy-mmode-define-global-mode.
2381 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2382
2383 * progmodes/scheme.el (scheme-mode-syntax-table):
2384 Update syntax of | and # for two-character comment syntax.
2385
2386 2005-03-31 Lute Kamstra <lute@gnu.org>
2387
2388 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2389 (define-minor-mode): Call custom-current-group at load-time.
2390
2391 * generic.el (define-generic-mode): Add debug declaration.
2392 Add defcustom for the mode hook.
2393 (generic-mode-internal): Use run-mode-hooks.
2394
2395 2005-03-31 Kim F. Storm <storm@cua.dk>
2396
2397 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2398 (mouse-fixup-help-message): New defun called by show_help_echo
2399 to fixup mouse-2 prefix in help messages when applicable.
2400
2401 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2402
2403 2005-03-31 Kenichi Handa <handa@m17n.org>
2404
2405 * language/thai-word.el (thai-find-word-ends): Pay attention to
2406 the case that we reach the end of buffer.
2407
2408 * textmodes/fill.el (fill-text-properties-at): New function.
2409 (fill-newline): Use fill-text-properties-at instead of
2410 text-properties-at.
2411
2412 2005-03-31 Karl Berry <karl@freefriends.org>
2413
2414 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2415 not comint-quote-filename.
2416
2417 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2418
2419 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2420 not comint-quote-filename.
2421
2422 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
2423
2424 * help-fns.el (help-with-tutorial): Revert last change.
2425
2426 2005-03-31 Kim F. Storm <storm@cua.dk>
2427
2428 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2429
2430 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
2431
2432 * calendar/cal-china.el: Update reference to "Calendrical
2433 Calculations" book; there's a new edition.
2434 * calendar/cal-coptic.el: Likewise.
2435 * calendar/cal-french.el: Likewise.
2436 * calendar/cal-hebrew.el: Likewise.
2437 * calendar/cal-islam.el: Likewise.
2438 * calendar/cal-iso.el: Likewise.
2439 * calendar/cal-julian.el: Likewise.
2440 * calendar/cal-mayan.el: Likewise.
2441 * calendar/cal-persia.el: Likewise.
2442 * calendar/calendar.el: Likewise.
2443 * calendar/holidays.el: Likewise.
2444 * calendar/lunar.el: Likewise.
2445 * calendar/solar.el: Likewise.
2446
2447 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2448 white space from doc string.
2449
2450 2005-03-30 Jay Belanger <belanger@truman.edu>
2451
2452 * calc/calc-help.el (calc-full-help): Remove email address.
2453
2454 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2455
2456 * help-fns.el (help-with-tutorial): Delete title line.
2457
2458 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2459
2460 * calendar/cal-x.el (calendar-one-frame-setup)
2461 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2462 rather than 'symbol for set-window-dedicated-p.
2463
2464 * calendar/appt.el (appt-buffer-name): Make it a constant.
2465 (appt-add): Doc fix.
2466
2467 * filesets.el (filesets-menu-path, filesets-menu-before)
2468 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
2469 (filesets-menu-cache-file): Use directory ~/.emacs.d.
2470 (filesets-add-submenu): Delete and use add-submenu instead.
2471
2472 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
2473
2474 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2475 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2476 (org-diary-default-entry): New function.
2477 (org-get-entries-from-diary): Better parsing of diary entries.
2478 (org-agenda-check-no-diary): New function.
2479 ("diary-lib"): Advice to function `add-to-diary-list', to allow
2480 linking to diary entries.
2481 (org-agenda-execute-calendar-command): New function.
2482 (org-agenda): Improve visible section in window.
2483 Use `org-fit-agenda-window'.
2484 (org-fit-agenda-window): New option.
2485 (org-move-subtree-down): Better handling of empty lines
2486 at end of subtree.
2487 (org-cycle): Numeric prefix is interpreted now as show-subtree N
2488 levels up.
2489 (org-fontify-done-headline): New option.
2490 (org-headline-done-face): New face.
2491 (org-set-font-lock-defaults): Use `org-headline-done-face'.
2492 (org-table-copy-down): Rename from `org-table-copy-from-above'.
2493 When current field is non-empty, it is copied to next row.
2494 (org-table-copy-from-above): Fix bug which made it
2495 impossible to copy fields containing only a single non-white character.
2496
2497 2005-03-30 Kim F. Storm <storm@cua.dk>
2498
2499 * kmacro.el (kmacro-end-macro): Isearch may store this command
2500 into the macro -- so ignore it when executing keyboard macro.
2501
2502 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2505
2506 2005-03-29 Kenichi Handa <handa@m17n.org>
2507
2508 * language/thai.el ("Thai"): Set setup-function and exit-function
2509 for Thai language environment.
2510
2511 * language/thai-util.el: Require thai-word.
2512 (thai-word-mode-map): New variable.
2513 (thai-word-mode): New minor mode.
2514 (setup-thai-language-environment-internal): New function.
2515 (exit-thai-language-environment-internal): New function.
2516
2517 * language/thai-word.el (thai-word-table): Declare it by defvar,
2518 use dolist to initialize it.
2519 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2520 (thai-fill-find-break-point): New functions.
2521
2522 2005-03-29 Richard M. Stallman <rms@gnu.org>
2523
2524 * simple.el (idle-update-delay): Move definition up.
2525 (set-mark): Doc fix.
2526
2527 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * longlines.el: New file.
2530
2531 * simple.el (buffer-substring-filters): New variable.
2532 (filter-buffer-substring): New function.
2533 (kill-region, copy-region-as-kill): Use it.
2534
2535 * register.el (copy-to-register, append-to-register)
2536 (prepend-to-register): Use filter-buffer-substring.
2537
2538 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2539
2540 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2541 (gud-filter-pending-text): Move in front of gdb.
2542 (gud-overlay-arrow-position): New variable.
2543 (gud-sentinel, gud-display-line): Use it in place of
2544 overlay-arrow-position.
2545
2546 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
2547
2548 * progmodes/fortran.el (fortran-if-indent): Doc fix.
2549 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
2550 (fortran-font-lock-keywords-4): New variable.
2551 (fortran-blocks-re, fortran-end-block-re)
2552 (fortran-start-block-re): New constants, for hideshow.
2553 (hs-special-modes-alist): Add a Fortran entry.
2554 (fortran-mode-map): Bind fortran-end-of-block,
2555 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
2556 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
2557 (fortran-looking-at-if-then, fortran-end-of-block)
2558 (fortran-beginning-of-block): New functions, for hideshow.
2559
2560 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
2561 fix. Tweak regexp.
2562 (f90-beginning-of-block): Push mark first.
2563
2564 2005-03-29 Jay Belanger <belanger@truman.edu>
2565
2566 * calc/calc.el: Update copyright date.
2567 (calc-version): Increase to 2.1.
2568 (calc-version-date): Remove.
2569
2570 * calc/calc-help.el: Update copyright date.
2571 (calc-full-help): Remove reference to calc-version-date.
2572 Update copyright date.
2573
2574 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * vc.el (vc-do-command): Use a pipe for async processes, so password
2577 prompts don't show up at places where the user can't reply.
2578
2579 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2580
2581 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
2582 on the file name we pass to the inferior shell.
2583
2584 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2585
2586 * progmodes/which-func.el (which-function): Be robust in the face of an
2587 imenu--make-index-alist failure.
2588
2589 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
2592
2593 * progmodes/python.el (python-preoutput-filter): Fix last change.
2594
2595 2005-03-29 Lute Kamstra <lute@gnu.org>
2596
2597 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
2598 functions and compiled macros.
2599 (debug-convert-byte-code): Handle macros too.
2600 (debug-on-entry-1): Don't signal an error when trying to clear a
2601 function that is not set to debug on entry.
2602
2603 2005-03-29 Jay Belanger <belanger@truman.edu>
2604
2605 * calc/calc-lang.el: Add functions to math-function-table
2606 properties of tex and math.
2607
2608 2005-03-29 Kenichi Handa <handa@m17n.org>
2609
2610 * ps-mule.el (ps-mule-plot-string): Translate characters by
2611 ps-print-translation-table.
2612 (ps-mule-begin-job): Call find-charset-region/string with
2613 ps-print-translation-table.
2614 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
2615
2616 * ps-print.el (ps-print-translation-table): New variable.
2617 (ps-plot-region): Translate characters by ps-print-translation-table.
2618
2619 2005-03-29 Juri Linkov <juri@jurta.org>
2620
2621 * simple.el (next-error-highlight-timer): New variable.
2622
2623 * progmodes/compile.el (compilation-goto-locus):
2624 Use `next-error-highlight-timer' instead of `sit-for'.
2625
2626 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * mail/supercite.el (sc-mail-field): Use assoc-string.
2629 (sc-get-address): Simplify regexps.
2630
2631 * files.el (minibuffer-with-setup-hook): New macro.
2632 (find-file-read-args): Use it to avoid let-binding
2633 minibuffer-with-setup-hook (which breaks turning on/off
2634 file-name-shadow-mode while in the prompt).
2635
2636 * complete.el (PC-read-include-file-name-internal): Use test-completion.
2637
2638 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
2639
2640 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
2641
2642 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * window.el (window-buffer-height): Use count-screen-lines.
2645
2646 * progmodes/python.el (python-preoutput-leftover): New var.
2647 (python-preoutput-filter): Use it.
2648 (python-send-receive): Loop until all the result has been received.
2649
2650 2005-03-28 Juri Linkov <juri@jurta.org>
2651
2652 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
2653
2654 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
2655 "Recover Crashed Session".
2656 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
2657 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
2658 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
2659 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
2660 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
2661 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
2662 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
2663 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
2664
2665 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
2666 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
2667 Ediff Sessions", "Toggle use of separate control buffer frame",
2668 "Use separate frame for Ediff control buffer".
2669
2670 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
2671 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
2672 "Rename Bookmark", "Delete Bookmark".
2673
2674 * info.el (Info-mode-menu): Remove ellipsis from "Index".
2675 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
2676 Add `:active Info-index-alternatives' to "Next Matching Item".
2677
2678 * wdired.el (wdired-change-to-wdired-mode):
2679 Mention `wdired-abort-changes' key in the initial message.
2680
2681 * international/mule.el (auto-coding-alist): Associate non-ascii
2682 image filename extensions with `no-conversion'.
2683
2684 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * international/iso-acc.el:
2687 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
2688
2689 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
2690
2691 * textmodes/sgml-mode.el (html-mode): Doc update.
2692
2693 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
2694
2695 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2696
2697 * term.el (term-move-columns): Fix face after extending a line.
2698 (term-insert-spaces): Likewise.
2699 (term-reset-terminal): Fix off by one error.
2700
2701 2005-03-26 Eli Zaretskii <eliz@gnu.org>
2702
2703 * international/mule.el (auto-coding-alist): Add .xpi files.
2704
2705 * files.el (auto-mode-alist): Add .xpi files.
2706
2707 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
2708
2709 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
2710
2711 2005-03-26 Eli Zaretskii <eliz@gnu.org>
2712
2713 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
2714
2715 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2716
2717 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
2718 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
2719
2720 * calendar/cal-move.el (calendar-beginning-of-year): Move the
2721 cursor to Jan 1 when needed.
2722 (calendar-end-of-year): Fix -/+ typo.
2723 Reported by Chong Yidong <cyd@stupidchicken.com>.
2724
2725 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
2728
2729 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
2730 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
2731
2732 2005-03-25 Richard M. Stallman <rms@gnu.org>
2733
2734 * filesets.el (filesets-init): Add autoload.
2735
2736 * mail/mailalias.el (mail-directory): Doc fix.
2737
2738 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2739
2740 * mail/mailalias.el (mail-directory-process): Do nothing if
2741 mail-directory-process is an atom.
2742 (mail-get-names): Ignore mail-directory-names if it is an atom.
2743 (mail-directory-process defvar): Doc fix.
2744 (mail-names): Doc fix.
2745
2746 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
2747
2748 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
2749
2750 2005-03-26 Kenichi Handa <handa@m17n.org>
2751
2752 * international/mule-util.el (detect-coding-with-priority):
2753 Call update-coding-systems-internal before detect-coding-region.
2754
2755 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
2756
2757 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2758 (gdb-frames-mode-map): Add follow-link property.
2759
2760 2005-03-25 Jay Belanger <belanger@truman.edu>
2761
2762 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
2763 for variables.
2764
2765 2005-03-25 Juri Linkov <juri@jurta.org>
2766
2767 * image-mode.el: Optimize image filename extension regexps in
2768 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
2769 in `auto-mode-alist'.
2770 (image-mode): Add `image-toggle-display-text' to local hook
2771 `change-major-mode-hook'. Display the image as an image by
2772 default. Set `cursor-type' and `truncate-lines' if the image
2773 is already displayed. Take into account the current mode (image
2774 or text) in message.
2775 (image-minor-mode): New minor mode.
2776 (image-mode-maybe, image-toggle-display-text): New functions.
2777 (image-toggle-display): Use called-interactively-p.
2778 Let-bind `inhibit-read-only' to t.
2779
2780 * image-mode.el (image-minor-mode): Set `cursor-type' and
2781 `truncate-lines' if the image is already displayed. Add turning
2782 image-minor-mode off to `change-major-mode-hook'. Add message.
2783 Call `image-toggle-display-text' after turning image-minor-mode off.
2784
2785 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
2788 Terminal.app, use utf-8.
2789 (set-display-table-and-terminal-coding-system): Add coding-system arg.
2790 (set-locale-environment): Use it.
2791
2792 * term/xterm.el: Undo last change, better done in mule-cmds.el.
2793
2794 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
2795
2796 * progmodes/python.el (python-close-block-statement-p)
2797 (python-outdent-p, python-current-defun): Use symbol-end.
2798
2799 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
2800
2801 * files.el (save-some-buffers): Doc fix.
2802
2803 2005-03-25 Werner Lemberg <wl@gnu.org>
2804
2805 * complete.el, thumbs.el: Replace `legal' with `valid'.
2806 * calendar/calendar.el: Replace `legal' with `valid'.
2807 * emacs-lisp/advice.el: Replace `legal' with `valid'.
2808 * mail/supercite.el: Replace `legal' with `valid'.
2809 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
2810 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
2811 `valid'.
2812 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
2813 with `valid'.
2814
2815 2005-03-25 Werner Lemberg <wl@gnu.org>
2816
2817 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
2818 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
2819 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
2820 * emulation/vip.el: Replace `illegal' with `invalid'.
2821 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
2822 * mail/supercite.el: Replace `illegal' with `invalid'.
2823 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
2824 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
2825 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
2826 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
2827 `invalid'.
2828 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
2829 textmodes/reftex-index.el, textmodes/reftex-parse.el,
2830 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
2831 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
2832
2833 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
2836 (flymake-find-buildfile, flymake-find-possible-master-files)
2837 (flymake-check-include, flymake-parse-line): Replace loops over the
2838 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
2839
2840 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
2841 Substitute file-name-as-directory in the rest of the file.
2842 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
2843 (flymake-replace-region): Remove unused arg `buffer'.
2844 (flymake-check-patch-master-file-buffer): Update calls to it.
2845 (flymake-add-err-info): Remove unused var `count'.
2846 (flymake-mode): Use define-minor-mode.
2847
2848 * progmodes/flymake.el: Use with-current-buffer.
2849 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
2850 flymake-replace-regexp-in-string, flymake-line-beginning-position)
2851 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
2852 Avoid testing for `xemacs'.
2853 (flymake-nop): Move.
2854 (flymake-region-has-flymake-overlays): Return the computed value.
2855 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
2856 Remove unused var `endline'.
2857 (flymake-get-line-count): Remove unused function.
2858 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
2859
2860 * emulation/vi.el:
2861 * generic.el:
2862 * hilit-chg.el (global-highlight-changes):
2863 * hi-lock.el (hi-lock-mode):
2864 * follow.el: find-file-hooks -> find-file-hook.
2865
2866 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
2867
2868 2005-03-24 Juri Linkov <juri@jurta.org>
2869
2870 * dired.el (dired-mode-map): Add menu item "Compare directories"
2871 for dired-compare-directories.
2872
2873 * dired-aux.el (dired-compare-directories): Add autoload cookie.
2874 Doc fix. Replace `read-file-name' with `read-directory-name'.
2875
2876 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
2879
2880 2005-03-24 Jay Belanger <belanger@truman.edu>
2881
2882 * calc/calc-embed.el (calc-embedded-mode-change): Save all
2883 relevant mode settings in calc-embedded-original-modes when modes
2884 are permanently changed.
2885
2886 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * autoinsert.el: find-file-hooks -> find-file-hook.
2889
2890 2005-03-24 Lute Kamstra <lute@gnu.org>
2891
2892 * generic.el (generic-font-lock-defaults): Make it obsolete.
2893 (generic-font-lock-keywords): New variable to replace
2894 generic-font-lock-defaults.
2895 (generic-mode-set-font-lock): Delete it.
2896 (generic-mode-internal): Don't call generic-mode-set-font-lock.
2897 (generic-bracket-support): Add docstring.
2898
2899 * generic-x.el: Rename generic-font-lock-defaults to
2900 generic-font-lock-keywords throughout.
2901 (mailagent-rules-setup-function): Delete it.
2902 (mailagent-rules-generic-mode): Use anonymous function instead.
2903 (show-tabs-generic-mode-font-lock-defaults-1)
2904 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
2905 Quote faces.
2906 (show-tabs-tab-face, show-tabs-space-face): Specify background,
2907 not foreground.
2908
2909 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2910 Recognize define-generic-mode.
2911
2912 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
2915 if there's no completion table.
2916
2917 2005-03-23 Miles Bader <miles@gnu.org>
2918
2919 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2920 Remove tty-specific variants, as they're no longer needed.
2921
2922 2005-03-23 Lute Kamstra <lute@gnu.org>
2923
2924 * generic-x.el: Code cleanup: make args constant whenever possible.
2925 (installshield-statement-keyword-list)
2926 (installshield-system-functions-list)
2927 (installshield-system-variables-list, installshield-types-list)
2928 (installshield-funarg-constants-list): Make them constants.
2929
2930 * generic.el (generic-make-keywords-list): Add autoload cookie.
2931
2932 * calendar/time-date.el: Add comment on time value formats.
2933 Don't require parse-time.
2934 (with-decoded-time-value): New macro.
2935 (encode-time-value): New function.
2936 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
2937 (days-to-time): Return a valid time value when arg is huge.
2938 (time-since): Use time-subtract.
2939 (time-to-number-of-days): Use time-to-seconds.
2940
2941 2005-03-23 David Ponce <david@dponce.com>
2942
2943 * recentf.el: (recentf-keep): New option.
2944 (recentf-menu-action): Default to `find-file'.
2945 (recentf-keep-non-readable-files-flag)
2946 (recentf-keep-non-readable-files-p)
2947 (recentf-file-readable-p, recentf-find-file)
2948 (recentf-cleanup-remote): Remove.
2949 (recentf-include-p): More robust.
2950 (recentf-keep-p): New function.
2951 (recentf-remove-if-non-kept): Rename from
2952 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
2953 All callers updated.
2954 (recentf-menu-items-for-commands): Fix help string.
2955 (recentf-track-closed-file): Update. Doc fix.
2956 (recentf-cleanup): Update. Count removed files. Doc fix.
2957
2958 2005-03-23 Kim F. Storm <storm@cua.dk>
2959
2960 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
2961 Don't inherit from fringe face (now happens automatically).
2962
2963 2005-03-22 Kim F. Storm <storm@cua.dk>
2964
2965 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
2966 position values.
2967
2968 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * menu-bar.el (showhide-date-time): Remove.
2971 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
2972 (menu-bar-make-mm-toggle): Simplify.
2973
2974 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2975
2976 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
2977 Accept qualified variable and function names.
2978
2979 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
2980
2981 * bindings.el (completion-ignored-extensions):
2982 Remove ".lis" for `vax-vms'.
2983
2984 2005-03-22 Andreas Schwab <schwab@suse.de>
2985
2986 * generic-x.el: Revert last change.
2987 * ldefs-boot.el: Update.
2988
2989 2005-03-22 Jay Belanger <belanger@truman.edu>
2990
2991 * calc/calc-embed (calc-embedded-original-modes): New variable.
2992 (calc-embedded-save-original-modes)
2993 (calc-embedded-restore-original-modes): New functions.
2994 (calc-do-embedded): Save original modes when entering embedded mode
2995 and restore when leaving embedded mode.
2996 (calc-embedded-modes-change): Change the value of
2997 calc-embedded-original-modes to reflect permanent changes.
2998
2999 2005-03-22 Lute Kamstra <lute@gnu.org>
3000
3001 * generic-x.el: Require generic again.
3002
3003 2005-03-22 Miles Bader <miles@gnu.org>
3004
3005 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3006 Tweak details to look good on both ttys and bitmap displays, light
3007 or dark background, etc.
3008
3009 2005-03-21 Kim F. Storm <storm@cua.dk>
3010
3011 * tooltip.el (tooltip-show-help-function): Check car and cdr of
3012 mouse position.
3013
3014 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * icomplete.el: Don't forcibly turn on the mode upon load.
3017 (icomplete-mode): Use define-minor-mode.
3018 (icomplete-eoinput): Default to nil.
3019 (icomplete-minibuffer-setup): Remove autoload.
3020 (icomplete-tidy): Simplify.
3021 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3022 in the initial state or if the user has modified the field.
3023 Fix handling of icomplete-max-delay-chars.
3024 Remove code that handles the oddball case where
3025 minibuffer-completion-table is an integer.
3026 Wrap icomplete-completions in while-no-input in case building
3027 completions takes more time than expected.
3028 (icomplete-completions): Simplify.
3029
3030 2005-03-21 Richard M. Stallman <rms@gnu.org>
3031
3032 * jka-compr.el (jka-compr-really-do-compress):
3033 Make variable buffer-local.
3034
3035 * image-mode.el: Handle .xpm files too.
3036 (image-toggle-display): Preserve modification flag.
3037
3038 * help.el (where-is): Don't mention aliases with no key bindings.
3039
3040 2005-03-21 Lute Kamstra <lute@gnu.org>
3041
3042 * generic.el: Fix commentary section. Don't require cl for compilation.
3043 (generic-mode-list): Add autoload cookie.
3044 (generic-use-find-file-hook, generic-lines-to-scan)
3045 (generic-find-file-regexp, generic-ignore-files-regexp)
3046 (generic-mode, generic-mode-find-file-hook)
3047 (generic-mode-ini-file-find-file-hook): Fix docstrings.
3048 (define-generic-mode): Make it a defmacro. Fix docstring.
3049 (generic-mode-internal): Code cleanup. Add autoload cookie.
3050 (generic-mode-set-comments): Code cleanup.
3051 * generic-x.el: Don't prevent compilation. Don't require generic.
3052 Follow coding conventions. Minor code cleanup.
3053 (etc-fstab-generic-mode): Add some keywords.
3054 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3055 define-generic-mode like a function declaration.
3056
3057 2005-03-21 Jay Belanger <belanger@truman.edu>
3058
3059 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3060 changing modes.
3061
3062 2005-03-21 Sam Steingold <sds@gnu.org>
3063
3064 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3065
3066 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
3067
3068 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
3069 Add underscore to "f$ lexicals" regexp.
3070
3071 2005-03-20 Juri Linkov <juri@jurta.org>
3072
3073 * subr.el (progress-reporter-do-update): When `min-value' is equal
3074 to `max-value', set `percentage' to 0 and prevent division by zero.
3075
3076 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
3077
3078 Sync with Tramp 2.0.48.
3079
3080 * tramp.el (all): Change all addresses to .gnu.org.
3081 (tramp-append-tramp-buffers): New defun.
3082 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
3083 Catch `dont-send' signal.
3084 (tramp-set-auto-save-file-modes): Set always permissions, because
3085 there might be an old auto-saved file belonging to another
3086 original file. This could be a security threat. Reported by
3087 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
3088 Check for Emacs 21.3.50 removed.
3089
3090 * tramp-smb.el (all): Remove debug construct for
3091 `with-parsed-tramp-file-name'.
3092 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
3093 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
3094 No error message if DIRECTORY or FILENAME doesn't exist.
3095 (tramp-smb-open-connection): Check existence of
3096 `tramp-smb-program'.
3097
3098 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3101 Properly handle the case where the `m' or `s' command's argument is not
3102 yet terminated.
3103 (perl-indent-new-calculate): New function.
3104 (perl-indent-line): Use it.
3105
3106 2005-03-20 Miles Bader <miles@gnu.org>
3107
3108 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
3109 in text-mode too. Change to new face names.
3110 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3111 Add `:weight bold' attribute.
3112 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3113
3114 2005-03-19 Juri Linkov <juri@jurta.org>
3115
3116 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
3117
3118 * international/mule.el (auto-coding-alist): Sync with
3119 `auto-mode-alist' by adding upper case archive file extensions
3120 and adding ear/war to jar extension.
3121
3122 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
3123
3124 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3125 running, restart it.
3126
3127 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
3128
3129 * finder.el (finder-current-item): Throw an error on an empty line.
3130
3131 * man.el (Man-follow-manual-reference): If current-word returns
3132 nil, use "".
3133
3134 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
3135
3136 * simple.el (goto-line): Doc fix.
3137
3138 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
3139
3140 * files.el (save-buffer): Doc fix.
3141
3142 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
3143
3144 * recentf.el (recentf-cleanup-remote): New variable.
3145 (recentf-cleanup): Use it to conditionally check availablity of
3146 remote files.
3147
3148 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
3149
3150 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3151 function names.
3152
3153 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3154
3155 * language/thai-word.el: New file.
3156
3157 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3158
3159 * files.el (backup-buffer): If the file's directory is not
3160 writable, use copy instead of move to backup the file.
3161
3162 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3163
3164 * obsolete/keyswap.el: Moved to obsolete/ from term/.
3165
3166 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3167
3168 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3169 Use functionp instead of symbolp and fboundp. Reported by Drkm
3170 <darkman_spam@yahoo.fr>.
3171 (ps-print-version): New version 6.6.6.
3172
3173 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
3174
3175 * textmodes/table.el (table--line-column-position): New idiom.
3176 (table--row-column-insertion-point-p): New function to test
3177 validity of row and column insertion operation at a location.
3178 (table-global-menu, table-cell-menu): Use above functions for
3179 deterministic test operation.
3180 (table--editable-cell-p): Behave in deterministic fashion.
3181
3182 2005-03-18 Juri Linkov <juri@jurta.org>
3183
3184 * isearch.el (isearch-lazy-highlight-new-loop):
3185 Make arguments beg and end optional.
3186 (isearch-update): Remove optional arguments nil from
3187 isearch-lazy-highlight-new-loop.
3188 (isearch-lazy-highlight-search): Let-bind case-fold-search to
3189 isearch-lazy-highlight-case-fold-search instead of
3190 isearch-case-fold-search, and let-bind isearch-regexp to
3191 isearch-lazy-highlight-regexp.
3192 Use isearch-lazy-highlight-last-string instead of isearch-string.
3193
3194 * replace.el (perform-replace): Remove bindings of global
3195 variables isearch-string, isearch-regexp, isearch-case-fold-search.
3196 Add three new arguments to `replace-highlight'.
3197 (replace-highlight): Add arguments string, regexp, case-fold.
3198 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3199 to allow isearch-lazy-highlight-new-loop to use these values
3200 to set corresponding isearch-lazy-highlight-* internal
3201 variables whose values lazy highlighting will use regardless of
3202 changes to global variables isearch-string, isearch-regexp,
3203 isearch-case-fold-search during lazy highlighting loop.
3204 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3205 to `lazy-highlight-cleanup'.
3206
3207 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3208 (ispell-highlight-face): Set default face to `isearch' when
3209 lazy highlighting is enabled.
3210 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3211 priority to 1. Add lazy highlighting.
3212 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3213 from `isearch-dehighlight'.
3214
3215 2005-03-18 David Ponce <david@dponce.com>
3216
3217 * files.el (hack-local-variables): Do a case-insensitive search
3218 for End.
3219
3220 2005-03-18 Juri Linkov <juri@jurta.org>
3221
3222 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3223 `isearch-lazy-highlight-cleanup', add alias to old name and
3224 declare obsolete. Add release numbers to other obsolete vars.
3225 (isearch-done, isearch-lazy-highlight-new-loop):
3226 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3227 (lazy-highlight-cleanup) <variable>: Doc fix.
3228 (isearch-lazy-highlight-update): Rename obsolete
3229 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3230
3231 2005-03-18 Kenichi Handa <handa@m17n.org>
3232
3233 * language/thai-util.el: Fix categorization of Thai characters in
3234 thai-category-table.
3235 (thai-composition-pattern): Adjust it for the above change.
3236 (thai-self-insert-command, thai-compose-syllable): New functions.
3237 (thai-compose-region): Use thai-compose-syllable.
3238 (thai-compose-string): Likewise.
3239 (thai-composition-function): Likewise.
3240 (thai-auto-composition): New function.
3241 (thai-auto-composition-mode): New minor mode.
3242
3243 * language/thai.el: Fix patterns to be registered in
3244 composition-function-table.
3245
3246 * international/quail.el (quail-input-method): Locally bind
3247 inhibit-modification-hooks to t.
3248
3249 2005-03-17 Richard M. Stallman <rms@gnu.org>
3250
3251 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3252 (perl-mode): Use run-mode-hooks.
3253
3254 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3255 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3256 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3257
3258 * mail/sendmail.el (sendmail-send-it): Reenable the code
3259 to compute resend-to-address and use it.
3260
3261 * tar-mode.el (tar-mode): Turn off undo unconditionally.
3262
3263 * image-mode.el: New file.
3264
3265 * image.el (insert-sliced-image): Add autoload cookie.
3266
3267 * font-lock.el (font-lock-lines-before): New user option.
3268 (font-lock-after-change-function): Obey it.
3269
3270 * bindings.el (esc-map): Make M-g a prefix.
3271 Bind M-g g and M-g M-g to goto-line.
3272
3273 * faces.el (face-id): Doc fix.
3274
3275 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3276
3277 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3278 (rmail-show-message): Use rmail-unknown-mail-followup-to.
3279 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3280
3281 * mail/sendmail.el (mail-yank-ignored-headers)
3282 (mail-font-lock-keywords, mail-mode-fill-paragraph):
3283 Add Mail-Followup-To and Mail-Reply-To headers.
3284 (mail-citation-hook): Add autoload cookie.
3285 (mail-mode): Doc fix.
3286 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3287 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3288 (mail-mode-fill-paragraph): Handle those headers.
3289 (mail-mailing-lists): New variable.
3290 (mail-mail-reply-to, mail-mail-followup-to): New functions.
3291
3292 2005-03-17 Juri Linkov <juri@jurta.org>
3293
3294 * isearch.el (isearch-fallback): Check for `(car previous)'
3295 before calling `isearch-other-end-state'.
3296
3297 2005-03-17 Kim F. Storm <storm@cua.dk>
3298
3299 * simple.el (move-beginning-of-line): Move to beginning of buffer
3300 line, as well as beginning of screen line.
3301
3302 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
3303
3304 * calendar/diary-lib.el (mark-diary-entries): Use new optional
3305 argument REDRAW rather than calendar-redrawing variable.
3306 * calendar/calendar.el (calendar-redrawing): Delete.
3307 (redraw-calendar): Do not bind calendar-redrawing.
3308
3309 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
3310
3311 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3312 diary-file buffer.
3313
3314 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * help.el (describe-mode): Allow a :minor-mode-function property to
3317 specify a different minor mode toggle function than the variable.
3318 * simple.el (auto-fill-function):
3319 * subr.el (add-minor-mode): Use it.
3320
3321 2005-03-16 Kenichi Handa <handa@m17n.org>
3322
3323 * language/ethio-util.el (sera-being-called-by-w3): New variable.
3324 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3325 (ethio-fidel-to-sera-buffer): Likewise.
3326
3327 2005-03-16 Juri Linkov <juri@jurta.org>
3328
3329 * emacs-lisp/find-func.el (find-function-regexp):
3330 Add defun-emitting macro `menu-bar-make-toggle'.
3331
3332 * isearch.el: Put `isearch-scroll' property to
3333 `split-window-horizontally'.
3334
3335 * info.el: Update error messages for `debug-ignored-errors'.
3336 (Info-isearch-search): Doc fix.
3337 (Info-find-node): Move up code to go into info buffer before
3338 recording the node to the history.
3339 (Info-fontify-node): Fontify titles only if the next line
3340 has two or more `*', `=', `-', `.'.
3341 Display "go to this node" for empty (match-string 3).
3342
3343 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3344
3345 * term/mac-win.el: Add mouse pointer shape constants.
3346
3347 2005-03-15 Kim F. Storm <storm@cua.dk>
3348
3349 * simple.el (move-beginning-of-line): Use vertical-motion.
3350
3351 2005-03-15 Juri Linkov <juri@jurta.org>
3352
3353 * isearch.el (isearch-error): New variable.
3354 (isearch-invalid-regexp, isearch-within-brackets): Remove.
3355 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3356 (isearch-within-brackets-state): Remove.
3357 (isearch-case-fold-search-state, isearch-pop-fun-state):
3358 Decrease frame index.
3359 (isearch-mode, isearch-top-state, isearch-push-state)
3360 (isearch-edit-string, isearch-abort, isearch-search-and-update)
3361 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3362 (isearch-search, isearch-lazy-highlight-new-loop):
3363 Replace `isearch-invalid-regexp' with `isearch-error'.
3364 Remove `isearch-within-brackets'.
3365 (isearch-search): Add `search-failed' handler to `condition-case'.
3366 (isearch-lazy-highlight-search): Add `condition-case' to catch
3367 errors and allow `isearch-lazy-highlight-update' to try
3368 highlighting from the beginning of the window.
3369 (isearch-repeat): Move up code to set isearch-wrapped to t
3370 before calling isearch-wrap-function.
3371
3372 * info.el (Info-isearch-initial-node): New internal variable.
3373 (Info-search): Signal an error in isearch mode when search leaves
3374 the initial node. Signal an error when `bound' is non-nil and
3375 nothing was found in the current subfile.
3376 (Info-isearch-search): Remove `condition-case'.
3377 (Info-isearch-wrap): Don't wrap when search failed during leaving
3378 the initial node. If `Info-isearch-search' is nil, wrap around
3379 the current node.
3380 (Info-isearch-start): New fun.
3381 (Info-mode): Add buffer-local hook `Info-isearch-start' to
3382 `isearch-mode-hook'.
3383
3384 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3385
3386 * simple.el (normal-erase-is-backspace): Set default to t if
3387 running on Mac.
3388
3389 * term/mac-win.el (function-key-map): Sync with x-win.el.
3390
3391 2005-03-15 Kenichi Handa <handa@m17n.org>
3392
3393 * international/mule-cmds.el (locale-language-names): Modify the
3394 format of elements and add more entries.
3395 (locale-preferred-coding-systems): Add more entries.
3396 (set-locale-environment): Adjust for the change of
3397 locale-language-names.
3398
3399 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * pcvs.el (smerge-ediff): Remove bogus autoload.
3402
3403 2005-03-14 Lute Kamstra <lute@gnu.org>
3404
3405 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3406 Ignore a `*' at the beginning of a line.
3407
3408 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3409 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3410 subr.el.
3411 (dont-compile, eval-when-compile, eval-and-compile): Use declare
3412 to specify indentation.
3413
3414 * generic.el (define-generic-mode): Let generic-mode-list be a
3415 list of strings; test membership with equal.
3416
3417 2005-03-14 Kim F. Storm <storm@cua.dk>
3418
3419 * simple.el (next-line, previous-line): Add optional try-vscroll
3420 arg to recognize interactive use. Pass it on to line-move.
3421 (line-move): Don't perform auto-window-vscroll when defining or
3422 executing keyboard macro to ensure consistent behaviour.
3423
3424 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3427
3428 2005-03-13 Lute Kamstra <lute@gnu.org>
3429
3430 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3431 debugger-setup-buffer so that backtrace marks the frames set to
3432 debug-on-exit and we don't have to do it manually. Set an extra
3433 debug-on-exit for macro's.
3434 (debugger-setup-buffer): Don't mark the top frame manually.
3435
3436 2005-03-12 Lute Kamstra <lute@gnu.org>
3437
3438 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3439 lisp-indent-function throughout.
3440 (with-no-warnings): Set lisp-indent-function property.
3441
3442 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
3443
3444 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3445 Add entry for backslash.
3446
3447 2005-03-12 Juri Linkov <juri@jurta.org>
3448
3449 * info.el (Info-search): Four fixes for backward search.
3450
3451 2005-03-11 Jay Belanger <belanger@truman.edu>
3452
3453 * calc/calc.el (calc-language-alist): New variable.
3454 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3455 (calc-embedded-find-modes): Use calc-language-alist instead of
3456 calc-embedded-language-alist.
3457
3458 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3459
3460 * calendar/calendar.el (calendar-redrawing): New internal
3461 variable.
3462 (redraw-calendar): Remove bogus save-excursion from previous
3463 change. Bind calendar-redrawing to t for mark-diary-entries.
3464 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3465 calendar if that is why we were called.
3466
3467 2005-03-11 Kenichi Handa <handa@m17n.org>
3468
3469 * international/mule.el (make-coding-system): Set property
3470 coding-system-define-form to nil.
3471 (define-coding-system-alias): Likewise.
3472
3473 2005-03-11 Kenichi Handa <handa@m17n.org>
3474
3475 These changes are suggested by Dave Love <fx@gnu.org>.
3476
3477 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3478 coding: tag.
3479 (adaptive-fill-regexp): Add more bullets.
3480 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3481 regexps.
3482
3483 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * help.el (describe-mode): Properly handle non-trivial lighters.
3486 Don't ignore minor modes that are not listed in minor-mode-list.
3487
3488 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3489 feature ON when the user requests to turn it OFF.
3490
3491 2005-03-10 Lute Kamstra <lute@gnu.org>
3492
3493 * emacs-lisp/debug.el (debug-entry-code): Delete it.
3494 (implement-debug-on-entry): New function to replace debug-entry-code.
3495 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
3496 second argument as the 2005-03-07 change makes it obsolete.
3497 (debug-on-entry, cancel-debug-on-entry): Update call to
3498 debug-on-entry-1.
3499 (debug, debugger-setup-buffer): Comment update.
3500 (debugger-frame-number): Update to work with implement-debug-on-entry.
3501
3502 2005-03-10 Jay Belanger <belanger@truman.edu>
3503
3504 * calc/calc-embed.el (math-ms-args): Declare it.
3505 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3506 math-ms-args.
3507 (calc-embedded-subst): Use math-multi-subst-rec to substitute
3508 variables.
3509
3510 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3513 Use message-box.
3514
3515 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3516 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3517 (tooltip-gud-tips): Simplify.
3518 (tooltip-gud-tips-p): Remove superflouous :set.
3519 (tooltip-gud-modes): Add fortran-mode.
3520 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3521
3522 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3523
3524 2005-03-09 Kim F. Storm <storm@cua.dk>
3525
3526 * play/animate.el (animate-place-char): Use forward-line instead
3527 of next-line to improve performance.
3528
3529 2005-03-09 Simon Josefsson <jas@extundo.com>
3530
3531 * net/browse-url.el (browse-url-default-browser): Doc fix.
3532
3533 2005-03-09 Miles Bader <miles@gnu.org>
3534
3535 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3536 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3537
3538 2005-03-09 Kenichi Handa <handa@m17n.org>
3539
3540 * international/latin-1.el: Set case and syntax for 255 only if
3541 set-case-syntax-set-multibyte is nil.
3542
3543 * textmodes/ispell.el (ispell-insert-word): New function.
3544 (ispell-word): Use ispell-insert-word to insert a new word.
3545 (ispell-process-line): Likewise.
3546 (ispell-complete-word): Likewise.
3547
3548 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
3549
3550 * calendar/calendar.el (redraw-calendar): Preserve point.
3551 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3552 (calendar-week-start-day): Move after definition of
3553 redraw-calendar. Delete buffer test, since redraw-calendar has
3554 that now.
3555
3556 * calendar/diary-lib.el (mark-diary-entries): Only call
3557 redraw-calendar in the first of any recursive calls.
3558 Reported by Alan Shutko <ats@acm.org>.
3559
3560 2005-03-08 Juri Linkov <juri@jurta.org>
3561
3562 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
3563 (html-horizontal-rule, html-line, html-image, html-checkboxes)
3564 (html-radio-buttons): Add a space before the trailing `/>' where
3565 sgml-xml-mode is non-nil.
3566 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
3567 the subsequent tag of the empty XML tag.
3568 (html-href-anchor): Don't set initial input to "http:".
3569 (html-image): Ask for the image URL and set point inside alt="".
3570 (html-name-anchor): Duplicate the name in the `id' attribute when
3571 sgml-xml-mode is non-nil.
3572 (html-paragraph): Remove \n before <p>.
3573 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
3574 instead of `checked' when sgml-xml-mode is non-nil.
3575
3576 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
3577 Remove 1 space before #RRGGBB to not truncate it on terminal
3578 windows w/o fringes. Remove 1 space between bg and fg examples
3579 to get more space.
3580 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
3581 avoid byte-compile warnings.
3582
3583 * image-file.el (image-file-handler): Put `safe-magic' property to
3584 `image-file-handler'.
3585
3586 * info.el (Info-isearch-search): Emulate word search in
3587 isearching through multiple Info nodes with Info-search.
3588 (Info-isearch-wrap): Allow isearch-word.
3589
3590 2005-03-08 Lute Kamstra <lute@gnu.org>
3591
3592 * emacs-lisp/debug.el (debugger-step-through): Make sure that
3593 stepping into the debugger's code is not possible.
3594 (debugger-jumping-flag): Docstring update.
3595
3596 2005-03-08 Jay Belanger <belanger@truman.edu>
3597
3598 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
3599 embedded mode begins.
3600 (calc-embedded-language-alist): New variable.
3601 (calc-embedded-find-modes): Use calc-embedded-language-alist to
3602 set default language mode.
3603
3604 2005-03-08 Kenichi Handa <handa@m17n.org>
3605
3606 * international/ccl.el (define-ccl-program): Fix docstring about
3607 extra 256 bytes assured for the output buffer.
3608
3609 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3610 Fix BUFFER_MAGNIFICATION to 2.
3611 (ccl-encode-mule-utf-16be-with-signature): Likewise.
3612
3613 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
3614
3615 * align.el (align-rules-list): Added an alignment rule for CSS
3616 declarations (applies to css-mode and html-mode buffers).
3617
3618 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
3621
3622 2005-03-07 Kim F. Storm <storm@cua.dk>
3623
3624 * simple.el (move-beginning-of-line): New command.
3625
3626 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
3627
3628 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
3629
3630 * emulation/cua-base.el: Put CUA move property on move-end-of-line
3631 and move-beginning-of-line.
3632
3633 * apropos.el (apropos-print): Omit command from M-x ... RET.
3634
3635 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
3636
3637 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
3638 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
3639
3640 2005-03-06 Richard M. Stallman <rms@gnu.org>
3641
3642 * bindings.el (esc-map): Bind M-g to goto-line.
3643
3644 * facemenu.el (global-map): Bind M-o, not M-g.
3645
3646 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3647
3648 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
3649 "Open Directory" as for "Open File".
3650
3651 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
3654 (push-mark-command): Run activate-mark-hook.
3655
3656 2005-03-06 Richard M. Stallman <rms@gnu.org>
3657
3658 * help-mode.el (help-mode-finish): Don't alter the element
3659 in view-return-to-alist if there already is one.
3660
3661 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
3662 make sure the current buffer is the expected one.
3663
3664 * novice.el (disabled-command-function): Output in *Disabled Command*.
3665 Explicitly ignore non-keyboard events, and explicitly handle C-g.
3666
3667 * textmodes/flyspell.el (flyspell-large-region):
3668 Pass args differently for aspell.
3669
3670 * files.el (mode-require-final-newline): Doc fix.
3671
3672 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3673
3674 * progmodes/which-func.el (which-function):
3675 Specify NOERROR when calling imenu--make-index-alist.
3676
3677 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * simple.el (normal-erase-is-backspace): Define default value.
3680
3681 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
3682 (custom-reevaluate-setting): Simple function to handle
3683 variables that are defined before their default value can really
3684 be computed.
3685
3686 * startup.el (command-line): Use it for temporary-file-directory,
3687 small-emporary-file-directory, auto-save-file-name-transforms,
3688 blink-cursor-mode, and normal-erase-is-backspace.
3689
3690 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
3691 progress, even with buggy anchored keywords.
3692
3693 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
3694
3695 * simple.el (goto-line): Remove unbalanced final parenthesis.
3696
3697 2005-03-05 Richard M. Stallman <rms@gnu.org>
3698
3699 * simple.el (goto-line): Use a number at point as the default.
3700 With C-u as arg, switch buffers.
3701
3702 2005-03-05 Juri Linkov <juri@jurta.org>
3703
3704 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
3705 with `no-blinking-cursor'.
3706
3707 * startup.el (no-blinking-cursor): New defvar.
3708 (command-line): Add `--no-blinking-cursor' to longopts.
3709 Set `no-blinking-cursor' to t for command line arguments
3710 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
3711 with `no-blinking-cursor' in the condition for calling
3712 `blink-cursor-mode'.
3713
3714 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
3715
3716 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
3717 (menu-bar-options-save): Add blink-cursor-mode.
3718 (menu-bar-options-menu): Add blink-cursor-mode.
3719
3720 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
3721
3722 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
3723 (icalendar-export-file, icalendar-export-region)
3724 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
3725 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
3726
3727 2005-03-04 Lute Kamstra <lute@gnu.org>
3728
3729 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
3730 (debug-function-list): Ditto.
3731
3732 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
3733
3734 * textmodes/texinfmt.el (texinfo-append-refill):
3735 Redefine the types of line to which @refill
3736 is not appended by replacing a search for `@refill\\|@bye' with
3737 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
3738 itemize@refill' bug and the unfilled long lines bug.
3739 (texinfmt-version): Update number and date.
3740
3741 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
3742
3743 * international/code-pages.el (windows-1250, windows-125[2-8])
3744 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
3745
3746 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
3749 bound yet.
3750
3751 2005-03-02 Romain Francoise <romain@orebokech.com>
3752
3753 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
3754 buffer after removing limits.
3755 (ibuffer-pop-filter): Ditto.
3756 Update copyright.
3757
3758 2005-03-02 Miles Bader <miles@gnu.org>
3759
3760 * button.el (make-text-button): If the user doesn't specify a
3761 type, use the default. Rewrite to use `add-text-properties' and
3762 plist functions.
3763
3764 2005-03-01 Lute Kamstra <lute@gnu.org>
3765
3766 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
3767 (debugger-jumping-flag): New var.
3768 (debug-entry-code): Use it.
3769 (debugger-jump): Use debugger-jumping-flag and add
3770 debugger-reenable to post-command-hook.
3771 (debugger-reenable): Use debugger-jumping-flag and remove itself
3772 from post-command-hook.
3773 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
3774 debugger-reenable.
3775
3776 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
3777
3778 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
3779 inclusion of "itemize\\|", which may be unnecessary, is certainly
3780 inelegant, and stops refilling in itemize lists when formatting
3781 Japanese Texinfo files to Info.
3782 Update copyright to 2005.
3783
3784 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
3785
3786 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
3787 of an error if GDB can't find the source file.
3788
3789 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3790
3791 * calendar/calendar.el (redraw-calendar): Work from any buffer,
3792 not just the calendar.
3793
3794 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
3795 first.
3796 (diary-redraw-calendar): New function.
3797 (make-diary-entry): Add diary-redraw-calendar to local
3798 write-contents-functions. Turn off selective display before
3799 inserting in diary.
3800
3801 2005-03-01 Kim F. Storm <storm@cua.dk>
3802
3803 * emacs-lisp/copyright.el (copyright-fix-years): New command.
3804
3805 2005-03-01 Lute Kamstra <lute@gnu.org>
3806
3807 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
3808 that debug-entry-code can be safely removed from a function while
3809 this code is being evaluated. Revert the 2005-02-27 change as the
3810 new implementation no longer requires it. Make sure that a
3811 function body containing just a string is not mistaken for a docstring.
3812 (debug): Skip one more frame in case of debug on entry.
3813 (debugger-setup-buffer): Delete one more frame line in case of
3814 debug on entry.
3815 (debugger-frame-number): Update to use the new text introduced by
3816 the 1999-11-03 change. Skip one more frame in case of debug on entry.
3817
3818 2005-02-28 Kim F. Storm <storm@cua.dk>
3819
3820 * double.el (double-translate-key): Call force-window-update after
3821 read-event to avoid crash in redisplay.
3822
3823 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
3826 (debug): Use it. Move the inhibit-trace earlier.
3827 (debug-entry-code): New const.
3828 (debug-on-entry-1): Use it.
3829
3830 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * international/utf-16.el (ccl-encode-mule-utf-16le):
3833 Fix BUFFER_MAGNIFICATION to 2.
3834 (ccl-encode-mule-utf-16be): Likewise.
3835
3836 2005-02-28 Kenichi Handa <handa@m17n.org>
3837
3838 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3839 Fix BUFFER_MAGNIFICATION to 4.
3840 (ccl-encode-mule-utf-16be-with-signature): Likewise.
3841
3842 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * speedbar.el (speedbar-update-flag): Doc fix.
3845 (speedbar-show-info-under-mouse): Give set-mouse-position the right
3846 argument.
3847
3848 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * reveal.el (reveal-post-command): Don't try to reveal overlays which
3851 have a non-nil `invisible' property but are actually visible.
3852
3853 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
3854 for perldoc sections.
3855 (perl-outline-regexp, perl-outline-level): New var and function.
3856 (perl-mode): Use them.
3857
3858 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
3859
3860 * calendar/diary-lib.el (diary-remind): Discard any mark portion
3861 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
3862
3863 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * cus-edit.el: Comment change.
3866 (custom-buffer-create-internal): Slightly reword text at top of
3867 Custom buffers. Mention there that saving an option edits the
3868 init file. Add link to Emacs manual node on `custom-file'.
3869 (custom-magic-alist): Rewrite individual State messages to use
3870 capitalized keywords. Doc fix.
3871
3872 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
3873
3874 * calendar/calendar.el (calendar-buffer): Move above
3875 calendar-week-start-day.
3876 (calendar-week-start-day): Doc fix. Add :set function.
3877 (calendar-minimum-window-height): New variable.
3878 (generate-calendar-window): Only resize window if selected-window
3879 is displaying the calendar buffer. Use new variable
3880 calendar-minimum-window-height.
3881 (generate-calendar): Reword error message.
3882 (calendar-mode-map): Bind DEL to scroll-other-window-down.
3883
3884 2005-02-27 Andreas Schwab <schwab@suse.de>
3885
3886 * vc.el (vc-do-command): Don't run command asynchronously when
3887 operating in a remote directory.
3888
3889 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
3890 change from sync with Tramp 2.0.47.
3891
3892 2005-02-27 Richard M. Stallman <rms@gnu.org>
3893
3894 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3895
3896 * textmodes/flyspell.el (flyspell-mode-on):
3897 Call ispell-change-dictionary only if necessary.
3898
3899 * emacs-lisp/re-builder.el (regexp-builder): New function.
3900
3901 * register.el (describe-register-1): Explicitly handle
3902 yank-excluded-properties = t.
3903
3904 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
3905 (custom-magic-alist): Change the status descriptions again.
3906 (face widget-type): Total rewrite based on `restricted-sexp'
3907 to eliminate the confusing double hiding levels.
3908
3909 * emacs-lisp/debug.el (debug-on-entry-1):
3910 If function body is empty, add nil as body form.
3911
3912 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * emacs-lisp/trace.el (inhibit-trace): New var.
3915 (trace-make-advice): Use it.
3916
3917 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
3918
3919 2005-02-26 Kim F. Storm <storm@cua.dk>
3920
3921 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
3922 (mouse-on-link-p, mouse-drag-region-1): Use it.
3923
3924 2005-02-25 Lute Kamstra <lute@gnu.org>
3925
3926 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
3927
3928 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
3929
3930 * frame.el (blink-cursor-mode): Add :group keyword.
3931
3932 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
3933
3934 * calendar/icalendar.el (icalendar--decode-isodatetime):
3935 New optional argument DAY-SHIFT.
3936 (icalendar-export-region): Fix coding-system-for-write.
3937 (icalendar--convert-ical-to-diary): Shift end-day of all-day
3938 events by one.
3939
3940 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
3943
3944 2005-02-24 Kim F. Storm <storm@cua.dk>
3945
3946 * international/iso-acc.el (iso-accents-compose): Fix crash
3947 during redisplay. Call force-window-update after read-event
3948 and delete-region to signal that window is not accurate.
3949
3950 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
3953 Remove unused and inexistent var `inhibit-trace'.
3954 (debugger-mode): Use run-mode-hooks.
3955 (debugger-list-functions): Add buttons; setup xref stack.
3956
3957 2005-02-23 Richard M. Stallman <rms@gnu.org>
3958
3959 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
3960 appointment says it was explicitly made.
3961 (appt-add): Set the 3rd element.
3962 (appt-make-list): Preserve explicit appointments.
3963
3964 * subr.el (find-tag-default): Catch errors in forward-sexp.
3965
3966 2005-02-23 Juri Linkov <juri@jurta.org>
3967
3968 * info.el (Info-isearch-search): New defcustom.
3969 (Info-isearch-search): Call the default isearch function
3970 when Info-isearch-search is nil.
3971 (Info-isearch-wrap): Use variable Info-isearch-search.
3972
3973 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
3974
3975 * cus-edit.el: Comment change.
3976
3977 2005-02-22 Kim F. Storm <storm@cua.dk>
3978
3979 * progmodes/hideif.el (hide-ifdef-use-define-alist):
3980 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
3981
3982 2005-02-22 Simon Josefsson <jas@extundo.com>
3983
3984 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
3985 New variable.
3986 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
3987 Oskarsson" <myrkraverk@users.sourceforget.net>.
3988
3989 2005-02-22 Kim F. Storm <storm@cua.dk>
3990
3991 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
3992 check that window of that event is the selected window.
3993 (mouse-drag-region-1): Compare mouse event window to selected
3994 window before setting point.
3995
3996 * tooltip.el (tooltip-show-help-function): Pass event to
3997 mouse-on-link-p so it can check selected window.
3998
3999 2005-02-22 Kenichi Handa <handa@m17n.org>
4000
4001 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4002 (ps-mule-show-warning): New function.
4003 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4004 characters are found.
4005
4006 * ps-print.el (ps-header-footer-string): Return a list of header
4007 and footer strings.
4008
4009 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4010
4011 * pcvs.el (cvs-retrieve-revision): Fix thinko.
4012
4013 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * frame.el (blink-cursor-mode): Use define-minor-mode.
4016
4017 * term/mac-win.el (function-key-map): Use char-names more consistently.
4018 (file-name-coding-system): Only set it for MacOS-9. The other case is
4019 already handled in mule-cmds.el (where it also works when mac-win.el
4020 is not used).
4021
4022 2005-02-21 Kenichi Handa <handa@m17n.org>
4023
4024 * international/mule.el (ctext-pre-write-conversion): Always use
4025 " *code-converting-work*" buffer for work.
4026
4027 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4028
4029 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
4030
4031 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4032
4033 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
4034
4035 * ses.el (undo-more): Restore defadvice, but only the part that
4036 allows changes outside the restricted area of the buffer.
4037
4038 2005-02-20 Kim F. Storm <storm@cua.dk>
4039
4040 * simple.el (line-move): Add fourth optional arg try-vscroll which
4041 must be set to perform auto-window-vscroll.
4042 When moving backwards and doing auto-window-vscroll, automatically
4043 vscroll to the last part of lines which are taller than the window.
4044 (next-line, previous-line): Set try-vscroll arg on line-move.
4045
4046 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4047
4048 * replace.el (query-replace, query-replace-regexp)
4049 (replace-string, replace-regexp): When operating on region, make
4050 the minibuffer prompt say so.
4051
4052 * isearch.el (isearch-forward): Document isearch-query-replace and
4053 isearch-query-replace-regexp keybindings.
4054
4055 2005-02-19 Jay Belanger <belanger@truman.edu>
4056
4057 * calc/calc-aent.el (math-read-token): Add local variable.
4058
4059 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4060 (calc-edit-top): Move declaration to earlier in file.
4061 (calc-edit-macro-repeats): Add local variables.
4062
4063 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4064 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4065 calcFunc-tanh.
4066 Adjust integration rule for calcFunc-tan.
4067
4068 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4069
4070 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
4071 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
4072 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
4073 (viper-skip-separators): Bug fix.
4074 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
4075 particular major mode.
4076 (viper-del-backward-char-in-replace): Don't put deleted char on the
4077 kill ring.
4078
4079 * viper-ex.el (viper-color-display-p): New function.
4080 (viper-has-face-support-p): Use viper-color-display-p.
4081
4082 * viper-keym.el (viper-gnus-modifier-map): New keymap.
4083
4084 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
4085
4086 * viper-util.el (viper-glob-unix-files): Fix shell status check.
4087 (viper-file-remote-p): Make equivalent to file-remote-p.
4088
4089 * viper.el (viper-major-mode-modifier-list):
4090 Use viper-gnus-modifier-map.
4091
4092 2005-02-19 David Kastrup <dak@gnu.org>
4093
4094 * subr.el (subregexp-context-p): Fix garbled doc string by adding
4095 quoting.
4096
4097 2005-02-19 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
4100 Remove extra definitions.
4101 (calc-coth): New function.
4102 (calcFunc-cot): Fix `let'.
4103
4104 2005-02-19 Eli Zaretskii <eliz@gnu.org>
4105
4106 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
4107 the reasons we use "type pc" in these faces.
4108
4109 * button.el (button): Ditto.
4110
4111 2005-02-19 Michael Mauger <mmaug@yahoo.com>
4112
4113 * replace.el (query-replace-read-from): Set the value of
4114 query-replace-from-history-variable to handle the case of an empty
4115 string entered to accept the suggested default.
4116
4117 * net/tramp.el (tramp-file-name-for-operation):
4118 Use dired-call-process instead of dired-call-process-command.
4119
4120 2005-02-19 Jay Belanger <belanger@truman.edu>
4121
4122 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4123 (math-div-non-trig): New variables.
4124 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4125 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4126 (math-combine-prod, math-div-symb-fancy): Add simplifications for
4127 trig expressions.
4128
4129 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * progmodes/gdb-ui.el (gdb-var-update-handler)
4132 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4133 for watch expressions,
4134 (gdb-var-create-handler): Don't set speedbar-update-flag.
4135 (gdb-post-prompt): Simplify test for speedbar.
4136
4137 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4138
4139 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4140 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4141 we use the syntax table of the correct buffer.
4142 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4143 Felix Gatzemeier.
4144
4145 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4146 (ediff-file-remote-p): Make synonymous with file-remote-p.
4147 In all deffaces ediff-*-face-*, use min-colors.
4148
4149 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4150 ediff-recurse-to-subdirectories.
4151 (ediff-mark-if-equal): Check that the arguments are strings, use
4152 ediff-same-contents (after to Felix Gatzemeier).
4153
4154 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4155 nil.
4156
4157 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * log-view.el (log-view-message-re): Fix up Subversion regexp.
4160
4161 2005-02-18 David Kastrup <dak@gnu.org>
4162
4163 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4164 use `mark-active' when defined.
4165
4166 2005-02-18 Kenichi Handa <handa@m17n.org>
4167
4168 * ps-print.el (ps-font-info-database): New entry
4169 ZapfChancery-MediumItalic with correct font name. Fix font name
4170 of the entry Zapf-Chancery-MediumItalic.
4171
4172 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4175
4176 2005-02-16 Kim F. Storm <storm@cua.dk>
4177
4178 * ido.el (ido-fallback-command): Pass user input to fallback command.
4179
4180 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4183 (gdb-find-file-hook): Add server prefix.
4184
4185 2005-02-16 Richard M. Stallman <rms@gnu.org>
4186
4187 * replace.el (perform-replace): Pass new args to replace-highlight.
4188 (replace-highlight): Take region args,
4189 and pass them to isearch-lazy-highlight-new-loop.
4190
4191 * novice.el (disabled-command-hook): Autoload the defalias
4192 and the make-obsolete-variable call.
4193
4194 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4195
4196 * isearch.el (isearch-lazy-highlight-start-limit)
4197 (isearch-lazy-highlight-end-limit): New variables limit
4198 the region for highlighting.
4199 (isearch-lazy-highlight-new-loop): New args BEG and END.
4200 (isearch-lazy-highlight-search): Use the new vars.
4201 (isearch-lazy-highlight-update): Likewise.
4202
4203 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4204
4205 * cus-start.el (all): Use default-boundp.
4206
4207 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
4208
4209 * menu-bar.el (menu-bar-select-frame): Handle current frame.
4210
4211 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
4212
4213 * autorevert.el (auto-revert-stop-on-user-input)
4214 (auto-revert-verbose): Doc fixes.
4215
4216 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
4217
4218 * international/mule-cmds.el (set-locale-environment): Remove call
4219 to set-selection-coding-system on Windows.
4220
4221 2005-02-15 Jay Belanger <belanger@truman.edu>
4222
4223 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4224 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4225 calcFunc-coth.
4226 (math-simplify-sqrt): Add simplifications.
4227
4228 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4229 to list.
4230
4231 * calc/calc-ext.el: Add functions to autoloads.
4232
4233 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4234 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4235 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4236 (math-csc-raw, math-cot-raw): New functions.
4237
4238 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4239
4240 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4241 the variable name in a message.
4242
4243 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4244 calcFunc-csc, calcFunc-cot.
4245
4246 * calc/calcalg2.el: Add derivative and integration rules for
4247 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4248 calcFunc-csch, calcFunc-coth.
4249 (math-do-integral-methods): Add to checks for when to use
4250 substitutions.
4251
4252 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4253
4254 2005-02-15 Lute Kamstra <lute@gnu.org>
4255
4256 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4257 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
4258 <monnier@iro.umontreal.ca>
4259 (lisp-outline-level): Improve efficiency. Suggested by David
4260 Kastrup <dak@gnu.org>.
4261
4262 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4265 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4266 (gdb-set-gud-minor-mode-existing-buffers): New functions.
4267 (gdb-find-file-hook): New hook. Add it to find-file-hook.
4268 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4269
4270 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
4271
4272 * cus-start.el (all): Comment change.
4273
4274 2005-02-14 Lute Kamstra <lute@gnu.org>
4275
4276 * cus-start.el (all): Check if symbol is void.
4277
4278 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
4279
4280 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4281 optional argument to \cite.
4282
4283 2005-02-14 Richard M. Stallman <rms@gnu.org>
4284
4285 * cus-edit.el (custom-buffer-create-internal): Update help message.
4286 (custom-magic-alist): Update help messages.
4287
4288 * cus-start.el (all): Allow a var to specify a standard value.
4289
4290 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
4291
4292 * custom.el (custom-theme-set-variables): Handle variable aliases.
4293
4294 * frame.el (blink-cursor-timer): Doc fix.
4295 (blink-cursor): Make it an alias for `blink-cursor-mode' and
4296 declare obsolete.
4297 (blink-cursor-mode): Define with defcustom and use correct
4298 standard expression in that defcustom.
4299 * startup.el (command-line): Adapt to above changes in frame.el.
4300
4301 2005-02-11 Lute Kamstra <lute@gnu.org>
4302
4303 * apropos.el (apropos-score-doc): Prevent division by zero.
4304
4305 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
4306
4307 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4308 (icalendar--get-event-property-attributes)
4309 (icalendar--get-event-properties)
4310 (icalendar--datetime-to-diary-date): New functions.
4311 (icalendar--split-value): Doc fix.
4312 (icalendar--datetime-to-noneuropean-date)
4313 (icalendar--datetime-to-european-date): New optional argument
4314 SEPARATOR. Return result as a string instead of a list.
4315 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4316 (icalendar--convert-string-for-export): Rename arg S to STRING.
4317 (icalendar-export-region): Doc fix. Change name of error buffer.
4318 Save output buffer.
4319 (icalendar-import-file): Add blank at end of prompt.
4320 (icalendar-import-buffer): Doc fix. Do not switch to error
4321 buffer. Indicate status in return value.
4322 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
4323 buffer. Save output buffer. Handle exception from recurrence
4324 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
4325 events. Fix problems with weekly all-day events.
4326
4327 2005-02-10 Richard M. Stallman <rms@gnu.org>
4328
4329 * simple.el (eval-expression-print-format):
4330 Avoid warning about edebug-active.
4331
4332 * help.el (help-for-help-internal): Rename from help-for-help.
4333 (help-for-help): Define with defalias.
4334
4335 * font-core.el (font-lock-default-function): Use with-no-warnings.
4336
4337 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4338
4339 * custom.el (defface): Doc fix.
4340
4341 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
4342
4343 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4344 width 0" to prevent word wrapping problems.
4345
4346 2005-02-09 Kim F. Storm <storm@cua.dk>
4347
4348 * ido.el (ido-file-extensions-order): New defcustom.
4349 (ido-file-extension-lessp, ido-file-extension-aux)
4350 (ido-file-extension-order): New advanced file ordering.
4351 (ido-file-lessp): New simple file ordering.
4352 (ido-sort-list): Remove.
4353 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4354 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4355
4356 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
4357
4358 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4359 that some versions of grep produce.
4360 (grep-mode-font-lock-keywords): Likewise.
4361
4362 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * progmodes/gdb-ui.el (gdb-location-list): New variable.
4365 (gdb-cdir): Delete.
4366 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4367 (gdb-source-info): Treat case when source file is in another
4368 directory properly.
4369 (gdb-get-location): New function.
4370
4371 2005-02-07 Jay Belanger <belanger@truman.edu>
4372
4373 * calc/calc-prog.el (calc-write-parse-table-part)
4374 (calc-fix-token-name): Fix a check for language type.
4375
4376 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4377
4378 2005-02-07 Andre Spiegel <spiegel@gnu.org>
4379
4380 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4381 as directory not writable.
4382
4383 2005-02-07 Kim F. Storm <storm@cua.dk>
4384
4385 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4386 (cua--standard-movement-commands): Remove list.
4387 Instead, set CUA property value to move for movement commands.
4388 (cua-movement-commands): Remove. Users must set CUA prop instead.
4389 (cua--pre-command-handler): Check CUA property.
4390 (cua--init-keymaps): Don't remap undo commands.
4391 (cua-mode): Don't call cua--rectangle-on-off.
4392
4393 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4394 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4395 (cua--rect-undo-set-point): New var.
4396 (cua--rectangle-undo-boundary): Setup undo apply entry.
4397 (cua--rect-undo-handler): New function for rectangle undo.
4398 (cua--rect-start-position, cua--rect-end-position): Add.
4399 (cua--rectangle-post-command): Call cua--rectangle-set-corners
4400 for restored rectangle. Set point if cua--rect-undo-set-point.
4401
4402 2005-02-06 Jay Belanger <belanger@truman.edu>
4403
4404 * calc/calc-lang.el (calc-tex-language): Display more information
4405 in messages.
4406
4407 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4408 in TeX mode.
4409
4410 2005-02-06 Richard M. Stallman <rms@gnu.org>
4411
4412 * emacs-lisp/lisp.el (buffer-end): Doc fix.
4413
4414 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
4415
4416 * net/ldap.el (ldap-search-internal): Support attributes with
4417 optional descriptions separated by a semi-colon, as in
4418 "userCertificate;binary".
4419
4420 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4421
4422 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4423 isn't a cons (i.e. the version is 0).
4424
4425 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4426
4427 * help.el (help-for-help): Doc fix.
4428
4429 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
4430
4431 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4432 GDB-Windows on the menu-bar as this works better.
4433
4434 2005-02-04 Jay Belanger <belanger@truman.edu>
4435
4436 * calc/calc-embed.el (calc-embedded-update): Don't put in
4437 unnecessary newlines. Adjust the end of formula marker.
4438
4439 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4440 (math-latex-parse-two-args): New function.
4441
4442 2005-02-03 Lute Kamstra <lute@gnu.org>
4443
4444 * help-fns.el (help-with-tutorial): Make sure that users cannot
4445 remove the entire text of the tutorial by means of `undo'.
4446
4447 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4450 in recent changes, where the ispell process was repeatedly
4451 killed & restarted.
4452
4453 * international/mule-cmds.el (set-locale-environment): Set file-name
4454 coding system to utf-8 on Darwin systems.
4455 (set-default-coding-systems): Don't set default-file-name-coding-system
4456 on Darwin systems.
4457
4458 2005-02-03 Richard M. Stallman <rms@gnu.org>
4459
4460 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4461
4462 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
4463
4464 * faces.el (list-faces-display): Add optional argument.
4465
4466 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * font-core.el (font-lock-default-function): Handle the rare case where
4469 only font-lock-keywords is set.
4470
4471 2005-02-02 Kenichi Handa <handa@m17n.org>
4472
4473 * international/characters.el: Cancel previous change for
4474 I-WITH-DOT-ABOVE and DOTLESS-i.
4475
4476 * international/latin-5.el: Cancel previous change.
4477
4478 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * progmodes/gud.el: Correction to syntax in gud-menu-map.
4481
4482 2005-02-02 Kenichi Handa <handa@m17n.org>
4483
4484 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4485 DOTLESS-i.
4486
4487 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4488 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4489
4490 * case-table.el (get-upcase-table): New function.
4491 (copy-case-table): Copy upcaes table too if non-nil.
4492 (set-case-syntax-delims): Maintain upcase table too.
4493 (set-case-syntax-pair): Likewise.
4494 (set-upcase-syntax, set-downcase-syntax): New functions.
4495 (set-case-syntax): Maintain upcase table too.
4496
4497 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4498
4499 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4500
4501 * progmodes/gud.el (gud-goto-info): New function.
4502 (gud-tool-bar-map): Use correct icon.
4503
4504 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4505
4506 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4507 When delegating, order args in the funcall correctly.
4508
4509 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4510
4511 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4512
4513 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
4514
4515 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4516 buffer not visiting a file.
4517
4518 2005-01-31 Jay Belanger <belanger@truman.edu>
4519
4520 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4521 bound on the line with the formula.
4522
4523 2005-01-31 Kim F. Storm <storm@cua.dk>
4524
4525 * ses.el (ses-create-cell-variable-range)
4526 (ses-destroy-cell-variable-range, ses-reset-header-string)
4527 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4528 (ses-insert-row): Fix format of apply undo entries.
4529
4530 2005-01-31 Jay Belanger <belanger@truman.edu>
4531
4532 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4533 parts.
4534
4535 * calc/calc-embed.el (calc-embedded-open-formula)
4536 (calc-embedded-close-formula): Ignore matrix environments.
4537
4538 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4539 TeX mode.
4540
4541 * calc/calc-lang.el (math-function-table, math-oper-table)
4542 (math-variable-table): Adjust the LaTeX portions.
4543
4544 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4545 (math-latex-ignore-words): New constant.
4546
4547 2005-01-31 Richard M. Stallman <rms@gnu.org>
4548
4549 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4550 (ispell-local-dictionary): Doc fix.
4551 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
4552 Don't reinitialize at run time. Don't defcustom.
4553 All uses changed to append ispell-local-dictionary-alist,
4554 or check it first.
4555 (ispell-current-dictionary): New variable for dictionary in use.
4556 (ispell-dictionary): Now used only for global default.
4557 (ispell-start-process): Set ispell-current-dictionary,
4558 not ispell-dictionary.
4559 (ispell-change-dictionary): Use this only for setting
4560 user preferences.
4561 (ispell-internal-change-dictionary): New function
4562 to change the current dictionary in use.
4563 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
4564 Use ispell-current-dictionary.
4565 Handle ispell-local-dictionary-overridden.
4566 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
4567
4568 2005-01-31 Jay Belanger <belanger@truman.edu>
4569
4570 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
4571
4572 * calc/calc-ext.el: Add calc-latex-language to autoloads.
4573 (calc-mode-map): Add calc-latex-language.
4574
4575 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
4576 (math-latex-print-frac): New functions.
4577 (math-oper-table, math-function-table, math-variable-table)
4578 (math-complex-format, math-input-filter): Add latex properties.
4579 (calc-set-language): Set math-expr-special-function-mapping.
4580
4581 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
4582 (calc-write-parse-table-part): Add LaTeX support.
4583
4584 * calc/calc.el (calc-language): Adjust docstring.
4585 (calc-set-mode-line): Add LaTeX support.
4586 (math-expr-special-function-mapping): New variable.
4587 (math-tex-ignore-words): Add to list.
4588
4589 * calc/calccomp.el (math-compose-expr, math-compose-rows):
4590 Add LaTeX support.
4591 (math-compose-expr): Add support for special functions.
4592
4593 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
4594
4595 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * progmodes/gdb-ui.el (gdb-memory-address)
4598 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
4599 (gdb-memory-mode-map, gdb-memory-format-keymap)
4600 (gdb-memory-format-menu, gdb-memory-unit-keymap)
4601 (gdb-memory-unit-menu): New variables for a buffer
4602 that lets the user examine program memory.
4603 (gdb-memory-set-address, gdb-memory-set-repeat-count)
4604 (gdb-memory-format-binary, gdb-memory-format-octal)
4605 (gdb-memory-format-unsigned, gdb-memory-format-signed)
4606 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
4607 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
4608 (gdb-memory-unit-word, gdb-memory-unit-halfword)
4609 (gdb-memory-unit-byte, gdb-memory-unit-menu)
4610 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
4611 (gdb-memory-mode, gdb-memory-buffer-name)
4612 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
4613 New functions for above buffer.
4614
4615 2005-01-30 Richard M. Stallman <rms@gnu.org>
4616
4617 * cus-edit.el (custom-bury-buffer): Function deleted.
4618 (custom-buffer-done-function): Option deleted.
4619 (custom-buffer-done-kill): New (replacement option.
4620 (Custom-buffer-done): Call quit-window.
4621 (custom-buffer-create-internal): Update for above changes.
4622
4623 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
4624
4625 * simple.el (undo-ask-before-discard): New var.
4626 (undo-outer-limit-truncate): Implement it.
4627 (undo-extra-outer-limit): Doc update.
4628
4629 2005-01-29 Richard M. Stallman <rms@gnu.org>
4630
4631 * ses.el (undo-more): Delete defadvice.
4632 (ses-begin-change): Doc fix.
4633
4634 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
4635 instead of rebinding C-x u and C-_.
4636
4637 * files.el (normal-backup-enable-predicate): Return nil for files
4638 in /tmp, regardless of temporary-file-directory.
4639
4640 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
4641
4642 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
4643 (open-rectangle, delete-whitespace-rectangle-line)
4644 (clear-rectangle-line): If FILL, pass t instead of FILL
4645 for move-to-column's 2nd arg.
4646
4647 * simple.el (undo): Fix the test for continuing a series of undos.
4648 (undo-more): Set pending-undo-list to t when we reach end.
4649 (pending-undo-list): Move up defvar.
4650
4651 * wid-edit.el (widget-button-click):
4652 Shorten the range of the track-mouse binding.
4653
4654 * comint.el (comint-insert-input): Undo previous changes;
4655 use last-input-event in interactive spec.
4656
4657 2005-01-29 Eli Zaretskii <eliz@gnu.org>
4658
4659 * progmodes/compile.el (compilation-start): Bind buffer-read-only
4660 to nil before invoking call-process. Reset buffer's modified flag
4661 after fontifying it in the no-async branch.
4662
4663 * wid-edit.el (widget-specify-button): If mouse pointer shape
4664 cannot be changed, use mouse face instead.
4665
4666 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
4667
4668 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4669 (gdb-goto-breakpoint): Make breakpoint handling work on template
4670 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
4671 (gdb-assembler-custom): Update to recognise breakpoint information
4672 added on 2005-01-19.
4673
4674 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
4677 (dsssl-mode): Use define-derived-mode.
4678 (scheme-mode-initialize): Remove.
4679 (scheme-mode): Use run-mode-hooks.
4680
4681 * cus-edit.el (customize-group-other-window)
4682 (custom-buffer-create-other-window): Don't override special-display-*.
4683 (custom-mode-map): Make it dense.
4684
4685 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
4686 sets the default value.
4687
4688 2005-01-28 Eli Zaretskii <eliz@gnu.org>
4689
4690 * descr-text.el: Add more keywords.
4691
4692 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * speedbar.el: Avoid unnecessary use of locate-library.
4695
4696 * international/mule-cmds.el (standard-display-european-internal):
4697 Don't fiddle with latin-1 non-break space any more since it's now
4698 special cased in the C code.
4699 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
4700
4701 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
4702
4703 * cus-start.el (all): Add `undo-outer-limit'.
4704
4705 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4706
4707 * textmodes/bibtex.el (bibtex-format-entry):
4708 Use `bibtex-empty-field-re' only on the text of fields, not on entire
4709 field lines.
4710 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
4711 not on part of a buffer.
4712
4713 2005-01-25 Lute Kamstra <lute@gnu.org>
4714
4715 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
4716 nonempty field text strings like "{letters\\macro{}more letters}".
4717 Clarify docstring.
4718 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
4719 (bibtex-entry-offset, bibtex-parse-association)
4720 (bibtex-parse-field-name): Fix typos in docstrings.
4721 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
4722
4723 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
4724
4725 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
4726 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
4727 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
4728 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
4729
4730 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
4731 isearch minor mode.
4732
4733 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
4734
4735 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
4736
4737 2005-01-24 Lute Kamstra <lute@gnu.org>
4738
4739 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
4740 CASECHARS and NOT-CASECHARS regular expressions of the
4741 "nederlands" and "nederlands8" dictionaries to prevent a "Range
4742 striding over charsets" error.
4743
4744 2005-01-24 Jay Belanger <belanger@truman.edu>
4745
4746 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
4747 display variable name.
4748
4749 2005-01-24 Kenichi Handa <handa@m17n.org>
4750
4751 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
4752 Fix setting of the element of encoded-kbd-iso2022-invocations.
4753
4754 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
4755
4756 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4757 (gdb-threads-select): Change to also accept mouse events.
4758 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
4759 (gdb-threads-mouse-select): Delete.
4760
4761 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * files.el (insert-directory): Take care of empty directory,
4764 listed without -a switch.
4765
4766 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * textmodes/refill.el (refill-post-command-function):
4769 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
4770 to the list of functions that we should be careful not to undo.
4771 (refill-late-fill-paragraph-function): Remove.
4772 (refill-saved-state): New var.
4773 (refill-mode): Use it to save fill-paragraph-function.
4774 Save also the value of auto-fill-function.
4775
4776 * term/w32-win.el: Simplify code.
4777
4778 2005-01-23 Kim F. Storm <storm@cua.dk>
4779
4780 * simple.el (line-move): Adapt to new return value from
4781 pos-visible-in-window-p.
4782
4783 * simple.el (line-move): Fix last change. Check partial
4784 visibility at point rather than at window-start.
4785
4786 2005-01-22 Jason Rumney <jasonr@gnu.org>
4787
4788 * term/w32-win.el (xw-defined-colors): Remove debug-message.
4789
4790 2005-01-22 David Kastrup <dak@gnu.org>
4791
4792 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
4793
4794 2005-01-22 Eli Zaretskii <eliz@gnu.org>
4795
4796 * type-break.el (type-break-mode): Add a test for
4797 type-break-file-name being non-nil.
4798
4799 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4800
4801 * net/eudc.el (top level): Call (message "") via progn, so that
4802 eudc-options-file is loaded.
4803
4804 2005-01-22 Kim F. Storm <storm@cua.dk>
4805
4806 * simple.el (line-move-1): Rename from line-move.
4807 (line-move): New function that adjusts vscroll for partially
4808 visible rows, and calls line-move-1 otherwise.
4809
4810 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
4811
4812 * pcomplete.el: define pcomplete-read-event instead of read-event,
4813 since it's not a complete read-event implementation
4814
4815 2005-01-20 Jay Belanger <belanger@truman.edu>
4816
4817 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
4818 for called function.
4819
4820 2005-01-20 Steven Tamm <steventamm@mac.com>
4821
4822 * term/mac-win.el (process-connection-type): Remove.
4823 Controlled now by s/darwin.h:PTY_ITERATION.
4824
4825 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * window.el (handle-select-window): Don't switch window when we're
4828 in the minibuffer.
4829
4830 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
4831
4832 * subr.el (dotimes-with-progress-reporter): New macro.
4833
4834 * ses.el (ses-dotimes-msg): Remove macro.
4835 Use `dotimes-with-progress-reporter' instead.
4836
4837 2005-01-19 Steven Tamm <steventamm@mac.com>
4838
4839 * term/mac-win.el (process-connection-type): Use new
4840 operating-system-release variable to use ptys on Darwin 7 (OSX
4841 10.3) when using carbon build.
4842
4843 2005-01-19 Jay Belanger <belanger@truman.edu>
4844
4845 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
4846 flags if the last command was a tab or M-tab.
4847
4848 * calc/calc-prog.el (calc-user-define-edit): Put original formula
4849 in formula editing buffer.
4850
4851 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
4852
4853 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
4854 breakpoint image symbol in margin.
4855
4856 2005-01-19 Jay Belanger <belanger@truman.edu>
4857
4858 * calc/calc-prog.el (calc-execute-kbd-macro):
4859 Ignore calc-keep-arg-flag.
4860
4861 2005-01-19 Kenichi Handa <handa@m17n.org>
4862
4863 * textmodes/ispell.el (ispell-looking-at): New function.
4864 (ispell-process-line): Use ispell-looking-at to compare the ispell
4865 output and the buffer contents.
4866
4867 2005-01-18 Jay Belanger <belanger@truman.edu>
4868
4869 * calc/calc.el (calc-display-raw): Fix docstring.
4870
4871 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * simple.el (blink-matching-open): Strip extra info from syntax.
4874
4875 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
4876 funny chars in the end-of-here-doc marker.
4877
4878 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
4879
4880 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
4881 that enable/disabled state of breakpoints is shown correctly in
4882 fringe and on ttys.
4883 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
4884 Add breakpoint information as text properties.
4885 (gdb-mouse-toggle-breakpoint):
4886 Rename to gdb-mouse-set-clear-breakpoint.
4887 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
4888 breakpoints in the margin.
4889 (gdb-remove-strings): Simplify.
4890
4891 2005-01-17 Jay Belanger <belanger@truman.edu>
4892
4893 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
4894 erasing buffer.
4895
4896 2005-01-17 Richard M. Stallman <rms@gnu.org>
4897
4898 * progmodes/grep.el (grep-find): Copy from `grep' the condition
4899 for calling grep-compute-defaults.
4900
4901 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
4902 if buffer is empty.
4903
4904 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
4905
4906 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * hilit-chg.el (highlight-changes-mode): Don't autoload.
4909
4910 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
4911 non-preloaded variables.
4912
4913 2005-01-17 Steven Tamm <steventamm@mac.com>
4914
4915 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
4916 tex-shell cause to force interactivity when using pipes.
4917
4918 2005-01-17 Kim F. Storm <storm@cua.dk>
4919
4920 * simple.el (just-one-space): Make arg optional.
4921
4922 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
4925 posn-at-x-y to t to access left-margin.
4926
4927 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
4928
4929 Sync with Tramp 2.0.47.
4930
4931 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
4932 catching keep-date problems in cp/scp operations.
4933 (tramp-handle-copy-file): Don't call `set-file-modes'
4934 unconditionally. Specialized functions should know better what is
4935 necessary. This improves performance a little bit, and the
4936 functions could catch errors with `cp -p' and `scp -p'.
4937 (tramp-do-copy-or-rename-file-via-buffer)
4938 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
4939 when appropriate.
4940 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
4941 Call `set-file-modes' when appropriate.
4942 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
4943 Johnsson <isak@hypergene.com>
4944 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
4945 of both Tramp buffer and debug buffer. Reported by Joakim Verona
4946 <joakim@verona.se>
4947 (tramp-file-name-for-operation): Mark `shell-command' as magic for
4948 Emacs only.
4949
4950 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
4951 `find-file-hooks' and `dired-mode-hook'.
4952 (tramp-minor-mode-map): Respective map. Add remapping for
4953 `compile' and `recompile'.
4954 (tramp-remap-command, tramp-recompile): New defuns.
4955 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
4956 in buffer "*Compilation*". Call the commands asynchronously.
4957
4958 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
4959 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
4960 `shell-command', because it isn't magic in XEmacs. Reported by
4961 Adrian Aichner <adrian@xemacs.org>.
4962
4963 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4964 `substitute-in-file-name.
4965 (tramp-smb-handle-substitute-in-file-name): New defun.
4966 (tramp-smb-advice-PC-do-completion): Delete advice.
4967
4968 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
4969
4970 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
4971 Fix error in deleting region.
4972
4973 2005-01-15 Richard M. Stallman <rms@gnu.org>
4974
4975 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
4976 In non-temp buffer, switch syntax table temporarily.
4977
4978 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
4979
4980 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
4981
4982 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
4983
4984 * imenu.el (imenu--split-menu): Copy menulist before sorting.
4985 (imenu--generic-function): Use START, not BEG, as pos of definition.
4986
4987 * simple.el (just-one-space): Argument specifies number of spaces.
4988
4989 * simple.el (eval-expression-print-format): Avoid warning
4990 about edebug-active.
4991
4992 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
4993
4994 * progmodes/sh-script.el: Code copied from make-mode.el
4995 with small changes,
4996 (sh-mode-map): Bind C-c C-\.
4997 (sh-backslash-column, sh-backslash-align): New variables.
4998 (sh-backslash-region, sh-append-backslash): New functions.
4999
5000 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5001
5002 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5003 (rmail-pop-password, rmail-pop-password-required): Move to
5004 rmail-obsolete group.
5005 (rmail-set-pop-password): Rename to rmail-set-remote-password.
5006 All callers updated.
5007 (rmail-get-pop-password): Rename to rmail-get-remote-password.
5008 Take an argument specifying whether it is POP or IMAP mailbox we
5009 are using. All callers updated.
5010 (rmail-pop-password-error): Rename to
5011 rmail-remote-password-error. Added mailutils-specific error message.
5012 (rmail-movemail-search-path)
5013 (rmail-movemail-variant-in-use): New variables.
5014 (rmail-remote-password, rmail-remote-password-required):
5015 New customization variables.
5016 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5017 (rmail-parse-url): New function.
5018 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5019 with GNU mailutils movemail.
5020
5021 2005-01-15 Kevin Ryde <user42@zip.com.au>
5022
5023 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5024 suffix to space, $ or '$, to correctly position point when going
5025 to @table style constants like DBL_MAX.
5026
5027 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
5028
5029 * type-break.el (type-break-mode, type-break-file-time)
5030 (type-break-file-keystroke-count, type-break-choose-file):
5031 Don't store data in or load data from the file if type-break-file-name
5032 is nil.
5033 (type-break-file-name): Doc update as per the above.
5034
5035 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
5036
5037 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5038 lookup-key might return nil; handle that.
5039
5040 2005-01-15 Alan Mackenzie <acm@muc.de>
5041
5042 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5043 rather than the element found, thus enabling the tree to be setcar'd.
5044
5045 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5046
5047 * textmodes/org.el (org-show-following-heading): New option.
5048 (org-show-hierarchy-above): Use `org-show-following-heading'.
5049 (org-cycle): Documentation fix.
5050
5051 * textmodes/org.el (orgtbl-optimized): New option
5052 (orgtbl-mode): New command, a minor mode.
5053 (orgtbl-mode-map): New variable.
5054 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5055 (orgtbl-error, orgtbl-self-insert-command)
5056 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5057
5058 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5059 a local variable in each org-mode buffer.
5060
5061 * textmodes/org.el (org-set-regexps-and-options): Rename from
5062 `org-set-regexps'. Added checking for STARTUP keyword.
5063 (org-get-current-options): Add STARTUP options.
5064 (org-table-insert-row): Mode mode intelligent about when
5065 realignment is needed.
5066 (org-self-insert-command, org-delete-backward-char, org-delete-char):
5067 New commands.
5068 (org-enable-table-editor): New default value `optimized'.
5069 (org-table-blank-field): Support blanking regions if active.
5070
5071 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5072
5073 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
5074 if the year is not given.
5075
5076 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
5077 Add new escapes %m and %M, fixed bug with %F by adding
5078 save-match-data.
5079 (reftex-reference): Remove ?. from list of spaces.
5080 (reftex-label-info): Add automatic label prefix recognition.
5081
5082 * textmodes/reftex-index.el (reftex-index-next-phrase):
5083 Add slave parameter to call of `reftex-index-this-phrase'.
5084 (reftex-index-this-phrase): New optional argument.
5085 (reftex-index-region-phrases): Add slave parameter to call of
5086 `reftex-index-this-phrase'.
5087 (reftex-display-index): New argument redo.
5088 (reftex-index-rescan): Add 'redo to arguments of
5089 `reftex-display-index'.
5090 (reftex-index-Rescan, reftex-index-revert)
5091 (reftex-index-switch-index-tag): Add 'redo to arguments of
5092 `reftex-display-index'.
5093 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
5094 indexing. Fix bug with matching is there is a quote before or
5095 after the word.
5096
5097 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5098 Fix bug when collecting citation keys in lines with comments.
5099 (reftex-citation): Prefix argument no longer rescans the document,
5100 but forces prompting for optional arguments of cite macros.
5101 (reftex-do-citation): Prompting for optional arguments implemented.
5102
5103 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5104 Add optional arguments to most cite commands.
5105 (reftex-cite-cleanup-optional-args): New option
5106 (reftex-cite-prompt-optional-args): New option.
5107 (reftex-trust-label-prefix): New option.
5108
5109 * textmodes/reftex-toc.el (reftex-toc-find-section):
5110 Add push-mark before changing the position in the buffer.
5111
5112 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5113 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5114
5115 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
5116
5117 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5118 more carefully.
5119
5120 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5123 (sgml-mode): Use it.
5124 (sgml-get-context): Better keep track of implicitly closed tags.
5125
5126 2005-01-13 Kenichi Handa <handa@m17n.org>
5127
5128 * textmodes/ispell.el: These changes are to fix misalignment error
5129 caused by equivalent characters of different Emacs charsets.
5130 (ispell-unified-chars-table): New variable.
5131 (ispell-get-decoded-string): New function.
5132 (ispell-get-casechars, ispell-get-not-casechars)
5133 (ispell-get-otherchars): Call ispell-get-decoded-string.
5134
5135 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5136
5137 * custom.el (custom-declare-variable): Just put symbol instead
5138 of (defvar . symbol) in `current-load-list'.
5139
5140 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5141
5142 * emacs-lisp/elint.el: Fixed typo in Commentary section.
5143
5144 2005-01-12 Jay Belanger <belanger@truman.edu>
5145
5146 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5147 to create a Calc summary.
5148
5149 2005-01-12 Kim F. Storm <storm@cua.dk>
5150
5151 * mouse.el (mouse-on-link-p): Change functionality and doc
5152 string to comply with latest description in lisp ref.
5153
5154 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5157 Enable mouse clicks on mode-line, header-line and margin.
5158 (event-type): Give mouse event symbols an 'event-kind property
5159 with value 'mouse-click.
5160
5161 2005-01-12 Juri Linkov <juri@jurta.org>
5162
5163 * facemenu.el (list-colors-display): Add new arg buffer-name.
5164 Use it. Fix docstring. Replace code for identifying duplicate
5165 colors by the name with call to `list-colors-duplicates' which
5166 identifies duplicate colors by the value unless the color
5167 is one of special Windows colors. Set truncate-lines to t.
5168 Print sorted duplicate color names on each line. Indent to 22
5169 \(the longest color name in rgb.txt) instead of 20. Optimize.
5170 (list-colors-duplicates): New function.
5171 (facemenu-color-name-equal): Delete function.
5172
5173 * facemenu.el (list-colors-print): New function created from code
5174 in list-colors-display. Print #RRGGBB at the window right edge.
5175 (list-colors-display): When temp-buffer-show-function is not
5176 defined, call list-colors-print from temp-buffer-show-hook
5177 to get the right value of window-width in list-colors-print
5178 after the buffer is displayed.
5179
5180 * simple.el (pop-mark): Move deactivate-mark out of conditional
5181 part to deactivate the active mark regardless of the state of the
5182 mark ring.
5183
5184 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5185 variables line in desktop files.
5186
5187 2005-01-12 Juri Linkov <juri@jurta.org>
5188
5189 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5190 Bring together isearch highlight related options.
5191 (lazy-highlight): Replace group `replace' by `matching'.
5192 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5193 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5194 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5195 and declare them obsolete.
5196 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5197 (isearch-faces): Remove defgroup.
5198 (isearch-overlay, isearch-highlight, isearch-dehighlight):
5199 Move isearch highlighting code closer to lazy highlighting code.
5200
5201 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5202 (query-replace-highlight, query-replace-lazy-highlight)
5203 (query-replace): Move definitions to the beginning of the file.
5204
5205 2005-01-11 Juri Linkov <juri@jurta.org>
5206
5207 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5208 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5209 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5210
5211 * info.el (Info-history-forward): New variable.
5212 (Info-select-node): Reset Info-history-forward to nil.
5213 (Info-last): Turn into defalias.
5214 (Info-history-back): Rename from Info-last.
5215 Add current node to Info-history-forward.
5216 (Info-history-forward): New fun.
5217 (Info-mode-map): Replace Info-last by Info-history-back.
5218 Bind Info-history-forward to "r".
5219 (Info-mode-menu): Replace Info-last by Info-history-back.
5220 Fix menu item text. Add menu item for Info-history-forward.
5221 (info-tool-bar-map): Replace Info-last by Info-history-back.
5222 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
5223 for Info-history-forward.
5224 (Info-mode): Replace Info-last by Info-history-back in docstring.
5225 Add local variable Info-history-forward.
5226 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5227
5228 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5231 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5232 Ignore select-window events rather than fiddle with
5233 mouse-autoselect-window.
5234
5235 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
5236
5237 * type-break.el (type-break-mode): Fix previous change.
5238
5239 2005-01-10 Jay Belanger <belanger@truman.edu>
5240
5241 * calc/calc-ext.el (calc-reset): Reset when inside embedded
5242 calculator; only reset when point is inside a calculator.
5243 Don't adjust the window height if the window takes up the whole height
5244 of the frame.
5245
5246 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5247
5248 * ebuff-menu.el (Electric-buffer-menu-mode):
5249 Preserve value of buffer-local var header-line-format.
5250
5251 2005-01-09 Jay Belanger <belanger@truman.edu>
5252
5253 * calc/calc.el (calc-mode-var-list-restore-saved-values):
5254 Make sure settings file exists before accessing it.
5255
5256 * calc/calc-embed.el (calc-embedded-subst):
5257 Replace math-multi-subst-rec, which is only supposed to be called
5258 by math-multi-subst, by math-multi-subst.
5259
5260 2005-01-09 Andre Spiegel <spiegel@gnu.org>
5261
5262 * vc.el (vc-allow-async-revert): New user option.
5263 (vc-disable-async-diff): New internal variable.
5264 (vc-revert-buffer): Use them to disable asynchronous diff.
5265
5266 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5267 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5268 asynchronously if vc-disable-async-diff is t.
5269
5270 2005-01-09 Jay Belanger <belanger@truman.edu>
5271
5272 * calc/calc.el (defcalcmodevar): New macro.
5273 (calc-mode-var-list-restore-default-values)
5274 (calc-mode-var-list-restore-saved-values): New functions.
5275 (calc-mode-var-list): Use defcalcmodevar to define it.
5276 (calc-always-load-extensions, calc-line-numbering)
5277 (calc-line-breaking, calc-display-just, calc-display-origin)
5278 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5279 (calc-group-char, calc-point-char, calc-frac-format)
5280 (calc-prefer-frac, calc-hms-format, calc-date-format)
5281 (calc-float-format, calc-full-float-format, calc-complex-format)
5282 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5283 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5284 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5285 (calc-matrix-brackets, calc-language, calc-language-option)
5286 (calc-left-label, calc-right-label, calc-word-size)
5287 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5288 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5289 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5290 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5291 (calc-window-height, calc-display-trail, calc-show-selections)
5292 (calc-use-selections, calc-assoc-selections)
5293 (calc-display-working-message, calc-auto-why, calc-timing)
5294 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5295 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5296 (calc-gnuplot-default-device, calc-gnuplot-default-output)
5297 (calc-gnuplot-print-device, calc-gnuplot-print-output)
5298 (calc-gnuplot-geometry, calc-graph-default-resolution)
5299 (calc-graph-default-resolution-3d, calc-invocation-macro)
5300 (calc-show-banner): Use defcalcmodevar to declare them and set
5301 their default values.
5302
5303 * calc/calc-ext.el (calc-reset): Restore saved values of variables
5304 instead of default values (but restore default values if there is
5305 an argument of 0).
5306
5307 2005-01-09 David Kastrup <dak@gnu.org>
5308
5309 * desktop.el (desktop-restore-eager): Fix typo in type.
5310
5311 2005-01-08 Richard M. Stallman <rms@gnu.org>
5312
5313 * cus-edit.el (customize): Delete :link.
5314
5315 2005-01-08 Jay Belanger <belanger@truman.edu>
5316
5317 * calc/calc.el (calc-mode): Remove the extension from the
5318 `calc-settings-file' file name when loading it.
5319
5320 2005-01-08 Kim F. Storm <storm@cua.dk>
5321
5322 * info.el (Info-mode-map, Info-next-link-keymap)
5323 (Info-prev-link-keymap, Info-up-link-keymap):
5324 Map follow-link to mouse-face.
5325 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5326
5327 2005-01-08 Jay Belanger <belanger@truman.edu>
5328
5329 * calc/calc.el (calc-settings-file): Change default value.
5330 Suggested by cgw in a comment in calc-mode.el.
5331
5332 * calc/calc-mode.el (calc-settings-file-name):
5333 Compare calc-settings-file to user-init-file instead of ~/.emacs.
5334 Replace ~/.emacs in a prompt by calc-settings-file.
5335
5336 2005-01-07 Lars Hansen <larsh@math.ku.dk>
5337
5338 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5339 (desktop-lazy-idle-delay): New customizable variables.
5340 (desktop-buffer-args-list): New variable.
5341 (desktop-append-buffer-args): New function.
5342 (desktop-save): Call desktop-append-buffer-args for some buffers.
5343 (desktop-lazy-create-buffer): New function.
5344 (desktop-idle-create-buffers): New function.
5345 (desktop-read): Add message about buffers to restore lazily.
5346 (desktop-lazy-abort): New command.
5347 (desktop-clear): Call desktop-lazy-abort.
5348 (desktop-lazy-complete): New command.
5349
5350 2005-01-06 Richard M. Stallman <rms@gnu.org>
5351
5352 * emacs-lisp/find-func.el (find-face-definition):
5353 Rename from find-face.
5354
5355 2005-01-06 Kim F. Storm <storm@cua.dk>
5356
5357 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5358
5359 * man.el (Man-xref-man-page, Man-xref-header-file)
5360 (Man-xref-normal-file): Add follow-link property.
5361
5362 2005-01-06 Jay Belanger <belanger@truman.edu>
5363
5364 * calc/calc-units.el: Make sure the proper macro definitions are
5365 available when compiling.
5366
5367 2005-01-06 Juri Linkov <juri@jurta.org>
5368
5369 * isearch.el (isearch-lazy-highlight-update):
5370 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5371
5372 2005-01-06 Miles Bader <miles@gnu.org>
5373
5374 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5375 (isearch-lazy-highlight-face): Use new name.
5376
5377 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * uniquify.el (uniquify-rationalize-file-buffer-names):
5380 Re-add an interactive spec.
5381 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5382 to the same name.
5383
5384 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5385 (isearch-update, isearch-done): Adjust calls accordingly.
5386
5387 2005-01-05 Richard M. Stallman <rms@gnu.org>
5388
5389 * custom.el (custom-set-variables, custom-theme-set-variables):
5390 Clarify documentation.
5391
5392 * emacs-lisp/find-func.el (find-variable)
5393 (find-variable-other-window, find-variable-other-frame):
5394 Fix the TYPE args to find-function-read and find-function-do-it.
5395 (find-function): Doc fix.
5396 (find-function-at-point): Replace function-at-point alias.
5397
5398 2005-01-04 Richard M. Stallman <rms@gnu.org>
5399
5400 * cus-face.el (custom-declare-face):
5401 Record defface in current-load-list.
5402
5403 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5404
5405 * emacs-lisp/find-func.el: Doc fixes.
5406 (find-face-regexp): New variable.
5407 (find-function-regexp-alist): New variable.
5408 (find-function-C-source): Third arg is now TYPE.
5409 (find-function-search-for-symbol): Handle general TYPE.
5410 (find-function-read, find-function-do-it): Handle general TYPE.
5411 (find-definition-noselect, find-face): New functions.
5412 (function-at-point): Alias deleted.
5413
5414 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * battery.el (display-battery-mode): Rename from display-battery.
5417 Handle the case where it gets turned off.
5418
5419 2005-01-04 Richard M. Stallman <rms@gnu.org>
5420
5421 * cus-edit.el (customize): Make :link point to user doc.
5422
5423 * man.el (Man-fontify-manpage): Turn off undo generation.
5424
5425 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5426
5427 2005-01-04 Andreas Schwab <schwab@suse.de>
5428
5429 * files.el (insert-directory): Only look for error lines in
5430 inserted text. Don't move too far after processing --dired markers.
5431
5432 2005-01-04 Richard M. Stallman <rms@gnu.org>
5433
5434 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5435 Don't expand if the character is @, period, dash, etc.
5436 (define-mail-abbrev): Quote names that contain problem characters.
5437
5438 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
5439
5440 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5441
5442 2005-01-03 Richard M. Stallman <rms@gnu.org>
5443
5444 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5445 (query-replace-highlight, query-replace-lazy-highlight)
5446 (query-replace): Definitions moved up. Doc fix.
5447
5448 2005-01-03 Richard M. Stallman <rms@gnu.org>
5449
5450 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5451 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5452 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5453 (lazy-highlight-face): Rename from isearch-lazy-...
5454 Change all references to them.
5455
5456 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5457
5458 * cus-edit.el (custom-file): Doc fix for defcustom.
5459 (custom-file): The function no longer sets the variable
5460 `custom-file' to its return value.
5461
5462 * startup.el (command-line): No longer load `custom-file'.
5463
5464 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5467
5468 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5469 Don't confuse module-prefixed identifiers for labels.
5470 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5471
5472 2005-01-02 Richard M. Stallman <rms@gnu.org>
5473
5474 * files.el (basic-save-buffer-1): Fix previous change.
5475
5476 * loadhist.el (file-loadhist-lookup): New function.
5477 (file-provides, file-requires): Use it.
5478
5479 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5480 instead of calculating the right size.
5481
5482 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5483
5484 * vc-svn.el (vc-svn-diff): Stay local if possible.
5485
5486 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5489
5490 * files.el (hack-local-variables): Fix last change.
5491
5492 2005-01-02 Jay Belanger <belanger@truman.edu>
5493
5494 * calc/calc-yank.el (calc-edit-top): New variable.
5495 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5496 object. Change header properties.
5497 (calc-edit-finish, calc-edit-finish-stack-object)
5498 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5499 edited object.
5500 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5501 for the beginning of the edited object.
5502 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5503 for the beginning of the edited object.
5504 * calc/calc-prog.el (calc-edit-macro-finish-edit)
5505 (calc-finish-formula-edit, calc-macro-repeats)
5506 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5507 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5508 beginning of the edited object.
5509 (calc-user-define-edit): Change the header for editing macros.
5510 Remove unnecessary variable.
5511
5512 2005-01-01 Jay Belanger <belanger@truman.edu>
5513
5514 * calc/calc-yank.el (calc-edit-mode): Change default header.
5515 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5516 * calc/calc-store.el (calc-edit-variable): Change title to match new
5517 header.
5518 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5519 mode to match new header.
5520 (calc-user-define-edit): Change titles to include names of commands.
5521 (calc-finish-formula-edit): Adjust to handle new header.
5522 (calc-finish-macro-edit): Remove.
5523 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5524 (calc-edit-macro-command, calc-edit-macro-command-type)
5525 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5526 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5527 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5528 (calc-edit-macro-finish-edit): New functions.
5529 (calc-user-define-edit): Use new functions to edit named calc macros.
5530
5531 2005-01-01 Stefan <monnier@iro.umontreal.ca>
5532
5533 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5534
5535 * ses.el (copy-region-as-kill): Deactivate mark.
5536
5537 2005-01-01 Richard M. Stallman <rms@gnu.org>
5538
5539 * replace.el (occur-1): If the output buffer is also an input,
5540 don't kill it, rename it.
5541
5542 * faces.el (set-face-background, set-face-foreground): Doc fix.
5543
5544 * cus-face.el (custom-face-attributes): Fix :help-echo strings
5545 for :foreground and :background.
5546
5547 * dired.el (dired-view-command-alist): Variable deleted.
5548 (dired-view-file, dired-mouse-find-file-other-window):
5549 Delete the code to use it.
5550
5551 2005-01-01 Kim F. Storm <storm@cua.dk>
5552
5553 * image.el (insert-sliced-image): Use t for line-height property.
5554
5555 2004-12-31 Jay Belanger <belanger@truman.edu>
5556
5557 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
5558 for "var-" at the beginning of the minibuffer.
5559
5560 2004-12-31 Richard M. Stallman <rms@gnu.org>
5561
5562 * faces.el (read-face-name):
5563 Don't treat an attribute spec as a list of faces.
5564
5565 * simple.el (undo): Use undo-equiv-table to detect
5566 unexpected changes since previous undo.
5567 (undo-list-saved): Variable deleted.
5568 (buffer-disable-undo): Don't alter undo-list-saved.
5569
5570 * files.el (require-final-newline): Allow `visit' and `visit-save'.
5571 (mode-require-final-newline): New option.
5572 (after-find-file): Handle require-final-newline with new values.
5573 (basic-save-buffer): Handle new values of require-final-newline.
5574
5575 * progmodes/sh-script.el (sh-require-final-newline):
5576 Alist value now controls whether to use mode-require-final-newline.
5577 (sh-set-shell): Implement that new meaning.
5578
5579 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
5580 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
5581 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
5582 Delete old-Emacs compatibility code.
5583 (antlr-c-common-init): Function deleted.
5584
5585 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
5586 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
5587 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
5588 * progmodes/python.el (python-mode): Use mode-require-final-newline.
5589 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
5590 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
5591 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
5592 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
5593 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
5594 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
5595 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
5596 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
5597 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
5598 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
5599 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
5600 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
5601
5602 2004-12-31 Jay Belanger <belanger@truman.edu>
5603
5604 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
5605 way to return to Calc.
5606
5607 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
5608 finish, C-xk as the way to cancel the edit. Add cancel routine to
5609 kill-buffer-hook.
5610
5611 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
5612 MacEdit code.
5613
5614 * calc/calc-prog.el: Remove obsolete MacEdit code.
5615 (calc-macro-edit-algebraic, calc-macro-edit-variable)
5616 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
5617
5618 2004-12-31 Kenichi Handa <handa@m17n.org>
5619
5620 * international/mule.el (buffer-file-coding-system-explicit):
5621 Rename for explicit-buffer-file-coding-system.
5622 (after-insert-file-set-coding): Adjust for the above change.
5623
5624 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
5625 to buffer-file-coding-system-explicit.
5626 (basic-save-buffer-1): Likewise.
5627
5628 2004-12-30 Richard M. Stallman <rms@gnu.org>
5629
5630 * textmodes/artist.el (artist-butlast-fn): Var deleted.
5631 (artist-butlast, artist-last): Functions deleted.
5632 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
5633 (artist-compute-key-compl-table): Call remq directly.
5634 (artist-remove-nulls): Function deleted.
5635 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
5636 (artist-push, artist-pop): Macro deleted.
5637
5638 2004-12-30 Andreas Leue <al@sphenon.de>
5639
5640 * textmodes/artist.el (artist-version): 1.2.6
5641 (artist-prev-next-op-alist): New variable.
5642 (artist-select-next-op-in-list): New function.
5643 (artist-select-prev-op-in-list): New function.
5644 (artist-make-prev-next-op-alist): New function.
5645 (artist-is-in-op-list-p): New function.
5646 (artist-get-first-non-nil-op): New function.
5647 (artist-get-last-non-nil-op): New function.
5648 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
5649 artist-prev-next-op-alist.
5650 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
5651 change drawing operation.
5652
5653 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
5656
5657 2004-12-31 Masatake YAMATO <jet@gyve.org>
5658
5659 * server.el (server-process-filter): Suppress `error', too.
5660
5661 2004-12-30 Jay Belanger <belanger@truman.edu>
5662
5663 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
5664 Change the way a variable is displayed in a message.
5665
5666 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
5667 (calc-user-define-permanent, calc-execute-kbd-macro):
5668 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
5669
5670 2004-12-30 Kenichi Handa <handa@m17n.org>
5671
5672 * files.el (basic-save-buffer-1):
5673 Set explicit-buffer-file-coding-system to last-coding-system-used.
5674 (revert-buffer): Pay attention to
5675 explicit-buffer-file-coding-system (not buffer-file-coding-system)
5676 on bind coding-system-for-read.
5677
5678 * international/mule.el (explicit-buffer-file-coding-system):
5679 New buffer local variable.
5680 (after-insert-file-set-coding): Set it to coding-system-for-read.
5681
5682 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
5685
5686 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
5687
5688 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
5689 that include line numbers.
5690
5691 2004-12-29 Milan Zamazal <pdm@zamazal.org>
5692
5693 * files.el (hack-local-variables): If no PREFIX, set it to "^".
5694 Redundant variable PREFIXLEN removed.
5695
5696 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
5697
5698 * eshell/em-hist.el (eshell-previous-matching-input):
5699 Start the deletion from the end of the output.
5700
5701 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5702
5703 * term/mac-win.el: Require x-dnd.
5704 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
5705
5706 2004-12-29 David Kastrup <dak@gnu.org>
5707
5708 * international/mule.el (decode-coding-inserted-region):
5709 Don't barf if `buffer-undo-list' is already set to `t'.
5710
5711 2004-12-29 Jay Belanger <belanger@truman.edu>
5712
5713 * calc/calc-prog.el (calc-user-define-formula): Put default values
5714 for function names in prompts.
5715 (calc-user-define-permanent, calc-user-define-composition)
5716 (calc-user-define-formula): Remove the need for "calcFunc-" in the
5717 default input for algebraic functions.
5718
5719 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
5720
5721 * vc-rcs.el (vc-rcs-annotate-command):
5722 Fix omission bug: Call `vc-setup-buffer'.
5723
5724 2004-12-29 Kenichi Handa <handa@m17n.org>
5725
5726 * international/mule.el (recode-region): New function.
5727
5728 2004-12-28 Richard M. Stallman <rms@gnu.org>
5729
5730 * simple.el (undo-extra-outer-limit): New variable.
5731 (undo-outer-limit-truncate): Test and set it.
5732
5733 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
5734 enables the feature to extend the existing region.
5735
5736 * simple.el (mark-word): New arg ALLOW-EXTEND
5737 enables the feature to extend the existing region.
5738
5739 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
5740 enables the feature to extend the existing region.
5741
5742 * startup.el (site-run-file): Don't allow setting it with Custom.
5743
5744 * simple.el (buffer-disable-undo): Fix previous change.
5745
5746 2004-12-27 Masatake YAMATO <jet@gyve.org>
5747
5748 * hexl.el (hexlify-buffer): Remove fontification here.
5749 Use font lock mechanism instead.
5750 (hexl-font-lock-keywords): New font lock kewords.
5751 (hexl-mode-old-font-lock-keywords): New variable.
5752 (hexl-mode): Store the old font lock keywords.
5753 (hexl-mode-exit): Restore the old font lock keywords.
5754
5755 2004-12-27 Richard M. Stallman <rms@gnu.org>
5756
5757 * simple.el (undo): Fix previous change.
5758
5759 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5760
5761 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
5762 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
5763 Call x-open-connection on Mac OS X.
5764
5765 2004-12-27 Richard M. Stallman <rms@gnu.org>
5766
5767 * files.el (buffer-save-without-query): New var (buffer-local).
5768 (save-some-buffers): Save those buffers first, w/o asking.
5769
5770 * files.el (insert-directory-ls-version): New variable.
5771 (insert-directory): When ls returns an error, test the version
5772 number to decide what the return code means.
5773 With --dired output format, detect and distinguish lines
5774 that are really error messages.
5775 (insert-directory-adj-pos): New function.
5776
5777 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
5778
5779 * battery.el (battery-mode-line-format): Remove initial spaces.
5780
5781 * uniquify.el (uniquify-rationalize-file-buffer-names):
5782 Delete interactive spec.
5783
5784 * type-break.el (type-break-mode): Set buffer-save-without-query.
5785 Remove code that tried to set save-some-buffers-always.
5786 (type-break-file-keystroke-count): Bind deactivate-mark.
5787
5788 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
5789
5790 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
5791 Test that the buffer is live, and maybe reject current buffer too.
5792 Clarify.
5793 (next-error-find-buffer): Rewrite for clarity.
5794
5795 * loadup.el: Don't use buffer-disable-undo; do it directly.
5796
5797 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
5798 (describe-variable): Call symbol-file with `defvar'.
5799
5800 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
5801 (symbol-file): Rewritten to handle new load-history format.
5802 Now takes an arg TYPE to specify looking for a particular
5803 type of definition only.
5804
5805 * emacs-lisp/debug.el (debugger-make-xrefs):
5806 Call symbol-file with `defun'.
5807
5808 * emacs-lisp/find-func.el (find-function-noselect):
5809 Call symbol-file with `defun'.
5810 (find-variable-noselect): Call symbol-file with `defvar'.
5811
5812 * eshell/esh-cmd.el (eshell-find-alias-function):
5813 Call symbol-file with `defun'.
5814
5815 * eshell/esh-test.el (eshell-test-goto-func):
5816 Call symbol-file with `defun'.
5817
5818 * mail/rmail.el (rmail-resend):
5819 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
5820
5821 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
5822
5823 * progmodes/compile.el (compilation-find-buffer): Rename arg.
5824
5825 * textmodes/texinfmt.el (texinfo-format-buffer-1):
5826 Call buffer-disable-undo.
5827
5828 * simple.el (undo-list-saved): New variable (buffer-local).
5829 (undo): Set and test it.
5830 (buffer-disable-undo): Move here from buffer.c.
5831 Clear out undo-list-saved.
5832
5833 * international/mule.el (decode-coding-inserted-region):
5834 Set buffer-undo-list in a correct and optimal way.
5835
5836 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
5837 (cperl-font-lock-unfontify-region-function): No need to save and
5838 restore info, since font-lock.el does it for us.
5839
5840 * ansi-color.el (save-buffer-state): Definition deleted.
5841 (ansi-color-unfontify-region): Don't use save-buffer-state.
5842
5843 2004-12-27 Dave Love <fx@gnu.org>
5844
5845 * wid-edit.el (function): Use restricted-sexp as parent.
5846
5847 2004-12-27 Kevin Ryde <user42@zip.com.au>
5848
5849 * simple.el (next-matching-history-element): Use same
5850 `interactive' form as previous-matching-history-element.
5851
5852 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
5853 it can appear unencoded and has been seen from yahoo.
5854
5855 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5856
5857 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
5858 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
5859
5860 2004-12-27 Kenichi Handa <handa@m17n.org>
5861
5862 * international/utf-8.el (utf-translate-cjk-load-tables):
5863 Bind coding-system-for-read to nil while loading subst-*.
5864
5865 2004-12-26 Jay Belanger <belanger@truman.edu>
5866
5867 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
5868 default input.
5869
5870 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
5871
5872 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
5873 before reverting and disable undo recording while reverting.
5874
5875 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
5876
5877 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
5878 (hs-make-overlay): New function.
5879 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
5880 (hs-flag-region): Delete function.
5881 (hs-hide-comment-region): No longer use `hs-flag-region'.
5882 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
5883 (hs-hide-block-at-point): Likewise.
5884 (hs-hide-level-recursive): Use `hs-discard-overlays'.
5885 (hs-hide-all, hs-show-all): Likewise.
5886 (hs-show-block): Likewise.
5887 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
5888
5889 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5890
5891 * progmodes/hideshow.el: Require `cl' when compiling.
5892 Remove XEmacs and Emacs 19 compatibility.
5893 Use `dolist' and `add-to-list' for load-time actions.
5894 (hs-discard-overlays): Use `dolist'.
5895 (hs-show-block): Likewise.
5896
5897 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5898
5899 * faces.el (mode-line, mode-line-inactive): Use min-colors.
5900
5901 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
5902
5903 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
5904 When extending backwards, move outside the current comment first.
5905
5906 2004-12-22 Kenichi Handa <handa@m17n.org>
5907
5908 * international/quail.el (quail-start-translation): Fix prompt
5909 string for the case if input-method-use-echo-area being non-nil.
5910 (quail-start-conversion): Likewise.
5911 (quail-show-guidance): Don't show guidance if
5912 input-method-use-echo-area is non-nil.
5913
5914 2004-12-21 Richard M. Stallman <rms@gnu.org>
5915
5916 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
5917
5918 2004-12-21 Markus Rost <rost@ias.edu>
5919
5920 * calendar/diary-lib.el (mark-diary-entries):
5921 Set mark-diary-entries-in-calendar only after checking for diary-file.
5922
5923 2004-12-21 Richard M. Stallman <rms@gnu.org>
5924
5925 * faces.el (escape-glyph): Use blue against light foreground.
5926
5927 * simple.el (undo-outer-limit-truncate): New function.
5928 (undo-outer-limit-function): Use undo-outer-limit-truncate.
5929
5930 2004-12-21 Eli Barzilay <eli@barzilay.org>
5931
5932 * calculator.el: (calculator-radix-grouping-mode)
5933 (calculator-radix-grouping-digits)
5934 (calculator-radix-grouping-separator):
5935 New defcustoms for the new radix grouping mode functionality.
5936 (calculator-mode-hook): Now used in electric mode too,
5937 (calculator): Call it.
5938 (calculator-mode-map): Some new keys.
5939 (calculator-message): New function. Some new calls.
5940 (calculator-op, calculator-set-register): Use it.
5941 (calculator-string-to-number): New function, mostly moved and
5942 updated code from calculator-curnum-value.
5943 (calculator-curnum-value): Use it.
5944 (calculator-paste): Use it, and update grabbing the current-kill.
5945 (calculator-rotate-displayer)
5946 (calculator-rotate-displayer-back): Toggle digit grouping when
5947 in radix mode, use calculator-message.
5948 (calculator-displayer-prev, calculator-displayer-next):
5949 Change digit group size when in radix mode.
5950 (calculator-number-to-string): Rename from
5951 calculator-num-to-string. Now deals with digit grouping in
5952 radix mode.
5953 (calculator-update-display, calculator-put-value): Use the new name.
5954 (calculator-fact): Return a floating point number.
5955 (calculator-mode): Doc fix.
5956
5957 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5958
5959 * calendar/calendar.el (view-other-diary-entries): Add autoload.
5960 * calendar/diary-lib.el (view-other-diary-entries):
5961 Use current-prefix-arg in interactive spec.
5962
5963 2004-12-19 Jay Belanger <belanger@truman.edu>
5964
5965 * calc/calc-aent.el (calcAlg-blank-matching-open):
5966 Temporarily adjust the syntax of both delimiters of half-open intervals.
5967
5968 2004-12-19 Kim F. Storm <storm@cua.dk>
5969
5970 * mouse.el (mouse-1-click-follows-link): Doc fix.
5971
5972 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5973
5974 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
5975 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
5976 instead of centraleuropean as the name
5977
5978 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
5979
5980 Sync with Tramp 2.0.46.
5981
5982 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
5983 parameters wrt Tramp convention.
5984 (tramp-handle-file-attributes-with-perl)
5985 (tramp-handle-directory-files-and-attributes): Apply it.
5986 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
5987 `copy-program'. Reported by Zack Weinberg
5988 <zack@codesourcery.com>.
5989 (top): Set `edebug-form-spec' property directly rather than
5990 calling `def-edebug-spec'.
5991
5992 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
5993 advice less fragile. Surround temporary redefinition of
5994 `substitute-in-file-name' with `unwind-protect'. Suggested by
5995 Matt Hodges <MPHodges@member.fsf.org>.
5996
5997 2004-12-17 Juri Linkov <juri@jurta.org>
5998
5999 * replace.el (occur-accumulate-lines, occur-engine):
6000 Make forcing deferred font-lock fontification jit-specific.
6001
6002 2004-12-17 Kim F. Storm <storm@cua.dk>
6003
6004 * mouse.el (mouse-1-click-follows-link): New defcustom.
6005 (mouse-on-link-p): New function.
6006 (mouse-drag-region-1): Implement mouse-1-click-follows-link
6007 functionality. Map a mouse-1 click event into a mouse-2 (or
6008 other) event when position is inside a link.
6009
6010 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6011 prefix in tooltip text with "mouse-1" when this is a link
6012 recognized by mouse-1-click-follows-link functionality.
6013
6014 * help.el (describe-key): Report effective and original binding
6015 for mouse-1 when clicked on a link.
6016 (describe-mode): Add follow-link property to "minor-mode" button.
6017
6018 * help-fns.el (describe-variable): Add follow-link property to
6019 "below" button.
6020
6021 * help-mode.el (help-xref): Add follow-link property.
6022
6023 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6024 (apropos-command, apropos-variable, apropos-face, apropos-group)
6025 (apropos-widget, apropos-plist): Add follow-link property.
6026
6027 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6028 checks if position is in a filename, rather than some other
6029 clickable item. Function looks for cvs-filename-face at position.
6030
6031 * wid-edit.el (widget-specify-field, widget-specify-button):
6032 Map a :follow-link keyword into a follow-link property.
6033 (link): Add :follow-link keyword, map to RET binding.
6034
6035 * dired.el (dired-mode-map): Map follow-link to mouse-face.
6036
6037 * progmodes/compile.el (compilation-minor-mode-map)
6038 (compilation-button-map, compilation-mode-map): Likewise.
6039
6040 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
6041
6042 * play/zone.el (zone): Init `line-spacing' from orig buffer.
6043 (zone-replace-char): Take `count' and `del-count'
6044 instead of `direction'. Update callers. When `del-count' is
6045 non-nil, delete that many characters, otherwise `count' characters
6046 backwards. Insert the newly-replaced string `count' times.
6047 (zone-fret): Handle chars w/ width greater than one.
6048 (zone-fall-through-ws): No longer take window width `ww'.
6049 Update callers. Add handling for `char-width' greater than one.
6050 (zone-pgm-drip): Update var holding window-end position every cycle.
6051
6052 2004-12-17 Andre Spiegel <spiegel@gnu.org>
6053
6054 * vc.el (vc-default-update-changelog): Use insert-file-contents,
6055 rather than insert-file.
6056
6057 2004-12-16 Jay Belanger <belanger@truman.edu>
6058
6059 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6060 (math-init-random-base, math-random-digit): Check to see if
6061 var-RandSeed is bound.
6062 (math-random-last): Declare it.
6063 (math-random-digit): Don't make math-random-last local.
6064
6065 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
6066
6067 * play/zone.el (zone): Fix omission bug: Use a self-disabling
6068 one-shot thunk for uniform (error, quit, normal) recovery.
6069 Reported by John Paul Wallington.
6070 (zone-pgm-random-life): Fix bug:
6071 Recognize empty initial field by lack of "@" chars.
6072
6073 2004-12-16 Juri Linkov <juri@jurta.org>
6074
6075 * help.el (function-called-at-point):
6076 * help-fns.el (variable-at-point): As a last resort try stripping
6077 non-word prefixes and suffixes.
6078
6079 * descr-text.el (describe-property-list): Don't treat syntax-table
6080 specially. Use describe-text-sexp which inserts [show] button
6081 for large objects and handles printing errors. Sort properties
6082 by names in alphabetical order instead of by value sizes.
6083 Add `mouse-face' to list of properties for `describe-face' widget.
6084 (describe-char): Mask out face-id from 19 bits of character.
6085 Print face-id separately.
6086
6087 * replace.el (occur-accumulate-lines, occur-engine):
6088 Fontify unfontified matching lines in the source buffer
6089 before copying them.
6090 (occur-engine): Don't put mouse-face on context lines.
6091 (occur-next-error): Set point to line beginning/end
6092 before searching for prev/next property to skip multiple
6093 matches on a line (not supported by occur engine).
6094 Remove redundant prefix-numeric-value.
6095
6096 2004-12-15 Juri Linkov <juri@jurta.org>
6097
6098 * replace.el (match): New face.
6099 (list-matching-lines-face): Change default from `bold' to `match'.
6100
6101 * progmodes/grep.el (grep-match-face): New defvar.
6102 (grep-mode-font-lock-keywords): Use grep-match-face instead of
6103 compilation-column-face to highlight grep matches.
6104
6105 * apropos.el (apropos-match-face): Change default from
6106 `secondary-selection' to `match'.
6107
6108 * info-look.el (info-lookup-highlight-face): Change default from
6109 `highlight' to `match'.
6110
6111 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
6112
6113 * progmodes/executable.el (executable-interpret): Eliminate
6114 obsolete compile-internal, and switch to comint for interaction.
6115
6116 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
6117
6118 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6119 `&&' when skipping multiple statements on a line.
6120
6121 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
6122
6123 * play/zone.el (zone): Set `truncate-lines'.
6124 Also, init `tab-width' with value from original buffer.
6125 (zone-shift-up): Rewrite for speed.
6126 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6127 (zone-pgm-jitter): Remove redundant entries from ops vector.
6128 (zone-exploding-remove): Reduce iteration count.
6129 (zone-cpos): Convert to defsubst.
6130 (zone-replace-char): New defsubst.
6131 (zone-park/sit-for): Likewise.
6132 (zone-fret): Take window-start arg.
6133 Update callers. Use `zone-park/sit-for'.
6134 (zone-fill-out-screen): Rewrite.
6135 (zone-fall-through-ws): Likewise. Update callers.
6136 (zone-pgm-drip): Use `zone-replace-char'.
6137 Move var inits before while-loop. Use `zone-park/sit-for'.
6138 (zone-pgm-random-life): Handle empty initial field.
6139 Use `zone-replace-char' and `zone-park/sit-for'.
6140
6141 2004-12-15 Juri Linkov <juri@jurta.org>
6142
6143 * isearch.el (isearch-update): Test isearch-lazy-highlight
6144 before calling isearch-lazy-highlight-new-loop.
6145 (isearch-lazy-highlight-new-loop):
6146 Don't test isearch-lazy-highlight.
6147
6148 * replace.el (perform-replace): Add isearch-case-fold-search.
6149 Use delimited-flag for isearch-regexp.
6150 Reset isearch-lazy-highlight-last-string to force lazy
6151 highlighting when called from isearch mode.
6152 (query-replace-highlight): Revert defcustom type to boolean.
6153 (query-replace-lazy-highlight): New defcustom.
6154 (query-replace): New face.
6155 (perform-replace, replace-highlight, replace-dehighlight):
6156 Test query-replace-lazy-highlight instead of special value
6157 `isearch' of query-replace-highlight.
6158 (replace-dehighlight): Don't call isearch-dehighlight.
6159 (replace-highlight): Don't call isearch-highlight.
6160 Use face `query-replace' unconditionally.
6161
6162 2004-12-14 Kim F. Storm <storm@cua.dk>
6163
6164 * simple.el (inhibit-mark-movement): Remove defvar.
6165 (beginning-of-buffer, end-of-buffer): Don't use it.
6166
6167 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6168 Don't use inhibit-mark-movement.
6169
6170 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6171 (cua--undo-push-mark): Remove.
6172 (cua--pre-command-handler, cua--post-command-handler):
6173 Don't fiddle with inhibit-mark-movement.
6174
6175 2004-12-14 Juri Linkov <juri@jurta.org>
6176
6177 * buff-menu.el (list-buffers-noselect): Collect internal info
6178 for every buffer in BUFFER-LIST arg too.
6179 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6180 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6181 Bind same-window-buffer-names and same-window-regexps to nil.
6182
6183 2004-12-13 Juri Linkov <juri@jurta.org>
6184
6185 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6186
6187 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6188 (sc-cite-region, sc-uncite-region, sc-recite-region):
6189 Fix previous change to handle not alist as a symbol, but
6190 a citation frame as a symbol that represents a variable name.
6191
6192 2004-12-13 Richard M. Stallman <rms@gnu.org>
6193
6194 * filecache.el (file-cache-add-directory-using-find):
6195 Only set up file-cache-find-command-posix-flag if we will use it.
6196
6197 * bindings.el (mode-line-buffer-identification-keymap):
6198 Don't cancel the mode-line's usual down-mouse-1 binding.
6199
6200 * cus-edit.el (custom-face-selected): Handle `default' specs.
6201 (custom-face-edit): Increase extra-offset.
6202 (custom-display): Handle `default' specs.
6203
6204 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6205
6206 * emacs-lisp/elint.el (elint-standard-variables)
6207 (elint-unknown-builtin-args): Move definitions up.
6208
6209 * net/browse-url.el (browse-url-url-at-point): Add autoload.
6210
6211 * info.el (info-xref-visited): Use `default' instead of t.
6212 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6213
6214 * faces.el (header-line, mode-line-inactive, tool-bar):
6215 Use `default' instead of t for setting the defaults.
6216 (face-spec-choose): Separate `t' from `default'.
6217
6218 * subr.el (while-no-input): New macro.
6219
6220 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
6221
6222 * filecache.el (file-cache-add-directory-using-find):
6223 Only test file-cache-find-command-posix-flag on some systems.
6224
6225 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6228 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6229 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6230 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6231 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6232
6233 2004-12-12 Juri Linkov <juri@jurta.org>
6234
6235 * files.el (find-file-other-window, find-file-other-frame):
6236 Add the first buffer to the returned value to return the complete
6237 list of all visited buffers.
6238 (find-file-read-only, find-file-read-only-other-window)
6239 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6240 `find-file-read-args'. Signal an error about non-existent file
6241 only if file name doesn't contain wildcards. Toggle read-only in
6242 all visited buffers.
6243 (find-alternate-file, find-alternate-file-other-window):
6244 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
6245 called interactively. Pass arg `wildcards' to other functions.
6246 (find-file-noselect): Doc fix.
6247
6248 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6249 Doc fix.
6250 (ffap-directory-finder): New variable.
6251 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6252 (ffap-file-at-point): Add /* to immediately rejected names.
6253 Return absolute file names matching ffap-dired-wildcards.
6254 (ffap-read-file-or-url): Set default value for `completing-read'
6255 to `buffer-file-name'.
6256 (find-file-at-point): When filename matches ffap-dired-wildcards,
6257 call ffap-file-finder with t arg `wildcards', instead of dired.
6258 (ffap-other-window, ffap-other-frame): Return visited buffers.
6259 (ffap-read-only, ffap-read-only-other-window)
6260 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6261 (dired-at-point): Call ffap-directory-finder instead of dired.
6262 (ffap-dired-other-window, ffap-dired-other-frame)
6263 (ffap-list-directory): New commands.
6264 (ffap-bindings): New keybindings for new commands.
6265
6266 2004-12-12 Juri Linkov <juri@jurta.org>
6267
6268 * simple.el (beginning-of-buffer, end-of-buffer):
6269 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6270 Do not push mark when mark is active in transient-mark-mode.
6271
6272 * simple.el (mark-word):
6273 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6274 * textmodes/paragraphs.el (mark-paragraph):
6275 Extend the region when mark is active in transient-mark-mode,
6276 regardless of the last command. Doc fix.
6277
6278 * simple.el (mark-word): Preserve direction when repeating.
6279 Make arg optional. Interactive "p" -> "P".
6280 (transient-mark-mode, inhibit-mark-movement): Doc fix.
6281
6282 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6283 preserving direction, to mark forward instead of backward when mark
6284 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6285
6286 2004-12-12 Juri Linkov <juri@jurta.org>
6287
6288 * isearch.el (isearch-edit-string): Set 7th arg of
6289 `read-from-minibuffer' to `t' to inherit the current input
6290 method (whose name is indicated by [IM] in the minibuffer prompt)
6291 from the current buffer to the minibuffer.
6292 (isearch-lazy-highlight-update): Put body to `with-local-quit'
6293 to allow C-g quitting for lazy highlighting looping inside the
6294 search with nested repetition operators. Add overlay to the list
6295 before setting its face and other properties to avoid the case of
6296 code quitting after placing the new overlay but before it's
6297 recorded on the list. Select the window where isearch was
6298 activated, to highlight matches in the right window when isearch
6299 switches the current window to the minibuffer.
6300
6301 * international/isearch-x.el
6302 (isearch-process-search-multibyte-characters):
6303 Use `isearch-message' as initial input for `read-string' instead
6304 of adding it to the minibuffer prompt. After reading a string
6305 remove the initial value of `isearch-message' from the string.
6306
6307 * replace.el (replace-match-maybe-edit): Doc fix.
6308 (perform-replace): Don't call `replace-highlight' when automatic
6309 replacement is requested in literal mode, since it is intended
6310 only to highlight words during entering a new replacement string
6311 for \? in non-literal mode.
6312
6313 * replace.el (query-replace-highlight): Add new value `isearch'
6314 that allows query replacement to use isearch highlighting.
6315 Change type from `boolean' to `choice'. Doc fix.
6316 (replace-highlight, replace-dehighlight, perform-replace):
6317 Use isearch highlighting if query-replace-highlight eq `isearch'.
6318
6319 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6322 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6323
6324 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6325 case of \end{verbatim}.
6326
6327 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * term.el (term-termcap-format): Synchronyze with terminfo.
6330 (term-emulate-terminal): Handle reset.
6331 (term-reset-terminal): New function.
6332
6333 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
6334
6335 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6336 (zone-fill-out-screen): New func.
6337 (zone-pgm-drip): Use `zone-fill-out-screen'.
6338 Also, no longer go to point-min on every cycle.
6339 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6340 (zone-pgm-random-life-wait): New user var.
6341 (zone-pgm-random-life): New func.
6342
6343 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
6344
6345 * files.el (auto-mode-alist): Map .com to DCL mode.
6346
6347 2004-12-09 Richard M. Stallman <rms@gnu.org>
6348
6349 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6350
6351 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6354 buffer with a display margin.
6355
6356 2004-12-08 Jay Belanger <belanger@truman.edu>
6357
6358 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6359 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6360
6361 2004-12-08 Richard M. Stallman <rms@gnu.org>
6362
6363 * faces.el: Delete code to set display table.
6364 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
6365
6366 2004-12-08 Jay Belanger <belanger@truman.edu>
6367
6368 * calc/calc.el: Add math-read-preprocess-string to autoloads.
6369
6370 * calc/calc-ext.el (math-read-replacement-list)
6371 (math-read-superscripts, math-read-preprocess-string): Move to
6372 calc-aent.el.
6373
6374 * calc/calc-aent.el (math-read-replacement-list)
6375 (math-read-superscripts, math-read-preprocess-string): Move from
6376 calc-ext.el.
6377
6378 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * isearch.el (isearch-quote-char): Fix up typo in last change.
6381
6382 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6383
6384 * mouse.el (mouse-set-font): Handle the case where the command was
6385 not invoked using the mouse.
6386
6387 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6388 (edmacro-finish-edit): Further update for keyboard macros that are
6389 lambda forms.
6390 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6391
6392 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * font-lock.el (font-lock-unfontify-region): Save buffer state.
6395 (font-lock-default-unfontify-region): Don't save buffer state any more.
6396
6397 2004-12-07 Jay Belanger <belanger@truman.edu>
6398
6399 * calc/calc-help.el (calc-describe-key):
6400 Set calc-summary-indentation even when Calc Summary buffer exists.
6401
6402 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
6403
6404 * calendar/holidays.el (holiday-easter-etc): Make arguments
6405 optional for backwards compatibility. Doc fix.
6406 Remove un-necessary local vars mandatory, output-list.
6407 (holiday-advent): Make arguments optional for backwards
6408 compatibility. Doc fix.
6409
6410 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * paren.el (show-paren-function): Fix last change (2004-12-02).
6413
6414 * international/mule-util.el (char-displayable-p): Return nil for
6415 unibyte mode.
6416
6417 * subr.el (subregexp-context-p): New function.
6418
6419 * isearch.el (isearch-quote-char): Use it.
6420
6421 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6422 (regexp-opt-not-groupie*-re): Remove.
6423 (regexp-opt): Properly handle inputs with duplicate entries.
6424
6425 2004-12-06 Richard M. Stallman <rms@gnu.org>
6426
6427 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6428
6429 * cus-edit.el (custom-file): Doc fix.
6430
6431 * textmodes/org.el: New file.
6432
6433 2004-12-06 Kenichi Handa <handa@m17n.org>
6434
6435 * ldefs-boot.el: Update international/mule-util.el section.
6436
6437 2004-12-05 Sam Steingold <sds@gnu.org>
6438
6439 * net/tramp.el (tramp-handle-file-accessible-directory-p):
6440 Fix `tramp-time-diff' comparison logic.
6441
6442 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
6443
6444 * progmodes/which-func.el (which-function):
6445 Use `run-hook-with-args-until-success' instead of a custom loop.
6446 Fixes bug with local hooks.
6447
6448 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6449
6450 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6451 Use delete-dups when calculating the initial value.
6452 (bibtex-autokey-get-title): Use <=.
6453 (bibtex-goto-line): New function.
6454 (bibtex-reposition-window): Use line numbers instead of point
6455 positions. Use window-body-height.
6456 (bibtex-find-crossref): Use bibtex-reposition-window.
6457 (bibtex-find-entry): Use bibtex-reposition-window. Always return
6458 position of entry if key is found or nil if not found.
6459
6460 2004-12-05 Richard M. Stallman <rms@gnu.org>
6461
6462 * cus-edit.el (custom-file): Doc fix.
6463
6464 * progmodes/sh-script.el (sh-indent-for-then): Change default.
6465
6466 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * simple.el (blink-matching-open):
6469 * textmodes/tex-mode.el (tex-validate-region):
6470 Obey syntax-table text properties.
6471
6472 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
6473
6474 * wid-edit.el (widget-specify-field): Add `real-field' property to
6475 boundary.
6476 (widget-field-at): Use it.
6477
6478 2004-12-02 Richard M. Stallman <rms@gnu.org>
6479
6480 * progmodes/cc-mode.el (awk-mode autoload):
6481 Supply t meaning interactive function.
6482
6483 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
6484 (isearch-mode-map): No special definition for space.
6485 (isearch-whitespace-chars): Command deleted.
6486 (isearch-forward-regexp): Doc fix.
6487 (isearch-quote-char): When a space is not inside brackets,
6488 use `[ ]' instead of just space.
6489 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6490
6491 * imenu.el (imenu--generic-function): Delete code to exclude
6492 matches in comments.
6493
6494 * man.el (Man-reverse-face): Change default to `highlight'.
6495
6496 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6497 (occur-engine): Use `face' prop rather than `font-lock-face'
6498 when specifying use of `match-face'.
6499 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6500
6501 * emacs-lisp/elint.el (elint-standard-variables): Update list.
6502
6503 * add-log.el (add-log-current-defun): Handle the case where point
6504 is in the header part of a DEFUN construct.
6505
6506 2004-12-02 Dave Love <fx@gnu.org>
6507
6508 * progmodes/python.el (python-font-lock-syntactic-keywords):
6509 Fix previous change.
6510
6511 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
6512
6513 * paren.el (show-paren-function): Check for matching chars
6514 specified by text props.
6515
6516 2004-12-02 Jay Belanger <belanger@truman.edu>
6517
6518 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6519 when reading a new key sequence.
6520
6521 2004-12-02 Kim F. Storm <storm@cua.dk>
6522
6523 * faces.el (escape-glyph): Rename from glyph.
6524 (standard-display-table): Set it here. Add escape-glyph face to
6525 extra slot characters.
6526
6527 * disp-table.el: Undo 2004-12-01 change. Display table is now
6528 setup in faces.el.
6529
6530 2004-12-02 Mark A. Hershberger <mah@everybody.org>
6531
6532 * xml.el (xml-parse-dtd): Don't show validity messages when
6533 xml-validating-parser is nil.
6534 (xml-substitute-special): Fix validity error messages to
6535 actually show the unexpandable entity. Added validity error if &
6536 isn't followed by an entity.
6537 (xml-parse-tag): Concatenate any string following the a
6538 <![CDATA[]]> section to the parsed CDATA.
6539 (xml-parse-dtd): Skip parameter entity declarations and use of
6540 parameter entities.
6541
6542 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * kmacro.el (kmacro-default-counter-format): New var.
6545 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
6546 (kmacro-display): Remove `nil' from `and' form. Delete call to
6547 `format' inside `message'.
6548 (kmacro-start-macro): Use `kmacro-default-counter-format'.
6549
6550 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * pcvs.el (cvs-header-msg): New function.
6553 (cvs-update-header): Use it. Change calling convention.
6554 Correctly handle the case of having simultaneous active processes.
6555 (cvs-sentinel): Don't call cvs-update-header any more.
6556 (cvs-mode-run): Update call and add cvs-update-header to postproc.
6557
6558 2004-12-01 Jay Belanger <belanger@truman.edu>
6559
6560 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
6561 Change message.
6562
6563 2004-12-01 Juri Linkov <juri@jurta.org>
6564
6565 * progmodes/prolog.el (prolog-mode-variables):
6566 Fix imenu-generic-expression.
6567
6568 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
6569
6570 * faces.el (glyph): New face.
6571
6572 * disp-table.el: Add an autoloaded table, that doesn't require
6573 this library, with glyph face.
6574
6575 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
6576 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
6577 (conf-quote-normal): Allow normalizing only ' or ".
6578 (conf-mode): Regexp-quote constructed comment-start and don't
6579 match section {} where "name" contains braces.
6580
6581 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
6582 files.
6583
6584 2004-12-01 Kenichi Handa <handa@m17n.org>
6585
6586 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
6587 (x-select-text): Don't treat eight-bit-control/graphic chars
6588 specially. Store the encoded text in the X cut buffer.
6589 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
6590 with x-last-selected-text-cut-encoded.
6591
6592 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
6595
6596 2004-11-30 Markus Rost <rost@ias.edu>
6597
6598 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
6599 AUCTeX.
6600
6601 2004-11-30 Jay Belanger <belanger@truman.edu>
6602
6603 * calc/calc-arith.el (math-possible-signs): Made stronger checks
6604 on signs of intervals.
6605 (math-pow-of-zero): Strengthen checks for positive and negative
6606 exponents.
6607
6608 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
6609 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
6610 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
6611 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
6612 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
6613 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
6614 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
6615 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
6616 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
6617 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
6618 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
6619 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
6620 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
6621 with provide statements.
6622
6623 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
6624
6625 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
6626
6627 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
6628 (calc-load-everything, math-defsimplify): Replace dummy autoloading
6629 functions by require statements.
6630 (math-defsimplify): Move to calc-alg.el, add to autoloads.
6631
6632 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6633 (calc-gnuplot-print): Give them values.
6634
6635 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
6636 autoloads.
6637 Add calc-do-embedded-activate to autoloads.
6638 (calc-gnuplot-name, calc-gnuplot-plot-command)
6639 (calc-gnuplot-print-command): Move them to calc-graph.el.
6640
6641 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6642
6643 * term/mac-win.el (ccl-encode-mac-roman-font)
6644 (ccl-encode-mac-cyrillic-font)
6645 (ccl-encode-mac-centraleuropean-font, encoder-list)
6646 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
6647 Support Cyrillic, CentralEuropean, and Dingbat font display
6648
6649 2004-11-30 Andre Spiegel <spiegel@gnu.org>
6650
6651 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
6652
6653 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
6654 still nil.
6655
6656 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
6659 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6660
6661 2004-11-29 Jay Belanger <belanger@truman.edu>
6662
6663 * calc/calc-arith.el (math-pow-of-zero): Take into account different
6664 cases of the base and exponent.
6665
6666 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
6667
6668 * simple.el (next-error-buffer-p): Allow for inclusive and
6669 exclusive tests for finding a buffer.
6670 (next-error-find-buffer): Pass the exclusive and inclusive tests
6671 to next-error-buffer-p.
6672
6673 * replace.el (occur-next-error): Switch to the Occur buffer when
6674 appropriate, use the exclusive filter to next-error-find-buffer to
6675 do it. Use the absolute value of the motion amount.
6676
6677 2004-11-29 Kenichi Handa <handa@m17n.org>
6678
6679 * startup.el (command-line): Decode all default-directory by
6680 locale-coding-system.
6681
6682 2004-11-29 Jay Belanger <belanger@truman.edu>
6683
6684 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
6685 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
6686 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
6687 Replace calls to calc-extensions by appropriate require, replace
6688 calc-extensions-loaded by appropriate featurep.
6689
6690 * calc/calc-ext.el: Move require to end of file.
6691 Remove redundant loading of calc.el.
6692 (calc-extensions-loaded): Remove unnecessary variable.
6693 (calc-extensions): Remove unnecessary function.
6694 (calc-load-everything): Replace calc-need-macros by appropriate require.
6695
6696 * calc/calc-macs.el: Move provide to end of file.
6697 (calc-need-macros): Remove unnecessary function.
6698
6699 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
6700 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
6701 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
6702 Replace calc-extensions by appropriate require.
6703 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
6704
6705 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
6706 Replace calc-need-macros by appropriate require.
6707
6708 * calc/calc.el: Move require to end of file.
6709 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
6710 Remove unnecessary variable.
6711 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
6712 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
6713 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
6714 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
6715 (math-stack-value-offset, math-format-value, math-format-flat-expr)
6716 (math-format-number, math-format-bignum, math-read-number)
6717 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
6718 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
6719 by appropriate require.
6720 (calc-check-defines): Replace calc-need-macros by appropriate require.
6721
6722 2004-11-29 Kim F. Storm <storm@cua.dk>
6723
6724 * macros.el (insert-kbd-macro): Handle kmacro functions.
6725
6726 2004-11-28 Juri Linkov <juri@jurta.org>
6727
6728 * compare-w.el (compare-windows-highlight): Attach each overlay
6729 to its window to properly highlight differences while comparing
6730 two windows of the same buffer. Fix arguments.
6731 (compare-windows-sync-default-function): Fix arguments of
6732 `compare-windows-highlight'.
6733
6734 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
6735 Use `read-expression-history'. Set initial contents only if
6736 `edebug-global-break-condition' is non-nil. Set histpos to 1
6737 if initial contents is equal to the last history element.
6738 (edebug-set-conditional-breakpoint): Instead of temporarily
6739 prepending the current condition to the history, set initial
6740 contents to the current condition. Set histpos to 1 if initial
6741 contents is equal to the last history element.
6742
6743 * info.el (Info-search-whitespace-regexp): Remove shy group.
6744 (Info-search): Forward line if search is on the header line.
6745 Use search-whitespace-regexp in two other places.
6746
6747 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
6748
6749 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
6750 warning. Delay real definition, which uses
6751 `set-fringe-indicators-1' till after the definition of that function.
6752
6753 2004-11-28 Kim F. Storm <storm@cua.dk>
6754
6755 * fringe.el (fringe): New defgroup.
6756 (fringe-mode): Move to fringe group.
6757 (fringe-indicators): New defcustom.
6758 (set-fringe-indicators-1): New defun.
6759
6760 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
6761 (menu-bar-showhide-fringe-ind-menu): New keymap.
6762 (menu-bar-showhide-fringe-ind-empty)
6763 (menu-bar-showhide-fringe-ind-mixed)
6764 (menu-bar-showhide-fringe-ind-box)
6765 (menu-bar-showhide-fringe-ind-right)
6766 (menu-bar-showhide-fringe-ind-left)
6767 (menu-bar-showhide-fringe-ind-none): New defuns.
6768 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
6769
6770 2004-11-27 Richard M. Stallman <rms@gnu.org>
6771
6772 * comint.el (comint-read-noecho): Add trivial compatibility definition.
6773
6774 * generic.el (define-generic-mode): Doc fix.
6775
6776 * menu-bar.el (menu-bar-options-save): For the options
6777 that are toggled with menu-bar-make-mm-toggle, don't check
6778 for customized-value prop.
6779
6780 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6781
6782 * mail/supercite.el (sc-cite-region): Handle the case where
6783 sc-cite-frame-alist is a symbol.
6784 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
6785 a symbol.
6786 (sc-recite-region): Handle the case where sc-recite-frame-alist is
6787 a symbol.
6788
6789 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6790
6791 * wid-edit.el (widget-narrow-to-field): New function.
6792 (widget-complete): Use it.
6793
6794 2004-11-27 Jay Belanger <belanger@truman.edu>
6795
6796 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
6797 variable.
6798 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
6799 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
6800 (math-alg-inequalities): Move declaration to earlier in the file.
6801
6802 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
6803 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
6804 Declare them.
6805
6806 * calc/calc-lang.el (math-expr-data, math-expr-token)
6807 (math-exp-old-pos): Declare them.
6808
6809 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
6810 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
6811
6812 2004-11-27 Kim F. Storm <storm@cua.dk>
6813
6814 * progmodes/flymake.el: Use (featurep 'xemacs).
6815 (flymake-makehash): Change to defsubst. Use fboundp.
6816 (flymake-time-to-float): Remove.
6817 (flymake-float-time): Merge code from flymake-time-to-float here.
6818 (flymake-replace-regexp-in-string): Change to defsubst.
6819 (flymake-split-string-remove-empty-edges):
6820 Rename to flymake-split-string.
6821 (flymake-split-string): Remove previous defalias.
6822 (flymake-get-temp-dir): Change to defsubst.
6823 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
6824 Define for xemacs only.
6825 (flymake-master-file-count-limit): Change into compiler defvar only.
6826 (flymake-find-possible-master-files): Let-bind it dynamically while
6827 sorting files using flymake-master-file-compare.
6828
6829 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
6832 of defun-prompt-regexp matches inside a comment/string but the
6833 beginning is correctly outside everything.
6834
6835 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
6836 appears within a string or a comment.
6837
6838 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
6839 rather than make-symbol for symbols which are used in
6840 a symbol-macrolet or equivalent.
6841
6842 2004-11-26 Jay Belanger <belanger@truman.edu>
6843
6844 * calc-misc.el (calc-last-why-command): Declare it.
6845
6846 * calc-vec.el (math-grade-vec): New variable.
6847 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
6848 Replace variable grade-vec by declared variable.
6849 (math-rb-close): New variable.
6850 (math-read-brackets, math-read-vector): Replace variable close by
6851 declared variable.
6852
6853 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
6854 (calc-one-window, calc-edit-handler, calc-restore-trail)
6855 (calc-allow-ret): Declare them.
6856
6857 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
6858 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
6859 (math-radix-float-cache-tag, math-random-cache)
6860 (math-max-digits-cache, math-integral-cache, math-units-table)
6861 (math-format-date-cache, math-holidays-cache-tag): Declare them.
6862 (math-moc-func): New variable.
6863 (math-map-over-constants, math-map-over-constants-rec):
6864 Replace variable func by declared variable.
6865
6866 * calc/calc-store.el (calc-given-value, calc-store-opers):
6867 Declare them.
6868 (calc-var-name-map): Move declaration to earlier in the file.
6869 (calc-pv-pos): New variable.
6870 (calc-permanent-variable, calc-insert-permanent-variable):
6871 Replace variable pos by declared variable.
6872
6873 * calc/calc-mtx.el (calc-det-lu): New variable.
6874 (math-det-raw, math-det-step): Replace variable lu by declared variable.
6875
6876 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
6877 (math-multi-subst, math-multi-subst-rec): Replace variables temp
6878 and arg by declared variables.
6879 (calcFunc-reducer): Fix incorrect variable.
6880 (math-inner-mul-func, math-inner-add-func): New variables.
6881 (calcFunc-inner, math-inner-mats): Replace variables mul-func
6882 and add-func by declared variables.
6883
6884 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
6885 (calc-digit-value): Declare them.
6886
6887 * calc/calc-help.el (Info-history): Declare it.
6888 (calc-describe-key): Make calc-summary-indentation a local variable.
6889 (calc-help-long-names): Move declaration to earlier in file.
6890
6891 * calc/calc-embed.el (calc-original-buffer): Declare it.
6892 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
6893 (calc-embed-bot): New variables.
6894 (calc-do-embedded, calc-embedded-mark-formula)
6895 (calc-embedded-find-bounds, calc-embedded-duplicate)
6896 (calc-embedded-new-formula, calc-embedded-make-info):
6897 Replace vars outer-top, outer-bot, bot and top by declared variables.
6898 (calc-embed-prev-modes): New variable.
6899 (calc-embedded-set-modes, calc-embedded-update): Replace variable
6900 prev-modes with declared variable.
6901 (calc-embed-vars-used): New variable.
6902 (calc-embedded-make-info, calc-embedded-evaluate-expr)
6903 (calc-embedded-update, calc-embedded-find-vars): Replace variable
6904 vars-used by declared variable.
6905
6906 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
6907 (math-format-radix-float): Remove unnecessary setq.
6908 (math-radix-float-cache): Declare it.
6909
6910 * calc/calcsel2.el (calc-keep-selection): Declare it.
6911
6912 * calc/calc-maint.el: Remove file.
6913
6914 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6915
6916 * textmodes/bibtex.el (bibtex-sort-entry-class)
6917 (bibtex-comment-start): Use defcustom.
6918 (bibtex-entry-field-alist): Use nil if initial content of the
6919 field is undefined. Fix docstring.
6920 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
6921 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
6922 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
6923 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
6924 Fix docstring.
6925 (bibtex-autokey-title-terminators): Use only one regexp.
6926 (bibtex-string-maybe-empty-head): New variable.
6927 (bibtex-remove-delimiters-string): New function.
6928 (bibtex-text-in-field-bounds, bibtex-text-in-string):
6929 Use bibtex-remove-delimiters-string.
6930 (bibtex-progress-message, bibtex-field-left-delimiter)
6931 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
6932 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
6933 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
6934 Simplify.
6935 (bibtex-format-entry): Use save-excursion for inherited booktitle.
6936 Use eq and bibtex-remove-delimiters-string. For end markers use
6937 insertion type so that marker stays after inserted text.
6938 (bibtex-autokey-get-names): Return empty string if name is missing.
6939 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
6940 calling bibtex-autokey-name-case-convert.
6941 (bibtex-autokey-demangle-title):
6942 Call bibtex-autokey-titleword-case-convert. Remove call to
6943 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
6944 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
6945 (bibtex-read-key): New optional arg global.
6946 (bibtex-files-expand): New optional arg force.
6947 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
6948 (bibtex-complete-crossref-cleanup): Rename from
6949 bibtex-complete-key-cleanup. Simplify code.
6950 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
6951 Operate on current entry.
6952 (bibtex-button): Add docstring.
6953 (bibtex-entry): Simplify.
6954 (bibtex-make-field): Replace optional arg called-by-yank with more
6955 specific args move and interactive.
6956 (bibtex-end-of-entry): Use forward-sexp.
6957 (bibtex-find-entry-globally): Remove.
6958 (bibtex-find-crossref): Allow for crossref key located in other buffer.
6959 Bound to C-c C-x.
6960 (bibtex-find-entry): New optional args global and display.
6961 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
6962 (bibtex-validate): Use arg force of bibtex-files-expand.
6963 (bibtex-clean-entry): Bugfix, clean string entries properly.
6964 Always keep point at beginning of entry.
6965 (bibtex-complete): Bugfix. Handle string entries properly.
6966 Call cleanup functions only if needed.
6967 (bibtex-String): Use bibtex-read-string-key.
6968 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
6969 case of replacement text.
6970
6971 2004-11-26 Lars Hansen <larsh@math.ku.dk>
6972
6973 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
6974 (tramp-perl-directory-files-and-attributes): New constant.
6975 (tramp-file-name-handler-alist): Delete file-directory-files, add
6976 directory-files-and-attributes.
6977 (tramp-perl-file-attributes): Surround uid and gid by double
6978 quotes. Change parameter id-format from nonnumeric.
6979 (tramp-convert-file-attributes): New function.
6980 (tramp-handle-file-attributes): Use it.
6981 (tramp-maybe-send-perl-script): New function.
6982 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
6983 file mode. Change parameter id-format from nonnumeric.
6984 (tramp-handle-file-attributes-with-ls): Change parameter id-format
6985 from nonnumeric.
6986 (tramp-post-connection): Don't send tramp-perl-file-attributes
6987 script. Reset connection property "perl-scripts".
6988 (tramp-handle-insert-directory): Run real handler when ls-lisp is
6989 in use.
6990
6991 2004-11-26 Lars Hansen <larsh@math.ku.dk>
6992
6993 * desktop.el (desktop-read): Replace mapcar with mapc.
6994 (desktop-create-buffer): Replace mapcar with mapc.
6995 Remove redundant piece of code.
6996
6997 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
6998
6999 * progmodes/gud.el (gud-display-line): Use display-buffer
7000 for GDB-UI as for GUD.
7001
7002 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7003 Delete variables.
7004 (gdb-ann3): Don't make GUD buffer dedicated.
7005 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7006 (gdb-display-source-buffer): Delete function.
7007 (gdb-view-source-function, gdb-view-assembler): Delete functions.
7008 (menu): Delete menu bindings for viewing source/assembler.
7009 (gdb-setup-windows, gdb-restore-windows):
7010 Don't dedicate GUD. No assembler now.
7011 (gdb-reset): No need to undedicate source buffers now.
7012 (gdb-source-info): No assembler now.
7013
7014 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
7015
7016 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7017 width to those for special frames.
7018 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7019 Use display-buffer.
7020 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7021 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7022 (gdb-frame-assembler-buffer): Rework like
7023 gdb-frame-breakpoints-buffer.
7024
7025 2004-11-25 Richard M. Stallman <rms@gnu.org>
7026
7027 * progmodes/flymake.el: Reindent.
7028 (flymake-split-string): Turn into defalias.
7029 (flymake-fix-file-name): Rename from flymake-fix-path-name.
7030 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7031 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
7032 (flymake-build-relative-filename): Rename from ...path.
7033 Fix error message.
7034
7035 2004-11-25 Cheng Gao <chenggao@gmail.com>
7036
7037 * progmodes/flymake.el: Much whitespace and capitalization change.
7038 Move `provide' to end. Require `compile' only when compiling.
7039
7040 2004-11-24 Jay Belanger <belanger@truman.edu>
7041
7042 * calc/calc-alg.el: Added comment.
7043 (math-polynomial-base): Replace variable mpb-top-expr by
7044 math-poly-base-top-expr.
7045
7046 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7047 (math-polynomial-p1): Replace variable mpb-top-expr by declared
7048 variable.
7049 (math-poly-base-total-base): New variable.
7050 (math-total-polynomial-base, math-polynomial-p1): Replace variable
7051 mpb-total-base by declared variable.
7052 (math-factored-vars, math-to-list): Declare it.
7053 (math-fact-expr): New variable.
7054 (calcFunc-factors, calcFunc-factor, math-factor-expr)
7055 (math-factor-expr-try, math-factor-expr-part): Replace variable
7056 expr by declared variable.
7057 (math-fet-x): New variable.
7058 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7059 by declared variable.
7060 (math-factor-poly-coefs): Make temp a local variable.
7061
7062 * calc/calc-units.el (calc-convert-units): Make units a local
7063 variable.
7064 (calc-num-units, calc-den-units): New variables.
7065 (calc-explain-units, calc-explain-units-rec): Replace variables
7066 num-units and den-units by declared variables.
7067 (math-cu-unit-list): New variable.
7068 (math-build-units-table, math-compare-unit-names)
7069 (math-convert-units, math-convert-units-rec): Replace variable
7070 unit-list by declared variable.
7071 (math-fbu-base, math-fbu-entry): New variables.
7072 (math-find-base-units, math-find-base-units-rec): Replace variables
7073 base and entry by declared variables.
7074 (math-which-standard): New variable.
7075 (math-to-standard-units, math-to-standard-rec): Replace variable
7076 which-standard by declared variable.
7077 (math-fcu-u): New variable.
7078 (math-find-compatible-unit, math-find-compatible-unit-rec):
7079 Replace variable u by declared variable.
7080 (math-cu-new-units, math-cu-pure): New variables.
7081 (math-convert-units, math-convert-units-rec): Replace variables
7082 new-units and pure by declared variables.
7083 (math-try-cancel-units): New variable.
7084 (math-simplify-units-quotient): Replace variable try-cancel-units by
7085 declared variable.
7086
7087 2004-11-24 Richard M. Stallman <rms@gnu.org>
7088
7089 * textmodes/ispell.el (ispell-check-version):
7090 If default-directory is nonexistent, use home dir.
7091
7092 * progmodes/grep.el (grep-regexp-alist):
7093 Don't match parens around line numbers.
7094
7095 * progmodes/cperl-mode.el (cperl-indent-region)
7096 (cperl-imenu--create-perl-index, cperl-xsub-scan):
7097 Don't print progress messages.
7098
7099 * progmodes/compile.el (compilation-mode-map):
7100 Don't inherit from compilation-minor-mode-map;
7101 copy its bindings instead. But the menu bar Compile
7102 entry now does inherit from compilation-menu-map.
7103
7104 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7105 Use with-no-warnings around compiler-macroexpand.
7106
7107 * imenu.el: Don't always require newcomment.
7108 (imenu--generic-function): Call comment-normalize-vars
7109 if we have a comment syntax.
7110 Exit the loop if REGEXP matches the null string.
7111 Test comment-start as well as comment-start-skip
7112 when deciding whether to check for comments.
7113
7114 * tooltip.el (tooltip-mode): Doc fix.
7115
7116 * term.el (term-escape-char, term-mode): Doc fixes.
7117
7118 2004-11-24 Dave Love <fx@gnu.org>
7119
7120 * progmodes/python.el (python-font-lock-syntactic-keywords):
7121 Check for escapes in the regexp.
7122 (python-quote-syntax): Don't do it here.
7123
7124 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7125
7126 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7127 (gdb-frames-mode-map, gdb-threads-mode-map)
7128 (gdb-registers-mode-map, gdb-locals-mode-map)
7129 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7130 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7131
7132 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7133 (dedicated-switch-to-buffer): Rework.
7134 (gdb-var-evaluate-expression-handler, gdb-put-string):
7135 Remove unused variable bindings.
7136 (gdb-setup-windows, gdb-display-buffer):
7137 Simplify. Use pop-to-buffer.
7138 (gdb-view-source-function): Simplify.
7139 (gdb-frame-breakpoints-buffer):
7140 Use pop-to-buffer, special-display-regexps.
7141
7142 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7143
7144 * progmodes/f90.el (f90-smart-end)
7145 (f90-previous-statement, f90-beginning-of-block): Doc fix.
7146 (f90-calculate-indent): Handle un-named PROGRAM blocks.
7147 (f90-end-of-block): Doc fix. Make check of outermost block
7148 conditional on value of `f90-smart-end'.
7149 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7150 Handle case where END-BLOCK is nil.
7151 (f90-match-end): Handle un-named PROGRAM blocks.
7152 (f90-backslash-not-special): New function.
7153
7154 2004-11-24 Jay Belanger <belanger@truman.edu>
7155
7156 * calc/calc.el (calc-embedded-active): Removed unnecessary
7157 declaration.
7158 (calc-show-banner): Removed redundant declaration.
7159
7160 * calc/calc-graph.el (calc-gnuplot-default-device)
7161 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7162 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7163 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7164 Remove redundant initial values.
7165
7166 * calc/calc-arith.el (math-scalar-functions)
7167 (math-nonscalar-functions, math-scalar-if-args-functions)
7168 (math-real-functions, math-positive-functions)
7169 (math-nonnegative-functions, math-real-scalar-functions)
7170 (math-real-if-arg-functions, math-integer-functions)
7171 (math-num-integer-functions, math-rounding-functions)
7172 (math-float-rounding-functions, math-integer-if-args-functions)
7173 (math-super-types): Move declarations to earlier in file.
7174 (math-unit-prefixes): Declared it.
7175 (math-floor-prec, math-trunc-prec): New variables.
7176 (math-trunc-fancy): Replace variable prec by declared variable.
7177 (math-floor-fancy): Replace variable prec by declared variable.
7178 (math-com-bterms): New variable.
7179 (math-commutative-equal, math-commutative-collect):
7180 Replace variable bterms by declared variable.
7181
7182 * calc/calc-misc.el (math-trunc): Replace variable prec by
7183 math-trunc-prec.
7184 (math-floor): Replace variable prec by math-floor-prec.
7185
7186 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7187 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7188 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7189 (math-format-date, math-format-date-part): Replace variables
7190 date, dt, year, month, day, weekday, hour, minute, second and
7191 bc-flag by declared variables.
7192 (math-pd-str): New variable.
7193 (math-parse-date, math-parse-date-word, math-parse-standard-date):
7194 Replace variable str by declared variable.
7195 (math-daylight-savings-hook, math-tzone-names): Move definitions
7196 to earlier in the file.
7197 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7198 (math-sh-year): New variable.
7199 (math-setup-add-holidays, math-setup-holidays)
7200 (math-setup-year-holidays): Replace variable `year' by declared
7201 variable.
7202
7203 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7204 New variables.
7205 (math-nth-root-float, math-nth-root-float-iter): Replace variables
7206 n, nf and nfm1 by declared variables.
7207 (math-nri-n): New variable.
7208 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7209 n by declared variable.
7210 (calcFunc-log): Removed misplaced condition.
7211
7212 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7215
7216 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7217
7218 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7219 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7220 Dedicate gdb-related windows.
7221 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7222 other frames.
7223 (gdb-reset): Remove dedicated property after debugging.
7224
7225 2004-11-24 Jay Belanger <belanger@truman.edu>
7226
7227 * calc/calc-sel.el: Add comment.
7228
7229 * calc/calc.el (math-stack-value-offset): Replace variables c,
7230 wid and off with math-svo-c, math-svo-wid and math-svo-off.
7231
7232 * calc/calccomp.el (math-comp-sel-tag): Declare it.
7233 (math-svo-c, math-svo-wid, math-svo-off): New variables.
7234 (math-stack-value-offset-fancy): Replace variables c, wid and off
7235 by declared variables.
7236 (math-comp-just, math-comp-comma-spc): New variables.
7237 (math-compose-expr, math-compose-matrix): Replace variables `just'
7238 and comma-spc by declared variable.
7239 (math-comp-vector-prec): New variable.
7240 (math-compose-expr, math-compose-matrix, math-compose-rows):
7241 Replace variable vector-prec by declared variable.
7242 (math-comp-left-bracket, math-comp-right-bracket)
7243 (math-comp-comma): New variables.
7244 (math-compose-expr, math-compose-rows): Replace variables
7245 left-bracket, right-bracket and comma by declared variables.
7246 (math-comp-full-width): New variable.
7247 (math-comp-to-string-flat, math-comp-to-string-flat-term):
7248 Replace variable full-width by declared variable.
7249 (math-comp-highlight, math-comp-word, math-comp-level)
7250 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7251 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7252 New variables.
7253 (math-comp-to-string-flat, math-comp-to-string-flat-term)
7254 (math-comp-sel-flat-term): Replace variables comp-highlight,
7255 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7256 declared variables.
7257 (math-comp-simplify, math-comp-simplify-term)
7258 (math-comp-add-string, math-comp-add-string-sel):
7259 Replace variables comp-highlight, comp-buf, comp-base,
7260 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7261
7262 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7263
7264 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7265
7266 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7267 and x-server-version may throw.
7268
7269 2004-11-23 Kim F. Storm <storm@cua.dk>
7270
7271 * subr.el (substitute-key-definition-key): Optimize.
7272 Don't call indirect-function for nil defn (always signals error).
7273
7274 * ido.el (ido-read-internal): Fix require-match check when
7275 ido-directory-too-big is set.
7276
7277 2004-11-23 Jay Belanger <belanger@truman.edu>
7278
7279 * calc/calc-ext.el (math-read-replacement-list)
7280 (math-read-superscripts): New variables.
7281 (math-read-preprocess-string): New function.
7282 (math-read-expr): Filter input through math-read-preprocess-string.
7283
7284 * calc/calc-aent.el (math-read-exprs): Filter input through
7285 math-read-preprocess-string.
7286
7287 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
7288
7289 * progmodes/compile.el (compilation-start): In cd command use
7290 substitute-env-vars -- not quite shell compatible but better than
7291 nothing.
7292 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7293 handle the newer versions messages, which are more parseable.
7294
7295 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * reveal.el (reveal-mode-map): New var.
7298 (reveal-mode): Use it.
7299
7300 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7303 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7304
7305 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7308 header-line when needed.
7309 Use fixed-pitch only in the header-line.
7310 Build the underline automatically. Use emdash if available.
7311
7312 2004-11-22 Richard M. Stallman <rms@gnu.org>
7313
7314 * dired.el (dired-recursive-copies): Move from dired-aux.el.
7315 * dired-aux.el (dired-recursive-copies): Move to dired.el.
7316
7317 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
7318
7319 * progmodes/gdb-ui.el (gdb-resync): New function.
7320 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7321 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7322 Use it to fail more gracefully.
7323 (gdb-variables): Delete variable.
7324 Re-order variables to reduce byte-compiler warnings.
7325
7326 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * descr-text.el (describe-char):
7329 * paren.el (show-paren-function):
7330 * subr.el (syntax-after): Undo last change.
7331
7332 * progmodes/python.el (run-python): Don't hard code *Python*.
7333 Don't modify global process-environment.
7334 (python-send-region, python-load-file): Don't assume that
7335 python-buffer == (process-buffer (python-proc)).
7336 (python-switch-to-python): Simplify.
7337
7338 * dired.el (dired-align-file): Don't assume line starts with spaces.
7339
7340 2004-11-21 Jay Belanger <belanger@truman.edu>
7341
7342 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7343 Replace variable `lines' by math-read-big-lines.
7344 (math-read-big-expr): Replace variables the-baseline, the-h2
7345 and err-msg by math-read-big-baseline, math-read-big-h2 and
7346 math-read-err-msg.
7347 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7348
7349 * calc/calc-lang.el (math-read-big-rec): Fix typo.
7350 (math-read-big-balance): Replace unbound variable by value.
7351 (math-read-big-lines): New variable.
7352 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7353 (math-read-big-error, math-read-big-balance): Replace variable
7354 `lines' by declared variable.
7355 (math-read-big-baseline, math-read-big-h2): New variables.
7356 (math-read-big-rec): Replace variables the-baseline and the-h2
7357 by declared variables.
7358 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7359 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7360 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7361 declared variables.
7362 (math-read-big-err-msg): New variable.
7363 (math-read-big-error): Replace variable err-msg by declared variable.
7364
7365 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * ses.el: Add coding cookie.
7368 Fix up docstrings, follow new commenting conventions.
7369 (ses-header-line-menu): Fix missing variable rename for header-row.
7370 (ses-cell-size): Remove.
7371 (ses-make-cell): New function.
7372 (ses-cell, ses-insert-row, ses-insert-column): Use it.
7373 (ses-calculate-cell): Remove unused var `symbol'.
7374 (ses-narrowed-p): New function.
7375 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7376 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7377 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7378 (ses-setup): Use restore-buffer-modified-p.
7379 (ses-cleanup): Remove unused var `end'.
7380 (ses-header-string-left-offset): Remove.
7381 (ses-create-header-string): Adjust to new behavior of `align-to'.
7382 Truncate excessively large fields to preserve alignment.
7383 (ses-reconstruct-all): Remove unused var `refs'.
7384 (ses-read-cell-printer): Remove unused var `prompt'.
7385 (ses-delete-row): Remove unused var `pos'.
7386 (ses-delete-column): Remove unused var `new'.
7387
7388 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7389
7390 * ps-print.el: Insert :version tag into all defgroup and defcustom.
7391 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7392 Eliminate eval-and-compile usage.
7393 (ps-insert-file): Use insert-file-contents instead of insert-file.
7394 (ps-setup): Code fix.
7395
7396 * printing.el (pr-setup, lpr-setup): Code fix.
7397
7398 2004-11-21 Jay Belanger <belanger@truman.edu>
7399
7400 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7401 (calc-original-buffer): Declare them.
7402 (calc-user-formula-alist): New variable.
7403 (calc-user-define-formula, calc-fix-user-formula)
7404 (calc-user-define-composition, calc-finish-formula-edit):
7405 Replace variable `alist' by declared variable.
7406 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7407 (var-q7, var-q7, var-q8, var-q9): Declare them.
7408 (calc-kbd-push): Don't check to see if var-q0 through var-q9
7409 are bound.
7410 (calcFunc-typeof): Replace undeclared variable by expression.
7411 (math-exp-env): New variable.
7412 (math-define-body, math-define-exp): Replace exp-env by declared var.
7413 (math-define-exp): Replace misplaced variable by expression.
7414
7415 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7416 (calc-curve-model, calc-curve-coefnames): New variables.
7417 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7418 varnames, model and coefnames by declared variables.
7419 (math-root-widen): New variable.
7420 (math-search-root, math-find-root): Replace variable root-widen by
7421 declared variable.
7422 (var-DUMMY): Declare it.
7423 (math-root-vars, math-min-vars): Move the declarations to earlier in
7424 the file.
7425 (math-brent-min): Make d a local variable.
7426 (math-find-minimum): Replace non-existent variable.
7427 (math-ninteg-romberg): Remove unnecessary variable.
7428 (math-ninteg-temp): New variable.
7429 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7430 integ-temp by declared variable.
7431 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7432 New variables.
7433 (math-general-fit): Replace variables first-var, first-coef and
7434 new-coefs by declared variables.
7435 (calcFunc-fitvar): Replace variable first-var by declared variable.
7436 (calcFunc-fitparam): Replace variable first-coef by declared variable.
7437 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7438 (math-all-vars-vars, math-all-vars-found): New variables.
7439 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7440 found by declared variable math-all-vars-vars.
7441
7442 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
7443
7444 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7445 of `defconst'.
7446
7447 2004-11-20 Richard M. Stallman <rms@gnu.org>
7448
7449 * isearch.el (isearch-mode-map): Don't bind SPC.
7450 (isearch-whitespace-chars): Function deleted.
7451 (isearch-search): Bind search-spaces-regexp.
7452 (isearch-lazy-highlight-search): Likewise.
7453 (search-whitespace-regexp): Doc fix.
7454 (isearch-forward-regexp): Doc fix.
7455
7456 * emacs-lisp/bytecomp.el (byte-compile-form):
7457 Move the calls to byte-compile-set-symbol-position,
7458 to avoid having two for the same symbol occurrence.
7459
7460 * comint.el (comint-input-ring-size): Increase to 150.
7461
7462 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7463 New variables.
7464 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7465 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7466
7467 * imenu.el (imenu--generic-function):
7468 Ensure we keep moving backward even if BEG isn't further back.
7469
7470 * replace.el (query-replace-read-to, query-replace-read-from):
7471 Specify t for KEEP-ALL in read-from-minibuffer.
7472
7473 * progmodes/python.el (python-switch-to-python):
7474 If Python isn't running, start it.
7475 Don't alter debug-ignored-errors.
7476
7477 * progmodes/cperl-mode.el (cperl-indent-region):
7478 Don't mind imenu-scanning-message.
7479
7480 * bindings.el (global-map): Bind C-e to move-end-of-line.
7481
7482 * simple.el (line-move-finish): New arg FORWARD.
7483 Ignore invisible newlines, not intangible ones.
7484 Conditions for acceptable stopping positions depend on FORWARD.
7485 (line-move): Pass FORWARD arg to line-move-finish.
7486
7487 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7488 of HEADER. Compensate for this change in the code to add display
7489 properties. Don't make the first line intangible.
7490
7491 * info.el (Info-search): Fix previous change.
7492
7493 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7494
7495 * Makefile.in (recompile): Revert 2004-11-19 change.
7496 (compile): Likewise.
7497
7498 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
7499
7500 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7501
7502 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7503
7504 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
7505 defgroup and defcustom. Eliminate eval-and-compile usage.
7506
7507 * progmodes/ebnf-otz.el: Fix typos.
7508
7509 2004-11-19 Jay Belanger <belanger@truman.edu>
7510
7511 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7512 (calc-edit-finish, calc-finish-stack-edit): Replace variable
7513 disp-trail by declared variable.
7514
7515 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7516 (calc-finish-selection-edit): Replace variable disp-trail by
7517 declared variable.
7518 (calc-selection-cache-entry): Move declaration to earlier in the file.
7519 (calc-selection-cache-num, calc-selection-cache-comp)
7520 (calc-selection-cache-offset, calc-selection-true-num)
7521 (calc-final-point-line, calc-final-point-column)
7522 (calc-original-buffer): Declare them.
7523 (calc-fnp-op, calc-fnp-num): New variables.
7524 (calc-find-nth-part, calc-find-nth-part-rec)
7525 (calc-select-previous): Replace op and num by declared variables.
7526 (calc-rsf-old, calc-rsf-new): New variables.
7527 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7528 Replace variables old and new by declared variables.
7529 (calc-sel-reselect): New variable.
7530 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7531 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7532 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
7533 reselect with declared variable.
7534
7535 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7536 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7537 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7538 (math-import-list, math-rewrite-phase): Declare them.
7539 (math-rewrite): Use let* to declare variables.
7540 (calc-rewrite-selection): Make rules a local variable.
7541 (calc-rewr-sel): New variable.
7542 (calc-rewrite-selection, calc-locate-selection-marker)
7543 (calc-rewrite): Use the declared variable calc-rewr-sel instead
7544 of sel.
7545 (math-rewrite-whole-expr): New variable.
7546 (math-rewrite, math-rewrite-phase): Replace variable expr by
7547 declared variable.
7548 (math-rewrite-heads-heads, math-rewrite-heads-skips)
7549 (math-rewrite-heads-blanks ): New variables.
7550 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
7551 heads, skips and blanks by declared variables.
7552 (math-rwcomp-subst-old, math-rwcomp-subst-new)
7553 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
7554 New variables.
7555 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
7556 old, new, old-func and new-func by declared variables.
7557 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
7558 Remove unnecessary variable.
7559 (math-apply-rw-regs): New variable.
7560 (math-apply-rewrites, math-rwapply-replace-regs)
7561 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
7562 (math-apply-rw-ruleset): New variable.
7563 (math-apply-rewrites, math-rwapply-remember): Replace variable
7564 ruleset by declared variable.
7565
7566 2004-11-19 Richard M. Stallman <rms@gnu.org>
7567
7568 * info.el (Info-search): Use search-whitespace-regexp.
7569
7570 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7571
7572 * vc-rcs.el (vc-rcs-parse): New function.
7573 (vc-rcs-annotate-command): Likewise.
7574 (vc-rcs-annotate-current-time): Likewise.
7575 (vc-rcs-annotate-time): Likewise.
7576 (vc-rcs-annotate-extract-revision-at-line): Likewise.
7577
7578 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7579
7580 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
7581
7582 2004-11-18 Jay Belanger <belanger@truman.edu>
7583
7584 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
7585
7586 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7587
7588 * printing.el: Eliminate use of interactive-p and eval-and-compile.
7589 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7590 Use make-temp-file to generate PostScript files in any situation.
7591 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7592 (pr-interactive-p): Eliminate var.
7593 (pr-save-interactive): Eliminate macro.
7594 (pr-interface, pr-ps-directory-preview)
7595 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7596 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7597 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7598 (pr-ps-buffer-ps-print, pr-ps-region-preview)
7599 (pr-ps-region-using-ghostscript, pr-ps-region-print)
7600 (pr-ps-region-ps-print, pr-ps-mode-preview)
7601 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7602 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7603 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
7604 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7605 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7606 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7607 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7608 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7609 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7610 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7611 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7612 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
7613 Eliminate pr-save-interactive usage.
7614 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
7615 Eliminate pr-interactive-p usage.
7616 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
7617 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
7618 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
7619 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
7620 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
7621 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7622 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
7623 New funs.
7624 (pr-ps-file): Use make-temp-file to generate a temporary file.
7625
7626 2004-11-17 Jay Belanger <belanger@truman.edu>
7627
7628 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
7629 a local variable.
7630 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
7631 (math-top-only): New variable.
7632 (math-simplify, math-simplify-step): Replace variable top-only by
7633 declared variable math-top-only.
7634 (math-simplify-expr): Declare it.
7635 Replace argument expr in all calls of math-defsimplify by
7636 math-simplify-expr.
7637 (math-simplify-plus, math-simplify-times, math-simplify-divide)
7638 (math-simplify-divisor, math-simplify-one-divisor)
7639 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
7640 (math-simplify-pow): Replace variable expr by declared variable
7641 math-simplify-expr.
7642 (math-simplify-divisor): Remove local variables temp and op.
7643 (math-simplify-one-divisor): Make temp and op local variables.
7644 (math-simplify-divisor-nover, math-simplify-divisor-dover):
7645 New variables.
7646 (math-simplify-divisor, math-simplify-one-divisor):
7647 Replace variables nover and dover by declared variables.
7648 (math-expr-subst-new, math-expr-subst-old): New variables.
7649 (math-expr-subst, math-expr-subst-rec): Replace variables new
7650 and old by declared variables.
7651 (math-is-poly-degree, math-is-poly-loose): New variables.
7652 (math-is-polynomial, math-is-poly-rec): Replace variables degree
7653 and loose by declared variables.
7654 (math-poly-base-const-ok, math-poly-base-pred): New variables.
7655 (math-polynomial-base, math-polynomial-base-rec):
7656 Replace variables const-ok and mpb-pred by declared variables.
7657
7658 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
7659
7660 * calc/calc-ext.el (math-defsimplify): Change the argument in
7661 the created function to math-simplify-expr.
7662
7663 * calc/calc-units.el (math-simplify-expr): Declare it.
7664 Replace argument expr in all calls of math-defsimplify by
7665 math-simplify-expr.
7666 (math-simplify-units-prod): Replace variable expr by declared
7667 variable math-simplify-expr.
7668
7669 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
7672 Replace mapcar->dolist, format->string.
7673
7674 2004-11-17 Miles Bader <miles@gnu.org>
7675
7676 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
7677 * progmodes/idlwave.el: Remove RCS keywords.
7678
7679 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
7680
7681 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
7682 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
7683 Update to IDLWAVE version 5.5. Too many changes to list them here.
7684 * progmodes/idlw-help.el: New file.
7685
7686 2004-11-16 Richard M. Stallman <rms@gnu.org>
7687
7688 * international/iso-cvt.el (iso-tex2iso-trans-tab):
7689 Discard spaces after \i according to TeX rules.
7690
7691 * international/mule.el (set-buffer-file-coding-system):
7692 New arg NOMODIFY.
7693 (after-insert-file-set-coding): Pass that new arg.
7694 Prevent set-buffer-multibyte from trying to lock the file.
7695
7696 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
7697
7698 * saveplace.el (save-place): Doc fix.
7699
7700 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
7701 temporarily widen before finding the following word to copy.
7702
7703 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
7704 (cl-map-keymap): Definition deleted.
7705
7706 * subr.el (map-keymap-internal): New function.
7707
7708 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
7711 when pressing rather than when releasing mouse-2. Simplify.
7712
7713 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
7716 (compilation-mode): Set it here instead.
7717
7718 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
7719
7720 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
7721 (loop, cl-parse-loop-clause, defsetf): Use backquote.
7722
7723 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * progmodes/compile.el (compilation-internal-error-properties):
7726 Fix up a transposition-typo. Check end-col before using it.
7727
7728 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
7729
7730 * international/iso-cvt.el (iso-tex2iso-trans-tab):
7731 Discard whitespace after macro \i when converting it.
7732
7733 2004-11-16 Juri Linkov <juri@jurta.org>
7734
7735 * emacs-lisp/find-func.el (find-function-regexp):
7736 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
7737 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
7738 Remove invalid `\W' from [^cgv\W]. Doc fix.
7739 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
7740
7741 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
7742
7743 * play/life.el: Maintainer is now FSF.
7744 (life-patterns, life-neighbor-deltas, life-window-start)
7745 (life-current-generation, life-generation-string): Use defvar
7746 instead of defconst.
7747
7748 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * progmodes/compile.el (compilation-move-to-column): New fun.
7751 (compilation-internal-error-properties)
7752 (compilation-next-error-function): Use it to make sure we don't go past
7753 the end of line.
7754
7755 2004-11-15 John Paul Wallington <jpw@gnu.org>
7756
7757 * autoinsert.el (auto-insert-alist): Insert the user's name in
7758 copyright notice, rather than Free Software Foundation, for the
7759 Emacs Lisp header case too.
7760
7761 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7762
7763 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
7764 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7765 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
7766 return the list of string in a string.
7767 (pr-call-process): Message if calling process returns an error, that
7768 is, the exit status is different of zero.
7769
7770 2004-11-15 Jay Belanger <belanger@truman.edu>
7771
7772 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
7773 variable var-thing.
7774 (math-integ-depth, math-integ-level, math-integral-limit)
7775 (math-enable-subst, math-any-substs, math-integ-msg)
7776 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
7777 (math-int-threshold, math-int-factors, math-double-roots)
7778 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
7779 (var-GenCount): Declare these variables.
7780 (calcFunc-integ): Don't check if var-IntegLimit is bound.
7781 (math-integral-cache, math-integral-cache-state):
7782 Move declarations to earlier in the file.
7783 (math-deriv-var, math-deriv-total, math-deriv-symb)
7784 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
7785 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
7786 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
7787 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
7788 (math-solve-res): New variables
7789 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
7790 (math-integral, math-replace-integral-parts)
7791 (math-integrate-by-parts, calc-dump-integral-cache)
7792 (math-try-integral, math-do-integral, math-do-integral)
7793 (math-do-integral-methods, math-try-solve-for)
7794 (math-try-solve-prod, math-solve-poly-funny-powers)
7795 (math-solve-crunch-poly, math-decompose-poly)
7796 (math-solve-find-root-term, math-find-root-in-prod)
7797 (math-integ-try-linear-substitutions)
7798 (math-integ-try-substitutions, math-expr-rational-in)
7799 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
7800 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
7801 (math-solve-for, math-solve-system, math-solve-system-rec)
7802 (math-solve-get-sign, math-solve-get-int)
7803 (math-solve-system-subst): Replace undeclared variables with newly
7804 declared variables.
7805
7806 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * winner.el (winner-active-region, winner-edges, winner-window-list):
7809 Define at toplevel.
7810 (winner-mode-map): Move init inside declaration.
7811
7812 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
7813
7814 * files.el (convert-standard-filename): Doc fix.
7815
7816 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
7817
7818 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
7819 passwd, group, shadow, default/* and pam.d/*.
7820
7821 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7822
7823 * printing.el (pr-menu-spec): Adjust menu specification.
7824
7825 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7826
7827 * printing.el: Doc fix. Insert :version tag into all defcustom.
7828 Handle interactive-p as is recommended in Emacs Lisp Reference.
7829 Set the file permission bits for newly created files.
7830 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
7831 The printing menu specification (in `pr-menu-spec') was merged.
7832 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7833 (pr-version): New version number (6.8.3).
7834 (pr-file-modes): New option.
7835 (pr-interactive-p): New var.
7836 (pr-save-interactive, pr-save-file-modes): New macros.
7837 (pr-setup): Code fix.
7838 (pr-menu-spec): Menu specification merged.
7839 (pr-call-process, pr-text2ps): Set file permission bits.
7840 (pr-despool-print): Set file permission bits. Handle interactive-p as
7841 is recommended.
7842 (pr-interface, pr-ps-directory-preview)
7843 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7844 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7845 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7846 (pr-ps-buffer-ps-print, pr-ps-region-preview)
7847 (pr-ps-region-using-ghostscript, pr-ps-region-print)
7848 (pr-ps-region-ps-print, pr-ps-mode-preview)
7849 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7850 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7851 (pr-despool-using-ghostscript, pr-despool-ps-print)
7852 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7853 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7854 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7855 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7856 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7857 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7858 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7859 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7860 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
7861 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
7862 Handle interactive-p as is recommended.
7863
7864 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
7867 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
7868
7869 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
7870 so it doesn't forget to highlight the beginning of the region either.
7871
7872 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
7873
7874 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
7875 (c-font-lock-init): Eliminate obsolete make-local-hook.
7876 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7877 (awk-mode): Use run-mode-hooks.
7878
7879 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
7880
7881 2004-11-13 Kim F. Storm <storm@cua.dk>
7882
7883 * mouse.el (mouse-drag-copy-region): Add :version.
7884 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
7885 while dragging mode line, so mode line can be dragged downwards.
7886 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
7887 while pressing mouse button so window doesn't scroll until we
7888 release the mouse if clicking on partially visible line.
7889
7890 2004-11-12 Jay Belanger <belanger@truman.edu>
7891
7892 * calc/calc-graph.el (calc-dumb-map): Declare it.
7893 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
7894 than unbound.
7895 (calc-graph-name): Made `end' a local variable.
7896 (calc-graph-lookup): Made `varname' a local variable.
7897 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
7898 Declare them.
7899 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
7900 (calc-graph-plot, calc-graph-compute-3d): Remove references to
7901 the unused variable y3vec.
7902 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
7903 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
7904 calc-graph-prev-kill-hook.
7905 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
7906 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
7907 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
7908 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
7909 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
7910 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
7911 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
7912 (calc-graph-y3value, calc-graph-y3name)
7913 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
7914 (calc-graph-stepcount, calc-graph-is-splot)
7915 (calc-graph-surprise-splot, calc-graph-blank)
7916 (calc-graph-non-blank, calc-graph-curve-num): New variables.
7917 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
7918 (calc-graph-recompute-2d, calc-graph-compute-3d)
7919 (calc-graph-format-data): Replace undeclared variables with the
7920 above newly declared variables.
7921
7922 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
7923
7924 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
7925 `rsf-beep' and `rsf-sleep-after-message'.
7926
7927 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
7928 list if `message-sender' is non-nil.
7929
7930 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7931
7932 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
7933 consing by using mapc instead of mapcar.
7934
7935 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
7936
7937 * tooltip.el (require): Explain why CL is needed.
7938
7939 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7940
7941 * printing.el: Insert :version into defgroup (printing). All reference
7942 to Files option in menubar were changed to File.
7943 (pr-version): New version number (6.8.2).
7944 (pr-get-symbol): Call easy-menu-intern.
7945 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
7946 compilation gripes.
7947
7948 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
7951 new byte-compile-function-environment binding to t.
7952
7953 * font-lock.el (font-lock-fontify-syntactically-region):
7954 Don't forget to highlight the last char when we hit `end'.
7955
7956 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
7957 (mwheel-scroll): Adjust accordingly.
7958
7959 * cvs-status.el: Reduce spurious warnings.
7960 (cvs-status-checkout): Remove.
7961 (cvs-status-mode-map): Use cvs-mode-checkout instead.
7962
7963 * pcvs.el (cvs-mode-checkout): New command.
7964
7965 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
7966
7967 * tooltip.el: Require CL.
7968
7969 * emacs-lisp/bytecomp.el: Use push.
7970 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
7971 (defalias): Remove the `byte-compile' property and add
7972 a `byte-hunk-handler'.
7973
7974 2004-11-11 Juri Linkov <juri@jurta.org>
7975
7976 * info.el (Info-search): Save match data for isearch.
7977 Skip Tag Table node.
7978
7979 * descr-text.el (describe-char): Replace syntax-after with code
7980 from its previous version.
7981
7982 * files.el (magic-mode-alist): Use optimization for SGML mode too.
7983 (set-auto-mode): Doc fix. Remove unused variable `xml'.
7984
7985 * international/mule.el (sgml-html-meta-auto-coding-function):
7986 Remove > after <html to allow HTML attributes.
7987
7988 2004-11-11 Jay Belanger <belanger@truman.edu>
7989
7990 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
7991 a variable.
7992 (calcFunc-dfac): Replace unbound max by n.
7993 (math-stirling-local-cache): New variable.
7994 (math-stirling-number, math-stirling-1, math-stirling-2):
7995 Replace the variable `cache' by the declared variable
7996 math-stirling-local-cache.
7997 (var-RandSeed): Declare it as a variable.
7998 (math-init-random-base, math-random-digit): Don't check to see if
7999 var-RandSeed is bound.
8000 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8001 Declare them instead of just setting them.
8002 (math-init-random-base): Made i a local variable.
8003 (math-random-digit): Made math-random-last a local variable.
8004 (math-prime-test-cache): Move declaration to before it is used.
8005 (math-prime-test-cache-k, math-prime-test-cache-q)
8006 (math-prime-test-cache-nm1, math-prime-factors-finished):
8007 Declare them as variables.
8008
8009 2004-11-11 Jay Belanger <belanger@truman.edu>
8010
8011 * calc/calc-ext.el (math-defcache): Use defvar for the new
8012 variables it creates.
8013
8014 2004-11-11 Lars Hansen <larsh@math.ku.dk>
8015
8016 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8017 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8018 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8019 (desktop-save): Add :version.
8020
8021 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * printing.el (pr-get-symbol): Don't downcase.
8024
8025 2004-11-10 Jay Belanger <belanger@truman.edu>
8026
8027 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8028 string to kill-ring.
8029
8030 * calc/calc-aent.el (calc-alg-exp, math-toks)
8031 (math-exp-pos,math-exp-old-pos, math-exp-token)
8032 (math-exp-keep-spaces, math-exp-str): New variables.
8033 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8034 (calcAlg-enter): Use declared variable calc-alg-exp.
8035 (math-build-parse-table, math-find-user-token): Use declared
8036 variable math-toks.
8037 (math-read-exprs, math-read-token, calc-check-user-syntax)
8038 (calc-match-user-syntax, match-factor-after, math-read-factor):
8039 Use declared variables math-exp-pos math-exp-old-pos.
8040 (math-read-exprs, math-read-token, math-read-expr-level)
8041 (calc-check-user-syntax, calc-match-user-syntax)
8042 (match-factor-after, math-read-factor): Use declared variable
8043 math-exp-token.
8044 (math-read-exprs, math-read-expr-list, math-read-token)
8045 (math-read-factor): Use declared variable math-exp-keep-spaces.
8046 (math-read-exprs, math-read-token): Use declared variable
8047 math-exp-str.
8048 (calc-match-user-syntax): Make m a local variable.
8049
8050 * calc/calc-ext.el (math-read-expr): Use declared variables
8051 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8052 math-exp-keep-spaces.
8053
8054 * calc/calc-forms.el (math-read-angle-bracket): Use declared
8055 variables math-exp-pos, math-exp-str.
8056
8057 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8058 math-exp-old-pos.
8059 (math-parse-fortran-vector, math-parse-fortran-vector-end)
8060 (math-parse-eqn-prime): Use declared variable math-exp-token.
8061
8062 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8063 Use declared variable math-exp-pos.
8064 (math-check-for-commas): Use declared variable math-exp-str.
8065 (math-read-brackets): Use declared variables math-exp-old-pos,
8066 math-exp-keep-spaces.
8067 (math-read-brackets, math-read-vector, math-read-matrix):
8068 Use declared variable math-exp-token.
8069
8070 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
8073 where the keymap is a symbol.
8074 (easy-menu-add-item): Use keymap-prompt. Simplify.
8075
8076 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
8077
8078 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
8079 (sgml-parse-tag-backward): Use it to skip spurious < or >.
8080
8081 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
8082
8083 * ebuff-menu.el: Doc fixes throughout.
8084 (electric-buffer-menu-mode-hook): New defvar.
8085
8086 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
8089 compilation. The resulting compiler warnings appear to be harmless.
8090
8091 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
8092
8093 * textmodes/conf-mode.el: New file.
8094
8095 * files.el (auto-mode-alist, magic-mode-alist): Use it.
8096
8097 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
8100
8101 2004-11-09 Jay Belanger <belanger@truman.edu>
8102
8103 * calc/calc-ext.el (calc-init-extensions): Remove old code.
8104
8105 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
8106 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
8107 (calc-z-prefix-help, calc-user-function-list): Use declared
8108 variables calc-z-prefix-buf, calc-z-prefix-msgs.
8109 (math-map-tree, math-map-tree-rec): Use declared variables
8110 math-mt-many, math-mt-func.
8111 (math-read-expression, math-read-string): Use declared variable
8112 math-expr-data.
8113
8114 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
8115 variable math-normalize-a.
8116
8117 * calc/calc.el (math-normalize-a): New variable.
8118 (math-normalize): Use declared variable math-normalize-a.
8119
8120 * calc/calc-poly.el (math-expand-form): Use declared variable
8121 math-mt-many.
8122
8123 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8124 Use declared variable math-mt-many.
8125 (math-rewrite): Use declared variable math-mt-func.
8126
8127 * calc/calc-vec.el (math-read-brackets, math-read-vector)
8128 (math-read-matrix): Use declared variable math-expr-data.
8129
8130 * calc/calc-lang.el (math-parse-fortran-vector)
8131 (math-parse-fortran-vector-end, math-parse-tex-sum)
8132 (math-parse-eqn-matrix, math-parse-eqn-prime)
8133 (math-read-math-subscr): Use declared variable math-expr-data.
8134
8135 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8136 (math-read-expr-level, math-read-token, calc-check-user-syntax)
8137 (calc-match-user-syntax, math-read-if, math-factor-after)
8138 (math-read-factor): Use declared variable math-expr-data.
8139
8140 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8141
8142 * calendar/diary-lib.el (diary-from-outlook)
8143 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8144 interactive-p; but rather new optional argument NOCONFIRM.
8145
8146 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8149 (easy-menu-name-match): Revert correspondingly.
8150
8151 2004-11-09 Richard M. Stallman <rms@gnu.org>
8152
8153 * emacs-lisp/bytecomp.el (byte-compile-defalias):
8154 Turn off warnings for the new function even if definition not constant.
8155 If the definition isn't a quoted symbol, record (FUNCTION . t).
8156 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8157 (byte-compile-callargs-warn): Handle (FUNCTION . t).
8158 (display-call-tree, byte-compile-arglist-warn):
8159 Handle t returned by byte-compile-fdefinition.
8160
8161 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8162
8163 * Makefile.in (maintainer-clean): Depend on distclean.
8164
8165 * help-fns.el (help-C-file-name): File name must be in build-files
8166 to be returned.
8167
8168 2004-11-09 Jay Belanger <belanger@truman.edu>
8169
8170 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8171 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
8172
8173 * calc/calc.el (calc, calc-trail-display, calc-mode):
8174 Remove obsolete sections.
8175
8176 * calc/calc.el (calc-x-paste-text): Remove.
8177
8178 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
8179 mouse-2.
8180
8181 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
8182
8183 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8184 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8185 current frame (in case of recursive calls).
8186 (gdb-show-changed-values): Add :version keyword.
8187
8188 2004-11-09 Kenichi Handa <handa@m17n.org>
8189
8190 * international/mule-cmds.el: Change coding: tag back to
8191 iso-2022-7bit.
8192
8193 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * international/mule-cmds.el: Change coding-system to utf-8.
8196 (select-safe-coding-system-interactively):
8197 New function extracted from select-safe-coding-system.
8198 (select-safe-coding-system): Use it.
8199
8200 2004-11-08 Richard M. Stallman <rms@gnu.org>
8201
8202 * subr.el (syntax-after): Doc fix.
8203
8204 * paren.el (show-paren-function): Change calls to syntax-after
8205 for new way of returning the value.
8206
8207 * menu-bar.el (menu-bar-file-menu): Make this the real name
8208 and menu-bar-files-menu the alias. Use the former.
8209 (global-map): Use `file', not `files', as the symbol.
8210
8211 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8212
8213 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8214 Don't use beginning-of-buffer.
8215 (filesets-cmd-show-result): Use with-no-warnings.
8216
8217 2004-11-08 Juri Linkov <juri@jurta.org>
8218
8219 * progmodes/compile.el (compile): Don't overwrite last command in
8220 minibuffer history with default command if they are not equal.
8221
8222 2004-11-08 Jay Belanger <belanger@truman.edu>
8223
8224 * calc/calcalg2.el (math-do-integral-methods): Try linear then
8225 non-linear substitutions.
8226
8227 2004-11-08 Jay Belanger <belanger@truman.edu>
8228
8229 * calc/calcalg2.el (math-linear-subst-tried): New variable.
8230 (math-do-integral): Set `math-linear-subst-tried' to nil.
8231 (math-do-integral-methods): Use `math-linear-subst-tried' to
8232 determine what type of substitution to try.
8233 (math-integ-try-linear-substituion):
8234 Set `math-linear-subst-tried' to t.
8235
8236 2004-11-08 Kim F. Storm <storm@cua.dk>
8237
8238 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8239
8240 2004-11-07 Juri Linkov <juri@jurta.org>
8241
8242 * info-look.el (info-lookup): Allow reusing in the current buffer
8243 not only *info* buffer, but all (even renamed) Info buffers
8244 by checking for major-mode instead of *info* buffer name.
8245 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8246 (octave-mode, maxima-mode) <doc-spec>:
8247 Allow long dashes generated by Texinfo 4.7 before definitions.
8248 (texinfo-mode) <doc-spec>: Add space to suffix to find command
8249 definitions with argument separated by space.
8250
8251 2004-11-06 Richard M. Stallman <rms@gnu.org>
8252
8253 * simple.el (next-error group, face): Move before first use.
8254 (next-error-highlight, next-error-highlight-no-select): Likewise.
8255
8256 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8257 (line-move): New args NOERROR and TO-END.
8258 Return t if if succeed in moving specified number of lines.
8259 (move-end-of-line): New function.
8260
8261 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8262 (end-of-buffer-other-window): Likewise.
8263
8264 * simple.el (line-move-ignore-invisible): Default to t.
8265
8266 * subr.el (syntax-after): Return the syntax letter, not the raw code.
8267
8268 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8269
8270 * international/iso-cvt.el (iso-cvt-define-menu):
8271 Rename menu-bar-files-menu to menu-bar-file-menu.
8272
8273 * net/browse-url.el (browse-url-gnome-moz-program)
8274 (browse-url-gnome-moz-arguments): Move up before first use.
8275
8276 * net/tramp.el (tramp group): Add :version.
8277
8278 * progmodes/ada-xref.el (ada-gdb-application):
8279 Use goto-char instead of beginning-of-buffer.
8280
8281 * progmodes/cperl-mode.el (cperl-info-on-command):
8282 Use goto-char instead of beginning-of-buffer.
8283
8284 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8285 Move up before first use.
8286 (idlwave-shell-temp-pro-file): Likewise.
8287 (idlwave-shell-temp-rinfo-save-file): Likewise.
8288 (idlwave-shell-temp-file): Minor doc fix.
8289
8290 * textmodes/flyspell.el (flyspell-external-point-words):
8291 Use goto-char instead of beginning-of-buffer.
8292
8293 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
8294
8295 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8296 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
8297 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8298
8299 2004-11-06 David Ponce <david@dponce.com>
8300
8301 * recentf.el (recentf-menu-path): Use menu item name.
8302
8303 2004-11-06 Eli Zaretskii <eliz@gnu.org>
8304
8305 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8306 display doesn't support images.
8307
8308 2004-11-06 Andreas Schwab <schwab@suse.de>
8309
8310 * tempo.el (tempo-match-finder): Doc fix.
8311
8312 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8313
8314 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8317 (easy-menu-lookup-name): New fun to replace it.
8318 (easy-menu-get-map): Use it to obey menu item names (rather than just
8319 keys) when looking up `path'.
8320 (easy-menu-always-true-p): Rename from easy-menu-always-true.
8321 (easy-menu-convert-item-1): Adjust to new name.
8322
8323 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
8324
8325 * outline.el (hide-body): Don't hide lines at the top of the file
8326 that precede the first header line.
8327
8328 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
8329
8330 * align.el (align-areas): Delete whitespace before reindenting, so
8331 that tabs are never placed after spaces.
8332
8333 2004-11-06 Alan Shutko <ats@acm.org>
8334
8335 * macros.el (insert-kbd-macro): Do completions based on macros,
8336 rather than all commands.
8337
8338 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
8339
8340 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8341 to solve a bug whereby tags with 'b' don't match.
8342
8343 2004-11-05 Juri Linkov <juri@jurta.org>
8344
8345 * info.el (Info-search): Don't search in node header lines
8346 and file headers.
8347
8348 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8349 symbol-constituent characters after dot, not only digits.
8350
8351 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
8352
8353 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8354
8355 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8356
8357 * dired.el (dired-read-dir-and-switches): Call read-directory-name
8358 if a dialog will be used, read-file-name otherwise.
8359
8360 2004-11-04 Richard M. Stallman <rms@gnu.org>
8361
8362 * textmodes/table.el (table group): Add :version.
8363
8364 * textmodes/ispell.el (ispell-word):
8365 Don't alter args; set them only thru `interactive' spec.
8366
8367 * textmodes/flyspell.el (flyspell-word):
8368 Don't alter FOLLOWING; set it only thru `interactive' spec.
8369
8370 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8371
8372 * net/browse-url.el (browse-url-maybe-new-window):
8373 Use called-interactively-p.
8374
8375 * mail/supercite.el (sc-cite-region):
8376 Don't use interactive-p. Add arg INTERACTIVE.
8377 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
8378
8379 * international/mule-cmds.el (set-input-method, toggle-input-method):
8380 Don't use interactive-p. Add arg INTERACTIVE.
8381
8382 * eshell/esh-mode.el (eshell-show-maximum-output):
8383 Don't use interactive-p.
8384 (eshell-truncate-buffer): Just message, no error, if buffer is short.
8385
8386 * mouse.el (mouse-show-mark): Get positions to delete from mark
8387 and point, not from mouse-drag-overlay.
8388
8389 * imenu.el (imenu-eager-completion-buffer): Add :version.
8390
8391 * filesets.el (filesets group): Add :version.
8392
8393 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
8394
8395 * files.el (xml-based-modes): Delete var.
8396 (magic-mode-alist): New more general var.
8397 (set-auto-mode): Use it.
8398
8399 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8400 when clicking from another window.
8401
8402 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
8403
8404 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8405 (vc-cvs-annotate-time): Incorporate value of deleted var.
8406 Remove special-case handling of beginning-of-buffer cruft.
8407 Cache ending position (point) and return value in text property
8408 `vc-cvs-annotate-time', and consult it on subsequent invocations.
8409
8410 * vc-cvs.el (vc-cvs-annotate-command):
8411 Delete extraneous lines from beginning of buffer.
8412 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8413
8414 * progmodes/grep.el (grep-default-command): Take empty string
8415 for tag if all other methods yield nil. Shell-quote the tag.
8416
8417 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8418 spec in `interactive' form, and mention it in the docstring.
8419 Also, make sure point is at bol after calling `annotate-time'.
8420
8421 2004-11-02 Richard M. Stallman <rms@gnu.org>
8422
8423 * cus-edit.el (customize-group-other-window):
8424 Select the window that displays the custom buffer.
8425 (custom-buffer-create-other-window): Likewise.
8426
8427 * comint.el (comint-insert-input): Fix previous change.
8428
8429 * emacs-lisp/elp.el (elp-instrument-function):
8430 Use called-interactively-p.
8431
8432 * emacs-lisp/easymenu.el (easy-menu-intern):
8433 Don't downcase; rather, case-flip the first letter of each word.
8434
8435 * emacs-lisp/easy-mmode.el (define-minor-mode):
8436 Use called-interactively-p.
8437
8438 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8439 Add interactive-only.
8440 (byte-compile-warnings): Add interactive-only as option.
8441 (byte-compile-interactive-only-functions): New variable.
8442 (byte-compile-form): Warn about calls to functions
8443 in byte-compile-interactive-only-functions.
8444
8445 * emacs-lisp/autoload.el (update-file-autoloads):
8446 Don't use interactive-p; take new arg SAVE-AFTER.
8447
8448 * emacs-lisp/advice.el (ad-make-advised-definition):
8449 Use called-interactively-p.
8450
8451 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8452
8453 * files.el (find-file-existing): New function.
8454
8455 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8456 find-file-existing. Add "New File..." that calls find-file.
8457
8458 * diropen.pbm, diropen.xpm: New files.
8459
8460 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8461 icon diropen. New tool bar item find-file-existing uses icon open.
8462
8463 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8464 instead of read-file-name.
8465
8466 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
8467
8468 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8469 (icalendar--split-value): Change name of work buffer.
8470 (icalendar--get-weekday-abbrev): Return nil on error.
8471 (icalendar--date-to-isodate): New function.
8472 (icalendar-convert-diary-to-ical)
8473 (icalendar-extract-ical-from-buffer): Use only two args for
8474 make-obsolete (XEmacs compatibility).
8475 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8476 (icalendar-export-region): Doc fix.
8477 If error, return non-nil and write errors to a buffer.
8478 Use correct weekday for weekly recurring events.
8479 Check whether date has been parsed for ordinary events.
8480 Make weekly events start in the year 2000.
8481 DTEND is non-inclusive, shift end date by one day if
8482 necessary (not for entries that have date and time).
8483 Rename local let variables: oops -> found-error, datestring ->
8484 startdatestring.
8485
8486 2004-11-02 Kim F. Storm <storm@cua.dk>
8487
8488 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8489 keep-mode-if-same variable. Add it as optional arg instead.
8490 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8491
8492 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8493 substitute-command-keys will select lower-case bindings like those
8494 used in the static help texts.
8495
8496 * descr-text.el (describe-text-properties): Don't err if called in
8497 the *Help* buffer; output to *Help-2* buffer instead.
8498
8499 * kmacro.el (group kmacro): Add :version.
8500 (kmacro-keyboard-quit): New function to cleanup on C-g.
8501 (kmacro-start-macro): Set defining-kbd-macro to append when
8502 appending to last macro.
8503
8504 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8505
8506 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
8507
8508 * progmodes/gdb-ui.el (gdb-enable-debug-log)
8509 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8510 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8511 Add :version keyword.
8512
8513 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
8514
8515 * progmodes/flymake.el (flymake-err-line-patterns):
8516 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8517 `compilation-error-regexp-alist-alist' to internal Flymake format.
8518
8519 * progmodes/flymake.el: Eliminate byte-compiler warnings.
8520
8521 2004-11-01 Jay Belanger <belanger@truman.edu>
8522
8523 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8524 with `interactive "s"'.
8525
8526 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8527
8528 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8529 Revert change from 2004-10-16. '*' checks the current buffer, but the
8530 mouse click may be in another buffer.
8531
8532 2004-11-01 John Paul Wallington <jpw@gnu.org>
8533
8534 * files.el (large-file-warning-threshold): Add :version keyword.
8535 (kill-some-buffers): Doc fix.
8536
8537 * thumbs.el (group thumbs): Add :version keyword.
8538
8539 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8540
8541 2004-11-01 Richard M. Stallman <rms@gnu.org>
8542
8543 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8544
8545 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8546
8547 * allout.el (allout group): Add :version.
8548 (allout-init): Don't use interactive-p.
8549 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
8550 (allout-forward-current-level, allout-backward-current-level):
8551 Don't use interactive-p.
8552
8553 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
8554 (bibtex-find-text): Likewise.
8555
8556 * progmodes/vhdl-mode.el (vhdl-fill-region)
8557 (vhdl-beginning-of-statement): Don't use interactive-p.
8558
8559 * progmodes/idlwave.el (idlwave-update-routine-info):
8560 Don't use interactive-p.
8561
8562 * progmodes/idlw-shell.el (idlwave-shell-send-char):
8563 Don't use interactive-p.
8564
8565 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
8566 Don't use interactive-p.
8567
8568 * progmodes/ada-xref.el (ada-make-body-gnatstub):
8569 Don't use interactive-p.
8570
8571 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
8572 (fortune-in-buffer): Doc fix.
8573
8574 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
8575
8576 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
8577 don't select the temporary buffer.
8578 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
8579 (eudc-get-phone): Likewise.
8580
8581 2004-11-01 Kim F. Storm <storm@cua.dk>
8582
8583 * man.el (Man-xref-normal-file): Fix help-echo.
8584
8585 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * reveal.el (reveal-last-tick): New var.
8588 (reveal-post-command): Use it to avoid closing overlays when we're
8589 appending text to them.
8590
8591 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8592
8593 * textmodes/bibtex.el: Require button.
8594 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
8595 (bibtex-reference-keys): Distinguish between header keys and
8596 crossref keys.
8597 (bibtex-beginning-of-field): New function.
8598 (bibtex-url-map): Remove.
8599 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
8600 (bibtex-font-lock-url-regexp): Assume that field names begin at
8601 the beginning of a line.
8602 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
8603 Remove field delimiters. Use bibtex-beginning-of-field.
8604 Bugfix, point can be inside a field with a url.
8605 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
8606 New functions.
8607 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
8608 (bibtex-key-in-head): Simplify.
8609 (bibtex-current-line): Use bolp.
8610 (bibtex-parse-keys): Remove unused arg `add'.
8611 Use bibtex-type-in-head and bibtex-key-in-head.
8612 (bibtex-parse-entry, bibtex-autofill-entry):
8613 Use bibtex-type-in-head and bibtex-key-in-head.
8614 (bibtex-autokey-get-field): Do not alter case of replacement text.
8615 (bibtex-autokey-get-names): Do all processing of name list.
8616 (bibtex-autokey-get-year): New function.
8617 (bibtex-autokey-get-title): Do all processing of title words.
8618 (bibtex-generate-autokey): Simplify.
8619 (bibtex-string-files-init): Use default-directory.
8620 Allow for absolute file names in bibtex-string-files.
8621 (bibtex-files, bibtex-file-path): New variables.
8622 (bibtex-files-expand): New function.
8623 (bibtex-find-entry-globally): New command.
8624 (bibtex-summary-function): New variable.
8625 (bibtex-summary): Default value of bibtex-summary-function.
8626 (bibtex-find-crossref): New optional args pnt and split.
8627 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
8628 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
8629 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
8630 Fix handling of required and alternative fields.
8631 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
8632 Use cons and display-buffer.
8633 (bibtex-validate-globally): New command.
8634 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
8635 bibtex-parse-keys and bibtex-parse-strings for updating
8636 bibtex-reference-keys and bibtex-strings.
8637 (bibtex-realign): Remove blank lines past the last entry.
8638 (bibtex-reformat): Use bibtex-entry-format as default.
8639 (bibtex-choose-completion-string): Remove.
8640 (bibtex-complete): Do not use bibtex-choose-completion-string.
8641 (bibtex-url): Simplify.
8642
8643 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8644
8645 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
8646 (x-dnd-types-alist, x-dnd-open-file-other-window)
8647 (x-dnd-known-types): Add :version.
8648
8649 2004-10-31 John Paul Wallington <jpw@gnu.org>
8650
8651 * ibuffer.el (group ibuffer): Add :version keyword.
8652
8653 2004-10-31 Kim F. Storm <storm@cua.dk>
8654
8655 * ido.el (group ido): Add :version keyword.
8656 (ido-mode): Remove :version keyword.
8657
8658 * emulation/cua-base.el (group cua): Add :version keyword.
8659 (cua-mode): Remove :version keyword.
8660
8661 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
8664
8665 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
8666 compiler warning.
8667 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
8668 function.
8669 (help-at-pt-display-when-idle): Remove autoload.
8670
8671 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
8674
8675 2004-10-30 Juri Linkov <juri@jurta.org>
8676
8677 * help.el (function-called-at-point):
8678 * help-fns.el (variable-at-point): Read -> intern.
8679
8680 2004-10-30 Simon Josefsson <jas@extundo.com>
8681
8682 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8683 Recognize AS_* too.
8684
8685 2004-10-29 Simon Josefsson <jas@extundo.com>
8686
8687 * subr.el (read-passwd): Move back from password.el.
8688
8689 * password.el: Remove, not ready yet.
8690
8691 2004-10-29 Andreas Schwab <schwab@suse.de>
8692
8693 * speedbar.el (speedbar-frame-parameters): Improve customize type.
8694
8695 2004-10-29 Sam Steingold <sds@gnu.org>
8696
8697 * mouse.el (mouse-show-mark): Replace the last occurrence of
8698 x-lost-selection-hooks with x-lost-selection-functions.
8699
8700 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
8703 x-lost-selection-functions is bound.
8704
8705 * mouse-sel.el (mouse-sel-mode):
8706 * emacs-lisp/lselect.el: Adjust to new names for
8707 x-(lost|sent)-selection-functions.
8708
8709 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
8710 New obsolete aliases of x-lost-selection-functions and
8711 x-sent-selection-functions.
8712
8713 2004-10-28 Kim F. Storm <storm@cua.dk>
8714
8715 * imenu.el (imenu-scanning-message): Remove.
8716 (imenu-progress-message): Make it a no-op.
8717
8718 2004-10-28 John Paul Wallington <jpw@gnu.org>
8719
8720 * files.el (set-auto-mode): Call `throw' correctly.
8721
8722 2004-10-28 Juri Linkov <juri@jurta.org>
8723
8724 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
8725 to search `Info-...' commands in `info' manual.
8726 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8727 Add 'info-file "emacs" property.
8728 (Info-find-emacs-command-nodes): Fix index line number regexp.
8729 Set real line number (instead of fake 0) in first element of the
8730 returned list.
8731 (Info-goto-emacs-command-node): Use line number of first element
8732 to set point in the first found Info node.
8733
8734 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
8735 code to `grep-mode-font-lock-keywords'.
8736 (grep-mode-font-lock-keywords): Delete grep markers instead
8737 of making them invisible.
8738
8739 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8740
8741 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
8742 and x-server-version in bug report.
8743
8744 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
8745
8746 * files.el (set-auto-mode-0): New function.
8747 (set-auto-mode): Use it to handle aliased modes and to
8748 be consistent between C-x C-f and C-x C-w.
8749
8750 2004-10-28 Kenichi Handa <handa@m17n.org>
8751
8752 * international/utf-8.el (utf-translate-cjk-charsets):
8753 Add katakana-jisx0201.
8754
8755 * international/subst-jis.el: Add data for JISX0201.
8756
8757 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * obsolete/hilit19.el (hilit-mode): New function.
8760 Move all the toplevel side-effecting stuff into it, so that loading
8761 hilit19 doesn't mess everything up any more.
8762
8763 2004-10-27 Richard M. Stallman <rms@gnu.org>
8764
8765 * add-log.el (add-change-log-entry): Set up mailing address
8766 and full name later, and don't alter add-log-mailing-address
8767 or add-log-full-name.
8768
8769 * elide-head.el (elide-head): Change error to message.
8770 (elide-head-show): Likewise.
8771
8772 * apropos.el (apropos-macrop): Doc fix.
8773
8774 * mouse.el (mouse-show-mark): Do most processing the same
8775 regardless of transient-mark-mode.
8776
8777 * shadowfile.el (shadow-copy-files): Use interactive-p
8778 only to control whether to print a message.
8779
8780 * tar-mode.el (tar-mode): Use write-contents-functions,
8781 not write-contents-hooks.
8782
8783 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
8784 directory-sep-char.
8785
8786 2004-10-27 Richard M. Stallman <rms@gnu.org>
8787
8788 * strokes.el (strokes-unload-hook): Fix previous change.
8789
8790 * type-break.el (type-break-run-at-time): Always use run-at-time;
8791 forget the alternatives.
8792 (type-break-cancel-function-timers): Always use cancel-function-timers;
8793 forget the alternatives.
8794
8795 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
8796
8797 2004-10-27 Kenichi Handa <handa@m17n.org>
8798
8799 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
8800
8801 * international/subst-gb2312.el: Likewise.
8802
8803 * international/subst-big5.el: Likewise.
8804
8805 * international/subst-ksc.el: Likewise.
8806
8807 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
8808 New variable.
8809 (utf-translate-cjk-set-unicode-range): New function.
8810 (utf-translate-cjk-unicode-range): Make it customizable.
8811 (utf-8-post-read-conversion):
8812 Use utf-translate-cjk-unicode-range-string.
8813 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
8814 Unicode ranges.
8815
8816 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
8817
8818 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
8819 trivial variants to shorten the list.
8820 (xml-based-modes): New var.
8821 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
8822 declaration higher priority than auto-mode-alist.
8823
8824 * find-file.el (cc-other-file-alist): Bring it in line with
8825 cc-mode's auto-mode-alist entries and use \' instead of $.
8826
8827 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
8828 and add "Id" and "Name" submenus to it.
8829
8830 * imenu.el (imenu--generic-function): Skip matches in comments.
8831
8832 2004-10-26 Jay Belanger <belanger@truman.edu>
8833
8834 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
8835 (full-calc-keypad, calc-trail-display): Use an extra argument
8836 instead of `interactive-p'.
8837
8838 * calc/calc-misc.el (calc-other-window): Use an extra argument
8839 instead of `interactive-p'.
8840
8841 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
8842 `interactive-p'.
8843
8844 2004-10-26 Kim F. Storm <storm@cua.dk>
8845
8846 * help.el (describe-key): Describe both down-event and up-event
8847 for a mouse click.
8848
8849 2004-10-26 Richard M. Stallman <rms@gnu.org>
8850
8851 * woman.el (woman): Don't call interactive-p.
8852
8853 * pcomplete.el (pcomplete): Instead of interactive-p,
8854 use an arg set non-nil by the interactive spec.
8855
8856 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
8857 use an arg set non-nil by the interactive spec.
8858
8859 * man.el (Man-cleanup-manpage): Instead of interactive-p,
8860 use an arg set non-nil by the interactive spec.
8861
8862 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
8863
8864 * progmodes/flymake.el (flymake-split-string):
8865 Use `flymake-split-string-remove-empty-edges' in any case.
8866
8867 2004-10-26 Masatake YAMATO <jet@gyve.org>
8868
8869 * progmodes/flymake.el (flymake-err-line-patterns):
8870 Use `compilation-error-regexp-alist-alist' instead of
8871 `compilation-error-regexp-alist'.
8872
8873 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
8876 verbatim face on the \ of \end{verbatim}.
8877
8878 2004-10-25 Jay Belanger <belanger@truman.edu>
8879
8880 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
8881 erasing minibuffer.
8882
8883 2004-10-25 Simon Josefsson <jas@extundo.com>
8884
8885 * subr.el (read-passwd): Move to net/password.el.
8886
8887 * net/password.el (read-passwd): Add. Autoload it.
8888
8889 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
8890
8891 * mouse-sel.el (mouse-sel-mode): Specify custom group.
8892
8893 * simple.el (process-file): Fix logic.
8894
8895 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
8896
8897 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
8898 (increase-right-margin): Remove erroneous call to `interactive-p'.
8899
8900 2004-10-24 Kim F. Storm <storm@cua.dk>
8901
8902 * help.el (describe-mode): Fix 2004-10-13 change.
8903 Copy pure "Auto Fill" string so it can be propertized later
8904 without causing a read-only error.
8905
8906 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
8907
8908 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
8909 style indexes.
8910
8911 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8912
8913 * simple.el (process-file): Accept nil for INFILE. Reported by
8914 Luc Teirlinck.
8915
8916 2004-10-24 Masatake YAMATO <jet@gyve.org>
8917
8918 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
8919 Handle periods and underscores in a function name.
8920 Remove the address fontification.
8921
8922 2004-10-24 Masatake YAMATO <jet@gyve.org>
8923
8924 * progmodes/asm-mode.el (asm-font-lock-keywords):
8925 Use font-lock-variable-name-face for registers.
8926
8927 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
8928
8929 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
8930 kill-all-local-variables.
8931 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8932 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
8933 Use kill-all-local-variables and provide mode-hooks.
8934 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
8935 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
8936 Suggested by Masatake YAMATO <jet@gyve.org>.
8937
8938 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
8939
8940 * simple.el (process-file): New function, similar to call-process
8941 but supports file handlers.
8942 * vc.el (vc-do-command): Use it, instead of call-process.
8943 * net/tramp-vc.el (vc-do-command): Do not advise it if
8944 process-file is fboundp.
8945 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
8946 process-file.
8947 (tramp-handle-process-file): New function.
8948 (tramp-file-name-for-operation): Support process-file.
8949
8950 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
8951
8952 * calendar/icalendar.el (icalendar--weekday-array): New constant.
8953 (icalendar-weekdayabbrev-table)
8954 (icalendar-monthnumber-table): Delete.
8955 (icalendar--get-month-number): Use calendar-month-name-array.
8956 (icalendar--get-weekday-number): New function.
8957 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
8958 (icalendar-export-region): Handle multi-line entries.
8959 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
8960
8961 2004-10-23 John Paul Wallington <jpw@gnu.org>
8962
8963 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
8964 `wildcards' set to t in interactive spec.
8965
8966 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
8967 interactive spec rather than use `interactive-p'.
8968 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
8969 rather than use function `interactive-p'.
8970
8971 2004-10-22 Kenichi Handa <handa@m17n.org>
8972
8973 * international/mule.el (translate-region): Implement it in Lisp
8974 as a front end of translate-region-internal.
8975
8976 2004-10-21 Jay Belanger <belanger@truman.edu>
8977
8978 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
8979 Declare these variables with defvar.
8980
8981 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
8982 is bound, only check to see if it is bound.
8983
8984 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8987 Don't output messages.
8988
8989 * calc/calc-help.el (calc-describe-bindings): Fix last change.
8990
8991 2004-10-21 John Paul Wallington <jpw@gnu.org>
8992
8993 * calc/calc-graph.el (calc-graph-init):
8994 Use `set-process-query-on-exit-flag'.
8995
8996 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
8997
8998 * progmodes/compile.el (compilation-start): Rely on `cd' to get
8999 dir right and also allow argumentless cd.
9000
9001 2004-10-19 Richard M. Stallman <rms@gnu.org>
9002
9003 * textmodes/flyspell.el (flyspell-mode): Doc fix.
9004
9005 * eshell/em-unix.el (eshell-grep):
9006 Don't bind compilation-process-setup-function.
9007
9008 * comint.el (comint-insert-input): Use @ in `interactive'.
9009 (comint-input-filter-functions): Doc fix.
9010 (comint-kill-whole-line, comint-get-source): Doc fix.
9011
9012 * progmodes/compile.el (compilation-setup):
9013 Don't set buffer-read-only if MINOR is non-nil.
9014
9015 2004-10-19 Jay Belanger <belanger@truman.edu>
9016
9017 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9018 (calc-emacs-type-gnu19): Remove.
9019 (calc-digit-map, calc-read-key-sequence, calc-read-key):
9020 Remove check for old emacs versions.
9021
9022 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9023 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9024 for current Emacs.
9025
9026 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9027 the end of the minibuffer.
9028 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
9029 copy `esc-map'.
9030
9031 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9032
9033 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9034 call that would be given when the current emacs was used.
9035
9036 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
9037
9038 * calendar/icalendar.el: Set coding to utf-8.
9039 (icalendar-version): Increase to 0.07.
9040 (icalendar-monthnumber-table): Change March pattern.
9041 (icalendar-get-all-event-properties)
9042 (icalendar-set-event-property): Delete.
9043 (icalendar-all-events): No longer interactive.
9044 (icalendar-convert-diary-to-ical)
9045 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9046 their replacements.
9047 (icalendar-export-file, icalendar-export-region): New functions;
9048 essentially old `icalendar-convert-diary-to-ical' but appending to
9049 target rather than overwriting.
9050 (icalendar-import-file): Append to target file rather than
9051 overwriting. Fourth arg deleted.
9052 (icalendar-import-buffer): New name for old
9053 `icalendar-extract-ical-from-buffer'.
9054 (icalendar--convert-string-for-import): New name for
9055 old `icalendar-convert-for-import'.
9056 (include-icalendar-files): Delete.
9057 Prefix for all internal functions changed from `icalendar-'
9058 to `icalendar--'.
9059
9060 2004-10-19 Richard M. Stallman <rms@gnu.org>
9061
9062 * paths.el (news-path): Fix previous change.
9063
9064 2004-10-18 Jay Belanger <belanger@truman.edu>
9065
9066 * calc/calc-help.el (calc-describe-bindings):
9067 Set `buffer-read-only' to nil while working in the keybindings buffer;
9068 remove some extra information from the keybindings buffer.
9069
9070 2004-10-18 David Ponce <david@dponce.com>
9071
9072 * mouse.el (mouse-drag-move-window-top): New function.
9073 (mouse-drag-mode-line-1): Use it.
9074
9075 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9076
9077 * info.el (Info-fontify-node): For multiline refs,
9078 arrange to unfontify newline and surrounding whitespace.
9079
9080 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
9083 directory is missing.
9084
9085 2004-10-17 John Paul Wallington <jpw@gnu.org>
9086
9087 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
9088 New customizable variable; whether to display buffers that match
9089 `ibuffer-maybe-show-predicates' by default.
9090 (ibuffer-maybe-show-predicates): Mention it in docstring.
9091 (ibuffer-display-maybe-show-predicates): New variable.
9092 (ibuffer-update): Prefix arg now toggles whether buffers that
9093 match `ibuffer-maybe-show-predicates' should be displayed.
9094 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
9095 locally to heed `ibuffer-default-display-maybe-show-predicates'.
9096 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
9097
9098 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
9099
9100 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
9101 work correctly.
9102
9103 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
9104
9105 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
9106 (Buffer-menu-beginning): New helper function.
9107 (Buffer-menu-execute): Use it.
9108 (Buffer-menu-select): Use it.
9109 (Buffer-menu-sort): Use it and also keep markers.
9110
9111 2004-10-17 Richard M. Stallman <rms@gnu.org>
9112
9113 * paths.el (news-directory): Rename from news-path. Old name alias.
9114 (rmail-spool-directory): Use defvar.
9115 (sendmail-program): Use defcustom.
9116 (remote-shell-program): Use defcustom.
9117 (term-file-prefix): Use defvar.
9118 (abbrev-file-name): Use defvar.
9119
9120 * term.el: Add maintainer.
9121
9122 * subr.el (with-local-quit): Return nil if there's a quit.
9123 (read-passwd): Use with-local-quit. Doc fix.
9124
9125 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9126 (strokes-unload-hook): Set as a variable with add-hook.
9127
9128 * startup.el (fancy-splash-tail, normal-splash-screen):
9129 Update copyright year.
9130
9131 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9132
9133 * server.el (server-unload-hook): Set as a variable with add-hook.
9134
9135 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9136
9137 * frame.el (special-display-popup-frame):
9138 Make the buffer current as its frame is created.
9139
9140 * delsel.el (delsel-unload-hook): Set as a variable.
9141
9142 * comint.el (comint-output-filter-functions):
9143 Add comint-watch-for-password-prompt.
9144 (comint-read-noecho): Function deleted.
9145 (send-invisible): Use read-passwd.
9146
9147 * fringe.el (fringe-mode-initialize): New function.
9148 (fringe-mode): Use fringe-mode-initialize as :initialize.
9149
9150 2004-10-17 Kim F. Storm <storm@cua.dk>
9151
9152 * language/indian.el (indian-script-language-alist): Swap value and doc.
9153 (indian-font-char-index-table): Doc fix.
9154
9155 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9158
9159 2004-10-16 Juri Linkov <juri@jurta.org>
9160
9161 * progmodes/compile.el (compilation-start): Move let-binding of
9162 `process-environment' into `with-current-buffer' body.
9163 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9164
9165 2004-10-16 Richard M. Stallman <rms@gnu.org>
9166
9167 * pcvs-util.el (cvs-bury-buffer):
9168 Don't call get-buffer-window for effect.
9169
9170 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9171
9172 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9173
9174 * msb.el (msb-unload-hook): Set the variable.
9175
9176 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9177 Use * to err if buffer is readonly.
9178
9179 * subr.el (looking-back): Return only t or nil.
9180
9181 * whitespace.el (whitespace-unload-hook): Set the variable.
9182
9183 * view.el (view-mode-enable): Set view-page-size and
9184 view-half-page-size to nil.
9185 (view-set-half-page-size-default): view-half-page-size = nil
9186 means the default.
9187 (View-scroll-page-forward): Use view-page-size-default.
9188 (View-scroll-page-backward): Likewise.
9189 (view-page-size, view-half-page-size): Doc fixes.
9190
9191 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9192
9193 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9194
9195 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9196 "cl" like other files. Instead, call byte-compile-find-cl-functions.
9197 (byte-compile-log-1): Bind inhibit-read-only.
9198 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9199 (byte-compile-log-warning): Likewise.
9200 (byte-compile-file-form-require): Detect "cl" from the arg value.
9201
9202 * progmodes/compile.el (compilation-start): Assume compilation-mode
9203 will make the buffer read-only.
9204 (compilation-mode): Take arg name-of-mode.
9205 (compilation-setup): Make buffer read-only.
9206 (compilation-handle-exit): Bind inhibit-read-only.
9207
9208 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9209 (ispell-message): Likewise.
9210 (ispell-show-choices): Don't call get-buffer-window uselessly.
9211 (ispell-init-process): Use set-process-query-on-exit-flag.
9212
9213 2004-10-16 Kim F. Storm <storm@cua.dk>
9214
9215 * fringe.el (fringe-bitmaps): Only initialize when defined.
9216
9217 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9218 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9219
9220 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9221
9222 2004-10-15 Simon Josefsson <jas@extundo.com>
9223
9224 * net/password.el: Add.
9225
9226 2004-10-14 Masatake YAMATO <jet@gyve.org>
9227
9228 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9229 (gdb-script-end-of-defun): New function.
9230 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9231 `gdb-script-end-of-defun' as *-of-defun-function.
9232
9233 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
9234
9235 * button.el (button-activate): Allow a marker to display as an action.
9236
9237 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9238
9239 * help.el (describe-mode): Use it to make minor mode list into
9240 hyperlinks.
9241
9242 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * vc.el (vc-annotate-display-select): Fix typo.
9245
9246 * subr.el (substitute-key-definition-key): New function.
9247 (substitute-key-definition): Use it with map-keymap.
9248 (event-modifiers): Use push.
9249 (mouse-movement-p, with-temp-buffer): Simplify.
9250
9251 2004-10-12 Jay Belanger <belanger@truman.edu>
9252
9253 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9254 New variables.
9255 (calc-help-index-entries): New function.
9256 (calc-describe-function): Use `calc-help-function-list' instead of
9257 obarray for completion.
9258 (calc-describe-variable): Use `calc-help-variable-list' instead
9259 of obarray for completion.
9260
9261 2004-10-12 Richard M. Stallman <rms@gnu.org>
9262
9263 * info-look.el (info-lookup-file): Add info-file property.
9264 (info-lookup-symbol): Likewise.
9265
9266 * info.el (info-xref): Add underlining.
9267 (info): Add info-file property.
9268 (Info-find-emacs-command-nodes): Specify case-sensitive search.
9269
9270 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9271
9272 Sync with Tramp 2.0.45.
9273
9274 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9275 defined. This is not the case for XEmacs without package "edebug".
9276 (tramp-set-auto-save-file-modes): Set permissions of autosaved
9277 remote files to the permissions of the original file. This is not
9278 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
9279 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
9280 (tramp-perl-decode): Fix an error in Perl implementation.
9281 $pending must be cleared every loop. Reported by Benjamin Place
9282 <benjaminplace@sprintmail.com>
9283
9284 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9285 Don't activate advice during definition. This is done later on,
9286 depending on test result of `substitute-in-file-name'.
9287 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9288
9289 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9290
9291 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9292
9293 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9294
9295 2004-10-12 David Ponce <david@dponce.com>
9296
9297 * recentf.el (recentf-edit-list): Update the menu when the recentf
9298 list has been modified.
9299
9300 2004-10-12 Simon Josefsson <jas@extundo.com>
9301
9302 * net/tls.el (tls-certtool-program): New variable.
9303 (tls-certificate-information): New function, based on
9304 ssl-certificate-information.
9305
9306 2004-10-12 Kenichi Handa <handa@m17n.org>
9307
9308 * international/mule.el (coding-system-equal): Move from mule-util.el.
9309
9310 * international/mule-util.el (coding-system-equal): Move to mule.el.
9311
9312 2004-10-12 Kim F. Storm <storm@cua.dk>
9313
9314 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9315 reset kmacro-initial-counter-value if set.
9316 (kmacro-set-counter): Only set kmacro-counter if defining or executing
9317 macro. Set kmacro-initial-counter-value otherwise. Never set both.
9318 (kmacro-display): Show macro counter if non-zero.
9319
9320 * subr.el (substitute-key-definition): Mention command remapping
9321 in doc string.
9322
9323 2004-10-11 Jay Belanger <belanger@truman.edu>
9324
9325 * calc/calc-misc.el (calc-info-goto-node): New function.
9326 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9327 node in one step.
9328 (calc-describe-copying, calc-describe-distribution)
9329 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9330 Go to appropriate info node in one step.
9331
9332 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9335
9336 * font-lock.el (font-lock-apply-highlight): Fix last change.
9337
9338 2004-10-11 Simon Josefsson <jas@extundo.com>
9339
9340 * mail/smtpmail.el (smtpmail-open-stream): Look for
9341 starttls-gnutls-program instead of starttls-program iff
9342 starttls-use-gnutls is non-nil.
9343 (smtpmail-open-stream): Don't overwrite user settings of
9344 starttls-extra-arguments and starttls-extra-args.
9345
9346 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * comint.el (comint-mouse-insert-input): Remove.
9349 (comint-insert-input): Make it work for mouse bindings.
9350 (comint-mode-map): Move defs into the declaration.
9351 (comint-output-filter): Typo.
9352
9353 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9354
9355 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
9356
9357 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9358 (ange-ftp-call-chmod): Reference remote-shell-program instead of
9359 ange-ftp-remote-shell.
9360
9361 2004-10-10 Andreas Schwab <schwab@suse.de>
9362
9363 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9364 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9365 Reported by <sri@asu.edu>.
9366
9367 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
9368
9369 * vc.el (vc-annotate-mode): Remove variable.
9370 (vc-annotate-display-select): Only call vc-annotate-mode
9371 if we're not in that mode already.
9372
9373 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9376 (imenu-choose-buffer-index): Check here for rescan instead.
9377
9378 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9379 where the face expression evals to nil.
9380
9381 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9382 (tex-font-lock-keywords-2): Use it.
9383 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9384
9385 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9386
9387 2004-10-09 Kim F. Storm <storm@cua.dk>
9388
9389 * subr.el (progress-reporter-update): Define before first usage.
9390 (make-progress-reporter): Doc fix.
9391
9392 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9393
9394 * textmodes/paragraphs.el (sentence-end-double-space)
9395 (sentence-end-without-period, sentence-end-without-space)
9396 (sentence-end): Doc fixes.
9397
9398 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
9399
9400 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9401 Change paragraph-start regexp so we don't fill code starting with #'(.
9402
9403 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
9404
9405 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9406 New defcustom.
9407 (extract-address-components): Use it.
9408
9409 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9410
9411 * subr.el (make-progress-reporter, progress-reporter-update)
9412 (progress-reporter-force-update, progress-reporter-do-update)
9413 (progress-reporter-done): New functions.
9414
9415 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9416
9417 * progmodes/etags.el (etags-tags-completion-table): Use progress
9418 reporter.
9419 (etags-tags-apropos): Likewise.
9420
9421 2004-10-08 Alan Mackenzie <acm@muc.de>
9422
9423 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9424 of current line.
9425
9426 2004-10-08 Masatake YAMATO <jet@gyve.org>
9427
9428 * server.el (server-process-filter): Wrap `process-send-region'
9429 by `condition-case' to guard the case when the pipe to PROC is closed.
9430
9431 2004-10-07 Mark A. Hershberger <mah@everybody.org>
9432
9433 * xml.el (xml-substitute-special): Limit handling of external entities.
9434
9435 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
9436
9437 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9438
9439 2004-10-06 John Paul Wallington <jpw@gnu.org>
9440
9441 * xml.el (xml-parse-dtd): Fix `error' call.
9442
9443 2004-10-05 Mark A. Hershberger <mah@everybody.org>
9444
9445 * xml.el (xml-substitute-special): Return a single string instead
9446 of a list of strings if an entity substitution is made.
9447
9448 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
9449
9450 * calendar/icalendar.el: New file.
9451
9452 2004-10-05 Juri Linkov <juri@jurta.org>
9453
9454 * isearch.el (isearch-done): Set mark after running hook.
9455 Reported by Drew Adams <drew.adams@oracle.com>.
9456
9457 * info.el (Info-history, Info-toc): Fix Info headers.
9458 (Info-toc): Narrow buffer before Info-fontify-node.
9459 (Info-build-toc): Don't check for special Info file names.
9460 Set main-file to nil if Info-find-file returns a symbol.
9461
9462 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
9463
9464 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9465 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9466 * calendar/cal-menu.el (calendar-mode-map): Ditto.
9467
9468 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9469
9470 * calendar/cal-iso.el (calendar-iso-read-args): New function,
9471 for old interactive spec from calendar-goto-iso-date.
9472 (calendar-goto-iso-date): Use it.
9473 (calendar-goto-iso-week): New function. Suggested by Emilio
9474 C. Lopes <eclig@gmx.net>.
9475
9476 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
9477
9478 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9479 `set-right-margin' bindings that follow the minor mode conventions.
9480
9481 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9484 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9485 (latex-block-args-alist): Add minipage and picture.
9486 (latex-block-body-alist): Use reftex-label if enabled.
9487 (latex-insert-block): Don't insert a \n if not necessary.
9488 (tex-compile-commands): Make sure dvips doesn't send to printer.
9489 (tex-compile-default): Handle the case where no executable is found.
9490 (latex-noindent-environments): New var.
9491 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
9492 If tex-indent-allhanging is non-nil, make sure we only align for macros
9493 at beginning of line.
9494
9495 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
9496
9497 * newcomment.el (comment-beginning): Doc fix and don't choke on
9498 unset `comment-end-skip' when at beginning of comment.
9499
9500 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 * term.el (term-adjust-current-row-cache): Don't allow the current
9503 row to become negative.
9504 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9505 the end of the line. Fix scroll down. Add comments.
9506 (term-handle-ansi-escape): Don't exceed terminal width when moving
9507 right.
9508 (term-scroll-region): Move the cursor after setting the scroll region.
9509
9510 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
9511
9512 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9513 to `width' for consistency with docstring. Doc fix.
9514
9515 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9516
9517 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9518 This is necessary for derived modes.
9519
9520 2004-09-30 Kim F. Storm <storm@cua.dk>
9521
9522 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9523 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9524
9525 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9526 kmacro-extract-lambda functions.
9527 (edit-kbd-macro): Handle kmacro lambda forms.
9528 Include counter and counter format in edit buffer.
9529 (edmacro-finish-edit): Get counter and format from edit buffer and
9530 update kmacro bindings when found.
9531
9532 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
9533
9534 * textmodes/paragraphs.el (forward-paragraph):
9535 Avoid args-out-of-range error when point winds up at the beginning of
9536 the buffer and hard newlines are enabled.
9537
9538 * newcomment.el (comment-multi-line): Doc fix.
9539
9540 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9543 (diff-fixup-modifs): Catch unified-diff file-headers.
9544
9545 2004-09-29 Kim F. Storm <storm@cua.dk>
9546
9547 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9548 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9549 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
9550
9551 * fringe.el (fringe-bitmap-p): New macro.
9552 (fringe-bitmaps): Add standard fringe bitmaps on load.
9553
9554 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * dired.el (dired-view-command-alist): Use more efficient regexps.
9557 Remove dubious arguments.
9558 (dired-align-file): New function.
9559 (dired-insert-directory): Use it.
9560 (dired-move-to-end-of-filename): Make the " -> " search more specific.
9561 (dired-buffers-for-dir): Remove unused var `pattern'.
9562
9563 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
9564
9565 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
9566 from diary display excursion. Store diary buffer's point for
9567 `simple-diary-display'.
9568 (simple-diary-display): Set window point and start when
9569 displaying buffer, to preserve point.
9570
9571 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
9572
9573 * textmodes/enriched.el (enriched-translations): Replace defconst
9574 with defvar.
9575
9576 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9577
9578 * printing.el: Doc fix.
9579 (pr-version): New version number (6.8.1).
9580 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
9581 make-temp-name.
9582 (pr-delete-file): Check if file exists before deleting it.
9583 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
9584
9585 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * term.el (term-display-table): New variable.
9588 (term-mode): Use it.
9589 (term-exec-1): Set the coding system to binary.
9590 (term-emulate-terminal): Decode the string before inserting it.
9591
9592 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
9593
9594 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
9595 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
9596 (map): Bind S-prior, S-next and S-insert.
9597 (term-mode): Set `indent-tabs-mode' to nil.
9598 (term-paste): New function to be bound to S-insert.
9599 (term-send-del, term-send-backspace): Change the strings sent.
9600 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
9601 (term-handle-colors-array): Fix handling of underline and reverse.
9602 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
9603 (term-erase-in-line): Fix comparison.
9604 (term-emulate-terminal): Fix line wrap handling.
9605 (term-start-output-log): Rename from `term-set-output-log'.
9606 (term-stop-output-log): Rename from `term-stop-photo'.
9607 (term-switch-to-alternate-sub-buffer): Comment out, unused.
9608
9609 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9610
9611 * dired.el (dired-move-to-filename): Don't output a message if
9612 raise-error is non-nil. Fix return position and value.
9613
9614 * files.el (insert-directory): Obey --dired even with symlinks.
9615
9616 2004-09-25 Lars Hansen <larsh@math.ku.dk>
9617
9618 * ls-lisp.el (ls-lisp-format): Mark file names with property
9619 dired-filename.
9620
9621 2004-09-25 Kim F. Storm <storm@cua.dk>
9622
9623 * ido.el (ido-max-directory-size): New defcustom.
9624 (ido-decorations): Add "too big" element.
9625 (ido-directory-too-big): New dynamic var.
9626 (ido-may-cache-directory): Don't cache big directories.
9627 (ido-directory-too-big-p): New defun.
9628 (ido-set-current-directory): Update ido-directory-too-big.
9629 (ido-read-internal): Make empty ido-cur-item if too-big.
9630 (ido-buffer-internal): Use ido-read-internal directly instead of
9631 ido-read-buffer.
9632 (ido-file-internal): Init ido-directory-too-big.
9633 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
9634 and redo completion with full list.
9635 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
9636 it, and show completions.
9637 (ido-all-completions): Let bind ido-directory-too-big to nil.
9638 (ido-exhibit): Handle ido-directory-too-big.
9639 (ido-read-buffer): Handle fallback to read-buffer.
9640 Init ido-directory-too-big.
9641 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
9642 Init ido-directory-too-big.
9643
9644 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * subr.el (delay-mode-hooks): Doc fix.
9647
9648 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * textmodes/enriched.el
9651 (enriched-default-text-properties-local-flag): New variable.
9652 (enriched-mode): Make sure that enabling and disabling the mode is
9653 a no-op. Doc fix.
9654
9655 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
9656
9657 * calendar/holidays.el (holiday-advent): Report on a specified day
9658 offset from advent, not just advent.
9659 (holiday-easter-etc): Report on one specified day offset from
9660 easter, not all easter holidays. Various Easter holidays moved to
9661 `christian-holidays' variable in calendar.el.
9662 * calendar/calendar.el (christian-holidays): Adapt for new
9663 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
9664
9665 2004-09-23 Kim F. Storm <storm@cua.dk>
9666
9667 * image.el (insert-sliced-image): Add doc string.
9668
9669 * ido.el (ido-choice-list): New dynamic var for `list' context.
9670 (ido-context-switch-command): New dynamic var.
9671 (ido-define-mode-map): Generalize switch between file/buffer contexts.
9672 (ido-read-internal): Handle new `list' context.
9673 Handle insert-buffer and insert-file ido-exit values.
9674 (ido-buffer-internal): New arg switch-cmd. Use it to setup
9675 ido-context-switch-command. Handle insert-file ido-exit value.
9676 (ido-read-buffer): Set ido-context-switch-command to 'ignore
9677 unless it is already bound by caller.
9678 (ido-file-internal): New arg switch-cmd. Use it to setup
9679 ido-context-switch-command. Handle insert-buffer ido-exit value.
9680 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
9681 used for context switching.
9682 (ido-all-completions): Handle new `list' context.
9683 (ido-make-choice-list): Return choices for `list' context.
9684 (ido-find-file-in-dir, ido-display-file, ido-write-file)
9685 (ido-display-buffer, ido-kill-buffer): Disable context switching.
9686 (ido-insert-buffer, ido-insert-file): Setup context switching.
9687 (ido-exhibit): Handle `list' context.
9688 (ido-read-file-name): Disable context switching. Handle fallback.
9689 (ido-read-directory-name): Disable context switching.
9690 (ido-completing-read): New defun like completing-read. Setup and
9691 use new `list' context.
9692
9693 2004-09-20 Jesper Harder <harder@ifa.au.dk>
9694
9695 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
9696
9697 2004-09-21 Jay Belanger <belanger@truman.edu>
9698
9699 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9700 `calc-graph-set-styles' so the gnuplot buffer will appear in a
9701 separate window.
9702
9703 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
9704
9705 * subr.el (after-change-major-mode-hook): Doc fix.
9706
9707 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9708
9709 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
9710 of ghostscript for monochrome PostScript file in Windows.
9711
9712 2004-09-21 Kenichi Handa <handa@m17n.org>
9713
9714 * descr-text.el (describe-char): Checking of quail activation fixed.
9715
9716 2004-09-21 Jay Belanger <belanger@truman.edu>
9717
9718 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9719
9720 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
9721
9722 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
9723 after the mode hooks instead of before. Doc fix.
9724
9725 2004-09-20 Jason Rumney <jasonr@gnu.org>
9726
9727 * startup.el (command-line) [windows-nt]: Try .emacs first, then
9728 _emacs, but revert to .emacs if neither exists in home directory.
9729
9730 2004-09-20 John Paul Wallington <jpw@gnu.org>
9731
9732 * bindings.el (completion-ignored-extensions): Add .dfsl.
9733
9734 2004-09-20 Richard M. Stallman <rms@gnu.org>
9735
9736 * bindings.el (scroll-left): Make it disabled.
9737
9738 * files.el (enable-local-eval): Doc fix.
9739
9740 * indent.el (move-to-left-margin): Special case for minibuffer.
9741
9742 * term.el (term-emulate-terminal): Turn off undo for output.
9743 Use with-current-buffer and save-selected-window.
9744
9745 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
9746
9747 * progmodes/make-mode.el (makefile-fill-paragraph):
9748 Don't insist on spaces when looking for comments. # is enough.
9749
9750 * files.el (hack-local-variables): Copy the variables list
9751 to another buffer, strip prefixes and suffixes there, then read.
9752 (enable-local-eval): Doc fix.
9753 (ignored-local-variables): Initialize to nil.
9754 (risky-local-variable-p): Don't check ignored-local-variables here.
9755 (hack-one-local-variable): Ignore var if in ignored-local-variables.
9756
9757 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
9760 of = to "." (punctuation).
9761
9762 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * subr.el (event-basic-type): Fix mask (extend to 22bits).
9765
9766 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
9767
9768 * textmodes/enriched.el (enriched-rerun-flag): New variable.
9769 (enriched-before-change-major-mode): New function.
9770 Add it to `change-major-mode-hook'.
9771 (enriched-after-change-major-mode): New function.
9772 Add it to `after-change-major-mode-hook'.
9773 (enriched-mode): Make it work correctly if called from
9774 `after-change-major-mode-hook'.
9775 No longer set `indent-line-function'.
9776
9777 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
9778
9779 * subr.el (after-change-major-mode-hook): New variable.
9780 (run-mode-hooks): Implement it.
9781
9782 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * battery.el (battery-linux-proc-apm): Use string-to-number.
9785 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
9786 Use dolist (and less indentation). Use erase-buffer.
9787 Pre-initialize `design-capacity', `warn', and `low'.
9788 (battery-format): Use replace-regexp-in-string.
9789
9790 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
9791
9792 * battery.el: Delete superfluous empty lines.
9793 (battery-linux-proc-acpi): Attempt to gather information from all
9794 battery subdirectories regardless of their file name.
9795 (battery-linux-proc-apm): Replace all occurrences of
9796 battery-hex-to-int-2 with string-to-int (base 16).
9797 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
9798 (battery-hex-map): Delete variable.
9799
9800 2004-09-18 John Paul Wallington <jpw@gnu.org>
9801
9802 * calc/calc-units.el (calc-quick-units): Fix overzealous
9803 s/or/unless/.
9804
9805 2004-09-17 Jay Belanger <belanger@truman.edu>
9806
9807 * calc/calc.el (calc-mode-var-list): Fix the value of
9808 `calc-matrix-brackets'.
9809
9810 2004-09-17 Romain Francoise <romain@orebokech.com>
9811
9812 * ibuf-ext.el (define-ibuffer-filter filename):
9813 Expand dired-directory since buffer-file-name is absolute.
9814
9815 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9816
9817 * ediff-init.el (ediff-current-diff-face-A)
9818 (ediff-current-diff-face-B, ediff-current-diff-face-C)
9819 (ediff-current-diff-face-Ancestor)
9820 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9821 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9822 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9823 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9824 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9825 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9826 Use min-colors.
9827
9828 * term.el (term-down): Perform vertical motion if DOWN is negative.
9829 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
9830 (term-termcap-format): Synchronyze with the eterm terminfo entry
9831 in etc/e/eterm.ti.
9832 (term-handle-colors-array): If the current foreground or
9833 background are zero (i.e. unspecified), use the foreground and
9834 background of the default face for reverse video.
9835 (term-ansi-at-eval-string, term-ansi-default-fg)
9836 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
9837 (term-mem): Delete ununsed function.
9838 (term-protocol-version): Increment.
9839 (term-current-face): Set to default.
9840
9841 2004-09-15 Jay Belanger <belanger@truman.edu>
9842
9843 * calc/calc.el (calc-mode-var-list): Define this variable.
9844 (calc-always-load-extensions, calc-line-numbering)
9845 (calc-line-breaking, calc-display-just, calc-display-origin)
9846 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9847 (calc-group-char, calc-point-char, calc-frac-format)
9848 (calc-prefer-frac, calc-hms-format, calc-date-format)
9849 (calc-float-format, calc-full-float-format, calc-complex-format)
9850 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9851 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9852 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9853 (calc-matrix-brackets, calc-language, calc-language-option)
9854 (calc-left-label, calc-right-label, calc-word-size)
9855 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9856 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9857 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9858 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9859 (calc-window-height, calc-display-trail, calc-show-selections)
9860 (calc-use-selections, calc-assoc-selections)
9861 (calc-display-working-message, calc-auto-why, calc-timing)
9862 (calc-mode-save-mode, calc-standard-date-formats)
9863 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
9864 (calc-user-parse-tables, calc-gnuplot-default-device)
9865 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9866 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9867 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9868 (calc-invocation-macro, calc-show-banner): Give these values as
9869 part of `calc-mode-var-list's initialization after the variables
9870 are declared with defvar.
9871 (calc-bug-address): Change email address to send bug reports to.
9872 Change the maintainer address at the top.
9873 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
9874 than "\\.emacs" to determine if it is the user-init-file.
9875
9876 * calc/calc-embed.el (calc-embedded-set-modes): Use
9877 `calc-mode-var-list' correctly.
9878
9879 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
9880
9881 * vc.el (annotate-time): Document point handling.
9882 (vc-annotate-display-autoscale): Doc fix.
9883
9884 2004-09-15 Miles Bader <miles@gnu.org>
9885
9886 * generic.el (generic-make-keywords-list): Use symbol rather than
9887 word anchors in regexp.
9888
9889 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
9890
9891 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
9892 no file name consider `dired-directory'.
9893
9894 2004-09-14 Kim F. Storm <storm@cua.dk>
9895
9896 * faces.el (cursor): Add face-no-inherit property. Doc fix.
9897
9898 2004-09-14 Simon Josefsson <jas@extundo.com>
9899
9900 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
9901
9902 * textmodes/dns-mode.el: Add.
9903
9904 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
9907 (disabled-command-function): Make the ?\ char more obvious.
9908
9909 * vc-arch.el (vc-arch-root, vc-arch-registered):
9910 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
9911
9912 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
9913
9914 * windmove.el (windmove-frame-edges): Report coordinates of
9915 outside edges of frame, not inside edges.
9916 (windmove-coordinates-of-position): Convert into wrapper to new
9917 function `windmove-coordinates-of-window-position';
9918 `compute-motion' always applies to selected window.
9919 (windmove-coordinates-of-position): Update documentation to refer
9920 to Emacs 21 Lisp Reference Manual.
9921 (windmove-find-other-window): Fix off-by-one errors for max x,y.
9922
9923 2004-09-13 Kim F. Storm <storm@cua.dk>
9924
9925 * isearch.el (isearch-resume-in-command-history): Rename from
9926 isearch-resume-enabled and change default to nil.
9927
9928 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * vc-hooks.el (vc-ignore-dir-regexp): New var.
9931 (vc-registered): Use it.
9932 (vc-find-root): New fun.
9933
9934 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9935 Don't tell to use \\{...} when it's already done.
9936
9937 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
9938 Provide a sample complex default.
9939 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
9940 (bibtex-entry): Use mapc.
9941
9942 2004-09-12 Kim F. Storm <storm@cua.dk>
9943
9944 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
9945
9946 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
9947 inhibit-field-text-motion to t so rectangles work in comint buffers.
9948
9949 * simple.el (choose-completion-string): Set buffer before running
9950 choose-completion-string-functions hook so it can be buffer-local.
9951
9952 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
9953
9954 * progmodes/compile.el (compilation-start): Parse command to see
9955 if it starts with a cd, and if so perform it for the *compilation*
9956 buffer. Change the header to reflect this.
9957
9958 2004-09-11 Kim F. Storm <storm@cua.dk>
9959
9960 * ido.el (ido-enable-dot-prefix): Doc fix.
9961 (ido-enable-dot-prefix): New defcustom.
9962 (ido-set-matches1): Use it.
9963
9964 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * textmodes/bibtex.el (bibtex-mark-active)
9967 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
9968
9969 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9970
9971 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
9972 used in a case insensitive environment.
9973 (bibtex-mode-map): Rearrange order of menus.
9974 (bibtex-quoted-string-re): Obsolete.
9975 (bibtex-complete-key-cleanup): Variable replaced by new function.
9976 (bibtex-font-lock-keywords): Use backquotes.
9977 (bibtex-font-lock-url-regexp): New internal variable.
9978 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
9979 "OPT" and "ALT".
9980 (bibtex-insert-current-kill, bibtex-make-field)
9981 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
9982 (bibtex-parse-field-text): Simplify.
9983 (bibtex-string=): New helper function.
9984 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
9985 (bibtex-map-entries): Use bibtex-string=.
9986 (bibtex-search-entry): Use not.
9987 (bibtex-enclosing-field): Fix docstring.
9988 (bibtex-assoc-regexp): Obsolete.
9989 (bibtex-format-entry): Use assoc-string and bibtex-string=.
9990 (bibtex-autokey-get-names): Handle empty name field.
9991 (bibtex-parse-strings): Use assoc-string and unless.
9992 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
9993 Use assoc-string.
9994 (bibtex-pop): Simplify.
9995 (bibtex-mode): Set font-lock-extra-managed-props.
9996 (bibtex-entry-update): Use assoc-string.
9997 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
9998 (bibtex-autofill-entry): Use bibtex-string=.
9999 (bibtex-print-help-message): Simplify.
10000 (bibtex-find-entry): New optional arg START.
10001 (bibtex-validate): Use bibtex-string= and assoc-string.
10002 Do not call obsolete function compilation-parse-errors.
10003 (bibtex-remove-delimiters): Only remove delimiters if present.
10004 (bibtex-copy-entry-as-kill): Add docstring.
10005 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
10006 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10007 (bibtex-complete): Use bibtex-predefined-month-strings,
10008 bibtex-string=, and new function bibtex-complete-key-cleanup.
10009 (bibtex-generate-url-list): New variable.
10010 (bibtex-url): New command bound to C-c C-l and mouse-2.
10011 (bibtex-url-map): New local keymap for bibtex-url-mouse.
10012 (bibtex-font-lock-url): New function.
10013
10014 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10017
10018 2004-09-09 Kim F. Storm <storm@cua.dk>
10019
10020 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10021 counter and format with binding.
10022 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
10023 the declared macro uses own macro counter and format. Give symbol
10024 kmacro property.
10025 (kmacro-keymap): Bind kmacro-name-last-macro to n.
10026 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10027 (kmacro-end-and-call-macro): Doc fix.
10028
10029 2004-09-09 Lars Hansen <larsh@math.ku.dk>
10030
10031 * desktop.el (desktop-clear-preserve-buffers):
10032 Remove make-obsolete-variable.
10033
10034 2004-09-08 Richard M. Stallman <rms@gnu.org>
10035
10036 * buff-menu.el (list-buffers-noselect): Call format-mode-line
10037 with the buffer as argument.
10038
10039 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10042
10043 2004-09-08 Juri Linkov <juri@jurta.org>
10044
10045 * replace.el (perform-replace): Use `query-replace-descr'.
10046
10047 * cus-start.el (history-delete-duplicates): Specify customization.
10048
10049 * diff-mode.el (diff-mode-map):
10050 * progmodes/compile.el (compilation-mode-map):
10051 * progmodes/grep.el (grep-mode-map):
10052 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10053 to `next-error-follow-minor-mode'.
10054
10055 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10056
10057 * isearch.el (isearch-lazy-highlight-update): Take into account
10058 the case of zero-length match at the search bound.
10059
10060 2004-09-08 Kim F. Storm <storm@cua.dk>
10061
10062 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10063 change. Use zero width overlays when necessary.
10064
10065 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10066
10067 * subr.el (split-string): Docfix.
10068
10069 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10070
10071 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
10072 (display-call-tree): Ensure newline after caller/calls blocks.
10073
10074 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10075
10076 * startup.el (command-line-1): Make option
10077 --directory/-L modify `load-path' straight away.
10078
10079 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10080
10081 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
10082
10083 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10084
10085 * emacs-lisp/autoload.el (make-autoload):
10086 Handle `define-compilation-mode'.
10087
10088 * emacs-lisp/lisp-mode.el (define-compilation-mode):
10089 Specify `doc-string-elt' property.
10090
10091 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10092
10093 * bs.el (bs-mode): Doc fix.
10094
10095 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10096
10097 * info.el (Info-insert-dir): Fix temp buffer leak bug.
10098
10099 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10100
10101 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
10102
10103 2004-09-08 Kenichi Handa <handa@m17n.org>
10104
10105 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
10106 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
10107 ps-mule-next-point -> 1+).
10108
10109 * composite.el (encode-composition-rule): Add autoload cooky.
10110
10111 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10112
10113 * format.el (buffer-auto-save-file-format): Make it permanent local.
10114
10115 2004-09-07 Kim F. Storm <storm@cua.dk>
10116
10117 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10118 (authors-fixed-entries): Fix typo.
10119 (authors-canonical-author-name): Compact multiple spaces.
10120 Ignore trivial names (e.g. only first name).
10121
10122 * term.el (term-window-width): Only use full window width on
10123 window system if overflow-newline-into-fringe is enabled.
10124 (term-mode): Don't disable overflow-newline-into-fringe.
10125
10126 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10129 motion as seen on my Mac OS X xterms.
10130
10131 * newcomment.el (uncomment-region-default, comment-region-default):
10132 New functions extracted from uncomment-region and comment-region.
10133 (comment-region, comment-region-function, uncomment-region)
10134 (uncomment-region-function): Use them.
10135
10136 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10137
10138 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10139 It's not crucial but can make sense at times.
10140
10141 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10142 the first commit.
10143
10144 * vc.el (vc-buffer-context, vc-restore-buffer-context):
10145 Disable obsolete code.
10146
10147 2004-09-07 Juri Linkov <juri@jurta.org>
10148
10149 * progmodes/grep.el (grep-highlight-matches): Change default from
10150 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
10151 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10152 if grep option `--color' is available, or to `nil' otherwise.
10153 (grep-process-setup): Call `grep-compute-defaults' if
10154 `grep-highlight-matches' is not computed. Set env-vars only
10155 if `grep-highlight-matches' is `t'.
10156 (grep-use-null-device): Remove redundant type `boolean' (`choice'
10157 is already defined).
10158
10159 * progmodes/compile.el (compilation-start): Use copy of
10160 `process-environment' created by `copy-sequence' to not
10161 modify env-vars in the global `process-environment'.
10162
10163 2004-09-06 Eli Zaretskii <eliz@gnu.org>
10164
10165 * simple.el (next-error-follow-minor-mode): Fix last change.
10166
10167 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
10168
10169 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10170 permanent local.
10171
10172 2004-09-04 Richard M. Stallman <rms@gnu.org>
10173
10174 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10175 highlighting if the search string is empty.
10176
10177 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
10178
10179 * facemenu.el (facemenu-active-faces): Change condition of inner
10180 `while' loop to also check the first two elements of `face-atts'
10181 and `mask-atts'.
10182
10183 2004-09-04 John Paul Wallington <jpw@gnu.org>
10184
10185 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10186 (thumbs-view-image-mode): Make buffer read-only.
10187
10188 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
10189
10190 * textmodes/ispell.el (ispell-really-aspell): New defvar.
10191 (ispell-check-version): Set it.
10192 (ispell-send-replacement): New function.
10193 (ispell-process-line): Call ispell-send-replacement.
10194
10195 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10196
10197 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10198 Support choosing seconds with "s".
10199
10200 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
10201
10202 * terminal.el (te-escape): Show `?' in prompt for help key.
10203
10204 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
10205
10206 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10207
10208 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10209
10210 * simple.el (next-error-follow-minor-mode)
10211 (next-error-follow-mode-post-command-hook): New functions.
10212 (next-error-follow-last-line): New defvar.
10213
10214 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10215 * progmodes/compile.el (compilation-mode-map): Likewise.
10216 * progmodes/grep.el (grep-mode-map): Likewise.
10217 * replace.el (occur-mode-map): Likewise.
10218
10219 * newcomment.el (uncomment-region): Bind comment-use-global-state
10220 to nil.
10221
10222 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10225 locally around the call to `revert-buffer'.
10226
10227 2004-09-03 Juri Linkov <juri@jurta.org>
10228
10229 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10230 `isearch-adjusted' to `t'.
10231 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10232 (isearch-message-prefix): Add "pending" for isearch-adjusted.
10233 (isearch-other-meta-char): Restore isearch-point unconditionally.
10234 (isearch-query-replace): Add new arg `regexp-flag' and use it.
10235 Set point to start of match if region is not active in transient
10236 mark mode (to include the current match to region boundaries).
10237 Push the search string to `query-replace-from-history-variable'.
10238 Add prompt "Query replace regexp" for isearch-regexp.
10239 Add region beginning/end as last arguments of `perform-replace.'
10240 (isearch-query-replace-regexp): Replace code by the call to
10241 `isearch-query-replace' with arg `t'.
10242
10243 2004-09-03 Richard M. Stallman <rms@gnu.org>
10244
10245 * startup.el (normal-top-level): Undo previous TERM change.
10246
10247 2004-09-03 Kim F. Storm <storm@cua.dk>
10248
10249 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10250 highlight overlays; allow using RET when cursor is over a button.
10251 (cua--highlight-rectangle): Use it.
10252 (cua--rectangle-set-corners): Don't move backwards at eol.
10253 (cua--forward-line): Don't move into void after eob.
10254
10255 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10256 point is set (and displayed) inside rectangle.
10257 (cua--rectangle-operation): Fix for highlight of empty lines.
10258 (cua--highlight-rectangle): Fix highlight for tabs.
10259 Position cursor at left/right edge of rectangle using new `cursor'
10260 property on overlay strings.
10261 (cua--indent-rectangle): Don't tabify.
10262 (cua-rotate-rectangle): Ignore that point has moved.
10263
10264 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10265
10266 * term/mac-win.el: Add ASCII equivalents for some function keys.
10267 (mode-line-frame-identification): Sync with x-win.el.
10268
10269 2004-09-02 Juri Linkov <juri@jurta.org>
10270
10271 * progmodes/compile.el (compilation-buffer-name): Compare major
10272 mode with second element of compilation-arguments instead of third
10273 to reflect latest changes in compilation-arguments structure.
10274 (recompile): Use global variable `compilation-directory' to get
10275 recent compilation directory only when `recompile' is invoked NOT
10276 in the compilation buffer. Otherwise, use `default-directory' of
10277 the compilation buffer.
10278 (compilation-error-properties): Allow to funcall col and end-col.
10279 (compilation-mode-font-lock-keywords): Check col and end-col by
10280 `integerp'.
10281 (compilation-goto-locus): If end-mk is non-nil in transient mark
10282 mode don't activate the mark (and don't display message in
10283 push-mark), but highlight overlay between mk and end-mk.
10284
10285 * progmodes/grep.el (grep-highlight-matches): New defcustom.
10286 (grep-regexp-alist): Add rule to highlight grep matches.
10287 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10288
10289 * info.el (Info-fontify-node): Don't compute other-tag
10290 if Info-hide-note-references=hide.
10291
10292 * help.el (function-called-at-point):
10293 * help-fns.el (variable-at-point):
10294 Try `find-tag-default' when other methods failed.
10295
10296 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10297 Do not push mark if inhibit-mark-movement is non-nil.
10298
10299 * textmodes/ispell.el (ispell-html-skip-alists):
10300 Fix backslashes in docstring.
10301
10302 2004-09-01 Juri Linkov <juri@jurta.org>
10303
10304 * isearch.el (isearch-wrap-function)
10305 (isearch-push-state-function): New defvars.
10306 (isearch-pop-fun-state): New defsubst.
10307 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10308 (isearch-push-state): Set the result of calling
10309 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10310 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10311 restore the mode-specific starting point of terminated search.
10312 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10313 (isearch-repeat): Call `isearch-wrap-function' if defined.
10314 (isearch-message-prefix): Don't add prefix "over" to the message
10315 for wrapped search if `isearch-wrap-function' is defined.
10316 (isearch-search): Call function saved in `isearch-pop-fun-state' to
10317 restore the mode-specific starting point of failed search.
10318
10319 * info.el (Info-search-whitespace-regexp): Fix backslashes.
10320 (Info-search): Add new optional arguments for the sake of isearch.
10321 Replace whitespace in Info-search-whitespace-regexp literally.
10322 Add backward search. Don't call `Info-select-node' if regexp is
10323 found in the same Info node. Don't add node to Info-history for
10324 wrapped isearch.
10325 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10326 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10327 (Info-mode): Set local variables `isearch-search-fun-function',
10328 `isearch-wrap-function', `isearch-push-state-function',
10329 `search-whitespace-regexp'.
10330
10331 * isearch.el: Remove ancient Change Log section.
10332 (isearch-string, isearch-message-string, isearch-point)
10333 (isearch-success, isearch-forward-flag, isearch-other-end)
10334 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10335 (isearch-barrier, isearch-within-brackets)
10336 (isearch-case-fold-search): Add suffix `-state' to state-related
10337 defsubsts to avoid name clashes with other function names.
10338
10339 * simple.el (next-error): New defgroup and defface.
10340 (next-error-highlight, next-error-highlight-no-select):
10341 New defcustoms.
10342 (next-error-no-select): Let-bind next-error-highlight to the value
10343 of next-error-highlight-no-select before calling `next-error'.
10344
10345 * progmodes/compile.el (compilation-goto-locus):
10346 Use `next-error' face instead of `region'. Set 4-th argument of
10347 `move-overlay' to `current-buffer' to move overlay to different
10348 source buffers. Use new variable `next-error-highlight'.
10349
10350 * simple.el (next-error-find-buffer): Move the rule
10351 "if current buffer is a next-error capable buffer" after the
10352 rule "if next-error-last-buffer is set to a live buffer".
10353 Simplify to test all rules in one `or'.
10354 (next-error): Doc fix.
10355 (next-error, previous-error, first-error)
10356 (next-error-no-select, previous-error-no-select):
10357 Make arguments optional.
10358
10359 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * macros.el (apply-macro-to-region-lines): Make it operate on all
10362 lines that begin in the region, rather than on all complete lines
10363 in the region.
10364
10365 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10366
10367 * x-dnd.el (x-dnd-protocol-alist): Document update.
10368 (x-dnd-known-types): Defcustom it.
10369 (x-dnd-handle-motif): Print message-atom in error message.
10370
10371 2004-08-30 John Paul Wallington <jpw@gnu.org>
10372
10373 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10374 strings rather than programatically constructing message.
10375
10376 2004-08-30 Richard M. Stallman <rms@gnu.org>
10377
10378 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10379 Don't return a string that would read as the wrong character code.
10380
10381 2004-08-29 Kim F. Storm <storm@cua.dk>
10382
10383 * emulation/cua-base.el (cua-auto-expand-rectangles):
10384 Remove automatic rectangle padding feature; replace by non-destructive
10385 virtual rectangle edges feature.
10386 (cua-virtual-rectangle-edges): New defcustom.
10387 (cua-auto-tabify-rectangles): New defcustom.
10388 (cua-paste): If paste into a marked rectangle, insert rectangle at
10389 current column, even if virtual; also paste exactly as many lines
10390 as has been marked (ignore additional lines or add empty lines),
10391 but paste whole source if only one line is marked.
10392 (cua--update-indications): No longer use overwrite-cursor to
10393 indicate rectangle padding
10394
10395 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10396 (cua--rectangle-virtual-edges): New defun.
10397 (cua--rectangle-get-corners): Remove optional PAD arg.
10398 (cua--rectangle-set-corners): Never do padding.
10399 (cua--forward-line): Remove optional PAD arg. Simplify.
10400 (cua-resize-rectangle-right, cua-resize-rectangle-left)
10401 (cua-resize-rectangle-down, cua-resize-rectangle-up):
10402 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10403 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10404 (cua--rectangle-move): Never do padding. Simplify.
10405 (cua--tabify-start): New defun.
10406 (cua--rectangle-operation): Add tabify arg. All callers changed.
10407 (cua--pad-rectangle): Remove.
10408 (cua--delete-rectangle): Handle delete with virtual edges.
10409 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10410 (cua--insert-rectangle): Handle insert at virtual column.
10411 Perform auto-tabify if necessary.
10412 (cua--activate-rectangle): Remove optional FORCE arg.
10413 Never do padding. Simplify.
10414 (cua--highlight-rectangle): Enhance for virtual edges.
10415 (cua-toggle-rectangle-padding): Remove command.
10416 (cua-toggle-rectangle-virtual-edges): New command.
10417 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
10418 (cua--rectangle-post-command): Don't force rectangle padding.
10419 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10420
10421 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * indent.el (edit-tab-stops-buffer): Doc fix.
10424
10425 2004-08-28 Richard M. Stallman <rms@gnu.org>
10426
10427 * progmodes/grep.el (grep-default-command): Use find-tag-default.
10428 (grep-tag-default): Function deleted.
10429
10430 * subr.el (find-tag-default): Move from etags.el.
10431
10432 * progmodes/etags.el (find-tag-default): Move to subr.el.
10433
10434 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10435 into the basic character if it has an uppercase form.
10436
10437 2004-08-27 Kenichi Handa <handa@m17n.org>
10438
10439 * international/utf-8.el (utf-8-post-read-conversion): If the
10440 buffer is unibyte, temporarily make it multibyte.
10441
10442 2004-08-27 Masatake YAMATO <jet@gyve.org>
10443
10444 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10445
10446 2004-08-25 John Paul Wallington <jpw@gnu.org>
10447
10448 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10449 0, 1, and many mismatches in message.
10450 (tex-start-shell): Use `set-process-query-on-exit-flag'.
10451
10452 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10453 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10454
10455 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10458 vc-diff-switches differently.
10459
10460 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
10461
10462 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10463 before and a real defvar after
10464 `speedbar-supported-extension-expressions'. This is to silence
10465 the compiler without breaking bootstrapping.
10466
10467 2004-08-22 Richard M. Stallman <rms@gnu.org>
10468
10469 * textmodes/flyspell.el (flyspell-word):
10470 Use set-process-query-on-exit-flag.
10471 (flyspell-highlight-duplicate-region): Take POSS as arg.
10472 (flyspell-word): Pass POSS as arg.
10473
10474 * progmodes/ada-xref.el: Many doc and style fixes.
10475 (ada-find-any-references): Use compilation-start.
10476 (ada-get-ali-file-name): Improve error msg.
10477 (ada-get-ada-file-name): Likewise.
10478
10479 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10480 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10481
10482 * mail/mail-extr.el (mail-extr-all-top-level-domains):
10483 Add forward defvar.
10484
10485 * whitespace.el (global-whitespace-mode): New alias
10486 for whitespace-global-mode.
10487
10488 * speedbar.el (speedbar-file-regexp): Move definition up.
10489 (speedbar-mode, speedbar-set-mode-line-format):
10490 Use with-no-warnings.
10491 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10492
10493 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10494 controls whether to display the error buffer.
10495
10496 * ps-mule.el: Delete compatibility code for old Emacses.
10497 (ps-mule-find-wrappoint): Don't use chars-in-region.
10498
10499 * frame.el (display-mouse-p, display-selections-p):
10500 Use with-no-warnings.
10501
10502 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10503
10504 2004-08-22 David Kastrup <dak@gnu.org>
10505
10506 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10507 information.
10508
10509 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10510
10511 2004-08-22 Andreas Schwab <schwab@suse.de>
10512
10513 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10514
10515 2004-08-22 Masatake YAMATO <jet@gyve.org>
10516
10517 * cvs-status.el (cvs-status-checkout): New function.
10518 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10519
10520 2004-08-21 David Kastrup <dak@gnu.org>
10521
10522 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10523 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10524 has been converted to use hashtables, the relation `nil=none' is
10525 no longer valid, as `nil' is not a hashtable. This patch tries to
10526 reduce the number of resulting errors.
10527
10528 2004-08-21 John Paul Wallington <jpw@gnu.org>
10529
10530 * subr.el (process-kill-without-query): Made obsolete in
10531 version 21.4, not 21.5.
10532
10533 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10534 (vc-previous-comment, vc-next-comment)
10535 (vc-comment-search-reverse, vc-comment-search-forward)
10536 (vc-comment-to-change-log): Likewise.
10537
10538 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10539
10540 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
10541
10542 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10543 Correct indentation of DEFMETHODS with non-standard method
10544 combinations (e.g., PROGN, MIN, MAX).
10545
10546 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10547
10548 * startup.el (normal-top-level-add-subdirs-to-load-path):
10549 Avoid unnecessarily checking system-type.
10550 (normal-top-level): Set TERM to "dumb". Simplify.
10551
10552 * avoid.el (mouse-avoidance-ignore-p): New fun.
10553 Also ignore switch-frame, select-window, double, and triple clicks.
10554 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
10555 (mouse-avoidance-fancy-hook): Use it.
10556
10557 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
10558
10559 * avoid.el (mouse-avoidance-nudge-mouse)
10560 (mouse-avoidance-banish-destination): Stay within the current window
10561 to avoid problems with mouse-autoselect-window.
10562
10563 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
10566 the newer format of some messages in cvs-1.12.1.
10567
10568 2004-08-19 Masatake YAMATO <jet@gyve.org>
10569
10570 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
10571 (elp-results-jump-to-definition-by-mouse)
10572 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
10573 (elp-output-result): Use elp-output-insert-symname.
10574
10575 2004-08-18 Kenichi Handa <handa@m17n.org>
10576
10577 * language/cyrillic.el: Register koi8-r in
10578 ctext-non-standard-encodings-alist.
10579 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
10580
10581 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
10582
10583 * emacs-lisp/copyright.el (copyright-update-year): Delete code
10584 that replaces 20xy with xy.
10585
10586 2004-08-17 John Paul Wallington <jpw@gnu.org>
10587
10588 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
10589 (reb-force-update): Doc fix.
10590
10591 2004-08-16 Richard M. Stallman <rms@gnu.org>
10592
10593 * progmodes/which-func.el (which-func-update-1): Doc fix.
10594
10595 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
10596 (sh-mode-abbrev-table): New variable.
10597
10598 * progmodes/compile.el (compilation-mode): Doc fix.
10599
10600 * emacs-lisp/lisp-mode.el (eval-last-sexp):
10601 Don't cons a new symbol each time.
10602 (eval-last-sexp-fake-value): New variable.
10603
10604 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
10605 (copyright-update-year): Detect continuation of list of years.
10606
10607 * term.el (term-default-fg-color, term-default-bg-color)
10608 (ansi-term-color-vector): Use `unspecified', not nil, as default.
10609
10610 * imenu.el: Several doc fixes: don't say variables are buffer-local.
10611
10612 2004-08-16 Davis Herring <herring@lanl.gov>
10613
10614 * isearch.el (isearch-string, isearch-message-string, isearch-point)
10615 (isearch-success, isearch-forward-flag, isearch-other-end)
10616 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10617 (isearch-barrier, isearch-within-brackets)
10618 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
10619
10620 2004-08-16 Kenichi Handa <handa@m17n.org>
10621
10622 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
10623
10624 2004-08-15 Kenichi Handa <handa@m17n.org>
10625
10626 * term/x-win.el (x-selection-value): If utf8 was successful but
10627 ctext was not, use utf8 string.
10628
10629 2004-08-14 Davis Herring <herring@lanl.gov>
10630
10631 * isearch.el: Remove accidental changes of March 4. Fix backing
10632 up when a regexp isearch is made more general. Use symbolic
10633 accessor functions for isearch stack frames to make usage clearer.
10634 (search-whitespace-regexp): Made groups in documentation shy (as
10635 is the group in the default value).
10636 (isearch-fallback): New function, addresses problems with regexps
10637 liberalized by `\|', adds support for liberalization by `\}' (the
10638 general repetition construct), and incorporates behavior for
10639 `*'/`?'.
10640 (isearch-}-char): New command, calls `isearch-fallback' with
10641 arguments appropriate to a typed `}'.
10642 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
10643 appropriately.
10644 (isearch-mode-map): Bind `}' to `isearch-}-char'.
10645 (isearch-string, isearch-message,string, isearch-point)
10646 (isearch-success, isearch-forward-flag, isearch-other-end)
10647 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10648 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
10649 New inline functions to read fields of a stack frame.
10650
10651 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
10652
10653 * battery.el (battery-linux-proc-acpi): Look into battery
10654 directories matching the literal string "CMB", too (required for
10655 Linux kernel version 2.6.7).
10656
10657 2004-08-14 John Paul Wallington <jpw@gnu.org>
10658
10659 * cus-start.el (read-file-name-completion-ignore-case): Add.
10660 (blink-cursor-alist): Change version to "21.4".
10661
10662 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
10663
10664 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
10665
10666 * speedbar.el (speedbar-scan-subdirs): New option.
10667 (speedbar-file-lists): Don't ignore file-name case on Unix and use
10668 dolist.
10669 (speedbar-insert-files-at-point): Take an extra argument and use
10670 it to optionally find out if a subdir is empty. Also unreadable
10671 files don't get expand buttons.
10672 (speedbar-directory): New image (unused pixmap already existed).
10673 (speedbar-expand-image-button-alist): Use it.
10674
10675 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10676
10677 CC Mode update to 5.30.9:
10678
10679 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
10680 Move from cc-vars to cc-defs for dependency reasons. Fix the
10681 POSIX char class test to check that it works in
10682 `skip-chars-(forward|backward)' too.
10683
10684 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10685 first argument starts with a special brace list.
10686
10687 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
10688 when `c-opt-type-concat-key' is used (i.e. in Pike).
10689
10690 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
10691 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
10692 >)".
10693
10694 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
10695 whitespace safe.
10696
10697 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
10698 position for `arglist-intro', `arglist-cont-nonempty' and
10699 `arglist-close' when there are two arglist open parens on the same
10700 line and there's nothing in front of the first.
10701
10702 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
10703 locking of qualified names in Java, which previously could fontify
10704 common indexing expressions in many cases. The standard Java
10705 naming conventions are used to tell them apart.
10706
10707 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
10708 Fix inconsistency wrt opening parens on the first line inside a paren
10709 block.
10710
10711 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
10712 compile time for the sake of `c-major-mode-is'.
10713
10714 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
10715 `c-major-mode-is' in the event that this is used inside a
10716 `c-lang-defconst'.
10717
10718 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
10719 `c-lang-defconst' so that it works better with fallback languages.
10720
10721 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
10722 it to fail to record the base mode.
10723
10724 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10725 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
10726 is used. Reorder the syntax checks to get more efficient
10727 skipping in some situations.
10728
10729 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
10730 continuation which might precede the newly inserted '{'.
10731
10732 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10733 Fix cases where it could loop indefinitely.
10734
10735 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
10736 size specs correctly. Only fontify identifiers in front of '('
10737 with as functions - don't accept any paren char. Tighten up
10738 initializer skipping to stop before function and class blocks.
10739
10740 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10741 the point could be left directly after an open paren when finding
10742 the beginning of the first decl in the block.
10743
10744 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
10745 table when filtering out legitimate open parens to be recorded.
10746 This could cause cache inconsistencies when e.g.
10747 `c++-template-syntax-table' was temporarily in use.
10748
10749 * progmodes/cc-engine.el (c-on-identifier)
10750 (c-simple-skip-symbol-backward): Small fix for handling "-"
10751 correctly in `skip-chars-backward'. Affected the operator lfun
10752 syntax in Pike.
10753
10754 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
10755 Fix bug that could cause an error from `after-change-functions' when
10756 the changed region is at bob.
10757
10758 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
10759
10760 CC Mode update to 5.30.9:
10761
10762 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
10763 to say that <TAB> doesn't insert WS into a CPP line.
10764 (c-indent-command, c-tab-always-indent): Amend doc strings.
10765
10766 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
10767 checks for user errors, thus eliminating cryptic and unhelpful
10768 Emacs error messages. (1) Check the arg to `c-set-style' is a
10769 string. (2) Check that settings to `c-offsets-alist' are not
10770 spuriously quoted.
10771
10772 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
10773 which precedes the newly inserted `{'.
10774
10775 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
10776
10777 Sync with Tramp 2.0.44.
10778
10779 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
10780 function "tramp_file_attributes". Otherwise, file names
10781 containing spaces are misinterpreted. Reported by Magnus Henoch
10782 <mange@freemail.hu>.
10783 (tramp-handle-file-truename): FILENAME must be expanded first.
10784 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
10785 obscure results. Reported by D. Goel <deego@gnufans.org>.
10786 (tramp-handle-verify-visited-file-modtime): If file does not
10787 exist, say it is not modified if and only if that agrees with the
10788 buffer's record. Check whether a file is visiting the buffer, or
10789 the buffer has no recorded last modification time. Return t in
10790 case the visiting file doesn't exist. Suggested by Luc Teirlinck
10791 <teirllm@auburn.edu>.
10792 (tramp-handle-write-region): Pass modtime explicitely to
10793 `set-visited-file-modtime', because filename can be different
10794 from (buffer-file-name) if `file-precious-flag' is set.
10795 `set-visited-file-modtime' must be called always when `visit' is t
10796 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
10797 (tramp-handle-set-visited-file-modtime): If `time-list' is not
10798 nil, don't apply the whole body. If the file doesn't exists, set
10799 modtime to '(-1 65535). Suggested by Luc Teirlinck
10800 <teirllm@auburn.edu>.
10801
10802 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
10803
10804 * help.el (describe-bindings): Doc fix.
10805
10806 * subr.el (kbd): Doc fix.
10807
10808 2004-08-08 John Paul Wallington <jpw@gnu.org>
10809
10810 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
10811 instead of `string-to-int'.
10812 (define-ibuffer-column mode): Fix indentation.
10813
10814 2004-08-08 Lars Hansen <larsh@math.ku.dk>
10815
10816 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
10817
10818 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10819
10820 * subr.el (global-unset-key, local-unset-key): Doc fixes.
10821
10822 * novice.el (disabled-command-function): New variable renamed from
10823 `disabled-command-hook'.
10824 (disabled-command-hook): Keep the _variable_ as alias for
10825 `disabled-command-function' and make obsolete.
10826 (disabled-command-function): Function renamed from
10827 `disabled-command-hook'. Adapt code to name change of the variable.
10828
10829 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
10830
10831 * simple.el (completion-root-regexp): New defvar.
10832 (completion-setup-function): Use it instead of a literal string.
10833
10834 2004-08-07 John Paul Wallington <jpw@gnu.org>
10835
10836 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
10837 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
10838 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
10839 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
10840
10841 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10842
10843 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
10844 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
10845
10846 2004-08-04 Kenichi Handa <handa@m17n.org>
10847
10848 * international/encoded-kb.el (encoded-kbd-setup-keymap):
10849 Fix previous change.
10850
10851 2004-08-03 Kenichi Handa <handa@m17n.org>
10852
10853 * international/encoded-kb.el: The following changes are to
10854 utilize key-translation-map instead of minor mode map.
10855 (encoded-kbd-iso2022-non-ascii-map): Delete it.
10856 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
10857 (encoded-kbd-last-key): New function.
10858 (encoded-kbd-iso2022-single-shift): New function.
10859 (encoded-kbd-iso2022-designation)
10860 (encoded-kbd-self-insert-iso2022-7bit)
10861 (encoded-kbd-self-insert-iso2022-8bit)
10862 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
10863 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
10864 key-translation-map.
10865 (encoded-kbd-setup-keymap): Setup key-translation-map.
10866 (saved-key-translation-map): New variable.
10867 (encoded-kbd-mode): Save/restore key-translation-map.
10868 Adjust for the change of encoded-kbd-setup-keymap.
10869
10870 2004-08-02 Kim F. Storm <storm@cua.dk>
10871
10872 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
10873 and call compute-motion with nil for topos and width to get proper
10874 usable width and height for both window and non-window systems.
10875
10876 * windmove.el (windmove-coordinates-of-position): Let compute-motion
10877 calculate usable window width and height.
10878
10879 * window.el (window-buffer-height): Call compute-motion with nil width.
10880
10881 2004-08-01 David Kastrup <dak@gnu.org>
10882
10883 * replace.el (query-replace-read-from):
10884 Use `query-replace-compile-replacement'.
10885 (query-replace-compile-replacement): New function.
10886 (query-replace-read-to): Use `query-replace-compile-replacement'
10887 for repeating the last command.
10888
10889 2004-08-01 John Paul Wallington <jpw@gnu.org>
10890
10891 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
10892 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
10893 (pr-switches): Remove period from end of error messages.
10894
10895 * help-mode.el (help-go-back): Likewise.
10896
10897 * abbrev.el (only-global-abbrevs): Doc fix.
10898 (edit-abbrevs-map): Define within defvar.
10899 (quietly-read-abbrev-file): Doc fix.
10900
10901 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
10902
10903 * novice.el (enable-command, disable-command): Doc fixes.
10904
10905 * subr.el (event-modifiers, event-basic-type): Doc fixes.
10906
10907 2004-07-30 Richard M. Stallman <rms@gnu.org>
10908
10909 * subr.el (with-local-quit): Doc fix.
10910
10911 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
10912
10913 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
10914
10915 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
10916
10917 * custom.el (defcustom): Doc fix.
10918
10919 2004-07-28 Masatake YAMATO <jet@gyve.org>
10920
10921 * progmodes/etags.el (etags-tags-apropos): Show building progress.
10922
10923 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * imenu.el (imenu-prev-index-position-function)
10926 (imenu-extract-index-name-function, imenu-name-lookup-function)
10927 (imenu--index-alist): Docstring redundancy fix.
10928
10929 2004-07-25 Lars Hansen <larsh@math.ku.dk>
10930
10931 * wdired.el (wdired-finish-edit): Require dired-aux before locally
10932 binding dired-backup-overwrite.
10933
10934 2004-07-25 John Paul Wallington <jpw@gnu.org>
10935
10936 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
10937
10938 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10939
10940 * term/tty-colors.el (tty-color-approximate): Doc fix.
10941
10942 * select.el (x-get-selection, x-set-selection): Doc fixes.
10943
10944 * frame.el (make-frame): Doc fix.
10945
10946 2004-07-24 Richard M. Stallman <rms@gnu.org>
10947
10948 * mail/rmail.el (rmail-mime-charset-pattern):
10949 Don't include semicolon in the charset value.
10950
10951 * replace.el (occur-next-error): Call set-window-point.
10952 (occur-engine): Handle negative NLINES.
10953
10954 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
10955
10956 * frame.el (modify-all-frames-parameters): Minor doc fix.
10957 (set-frame-configuration): Doc fix.
10958
10959 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10960
10961 * simple.el (completion-setup-function): Compute the common parts
10962 and the first difference place correctly when
10963 partial-completion-mode is on.
10964
10965 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10966
10967 * ps-print.el: Doc fix.
10968 (ps-print-version): New version 6.6.5.
10969 (ps-printing-region): Doc fix.
10970 (ps-generate-string-list): Comment fix.
10971 (ps-message-log-max): Code fix.
10972
10973 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10974
10975 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
10976 generated PostScript.
10977
10978 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
10979
10980 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
10981 with Gnus v5_10 branch.)
10982
10983 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10984
10985 * calendar/time-date.el (time-to-number-of-days): New function.
10986 Imported from from Gnus.
10987
10988 2004-07-22 Kim F. Storm <storm@cua.dk>
10989
10990 * progmodes/make-mode.el: Fix comments.
10991
10992 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10993
10994 * printing.el: Doc fix.
10995
10996 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
10997
10998 * frame.el (modify-all-frames-parameters): Minor doc fix.
10999
11000 2004-07-20 Richard M. Stallman <rms@gnu.org>
11001
11002 * textmodes/fill.el (fill-nobreak-p): If this break point is
11003 at the end of the line, don't consider the newline which follows
11004 as a reason to return t.
11005
11006 2004-07-19 John Paul Wallington <jpw@gnu.org>
11007
11008 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11009
11010 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11011
11012 * dired-aux.el (dired-do-kill-lines): Expand docstring.
11013 Delete irrelevant code.
11014
11015 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11016
11017 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11018 New docstring. From Luc Teirlinck.
11019
11020 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
11021
11022 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11023 section.
11024 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11025 non-file buffers. We know it is nil.
11026
11027 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11028
11029 Sync with Tramp 2.0.43.
11030
11031 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11032 Remove outdated comment.
11033 (tramp-locked, tramp-locker): New variables for implementing a
11034 global lock.
11035 (tramp-sh-file-name-handler): Use them to implement the global lock.
11036
11037 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
11038
11039 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
11040 calls to respective `xxx` calls.
11041 (tramp-process-alive-regexp): Precise doc string.
11042 (tramp-multi-action-process-alive): New defun.
11043 (tramp-multi-actions): Use it.
11044 (tramp-handle-find-backup-file-name): `copy-tree' is available
11045 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
11046 in order to avoid this function.
11047 (tramp-handle-write-region): Set current buffer. If connection
11048 wasn't open, `file-modes' has changed it accidently. Reported by
11049 David Kastrup <dak@gnu.org>.
11050 (tramp-enter-password, tramp-read-passwd): New arguments USER and
11051 HOST.
11052 (tramp-action-password, tramp-multi-action-password): Apply it.
11053 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11054 name must still contain the port number. Otherwise, we have two
11055 Tramp buffers, with all the confusion. Reported by Myron Selby
11056 <myron@xytech.com> and Rolf Dubitzky
11057 <Dubitzky@physi.uni-heidelberg.de>.
11058
11059 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11060 HOST to `tramp-enter-passwd'.
11061
11062 * net/tramp-vc.el (all): Code cleanup. Change all
11063 `tramp-handle-xxx' calls to respective `xxx` calls.
11064
11065 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
11066
11067 * emacs-lisp/testcover.el: New category "potentially-1valued" for
11068 functions that are not erroneous if either 1-valued or
11069 multi-valued. Detect functions in this class.
11070 (testcover-1value-functions, testcover-compose-functions)
11071 (testcover-progn-functions) Add some additional functions to lists.
11072 (testcover-mark): Bugfix when marking up the definition for an
11073 empty function.
11074
11075 2004-07-17 Richard M. Stallman <rms@gnu.org>
11076
11077 * replace.el (occur-read-primary-args): Pass default to
11078 read-from-minibuffer.
11079
11080 * mail/footnote.el (footnote-section-tag): Use defcustom.
11081
11082 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
11083 Compile font-lock-keywords, not KEYWORDS.
11084 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
11085 Add warn, check-type. Handle cerror like error.
11086
11087 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11088
11089 * progmodes/which-func.el (which-func-keymap): New var.
11090 (which-func-face): New face.
11091 (which-func-format): Use them.
11092
11093 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11094
11095 * buff-menu.el (list-buffers-noselect): Append the buffer's
11096 process status to its mode name.
11097
11098 2004-07-16 Kim F. Storm <storm@cua.dk>
11099
11100 * simple.el (inhibit-mark-movement): New defvar.
11101 (beginning-of-buffer, end-of-buffer): Do not push mark if
11102 inhibit-mark-movement is non-nil or C-u prefix is given.
11103
11104 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
11105 Init to beginning-of-buffer and end-of-buffer.
11106 (cua--undo-push-mark): New defvar.
11107 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
11108 already active and command is in cua--preserve-mark-commands.
11109 Also fix check for shift modifier on non-window systems.
11110 (cua--post-command-handler): Clear inhibit-mark-movement if set.
11111
11112 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11113
11114 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11115 of two integers, instead of a cons.
11116
11117 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11118 `visited-file-modtime' now returns a list of two integers, instead
11119 of a cons.
11120
11121 * dired.el (dired-directory-changed-p): Ditto.
11122
11123 * progmodes/grep.el (grep): Doc fix.
11124
11125 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11126
11127 * autorevert.el (auto-revert-tail-mode)
11128 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11129 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11130 in both at the same time.
11131 (auto-revert-tail-mode): New command.
11132 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11133 (auto-revert-handler): Revert only either tail or whole file.
11134
11135 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11136 add auto-revert-tail-mode.
11137
11138 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11139
11140 * printing.el: Doc fix. Change name of some funs.
11141 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
11142 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
11143 (pr-standard-file-name): New fun. Replace pr-standard-path.
11144 (pr-call-process): Code fix.
11145
11146 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
11147
11148 * subr.el (with-selected-window): Doc fix.
11149
11150 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
11151
11152 * subr.el (get-buffer-window-list): Doc fix.
11153
11154 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11155
11156 * files.el (switch-to-buffer-other-window): Doc fix.
11157
11158 * window.el (save-selected-window, one-window-p)
11159 (split-window-keep-point, split-window-vertically)
11160 (split-window-horizontally): Doc fixes.
11161
11162 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11163
11164 * printing.el: Doc fix. Now it uses call-process instead of
11165 shell-command for low command execution.
11166 (pr-version): New version number (6.8).
11167 (pr-shell-file-name): Option removed.
11168 (pr-shell-command): Fun removed.
11169 (pr-call-process): New fun. Replace pr-shell-command.
11170 (pr-standard-path, pr-remove-nil-from-list): New funs.
11171 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11172 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11173 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11174 (pr-ps-utility-process, pr-txt-print): Code fix.
11175
11176 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11177
11178 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11179 boolean.
11180
11181 2004-07-09 Lars Hansen <larsh@math.ku.dk>
11182
11183 * wid-edit.el (widget-field-buffer): Doc fix.
11184
11185 2004-07-09 John Paul Wallington <jpw@gnu.org>
11186
11187 * emacs-lisp/re-builder.el (reb-update-overlays):
11188 Distinguish between one and several matches in message.
11189
11190 2004-07-09 Richard M. Stallman <rms@gnu.org>
11191
11192 * mouse.el (mouse-set-region-1): If transient-mark-mode
11193 is `identity', change it to `only'.
11194
11195 * simple.el (current-word): Doc fix.
11196
11197 2004-07-09 Mark A. Hershberger <mah@everybody.org>
11198
11199 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11200 so that it is more understanding of whitespace.
11201
11202 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11203 (("ns" . "element") (attr-list) children) instead of
11204 ((:ns . "element") (attr-list) children) in order to reduce the
11205 number of symbols used.
11206 (xml-skip-dtd): Change to use xml-parse-dtd but set
11207 xml-validating-parsing to nil.
11208 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11209 (xml-substitute-entity): Remove in favor of new entity substitution.
11210 (xml-substitute-special): Rewrite in to substitute complex
11211 entities from DOCTYPE declarations.
11212 (xml-parse-fragment): Parse fragments from entity deleclarations.
11213 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11214 (xml-parse-dtd, xml-substitute-special): Make validity checks
11215 conditioned on xml-validating-parser. Add "Not Well Formed" to
11216 error messages about well-formedness.
11217
11218 2004-07-08 Steven Tamm <steventamm@mac.com>
11219
11220 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11221 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11222 Do not treat double clicks and triple clicks specially in the
11223 scroll bar (preventing strange repositioning problems)
11224
11225 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * replace.el (query-replace-regexp-eval): Fix last change.
11228
11229 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * replace.el (query-replace-descr): New fun.
11232 (query-replace-read-from, query-replace-read-args): Default to the
11233 previous from&to.
11234 (query-replace-read-to): Quote the `from' string when displaying it.
11235 (query-replace-regexp-eval): Immediately check read-only status.
11236 Use query-replace-read-from to get the \n checking.
11237 Quote the `from' string when displaying it.
11238 (map-query-replace-regexp, occur-read-primary-args):
11239 Quote the `from' string when displaying it.
11240
11241 * isearch.el (isearch-query-replace): Pass the regexp-ness and
11242 delimited-ness of the search to query-replace.
11243
11244 * replace.el (query-replace-read-from, query-replace-read-to):
11245 New funs extracted from query-replace-read-args.
11246 (query-replace-read-args): Use them.
11247
11248 * replace.el (query-replace-interactive, query-replace-read-args):
11249 Remove the `initial' special value.
11250 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11251 (occur-engine): Remove unused var `matchend'.
11252
11253 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11254 Use the search string without prompting.
11255
11256 2004-07-05 Kenichi Handa <handa@m17n.org>
11257
11258 * international/mule.el (decode-coding-inserted-region):
11259 Set last-coding-system-used only when coding is nil.
11260
11261 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11262
11263 * progmodes/grep.el (grep-compute-defaults, grep-command)
11264 (grep-program, find-program, grep-find-use-xargs, grep-history)
11265 (grep-find-history, grep-tag-default, grep-find-command)
11266 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11267 Add autoload cookies, for unbundled packages that load `compile'
11268 and expect all grep-related symbols to become defined.
11269
11270 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
11271
11272 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11273 (iimage-mode-image-search-path): New user option to search the
11274 image file.
11275 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
11276 have locate-file.
11277 (iimage-mode-buffer): Use it.
11278
11279 2004-07-03 Nick Roberts <nickrob@gnu.org>
11280
11281 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11282 carefully.
11283 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11284
11285 2004-07-03 Juri Linkov <juri@jurta.org>
11286
11287 * replace.el (query-replace-read-args): Swallow space after 'foo,
11288 not after (quote foo). Match space only immediately after symbol,
11289 not anywhere in the whole string.
11290
11291 2004-07-02 Richard M. Stallman <rms@gnu.org>
11292
11293 * replace.el (query-replace-read-args): Swallow space after
11294 symbols, not after closeparens. But avoid error if string ends there.
11295
11296 * progmodes/python.el (python-beginning-of-statement):
11297 Exit the loop if backward-up-list gets error.
11298
11299 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11300
11301 2004-07-02 Andre Spiegel <spiegel@gnu.org>
11302
11303 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11304 only if vc-consult-headers is non-nil.
11305
11306 2004-07-02 Juri Linkov <juri@jurta.org>
11307
11308 * pcvs.el (cvs-mode-diff-repository): New command.
11309
11310 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11311
11312 2004-07-01 Juri Linkov <juri@jurta.org>
11313
11314 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11315 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
11316 C-M-% to isearch-query-replace-regexp.
11317 (minibuffer-local-isearch-map): Add arrow key bindings.
11318 Bind C-f to isearch-yank-char-in-minibuffer.
11319 (isearch-forward): Doc fix.
11320 (isearch-edit-string): Doc fix.
11321 (isearch-query-replace, isearch-query-replace-regexp): New funs.
11322 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
11323 (isearch-yank-char): Add optional arg.
11324 (isearch-yank-char-in-minibuffer): New fun.
11325
11326 * replace.el (query-replace-interactive): Change type from boolean
11327 to choice. Add value `initial'.
11328 (query-replace-read-args): Handle value `initial' of
11329 query-replace-interactive.
11330
11331 2004-06-29 Kim F. Storm <storm@cua.dk>
11332
11333 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11334 (breakpoint-disabled-bitmap-face): Add :group 'gud.
11335
11336 * progmodes/ada-xref.el (ada-tight-gvd-integration):
11337 Add :group 'ada.
11338
11339 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11340
11341 2004-06-29 Juri Linkov <juri@jurta.org>
11342
11343 * replace.el (query-replace-read-args): Swallow a space after
11344 everything except )]" which in most cases means after a symbol.
11345
11346 * emacs-lisp/pp.el (pp-buffer): Add autoload.
11347
11348 2004-06-28 Richard M. Stallman <rms@gnu.org>
11349
11350 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11351 More changes to go with previous change in font-lock.el.
11352
11353 2004-06-26 David Kastrup <dak@gnu.org>
11354
11355 * replace.el (perform-replace): Highlight the match even in
11356 non-query mode if there is potential replace string editing.
11357
11358 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
11359
11360 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11361 agree with new return value of `file-remote-p'.
11362 This syncs with Tramp 2.0.42.
11363
11364 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11365 according to new documentation of `file-remote-p'.
11366
11367 * files.el (file-remote-p): Fix doc to say that return value is
11368 identification of remote system, if not nil.
11369 (file-relative-name): Use new return value of `file-remote-p'.
11370
11371 2004-06-26 Nick Roberts <nickrob@gnu.org>
11372
11373 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11374 (gdb-goto-breakpoint): Fix breakage.
11375
11376 2004-06-26 Eli Zaretskii <eliz@gnu.org>
11377
11378 * man.el (Man-getpage-in-background): Add windows-nt to the list
11379 of systems where shell-file-name should be used instead of
11380 literal "sh".
11381
11382 2004-06-25 Sam Steingold <sds@gnu.org>
11383
11384 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11385 function names `(setf symbol)'.
11386
11387 2004-06-24 Richard M. Stallman <rms@gnu.org>
11388
11389 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11390
11391 * font-lock.el (font-lock-keywords): Change format of compiled values.
11392 Document it.
11393 (font-lock-add-keywords): If font-lock-keywords is compiled,
11394 extract the uncompiled version, modify, then recompile.
11395 (font-lock-remove-keywords): Likewise.
11396 (font-lock-fontify-keywords-region): Handle changed format.
11397 (font-lock-compile-keywords): Handle changed format.
11398 (font-lock-set-defaults): Compile the keywords explicitly here.
11399
11400 2004-06-24 David Kastrup <dak@gnu.org>
11401
11402 * replace.el (query-replace-read-args): Implement `\,' and `\#'
11403 replacements here.
11404 (query-replace-regexp): Doc string explaining this and the new
11405 `\?' replacement. Remove `\,' and `\#' implementation here, as it
11406 is better placed in `query-replace-read-args'.
11407 (replace-regexp): Explain `\,', `\#' and `\?'.
11408 (replace-match-data): New function for thorough reuse/destruction
11409 of old match-data.
11410 (replace-match-maybe-edit): Function for implementing `\?' editing.
11411 (perform-replace): Fix maintaining of the match stack including
11412 already matched regions, implement `\?', fix various problems
11413 with regions while editing and other stuff.
11414 (replace-highlight): Simplify.
11415
11416 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
11417
11418 * progmodes/grep.el (grep-error-screen-columns): New variable.
11419 (grep-regexp-alist): Give it the full functionality of gnu style
11420 compilation messages with line and column ranges. Ask me for the
11421 perl script I'm working on, that uses these.
11422
11423 2004-06-23 Nick Roberts <nickrob@gnu.org>
11424
11425 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11426 Remove.
11427 (comint-insert-input, comint-mouse-insert-input): New functions
11428 based on comint-insert-clicked-input for two bindings but just
11429 one functionality.
11430
11431 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11432
11433 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11434
11435 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11436
11437 * files.el (write-contents-functions): Doc fix.
11438
11439 2004-06-21 Juanma Barranquero <lektu@terra.es>
11440
11441 * image.el (image-library-alist): Rewrite docstring in active voice.
11442
11443 2004-06-20 Richard M. Stallman <rms@gnu.org>
11444
11445 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11446
11447 * isearch.el (isearch-repeat): Avoid testing old match data.
11448 (isearch-message): Display trailing space in special font
11449 when search is failing.
11450 (isearch-search-fun-function): Doc fix.
11451
11452 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11453
11454 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
11455
11456 * frame.el (show-trailing-whitespace): Doc fix.
11457
11458 * cus-edit.el (custom-variable-documentation): New function.
11459 (custom-variable): Use it.
11460
11461 2004-06-19 Nick Roberts <nickrob@gnu.org>
11462
11463 * man.el (Man-getpage-in-background): Revert previous change but
11464 make cygwin a special case.
11465
11466 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
11467
11468 * autorevert.el (global-auto-revert-non-file-buffers):
11469 Update docstring.
11470
11471 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
11472
11473 * progmodes/compile.el (compilation-error-properties): Store one
11474 more than end-col, if present, so that transient-mark-mode will
11475 highlight last char too.
11476 * progmodes/grep.el (grep-regexp-alist): Match columns and column
11477 ranges, if present.
11478
11479 2004-06-18 Jason Rumney <jasonr@gnu.org>
11480
11481 * makefile.w32-in: Double percent signs in for loops.
11482
11483 2004-06-17 David Kastrup <dak@gnu.org>
11484
11485 * replace.el (query-replace-read-args): Only warn about use of \n
11486 and \t when we are doing a regexp replacement and the actual
11487 escaped character is n or t.
11488 (query-replace-regexp): Add \, and \# interpretation to
11489 interactive call and document it.
11490 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11491 as shortkey for replace-count.
11492 (replace-quote): New function for doubling backslashes.
11493
11494 2004-06-17 Juanma Barranquero <lektu@terra.es>
11495
11496 * files.el (parse-colon-path, cd): Mention in docstring that the
11497 path separator is colon in GNU-like systems.
11498
11499 * newcomment.el (comment-region-internal): Fix docstring.
11500
11501 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11502 (ewoc-invalidate, ewoc-collect): Doc fixes.
11503 (ewoc--create-node, ewoc--delete-node-internal):
11504 Fix typos in docstring.
11505
11506 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11509 manual to docstring.
11510
11511 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11512
11513 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11514
11515 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11516
11517 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11518 Add hyperlink to emacs-xtra manual to docstring.
11519
11520 * autorevert.el (global-auto-revert-non-file-buffers):
11521 Add hyperlink to emacs-xtra manual to docstring, as well as an
11522 info-link.
11523
11524 2004-06-14 Juanma Barranquero <lektu@terra.es>
11525
11526 * image.el (image-library-alist): New variable to map image types
11527 to external libraries. Initialized to nil, unless system-specific
11528 configs change it.
11529 (image-type-available-p): Determine whether an image type is
11530 available by calling `init-image-library'.
11531
11532 * term/w32-win.el (image-library-alist): Initialize to a known set
11533 of probable library names.
11534
11535 2004-06-14 Kenichi Handa <handa@m17n.org>
11536
11537 * international/code-pages.el (windows-1256, cp1125): Fix tables
11538 for several characters.
11539
11540 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11541
11542 2004-06-13 Richard M. Stallman <rms@gnu.org>
11543
11544 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11545
11546 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11547 not "`pc-selection-mode'".
11548
11549 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
11550
11551 * simple.el (previous-matching-history-element): Specify a default.
11552
11553 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
11554
11555 * cus-face.el (custom-declare-face): Simplify code.
11556
11557 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
11558
11559 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
11560
11561 * files.el (before-save-hook): Add `time-stamp' to the options.
11562
11563 * time-stamp.el (time-stamp): Recommend adding it to
11564 `before-save-hook', rather than `write-file-functions'.
11565 Make a similar change in `Commentary' section.
11566
11567 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11568
11569 * diff-mode.el (diff-current-defun): If at start of hunk, use
11570 position of first change.
11571
11572 2004-06-13 Lars Hansen <larsh@math.ku.dk>
11573
11574 * dired-x.el (dired-mark-omitted): Bind to "*O".
11575
11576 2004-06-12 Karl Fogel <kfogel@red-bean.com>
11577
11578 * bookmark.el (bookmark-bmenu-relocate): New function, as
11579 suggested by David J. Biesack <David.Biesack@sas.com>.
11580 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
11581 (bookmark-bmenu-mode): Describe binding in doc string.
11582 (bookmark-set-filename): Save the bookmark list if it's time.
11583
11584 2004-06-13 Kenichi Handa <handa@m17n.org>
11585
11586 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
11587 (ccl-untranslated-to-ucs): Fix typo.
11588
11589 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11590
11591 * progmodes/python.el (python-open-block-statement-p):
11592 Fix indentation after a block opening that contains a comment.
11593
11594 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
11595
11596 * bindings.el (completion-ignored-extensions): Add file extensions
11597 of Python byte-compiled files.
11598
11599 2004-06-12 Juri Linkov <juri@jurta.org>
11600
11601 * info.el (Info-goto-node): Add autoload.
11602 (Info-toc): Add substring-no-properties on Info file name.
11603 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11604 (Info-mode-map): Bind L to Info-history, T to Info-toc.
11605
11606 2004-06-12 Kenichi Handa <handa@m17n.org>
11607
11608 * international/mule-cmds.el (set-language-environment):
11609 Load subst tables if necessary.
11610
11611 * international/mule.el (decode-char): Load subst tables if necessary.
11612 (encode-char): Likewise.
11613
11614 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
11615 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
11616 (utf-16le-decode-loop): Set r5 to -1 before loop.
11617 (utf-16be-decode-loop): Likewise.
11618 (ccl-decode-mule-utf-16le): Add EOF processing block.
11619 (ccl-decode-mule-utf-16be): Likewise.
11620 (ccl-decode-mule-utf-16le-with-signature): Likewise.
11621 (ccl-decode-mule-utf-16be-with-signature): Likewise.
11622 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
11623 (ccl-mule-utf-16-encode-untrans): New CCL.
11624 (utf-16-decode-to-ucs): Handle pre-read character.
11625 (utf-16le-encode-loop): Handle surrogate pair.
11626 (utf-16be-encode-loop): Likewise.
11627 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
11628 of utf-16le-encode-loop.
11629 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
11630 of utf-16be-encode-loop.
11631 (mule-utf-16-post-read-conversion):
11632 Call utf-8-post-read-conversion at first.
11633 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
11634 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
11635 Add post-read-conversion and pre-write-conversion.
11636
11637 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
11638 (utf-translate-cjk-unicode-range): New variable.
11639 (utf-translate-cjk-load-tables): New function.
11640 (utf-lookup-subst-table-for-decode): New function.
11641 (utf-lookup-subst-table-for-encode): New function.
11642 (utf-translate-cjk-mode): Init-value changed to t. Don't load
11643 tables here. Update safe-charsets of utf-* coding systems.
11644 (ccl-mule-utf-untrans): New CCL.
11645 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
11646 at end of each branch.
11647 (ccl-mule-utf-8-encode-untrans): New CCL.
11648 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
11649 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
11650 length of encoding. Don't return r0.
11651 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
11652 (utf-8-post-read-conversion): Narrow to region properly.
11653 If utf-translate-cjk-mode is on, load tables if necessary.
11654 Call utf-8-compose with hash-table arg if necessary.
11655 Call XXX-compose-region instead of XXX-post-read-convesion.
11656 (utf-8-pre-write-conversion): New function.
11657 (mule-utf-8): Include CJK charsets in safe-charsets if
11658 utf-translate-cjk-mode is on. Add pre-write-conversion.
11659
11660 * international/characters.el: Temporarily set
11661 utf-translate-cjk-mode to nil.
11662
11663 * language/devan-util.el (devanagari-compose-region):
11664 Add autoload cookie.
11665
11666 * international/ccl.el (ccl-dump-call): Fix printing the
11667 subroutine name.
11668
11669 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
11670
11671 * dired.el (dired-revert): If buffer is marked unmodified before
11672 reverting, keep it marked unmodified.
11673 Adapt to new conventions for commenting out code.
11674 (dired-make-relative): Adapt to new conventions for commenting out code.
11675
11676 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
11677
11678 * eshell/esh-module.el (eshell-load-defgroups):
11679 Bind `vc-handled-backends' to nil when opening files.
11680
11681 2004-06-11 Juanma Barranquero <lektu@terra.es>
11682
11683 * files.el (parse-colon-path, cd): Doc fixes (refer to
11684 `path-separator', not colon).
11685
11686 2004-06-10 Juanma Barranquero <lektu@terra.es>
11687
11688 * newcomment.el (comment-search-forward)
11689 (comment-search-backward): Fix typos in docstring.
11690 (comment-region): Doc fix.
11691
11692 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
11693
11694 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
11695 switch is no longer stored in `dired-switches-alist'.
11696
11697 * dired-aux.el (dired-insert-subdir): Do not store R switch in
11698 `dired-switches-alist'.
11699
11700 2004-06-10 Kim F. Storm <storm@cua.dk>
11701
11702 * pcvs.el (cvs-mode-diff-yesterday): New command.
11703
11704 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
11705
11706 2004-06-10 Juri Linkov <juri@jurta.org>
11707
11708 * emacs-lisp/edebug.el (edebug-eval-defun):
11709 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
11710 Fix docstring.
11711
11712 * simple.el (eval-expression-print-format): Don't print additional
11713 information on the first call to `eval-print-last-sexp'.
11714 (next-error-find-buffer): Fix punctuation.
11715 (killing) <defgroup>: Fix punctuation.
11716 (yank-excluded-properties): Change group from editing to killing.
11717
11718 * replace.el (perform-replace): Use `limit' to terminate the
11719 while-loop explicitly.
11720
11721 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11722
11723 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
11724 Use lc-*.xpm as prefix instead of *-locol.xpm.
11725
11726 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
11727 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
11728 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
11729 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
11730 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
11731 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
11732 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
11733 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
11734 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
11735 * toolbar/lc-up_arrow.xpm:
11736 Rename from *-locol.xpm.
11737
11738 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
11739
11740 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
11741 include forms like &<str>; as valid url patterns.
11742
11743 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * dired.el (dired-diff, dired-backup-diff)
11746 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
11747 (dired-do-chown, dired-do-touch, dired-do-print)
11748 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
11749 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
11750 (dired-create-directory, dired-do-copy, dired-do-symlink)
11751 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
11752 (dired-do-copy-regexp, dired-do-hardlink-regexp)
11753 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
11754 (dired-maybe-insert-subdir, dired-next-subdir)
11755 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
11756 (dired-kill-subdir, dired-tree-up, dired-tree-down)
11757 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
11758 (dired-run-shell-command, dired-query): Remove redundant,
11759 or incorrect, autoloads.
11760
11761 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
11762 does not end in a slash. Add optional argument KILL-ROOT.
11763 Update docstring.
11764 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
11765 (dired-query): Add autoloads.
11766
11767 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
11768
11769 * progmodes/compile.el (compilation-set-window-height):
11770 Rearrange the save-* functions because a buffer can have several current
11771 point in different windows.
11772 (compilation-error-regexp-alist-alist): Recognize {standard input}
11773 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
11774
11775 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11776
11777 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
11778 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
11779 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
11780 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
11781 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
11782 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
11783 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
11784 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
11785 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
11786 * toolbar/up_arrow-locol.xpm:
11787 New versions of icons that uses fewer colors.
11788
11789 * toolbar/tool-bar.el (tool-bar-local-item)
11790 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
11791 if display-color-cells is 256 or less.
11792
11793 2004-06-08 Kim F. Storm <storm@cua.dk>
11794
11795 * wid-edit.el (widget-specify-button): Use hand pointer rather
11796 than mouse-face as visible mouse-over effect.
11797
11798 2004-06-07 Karl Fogel <kfogel@red-bean.com>
11799
11800 * saveplace.el (save-place-alist-to-file): Bind `print-length'
11801 and `print-level' to nil when writing out `save-place-alist'.
11802 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
11803
11804 2004-06-07 Juanma Barranquero <lektu@terra.es>
11805
11806 * completion.el (completion-kill-region): Doc fix.
11807
11808 * format.el (format-insert-annotations)
11809 (format-annotate-location): Doc fixes.
11810 (format-subtract-regions): Make arguments match their use in docstring.
11811
11812 * simple.el (kill-region): Doc fix.
11813
11814 * subr.el (insert-buffer-substring-no-properties)
11815 (insert-buffer-substring-as-yank): Doc fixes.
11816
11817 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
11818
11819 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11820 Update docstring.
11821 (dired-reset-subdir-switches): New function.
11822
11823 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
11824 Limit scope of `buffer-read-only' binding.
11825
11826 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
11827
11828 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
11829 eshell-explicit-command-char.
11830
11831 2004-06-06 Juanma Barranquero <lektu@terra.es>
11832
11833 * help-fns.el (help-argument-name): Inherit from italic face only
11834 if the frame supports it.
11835
11836 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11837
11838 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
11839 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
11840 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
11841 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
11842 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
11843 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
11844 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
11845 New conversions from xpm files.
11846
11847 * toolbar/README: New file.
11848
11849 2004-06-06 Richard M. Stallman <rms@gnu.org>
11850
11851 * isearch.el (isearch-mode-map): Undo previous change.
11852
11853 2004-06-05 Juri Linkov <juri@jurta.org>
11854
11855 * bindings.el (debug-ignored-errors): Add regexps for history
11856 related messages. Remove $ from "No further undo information".
11857 Move Ediff's messages to ediff.el.
11858
11859 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
11860
11861 * cus-edit.el (custom-display): Add `min-colors'.
11862
11863 * custom.el (defface): Add `supports' to docstring.
11864
11865 * help-fns.el (help-argument-name): Add :group 'help.
11866
11867 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
11868
11869 * find-dired.el (find-ls-subdir-switches): New user option.
11870 (find-dired): No longer call `abbreviate-file-name' on DIR.
11871 Set `dired-subdir-switches' buffer-locally.
11872
11873 * locate.el: Merge the two `Commentary' sections.
11874 (locate-ls-subdir-switches): New user option.
11875 (locate): Update for other changes.
11876 (locate-mode-map): Restore Dired binding for mouse-2.
11877 Bind `locate-mouse-view-file' to M-mouse-2.
11878 Bind `l' to `locate-do-redisplay'.
11879 (locate-main-listing-line-p, locate-do-redisplay): New functions.
11880 (locate-mouse-view-file, locate-tags, locate-find-directory):
11881 Print message if used outside main listing.
11882 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
11883 Various changes to support inserted subdirectories.
11884 (locate-insert-header): Change header of *Locate* buffer.
11885
11886 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11887 Change interactive default switches.
11888 (dired-rename-subdir-2): Update `dired-switches-alist'.
11889 (dired-insert-subdir, dired-kill-subdir):
11890 Handle `dired-switches-alist'. Do not mark buffer modified.
11891 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
11892 (dired-insert-subdir-doinsert): Omit messages.
11893 Handle `dired-subdir-switches'.
11894 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
11895
11896 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
11897 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
11898 subdirs if -R switch is used for a subdir.
11899 (dired-mode): Set `dired-switches-alist'.
11900 (dired-build-subdir-alist): Only print number of directories in
11901 echo area when invoked interactively.
11902
11903 2004-06-05 Lars Hansen <larsh@math.ku.dk>
11904
11905 * dired-x.el (dired-omit-mode): Rename from
11906 dired-omit-files-p. Use define-minor-mode to define it.
11907 (dired-omit-files-p): Add as alias for dired-omit-mode.
11908 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
11909 dired-mark-omitted.
11910 (dired-mark-omitted): Add. Bind to M-O.
11911
11912 2004-06-05 Kenichi Handa <handa@m17n.org>
11913
11914 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
11915
11916 2004-06-05 Juanma Barranquero <lektu@terra.es>
11917
11918 * help-fns.el (help-argument-name): Reintroduce face.
11919 (help-default-arg-highlight): Use it, now that
11920 `face-differs-from-default-p' can be trusted.
11921
11922 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11923
11924 * textmodes/table.el: Sentence commands added to Point Motion
11925 group; kill and backward-kill commands added to Extraction group.
11926
11927 2004-06-04 Mario Lang <mlang@delysid.org>
11928
11929 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
11930 systems appear to use mW, make the code handle this. Fix a
11931 division-by-zero bug while at it, and handle kernels with
11932 a slightly different layout in /proc/acpi.
11933
11934 2004-06-04 Karl Fogel <kfogel@red-bean.com>
11935
11936 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
11937 because the latter is a CL-ism. This fixes the bug reported by
11938 Shawn Boyette <mdxi@collapsar.net> in
11939 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
11940
11941 2004-06-04 Miles Bader <miles@gnu.org>
11942
11943 * faces.el (display-supports-face-attributes-p): Function moved to
11944 C code. Previously only the tty-related portion of this function
11945 was done in C; however the previous attempt to do a halfway-proper
11946 job for non-tty displays in lisp didn't work properly because of
11947 funny conditions during Emacs startup.
11948 (face-differs-from-default-p): Simplify, now that
11949 display-supports-face-attributes-p works properly on all display
11950 types. Remove :stipple from comparison; it doesn't really work
11951 in emacs anyway.
11952
11953 2004-06-04 Miles Bader <miles@gnu.org>
11954
11955 * faces.el (face-differs-from-default-p): Use a different
11956 implementation, so we can really check whether FACE displays
11957 differently or not.
11958
11959 2004-06-04 Miles Bader <miles@gnu.org>
11960
11961 * faces.el (display-supports-face-attributes-p): Implement a
11962 `different from default' check for non-tty displays.
11963
11964 2004-06-03 David Kastrup <dak@gnu.org>
11965
11966 * woman.el (woman-mapcan): More concise code.
11967 (woman-topic-all-completions, woman-topic-all-completions-1)
11968 (woman-topic-all-completions-merge): Replace by a simpler and
11969 much faster implementation based on O(n log n) sort/merge instead
11970 of the old O(n^2) behavior.
11971
11972 2004-06-03 Miles Bader <miles@gnu.org>
11973
11974 * subr.el (read-number): Use canonical format for default in prompt.
11975
11976 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
11977 Add regexp for " [...]" style defaults.
11978
11979 2004-06-02 Romain Francoise <romain@orebokech.com>
11980
11981 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
11982 groups: if the user asks for a hidden buffer, open the
11983 corresponding filter group to expose it.
11984
11985 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
11986 `ibuffer-jump-to-buffer'.
11987 (ibuffer-jump-offer-only-visible-buffers): New user option.
11988
11989 2004-06-02 Juanma Barranquero <lektu@terra.es>
11990
11991 * faces.el (frame-update-faces): Add empty docstring so the one
11992 for `ignore' doesn't show through.
11993
11994 * subr.el (process-kill-without-query): Remove spurious "\n" on
11995 obsolescence string.
11996 (focus-frame, unfocus-frame): Add obsolescence declaration and
11997 empty docstring.
11998
11999 * international/mule.el (register-char-codings): Make alias for
12000 `ignore'. Move docstring to obsolescence info and remove redundancy.
12001
12002 2004-06-02 Kim F. Storm <storm@cua.dk>
12003
12004 * frame.el (blink-cursor-start): Turn cursor off initially so blink
12005 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12006
12007 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * comint.el (comint-replace-by-expanded-history-before-point):
12010 Obey `start' as the docstring says.
12011 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12012 (comint-update-fence): Prevent font-lock from running unnecessarily.
12013 (comint-dynamic-list-completions): Use with-current-buffer.
12014
12015 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12016
12017 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12018 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12019 (bibtex-entry-update): Handle alternatives and optional fields.
12020 (bibtex-parse-entry): Bugfix, handle empty key.
12021
12022 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * vc-arch.el (vc-arch-state): Don't assume the file exists.
12025
12026 2004-05-31 Lars Hansen <larsh@math.ku.dk>
12027
12028 * desktop.el (desktop-save): Don't save minor modes without a
12029 known mode initialization function.
12030
12031 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
12032
12033 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12034
12035 * autorevert.el: Update `Commentary' section.
12036
12037 2004-05-30 Juanma Barranquero <lektu@terra.es>
12038
12039 * dos-fns.el (convert-standard-filename):
12040 * files.el (convert-standard-filename):
12041 * w32-fns.el (convert-standard-filename):
12042 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12043
12044 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12045
12046 Sync with Tramp.
12047
12048 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12049 (tramp-let-maybe): Move to an earlier spot in the file.
12050 Patch by Andreas Schwab.
12051
12052 2004-05-30 Andreas Schwab <schwab@suse.de>
12053
12054 * dired.el (dired-get-filename): Don't use dired-re-dot.
12055
12056 2004-05-30 Richard M. Stallman <rms@gnu.org>
12057
12058 * files.el (find-file): Doc fix.
12059
12060 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12061
12062 2004-05-30 Nick Roberts <nickrob@gnu.org>
12063
12064 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12065 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12066 modeline of the locals buffer.
12067 (gdb-goto-breakpoint): Handle gdbmi.
12068 (gdb-get-frame-number): Change for gdbmi.
12069
12070 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12071
12072 * files.el (file-remote-p): Apply file name handler for operation
12073 `file-remote-p'. It isn' a property any longer.
12074 (file-relative-name): `fh' and `fd' get the required value via
12075 `find-file-name-handler' already.
12076
12077 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
12078 (top): Remove setting of `file-remote-p' property for
12079 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
12080
12081 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
12082
12083 Version 2.0.41 of Tramp released.
12084
12085 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
12086 Throw away if process has died.
12087 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
12088 (tramp-out-of-band-prompt-regexp): Rename to
12089 `tramp-process-alive-regexp', because its usage is widen.
12090 (tramp-actions-copy-out-of-band): Apply it.
12091 (tramp-actions-before-shell, tramp-multi-actions):
12092 Add `tramp-action-process-alive' action.
12093 (tramp-action-process-alive): New defun.
12094 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12095 Add entry for `file-remote-p'.
12096 (tramp-handle-file-remote-p): New defun.
12097 (top): Remove setting of `file-remote-p'. Don't set
12098 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
12099
12100 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12101 `file-remote-p'.
12102
12103 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
12104 counted for (last) line. [They should or they shouldn't? --Stef]
12105 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
12106
12107 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
12108
12109 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
12110 not really necessary but seems to keep the shell history smaller
12111 in some cases. It is no substitute for setting HISTFILE and
12112 HISTSIZE from tramp-open-connection-setup-interactive-shell,
12113 though. Suggested by Luc Teirlinck.
12114 (tramp-open-connection-setup-interactive-shell): Export variables
12115 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
12116 (tramp-set-process-query-on-exit-flag): New compat function.
12117 (tramp-open-connection-multi, tramp-open-connection-su)
12118 (tramp-open-connection-rsh, tramp-open-connection-telnet)
12119 (tramp-do-copy-or-rename-file-out-of-band): Use it.
12120 (tramp-let-maybe): New macro, let-binds a variable only if it
12121 isn't obsolete.
12122 (tramp-check-ls-commands, tramp-handle-expand-file-name)
12123 (tramp-handle-file-truename): Use it.
12124 (tramp-completion-file-name-regexp-unified): Avoid matching
12125 filenames starting with "/:" -- those are reserved for
12126 file-name-non-special.
12127
12128 * tramp-smb.el (tramp-smb-open-connection):
12129 Use tramp-set-process-query-on-exit-flag compat function.
12130
12131 2004-05-29 Richard M. Stallman <rms@gnu.org>
12132
12133 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12134
12135 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12136 (eval-last-sexp-print-value): Print char equivalent regardless
12137 of standard-output value.
12138
12139 * thumbs.el (thumbs-subst-char-in-string): Delete.
12140 (thumbs-thumbname): Use subst-char-in-string.
12141 (thumbs-resize-image): Use condition-case, not ignore-errors.
12142 (thumbs-kill-buffer): Likewise.
12143
12144 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
12145 (thumbs-mode): Make buffer read-only.
12146 (thumbs-make-thumb): Unconditionally accept an existing file.
12147 (thumbs-insert-thumb): Add thumb-image-file property to the image.
12148 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12149 (thumbs-show-thumbs-list): Error if images not supported.
12150 (thumbs-save-current-image): Improve prompt string.
12151 (thumbs-mode-map): Define u, R, x.
12152 (thumbs-unmark): New command.
12153 (thumbs-emboss-image): Minor cleanup.
12154 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12155 (thumbs-rename-images): New command.
12156 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
12157
12158 * thumbs.el (thumbs-current-image): New function.
12159 (thumbs-file-list, thumbs-file-alist): New functions.
12160 (thumbs-find-image): Delete arg L.
12161 Don't set up thumbs-fileL as buffer-local global var.
12162 (thumbs-find-image-at-point): Use thumbs-current-image.
12163 (thumbs-set-image-at-point-to-root-window): Likewise.
12164 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12165 Record and warn about errors. Update thumbs-markedL for deletions.
12166 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12167 (thumbs-redraw-buffer): Use thumbs-file-list.
12168 (thumbs-mark): Use thumbs-current-image.
12169 (thumbs-show-name): Use thumbs-current-image.
12170
12171 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12172 and imenu--last-menubar-index-alist.
12173
12174 * subr.el (with-selected-window): Undo previous change.
12175
12176 2004-05-29 John Paul Wallington <jpw@gnu.org>
12177
12178 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12179 (thumbs-mouse-find-image): New command.
12180 (thumbs-mode-map): Bind it to mouse-2.
12181 (thumbs-mode): Make mode-class special.
12182 (thumbs-view-image-mode): Likewise.
12183
12184 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
12185
12186 * flymake.el: New file.
12187
12188 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
12189
12190 * files.el (find-file-noselect-1): Do not bind
12191 `inhibit-read-only' to t during execution of
12192 `find-file-not-found-functions'.
12193
12194 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12197 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12198
12199 2004-05-28 Juri Linkov <juri@jurta.org>
12200
12201 * simple.el (eval-expression-print-format): New fun.
12202
12203 * simple.el (eval-expression):
12204 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12205 * emacs-lisp/edebug.el (edebug-compute-previous-result)
12206 (edebug-eval-expression): Print additionally the value returned by
12207 `eval-expression-print-format'.
12208
12209 * emacs-lisp/lisp.el (insert-pair-alist): New var.
12210 (insert-pair): Make arguments optional. Find character pair
12211 from `insert-pair-alist' according to the last input event.
12212 (insert-parentheses): Make arguments optional.
12213 (raise-sexp, delete-pair): New funs.
12214
12215 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12216 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12217 Bind C-M-q to `indent-pp-sexp'.
12218
12219 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12220 `pp-to-string' modified to be able to format text with newlines.
12221 (pp-to-string): Move the buffer-formatting part of the code to
12222 `pp-buffer'. Call `pp-buffer'.
12223
12224 * info.el (Info-desktop-buffer-misc-data): Don't save information
12225 about virtual files.
12226 (Info-restore-desktop-buffer): Restore Info buffers in prepared
12227 buffers with names obtained from the desktop file instead of the
12228 default *info* buffer.
12229
12230 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * subr.el (with-selected-window): Only save/restore the selected window.
12233
12234 * progmodes/compile.el (compilation-error-regexp-alist):
12235 Use expand-file-name and data-directory.
12236
12237 * progmodes/grep.el (grep-tree): Rework previous fix.
12238
12239 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12240 after the user marked text with the mouse.
12241
12242 * startup.el (command-line): Keep the first regexp of
12243 auto-save-file-name-transforms intact.
12244
12245 2004-05-28 Juanma Barranquero <lektu@terra.es>
12246
12247 * cus-edit.el (customize-face, customize-face-other-window)
12248 (custom-face-edit-delete): Make arguments match their use in
12249 docstring.
12250 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12251 docstring.
12252
12253 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12254 not `cvs-butlast'.
12255
12256 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12257 `nbutlast' are in subr.el).
12258
12259 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12260 (set-w32-system-coding-system): Doc fixes.
12261
12262 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12263 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12264 Make arguments match their use in docstring.
12265 (artist-draw-region-trim-line-endings)
12266 (artist-mouse-choose-operation): Fix typo in docstring.
12267 (artist-key-set-point-common): Doc fix.
12268
12269 2004-05-28 Simon Josefsson <jas@extundo.com>
12270
12271 * mail/smtpmail.el (smtpmail-open-stream):
12272 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12273
12274 2004-05-26 Simon Josefsson <jas@extundo.com>
12275
12276 * starttls.el: Merge with my GNUTLS based starttls.el.
12277 (starttls-gnutls-program, starttls-use-gnutls)
12278 (starttls-extra-arguments, starttls-process-connection-type)
12279 (starttls-connect, starttls-failure, starttls-success): New variables.
12280 (starttls-program, starttls-extra-args): Doc fix.
12281 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12282 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12283 and pass on to corresponding *-gnutls function if it is set.
12284
12285 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * autorevert.el (auto-revert-handler): Disable auto-reverting of
12288 remote files.
12289
12290 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
12291
12292 * files.el (file-name-non-special): There are more operations
12293 which need handling: `find-backup-file-name',
12294 `insert-file-contents', `verify-visited-file-modtime',
12295 `write-region'. Rename t value of method to `add'. Add new
12296 methods `quote' and `unquote-then-quote' to file-arg-indices.
12297
12298 2004-05-25 Juri Linkov <juri@jurta.org>
12299
12300 * info.el (Info-toc): Call Info-mode on intermediate buffer.
12301 (Info-index-nodes): Enclose code in condition-case to catch errors.
12302 (Info-index-node): Don't search all index nodes if request is only
12303 for the current node and file is not in the cache of index nodes.
12304 (Info-mode-map): Bind Info-copy-current-node-name to `w'
12305 for consistency with dired-copy-filename-as-kill.
12306 Bind `S' to Info-search-case-sensitively.
12307 (Info-copy-current-node-name): New arg. With zero prefix arg put
12308 the name inside a function call to `info'. Display copied text in
12309 the echo area.
12310
12311 2004-05-25 Sam Steingold <sds@gnu.org>
12312
12313 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12314 strip the package prefix from the symbol name, if any.
12315 Make it the `find-tag-default-function' for `lisp-mode'.
12316
12317 2004-05-25 John Paul Wallington <jpw@gnu.org>
12318
12319 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12320 instead of obsolete `process-kill-without-query'.
12321
12322 * textmodes/texinfmt.el (texinfo-indexvar-alist):
12323 Declare as variable, not constant.
12324
12325 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
12326
12327 * files.el (find-file-noselect-1): Fix bug introduced by
12328 Revision 1.694. As a side effect, `inhibit-read-only'
12329 is again, by default, t during execution of
12330 `find-file-not-found-functions'.
12331 (insert-directory): Check that lines were really inserted by
12332 the --dired switch, before erasing them.
12333
12334 2004-05-24 Nick Roberts <nickrob@gnu.org>
12335
12336 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12337 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12338 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12339 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12340 gud-minor-mode (gdbmi).
12341
12342 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
12343
12344 * net/browse-url.el (browse-url-interactive-arg): Enable user to
12345 explicitly select the text to be taken as URL.
12346
12347 2004-05-23 Juri Linkov <juri@jurta.org>
12348
12349 * info.el (Info-index-nodes): New var and fun.
12350 (Info-goto-index, Info-index, info-apropos)
12351 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12352 (Info-index): Fix docstring. Store and restore Info-history-list.
12353 (Info-complete-nodes): New var.
12354 (Info-complete-menu-item): Use it.
12355 (Info-index-node): New fun.
12356 (Info-final-node, Info-forward-node, Info-backward-node)
12357 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12358 Use Info-index-node.
12359 (Info-extract-menu-item, Info-extract-menu-counting): Set second
12360 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12361 (Info-find-node-2): If a node with period in its name not found,
12362 try to find a node without the name part after period.
12363 (Info-select-node): Call Info-fontify-node only if
12364 Info-fontify-maximum-menu-size is not nil.
12365 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12366 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12367 Preserve Info-history-list.
12368 (Info-toc): Set Info-current-file.
12369 (Info-build-toc): Move point to the beginning of the buffer.
12370 Add main-file variable.
12371 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12372 Use backslashed representation of the control character ^_.
12373
12374 * textmodes/texinfmt.el (texinfo-print-index): Print index line
12375 numbers in the new Texinfo 4.7 format.
12376
12377 * add-log.el (change-log-font-lock-keywords): Remove `:' from
12378 regexps for function and variable names.
12379
12380 * descr-text.el (describe-property-list): Add [show] button for
12381 `syntax-table' property with action to pp to a separate buffer.
12382 (describe-char): Replace search-forward by re-search-forward with
12383 whitespace regexp after "character:" to not fail in too narrow windows.
12384
12385 * simple.el (next-error-find-buffer): Add a rule to return
12386 next-error capable buffer if one window on the selected frame
12387 displays such buffer.
12388
12389 2004-05-23 Nick Roberts <nickrob@gnu.org>
12390
12391 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12392 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12393 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12394 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12395 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12396 Handle new value for gud-minor-mode (gdbmi).
12397 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12398 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12399 Change from local to global gdb variable set.
12400 (gdb-ann3): Initialise above gdb variable set.
12401 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12402 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12403 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12404 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12405 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12406 (gdb-info-locals-handler, gdb-invalidate-assembler)
12407 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12408 set as global variables.
12409 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12410 Handle gdbmi.
12411 (gdb-info-breakpoints-custom): Fix regexp.
12412 (def-gdb-var): Delete.
12413
12414 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12415 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12416 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12417 a new mode. The file (gdb-mi.el) for this mode will be included
12418 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12419 primary interface.
12420
12421 2004-05-23 Jesper Harder <harder@ifa.au.dk>
12422
12423 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12424 interpreted as a directory.
12425
12426 2004-05-22 Richard M. Stallman <rms@gnu.org>
12427
12428 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12429 as a close quote.
12430
12431 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12432
12433 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12434 Use assoc-string, not assoc-ignore-case.
12435
12436 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12437
12438 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12439 If moving back then fwd gets a defun that ends before point,
12440 try again moving fwd then back.
12441
12442 * files.el (file-name-non-special): Allow t in file-arg-indices
12443 to mean requote the return value. Use `identity' as an element
12444 rather than as the whole value.
12445
12446 * gs.el (gs-options): Add -dSAFER. Mark it risky.
12447
12448 2004-05-22 Juanma Barranquero <lektu@terra.es>
12449
12450 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12451 `help-make-usage'.
12452 (help-highlight-arguments): Skip function name before searching
12453 for arguments.
12454
12455 2004-05-21 Juanma Barranquero <lektu@terra.es>
12456
12457 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12458 Don't mention in the docstring these arguments meant for
12459 internal (recursive) use only.
12460 (allout-char-spec): Comment out (it's not implemented).
12461 (allout-old-expose-topic, allout-exposure): Fix docstring and add
12462 obsolescence declaration.
12463 (allout-flatten-exposed-to-buffer)
12464 (allout-indented-exposed-to-buffer): Fix typos in docstring.
12465 (my-mark-marker): Doc fix.
12466 (produce-allout-mode-map, allout-sibling-index)
12467 (allout-isearch-expose, allout-distinctive-bullet)
12468 (allout-open-topic, allout-reindent-body)
12469 (allout-rebullet-heading, allout-process-exposed)
12470 (allout-insert-listified, allout-latex-verb-quote)
12471 (allout-insert-latex-header, allout-insert-latex-trailer):
12472 Make arguments match their use in docstring.
12473 (allout-primary-bullet, allout-old-style-prefixes)
12474 (allout-inhibit-protection, allout-init, allout-mode)
12475 (allout-before-change-protect, allout-flag-region):
12476 Use "Emacs" instead of "emacs" in docstrings.
12477
12478 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12479
12480 * international/characters.el: Modify syntax of more characters.
12481
12482 2004-05-21 Masatake YAMATO <jet@gyve.org>
12483
12484 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12485 (etags-tags-completion-table): Show parsing progress.
12486
12487 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12488
12489 * locate.el (locate-prompt-for-command): Shorten first line of
12490 docstring.
12491 (locate-mode): Expand docstring and include keymap summary.
12492
12493 * files.el (find-file-noselect-1): Limit the scope of the
12494 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
12495 is, by default, nil during the execution of
12496 `find-file-not-found-functions' and `find-file-hook'.
12497
12498 2004-05-20 Michael Mauger <mmaug@yahoo.com>
12499
12500 * facemenu.el (facemenu-color-name-equal): New function.
12501 (list-colors-display): Use it to compare colors instead of
12502 facemenu-color-equal.
12503
12504 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
12505
12506 * compare-w.el (compare-windows-face): Use min-colors instead of
12507 checking for tty or pc types.
12508
12509 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12512 (completion-setup-function): Use with-current-buffer.
12513 Properly save excursion. Simplify.
12514 Don't assume there is necessarily a `mouse-face' property somewhere.
12515
12516 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12517
12518 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
12519
12520 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12521 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12522 Use with-current-buffer.
12523 (byte-goto-log-buffer): Delete.
12524 (byte-compile-log-file): Call compilation-forget-errors.
12525
12526 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12527
12528 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12529 output messages into the search result.
12530
12531 2004-05-19 Masatake YAMATO <jet@gyve.org>
12532
12533 * wid-edit.el (widget-radio-button-notify): Revert my last
12534 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12535
12536 2004-05-19 Kenichi Handa <handa@m17n.org>
12537
12538 * international/characters.el: Fix syntax (open/close) of CJK chars.
12539
12540 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12541
12542 * help-mode.el (help-go-back): Don't depend on position of back button.
12543
12544 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12547 files files don't contain an accidental additional /.
12548
12549 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
12550 in source buffer.
12551
12552 2004-05-18 Masatake YAMATO <jet@gyve.org>
12553
12554 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
12555 to widget-apply. :action method assumes 2 arguments, not 3.
12556
12557 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
12558
12559 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12560 New constants.
12561 (hs-special-modes-alist): Add an f90-mode entry.
12562
12563 2004-05-17 Sam Steingold <sds@gnu.org>
12564
12565 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12566 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
12567
12568 2004-05-16 Kim F. Storm <storm@cua.dk>
12569
12570 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
12571
12572 2004-05-15 John Wiegley <johnw@newartisans.com>
12573
12574 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
12575 (eshell-output-object-to-target): Improve output speed 20% by not
12576 calling `eshell-stringify' if something is already known to be a string.
12577
12578 2004-05-15 Alex Ott <ott@jet.msk.su>
12579
12580 * textmodes/ispell.el (ispell-local-dictionary-alist):
12581 Add windows-1251 to the choice of coding systems.
12582 (ispell-dictionary-alist-6): Add support for "russianw.aff",
12583 encoded in cp1251.
12584
12585 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
12586
12587 * progmodes/compile.el (compilation-warning-face)
12588 (compilation-info-face): Use min-colors.
12589
12590 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12591
12592 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
12593 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
12594 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
12595 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
12596 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
12597 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
12598 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
12599 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
12600 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
12601 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
12602 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
12603 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
12604 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
12605 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
12606
12607 2004-05-15 Kim F. Storm <storm@cua.dk>
12608
12609 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
12610 Use it to set triggered-p element of timer.
12611 (timer-event-handler): Set triggered-p element non-nil while running
12612 the timer function.
12613
12614 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * descr-text.el (describe-char-unicode-data)
12617 (describe-char-unicodedata-file): Re-enable the unicode code now that
12618 the licensing issues have been cleared in the unicode-4 license.
12619 (describe-text-properties-1): Remove unused `overlay' var.
12620 (describe-char): Remove unused var `buffer'.
12621
12622 2004-05-14 David Ponce <david@dponce.com>
12623
12624 * tree-widget.el: New file.
12625
12626 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
12627
12628 * language/european.el ("Brazilian Portuguese"): Add support for
12629 Brazilian Portuguese.
12630
12631 2004-05-13 John Wiegley <johnw@newartisans.com>
12632
12633 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
12634 `recentf-mode' if this variable has been customized to t.
12635
12636 * eshell/esh-test.el (eshell-test): Call the function
12637 `emacs-version' rather than trying to build a custom version string.
12638
12639 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * net/telnet.el (telnet-mode): Use define-derived-mode.
12642 Don't modify the global value of comint-prompt-regexp.
12643
12644 2004-05-13 John Paul Wallington <jpw@gnu.org>
12645
12646 * version.el (emacs-version): Check for `gtk' feature before
12647 `x-toolkit' feature.
12648
12649 2004-05-13 Juanma Barranquero <lektu@terra.es>
12650
12651 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
12652 arguments in the docstring, they're used only in recursive calls.
12653
12654 * help-fns.el (help-arg-highlighting-function)
12655 (help-argument-name): Delete.
12656 (help-default-arg-highlight): New function.
12657 (help-do-arg-highlighting): Use it.
12658
12659 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12660
12661 * calendar/appt.el (appt-disp-window):
12662 Use `calendar-set-mode-line' for a centered mode-line.
12663
12664 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12665
12666 * calendar/appt.el (appt-disp-window): Do not split window
12667 excessively when `split-height-threshold' is low.
12668
12669 2004-05-12 Nick Roberts <nickrob@gnu.org>
12670
12671 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
12672 kill-buffer-hook here and make it local.
12673 (gud-kill-buffer-hook): Use kill-process for a sure kill.
12674
12675 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
12676
12677 * progmodes/compile.el (compilation-set-window-height):
12678 Use save-excursion to protect against misplaced marker.
12679
12680 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12681
12682 * custom.el (defface): Document that type can have value gtk.
12683
12684 * faces.el (face-spec-set-match-display): Handle type gtk in display.
12685
12686 2004-05-12 Kenichi Handa <handa@m17n.org>
12687
12688 * descr-text.el: Require quail at comile time.
12689 (describe-char): If an input method is on and it supports the
12690 character, show how to input it.
12691
12692 * international/quail.el (quail-install-decode-map): Accept a
12693 char-table whose subtype is `quail-decode-map'.
12694 (quail-store-decode-map-key, quail-gen-decode-map1)
12695 (quail-gen-decode-map, quail-find-key1, quail-find-key)
12696 (quail-show-key): New functions.
12697
12698 2004-05-12 Juanma Barranquero <lektu@terra.es>
12699
12700 * generic.el (define-generic-mode): Remove redundant arglist info.
12701
12702 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
12703 Make arguments match their use in docstring.
12704 (help-arg-highlighting-function): New variable.
12705 (help-argument-name): Mention it in the docstring.
12706 (help-do-arg-highlight): Use it. Expand regexp to accept also
12707 ARG-xxx and xxx-ARG references.
12708
12709 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
12710
12711 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
12712 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
12713 and "mailto:addr1?to=addr2" equal.
12714
12715 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12716
12717 * man.el (Man-getpage-in-background): Use shell-file-name
12718 and shell-command-switch variables instead of hard-coded values.
12719
12720 2004-05-11 Eli Zaretskii <eliz@gnu.org>
12721
12722 * iimage.el: New file.
12723
12724 2004-05-11 Juanma Barranquero <lektu@terra.es>
12725
12726 * custom.el (custom-initialize-default, defcustom):
12727 Fix typo in docstring.
12728
12729 * files.el (set-visited-file-name, file-expand-wildcards):
12730 Fix docstring.
12731
12732 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
12735
12736 * subr.el (eventp): Be more discriminating with integers.
12737
12738 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
12739
12740 * progmodes/compile.el (compile): Add universal prefix arg.
12741 (compilation-error-regexp-alist-alist): Add edg patterns.
12742
12743 2004-05-10 Sam Steingold <sds@gnu.org>
12744
12745 * textmodes/ispell.el (ispell-message):
12746 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
12747
12748 2004-05-10 Dave Love <fx@gnu.org>
12749
12750 * progmodes/python.el (help-buffer): Autoload when compiling.
12751 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
12752 (run-python): Prepend to any existing PYTHONPATH.
12753
12754 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
12755
12756 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
12757 for pending breakpoints.
12758
12759 2004-05-10 Richard M. Stallman <rms@gnu.org>
12760
12761 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
12762 directly without calling any functions in Rmail.
12763 (unrmail-unprune): Function deleted.
12764
12765 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
12768 C-c C-z binding.
12769
12770 2004-05-10 Kenichi Handa <handa@m17n.org>
12771
12772 * descr-text.el (describe-char): Fix previous change. Don't make
12773 a unibyte character to multibyte in the *Help* buffer.
12774
12775 2004-05-10 Miles Bader <miles@gnu.org>
12776
12777 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
12778 buffer an error if the debugger process is actually running.
12779
12780 2004-05-10 Juanma Barranquero <lektu@terra.es>
12781
12782 * help-fns.el (help-argument-name): Default to italic.
12783 (help-highlight-arguments): Return always (usage . doc), even when
12784 usage is nil.
12785
12786 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
12787 (define-ibuffer-filter): Add usage info.
12788 (define-ibuffer-op): Add usage info (but CL-style defaults for
12789 keyword args are not shown).
12790
12791 * subr.el (remove-overlays, read-passwd): Fix docstring.
12792 (start-process-shell-command): Fix docstring. Put usage info in a
12793 format usable by `describe-function'.
12794 (open-network-stream, open-network-stream-nowait)
12795 (open-network-stream-server): Fix docstring.
12796
12797 2004-05-09 Jason Rumney <jasonr@gnu.org>
12798
12799 * international/code-pages (cp932, cp936, cp949, c950): Remove.
12800 Only define cp125* if windows-125* is already defined.
12801
12802 * language/korean.el (cp949): Add alias.
12803
12804 * language/chinese.el (cp936, cp950): Add aliases.
12805
12806 * language/japanese.el (cp932): Add alias.
12807
12808 * term/w32-win.el: Require code-pages.
12809
12810 * international/mule-cmds.el (set-locale-environment):
12811 On MS-Windows use ansi code-page for default coding-systems.
12812 Set up paper sizes for Windows 3 letter languages.
12813
12814 * international/code-pages.el (cp932, cp936, cp949, cp950):
12815 Add aliases. Also add cp125* if not already defined.
12816
12817 2004-05-09 Juanma Barranquero <lektu@terra.es>
12818
12819 * help-fns.el (help-highlight-arguments): Don't try to highlight
12820 missing or autoloaded arglists. Accept structured arguments, like
12821 the first ones of `do' and `flet'.
12822
12823 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
12824 (cvs-get-marked): Remove redundant arglist info.
12825
12826 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
12827 Don't use CL-style default args.
12828
12829 2004-05-08 Andreas Schwab <schwab@suse.de>
12830
12831 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
12832
12833 * international/subst-ksc.el: Fix references to utf-translate-cjk
12834 into utf-translate-cjk-mode.
12835 * international/subst-big5.el: Likewise.
12836 * international/subst-gb2312.el: Likewise.
12837 * international/subst-jis.el: Likewise.
12838 * international/utf-16.el: Likewise.
12839 * international/utf-8.el: Likewise.
12840
12841 2004-05-08 John Wiegley <johnw@newartisans.com>
12842
12843 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
12844 "virtual buffers" (off by default), which makes it possible to
12845 switch to the "virtual" buffers of recently visited files. When a
12846 buffer name search fails, and this option is on, iswitchb will
12847 look at the list of recently visited files, and permit matching
12848 against those names. When the user hits RET on a match, it will
12849 revisit that file.
12850 (iswitchb-read-buffer): Add two optional arguments, which makes
12851 isearchb.el possible.
12852 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
12853 (iswitchb-next-match): Add support for virtual buffers.
12854
12855 * isearchb.el: This module extends iswitchb to provide "as you
12856 type" buffer selection.
12857
12858 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
12859 Ignore the read-only property when flyspell highlighting is on.
12860 Not ignoring it leads to a series of confusing errors.
12861 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
12862 but also make sure to call flyspell-incorrect-hook.
12863 (flyspell-maybe-correct-transposition): Perform transposition test
12864 by bit twiddling a string, rather than using a temp buffer.
12865 (flyspell-maybe-correct-doubling): Use a string rather than a temp
12866 buffer. This is also the original version of the code, which
12867 could not be checked in before due to a previous lack of
12868 assignment papers. This version has seen heavy usage on my system
12869 for several years now.
12870
12871 * calendar/cal-bahai.el: New file, which adds support for the
12872 Baha'i calendar to Emacs. This calendar is based on a solar year
12873 of 19 months of 19 days, with 4 intercalary days. Each year
12874 begins on March 21, with the calendar starting in 1844.
12875
12876 * calendar/cal-menu.el, calendar/calendar.el,
12877 calendar/diary-lib.el, calendar/holidays.el: Added support for
12878 using cal-bahai.el.
12879
12880 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
12881 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
12882 function can be used outside of eshell buffers.
12883 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
12884
12885 2004-05-08 Juanma Barranquero <lektu@terra.es>
12886
12887 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
12888 word constituent so FOO-ARG is not recognized as an arg.
12889 (help-highlight-arguments): Don't skip lists in mandatory arguments.
12890
12891 * simple.el (next-error): Fix typo in docstring.
12892 (open-line): Make argument names match their use in docstring.
12893 (split-line): Fix docstring.
12894
12895 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
12896 usable by `describe-function'.
12897 (gensym, gentemp, typep, ignore-errors): Make argument names match
12898 their use in docstring.
12899
12900 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
12901 argument to `help-setup-xref'.
12902
12903 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
12904
12905 Version 2.0.40 of Tramp released.
12906
12907 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
12908 Use symbol-function to invoke functions only known on some Emacs
12909 flavors. This avoids byte-compiler warnings. Reported by Kevin
12910 Scaldeferri <kevin@scaldeferri.com>.
12911 (tramp-do-copy-or-rename-file-via-buffer): Rename from
12912 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
12913 consistent with the other tramp-do-* functions.
12914 (tramp-do-copy-or-rename-file): Calls adjusted.
12915 (tramp-process-initial-commands): Avoid liveness check on shell --
12916 we know that it must be alive since we're opening a connection at
12917 this moment.
12918 (tramp-last-cmd): New internal variable.
12919 (tramp-process-echoes): New tunable.
12920 (tramp-send-command): Set tramp-last-cmd.
12921 (tramp-wait-for-output): Delete echo, if applicable.
12922 (tramp-read-passwd): Construct the key for the password cache in a
12923 way that works for multi methods, too.
12924 (tramp-bug): Add backup-directory-alist and
12925 bkup-backup-directory-info to bug reports, with Tramp counterparts.
12926
12927 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
12928
12929 * net/tramp*.el: Suppress byte-compiler warnings where possible.
12930
12931 * net/tramp.el (tramp-out-of-band-prompt-regexp)
12932 (tramp-actions-copy-out-of-band): New defcustoms.
12933 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
12934 used instead of a synchronous one. Allows password entering.
12935 (tramp-action-out-of-band): New defun.
12936 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
12937 Remove restriction with password from doc string.
12938 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
12939 `tramp-out-of-band-prompt-regexp',
12940 `tramp-actions-copy-out-of-band', `password-cache' and
12941 `password-cache-expiry'.
12942 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
12943 password caching.
12944 (tramp-touch): FILE can be a local file, too.
12945 (TODO): Remove items done.
12946 (tramp-handle-insert-directory): Properly quote file name also if
12947 not full-directory-p. Handle wildcard case. Reported by Andreas
12948 Schwab <schwab@suse.de>.
12949 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
12950 new file.
12951 (tramp-handle-file-local-copy, tramp-handle-write-region):
12952 The permissions of the temporary file are set if filename exists.
12953 Reported by Ted Stern <stern@cray.com>.
12954 (tramp-backup-directory-alist)
12955 (tramp-bkup-backup-directory-info): New defcustoms.
12956 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
12957 (tramp-handle-find-backup-file-name): New function.
12958 Implements Tramp's find-backup-file-name.
12959
12960 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
12961 for `find-backup-file-name'.
12962
12963 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
12964 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
12965
12966 2004-05-07 Lars Hansen <larsh@math.ku.dk>
12967
12968 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
12969
12970 2004-05-07 Juanma Barranquero <lektu@terra.es>
12971
12972 * subr.el (lambda): Add arglist description to docstring.
12973 (declare): Fix typo in docstring.
12974 (open-network-stream): Fix docstring.
12975 (process-kill-without-query): Fix docstring and add obsolescence info.
12976 (last, butlast, nbutlast): Make arguments match their use in docstring.
12977 (insert-buffer-substring-no-properties): Likewise.
12978 (insert-buffer-substring-as-yank): Likewise.
12979 (split-string): Fix docstring.
12980
12981 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12982 Make argument names match their use in docstring.
12983
12984 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
12985
12986 2004-05-06 Nick Roberts <nickrob@gnu.org>
12987
12988 * progmodes/gdb-ui.el: Improve/extend documentation strings.
12989 Fit first sentence on one line for apropos-command.
12990
12991 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 Changes largely merged in from Dave Love's code.
12994 * progmodes/python.el: Doc fixes.
12995 (python-mode-map): Add python-complete-symbol.
12996 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
12997 (python-comment-indent, python-complete-symbol)
12998 (python-symbol-completions, python-partial-symbol)
12999 (python-try-complete): New.
13000 (python-indent-line): Remove optional arg. Use python-block-end-p.
13001 (python-check): Bind compilation-error-regexp-alist.
13002 (inferior-python-mode): Use rx. Move keybindings to top level.
13003 Set comint-input-filter.
13004 (python-preoutput-filter): Use rx.
13005 (python-input-filter): Re-introduce.
13006 (python-proc): Start new process if necessary.
13007 Check python-buffer non-nil.
13008 (view-return-to-alist): Defvar.
13009 (python-send-receive): New.
13010 (python-eldoc-function): Use it.
13011 (python-mode-running): Don't defvar.
13012 (python-mode): Set comment-indent-function.
13013 Maybe update hippie-expand-try-functions-list.
13014 (python-indentation-levels): Initialize differently.
13015 (python-block-end-p): New.
13016 (python-indent-line): Use it.
13017 (python-compilation-regexp-alist): Augment.
13018 (run-python): Import `emacs' module to Python rather than loading
13019 code directly. Set python-buffer differently.
13020 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
13021 Use python-proc.
13022 (python-send-command): Go to end of comint buffer.
13023 (python-load-file): Use python-proc, emacs.eimport.
13024 (python-describe-symbol): Simplify interactive form.
13025 Use emacs.help. Do use temp-buffer-show-hook.
13026 Call print-help-return-message.
13027 (hippie-exp): Require when compiling.
13028 (python-preoutput-continuation): Use rx.
13029
13030 * diff-mode.el (diff-make-unified): Fix regexp.
13031
13032 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
13033
13034 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13035 filter groups from the buffer when rebuilding the Ibuffer buffer
13036 and `ibuffer-show-empty-filter-groups' is nil.
13037
13038 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13039
13040 * ps-print.el (ps-print-quote): Call ps-value-string.
13041 (ps-setup): Call ps-comment-string.
13042 (ps-value-string, ps-comment-string): New funs.
13043
13044 2004-05-06 Juanma Barranquero <lektu@terra.es>
13045
13046 * ehelp.el (electric-help-command-loop): Check whether the last
13047 character is visible, not (point-max).
13048
13049 * help-fns.el (help-argument-name): Default to bold; don't inherit
13050 from font-lock-variable-name-face.
13051 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13052
13053 2004-05-05 Kenichi Handa <handa@m17n.org>
13054
13055 * descr-text.el (describe-char): Copy the character with text
13056 properties and overlays into the first line, and call
13057 describe-text-properties on it.
13058
13059 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
13060
13061 * iswitchb.el (iswitchb-global-map): Fix typo.
13062 Remove unwanted ###autoloads from source file.
13063
13064 2004-05-05 Lars Hansen <larsh@math.ku.dk>
13065
13066 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13067 in run-hooks. Use substitute-command-keys in message.
13068 (wdired-abort-changes): Add message.
13069
13070 2004-05-03 Michael Mauger <mmaug@yahoo.com>
13071
13072 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
13073 (sql-emacs20-p): Remove.
13074 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
13075 (sql-builtin-face, sql-doc-face): Remove.
13076 (sql-mode-ansi-font-lock-keywords)
13077 (sql-mode-oracle-font-lock-keywords)
13078 (sql-mode-postgres-font-lock-keywords)
13079 (sql-mode-linter-font-lock-keywords)
13080 (sql-mode-ms-font-lock-keywords)
13081 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
13082 (sql-product-font-lock): Fix font-lock reset when font rules change.
13083 (sql-highlight-product): Remove incorrect font-lock reset logic.
13084
13085 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
13086
13087 * ses.el (ses-set-parameter): Fix typo.
13088
13089 2004-05-04 Kim F. Storm <storm@cua.dk>
13090
13091 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
13092 Must expand directory for completion to work; and don't mess with
13093 process-environment.
13094 (ido-read-file-name): If command has ido property, don't use ido
13095 if value is ignore, or read as directory if value is dir.
13096 Set ido ignore property for dired-do-rename command.
13097
13098 2004-05-04 Juanma Barranquero <lektu@terra.es>
13099
13100 * ehelp.el (electric-help-command-loop, electric-help-undefined)
13101 (electric-help-help): Check against unmapped commands.
13102
13103 * help-fns.el (help-argument-name): New face, inheriting from
13104 font-lock-variable-name-face, to highlight function arguments in
13105 `describe-function' and `describe-key'.
13106 (help-do-arg-highlight): Auxiliary function to highlight a given
13107 list of arguments in a string.
13108 (help-highlight-arguments): Highlight the function arguments and
13109 all uses of them in the docstring.
13110 (describe-function-1): Use it. Do docstring output via `insert',
13111 not 'princ', so text attributes are preserved.
13112
13113 * winner.el (winner-mode-map): Move `winner-undo' and
13114 `winner-redo' to C-c <left> and C-c <right>, respectively (the
13115 previous bindings conflict with `prev-buffer', `next-buffer').
13116
13117 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13118
13119 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13120 (bibtex-entry-update): New command bound to C-c C-u.
13121 (bibtex-text-in-string): Fix regexp.
13122 (bibtex-assoc-of-regexp): Remove.
13123 (bibtex-progress-message): Fix docstring.
13124 (bibtex-inside-field): Use if.
13125 (bibtex-assoc-regexp): New function.
13126 (bibtex-format-entry): Make code more robust so that it formats
13127 also old entries.
13128 (bibtex-autokey-demangle-title): Merge with obsolete function
13129 bibtex-assoc-of-regexp.
13130 (bibtex-field-list): New function.
13131 (bibtex-entry): Use bibtex-field-list.
13132 (bibtex-parse-entry): Fix docstring.
13133 (bibtex-print-help-message): Use bibtex-field-list.
13134 (bibtex-make-field): Use bibtex-field-list.
13135 (bibtex-entry-index): Bugfix. Return crossref key if required.
13136 (bibtex-lessp): Fix docstring.
13137
13138 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
13139
13140 * select.el (xselect-convert-to-string): Move comment to intended line.
13141
13142 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13143
13144 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13145 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13146
13147 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13148
13149 * term/x-win.el (x-clipboard-yank): Don't exit on error from
13150 x-get-selection.
13151
13152 2004-05-03 Jason Rumney <jasonr@gnu.org>
13153
13154 * makefile.nt: Remove.
13155
13156 2004-05-03 Kim F. Storm <storm@cua.dk>
13157
13158 * emulation/cua-base.el (cua--update-indications): Fix last change.
13159 (cua-mode): Deactivate mark when cua-mode is enabled.
13160
13161 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
13162
13163 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13164
13165 2004-05-03 Nick Roberts <nickrob@gnu.org>
13166
13167 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13168 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13169 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13170 window over visible frames.
13171 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13172
13173 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * progmodes/compile.el (compilation-gcpro): New var.
13176 (compilation-fake-loc): Use it.
13177 (compilation-forget-errors): Reset it.
13178
13179 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
13180
13181 * diff-mode.el (diff-header-face, diff-file-header-face):
13182 Use min-colors.
13183
13184 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13185
13186 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13187 (bibtex-clean-entry): Disentangle code.
13188 (bibtex-realign): New function.
13189 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
13190 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13191 Remove undocumented optional arg called-by-convert-alien.
13192 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
13193 for sorting instead of bibtex-sort-buffer.
13194
13195 2004-05-02 Eli Zaretskii <eliz@gnu.org>
13196
13197 * progmodes/compile.el (compilation-start): In the
13198 no-async-subprocesses branch, call sit-for to give redisplay a
13199 chance to show the updated process status in the mode line, and
13200 fontify the buffer explicitly after the process exits.
13201
13202 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * progmodes/python.el (python-compilation-line-number): Remove.
13205 (python-compilation-regexp-alist): Don't use it any more.
13206 (python-orig-start, python-input-filter): Remove.
13207 (inferior-python-mode): Don't set up comint-input-filter-functions.
13208 (python-send-region): Use compilation-fake-loc.
13209
13210 * progmodes/compile.el (compilation-messages-start): New var.
13211 (compilation-mode): Don't setup next-error-function here.
13212 (compilation-setup): Set it up here instead (for minor modes as well).
13213 Make compilation-messages-start buffer local.
13214 (compilation-next-error-function): Use it.
13215 (compilation-forget-errors): Set compilation-messages-start.
13216
13217 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
13218
13219 * ielm.el (ielm-prompt-read-only): Update docstring.
13220
13221 * comint.el (comint-prompt-read-only): Update docstring.
13222 (comint-update-fence, comint-kill-whole-line)
13223 (comint-kill-region): New functions.
13224
13225 * simple.el (kill-whole-line): Use "p" instead of "P" in
13226 interactive form.
13227
13228 2004-05-01 Juanma Barranquero <lektu@terra.es>
13229
13230 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13231 format arglist so default values in CL-style argument lists are
13232 correctly shown.
13233
13234 2004-05-01 Jason Rumney <jasonr@gnu.org>
13235
13236 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13237
13238 2004-05-01 Kenichi Handa <handa@m17n.org>
13239
13240 * international/titdic-cnv.el (miscdic-convert): Don't generate a
13241 quail file if it is up to date.
13242
13243 2004-04-30 Juri Linkov <juri@jurta.org>
13244
13245 * cus-edit.el (custom-mode-map):
13246 Add key binding `C-x C-s' to `Custom-save'.
13247
13248 * outline.el (outline-blank-line): New var.
13249 (outline-next-preface, outline-show-heading)
13250 (outline-end-of-subtree): Use it.
13251
13252 * dired-aux.el (dired-touch-initial): New fun.
13253 (dired-do-chxxx): Call it for op-symbol `touch'.
13254 (dired-diff): Use `dired-dwim-target-directory'
13255 if current dired buffer has no buffer mark.
13256
13257 * bindings.el (propertized-buffer-identification):
13258 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13259 Add C-M-arrow keys for consistency.
13260
13261 * files.el (confirm-kill-emacs):
13262 Change group from top-level `emacs' to `convenience'.
13263
13264 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13265 Push mark on the first call of successive command calls.
13266 (insert-pair): New fun created from `insert-parentheses' with
13267 `open' and `close' arguments added. Enclose active regions
13268 in paired characters. Compare adjacent characters syntax with
13269 inserted characters syntax before inserting a space.
13270 (insert-parentheses): Call `insert-pair' with ?\( ?\).
13271
13272 * delsel.el: Don't put `delete-selection' property
13273 on `insert-parentheses' symbol to take advantage of
13274 region handling in `insert-pair' function.
13275 Suggested by Stephan Stahl <stahl@eos.franken.de>.
13276
13277 2004-04-30 Kim F. Storm <storm@cua.dk>
13278
13279 * emulation/cua-base.el: Add support for changing cursor types;
13280 based on patch from Michael Mauger.
13281 (cua-normal-cursor-color, cua-read-only-cursor-color)
13282 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13283 Customization cursor type and/or cursor color.
13284 (cua--update-indications): Handle cursor type changes.
13285 (cua-mode): Update cursor indications if enabled.
13286
13287 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13288
13289 * mouse.el (mouse-drag-copy-region): New defcustom.
13290 (mouse-set-region, mouse-drag-region-1): Use it.
13291
13292 * simple.el (kill-ring-save): If region face background color is
13293 unspecified (if no highlighting), show extent of fully visible
13294 region even if transient-mark-mode is enabled.
13295
13296 * emulation/cua-base.el (cua--standard-movement-commands):
13297 Add cua-scroll-up and cua-scroll-down.
13298 (cua-scroll-up, cua-scroll-down): New commands.
13299 (cua--init-keymaps): Remap scroll-up and scroll-down.
13300
13301 * emulation/cua-rect.el (cua--convert-rectangle-as):
13302 New defmacro.
13303 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13304 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13305 New commands (suggested by Jordan Breeding).
13306
13307 2004-04-30 Juanma Barranquero <lektu@terra.es>
13308
13309 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13310
13311 2004-04-30 Mario Lang <mlang@delysid.org>
13312
13313 * diff.el (diff-switches): Fix typo in docstring.
13314
13315 2004-04-30 Alex Schroeder <alex@gnu.org>
13316
13317 * xml.el (xml-debug-print-internal): Don't add newline and
13318 indentation to text nodes and write empty elements as empty tags
13319 instead of opening and closing tags.
13320 (xml-debug-print): Take optional indent-string argument.
13321 (xml-print): Alias for xml-debug-print.
13322
13323 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13324
13325 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13326 than duplicate call to `line-beginning-position'.
13327
13328 * progmodes/f90.el (f90-get-present-comment-type):
13329 Return whitespace, as well as comment chars, for consistent filling
13330 of comment blocks. Use `match-string-no-properties'.
13331 (f90-break-line): Trim trailing whitespace when filling comments.
13332
13333 2004-04-30 Dave Love <fx@gnu.org>
13334
13335 * calendar/diary-lib.el (diary-outlook-formats): New variable.
13336 (diary-from-outlook-internal, diary-from-outlook)
13337 (diary-from-outlook-gnus, diary-from-outlook-rmail):
13338 New functions to import diary entries from Outlook-format
13339 appointments in mail messages.
13340
13341 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13342
13343 * progmodes/python.el (python-send-command): New fun.
13344 (python-send-region, python-load-file): Use it.
13345
13346 * progmodes/compile.el (compilation-last-buffer): Add var alias.
13347
13348 * help-fns.el (help-C-file-name): Use new subr-name.
13349 Prepend `src/' to the file name.
13350 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13351 (describe-function-1, describe-variable): Only find a C source file
13352 name if DOC is already loaded.
13353
13354 * help-mode.el (help-function-def, help-variable-def):
13355 Use the new find-function-search-for-symbol functionality.
13356 Allow FILE to be `C-source'.
13357
13358 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13359 (find-function-C-source): New fun.
13360 (find-function-search-for-symbol): Use it.
13361
13362 2004-03-29 Michael Mauger <mmaug@yahoo.com>
13363
13364 * progmodes/sql.el (sql-product-alist): Rename variable
13365 `sql-product-support'. Add Postgres login parameters.
13366 (sql-set-product, sql-product-feature): Update with renamed variable.
13367 (sql-connect-postgres): Add username prompt.
13368 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13369 Make patterns less product specific.
13370 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13371 (sql-mode-abbrev-table): Modify initialization.
13372 (sql-builtin-face): Add variable.
13373 (sql-keywords-re): Add macro.
13374 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13375 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13376 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13377 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13378 (sql-mode-linter-font-lock-keywords)
13379 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13380 (sql-mode-sybase-font-lock-keywords)
13381 (sql-mode-informix-font-lock-keywords)
13382 (sql-mode-interbase-font-lock-keywords)
13383 (sql-mode-ingres-font-lock-keywords)
13384 (sql-mode-solid-font-lock-keywords)
13385 (sql-mode-sqlite-font-lock-keywords)
13386 (sql-mode-db2-font-lock-keywords): Default to nil.
13387 (sql-product-font-lock): Always highlight ANSI keywords.
13388 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13389 (sql-send-string): Add function.
13390
13391 2004-04-29 Dave Love <fx@gnu.org>
13392
13393 * progmodes/cfengine.el (cfengine-beginning-of-defun)
13394 (cfengine-end-of-defun): Ensure progress through buffer.
13395
13396 * info-look.el (cfengine-mode): Accept a terminal ().
13397
13398 2004-04-29 Juri Linkov <juri@jurta.org>
13399
13400 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13401 instead of isearch-yank-word-or-char. Add new key bindings for
13402 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13403 (isearch-del-char): New fun.
13404 (isearch-forward, isearch-edit-string): Update docstring.
13405 (isearch-yank-char): Doc fix.
13406 (isearch-other-meta-char): Restore point after scrolling.
13407
13408 * progmodes/compile.el (compilation-context-lines): Add nil option
13409 to disable compilation output window scrolling.
13410 (compilation-set-window): Use it.
13411
13412 * outline.el (outline-next-preface, outline-show-heading):
13413 Don't leave unhidden blank line before heading.
13414 (outline-end-of-subtree): Include last newline into subtree.
13415 (hide-entry): Leave point at beginning of heading instead of end.
13416 (outline-up-heading): Push mark for the first call of successive
13417 command calls.
13418
13419 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
13420
13421 * comint.el (comint-prompt-read-only): New variable.
13422 (comint-output-filter): Implement it.
13423
13424 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13425 (ielm-prompt-internal): New variable.
13426 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13427 (ielm-send-input): Delete unused variable `buf'.
13428 (ielm-eval-input): Use `ielm-prompt-internal'.
13429 (inferior-emacs-lisp-mode): Use new variables
13430 `comint-prompt-read-only' and `ielm-prompt-internal'.
13431 Get rid of obsolete variable `directory-sep-char'.
13432 (ielm): Use `zerop'.
13433
13434 2004-04-29 John Paul Wallington <jpw@gnu.org>
13435
13436 * thumbs.el (toplevel): Require cl at compile time.
13437 Remove conditional definitions of `ignore-errors' and `caddar'
13438 because they occur at run time.
13439
13440 2004-04-28 Nick Roberts <nickrob@gnu.org>
13441
13442 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13443 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13444 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13445 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13446
13447 * progmodes/gud.el (gud-common-init): Throw an error if program is
13448 already running under gdb.
13449
13450 2004-04-28 John Paul Wallington <jpw@gnu.org>
13451
13452 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13453 (thumbs-show-image-num): Move assignment of
13454 `thumbs-current-image-filename' within scope of `i'.
13455 (thumbs-emboss-image): Don't use `evenp'.
13456
13457 2004-04-28 Richard M. Stallman <rms@gnu.org>
13458
13459 * progmodes/compile.el (compilation-context-lines): Default now 0.
13460
13461 2004-04-28 Juanma Barranquero <lektu@terra.es>
13462
13463 Use `time-less-p' from calendar/time-date.el instead of defining
13464 custom versions of it.
13465
13466 * pcomplete.el (pcomplete-time-less-p): Remove.
13467
13468 * thumbs.el (time-less-p): Remove.
13469
13470 * calendar/timeclock.el (timeclock-time-less-p): Remove.
13471 (timeclock-generate-report): Use `time-less-p'.
13472
13473 * emacs-lisp/autoload.el (autoload-before-p): Remove.
13474 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13475
13476 2004-04-28 Masatake YAMATO <jet@gyve.org>
13477
13478 * subr.el (remove-overlays): Make arguments optional.
13479
13480 * wid-edit.el (widget-specify-button): Put evaporate to the
13481 overlay for sample.
13482 (widget-specify-sample): Put evaporate to the overlay for sample.
13483 (widget-specify-doc): Put evaporate to the overlay for documentation.
13484
13485 2004-04-27 Jesper Harder <harder@ifa.au.dk>
13486
13487 * info.el (info-apropos): Make it an index node. Align node names
13488 like makeinfo.
13489
13490 2004-04-27 Eli Zaretskii <eliz@gnu.org>
13491
13492 * net/browse-url.el (browse-url-netscape-sentinel)
13493 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13494 (browse-url-epiphany-sentinel, browse-url-mosaic):
13495 Use browse-url-*-program instead of a literal program name.
13496
13497 2004-04-27 Kevin Ryde <user42@zip.com.au>
13498
13499 * eshell/em-alias.el:
13500 * eshell/em-dirs.el:
13501 * eshell/em-hist.el:
13502 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13503 features when M-x customize-group loads modules before the main
13504 eshell.el.
13505
13506 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
13507
13508 * subr.el (momentary-string-display): Support EXIT-CHAR that is
13509 either a character representation of an event or an event
13510 description list.
13511
13512 * type-break.el: Capitalise Emacs and Lisp.
13513 (type-break-good-break-interval, type-break-demo-boring-stats)
13514 (type-break-terse-messages, type-break-file-name): New defcustoms.
13515 (type-break-post-command-hook)
13516 (type-break-warning-countdown-string): Quote variable names in doc.
13517 (type-break-interval-start, type-break-auto-save-file-name): New vars.
13518 (type-break-mode): Document type-break-good-break-interval and the
13519 "session" file. Schedule break according to the session file.
13520 Kill session file buffer on exit. Organise for save-some-buffers
13521 to always save the session file.
13522 (type-break-mode-line-message-mode, type-break-query-mode):
13523 Uppercase arguments.
13524 (type-break-file-time, type-break-file-keystroke-count, timep)
13525 (type-break-choose-file, type-break-get-previous-time)
13526 (type-break-get-previous-count): New defuns.
13527 (type-break): Avoid break querying after a completed break in the
13528 case where the query was initiated during user invocation of the
13529 break. Optional terse messages.
13530 Use type-break-good-break-interval if type-break-good-rest-interval is
13531 nil. File the break time.
13532 (type-break-schedule): New optional args for overriding the use of
13533 the current time.
13534 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13535 after a break.
13536 (type-break-check): File the keystroke count.
13537 (type-break-do-query): Prevent a second query when the break is
13538 interrupted. Optional terse message.
13539 (type-break-keystroke-reset): Record the start of a typing interval.
13540 (type-break-demo-boring): Optional terse messages. Display word
13541 per minute and keystroke counts according to
13542 type-break-demo-boring-stats.
13543
13544 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
13545
13546 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13547 directories, make sure they exist under archive-tmpdir.
13548
13549 2004-04-27 Juri Linkov <juri@jurta.org>
13550
13551 * help.el (view-emacs-news): With argument, display info for the
13552 selected version by finding it among different NEWS files, and
13553 narrowing the buffer to the selected version.
13554
13555 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
13556 same-window-buffer-names.
13557 (info): New arg `buffer'. Use it. Doc fix. Read file name for
13558 non-numeric prefix argument, append the number to the buffer name
13559 for numeric prefix argument.
13560 (info-other-window): Bind same-window-regexps to nil.
13561 (Info-reference-name): Rename to Info-point-loc.
13562 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
13563 and Info-find-index-name for stringy Info-point-loc.
13564 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
13565 without middle `.', but with final `.' and optional line number
13566 for it. Set Info-point-loc for index nodes.
13567 (Info-index): Remove middle `.' from index entry regexp.
13568 Modify line number regexp.
13569 (Info-index-next): Decrement line number.
13570 (info-apropos): Remove middle `.' from index entry regexp.
13571 Add optional line number regexp at the end. Add matched value
13572 for line number to the result list and insert it to the buffer.
13573 Replace match-string by match-string-no-properties.
13574 Reorder result list.
13575 (Info-fontify-node): Hide index line numbers.
13576 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
13577 empty matches.
13578 (Info-follow-reference): Use `str' instead of
13579 Info-following-node-name-re.
13580 (Info-toc): Use full file names. Set Info-current-node to "Top".
13581 (Info-fontify-node): Compare file names without directory name.
13582 (Info-try-follow-nearest-node): Don't set Info-reference-name.
13583 Set second arg of Info-extract-menu-node-name for index nodes.
13584 (info-xref-visited): Use magenta3 instead of magenta4.
13585 (Info-mode): Add info-apropos to docstring.
13586
13587 * log-view.el (log-view-diff): Replace interactive code "r"
13588 by a list to allow to call it even if region is not active.
13589
13590 * paren.el (show-paren-highlight-openparen): New var.
13591 (show-paren-function): Turn on openparen highlighting when
13592 matching forward if show-paren-highlight-openparen is non-nil.
13593
13594 * simple.el (kill-ring-save): Use blink-matching-delay instead of
13595 the constant value 1.
13596 (completions-common-part): Expand docstring.
13597
13598 * textmodes/picture.el (picture-mode-map): Add arrow keys.
13599
13600 2004-04-27 Kim F. Storm <storm@cua.dk>
13601
13602 * image.el (insert-sliced-image): Use line-height instead of
13603 line-spacing property on newline.
13604
13605 2004-04-26 Lars Hansen <larsh@math.ku.dk>
13606
13607 * desktop.el (desktop-buffer-misc-data-function): Rename to
13608 desktop-save-buffer and change docstring.
13609 (desktop-buffer-modes-to-save): Delete.
13610 (desktop-save-buffer-p): Use desktop-save-buffer instead of
13611 desktop-buffer-modes-to-save.
13612 (desktop-save): Rename desktop-buffer-misc-data-function to
13613 desktop-save-buffer and allow non-function value.
13614 (desktop-missing-file-warning): Correct docstring.
13615
13616 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
13617 to desktop-save-buffer.
13618
13619 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
13620 desktop-save-buffer.
13621
13622 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
13623
13624 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
13625
13626 2004-04-26 Eli Zaretskii <eliz@gnu.org>
13627
13628 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
13629
13630 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
13631
13632 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
13633 (ielm): Only go to the end of the buffer when starting a new process.
13634
13635 2004-04-25 Juanma Barranquero <lektu@terra.es>
13636
13637 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
13638 mode line. Bind `inhibit-read-only' to t before modifying
13639 properties of text in the buffer.
13640 (ielm): Force point to the end of buffer, even when running ielm
13641 from inside itself.
13642
13643 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13644
13645 * info.el (info-apropos): Reset Info-complete-cache.
13646
13647 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
13648
13649 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13650 Also recognize severe Irix et al. messages.
13651 (compilation-normalize-filename, compile-abbreviate-directory):
13652 Delete functions.
13653 (compilation-get-file-structure): New function inherits
13654 functionality of the two preceding ones.
13655 (compilation-internal-error-properties, compilation-fake-loc):
13656 Use it so that different paths to the same file share the same
13657 markers. Also optimize finding adjacent marker slightly.
13658
13659 2004-04-25 Kim F. Storm <storm@cua.dk>
13660
13661 * image.el (insert-sliced-image): Add line-spacing t property
13662 to newlines separating image lines.
13663
13664 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
13665
13666 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
13667
13668 * ielm.el (ielm-prompt-read-only): New user option.
13669 (ielm-prompt): Expand docstring to describe new behavior.
13670 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
13671 mention it in the docstring.
13672
13673 2004-04-24 Andreas Schwab <schwab@suse.de>
13674
13675 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
13676
13677 * diff.el (diff): Set default-directory in diff buffer.
13678
13679 2004-04-24 Eli Zaretskii <eliz@gnu.org>
13680
13681 * mail/sendmail.el (mail-bury): Don't delete the frame where the
13682 mail was being composed if the terminal cannot display more than
13683 one frame; instead, switch to previous frame.
13684
13685 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
13686 (rmail-start-mail): Support rmail-mail-new-frame even on
13687 terminals that can display only one frame at a time.
13688
13689 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
13692 (checkdoc-output-font-lock-keywords): Remove error regexp.
13693 (checkdoc-output-mode-map): Remove.
13694 (checkdoc-output-mode): Derive from compilation-mode.
13695 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
13696
13697 * dired.el (dired-mode-map): Add a menu entry for wdired.
13698
13699 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
13700 (rx-bracket, rx-check-any, rx-any): Clean up name space.
13701
13702 * wdired.el: (wdired-mode-map): Move init into declaration.
13703 Fix `return' binding.
13704 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
13705 Use force-mode-line-update.
13706 (wdired-get-filename): Use `unless'.
13707 (wdired-preprocess-files): Don't assume names have no \n and use / for
13708 dir separator.
13709 (wdired-normalize-filename): Use replace-regexp-in-string.
13710 (wdired-load-hooks): Remove.
13711 (wdired-mode-hooks): Rename to wdired-mode-hook.
13712
13713 * info-look.el: Add support for cfengine-mode.
13714 (info-lookup-setup-mode): Use dolist.
13715
13716 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
13717
13718 * wdired.el: New file.
13719
13720 2004-04-23 Juanma Barranquero <lektu@terra.es>
13721
13722 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
13723
13724 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
13725 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
13726 (pcomplete--help, pcomplete--here): Doc fixes.
13727
13728 2004-04-23 Andre Spiegel <spiegel@gnu.org>
13729
13730 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
13731 handles wrong-number-of-arguments in backend call.
13732
13733 * vc.el (vc-print-log): Likewise.
13734
13735 2004-04-20 Dave Love <fx@gnu.org>
13736
13737 * emacs-lisp/rx.el: Doc fixes.
13738 (rx-constituents): Add/extend many forms.
13739 (rx-check): Check form is a list.
13740 (bracket): Defvar.
13741 (rx-check-any, rx-any, rx-check-not): Modify.
13742 (rx-not): Simplify.
13743 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
13744 (rx-kleene): Use rx-trans-forms.
13745 (rx-quote-for-set): Delete.
13746 (rx): Allow multiple args.
13747
13748 2004-04-23 Kenichi Handa <handa@m17n.org>
13749
13750 * international/mule-util.el (char-displayable-p): Simplify by
13751 using internal-char-font.
13752
13753 2004-04-23 Juanma Barranquero <lektu@terra.es>
13754
13755 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
13756
13757 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * diff-mode.el (diff-next-error): New fun.
13760 (diff-mode): Use it.
13761
13762 * simple.el (next-error): Change arg name.
13763 Add support for the documented C-u C-x ` usage.
13764
13765 * frame.el (special-display-popup-frame, next-multiframe-window)
13766 (previous-multiframe-window): Only consider frames on same display.
13767
13768 2004-04-22 Lars Hansen <larsh@math.ku.dk>
13769
13770 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
13771 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
13772
13773 2004-04-22 Kim F. Storm <storm@cua.dk>
13774
13775 * net/telnet.el (telnet): Add optional port arg.
13776
13777 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13780 Minor sanity check on the `hyperlink' slot.
13781
13782 * Makefile.in (recompile): Compile new files.
13783
13784 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
13785 Add byte-recompile-directory's optional `arg'.
13786
13787 * cvs-status.el (cvs-tree-use-charset): New var.
13788 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
13789 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
13790 (cvs-status-cvstrees): Use it.
13791
13792 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
13793 Make it a normal major mode.
13794 (checkdoc-buffer-label): Make sure the file name is meaningful.
13795 (checkdoc-output-to-error-buffer): Remove.
13796 (checkdoc-error, checkdoc-start-section): Rewrite.
13797
13798 * info.el (info-node, info-menu-5, info-xref, info-header-node)
13799 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13800 (Info-title-4-face): Use new syntax.
13801 (info-xref-visited): Inherit from info-xref.
13802
13803 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
13804
13805 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
13806
13807 * simple.el (next-error-last-buffer, next-error-function):
13808 New variables for the next-error framework.
13809 (next-error-buffer-p): New function.
13810 (next-error-find-buffer): Generalize compilation-find-buffer.
13811 (next-error, previous-error, first-error, next-error-no-select)
13812 (previous-error-no-select): Move from compile.el.
13813
13814 * replace.el (occur-next-error, occur-1): Hook into the next-error
13815 framework.
13816
13817 * progmodes/compile.el (compilation-start):
13818 Set next-error-last-buffer so next-error knows where to jump.
13819 (compilation-setup): Set the buffer-local variable
13820 next-error-function to 'compilation-next-error-function.
13821 (compilation-buffer-p, compilation-buffer-internal-p): Use an
13822 alternate way to find if a buffer is a compilation buffer, for
13823 next-error convenience.
13824 (next-error-no-select, previous-error-no-select, next-error)
13825 (previous-error, first-error): Move to simple.el.
13826 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
13827 (compilation-last-buffer): Remove.
13828 (compilation-start, compilation-next-error, compilation-setup)
13829 (compilation-next-error-function, compilation-find-buffer):
13830 Remove compilation-last-buffer use.
13831
13832 2004-04-21 Juanma Barranquero <lektu@terra.es>
13833
13834 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
13835 (font-lock-warning-face): Fix spacing.
13836
13837 * makefile.w32-in (WINS): Add url/ directory.
13838
13839 2004-04-21 Lars Hansen <larsh@math.ku.dk>
13840
13841 * desktop.el (desktop-buffer-mode-handlers): New variable.
13842 Alist of major mode specific functions to restore a desktop buffer.
13843 (desktop-buffer-handlers): Make variable obsolete.
13844 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
13845 Catch errors signaled in handlers. Update buffer count.
13846 Evaluate desktop-buffer-point.
13847 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
13848 move to dired.el.
13849 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
13850 move to info.el.
13851 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
13852 move to mail/rmail.el.
13853 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
13854 to mh-e/mh-e.el.
13855 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
13856 On fail, print message (to message buffer) even if
13857 desktop-missing-file-warning is nil.
13858 (desktop-buffer-misc-data-function): New buffer local variable.
13859 Function returning major mode specific data.
13860 (desktop-buffer-misc-functions): Make variable obsolete.
13861 (desktop-save): Use desktop-buffer-misc-data-function.
13862 (desktop-buffer-dired-misc-data): Rename to
13863 dired-desktop-buffer-misc-data and move to dired.el.
13864 (desktop-buffer-info-misc-data): Rename to
13865 Info-desktop-buffer-misc-data and move to info.el.
13866 (desktop-read): Add message about number of buffers restored/failed.
13867
13868 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
13869 Add parameters. Pause to display error only when
13870 desktop-missing-file-warning is non-nil.
13871 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
13872 (dired-mode): Bind desktop-buffer-misc-data-function.
13873
13874 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
13875 Add Parameters.
13876 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
13877 (Info-mode): Bind desktop-buffer-misc-data-function.
13878
13879 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
13880 Add Parameters.
13881
13882 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
13883 Add Parameters.
13884
13885 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
13886
13887 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
13888 the case of letters in case-insensitive expansions when the
13889 abbrev is preceded by characters with letter syntax.
13890
13891 2004-04-21 Richard M. Stallman <rms@gnu.org>
13892
13893 * progmodes/cperl-mode.el (cperl-putback-char):
13894 Delete Emacs 18 definition.
13895
13896 * international/mule.el (ctext-post-read-conversion):
13897 Use assoc-string, not assoc-ignore-case.
13898
13899 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
13900
13901 * emacs-lisp/easymenu.el (easy-menu-add):
13902 Do call x-popup-menu, but only if it's defined.
13903
13904 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
13905
13906 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
13907 Handle multiple args: compile like progn.
13908
13909 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
13910 take all args as &rest arg.
13911
13912 * autoinsert.el (auto-insert-alist): Insert the user's name in
13913 copyright notice, rather than Free Software Foundation.
13914
13915 2004-04-21 Kenichi Handa <handa@m17n.org>
13916
13917 * descr-text.el (describe-char): Make it work on *Help* buffer.
13918
13919 2004-04-21 Kim F. Storm <storm@cua.dk>
13920
13921 * image.el (insert-image): Add optional SLICE arg.
13922 (insert-sliced-image): New defun.
13923
13924 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
13925
13926 * subr.el (read-number): Check whether `default' is nil.
13927
13928 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * progmodes/compile.el (compilation-error-properties):
13931 Split into two.
13932 (compilation-internal-error-properties): New one.
13933 (compilation-compat-error-properties): Use it. Fix the non-marker case.
13934
13935 2004-04-20 Richard M. Stallman <rms@gnu.org>
13936
13937 * window.el (split-window-save-restore-data):
13938 Don't update the data if OLD-INFO is nil.
13939
13940 * view.el (view-return-to-alist): Mark it permanent local.
13941
13942 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
13943
13944 * recentf.el (recentf-save-list): Catch and warn about errors.
13945
13946 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
13947 so "Buffers" won't be pure.
13948
13949 * help-mode.el (help-mode-finish): Set help-return-alist first
13950 thing, setting only the entry for the selected window.
13951
13952 * help-fns.el (describe-function-1): If many non-control non-meta
13953 keys run the command, don't list all of them.
13954
13955 2004-04-20 Juanma Barranquero <lektu@terra.es>
13956
13957 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
13958 arg. Copied from Andre Spiegel's patch of 2004-03-21.
13959
13960 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
13961
13962 2004-04-20 Kenichi Handa <handa@m17n.org>
13963
13964 * international/quail.el (quail-lookup-key): New optional arg
13965 NOT-RESET-INDICES.
13966 (quail-get-translations): Call quail-lookup-key with
13967 NOT-RESET-INDICES t.
13968 (quail-completion): Likewise.
13969 (quail-lookup-map-and-concat): Likewise.
13970
13971 2004-04-20 Kenichi Handa <handa@m17n.org>
13972
13973 * international/quail.el (quail-update-translation): Don't insert
13974 such an unsupported multibyte char in a unibyte buffer.
13975
13976 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
13977
13978 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
13979 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
13980 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
13981 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
13982 (gdb-frame-assembler-buffer): Improve behaviour with
13983 multiple frames.
13984 (gdb-display-buffer): Extend search to all visible frames.
13985
13986 2004-04-19 Eli Zaretskii <eliz@gnu.org>
13987
13988 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
13989 characters left after base64 decoding.
13990 (rmail-decode-region): Use -dos variety of `coding', to remove any
13991 ^M characters left after qp or base64 decoding.
13992
13993 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13994
13995 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
13996 messages.
13997
13998 2004-04-19 Stephen Eglen <stephen@gnu.org>
13999
14000 * add-log.el (add-change-log-entry): Update doc string to mention
14001 add-log-full-name and add-log-mailing-address.
14002
14003 2004-04-18 Juri Linkov <juri@jurta.org>
14004
14005 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14006 (Info-find-node-2): Simplify error message.
14007 (Info-insert-dir): Use Info-following-node-name.
14008 (Info-goto-node): Remove *info-history* and *info-toc*.
14009 (Info-history): Create a node of the virtual history file.
14010 (Info-toc): Create a node of the virtual toc file.
14011 (Info-insert-toc): New arg `curr-file' for reference file names.
14012 (info-apropos): Remove redundant var binding for temp-file.
14013 (Info-index, Info-index-next, Info-mode): Doc fix.
14014 (Info-goto-emacs-command-node): Don't jump to *info* from
14015 non-*info* Info buffers.
14016 (Info-fontify-node): Don't show the file name of external
14017 references if `Info-hide-note-references' is `hide'. Don't hide
14018 newlines at the end of paragraphs.
14019
14020 * international/mule-diag.el (list-input-methods):
14021 Fix args to help-xref-button.
14022
14023 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14024 to put into effect local variables from TUTORIAL files.
14025
14026 * textmodes/paragraphs.el (sentence-end) <function>: New fun
14027 with default value taken from the variable `sentence-end'.
14028 (sentence-end) <defcustom>: Set default to nil. Doc fix.
14029 Add nil const to :type.
14030 (sentence-end-without-period, sentence-end-double-space)
14031 (sentence-end-without-space): Doc fix.
14032
14033 * textmodes/paragraphs.el (forward-sentence):
14034 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14035 (fill-delete-newlines):
14036 * progmodes/cc-cmds.el (c-beginning-of-statement):
14037 Use function `sentence-end' instead of variable `sentence-end'.
14038
14039 2004-04-18 Andreas Schwab <schwab@suse.de>
14040
14041 * progmodes/compile.el (compilation-start): Set window start to
14042 point-min if compilation-scroll-output is nil.
14043
14044 2004-04-18 John Wiegley <johnw@newartisans.com>
14045
14046 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14047
14048 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
14049
14050 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14051 (gdb-info-breakpoints-custom): Revert previous change.
14052 (gdb-view-assembler): Update assembler if necessary.
14053 (gdb-frame-handler): Parse correctly for gdb-current-frame.
14054 (gdb-display-source-buffer): Update properly when both source and
14055 assembler are visible.
14056
14057 2004-04-17 John Wiegley <johnw@newartisans.com>
14058
14059 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14060 which limits the number of names shown in the minibuffer. Off by
14061 default.
14062 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
14063 up iswitchb for users with a multitude of open buffers by showing
14064 only the first and last N/2 buffers in the completion list (which
14065 is enough to aid C-s/C-r, and to know that more characters are
14066 needed to refine the completion list).
14067
14068 2004-04-17 Richard M. Stallman <rms@gnu.org>
14069
14070 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
14071 (file-truename): Expand all ~ constructs directly.
14072 (insert-directory): Delete any error msg output by the
14073 `insert-directory-program'.
14074
14075 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
14076 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
14077 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
14078 (allout-init): Use find-file-hook, not find-file-hooks.
14079 (allout-mode): Eliminate Emacs 18 support.
14080 Use write-contents-functions, not local-write-file-hooks.
14081
14082 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
14083
14084 * progmodes/compile.el (compilation-error-properties): Fix for
14085 adding messages when there are already markers for their file.
14086 (compilation-fake-loc): New function.
14087
14088 2004-04-16 Dave Love <fx@gnu.org>
14089
14090 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
14091 (python-load-file): Fix python-orig-start setting.
14092
14093 * progmodes/compile.el: Doc fixes.
14094 (compilation-error-regexp-alist-alist)
14095 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
14096 (compilation-assq): Wrap in eval-when-compile.
14097 (compilation-mode-font-lock-keywords): Don't use list*.
14098 (compilation-start): Avoid warning.
14099 (compilation-compat-error-properties)
14100 (compilation-directory-properties): Add keymap property.
14101 (compilation-parsing-end): Make it a marker for better compatibility.
14102
14103 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
14104
14105 2004-04-16 Mark A. Hershberger <mah@everybody.org>
14106
14107 * xml.el: Doc fixes.
14108 (xml-get-children): Only looks at sub-tags and ignore strings.
14109
14110 * xml.el (xml-parse-tag): Avoid overwriting node-name.
14111
14112 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14115
14116 2004-04-16 Andre Spiegel <spiegel@gnu.org>
14117
14118 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14119
14120 * vc.el (vc-print-log): Likewise.
14121
14122 2004-04-16 Masatake YAMATO <jet@gyve.org>
14123
14124 * simple.el (completion-setup-function): Set an initial value
14125 to `element-common-end' before entering loop. Set a value
14126 to `element-common-end' at the end of loop.
14127 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14128 (completions-common-part): Rename from completion-de-emphasis.
14129 (completions-first-difference): Rename from completion-emphasis.
14130 Suggested by RMS.
14131
14132 2004-04-16 Juanma Barranquero <lektu@terra.es>
14133
14134 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14135 (bookmark-edit-annotation-mode): Add mode name.
14136
14137 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14140 for nested conflict markers.
14141 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14142
14143 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
14144
14145 * progmodes/gdb-ui.el (gdb-goto-info): New function.
14146
14147 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14148
14149 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14152 Give a backtrace if requested.
14153
14154 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14155
14156 * progmodes/python.el (python-mouse-2-command, python-RET-command):
14157 Remove unused functions.
14158 (python-orig-start-line, python-orig-file): Remove.
14159 (python-orig-start): New var.
14160 (python-input-filter, python-compilation-line-number)
14161 (python-send-region, python-load-file): Use it.
14162
14163 * info.el (info): Always jump to *info*.
14164
14165 * subr.el (posn-set-point): New function.
14166
14167 * mouse.el (mouse-set-point): Use it.
14168
14169 * progmodes/compile.el (compile-goto-error): Use it.
14170 (compilation-button-map): New keymap.
14171 (compilation-error-properties): Use it.
14172 (compilation-shell-minor-mode-map): Don't bind mouse-2.
14173
14174 * smerge-mode.el (smerge-popup-context-menu): Use it.
14175
14176 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14177 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14178 mouse and non-mouse case.
14179
14180 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14181 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14182
14183 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14184 Make it work for non-mouse events.
14185
14186 * pcvs-info.el (cvs-status-map): Update binding name.
14187
14188 2004-04-14 Mark A. Hershberger <mah@everybody.org>
14189
14190 * xml.el (xml-maybe-do-ns): New function to handle namespace
14191 parsing of both attribute and element names.
14192 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14193 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14194 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
14195 (xml-parse-attlist): Make it do its own namespace parsing.
14196
14197 2004-04-14 Dave Love <fx@gnu.org>
14198
14199 * progmodes/python.el (run-python): Fix use of \n.
14200 (python-load-file): Remove `try' from Python fragment.
14201 (python-describe-symbol): Fix message.
14202
14203 * comint.el: Doc fixes.
14204 (comint-last-input-start, comint-last-input-end)
14205 (comint-last-output-start): Give them values.
14206 (comint-arguments): Avoid warning.
14207 (comint-skip-prompt): Use line-end-position.
14208 (comint-backward-matching-input): Rename arg to agree with doc.
14209 (comint-extract-string): Use syntax-ppss.
14210 (comint-dynamic-simple-complete): Delete useless list construction.
14211 (comint-redirect-subvert-readonly): New.
14212 (comint-redirect-preoutput-filter): Use it.
14213
14214 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14215 Correctly handle negative arguments when calling hook functions.
14216
14217 2004-04-14 Jesper Harder <harder@ifa.au.dk>
14218
14219 * info.el (info-apropos): Don't clobber Info-history-list.
14220
14221 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
14222
14223 * progmodes/compile.el (compilation-setup):
14224 Localize overlay-arrow-position.
14225 (compilation-sentinel): Restructure code equivalently.
14226 (compilation-next-error): Find message on same line after point if
14227 not found before point.
14228 (compile-mouse-goto-error): Restore function so that compilation
14229 buffer need not be current and use compile-goto-error.
14230 (compile-goto-error): Restore function.
14231 (next-error): Set overlay-arrow-position.
14232 (compilation-forget-errors): Don't localize already local
14233 compilation-locs and remove FIXME about refontifying.
14234
14235 2004-04-14 Kim F. Storm <storm@cua.dk>
14236
14237 * startup.el (emacs-quick-startup): New defvar (set by -Q).
14238 (command-line): New option -Q. Like -q --no-site-file, but
14239 in addition it also disables menu-bar, tool-bar, scroll-bars,
14240 tool-tips, and the blinking cursor.
14241 (command-line-1): Skip startup screen if -Q.
14242 (fancy-splash-head): Use ":align-to center" prop to center splash image.
14243
14244 * emulation/cua-base.el (cua-read-only-cursor-color)
14245 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14246
14247 2004-04-13 Dave Love <fx@gnu.org>
14248
14249 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
14250 (syntax): Don't require.
14251 (python) <defgroup>: Add :version.
14252 (python-quote-syntax): Re-written.
14253 (inferior-python-mode): Move stuff here from run-python and add
14254 some more.
14255 (python-preoutput-continuation, python-preoutput-result)
14256 (python-dotty-syntax-table): New.
14257 (python-describe-symbol): Use them.
14258 (run-python): Move stuff to inferior-python-mode. Modify code
14259 loaded into Python.
14260 (python-send-region): Use python-proc, python-send-string.
14261 (python-send-string): Send newlines too. Callers changed.
14262 (python-load-file): Re-written.
14263 (python-eldoc-function): New.
14264 (info-look): Don't require.
14265 (python-after-info-look): New. A modified version of former
14266 top-level code for use with eval-after-load.
14267 (python-maybe-jython, python-guess-indent): Use widened buffer.
14268 (python-fill-paragraph): Re-written.
14269 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
14270 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
14271
14272 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14275 Set compilation-error-regexp-alist earlier.
14276
14277 * progmodes/compile.el (compilation-minor-mode-map)
14278 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14279 (compile-goto-error): Re-merge the mouse and non-mouse commands.
14280
14281 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * progmodes/compile.el (compile-goto-error): Select the buffer/window
14284 corresponding to the event.
14285
14286 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
14287
14288 * loadup.el: Add cygwin to system-type list, for unexec() support.
14289
14290 2004-04-12 John Paul Wallington <jpw@gnu.org>
14291
14292 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14293 (ibuffer-restore-window-config-on-quit): New variable to replace
14294 `ibuffer-delete-window-on-quit'. Update all references.
14295 (ibuffer-prev-window-config): New variable.
14296 (ibuffer-quit): Restore previous window configuration instead of
14297 deleting window.
14298 (ibuffer): Save window configuration before showing Ibuffer buffer.
14299
14300 * help.el (describe-mode): Doc fix.
14301
14302 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14305 not to treat nil as a function.
14306
14307 * vc-arch.el (vc-arch-root): Be a bit more careful.
14308 (vc-arch-register): Save the buffer if we modified it.
14309 (vc-arch-delete-rej-if-obsolete): Save excursion.
14310 (vc-arch-find-file-hook): Use the simpler after-save-hook.
14311 (vc-arch-responsible-p, vc-arch-init-version): New functions.
14312
14313 * net/ldap.el (ldap-search): Use list*.
14314
14315 2004-04-12 Juri Linkov <juri@jurta.org>
14316
14317 * info.el (Info-follow-reference): Allow multiline reference name.
14318
14319 2004-04-11 Dave Love <fx@gnu.org>
14320
14321 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14322
14323 * progmodes/python.el: New file.
14324
14325 2004-04-11 Andre Spiegel <spiegel@gnu.org>
14326
14327 * vc-hooks.el (vc-arg-list): Function removed.
14328 (vc-default-workfile-unchanged-p): Use condition-case to check for
14329 backward compatibility.
14330
14331 * vc.el (vc-print-log): Use condition-case to check for backward
14332 compatibility.
14333
14334 2004-04-11 Juri Linkov <juri@jurta.org>
14335
14336 * dired.el (dired-faces): New defgroup.
14337 (dired-header, dired-mark, dired-marked, dired-flagged)
14338 (dired-warning, dired-directory, dired-symlink, dired-ignored):
14339 New faces.
14340 (dired-header-face, dired-mark-face, dired-marked-face)
14341 (dired-flagged-face, dired-warning-face, dired-directory-face)
14342 (dired-symlink-face, dired-ignored-face): New face variables.
14343 (dired-font-lock-keywords): Use them instead of font-lock faces.
14344 Split the rule for dired marks into 3 separate rules: for marks,
14345 marked file names and flagged file names.
14346
14347 * help-mode.el (help-make-xrefs): Add a final newline to the
14348 *Help* buffer.
14349
14350 2004-04-11 John Paul Wallington <jpw@gnu.org>
14351
14352 * replace.el (occur-engine): Distinguish between one and several
14353 matches in the matches per buffer heading.
14354
14355 2004-04-11 Kim F. Storm <storm@cua.dk>
14356
14357 * ido.el (ido-confirm-unique-completion): New defcustom.
14358 (ido-complete): Use it.
14359 (ido-write-file): Set it to t unconditionally.
14360
14361 2004-04-10 Miles Bader <miles@gnu.org>
14362
14363 RCS keyword removal (only non-comment changes are enumerated here):
14364
14365 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14366 (byte-compile-insert-header): Don't use `byte-compile-version'.
14367 * forms.el (forms-version): Variable removed.
14368 (forms-mode): Don't use `forms-version'.
14369 * recentf.el (recentf-version): Variable removed.
14370 * progmodes/delphi.el (delphi-version): Variable removed.
14371 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14372
14373 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14374
14375 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14376
14377 2004-04-09 Jesper Harder <harder@ifa.au.dk>
14378
14379 * info.el (info-apropos): Improve menu item regexp.
14380
14381 2004-04-09 Simon Josefsson <jas@extundo.com>
14382
14383 * mail/smtpmail.el: Add comment, based on report by
14384 kdc@rcn.com (Kevin D. Clark).
14385
14386 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14389 Redo one more thing that I didn't notice Daniel had undone.
14390
14391 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
14392
14393 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14394 (gdb-goto-breakpoint, gdb-display-buffer)
14395 (gdb-display-source-buffer, gdb-view-source-function)
14396 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14397 (gdb-source-info, gdb-frame-handler): Don't specify a window
14398 for display.
14399 (gdb-info-breakpoints-custom): Remove superfluous update of
14400 assembler buffer.
14401 (gdb-many-windows): Make settable outside gdb.
14402
14403 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
14404
14405 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14406 Derive from fundamental-mode rather than text-mode.
14407
14408 2004-04-08 Juri Linkov <juri@jurta.org>
14409
14410 * info.el (Info-history): Doc fix.
14411 (Info-history-list): New var.
14412 (info-xref): Change magenta4 to blue, remove bold for dark and
14413 light backgrounds, change bold to underline for non-color classes.
14414 (info-xref-visited): New face.
14415 (Info-fontify-visited-nodes): New custom.
14416 (Info-hide-note-references): Add new value `hide'. Doc fix.
14417 (Info-reference-name): New var.
14418 (Info-selection-hook): New custom.
14419 (Info-edit-mode-hook): New var.
14420 (Info-find-file): New fun.
14421 (Info-find-node): Move part of code to Info-find-file.
14422 (Info-find-node-2): Add anchors to Info-history-list. Move point
14423 to the place with the reference name if name is defined.
14424 (Info-select-node): Add current node to Info-history-list.
14425 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14426 (Info-search-whitespace-regexp): New custom.
14427 (Info-search-case-fold): New var.
14428 (Info-search): Add "case-sensitively" to the prompt.
14429 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
14430 (Info-search-case-sensitively, Info-search-next): New fun.
14431 (Info-up): Move point to the menu item of the current node.
14432 (Info-history): New fun. Add *info-history* to
14433 same-window-buffer-names.
14434 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
14435 (Info-insert-toc): New fun.
14436 (Info-build-toc): New fun.
14437 (Info-follow-reference): Add new arg `fork'. Doc fix.
14438 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
14439 with the same name prefer the reference closest to point.
14440 (Info-next-reference): Replace * by + in the *Note regexp.
14441 Add regexp for http:// and ftp://. Skip the *Note prefix.
14442 (Info-prev-reference): Replace * by + in the *Note regexp.
14443 Add regexp for http:// and ftp://. Skip the *Note prefix.
14444 (Info-follow-nearest-node): Add new arg `fork'.
14445 (Info-try-follow-nearest-node): Add new arg `fork'.
14446 Call browse-url for http:// and ftp:// references.
14447 Set Info-reference-name for index entries.
14448 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14449 Info-search-next, Info-history, Info-toc, clone-buffer.
14450 (Info-menu-update): Replace * by + in the *Note regexp.
14451 (Info-mode): Add documentation for Info-history, Info-toc,
14452 Info-search-case-sensitively, Info-search-next, clone-buffer.
14453 (Info-fontify-menu-headers): Remove fun. Move code to
14454 Info-fontify-node.
14455 (Info-fontify-node): Add docstring. Add local vars
14456 fontify-visited-p and not-fontified-p. If not-fontified-p is t
14457 then fontify header line, titles, menu headers, http and ftp
14458 references, refill paragraphs. If not-fontified-p is t or
14459 fontify-visited-p is t then fontify cross references, menu items.
14460 Fontify menu headers. Fontify http and ftp references.
14461 Change regexp for cross references to require whitespace after *Note,
14462 add matching groups for file and node names. Remove hack for quote.
14463 Use display property for Info-hide-note-references=t. Use fifth
14464 or fourth match for help-echo. Display visited nodes in a
14465 different face. Unhide file names of external references.
14466 Unhide newlines. Display visited menu items in a different face.
14467
14468 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * progmodes/compile.el: Require CL.
14471 (compilation-mode-font-lock-keywords): Re-install the "line as
14472 function" patch.
14473
14474 * help-fns.el (help-C-source-directory): New var.
14475 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14476 (describe-function-1, describe-variable): Use them.
14477
14478 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14479 to C source files specially.
14480
14481 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
14482
14483 * info.el (Info-hide-cookies-node): New function.
14484 (Info-select-node): Use it.
14485 (Info-display-images-node): Remove message with image file name.
14486
14487 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
14488
14489 * progmodes/compile.el (compilation-warning-face)
14490 (compilation-info-face, compilation-skip-threshold)
14491 (compilation-skip-visited, compilation-context-lines):
14492 Declare :version when added to Emacs.
14493 (compilation-error-regexp-alist-alist): Extend caml and irix.
14494 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14495 (compilation-mode-font-lock-keywords): Temporarily undo line as
14496 function patch, which wasn't ready.
14497
14498 2004-04-07 Kenichi Handa <handa@m17n.org>
14499
14500 * international/latin1-disp.el (latin1-display-setup): Check each
14501 character is displayable or not instead of calling
14502 latin1-display-check-font.
14503
14504 2004-04-06 Kenichi Handa <handa@m17n.org>
14505
14506 * language/ethio-util.el (ethio-sera-being-called-by-w3):
14507 New variable.
14508 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14509 instead of sera-being-called-by-w3.
14510 (ethio-fidel-to-sera-buffer): Likewise.
14511 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14512 instead of sera-being-called-by-w3.
14513 (ethio-write-file): Likewise.
14514
14515 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14516
14517 * printing.el: Doc fix.
14518
14519 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
14520
14521 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14522 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14523 (gdb-setup-windows): Only use separate IO buffer if required.
14524
14525 2004-04-06 Kim F. Storm <storm@cua.dk>
14526
14527 * term.el (term-is-xemacs): Remove.
14528 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14529 (term-window-width): New function.
14530 (term-mode, term-check-size): Use it.
14531 (term-mode): Disable overflow-newline-into-fringe in term buffer.
14532
14533 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
14534
14535 * cus-edit.el (custom-add-parent-links): Change unbound variable
14536 `symbol' to `name'.
14537
14538 2004-04-05 Jesper Harder <harder@ifa.au.dk>
14539 * info.el (info-apropos): New function.
14540 (Info-mode-menu): Add it.
14541 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14542
14543 * help-mode.el (help-make-xrefs): Recognize aliased variable with
14544 inherited docstring.
14545
14546 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14547
14548 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
14551
14552 * progmodes/compile.el (font-lock): Don't require any more.
14553 (compilation-error-properties, compilation-start, compilation-sentinel)
14554 (compilation-filter, next-error): Use with-current-buffer.
14555 (compilation-skip-to-next-location, compilation-skip-threshold)
14556 (compilation-skip-visited): Move to silence the byte-compiler.
14557 (compilation-setup): Simplify.
14558 (compilation-next-error): Use line-(beginning|end)-position.
14559 Make sure `pt' is non-nil before using compilation-loop.
14560 (compile-goto-error): Add optional event arg. Use it.
14561 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
14562 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
14563 Update the binding for mouse-2.
14564 (first-error): Set compilation-current-error to nil rather than bob.
14565 (compilation-parsing-end, compilation-parse-errors-function)
14566 (compilation-error-list, compilation-old-error-list):
14567 "New" compatibility variables.
14568 (compile-buffer-substring, compilation-compat-error-properties)
14569 (compilation-compat-parse-errors, compilation-forget-errors):
14570 New compatibility functions.
14571 (compilation-mode-font-lock-keywords): Use them.
14572
14573 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
14574
14575 * autorevert.el (auto-revert-handler): If point (or a window
14576 point) is at the end of the buffer, keep it there after
14577 reverting. This allows to tail a file.
14578 Mention this in the `Commentary'.
14579
14580 * format.el (format-write-file): Add optional argument CONFIRM
14581 and make it behave like the analogous argument to `write-file'.
14582
14583 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14584
14585 * progmodes/ebnf2ps.el: Doc fix.
14586 (ebnf-version): New version number (4.2).
14587 (ebnf-syntax): Customization and docstring fix.
14588 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
14589 Put autoloaded funs before first use.
14590 (ebnf-style-database): Add dtd entry.
14591 (ebnf-syntax-alist): Add dtd initialization.
14592 (ebnf-token-sequence): New fun.
14593 (ebnf-comment-table): Add new comment action character.
14594 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
14595
14596 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
14597 Type Definition for XML).
14598
14599 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
14600 * progmodes/ebnf-bnf.el (ebnf-sequence):
14601 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
14602 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
14603 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
14604 Code simplification: call ebnf-token-sequence.
14605
14606 2004-04-04 Eli Zaretskii <eliz@gnu.org>
14607
14608 * calendar/timeclock.el (timeclock-relative)
14609 (timeclock-get-project-function, timeclock-get-workday-function)
14610 (timeclock-query-out, timeclock-when-to-leave)
14611 (timeclock-when-to-leave-string, timeclock-log-data)
14612 (timeclock-generate-report, timeclock-in): Doc fixes.
14613
14614 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * url/: New dir. Import the URL package from its repository.
14617
14618 2004-04-03 Andreas Schwab <schwab@suse.de>
14619
14620 * diff-mode.el (diff-mode): Fix missing quote.
14621
14622 2004-04-03 Juri Linkov <juri@jurta.org>
14623
14624 * descr-text.el (describe-property-list): Add `font-lock-face'.
14625
14626 * dired.el (dired-font-lock-keywords): Fix permission regexps.
14627
14628 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14629
14630 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14631 Use utf-16le on little endian machines and utf-16be otherwise.
14632
14633 2004-04-02 David Kastrup <dak@gnu.org>
14634
14635 * net/browse-url.el (browse-url-generic): Use call-process
14636 instead of start-process to allow browsers that fork and detach.
14637
14638 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
14639
14640 * compile.el (compilation-current-error): New var.
14641 (compilation-setup, compile-mouse-goto-error)
14642 (compile-goto-error, next-error): Use it.
14643 (compilation-skip-to-next-location): Default to t, which gives
14644 contiguous skipping like old compile (where this was redundant).
14645 (compilation-next-error): Prevent previous-* commands from moving
14646 back to message at or just before point.
14647
14648 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
14649
14650 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
14651 (gdb-source-info): Don't display source at startup, if required.
14652 (gdb-show-main): New option.
14653 (gdba): Update documentation.
14654 (gdb-source): Cover case of auto-display output.
14655
14656 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
14657
14658 * autorevert.el: Delete obsolete autoload's and defvar's.
14659 (auto-revert-check-vc-info): New user option.
14660 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14661 (auto-revert-handler-vc): Delete.
14662 (auto-revert-handler): Treat return value `fast' of
14663 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
14664
14665 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
14666 return `fast'.
14667
14668 * files.el (buffer-stale-function): Doc change.
14669
14670 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14671
14672 * printing.el: New tip on Tips section.
14673 (pr-version): New version number (6.7.4).
14674 (pr-shell-file-name): Initialization fix.
14675
14676 2004-03-31 Juri Linkov <juri@jurta.org>
14677
14678 * dired.el: Add autoload for `dired-do-touch'.
14679 (dired-touch-program): New var.
14680 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
14681 (dired-no-confirm): Add `touch' to docstring.
14682
14683 * dired-aux.el (dired-do-touch): New fun.
14684 (dired-do-chxxx): Add argument -t for touch operation.
14685
14686 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
14687 `dired-move-to-filename-regexp'.
14688
14689 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
14690
14691 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
14692
14693 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14694
14695 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
14696 and only if the buffer was modified.
14697
14698 2004-03-30 Kenichi Handa <handa@m17n.org>
14699
14700 * international/characters.el: Delete pairs for U+2308..U+230B.
14701
14702 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
14703
14704 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
14705 to detect the beginning of a level 2 or 3 annotation.
14706
14707 2004-03-29 Kenichi Handa <handa@m17n.org>
14708
14709 * international/ucs-tables.el (ucs-insert): Fix the error message.
14710
14711 2004-03-29 Kenichi Handa <handa@m17n.org>
14712
14713 * international/mule-util.el (char-displayable-p): Fix generation
14714 of XLFD file name.
14715
14716 * Makefile.in (setwins, setwins_almost): Change directory to $wd
14717 before finding directories by `find'.
14718
14719 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * subr.el (interactive-form): Delete. Now implemented in C.
14722
14723 * pcvs.el (cvs-parse-process): Workaround for Darwin.
14724
14725 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
14726 (vc-diff-label): New fun.
14727 (vc-diff-internal): Use it.
14728
14729 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
14730
14731 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14732
14733 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
14734
14735 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
14736 specify XML (EBNFX).
14737
14738 * progmodes/ebnf2ps.el: Doc fix.
14739 (ebnf-version): New version number (4.1).
14740 (ebnf-syntax): Adjust customization.
14741 (ebnf-style-database): Add ebnfx entry.
14742 (ebnf-syntax-alist): Add ebnfx initialization.
14743 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
14744
14745 * printing.el: Doc fix.
14746 (pr-version): New version number (6.7.3).
14747 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
14748 returns nil for mouse position. Reported by Drew Adams
14749 <drew.adams@oracle.com>.
14750 (pr-update-menus): Modify interactive declaration. Reported by Drew
14751 Adams <drew.adams@oracle.com>.
14752
14753 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
14754
14755 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
14756 (gud-gdba-marker-filter): Log the process input and output, if
14757 required. From Stefan Monnier.
14758 (gdb-debug-log, gdb-enable-debug-log): New variables.
14759 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
14760
14761 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14762
14763 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
14764 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
14765
14766 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
14767
14768 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
14769 Call vc-find-file-hook here instead of in auto-revert-buffers.
14770 (auto-revert-buffers): Delete call to vc-find-file-hook.
14771 (auto-revert-verbose, global-auto-revert-non-file-buffers)
14772 (global-auto-revert-mode, auto-revert-set-timer)
14773 (auto-revert-handler, auto-revert-buffers): Doc fixes.
14774
14775 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14776
14777 * woman.el (woman-change-fonts): Rename local variable
14778 woman-font-alist to font-alist to avoid a compiler warning.
14779
14780 2004-03-27 Dave Love <fx@gnu.org>
14781
14782 * emacs-lisp/rx.el (rx): Doc fix.
14783 Fix copyright years.
14784
14785 * strokes.el (strokes-global-set-stroke-string): New function.
14786 (strokes-list-strokes): Cope with strings, not just commands.
14787 Set foreground colour of image.
14788 (strokes-global-set-stroke): Doc fix.
14789
14790 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
14791
14792 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
14793 Auto Revert mode.
14794 (Buffer-menu-files-only): New variable.
14795 (Buffer-menu-toggle-files-only): New function.
14796 (Buffer-menu-mode-map): Bind it to `T'.
14797 (Buffer-menu-mode): Mention `T' in docstring.
14798 Set buffer-stale-function.
14799 (list-buffers-noselect): Mark buffer non-modified and set
14800 Buffer-menu-files-only.
14801
14802 * dired.el (buffer-stale-function): Remove no longer needed defvar.
14803
14804 * autorevert.el (auto-revert-handler): Print revert message
14805 before, rather than after, reverting.
14806 (buffer-stale-function): Move to files.el.
14807
14808 * files.el (buffer-stale-function): Move here from autorevert.el.
14809
14810 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
14813
14814 * calc/calc.el (calc-mode-map): Use mapc.
14815
14816 * apropos.el (apropos-mode): Don't autoload.
14817 (apropos-symbols-internal): New fun. Extracted from `apropos'.
14818 (apropos): Use it.
14819 (apropos-print): Add optional `text' argument.
14820 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
14821 Don't assume point-min == 1.
14822
14823 * bs.el (bs-buffer-list): Use buffer-local-value.
14824 (bs--set-toggle-to-show): Use with-current-buffer.
14825
14826 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
14827 New funs.
14828 (list-buffers-noselect): Use them. Adjust :align-to to new style.
14829
14830 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
14831
14832 * dabbrev.el (dabbrev-expand): Fix regexp construction.
14833 (dabbrev--find-expansion): Use pop.
14834 (dabbrev--search): Use match-string-no-properties.
14835
14836 * dired.el (dired-mode): Use run-mode-hooks.
14837 (dired-move-to-end-of-filename): Use match-string.
14838
14839 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
14840 is bound before using it.
14841 (ediff-verbose-p): Make it into a var since it's not constant.
14842
14843 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
14844
14845 * faces.el (read-face-font): Don't cons up unnecessarily.
14846 (header-line, tool-bar): Share common parts.
14847
14848 * files.el (file-relative-name): Use compare-strings.
14849
14850 * finder.el (finder-mode): Follow coding convention.
14851
14852 * subr.el (read-number): New function.
14853
14854 * ses.el (ses-read-number): Move to subr.el.
14855 (ses-set-header-row): Use read-number.
14856
14857 2004-03-26 Andre Spiegel <spiegel@gnu.org>
14858
14859 * vc-hooks.el (vc-arg-list): New function, which handles both
14860 compiled and uncompiled code.
14861 (vc-default-workfile-unchanged-p): Use it.
14862
14863 * vc.el (vc-print-log): Undo prev change, use new function
14864 vc-arg-list from vc-hooks.el.
14865
14866 2004-03-26 Masatake YAMATO <jet@gyve.org>
14867
14868 * simple.el (completion-setup-function): Emphasize the
14869 first uncommon characters in the completions; and de-emphasize
14870 the common prefix substrings.
14871 (completion-emphasis): New face.
14872 (completion-de-emphasis): New face.
14873
14874 2004-03-25 Juanma Barranquero <lektu@terra.es>
14875
14876 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
14877 Comment out (it's unused and unfinished code).
14878
14879 2004-03-25 Sam Steingold <sds@gnu.org>
14880
14881 * vc.el (vc-print-log): Fix a bug in the last patch:
14882 backend-function may be a byte-compiled object, not a lambda.
14883
14884 2004-03-25 Juri Linkov <juri@jurta.org>
14885
14886 * descr-text.el (describe-property-list): Add a button
14887 for `face' property that calls `describe-face'.
14888 Suggested by luis fernandes <elf@ee.ryerson.ca>
14889
14890 * international/mule.el (keyboard-coding-system):
14891 * kmacro.el (kmacro-call-macro): Fix docstring.
14892
14893 * dired.el: Fix comments.
14894
14895 * textmodes/fill.el (fill): Fix Info link.
14896
14897 * font-lock.el (fast-lock, lazy-lock):
14898 * jit-lock.el (jit-lock): Remove links to removed Support Modes
14899 Info node.
14900
14901 * eshell/eshell.el (eshell): Fix broken info-link.
14902
14903 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
14904 * eshell/em-banner.el (eshell-banner):
14905 * eshell/em-smart.el (eshell-smart):
14906 * eshell/esh-cmd.el (eshell-cmd):
14907 Comment out broken info-links to incomplete Info manual.
14908
14909 * info-xref.el: Fix commentary.
14910
14911 2004-03-25 Kevin Ryde <user42@zip.com.au>
14912
14913 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
14914 Remove spurious node duplicate suppression, doesn't work, not wanted.
14915 (info-xref-output): Take format style args, add "sit-for 0" to let
14916 user see the results as they progress.
14917 (info-xref-check-all-custom): New function.
14918
14919 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
14920
14921 * gdb-ui.el: Moved to progmodes.
14922
14923 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
14926
14927 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14928
14929 * calendar/appt.el (appt-check): Remove superfluous progn.
14930 When finished with diary buffer: if it was not being displayed
14931 before, kill it; otherwise restore its original state.
14932 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
14933
14934 * calendar/calendar.el (calendar-set-mode-line): Use total
14935 available mode-line width, rather than frame-width.
14936
14937 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
14938 after mode change so effect not lost.
14939
14940 2004-03-23 Dave Love <fx@gnu.org>
14941
14942 * dired.el (dired) <defgroup>: Add link to manual.
14943 (dired-font-lock-keywords): Add highlighting on unusual permissions.
14944 (dired-revert): Use dolist.
14945 (dired-mode-map): Add U binding.
14946 (dired-mode): Add font-lock-beginning-of-syntax-function.
14947 (dired-garbage-files-regexp): Make it a defcustom.
14948
14949 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
14952 is equivalent to nil.
14953 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
14954 (vc-arch-mode-line-string): Accept `added' state.
14955 (vc-arch-state): Use inode-sigs if available.
14956 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
14957 Copy&delete existing id file if any. Fallback if uuidgen is absent.
14958 (vc-arch-tagline-re): New var.
14959 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
14960 New functions.
14961 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
14962 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
14963
14964 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
14965 (vc-file-not-found-hook): Use it.
14966
14967 * diff-mode.el (diff-default-read-only): Change default.
14968 (diff-mode-hook): Make it a defcustom. Add some options.
14969 (diff-mode-map): Bind diff-refine-hook.
14970 (diff-yank-handler): New var.
14971 (diff-yank-function): New fun.
14972 (diff-font-lock-keywords): Use them.
14973 (diff-end-of-file): Handle case where file-header looks like diff text.
14974 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
14975 (diff-file-kill): Delete a subsequent empty line, if applicable.
14976 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
14977 (diff-find-file-name): Use it.
14978 (diff-tell-file-name): New command.
14979 (diff-mode): Be careful with view-mode.
14980 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
14981 New functions, for use in diff-mode-hook.
14982 (diff-find-source-location): Catch "regex too large" errors.
14983 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
14984 (diff-refine-hunk): New command.
14985
14986 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
14987 (smerge-context-menu-map): Remove unused var.
14988 (smerge-keep-all): Preserve markers.
14989 (smerge-keep-n): New fun.
14990 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14991 (smerge-keep-current, smerge-ediff): Use it.
14992 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
14993 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
14994 (smerge-resolve): Resolve trivial 3-part conflicts.
14995
14996 2004-03-23 Juri Linkov <juri@jurta.org>
14997
14998 * man.el (Man-width): New var.
14999 (Man-getpage-in-background): Use it.
15000 (Man-support-local-filenames): New var and fun.
15001 (Man-build-man-command): Don't add a second %s.
15002 (Man-fontify-manpage): Clean up message.
15003 (Man-mode): Set outline-regexp, outline-level,
15004 imenu-generic-expression.
15005
15006 * woman.el (woman-fill-frame): Doc fix.
15007 (woman-decode-region): Use window-width instead of frame-width.
15008
15009 * abbrevlist.el (list-one-abbrev-table):
15010 * descr-text.el (describe-char):
15011 * international/mule-diag.el (describe-current-coding-system):
15012 * international/quail.el (quail-insert-decode-map):
15013 Use window-width instead of frame-width.
15014
15015 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15016 (jka-compr-mode-alist-additions): Add tbz.
15017 (jka-compr-write-region, jka-compr-insert-file-contents):
15018 Add message for undefined compress-program.
15019 (jka-compr-write-region): Remove redundant var bindings.
15020
15021 * dired-x.el (dired-guess-shell-alist-default): Add choices for
15022 extracting files into subdirectory. Add tbz and dz. Fix regexps.
15023 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15024 (dired-man): Use dired-guess-shell-command.
15025 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15026 Change default nil to t.
15027
15028 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15029 (dired-compare-directories): Add default value for empty input.
15030
15031 * help-at-pt.el: Move suggestions for key bindings to Commentary.
15032
15033 * time.el (display-time-string-forms): Fix help-echo date format.
15034
15035 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15038 (buffer-stale-function): New variable.
15039 (auto-revert-list-diff, auto-revert-dired-file-list)
15040 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15041 (auto-revert-handler): Take over some functionality of deleted
15042 functions.
15043 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15044
15045 * dired.el (dired-directory-changed-p): New fun, extracted from
15046 dired-internal-noselect.
15047 (dired-buffer-stale-p): New fun.
15048 (dired-internal-noselect): Use dired-directory-changed-p.
15049 Eliminate revert messages.
15050 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15051
15052 2004-03-23 Kenichi Handa <handa@m17n.org>
15053
15054 * international/characters.el: Setup syntaxes for more parentheses
15055 Unicode characters.
15056
15057 * international/mule-cmds.el (select-safe-coding-system):
15058 Merge coding-system and auto-cs before comparing them.
15059
15060 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15063
15064 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15065 normal-auto-fill-function and comment-indent-function.
15066 The default values now work just as well.
15067 Don't set font-lock-beginning-of-syntax-function since we already set
15068 syntax-begin-function.
15069 (lisp-outline-level): Put ;;;###autoload at same level as (.
15070 (prin1-char): Quote special chars.
15071
15072 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
15073 than with-no-warnings.
15074
15075 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
15076 if the source location can't be found.
15077 (edebug-compute-previous-result): Use prin1-char.
15078
15079 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
15080 (debug-ignored-errors): Add an entry.
15081
15082 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
15083 (byte-compile-file): Output warning when deleting a file.
15084
15085 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
15086 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
15087
15088 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
15089 (byte-compile-inline-expand): Use backquote.
15090 (byte-optimize-pure-func): Rename from byte-optimize-concat.
15091 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
15092
15093 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
15094
15095 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
15096
15097 2004-03-22 Juri Linkov <juri@jurta.org>
15098
15099 * finder.el (finder-known-keywords): Fix data, tex, unix.
15100
15101 * play/landmark.el: Fix keywords.
15102
15103 * language/ethio-util.el (ethio-find-file): Doc fix.
15104
15105 * emacs-lisp/warnings.el: Doc fix.
15106
15107 * textmodes/ispell.el (ispell-help): Doc fix.
15108
15109 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
15110
15111 * format.el (format-insert-file): Always return a list of two
15112 elements, like insert-file-contents does.
15113
15114 2004-03-21 Andre Spiegel <spiegel@gnu.org>
15115
15116 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15117 and vc-BACKEND-diff.
15118 (vc-print-log): If the print-log implementation supports it, use
15119 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15120 (vc-version-diff, vc-diff-internal): Doc fixes.
15121
15122 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15123 implementation supports it, let diff output go to *vc*,
15124 not *vc-diff*, since this is an internal call.
15125
15126 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15127
15128 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15129
15130 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15131
15132 2004-03-21 Dave Love <fx@gnu.org>
15133
15134 * progmodes/cfengine.el (cfengine-mode):
15135 Set parse-sexp-ignore-comments.
15136
15137 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15138
15139 2004-03-21 Juanma Barranquero <lektu@terra.es>
15140
15141 * allout.el (allout-mode): Fix docstring.
15142
15143 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
15144
15145 * files.el (insert-directory): Fix bug if SWITCHES is a list.
15146
15147 * autorevert.el (auto-revert-interval): Make new value take
15148 effect immediately when set through Custom.
15149 (auto-revert-set-timer): Add interactive declaration.
15150
15151 2004-03-19 David Ponce <david@dponce.com>
15152
15153 * ruler-mode.el (ruler-mode-header-line-format-old):
15154 Don't `make-variable-buffer-local'.
15155 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15156 (ruler-mode-header-line-format): Simply funcall the above.
15157 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15158 to save/restore a previous header line format.
15159 (ruler-mode-space): Don't depend on a numeric WIDTH value.
15160 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15161 fringes and margins width.
15162 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15163
15164 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * log-edit.el (log-edit-font-lock-keywords): Typo.
15167
15168 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15169 (tex-send-tex-command): Rather than here.
15170 (tex-compilation-parse-errors): Simplify.
15171
15172 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15173
15174 * time.el (display-time-string-forms): Add help-echo with date on time.
15175
15176 * composite.el (compose-region): Use restore-buffer-modified-p.
15177
15178 * disp-table.el (standard-display-8bit): Simplify.
15179
15180 * server.el (server-process-filter): Delete temp frame.
15181
15182 * add-log.el (add-change-log-entry): Simplify.
15183
15184 2004-03-19 Kim F. Storm <storm@cua.dk>
15185
15186 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15187 (hexl-follow-line): Don't require 'fringe.
15188
15189 * progmodes/compile.el (compilation-start): Always set
15190 compilation-last-buffer and return it.
15191
15192 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
15193
15194 * simple.el (clone-buffer): Doc fix.
15195
15196 2004-03-18 Juanma Barranquero <lektu@terra.es>
15197
15198 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15199
15200 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * log-edit.el (log-edit-font-lock-keywords): New var.
15203 (log-edit-mode): Use it.
15204
15205 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
15206
15207 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15208 properly for watching in speedbar.
15209
15210 2004-03-17 Masatake YAMATO <jet@gyve.org>
15211
15212 * smerge-mode.el (smerge-popup-context-menu):
15213 Put `unwind-protect' around `overlay-put' and `popup-menu'.
15214
15215 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15218 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15219 Take sealed revisions into account.
15220 (vc-arch-checkin): Extract a summary line from the message.
15221
15222 2004-03-16 Masatake YAMATO <jet@gyve.org>
15223
15224 * register.el (register): Provide `register' feature.
15225
15226 2004-03-15 Masatake YAMATO <jet@gyve.org>
15227
15228 Added context menu support in smerge mode.
15229 Most of the part is written by Stefan Monnier.
15230
15231 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15232 New keymap and menu.
15233 (smerge-text-properties): New function.
15234 (smerge-remove-props): New function.
15235 (smerge-popup-context-menu): New function.
15236 (smerge-resolve): Call `smerge-remove-props'.
15237 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15238 (smerge-keep-current): Ditto.
15239 (smerge-kill-current): New function.
15240 (smerge-match-conflict): Put text properties.
15241 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15242
15243 2004-03-15 David Ponce <david@dponce.com>
15244
15245 * ruler-mode.el: (ruler-mode-left-fringe-cols)
15246 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15247 (ruler-mode-right-scroll-bar-cols): Remove.
15248 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15249 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15250 Use fringe-columns and scroll-bar-columns.
15251
15252 2004-03-15 Masatake YAMATO <jet@gyve.org>
15253
15254 * hl-line.el (hl-line-range-function): New variable.
15255 (hl-line-move): New function.
15256 (global-hl-line-highlight): Use `hl-line-move'.
15257 (hl-line-highlight): Ditto.
15258
15259 * scroll-bar.el (scroll-bar-columns):
15260 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15261
15262 * ruler-mode.el (top-level): Require scroll-bar and fringe.
15263 (ruler-mode-left-fringe-cols)
15264 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15265 (ruler-mode-right-scroll-bar-cols)
15266 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15267 (ruler-mode-ruler-function): New variable.
15268 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15269 if the value for `ruler-mode-ruler-function'is given.
15270
15271 * hexl.el (hexl-mode-hook): Make the hook customizable.
15272 (hexl-address-area, hexl-ascii-area): New customize variables.
15273 (hexlify-buffer): Put font-lock-faces on the address area and
15274 the ascii area.
15275 (hexl-activate-ruler): New function.
15276 (hexl-follow-line): New function.
15277 (hexl-highlight-line-range): New function.
15278 (hexl-mode-ruler): New function.
15279
15280 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15281
15282 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
15283 (vc-default-find-file-hook): New fun.
15284 (vc-find-file-hook): Call new find-file-hook operation.
15285
15286 * vc-arch.el: New file.
15287
15288 2004-03-12 Jesper Harder <harder@ifa.au.dk>
15289
15290 * info-look.el (info-lookup): Reuse an existing Info window.
15291
15292 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15293
15294 * woman.el (woman-preserve-ascii): Default value changed to t and
15295 doc string revised.
15296
15297 2004-03-12 Richard M. Stallman <rms@gnu.org>
15298
15299 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15300 Fix minor bug.
15301
15302 * replace.el (occur-engine): Change message for count of matches.
15303
15304 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15305 For strings, do compare text properties.
15306
15307 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
15308
15309 * progmodes/compile.el (compile-auto-highlight)
15310 (compilation-error-list, compilation-old-error-list)
15311 (compilation-parse-errors-function, compilation-parsing-end)
15312 (compilation-error-message, compilation-directory-stack)
15313 (compilation-enter-directory-regexp-alist)
15314 (compilation-leave-directory-regexp-alist)
15315 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15316 (compilation-current-file, compilation-regexps): Remove vars.
15317
15318 (compile-error-at-point, compilation-error-filedata)
15319 (compilation-error-filedata-file-name, compile-reinitialize-errors)
15320 (compilation-next-error-locus, compilation-forget-errors)
15321 (count-regexp-groupings, compilation-parse-errors)
15322 (compile-collect-regexps, compile-buffer-substring): Remove funs.
15323
15324 (compile-internal): Make obsolete.
15325
15326 (compilation-first-column, compilation-error)
15327 (compilation-directory-matcher, compilation-page-delimiter)
15328 (compilation-mode-font-lock-keywords, compilation-debug)
15329 (compilation-error-face, compilation-warning-face)
15330 (compilation-info-face, compilation-line-face)
15331 (compilation-column-face, compilation-enter-directory-face)
15332 (compilation-leave-directory-face, compilation-skip-threshold)
15333 (compilation-skip-visited, compilation-context-lines): New vars.
15334
15335 (compilation-warning-face, compilation-info-face)
15336 (compilation-message-face): New faces.
15337
15338 (compilation-error-regexp-alist-alist): New constant.
15339
15340 (compilation-face, compilation-directory-properties)
15341 (compilation-assq, compilation-error-properties, compilation-start)
15342 (define-compilation-mode, compilation-loop)
15343 (compilation-set-window): New functions.
15344
15345 (compile): Additional argument for interactive compiles like TeX.
15346
15347 * progmodes/grep.el (kill-grep): Move here from compile.el
15348 (grep-error, grep-hit-face, grep-error-face)
15349 (grep-mode-font-lock-keywords): New variables.
15350 (grep-regexp-alist): Simplify regexp and add `binary' case.
15351 (grep-mode): New mode.
15352 (grep-process-setup): Simplify.
15353
15354 2004-03-11 Jason Rumney <jasonr@gnu.org>
15355
15356 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15357 letters on DOS/Windows.
15358
15359 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * server.el (server-name): New var.
15362 (server-socket-dir): New var to replace server-socket-name.
15363 (server-start): Use them.
15364
15365 2004-03-11 Simon Josefsson <jas@extundo.com>
15366
15367 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15368 died to avoid infloop. Reported by Jonathan Glauner
15369 <jglauner@sbum.org>.
15370
15371 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15372
15373 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15374 (smerge-mode-menu): Use it to deactivate menu entries.
15375 (smerge-keep-current): New fun.
15376 (smerge-keep-current): Use it.
15377
15378 2004-03-10 John Paul Wallington <jpw@gnu.org>
15379
15380 * foldout.el (foldout-fold-list, foldout-modeline-string):
15381 Declare them as variables, not constants.
15382
15383 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15384
15385 * ps-print.el: Modification to print *Messages* buffer.
15386 (ps-print-version): New version 6.6.4.
15387 (ps-message-log-max): New fun.
15388 (ps-spool-without-faces, ps-spool-with-faces)
15389 (ps-count-lines-preprint): Code fix.
15390
15391 * printing.el: New tips in Tips section.
15392
15393 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15394
15395 * delim-col.el: Doc fix.
15396
15397 * printing.el: Doc fix. New doc section (Tips).
15398
15399 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15400
15401 * type-break.el (type-break-emacs-variant): Remove.
15402 (type-break-run-at-time, type-break-cancel-function-timers):
15403 Use fboundp rather than version name and number.
15404
15405 2004-03-09 Masatake YAMATO <jet@gyve.org>
15406
15407 * hexl.el (hexl-mode): Use `make-local-variable' instead of
15408 `make-variable-buffer-local'.
15409
15410 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
15411
15412 * find-dired.el (find-dired): Call `shell-command' instead of
15413 `start-process-shell-command'. By this, Tramp takes over
15414 handling of remote directories.
15415
15416 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * newcomment.el (comment-use-global-state): New var.
15419 (comment-search-forward): Use it.
15420
15421 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15422
15423 * cus-edit.el (fill) <defgroup>: Move to fill.el.
15424
15425 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15426 (enable-kinsoku): Make it a defcustom.
15427 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15428 paragraph to same-comment-start-marker.
15429
15430 2004-03-07 Dave Love <fx@gnu.org>
15431
15432 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15433 (browse-url-mail): Use it.
15434
15435 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15436 (rfc2368-unhexify-string): Use replace-regexp-in-string.
15437
15438 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15439
15440 * woman.el (woman-man.conf-path): Doc fix.
15441 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15442
15443 2004-03-07 Eli Zaretskii <eliz@gnu.org>
15444
15445 * sort.el (sort-columns): Remove ms-dos from the list of systems
15446 where the external `sort' command is not used.
15447
15448 2004-03-07 Kim F. Storm <storm@cua.dk>
15449
15450 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15451 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15452 from overlay-arrow-variable-list.
15453 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15454
15455 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
15456
15457 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15458 overlay arrow string properly for the assembler buffer.
15459
15460 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * mail/sendmail.el (mail-mode): Fix last change.
15463
15464 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
15465
15466 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15467 for the assembler buffer.
15468 (gdb-assembler-custom): Position the overlay arrow.
15469 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15470
15471 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15474
15475 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15476 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15477
15478 * mail/sendmail.el (mail-mode): Set comment-start-skip.
15479
15480 * newcomment.el (uncomment-region): Allow non-terminated comment.
15481 (comment-normalize-vars): Check the user-specified comstart marker.
15482
15483 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15484
15485 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15486 Otherwise, do use it if the region only contains font-lock text
15487 properties.
15488
15489 2004-03-04 Masatake YAMATO <jet@gyve.org>
15490
15491 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15492 as the callback function for eldoc.
15493 (hexl-print-current-point-info): New function.
15494 (hexl-current-address): Print the address in both decimal
15495 and hexadecimal format.
15496
15497 2004-03-04 Richard M. Stallman <rms@gnu.org>
15498
15499 * mail/rmail.el (rmail-convert-to-babyl-format):
15500 Specify t for UNIBYTE when calling mail-unquote-printable-region.
15501
15502 * mail/mail-utils.el (mail-unquote-printable-region):
15503 New arg UNIBYTE.
15504
15505 * startup.el (command-switch-alist): Doc fix.
15506
15507 * simple.el (undo): Temporarily set this-command to `undo-start',
15508 then set it to `undo' once undo-start returns without error.
15509
15510 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15511
15512 * simple.el (kill-line): Don't disregard trailing whitespace
15513 in eol condition, if show-trailing-whitespace is set.
15514
15515 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15516 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15517 When disabling, restore old values only if mouse-sel-has-been-enabled.
15518
15519 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15520 (isearch-{-char): New function.
15521 (isearch-mode-map): Bind { to isearch-{-char.
15522
15523 * font-lock.el (lisp-font-lock-keywords-2):
15524 Turn off the CL with-... and do-... general patterns.
15525 Instead, recognize several specific with... and do... constructs.
15526
15527 * files.el (switch-to-buffer-other-window):
15528 Bind same-window-buffer-names and same-window-regexps to nil.
15529 (switch-to-buffer-other-frame): Likewise.
15530
15531 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15534 recognizing leading comment on code line.
15535
15536 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15539 hidden files/directories.
15540
15541 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15544 only comment-start (in case the mode hasn't set it).
15545
15546 * Makefile.in (AUTOGENEL): New var.
15547 (bootstrap-prepare): Rename from bootstrap-clean.
15548 Don't remove elc files.
15549 (maintainer-clean): New target.
15550
15551 * xml.el (xml-get-attribute-or-nil): Simplify.
15552
15553 2004-03-02 Juri Linkov <juri@jurta.org>
15554
15555 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
15556 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
15557 URL to prevent their substitution with the environment variable
15558 values by browsers.
15559
15560 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15561
15562 * ps-print.el: Doc fix.
15563 (ps-print-version): New version number (6.6.3).
15564 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
15565 Docstring fix.
15566 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
15567 before printing.
15568 (ps-time-stamp-yyyy-mm-dd): New fun.
15569 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
15570
15571 2004-03-02 Kim F. Storm <storm@cua.dk>
15572
15573 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
15574
15575 2004-03-01 Juanma Barranquero <lektu@terra.es>
15576
15577 * allout.el (allout-rebullet-heading): Fix typo in docstring.
15578
15579 * desktop.el (desktop-file-version)
15580 (desktop-after-read-hook): Fix typos.
15581 (desktop-clear-preserve-buffers): Remove redundant info in
15582 docstring already shown by the obsolescence message.
15583 (desktop-truncate, desktop-internal-v2s)
15584 (desktop-value-to-string): Change argument name to match docstring.
15585
15586 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15587
15588 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
15589 docstring.
15590
15591 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15592
15593 * printing.el: Replace "As Is..." in PostScript file print/preview by
15594 "No Preprocessing...". Suggested by Colin Marquardt
15595 <_marquardt_@zmd.de>.
15596 (pr-insert-section-4): Adjust buffer interface.
15597
15598 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15599
15600 Version 2.0.39 of Tramp released.
15601
15602 * net/tramp.el (tramp-handle-file-local-copy)
15603 (tramp-handle-write-region, tramp-open-connection-rsh):
15604 Variable name typo. Small change. From Patrick Tullmann
15605 <tullmann@flux.utah.edu>.
15606 (tramp-process-connection-type): New variable.
15607 (tramp-maybe-open-connection): Use it.
15608 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
15609 (tramp-touch): Set last-modified time of a remote file.
15610 (tramp-handle-write-region): Say which function is used when encoding.
15611
15612 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
15613
15614 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
15615 case of non-existing filename, too. Reported by Christoph Bauer
15616 <c_bauer@informatik.uni-kl.de>.
15617 (tramp-smb-get-file-entries): The directory in question should
15618 have permissions "drwxrwxrwx". Just virtual, because we don't
15619 know the real permissions. Don't we know?
15620 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
15621 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
15622 (tramp-smb-wait-for-output): Optimize algorithm getting pending
15623 output. If it was received chunkwise, there have been problems.
15624 Remove the "prompt not found" error message; it is obvious.
15625 Simplify algorithm.
15626 (tramp-smb-process-running): Remove. Since we acknowledge the
15627 virtual prompt for shares, there's no need for distinction of
15628 reading shares (process ends afterwards) and interactive mode of
15629 smblient.
15630 (tramp-smb-open-connection): Setting process sentinel removed.
15631 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
15632 "NT_STATUS_NETWORK_ACCESS_DENIED".
15633 (tramp-smb-maybe-open-connection): Set `process-connection-type'
15634 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
15635 (top-level): Setting default value in `tramp-default-method-alist'
15636 corrected. Order of USER and HOST have been wrong.
15637 Nobody complained for months ...
15638 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
15639 (tramp-smb-open-connection): Clear password cache if login has failed.
15640
15641 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
15642 `tramp-unified-filenames'.
15643 (tramp-completion-mode): Make test for XEmacs explicitely.
15644 `event-to-character' can exists in Emacs packages too.
15645 Reported by Matt Swift <swift@alum.mit.edu>.
15646 (tramp-buffer-name): Buffer name must contain the user if exists.
15647 Reported by Adrian Phillips <a.phillips@met.no>.
15648 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
15649 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
15650 (tramp-do-copy-or-rename-file-out-of-band): Rename from
15651 `tramp-do-copy-or-rename-file-one-local', because it handles also
15652 the case both files use the same out-of-band method.
15653 Implementation added.
15654 (tramp-handle-file-local-copy, tramp-handle-write-region):
15655 Out-of-band handling removed. `copy-file' called instead, which
15656 calls `tramp-do-copy-or-rename-file-out-of-band'.
15657 (tramp-action-password): Check for out-of-band method removed.
15658 This function is used for 'login-program.
15659 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
15660 appropriate.
15661 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
15662 and `tramp-parse-sknownhosts'.
15663 (tramp-completion-function-alist): It's a defvar now, because we
15664 want to apply the optimized `tramp-set-completion-function'
15665 instead of a static list.
15666 (tramp-set-completion-function): Implementation tuned.
15667 Avoid double entries, and entries where the function or the
15668 file/directory doesn't exist.
15669 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
15670 for SSH2.
15671 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
15672 (tramp-handle-dired-compress-file): New function.
15673 (tramp-async-proc): New variable.
15674 (tramp-handle-shell-command): Adding asynchronous processes.
15675 They are far from being perfect, but it works at least for
15676 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
15677 (top-level): Require password.el if visible. Should be mandatory
15678 once No Gnus has found its way into (X)Emacs.
15679 (tramp-read-passwd): Invoke `password-read' if available,
15680 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
15681 fallback any longer.
15682 (tramp-clear-passwd): New function.
15683 (tramp-process-actions, tramp-process-multi-actions):
15684 Clear password cache if login has failed.
15685
15686 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
15687 its own module.
15688 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
15689 `ange-ftp-ftp-name-res'. There could be incorrect values from
15690 previous calls in case the "ftp" method is used in the Tramp file
15691 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15692
15693 2004-02-28 Richard M. Stallman <rms@gnu.org>
15694
15695 * term.el (term-mouse-paste): Call mouse-set-point.
15696
15697 * thumbs.el: New file.
15698
15699 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15700
15701 * progmodes/ebnf-abn.el: Doc fix.
15702
15703 * progmodes/ebnf-bnf.el: Doc fix.
15704 (ebnf-repeat): Code fix.
15705
15706 * progmodes/ebnf2ps.el: Doc fix.
15707 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
15708
15709 2004-02-28 Juri Linkov <juri@jurta.org>
15710
15711 * ffap.el (dired-at-point): Additional writability test for
15712 relative directory names.
15713 (dired-at-point-prompter): Treat directories as a directory, get
15714 the directory component from files.
15715 (ffap-string-at-point): Return string from region if region is active.
15716 (ffap-file-at-point): Remove redundant code.
15717
15718 2004-02-28 Kim F. Storm <storm@cua.dk>
15719
15720 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
15721 Initialize margin area images to nil.
15722 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
15723 (breakpoint-enabled-bitmap-face)
15724 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
15725 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
15726 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
15727 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
15728 (gdb-reset): Use gdb-remove-breakpoint-icons.
15729 (gdb-put-string): Add dprop arg to specify alternative display
15730 property (for setting fringe bitmap).
15731 (gdb-remove-strings): Doc fix.
15732 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
15733 icon in fringe (if available), or else as icon or text in display
15734 margin. Creates necessary icons in breakpoint-bitmap,
15735 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
15736 Also make left window margin if required.
15737 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
15738 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
15739 no longer needed.
15740 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
15741 gdb-put-breakpoint-icon.
15742 (gdb-assembler-mode): Don't set left-margin-width here.
15743
15744 2004-02-27 Kevin Ryde <user42@zip.com.au>
15745
15746 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
15747 comma, so that it DTRT in macros.
15748
15749 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
15750
15751 * progmodes/sh-script.el (sh-shell-arg)
15752 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
15753 (sh-leading-keywords, sh-other-keywords): Fix custom type.
15754
15755 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
15756
15757 * faces.el (face-spec-set-match-display): Add a new attribute,
15758 `min-colors'.
15759 (region, highlight, secondary-selection): Use `min-colors'.
15760
15761 * custom.el (defface): Add documentation for `min-colors'.
15762
15763 * font-lock.el (font-lock-comment-face, font-lock-string-face)
15764 (font-lock-keyword-face, font-lock-function-name-face)
15765 (font-lock-variable-name-face, font-lock-constant-face):
15766 Use `min-colors'.
15767
15768 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
15769
15770 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15771
15772 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
15773 define assq-delete-all if it's not defined.
15774 (ebnf-generate-region): Code fix.
15775
15776 * printing.el: Doc fix.
15777 (pr-version): New version number (6.7.2).
15778 (pr-command): Return empty string if command is an empty string.
15779
15780 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15781
15782 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
15783
15784 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
15785 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
15786 semi-down-full. Fix a bug on productions like test = {"test"}* | (
15787 "tt" ["test"] ). Reported by Markus Dreyer
15788 <mdreyer@ix.urz.uni-heidelberg.de>.
15789 (ebnf-version): New version number (4.0).
15790 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
15791 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
15792 (ebnf-delete-style): New commands.
15793 (ebnf-directory, ebnf-file): New funs.
15794 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
15795 (ebnf-production-name-p, ebnf-stop-on-error): New options.
15796 (ebnf-syntax-alist): New var.
15797 (ebnf-element-width): New fun replacing ebnf-list-width.
15798 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
15799 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
15800 (ebnf-prologue): Adjust vars.
15801 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
15802 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
15803 (ebnf-check-style-values, ebnf-generate-production)
15804 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
15805 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
15806 (ebnf-token-repeat): Code fix.
15807
15808 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
15809 %right, %left and %prec. Suggested by Matthew K. Junker
15810 <junker@alum.mit.edu>.
15811 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
15812
15813 * progmodes/ebnf-iso.el: Doc fix.
15814 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
15815 (ebnf-iso-lex): Code fix.
15816
15817 * progmodes/ebnf-bnf.el: Doc fix.
15818 (ebnf-bnf-lex): Code fix.
15819
15820 * progmodes/ebnf-otz.el: Doc fix.
15821
15822 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
15823
15824 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
15825 (abbrev-prefix-mark): Doc fix.
15826
15827 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
15828
15829 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
15830 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
15831 (gdb-var-delete): Make interactive (really).
15832 (gdb-edit-value): Make non-interactive.
15833
15834 * progmodes/gud.el (gud-speedbar-menu-items):
15835 Add gdb-var-delete and, indirectly, gdb-edit-value.
15836 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
15837 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
15838 (gud-gdb-marker-filter): Add comment for annotations.
15839
15840 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15841
15842 * calendar/calendar.el (generate-calendar)
15843 (calendar-read-date): Prevent display of BC calendars once more -
15844 reverts 2003-10-01 change.
15845 (generate-calendar-month): Doc fix.
15846
15847 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
15848
15849 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
15850 return value of increment-calendar-month.
15851
15852 2004-02-21 Stephen Compall <s11@member.fsf.org>
15853
15854 * saveplace.el (save-place-forget-unreadable-files)
15855 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
15856 (save-place-forget-unreadable-files): New function.
15857 (save-place-alist-to-file): Use it to filter out files that are
15858 no longer readable.
15859
15860 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
15861 current Texinfo environment, using the same method as in
15862 `texinfo-insert-@end', and insert a space rather than a newline if
15863 point in a @table environment.
15864
15865 2004-02-21 Juri Linkov <juri@jurta.org>
15866
15867 * ffap.el (ffap-file-at-point): Try parent directories.
15868
15869 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
15870
15871 * vcursor.el (vcursor-modifiers): New defcustom.
15872 (vcursor-cs-binding): Use vcursor-modifiers instead of a
15873 hard-coded list.
15874
15875 2004-02-21 Masatake YAMATO <jet@gyve.org>
15876
15877 * play/animate.el (animate-birthday-present): Accept names other
15878 than `Sarah', too.
15879
15880 2004-02-21 Juri Linkov <juri@jurta.org>
15881
15882 * startup.el: Remove table of command line arguments from the
15883 Commentary section.
15884
15885 2004-02-20 John Wiegley <johnw@newartisans.com>
15886
15887 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
15888 again" modifier from 'e' to 'E', since 'e' is also used by the
15889 "file extension" modifier.
15890
15891 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
15892
15893 * help-fns.el (describe-categories): Doc fix.
15894
15895 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15896
15897 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
15898 temporary file for buffer already visiting one. This change makes
15899 output likely to be directly usable by patch program.
15900 Suggested by Adrian Aichner <adrian@xemacs.org>
15901
15902 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
15903
15904 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
15905 case of variables defined in compound statements.
15906 (gdb-setup-windows, gdb-source-info, gdb-source-info):
15907 Simplify constructions using switch-to-buffer.
15908
15909 2004-02-19 Simon Josefsson <jas@extundo.com>
15910
15911 * play/morse.el: Fix typo.
15912 (morse-code): Add @.
15913
15914 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
15915
15916 * calendar/appt.el (appt-display-format): Change default to
15917 'ignore, for backwards compatibility.
15918 (appt-display-message): If appt-display-format is 'ignore,
15919 respect old vars appt-msg-window and appt-visible.
15920 (appt-activate): Don't depend on return value of cancel-timer.
15921
15922 * calendar/calendar.el (calendar-holidays): Doc fix.
15923
15924 * calendar/cal-coptic.el (coptic-prompt-for-date):
15925 Use assoc-string instead of assoc-ignore-case.
15926 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
15927 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
15928 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
15929 * calendar/cal-islam.el (calendar-goto-islamic-date)
15930 (mark-islamic-diary-entries): Ditto.
15931 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
15932 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
15933 (calendar-read-mayan-tzolkin-date): Ditto.
15934 * calendar/calendar.el (calendar-read-date): Ditto.
15935 * calendar/diary-lib.el (mark-diary-entries): Ditto.
15936
15937 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
15938
15939 * progmodes/executable.el (executable-command-find-posix-p):
15940 Fix choice of the directory.
15941
15942 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
15943
15944 * simple.el (interprogram-cut-function)
15945 (interprogram-paste-function, kill-new, kill-append):
15946 Doc fixes.
15947 (kill-region): Make it return nil. Doc fix.
15948 (yank-pop): Make its argument optional.
15949 (yank): Make ARG `-' equivalent to `-1'.
15950
15951 2004-02-17 Eli Zaretskii <eliz@gnu.org>
15952
15953 * mail/rmail.el (rmail-get-new-mail): Don't reference
15954 rmail-use-spam-filter if rmail-spam-filter is not loaded.
15955
15956 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
15957
15958 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
15959 if one of global-auto-revert-non-file-buffers or autorevert-mode
15960 is non-nil.
15961
15962 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15963
15964 * subr.el (delete-dups): A better implementation from Karl Heuer
15965 <kwzh@gnu.org>.
15966
15967 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15968
15969 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
15970 correct place.
15971 * progmodes/icon.el (icon-indent-command): Ditto.
15972 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
15973
15974 2004-02-16 Eli Zaretskii <eliz@gnu.org>
15975
15976 * progmodes/grep.el (grep-compute-defaults): Undo change from
15977 2004-01-29: don't use executable-command-find-posix-p.
15978
15979 2004-02-16 Richard Sharman <rsharman@pobox.com>
15980
15981 * hilit-chg.el: Use require instead of eval-and-compile.
15982 (highlight-compare-buffers): New function.
15983
15984 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
15985
15986 * man.el (Man-fontify-manpage): Render section headings in
15987 `Man-overstrike-face' even when overstrike was not used by man
15988 formatter for section headings.
15989
15990 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
15991
15992 * rmail-spam-filter.el: (vm-use-spam-filter)
15993 (rsf-min-region-length-added-to-spam-list): New variables.
15994 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
15995 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
15996 spam testing. Don't delete spam message if automatic deletion
15997 after output via variable rmail-delete-after-output is turned on.
15998 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
15999 rsf-bbdb-dont-create-entries-for-spam.
16000 (check-field): New function, extracted from code in
16001 rmail-spam-filter to ease addition of header fields like content-type.
16002 (message-content-type): New variable to check the content-type:
16003 field added, also in defcustom of rsf-definitions-alist.
16004 (rmail-spam-filter): Replace repeated test code for header fields
16005 by calls to check-field; change the call to
16006 rmail-output-to-rmail-file such that rmail-current-message stays
16007 the same to avoid wrong deletion of unseen flags.
16008 (rsf-add-contents-type): New function to convert old format
16009 of rmail-spam-definitions-alist into new one.
16010 Change prefixes of all variables and functions from
16011 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16012
16013 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16014
16015 * loadhist.el (unload-hook-features-list): New defvar.
16016
16017 2004-02-16 Dave Love <fx@gnu.org>
16018
16019 * loadhist.el (unload-feature): Doc fix. Rename flist to
16020 unload-hook-features-list.
16021
16022 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
16023
16024 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16025 cookie. Don't check if we are looking-at open-formula.
16026
16027 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
16028
16029 * subr.el (match-string-no-properties): Use substring-no-properties.
16030
16031 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16032
16033 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16034 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16035 Use lower-case "rx" in all error message.
16036
16037 2004-02-16 Dave Love <fx@gnu.org>
16038
16039 * emacs-lisp/rx.el (rx-or): Put group around result.
16040 (rx-constituents): Add backref.
16041 (rx-syntax): Add string-delimiter, comment-delimiter.
16042 (rx-categories): Add combining-diacritic.
16043 (rx-check-not, rx-greedy, rx): Doc fix.
16044 (rx-backref, rx-check-backref): New.
16045
16046 2004-02-16 Jesper Harder <harder@ifa.au.dk>
16047
16048 * newcomment.el (uncomment-region): Allow eob as comment end.
16049
16050 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16051
16052 * filecache.el: All message and error commands now use prefix
16053 "Filecache:" to make it easy to read *Messages* buffer.
16054
16055 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16056
16057 * autorevert.el: Add support to detect changed dired and VC buffers.
16058 (auto-revert-active-p, auto-revert-list-diff)
16059 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16060 (auto-revert-handler, auto-revert-active-p): New functions.
16061 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16062 and `auto-revert-active-p'.
16063 (eval-when-compile): Defvar dired-directory and vc-mode.
16064 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16065 (auto-revert-handler-vc): New functions.
16066
16067 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16068
16069 * progmodes/compile.el (compilation-directory): New defvar.
16070 (compile): Save current directory in compilation-directory.
16071 (recompile): Bind default-directory to compilation-directory if
16072 that is non-nil.
16073
16074 2004-02-16 Dave Love <fx@gnu.org>
16075
16076 * newcomment.el (comment-insert-comment-function)
16077 (comment-region-function, uncomment-region-function): New.
16078 (comment-indent): Use comment-insert-comment-function.
16079 (uncomment-region): Use uncomment-region-function.
16080 (comment-region): Use comment-region-function.
16081
16082 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
16083
16084 2004-02-16 Richard Stallman <rms@gnu.org>
16085
16086 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
16087 loaddefs* and ldefs-boot*.
16088
16089 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16090
16091 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
16092 and email address at the beginning and end of the address.
16093
16094 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
16095 anchored at the beginning of the email address.
16096
16097 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
16098
16099 * international/ccl.el (ccl-compile-write): Pass `left' to
16100 ccl-embed-code to generate correct code of write-expr-register.
16101
16102 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
16103
16104 * progmodes/grep.el (grep-compute-defaults): Fix typos.
16105
16106 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16107
16108 * x-dnd.el: Mention support for Motif in commentary.
16109 (x-dnd-handle-drag-n-drop-event): Ditto.
16110
16111 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
16112
16113 * ses.el: Use "ses--" prefixes for buffer-local variables.
16114 Use (point-min) instead of 1, even when we know the buffer
16115 is unnarrowed.
16116 (ses-build-load-map): Delete. Distribute its content to defconst's for
16117 the three maps.
16118 (ses-menu, ses-header-line-menu): New menus.
16119 (ses-mode-map): Use them.
16120 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
16121
16122 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
16123
16124 * Makefile.in: Fix the CC Mode recompile kludge so it works
16125 when building in a different directory.
16126
16127 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
16128
16129 * simple.el (kill-new): Put yank-handler property on the entire string.
16130
16131 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * diff.el: Don't use compile any more, use diff-mode instead.
16134 (diff-regexp-alist, diff-old-file, diff-new-file)
16135 (diff-parse-differences, diff-process-setup): Remove.
16136 (diff-sentinel): New fun.
16137 (diff): Use it. Run the process ourselves.
16138 Use diff-mode for the rest of the processing.
16139
16140 * diff.el (diff): Simplify code handling `switch'.
16141
16142 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16143
16144 * pcvs-defs.el (cvs-menu): Add `tag'.
16145
16146 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
16147
16148 * simple.el (kill-append): Doc fix.
16149
16150 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16151 Adapt outline-regexp to the new conventions for commenting out code.
16152
16153 2004-02-11 John Paul Wallington <jpw@gnu.org>
16154
16155 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16156
16157 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * diff.el (diff-switches): New fun.
16160 (diff, diff-backup): Use it.
16161 (diff): Clean up the args construction. Use backquote.
16162 Use listp instead of consp to avoid putting a nil arg.
16163 (diff): Add a revert-buffer function.
16164
16165 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16166
16167 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
16168 handled by x-dnd-handle-file-name.
16169 (x-dnd-known-types): Add COMPOUND_TEXT.
16170 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16171 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16172 x-dnd-empty-state.
16173 (x-dnd-forget-drop): Ditto.
16174 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16175 (x-dnd-handle-one-url): Return private when inserting text.
16176 (x-dnd-insert-ctext): New function.
16177 (x-dnd-handle-file-name): New function for FILE_NAME.
16178 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16179 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16180 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16181
16182 2004-02-10 Kenichi Handa <handa@m17n.org>
16183
16184 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16185 instead of while loop.
16186
16187 2004-02-10 Miles Bader <miles@gnu.org>
16188
16189 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16190
16191 2004-02-09 Kenichi Handa <handa@m17n.org>
16192
16193 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16194 have end-of-line.
16195
16196 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
16197
16198 * Makefile.in: Added extra dependencies in the recompile target
16199 needed to cope with the compile time macro expansions in CC Mode.
16200
16201 2004-02-09 Kim F. Storm <storm@cua.dk>
16202
16203 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16204 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16205 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16206 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16207 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16208 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16209 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16210 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16211 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16212 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16213 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16214
16215 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16218 Don't allow shrink if there's a window on our right.
16219
16220 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16221 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16222 Bring together declaration and initialization.
16223 (prolog-mode-variables): Don't set the syntax table.
16224 Don't set paragraph-start and comment-indent-function.
16225 Add /*..*/ to the comment regexps.
16226 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
16227 (prolog-mode-map): Don't bind TAB.
16228 (prolog-mode): Set the syntax table.
16229 (prolog-comment-indent): Remove.
16230 (inferior-prolog-mode-map): Initialize in the declaration.
16231 (inferior-prolog-mode-syntax-table)
16232 (inferior-prolog-mode-abbrev-table): New vars.
16233 (inferior-prolog-mode): Derive from comint-mode.
16234 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16235 minibuffer windows.
16236
16237 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16238 in file names, as long as it is unabmiguous.
16239
16240 2004-02-08 Andreas Schwab <schwab@suse.de>
16241
16242 * textmodes/reftex-toc.el
16243 (reftex-toc-load-all-files-for-promotion): Remove useless use of
16244 format. Doc fix.
16245
16246 * textmodes/refer.el (refer-find-entry-internal): Remove extra
16247 format string arguments.
16248
16249 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16250 string argument.
16251
16252 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16253
16254 * play/zone.el (zone-call): Fix format string.
16255
16256 * net/webjump.el (webjump-builtin): Add missing format string argument.
16257
16258 * midnight.el (midnight-delay-set): Remove extra format string argument.
16259
16260 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16261
16262 * hexl.el (hexl-insert-char): Add missing format string argument.
16263
16264 * format.el (format-decode): Fix format string.
16265
16266 * emulation/vi.el (vi-mode): Remove extra format string argument.
16267 (vi-repeat-last-search): Likewise.
16268 (vi-reverse-last-search): Likewise.
16269 (vi-goto-mark): Likewise.
16270 (vi-reverse-last-find-char): Likewise.
16271 (vi-repeat-last-find-char): Likewise.
16272 (vi-locate-def): Likewise.
16273
16274 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16275
16276 * ediff-util.el (ediff-toggle-read-only): Remove extra format
16277 string argument.
16278 (ediff-toggle-regexp-match): Likewise.
16279
16280 * dired-aux.el (dired-do-query-replace-regexp): Add missing
16281 format string argument.
16282
16283 * calc/calc-map.el (calc-get-operator): Remove extra format
16284 string argument.
16285
16286 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16287
16288 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16289 string argument.
16290
16291 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16292
16293 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16294
16295 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16296
16297 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16298 (cl-struct-setf-expander): Likewise.
16299
16300 * vc.el (with-vc-file): Fix unsafe uses of error.
16301 (vc-cancel-version): Likewise.
16302
16303 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
16304
16305 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16306 thousands separator; fixes <class>:<line-number> regexp for
16307 non-english locales.
16308
16309 2004-02-08 Andreas Schwab <schwab@suse.de>
16310
16311 * view.el (view-mode-enable): Revert previous change.
16312
16313 2004-02-07 Kim F. Storm <storm@cua.dk>
16314
16315 * simple.el (line-number-at-pos): Rename from line-at-pos.
16316 Uses changed (what-line and vc-annotate-warp-version).
16317
16318 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16321 (diff-mode): Remove aborted attempt at support for compile.el.
16322 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16323
16324 2004-02-06 Andreas Schwab <schwab@suse.de>
16325
16326 * view.el (view-mode-enable): Add view-mode-map to
16327 minor-mode-overriding-map-alist.
16328
16329 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16330
16331 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16332
16333 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16336 with point inside rather than after the paragraph.
16337
16338 2004-02-04 Sam Steingold <sds@gnu.org>
16339
16340 * mail/smtpmail.el (smtpmail-try-auth-methods):
16341 Do not try authentication when no mechanism is available.
16342 Pass port-name as defaultport to `netrc-machine'.
16343
16344 2004-02-04 Stephen Eglen <stephen@gnu.org>
16345
16346 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16347 to show how minibuffer height can be constrained.
16348
16349 2004-02-04 John Paul Wallington <jpw@gnu.org>
16350
16351 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16352
16353 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16354
16355 * x-dnd.el: New file for drag and drop.
16356
16357 * term/x-win.el: require x-dnd, set after-make-frame-functions
16358 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16359 drag-n-drop event.
16360
16361 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16362 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16363 (dired-dnd-handle-file): New functions for drag and drop support.
16364 (dired-mode): Initialize drag and drop if x-dnd present.
16365
16366 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16369 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16370 (cperl-mode): Set fill-paragraph-function.
16371 (cperl-fill-paragraph): Make it non-interactive.
16372
16373 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
16374
16375 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16376
16377 2004-02-02 David Kastrup <dak@gnu.org>
16378
16379 * replace.el (perform-replace): Allow 'literal argument in
16380 regexp-flag to indicate literal replacement.
16381 (query-replace-regexp-eval): Use it.
16382
16383 2004-02-01 Andreas Schwab <schwab@suse.de>
16384
16385 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16386
16387 2004-02-01 Stephen Eglen <stephen@gnu.org>
16388
16389 * info-look.el: Add support for maxima-mode. Update commentary
16390 because info-lookup-symbol is now bound to C-h S.
16391
16392 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
16393
16394 * simple.el (edit-and-eval-command): Bind print-level and
16395 minibuffer-history-sexp-flag around call to read-from-minibuffer.
16396 Correct initial position in command-history.
16397
16398 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
16399
16400 * files.el (read-directory-name): Adapt the docstring to recent
16401 change in Fread_file_name.
16402
16403 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
16404
16405 * ses.el (ses-print-cell): If print format too wide for column
16406 width, truncate decimal places if that helps to avoid "#####" fill.
16407 * ses.el (ses-initial-column-width): Revert previous change.
16408
16409 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16412 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16413 Add edebug info.
16414 (jit-lock-mode): Setup/cancel the new timer.
16415 (jit-lock-context-fontify): New fun. Extracted from
16416 context fontification code of jit-lock-stealth-fontify.
16417 (jit-lock-stealth-fontify): Don't do context fontification any more.
16418
16419 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16420 (jit-lock-fontify-now): Handle the `quit' case.
16421 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16422
16423 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
16424
16425 * progmodes/executable.el (executable-command-find-posix-p):
16426 New. Check if find handles arguments Posix-style.
16427
16428 * progmodes/grep.el (grep-compute-defaults):
16429 Use executable-command-find-posix-p.
16430 (grep-find): Check `grep-find-command'.
16431
16432 * filecache.el (file-cache-find-posix-p): Delete.
16433 (file-cache-add-directory-using-find):
16434 Use `executable-command-find-posix-p'.
16435
16436 2004-01-29 Dave Love <fx@gnu.org>
16437
16438 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16439 Iterate the hook function if arg is given.
16440 (mark-defun, narrow-to-defun): Change order of finding the limits.
16441
16442 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16443 (byte-compile-format-warn): New.
16444 (byte-compile-callargs-warn): Use it.
16445 (Format, message, error): Add byte-compile-format-like property.
16446 (byte-compile-maybe-guarded): New.
16447 (byte-compile-if, byte-compile-cond): Use it.
16448 (byte-compile-lambda): Compile interactive forms,
16449 just to make warnings about them.
16450
16451 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
16452
16453 * ses.el (ses-initial-column-width): Increase to 14, so it will
16454 work well with the default printer of "%.7g" for extreme values
16455 like "-1.234567e+07".
16456
16457 2004-01-29 Kenichi Handa <handa@m17n.org>
16458
16459 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16460
16461 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
16462
16463 * dos-w32.el: Added support for the `default-printer-name' function.
16464
16465 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * server.el (server-socket-name): Don't use the hostname in the
16468 socket name since /tmp is local to the host anyway.
16469
16470 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16471 robust check of widening and fix var-naming.
16472
16473 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
16474
16475 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16476 or rmail-spam- to rsf- in all function and variable names.
16477 (rsf-min-region-to-spam-list): New variable.
16478 (rsf-bbdb-auto-delete-spam-entries): Rename from
16479 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
16480 scanned together with the recipients field for spam testing; Don't
16481 delete spam message if rmail-delete-after-output is non-nil;
16482 (rsf-check-field): New function, extracted from code in
16483 rmail-spam-filter to ease addition of header fields like
16484 content-type:;
16485 (message-content-type): New variable. The content-type: field was
16486 added also in defcustom of rsf-definitions-alist;
16487 (rmail-spam-filter): Replace repeated test code for header fields
16488 by calls to check-field; change the call to
16489 rmail-output-to-rmail-file such that rmail-current-message stays
16490 the same to avoid wrong deletion of unseen flags.
16491 (rmail-use-spam-filter): Add autoload cookie.
16492
16493 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
16494
16495 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
16496 (file-cache-add-directory-using-find): Add Cygwin support.
16497 (file-cache-find-command-posix-flag): New user variable.
16498
16499 * filecache.el (file-cache-add-directory): Check for
16500 directories an remove them from dir-files.
16501
16502 2004-01-27 Richard M. Stallman <rms@gnu.org>
16503
16504 * man.el (Man-fontify-manpage): Clean up message.
16505
16506 2004-01-27 Kenichi Handa <handa@m17n.org>
16507
16508 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16509 (sentence-end): Define using sentence-end-without-space.
16510
16511 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16512 a sentence ends with one of a character in sentence-end-without-space.
16513
16514 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * font-lock.el (font-lock): Add jit-lock as explicit group member.
16517 (jit-lock): Group declaration moved to jit-lock.el.
16518 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16519 when necessary.
16520
16521 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16522 (jit-lock-context-unfontify-pos): Rename from
16523 jit-lock-first-unfontify-pos.
16524 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16525
16526 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
16527
16528 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16529 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16530 (fortran-fill): When filling a string, adjust re-search-backward
16531 argument for special case of string just on fill-column.
16532 When filling non-string, allow one extra char if
16533 fortran-break-before-delimiters is non-nil.
16534 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16535 Use fortran-break-delimiters-re and fortran-no-break-re to
16536 correctly handle cases such as "**".
16537
16538 * progmodes/f90.el (f90-break-delimiters): Doc fix.
16539 (f90-no-break-re): Add some extra tokens. Doc fix.
16540
16541 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
16542
16543 * mail/rmail-spam-filter.el:
16544 Use two semicolons as Commentary line prefix.
16545 Add ";;; Code:" stylized comment.
16546 Delete end-of-line whitespace.
16547 Wrap (require 'cl) with `eval-when-compile'.
16548
16549 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
16550
16551 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
16552 at the top level of vc.el.
16553
16554 2004-01-23 Andre Spiegel <spiegel@gnu.org>
16555
16556 * vc.el (vc-current-line): Function removed. This is now done by
16557 the new function line-at-pos in simple.el.
16558 (vc-annotate-warp-version): Use line-at-pos instead of
16559 vc-current-line.
16560
16561 2004-01-22 Kim F. Storm <storm@cua.dk>
16562
16563 * simple.el (line-at-pos): New defun.
16564 (what-line): Use it. Optimize by only counting lines in narrowed
16565 region once.
16566
16567 2004-01-22 Kenichi Handa <handa@m17n.org>
16568
16569 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
16570 point (register r1) only for charset mule-unicode-0100-24ff.
16571
16572 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
16573
16574 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
16575 trailing white space and ensure a final newline.
16576
16577 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
16578 Add autoload cookie.
16579
16580 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
16581
16582 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
16583 activate view-mode explicitly.
16584
16585 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16586
16587 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
16588 use clipboard first.
16589
16590 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
16593 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
16594 (vc-mcvs-cvs): Remove.
16595 (vc-mcvs-command): Remove use of assert.
16596
16597 * outline.el (outline-insert-heading): Tighten up match.
16598 (outline-demote, outline-move-subtree-down): Don't assume anything
16599 about outline-regexp.
16600
16601 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
16602 (texinfo-show-structure): Explicitly add ^, and simplify.
16603
16604 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
16605
16606 * calendar/appt.el (appt-check): Restore usage of
16607 appt-issue-message deleted in previous change.
16608 (top-level): Activate package when loaded (needed for backwards
16609 compatibility).
16610
16611 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16612
16613 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
16614 following previous change to smtpmail-send-data.
16615
16616 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
16617
16618 * vc.el (vc-default-previous-version): Doc enhancement.
16619 (vc-default-next-version): New function.
16620 (vc-print-log): New arg FOCUS-REV.
16621 (vc-annotate-mode): Derive from view-mode.
16622 (vc-annotate): New args REVISION, DISPLAY-MODE.
16623 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
16624 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
16625 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
16626 (vc-annotate-show-diff-revision-at-line, vc-current-line)
16627 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
16628
16629 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
16630
16631 2004-01-19 Karl Berry <karl@gnu.org>
16632
16633 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
16634 or "TexInfo".
16635
16636 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
16637
16638 * subr.el (delete-dups): New function.
16639
16640 2004-01-19 Karl Berry <karl@gnu.org>
16641
16642 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
16643 with ^, since that's what texinfo-show-structure
16644 documentation says (plus it works much better in texinfo.txi).
16645
16646 2004-01-18 Jesper Harder <harder@ifa.au.dk>
16647
16648 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
16649
16650 2004-01-18 David Ponce <david@dponce.com> (tiny change)
16651
16652 * progmodes/which-func.el (which-function-mode): Don't cancel
16653 which-func-update-timer if not set.
16654
16655 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
16656
16657 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
16658 Remove spurious left square bracket in XX:XXam regexp.
16659
16660 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
16661
16662 * progmodes/cc-defs.el: Do not require cl at run time.
16663
16664 2004-01-16 Richard M. Stallman <rms@gnu.org>
16665
16666 * emacs-lisp/cl.el (cl-cannot-unload): New function.
16667 (cl-unload-hook): Defvar this to run cl-cannot-unload.
16668
16669 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
16670 Call rmail-spam-filter. Delete and expunge spam.
16671 Print number of spam messages deleted.
16672 Save and restore the deletion status of old messages when reading
16673 new mail with spam filter, so that expunging spam does not expunge
16674 msgs deleted by the user.
16675 (rmail-only-expunge): Add an optional argument dont-show to
16676 prevent showing message after expunge.
16677
16678 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
16679
16680 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
16681 * subr.el (declare): New macro.
16682
16683 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
16684
16685 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
16686
16687 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16690 Test window-system rather than system-type (for X11/Mac).
16691
16692 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
16693
16694 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
16695
16696 2004-01-12 Richard M. Stallman <rms@gnu.org>
16697
16698 * mail/rmail.el (rmail-convert-to-babyl-format):
16699 Use mail-unquote-printable-region.
16700 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
16701 (rmail-hex-char-to-integer): Functions deleted.
16702
16703 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
16704 (mail-unquote-printable-region): New arg NOERROR.
16705 For invalid encoding, either signal an error to just return nil.
16706
16707 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16708
16709 * calendar/appt.el: Update copyright and commentary.
16710 (appt-issue-message): Make obsolete.
16711 (appt-visible, appt-msg-window): Make obsolete, in favour of
16712 appt-display-format.
16713 (appt-display-mode-line, appt-display-duration)
16714 (appt-display-diary, appt-time-msg-list, appt-mode-string)
16715 (appt-prev-comp-time, appt-display-count, appt-timer)
16716 (appt-convert-time): Doc change.
16717 (appt-disp-window-function, appt-delete-window-function):
16718 Use defcustom rather than defvar.
16719 (appt-display-format): New variable.
16720 (appt-display-message): New function with display code from appt-check.
16721 (appt-check): Add optional FORCE argument. Doc change.
16722 Add appt-make-list to diary-hook if displaying diary.
16723 Remove checking of view-diary-entries-initially.
16724 Message display section removed to new function appt-display-message.
16725 (appt-display-window): Doc change. Remove unused internal var
16726 this-buffer. Do not beep, since appt-display-message does that.
16727 (appt-make-list): Doc change. Use caar.
16728 (appt-sort-list): Simplify by using builtin sort function.
16729 (appt-update-list): New function for updating appts when diary is
16730 saved.
16731 (appt-activate): New autoloaded function to toggle package
16732 functionality.
16733
16734 * calendar/cal-x.el: (calendar-one-frame-setup)
16735 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
16736
16737 * calendar/calendar.el: Update copyright.
16738 (view-diary-entries-initially, european-calendar-style): Doc change.
16739 (calendar-setup): Make defcustom rather than defvar.
16740 (mark-visible-calendar-date): Initialize temp-face and faceinfo
16741 in let binding so local to function.
16742
16743 * calendar/diary-lib.el: Update copyright.
16744 (diary, diary-entry-time): Doc change.
16745 (list-diary-entries): Doc change. Trivial logic change.
16746 (fancy-diary-display): Restore make-face command mistakenly
16747 deleted 2003-05-08.
16748 (show-all-diary-entries): Allow to pop-up frame if needed.
16749
16750 2004-01-09 John Paul Wallington <jpw@gnu.org>
16751
16752 * bindings.el (mode-line-change-eol): Add EVENT parameter.
16753 Temporarily select EVENT's window for changing eol type.
16754
16755 2004-01-09 Deepak Goel <deego@gnufans.org>
16756
16757 * calendar/diary-lib.el (diary-entry-time):
16758 Also accept time in the form XX[.XX][am/pm/AM/PM].
16759 (fancy-diary-font-lock-keywords): Likewise.
16760 (diary-font-lock-keywords): Likewise.
16761 * calendar/appt.el (appt-add): Likewise.
16762 (appt-make-list): Likewise.
16763 (appt-convert-time): Likewise.
16764
16765 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
16766
16767 * gdb-ui.el (gdb-ann3): Revert previous change.
16768 (gdb-source-info): Allow for case of where compilation directory
16769 is not recorded.
16770
16771 2004-01-08 John Paul Wallington <jpw@gnu.org>
16772
16773 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
16774
16775 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
16776
16777 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
16778
16779 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
16780 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
16781 problems.
16782 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
16783
16784 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * files.el (write-file-functions, write-contents-functions):
16787 Clarify docstrings.
16788
16789 2004-01-07 Kenichi Handa <handa@m17n.org>
16790
16791 * international/mule.el (set-auto-coding): Fix for the case that
16792 end-of-line is only CR.
16793
16794 2004-01-07 Kim F. Storm <storm@cua.dk>
16795
16796 * subr.el (event-start, event-end): Doc fix.
16797 (posn-string, posn-image): New defuns.
16798 (posn-object): Return either image or string object.
16799 (posn-object-x-y): Return 8th element of position.
16800 (posn-object-width-height): New defun.
16801
16802 2004-01-06 Andreas Schwab <schwab@suse.de>
16803
16804 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
16805 output.
16806
16807 2004-01-05 Karl Berry <karl@gnu.org>
16808
16809 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
16810 / and *, too.
16811
16812 2003-12-31 Simon Josefsson <jas@extundo.com>
16813
16814 * files.el (before-save-hook): Add.
16815 (basic-save-buffer): Use before-save-hook.
16816
16817 * emacs-lisp/copyright.el: Fix comment to recommend
16818 before-save-hook instead of write-file-functions.
16819
16820 2004-01-05 Richard M. Stallman <rms@gnu.org>
16821
16822 * finder.el (finder-commentary): Call delete-other-windows.
16823
16824 * net/ange-ftp.el (ange-ftp-file-attributes):
16825 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
16826
16827 2004-01-04 Karl Berry <karl@gnu.org>
16828
16829 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
16830 comment characters % and # in the copyright year notice,
16831 as well as ;.
16832
16833 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
16834
16835 * wid-edit.el (default): Define dummy :value-delete.
16836 Reported by Jesper Harder <harder@ifa.au.dk>.
16837
16838 2004-01-03 Richard M. Stallman <rms@gnu.org>
16839
16840 * progmodes/compile.el (compile-internal): Use point, not point-min,
16841 for set-window-point.
16842
16843 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
16844
16845 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
16846
16847 * progmodes/grep.el (grep-mode-map):
16848 Don't remap next-line, previous-line.
16849
16850 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
16851
16852 * speedbar.el (speedbar-edit-line): Change regexp to position
16853 the cursor on the first character of this line's button.
16854
16855 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
16856
16857 * subr.el (functionp): Doc fix.
16858
16859 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
16860
16861 * progmodes/idlwave.el (idlwave-make-tags):
16862 * textmodes/flyspell.el (flyspell-large-region):.
16863 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
16864 * emulation/viper-util.el (viper-glob-unix-files):
16865 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
16866 * man.el (Man-init-defvars):
16867 * jka-compr.el (jka-compr-call-process):
16868 * files.el (get-free-disk-space,insert-directory):
16869 * ediff-ptch.el (ediff-test-patch-utility):
16870 * ediff-diff.el (ediff-test-utility):
16871 * dired-aux.el (dired-check-process):
16872 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
16873 test the return value of call-process, because it can be a string.
16874
16875 2003-12-31 John Paul Wallington <jpw@gnu.org>
16876
16877 * bindings.el (completion-ignored-extensions): Add .pfsl.
16878
16879 2003-12-31 Kim F. Storm <storm@cua.dk>
16880
16881 * ido.el (ido-nonreadable-directory-p): New defun to check for
16882 nonreadable directory without activating tramp (to avoid problems
16883 with checking incomplete tramp paths).
16884 (ido-set-current-directory, ido-file-internal)
16885 (ido-file-name-all-completions1): Use it.
16886
16887 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
16890 documentation if the anchor (or node) name is preceded by `info
16891 anchor' or `Info anchor' in addition to earlier `info node' and
16892 `Info node'.
16893 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
16894
16895 2003-12-30 Eli Zaretskii <eliz@gnu.org>
16896
16897 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
16898 error in arguments to base64-decode-region. Remove ^M characters
16899 after decoding base64.
16900
16901 2003-12-30 Simon Josefsson <jas@extundo.com>
16902
16903 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
16904 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
16905 have only been distributed with Emacs for some years.
16906 (texinfo-mode-hook): Customize.
16907
16908 2003-12-30 Eli Zaretskii <eliz@gnu.org>
16909
16910 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
16911 cleaner (suggested by Richard Stallman).
16912
16913 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
16914 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
16915 file-name clashes on 8+3 DOS filesystems.
16916
16917 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
16918 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
16919 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
16920 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
16921 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
16922 file-name clashes on 8+3 filesystems.
16923
16924 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
16925 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
16926 file-name clashes on 8+3 DOS filesystems.
16927
16928 2003-12-29 Richard M. Stallman <rms@gnu.org>
16929
16930 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
16931 Upcase the character.
16932
16933 * textmodes/flyspell.el (mail-mode-flyspell-verify):
16934 Search for header separator alone on a line, literally,
16935 and search for it backward, not forward.
16936 (flyspell-abbrev-table): Always use global-abbrev-table
16937 if there is no local one.
16938
16939 * progmodes/sh-script.el (sh-get-indent-info):
16940 Don't move point back if at bob.
16941
16942 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
16943
16944 * play/handwrite.el (handwrite): Make the handwrite credit message
16945 a comment rather than an output command.
16946
16947 * obsolete/sc.el: Display message that this file is obsolete.
16948
16949 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
16950
16951 * mail/rfc822.el (rfc822-address-start): Declare variable.
16952 Renamed from address-start. All uses changed.
16953
16954 * term.el (term-exec): Set up sentinel.
16955 (term-sentinel): New function.
16956 (term-handle-exit): New function.
16957
16958 * subr.el (assoc-ignore-case, assoc-ignore-representation):
16959 Use assoc-string, and mark them obsolete.
16960 (delay-mode-hooks): Mark as permanent local.
16961
16962 * simple.el (sendmail-user-agent-compose): Use assoc-string.
16963
16964 * register.el (copy-rectangle-to-register): Doc fix.
16965
16966 * info.el (Info-insert-dir): Use assoc-string.
16967
16968 * info-look.el (info-lookup): Use assoc-string.
16969
16970 * frame.el (pop-up-frame-function): Use quote, not `function'.
16971 (frame-notice-user-settings): Calculate ADJUSTED-TOP
16972 copying with lists as coordinate values.
16973
16974 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
16975
16976 * find-dired.el (kill-find): New command.
16977 (find-dired): Make buffer read-only.
16978 Set up a keymap with C-c C-k running kill-find.
16979 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
16980
16981 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
16982
16983 * filecache.el (file-cache-ignore-case): New variable.
16984 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
16985
16986 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
16987 (comint-dynamic-complete-as-filename): Rename local vars.
16988 (comint-dynamic-list-filename-completions): Likewise.
16989
16990 * comint.el (comint-dynamic-list-completions-config): New var.
16991 (comint-dynamic-list-completions): Handle both SPC and TAB right.
16992
16993 * comint.el (comint-file-name-chars): Add [].
16994 (comint-word): Use skip-chars-backward, not search.
16995
16996 * shell.el (shell-file-name-chars): Add [].
16997
16998 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
16999
17000 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17001
17002 * generic.el (define-generic-mode): Doc fix.
17003
17004 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17005
17006 * files.el (kill-some-buffers): Doc fix.
17007
17008 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
17009
17010 * comint.el (comint-watch-for-password-prompt): Pass `string' as
17011 arg to send-invisible
17012 (send-invisible): Doc fix. The argument is now a prompt, not the
17013 string to send.
17014 (comint-read-noecho): Doc fix.
17015
17016 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
17017
17018 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17019 "@", as required by some ISP hosting service. Fix defcustom
17020 argument syntax errors that prevented use of customization.
17021
17022 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17023
17024 * xml.el (xml-get-attribute-or-nil): Doc fix.
17025
17026 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
17027
17028 * net/zone-mode.el (zone-mode): Use write-file-functions, not
17029 write-file-hooks.
17030
17031 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
17032
17033 * autorevert.el (auto-revert-interval): Doc fix.
17034
17035 2003-12-29 Mark A. Hershberger <mah@everybody.org>
17036
17037 * xml.el (xml-get-attribute-or-nil): New function, like
17038 xml-get-attribute, but returns nil if the attribute was not found.
17039 (xml-get-attribute): Convert to defsubst, uses
17040 xml-get-attribute-or-nil.
17041
17042 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17043
17044 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17045
17046 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
17047
17048 * custom.el (custom-declare-theme): Use `value' when putting
17049 properties on `theme'.
17050
17051 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
17052
17053 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17054 for each yank-handler segment.
17055 (insert-for-yank-1): New function, with the body of the previous
17056 insert-for-yank.
17057
17058 * textmodes/table.el (table-yank-handler): New defcustom.
17059 (table--put-cell-indicator-property): Put yank-handler property
17060 that indicates the yank handler for the table cell.
17061
17062 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17063
17064 * generic-x.el (etc-modules-conf-generic-mode): A more complete
17065 set of keywords.
17066
17067 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17068
17069 * international/mule-cmds.el (reset-language-environment)
17070 (set-language-environment): Don't invoke fontset-related functions
17071 if fontset-list is not fboundp.
17072
17073 2003-12-29 Kenichi Handa <handa@m17n.org>
17074
17075 * international/mule-cmds.el (reset-language-environment):
17076 Call set-overriding-fontspec-internal with nil.
17077 (set-language-environment): Call set-overriding-fontspec-internal
17078 if the language environment specify `overriding-fontspec'.
17079 (language-info-alist): Doc added.
17080
17081 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
17082 characters of mule-unicode-0100-24ff.
17083 (ccl-encode-windows-1251-font): New CCL program.
17084 ("Bulgarian"): Specify overriding-fontspec.
17085 ("Belarusian"): Likewise.
17086
17087 2003-12-28 Sam Steingold <sds@gnu.org>
17088
17089 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
17090 parameter ID-FORMAT to conform with the 2003-11-30 patch.
17091
17092 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
17093
17094 * progmodes/gud.el (gud-gdb-command-name): Set default to
17095 "gdb --annotate=3".
17096 (gud-gdb-marker-filter): Look out for annotations.
17097 (gdb-first-pre-prompt): New variable.
17098 Remove trailing white space.
17099
17100 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
17101 if necessary.
17102 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
17103 annotations are detected.
17104 (gud-gdba-marker-filter): Use global variable gud-marker-acc
17105 instead of a local one to allow transition from
17106 gud-gdb-marker-filter.
17107 Remove trailing white space.
17108
17109 2003-12-27 Kim F. Storm <storm@cua.dk>
17110
17111 * ido.el: Handle non-readable directories.
17112 (ido-decorations): Add 9th element for non-readable directory.
17113 (ido-directory-nonreadable): New dynamic var.
17114 (ido-set-current-directory): Set it.
17115 (ido-read-buffer, ido-file-internal):
17116 (ido-read-file-name, ido-read-directory-name): Let-bind it.
17117 (ido-file-name-all-completions1): Return empty list for
17118 non-readable directory.
17119 (ido-exhibit): Print [Not readable] if directory is not readable.
17120 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17121 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17122 Use it.
17123
17124 2003-12-27 Lars Hansen <larsh@math.ku.dk>
17125
17126 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17127 calls to directory-files-and-attributes and file-attributes.
17128 (ls-lisp-format): Remove system dependent handling of user and
17129 group id's.
17130
17131 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
17132
17133 * ffap.el (ffap-read-file-or-url): Revert previous change.
17134
17135 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
17136
17137 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17138 new list of included files called `files-with-node-lines', that
17139 only have node lines. This way @include commands can include any
17140 file, such as version and update files without node lines, not
17141 just files that are chapters.
17142
17143 2003-12-25 Andreas Schwab <schwab@suse.de>
17144
17145 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17146 file not found.
17147
17148 2003-12-08 Miles Bader <miles@gnu.org>
17149
17150 * dired.el (dired-between-files): Always use dired-move-to-filename,
17151 which is more robust in non-english locales.
17152
17153 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
17154
17155 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17156
17157 2003-12-24 Andreas Schwab <schwab@suse.de>
17158
17159 * shell.el (shell-file-name-quote-list): Add backslash.
17160
17161 * comint.el (comint-quote-filename): Correctly handle backslash
17162 in comint-file-name-quote-list.
17163
17164 2003-12-24 Kenichi Handa <handa@m17n.org>
17165
17166 * international/mule-cmds.el (set-default-coding-systems):
17167 Call ucs-set-table-for-input for all buffers that don't have local
17168 value of buffer-file-coding-system.
17169
17170 * international/ucs-tables.el (ucs-set-table-for-input):
17171 If translation-table-for-encode is a symbol, get its
17172 translation-table property.
17173
17174 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
17175
17176 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17177 to `completing-read' on a recently fixed bug.
17178
17179 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17180 instead of SPACE, to get the list of possible fringe modes.
17181 SPACE only works if both `partial-completion-mode' and
17182 `completion-auto-help' are nil.
17183
17184 * complete.el (PC-is-complete-p): Delete.
17185 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17186 calls to `test-completion'.
17187
17188 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
17189
17190 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17191 to edit values when there are no children.
17192
17193 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17194 a mode called "Assembler" already exists.
17195 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17196 (gud-watch): Use format option. Remove font properties from string.
17197 (gdb-var-create-handler, gdb-var-list-children-handler):
17198 Don't bother about properties as there are none.
17199 (gdb-var-create-handler, gdb-var-list-children-handler)
17200 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17201 with two arguments.
17202 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17203 Let speedbar show value changes with a different font.
17204 (gdb-edit-value): New defun.
17205 (gdb-clear-partial-output, gdb-clear-inferior-io)
17206 (def-gdb-auto-update-handler): Use erase-buffer.
17207 (gdb-frame-handler): Display watch expressions in
17208 FUNCTION::VARIABLE format if required.
17209
17210 2003-12-23 John Paul Wallington <jpw@gnu.org>
17211
17212 * info.el (Info-unescape-quotes, Info-split-parameter-string)
17213 (Info-goto-emacs-command-node): Doc fixes.
17214
17215 2003-12-12 Jesper Harder <harder@ifa.au.dk>
17216
17217 * cus-edit.el (custom-add-parent-links): Define "many".
17218
17219 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
17220
17221 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17222 (widget-child-validate, widget-type-value-create)
17223 (widget-type-default-get, widget-type-match): New functions.
17224 (lazy): New widget.
17225 (menu-choice, checklist, radio-button-choice, editable-list)
17226 (group, documentation-string): Remove redundant (per 2003-10-25
17227 change) calls to `widget-children-value-delete'.
17228 (widget-choice-value-get, widget-choice-value-inline): Remove.
17229 (menu-choice): Update widget.
17230
17231 2003-12-03 Kenichi Handa <handa@m17n.org>
17232
17233 * language/cyrillic.el: Register "microsoft-cp1251" in
17234 ctext-non-standard-encodings-alist.
17235 ("Bulgarian"): Add ctext-non-standard-encodings.
17236 ("Belarusian"): Likewise.
17237
17238 * international/mule-conf.el (compound-text-with-extensions):
17239 Change the type to 2 (iso-2022 base).
17240
17241 * international/mule.el (ctext-non-standard-encodings-alist):
17242 Change the format.
17243 (ctext-non-standard-encodings): New variable.
17244 (ctext-post-read-conversion): Fully re-written.
17245 (ctext-non-standard-designations-alist): Delete it.
17246 (ctext-non-standard-encodings-table): New function.
17247 (ctext-pre-write-conversion): Fully re-written.
17248
17249 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
17250
17251 * cus-edit.el (custom-add-parent-links): Add documentation links
17252 for parent, if the item has none of its own.
17253
17254 2003-11-30 Richard M. Stallman <rms@gnu.org>
17255
17256 * dired-aux.el (dired-do-query-replace-regexp):
17257 Report files visited read-only.
17258
17259 2003-11-30 Juri Linkov <juri@jurta.org>
17260
17261 * dired-aux.el (dired-compare-directories): New command.
17262 (dired-file-set-difference, dired-files-attributes): New functions.
17263
17264 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17265 Version 2.0.38 of Tramp released.
17266
17267 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
17268 Charles Curley <charlescurley@charlescurley.com>.
17269 (tramp-multi-connection-function-alist): Add ssht entry which adds
17270 "-e none -t -t" to the list of ssh args. Suggested by Adrian
17271 Aichner.
17272 (tramp-get-method-parameter): New function to retrieve a method
17273 parameter. This allows for omission of method parameters.
17274 Callers adjusted.
17275
17276 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
17277
17278 * net/tramp.el: Add new optional parameter ID-FORMAT to
17279 `file-attributes'. Calls of `file-attributes' won't use this
17280 parameter for backward compatibility reasons.
17281 (tramp-perl-file-attributes): Add a new parameter to Perl script
17282 in order to handle uid/gid as strings, if desired.
17283 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17284 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17285 order to make the function more general.
17286 (tramp-handle-file-attributes): Replace proprietary optional
17287 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17288 (tramp-handle-file-attributes-with-perl): Handle parameter
17289 NONNUMERIC if set. This wasn't done in the past.
17290 (tramp-post-connection): Apply second parameter "$2" if
17291 `tramp-remote-perl' is called.
17292
17293 * net/tramp-smb.el (tramp-smb-handle-delete-file):
17294 Correct cut'n'waste error (`filename' instead of `directory').
17295 (tramp-smb-handle-directory-files-and-attributes)
17296 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17297 introduced parameter ID-FORMAT.
17298 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17299 error (`directory' instead of `ldir').
17300
17301 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17302 `file-attributes' has a second parameter. If yes, apply it with
17303 value "'integer". Otherwise, don't use that parameter (default is
17304 integer format).
17305
17306 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
17307
17308 * help.el (help-map): Bind `display-local-help' to `C-h .'.
17309 (help-for-help): Add `C-h .' to the listed Help options.
17310 Remove trailing whitespace.
17311
17312 * help-at-pt.el: New file.
17313
17314 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
17315
17316 * subr.el (noreturn, 1value): New macros for test coverage.
17317 See `testcover.el'.
17318
17319 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17320
17321 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17322 for macro `1value'.
17323 (testcover-1value): New function. Checks that a 1value form
17324 actually returns only one value. Requested by RMS.
17325
17326 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
17327
17328 * gdb-ui.el (gud-watch, gdb-var-create-handler)
17329 (gdb-var-list-children, gdb-var-list-children-handler)
17330 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17331 gdb commands that use mi to keep them out of the command history.
17332
17333 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17334
17335 * cus-start.el (all): Add use-file-dialog.
17336
17337 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17340
17341 2003-11-27 Kim F. Storm <storm@cua.dk>
17342
17343 * subr.el (posn-object-x-y): New defun.
17344
17345 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17348 Don't use `space' for \\\n.
17349 Be more selective as to which # are comment-starters.
17350
17351 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
17352
17353 * subr.el (number-sequence): Improve handling of floating point
17354 arguments (suggested by Kim Storm). Allow negative arguments.
17355
17356 2003-11-26 Kenichi Handa <handa@m17n.org>
17357
17358 * international/mule-cmds.el (standard-display-european-internal):
17359 Cancel the standard-display-table setting for ` and '.
17360
17361 2003-11-26 Kim F. Storm <storm@cua.dk>
17362
17363 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17364 New defcustoms to add ffap-like functionality to ido.
17365 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
17366 (ido-no-final-slash): New defun.
17367 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17368 (ido-read-file-name): ): Toggle VC checking via
17369 vc-handled-backends instead of vc-master-templates.
17370 (ido-file-internal): Handle ido-use-url-at-point and
17371 ido-use-filename-at-point via code borrowed from ffap-guesser.
17372 Handle new ido-exit code ffap.
17373 (ido-sort-list): Ignore final slash when sorting file names.
17374
17375 2003-11-25 Kim F. Storm <storm@cua.dk>
17376
17377 * emulation/cua-base.el (cua--standard-movement-commands):
17378 Add forward-sentence and backward-sentence.
17379
17380 2003-11-25 Stephen Eglen <stephen@gnu.org>
17381
17382 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17383 iswitchb-exit is set to 'usefirst when user selects buffer at head
17384 of list using RET. (Selecting buffers at the head of the list was
17385 broken if the substring was also a complete buffername.)
17386
17387 2003-11-23 Kim F. Storm <storm@cua.dk>
17388
17389 * progmodes/compile.el (grep-command, grep-use-null-device)
17390 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17391 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17392 (grep-regexp-alist, grep-program, find-program)
17393 (grep-find-use-xargs, grep-history, grep-find-history)
17394 (grep-process-setup, grep-compute-defaults)
17395 (grep-default-command, grep, grep-tag-default, grep-find)
17396 (grep-expand-command-macros, grep-tree-last-regexp)
17397 (grep-tree-last-files, grep-tree): Move grep variables, functions
17398 and commands to new file grep.el.
17399 (compilation-mode-map): Remove grep commands from Compile sub-menu.
17400 (compilation-process-setup-function): Doc fix.
17401 (compilation-highlight-regexp, compilation-highlight-overlay): New
17402 defvars used for highlighting current compile error in source buffer.
17403 (compile-internal): New optional args HIGHLIGHT-REGEXP and
17404 LOCAL-MAP which overrides compilation-highlight-regexp and
17405 compilation-mode-map for this compilation.
17406 Delay calling compilation-set-window-height until after running
17407 compilation-process-setup-function so it can buffer-local override
17408 compilation-window-height.
17409 Check buffer-local value of compilation-scroll-output.
17410 (compilation-set-window-height): Use buffer-local value of
17411 compilation-window-height.
17412 (compilation-revert-buffer): Don't pass (undefined)
17413 preserve-modes arg to revert-buffer.
17414 (next-error-no-select, previous-error-no-select): New commands.
17415 (compilation-goto-locus): Temporarily highlight current match in
17416 source buffer using compilation-highlight-regexp.
17417
17418 * progmodes/grep.el: New file with grep code from compile.el.
17419 (grep): New defcustom group.
17420 (grep-window-height): New defcustom, like compilation-window-height.
17421 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17422 (grep-scroll-output): New defcustom, like compilation-scroll-output.
17423 (grep-command, grep-use-null-device, grep-find-command)
17424 (grep-tree-files-aliases, grep-tree-ignore-case)
17425 (grep-tree-ignore-CVS-directories): Move to grep custom group.
17426 (grep-setup-hook): New hook variable.
17427 (grep-mode-map): New keymap for grep commands. Add Grep menu.
17428 (grep-last-buffer): New defvar, override compilation-last-buffer.
17429 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
17430 Call compile-internal with args highlight-regexp and grep-mode-map.
17431
17432 2003-11-23 Kim F. Storm <storm@cua.dk>
17433
17434 * subr.el (event-start, event-end): Doc fix.
17435 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17436 (posn-area, posn-actual-col-row, posn-object): New defuns.
17437 (posn-col-row): Simplify doc. Rewrite to use cond.
17438 (posn-point): Also return buffer position for events outside text
17439 area (that info is now present in the event position).
17440
17441 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17442 mouse-set-point so that hscroll still works now that clicks on
17443 fringes generate specific mouse events.
17444 (mouse-set-point): Note that it now works in fringes and margins
17445 too due to new semantics of posn-point in fringes and margins.
17446
17447 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17448 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17449
17450 2003-11-20 Kim F. Storm <storm@cua.dk>
17451
17452 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17453 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17454 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17455 to 100 for icons to avoid increasing line height when shown.
17456
17457 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17458
17459 * newcomment.el (comment-normalize-vars): Initialize properly if
17460 comment-start was nil.
17461
17462 2003-11-19 Andreas Schwab <schwab@suse.de>
17463
17464 * simple.el (set-variable): Fix indentation.
17465
17466 2003-11-17 Kenichi Handa <handa@m17n.org>
17467
17468 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17469 Fix docstring.
17470
17471 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17472
17473 * international/latin1-disp.el (latin1-display): Fix docstring.
17474
17475 2003-11-16 John Wiegley <johnw@newartisans.com>
17476
17477 * eshell/em-ls.el (eshell-ls-file): There are times with
17478 size-width is nil and uncomputed (when directories are created in
17479 dired, for example); in this case, 4 is reasonable default value,
17480 although it may caused skewed new entries (which could be avoided
17481 by returning the original value of 8 in all cases, but 99% of the
17482 time this is a waste of whitespace).
17483
17484 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17485
17486 * cc-engine.el (c-guess-continued-construct)
17487 (c-guess-basic-syntax): Check a little more carefully if it's a
17488 function declaration when an unknown construct followed by a block
17489 is found inside a statement context. This avoids macros followed
17490 by blocks to be taken as function declarations.
17491
17492 (c-guess-continued-construct): Change the analysis of a statement
17493 continuation with a brace open to `substatement-block', for
17494 consistency with recognized statements.
17495
17496 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17497 start is in a position so that `c-beginning-of-statement-1' jumped
17498 to the beginning of the same statement.
17499
17500 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17501 Don't accept binary operators in the arglist if we're in a function
17502 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
17503 template recognition in cases like "if (a < b || c > d)".
17504
17505 (c-restricted-<>-arglists): New more appropriate name for
17506 `c-disallow-comma-in-<>-arglists'.
17507
17508 Accessing functions updated for the variable name change.
17509
17510 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17511 match data could get clobbered if NOT-INSIDE-TOKEN is used.
17512
17513 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17514 labels.
17515
17516 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17517 instead of duplicating parts of it. This fixes bogus label
17518 recognition.
17519
17520 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17521 of checking the context in which to apply the minimum indentation,
17522 so that it isn't enforced in e.g. namespace blocks.
17523
17524 * cc-vars.el (c-inside-block-syms): New constant used by
17525 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
17526 to somewhat reduce the risk of becoming stale.
17527
17528 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17529 cc-cmds to cc-engine to allow use from cc-align.
17530
17531 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17532 qualified identifiers containing "::".
17533
17534 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17535 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17536
17537 * cc-vars.el (c-emacs-features): Use a space in front of the name
17538 of the temporary buffer. That also avoids dumping problems in
17539 XEmacs due to undo info being left around after the buffer is killed.
17540
17541 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17542 arglist to see if it's a K&R style declaration.
17543
17544 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17545 before returning `knr-argdecl-intro'.
17546
17547 2003-11-16 John Wiegley <johnw@newartisans.com>
17548
17549 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
17550 field in a long-listing always 8 characters, use `size-width',
17551 which has already been computed.
17552
17553 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
17554
17555 * subr.el (minor-mode-list): Add `hs-minor-mode'.
17556
17557 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17558
17559 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
17560 Support operation while narrowed, with `diff-restrict-view'.
17561
17562 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17563
17564 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17565 Take additional optional arg NARROWFUN. For the generated functions:
17566 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
17567 include frags that arrange to check for and save narrowing state before
17568 the move and then conditionally call NARROWFUN after the move.
17569
17570 2003-11-14 John Wiegley <johnw@newartisans.com>
17571
17572 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
17573 that was optional, but obviously missing based on surrounding code.
17574
17575 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
17576 string arguments to numbers unless the whole argument was seen as
17577 a number.
17578
17579 2003-11-14 Kenichi Handa <handa@m17n.org>
17580
17581 * international/mule.el (ctext-non-standard-encodings-alist):
17582 Fix coding systems.
17583
17584 2003-11-10 Kenichi Handa <handa@m17n.org>
17585
17586 * language/kannada.el ("Kannada"): Add sample-text.
17587
17588 * language/knd-util.el (kannada-compose-region)
17589 (kannada-compose-string, kannada-post-read-conversion):
17590 Add autoload cookie.
17591
17592 * international/quail.el (quail-completion): Change the message
17593 "corresponding translations" to "corresponding characters".
17594
17595 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
17596
17597 * descr-text.el (describe-char): Fix typo.
17598
17599 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
17600
17601 These changes are to support Kannada language/script.
17602
17603 * Makefile.in (DONTCOMPILE): Add kannada.el.
17604
17605 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
17606
17607 * loadup.el: Preload kannada.el.
17608
17609 * language/ind-util.el (ucs-kannada-to-is13194-alist)
17610 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
17611 New variables.
17612
17613 * language/kannada.el: New file.
17614
17615 * language/knd-util.el: New file.
17616
17617 2003-11-07 Andreas Schwab <schwab@suse.de>
17618
17619 * progmodes/autoconf.el (autoconf-font-lock-keywords):
17620 Also highlight AH_*.
17621
17622 * xml.el (xml-parse-dtd): Fix misplaced paren.
17623
17624 2003-11-07 Kenichi Handa <handa@m17n.org>
17625
17626 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
17627
17628 2003-11-05 Juri Linkov <juri@jurta.org>
17629
17630 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
17631 (desktop-buffer-file): Use saved buffer-file-coding-system
17632 for file reading. Set auto-insert to nil to prevent automatic
17633 insertion into restored empty files.
17634
17635 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
17636
17637 * files.el (risky-local-variable-p): Make second argument optional.
17638
17639 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * subr.el (add-hook): Fix last change.
17642
17643 2003-11-03 Eli Zaretskii <eliz@gnu.org>
17644
17645 * mail/rmail.el (rmail-convert-to-babyl-format):
17646 If base64-decode-region signals an error, catch it and silently
17647 ignore it.
17648
17649 2003-11-01 Mark A. Hershberger <mah@everybody.org>
17650
17651 * xml.el (xml-parse-region): Allow comments to appear after the
17652 topmost element has closed.
17653 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
17654 (xml-ns-expand-attr): New functions to do namespace handling.
17655 (xml-intern-attrlist): Back-compatible handling of attribute names.
17656 (xml-parse-tag): Move namespace handling to separate functions.
17657 Now produces elements in the form ((:ns . "element") (attr-list)
17658 children) instead of ('ns:element (attr-list) children).
17659 (xml-parse-attlist): Fix attribute parsing.
17660 (xml-parse-dtd): Change parsing so that it produces strings
17661 instead of interned symbols.
17662
17663 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
17664
17665 * dired.el (dired-ls-sorting-switches): Doc fix.
17666
17667 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
17668
17669 * emacs-lisp/rx.el (rx-or): Fix the case of
17670 "(rx (and ?a (or ?b ?c) ?d))".
17671
17672 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
17673
17674 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
17675 (texinfo-format-region): Use it.
17676 (texinfo-format-buffer-1): Ditto.
17677
17678 2003-11-01 Alan Mackenzie <acm@muc.de>
17679
17680 Changes to allow scrolling whilst in isearch mode:
17681 * isearch.el (isearch-unread-key-sequence): New function,
17682 extracted from isearch-other-meta-char.
17683 (top level): (put 'foo 'isearch-scroll) on all Emacs's
17684 "scrollable" standard functions.
17685 (isearch-allow-scroll): New customizable variable.
17686 (isearch-string-out-of-window, isearch-back-into-window)
17687 (isearch-reread-key-sequence-naturally)
17688 (isearch-lookup-scroll-key): New functions.
17689 (isearch-other-meta-char): Doc string and functionality enhanced.
17690 Now accepts a prefix argument.
17691 (isearch-lazy-highlight-window-end): New variable.
17692 (isearch-lazy-highlight-new-loop): Pay attention to the window's
17693 end (thru isearch-lazy-highlight-window-end), not only its start.
17694
17695 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
17696 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
17697 (universal-argument, universal-argument-more, negative-argument)
17698 (digit-argument, universal-argument-other-key): Minor changes.
17699
17700 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17701
17702 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
17703 recursively if the last message is deleted, thus avoiding an
17704 infinite loop.
17705
17706 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
17709 (tex-main-file): Don't add .tex if the extension is already present.
17710 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
17711
17712 2003-10-29 Lute Kamstra <lute@gnu.org>
17713
17714 * progmodes/octave-inf.el (inferior-octave-prompt):
17715 Recognize version number in prompt.
17716
17717 2003-10-28 Dave Love <fx@gnu.org>
17718
17719 * international/characters.el: Fix some Unicode ranges.
17720
17721 2003-10-28 Kenichi Handa <handa@m17n.org>
17722
17723 * disp-table.el (standard-display-8bit)
17724 (standard-display-default, standard-display-ascii)
17725 (standard-display-g1, standard-display-graphic)
17726 (standard-display-underline): Assure that standard-display-table
17727 is a display table.
17728
17729 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
17730
17731 * simple.el (reindent-then-newline-and-indent): Delete space *after*
17732 reindenting the first line.
17733
17734 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
17735
17736 * wid-edit.el (widget-default-delete): Always delete child widgets.
17737
17738 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * newcomment.el (comment-indent): Don't call indent-according-to-mode
17741 if the line has code.
17742 Don't try to line up with something that's too far left.
17743
17744 * progmodes/octave-mod.el (octave-comment-start): Simplify.
17745 (octave-mode-syntax-table): Add % as a comment starter.
17746 (octave-point): Remove.
17747 (octave-in-comment-p, octave-in-string-p)
17748 (octave-not-in-string-or-comment-p, calculate-octave-indent)
17749 (octave-blink-matching-block-open, octave-auto-fill):
17750 Use line-(beginning|end)-position instead.
17751
17752 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
17753
17754 * emacs-lisp/authors.el (authors-aliases): Add correct realname
17755 for Francesco Potort\e,Al\e(B.
17756
17757 2003-10-23 Dave Love <fx@gnu.org>
17758
17759 * international/mule-cmds.el (locale-charset-to-coding-system):
17760 Don't rely on nil being a coding system.
17761
17762 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
17763 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
17764 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
17765
17766 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
17767
17768 * gdb-ui.el (gdb-current-language): New variable.
17769 (gdb-update-flag): Remove variable.
17770 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
17771 (gdb-take-last-elt): Remove function.
17772 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
17773 (gdb-post-prompt): Check for variable object changes here.
17774
17775 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
17776 object changes in gdb-ui.el.
17777
17778 2003-10-21 Richard M. Stallman <rms@gnu.org>
17779
17780 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
17781
17782 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
17783 Don't check for foo*/ wildcard form here.
17784 (insert-directory): Recognize foo*/ as a wildcard.
17785 Separate wildcard-regexp variable from the arg, wildcard.
17786
17787 * subr.el (add-hook): Correctly detect when make-local-hook was used.
17788 (remove-hook): Correctly handle strange cases about local hooks.
17789
17790 2003-10-21 David Ponce <david@dponce.com>
17791
17792 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
17793 argument REAL, to return a real number instead of a rounded
17794 integer value. Define as inline function.
17795 (ruler-mode-right-fringe-cols): Likewise.
17796 (ruler-mode-scroll-bar-cols): New function.
17797 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
17798 (ruler-mode-right-scroll-bar-cols): Likewise.
17799 (ruler-mode-space): New function.
17800 (ruler-mode-ruler): Use it. Handle variations of fringe style,
17801 scroll bar mode and margins in a more robust way.
17802
17803 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
17804
17805 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
17806 (antlr-c-init-language-vars): New function.
17807 (antlr-mode): Use it with cc-mode before v5.29.
17808 (antlr-c-common-init): Don't set some local vars here.
17809 (antlr-mode): Set them here.
17810 (antlr-c-forward-sws): New function alias.
17811 (antlr-mode): Redefine with cc-mode before v5.30.
17812 (antlr-skip-sexps): Use it.
17813 (antlr-skip-exception-part): Ditto.
17814 (antlr-skip-file-prelude): Ditto.
17815 (antlr-outside-rule-p): Ditto.
17816 (antlr-end-of-body): Ditto.
17817 (antlr-option-kind): Ditto.
17818 (antlr-insert-option-area): Ditto.
17819 (antlr-file-dependencies): Ditto.
17820
17821 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17822
17823 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
17824 Move backward only if point was not inside an entry.
17825
17826 2003-10-21 Richard M. Stallman <rms@gnu.org>
17827
17828 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
17829
17830 2003-10-21 Juri Linkov <juri@jurta.org>
17831
17832 * compare-w.el: Automatically skip non-matching text to resync.
17833 (compare-windows-whitespace): Doc fix.
17834 (compare-windows-sync, compare-windows-sync-string-size)
17835 (compare-windows-recenter, compare-ignore-whitespace)
17836 (compare-windows-highlight, compare-windows-face): New variables.
17837 (compare-windows): Use compare-windows-sync.
17838 (compare-windows-highlight, compare-windows-dehighlight)
17839 (compare-windows-sync-regexp)
17840 (compare-windows-sync-default-function): New functions.
17841
17842 2003-10-21 Juri Linkov <juri@jurta.org>
17843
17844 * diff.el (diff-parse-differences): Don't visit the files now;
17845 instead, just record the error locus.
17846
17847 2003-10-21 Dave Love <fx@gnu.org>
17848
17849 * progmodes/cfengine.el: New file.
17850
17851 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17852
17853 * complete.el (PC-do-completion): Do not forget to use `pred' as the
17854 default-directory when completing file names.
17855
17856 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
17857
17858 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
17859 followed by the word `face', it gets treated as a face, even if
17860 it is also defined as a variable or a function.
17861
17862 2003-10-20 Dave Love <fx@gnu.org>
17863
17864 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17865 Avoid incf in macro expansion.
17866
17867 2003-10-20 John Paul Wallington <jpw@gnu.org>
17868
17869 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
17870 `evenp' so we don't implicitly require cl library at runtime.
17871
17872 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
17873
17874 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
17875 (help-make-xrefs): Only make cross-references for faces if
17876 preceded or followed by the word `face'. Do not make a
17877 cross-reference for variables without variable documentation,
17878 unless preceded by the word `variable' or `option'. Update doc
17879 string accordingly.
17880
17881 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
17882
17883 * progmodes/hideshow.el: Rewrite one-armed `if'
17884 constructs using either `when' or `unless'.
17885 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
17886
17887 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
17888
17889 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
17890 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
17891 instead of 12x12.
17892
17893 2003-10-16 Eli Zaretskii <eliz@gnu.org>
17894
17895 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
17896 message while converting to Babyl.
17897
17898 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
17899
17900 * allout.el (allout-mode): Doc fix.
17901
17902 2003-10-16 Lute Kamstra <lute@gnu.org>
17903
17904 * subr.el (force-mode-line-update): Fix docstring.
17905
17906 2003-10-14 Dave Love <fx@gnu.org>
17907
17908 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
17909 (default-input-method): Add :link, improve :type.
17910 (locale-charset-language-names): Fix utf-8 pattern.
17911 (locale-charset-match-p, locale-charset-alist)
17912 (locale-charset-to-coding-system): New.
17913 (set-locale-environment): Deal with codeset part of locale specs.
17914
17915 2003-10-14 Lute Kamstra <lute@gnu.org>
17916
17917 * fringe.el (fringe-mode): Use active voice in docstring.
17918 (set-fringe-style): Ditto.
17919
17920 2003-10-13 Lute Kamstra <lute@gnu.org>
17921
17922 * fringe.el (fringe-mode): Fix docstring.
17923 (set-fringe-style): Ditto.
17924
17925 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
17926
17927 * ediff-mult.el (ediff-filegroup-action):
17928 Use ediff-default-filtering-regexp.
17929
17930 * ediff-util.el (ediff-recenter): Don't call
17931 ediff-restore-highlighting twice.
17932 (ediff-select-difference): Set current difference.
17933 (ediff-unselect-and-select-difference): Add comment.
17934
17935 * ediff.el (ediff-directories,ediff-directory-revisions)
17936 (ediff-directories3,ediff-merge-directories)
17937 (ediff-merge-directories-with-ancestor)
17938 (ediff-merge-directory-revisions)
17939 (ediff-merge-directory-revisions-with-ancestor):
17940 Use ediff-default-filtering-regexp.
17941
17942 2003-10-12 Andreas Schwab <schwab@suse.de>
17943
17944 * international/mule-cmds.el (locale-charset-language-names):
17945 Simplify regex by removing unused grouping.
17946
17947 2003-10-10 Dave Love <fx@gnu.org>
17948
17949 * bindings.el: Don't bind stop.
17950
17951 2003-10-08 Miles Bader <miles@gnu.org>
17952
17953 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
17954 face instead of attempting to emulate it.
17955
17956 2003-10-07 Kenichi Handa <handa@m17n.org>
17957
17958 * international/mule-diag.el (list-coding-systems-1): List coding
17959 systems that are loaded automatically.
17960
17961 * international/code-pages.el (iso-8859-11): Add autoload cookie.
17962
17963 * international/mule.el (autoload-coding-system): New function.
17964
17965 2003-10-07 Andreas Schwab <schwab@suse.de>
17966
17967 * log-edit.el (log-edit-changelog-entries): Prefer local value of
17968 change-log-default-name in the buffer visiting the file.
17969
17970 2003-10-06 Dave Love <fx@gnu.org>
17971
17972 * files.el (find-file-hook): Customize.
17973 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
17974
17975 * bindings.el (completion-ignored-extensions): Remove .log.
17976 (global-map): Add again, open, stop keys.
17977
17978 2003-10-05 Richard M. Stallman <rms@gnu.org>
17979
17980 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
17981 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
17982 Use sh-modify directly.
17983 (sh-select): Use sh-append, not eval.
17984
17985 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
17986
17987 * info.el (Info-following-node-name): New function.
17988
17989 * loadhist.el (unload-feature-special-hooks):
17990 Rename from loadhist-hook-functions.
17991 (loadhist-hook-functions): Now an alias.
17992
17993 2003-10-04 Eli Zaretskii <eliz@gnu.org>
17994
17995 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
17996 file-name clashes on 8+3 filesystems.
17997
17998 * Makefile.in (DONTCOMPILE, bootstrap-clean):
17999 Rename loaddefs-boot.el to ldefs-boot.el
18000
18001 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18002 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18003
18004 2003-10-03 Lute Kamstra <lute@gnu.org>
18005
18006 * info.el (Info-mode): Revert previous change.
18007 (Info-escape-percent): New function.
18008 (Info-fontify-node): Use it.
18009
18010 2003-10-02 Andreas Schwab <schwab@suse.de>
18011
18012 * loaddefs-boot.el: Regenerated.
18013
18014 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
18015
18016 * ffap.el: Remove defadvice related code from CVS since `complete'
18017 provides a `PC-completion-as-file-name-predicate' variable that
18018 ffap can override.
18019
18020 2003-10-02 Kenichi Handa <handa@m17n.org>
18021
18022 * international/utf-8.el (ccl-decode-mule-utf-8):
18023 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18024
18025 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18026 * international/subst-big5.el: Likewise.
18027 * international/subst-gb2312.el: Likewise.
18028 * international/subst-ksc.el: Likewise.
18029
18030 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18031
18032 * calendar/calendar.el (increment-calendar-month)
18033 (calendar-leap-year-p, calendar-absolute-from-gregorian)
18034 (generate-calendar, calendar-read-date, calendar-interval)
18035 (calendar-day-of-week): Handle years BC.
18036 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18037
18038 2003-10-01 Dave Love <fx@gnu.org>
18039
18040 * language/cyrillic.el (cp1251): Alias for windows-1251.
18041
18042 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18043 bootstrap.
18044
18045 2003-10-01 Lute Kamstra <lute@gnu.org>
18046
18047 * files.el: Fix typo.
18048 * imenu.el (imenu--generic-function): Docstring fix.
18049
18050 2003-09-30 Richard M. Stallman <rms@gnu.org>
18051
18052 * dired.el (dired-mode): Handle dired-directory as a list.
18053
18054 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
18055
18056 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18057
18058 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18059
18060 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18061 Replace gud-display with gud-watch.
18062 (gud-speedbar-buttons): Add stuff for watching expressions
18063 in the speedbar when using M-x gdba. Use dolist on old part
18064 of this function.
18065
18066 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18067 (gdb-update-flag): New variables.
18068 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
18069 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
18070 (gud-watch, gdb-var-create-handler) : New functions.
18071 (gdb-var-list-children, gdb-var-list-children-handler)
18072 (gdb-var-create-regexp, gdb-var-update-regexp)
18073 (gdb-var-list-children-regexp): New constants.
18074 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
18075 (gdb-annotation-rules): Reduce annotation set (level 3).
18076 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
18077 (gdb-post-prompt): Don't update GDB buffers every time speedbar
18078 updates.
18079 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
18080 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
18081 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
18082 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
18083 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
18084 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
18085 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
18086 (gud-display, gud-display1)
18087 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
18088 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
18089 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
18090 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
18091 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
18092 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
18093 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
18094 (gdb-display-display-buffer, gdb-toggle-display)
18095 (gdb-delete-display, gdb-expressions-popup-menu)
18096 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
18097 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
18098 to display buffer.
18099
18100 2003-09-30 Richard M. Stallman <rms@gnu.org>
18101
18102 * progmodes/ada-mode.el (ada-mode): Don't use advice.
18103 Instead, set which-func-functions.
18104
18105 * progmodes/which-func.el (which-func-modes): Add ada-mode.
18106 (which-func-functions): New variable.
18107 (which-function): Use that.
18108
18109 * info.el (Info-mode): Double each `%' in header line.
18110
18111 * emacs-lisp/lisp-mnt.el (lm-with-file):
18112 When FILE is nil, run BODY in current buffer.
18113
18114 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18115
18116 * help.el (describe-mode): Start with a brief list of minor modes.
18117 Find them thru minor-mode-list so as to find them all.
18118 Show them in alphabetical order.
18119
18120 * mail/sendmail.el (mail-aliases): Doc fix.
18121
18122 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18123
18124 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18125
18126 * mail/rmailsum.el (rmail-make-summary-line-1):
18127 Change comma after last label to a space.
18128 (rmail-summary-font-lock-keywords): Adapt to that change.
18129
18130 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
18131
18132 * progmodes/scheme.el (scheme-mode-variables): When setting
18133 `font-lock-defaults', also specify that "#" should
18134 be interpreted with `word' syntax.
18135 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18136
18137 2003-09-30 Lars Hansen <larsh@math.ku.dk>
18138
18139 * desktop.el: A lot of comments updated.
18140 (desktop-save-mode): Minor mode introduced.
18141 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18142 (desktop-load-default): Function made obsolete.
18143 (desktop-locals-to-save): Variable made customizable.
18144 (desktop-read): Optional parameter `dirname' added.
18145 (desktop-change-dir, desktop-revert): Parameter `dirname' in
18146 `desktop-read' used.
18147 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18148
18149 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
18150
18151 * whitespace.el (whitespace-clean-msg): Add user customizable message
18152 for displaying ``clean'' output.
18153 (whitespace-buffer): Use `whitespace-clean-msg'.
18154 (whitespace-global-mode): Fix typo.
18155
18156 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
18157
18158 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18159
18160 2003-09-29 Lute Kamstra <lute@gnu.org>
18161
18162 * bindings.el (mode-line-modes): Remove superfluous :propertize
18163 construct in initialization.
18164 (mode-line-position): Change cons cell into proper list in
18165 initialization.
18166
18167 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18168
18169 * international/mule.el (decode-coding-inserted-region): Use car
18170 of the return value of find-operation-coding-system.
18171
18172 2003-09-29 Kenichi Handa <handa@m17n.org>
18173
18174 * descr-text.el (describe-char): Fix previous change.
18175
18176 2003-09-28 Kenichi Handa <handa@m17n.org>
18177
18178 * descr-text.el (describe-char-display): New function.
18179 (describe-char): Pay attention to display table on describing how
18180 a character is displayed.
18181
18182 * international/mule-cmds.el (encoded-string-description):
18183 Prepend "0x" to each encoded byte.
18184
18185 2003-09-28 Andreas Schwab <schwab@suse.de>
18186
18187 * find-file.el (ff-special-constructs): Add autoload cookie.
18188
18189 2003-09-28 Kevin Ryde <user42@zip.com.au>
18190
18191 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18192 makeinfo appends to duplicate index entries.
18193
18194 2003-09-28 Eli Zaretskii <eliz@gnu.org>
18195
18196 * dired-x.el (dired-clean-tex): Doc fix.
18197
18198 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18199 using a Chinese tutorial.
18200
18201 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18202
18203 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18204 between "MAIL FROM:" and "RCPT TO:" and the following address.
18205
18206 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18207
18208 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18209
18210 2003-09-28 David Ponce <david@dponce.com>
18211
18212 * recentf.el (recentf-initialize-file-name-history): New defcustom.
18213 (recentf-load-list): When `recentf-initialize-file-name-history'
18214 is non-nil, initialize an empty `file-name-history' with the
18215 recent list.
18216
18217 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
18218
18219 * man.el (Man-default-man-entry): Remove the leading `*' from the
18220 word at point.
18221
18222 2003-09-26 Lute Kamstra <lute@gnu.org>
18223
18224 * bindings.el (mode-line-position): Mention size indication in
18225 docstring.
18226
18227 2003-09-26 Andre Spiegel <spiegel@gnu.org>
18228
18229 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18230
18231 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18232 because it's autoloaded now.
18233
18234 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18235
18236 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18237 (sh-font-lock-keywords, sh-feature): Fix previous change of
18238 sh-feature to avoid infloop with sh-font-lock-keywords.
18239
18240 2003-09-25 Kim F. Storm <storm@cua.dk>
18241
18242 * frame.el (frame-current-scroll-bars): New defun.
18243
18244 * window.el (window-current-scroll-bars): New defun.
18245
18246 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18247
18248 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18249 cause errors when the state cache contains info on parts that have
18250 been narrowed out.
18251
18252 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18253
18254 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18255 `c-setup-paragraph-variables' has to be used when this variable is
18256 changed; it doesn't work to reinitialize the mode since that
18257 typically clobbers the variable.
18258
18259 * progmodes/cc-styles.el (c-setup-paragraph-variables):
18260 Make it interactive.
18261
18262 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18263
18264 * progmodes/cc-fonts.el (c-font-lock-declarations):
18265 Fix recognition of constructors and destructors for classes whose
18266 names are matched by `*-font-lock-extra-types'.
18267
18268 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18269 followed by an identifier in C++ then it's a type.
18270
18271 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18272
18273 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18274 problem that primarily affected XEmacs. Don't use faces to find
18275 unterminated strings since Emacs and XEmacs fontify strings
18276 differently - this function should now work better in XEmacs.
18277
18278 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18279
18280 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18281 `expand-abbrev' workaround which caused braces to misbehave inside
18282 macros.
18283
18284 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18285 handling. This bug could cause interactive font locking to bail out.
18286
18287 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18288
18289 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18290 Handle paren-style types in Pike. Also fixed some cases of
18291 insufficient handling of unbalanced parens.
18292
18293 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
18294
18295 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18296 common shell prompts that are not common filename or URL characters.
18297 (ffap-file-at-point): Use the new regexp to strip the prompts from
18298 the file names. This is an issue mostly for user prompts that
18299 don't have a trailing space and find-file-at-point is invoked from
18300 within a shell inside Emacs.
18301
18302 2003-09-24 Andre Spiegel <spiegel@gnu.org>
18303
18304 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18305 stamps numerically, rather than textually.
18306
18307 2003-09-24 Kenichi Handa <handa@m17n.org>
18308
18309 * language/devan-util.el (devanagari-post-read-conversion):
18310 * language/mlm-util.el (malayalam-post-read-conversion):
18311 * language/tml-util.el (tamil-post-read-conversion):
18312 Add autoload cookie.
18313
18314 * international/utf-8.el (utf-8-post-read-conversion):
18315 Call post-read-conversion functions for Devanagari, Malayalam,
18316 and Tamil.
18317
18318 2003-09-23 Dave Love <fx@gnu.org>
18319
18320 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18321
18322 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
18323
18324 * progmodes/gud.el (perldb): Add gud-until to list of commands.
18325 Update gud-remove.
18326
18327 2003-09-22 Richard M. Stallman <rms@gnu.org>
18328
18329 * progmodes/sh-script.el (sh-mode-default-syntax-table):
18330 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
18331 (sh-mode-syntax-table-input): New variable.
18332 (sh-require-final-newline): Don't use eval.
18333 (sh-builtins, sh-leading-keywords, sh-other-keywords)
18334 (sh-variables, sh-font-lock-keywords): Don't use eval.
18335 (sh-set-shell): When setting require-final-newline,
18336 treat value = `require-final-newline' as don't change it.
18337 Set sh-mode-syntax-table locally based on
18338 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18339
18340 * progmodes/compile.el (compile-internal):
18341 Call compilation-set-window-height before setting window start.
18342
18343 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
18344
18345 * emacs-lisp/bytecomp.el (byte-compile-log-file):
18346 Clear out byte-compile-last-warned-form.
18347
18348 2003-09-22 Richard M. Stallman <rms@gnu.org>
18349
18350 * woman.el (woman-file-name, woman-follow-word):
18351 If current-word returns nil, use "".
18352
18353 * simple.el (eval-expression): Bind standard-output in to-buffer case.
18354
18355 2003-09-22 Richard M. Stallman <rms@gnu.org>
18356
18357 * emacs-lisp/lisp-mnt.el (lm-with-file):
18358 Don't visit the file, just use insert-file-contents in temp buffer.
18359
18360 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
18361
18362 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18363 Add surrounding \\( and \\) around the header, as in
18364 for lm-history-header 'Change Log\\|History'.
18365
18366 2003-09-22 John Paul Wallington <jpw@gnu.org>
18367
18368 * progmodes/ld-script.el: Add Commentary section,
18369 minor cleanup of file header.
18370 (ld-script-font-lock-keywords): Doc fix.
18371 (toplevel): Provide `ld-script' feature.
18372
18373 2003-09-21 Kim F. Storm <storm@cua.dk>
18374
18375 * scroll-bar.el (set-scroll-bar-mode): Initialize to
18376 new built-in variable default-frame-scroll-bars.
18377 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18378 scroll-bar-mode; notably, use it instead of t when we toggle
18379 scroll-bars on.
18380 (toggle-scroll-bar): Use default-frame-scroll-bars.
18381
18382 2003-09-19 Masatake YAMATO <jet@gyve.org>
18383
18384 * pcvs.el (cvs-do-removal): Change the prompt depending on
18385 `filter' value.
18386
18387 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18388
18389 * startup.el (command-line-1): Stop startup-echo-area-message
18390 being hidden by "Loading image..." message.
18391 (use-fancy-splash-screens-p, display-splash-screen):
18392 Move display-graphic-p test from latter to former.
18393
18394 * progmodes/sh-script.el (sh-font-lock-keywords):
18395 Highlight escaped EOLs differently from other backslash constructs.
18396
18397 2003-09-19 Richard M. Stallman <rms@gnu.org>
18398
18399 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18400 New functions.
18401 (edebug-enter, edebug-outside-excursion): Use them.
18402
18403 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18404 Fix the condition for whether to print "In WHERE".
18405
18406 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
18407
18408 * finder.el (finder-mode-hook): New variable.
18409 (finder-mode): Run hook finder-mode-hook
18410
18411 2003-09-18 Masatake YAMATO <jet@gyve.org>
18412
18413 * progmodes/ebrowse.el: Fix broken magic autoload comments.
18414
18415 2003-09-17 Mario Lang <mlang@delysid.org>
18416
18417 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18418 "p %e" to actually print the value in the GUD buffer.
18419
18420 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
18421
18422 From David Ponce <david.ponce@wanadoo.fr>:
18423 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18424 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18425 from loaddefs-boot.el if necessary.
18426
18427 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
18428
18429 * progmodes/gud.el (gud-find-class): Make jdb work again since
18430 cc-mode changed the syntactic information.
18431
18432 2003-09-15 David Ponce <david@dponce.com>
18433
18434 * recentf.el: (recentf-exclude): Accept predicates too.
18435 (recentf-file-readable-p): New function.
18436 (recentf-include-p): Handle predicates in recentf-exclude.
18437 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
18438 (recentf-cleanup): Likewise.
18439 (recentf-save-list): Use write-file to handle backup of
18440 recentf-save-file.
18441
18442 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
18443
18444 * loaddefs-boot.el: Renamed from `loaddefs.el'
18445 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18446 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18447 necessary.
18448
18449 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
18450
18451 * electric.el (Electric-pop-up-window): For the `one-window' case,
18452 no longer disconcertingly move point in the original buffer.
18453
18454 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18455
18456 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18457
18458 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
18459
18460 * dired.el (dired-mode-map): Fix typo.
18461
18462 2003-09-11 Richard M. Stallman <rms@gnu.org>
18463
18464 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18465
18466 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18467
18468 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18469 the function is less noisy. Now only `kill-buffer' can ask questions.
18470
18471 2003-09-10 Mario Lang <mlang@delysid.org>
18472
18473 * battery.el: Update Commentary and Copyright.
18474 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18475 appear due to wrong ordering of the expressions in `or'.
18476
18477 2003-09-09 Lute Kamstra <lute@gnu.org>
18478
18479 * misc.el (upcase-char): Fix docstring.
18480 (zap-up-to-char): New command.
18481
18482 2003-09-08 David Ponce <david@dponce.com>
18483
18484 Ensure that recentf correctly updates the menu bar.
18485 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18486 (recentf-menu-bar): New function.
18487 (recentf-clear-data): Use it
18488 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
18489 of easy-menu-change.
18490
18491 2003-09-08 Lute Kamstra <lute@gnu.org>
18492
18493 * simple.el (size-indication-mode): New.
18494 * bindings.el (mode-line-position): Add buffer size indicator.
18495
18496 2003-09-04 Mario Lang <mlang@delysid.org>
18497
18498 * battery.el (battery-linux-proc-acpi): New function.
18499 (battery-status-function): Modify default value calculation to also
18500 check for availability of ACPI.
18501 (battery-echo-area-format): Ditto.
18502 (battery-mode-line-format): Ditto.
18503
18504 2003-09-06 Dave Love <fx@gnu.org>
18505
18506 * ielm.el (ielm-mode-hook): Add :options.
18507
18508 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18509 (eldoc-print-current-symbol-info): Use it.
18510
18511 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
18512
18513 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18514 being displayed in GUD buffer.
18515 (gdb-idle-input-queue): Remove var. Use just one queue.
18516 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18517 Remove functions. Use just one queue.
18518 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18519 (gdb-invalidate-assembler, gdb-get-current-frame):
18520 Modify functions. Use just one queue.
18521
18522 2003-09-04 Dave Love <fx@gnu.org>
18523
18524 * cus-start.el: Add blink-cursor-alist.
18525
18526 * ruler-mode.el (ruler-mode-fill-column-char)
18527 (ruler-mode-current-column-char): Use char-displayable-p,
18528 not window-system.
18529
18530 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18531
18532 * language/european.el (windows-1252): Move from code-pages.
18533
18534 * language/cyrillic.el ("Windows-1251"): Delete.
18535 ("Bulgarian", "Belarusian"): Remove `features'.
18536 (windows-1251): Move from code-pages.
18537
18538 * international/mule-diag.el (non-iso-charset-alist):
18539 Remove `codepage' stuff.
18540 (print-designation, list-coding-systems-1): Output fixes.
18541
18542 * international/code-pages.el (cp-make-translation-table)
18543 (cp-valid-codes): Made defsubsts.
18544 (cp-fix-safe-chars): Delete.
18545 (mule-diag): Don't require.
18546 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18547 (top-level): Check for defined coding system when defining
18548 cp... aliases. Change w32-add-charset-info test to avoid warning.
18549 (non-iso-charset-alist): Defvar when compiling.
18550 (cp-make-coding-system): Doc fix.
18551
18552 2003-09-02 Jason Rumney <jasonr@gnu.org>
18553
18554 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
18555 line-ends from CVS before doing conversion.
18556
18557 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
18558
18559 * calendar/diary-lib.el (diary-header-line-flag)
18560 (diary-header-line-format): New variables.
18561 (list-diary-entries): Use them to set header line in simple diary.
18562
18563 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
18564 other than font-lock-string-face to highlight backslashes.
18565
18566 2003-09-01 Jason Rumney <jasonr@gnu.org>
18567
18568 * international/titdic-cnv.el (tit-read-key-value): Include \r in
18569 regexp.
18570
18571 2003-09-01 Dave Love <fx@gnu.org>
18572
18573 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
18574
18575 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
18576 and :help; also line and column numbers labels.
18577
18578 * international/mule-util.el (char-displayable-p): Move from
18579 latin1-disp, rename and autoload.
18580
18581 * international/latin1-disp.el (latin1-char-displayable-p):
18582 Now obsolete alias. Replace uses with char-displayable-p.
18583 (latin1-display-ucs-per-lynx): Fix last change.
18584
18585 * international/mule-cmds.el (standard-display-european-internal):
18586 Don't use char code for Latin-1 NBSP.
18587 <XFree86 4>: Unfrob NBSP display table. Set display table to use
18588 U+2018, U+2019 for `'.
18589 (select-safe-coding-system): Message fix.
18590
18591 2003-09-01 Kenichi Handa <handa@m17n.org>
18592
18593 * international/fontset.el (setup-default-fontset): For Thai
18594 font, specify "*" family.
18595
18596 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18597
18598 * progmodes/compile.el (previous-error): Accept a prefix
18599 argument, similarly to next-error.
18600
18601 2003-08-31 Masatake YAMATO <jet@gyve.org>
18602
18603 * pcvs.el (cvs-do-removal): Use = instead of eq to check
18604 the number of files. Bind the number of files to a local
18605 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
18606
18607 2003-08-30 Eli Zaretskii <eliz@gnu.org>
18608
18609 * vc-hooks.el (vc-make-version-backup): Fix the change made on
18610 2003-07-26: msdos-long-file-names is a function, not a variable.
18611
18612 2003-08-29 Richard M. Stallman <rms@gnu.org>
18613
18614 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
18615 Do nothing with mail-personal-alias-file if it is nil.
18616
18617 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
18618 Do nothing if mail-personal-alias-file is nil.
18619
18620 * term.el (term-exec-1): Bind coding-system-for-read.
18621
18622 * dired.el (dired-mouse-find-file-other-window):
18623 Use dired-view-command-alist here, as in dired-view-file.
18624 (dired-view-command-alist): Use %s to substitute file name.
18625 Handle .ps_pages, .eps, .jpg, .gif, .png.
18626
18627 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18628
18629 * info.el (Info-mode-map): Bind S-tab and <backtab> to
18630 `Info-prev-reference', instead of M-tab.
18631
18632 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
18633
18634 * simple.el (blink-matching-open): Work correctly on chars that
18635 are designated as parens through the syntax-table text property.
18636
18637 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
18638
18639 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
18640 line break position in the middle of a non-kinsoku (e.g. latin)
18641 word, making it skip until either a space or a character with
18642 category "|".
18643 (kinsoku-longer): Test for end of buffer.
18644
18645 2003-08-28 Eli Zaretskii <eliz@gnu.org>
18646
18647 * mail/rmail.el (rmail-convert-to-babyl-format):
18648 Detect quoted-printable- and base64-encoded messages and decode them
18649 automatically. Set the message's encoding from the charset=
18650 header, if any. Decode base64-encoded messages in Mail format as well.
18651
18652 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18653
18654 * mail/smtpmail.el: Fix previous change.
18655 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
18656 calling smtpmail-via-smtp.
18657 (smtpmail-via-smtp): Add fall-back values for envelope-from.
18658
18659 2003-08-26 John Paul Wallington <jpw@gnu.org>
18660
18661 * image.el (image-jpeg-p): Don't search beyond length of data.
18662
18663 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18664
18665 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
18666 misfeature in `expand-abbrev' which caused electric keywords like
18667 "else" to disappear if an open brace was typed directly afterwards.
18668
18669 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18670
18671 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
18672 mandatory in `define-widget'.
18673
18674 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
18675 Don't align the operators "!=", "<=" and ">=" as assignment operators.
18676
18677 (c-assignment-operators): New language constant that only contains
18678 the assignment operators.
18679
18680 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
18681
18682 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18683
18684 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18685 Safeguard against unbalanced sexps.
18686
18687 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
18688
18689 * version.el (emacs-version): Check for gtk. Include gtk version info.
18690
18691 2003-08-25 John Paul Wallington <jpw@gnu.org>
18692
18693 * man.el (Man-default-man-entry): Don't whizz past the section
18694 number before looking for it.
18695
18696 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
18697
18698 * progmodes/gud.el (gud-display-line): Don't set window-point if
18699 source buffer is not visible. (Only happens with M-x gdba.)
18700
18701 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
18702 documentation.
18703 (gdb-source, gdb-source-info): Update to assembler unnecessary
18704 as its done after each GDB command anyway.
18705 (gdb-pre-prompt): Use with-current-buffer.
18706 (gdb-insert-field): Add help-echo text.
18707 (gdb-invalidate-assembler): Re-display of assembler now done in
18708 gdb-info-breakpoints-custom.
18709 (gdb-info-breakpoints-custom): Force re-display of assembler to
18710 happen *after* update of breakpoints buffer.
18711 (gdb-display-source-buffer): Don't choke if gdb-source-window
18712 isn't visible.
18713 (gdb-put-string, gdb-put-arrow): Remove free variables.
18714
18715 2003-08-24 John Paul Wallington <jpw@gnu.org>
18716
18717 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
18718
18719 * man.el (Man-default-man-entry): Strip text properties when
18720 snarfing parts of entry because `format' preserves properties.
18721
18722 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18723
18724 * files.el (file-newest-backup): Use `expand-file-name'.
18725
18726 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
18727 Allow the diary to pop up a new frame, if needed.
18728
18729 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
18730 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
18731 (smtpmail-send-it): Make treatment of envelope-from consistent with
18732 sendmail.el.
18733
18734 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
18735 (sh-leading-keywords): Add the bash `time' reserved word.
18736 (sh-variables): Add some bash variables.
18737 (sh-add-completer): Fix nil branch of case statement.
18738
18739 2003-08-24 Masatake YAMATO <jet@gyve.org>
18740
18741 * progmodes/ld-script.el: New file.
18742
18743 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
18744
18745 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
18746
18747 2003-08-23 Andre Spiegel <spiegel@gnu.org>
18748
18749 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
18750 Better explain obsolescence, and what to use instead.
18751
18752 2003-08-23 Masatake YAMATO <jet@gyve.org>
18753
18754 * pcvs.el (cvs-do-removal): Show the deleted file name
18755 on the prompt.
18756
18757 2003-08-20 Dave Love <fx@gnu.org>
18758
18759 * international/mule.el (make-coding-system)
18760 (set-buffer-file-coding-system): Doc fix.
18761
18762 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
18763
18764 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
18765
18766 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
18767
18768 * international/utf-16.el: Add mime-text-unsuitable coding system
18769 properties.
18770
18771 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
18772
18773 * cus-edit.el: Add some :links.
18774 (bib): Remove.
18775
18776 * textmodes/bib-mode.el (bib): Add :group external.
18777
18778 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
18779
18780 * wid-edit.el (widget-echo-help): Make it handle expressions that
18781 evaluate to strings.
18782
18783 2003-08-18 Michael Mauger <mmaug@yahoo.com>
18784
18785 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
18786
18787 Simplify selection of SQL products to define highlighting and
18788 interactive mode. Includes detailed instructions on adding
18789 support for new products.
18790
18791 * progmodes/sql.el (sql-product): New variable. Identifies SQL
18792 product for use in highlighting and interactive mode.
18793 (sql-interactive-product): New variable. SQL product for
18794 sql-interactive-mode.
18795 (sql-product-support): New variable. Specifies product-specific
18796 parameters to drive highlighting and interactive mode.
18797 (sql-imenu-generic-expression): Add more object types.
18798 (sql-sqlite-options): Correct comment.
18799 (sql-ms-program): Use "osql" rather than "isql".
18800 (sql-prompt-regexp, sql-prompt-length): Update comment.
18801 (sql-mode-menu): Add "Start SQLi session" entry.
18802 Replace Highlighting submenu with Product menu. Fix Send Region entry.
18803 (sql-mode-abbrev-table): Add abbreviations. Support of
18804 SYSTEM-FLAG on define-abbrev. Support was removed with last
18805 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
18806 (sql-mode-font-lock-object-name): Add font-lock pattern for object
18807 names.
18808 (sql-mode-ansi-font-lock-keywords): Set as default value.
18809 (sql-mode-oracle-font-lock-keywords): Set as default value.
18810 Support Oracle 9i keywords.
18811 (sql-mode-postgres-font-lock-keywords): Set as default value.
18812 (sql-mode-linter-font-lock-keywords): Set as default value.
18813 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
18814 SQLServer 2000.
18815 (sql-mode-sybase-font-lock-keywords)
18816 (sql-mode-interbase-font-lock-keywords)
18817 (sql-mode-sqlite-font-lock-keywords)
18818 (sql-mode-strong-font-lock-keywords)
18819 (sql-mode-mysql-font-lock-keywords)
18820 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
18821 keywords.
18822 (sql-mode-font-lock-defaults): Update comment.
18823 (sql-product-feature): New function. Returns feature associated
18824 with a product from `sql-product-support' alist.
18825 (sql-product-font-lock): New function. Set font-lock support
18826 based on `sql-product'.
18827 (sql-add-product-keywords): New function. Add font-lock rules to
18828 product-specific keyword variables.
18829 (sql-set-product): New function. Set `sql-product' and apply
18830 appropriate font-lock highlighting.
18831 (sql-highlight-product): New function. Set font-lock support
18832 based on a product. Also set mode name to include product name.
18833 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
18834 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
18835 Use `sql-set-product'.
18836 (sql-highlight-ms-keywords)
18837 (sql-highlight-sybase-keywords)
18838 (sql-highlight-interbase-keywords)
18839 (sql-highlight-strong-keywords)
18840 (sql-highlight-mysql-keywords)
18841 (sql-highlight-sqlite-keywords)
18842 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
18843 (sql-get-login): Prompt in the same order as the tokens.
18844 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
18845 (sql-product-interactive): New function. Common portions of
18846 product-specific interactive mode wrappers.
18847 (sql-interactive-mode): Rewritten to use product features.
18848 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
18849 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
18850 (sql-db2, sql-linter): Use `sql-product-interactive'.
18851 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
18852 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
18853 (sql-connect-ingres, sql-connect-postgres)
18854 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
18855 New functions. Format command line parameters and invoke comint on
18856 the appropriate interpreter. Code was in the corresponding
18857 `sql-xyz' function before.
18858 (sql-connect-ms): New function. Support -E argument to use
18859 operating system credentials for authentication.
18860
18861 2003-08-18 Kenichi Handa <handa@m17n.org>
18862
18863 * international/mule.el (encode-char): Fix for the ASCII case.
18864
18865 2003-08-15 Kenichi Handa <handa@m17n.org>
18866
18867 * international/fontset.el (setup-default-fontset): Change "*" to
18868 nil in the specifications of font family.
18869
18870 2003-08-18 Kim F. Storm <storm@cua.dk>
18871
18872 * kmacro.el (kmacro-keymap): Group related bindings in
18873 initialization for clarity. Bind C-s to start macro.
18874 Remove C-r binding.
18875 (kmacro-initial-counter-value): New defvar to hold initial counter
18876 value in case we set the value before defining a macro.
18877 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
18878 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
18879 not defining or executing macro. Doc fix.
18880 (kmacro-add-counter): Clear kmacro-initial-counter-value.
18881 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
18882 temporarily view older elements on the macro ring without cycling
18883 the ring.
18884 (kmacro-display): Doc fix.
18885 (kmacro-exec-ring-item): New helper function.
18886 (kmacro-call-ring-2nd): Use it.
18887 (kmacro-call-ring-2nd-repeat): Doc fix.
18888 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
18889 (kmacro-end-or-call-macro): Execute last viewed macro (using
18890 kmacro-exec-ring-item) from ring if this follows
18891 kmacro-view-macro. This allows us to find a macro on the ring
18892 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
18893 the ring to bring it to the head of the ring.
18894 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
18895 Allow binding to reserved keys without specifying C-x C-k prefix.
18896 Ask for confirmation if entered key sequence is already bound to
18897 a non-macro command.
18898 (kmacro-view-macro): Repeating command will show older elements
18899 on the macro ring; C-k will execute the last viewed macro.
18900 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
18901 property from 'ring to 'head.
18902
18903 2003-08-17 Alan Shutko <ats@acm.org>
18904
18905 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
18906 keeping December out of the alist.
18907
18908 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
18909
18910 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
18911 * calendar/calendar.el (calendar-mode-map): Bind it to key.
18912 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
18913 (calendar-flatten): New function.
18914 (calendar-mouse-view-other-diary-entries)
18915 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
18916 in the menu title and to show multi-line diary entries correctly
18917 in the menu.
18918
18919 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
18920
18921 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
18922 defcustom, because the default was recently changed.
18923
18924 2003-08-16 Richard M. Stallman <rms@gnu.org>
18925
18926 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
18927
18928 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18929 New subroutine, broken out of eval-last-sexp-1.
18930 (eval-last-sexp-1): Use eval-last-sexp-print-value.
18931
18932 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
18933
18934 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
18935
18936 * simple.el (eval-expression): Use eval-last-sexp-print-value.
18937
18938 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
18939
18940 * progmodes/compile.el (compilation-error-regexp-alist):
18941 Add Java ANt error detection as described in document
18942 http://ant.apache.org/faq.html
18943
18944 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
18945
18946 * simple.el (backward-word, forward-to-indentation)
18947 (backward-to-indentation): Argument changed to optional.
18948 (next-line, previous-line): Use `or' instead of `unless'.
18949
18950 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18951
18952 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
18953 instead of a constant.
18954
18955 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
18956
18957 * shell.el (shell): With prefix-arg, suggest a new buffer name.
18958
18959 2003-08-12 Andre Spiegel <spiegel@gnu.org>
18960
18961 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
18962 (vc-sccs-workfile-version): Search the entire delta table, rather
18963 than just the first entry, because that might be a deleted version.
18964
18965 2003-08-11 Karl Fogel <kfogel@red-bean.com>
18966
18967 * menu-bar.el (menu-bar-options-menu): Supply a body for the
18968 [save-place] binding in the Options menu. Have it require
18969 'saveplace' and then toggle the variable manually, to avoid an an
18970 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
18971 for the bug report.
18972
18973 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
18974
18975 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
18976 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
18977 (gdb-info-threads-custom): Add help-echo text.
18978 (gdb-display-back): Don't use purecopy.
18979 (gdb-info-breakpoints-custom, gdb-reset)
18980 (gdb-assembler-custom): Use display-images-p to test if breakpoint
18981 icons can be displayed.
18982
18983 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
18984
18985 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
18986
18987 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
18988
18989 * bookmark.el (bookmark-completing-read):
18990 Return a string, instead of a list of one string.
18991 Use a popup menu if activated from the mouse.
18992 (bookmark-edit-annotation): Remove unused vars.
18993 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
18994 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
18995 to bookmark-completing-read.
18996 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18997 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
18998 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
18999 and erase-buffer.
19000 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19001 (bookmark-menu-jump, bookmark-menu-insert)
19002 (bookmark-popup-menu-and-apply-function)
19003 (bookmark-menu-popup-paned-bookmark-menu): Remove.
19004 (bookmark-menu-build-paned-menu): Remove by folding it into
19005 bookmark-menu-popup-paned-menu.
19006 (menu-bar-bookmark-map): Move the define-key statements here.
19007 Use the "non-menu" commands since they now pop up a menu if needed.
19008 (bookmark-exit-hook-internal): Simplify.
19009
19010 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
19011
19012 * reftex-toc.el (reftex-toc-rename-label): New function.
19013 (reftex-toc-check-docstruct): New function.
19014
19015 * reftex.el (reftex-region-active-p): New function.
19016
19017 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19018 regexp to find the \bibliography macro.
19019
19020 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19021 which does not exist in LaTeX.
19022 (reftex-cite-format-builtin): Added amsrefs support.
19023 (reftex-toc-confirm-promotion): New option
19024
19025 * reftex-toc.el
19026 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19027 (reftex-toc-demote, reftex-toc-promote)
19028 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19029 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19030 (reftex-toc-newhead-from-alist)
19031 (reftex-toc-load-all-files-for-promotion): New functions.
19032 (reftex-toc-help): Added description of new keys.
19033 (reftex-toc-split-windows-fraction): New option.
19034 (reftex-recenter-toc-when-idle): Search *toc* window on all
19035 visible frames.
19036 (reftex-toc): Additional parameter REUSE
19037 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
19038 with REUSE argument.
19039 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19040 the call of `reftex-toc'.
19041 (reftex-make-separate-toc-frame): New function .
19042 (reftex-toc-recenter): When called with triple prefix arg, call
19043 `reftex-make-separate-toc-frame' first.
19044 (reftex-toc-toggle-dedicated-frame): New command.
19045 (reftex-toc-quit): Adapted to delete frame when called in
19046 dedicated frame.
19047
19048 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19049 all enclosing macros.
19050
19051
19052 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19053
19054 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19055 first use.
19056
19057 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19058
19059 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19060
19061 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19062
19063 * calendar/calendar.el (list-diary-entries-hook)
19064 (diary-display-hook, nongregorian-diary-listing-hook)
19065 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19066 Add some customize options for these hooks.
19067 (calendar-abbrev-construct): Don't try to take a substring longer
19068 than the original string.
19069
19070 2003-08-05 Richard M. Stallman <rms@gnu.org>
19071
19072 * emacs-lisp/testcover.el (noreturn): Report error if does return.
19073 (testcover-reinstrument-clauses): Doc fix.
19074
19075 * emacs-lisp/warnings.el: Doc fixes, args renamed.
19076 (warning-type-format): Rename from warning-group-format.
19077
19078 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
19079 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
19080 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
19081 to prevent warnings about defvar for an obsolete variable.
19082
19083 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
19084 warning-group-format renamed to warning-type-format.
19085
19086 * subr.el (read-passwd): Use clear-string instead of fillarray.
19087
19088 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
19089 Use vconcat instead of concat.
19090 (edmacro-sanitize-for-string): New function.
19091
19092 2003-08-05 Dave Love <fx@gnu.org>
19093
19094 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
19095 line-number-display-limit-width.
19096
19097 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
19098
19099 2003-08-05 Kenichi Handa <handa@m17n.org>
19100
19101 * international/code-pages.el: Don't require mule-diag.
19102
19103 * international/mule-diag.el (non-iso-charset-alist):
19104 Add autoload cookie.
19105
19106 * language/devan-util.el (dev-glyph-order): Add an entry for the
19107 glyph code #xC4.
19108
19109 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19110
19111 * calendar/calendar.el (diary-file, diary-file-name-prefix)
19112 (european-calendar-style, diary-date-forms)
19113 (calendar-day-name-array, calendar-month-name-array): Doc change.
19114 (generate-calendar-month): Adapt for new behaviour of
19115 `calendar-day-name' function.
19116 (calendar-abbrev-length, calendar-day-abbrev-array)
19117 (calendar-month-abbrev-array): New variables.
19118 (calendar-abbrev-construct): New function.
19119 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19120 rather than fixing abbrevs at some width. Calling syntax change.
19121 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
19122 (calendar-date-string): Adapt for new behaviours of
19123 `calendar-day-name' and `calendar-month-name' functions.
19124
19125 * calendar/diary-lib.el (list-diary-entries): Adapt for new
19126 behaviour of `calendar-day-name' and `calendar-month-name' functions.
19127 (diary-name-pattern): Use abbrev arrays, rather than fixing
19128 abbrevs at three chars. Calling syntax change.
19129 (mark-diary-entries): Adapt for new behaviours of
19130 `diary-name-pattern' and `calendar-make-alist' functions.
19131 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19132 `diary-name-pattern' function.
19133 (font-lock-diary-date-forms): Use abbrev arrays, rather than
19134 fixing abbrevs at three chars. Calling syntax change.
19135 (cal-hebrew, cal-islam): Require when compiling.
19136 (diary-font-lock-keywords): Adapt for new behaviour of
19137 `font-lock-diary-date-forms' function.
19138
19139 * calendar/cal-hebrew.el: Reposition some code so defined before used.
19140 (calendar-hebrew-month-name-array-common-year)
19141 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19142 (list-hebrew-diary-entries): Adapt for new behaviours of
19143 `calendar-day-name' and `add-to-diary-list' functions.
19144 (mark-hebrew-diary-entries): Adapt for new behaviours of
19145 `diary-name-pattern' and `calendar-make-alist' functions.
19146
19147 * calendar/cal-islam.el (calendar-islamic-month-name-array):
19148 Add doc string.
19149 (list-islamic-diary-entries): Adapt for new behaviours of
19150 `calendar-day-name' and `add-to-diary-list' functions.
19151 (mark-islamic-diary-entries): Adapt for new behaviours of
19152 `diary-name-pattern' and `calendar-make-alist' functions.
19153
19154 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19155 `calendar-month-name' function.
19156
19157 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19158
19159 * calendar/solar.el (solar-seasons-data): Move definition before use.
19160
19161 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19162 (cal-tex-LaTeX-hourbox): Move definition before use.
19163
19164 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19165 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19166 lunar.el, solar.el
19167 (displayed-month, displayed-year): Define for compiler.
19168
19169 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19170
19171 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19172 MODE. Renamed from c-init-c-language-vars'.
19173 (c-initialize-cc-mode): Change accordingly.
19174 (c-common-init): Ditto.
19175 (c-mode): Ditto.
19176 (c++-mode): Use `c-init-language-vars-for'.
19177 (objc-mode): Ditto.
19178 (java-mode): Ditto.
19179 (idl-mode): Ditto.
19180 (pike-mode): Ditto.
19181 (awk-mode): Ditto.
19182
19183 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19184
19185 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19186 or not the point moved.
19187
19188 (c-search-decl-header-end): Don't trip up on operator identifiers
19189 in C++ and operators like == in all languages.
19190
19191 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19192 Detect leading labels correctly.
19193
19194 2003-08-02 Andreas Schwab <schwab@suse.de>
19195
19196 * textmodes/ispell.el: Don't redo key bindings on loading, put
19197 them only in loaddefs.el.
19198 * bookmark.el: Likewise.
19199 * dabbrev.el: Likewise.
19200 * emerge.el: Likewise.
19201
19202 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19203 has more than one member.
19204
19205 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19206
19207 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19208
19209 * lpr.el (printify-region): It was ending conversion before the
19210 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
19211
19212 2003-07-31 John Paul Wallington <jpw@gnu.org>
19213
19214 * net/browse-url.el (browse-url-epiphany): Doc fix.
19215
19216 2003-07-30 Kenichi Handa <handa@m17n.org>
19217
19218 * international/fontset.el (setup-default-fontset):
19219 Change registry names of Akurti fonts.
19220
19221 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19222
19223 * comint.el (comint-read-noecho): Use `clear-string' instead of
19224 `fillarray'.
19225
19226 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
19227
19228 * outline.el (outline-mode-hook): Add defvar.
19229
19230 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
19231
19232 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19233 Restore assembler in source window if that is what has been selected.
19234 (menu): Add gdb-restore-windows to menu. Make gdba
19235 specific menus only visible from gdba.
19236
19237 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
19238
19239 * progmodes/compile.el (compilation-environment): New user variable.
19240 (compile-internal): Respect it.
19241
19242 2003-07-23 Masatake YAMATO <jet@gyve.org>
19243
19244 * progmodes/gud.el (gdb-script-font-lock-keywords):
19245 Put `font-lock-function-name-face' on a symbol which includes
19246 `-' like `hook-run'. Put font-lock-variable-name-face
19247 on a symbol starting with $.
19248
19249 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
19250
19251 * files.el (set-visited-file-name): Use truename for buffer-file-name.
19252
19253 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19254
19255 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19256
19257 2003-07-26 Andre Spiegel <spiegel@gnu.org>
19258
19259 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19260 Use with-no-warnings.
19261 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19262 rather than to find-file-not-found-hook, which doesn't exist.
19263
19264 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19265
19266 * international/quail.el (quail-translate-key): Fix previous change.
19267
19268 2003-07-25 John Paul Wallington <jpw@gnu.org>
19269
19270 * server.el (server-start): Check `server-process' is non-nil
19271 before killing it to avoid killing current buffer's process.
19272
19273 * simple.el (choose-completion-string): Use `minibufferp';
19274 test `completion-reference-buffer' if `buffer' arg is nil.
19275 (push-mark): Use `when' and `unless'.
19276 (pop-mark): Use `when'.
19277
19278 * mouse-sel.el (mouse-sel-get-selection-function):
19279 Check `x-last-selected-text-primary'. Don't barf if it or
19280 `x-last-selected-text' aren't bound.
19281
19282 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19283
19284 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19285
19286 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
19287
19288 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19289
19290 2003-07-23 John Paul Wallington <jpw@gnu.org>
19291
19292 * tooltip.el (defface tooltip): Inherit from variable-pitch.
19293
19294 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19295
19296 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19297 string. Defvar the derived hook.
19298
19299 * macros.el (insert-kbd-macro): Escape double quote character.
19300 From Thomas W Murphy <twm@andrew.cmu.edu>.
19301
19302 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
19303
19304 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19305 to match the specific mark rather than reusing comment-start-skip.
19306
19307 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
19308
19309 * progmodes/hideshow.el (hs-special-modes-alist):
19310 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
19311
19312 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
19313
19314 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19315 value using ?\s.
19316
19317 2003-07-21 John Paul Wallington <jpw@gnu.org>
19318
19319 * subr.el (with-selected-window): Add closing paren.
19320
19321 2003-07-21 Richard M. Stallman <rms@gnu.org>
19322
19323 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19324 (lisp-mode): Likewise.
19325
19326 * subr.el (with-selected-window): Copy code form save-selected-window
19327 so as to call select-window with norecord arg.
19328 (dynamic-completion-table): Doc fix.
19329 (lazy-completion-table): Doc fix.
19330
19331 * international/mule-cmds.el (set-locale-environment):
19332 langinfo renamed to locale-info.
19333
19334 * international/mule.el (auto-coding-functions): Doc fix.
19335
19336 2003-07-21 Kenichi Handa <handa@m17n.org>
19337
19338 * international/quail.el (quail-translate-key):
19339 Update quail-current-str correctly.
19340
19341 2003-07-21 Andreas Schwab <schwab@suse.de>
19342
19343 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19344 ?, to "_".
19345
19346 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
19347 Version 2.0.36 of Tramp released.
19348
19349 * net/tramp.el (tramp-default-password-end-of-line): Rename from
19350 tramp-password-end-of-line.
19351 (tramp-password-end-of-line): New method parameter.
19352 (tramp-get-password-end-of-line): Function to access method
19353 parameter `tramp-password-end-of-line', or variable
19354 `tramp-default-password-end-of-line' (default value).
19355 (tramp-methods): Add entries for new parameter
19356 tramp-password-end-of-line.
19357 (tramp-enter-password): Use new function
19358 `tramp-get-password-end-of-line'.
19359 (tramp-handle-insert-file-contents): Do not
19360 unconditionally inhibit the file operation file-local-copy, only
19361 do that when the inhibit-file-name-operation is currently
19362 insert-file-contents. This fixes finding remote CVS-controlled
19363 files. (It would barf on inserting the CVS/Entries file
19364 literally, because the file-local-copy handler wasn't called.)
19365 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19366 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19367 (tramp-initial-commands): New variable.
19368 (tramp-process-initial-commands): New function, using the variable.
19369 (tramp-open-connection-setup-interactive-shell): Call the new function.
19370 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19371 method into the buffer name, never use nil. Reported by Hanak
19372 David <dhanak@inf.bme.hu>.
19373 (tramp-open-connection-setup-interactive-shell): Erase buffer
19374 before sending "stty -onlcr".
19375
19376 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19377
19378 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
19379
19380 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19381
19382 2003-07-19 John Paul Wallington <jpw@gnu.org>
19383
19384 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19385 (artist-draw-rect, artist-draw-square): Doc fixes.
19386
19387 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19388
19389 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19390
19391 2003-07-19 Kenichi Handa <handa@m17n.org>
19392
19393 * international/kkc.el (kkc-show-conversion-list-update):
19394 Highlight the correct candidate in the message.
19395
19396 2003-07-18 John Paul Wallington <jpw@gnu.org>
19397
19398 * simple.el (current-word): Don't include punctuation char when
19399 `really-word' arg is non-nil.
19400
19401 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
19402
19403 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19404 moved to the directory obsolete.
19405
19406 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
19407
19408 * info.el (Info-menu-entry-name-re): Allow newlines in
19409 menu entry names.
19410
19411 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19412 syntax-ppss-after-change-function.
19413 (syntax-ppss-after-change-function): New alias. Update uses.
19414 (syntax-ppss): Catch the case where the buffer is narrowed.
19415
19416 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19417
19418 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19419 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19420
19421 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19422
19423 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19424 since it might be modified.
19425
19426 * progmodes/cc-langs.el (c++-make-template-syntax-table)
19427 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19428 names to these language constants.
19429
19430 2003-07-15 Kim F. Storm <storm@cua.dk>
19431
19432 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19433 All uses changed.
19434
19435 2003-07-14 Mark A. Hershberger <mah@everybody.org>
19436
19437 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19438 Namespace support.
19439
19440 2003-07-13 Juanma Barranquero <lektu@terra.es>
19441
19442 * frame.el (modify-all-frames-parameters): Reinstall (copyright
19443 papers received).
19444
19445 2003-07-13 Karl Eichwalder <ke@suse.de>
19446
19447 * textmodes/po.el (po-find-charset): White space at the start of the
19448 Content-Type field body is non-mandatory.
19449
19450 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
19451
19452 * textmodes/texinfo.el (texinfo-section-list):
19453 Append appendixsection; a synonym for appendixsec.
19454
19455 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
19456
19457 * man.el (Man-translate-cleanup): New.
19458 (Man-translate-references): Call `Man-translate-cleanup' to clean
19459 leading, trailing and middle spaces.
19460
19461 2003-07-13 Lars Hansen <larsh@math.ku.dk>
19462
19463 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19464 Handle `dired-directory' being a list.
19465
19466 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
19467
19468 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19469 it doesn't exist.
19470
19471 2003-07-12 Richard M. Stallman <rms@gnu.org>
19472
19473 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19474
19475 * progmodes/cc-defs.el (c-make-keywords-re):
19476 Don't use delete-duplicates.
19477 (c-lang-const): Don't use mapcan.
19478
19479 * apropos.el (apropos-show-scores): Make it customizable.
19480 Document new meaning.
19481 (apropos): Compute scores from symbols.
19482 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19483
19484 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19485
19486 * ps-bdf.el: Fix copyright line.
19487 (bdf-directory-list): Fix initialization code.
19488
19489 2003-07-11 John Paul Wallington <jpw@gnu.org>
19490
19491 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19492 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19493 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19494
19495 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
19496
19497 * emacs-lisp/ring.el (ring-elements): Doc fix.
19498
19499 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19500
19501 * calendar/timeclock.el (timeclock-relative)
19502 (timeclock-ask-before-exiting, timeclock-use-display-time):
19503 Doc changes.
19504 (timeclock-modeline-display): Give a message if
19505 `timeclock-use-display-time' is non-nil but `display-time-mode'
19506 is not active.
19507
19508 2003-07-11 Kenichi Handa <handa@m17n.org>
19509
19510 * international/mule-cmds.el (set-language-environment):
19511 Set current-language-environment to the correct string.
19512
19513 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19514
19515 * ps-print.el: Print line number correctly in a region. Reported by
19516 Tim Allen <timallen@ls83.fsnet.co.uk>.
19517 (ps-print-version): New version number (6.6.2).
19518 (ps-printing-region): Code fix.
19519
19520 2003-07-10 John Paul Wallington <jpw@gnu.org>
19521
19522 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19523 this function can be called from `add-completions-from-tags-table'.
19524
19525 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
19526
19527 * calendar/timeclock.el (timeclock-use-display-time)
19528 (timeclock-day-over-hook, timeclock-workday-remaining)
19529 (timeclock-status-string, timeclock-when-to-leave)
19530 (timeclock-when-to-leave-string, timeclock-log-data)
19531 (timeclock-find-discrep, timeclock-day-base)
19532 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19533 (timeclock-modeline-display): Set the variable
19534 `timeclock-modeline-display'.
19535 (timeclock-update-modeline): Doc fix. Respect value of
19536 `timeclock-relative'.
19537
19538 2003-07-09 Richard M. Stallman <rms@gnu.org>
19539
19540 * textmodes/reftex-parse.el (reftex-all-document-files):
19541 Add autoload cookie.
19542
19543 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19544 (reftex-scanning-info-available-p): Add autoload cookie.
19545
19546 * international/mule-cmds.el
19547 (set-display-table-and-terminal-coding-system): Delete duplicate
19548 aset on standard-display-table.
19549
19550 * view.el (view-file): If existing buffer's major mode is special,
19551 don't go into view mode.
19552
19553 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
19554
19555 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19556
19557 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
19558 buffer changes; there's third party code that calls this function
19559 directly.
19560
19561 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19562
19563 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
19564 (autodoc-font-lock-keywords): Don't byte compile on font lock
19565 initialization when running from byte compiled files.
19566
19567 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19568
19569 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
19570 statement ends with auto-increment "++".
19571
19572 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19573
19574 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19575 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19576 these are changed, so declare them as variables and not constants.
19577
19578 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
19579
19580 * subr.el (dolist, dotimes): Doc fix.
19581
19582 2003-07-08 Kim F. Storm <storm@cua.dk>
19583
19584 * international/mule-cmds.el
19585 (set-display-table-and-terminal-coding-system): Don't break
19586 bootstrap if standard-display-table isn't setup yet.
19587
19588 2003-07-07 Richard M. Stallman <rms@gnu.org>
19589
19590 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
19591 Give it a doc string, and autoload it.
19592
19593 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
19594 Use with-no-warnings.
19595
19596 * info.el (Info-search): If find invisible text, search again.
19597
19598 * isearch.el (search-whitespace-regexp): Add a shy group around it.
19599
19600 * man.el (Man-name-regexp): Match + as part of name.
19601
19602 * simple.el (visible-mode): Rename from vis-mode.
19603 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
19604
19605 * simple.el (current-word): New arg REALLY-WORD specifies
19606 don't include punctuation chars.
19607
19608 * emacs-lisp/debug.el (debug, debugger-env-macro):
19609 Use with-no-warnings while accessing and binding unread-command-char.
19610
19611 * international/mule-cmds.el
19612 (set-display-table-and-terminal-coding-system): Use explicit loop
19613 instead of calling standard-display-default.
19614
19615 * net/ange-ftp.el (ange-ftp-file-symlink-p):
19616 Use condition-case to catch error in ange-ftp-get-files.
19617
19618 * net/browse-url.el (browse-url-browser-function):
19619 Add alternative for Epiphany.
19620 (browse-url-epiphany-program, browse-url-epiphany-arguments)
19621 (browse-url-epiphany-startup-arguments)
19622 (browse-url-epiphany-new-window-is-tab): New variables.
19623 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
19624
19625 * progmodes/compile.el (compile-auto-highlight): Default now t.
19626 (compile): Doc fix.
19627 (compilation-next-error): Fix previous change.
19628
19629 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
19630
19631 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
19632
19633 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
19634
19635 * gdb-ui.el (gdb-source-info): Display current frame when
19636 attaching to an existing process.
19637 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
19638 while laying out windows when attaching to an existing process.
19639
19640 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
19641
19642 * info.el (Info-menu): Use Info-menu-entry-name-re.
19643
19644 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
19645
19646 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
19647 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
19648
19649 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
19650 to match the same text.
19651
19652 2003-07-06 John Paul Wallington <jpw@gnu.org>
19653
19654 * vc.el (vc-annotate-offset): Move defvar up.
19655
19656 2003-07-06 Kim F. Storm <storm@cua.dk>
19657
19658 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
19659 This should fix the infinite loop when extracting menu names.
19660
19661 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19662
19663 * files.el (auto-mode-alist, interpreter-mode-alist):
19664 Remove entries to CC Mode modes to avoid duplicates; they are now added
19665 with autoload directives in cc-mode.el.
19666
19667 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19668
19669 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19670 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19671 these are changed, so declare them as variables and not constants.
19672
19673 * progmodes/cc-mode.el: Fix some autoload problems: Try to
19674 ensure that the entry for ".c" extension comes before the one for
19675 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
19676 Fix incorrect entries that were added to `interpreter-mode-alist'.
19677 Move the autoload directives for AWK to the top level since they
19678 aren't recognized anywhere else. Do not use the new AWK mode doc
19679 in the autoload form for the old AWK mode.
19680
19681 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19682
19683 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
19684 (bibtex-sort-ignore-string-entries): Default value t.
19685 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
19686 erroneously in previous version.
19687 (bibtex-string-files): Docstring reflects new parsing scheme.
19688 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
19689 docstring, add # as one of the chars to crush
19690 (bibtex-autokey-prefix-string, bibtex-autokey-names)
19691 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
19692 (bibtex-autokey-name-change-strings)
19693 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
19694 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
19695 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
19696 (bibtex-autokey-title-terminators)
19697 (bibtex-autokey-titlewords-stretch)
19698 (bibtex-autokey-titleword-ignore)
19699 (bibtex-autokey-titleword-case-convert)
19700 (bibtex-autokey-titleword-abbrevs)
19701 (bibtex-autokey-titleword-abbrevs)
19702 (bibtex-autokey-titleword-change-strings)
19703 (bibtex-autokey-titleword-length)
19704 (bibtex-autokey-titleword-separator)
19705 (bibtex-autokey-name-year-separator)
19706 (bibtex-autokey-year-title-separator)
19707 (bibtex-autokey-before-presentation-function)
19708 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
19709 Fix docstring.
19710 (bibtex-strings, bibtex-reference-keys):
19711 Use lazy-completion-table and make-variable-buffer-local.
19712 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
19713 (bibtex-braced-string-syntax-table)
19714 (bibtex-quoted-string-syntax-table): New variables.
19715 (bibtex-parse-nested-braces): Remove.
19716 (bibtex-parse-field-string): Use syntax table and forward-sexp.
19717 (bibtex-parse-association): Simplify.
19718 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
19719 (bibtex-parse-field-text): Simplify.
19720 (bibtex-search-forward-field, bibtex-search-backward-field):
19721 argument BOUND can take value t.
19722 (bibtex-start-of-field, bibtex-start-of-name-in-field)
19723 (bibtex-end-of-name-in-field, bibtex-end-of-field)
19724 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19725 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
19726 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
19727 (bibtex-skip-to-valid-entry): Return buffer position of beginning
19728 and ending of entry. Update for changes of bibtex-search-entry.
19729 Simplify.
19730 (bibtex-map-entries): FUN is called with three arguments.
19731 (bibtex-search-entry): Return a cons pair with buffer positions of
19732 beginning and end of entry.
19733 (bibtex-enclosing-field): Simplify.
19734 (bibtex-format-entry): Use booktitle to set a missing title.
19735 (bibtex-autokey-get-names): Fiddle with regexps.
19736 (bibtex-generate-autokey): Use identity.
19737 (bibtex-parse-keys): Use simplified parsing algorithm if
19738 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
19739 arguments. Return alist of keys.
19740 (bibtex-parse-strings): Simplify. Return alist of strings.
19741 (bibtex-complete-string-cleanup): Fix docstring.
19742 (bibtex-read-key): New function.
19743 (bibtex-mode): Fix docstring. Do not parse for keys and
19744 strings when the mode is entered. Set fill-paragraph-function to
19745 bibtex-fill-field. Setup font-lock-mark-block-function the way
19746 font-lock intended.
19747 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
19748 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
19749 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
19750 (bibtex-Preamble): Avoid hard coded constants.
19751 (bibtex-make-field): Fix docstring. Simplify.
19752 (bibtex-beginning-of-entry): Always return new position of point.
19753 (bibtex-end-of-entry): Rearrange cond clauses.
19754 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
19755 Update for changes of bibtex-map-entries.
19756 (bibtex-ispell-abstract): Do not move point.
19757 (bibtex-entry-index): Use downcase. Simplify.
19758 (bibtex-lessp): Handle catch-all.
19759 (bibtex-find-crossref): Turn into a command.
19760 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
19761 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
19762 preamble entries.
19763 (bibtex-fill-field-bounds): New function.
19764 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
19765 (bibtex-fill-entry): Use bibtex-fill-field-bounds
19766 (bibtex-String): Use bibtex-strings. Always obey
19767 bibtex-sort-ignore-string-entries.
19768
19769 2003-07-05 John Paul Wallington <jpw@gnu.org>
19770
19771 * cus-theme.el (customize-create-theme):
19772 Call `customize-create-theme' in Reset widget's notify function.
19773
19774 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
19775 (ibuffer-mark-interactive): Use `or' instead of `unless'.
19776 (define-ibuffer-column name): Add summarizer.
19777 (define-ibuffer-column size): Likewise.
19778 (define-ibuffer-column filename): Likewise.
19779 (define-ibuffer-column process): Likewise. Change BODY's output too.
19780 (define-ibuffer-column filename-and-process): Likewise, likewise.
19781 (ibuffer): Remove local vars `already-in' and `need-update'.
19782
19783 * ibuf-ext.el: Don't require `derived' at compile-time.
19784
19785 2003-07-05 Kim F. Storm <storm@cua.dk>
19786
19787 * info.el: Disable paragraph refilling.
19788 (Info-refill-paragraphs): New defcustom.
19789 (Info-fontify-node): Use it.
19790
19791 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
19792
19793 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
19794 thingies from constructors created by defstruct.
19795
19796 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
19797 the default value of the variable.
19798 (byte-code-meter): Move declaration to top level.
19799
19800 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
19801
19802 * info.el (Info-following-node-name-re): New fun.
19803 (Info-following-node-name): Remove.
19804 (Info-insert-dir): Use the new fun.
19805 (Info-extract-pointer): Don't save restriction; use new fun.
19806 (Info-menu-entry-name-re): New const.
19807 (Info-menu-entry-name-re): Use it along with new fun.
19808 (Info-node-spec-re): Use new fun.
19809 (Info-complete-menu-item, Info-fontify-node): Use new const.
19810 (Info-goto-node, Info-follow-reference, Info-menu-update):
19811 Use match-string.
19812 (Info-follow-reference): Use assoc-string.
19813 Use a list of strings for the completion table.
19814 (Info-fontify-node): Use match-string, line-end-position.
19815 Limit the search for `node:' to the first line.
19816
19817 * newcomment.el (uncomment-region): Remove padding coming from
19818 comment-start rather than just from comment-padding.
19819
19820 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
19821 (vc-cvs-stay-local-p): Use vc-stay-local-p.
19822 (vc-cvs-rename-file): Remove (use the default).
19823 (vc-cvs-register): Register parent dir if needed.
19824 (vc-cvs-could-register): Return non-nil if parent can be registered.
19825 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
19826 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
19827
19828 * vc-svn.el (vc-svn-use-edit): Make it into a const.
19829 (vc-svn-update): Fix the arguments to `svn'.
19830 (vc-svn-diff-tree): Just use `vc-svn-diff'.
19831 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
19832 Simple implementations, assuming `name' is a URL.
19833
19834 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
19835 set of chars allowed unquoted in a case pattern.
19836
19837 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
19838
19839 * font-lock.el (font-lock-extra-types-widget)
19840 (c-font-lock-extra-types, c++-font-lock-extra-types)
19841 (objc-font-lock-extra-types, java-font-lock-extra-types)
19842 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
19843 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
19844 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19845 (font-lock-match-c++-structor-declaration)
19846 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
19847 (c++-font-lock-keywords-3, c++-font-lock-keywords)
19848 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
19849 (objc-font-lock-keywords-3, objc-font-lock-keywords)
19850 (java-font-lock-keywords-1, java-font-lock-keywords-2)
19851 (java-font-lock-keywords-3, java-font-lock-keywords)
19852 (java-font-lock-syntactic-face-function): Remove obsolete code
19853 and constants. It's all in cc-fonts.el now.
19854
19855 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
19856
19857 * mail/sendmail.el (mail-specify-envelope-from)
19858 (mail-envelope-from): Doc fix.
19859
19860 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
19861
19862 * generic-x.el: Do away with the dependency on `c-emacs-features'
19863 when populating `rul-generic-mode-syntax-table'; we already know
19864 this isn't XEmacs.
19865
19866 See ChangeLog.10 for earlier changes.
19867
19868 ;; Local Variables:
19869 ;; coding: iso-2022-7bit
19870 ;; End:
19871
19872 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
19873 Copying and distribution of this file, with or without modification,
19874 are permitted provided the copyright notice and this notice are preserved.
19875
19876 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1