(describe-key): Move print-help-return-message call out of conditional.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-05-22 Richard M. Stallman <rms@gnu.org>
2
3 * help.el (describe-key): Move print-help-return-message call
4 out of conditional.
5
6 * progmodes/etags.el (list-tags): Use with-no-warnings.
7
8 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11
12 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13
14 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15 Add defvar.
16
17 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18 Use defvar, not defconst.
19
20 * hexl.el (hexl-follow-line): Use with-no-warnings.
21
22 * emulation/tpu-extras.el: Use write-file-functions instead of
23 write-file-hooks.
24
25 * dired.el (dired-font-lock-keywords): Fontify files with junk
26 extensions even if marked by -F.
27
28 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29
30 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31 more general and work when GDB variable "print pretty" is on,
32 as with Emacs, for example.
33
34 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
35
36 * subr.el (focus-frame, unfocus-frame):
37 Revert deletion on 2005-05-01.
38
39 2005-05-22 Andre Spiegel <spiegel@gnu.org>
40
41 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
42 doesn't exist.
43
44 * vc.el (vc-trunk-p): Add autoload cookie. The function is used
45 in vc-rcs.el when vc-mistrust-permissions is t, which is not the
46 default.
47
48 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
49
50 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
51 already deleted variables: auto-fill-hook, blink-paren-hook,
52 lisp-indent-hook, inhibit-local-variables, unread-command-event
53 suspend-hooks, comment-indent-hook, meta-flag,
54 before-change-function, after-change-function,
55 font-lock-doc-string-face.
56
57 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
58
59 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
60
61 2005-05-21 Eli Zaretskii <eliz@gnu.org>
62
63 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
64 rmail-dont-reply-to.
65
66 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
67
68 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
69 literal blank when splitting new-header-values.
70
71 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
72
73 * calendar/cal-menu.el (cal-menu-update): Add separator as a
74 string so that tmm doesn't create a completion entry for it.
75
76 * textmodes/table.el (table-disable-menu): Ditto.
77
78 2005-05-21 Richard M. Stallman <rms@gnu.org>
79
80 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
81
82 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
83
84 * net/rcompile.el (remote-compile): Use compilation-start.
85
86 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
87
88 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
89
90 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
91 Default to makefile-bsdmake-mode on BSD systems.
92
93 * imenu.el (imenu-generic-expression, imenu--generic-function'):
94 REGEXP may also be a search function now. The part of doc-string
95 for describing the structure was 95% identical to that of
96 `imenu--generic-function'. Unify it there.
97
98 * progmodes/make-mode.el (makefile-imenu-generic-expression): Use
99 function to find dependencies, because regexp alone is so complex,
100 it easily goes into an endless loop.
101 (makefile-makepp-mode): Also add submenu for Perl functions
102 defined in the makefile.
103 (makefile-bsdmake-mode): Special imenu-generic-expression no
104 longer needed, due to function call.
105 (makefile-match-dependency): Take BOUND into account when checking
106 if we're through.
107
108 2005-05-20 Jay Belanger <belanger@truman.edu>
109
110 * calc/calc-units.el (calc-invalidate-units-table):
111 Use inhibit-read-only.
112 (math-build-units-table-buffer): Use view-mode.
113
114 2005-05-20 David Kastrup <dak@gnu.org>
115
116 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
117 easy-menu-add is not a nop on Emacs; and clarify when to call it.
118
119 2005-05-20 Lute Kamstra <lute@gnu.org>
120
121 * diff-mode.el (diff-header-face, diff-file-header-face)
122 (diff-index-face, diff-hunk-header-face, diff-removed-face)
123 (diff-added-face, diff-changed-face, diff-function-face)
124 (diff-context-face, diff-nonexistent-face): Put them in the
125 diff-mode customization group.
126
127 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
130
131 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
132
133 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
134 Minor regexp-optimization.
135
136 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
137
138 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
139 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
140 (org-agenda-add-time-grid-maybe): New function.
141 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
142 (org-table-create): `dotimes' instead of `mapcar'.
143 (org-xor): Simplify implementation.
144 (org-agenda): `inhibit-redisplay' turned on.
145 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
146 a consistent line after a state change.
147 (org-agenda-remove-times-when-in-prefix): New option.
148 (org-prefix-has-time): New variable.
149 (org-parse-time-string): Optional argument NODEFAULT.
150 (org-format-agenda-item): Parse items for time-of-day
151 specifications and move these into the prefix if possible.
152 (org-agenda-priority): Get current heading, not previous heading
153 during agenda remote editing.
154
155 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
156
157 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
158 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
159 (remove-duplicates, delete-duplicates, substitute)
160 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
161 (nsubstitute-if-not, find, find-if, find-if-not, position)
162 (position-if, position-if-not, count, count-if, count-if-not)
163 (mismatch, search, sort*, stable-sort, merge, member*)
164 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
165 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
166 (intersection, nintersection, set-difference, nset-difference)
167 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
168 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
169 (nsublis, tree-equal): Improve argument/docstring consistency.
170
171 * subr.el (send-string, send-region):
172 Remove obsolescence declaration.
173 (window-dot, set-window-dot, read-input, show-buffer)
174 (eval-current-buffer, string-to-int):
175 Add release number to obsolescence declarations.
176
177 2005-05-19 Kim F. Storm <storm@cua.dk>
178
179 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
180 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
181
182 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
183
184 * faces.el (list-faces-display): Make back button respect optional
185 regexp arg.
186
187 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
188
189 * calculator.el (calculator-radix-grouping-mode)
190 (calculator-radix-grouping-digits, calculator-displayer)
191 (calculator-radix-grouping-separator, calculator-copy-displayer):
192 * dabbrev.el (dabbrev-search-these-buffers-only):
193 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
194 (diff-advance-after-apply-hunk, diff-mode-hook)
195 (diff-minor-mode-prefix):
196 * imenu.el (imenu-use-popup-menu):
197 * jit-lock.el (jit-lock-context-time):
198 * newcomment.el (comment-fill-column, comment-column)
199 (comment-style, comment-padding, comment-multi-line)
200 (comment-empty-lines, comment-auto-fill-only-comments):
201 * reveal.el (reveal-around-mark):
202 * uniquify.el (uniquify-buffer-name-style)
203 (uniquify-after-kill-buffer-p)
204 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
205 (uniquify-min-dir-content, uniquify-separator)
206 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
207 * w32-vars.el (w32-fixed-font-alist):
208 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
209 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
210 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
211 * progmodes/perl-mode.el (perl-indent-level)
212 (perl-continued-statement-offset, perl-continued-brace-offset)
213 (perl-brace-offset, perl-brace-imaginary-offset)
214 (perl-label-offset, perl-indent-continued-arguments)
215 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
216 * progmodes/tcl.el (tcl-indent-level)
217 (tcl-continued-indent-level, tcl-auto-newline)
218 (tcl-tab-always-indent, tcl-electric-hash-style)
219 (tcl-help-directory-list, tcl-use-smart-word-finder)
220 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
221 (inferior-tcl-source-command):
222 * textmodes/fill.el (enable-kinsoku):
223 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
224 * textmodes/table.el (table-yank-handler):
225 Specify missing group (and type, if simple) in defcustom.
226
227 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
228
229 * progmodes/compile.el (compilation-finish-function): Fix defvar.
230
231 2005-05-19 Richard M. Stallman <rms@gnu.org>
232
233 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
234
235 * subr.el (event-basic-type): Don't get an error.
236 (left-fringe-p): Function deleted.
237
238 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
239 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
240
241 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
242 in recursive copy.
243
244 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
245
246 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
247
248 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
249 Call byte-compile-nogroup-warn if appropriate.
250
251 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
252 (compilation-set-window): Don't call left-fringe-p; do it directly.
253
254 2005-05-19 Jay Belanger <belanger@truman.edu>
255
256 * calc/calc-graph.el (calc-graph-format-data): Make sure
257 var-PlotRejects is bound before trying to check its value.
258
259 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
260
261 * textmodes/reftex.el (reftex-isearch-minor-mode): Moved the
262 definition of this variable from reftex-global.el to reftex.el,
263 because it is needed in the menu.
264
265 2005-05-19 Lute Kamstra <lute@gnu.org>
266
267 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
268 years are fixed. Don't insert a space after a dash.
269
270 2005-05-19 Kim F. Storm <storm@cua.dk>
271
272 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
273
274 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
275
276 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
277 strings, because (eq ... ?\\) is fairly frequent.
278
279 * progmodes/make-mode.el (makefile-add-this-line-targets):
280 Simplify and integrate into `makefile-pickup-targets'.
281 (makefile-add-this-line-macro): Simplify and integrate into
282 `makefile-pickup-macros.
283 (makefile-pickup-filenames-as-targets): Simplify.
284 (makefile-previous-dependency, makefile-match-dependency): Don't
285 stumble over `::'.
286
287 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
288
289 * subr.el (post-command-idle-hook, post-command-idle-delay):
290 Remove obsoletion of post-command-idle-hook and
291 post-command-idle-delay.
292
293 * faces.el (list-faces-display): Provide button when describe-face
294 is called to take user back to the list of faces.
295
296 * help-fns.el (describe-variable): Remove hyperlinks in a
297 variable's value as these are quite frequently inappropriate.
298
299 * follow.el (follow-submit-feedback, follow-mode): Remove
300 references to post-command-idle-hook.
301
302 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
303
304 * progmodes/make-mode.el (makefile-previous-dependency)
305 (makefile-match-dependency): Check for := (and in bsd mode also
306 !=) to give a better result, even when font-lock is not on.
307
308 2005-05-18 Jay Belanger <belanger@truman.edu>
309
310 * calc/calc-help.el (calc-s-prefix-help):
311 Add `calc-copy-special-constant' to help string.
312
313 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
314
315 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
316
317 2005-05-18 Jay Belanger <belanger@truman.edu>
318
319 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
320 in linear factors are in proper order.
321
322 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
323
324 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
325 Support for jurabib.
326
327 * textmodes/reftex.el (featurep): Define aliases for overlay
328 commands, for XEmacs compatibility, and use these aliases in
329 overlay initializations.
330 (reftex-highlight): Use `reftex-move-overlay'.
331 (reftex-unhighlight): Use `reftex-delete-overlay'.
332 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
333 (reftex-access-search-path): Use `reftex-uniquify' instead of
334 `reftex-uniq'
335
336 * textmodes/reftex-sel.el (reftex-select-unmark):
337 Overlay `before-string' property modification enables for Emacs as well.
338 (reftex-select-item): Use `reftex-delete-overlay'.
339 (reftex-select-mark): Use `reftex-make-overlay' and
340 `reftex-overlay-put'.
341 (reftex-select-unmark): Use `reftex-delete-overlay' and
342 `reftex-overlay-put'.
343
344 2005-05-18 Lute Kamstra <lute@gnu.org>
345
346 * emacs-lisp/lisp.el (check-parens): Fix docstring.
347
348 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
349
350 * add-log.el (add-change-log-entry):
351 * array.el (array-make-template, array-reconfigure-rows)
352 (array-init-max-row, array-init-max-column)
353 (array-init-columns-per-line, array-init-field-width):
354 * replace.el (replace-match-maybe-edit, perform-replace):
355 * textmodes/spell.el (spell-region):
356 Replace `read-input' by `read-string'.
357
358 * forms.el (forms-mode):
359 * finder.el (finder-compile-keywords):
360 * shadowfile.el (shadow-read-files):
361 Replace `eval-current-buffer' by `eval-buffer'.
362
363 * terminal.el (te-pass-through):
364 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
365 (ange-ftp-raw-send-cmd):
366 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
367 (send-process-next-char, telnet-initial-filter, telnet):
368 Replace `send-string' by `process-send-string'.
369
370 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
371 (prolog-consult-region): Replace `send-string' by
372 `process-send-string'; replace `send-region' by `process-send-region'.
373
374 * progmodes/delphi.el (delphi-log-msg):
375 Replace `set-window-dot' by `set-window-point'.
376
377 * subr.el (window-dot, set-window-dot, read-input, send-string)
378 (send-region, show-buffer, eval-current-buffer):
379 Make really obsolete, as the comment says.
380
381 2005-05-17 Kim F. Storm <storm@cua.dk>
382
383 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
384 (cua--init-keymaps): Bind C-return instead of S-return to set
385 rectangle mark.
386
387 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
388 instead of S-return to toggle/clear rectangle mark.
389
390 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
391
392 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
393 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
394 Also fontify plain strings assigned to variables, mostly so that a
395 colon has a face and is thus not taken as a dependency separator.
396 (makefile-previous-dependency): Inline the new matcher, because it
397 is too complex to work in both directions.
398 (makefile-match-dependency): Eliminate `backward' arg (see above).
399 Completely reimplemented so as to not sometimes go into an endless
400 loop. It should also be more efficient, because first it only
401 searches for `:', instead of applying the very complex regexp.
402 (makefile-mode): Cancel `font-lock-support-mode', because blocks
403 to be fontified in one piece can be too long for JIT.
404 Makefiles are never *that* big.
405
406 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
407
408 * dired.el (dired-mode): Simplify.
409
410 2005-05-17 Lute Kamstra <lute@gnu.org>
411
412 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
413 defcustom for the mode hook variable.
414
415 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
416 Emacs Lisp Reference Manual.
417
418 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
419
420 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
421 (evenp, list*):
422 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
423 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
424
425 * net/tramp-smb.el (tramp-smb-open-connection):
426 Pass `tramp-chunksize' as fifth (required) argument.
427
428 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
429
430 * font-lock.el (lisp-font-lock-keywords-1):
431 Set `font-lock-negation-char-face' for [^...] char group.
432 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
433
434 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
435 a var, and refine it to mask one more level of nested vars.
436 (makefile-rule-action-regex): Turn it into a var, and refine it so
437 it recognizes backslashed continuation lines as belonging to the
438 same command.
439 (makefile-macroassign-regex): Refine it so it recognizes
440 backslashed continuation lines as belonging to the same command.
441 (makefile-var-use-regex): Don't look at the next char, because it
442 might be the same one to be skipped by the initial [^$], leading
443 to an overlooked variable use.
444 (makefile-make-font-lock-keywords): Remove two parameters, which
445 are now variables that some of the modes set locally.
446 Handle dependency and rule action matching through functions, because
447 regexps alone match too often. Dependency matching now comes
448 last, so it can check, whether a colon already matched something else.
449 (makefile-mode): Inform that font-lock improves makefile parsing
450 capabilities.
451 (makefile-match-dependency, makefile-match-action): New functions.
452
453 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
454
455 * emacs-lisp/cl-extra.el (equalp): Doc fix.
456
457 * align.el (align-regexp):
458 * ansi-color.el (ansi-color-get-face):
459 * array.el (array-reconfigure-rows, array-init-max-row)
460 (array-init-max-column, array-init-columns-per-line)
461 (array-init-field-width):
462 * dired-aux.el (dired-trample-file-versions):
463 * dired-x.el (dired-mark-sexp):
464 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
465 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
466 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
467 * faces.el (face-read-integer):
468 * files.el (backup-extract-version, insert-directory):
469 * hexl.el (hexl-insert-decimal-char):
470 * server.el (server-process-filter):
471 * shell.el (shell-extract-num):
472 * startup.el (command-line-1):
473 * term.el (term-command-hook):
474 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
475 (time-stamp-do-number):
476 * time.el (display-time-update):
477 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
478 (timezone-fix-time):
479 * vms-patch.el (vms-suspend-resume-hook):
480 * calendar/appt.el (appt-convert-time):
481 * calendar/cal-bahai.el (mark-bahai-diary-entries):
482 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
483 * calendar/cal-islam.el (mark-islamic-diary-entries):
484 * calendar/calendar.el (calendar-cursor-to-date)
485 (calendar-star-date):
486 * calendar/diary-lib.el (diary-attrtype-convert)
487 (mark-diary-entries, diary-entry-time):
488 * calendar/solar.el (solar-get-number):
489 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
490 * emacs-lisp/re-builder.el (reb-display-subexp):
491 * emulation/edt.el (edt-set-scroll-margins):
492 * emulation/tpu-extras.el (tpu-set-scroll-margins):
493 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
494 (vip-get-ex-count):
495 * emulation/viper-ex.el (viper-get-ex-token)
496 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
497 * international/fontset.el (fontset-plain-name):
498 * mail/feedmail.el (feedmail-look-at-queue-directory):
499 * mail/mailalias.el (mail-get-names):
500 * mail/rmail.el (rmail-convert-to-babyl-format):
501 * mail/rmailsum.el (rmail-make-basic-summary-line)
502 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
503 (rmail-summary-goto-msg):
504 * mail/smtpmail.el (smtpmail-read-response):
505 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
506 (ange-ftp-vms-add-file-entry):
507 * play/gametree.el (gametree-looking-at-ply)
508 (gametree-current-branch-score):
509 * progmodes/ada-xref.el (ada-prj-find-prj-file)
510 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
511 * progmodes/cperl-mode.el (condition-case):
512 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
513 (ebrowse-set-member-buffer-column-width)
514 (ebrowse-select-1st-to-9nth):
515 * progmodes/etags.el (etags-snarf-tag):
516 * progmodes/flymake.el (flymake-parse-line):
517 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
518 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
519 (idlwave-shell-menu-def):
520 * progmodes/ps-mode.el (ps-run-goto-error):
521 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
522 (vhdl-speedbar-contract-level):
523 * term/mac-win.el (x-handle-numeric-switch):
524 * term/sun-mouse.el (sun-get-frame-data):
525 * term/w32-win.el (x-handle-numeric-switch):
526 * term/x-win.el (x-handle-numeric-switch):
527 * textmodes/ispell.el (ispell-parse-output):
528 * textmodes/nroff-mode.el (nroff-outline-level):
529 * textmodes/reftex-cite.el (reftex-bib-sort-year)
530 (reftex-bib-sort-year-reverse, reftex-format-citation):
531 * textmodes/reftex-parse.el (reftex-init-section-numbers)
532 (reftex-section-number):
533 * textmodes/texinfmt.el (texinfo-paragraphindent):
534 Replace `string-to-int' by `string-to-number'.
535
536 * international/latexenc.el: Add page marker to force the "Local
537 Variables:" string out of the last page.
538
539 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
540
541 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
542 tooltip-change-major-mode.
543 (gud-tooltip-print-command): Remove case where gud-minor-mode
544 is gdb ("--fullname").
545 (gud-tooltip-tips): Turn GUD tooltips off for this case and
546 explain to user.
547
548 2005-05-16 Jay Belanger <belanger@truman.edu>
549
550 * calc/calc-store.el (calc-copy-special-constant): New function.
551
552 * calc/calc-ext.el (calc-init-extensions): Add binding for
553 `calc-copy-special-constant'.
554
555 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
556 for the `calc-copy-special-constant' command.
557
558 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
559
560 * subr.el (left-fringe-p): New function.
561
562 * progmodes/compile.el (compilation-setup): Set local value of
563 overlay-arrow-string to "" always.
564 (compilation-set-window): Left fringe then don't scroll. No left
565 fringe then no arrow and scroll message to top.
566 (compilation-context-lines): Adjust doc string accordingly.
567
568 2005-05-16 Kim F. Storm <storm@cua.dk>
569
570 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
571 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
572 (ido-wide-find-dir-or-delete-dir): New command for M-d.
573 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
574 (ido-read-file-name): Handle commands with ido property value
575 equal to find-file as reading a file name, to allow C-d to enter dired.
576 (ibuffer-find-file): Add ido property with value find-file.
577
578 2005-05-15 Kim F. Storm <storm@cua.dk>
579
580 * subr.el (open-network-stream-nowait): Remove.
581 (open-network-stream-server): Remove.
582
583 2005-05-15 Richard M. Stallman <rms@gnu.org>
584
585 * faces.el (describe-face): Output a definition link button.
586
587 * help-mode.el (help-face-def): New button type.
588
589 * emacs-lisp/copyright.el (copyright-fix-years):
590 Match properly if the first year is 2-digit.
591 Don't mess up the whitespace after the years by filling.
592
593 * dired-aux.el (dired-mark-confirm):
594 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
595
596 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
597 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
598 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
599
600 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
601 Set font-lock-comment-start-skip.
602
603 * font-lock.el (font-lock-comment-start-skip): New variable.
604 (font-lock-comment-end-skip): New variable.
605 (font-lock-fontify-syntactically-region): Use them if non-nil.
606
607 2005-05-15 Jay Belanger <belanger@truman.edu>
608
609 * calc/calc-store.el (calc-store-value): Return a string rather
610 than display it as a message.
611 Use calc-var-name for variable name.
612 (calc-store-into): Add the result of calc-store-value to message.
613 (calc-copy-variable): Add a message.
614 (calc-store-exchange): Improve error messages.
615 (calc-store-binary, calc-store-map): Don't reset the values of
616 special constants.
617
618 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
619
620 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
621 manual to docstring.
622
623 * files.el (hack-local-variables-confirm): Add STRING argument.
624 Make the function handle non file visiting buffers correctly.
625 (hack-local-variables-prop-line, hack-local-variables)
626 (hack-one-local-variable): Use STRING arg of
627 `hack-local-variables-confirm'.
628
629 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
630
631 Sync with Tramp 2.0.49.
632
633 * tramp.el (tramp-handle-dired-call-process)
634 (tramp-handle-insert-directory):`insert-buffer' cannot be used
635 because the contents of the Tramp buffer is changed before
636 insertion (`expand-file' and alike).
637 (tramp-handle-insert-directory): If `localname' has an empty
638 nondirectory name, it must not be quoted.
639 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
640 variable `tramp-chunksize'. Change callees.
641 (tramp-open-connection-setup-interactive-shell): Check remote host
642 for buggy `send-process-string' implementation.
643 Set `tramp-chunksize' if found. Reported by Michael Kifer
644 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
645 (tramp-handle-shell-command): `insert-buffer' cannot be used
646 because the contents of the Tramp buffer is changed before
647 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
648 <frederic.bothamy@free.fr>.
649 (tramp-set-auto-save): Actions should be done for Tramp file name
650 handler only. Ange-FTP has its own auto-save mechanism.
651 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
652 (tramp-set-auto-save-file-modes): Set file modes of
653 `buffer-auto-save-file-name' to ?\600 as fallback solution.
654 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
655 (tramp-bug): Remove obsolete variable.
656 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
657 for presence of `mml-mode'. Make it running for older Emacsen as well.
658
659 2005-05-14 John Paul Wallington <jpw@pobox.com>
660
661 * ibuf-ext.el (define-ibuffer-filter filename):
662 If `dired-directory' is a list, use its car.
663
664 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
665
666 * ibuffer.el (define-ibuffer-column filename):
667 If `dired-directory' is a list, use its car.
668
669 2005-05-14 Richard M. Stallman <rms@gnu.org>
670
671 * subr.el (symbol-file): Doc fix.
672
673 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
674 (byte-compile-form): Call byte-compile-nogroup-warn.
675 (byte-compile-warning-types): Doc fix.
676
677 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
678
679 * progmodes/cc-engine.el (c-literal-faces):
680 Add font-lock-comment-delimiter-face.
681
682 * net/net-utils.el (dig): Use with-no-warnings.
683
684 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
685 (sc-recite-frame-alist, sc-default-cite-frame)
686 (sc-default-uncite-frame, sc-default-recite-frame)
687 (sc-attrib-selection-list, sc-rewrite-header-list):
688 Mark as risky-local-variable.
689
690 * international/ogonek.el (ogonek-jak, ogonek-how):
691 Don't use beginning-of-buffer.
692
693 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
694
695 * calendar/solar.el (solar-data-list): Move definition up.
696
697 * dnd.el (dnd-protocol-alist): Add autoload.
698
699 * progmodes/sh-script.el: Many doc usage fixes.
700 (sh-indent-after-do): Change default to match common styles.
701
702 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
703
704 * files.el (interpreter-mode-alist)
705 (auto-mode-interpreter-regexp): Doc fixes.
706
707 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
708
709 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
710
711 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
712
713 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
714
715 * dired.el (dired-mode): make-variable-buffer-local =>
716 make-local-variable.
717
718 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
719
720 * term/mac-win.el (mac-select-convert-to-string): Try coding
721 systems in mac-script-code-coding-systems if specified one cannot
722 encode string for `com.apple.traditional-mac-plain-text'.
723
724 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
725
726 * progmodes/make-mode.el (makefile-targets-face)
727 (makefile-shell-face, makefile-makepp-perl-face): New faces.
728 (makefile-dependency-regex): Fix it to not make the colon in
729 $(var:a=b) special.
730 (makefile-rule-action-regex): New regexp for highlighting embedded
731 Shell strings.
732 (makefile-macroassign-regex): Handle != for highlighting as
733 embedded Shell strings.
734 (makefile-var-use-regex): New const.
735 (makefile-statements, makefile-automake-statements)
736 (makefile-gmake-statements, makefile-makepp-statements)
737 (makefile-bsdmake-statements): New consts.
738 (makefile-make-font-lock-keywords): New function.
739 (makefile-automake-font-lock-keywords)
740 (makefile-gmake-font-lock-keywords)
741 (makefile-makepp-font-lock-keywords)
742 (makefile-bsdmake-font-lock-keywords): New consts.
743 (makefile-mode-map): Add switchers between the various submodes.
744 (makefile-mode): Document the availability of the variants.
745 (makefile-automake-mode, makefile-gmake-mode)
746 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
747
748 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
749 new variants of makefile-mode.
750
751 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * font-lock.el (font-lock-comment-delimiter-face): Fix up
754 the inheritance.
755
756 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
757
758 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
759 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
760
761 * files.el (normal-mode): Extend the scope of the
762 `enable-local-variables' binding to include the `set-auto-mode' call.
763 (magic-mode-alist): Doc fix.
764
765 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
768 font-lock-comment-face rather than copying its setting.
769
770 2005-05-12 Andreas Schwab <schwab@suse.de>
771
772 * eshell/esh-mode.el (eshell-send-input): Doc fix.
773
774 2005-05-12 Lute Kamstra <lute@gnu.org>
775
776 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
777 defcustom for the mode hook variable. Delete the last argument.
778 * generic-x.el: Fix callers of define-generic-mode.
779 (generic-x-modes): Delete group.
780 (show-tabs-tab-face, show-tabs-space-face): Put them in the
781 generic-x customization group.
782
783 2005-05-12 Kim F. Storm <storm@cua.dk>
784
785 * font-lock.el (font-lock-negation-char-face): Default to "off".
786
787 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
788 font-lock-negation-char-face to ! in !=.
789
790 2005-05-12 Masatake YAMATO <jet@gyve.org>
791
792 * add-log.el (find-change-log): Fix typos in the docstring
793 of function.
794
795 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
796
797 * international/latexenc.el (latexenc-find-file-coding-system):
798 Avoid `re-search-forward' when looking for input encoding because
799 of speed and safety. Better regular expressions for recognizing
800 input encoding. Limit a search for TeX-master/tex-main-file to
801 the local variable section.
802
803 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
804
805 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
806 syntax of $ to "'" (quote).
807
808 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
809
810 * dnd.el (dnd-protocol-alist): Improve custom type.
811
812 * dired.el (dired-dnd-protocol-alist): New variable.
813 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
814 `dired-mode-hook' to the end.
815
816 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
819 comment-end if comment-start-skip is not set.
820 Obey the font-lock-comment-delimiter-face variables.
821
822 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * files.el (executable-find): Move from executable.el. Use locate-file.
825 * progmodes/executable.el (executable-find): Move to files.el.
826
827 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
828 when trying to ensure forward progress.
829
830 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
831
832 * mouse-sel.el (mouse-sel-follow-link-p): New function.
833 (mouse-select, mouse-select-internal, mouse-extend-internal):
834 Use it to implement mouse-1-click-follows-link functionality.
835
836 2005-05-11 Richard M. Stallman <rms@gnu.org>
837
838 * font-lock.el (font-lock-fontify-syntactically-region):
839 Use font-lock-comment-delimiter-face for comment delimiters.
840
841 2005-05-10 Jay Belanger <belanger@truman.edu>
842
843 * calc/calc-help.el (calc-m-prefix-help): Add mention of
844 preserving embedded modes.
845
846 2005-05-10 Richard M. Stallman <rms@gnu.org>
847
848 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
849
850 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
851 Move from ada-stmt.el.
852 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
853
854 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
855 Move to ada-mode.el.
856 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
857
858 * cus-edit.el (custom-file): Call file-chase-links.
859
860 * files.el (read-directory-name): Fix previous change.
861 (hack-local-variables-confirm): New function.
862 (hack-local-variables-prop-line, hack-local-variables)
863 (hack-one-local-variable): Use it.
864
865 2005-05-10 Lute Kamstra <lute@gnu.org>
866
867 * font-lock.el (font-lock-keywords-alist)
868 (font-lock-removed-keywords-alist): Clarify docstrings.
869
870 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
871
872 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
873 (gdb-source-info): Check for preprocessor info.
874 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
875 a macro for a function.
876 found (user might have used GDB dir command).
877 (gdb-info-breakpoints-custom): Try to find file again if not already
878 (gdb-get-location): Update gdb-location-alist correctly for change
879 to gdb-info-breakpoints-custom.
880
881 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
882 (gud-tooltip-print-command): Add gdbmi case.
883 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
884 preprocessor info.
885
886 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
887
888 * startup.el (fancy-splash-insert): Fix typo in doc string.
889
890 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
891
892 * obsolete/float.el (string-to-float):
893 * obsolete/hilit19.el (hilit-add-pattern):
894 * obsolete/rnews.el (news-parse-range, news-select-message)
895 (news-get-pruned-list-of-files): Replace `string-to-int' by
896 `string-to-number'.
897
898 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
899 `find-file-not-found-hooks'; use `add-hook'.
900 (uncompress-while-visiting): Set `write-file-functions', not
901 `write-file-hooks'; use `add-hook'.
902
903 2005-05-09 Kim F. Storm <storm@cua.dk>
904
905 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
906 (cua-paste): Handle clipboard action.
907 (cua--init-keymaps): Remap clipboard-kill-region and
908 clipboard-kill-ring-save.
909
910 2005-05-08 Eli Zaretskii <eliz@gnu.org>
911
912 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
913 Improve commentary.
914
915 * simple.el (next-error-overlay-arrow-position): Revert the change
916 made on 2005-04-30.
917
918 2005-05-07 Jay Belanger <belanger@truman.edu>
919
920 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
921 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
922 `calc-sel-reselect'.
923
924 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
925 Calc is in embedded mode.
926
927 2005-05-07 Eli Zaretskii <eliz@gnu.org>
928
929 * progmodes/compile.el (compilation-setup):
930 Set overlay-arrow-string to an empty string on text terminals.
931
932 * textmodes/ispell.el (ispell-program-name): Try looking for
933 "aspell" along exec-path, and if found, use it as the default
934 speller program.
935
936 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
937
938 * international/mule.el (sgml-xml-auto-coding-function):
939 Recognize encoding='FOO' in single quotes as well as in double quotes.
940
941 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
942
943 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
944 as well as `interactive', so that defmacro* would recognize
945 `declare' forms.
946
947 2005-05-07 Eli Zaretskii <eliz@gnu.org>
948
949 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
950 Explain more about the LIGHTER arg's usage in the doc string.
951 Add commentary to clarify what the code does. Fix the regexp that
952 strips whitespace from LIGHTER. Quote LIGHTER before using it,
953 since it could have characters special to regular expressions.
954
955 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
956
957 * replace.el (occur-1): Bind inhibit-read-only so that
958 erase-buffer doesn't barf on read-only text properties (likewise
959 for add-text-properties in occur-engine). Mark buffer as unmodified.
960 (occur-engine): Don't set buffer-read-only here.
961
962 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
965 list-buffers-directory. This caused the *cvs-commit* buffer to be
966 sometimes mistakenly reused as a *cvs* buffer.
967
968 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
969
970 * tooltip.el: Move code for GUD tooltips into gud.el.
971 (require): CL no longer needed to compile case.
972 (tooltip-mode): Do not toggle functions for GUD tooltips.
973 (tooltip-gud-tips-p): Remove. Replace with minor mode
974 gud-tooltip-mode in gud.el.
975 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
976 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
977 tooltip-gud prefix with gud-tooltip and obsolete.
978 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
979 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
980 (tooltip-mouse-motion): Mouse movement functions/variable.
981 Rename in gud.el by adding gud prefix.
982 (tooltip-gud-original-filter, tooltip-gud-dereference)
983 (tooltip-gud-event, tooltip-toggle-gud-tips)
984 (tooltip-gud-process-output, tooltip-gud-print-command)
985 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
986 gud.el by replacing tooltip-gud prefix with gud-tooltip.
987 (gdb-tooltip-print): Move to gdb-ui.el.
988
989 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
990 (require): CL needed to compile case.
991 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
992 tooltip-gud-tips-p. Make it a minor-mode.
993 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
994 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
995 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
996 (gud-tooltip-change-major-mode)
997 (gud-tooltip-activate-mouse-motions-if-enabled)
998 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
999 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1000 (gud-tooltip-original-filter, gud-tooltip-dereference)
1001 (gud-tooltip-event, tooltip-toggle-gud-tips)
1002 (gud-tooltip-process-output, gud-tooltip-print-command)
1003 (gud-tooltip-tips): Move from tooltip.el.
1004
1005 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1006 (gdb-cpp-define-alist-flags): Doc fix.
1007 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1008 gud-tooltip-mode is t.
1009
1010 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1013 evaporate if their text is deleted.
1014 (goto-address-at-point): Make it work as a mouse binding as well.
1015 (goto-address-at-mouse): Obsolete it. Update users.
1016
1017 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
1018
1019 * calendar/appt.el (top-level): No longer activate on load.
1020
1021 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1024 * net/webjump.el (webjump):
1025 * progmodes/idlw-help.el (idlwave-do-context-help1)
1026 (idlwave-highlight-linked-completions):
1027 * textmodes/po.el (po-find-file-coding-system-guts):
1028 Replace `assoc-ignore-case' by `assoc-string'.
1029
1030 2005-05-06 Eli Zaretskii <eliz@gnu.org>
1031
1032 * files.el (locate-file): Doc fix.
1033
1034 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1035 Remove the redundant test for ms-dos.
1036
1037 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1038 look for the preprocessor with exec-suffixes. If not found in
1039 standard places, look in exec-path. Remove most of the tests that
1040 used system-type.
1041
1042 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1043
1044 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1045
1046 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1047 file-name clash with jka-compr.el on 8+3 filesystems.
1048
1049 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1050
1051 * term/mac-win.el: Don't define or bind scroll bar functions if
1052 x-toolkit-scroll-bars is t.
1053 (x-select-text, x-get-selection-value):
1054 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1055 (PRIMARY): Put mac-scrap-name property.
1056 (mac-select-convert-to-file-url): New function.
1057 (public.file-url): New selection target type. Add to
1058 selection-converter-alist.
1059 (x-get-selection, x-selection-value): Handle it.
1060 (x-cut-buffer-or-selection-value): New alias.
1061
1062 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1063
1064 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1065 entry to avoid calling bibtex-find-entry with arg global
1066 being t. Remove arg key.
1067 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1068 (bibtex-copy-summary-as-kill): Change accordingly.
1069
1070 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1073 (org-agenda-date-later): Use with-current-buffer.
1074
1075 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1076
1077 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1078 (define-obsolete-variable-alias): Doc Fixes.
1079
1080 2005-05-06 Kim F. Storm <storm@cua.dk>
1081
1082 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
1083 vertical-motion when selective-display is active.
1084
1085 * ido.el (ido-setup-hook): New hook.
1086 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1087 (ido-input-stack): New var.
1088 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
1089 ido-next-work-file binding to M-O.
1090 Bind M-f to ido-wide-find-file-or-pop-dir.
1091 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1092 (ido-read-internal): Run ido-setup-hook.
1093 Catch quit in read-file-name and read-string to cancel edit.
1094 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1095 Automatically pop-all when completing a directory name (RET).
1096 (ido-file-internal): Add with-no-warnings around ffap and dired code.
1097 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1098 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1099 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1100 New functions for M-b/M-f to move among the directory components.
1101 (ido-make-merged-file-list): Catch quit to cancel merge.
1102 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1103 (ido-completion-help): No warnings for ido-completion-buffer-full.
1104
1105 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
1106
1107 * font-lock.el (font-lock-negation-char-face): New face and variable.
1108 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1109 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1110 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1111 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1112
1113 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1116 Fix typo in docstring.
1117
1118 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1119 (ebrowse-print-statistics-line)
1120 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1121
1122 * term/w32-win.el (image-library-alist): Add additional name for
1123 Xpm library.
1124
1125 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
1126
1127 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1128 use gcc instead of cpp.
1129
1130 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1131 (gdb-create-define-alist): Use it.
1132 (gdb-cpp-define-alist-program): Update for MS-DOS.
1133
1134 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
1135
1136 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1137
1138 2005-05-04 Richard M. Stallman <rms@gnu.org>
1139
1140 * help.el (describe-key): No error when UNTRANSLATED is nil.
1141
1142 * simple.el (line-move-1): Fix previous change to signal errors
1143 appropriately.
1144
1145 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
1146
1147 * calendar/icalendar.el (icalendar-version): Now at 0.12.
1148 (icalendar-duration-correction): Remove.
1149 (icalendar--get-event-properties): Split result at commas.
1150 (icalendar--decode-isoduration): New optional argument
1151 DURATION-CORRECTION.
1152 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1153 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1154 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1155 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1156 (icalendar--convert-anniversary-to-ical): New functions, extracted
1157 from icalendar-export-region, with bug fixes.
1158 (icalendar-export-region): Use the above functions.
1159 (icalendar-import-buffer): Check before saving diary file.
1160 (icalendar--convert-recurring-to-diary)
1161 (icalendar--convert-non-recurring-all-day-to-diary)
1162 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1163 extracted from icalendar--convert-ical-to-diary, with bug fixes.
1164 (icalendar--convert-ical-to-diary): Use the above functions.
1165
1166 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1169 Remove these recent additions.
1170 (c-mode): Restore to before 2005-04-28.
1171
1172 * progmodes/cc-vars.el (cc-define-list-program): Remove this
1173 recent addition.
1174
1175 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1176 (gdb-define-alist): New variables.
1177 (gdb-create-define-alist): New function.
1178 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1179 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1180 with string-to-number.
1181 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
1182
1183 * progmodes/gud.el: Replace string-to-int with string-to-number.
1184 (gud-find-file): Handle gdb-define-alist.
1185
1186 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1187
1188 2005-05-02 Jay Belanger <belanger@truman.edu>
1189
1190 * calc/calc-aent.el (math-read-token):
1191 * calc/calc-bin.el (calc-word-size):
1192 * calc/calc-ext.el (calc-read-number-fancy):
1193 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1194 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1195 * calc/calc-frac.el (calc-over-notation):
1196 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1197 (calc-graph-num-points, calc-graph-init):
1198 * calc/calc-prog.el (calc-read-parse-table-part)
1199 (calc-edit-macro-repeats):
1200 * calc/calc-yank.el (calc-do-grab-rectangle):
1201 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1202 Replace `string-to-int' by `string-to-number'.
1203
1204 2005-05-02 Kim F. Storm <storm@cua.dk>
1205
1206 * kmacro.el: Use executing-kbd-macro-index variable.
1207
1208 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
1209
1210 * net/rlogin.el (rlogin-parse-words): Delete func.
1211 (rlogin): Use split-string, not rlogin-parse-words.
1212 Also, if there are option-like elements in the parsed args,
1213 take the host to be the first arg immediately following them.
1214 Suggested by Michael Mauger.
1215
1216 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1217
1218 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1219
1220 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1223 (cc-mode-cpp-program): Rename to cc-define-list-program and
1224 move to cc-vars.el.
1225
1226 * progmodes/cc-vars.el (cc-define-list-program):
1227 Change to "gcc -E -dM -". Make customizable.
1228
1229 2005-05-02 Kim F. Storm <storm@cua.dk>
1230
1231 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
1232
1233 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
1234
1235 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
1236
1237 * international/mule-util.el (truncate-string): Remove alias and
1238 obsolete declaration.
1239
1240 * international/mule-cmds.el (update-iso-coding-systems):
1241 Remove alias and obsolete declaration.
1242
1243 * international/mule.el (coding-system-parent): Remove alias and
1244 obsolete declaration.
1245
1246 * subr.el (define-function, sref): Remove aliases and obsolete
1247 declarations.
1248 (chars-in-region): Remove obsolete declaration.
1249
1250 2005-05-01 Richard M. Stallman <rms@gnu.org>
1251
1252 * info.el (Info-mode): Set widen-automatically to nil, locally.
1253
1254 * simple.el (widen-automatically): New variable.
1255 (pop-global-mark): Obey widen-automatically.
1256
1257 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 * term/xterm.el (function-key-map): Call substitute-key-definition
1260 before the keymap size is increased by a lot of define-key calls.
1261
1262 2005-05-01 Richard M. Stallman <rms@gnu.org>
1263
1264 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
1265 Rename ARG to ELEMENT. Doc fix.
1266
1267 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * allout.el (allout-exposure): Remove macro and obsolete declaration.
1270 Remove references to allout-exposure/change to allout-new-exposure.
1271
1272 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
1273 bytecode symbols.
1274
1275 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1276 (compiled-function-p, focus-frame, unfocus-frame):
1277 Remove aliases and obsolete declarations.
1278 Back out inadvertant changes from previous commit.
1279
1280 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1281
1282 * files.el (require-final-newline): Make Custom tags consistent
1283 with mode-require-final-newline.
1284 (mode-require-final-newline): Doc fix.
1285
1286 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * international/latexenc.el (latexenc-find-file-coding-system):
1289 Fix regular expressions.
1290
1291 2005-05-01 David Kastrup <dak@gnu.org>
1292
1293 * international/latexenc.el (latexenc-find-file-coding-system):
1294 Fix regular expressions.
1295
1296 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
1297
1298 * subr.el (string-to-int): Make obsolete.
1299
1300 2005-04-30 Richard M. Stallman <rms@gnu.org>
1301
1302 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1303
1304 * loadup.el: load jka-comp-hook.
1305
1306 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1307 (jka-compr-handler): Add autoload. `put' calls moved
1308 to jka-comp-hook.el.
1309 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1310 (jka-compr-inhibit): Autoload.
1311
1312 * jka-comp-hook.el: New file.
1313 Enable the mode by default.
1314
1315 * files.el (backup-buffer-copy): Use copy-file instead
1316 of write-region, and put back the 'excl.
1317
1318 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * progmodes/flymake.el (flymake-split-string)
1321 (flymake-split-string, flymake-log, flymake-pid-to-names)
1322 (flymake-reg-names, flymake-get-source-buffer-name)
1323 (flymake-unreg-names, flymake-add-line-err-info)
1324 (flymake-add-err-info): Clarify docstrings.
1325 (flymake-popup-menu, flymake-make-emacs-menu)
1326 (flymake-make-xemacs-menu): Add docstrings.
1327 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1328 Set variables directly throughout.
1329
1330 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
1331
1332 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1333 exists. Initialise cc-define-alist.
1334 (c-mode): Add cc-create-define-alist locally to after-save-hook.
1335 If there is no file (Macroexpansion) don't create an alist.
1336
1337 2005-04-29 Sam Steingold <sds@gnu.org>
1338
1339 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1340 (cc-create-define-alist): Use it instead of the hard-coded string.
1341
1342 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * international/mule-conf.el (file-coding-system-alist): Fix regexp
1345 for latexenc.
1346
1347 2005-04-29 Lute Kamstra <lute@gnu.org>
1348
1349 * emacs-lisp/generic.el: Improve commentary section.
1350 (define-generic-mode): Improve docstring.
1351
1352 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
1353
1354 * textmodes/org.el (many places): Change to quiet the byte compiler.
1355 (org-prefix-format-compiled): New variable.
1356 (org-compile-prefix-format): New function.
1357 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1358 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1359 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1360 (org-get-entries-from-diary): Use `org-get-time-of-day' for
1361 consistency with entries from `org-mode' files.
1362 (org-get-time-of-day): Fix bug with partial matches early in a line.
1363 (org-non-link-chars): New constant.
1364 (org-link-regexp): Respect `org-non-link-chars'.
1365 (org-agenda-day-view): Remove command.
1366 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
1367 (org-follow-bbdb-link, org-store-link): Search also company field.
1368 (org-highlight-overlay): New variable.
1369 (org-highlight, org-unhighlight): New functions.
1370 (org-agenda-mode): Add pre-command-hook to remove highlight.
1371 (org-evaluate-time-range): Behavior depends upon whether time stamp
1372 contains a time or not.
1373 (org-show-subtree, org-show-entry): New functions.
1374 (org-agenda-cleanup-fancy-diary): Remove empty lines.
1375
1376 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
1377
1378 * comint.el (comint-output-filter-functions): Add autoload cookie.
1379
1380 2005-04-28 Kim F. Storm <storm@cua.dk>
1381
1382 * ido.el (ido-everywhere): Fix last change.
1383
1384 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1385
1386 * international/latexenc.el: New file.
1387 * international/mule-conf.el (file-coding-system-alist): For .tex,
1388 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
1389
1390 2005-04-28 Lute Kamstra <lute@gnu.org>
1391
1392 * font-lock.el (font-lock-add-keywords)
1393 (font-lock-remove-keywords): Clarify docstring.
1394 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
1395 Don't start docstrings with a `*'.
1396 (font-lock-update-removed-keyword-alist): Give it a docstring.
1397
1398 * generic-x.el: Update commentary section.
1399 Only require font-lock when compiling.
1400 Define all modes conditionally.
1401 Place all generic modes in the generic-x-modes customization group.
1402 (generic-x-modes): New customization group.
1403 (generic-default-modes, generic-mswindows-modes)
1404 (generic-unix-modes, generic-other-modes): New constants.
1405 (generic-define-mswindows-modes, generic-define-unix-modes):
1406 Update docstrings. Make them obsolete.
1407 (generic-extras-enable-list): New default value. Update docstring.
1408 Improve :type. Change :set function.
1409 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
1410 Fix docstring.
1411
1412 * emacs-lisp/generic.el (generic-mode-internal):
1413 Simplify font-lock-defaults.
1414 (define-generic-mode): Fix docstring.
1415
1416 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1419 font-lock-face property to highlight matches.
1420
1421 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
1422
1423 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1424 (cc-define-alist): New variable.
1425 (c-mode): Make it local and initialise it.
1426
1427 * progmodes/gdb-ui.el (gdb-active-process): New variable.
1428 (gdb-exited): New function.
1429 (gdb-annotation-rules): Use it.
1430 (gdb-starting): Set gdb-active-process to t.
1431 (gdb-stopping): Amend doc string.
1432 (gdb-reset): Set gdb-active-process to nil.
1433
1434 * tooltip.el (tooltip-gud-tips): Show the associated #define
1435 directives when a C program under GDB is not executing.
1436
1437 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1440 font-lock-fontify-syntactic-keywords.
1441
1442 * font-lock.el (font-lock-default-fontify-region): Don't force
1443 parse-sexp-lookup-properties to nil.
1444
1445 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1446
1447 * man.el (man-mode-syntax-table): Set up `:' to have
1448 word-constituent syntax.
1449
1450 2005-04-27 Lute Kamstra <lute@gnu.org>
1451
1452 * novice.el (disable-command): Don't add spurious newlines to the
1453 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
1454
1455 2005-04-26 Jay Belanger <belanger@truman.edu>
1456
1457 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1458 than one window before deleting window.
1459
1460 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
1461
1462 * shell.el (shell-prompt-pattern): Doc fix.
1463 (shell-mode): Set paragraph-separate buffer locally to "\\'".
1464
1465 * comint.el (comint-prompt-regexp, comint-get-old-input)
1466 (comint-use-prompt-regexp)
1467 (comint-use-prompt-regexp-instead-of-fields)
1468 (comint-replace-by-expanded-history, comint-send-input)
1469 (comint-output-filter, comint-get-old-input-default)
1470 (comint-line-beginning-position, comint-bol, comint-show-output)
1471 (comint-backward-matching-input, comint-forward-matching-input)
1472 (comint-next-prompt, comint-previous-prompt):
1473 Rename `comint-use-prompt-regexp-instead-of-fields' to
1474 `comint-use-prompt-regexp'. Keep old name as alias and declare
1475 obsolete.
1476 (comint-use-prompt-regexp): Shorten first line of doc string.
1477
1478 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1479 Set paragraph-separate buffer locally to "\\'".
1480
1481 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1482 Adapt to above name change.
1483
1484 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1485 (smbclient-prompt-regexp): Ditto.
1486
1487 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1488
1489 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
1490
1491 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1492 gdb-location-list.
1493 Break lines that are over 80 characters wide.
1494
1495 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1498 New fun and var, to preserve compatibility.
1499
1500 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1501
1502 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
1503
1504 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1505 name to file-newer-than-file-p.
1506
1507 2005-04-26 Richard M. Stallman <rms@gnu.org>
1508
1509 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1510
1511 * progmodes/python.el (python-mode):
1512 Use new name eldoc-documentation-function.
1513
1514 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1515
1516 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1517 (eldoc-documentation-function):
1518 Rename from eldoc-print-current-symbol-info-function. Calls changed.
1519
1520 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
1521
1522 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1523
1524 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 * term/xterm.el (function-key-map): Fix strings for
1527 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
1528 {C,S,A,C-S}-{f1-f12}.
1529
1530 2005-04-26 Kenichi Handa <handa@m17n.org>
1531
1532 * international/mule-cmds.el (select-safe-coding-system):
1533 Fix previous change.
1534
1535 2005-04-26 Lute Kamstra <lute@gnu.org>
1536
1537 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1538
1539 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1540 (font-lock-comment-delimiter-face): Ditto.
1541
1542 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1543
1544 2005-04-25 Jay Belanger <belanger@truman.edu>
1545
1546 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1547 to t while inserting information; use help-mode.
1548
1549 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1550
1551 * term.el (ansi-term-color-vector): Use the xterm colors.
1552 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1553
1554 2005-04-25 Lute Kamstra <lute@gnu.org>
1555
1556 * font-core.el (font-lock-defaults): Fix docstring.
1557
1558 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1559
1560 2005-04-25 Kenichi Handa <handa@m17n.org>
1561
1562 * international/mule-cmds.el (select-safe-coding-system):
1563 Don't check consistency with coding: spec, etc if raw-text or
1564 no-conversion was found to be safe.
1565
1566 2005-04-24 Richard M. Stallman <rms@gnu.org>
1567
1568 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1569 citation markers at start of each line.
1570
1571 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1572 citation markers at start of each line.
1573
1574 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1575
1576 * files.el (mode-require-final-newline): Fix previous change.
1577 (require-final-newline): Fix type label.
1578
1579 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1580
1581 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1582 statement in buffer (broken by 2004-11-24 change).
1583
1584 2005-04-24 Kim F. Storm <storm@cua.dk>
1585
1586 * ido.el (ido-everywhere): Save and restore old read-buffer-function
1587 and read-file-name-function values. Don't overwrite existing
1588 non-nil values if ido-mode is enabled without ido-everywhere.
1589
1590 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
1591
1592 * files.el (mode-require-final-newline): Minor doc fix.
1593
1594 2005-04-24 Eli Zaretskii <eliz@gnu.org>
1595
1596 * subr.el (syntax-after): Doc fix.
1597 (syntax-class): If argument is nil, return nil. Mask off upper 16
1598 bits, not 8 bits.
1599
1600 * files.el (mode-require-final-newline): Doc fix.
1601 (backup-buffer-copy): Fix last change.
1602
1603 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1604
1605 * term/mac-win.el: Require select. Set selection-coding-system to
1606 mac-system-coding-system. Call menu-bar-enable-clipboard.
1607 (x-last-selected-text-clipboard, x-last-selected-text-primary)
1608 (x-select-enable-clipboard): New variables.
1609 (x-select-text, x-get-selection, x-selection-value)
1610 (x-get-selection-value, mac-select-convert-to-string)
1611 (mac-services-open-file, mac-services-open-selection)
1612 (mac-services-insert-text): New functions.
1613 (CLIPBOARD, FIND): Put mac-scrap-name property.
1614 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1615 (public.tiff): Put mac-ostype property.
1616 (selection-converter-alist): Add entries for them.
1617 (mac-application-menu-map): New keymap.
1618 (interprogram-cut-function, interprogram-paste-function): Set to
1619 x-select-text and x-get-selection-value, respectively.
1620 (split-window-keep-point): Set to t.
1621
1622 2005-04-23 Richard M. Stallman <rms@gnu.org>
1623
1624 * files.el (read-directory-name): Always pass non-nil
1625 DEFAULT-FILENAME arg to read-file-name.
1626 (backup-buffer-copy, basic-save-buffer-2): Take care against
1627 writing thru an unexpected existing symlink.
1628 (revert-buffer): In indirect buffer, revert the base buffer.
1629 (magic-mode-alist): Doc fix.
1630 (buffer-stale-function): Doc fix.
1631 (minibuffer-with-setup-hook): Avoid warning.
1632 (mode-require-final-newline): Doc and custom fix.
1633
1634 * follow.el (follow-end-of-buffer): Use with-no-warnings.
1635
1636 * font-lock.el (font-lock-comment-face): On terminals with few colors,
1637 use the default appearance.
1638 (font-lock-comment-delimiter-face): New face, new variable.
1639
1640 * imenu.el (imenu--generic-function): The official position of a
1641 definition is the start of the line that BEG is in.
1642
1643 * midnight.el (midnight-timer): Move defvar up.
1644
1645 * mouse.el (mouse-drag-region-1): Delete some debugging code.
1646
1647 * saveplace.el (save-place-to-alist): Use with-no-warnings.
1648
1649 * startup.el (command-line): Use with-no-warnings.
1650
1651 * window.el (window-size-fixed): New defvar.
1652
1653 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1654
1655 * mail/rmail.el (rmail-font-lock-keywords):
1656 Use font-lock-comment-delimiter-face.
1657
1658 * mail/sendmail.el (mail-font-lock-keywords):
1659 Use font-lock-comment-delimiter-face.
1660
1661 * progmodes/compile.el (next-error-highlight-timer): New defvar.
1662
1663 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
1664
1665 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1666 Specify t for LAXMATCH when matching directories.
1667 Save match data around compilation-compat-error-properties form.
1668
1669 2005-04-23 David Kastrup <dak@gnu.org>
1670
1671 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1672 Mention that the autoloaded aliases should be kept for AUCTeX.
1673
1674 2005-04-23 Andreas Schwab <schwab@suse.de>
1675
1676 * isearch.el (isearch-forward): Doc fix.
1677
1678 2005-04-23 Eli Zaretskii <eliz@gnu.org>
1679
1680 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1681 (jit-lock-stealth-nice): Change default value to 0.5.
1682
1683 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
1684
1685 * abbrev.el (write-abbrev-file): Write table entries in
1686 alphabetical order by table name.
1687
1688 2005-04-22 Kim F. Storm <storm@cua.dk>
1689
1690 * ido.el (ido-read-internal): Fix `list' completion.
1691
1692 2005-04-22 Kenichi Handa <handa@m17n.org>
1693
1694 * recentf.el (recentf-save-file-coding-system): New variable.
1695 (recentf-save-list): Encode the file by
1696 recentf-save-file-coding-system and add coding: tag.
1697
1698 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1701
1702 2005-04-21 Lute Kamstra <lute@gnu.org>
1703
1704 * loadhist.el (unload-feature): Don't remove a function from hooks
1705 if it is about to be restored to an autoload . Remove functions
1706 that will become unbound from auto-mode-alist. Simplify the code.
1707
1708 * subr.el (assq-delete-all): New implementation that is linear,
1709 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
1710 (rassq-delete-all): New function.
1711
1712 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1713 Add size-indication-mode.
1714
1715 2005-04-21 Kenichi Handa <handa@m17n.org>
1716
1717 * international/mule-cmds.el: Add autoload for widget-value in
1718 eval-when-compile.
1719
1720 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1723 Add tooltip-mode.
1724
1725 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1726
1727 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
1728
1729 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1730 (inferior-lisp-filter-regexp, inferior-lisp-program)
1731 (inferior-lisp-load-command, inferior-lisp-prompt)
1732 (inferior-lisp-mode-hook, lisp-source-modes)
1733 (inferior-lisp-load-hook): defvar->defcustom.
1734 (inferior-lisp-program, inferior-lisp-prompt)
1735 (inferior-lisp-load-hook): Doc fixes.
1736 (inferior-lisp-install-letter-bindings): Small change in
1737 introductory comment.
1738
1739 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1740
1741 * vc.el (vc-annotate-color-map): Change some colors so that text
1742 using them as foreground is readable on both white and black
1743 backgrounds.
1744
1745 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * international/mule-conf.el (translation-table-for-input):
1748 Remove redundant declaration.
1749
1750 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1751
1752 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1753
1754 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1755 (tooltip-toggle-gud-tips): New function.
1756
1757 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1758
1759 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1760 right angle brackets.
1761
1762 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1763
1764 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1765
1766 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1769 Remove. Update callers to use expand-file-name instead.
1770
1771 * subr.el (syntax-class): New function.
1772
1773 * simple.el (blink-matching-open): Use it.
1774
1775 * paren.el (show-paren-function): Use it to recognize parens that are
1776 also used in 2-char comment markers.
1777
1778 2005-04-19 Lute Kamstra <lute@gnu.org>
1779
1780 * loadhist.el (unload-feature): Update for new format of
1781 load-history. Simplify the code.
1782
1783 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1784
1785 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1786 (mac-add-charset-info): New function. Initialize variable
1787 mac-charset-info-alist using it.
1788 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1789 for translation.
1790 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1791 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1792 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1793 New CCL programs.
1794
1795 2005-04-19 Kim F. Storm <storm@cua.dk>
1796
1797 * simple.el (next-buffer, prev-buffer, next-error)
1798 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1799 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1800
1801 * bindings.el (next-buffer, prev-buffer, next-error)
1802 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1803 (clone-indirect-buffer-other-window): Move bindings from simple.el.
1804 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1805 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1806
1807 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * isearch.el (isearch-edit-string): Make the search-ring available for
1810 minibuffer history commands.
1811 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1812 the default history commands now work just as well.
1813 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1814
1815 2005-04-18 Kim F. Storm <storm@cua.dk>
1816
1817 * emulation/cua-base.el (cua--pre-command-handler): Add more
1818 elaborate check for shift modifier on non-window systems.
1819
1820 2005-04-18 Lars Hansen <larsh@math.ku.dk>
1821
1822 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1823
1824 2005-04-18 Kim F. Storm <storm@cua.dk>
1825
1826 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1827 and make it optional. Don't test tooltip-gud-echo-area here.
1828 (tooltip-gud-process-output, gdb-tooltip-print):
1829 Pass tooltip-gud-echo-area to tooltip-show.
1830 (tooltip-help-tips): Remove second optional arg to tooltip-show.
1831
1832 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1833
1834 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1835 `display-graphic-p' may not be bound yet.
1836
1837 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
1838
1839 * startup.el (command-line): No longer enable Xterm Mouse mode by
1840 default in terminals compatible with xterm.
1841
1842 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1843
1844 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
1845
1846 * tooltip.el (tooltip-gud-echo-area): Rename from
1847 tooltip-use-echo-area.
1848 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1849 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1850 area independently of where help tooltips are displayed.
1851
1852 2005-04-17 David Kastrup <dak@gnu.org>
1853
1854 * cus-theme.el (custom-theme-write-variables): Quote variables
1855 where necessary.
1856
1857 2005-04-17 Richard M. Stallman <rms@gnu.org>
1858
1859 * simple.el (yank-excluded-properties): Add follow-link to value.
1860
1861 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
1862
1863 * startup.el (fancy-splash-max-time): Just 30 seconds.
1864 (fancy-splash-delay): Just 7.
1865 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
1866
1867 * loadhist.el (unload-feature): Update for new format of load-history.
1868 Simplify the code.
1869
1870 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
1871 (rmail-font-lock-keywords): Don't fontify the text of a citation.
1872
1873 * mail/sendmail.el (mail-font-lock-keywords):
1874 Don't fontify subject text.
1875 Don't fontify the text of a citation.
1876
1877 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
1878
1879 * comint.el (comint-output-filter): Run comint-output-filter-functions
1880 with point where the user had it.
1881
1882 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * international/ucs-tables.el (ucs-set-table-for-input):
1885 Disable when using unify-on-decoding.
1886
1887 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1888
1889 * emulation/cua-base.el (cua-global-mark-face): Add special case
1890 for displays supporting a high number of colors.
1891
1892 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
1893
1894 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
1895
1896 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * filesets.el (filesets-add-buffer): If user supplies a name of a
1899 non-existing fileset, create a new fileset.
1900
1901 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
1902
1903 * textmodes/org.el (org-up-heading-all): Fix bug with
1904 `outline-up-heading-all'.
1905
1906 2005-04-16 Andreas Schwab <schwab@suse.de>
1907
1908 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
1909 /etc/permissions.d/* and /etc/aliases.d/*.
1910
1911 2005-04-16 Kenichi Handa <handa@m17n.org>
1912
1913 * international/code-pages.el (cp-make-coding-system):
1914 Set `translation-table-for-input' property value to the symbol
1915 ucs-mule-to-mule-unicode, not to that value.
1916 (pt154): Escape guillemet by `\'.
1917
1918 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * loadup.el: Load tooltip if x-show-tip is fboundp.
1921
1922 * startup.el (command-line): Add comment.
1923
1924 * tooltip.el (tooltip-mode): Specify correct standard value for
1925 Custom in init-value.
1926
1927 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
1928
1929 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
1930 possible.
1931
1932 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
1933
1934 * textmodes/org.el (org-agenda-date-prompt): Rename from
1935 `org-agenda-date-today'.
1936 (org-evaluate-time-range): Insert at point instead of directly
1937 after time range.
1938 (org-first-headline-recenter, org-subtree-end-visible-p)
1939 (org-optimize-window-after-visibility-change): New functions
1940 (org-agenda-post-command-hook): Don't allow point at end of line,
1941 to make sure it always hits the text properties.
1942 (org-agenda-next-date-line, org-agenda-previous-date-line):
1943 New commands.
1944 (org-set-regexps-and-options): Category may contain white space.
1945 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1946 Improve marker positions.
1947 (org-agenda-new-marker): Argument POS made optional.
1948 (org-agenda-get-timestamps): Deadlines which are done are listed
1949 in org-done-face now.
1950 (org-agenda-get-todos, org-agenda-get-timestamps)
1951 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1952 Set `undone-face' and `done-face' properties.
1953 (org-last-todo-state-is-todo): New variable.
1954 (org-todo): Set `org-last-todo-state-is-todo'.
1955 (org-agenda-todo): Change face according to
1956 `org-last-todo-state-is-todo'. And change other lines refering to
1957 the same entry.
1958 (org-calendar-goto-agenda): New command.
1959 (org-calendar-to-agenda-key): New option.
1960 (org-startup-folded): New allowed value `content'.
1961 (org-set-regexps-and-options): Accept new value `content' for
1962 `org-startup-folded'.
1963 (org-get-current-options): Handle new value `content' for
1964 `org-startup-folded'.
1965 (org-insert-todo-heading): New command.
1966 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
1967 interactively in empty file and option
1968 `org-insert-mode-line-in-empty-file' has been set.
1969 (org-agenda-todo,org-agenda-priority): Modify to use
1970 `org-agenda-change-all-lines'.
1971 (org-warning-face): Change color on dark background
1972
1973 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1974
1975 * international/mule-cmds.el (set-locale-environment): On Mac OS,
1976 use preferences AppleLocale and AppleLanguages, and variable
1977 mac-system-locale for default locale. On Mac OS Classic, use
1978 mac-system-coding-system for default coding systems.
1979
1980 * term/mac-win.el: Don't set file-name-coding-system.
1981 Decode variables system-name, emacs-build-system, user-login-name, and
1982 user-full-name by mac-system-coding-system on Mac OS Classic.
1983 (mac-system-coding-system): New variable.
1984
1985 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * startup.el (command-line): Handle `xterm-mouse-mode' before
1988 reading init file.
1989
1990 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
1991
1992 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1993
1994 * progmodes/sh-script.el (sh-here-document-word): Make it a
1995 defcustom. Doc fix.
1996 (sh-add): Bash uses $(( )) for arithmetic.
1997 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
1998 (sh-maybe-here-document): Remove quotes and leading whitespace
1999 from heredoc word when closing. Indent heredoc with tabs if word
2000 starts with "-".
2001
2002 2005-04-13 Richard M. Stallman <rms@gnu.org>
2003
2004 * simple.el (undo): Fix previous change.
2005
2006 * custom.el (defface): Doc fix.
2007
2008 2005-04-13 Lute Kamstra <lute@gnu.org>
2009
2010 * Makefile.in (DONTCOMPILE): Remove list.
2011 (compile, compile-always): Don't use DONTCOMPILE.
2012 (update-authors): Load the library in which batch-update-authors
2013 is defined.
2014 * makefile.w32-in (DONTCOMPILE): Remove list.
2015 (compile, compile-always): Fix comments.
2016 (update-authors): Load the library in which batch-update-authors
2017 is defined.
2018
2019 * generic-x.el (generic-mode-ini-file-find-file-hook):
2020 Rename to ini-generic-mode-find-file-hook.
2021 Keep generic-mode-ini-file-find-file-hook as an alias.
2022 (ini-generic-mode-find-file-hook): Rename from
2023 generic-mode-ini-file-find-file-hook. Fix docstring.
2024 (ini-generic-mode): Docstring change.
2025 (bat-generic-mode-run-as-comint): Silence the byte compiler.
2026
2027 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2028 called from lisp.
2029
2030 * generic.el: Move to the emacs-lisp subdir.
2031
2032 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2033
2034 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2035 and C-S- function and cursor motion keys.
2036
2037 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2038
2039 * startup.el (command-line): Enable Xterm Mouse mode by default.
2040 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2041 for Custom. No longer show "Mouse" in mode line when enabled.
2042 Doc fix.
2043
2044 2005-04-12 Kim F. Storm <storm@cua.dk>
2045
2046 * emulation/cua-base.el (cua-rectangle-face)
2047 (cua-rectangle-noselect-face): Define face attributes here.
2048
2049 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2050
2051 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2052
2053 * startup.el (command-line): Turn off blinking cursor if
2054 cursorBlink in resources is off or false.
2055
2056 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2057
2058 * term/mac-win.el (dnd): Require dnd.
2059 (mac-drag-n-drop): Call dnd-handle-one-url.
2060 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2061 (kTextEncodingISOLatin2): Remove constants.
2062 (mac-script-code-coding-systems): New constant.
2063 (mac-handle-language-change): New function.
2064 (special-event-map): Bind it to `language-change' event.
2065 (mac-centraleurroman, mac-cyrillic): New coding systems.
2066 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2067 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2068 and mac-cyrillic-encoder to encode-mac-centraleurroman and
2069 encode-mac-cyrillic, respectively.
2070
2071 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2074 Don't set overlay-arrow-string to "=>" as this is done
2075 globally in C now.
2076
2077 2005-04-12 Lute Kamstra <lute@gnu.org>
2078
2079 * generic-x.el (rc-generic-mode, rul-generic-mode):
2080 Fix auto-mode-alist entries.
2081 (etc-fstab-generic-mode): Tweak fontification.
2082
2083 * generic.el (generic-make-keywords-list): Fix docstring.
2084 (generic-mode-internal): Simplify generic-font-lock-keywords.
2085
2086 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2087
2088 * whitespace.el (whitespace-buffer-leading)
2089 (whitespace-buffer-trailing): Revert the incorrect test inversion.
2090 However, fix the highlight area for the leading and
2091 trailing whitespaces to show space.
2092
2093 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2094
2095 * whitespace.el (whitespace-version): Bump to 3.5
2096
2097 (whitespace-buffer-leading, whitespace-buffer-trailing):
2098 Invert sense of the test to highlight the whitespace.
2099
2100 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2101
2102 * progmodes/gud.el (gud-display-line): GUD uses its own
2103 overlay arrow now so don't set overlay-arrow-string.
2104 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2105
2106 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * term.el (term-ansi-current-bold, term-ansi-current-underline)
2109 (term-ansi-current-reverse, term-ansi-current-invisible)
2110 (term-ansi-face-already-done): Change to boolean.
2111 (term-reset-terminal, term-handle-colors-array): Handle the above
2112 vars accordingly.
2113 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2114 (term-emulate-terminal): Use the new name.
2115
2116 * faces.el (secondary-selection): Use yellow1, not yellow.
2117 (trailing-whitespace): Use red1, not red.
2118
2119 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2120
2121 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2122 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2123 (dired-dnd-handle-file): Call dnd-get-local-file-uri
2124
2125 * cus-edit.el (dnd): New group.
2126
2127 * term/w32-win.el (dnd): Require dnd
2128 (w32-drag-n-drop): Call dnd-handle-one-url.
2129
2130 * x-dnd.el: Require dnd.
2131 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2132 Call dnd-handle-one-url.
2133 (x-dnd-types-alist, x-dnd-insert-utf8-text)
2134 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2135 to dnd-insert-text.
2136 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2137 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2138 (x-dnd-get-local-file-name, x-dnd-open-local-file)
2139 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2140
2141 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2142
2143 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2144
2145 * wdired.el: Doc fixes.
2146 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2147 (wdired-use-dired-vertical-movement): Rename from
2148 wdired-always-move-to-filename-beginning.
2149 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2150 (wdired-change-to-wdired-mode): Change mode name.
2151 (wdired-newline): Delete.
2152
2153 2005-04-11 Richard M. Stallman <rms@gnu.org>
2154
2155 * whitespace.el (whitespace-highlight-the-space):
2156 Don't call whitespace-unhighlight-the-space here.
2157
2158 * simple.el (undo): Record t in undo-equiv-table
2159 for the redo record made by an undo-in-region.
2160
2161 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2162
2163 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2164 (gdb-frame-inferior-io-buffer): New Functions to control
2165 display of separate IO buffer.
2166 (menu): Add them to menu-bar.
2167 (gdb-display-buffer): Check for buffer another frame.
2168 Protect GUD buffer.
2169 (gdb-setup-windows): Create IO buffer if not already there.
2170 (gdb-memory-mode): Remove purecopy noops.
2171
2172 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2173
2174 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2175 and pass to self-insert-command.
2176
2177 2005-04-11 Lute Kamstra <lute@gnu.org>
2178
2179 * generic.el: Commentary section cleanup.
2180 (generic): Delete.
2181 (generic-use-find-file-hook, generic-lines-to-scan)
2182 (generic-find-file-regexp, generic-ignore-files-regexp)
2183 (default-generic-mode, generic-mode-find-file-hook)
2184 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2185 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
2186 (generic-use-find-file-hook, generic-lines-to-scan)
2187 (generic-find-file-regexp, generic-ignore-files-regexp)
2188 (default-generic-mode, generic-mode-find-file-hook)
2189 (generic-mode-ini-file-find-file-hook): Move from generic.el.
2190
2191 2005-04-10 Karl Fogel <kfogel@red-bean.com>
2192
2193 * bookmark.el (bookmark-write-file): Catch errors writing file.
2194 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
2195
2196 2005-04-10 Richard M. Stallman <rms@gnu.org>
2197
2198 * startup.el (fancy-splash-tail): Update copyright year.
2199 (command-line): Split part of -Q into -D.
2200 (emacs-basic-display): New defvar.
2201 (fancy-splash-text): Correct name of menu item.
2202
2203 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2204
2205 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2206 lines in one node.
2207
2208 * comint.el (comint-send-input): New arg ARTIFICIAL.
2209 Callers in this file changed.
2210
2211 * abbrev.el (define-abbrevs): Read system abbrevs properly.
2212
2213 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2214
2215 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
2218 `ldap-search-internal'.
2219
2220 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * files.el (set-auto-mode-1): Use line-end-position.
2223
2224 * international/latin-1.el:
2225 * international/latin-2.el:
2226 * international/latin-3.el:
2227 * international/latin-4.el:
2228 * international/latin-5.el:
2229 * international/latin-8.el:
2230 * international/latin-9.el: Give punctuation syntax to NBSP.
2231
2232 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
2233 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
2234 Use char-classes to accept non-ascii letters, accepted in some recent
2235 bibtex implementations.
2236
2237 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
2238
2239 * custom.el (custom-set-minor-mode): Any non-nil value for the
2240 variable should enable the mode when set through Custom.
2241
2242 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
2245 TAB binding so tab-always-indent is obeyed.
2246 (vhdl-minibuffer-local-map): Move initialization into declaration.
2247 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
2248 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
2249 (vhdl-hooked-abbrev): Avoid test for XEmacs.
2250 (vhdl-current-line): Use line-beginning-position.
2251 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
2252 with-output-to-temp-buffer, so the current position can be recorded.
2253
2254 2005-04-10 Masatake YAMATO <jet@gyve.org>
2255
2256 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2257 Add regexp for gcov.
2258
2259 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
2260
2261 * calendar/time-date.el (time-to-seconds, seconds-to-time)
2262 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
2263 syntax which Emacs 20 doesn't support.
2264
2265 2005-04-09 Richard M. Stallman <rms@gnu.org>
2266
2267 * help.el (describe-key-briefly, describe-key):
2268 Replace strings as event types with "(any string)".
2269
2270 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * arc-mode.el (archive-mode-map): Move initialization into
2273 the declaration. Override *all* bindings of `undo'.
2274 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
2275
2276 2005-04-09 Jay Belanger <belanger@truman.edu>
2277
2278 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
2279
2280 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2281
2282 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
2283 (xterm-register-default-colors): Update color values computation
2284 to match xterm-200.
2285
2286 2005-04-09 Kenichi Handa <handa@m17n.org>
2287
2288 * international/code-pages.el (iso-latin-7): Fix the map.
2289
2290 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
2291
2292 * emacs-lisp/lisp.el (defun-prompt-regexp)
2293 (parens-require-spaces, buffer-end, end-of-defun)
2294 (insert-parentheses): Doc fixes.
2295
2296 2005-04-08 Kim F. Storm <storm@cua.dk>
2297
2298 * comint.el (comint-highlight-prompt): Fix face spec.
2299 * hi-lock.el (hi-green): Likewise.
2300
2301 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 * cus-edit.el (custom-modified-face):
2304 * comint.el (comint-highlight-input): Fix previous changes.
2305 * term.el (term-handle-ansi-escape): Add a comment.
2306
2307 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2310 in the buffer and in whitespace-highlighted-space.
2311 (whitespace-unhighlight-the-space): Simplify.
2312 (whitespace-buffer): Simplify.
2313
2314 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2315
2316 * textmodes/table.el (table-cell-face): Add special case for
2317 displays supporting a high number of colors.
2318 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2319 (vhdl-font-lock-reserved-words-face)
2320 (vhdl-speedbar-architecture-face)
2321 (vhdl-speedbar-instantiation-face)
2322 (vhdl-speedbar-architecture-selected-face)
2323 (vhdl-speedbar-instantiation-selected-face): Likewise.
2324 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2325 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2326 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2327 (ebrowse-root-class-face, ebrowse-member-attribute-face)
2328 (ebrowse-progress-face): Likewise.
2329 * progmodes/compile.el (compilation-info-face): Likewise.
2330 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2331 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2332 * calendar/calendar.el (diary-face): Likewise.
2333 * woman.el (woman-italic-face, woman-bold-face)
2334 (woman-unknown-face): Likewise.
2335 * wid-edit.el (widget-button-pressed-face): Likewise.
2336 * whitespace.el (whitespace-highlight-face): Likewise.
2337 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2338 * pcvs-info.el (cvs-marked-face): Likewise.
2339 * info.el (info-xref): Likewise.
2340 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2341 * hilit-chg.el (highlight-changes-face)
2342 (highlight-changes-delete-face): Likewise.
2343 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2344 (hi-red-b): Likewise.
2345 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2346 * font-lock.el (font-lock-keyword-face)
2347 (font-lock-function-name-face, font-lock-warning-face): Likewise.
2348 * cus-edit.el (custom-invalid-face, custom-modified-face)
2349 (custom-set-face, custom-changed-face, custom-variable-tag-face)
2350 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2351 * comint.el (comint-highlight-prompt): Likewise.
2352
2353 2005-04-08 Lute Kamstra <lute@gnu.org>
2354
2355 * font-lock.el (font-lock-keywords): Docstring fixes.
2356
2357 2005-04-08 Kenichi Handa <handa@m17n.org>
2358
2359 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2360 chars are more than a limit, print " and more..." at the tail.
2361
2362 2005-04-08 Kim F. Storm <storm@cua.dk>
2363
2364 * emacs-lisp/authors.el (authors-aliases): Update list.
2365 (authors-ignored-files): New list.
2366 (authors-fixed-entries): Fix typo.
2367 (authors-renamed-files-alist): Update list.
2368 (authors-add): Check authors-ignored-files.
2369
2370 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
2371
2372 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
2373 optional, to ensure backward compatibility.
2374
2375 2005-04-08 Stephen Eglen <stephen@gnu.org>
2376
2377 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
2378
2379 2005-04-08 Kim F. Storm <storm@cua.dk>
2380
2381 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
2382
2383 * mouse.el (mouse-on-link-p): Doc fix.
2384
2385 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
2386
2387 * ielm.el (ielm-prompt-read-only): Doc fix.
2388
2389 * comint.el (comint-prompt-read-only): Doc fix.
2390
2391 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
2392
2393 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
2394 ensure dired always handles wildcards passed to ffap.
2395 (find-file-at-point): Use it.
2396 (ffap-dired-wildcards): Doc fix.
2397
2398 2005-04-07 Juri Linkov <juri@jurta.org>
2399
2400 * simple.el (next-error-overlay-arrow-position): New defvar.
2401 Put "=>" on its property `overlay-arrow-string'. Add it to
2402 `overlay-arrow-variable-list'.
2403
2404 * progmodes/compile.el (compilation-setup):
2405 Set `next-error-overlay-arrow-position' to nil. Also set it to
2406 nil in the local hook `kill-buffer-hook'. Make local variable
2407 `overlay-arrow-string' and set it to "=>".
2408 (compilation-goto-locus): Set BOL position to
2409 `next-error-overlay-arrow-position' instead of
2410 `overlay-arrow-position'.
2411
2412 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
2413 locally instead of adding it to the global hook.
2414 (Info-kill-buffer): Move up.
2415
2416 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * term/xterm.el (xterm-standard-colors): Update color values from
2419 xterm-200.
2420
2421 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2424
2425 * fast-lock.el:
2426 * lazy-lock.el: Move them to the obsolete subdir.
2427
2428 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2429
2430 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2431 (wdired-add-replace-advice): Remove.
2432 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2433
2434 2005-04-06 Kim F. Storm <storm@cua.dk>
2435
2436 * startup.el (command-line): Add --bare-bones alias for -Q.
2437
2438 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2439
2440 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2441 create the startup fontset if a font specification ends with
2442 `mac-roman'.
2443
2444 2005-04-06 Lute Kamstra <lute@gnu.org>
2445
2446 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2447 change.
2448
2449 * emacs-lisp/copyright.el (copyright-update-year): Replace the
2450 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
2451
2452 2005-04-05 Lute Kamstra <lute@gnu.org>
2453
2454 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2455 (define-generic-mode): Ditto. Fix debug declaration.
2456
2457 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2458 Put them in the generic-x group.
2459
2460 * calendar/timeclock.el (timeclock): Doc fix.
2461
2462 * generic.el (define-generic-mode): Don't use custom-current-group.
2463 Document default :group value.
2464 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2465 (define-global-minor-mode): Don't use custom-current-group.
2466
2467 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2468
2469 * startup.el (command-line-1): Display startup-echo-area-message
2470 when fancy splash screen is in use.
2471
2472 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2473 (sh-escaped-newline): New face.
2474 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2475 newline, and use sh-escaped-newline face.
2476
2477 * progmodes/tcl.el (tcl-escaped-newline): New face.
2478 (tcl-builtin-list): New variable.
2479 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2480 newlines. Fix keywords subexpression number.
2481
2482 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
2483
2484 * textmodes/org.el (org-diary-default-entry): Fix call to
2485 `add-to-diary-entry'.
2486
2487 2005-04-05 Kim F. Storm <storm@cua.dk>
2488
2489 * ediff-init.el: Use (featurep 'xemacs).
2490
2491 2005-04-05 David Ponce <david@dponce.com>
2492
2493 * cus-edit.el (face): Derive from symbol widget. Display sample
2494 of the current face on the fly.
2495 (widget-face-sample-face-get, widget-face-notify): New functions.
2496 (widget-face-value-create): Remove.
2497
2498 * wid-edit.el (widget-field-end): Temporarily remove field
2499 narrowing before to call `get-char-property'.
2500
2501 2005-04-04 Jay Belanger <belanger@truman.edu>
2502
2503 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2504 (math-read-subscripts): New variable.
2505 (math-read-preprocess-string): Process subscripts.
2506
2507 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
2508
2509 * comint.el (comint-prompt-read-only): Doc fix.
2510
2511 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2512 `-1'. Doc fix.
2513
2514 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
2515
2516 * textmodes/org.el (org-insert-mode-line-in-empty-file):
2517 Change default value to nil.
2518
2519 2005-04-04 Lute Kamstra <lute@gnu.org>
2520
2521 * autorevert.el (auto-revert-mode): Specify :group.
2522 * battery.el (display-battery-mode): Specify :group.
2523 * diff-mode.el (diff-minor-mode): Specify :group.
2524 * font-core.el (font-lock-mode): Specify :group.
2525 * hl-line.el (hl-line-mode): Specify :group.
2526 * iimage.el (iimage): New customization group.
2527 (iimage-mode): Specify :group.
2528 * longlines.el (longlines-mode): Specify :group.
2529 * master.el: Don't require easy-mmode.
2530 (master): New customization group.
2531 (master-mode): Specify :group.
2532 * msb.el (msb-mode): Specify :group.
2533 * reveal.el (reveal-mode): Specify :group.
2534 * simple.el (next-error-follow-minor-mode): Specify :group.
2535 * smerge-mode.el (smerge-mode): Specify :group.
2536 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2537 * emulation/cua-base.el (cua-mode): Specify :group.
2538 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2539 * language/thai-util.el (thai-auto-composition-mode)
2540 (thai-word-mode): Specify :group.
2541 * mail/supercite.el (sc-minor-mode): Specify :group.
2542 * progmodes/cwarn.el (cwarn-mode): Specify :group.
2543 * progmodes/flymake.el (flymake-mode): Specify :group.
2544 * progmodes/glasses.el (glasses-mode): Specify :group.
2545 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2546 * textmodes/enriched.el (enriched-mode): Specify :group.
2547 * textmodes/refill.el (refill-mode): Specify :group.
2548
2549 * add-log.el (change-log-font-lock-keywords): Names in
2550 parenthesized lists can contain spaces.
2551
2552 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
2553
2554 * startup.el (fancy-splash-text): Shorten default text of
2555 "Emacs Tutorial" line. Also, if the current language env
2556 indicates an available tutorial file other than TUTORIAL,
2557 extract its title and append it to the line in parentheses.
2558 (fancy-splash-insert): If arg is a thunk, funcall it.
2559
2560 2005-04-04 Jay Belanger <belanger@truman.edu>
2561
2562 * calc.el (calc-language-alist): Add tags to customization type.
2563
2564 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
2565
2566 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2567 Doc fix.
2568
2569 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
2570
2571 * add-log.el (change-log-font-lock-keywords): The manual
2572 describing a Change Log entry, says: (...) "Aside from these
2573 header lines, every line in the change log starts with a space or
2574 a tab.". The font-lock was not highlighting lines started with
2575 spaces, added support for it.
2576
2577 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2578
2579 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2580 (bibtex-generate-url-list): Update docstring accordingly. Put the
2581 complex example in the docstring.
2582 (bibtex-font-lock-url): Use pop.
2583
2584 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2587
2588 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2589
2590 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
2591
2592 * filesets.el (filesets-set-default): Doc fix.
2593
2594 2005-04-03 Lute Kamstra <lute@gnu.org>
2595
2596 * generic.el (define-generic-mode): Add argument to specify
2597 keywords for defcustom.
2598 (default-generic-mode): Specify :group.
2599
2600 * generic-x.el: Specify :group for all generic modes.
2601
2602 * desktop.el (desktop-no-desktop-file-hook)
2603 (desktop-after-read-hook): Doc fix.
2604
2605 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
2606
2607 * simple.el (visible-mode): Use explicit :group keyword.
2608 This changes the group of `visible-mode-hook' from paren-blinking
2609 to editing-basics.
2610
2611 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2612
2613 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2614 mailbox specifications as well as URLs.
2615 (rmail-insert-inbox-text): Remove unused conditional branches.
2616
2617 2005-04-01 Jay Belanger <belanger@truman.edu>
2618
2619 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2620 (calc-gnuplot-print-command): Move definitions to calc.el.
2621
2622 * calc/calc-embed.el (calc-embedded-announce-formula)
2623 (calc-embedded-open-formula, calc-embedded-close-formula)
2624 (calc-embedded-open-word, calc-embedded-close-word)
2625 (calc-embedded-open-plain, calc-embedded-close-plain)
2626 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2627 (calc-embedded-open-mode, calc-embedded-close-mode):
2628 Move definitions to calc.el.
2629
2630 * calc/calc.el (calc-settings-file, calc-language-alist):
2631 Make customizable.
2632 (calc-embedded-announce-formula, calc-embedded-open-formula)
2633 (calc-embedded-close-formula, calc-embedded-open-word)
2634 (calc-embedded-close-word, calc-embedded-open-plain)
2635 (calc-embedded-close-plain, calc-embedded-open-new-formula)
2636 (calc-embedded-close-new-formula, calc-embedded-open-mode)
2637 (calc-embedded-close-mode, calc-gnuplot-name)
2638 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2639 from other files and make customizable.
2640
2641 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2644 Use buffer-live-p.
2645 (cvs-mode-run): Don't call cvs-update-header here.
2646 (cvs-run-process): Call cvs-update-header.
2647 Use process properties for cvs-postprocess and cvs-buffer so that
2648 the sentinel can behave better if the temp buffer is killed.
2649 Use a pipe rather than a tty, to better handle unexpected prompts.
2650 (cvs-sentinel): Rewrite. Call cvs-update-header.
2651
2652 2005-04-01 Andre Spiegel <spiegel@gnu.org>
2653
2654 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2655 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
2656
2657 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * generic.el (define-generic-mode): Add indentation rule.
2660
2661 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
2662
2663 * files.el (mode-require-final-newline): Make Custom correctly
2664 report a nil value and allow to set it to nil via Custom.
2665 Doc fix.
2666
2667 2005-04-01 Kenichi Handa <handa@m17n.org>
2668
2669 * international/characters.el: Enable the correct case setting for
2670 dotless-i and dotted-I.
2671
2672 2005-04-01 Kim F. Storm <storm@cua.dk>
2673
2674 * ido.el (ido-file-internal): Fall back to non-ido command if
2675 initial directory is on slow ftp (or tramp) host.
2676
2677 2005-03-31 Richard M. Stallman <rms@gnu.org>
2678
2679 * emacs-lisp/autoload.el (make-autoload):
2680 Handle define-global-minor-mode.
2681
2682 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2683 Rename from easy-mmode-define-global-mode.
2684 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2685
2686 * progmodes/scheme.el (scheme-mode-syntax-table):
2687 Update syntax of | and # for two-character comment syntax.
2688
2689 2005-03-31 Lute Kamstra <lute@gnu.org>
2690
2691 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2692 (define-minor-mode): Call custom-current-group at load-time.
2693
2694 * generic.el (define-generic-mode): Add debug declaration.
2695 Add defcustom for the mode hook.
2696 (generic-mode-internal): Use run-mode-hooks.
2697
2698 2005-03-31 Kim F. Storm <storm@cua.dk>
2699
2700 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2701 (mouse-fixup-help-message): New defun called by show_help_echo
2702 to fixup mouse-2 prefix in help messages when applicable.
2703
2704 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2705
2706 2005-03-31 Kenichi Handa <handa@m17n.org>
2707
2708 * language/thai-word.el (thai-find-word-ends): Pay attention to
2709 the case that we reach the end of buffer.
2710
2711 * textmodes/fill.el (fill-text-properties-at): New function.
2712 (fill-newline): Use fill-text-properties-at instead of
2713 text-properties-at.
2714
2715 2005-03-31 Karl Berry <karl@freefriends.org>
2716
2717 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2718 not comint-quote-filename.
2719
2720 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2721
2722 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2723 not comint-quote-filename.
2724
2725 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
2726
2727 * help-fns.el (help-with-tutorial): Revert last change.
2728
2729 2005-03-31 Kim F. Storm <storm@cua.dk>
2730
2731 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2732
2733 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
2734
2735 * calendar/cal-china.el: Update reference to "Calendrical
2736 Calculations" book; there's a new edition.
2737 * calendar/cal-coptic.el: Likewise.
2738 * calendar/cal-french.el: Likewise.
2739 * calendar/cal-hebrew.el: Likewise.
2740 * calendar/cal-islam.el: Likewise.
2741 * calendar/cal-iso.el: Likewise.
2742 * calendar/cal-julian.el: Likewise.
2743 * calendar/cal-mayan.el: Likewise.
2744 * calendar/cal-persia.el: Likewise.
2745 * calendar/calendar.el: Likewise.
2746 * calendar/holidays.el: Likewise.
2747 * calendar/lunar.el: Likewise.
2748 * calendar/solar.el: Likewise.
2749
2750 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2751 white space from doc string.
2752
2753 2005-03-30 Jay Belanger <belanger@truman.edu>
2754
2755 * calc/calc-help.el (calc-full-help): Remove email address.
2756
2757 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2758
2759 * help-fns.el (help-with-tutorial): Delete title line.
2760
2761 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2762
2763 * calendar/cal-x.el (calendar-one-frame-setup)
2764 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2765 rather than 'symbol for set-window-dedicated-p.
2766
2767 * calendar/appt.el (appt-buffer-name): Make it a constant.
2768 (appt-add): Doc fix.
2769
2770 * filesets.el (filesets-menu-path, filesets-menu-before)
2771 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
2772 (filesets-menu-cache-file): Use directory ~/.emacs.d.
2773 (filesets-add-submenu): Delete and use add-submenu instead.
2774
2775 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
2776
2777 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2778 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2779 (org-diary-default-entry): New function.
2780 (org-get-entries-from-diary): Better parsing of diary entries.
2781 (org-agenda-check-no-diary): New function.
2782 ("diary-lib"): Advice to function `add-to-diary-list', to allow
2783 linking to diary entries.
2784 (org-agenda-execute-calendar-command): New function.
2785 (org-agenda): Improve visible section in window.
2786 Use `org-fit-agenda-window'.
2787 (org-fit-agenda-window): New option.
2788 (org-move-subtree-down): Better handling of empty lines
2789 at end of subtree.
2790 (org-cycle): Numeric prefix is interpreted now as show-subtree N
2791 levels up.
2792 (org-fontify-done-headline): New option.
2793 (org-headline-done-face): New face.
2794 (org-set-font-lock-defaults): Use `org-headline-done-face'.
2795 (org-table-copy-down): Rename from `org-table-copy-from-above'.
2796 When current field is non-empty, it is copied to next row.
2797 (org-table-copy-from-above): Fix bug which made it
2798 impossible to copy fields containing only a single non-white character.
2799
2800 2005-03-30 Kim F. Storm <storm@cua.dk>
2801
2802 * kmacro.el (kmacro-end-macro): Isearch may store this command
2803 into the macro -- so ignore it when executing keyboard macro.
2804
2805 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2808
2809 2005-03-29 Kenichi Handa <handa@m17n.org>
2810
2811 * language/thai.el ("Thai"): Set setup-function and exit-function
2812 for Thai language environment.
2813
2814 * language/thai-util.el: Require thai-word.
2815 (thai-word-mode-map): New variable.
2816 (thai-word-mode): New minor mode.
2817 (setup-thai-language-environment-internal): New function.
2818 (exit-thai-language-environment-internal): New function.
2819
2820 * language/thai-word.el (thai-word-table): Declare it by defvar,
2821 use dolist to initialize it.
2822 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2823 (thai-fill-find-break-point): New functions.
2824
2825 2005-03-29 Richard M. Stallman <rms@gnu.org>
2826
2827 * simple.el (idle-update-delay): Move definition up.
2828 (set-mark): Doc fix.
2829
2830 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * longlines.el: New file.
2833
2834 * simple.el (buffer-substring-filters): New variable.
2835 (filter-buffer-substring): New function.
2836 (kill-region, copy-region-as-kill): Use it.
2837
2838 * register.el (copy-to-register, append-to-register)
2839 (prepend-to-register): Use filter-buffer-substring.
2840
2841 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2842
2843 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2844 (gud-filter-pending-text): Move in front of gdb.
2845 (gud-overlay-arrow-position): New variable.
2846 (gud-sentinel, gud-display-line): Use it in place of
2847 overlay-arrow-position.
2848
2849 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
2850
2851 * progmodes/fortran.el (fortran-if-indent): Doc fix.
2852 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
2853 (fortran-font-lock-keywords-4): New variable.
2854 (fortran-blocks-re, fortran-end-block-re)
2855 (fortran-start-block-re): New constants, for hideshow.
2856 (hs-special-modes-alist): Add a Fortran entry.
2857 (fortran-mode-map): Bind fortran-end-of-block,
2858 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
2859 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
2860 (fortran-looking-at-if-then, fortran-end-of-block)
2861 (fortran-beginning-of-block): New functions, for hideshow.
2862
2863 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
2864 fix. Tweak regexp.
2865 (f90-beginning-of-block): Push mark first.
2866
2867 2005-03-29 Jay Belanger <belanger@truman.edu>
2868
2869 * calc/calc.el: Update copyright date.
2870 (calc-version): Increase to 2.1.
2871 (calc-version-date): Remove.
2872
2873 * calc/calc-help.el: Update copyright date.
2874 (calc-full-help): Remove reference to calc-version-date.
2875 Update copyright date.
2876
2877 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * vc.el (vc-do-command): Use a pipe for async processes, so password
2880 prompts don't show up at places where the user can't reply.
2881
2882 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2883
2884 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
2885 on the file name we pass to the inferior shell.
2886
2887 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2888
2889 * progmodes/which-func.el (which-function): Be robust in the face of an
2890 imenu--make-index-alist failure.
2891
2892 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
2895
2896 * progmodes/python.el (python-preoutput-filter): Fix last change.
2897
2898 2005-03-29 Lute Kamstra <lute@gnu.org>
2899
2900 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
2901 functions and compiled macros.
2902 (debug-convert-byte-code): Handle macros too.
2903 (debug-on-entry-1): Don't signal an error when trying to clear a
2904 function that is not set to debug on entry.
2905
2906 2005-03-29 Jay Belanger <belanger@truman.edu>
2907
2908 * calc/calc-lang.el: Add functions to math-function-table
2909 properties of tex and math.
2910
2911 2005-03-29 Kenichi Handa <handa@m17n.org>
2912
2913 * ps-mule.el (ps-mule-plot-string): Translate characters by
2914 ps-print-translation-table.
2915 (ps-mule-begin-job): Call find-charset-region/string with
2916 ps-print-translation-table.
2917 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
2918
2919 * ps-print.el (ps-print-translation-table): New variable.
2920 (ps-plot-region): Translate characters by ps-print-translation-table.
2921
2922 2005-03-29 Juri Linkov <juri@jurta.org>
2923
2924 * simple.el (next-error-highlight-timer): New variable.
2925
2926 * progmodes/compile.el (compilation-goto-locus):
2927 Use `next-error-highlight-timer' instead of `sit-for'.
2928
2929 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * mail/supercite.el (sc-mail-field): Use assoc-string.
2932 (sc-get-address): Simplify regexps.
2933
2934 * files.el (minibuffer-with-setup-hook): New macro.
2935 (find-file-read-args): Use it to avoid let-binding
2936 minibuffer-with-setup-hook (which breaks turning on/off
2937 file-name-shadow-mode while in the prompt).
2938
2939 * complete.el (PC-read-include-file-name-internal): Use test-completion.
2940
2941 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
2942
2943 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
2944
2945 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * window.el (window-buffer-height): Use count-screen-lines.
2948
2949 * progmodes/python.el (python-preoutput-leftover): New var.
2950 (python-preoutput-filter): Use it.
2951 (python-send-receive): Loop until all the result has been received.
2952
2953 2005-03-28 Juri Linkov <juri@jurta.org>
2954
2955 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
2956
2957 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
2958 "Recover Crashed Session".
2959 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
2960 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
2961 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
2962 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
2963 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
2964 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
2965 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
2966 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
2967
2968 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
2969 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
2970 Ediff Sessions", "Toggle use of separate control buffer frame",
2971 "Use separate frame for Ediff control buffer".
2972
2973 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
2974 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
2975 "Rename Bookmark", "Delete Bookmark".
2976
2977 * info.el (Info-mode-menu): Remove ellipsis from "Index".
2978 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
2979 Add `:active Info-index-alternatives' to "Next Matching Item".
2980
2981 * wdired.el (wdired-change-to-wdired-mode):
2982 Mention `wdired-abort-changes' key in the initial message.
2983
2984 * international/mule.el (auto-coding-alist): Associate non-ascii
2985 image filename extensions with `no-conversion'.
2986
2987 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * international/iso-acc.el:
2990 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
2991
2992 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * textmodes/sgml-mode.el (html-mode): Doc update.
2995
2996 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
2997
2998 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 * term.el (term-move-columns): Fix face after extending a line.
3001 (term-insert-spaces): Likewise.
3002 (term-reset-terminal): Fix off by one error.
3003
3004 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3005
3006 * international/mule.el (auto-coding-alist): Add .xpi files.
3007
3008 * files.el (auto-mode-alist): Add .xpi files.
3009
3010 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
3011
3012 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3013
3014 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3015
3016 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3017
3018 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3019
3020 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3021 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
3022
3023 * calendar/cal-move.el (calendar-beginning-of-year): Move the
3024 cursor to Jan 1 when needed.
3025 (calendar-end-of-year): Fix -/+ typo.
3026 Reported by Chong Yidong <cyd@stupidchicken.com>.
3027
3028 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3031
3032 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3033 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
3034
3035 2005-03-25 Richard M. Stallman <rms@gnu.org>
3036
3037 * filesets.el (filesets-init): Add autoload.
3038
3039 * mail/mailalias.el (mail-directory): Doc fix.
3040
3041 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3042
3043 * mail/mailalias.el (mail-directory-process): Do nothing if
3044 mail-directory-process is an atom.
3045 (mail-get-names): Ignore mail-directory-names if it is an atom.
3046 (mail-directory-process defvar): Doc fix.
3047 (mail-names): Doc fix.
3048
3049 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
3050
3051 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3052
3053 2005-03-26 Kenichi Handa <handa@m17n.org>
3054
3055 * international/mule-util.el (detect-coding-with-priority):
3056 Call update-coding-systems-internal before detect-coding-region.
3057
3058 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
3059
3060 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3061 (gdb-frames-mode-map): Add follow-link property.
3062
3063 2005-03-25 Jay Belanger <belanger@truman.edu>
3064
3065 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3066 for variables.
3067
3068 2005-03-25 Juri Linkov <juri@jurta.org>
3069
3070 * image-mode.el: Optimize image filename extension regexps in
3071 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
3072 in `auto-mode-alist'.
3073 (image-mode): Add `image-toggle-display-text' to local hook
3074 `change-major-mode-hook'. Display the image as an image by
3075 default. Set `cursor-type' and `truncate-lines' if the image
3076 is already displayed. Take into account the current mode (image
3077 or text) in message.
3078 (image-minor-mode): New minor mode.
3079 (image-mode-maybe, image-toggle-display-text): New functions.
3080 (image-toggle-display): Use called-interactively-p.
3081 Let-bind `inhibit-read-only' to t.
3082
3083 * image-mode.el (image-minor-mode): Set `cursor-type' and
3084 `truncate-lines' if the image is already displayed. Add turning
3085 image-minor-mode off to `change-major-mode-hook'. Add message.
3086 Call `image-toggle-display-text' after turning image-minor-mode off.
3087
3088 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3091 Terminal.app, use utf-8.
3092 (set-display-table-and-terminal-coding-system): Add coding-system arg.
3093 (set-locale-environment): Use it.
3094
3095 * term/xterm.el: Undo last change, better done in mule-cmds.el.
3096
3097 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3098
3099 * progmodes/python.el (python-close-block-statement-p)
3100 (python-outdent-p, python-current-defun): Use symbol-end.
3101
3102 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
3103
3104 * files.el (save-some-buffers): Doc fix.
3105
3106 2005-03-25 Werner Lemberg <wl@gnu.org>
3107
3108 * complete.el, thumbs.el: Replace `legal' with `valid'.
3109 * calendar/calendar.el: Replace `legal' with `valid'.
3110 * emacs-lisp/advice.el: Replace `legal' with `valid'.
3111 * mail/supercite.el: Replace `legal' with `valid'.
3112 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
3113 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
3114 `valid'.
3115 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
3116 with `valid'.
3117
3118 2005-03-25 Werner Lemberg <wl@gnu.org>
3119
3120 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3121 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3122 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3123 * emulation/vip.el: Replace `illegal' with `invalid'.
3124 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3125 * mail/supercite.el: Replace `illegal' with `invalid'.
3126 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
3127 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
3128 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
3129 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
3130 `invalid'.
3131 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
3132 textmodes/reftex-index.el, textmodes/reftex-parse.el,
3133 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
3134 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3135
3136 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3139 (flymake-find-buildfile, flymake-find-possible-master-files)
3140 (flymake-check-include, flymake-parse-line): Replace loops over the
3141 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3142
3143 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3144 Substitute file-name-as-directory in the rest of the file.
3145 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3146 (flymake-replace-region): Remove unused arg `buffer'.
3147 (flymake-check-patch-master-file-buffer): Update calls to it.
3148 (flymake-add-err-info): Remove unused var `count'.
3149 (flymake-mode): Use define-minor-mode.
3150
3151 * progmodes/flymake.el: Use with-current-buffer.
3152 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3153 flymake-replace-regexp-in-string, flymake-line-beginning-position)
3154 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3155 Avoid testing for `xemacs'.
3156 (flymake-nop): Move.
3157 (flymake-region-has-flymake-overlays): Return the computed value.
3158 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3159 Remove unused var `endline'.
3160 (flymake-get-line-count): Remove unused function.
3161 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3162
3163 * emulation/vi.el:
3164 * generic.el:
3165 * hilit-chg.el (global-highlight-changes):
3166 * hi-lock.el (hi-lock-mode):
3167 * follow.el: find-file-hooks -> find-file-hook.
3168
3169 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3170
3171 2005-03-24 Juri Linkov <juri@jurta.org>
3172
3173 * dired.el (dired-mode-map): Add menu item "Compare directories"
3174 for dired-compare-directories.
3175
3176 * dired-aux.el (dired-compare-directories): Add autoload cookie.
3177 Doc fix. Replace `read-file-name' with `read-directory-name'.
3178
3179 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3182
3183 2005-03-24 Jay Belanger <belanger@truman.edu>
3184
3185 * calc/calc-embed.el (calc-embedded-mode-change): Save all
3186 relevant mode settings in calc-embedded-original-modes when modes
3187 are permanently changed.
3188
3189 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * autoinsert.el: find-file-hooks -> find-file-hook.
3192
3193 2005-03-24 Lute Kamstra <lute@gnu.org>
3194
3195 * generic.el (generic-font-lock-defaults): Make it obsolete.
3196 (generic-font-lock-keywords): New variable to replace
3197 generic-font-lock-defaults.
3198 (generic-mode-set-font-lock): Delete it.
3199 (generic-mode-internal): Don't call generic-mode-set-font-lock.
3200 (generic-bracket-support): Add docstring.
3201
3202 * generic-x.el: Rename generic-font-lock-defaults to
3203 generic-font-lock-keywords throughout.
3204 (mailagent-rules-setup-function): Delete it.
3205 (mailagent-rules-generic-mode): Use anonymous function instead.
3206 (show-tabs-generic-mode-font-lock-defaults-1)
3207 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3208 Quote faces.
3209 (show-tabs-tab-face, show-tabs-space-face): Specify background,
3210 not foreground.
3211
3212 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3213 Recognize define-generic-mode.
3214
3215 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3218 if there's no completion table.
3219
3220 2005-03-23 Miles Bader <miles@gnu.org>
3221
3222 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3223 Remove tty-specific variants, as they're no longer needed.
3224
3225 2005-03-23 Lute Kamstra <lute@gnu.org>
3226
3227 * generic-x.el: Code cleanup: make args constant whenever possible.
3228 (installshield-statement-keyword-list)
3229 (installshield-system-functions-list)
3230 (installshield-system-variables-list, installshield-types-list)
3231 (installshield-funarg-constants-list): Make them constants.
3232
3233 * generic.el (generic-make-keywords-list): Add autoload cookie.
3234
3235 * calendar/time-date.el: Add comment on time value formats.
3236 Don't require parse-time.
3237 (with-decoded-time-value): New macro.
3238 (encode-time-value): New function.
3239 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3240 (days-to-time): Return a valid time value when arg is huge.
3241 (time-since): Use time-subtract.
3242 (time-to-number-of-days): Use time-to-seconds.
3243
3244 2005-03-23 David Ponce <david@dponce.com>
3245
3246 * recentf.el: (recentf-keep): New option.
3247 (recentf-menu-action): Default to `find-file'.
3248 (recentf-keep-non-readable-files-flag)
3249 (recentf-keep-non-readable-files-p)
3250 (recentf-file-readable-p, recentf-find-file)
3251 (recentf-cleanup-remote): Remove.
3252 (recentf-include-p): More robust.
3253 (recentf-keep-p): New function.
3254 (recentf-remove-if-non-kept): Rename from
3255 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
3256 All callers updated.
3257 (recentf-menu-items-for-commands): Fix help string.
3258 (recentf-track-closed-file): Update. Doc fix.
3259 (recentf-cleanup): Update. Count removed files. Doc fix.
3260
3261 2005-03-23 Kim F. Storm <storm@cua.dk>
3262
3263 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3264 Don't inherit from fringe face (now happens automatically).
3265
3266 2005-03-22 Kim F. Storm <storm@cua.dk>
3267
3268 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
3269 position values.
3270
3271 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * menu-bar.el (showhide-date-time): Remove.
3274 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
3275 (menu-bar-make-mm-toggle): Simplify.
3276
3277 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3278
3279 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
3280 Accept qualified variable and function names.
3281
3282 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
3283
3284 * bindings.el (completion-ignored-extensions):
3285 Remove ".lis" for `vax-vms'.
3286
3287 2005-03-22 Andreas Schwab <schwab@suse.de>
3288
3289 * generic-x.el: Revert last change.
3290 * ldefs-boot.el: Update.
3291
3292 2005-03-22 Jay Belanger <belanger@truman.edu>
3293
3294 * calc/calc-embed (calc-embedded-original-modes): New variable.
3295 (calc-embedded-save-original-modes)
3296 (calc-embedded-restore-original-modes): New functions.
3297 (calc-do-embedded): Save original modes when entering embedded mode
3298 and restore when leaving embedded mode.
3299 (calc-embedded-modes-change): Change the value of
3300 calc-embedded-original-modes to reflect permanent changes.
3301
3302 2005-03-22 Lute Kamstra <lute@gnu.org>
3303
3304 * generic-x.el: Require generic again.
3305
3306 2005-03-22 Miles Bader <miles@gnu.org>
3307
3308 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3309 Tweak details to look good on both ttys and bitmap displays, light
3310 or dark background, etc.
3311
3312 2005-03-21 Kim F. Storm <storm@cua.dk>
3313
3314 * tooltip.el (tooltip-show-help-function): Check car and cdr of
3315 mouse position.
3316
3317 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * icomplete.el: Don't forcibly turn on the mode upon load.
3320 (icomplete-mode): Use define-minor-mode.
3321 (icomplete-eoinput): Default to nil.
3322 (icomplete-minibuffer-setup): Remove autoload.
3323 (icomplete-tidy): Simplify.
3324 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3325 in the initial state or if the user has modified the field.
3326 Fix handling of icomplete-max-delay-chars.
3327 Remove code that handles the oddball case where
3328 minibuffer-completion-table is an integer.
3329 Wrap icomplete-completions in while-no-input in case building
3330 completions takes more time than expected.
3331 (icomplete-completions): Simplify.
3332
3333 2005-03-21 Richard M. Stallman <rms@gnu.org>
3334
3335 * jka-compr.el (jka-compr-really-do-compress):
3336 Make variable buffer-local.
3337
3338 * image-mode.el: Handle .xpm files too.
3339 (image-toggle-display): Preserve modification flag.
3340
3341 * help.el (where-is): Don't mention aliases with no key bindings.
3342
3343 2005-03-21 Lute Kamstra <lute@gnu.org>
3344
3345 * generic.el: Fix commentary section. Don't require cl for compilation.
3346 (generic-mode-list): Add autoload cookie.
3347 (generic-use-find-file-hook, generic-lines-to-scan)
3348 (generic-find-file-regexp, generic-ignore-files-regexp)
3349 (generic-mode, generic-mode-find-file-hook)
3350 (generic-mode-ini-file-find-file-hook): Fix docstrings.
3351 (define-generic-mode): Make it a defmacro. Fix docstring.
3352 (generic-mode-internal): Code cleanup. Add autoload cookie.
3353 (generic-mode-set-comments): Code cleanup.
3354 * generic-x.el: Don't prevent compilation. Don't require generic.
3355 Follow coding conventions. Minor code cleanup.
3356 (etc-fstab-generic-mode): Add some keywords.
3357 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3358 define-generic-mode like a function declaration.
3359
3360 2005-03-21 Jay Belanger <belanger@truman.edu>
3361
3362 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3363 changing modes.
3364
3365 2005-03-21 Sam Steingold <sds@gnu.org>
3366
3367 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3368
3369 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
3370
3371 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
3372 Add underscore to "f$ lexicals" regexp.
3373
3374 2005-03-20 Juri Linkov <juri@jurta.org>
3375
3376 * subr.el (progress-reporter-do-update): When `min-value' is equal
3377 to `max-value', set `percentage' to 0 and prevent division by zero.
3378
3379 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
3380
3381 Sync with Tramp 2.0.48.
3382
3383 * tramp.el (all): Change all addresses to .gnu.org.
3384 (tramp-append-tramp-buffers): New defun.
3385 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
3386 Catch `dont-send' signal.
3387 (tramp-set-auto-save-file-modes): Set always permissions, because
3388 there might be an old auto-saved file belonging to another
3389 original file. This could be a security threat. Reported by
3390 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
3391 Check for Emacs 21.3.50 removed.
3392
3393 * tramp-smb.el (all): Remove debug construct for
3394 `with-parsed-tramp-file-name'.
3395 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
3396 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
3397 No error message if DIRECTORY or FILENAME doesn't exist.
3398 (tramp-smb-open-connection): Check existence of
3399 `tramp-smb-program'.
3400
3401 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3404 Properly handle the case where the `m' or `s' command's argument is not
3405 yet terminated.
3406 (perl-indent-new-calculate): New function.
3407 (perl-indent-line): Use it.
3408
3409 2005-03-20 Miles Bader <miles@gnu.org>
3410
3411 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
3412 in text-mode too. Change to new face names.
3413 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3414 Add `:weight bold' attribute.
3415 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3416
3417 2005-03-19 Juri Linkov <juri@jurta.org>
3418
3419 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
3420
3421 * international/mule.el (auto-coding-alist): Sync with
3422 `auto-mode-alist' by adding upper case archive file extensions
3423 and adding ear/war to jar extension.
3424
3425 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
3426
3427 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3428 running, restart it.
3429
3430 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
3431
3432 * finder.el (finder-current-item): Throw an error on an empty line.
3433
3434 * man.el (Man-follow-manual-reference): If current-word returns
3435 nil, use "".
3436
3437 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
3438
3439 * simple.el (goto-line): Doc fix.
3440
3441 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
3442
3443 * files.el (save-buffer): Doc fix.
3444
3445 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
3446
3447 * recentf.el (recentf-cleanup-remote): New variable.
3448 (recentf-cleanup): Use it to conditionally check availablity of
3449 remote files.
3450
3451 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
3452
3453 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3454 function names.
3455
3456 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3457
3458 * language/thai-word.el: New file.
3459
3460 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3461
3462 * files.el (backup-buffer): If the file's directory is not
3463 writable, use copy instead of move to backup the file.
3464
3465 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3466
3467 * obsolete/keyswap.el: Moved to obsolete/ from term/.
3468
3469 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3470
3471 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3472 Use functionp instead of symbolp and fboundp. Reported by Drkm
3473 <darkman_spam@yahoo.fr>.
3474 (ps-print-version): New version 6.6.6.
3475
3476 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
3477
3478 * textmodes/table.el (table--line-column-position): New idiom.
3479 (table--row-column-insertion-point-p): New function to test
3480 validity of row and column insertion operation at a location.
3481 (table-global-menu, table-cell-menu): Use above functions for
3482 deterministic test operation.
3483 (table--editable-cell-p): Behave in deterministic fashion.
3484
3485 2005-03-18 Juri Linkov <juri@jurta.org>
3486
3487 * isearch.el (isearch-lazy-highlight-new-loop):
3488 Make arguments beg and end optional.
3489 (isearch-update): Remove optional arguments nil from
3490 isearch-lazy-highlight-new-loop.
3491 (isearch-lazy-highlight-search): Let-bind case-fold-search to
3492 isearch-lazy-highlight-case-fold-search instead of
3493 isearch-case-fold-search, and let-bind isearch-regexp to
3494 isearch-lazy-highlight-regexp.
3495 Use isearch-lazy-highlight-last-string instead of isearch-string.
3496
3497 * replace.el (perform-replace): Remove bindings of global
3498 variables isearch-string, isearch-regexp, isearch-case-fold-search.
3499 Add three new arguments to `replace-highlight'.
3500 (replace-highlight): Add arguments string, regexp, case-fold.
3501 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3502 to allow isearch-lazy-highlight-new-loop to use these values
3503 to set corresponding isearch-lazy-highlight-* internal
3504 variables whose values lazy highlighting will use regardless of
3505 changes to global variables isearch-string, isearch-regexp,
3506 isearch-case-fold-search during lazy highlighting loop.
3507 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3508 to `lazy-highlight-cleanup'.
3509
3510 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3511 (ispell-highlight-face): Set default face to `isearch' when
3512 lazy highlighting is enabled.
3513 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3514 priority to 1. Add lazy highlighting.
3515 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3516 from `isearch-dehighlight'.
3517
3518 2005-03-18 David Ponce <david@dponce.com>
3519
3520 * files.el (hack-local-variables): Do a case-insensitive search
3521 for End.
3522
3523 2005-03-18 Juri Linkov <juri@jurta.org>
3524
3525 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3526 `isearch-lazy-highlight-cleanup', add alias to old name and
3527 declare obsolete. Add release numbers to other obsolete vars.
3528 (isearch-done, isearch-lazy-highlight-new-loop):
3529 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3530 (lazy-highlight-cleanup) <variable>: Doc fix.
3531 (isearch-lazy-highlight-update): Rename obsolete
3532 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3533
3534 2005-03-18 Kenichi Handa <handa@m17n.org>
3535
3536 * language/thai-util.el: Fix categorization of Thai characters in
3537 thai-category-table.
3538 (thai-composition-pattern): Adjust it for the above change.
3539 (thai-self-insert-command, thai-compose-syllable): New functions.
3540 (thai-compose-region): Use thai-compose-syllable.
3541 (thai-compose-string): Likewise.
3542 (thai-composition-function): Likewise.
3543 (thai-auto-composition): New function.
3544 (thai-auto-composition-mode): New minor mode.
3545
3546 * language/thai.el: Fix patterns to be registered in
3547 composition-function-table.
3548
3549 * international/quail.el (quail-input-method): Locally bind
3550 inhibit-modification-hooks to t.
3551
3552 2005-03-17 Richard M. Stallman <rms@gnu.org>
3553
3554 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3555 (perl-mode): Use run-mode-hooks.
3556
3557 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3558 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3559 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3560
3561 * mail/sendmail.el (sendmail-send-it): Reenable the code
3562 to compute resend-to-address and use it.
3563
3564 * tar-mode.el (tar-mode): Turn off undo unconditionally.
3565
3566 * image-mode.el: New file.
3567
3568 * image.el (insert-sliced-image): Add autoload cookie.
3569
3570 * font-lock.el (font-lock-lines-before): New user option.
3571 (font-lock-after-change-function): Obey it.
3572
3573 * bindings.el (esc-map): Make M-g a prefix.
3574 Bind M-g g and M-g M-g to goto-line.
3575
3576 * faces.el (face-id): Doc fix.
3577
3578 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3579
3580 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3581 (rmail-show-message): Use rmail-unknown-mail-followup-to.
3582 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3583
3584 * mail/sendmail.el (mail-yank-ignored-headers)
3585 (mail-font-lock-keywords, mail-mode-fill-paragraph):
3586 Add Mail-Followup-To and Mail-Reply-To headers.
3587 (mail-citation-hook): Add autoload cookie.
3588 (mail-mode): Doc fix.
3589 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3590 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3591 (mail-mode-fill-paragraph): Handle those headers.
3592 (mail-mailing-lists): New variable.
3593 (mail-mail-reply-to, mail-mail-followup-to): New functions.
3594
3595 2005-03-17 Juri Linkov <juri@jurta.org>
3596
3597 * isearch.el (isearch-fallback): Check for `(car previous)'
3598 before calling `isearch-other-end-state'.
3599
3600 2005-03-17 Kim F. Storm <storm@cua.dk>
3601
3602 * simple.el (move-beginning-of-line): Move to beginning of buffer
3603 line, as well as beginning of screen line.
3604
3605 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
3606
3607 * calendar/diary-lib.el (mark-diary-entries): Use new optional
3608 argument REDRAW rather than calendar-redrawing variable.
3609 * calendar/calendar.el (calendar-redrawing): Delete.
3610 (redraw-calendar): Do not bind calendar-redrawing.
3611
3612 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
3613
3614 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3615 diary-file buffer.
3616
3617 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * help.el (describe-mode): Allow a :minor-mode-function property to
3620 specify a different minor mode toggle function than the variable.
3621 * simple.el (auto-fill-function):
3622 * subr.el (add-minor-mode): Use it.
3623
3624 2005-03-16 Kenichi Handa <handa@m17n.org>
3625
3626 * language/ethio-util.el (sera-being-called-by-w3): New variable.
3627 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3628 (ethio-fidel-to-sera-buffer): Likewise.
3629
3630 2005-03-16 Juri Linkov <juri@jurta.org>
3631
3632 * emacs-lisp/find-func.el (find-function-regexp):
3633 Add defun-emitting macro `menu-bar-make-toggle'.
3634
3635 * isearch.el: Put `isearch-scroll' property to
3636 `split-window-horizontally'.
3637
3638 * info.el: Update error messages for `debug-ignored-errors'.
3639 (Info-isearch-search): Doc fix.
3640 (Info-find-node): Move up code to go into info buffer before
3641 recording the node to the history.
3642 (Info-fontify-node): Fontify titles only if the next line
3643 has two or more `*', `=', `-', `.'.
3644 Display "go to this node" for empty (match-string 3).
3645
3646 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3647
3648 * term/mac-win.el: Add mouse pointer shape constants.
3649
3650 2005-03-15 Kim F. Storm <storm@cua.dk>
3651
3652 * simple.el (move-beginning-of-line): Use vertical-motion.
3653
3654 2005-03-15 Juri Linkov <juri@jurta.org>
3655
3656 * isearch.el (isearch-error): New variable.
3657 (isearch-invalid-regexp, isearch-within-brackets): Remove.
3658 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3659 (isearch-within-brackets-state): Remove.
3660 (isearch-case-fold-search-state, isearch-pop-fun-state):
3661 Decrease frame index.
3662 (isearch-mode, isearch-top-state, isearch-push-state)
3663 (isearch-edit-string, isearch-abort, isearch-search-and-update)
3664 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3665 (isearch-search, isearch-lazy-highlight-new-loop):
3666 Replace `isearch-invalid-regexp' with `isearch-error'.
3667 Remove `isearch-within-brackets'.
3668 (isearch-search): Add `search-failed' handler to `condition-case'.
3669 (isearch-lazy-highlight-search): Add `condition-case' to catch
3670 errors and allow `isearch-lazy-highlight-update' to try
3671 highlighting from the beginning of the window.
3672 (isearch-repeat): Move up code to set isearch-wrapped to t
3673 before calling isearch-wrap-function.
3674
3675 * info.el (Info-isearch-initial-node): New internal variable.
3676 (Info-search): Signal an error in isearch mode when search leaves
3677 the initial node. Signal an error when `bound' is non-nil and
3678 nothing was found in the current subfile.
3679 (Info-isearch-search): Remove `condition-case'.
3680 (Info-isearch-wrap): Don't wrap when search failed during leaving
3681 the initial node. If `Info-isearch-search' is nil, wrap around
3682 the current node.
3683 (Info-isearch-start): New fun.
3684 (Info-mode): Add buffer-local hook `Info-isearch-start' to
3685 `isearch-mode-hook'.
3686
3687 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3688
3689 * simple.el (normal-erase-is-backspace): Set default to t if
3690 running on Mac.
3691
3692 * term/mac-win.el (function-key-map): Sync with x-win.el.
3693
3694 2005-03-15 Kenichi Handa <handa@m17n.org>
3695
3696 * international/mule-cmds.el (locale-language-names): Modify the
3697 format of elements and add more entries.
3698 (locale-preferred-coding-systems): Add more entries.
3699 (set-locale-environment): Adjust for the change of
3700 locale-language-names.
3701
3702 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * pcvs.el (smerge-ediff): Remove bogus autoload.
3705
3706 2005-03-14 Lute Kamstra <lute@gnu.org>
3707
3708 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3709 Ignore a `*' at the beginning of a line.
3710
3711 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3712 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3713 subr.el.
3714 (dont-compile, eval-when-compile, eval-and-compile): Use declare
3715 to specify indentation.
3716
3717 * generic.el (define-generic-mode): Let generic-mode-list be a
3718 list of strings; test membership with equal.
3719
3720 2005-03-14 Kim F. Storm <storm@cua.dk>
3721
3722 * simple.el (next-line, previous-line): Add optional try-vscroll
3723 arg to recognize interactive use. Pass it on to line-move.
3724 (line-move): Don't perform auto-window-vscroll when defining or
3725 executing keyboard macro to ensure consistent behaviour.
3726
3727 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3730
3731 2005-03-13 Lute Kamstra <lute@gnu.org>
3732
3733 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3734 debugger-setup-buffer so that backtrace marks the frames set to
3735 debug-on-exit and we don't have to do it manually. Set an extra
3736 debug-on-exit for macro's.
3737 (debugger-setup-buffer): Don't mark the top frame manually.
3738
3739 2005-03-12 Lute Kamstra <lute@gnu.org>
3740
3741 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3742 lisp-indent-function throughout.
3743 (with-no-warnings): Set lisp-indent-function property.
3744
3745 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
3746
3747 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3748 Add entry for backslash.
3749
3750 2005-03-12 Juri Linkov <juri@jurta.org>
3751
3752 * info.el (Info-search): Four fixes for backward search.
3753
3754 2005-03-11 Jay Belanger <belanger@truman.edu>
3755
3756 * calc/calc.el (calc-language-alist): New variable.
3757 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3758 (calc-embedded-find-modes): Use calc-language-alist instead of
3759 calc-embedded-language-alist.
3760
3761 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3762
3763 * calendar/calendar.el (calendar-redrawing): New internal
3764 variable.
3765 (redraw-calendar): Remove bogus save-excursion from previous
3766 change. Bind calendar-redrawing to t for mark-diary-entries.
3767 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3768 calendar if that is why we were called.
3769
3770 2005-03-11 Kenichi Handa <handa@m17n.org>
3771
3772 * international/mule.el (make-coding-system): Set property
3773 coding-system-define-form to nil.
3774 (define-coding-system-alias): Likewise.
3775
3776 2005-03-11 Kenichi Handa <handa@m17n.org>
3777
3778 These changes are suggested by Dave Love <fx@gnu.org>.
3779
3780 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3781 coding: tag.
3782 (adaptive-fill-regexp): Add more bullets.
3783 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3784 regexps.
3785
3786 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * help.el (describe-mode): Properly handle non-trivial lighters.
3789 Don't ignore minor modes that are not listed in minor-mode-list.
3790
3791 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3792 feature ON when the user requests to turn it OFF.
3793
3794 2005-03-10 Lute Kamstra <lute@gnu.org>
3795
3796 * emacs-lisp/debug.el (debug-entry-code): Delete it.
3797 (implement-debug-on-entry): New function to replace debug-entry-code.
3798 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
3799 second argument as the 2005-03-07 change makes it obsolete.
3800 (debug-on-entry, cancel-debug-on-entry): Update call to
3801 debug-on-entry-1.
3802 (debug, debugger-setup-buffer): Comment update.
3803 (debugger-frame-number): Update to work with implement-debug-on-entry.
3804
3805 2005-03-10 Jay Belanger <belanger@truman.edu>
3806
3807 * calc/calc-embed.el (math-ms-args): Declare it.
3808 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3809 math-ms-args.
3810 (calc-embedded-subst): Use math-multi-subst-rec to substitute
3811 variables.
3812
3813 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
3814
3815 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3816 Use message-box.
3817
3818 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3819 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3820 (tooltip-gud-tips): Simplify.
3821 (tooltip-gud-tips-p): Remove superflouous :set.
3822 (tooltip-gud-modes): Add fortran-mode.
3823 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3824
3825 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3826
3827 2005-03-09 Kim F. Storm <storm@cua.dk>
3828
3829 * play/animate.el (animate-place-char): Use forward-line instead
3830 of next-line to improve performance.
3831
3832 2005-03-09 Simon Josefsson <jas@extundo.com>
3833
3834 * net/browse-url.el (browse-url-default-browser): Doc fix.
3835
3836 2005-03-09 Miles Bader <miles@gnu.org>
3837
3838 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3839 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3840
3841 2005-03-09 Kenichi Handa <handa@m17n.org>
3842
3843 * international/latin-1.el: Set case and syntax for 255 only if
3844 set-case-syntax-set-multibyte is nil.
3845
3846 * textmodes/ispell.el (ispell-insert-word): New function.
3847 (ispell-word): Use ispell-insert-word to insert a new word.
3848 (ispell-process-line): Likewise.
3849 (ispell-complete-word): Likewise.
3850
3851 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
3852
3853 * calendar/calendar.el (redraw-calendar): Preserve point.
3854 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3855 (calendar-week-start-day): Move after definition of
3856 redraw-calendar. Delete buffer test, since redraw-calendar has
3857 that now.
3858
3859 * calendar/diary-lib.el (mark-diary-entries): Only call
3860 redraw-calendar in the first of any recursive calls.
3861 Reported by Alan Shutko <ats@acm.org>.
3862
3863 2005-03-08 Juri Linkov <juri@jurta.org>
3864
3865 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
3866 (html-horizontal-rule, html-line, html-image, html-checkboxes)
3867 (html-radio-buttons): Add a space before the trailing `/>' where
3868 sgml-xml-mode is non-nil.
3869 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
3870 the subsequent tag of the empty XML tag.
3871 (html-href-anchor): Don't set initial input to "http:".
3872 (html-image): Ask for the image URL and set point inside alt="".
3873 (html-name-anchor): Duplicate the name in the `id' attribute when
3874 sgml-xml-mode is non-nil.
3875 (html-paragraph): Remove \n before <p>.
3876 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
3877 instead of `checked' when sgml-xml-mode is non-nil.
3878
3879 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
3880 Remove 1 space before #RRGGBB to not truncate it on terminal
3881 windows w/o fringes. Remove 1 space between bg and fg examples
3882 to get more space.
3883 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
3884 avoid byte-compile warnings.
3885
3886 * image-file.el (image-file-handler): Put `safe-magic' property to
3887 `image-file-handler'.
3888
3889 * info.el (Info-isearch-search): Emulate word search in
3890 isearching through multiple Info nodes with Info-search.
3891 (Info-isearch-wrap): Allow isearch-word.
3892
3893 2005-03-08 Lute Kamstra <lute@gnu.org>
3894
3895 * emacs-lisp/debug.el (debugger-step-through): Make sure that
3896 stepping into the debugger's code is not possible.
3897 (debugger-jumping-flag): Docstring update.
3898
3899 2005-03-08 Jay Belanger <belanger@truman.edu>
3900
3901 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
3902 embedded mode begins.
3903 (calc-embedded-language-alist): New variable.
3904 (calc-embedded-find-modes): Use calc-embedded-language-alist to
3905 set default language mode.
3906
3907 2005-03-08 Kenichi Handa <handa@m17n.org>
3908
3909 * international/ccl.el (define-ccl-program): Fix docstring about
3910 extra 256 bytes assured for the output buffer.
3911
3912 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3913 Fix BUFFER_MAGNIFICATION to 2.
3914 (ccl-encode-mule-utf-16be-with-signature): Likewise.
3915
3916 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
3917
3918 * align.el (align-rules-list): Added an alignment rule for CSS
3919 declarations (applies to css-mode and html-mode buffers).
3920
3921 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
3924
3925 2005-03-07 Kim F. Storm <storm@cua.dk>
3926
3927 * simple.el (move-beginning-of-line): New command.
3928
3929 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
3930
3931 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
3932
3933 * emulation/cua-base.el: Put CUA move property on move-end-of-line
3934 and move-beginning-of-line.
3935
3936 * apropos.el (apropos-print): Omit command from M-x ... RET.
3937
3938 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
3939
3940 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
3941 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
3942
3943 2005-03-06 Richard M. Stallman <rms@gnu.org>
3944
3945 * bindings.el (esc-map): Bind M-g to goto-line.
3946
3947 * facemenu.el (global-map): Bind M-o, not M-g.
3948
3949 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3950
3951 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
3952 "Open Directory" as for "Open File".
3953
3954 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
3957 (push-mark-command): Run activate-mark-hook.
3958
3959 2005-03-06 Richard M. Stallman <rms@gnu.org>
3960
3961 * help-mode.el (help-mode-finish): Don't alter the element
3962 in view-return-to-alist if there already is one.
3963
3964 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
3965 make sure the current buffer is the expected one.
3966
3967 * novice.el (disabled-command-function): Output in *Disabled Command*.
3968 Explicitly ignore non-keyboard events, and explicitly handle C-g.
3969
3970 * textmodes/flyspell.el (flyspell-large-region):
3971 Pass args differently for aspell.
3972
3973 * files.el (mode-require-final-newline): Doc fix.
3974
3975 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3976
3977 * progmodes/which-func.el (which-function):
3978 Specify NOERROR when calling imenu--make-index-alist.
3979
3980 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * simple.el (normal-erase-is-backspace): Define default value.
3983
3984 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
3985 (custom-reevaluate-setting): Simple function to handle
3986 variables that are defined before their default value can really
3987 be computed.
3988
3989 * startup.el (command-line): Use it for temporary-file-directory,
3990 small-emporary-file-directory, auto-save-file-name-transforms,
3991 blink-cursor-mode, and normal-erase-is-backspace.
3992
3993 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
3994 progress, even with buggy anchored keywords.
3995
3996 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
3997
3998 * simple.el (goto-line): Remove unbalanced final parenthesis.
3999
4000 2005-03-05 Richard M. Stallman <rms@gnu.org>
4001
4002 * simple.el (goto-line): Use a number at point as the default.
4003 With C-u as arg, switch buffers.
4004
4005 2005-03-05 Juri Linkov <juri@jurta.org>
4006
4007 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4008 with `no-blinking-cursor'.
4009
4010 * startup.el (no-blinking-cursor): New defvar.
4011 (command-line): Add `--no-blinking-cursor' to longopts.
4012 Set `no-blinking-cursor' to t for command line arguments
4013 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
4014 with `no-blinking-cursor' in the condition for calling
4015 `blink-cursor-mode'.
4016
4017 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
4018
4019 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4020 (menu-bar-options-save): Add blink-cursor-mode.
4021 (menu-bar-options-menu): Add blink-cursor-mode.
4022
4023 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
4024
4025 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4026 (icalendar-export-file, icalendar-export-region)
4027 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4028 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4029
4030 2005-03-04 Lute Kamstra <lute@gnu.org>
4031
4032 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4033 (debug-function-list): Ditto.
4034
4035 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
4036
4037 * textmodes/texinfmt.el (texinfo-append-refill):
4038 Redefine the types of line to which @refill
4039 is not appended by replacing a search for `@refill\\|@bye' with
4040 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
4041 itemize@refill' bug and the unfilled long lines bug.
4042 (texinfmt-version): Update number and date.
4043
4044 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4045
4046 * international/code-pages.el (windows-1250, windows-125[2-8])
4047 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4048
4049 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4052 bound yet.
4053
4054 2005-03-02 Romain Francoise <romain@orebokech.com>
4055
4056 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4057 buffer after removing limits.
4058 (ibuffer-pop-filter): Ditto.
4059 Update copyright.
4060
4061 2005-03-02 Miles Bader <miles@gnu.org>
4062
4063 * button.el (make-text-button): If the user doesn't specify a
4064 type, use the default. Rewrite to use `add-text-properties' and
4065 plist functions.
4066
4067 2005-03-01 Lute Kamstra <lute@gnu.org>
4068
4069 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4070 (debugger-jumping-flag): New var.
4071 (debug-entry-code): Use it.
4072 (debugger-jump): Use debugger-jumping-flag and add
4073 debugger-reenable to post-command-hook.
4074 (debugger-reenable): Use debugger-jumping-flag and remove itself
4075 from post-command-hook.
4076 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4077 debugger-reenable.
4078
4079 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
4080
4081 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4082 inclusion of "itemize\\|", which may be unnecessary, is certainly
4083 inelegant, and stops refilling in itemize lists when formatting
4084 Japanese Texinfo files to Info.
4085 Update copyright to 2005.
4086
4087 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
4088
4089 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4090 of an error if GDB can't find the source file.
4091
4092 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4093
4094 * calendar/calendar.el (redraw-calendar): Work from any buffer,
4095 not just the calendar.
4096
4097 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4098 first.
4099 (diary-redraw-calendar): New function.
4100 (make-diary-entry): Add diary-redraw-calendar to local
4101 write-contents-functions. Turn off selective display before
4102 inserting in diary.
4103
4104 2005-03-01 Kim F. Storm <storm@cua.dk>
4105
4106 * emacs-lisp/copyright.el (copyright-fix-years): New command.
4107
4108 2005-03-01 Lute Kamstra <lute@gnu.org>
4109
4110 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4111 that debug-entry-code can be safely removed from a function while
4112 this code is being evaluated. Revert the 2005-02-27 change as the
4113 new implementation no longer requires it. Make sure that a
4114 function body containing just a string is not mistaken for a docstring.
4115 (debug): Skip one more frame in case of debug on entry.
4116 (debugger-setup-buffer): Delete one more frame line in case of
4117 debug on entry.
4118 (debugger-frame-number): Update to use the new text introduced by
4119 the 1999-11-03 change. Skip one more frame in case of debug on entry.
4120
4121 2005-02-28 Kim F. Storm <storm@cua.dk>
4122
4123 * double.el (double-translate-key): Call force-window-update after
4124 read-event to avoid crash in redisplay.
4125
4126 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4129 (debug): Use it. Move the inhibit-trace earlier.
4130 (debug-entry-code): New const.
4131 (debug-on-entry-1): Use it.
4132
4133 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
4134
4135 * international/utf-16.el (ccl-encode-mule-utf-16le):
4136 Fix BUFFER_MAGNIFICATION to 2.
4137 (ccl-encode-mule-utf-16be): Likewise.
4138
4139 2005-02-28 Kenichi Handa <handa@m17n.org>
4140
4141 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4142 Fix BUFFER_MAGNIFICATION to 4.
4143 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4144
4145 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * speedbar.el (speedbar-update-flag): Doc fix.
4148 (speedbar-show-info-under-mouse): Give set-mouse-position the right
4149 argument.
4150
4151 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * reveal.el (reveal-post-command): Don't try to reveal overlays which
4154 have a non-nil `invisible' property but are actually visible.
4155
4156 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4157 for perldoc sections.
4158 (perl-outline-regexp, perl-outline-level): New var and function.
4159 (perl-mode): Use them.
4160
4161 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4162
4163 * calendar/diary-lib.el (diary-remind): Discard any mark portion
4164 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4165
4166 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
4167
4168 * cus-edit.el: Comment change.
4169 (custom-buffer-create-internal): Slightly reword text at top of
4170 Custom buffers. Mention there that saving an option edits the
4171 init file. Add link to Emacs manual node on `custom-file'.
4172 (custom-magic-alist): Rewrite individual State messages to use
4173 capitalized keywords. Doc fix.
4174
4175 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4176
4177 * calendar/calendar.el (calendar-buffer): Move above
4178 calendar-week-start-day.
4179 (calendar-week-start-day): Doc fix. Add :set function.
4180 (calendar-minimum-window-height): New variable.
4181 (generate-calendar-window): Only resize window if selected-window
4182 is displaying the calendar buffer. Use new variable
4183 calendar-minimum-window-height.
4184 (generate-calendar): Reword error message.
4185 (calendar-mode-map): Bind DEL to scroll-other-window-down.
4186
4187 2005-02-27 Andreas Schwab <schwab@suse.de>
4188
4189 * vc.el (vc-do-command): Don't run command asynchronously when
4190 operating in a remote directory.
4191
4192 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4193 change from sync with Tramp 2.0.47.
4194
4195 2005-02-27 Richard M. Stallman <rms@gnu.org>
4196
4197 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4198
4199 * textmodes/flyspell.el (flyspell-mode-on):
4200 Call ispell-change-dictionary only if necessary.
4201
4202 * emacs-lisp/re-builder.el (regexp-builder): New function.
4203
4204 * register.el (describe-register-1): Explicitly handle
4205 yank-excluded-properties = t.
4206
4207 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4208 (custom-magic-alist): Change the status descriptions again.
4209 (face widget-type): Total rewrite based on `restricted-sexp'
4210 to eliminate the confusing double hiding levels.
4211
4212 * emacs-lisp/debug.el (debug-on-entry-1):
4213 If function body is empty, add nil as body form.
4214
4215 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * emacs-lisp/trace.el (inhibit-trace): New var.
4218 (trace-make-advice): Use it.
4219
4220 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4221
4222 2005-02-26 Kim F. Storm <storm@cua.dk>
4223
4224 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4225 (mouse-on-link-p, mouse-drag-region-1): Use it.
4226
4227 2005-02-25 Lute Kamstra <lute@gnu.org>
4228
4229 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4230
4231 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
4232
4233 * frame.el (blink-cursor-mode): Add :group keyword.
4234
4235 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
4236
4237 * calendar/icalendar.el (icalendar--decode-isodatetime):
4238 New optional argument DAY-SHIFT.
4239 (icalendar-export-region): Fix coding-system-for-write.
4240 (icalendar--convert-ical-to-diary): Shift end-day of all-day
4241 events by one.
4242
4243 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
4246
4247 2005-02-24 Kim F. Storm <storm@cua.dk>
4248
4249 * international/iso-acc.el (iso-accents-compose): Fix crash
4250 during redisplay. Call force-window-update after read-event
4251 and delete-region to signal that window is not accurate.
4252
4253 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
4256 Remove unused and inexistent var `inhibit-trace'.
4257 (debugger-mode): Use run-mode-hooks.
4258 (debugger-list-functions): Add buttons; setup xref stack.
4259
4260 2005-02-23 Richard M. Stallman <rms@gnu.org>
4261
4262 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
4263 appointment says it was explicitly made.
4264 (appt-add): Set the 3rd element.
4265 (appt-make-list): Preserve explicit appointments.
4266
4267 * subr.el (find-tag-default): Catch errors in forward-sexp.
4268
4269 2005-02-23 Juri Linkov <juri@jurta.org>
4270
4271 * info.el (Info-isearch-search): New defcustom.
4272 (Info-isearch-search): Call the default isearch function
4273 when Info-isearch-search is nil.
4274 (Info-isearch-wrap): Use variable Info-isearch-search.
4275
4276 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
4277
4278 * cus-edit.el: Comment change.
4279
4280 2005-02-22 Kim F. Storm <storm@cua.dk>
4281
4282 * progmodes/hideif.el (hide-ifdef-use-define-alist):
4283 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
4284
4285 2005-02-22 Simon Josefsson <jas@extundo.com>
4286
4287 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
4288 New variable.
4289 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
4290 Oskarsson" <myrkraverk@users.sourceforget.net>.
4291
4292 2005-02-22 Kim F. Storm <storm@cua.dk>
4293
4294 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
4295 check that window of that event is the selected window.
4296 (mouse-drag-region-1): Compare mouse event window to selected
4297 window before setting point.
4298
4299 * tooltip.el (tooltip-show-help-function): Pass event to
4300 mouse-on-link-p so it can check selected window.
4301
4302 2005-02-22 Kenichi Handa <handa@m17n.org>
4303
4304 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4305 (ps-mule-show-warning): New function.
4306 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4307 characters are found.
4308
4309 * ps-print.el (ps-header-footer-string): Return a list of header
4310 and footer strings.
4311
4312 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4313
4314 * pcvs.el (cvs-retrieve-revision): Fix thinko.
4315
4316 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * frame.el (blink-cursor-mode): Use define-minor-mode.
4319
4320 * term/mac-win.el (function-key-map): Use char-names more consistently.
4321 (file-name-coding-system): Only set it for MacOS-9. The other case is
4322 already handled in mule-cmds.el (where it also works when mac-win.el
4323 is not used).
4324
4325 2005-02-21 Kenichi Handa <handa@m17n.org>
4326
4327 * international/mule.el (ctext-pre-write-conversion): Always use
4328 " *code-converting-work*" buffer for work.
4329
4330 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4331
4332 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
4333
4334 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4335
4336 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
4337
4338 * ses.el (undo-more): Restore defadvice, but only the part that
4339 allows changes outside the restricted area of the buffer.
4340
4341 2005-02-20 Kim F. Storm <storm@cua.dk>
4342
4343 * simple.el (line-move): Add fourth optional arg try-vscroll which
4344 must be set to perform auto-window-vscroll.
4345 When moving backwards and doing auto-window-vscroll, automatically
4346 vscroll to the last part of lines which are taller than the window.
4347 (next-line, previous-line): Set try-vscroll arg on line-move.
4348
4349 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4350
4351 * replace.el (query-replace, query-replace-regexp)
4352 (replace-string, replace-regexp): When operating on region, make
4353 the minibuffer prompt say so.
4354
4355 * isearch.el (isearch-forward): Document isearch-query-replace and
4356 isearch-query-replace-regexp keybindings.
4357
4358 2005-02-19 Jay Belanger <belanger@truman.edu>
4359
4360 * calc/calc-aent.el (math-read-token): Add local variable.
4361
4362 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4363 (calc-edit-top): Move declaration to earlier in file.
4364 (calc-edit-macro-repeats): Add local variables.
4365
4366 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4367 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4368 calcFunc-tanh.
4369 Adjust integration rule for calcFunc-tan.
4370
4371 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4372
4373 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
4374 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
4375 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
4376 (viper-skip-separators): Bug fix.
4377 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
4378 particular major mode.
4379 (viper-del-backward-char-in-replace): Don't put deleted char on the
4380 kill ring.
4381
4382 * viper-ex.el (viper-color-display-p): New function.
4383 (viper-has-face-support-p): Use viper-color-display-p.
4384
4385 * viper-keym.el (viper-gnus-modifier-map): New keymap.
4386
4387 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
4388
4389 * viper-util.el (viper-glob-unix-files): Fix shell status check.
4390 (viper-file-remote-p): Make equivalent to file-remote-p.
4391
4392 * viper.el (viper-major-mode-modifier-list):
4393 Use viper-gnus-modifier-map.
4394
4395 2005-02-19 David Kastrup <dak@gnu.org>
4396
4397 * subr.el (subregexp-context-p): Fix garbled doc string by adding
4398 quoting.
4399
4400 2005-02-19 Jay Belanger <belanger@truman.edu>
4401
4402 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
4403 Remove extra definitions.
4404 (calc-coth): New function.
4405 (calcFunc-cot): Fix `let'.
4406
4407 2005-02-19 Eli Zaretskii <eliz@gnu.org>
4408
4409 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
4410 the reasons we use "type pc" in these faces.
4411
4412 * button.el (button): Ditto.
4413
4414 2005-02-19 Michael Mauger <mmaug@yahoo.com>
4415
4416 * replace.el (query-replace-read-from): Set the value of
4417 query-replace-from-history-variable to handle the case of an empty
4418 string entered to accept the suggested default.
4419
4420 * net/tramp.el (tramp-file-name-for-operation):
4421 Use dired-call-process instead of dired-call-process-command.
4422
4423 2005-02-19 Jay Belanger <belanger@truman.edu>
4424
4425 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4426 (math-div-non-trig): New variables.
4427 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4428 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4429 (math-combine-prod, math-div-symb-fancy): Add simplifications for
4430 trig expressions.
4431
4432 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
4433
4434 * progmodes/gdb-ui.el (gdb-var-update-handler)
4435 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4436 for watch expressions,
4437 (gdb-var-create-handler): Don't set speedbar-update-flag.
4438 (gdb-post-prompt): Simplify test for speedbar.
4439
4440 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4441
4442 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4443 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4444 we use the syntax table of the correct buffer.
4445 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4446 Felix Gatzemeier.
4447
4448 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4449 (ediff-file-remote-p): Make synonymous with file-remote-p.
4450 In all deffaces ediff-*-face-*, use min-colors.
4451
4452 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4453 ediff-recurse-to-subdirectories.
4454 (ediff-mark-if-equal): Check that the arguments are strings, use
4455 ediff-same-contents (after to Felix Gatzemeier).
4456
4457 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4458 nil.
4459
4460 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * log-view.el (log-view-message-re): Fix up Subversion regexp.
4463
4464 2005-02-18 David Kastrup <dak@gnu.org>
4465
4466 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4467 use `mark-active' when defined.
4468
4469 2005-02-18 Kenichi Handa <handa@m17n.org>
4470
4471 * ps-print.el (ps-font-info-database): New entry
4472 ZapfChancery-MediumItalic with correct font name. Fix font name
4473 of the entry Zapf-Chancery-MediumItalic.
4474
4475 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4478
4479 2005-02-16 Kim F. Storm <storm@cua.dk>
4480
4481 * ido.el (ido-fallback-command): Pass user input to fallback command.
4482
4483 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4486 (gdb-find-file-hook): Add server prefix.
4487
4488 2005-02-16 Richard M. Stallman <rms@gnu.org>
4489
4490 * replace.el (perform-replace): Pass new args to replace-highlight.
4491 (replace-highlight): Take region args,
4492 and pass them to isearch-lazy-highlight-new-loop.
4493
4494 * novice.el (disabled-command-hook): Autoload the defalias
4495 and the make-obsolete-variable call.
4496
4497 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4498
4499 * isearch.el (isearch-lazy-highlight-start-limit)
4500 (isearch-lazy-highlight-end-limit): New variables limit
4501 the region for highlighting.
4502 (isearch-lazy-highlight-new-loop): New args BEG and END.
4503 (isearch-lazy-highlight-search): Use the new vars.
4504 (isearch-lazy-highlight-update): Likewise.
4505
4506 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4507
4508 * cus-start.el (all): Use default-boundp.
4509
4510 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
4511
4512 * menu-bar.el (menu-bar-select-frame): Handle current frame.
4513
4514 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
4515
4516 * autorevert.el (auto-revert-stop-on-user-input)
4517 (auto-revert-verbose): Doc fixes.
4518
4519 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
4520
4521 * international/mule-cmds.el (set-locale-environment): Remove call
4522 to set-selection-coding-system on Windows.
4523
4524 2005-02-15 Jay Belanger <belanger@truman.edu>
4525
4526 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4527 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4528 calcFunc-coth.
4529 (math-simplify-sqrt): Add simplifications.
4530
4531 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4532 to list.
4533
4534 * calc/calc-ext.el: Add functions to autoloads.
4535
4536 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4537 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4538 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4539 (math-csc-raw, math-cot-raw): New functions.
4540
4541 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4542
4543 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4544 the variable name in a message.
4545
4546 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4547 calcFunc-csc, calcFunc-cot.
4548
4549 * calc/calcalg2.el: Add derivative and integration rules for
4550 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4551 calcFunc-csch, calcFunc-coth.
4552 (math-do-integral-methods): Add to checks for when to use
4553 substitutions.
4554
4555 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4556
4557 2005-02-15 Lute Kamstra <lute@gnu.org>
4558
4559 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4560 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
4561 <monnier@iro.umontreal.ca>
4562 (lisp-outline-level): Improve efficiency. Suggested by David
4563 Kastrup <dak@gnu.org>.
4564
4565 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
4566
4567 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4568 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4569 (gdb-set-gud-minor-mode-existing-buffers): New functions.
4570 (gdb-find-file-hook): New hook. Add it to find-file-hook.
4571 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4572
4573 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
4574
4575 * cus-start.el (all): Comment change.
4576
4577 2005-02-14 Lute Kamstra <lute@gnu.org>
4578
4579 * cus-start.el (all): Check if symbol is void.
4580
4581 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
4582
4583 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4584 optional argument to \cite.
4585
4586 2005-02-14 Richard M. Stallman <rms@gnu.org>
4587
4588 * cus-edit.el (custom-buffer-create-internal): Update help message.
4589 (custom-magic-alist): Update help messages.
4590
4591 * cus-start.el (all): Allow a var to specify a standard value.
4592
4593 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
4594
4595 * custom.el (custom-theme-set-variables): Handle variable aliases.
4596
4597 * frame.el (blink-cursor-timer): Doc fix.
4598 (blink-cursor): Make it an alias for `blink-cursor-mode' and
4599 declare obsolete.
4600 (blink-cursor-mode): Define with defcustom and use correct
4601 standard expression in that defcustom.
4602 * startup.el (command-line): Adapt to above changes in frame.el.
4603
4604 2005-02-11 Lute Kamstra <lute@gnu.org>
4605
4606 * apropos.el (apropos-score-doc): Prevent division by zero.
4607
4608 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
4609
4610 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4611 (icalendar--get-event-property-attributes)
4612 (icalendar--get-event-properties)
4613 (icalendar--datetime-to-diary-date): New functions.
4614 (icalendar--split-value): Doc fix.
4615 (icalendar--datetime-to-noneuropean-date)
4616 (icalendar--datetime-to-european-date): New optional argument
4617 SEPARATOR. Return result as a string instead of a list.
4618 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4619 (icalendar--convert-string-for-export): Rename arg S to STRING.
4620 (icalendar-export-region): Doc fix. Change name of error buffer.
4621 Save output buffer.
4622 (icalendar-import-file): Add blank at end of prompt.
4623 (icalendar-import-buffer): Doc fix. Do not switch to error
4624 buffer. Indicate status in return value.
4625 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
4626 buffer. Save output buffer. Handle exception from recurrence
4627 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
4628 events. Fix problems with weekly all-day events.
4629
4630 2005-02-10 Richard M. Stallman <rms@gnu.org>
4631
4632 * simple.el (eval-expression-print-format):
4633 Avoid warning about edebug-active.
4634
4635 * help.el (help-for-help-internal): Rename from help-for-help.
4636 (help-for-help): Define with defalias.
4637
4638 * font-core.el (font-lock-default-function): Use with-no-warnings.
4639
4640 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4641
4642 * custom.el (defface): Doc fix.
4643
4644 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
4645
4646 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4647 width 0" to prevent word wrapping problems.
4648
4649 2005-02-09 Kim F. Storm <storm@cua.dk>
4650
4651 * ido.el (ido-file-extensions-order): New defcustom.
4652 (ido-file-extension-lessp, ido-file-extension-aux)
4653 (ido-file-extension-order): New advanced file ordering.
4654 (ido-file-lessp): New simple file ordering.
4655 (ido-sort-list): Remove.
4656 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4657 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4658
4659 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
4660
4661 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4662 that some versions of grep produce.
4663 (grep-mode-font-lock-keywords): Likewise.
4664
4665 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
4666
4667 * progmodes/gdb-ui.el (gdb-location-list): New variable.
4668 (gdb-cdir): Delete.
4669 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4670 (gdb-source-info): Treat case when source file is in another
4671 directory properly.
4672 (gdb-get-location): New function.
4673
4674 2005-02-07 Jay Belanger <belanger@truman.edu>
4675
4676 * calc/calc-prog.el (calc-write-parse-table-part)
4677 (calc-fix-token-name): Fix a check for language type.
4678
4679 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4680
4681 2005-02-07 Andre Spiegel <spiegel@gnu.org>
4682
4683 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4684 as directory not writable.
4685
4686 2005-02-07 Kim F. Storm <storm@cua.dk>
4687
4688 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4689 (cua--standard-movement-commands): Remove list.
4690 Instead, set CUA property value to move for movement commands.
4691 (cua-movement-commands): Remove. Users must set CUA prop instead.
4692 (cua--pre-command-handler): Check CUA property.
4693 (cua--init-keymaps): Don't remap undo commands.
4694 (cua-mode): Don't call cua--rectangle-on-off.
4695
4696 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4697 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4698 (cua--rect-undo-set-point): New var.
4699 (cua--rectangle-undo-boundary): Setup undo apply entry.
4700 (cua--rect-undo-handler): New function for rectangle undo.
4701 (cua--rect-start-position, cua--rect-end-position): Add.
4702 (cua--rectangle-post-command): Call cua--rectangle-set-corners
4703 for restored rectangle. Set point if cua--rect-undo-set-point.
4704
4705 2005-02-06 Jay Belanger <belanger@truman.edu>
4706
4707 * calc/calc-lang.el (calc-tex-language): Display more information
4708 in messages.
4709
4710 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4711 in TeX mode.
4712
4713 2005-02-06 Richard M. Stallman <rms@gnu.org>
4714
4715 * emacs-lisp/lisp.el (buffer-end): Doc fix.
4716
4717 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
4718
4719 * net/ldap.el (ldap-search-internal): Support attributes with
4720 optional descriptions separated by a semi-colon, as in
4721 "userCertificate;binary".
4722
4723 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4724
4725 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4726 isn't a cons (i.e. the version is 0).
4727
4728 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4729
4730 * help.el (help-for-help): Doc fix.
4731
4732 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
4733
4734 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4735 GDB-Windows on the menu-bar as this works better.
4736
4737 2005-02-04 Jay Belanger <belanger@truman.edu>
4738
4739 * calc/calc-embed.el (calc-embedded-update): Don't put in
4740 unnecessary newlines. Adjust the end of formula marker.
4741
4742 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4743 (math-latex-parse-two-args): New function.
4744
4745 2005-02-03 Lute Kamstra <lute@gnu.org>
4746
4747 * help-fns.el (help-with-tutorial): Make sure that users cannot
4748 remove the entire text of the tutorial by means of `undo'.
4749
4750 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4753 in recent changes, where the ispell process was repeatedly
4754 killed & restarted.
4755
4756 * international/mule-cmds.el (set-locale-environment): Set file-name
4757 coding system to utf-8 on Darwin systems.
4758 (set-default-coding-systems): Don't set default-file-name-coding-system
4759 on Darwin systems.
4760
4761 2005-02-03 Richard M. Stallman <rms@gnu.org>
4762
4763 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4764
4765 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
4766
4767 * faces.el (list-faces-display): Add optional argument.
4768
4769 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * font-core.el (font-lock-default-function): Handle the rare case where
4772 only font-lock-keywords is set.
4773
4774 2005-02-02 Kenichi Handa <handa@m17n.org>
4775
4776 * international/characters.el: Cancel previous change for
4777 I-WITH-DOT-ABOVE and DOTLESS-i.
4778
4779 * international/latin-5.el: Cancel previous change.
4780
4781 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4782
4783 * progmodes/gud.el: Correction to syntax in gud-menu-map.
4784
4785 2005-02-02 Kenichi Handa <handa@m17n.org>
4786
4787 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4788 DOTLESS-i.
4789
4790 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4791 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4792
4793 * case-table.el (get-upcase-table): New function.
4794 (copy-case-table): Copy upcaes table too if non-nil.
4795 (set-case-syntax-delims): Maintain upcase table too.
4796 (set-case-syntax-pair): Likewise.
4797 (set-upcase-syntax, set-downcase-syntax): New functions.
4798 (set-case-syntax): Maintain upcase table too.
4799
4800 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4801
4802 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4803
4804 * progmodes/gud.el (gud-goto-info): New function.
4805 (gud-tool-bar-map): Use correct icon.
4806
4807 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4808
4809 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4810 When delegating, order args in the funcall correctly.
4811
4812 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4813
4814 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4815
4816 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
4817
4818 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4819 buffer not visiting a file.
4820
4821 2005-01-31 Jay Belanger <belanger@truman.edu>
4822
4823 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4824 bound on the line with the formula.
4825
4826 2005-01-31 Kim F. Storm <storm@cua.dk>
4827
4828 * ses.el (ses-create-cell-variable-range)
4829 (ses-destroy-cell-variable-range, ses-reset-header-string)
4830 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4831 (ses-insert-row): Fix format of apply undo entries.
4832
4833 2005-01-31 Jay Belanger <belanger@truman.edu>
4834
4835 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4836 parts.
4837
4838 * calc/calc-embed.el (calc-embedded-open-formula)
4839 (calc-embedded-close-formula): Ignore matrix environments.
4840
4841 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4842 TeX mode.
4843
4844 * calc/calc-lang.el (math-function-table, math-oper-table)
4845 (math-variable-table): Adjust the LaTeX portions.
4846
4847 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4848 (math-latex-ignore-words): New constant.
4849
4850 2005-01-31 Richard M. Stallman <rms@gnu.org>
4851
4852 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4853 (ispell-local-dictionary): Doc fix.
4854 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
4855 Don't reinitialize at run time. Don't defcustom.
4856 All uses changed to append ispell-local-dictionary-alist,
4857 or check it first.
4858 (ispell-current-dictionary): New variable for dictionary in use.
4859 (ispell-dictionary): Now used only for global default.
4860 (ispell-start-process): Set ispell-current-dictionary,
4861 not ispell-dictionary.
4862 (ispell-change-dictionary): Use this only for setting
4863 user preferences.
4864 (ispell-internal-change-dictionary): New function
4865 to change the current dictionary in use.
4866 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
4867 Use ispell-current-dictionary.
4868 Handle ispell-local-dictionary-overridden.
4869 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
4870
4871 2005-01-31 Jay Belanger <belanger@truman.edu>
4872
4873 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
4874
4875 * calc/calc-ext.el: Add calc-latex-language to autoloads.
4876 (calc-mode-map): Add calc-latex-language.
4877
4878 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
4879 (math-latex-print-frac): New functions.
4880 (math-oper-table, math-function-table, math-variable-table)
4881 (math-complex-format, math-input-filter): Add latex properties.
4882 (calc-set-language): Set math-expr-special-function-mapping.
4883
4884 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
4885 (calc-write-parse-table-part): Add LaTeX support.
4886
4887 * calc/calc.el (calc-language): Adjust docstring.
4888 (calc-set-mode-line): Add LaTeX support.
4889 (math-expr-special-function-mapping): New variable.
4890 (math-tex-ignore-words): Add to list.
4891
4892 * calc/calccomp.el (math-compose-expr, math-compose-rows):
4893 Add LaTeX support.
4894 (math-compose-expr): Add support for special functions.
4895
4896 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
4897
4898 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
4899
4900 * progmodes/gdb-ui.el (gdb-memory-address)
4901 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
4902 (gdb-memory-mode-map, gdb-memory-format-keymap)
4903 (gdb-memory-format-menu, gdb-memory-unit-keymap)
4904 (gdb-memory-unit-menu): New variables for a buffer
4905 that lets the user examine program memory.
4906 (gdb-memory-set-address, gdb-memory-set-repeat-count)
4907 (gdb-memory-format-binary, gdb-memory-format-octal)
4908 (gdb-memory-format-unsigned, gdb-memory-format-signed)
4909 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
4910 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
4911 (gdb-memory-unit-word, gdb-memory-unit-halfword)
4912 (gdb-memory-unit-byte, gdb-memory-unit-menu)
4913 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
4914 (gdb-memory-mode, gdb-memory-buffer-name)
4915 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
4916 New functions for above buffer.
4917
4918 2005-01-30 Richard M. Stallman <rms@gnu.org>
4919
4920 * cus-edit.el (custom-bury-buffer): Function deleted.
4921 (custom-buffer-done-function): Option deleted.
4922 (custom-buffer-done-kill): New (replacement option.
4923 (Custom-buffer-done): Call quit-window.
4924 (custom-buffer-create-internal): Update for above changes.
4925
4926 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
4927
4928 * simple.el (undo-ask-before-discard): New var.
4929 (undo-outer-limit-truncate): Implement it.
4930 (undo-extra-outer-limit): Doc update.
4931
4932 2005-01-29 Richard M. Stallman <rms@gnu.org>
4933
4934 * ses.el (undo-more): Delete defadvice.
4935 (ses-begin-change): Doc fix.
4936
4937 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
4938 instead of rebinding C-x u and C-_.
4939
4940 * files.el (normal-backup-enable-predicate): Return nil for files
4941 in /tmp, regardless of temporary-file-directory.
4942
4943 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
4944
4945 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
4946 (open-rectangle, delete-whitespace-rectangle-line)
4947 (clear-rectangle-line): If FILL, pass t instead of FILL
4948 for move-to-column's 2nd arg.
4949
4950 * simple.el (undo): Fix the test for continuing a series of undos.
4951 (undo-more): Set pending-undo-list to t when we reach end.
4952 (pending-undo-list): Move up defvar.
4953
4954 * wid-edit.el (widget-button-click):
4955 Shorten the range of the track-mouse binding.
4956
4957 * comint.el (comint-insert-input): Undo previous changes;
4958 use last-input-event in interactive spec.
4959
4960 2005-01-29 Eli Zaretskii <eliz@gnu.org>
4961
4962 * progmodes/compile.el (compilation-start): Bind buffer-read-only
4963 to nil before invoking call-process. Reset buffer's modified flag
4964 after fontifying it in the no-async branch.
4965
4966 * wid-edit.el (widget-specify-button): If mouse pointer shape
4967 cannot be changed, use mouse face instead.
4968
4969 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
4970
4971 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4972 (gdb-goto-breakpoint): Make breakpoint handling work on template
4973 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
4974 (gdb-assembler-custom): Update to recognise breakpoint information
4975 added on 2005-01-19.
4976
4977 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
4980 (dsssl-mode): Use define-derived-mode.
4981 (scheme-mode-initialize): Remove.
4982 (scheme-mode): Use run-mode-hooks.
4983
4984 * cus-edit.el (customize-group-other-window)
4985 (custom-buffer-create-other-window): Don't override special-display-*.
4986 (custom-mode-map): Make it dense.
4987
4988 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
4989 sets the default value.
4990
4991 2005-01-28 Eli Zaretskii <eliz@gnu.org>
4992
4993 * descr-text.el: Add more keywords.
4994
4995 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * speedbar.el: Avoid unnecessary use of locate-library.
4998
4999 * international/mule-cmds.el (standard-display-european-internal):
5000 Don't fiddle with latin-1 non-break space any more since it's now
5001 special cased in the C code.
5002 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5003
5004 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * cus-start.el (all): Add `undo-outer-limit'.
5007
5008 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5009
5010 * textmodes/bibtex.el (bibtex-format-entry):
5011 Use `bibtex-empty-field-re' only on the text of fields, not on entire
5012 field lines.
5013 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5014 not on part of a buffer.
5015
5016 2005-01-25 Lute Kamstra <lute@gnu.org>
5017
5018 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5019 nonempty field text strings like "{letters\\macro{}more letters}".
5020 Clarify docstring.
5021 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5022 (bibtex-entry-offset, bibtex-parse-association)
5023 (bibtex-parse-field-name): Fix typos in docstrings.
5024 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5025
5026 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
5027
5028 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5029 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5030 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5031 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5032
5033 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5034 isearch minor mode.
5035
5036 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
5037
5038 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5039
5040 2005-01-24 Lute Kamstra <lute@gnu.org>
5041
5042 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5043 CASECHARS and NOT-CASECHARS regular expressions of the
5044 "nederlands" and "nederlands8" dictionaries to prevent a "Range
5045 striding over charsets" error.
5046
5047 2005-01-24 Jay Belanger <belanger@truman.edu>
5048
5049 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5050 display variable name.
5051
5052 2005-01-24 Kenichi Handa <handa@m17n.org>
5053
5054 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5055 Fix setting of the element of encoded-kbd-iso2022-invocations.
5056
5057 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
5058
5059 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5060 (gdb-threads-select): Change to also accept mouse events.
5061 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5062 (gdb-threads-mouse-select): Delete.
5063
5064 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
5065
5066 * files.el (insert-directory): Take care of empty directory,
5067 listed without -a switch.
5068
5069 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * textmodes/refill.el (refill-post-command-function):
5072 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5073 to the list of functions that we should be careful not to undo.
5074 (refill-late-fill-paragraph-function): Remove.
5075 (refill-saved-state): New var.
5076 (refill-mode): Use it to save fill-paragraph-function.
5077 Save also the value of auto-fill-function.
5078
5079 * term/w32-win.el: Simplify code.
5080
5081 2005-01-23 Kim F. Storm <storm@cua.dk>
5082
5083 * simple.el (line-move): Adapt to new return value from
5084 pos-visible-in-window-p.
5085
5086 * simple.el (line-move): Fix last change. Check partial
5087 visibility at point rather than at window-start.
5088
5089 2005-01-22 Jason Rumney <jasonr@gnu.org>
5090
5091 * term/w32-win.el (xw-defined-colors): Remove debug-message.
5092
5093 2005-01-22 David Kastrup <dak@gnu.org>
5094
5095 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5096
5097 2005-01-22 Eli Zaretskii <eliz@gnu.org>
5098
5099 * type-break.el (type-break-mode): Add a test for
5100 type-break-file-name being non-nil.
5101
5102 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5103
5104 * net/eudc.el (top level): Call (message "") via progn, so that
5105 eudc-options-file is loaded.
5106
5107 2005-01-22 Kim F. Storm <storm@cua.dk>
5108
5109 * simple.el (line-move-1): Rename from line-move.
5110 (line-move): New function that adjusts vscroll for partially
5111 visible rows, and calls line-move-1 otherwise.
5112
5113 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
5114
5115 * pcomplete.el: define pcomplete-read-event instead of read-event,
5116 since it's not a complete read-event implementation
5117
5118 2005-01-20 Jay Belanger <belanger@truman.edu>
5119
5120 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5121 for called function.
5122
5123 2005-01-20 Steven Tamm <steventamm@mac.com>
5124
5125 * term/mac-win.el (process-connection-type): Remove.
5126 Controlled now by s/darwin.h:PTY_ITERATION.
5127
5128 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * window.el (handle-select-window): Don't switch window when we're
5131 in the minibuffer.
5132
5133 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
5134
5135 * subr.el (dotimes-with-progress-reporter): New macro.
5136
5137 * ses.el (ses-dotimes-msg): Remove macro.
5138 Use `dotimes-with-progress-reporter' instead.
5139
5140 2005-01-19 Steven Tamm <steventamm@mac.com>
5141
5142 * term/mac-win.el (process-connection-type): Use new
5143 operating-system-release variable to use ptys on Darwin 7 (OSX
5144 10.3) when using carbon build.
5145
5146 2005-01-19 Jay Belanger <belanger@truman.edu>
5147
5148 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5149 flags if the last command was a tab or M-tab.
5150
5151 * calc/calc-prog.el (calc-user-define-edit): Put original formula
5152 in formula editing buffer.
5153
5154 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5157 breakpoint image symbol in margin.
5158
5159 2005-01-19 Jay Belanger <belanger@truman.edu>
5160
5161 * calc/calc-prog.el (calc-execute-kbd-macro):
5162 Ignore calc-keep-arg-flag.
5163
5164 2005-01-19 Kenichi Handa <handa@m17n.org>
5165
5166 * textmodes/ispell.el (ispell-looking-at): New function.
5167 (ispell-process-line): Use ispell-looking-at to compare the ispell
5168 output and the buffer contents.
5169
5170 2005-01-18 Jay Belanger <belanger@truman.edu>
5171
5172 * calc/calc.el (calc-display-raw): Fix docstring.
5173
5174 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * simple.el (blink-matching-open): Strip extra info from syntax.
5177
5178 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5179 funny chars in the end-of-here-doc marker.
5180
5181 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
5182
5183 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5184 that enable/disabled state of breakpoints is shown correctly in
5185 fringe and on ttys.
5186 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5187 Add breakpoint information as text properties.
5188 (gdb-mouse-toggle-breakpoint):
5189 Rename to gdb-mouse-set-clear-breakpoint.
5190 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
5191 breakpoints in the margin.
5192 (gdb-remove-strings): Simplify.
5193
5194 2005-01-17 Jay Belanger <belanger@truman.edu>
5195
5196 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5197 erasing buffer.
5198
5199 2005-01-17 Richard M. Stallman <rms@gnu.org>
5200
5201 * progmodes/grep.el (grep-find): Copy from `grep' the condition
5202 for calling grep-compute-defaults.
5203
5204 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5205 if buffer is empty.
5206
5207 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5208
5209 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * hilit-chg.el (highlight-changes-mode): Don't autoload.
5212
5213 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5214 non-preloaded variables.
5215
5216 2005-01-17 Steven Tamm <steventamm@mac.com>
5217
5218 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5219 tex-shell cause to force interactivity when using pipes.
5220
5221 2005-01-17 Kim F. Storm <storm@cua.dk>
5222
5223 * simple.el (just-one-space): Make arg optional.
5224
5225 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
5226
5227 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5228 posn-at-x-y to t to access left-margin.
5229
5230 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
5231
5232 Sync with Tramp 2.0.47.
5233
5234 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5235 catching keep-date problems in cp/scp operations.
5236 (tramp-handle-copy-file): Don't call `set-file-modes'
5237 unconditionally. Specialized functions should know better what is
5238 necessary. This improves performance a little bit, and the
5239 functions could catch errors with `cp -p' and `scp -p'.
5240 (tramp-do-copy-or-rename-file-via-buffer)
5241 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
5242 when appropriate.
5243 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
5244 Call `set-file-modes' when appropriate.
5245 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
5246 Johnsson <isak@hypergene.com>
5247 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
5248 of both Tramp buffer and debug buffer. Reported by Joakim Verona
5249 <joakim@verona.se>
5250 (tramp-file-name-for-operation): Mark `shell-command' as magic for
5251 Emacs only.
5252
5253 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
5254 `find-file-hooks' and `dired-mode-hook'.
5255 (tramp-minor-mode-map): Respective map. Add remapping for
5256 `compile' and `recompile'.
5257 (tramp-remap-command, tramp-recompile): New defuns.
5258 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
5259 in buffer "*Compilation*". Call the commands asynchronously.
5260
5261 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
5262 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
5263 `shell-command', because it isn't magic in XEmacs. Reported by
5264 Adrian Aichner <adrian@xemacs.org>.
5265
5266 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5267 `substitute-in-file-name.
5268 (tramp-smb-handle-substitute-in-file-name): New defun.
5269 (tramp-smb-advice-PC-do-completion): Delete advice.
5270
5271 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
5272
5273 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
5274 Fix error in deleting region.
5275
5276 2005-01-15 Richard M. Stallman <rms@gnu.org>
5277
5278 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
5279 In non-temp buffer, switch syntax table temporarily.
5280
5281 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
5282
5283 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
5284
5285 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
5286
5287 * imenu.el (imenu--split-menu): Copy menulist before sorting.
5288 (imenu--generic-function): Use START, not BEG, as pos of definition.
5289
5290 * simple.el (just-one-space): Argument specifies number of spaces.
5291
5292 * simple.el (eval-expression-print-format): Avoid warning
5293 about edebug-active.
5294
5295 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
5296
5297 * progmodes/sh-script.el: Code copied from make-mode.el
5298 with small changes,
5299 (sh-mode-map): Bind C-c C-\.
5300 (sh-backslash-column, sh-backslash-align): New variables.
5301 (sh-backslash-region, sh-append-backslash): New functions.
5302
5303 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5304
5305 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5306 (rmail-pop-password, rmail-pop-password-required): Move to
5307 rmail-obsolete group.
5308 (rmail-set-pop-password): Rename to rmail-set-remote-password.
5309 All callers updated.
5310 (rmail-get-pop-password): Rename to rmail-get-remote-password.
5311 Take an argument specifying whether it is POP or IMAP mailbox we
5312 are using. All callers updated.
5313 (rmail-pop-password-error): Rename to
5314 rmail-remote-password-error. Added mailutils-specific error message.
5315 (rmail-movemail-search-path)
5316 (rmail-movemail-variant-in-use): New variables.
5317 (rmail-remote-password, rmail-remote-password-required):
5318 New customization variables.
5319 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5320 (rmail-parse-url): New function.
5321 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5322 with GNU mailutils movemail.
5323
5324 2005-01-15 Kevin Ryde <user42@zip.com.au>
5325
5326 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5327 suffix to space, $ or '$, to correctly position point when going
5328 to @table style constants like DBL_MAX.
5329
5330 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
5331
5332 * type-break.el (type-break-mode, type-break-file-time)
5333 (type-break-file-keystroke-count, type-break-choose-file):
5334 Don't store data in or load data from the file if type-break-file-name
5335 is nil.
5336 (type-break-file-name): Doc update as per the above.
5337
5338 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
5339
5340 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5341 lookup-key might return nil; handle that.
5342
5343 2005-01-15 Alan Mackenzie <acm@muc.de>
5344
5345 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5346 rather than the element found, thus enabling the tree to be setcar'd.
5347
5348 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5349
5350 * textmodes/org.el (org-show-following-heading): New option.
5351 (org-show-hierarchy-above): Use `org-show-following-heading'.
5352 (org-cycle): Documentation fix.
5353
5354 * textmodes/org.el (orgtbl-optimized): New option
5355 (orgtbl-mode): New command, a minor mode.
5356 (orgtbl-mode-map): New variable.
5357 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5358 (orgtbl-error, orgtbl-self-insert-command)
5359 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5360
5361 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5362 a local variable in each org-mode buffer.
5363
5364 * textmodes/org.el (org-set-regexps-and-options): Rename from
5365 `org-set-regexps'. Added checking for STARTUP keyword.
5366 (org-get-current-options): Add STARTUP options.
5367 (org-table-insert-row): Mode mode intelligent about when
5368 realignment is needed.
5369 (org-self-insert-command, org-delete-backward-char, org-delete-char):
5370 New commands.
5371 (org-enable-table-editor): New default value `optimized'.
5372 (org-table-blank-field): Support blanking regions if active.
5373
5374 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5375
5376 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
5377 if the year is not given.
5378
5379 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
5380 Add new escapes %m and %M, fixed bug with %F by adding
5381 save-match-data.
5382 (reftex-reference): Remove ?. from list of spaces.
5383 (reftex-label-info): Add automatic label prefix recognition.
5384
5385 * textmodes/reftex-index.el (reftex-index-next-phrase):
5386 Add slave parameter to call of `reftex-index-this-phrase'.
5387 (reftex-index-this-phrase): New optional argument.
5388 (reftex-index-region-phrases): Add slave parameter to call of
5389 `reftex-index-this-phrase'.
5390 (reftex-display-index): New argument redo.
5391 (reftex-index-rescan): Add 'redo to arguments of
5392 `reftex-display-index'.
5393 (reftex-index-Rescan, reftex-index-revert)
5394 (reftex-index-switch-index-tag): Add 'redo to arguments of
5395 `reftex-display-index'.
5396 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
5397 indexing. Fix bug with matching is there is a quote before or
5398 after the word.
5399
5400 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5401 Fix bug when collecting citation keys in lines with comments.
5402 (reftex-citation): Prefix argument no longer rescans the document,
5403 but forces prompting for optional arguments of cite macros.
5404 (reftex-do-citation): Prompting for optional arguments implemented.
5405
5406 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5407 Add optional arguments to most cite commands.
5408 (reftex-cite-cleanup-optional-args): New option
5409 (reftex-cite-prompt-optional-args): New option.
5410 (reftex-trust-label-prefix): New option.
5411
5412 * textmodes/reftex-toc.el (reftex-toc-find-section):
5413 Add push-mark before changing the position in the buffer.
5414
5415 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5416 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5417
5418 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
5419
5420 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5421 more carefully.
5422
5423 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5426 (sgml-mode): Use it.
5427 (sgml-get-context): Better keep track of implicitly closed tags.
5428
5429 2005-01-13 Kenichi Handa <handa@m17n.org>
5430
5431 * textmodes/ispell.el: These changes are to fix misalignment error
5432 caused by equivalent characters of different Emacs charsets.
5433 (ispell-unified-chars-table): New variable.
5434 (ispell-get-decoded-string): New function.
5435 (ispell-get-casechars, ispell-get-not-casechars)
5436 (ispell-get-otherchars): Call ispell-get-decoded-string.
5437
5438 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5439
5440 * custom.el (custom-declare-variable): Just put symbol instead
5441 of (defvar . symbol) in `current-load-list'.
5442
5443 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5444
5445 * emacs-lisp/elint.el: Fixed typo in Commentary section.
5446
5447 2005-01-12 Jay Belanger <belanger@truman.edu>
5448
5449 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5450 to create a Calc summary.
5451
5452 2005-01-12 Kim F. Storm <storm@cua.dk>
5453
5454 * mouse.el (mouse-on-link-p): Change functionality and doc
5455 string to comply with latest description in lisp ref.
5456
5457 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
5458
5459 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5460 Enable mouse clicks on mode-line, header-line and margin.
5461 (event-type): Give mouse event symbols an 'event-kind property
5462 with value 'mouse-click.
5463
5464 2005-01-12 Juri Linkov <juri@jurta.org>
5465
5466 * facemenu.el (list-colors-display): Add new arg buffer-name.
5467 Use it. Fix docstring. Replace code for identifying duplicate
5468 colors by the name with call to `list-colors-duplicates' which
5469 identifies duplicate colors by the value unless the color
5470 is one of special Windows colors. Set truncate-lines to t.
5471 Print sorted duplicate color names on each line. Indent to 22
5472 \(the longest color name in rgb.txt) instead of 20. Optimize.
5473 (list-colors-duplicates): New function.
5474 (facemenu-color-name-equal): Delete function.
5475
5476 * facemenu.el (list-colors-print): New function created from code
5477 in list-colors-display. Print #RRGGBB at the window right edge.
5478 (list-colors-display): When temp-buffer-show-function is not
5479 defined, call list-colors-print from temp-buffer-show-hook
5480 to get the right value of window-width in list-colors-print
5481 after the buffer is displayed.
5482
5483 * simple.el (pop-mark): Move deactivate-mark out of conditional
5484 part to deactivate the active mark regardless of the state of the
5485 mark ring.
5486
5487 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5488 variables line in desktop files.
5489
5490 2005-01-12 Juri Linkov <juri@jurta.org>
5491
5492 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5493 Bring together isearch highlight related options.
5494 (lazy-highlight): Replace group `replace' by `matching'.
5495 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5496 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5497 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5498 and declare them obsolete.
5499 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5500 (isearch-faces): Remove defgroup.
5501 (isearch-overlay, isearch-highlight, isearch-dehighlight):
5502 Move isearch highlighting code closer to lazy highlighting code.
5503
5504 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5505 (query-replace-highlight, query-replace-lazy-highlight)
5506 (query-replace): Move definitions to the beginning of the file.
5507
5508 2005-01-11 Juri Linkov <juri@jurta.org>
5509
5510 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5511 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5512 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5513
5514 * info.el (Info-history-forward): New variable.
5515 (Info-select-node): Reset Info-history-forward to nil.
5516 (Info-last): Turn into defalias.
5517 (Info-history-back): Rename from Info-last.
5518 Add current node to Info-history-forward.
5519 (Info-history-forward): New fun.
5520 (Info-mode-map): Replace Info-last by Info-history-back.
5521 Bind Info-history-forward to "r".
5522 (Info-mode-menu): Replace Info-last by Info-history-back.
5523 Fix menu item text. Add menu item for Info-history-forward.
5524 (info-tool-bar-map): Replace Info-last by Info-history-back.
5525 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
5526 for Info-history-forward.
5527 (Info-mode): Replace Info-last by Info-history-back in docstring.
5528 Add local variable Info-history-forward.
5529 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5530
5531 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5534 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5535 Ignore select-window events rather than fiddle with
5536 mouse-autoselect-window.
5537
5538 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
5539
5540 * type-break.el (type-break-mode): Fix previous change.
5541
5542 2005-01-10 Jay Belanger <belanger@truman.edu>
5543
5544 * calc/calc-ext.el (calc-reset): Reset when inside embedded
5545 calculator; only reset when point is inside a calculator.
5546 Don't adjust the window height if the window takes up the whole height
5547 of the frame.
5548
5549 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5550
5551 * ebuff-menu.el (Electric-buffer-menu-mode):
5552 Preserve value of buffer-local var header-line-format.
5553
5554 2005-01-09 Jay Belanger <belanger@truman.edu>
5555
5556 * calc/calc.el (calc-mode-var-list-restore-saved-values):
5557 Make sure settings file exists before accessing it.
5558
5559 * calc/calc-embed.el (calc-embedded-subst):
5560 Replace math-multi-subst-rec, which is only supposed to be called
5561 by math-multi-subst, by math-multi-subst.
5562
5563 2005-01-09 Andre Spiegel <spiegel@gnu.org>
5564
5565 * vc.el (vc-allow-async-revert): New user option.
5566 (vc-disable-async-diff): New internal variable.
5567 (vc-revert-buffer): Use them to disable asynchronous diff.
5568
5569 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5570 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5571 asynchronously if vc-disable-async-diff is t.
5572
5573 2005-01-09 Jay Belanger <belanger@truman.edu>
5574
5575 * calc/calc.el (defcalcmodevar): New macro.
5576 (calc-mode-var-list-restore-default-values)
5577 (calc-mode-var-list-restore-saved-values): New functions.
5578 (calc-mode-var-list): Use defcalcmodevar to define it.
5579 (calc-always-load-extensions, calc-line-numbering)
5580 (calc-line-breaking, calc-display-just, calc-display-origin)
5581 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5582 (calc-group-char, calc-point-char, calc-frac-format)
5583 (calc-prefer-frac, calc-hms-format, calc-date-format)
5584 (calc-float-format, calc-full-float-format, calc-complex-format)
5585 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5586 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5587 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5588 (calc-matrix-brackets, calc-language, calc-language-option)
5589 (calc-left-label, calc-right-label, calc-word-size)
5590 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5591 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5592 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5593 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5594 (calc-window-height, calc-display-trail, calc-show-selections)
5595 (calc-use-selections, calc-assoc-selections)
5596 (calc-display-working-message, calc-auto-why, calc-timing)
5597 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5598 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5599 (calc-gnuplot-default-device, calc-gnuplot-default-output)
5600 (calc-gnuplot-print-device, calc-gnuplot-print-output)
5601 (calc-gnuplot-geometry, calc-graph-default-resolution)
5602 (calc-graph-default-resolution-3d, calc-invocation-macro)
5603 (calc-show-banner): Use defcalcmodevar to declare them and set
5604 their default values.
5605
5606 * calc/calc-ext.el (calc-reset): Restore saved values of variables
5607 instead of default values (but restore default values if there is
5608 an argument of 0).
5609
5610 2005-01-09 David Kastrup <dak@gnu.org>
5611
5612 * desktop.el (desktop-restore-eager): Fix typo in type.
5613
5614 2005-01-08 Richard M. Stallman <rms@gnu.org>
5615
5616 * cus-edit.el (customize): Delete :link.
5617
5618 2005-01-08 Jay Belanger <belanger@truman.edu>
5619
5620 * calc/calc.el (calc-mode): Remove the extension from the
5621 `calc-settings-file' file name when loading it.
5622
5623 2005-01-08 Kim F. Storm <storm@cua.dk>
5624
5625 * info.el (Info-mode-map, Info-next-link-keymap)
5626 (Info-prev-link-keymap, Info-up-link-keymap):
5627 Map follow-link to mouse-face.
5628 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5629
5630 2005-01-08 Jay Belanger <belanger@truman.edu>
5631
5632 * calc/calc.el (calc-settings-file): Change default value.
5633 Suggested by cgw in a comment in calc-mode.el.
5634
5635 * calc/calc-mode.el (calc-settings-file-name):
5636 Compare calc-settings-file to user-init-file instead of ~/.emacs.
5637 Replace ~/.emacs in a prompt by calc-settings-file.
5638
5639 2005-01-07 Lars Hansen <larsh@math.ku.dk>
5640
5641 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5642 (desktop-lazy-idle-delay): New customizable variables.
5643 (desktop-buffer-args-list): New variable.
5644 (desktop-append-buffer-args): New function.
5645 (desktop-save): Call desktop-append-buffer-args for some buffers.
5646 (desktop-lazy-create-buffer): New function.
5647 (desktop-idle-create-buffers): New function.
5648 (desktop-read): Add message about buffers to restore lazily.
5649 (desktop-lazy-abort): New command.
5650 (desktop-clear): Call desktop-lazy-abort.
5651 (desktop-lazy-complete): New command.
5652
5653 2005-01-06 Richard M. Stallman <rms@gnu.org>
5654
5655 * emacs-lisp/find-func.el (find-face-definition):
5656 Rename from find-face.
5657
5658 2005-01-06 Kim F. Storm <storm@cua.dk>
5659
5660 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5661
5662 * man.el (Man-xref-man-page, Man-xref-header-file)
5663 (Man-xref-normal-file): Add follow-link property.
5664
5665 2005-01-06 Jay Belanger <belanger@truman.edu>
5666
5667 * calc/calc-units.el: Make sure the proper macro definitions are
5668 available when compiling.
5669
5670 2005-01-06 Juri Linkov <juri@jurta.org>
5671
5672 * isearch.el (isearch-lazy-highlight-update):
5673 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5674
5675 2005-01-06 Miles Bader <miles@gnu.org>
5676
5677 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5678 (isearch-lazy-highlight-face): Use new name.
5679
5680 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * uniquify.el (uniquify-rationalize-file-buffer-names):
5683 Re-add an interactive spec.
5684 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5685 to the same name.
5686
5687 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5688 (isearch-update, isearch-done): Adjust calls accordingly.
5689
5690 2005-01-05 Richard M. Stallman <rms@gnu.org>
5691
5692 * custom.el (custom-set-variables, custom-theme-set-variables):
5693 Clarify documentation.
5694
5695 * emacs-lisp/find-func.el (find-variable)
5696 (find-variable-other-window, find-variable-other-frame):
5697 Fix the TYPE args to find-function-read and find-function-do-it.
5698 (find-function): Doc fix.
5699 (find-function-at-point): Replace function-at-point alias.
5700
5701 2005-01-04 Richard M. Stallman <rms@gnu.org>
5702
5703 * cus-face.el (custom-declare-face):
5704 Record defface in current-load-list.
5705
5706 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5707
5708 * emacs-lisp/find-func.el: Doc fixes.
5709 (find-face-regexp): New variable.
5710 (find-function-regexp-alist): New variable.
5711 (find-function-C-source): Third arg is now TYPE.
5712 (find-function-search-for-symbol): Handle general TYPE.
5713 (find-function-read, find-function-do-it): Handle general TYPE.
5714 (find-definition-noselect, find-face): New functions.
5715 (function-at-point): Alias deleted.
5716
5717 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * battery.el (display-battery-mode): Rename from display-battery.
5720 Handle the case where it gets turned off.
5721
5722 2005-01-04 Richard M. Stallman <rms@gnu.org>
5723
5724 * cus-edit.el (customize): Make :link point to user doc.
5725
5726 * man.el (Man-fontify-manpage): Turn off undo generation.
5727
5728 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5729
5730 2005-01-04 Andreas Schwab <schwab@suse.de>
5731
5732 * files.el (insert-directory): Only look for error lines in
5733 inserted text. Don't move too far after processing --dired markers.
5734
5735 2005-01-04 Richard M. Stallman <rms@gnu.org>
5736
5737 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5738 Don't expand if the character is @, period, dash, etc.
5739 (define-mail-abbrev): Quote names that contain problem characters.
5740
5741 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
5742
5743 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5744
5745 2005-01-03 Richard M. Stallman <rms@gnu.org>
5746
5747 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5748 (query-replace-highlight, query-replace-lazy-highlight)
5749 (query-replace): Definitions moved up. Doc fix.
5750
5751 2005-01-03 Richard M. Stallman <rms@gnu.org>
5752
5753 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5754 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5755 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5756 (lazy-highlight-face): Rename from isearch-lazy-...
5757 Change all references to them.
5758
5759 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * cus-edit.el (custom-file): Doc fix for defcustom.
5762 (custom-file): The function no longer sets the variable
5763 `custom-file' to its return value.
5764
5765 * startup.el (command-line): No longer load `custom-file'.
5766
5767 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5770
5771 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5772 Don't confuse module-prefixed identifiers for labels.
5773 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5774
5775 2005-01-02 Richard M. Stallman <rms@gnu.org>
5776
5777 * files.el (basic-save-buffer-1): Fix previous change.
5778
5779 * loadhist.el (file-loadhist-lookup): New function.
5780 (file-provides, file-requires): Use it.
5781
5782 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5783 instead of calculating the right size.
5784
5785 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5786
5787 * vc-svn.el (vc-svn-diff): Stay local if possible.
5788
5789 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5792
5793 * files.el (hack-local-variables): Fix last change.
5794
5795 2005-01-02 Jay Belanger <belanger@truman.edu>
5796
5797 * calc/calc-yank.el (calc-edit-top): New variable.
5798 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5799 object. Change header properties.
5800 (calc-edit-finish, calc-edit-finish-stack-object)
5801 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5802 edited object.
5803 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5804 for the beginning of the edited object.
5805 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5806 for the beginning of the edited object.
5807 * calc/calc-prog.el (calc-edit-macro-finish-edit)
5808 (calc-finish-formula-edit, calc-macro-repeats)
5809 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5810 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5811 beginning of the edited object.
5812 (calc-user-define-edit): Change the header for editing macros.
5813 Remove unnecessary variable.
5814
5815 2005-01-01 Jay Belanger <belanger@truman.edu>
5816
5817 * calc/calc-yank.el (calc-edit-mode): Change default header.
5818 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5819 * calc/calc-store.el (calc-edit-variable): Change title to match new
5820 header.
5821 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5822 mode to match new header.
5823 (calc-user-define-edit): Change titles to include names of commands.
5824 (calc-finish-formula-edit): Adjust to handle new header.
5825 (calc-finish-macro-edit): Remove.
5826 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5827 (calc-edit-macro-command, calc-edit-macro-command-type)
5828 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5829 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5830 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5831 (calc-edit-macro-finish-edit): New functions.
5832 (calc-user-define-edit): Use new functions to edit named calc macros.
5833
5834 2005-01-01 Stefan <monnier@iro.umontreal.ca>
5835
5836 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5837
5838 * ses.el (copy-region-as-kill): Deactivate mark.
5839
5840 2005-01-01 Richard M. Stallman <rms@gnu.org>
5841
5842 * replace.el (occur-1): If the output buffer is also an input,
5843 don't kill it, rename it.
5844
5845 * faces.el (set-face-background, set-face-foreground): Doc fix.
5846
5847 * cus-face.el (custom-face-attributes): Fix :help-echo strings
5848 for :foreground and :background.
5849
5850 * dired.el (dired-view-command-alist): Variable deleted.
5851 (dired-view-file, dired-mouse-find-file-other-window):
5852 Delete the code to use it.
5853
5854 2005-01-01 Kim F. Storm <storm@cua.dk>
5855
5856 * image.el (insert-sliced-image): Use t for line-height property.
5857
5858 2004-12-31 Jay Belanger <belanger@truman.edu>
5859
5860 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
5861 for "var-" at the beginning of the minibuffer.
5862
5863 2004-12-31 Richard M. Stallman <rms@gnu.org>
5864
5865 * faces.el (read-face-name):
5866 Don't treat an attribute spec as a list of faces.
5867
5868 * simple.el (undo): Use undo-equiv-table to detect
5869 unexpected changes since previous undo.
5870 (undo-list-saved): Variable deleted.
5871 (buffer-disable-undo): Don't alter undo-list-saved.
5872
5873 * files.el (require-final-newline): Allow `visit' and `visit-save'.
5874 (mode-require-final-newline): New option.
5875 (after-find-file): Handle require-final-newline with new values.
5876 (basic-save-buffer): Handle new values of require-final-newline.
5877
5878 * progmodes/sh-script.el (sh-require-final-newline):
5879 Alist value now controls whether to use mode-require-final-newline.
5880 (sh-set-shell): Implement that new meaning.
5881
5882 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
5883 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
5884 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
5885 Delete old-Emacs compatibility code.
5886 (antlr-c-common-init): Function deleted.
5887
5888 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
5889 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
5890 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
5891 * progmodes/python.el (python-mode): Use mode-require-final-newline.
5892 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
5893 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
5894 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
5895 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
5896 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
5897 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
5898 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
5899 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
5900 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
5901 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
5902 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
5903 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
5904
5905 2004-12-31 Jay Belanger <belanger@truman.edu>
5906
5907 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
5908 way to return to Calc.
5909
5910 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
5911 finish, C-xk as the way to cancel the edit. Add cancel routine to
5912 kill-buffer-hook.
5913
5914 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
5915 MacEdit code.
5916
5917 * calc/calc-prog.el: Remove obsolete MacEdit code.
5918 (calc-macro-edit-algebraic, calc-macro-edit-variable)
5919 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
5920
5921 2004-12-31 Kenichi Handa <handa@m17n.org>
5922
5923 * international/mule.el (buffer-file-coding-system-explicit):
5924 Rename for explicit-buffer-file-coding-system.
5925 (after-insert-file-set-coding): Adjust for the above change.
5926
5927 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
5928 to buffer-file-coding-system-explicit.
5929 (basic-save-buffer-1): Likewise.
5930
5931 2004-12-30 Richard M. Stallman <rms@gnu.org>
5932
5933 * textmodes/artist.el (artist-butlast-fn): Var deleted.
5934 (artist-butlast, artist-last): Functions deleted.
5935 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
5936 (artist-compute-key-compl-table): Call remq directly.
5937 (artist-remove-nulls): Function deleted.
5938 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
5939 (artist-push, artist-pop): Macro deleted.
5940
5941 2004-12-30 Andreas Leue <al@sphenon.de>
5942
5943 * textmodes/artist.el (artist-version): 1.2.6
5944 (artist-prev-next-op-alist): New variable.
5945 (artist-select-next-op-in-list): New function.
5946 (artist-select-prev-op-in-list): New function.
5947 (artist-make-prev-next-op-alist): New function.
5948 (artist-is-in-op-list-p): New function.
5949 (artist-get-first-non-nil-op): New function.
5950 (artist-get-last-non-nil-op): New function.
5951 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
5952 artist-prev-next-op-alist.
5953 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
5954 change drawing operation.
5955
5956 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
5957
5958 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
5959
5960 2004-12-31 Masatake YAMATO <jet@gyve.org>
5961
5962 * server.el (server-process-filter): Suppress `error', too.
5963
5964 2004-12-30 Jay Belanger <belanger@truman.edu>
5965
5966 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
5967 Change the way a variable is displayed in a message.
5968
5969 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
5970 (calc-user-define-permanent, calc-execute-kbd-macro):
5971 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
5972
5973 2004-12-30 Kenichi Handa <handa@m17n.org>
5974
5975 * files.el (basic-save-buffer-1):
5976 Set explicit-buffer-file-coding-system to last-coding-system-used.
5977 (revert-buffer): Pay attention to
5978 explicit-buffer-file-coding-system (not buffer-file-coding-system)
5979 on bind coding-system-for-read.
5980
5981 * international/mule.el (explicit-buffer-file-coding-system):
5982 New buffer local variable.
5983 (after-insert-file-set-coding): Set it to coding-system-for-read.
5984
5985 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
5988
5989 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
5990
5991 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
5992 that include line numbers.
5993
5994 2004-12-29 Milan Zamazal <pdm@zamazal.org>
5995
5996 * files.el (hack-local-variables): If no PREFIX, set it to "^".
5997 Redundant variable PREFIXLEN removed.
5998
5999 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
6000
6001 * eshell/em-hist.el (eshell-previous-matching-input):
6002 Start the deletion from the end of the output.
6003
6004 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6005
6006 * term/mac-win.el: Require x-dnd.
6007 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
6008
6009 2004-12-29 David Kastrup <dak@gnu.org>
6010
6011 * international/mule.el (decode-coding-inserted-region):
6012 Don't barf if `buffer-undo-list' is already set to `t'.
6013
6014 2004-12-29 Jay Belanger <belanger@truman.edu>
6015
6016 * calc/calc-prog.el (calc-user-define-formula): Put default values
6017 for function names in prompts.
6018 (calc-user-define-permanent, calc-user-define-composition)
6019 (calc-user-define-formula): Remove the need for "calcFunc-" in the
6020 default input for algebraic functions.
6021
6022 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
6023
6024 * vc-rcs.el (vc-rcs-annotate-command):
6025 Fix omission bug: Call `vc-setup-buffer'.
6026
6027 2004-12-29 Kenichi Handa <handa@m17n.org>
6028
6029 * international/mule.el (recode-region): New function.
6030
6031 2004-12-28 Richard M. Stallman <rms@gnu.org>
6032
6033 * simple.el (undo-extra-outer-limit): New variable.
6034 (undo-outer-limit-truncate): Test and set it.
6035
6036 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6037 enables the feature to extend the existing region.
6038
6039 * simple.el (mark-word): New arg ALLOW-EXTEND
6040 enables the feature to extend the existing region.
6041
6042 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6043 enables the feature to extend the existing region.
6044
6045 * startup.el (site-run-file): Don't allow setting it with Custom.
6046
6047 * simple.el (buffer-disable-undo): Fix previous change.
6048
6049 2004-12-27 Masatake YAMATO <jet@gyve.org>
6050
6051 * hexl.el (hexlify-buffer): Remove fontification here.
6052 Use font lock mechanism instead.
6053 (hexl-font-lock-keywords): New font lock kewords.
6054 (hexl-mode-old-font-lock-keywords): New variable.
6055 (hexl-mode): Store the old font lock keywords.
6056 (hexl-mode-exit): Restore the old font lock keywords.
6057
6058 2004-12-27 Richard M. Stallman <rms@gnu.org>
6059
6060 * simple.el (undo): Fix previous change.
6061
6062 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6063
6064 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
6065 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6066 Call x-open-connection on Mac OS X.
6067
6068 2004-12-27 Richard M. Stallman <rms@gnu.org>
6069
6070 * files.el (buffer-save-without-query): New var (buffer-local).
6071 (save-some-buffers): Save those buffers first, w/o asking.
6072
6073 * files.el (insert-directory-ls-version): New variable.
6074 (insert-directory): When ls returns an error, test the version
6075 number to decide what the return code means.
6076 With --dired output format, detect and distinguish lines
6077 that are really error messages.
6078 (insert-directory-adj-pos): New function.
6079
6080 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6081
6082 * battery.el (battery-mode-line-format): Remove initial spaces.
6083
6084 * uniquify.el (uniquify-rationalize-file-buffer-names):
6085 Delete interactive spec.
6086
6087 * type-break.el (type-break-mode): Set buffer-save-without-query.
6088 Remove code that tried to set save-some-buffers-always.
6089 (type-break-file-keystroke-count): Bind deactivate-mark.
6090
6091 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6092
6093 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6094 Test that the buffer is live, and maybe reject current buffer too.
6095 Clarify.
6096 (next-error-find-buffer): Rewrite for clarity.
6097
6098 * loadup.el: Don't use buffer-disable-undo; do it directly.
6099
6100 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6101 (describe-variable): Call symbol-file with `defvar'.
6102
6103 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6104 (symbol-file): Rewritten to handle new load-history format.
6105 Now takes an arg TYPE to specify looking for a particular
6106 type of definition only.
6107
6108 * emacs-lisp/debug.el (debugger-make-xrefs):
6109 Call symbol-file with `defun'.
6110
6111 * emacs-lisp/find-func.el (find-function-noselect):
6112 Call symbol-file with `defun'.
6113 (find-variable-noselect): Call symbol-file with `defvar'.
6114
6115 * eshell/esh-cmd.el (eshell-find-alias-function):
6116 Call symbol-file with `defun'.
6117
6118 * eshell/esh-test.el (eshell-test-goto-func):
6119 Call symbol-file with `defun'.
6120
6121 * mail/rmail.el (rmail-resend):
6122 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6123
6124 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6125
6126 * progmodes/compile.el (compilation-find-buffer): Rename arg.
6127
6128 * textmodes/texinfmt.el (texinfo-format-buffer-1):
6129 Call buffer-disable-undo.
6130
6131 * simple.el (undo-list-saved): New variable (buffer-local).
6132 (undo): Set and test it.
6133 (buffer-disable-undo): Move here from buffer.c.
6134 Clear out undo-list-saved.
6135
6136 * international/mule.el (decode-coding-inserted-region):
6137 Set buffer-undo-list in a correct and optimal way.
6138
6139 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6140 (cperl-font-lock-unfontify-region-function): No need to save and
6141 restore info, since font-lock.el does it for us.
6142
6143 * ansi-color.el (save-buffer-state): Definition deleted.
6144 (ansi-color-unfontify-region): Don't use save-buffer-state.
6145
6146 2004-12-27 Dave Love <fx@gnu.org>
6147
6148 * wid-edit.el (function): Use restricted-sexp as parent.
6149
6150 2004-12-27 Kevin Ryde <user42@zip.com.au>
6151
6152 * simple.el (next-matching-history-element): Use same
6153 `interactive' form as previous-matching-history-element.
6154
6155 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6156 it can appear unencoded and has been seen from yahoo.
6157
6158 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6159
6160 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6161 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
6162
6163 2004-12-27 Kenichi Handa <handa@m17n.org>
6164
6165 * international/utf-8.el (utf-translate-cjk-load-tables):
6166 Bind coding-system-for-read to nil while loading subst-*.
6167
6168 2004-12-26 Jay Belanger <belanger@truman.edu>
6169
6170 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6171 default input.
6172
6173 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
6174
6175 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6176 before reverting and disable undo recording while reverting.
6177
6178 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
6179
6180 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6181 (hs-make-overlay): New function.
6182 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6183 (hs-flag-region): Delete function.
6184 (hs-hide-comment-region): No longer use `hs-flag-region'.
6185 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6186 (hs-hide-block-at-point): Likewise.
6187 (hs-hide-level-recursive): Use `hs-discard-overlays'.
6188 (hs-hide-all, hs-show-all): Likewise.
6189 (hs-show-block): Likewise.
6190 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6191
6192 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * progmodes/hideshow.el: Require `cl' when compiling.
6195 Remove XEmacs and Emacs 19 compatibility.
6196 Use `dolist' and `add-to-list' for load-time actions.
6197 (hs-discard-overlays): Use `dolist'.
6198 (hs-show-block): Likewise.
6199
6200 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 * faces.el (mode-line, mode-line-inactive): Use min-colors.
6203
6204 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
6205
6206 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6207 When extending backwards, move outside the current comment first.
6208
6209 2004-12-22 Kenichi Handa <handa@m17n.org>
6210
6211 * international/quail.el (quail-start-translation): Fix prompt
6212 string for the case if input-method-use-echo-area being non-nil.
6213 (quail-start-conversion): Likewise.
6214 (quail-show-guidance): Don't show guidance if
6215 input-method-use-echo-area is non-nil.
6216
6217 2004-12-21 Richard M. Stallman <rms@gnu.org>
6218
6219 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6220
6221 2004-12-21 Markus Rost <rost@ias.edu>
6222
6223 * calendar/diary-lib.el (mark-diary-entries):
6224 Set mark-diary-entries-in-calendar only after checking for diary-file.
6225
6226 2004-12-21 Richard M. Stallman <rms@gnu.org>
6227
6228 * faces.el (escape-glyph): Use blue against light foreground.
6229
6230 * simple.el (undo-outer-limit-truncate): New function.
6231 (undo-outer-limit-function): Use undo-outer-limit-truncate.
6232
6233 2004-12-21 Eli Barzilay <eli@barzilay.org>
6234
6235 * calculator.el: (calculator-radix-grouping-mode)
6236 (calculator-radix-grouping-digits)
6237 (calculator-radix-grouping-separator):
6238 New defcustoms for the new radix grouping mode functionality.
6239 (calculator-mode-hook): Now used in electric mode too,
6240 (calculator): Call it.
6241 (calculator-mode-map): Some new keys.
6242 (calculator-message): New function. Some new calls.
6243 (calculator-op, calculator-set-register): Use it.
6244 (calculator-string-to-number): New function, mostly moved and
6245 updated code from calculator-curnum-value.
6246 (calculator-curnum-value): Use it.
6247 (calculator-paste): Use it, and update grabbing the current-kill.
6248 (calculator-rotate-displayer)
6249 (calculator-rotate-displayer-back): Toggle digit grouping when
6250 in radix mode, use calculator-message.
6251 (calculator-displayer-prev, calculator-displayer-next):
6252 Change digit group size when in radix mode.
6253 (calculator-number-to-string): Rename from
6254 calculator-num-to-string. Now deals with digit grouping in
6255 radix mode.
6256 (calculator-update-display, calculator-put-value): Use the new name.
6257 (calculator-fact): Return a floating point number.
6258 (calculator-mode): Doc fix.
6259
6260 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6261
6262 * calendar/calendar.el (view-other-diary-entries): Add autoload.
6263 * calendar/diary-lib.el (view-other-diary-entries):
6264 Use current-prefix-arg in interactive spec.
6265
6266 2004-12-19 Jay Belanger <belanger@truman.edu>
6267
6268 * calc/calc-aent.el (calcAlg-blank-matching-open):
6269 Temporarily adjust the syntax of both delimiters of half-open intervals.
6270
6271 2004-12-19 Kim F. Storm <storm@cua.dk>
6272
6273 * mouse.el (mouse-1-click-follows-link): Doc fix.
6274
6275 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6276
6277 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
6278 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
6279 instead of centraleuropean as the name
6280
6281 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
6282
6283 Sync with Tramp 2.0.46.
6284
6285 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
6286 parameters wrt Tramp convention.
6287 (tramp-handle-file-attributes-with-perl)
6288 (tramp-handle-directory-files-and-attributes): Apply it.
6289 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
6290 `copy-program'. Reported by Zack Weinberg
6291 <zack@codesourcery.com>.
6292 (top): Set `edebug-form-spec' property directly rather than
6293 calling `def-edebug-spec'.
6294
6295 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
6296 advice less fragile. Surround temporary redefinition of
6297 `substitute-in-file-name' with `unwind-protect'. Suggested by
6298 Matt Hodges <MPHodges@member.fsf.org>.
6299
6300 2004-12-17 Juri Linkov <juri@jurta.org>
6301
6302 * replace.el (occur-accumulate-lines, occur-engine):
6303 Make forcing deferred font-lock fontification jit-specific.
6304
6305 2004-12-17 Kim F. Storm <storm@cua.dk>
6306
6307 * mouse.el (mouse-1-click-follows-link): New defcustom.
6308 (mouse-on-link-p): New function.
6309 (mouse-drag-region-1): Implement mouse-1-click-follows-link
6310 functionality. Map a mouse-1 click event into a mouse-2 (or
6311 other) event when position is inside a link.
6312
6313 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6314 prefix in tooltip text with "mouse-1" when this is a link
6315 recognized by mouse-1-click-follows-link functionality.
6316
6317 * help.el (describe-key): Report effective and original binding
6318 for mouse-1 when clicked on a link.
6319 (describe-mode): Add follow-link property to "minor-mode" button.
6320
6321 * help-fns.el (describe-variable): Add follow-link property to
6322 "below" button.
6323
6324 * help-mode.el (help-xref): Add follow-link property.
6325
6326 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6327 (apropos-command, apropos-variable, apropos-face, apropos-group)
6328 (apropos-widget, apropos-plist): Add follow-link property.
6329
6330 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6331 checks if position is in a filename, rather than some other
6332 clickable item. Function looks for cvs-filename-face at position.
6333
6334 * wid-edit.el (widget-specify-field, widget-specify-button):
6335 Map a :follow-link keyword into a follow-link property.
6336 (link): Add :follow-link keyword, map to RET binding.
6337
6338 * dired.el (dired-mode-map): Map follow-link to mouse-face.
6339
6340 * progmodes/compile.el (compilation-minor-mode-map)
6341 (compilation-button-map, compilation-mode-map): Likewise.
6342
6343 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
6344
6345 * play/zone.el (zone): Init `line-spacing' from orig buffer.
6346 (zone-replace-char): Take `count' and `del-count'
6347 instead of `direction'. Update callers. When `del-count' is
6348 non-nil, delete that many characters, otherwise `count' characters
6349 backwards. Insert the newly-replaced string `count' times.
6350 (zone-fret): Handle chars w/ width greater than one.
6351 (zone-fall-through-ws): No longer take window width `ww'.
6352 Update callers. Add handling for `char-width' greater than one.
6353 (zone-pgm-drip): Update var holding window-end position every cycle.
6354
6355 2004-12-17 Andre Spiegel <spiegel@gnu.org>
6356
6357 * vc.el (vc-default-update-changelog): Use insert-file-contents,
6358 rather than insert-file.
6359
6360 2004-12-16 Jay Belanger <belanger@truman.edu>
6361
6362 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6363 (math-init-random-base, math-random-digit): Check to see if
6364 var-RandSeed is bound.
6365 (math-random-last): Declare it.
6366 (math-random-digit): Don't make math-random-last local.
6367
6368 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
6369
6370 * play/zone.el (zone): Fix omission bug: Use a self-disabling
6371 one-shot thunk for uniform (error, quit, normal) recovery.
6372 Reported by John Paul Wallington.
6373 (zone-pgm-random-life): Fix bug:
6374 Recognize empty initial field by lack of "@" chars.
6375
6376 2004-12-16 Juri Linkov <juri@jurta.org>
6377
6378 * help.el (function-called-at-point):
6379 * help-fns.el (variable-at-point): As a last resort try stripping
6380 non-word prefixes and suffixes.
6381
6382 * descr-text.el (describe-property-list): Don't treat syntax-table
6383 specially. Use describe-text-sexp which inserts [show] button
6384 for large objects and handles printing errors. Sort properties
6385 by names in alphabetical order instead of by value sizes.
6386 Add `mouse-face' to list of properties for `describe-face' widget.
6387 (describe-char): Mask out face-id from 19 bits of character.
6388 Print face-id separately.
6389
6390 * replace.el (occur-accumulate-lines, occur-engine):
6391 Fontify unfontified matching lines in the source buffer
6392 before copying them.
6393 (occur-engine): Don't put mouse-face on context lines.
6394 (occur-next-error): Set point to line beginning/end
6395 before searching for prev/next property to skip multiple
6396 matches on a line (not supported by occur engine).
6397 Remove redundant prefix-numeric-value.
6398
6399 2004-12-15 Juri Linkov <juri@jurta.org>
6400
6401 * replace.el (match): New face.
6402 (list-matching-lines-face): Change default from `bold' to `match'.
6403
6404 * progmodes/grep.el (grep-match-face): New defvar.
6405 (grep-mode-font-lock-keywords): Use grep-match-face instead of
6406 compilation-column-face to highlight grep matches.
6407
6408 * apropos.el (apropos-match-face): Change default from
6409 `secondary-selection' to `match'.
6410
6411 * info-look.el (info-lookup-highlight-face): Change default from
6412 `highlight' to `match'.
6413
6414 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
6415
6416 * progmodes/executable.el (executable-interpret): Eliminate
6417 obsolete compile-internal, and switch to comint for interaction.
6418
6419 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
6420
6421 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6422 `&&' when skipping multiple statements on a line.
6423
6424 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
6425
6426 * play/zone.el (zone): Set `truncate-lines'.
6427 Also, init `tab-width' with value from original buffer.
6428 (zone-shift-up): Rewrite for speed.
6429 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6430 (zone-pgm-jitter): Remove redundant entries from ops vector.
6431 (zone-exploding-remove): Reduce iteration count.
6432 (zone-cpos): Convert to defsubst.
6433 (zone-replace-char): New defsubst.
6434 (zone-park/sit-for): Likewise.
6435 (zone-fret): Take window-start arg.
6436 Update callers. Use `zone-park/sit-for'.
6437 (zone-fill-out-screen): Rewrite.
6438 (zone-fall-through-ws): Likewise. Update callers.
6439 (zone-pgm-drip): Use `zone-replace-char'.
6440 Move var inits before while-loop. Use `zone-park/sit-for'.
6441 (zone-pgm-random-life): Handle empty initial field.
6442 Use `zone-replace-char' and `zone-park/sit-for'.
6443
6444 2004-12-15 Juri Linkov <juri@jurta.org>
6445
6446 * isearch.el (isearch-update): Test isearch-lazy-highlight
6447 before calling isearch-lazy-highlight-new-loop.
6448 (isearch-lazy-highlight-new-loop):
6449 Don't test isearch-lazy-highlight.
6450
6451 * replace.el (perform-replace): Add isearch-case-fold-search.
6452 Use delimited-flag for isearch-regexp.
6453 Reset isearch-lazy-highlight-last-string to force lazy
6454 highlighting when called from isearch mode.
6455 (query-replace-highlight): Revert defcustom type to boolean.
6456 (query-replace-lazy-highlight): New defcustom.
6457 (query-replace): New face.
6458 (perform-replace, replace-highlight, replace-dehighlight):
6459 Test query-replace-lazy-highlight instead of special value
6460 `isearch' of query-replace-highlight.
6461 (replace-dehighlight): Don't call isearch-dehighlight.
6462 (replace-highlight): Don't call isearch-highlight.
6463 Use face `query-replace' unconditionally.
6464
6465 2004-12-14 Kim F. Storm <storm@cua.dk>
6466
6467 * simple.el (inhibit-mark-movement): Remove defvar.
6468 (beginning-of-buffer, end-of-buffer): Don't use it.
6469
6470 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6471 Don't use inhibit-mark-movement.
6472
6473 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6474 (cua--undo-push-mark): Remove.
6475 (cua--pre-command-handler, cua--post-command-handler):
6476 Don't fiddle with inhibit-mark-movement.
6477
6478 2004-12-14 Juri Linkov <juri@jurta.org>
6479
6480 * buff-menu.el (list-buffers-noselect): Collect internal info
6481 for every buffer in BUFFER-LIST arg too.
6482 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6483 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6484 Bind same-window-buffer-names and same-window-regexps to nil.
6485
6486 2004-12-13 Juri Linkov <juri@jurta.org>
6487
6488 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6489
6490 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6491 (sc-cite-region, sc-uncite-region, sc-recite-region):
6492 Fix previous change to handle not alist as a symbol, but
6493 a citation frame as a symbol that represents a variable name.
6494
6495 2004-12-13 Richard M. Stallman <rms@gnu.org>
6496
6497 * filecache.el (file-cache-add-directory-using-find):
6498 Only set up file-cache-find-command-posix-flag if we will use it.
6499
6500 * bindings.el (mode-line-buffer-identification-keymap):
6501 Don't cancel the mode-line's usual down-mouse-1 binding.
6502
6503 * cus-edit.el (custom-face-selected): Handle `default' specs.
6504 (custom-face-edit): Increase extra-offset.
6505 (custom-display): Handle `default' specs.
6506
6507 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6508
6509 * emacs-lisp/elint.el (elint-standard-variables)
6510 (elint-unknown-builtin-args): Move definitions up.
6511
6512 * net/browse-url.el (browse-url-url-at-point): Add autoload.
6513
6514 * info.el (info-xref-visited): Use `default' instead of t.
6515 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6516
6517 * faces.el (header-line, mode-line-inactive, tool-bar):
6518 Use `default' instead of t for setting the defaults.
6519 (face-spec-choose): Separate `t' from `default'.
6520
6521 * subr.el (while-no-input): New macro.
6522
6523 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
6524
6525 * filecache.el (file-cache-add-directory-using-find):
6526 Only test file-cache-find-command-posix-flag on some systems.
6527
6528 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6531 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6532 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6533 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6534 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6535
6536 2004-12-12 Juri Linkov <juri@jurta.org>
6537
6538 * files.el (find-file-other-window, find-file-other-frame):
6539 Add the first buffer to the returned value to return the complete
6540 list of all visited buffers.
6541 (find-file-read-only, find-file-read-only-other-window)
6542 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6543 `find-file-read-args'. Signal an error about non-existent file
6544 only if file name doesn't contain wildcards. Toggle read-only in
6545 all visited buffers.
6546 (find-alternate-file, find-alternate-file-other-window):
6547 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
6548 called interactively. Pass arg `wildcards' to other functions.
6549 (find-file-noselect): Doc fix.
6550
6551 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6552 Doc fix.
6553 (ffap-directory-finder): New variable.
6554 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6555 (ffap-file-at-point): Add /* to immediately rejected names.
6556 Return absolute file names matching ffap-dired-wildcards.
6557 (ffap-read-file-or-url): Set default value for `completing-read'
6558 to `buffer-file-name'.
6559 (find-file-at-point): When filename matches ffap-dired-wildcards,
6560 call ffap-file-finder with t arg `wildcards', instead of dired.
6561 (ffap-other-window, ffap-other-frame): Return visited buffers.
6562 (ffap-read-only, ffap-read-only-other-window)
6563 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6564 (dired-at-point): Call ffap-directory-finder instead of dired.
6565 (ffap-dired-other-window, ffap-dired-other-frame)
6566 (ffap-list-directory): New commands.
6567 (ffap-bindings): New keybindings for new commands.
6568
6569 2004-12-12 Juri Linkov <juri@jurta.org>
6570
6571 * simple.el (beginning-of-buffer, end-of-buffer):
6572 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6573 Do not push mark when mark is active in transient-mark-mode.
6574
6575 * simple.el (mark-word):
6576 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6577 * textmodes/paragraphs.el (mark-paragraph):
6578 Extend the region when mark is active in transient-mark-mode,
6579 regardless of the last command. Doc fix.
6580
6581 * simple.el (mark-word): Preserve direction when repeating.
6582 Make arg optional. Interactive "p" -> "P".
6583 (transient-mark-mode, inhibit-mark-movement): Doc fix.
6584
6585 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6586 preserving direction, to mark forward instead of backward when mark
6587 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6588
6589 2004-12-12 Juri Linkov <juri@jurta.org>
6590
6591 * isearch.el (isearch-edit-string): Set 7th arg of
6592 `read-from-minibuffer' to `t' to inherit the current input
6593 method (whose name is indicated by [IM] in the minibuffer prompt)
6594 from the current buffer to the minibuffer.
6595 (isearch-lazy-highlight-update): Put body to `with-local-quit'
6596 to allow C-g quitting for lazy highlighting looping inside the
6597 search with nested repetition operators. Add overlay to the list
6598 before setting its face and other properties to avoid the case of
6599 code quitting after placing the new overlay but before it's
6600 recorded on the list. Select the window where isearch was
6601 activated, to highlight matches in the right window when isearch
6602 switches the current window to the minibuffer.
6603
6604 * international/isearch-x.el
6605 (isearch-process-search-multibyte-characters):
6606 Use `isearch-message' as initial input for `read-string' instead
6607 of adding it to the minibuffer prompt. After reading a string
6608 remove the initial value of `isearch-message' from the string.
6609
6610 * replace.el (replace-match-maybe-edit): Doc fix.
6611 (perform-replace): Don't call `replace-highlight' when automatic
6612 replacement is requested in literal mode, since it is intended
6613 only to highlight words during entering a new replacement string
6614 for \? in non-literal mode.
6615
6616 * replace.el (query-replace-highlight): Add new value `isearch'
6617 that allows query replacement to use isearch highlighting.
6618 Change type from `boolean' to `choice'. Doc fix.
6619 (replace-highlight, replace-dehighlight, perform-replace):
6620 Use isearch highlighting if query-replace-highlight eq `isearch'.
6621
6622 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6625 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6626
6627 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6628 case of \end{verbatim}.
6629
6630 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 * term.el (term-termcap-format): Synchronyze with terminfo.
6633 (term-emulate-terminal): Handle reset.
6634 (term-reset-terminal): New function.
6635
6636 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
6637
6638 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6639 (zone-fill-out-screen): New func.
6640 (zone-pgm-drip): Use `zone-fill-out-screen'.
6641 Also, no longer go to point-min on every cycle.
6642 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6643 (zone-pgm-random-life-wait): New user var.
6644 (zone-pgm-random-life): New func.
6645
6646 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
6647
6648 * files.el (auto-mode-alist): Map .com to DCL mode.
6649
6650 2004-12-09 Richard M. Stallman <rms@gnu.org>
6651
6652 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6653
6654 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
6655
6656 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6657 buffer with a display margin.
6658
6659 2004-12-08 Jay Belanger <belanger@truman.edu>
6660
6661 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6662 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6663
6664 2004-12-08 Richard M. Stallman <rms@gnu.org>
6665
6666 * faces.el: Delete code to set display table.
6667 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
6668
6669 2004-12-08 Jay Belanger <belanger@truman.edu>
6670
6671 * calc/calc.el: Add math-read-preprocess-string to autoloads.
6672
6673 * calc/calc-ext.el (math-read-replacement-list)
6674 (math-read-superscripts, math-read-preprocess-string): Move to
6675 calc-aent.el.
6676
6677 * calc/calc-aent.el (math-read-replacement-list)
6678 (math-read-superscripts, math-read-preprocess-string): Move from
6679 calc-ext.el.
6680
6681 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * isearch.el (isearch-quote-char): Fix up typo in last change.
6684
6685 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * mouse.el (mouse-set-font): Handle the case where the command was
6688 not invoked using the mouse.
6689
6690 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6691 (edmacro-finish-edit): Further update for keyboard macros that are
6692 lambda forms.
6693 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6694
6695 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * font-lock.el (font-lock-unfontify-region): Save buffer state.
6698 (font-lock-default-unfontify-region): Don't save buffer state any more.
6699
6700 2004-12-07 Jay Belanger <belanger@truman.edu>
6701
6702 * calc/calc-help.el (calc-describe-key):
6703 Set calc-summary-indentation even when Calc Summary buffer exists.
6704
6705 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
6706
6707 * calendar/holidays.el (holiday-easter-etc): Make arguments
6708 optional for backwards compatibility. Doc fix.
6709 Remove un-necessary local vars mandatory, output-list.
6710 (holiday-advent): Make arguments optional for backwards
6711 compatibility. Doc fix.
6712
6713 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * paren.el (show-paren-function): Fix last change (2004-12-02).
6716
6717 * international/mule-util.el (char-displayable-p): Return nil for
6718 unibyte mode.
6719
6720 * subr.el (subregexp-context-p): New function.
6721
6722 * isearch.el (isearch-quote-char): Use it.
6723
6724 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6725 (regexp-opt-not-groupie*-re): Remove.
6726 (regexp-opt): Properly handle inputs with duplicate entries.
6727
6728 2004-12-06 Richard M. Stallman <rms@gnu.org>
6729
6730 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6731
6732 * cus-edit.el (custom-file): Doc fix.
6733
6734 * textmodes/org.el: New file.
6735
6736 2004-12-06 Kenichi Handa <handa@m17n.org>
6737
6738 * ldefs-boot.el: Update international/mule-util.el section.
6739
6740 2004-12-05 Sam Steingold <sds@gnu.org>
6741
6742 * net/tramp.el (tramp-handle-file-accessible-directory-p):
6743 Fix `tramp-time-diff' comparison logic.
6744
6745 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
6746
6747 * progmodes/which-func.el (which-function):
6748 Use `run-hook-with-args-until-success' instead of a custom loop.
6749 Fixes bug with local hooks.
6750
6751 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6752
6753 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6754 Use delete-dups when calculating the initial value.
6755 (bibtex-autokey-get-title): Use <=.
6756 (bibtex-goto-line): New function.
6757 (bibtex-reposition-window): Use line numbers instead of point
6758 positions. Use window-body-height.
6759 (bibtex-find-crossref): Use bibtex-reposition-window.
6760 (bibtex-find-entry): Use bibtex-reposition-window. Always return
6761 position of entry if key is found or nil if not found.
6762
6763 2004-12-05 Richard M. Stallman <rms@gnu.org>
6764
6765 * cus-edit.el (custom-file): Doc fix.
6766
6767 * progmodes/sh-script.el (sh-indent-for-then): Change default.
6768
6769 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * simple.el (blink-matching-open):
6772 * textmodes/tex-mode.el (tex-validate-region):
6773 Obey syntax-table text properties.
6774
6775 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
6776
6777 * wid-edit.el (widget-specify-field): Add `real-field' property to
6778 boundary.
6779 (widget-field-at): Use it.
6780
6781 2004-12-02 Richard M. Stallman <rms@gnu.org>
6782
6783 * progmodes/cc-mode.el (awk-mode autoload):
6784 Supply t meaning interactive function.
6785
6786 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
6787 (isearch-mode-map): No special definition for space.
6788 (isearch-whitespace-chars): Command deleted.
6789 (isearch-forward-regexp): Doc fix.
6790 (isearch-quote-char): When a space is not inside brackets,
6791 use `[ ]' instead of just space.
6792 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6793
6794 * imenu.el (imenu--generic-function): Delete code to exclude
6795 matches in comments.
6796
6797 * man.el (Man-reverse-face): Change default to `highlight'.
6798
6799 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6800 (occur-engine): Use `face' prop rather than `font-lock-face'
6801 when specifying use of `match-face'.
6802 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6803
6804 * emacs-lisp/elint.el (elint-standard-variables): Update list.
6805
6806 * add-log.el (add-log-current-defun): Handle the case where point
6807 is in the header part of a DEFUN construct.
6808
6809 2004-12-02 Dave Love <fx@gnu.org>
6810
6811 * progmodes/python.el (python-font-lock-syntactic-keywords):
6812 Fix previous change.
6813
6814 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
6815
6816 * paren.el (show-paren-function): Check for matching chars
6817 specified by text props.
6818
6819 2004-12-02 Jay Belanger <belanger@truman.edu>
6820
6821 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6822 when reading a new key sequence.
6823
6824 2004-12-02 Kim F. Storm <storm@cua.dk>
6825
6826 * faces.el (escape-glyph): Rename from glyph.
6827 (standard-display-table): Set it here. Add escape-glyph face to
6828 extra slot characters.
6829
6830 * disp-table.el: Undo 2004-12-01 change. Display table is now
6831 setup in faces.el.
6832
6833 2004-12-02 Mark A. Hershberger <mah@everybody.org>
6834
6835 * xml.el (xml-parse-dtd): Don't show validity messages when
6836 xml-validating-parser is nil.
6837 (xml-substitute-special): Fix validity error messages to
6838 actually show the unexpandable entity. Added validity error if &
6839 isn't followed by an entity.
6840 (xml-parse-tag): Concatenate any string following the a
6841 <![CDATA[]]> section to the parsed CDATA.
6842 (xml-parse-dtd): Skip parameter entity declarations and use of
6843 parameter entities.
6844
6845 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6846
6847 * kmacro.el (kmacro-default-counter-format): New var.
6848 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
6849 (kmacro-display): Remove `nil' from `and' form. Delete call to
6850 `format' inside `message'.
6851 (kmacro-start-macro): Use `kmacro-default-counter-format'.
6852
6853 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * pcvs.el (cvs-header-msg): New function.
6856 (cvs-update-header): Use it. Change calling convention.
6857 Correctly handle the case of having simultaneous active processes.
6858 (cvs-sentinel): Don't call cvs-update-header any more.
6859 (cvs-mode-run): Update call and add cvs-update-header to postproc.
6860
6861 2004-12-01 Jay Belanger <belanger@truman.edu>
6862
6863 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
6864 Change message.
6865
6866 2004-12-01 Juri Linkov <juri@jurta.org>
6867
6868 * progmodes/prolog.el (prolog-mode-variables):
6869 Fix imenu-generic-expression.
6870
6871 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
6872
6873 * faces.el (glyph): New face.
6874
6875 * disp-table.el: Add an autoloaded table, that doesn't require
6876 this library, with glyph face.
6877
6878 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
6879 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
6880 (conf-quote-normal): Allow normalizing only ' or ".
6881 (conf-mode): Regexp-quote constructed comment-start and don't
6882 match section {} where "name" contains braces.
6883
6884 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
6885 files.
6886
6887 2004-12-01 Kenichi Handa <handa@m17n.org>
6888
6889 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
6890 (x-select-text): Don't treat eight-bit-control/graphic chars
6891 specially. Store the encoded text in the X cut buffer.
6892 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
6893 with x-last-selected-text-cut-encoded.
6894
6895 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
6898
6899 2004-11-30 Markus Rost <rost@ias.edu>
6900
6901 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
6902 AUCTeX.
6903
6904 2004-11-30 Jay Belanger <belanger@truman.edu>
6905
6906 * calc/calc-arith.el (math-possible-signs): Made stronger checks
6907 on signs of intervals.
6908 (math-pow-of-zero): Strengthen checks for positive and negative
6909 exponents.
6910
6911 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
6912 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
6913 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
6914 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
6915 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
6916 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
6917 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
6918 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
6919 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
6920 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
6921 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
6922 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
6923 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
6924 with provide statements.
6925
6926 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
6927
6928 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
6929
6930 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
6931 (calc-load-everything, math-defsimplify): Replace dummy autoloading
6932 functions by require statements.
6933 (math-defsimplify): Move to calc-alg.el, add to autoloads.
6934
6935 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6936 (calc-gnuplot-print): Give them values.
6937
6938 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
6939 autoloads.
6940 Add calc-do-embedded-activate to autoloads.
6941 (calc-gnuplot-name, calc-gnuplot-plot-command)
6942 (calc-gnuplot-print-command): Move them to calc-graph.el.
6943
6944 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6945
6946 * term/mac-win.el (ccl-encode-mac-roman-font)
6947 (ccl-encode-mac-cyrillic-font)
6948 (ccl-encode-mac-centraleuropean-font, encoder-list)
6949 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
6950 Support Cyrillic, CentralEuropean, and Dingbat font display
6951
6952 2004-11-30 Andre Spiegel <spiegel@gnu.org>
6953
6954 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
6955
6956 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
6957 still nil.
6958
6959 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
6960
6961 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
6962 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6963
6964 2004-11-29 Jay Belanger <belanger@truman.edu>
6965
6966 * calc/calc-arith.el (math-pow-of-zero): Take into account different
6967 cases of the base and exponent.
6968
6969 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
6970
6971 * simple.el (next-error-buffer-p): Allow for inclusive and
6972 exclusive tests for finding a buffer.
6973 (next-error-find-buffer): Pass the exclusive and inclusive tests
6974 to next-error-buffer-p.
6975
6976 * replace.el (occur-next-error): Switch to the Occur buffer when
6977 appropriate, use the exclusive filter to next-error-find-buffer to
6978 do it. Use the absolute value of the motion amount.
6979
6980 2004-11-29 Kenichi Handa <handa@m17n.org>
6981
6982 * startup.el (command-line): Decode all default-directory by
6983 locale-coding-system.
6984
6985 2004-11-29 Jay Belanger <belanger@truman.edu>
6986
6987 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
6988 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
6989 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
6990 Replace calls to calc-extensions by appropriate require, replace
6991 calc-extensions-loaded by appropriate featurep.
6992
6993 * calc/calc-ext.el: Move require to end of file.
6994 Remove redundant loading of calc.el.
6995 (calc-extensions-loaded): Remove unnecessary variable.
6996 (calc-extensions): Remove unnecessary function.
6997 (calc-load-everything): Replace calc-need-macros by appropriate require.
6998
6999 * calc/calc-macs.el: Move provide to end of file.
7000 (calc-need-macros): Remove unnecessary function.
7001
7002 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7003 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7004 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7005 Replace calc-extensions by appropriate require.
7006 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7007
7008 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7009 Replace calc-need-macros by appropriate require.
7010
7011 * calc/calc.el: Move require to end of file.
7012 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7013 Remove unnecessary variable.
7014 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7015 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7016 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7017 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7018 (math-stack-value-offset, math-format-value, math-format-flat-expr)
7019 (math-format-number, math-format-bignum, math-read-number)
7020 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7021 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7022 by appropriate require.
7023 (calc-check-defines): Replace calc-need-macros by appropriate require.
7024
7025 2004-11-29 Kim F. Storm <storm@cua.dk>
7026
7027 * macros.el (insert-kbd-macro): Handle kmacro functions.
7028
7029 2004-11-28 Juri Linkov <juri@jurta.org>
7030
7031 * compare-w.el (compare-windows-highlight): Attach each overlay
7032 to its window to properly highlight differences while comparing
7033 two windows of the same buffer. Fix arguments.
7034 (compare-windows-sync-default-function): Fix arguments of
7035 `compare-windows-highlight'.
7036
7037 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7038 Use `read-expression-history'. Set initial contents only if
7039 `edebug-global-break-condition' is non-nil. Set histpos to 1
7040 if initial contents is equal to the last history element.
7041 (edebug-set-conditional-breakpoint): Instead of temporarily
7042 prepending the current condition to the history, set initial
7043 contents to the current condition. Set histpos to 1 if initial
7044 contents is equal to the last history element.
7045
7046 * info.el (Info-search-whitespace-regexp): Remove shy group.
7047 (Info-search): Forward line if search is on the header line.
7048 Use search-whitespace-regexp in two other places.
7049
7050 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
7051
7052 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7053 warning. Delay real definition, which uses
7054 `set-fringe-indicators-1' till after the definition of that function.
7055
7056 2004-11-28 Kim F. Storm <storm@cua.dk>
7057
7058 * fringe.el (fringe): New defgroup.
7059 (fringe-mode): Move to fringe group.
7060 (fringe-indicators): New defcustom.
7061 (set-fringe-indicators-1): New defun.
7062
7063 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7064 (menu-bar-showhide-fringe-ind-menu): New keymap.
7065 (menu-bar-showhide-fringe-ind-empty)
7066 (menu-bar-showhide-fringe-ind-mixed)
7067 (menu-bar-showhide-fringe-ind-box)
7068 (menu-bar-showhide-fringe-ind-right)
7069 (menu-bar-showhide-fringe-ind-left)
7070 (menu-bar-showhide-fringe-ind-none): New defuns.
7071 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7072
7073 2004-11-27 Richard M. Stallman <rms@gnu.org>
7074
7075 * comint.el (comint-read-noecho): Add trivial compatibility definition.
7076
7077 * generic.el (define-generic-mode): Doc fix.
7078
7079 * menu-bar.el (menu-bar-options-save): For the options
7080 that are toggled with menu-bar-make-mm-toggle, don't check
7081 for customized-value prop.
7082
7083 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7084
7085 * mail/supercite.el (sc-cite-region): Handle the case where
7086 sc-cite-frame-alist is a symbol.
7087 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7088 a symbol.
7089 (sc-recite-region): Handle the case where sc-recite-frame-alist is
7090 a symbol.
7091
7092 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7093
7094 * wid-edit.el (widget-narrow-to-field): New function.
7095 (widget-complete): Use it.
7096
7097 2004-11-27 Jay Belanger <belanger@truman.edu>
7098
7099 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7100 variable.
7101 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7102 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7103 (math-alg-inequalities): Move declaration to earlier in the file.
7104
7105 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7106 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7107 Declare them.
7108
7109 * calc/calc-lang.el (math-expr-data, math-expr-token)
7110 (math-exp-old-pos): Declare them.
7111
7112 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7113 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7114
7115 2004-11-27 Kim F. Storm <storm@cua.dk>
7116
7117 * progmodes/flymake.el: Use (featurep 'xemacs).
7118 (flymake-makehash): Change to defsubst. Use fboundp.
7119 (flymake-time-to-float): Remove.
7120 (flymake-float-time): Merge code from flymake-time-to-float here.
7121 (flymake-replace-regexp-in-string): Change to defsubst.
7122 (flymake-split-string-remove-empty-edges):
7123 Rename to flymake-split-string.
7124 (flymake-split-string): Remove previous defalias.
7125 (flymake-get-temp-dir): Change to defsubst.
7126 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7127 Define for xemacs only.
7128 (flymake-master-file-count-limit): Change into compiler defvar only.
7129 (flymake-find-possible-master-files): Let-bind it dynamically while
7130 sorting files using flymake-master-file-compare.
7131
7132 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7135 of defun-prompt-regexp matches inside a comment/string but the
7136 beginning is correctly outside everything.
7137
7138 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7139 appears within a string or a comment.
7140
7141 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7142 rather than make-symbol for symbols which are used in
7143 a symbol-macrolet or equivalent.
7144
7145 2004-11-26 Jay Belanger <belanger@truman.edu>
7146
7147 * calc-misc.el (calc-last-why-command): Declare it.
7148
7149 * calc-vec.el (math-grade-vec): New variable.
7150 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7151 Replace variable grade-vec by declared variable.
7152 (math-rb-close): New variable.
7153 (math-read-brackets, math-read-vector): Replace variable close by
7154 declared variable.
7155
7156 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7157 (calc-one-window, calc-edit-handler, calc-restore-trail)
7158 (calc-allow-ret): Declare them.
7159
7160 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7161 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7162 (math-radix-float-cache-tag, math-random-cache)
7163 (math-max-digits-cache, math-integral-cache, math-units-table)
7164 (math-format-date-cache, math-holidays-cache-tag): Declare them.
7165 (math-moc-func): New variable.
7166 (math-map-over-constants, math-map-over-constants-rec):
7167 Replace variable func by declared variable.
7168
7169 * calc/calc-store.el (calc-given-value, calc-store-opers):
7170 Declare them.
7171 (calc-var-name-map): Move declaration to earlier in the file.
7172 (calc-pv-pos): New variable.
7173 (calc-permanent-variable, calc-insert-permanent-variable):
7174 Replace variable pos by declared variable.
7175
7176 * calc/calc-mtx.el (calc-det-lu): New variable.
7177 (math-det-raw, math-det-step): Replace variable lu by declared variable.
7178
7179 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7180 (math-multi-subst, math-multi-subst-rec): Replace variables temp
7181 and arg by declared variables.
7182 (calcFunc-reducer): Fix incorrect variable.
7183 (math-inner-mul-func, math-inner-add-func): New variables.
7184 (calcFunc-inner, math-inner-mats): Replace variables mul-func
7185 and add-func by declared variables.
7186
7187 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7188 (calc-digit-value): Declare them.
7189
7190 * calc/calc-help.el (Info-history): Declare it.
7191 (calc-describe-key): Make calc-summary-indentation a local variable.
7192 (calc-help-long-names): Move declaration to earlier in file.
7193
7194 * calc/calc-embed.el (calc-original-buffer): Declare it.
7195 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7196 (calc-embed-bot): New variables.
7197 (calc-do-embedded, calc-embedded-mark-formula)
7198 (calc-embedded-find-bounds, calc-embedded-duplicate)
7199 (calc-embedded-new-formula, calc-embedded-make-info):
7200 Replace vars outer-top, outer-bot, bot and top by declared variables.
7201 (calc-embed-prev-modes): New variable.
7202 (calc-embedded-set-modes, calc-embedded-update): Replace variable
7203 prev-modes with declared variable.
7204 (calc-embed-vars-used): New variable.
7205 (calc-embedded-make-info, calc-embedded-evaluate-expr)
7206 (calc-embedded-update, calc-embedded-find-vars): Replace variable
7207 vars-used by declared variable.
7208
7209 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7210 (math-format-radix-float): Remove unnecessary setq.
7211 (math-radix-float-cache): Declare it.
7212
7213 * calc/calcsel2.el (calc-keep-selection): Declare it.
7214
7215 * calc/calc-maint.el: Remove file.
7216
7217 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7218
7219 * textmodes/bibtex.el (bibtex-sort-entry-class)
7220 (bibtex-comment-start): Use defcustom.
7221 (bibtex-entry-field-alist): Use nil if initial content of the
7222 field is undefined. Fix docstring.
7223 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7224 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7225 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7226 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7227 Fix docstring.
7228 (bibtex-autokey-title-terminators): Use only one regexp.
7229 (bibtex-string-maybe-empty-head): New variable.
7230 (bibtex-remove-delimiters-string): New function.
7231 (bibtex-text-in-field-bounds, bibtex-text-in-string):
7232 Use bibtex-remove-delimiters-string.
7233 (bibtex-progress-message, bibtex-field-left-delimiter)
7234 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7235 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7236 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7237 Simplify.
7238 (bibtex-format-entry): Use save-excursion for inherited booktitle.
7239 Use eq and bibtex-remove-delimiters-string. For end markers use
7240 insertion type so that marker stays after inserted text.
7241 (bibtex-autokey-get-names): Return empty string if name is missing.
7242 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
7243 calling bibtex-autokey-name-case-convert.
7244 (bibtex-autokey-demangle-title):
7245 Call bibtex-autokey-titleword-case-convert. Remove call to
7246 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
7247 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
7248 (bibtex-read-key): New optional arg global.
7249 (bibtex-files-expand): New optional arg force.
7250 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
7251 (bibtex-complete-crossref-cleanup): Rename from
7252 bibtex-complete-key-cleanup. Simplify code.
7253 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
7254 Operate on current entry.
7255 (bibtex-button): Add docstring.
7256 (bibtex-entry): Simplify.
7257 (bibtex-make-field): Replace optional arg called-by-yank with more
7258 specific args move and interactive.
7259 (bibtex-end-of-entry): Use forward-sexp.
7260 (bibtex-find-entry-globally): Remove.
7261 (bibtex-find-crossref): Allow for crossref key located in other buffer.
7262 Bound to C-c C-x.
7263 (bibtex-find-entry): New optional args global and display.
7264 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
7265 (bibtex-validate): Use arg force of bibtex-files-expand.
7266 (bibtex-clean-entry): Bugfix, clean string entries properly.
7267 Always keep point at beginning of entry.
7268 (bibtex-complete): Bugfix. Handle string entries properly.
7269 Call cleanup functions only if needed.
7270 (bibtex-String): Use bibtex-read-string-key.
7271 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
7272 case of replacement text.
7273
7274 2004-11-26 Lars Hansen <larsh@math.ku.dk>
7275
7276 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
7277 (tramp-perl-directory-files-and-attributes): New constant.
7278 (tramp-file-name-handler-alist): Delete file-directory-files, add
7279 directory-files-and-attributes.
7280 (tramp-perl-file-attributes): Surround uid and gid by double
7281 quotes. Change parameter id-format from nonnumeric.
7282 (tramp-convert-file-attributes): New function.
7283 (tramp-handle-file-attributes): Use it.
7284 (tramp-maybe-send-perl-script): New function.
7285 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
7286 file mode. Change parameter id-format from nonnumeric.
7287 (tramp-handle-file-attributes-with-ls): Change parameter id-format
7288 from nonnumeric.
7289 (tramp-post-connection): Don't send tramp-perl-file-attributes
7290 script. Reset connection property "perl-scripts".
7291 (tramp-handle-insert-directory): Run real handler when ls-lisp is
7292 in use.
7293
7294 2004-11-26 Lars Hansen <larsh@math.ku.dk>
7295
7296 * desktop.el (desktop-read): Replace mapcar with mapc.
7297 (desktop-create-buffer): Replace mapcar with mapc.
7298 Remove redundant piece of code.
7299
7300 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * progmodes/gud.el (gud-display-line): Use display-buffer
7303 for GDB-UI as for GUD.
7304
7305 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7306 Delete variables.
7307 (gdb-ann3): Don't make GUD buffer dedicated.
7308 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7309 (gdb-display-source-buffer): Delete function.
7310 (gdb-view-source-function, gdb-view-assembler): Delete functions.
7311 (menu): Delete menu bindings for viewing source/assembler.
7312 (gdb-setup-windows, gdb-restore-windows):
7313 Don't dedicate GUD. No assembler now.
7314 (gdb-reset): No need to undedicate source buffers now.
7315 (gdb-source-info): No assembler now.
7316
7317 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
7318
7319 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7320 width to those for special frames.
7321 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7322 Use display-buffer.
7323 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7324 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7325 (gdb-frame-assembler-buffer): Rework like
7326 gdb-frame-breakpoints-buffer.
7327
7328 2004-11-25 Richard M. Stallman <rms@gnu.org>
7329
7330 * progmodes/flymake.el: Reindent.
7331 (flymake-split-string): Turn into defalias.
7332 (flymake-fix-file-name): Rename from flymake-fix-path-name.
7333 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7334 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
7335 (flymake-build-relative-filename): Rename from ...path.
7336 Fix error message.
7337
7338 2004-11-25 Cheng Gao <chenggao@gmail.com>
7339
7340 * progmodes/flymake.el: Much whitespace and capitalization change.
7341 Move `provide' to end. Require `compile' only when compiling.
7342
7343 2004-11-24 Jay Belanger <belanger@truman.edu>
7344
7345 * calc/calc-alg.el: Added comment.
7346 (math-polynomial-base): Replace variable mpb-top-expr by
7347 math-poly-base-top-expr.
7348
7349 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7350 (math-polynomial-p1): Replace variable mpb-top-expr by declared
7351 variable.
7352 (math-poly-base-total-base): New variable.
7353 (math-total-polynomial-base, math-polynomial-p1): Replace variable
7354 mpb-total-base by declared variable.
7355 (math-factored-vars, math-to-list): Declare it.
7356 (math-fact-expr): New variable.
7357 (calcFunc-factors, calcFunc-factor, math-factor-expr)
7358 (math-factor-expr-try, math-factor-expr-part): Replace variable
7359 expr by declared variable.
7360 (math-fet-x): New variable.
7361 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7362 by declared variable.
7363 (math-factor-poly-coefs): Make temp a local variable.
7364
7365 * calc/calc-units.el (calc-convert-units): Make units a local
7366 variable.
7367 (calc-num-units, calc-den-units): New variables.
7368 (calc-explain-units, calc-explain-units-rec): Replace variables
7369 num-units and den-units by declared variables.
7370 (math-cu-unit-list): New variable.
7371 (math-build-units-table, math-compare-unit-names)
7372 (math-convert-units, math-convert-units-rec): Replace variable
7373 unit-list by declared variable.
7374 (math-fbu-base, math-fbu-entry): New variables.
7375 (math-find-base-units, math-find-base-units-rec): Replace variables
7376 base and entry by declared variables.
7377 (math-which-standard): New variable.
7378 (math-to-standard-units, math-to-standard-rec): Replace variable
7379 which-standard by declared variable.
7380 (math-fcu-u): New variable.
7381 (math-find-compatible-unit, math-find-compatible-unit-rec):
7382 Replace variable u by declared variable.
7383 (math-cu-new-units, math-cu-pure): New variables.
7384 (math-convert-units, math-convert-units-rec): Replace variables
7385 new-units and pure by declared variables.
7386 (math-try-cancel-units): New variable.
7387 (math-simplify-units-quotient): Replace variable try-cancel-units by
7388 declared variable.
7389
7390 2004-11-24 Richard M. Stallman <rms@gnu.org>
7391
7392 * textmodes/ispell.el (ispell-check-version):
7393 If default-directory is nonexistent, use home dir.
7394
7395 * progmodes/grep.el (grep-regexp-alist):
7396 Don't match parens around line numbers.
7397
7398 * progmodes/cperl-mode.el (cperl-indent-region)
7399 (cperl-imenu--create-perl-index, cperl-xsub-scan):
7400 Don't print progress messages.
7401
7402 * progmodes/compile.el (compilation-mode-map):
7403 Don't inherit from compilation-minor-mode-map;
7404 copy its bindings instead. But the menu bar Compile
7405 entry now does inherit from compilation-menu-map.
7406
7407 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7408 Use with-no-warnings around compiler-macroexpand.
7409
7410 * imenu.el: Don't always require newcomment.
7411 (imenu--generic-function): Call comment-normalize-vars
7412 if we have a comment syntax.
7413 Exit the loop if REGEXP matches the null string.
7414 Test comment-start as well as comment-start-skip
7415 when deciding whether to check for comments.
7416
7417 * tooltip.el (tooltip-mode): Doc fix.
7418
7419 * term.el (term-escape-char, term-mode): Doc fixes.
7420
7421 2004-11-24 Dave Love <fx@gnu.org>
7422
7423 * progmodes/python.el (python-font-lock-syntactic-keywords):
7424 Check for escapes in the regexp.
7425 (python-quote-syntax): Don't do it here.
7426
7427 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7430 (gdb-frames-mode-map, gdb-threads-mode-map)
7431 (gdb-registers-mode-map, gdb-locals-mode-map)
7432 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7433 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7434
7435 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7436 (dedicated-switch-to-buffer): Rework.
7437 (gdb-var-evaluate-expression-handler, gdb-put-string):
7438 Remove unused variable bindings.
7439 (gdb-setup-windows, gdb-display-buffer):
7440 Simplify. Use pop-to-buffer.
7441 (gdb-view-source-function): Simplify.
7442 (gdb-frame-breakpoints-buffer):
7443 Use pop-to-buffer, special-display-regexps.
7444
7445 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7446
7447 * progmodes/f90.el (f90-smart-end)
7448 (f90-previous-statement, f90-beginning-of-block): Doc fix.
7449 (f90-calculate-indent): Handle un-named PROGRAM blocks.
7450 (f90-end-of-block): Doc fix. Make check of outermost block
7451 conditional on value of `f90-smart-end'.
7452 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7453 Handle case where END-BLOCK is nil.
7454 (f90-match-end): Handle un-named PROGRAM blocks.
7455 (f90-backslash-not-special): New function.
7456
7457 2004-11-24 Jay Belanger <belanger@truman.edu>
7458
7459 * calc/calc.el (calc-embedded-active): Removed unnecessary
7460 declaration.
7461 (calc-show-banner): Removed redundant declaration.
7462
7463 * calc/calc-graph.el (calc-gnuplot-default-device)
7464 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7465 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7466 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7467 Remove redundant initial values.
7468
7469 * calc/calc-arith.el (math-scalar-functions)
7470 (math-nonscalar-functions, math-scalar-if-args-functions)
7471 (math-real-functions, math-positive-functions)
7472 (math-nonnegative-functions, math-real-scalar-functions)
7473 (math-real-if-arg-functions, math-integer-functions)
7474 (math-num-integer-functions, math-rounding-functions)
7475 (math-float-rounding-functions, math-integer-if-args-functions)
7476 (math-super-types): Move declarations to earlier in file.
7477 (math-unit-prefixes): Declared it.
7478 (math-floor-prec, math-trunc-prec): New variables.
7479 (math-trunc-fancy): Replace variable prec by declared variable.
7480 (math-floor-fancy): Replace variable prec by declared variable.
7481 (math-com-bterms): New variable.
7482 (math-commutative-equal, math-commutative-collect):
7483 Replace variable bterms by declared variable.
7484
7485 * calc/calc-misc.el (math-trunc): Replace variable prec by
7486 math-trunc-prec.
7487 (math-floor): Replace variable prec by math-floor-prec.
7488
7489 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7490 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7491 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7492 (math-format-date, math-format-date-part): Replace variables
7493 date, dt, year, month, day, weekday, hour, minute, second and
7494 bc-flag by declared variables.
7495 (math-pd-str): New variable.
7496 (math-parse-date, math-parse-date-word, math-parse-standard-date):
7497 Replace variable str by declared variable.
7498 (math-daylight-savings-hook, math-tzone-names): Move definitions
7499 to earlier in the file.
7500 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7501 (math-sh-year): New variable.
7502 (math-setup-add-holidays, math-setup-holidays)
7503 (math-setup-year-holidays): Replace variable `year' by declared
7504 variable.
7505
7506 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7507 New variables.
7508 (math-nth-root-float, math-nth-root-float-iter): Replace variables
7509 n, nf and nfm1 by declared variables.
7510 (math-nri-n): New variable.
7511 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7512 n by declared variable.
7513 (calcFunc-log): Removed misplaced condition.
7514
7515 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7518
7519 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7522 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7523 Dedicate gdb-related windows.
7524 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7525 other frames.
7526 (gdb-reset): Remove dedicated property after debugging.
7527
7528 2004-11-24 Jay Belanger <belanger@truman.edu>
7529
7530 * calc/calc-sel.el: Add comment.
7531
7532 * calc/calc.el (math-stack-value-offset): Replace variables c,
7533 wid and off with math-svo-c, math-svo-wid and math-svo-off.
7534
7535 * calc/calccomp.el (math-comp-sel-tag): Declare it.
7536 (math-svo-c, math-svo-wid, math-svo-off): New variables.
7537 (math-stack-value-offset-fancy): Replace variables c, wid and off
7538 by declared variables.
7539 (math-comp-just, math-comp-comma-spc): New variables.
7540 (math-compose-expr, math-compose-matrix): Replace variables `just'
7541 and comma-spc by declared variable.
7542 (math-comp-vector-prec): New variable.
7543 (math-compose-expr, math-compose-matrix, math-compose-rows):
7544 Replace variable vector-prec by declared variable.
7545 (math-comp-left-bracket, math-comp-right-bracket)
7546 (math-comp-comma): New variables.
7547 (math-compose-expr, math-compose-rows): Replace variables
7548 left-bracket, right-bracket and comma by declared variables.
7549 (math-comp-full-width): New variable.
7550 (math-comp-to-string-flat, math-comp-to-string-flat-term):
7551 Replace variable full-width by declared variable.
7552 (math-comp-highlight, math-comp-word, math-comp-level)
7553 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7554 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7555 New variables.
7556 (math-comp-to-string-flat, math-comp-to-string-flat-term)
7557 (math-comp-sel-flat-term): Replace variables comp-highlight,
7558 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7559 declared variables.
7560 (math-comp-simplify, math-comp-simplify-term)
7561 (math-comp-add-string, math-comp-add-string-sel):
7562 Replace variables comp-highlight, comp-buf, comp-base,
7563 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7564
7565 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7566
7567 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7568
7569 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7570 and x-server-version may throw.
7571
7572 2004-11-23 Kim F. Storm <storm@cua.dk>
7573
7574 * subr.el (substitute-key-definition-key): Optimize.
7575 Don't call indirect-function for nil defn (always signals error).
7576
7577 * ido.el (ido-read-internal): Fix require-match check when
7578 ido-directory-too-big is set.
7579
7580 2004-11-23 Jay Belanger <belanger@truman.edu>
7581
7582 * calc/calc-ext.el (math-read-replacement-list)
7583 (math-read-superscripts): New variables.
7584 (math-read-preprocess-string): New function.
7585 (math-read-expr): Filter input through math-read-preprocess-string.
7586
7587 * calc/calc-aent.el (math-read-exprs): Filter input through
7588 math-read-preprocess-string.
7589
7590 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
7591
7592 * progmodes/compile.el (compilation-start): In cd command use
7593 substitute-env-vars -- not quite shell compatible but better than
7594 nothing.
7595 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7596 handle the newer versions messages, which are more parseable.
7597
7598 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * reveal.el (reveal-mode-map): New var.
7601 (reveal-mode): Use it.
7602
7603 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7606 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7607
7608 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7611 header-line when needed.
7612 Use fixed-pitch only in the header-line.
7613 Build the underline automatically. Use emdash if available.
7614
7615 2004-11-22 Richard M. Stallman <rms@gnu.org>
7616
7617 * dired.el (dired-recursive-copies): Move from dired-aux.el.
7618 * dired-aux.el (dired-recursive-copies): Move to dired.el.
7619
7620 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
7621
7622 * progmodes/gdb-ui.el (gdb-resync): New function.
7623 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7624 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7625 Use it to fail more gracefully.
7626 (gdb-variables): Delete variable.
7627 Re-order variables to reduce byte-compiler warnings.
7628
7629 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * descr-text.el (describe-char):
7632 * paren.el (show-paren-function):
7633 * subr.el (syntax-after): Undo last change.
7634
7635 * progmodes/python.el (run-python): Don't hard code *Python*.
7636 Don't modify global process-environment.
7637 (python-send-region, python-load-file): Don't assume that
7638 python-buffer == (process-buffer (python-proc)).
7639 (python-switch-to-python): Simplify.
7640
7641 * dired.el (dired-align-file): Don't assume line starts with spaces.
7642
7643 2004-11-21 Jay Belanger <belanger@truman.edu>
7644
7645 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7646 Replace variable `lines' by math-read-big-lines.
7647 (math-read-big-expr): Replace variables the-baseline, the-h2
7648 and err-msg by math-read-big-baseline, math-read-big-h2 and
7649 math-read-err-msg.
7650 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7651
7652 * calc/calc-lang.el (math-read-big-rec): Fix typo.
7653 (math-read-big-balance): Replace unbound variable by value.
7654 (math-read-big-lines): New variable.
7655 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7656 (math-read-big-error, math-read-big-balance): Replace variable
7657 `lines' by declared variable.
7658 (math-read-big-baseline, math-read-big-h2): New variables.
7659 (math-read-big-rec): Replace variables the-baseline and the-h2
7660 by declared variables.
7661 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7662 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7663 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7664 declared variables.
7665 (math-read-big-err-msg): New variable.
7666 (math-read-big-error): Replace variable err-msg by declared variable.
7667
7668 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * ses.el: Add coding cookie.
7671 Fix up docstrings, follow new commenting conventions.
7672 (ses-header-line-menu): Fix missing variable rename for header-row.
7673 (ses-cell-size): Remove.
7674 (ses-make-cell): New function.
7675 (ses-cell, ses-insert-row, ses-insert-column): Use it.
7676 (ses-calculate-cell): Remove unused var `symbol'.
7677 (ses-narrowed-p): New function.
7678 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7679 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7680 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7681 (ses-setup): Use restore-buffer-modified-p.
7682 (ses-cleanup): Remove unused var `end'.
7683 (ses-header-string-left-offset): Remove.
7684 (ses-create-header-string): Adjust to new behavior of `align-to'.
7685 Truncate excessively large fields to preserve alignment.
7686 (ses-reconstruct-all): Remove unused var `refs'.
7687 (ses-read-cell-printer): Remove unused var `prompt'.
7688 (ses-delete-row): Remove unused var `pos'.
7689 (ses-delete-column): Remove unused var `new'.
7690
7691 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7692
7693 * ps-print.el: Insert :version tag into all defgroup and defcustom.
7694 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7695 Eliminate eval-and-compile usage.
7696 (ps-insert-file): Use insert-file-contents instead of insert-file.
7697 (ps-setup): Code fix.
7698
7699 * printing.el (pr-setup, lpr-setup): Code fix.
7700
7701 2004-11-21 Jay Belanger <belanger@truman.edu>
7702
7703 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7704 (calc-original-buffer): Declare them.
7705 (calc-user-formula-alist): New variable.
7706 (calc-user-define-formula, calc-fix-user-formula)
7707 (calc-user-define-composition, calc-finish-formula-edit):
7708 Replace variable `alist' by declared variable.
7709 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7710 (var-q7, var-q7, var-q8, var-q9): Declare them.
7711 (calc-kbd-push): Don't check to see if var-q0 through var-q9
7712 are bound.
7713 (calcFunc-typeof): Replace undeclared variable by expression.
7714 (math-exp-env): New variable.
7715 (math-define-body, math-define-exp): Replace exp-env by declared var.
7716 (math-define-exp): Replace misplaced variable by expression.
7717
7718 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7719 (calc-curve-model, calc-curve-coefnames): New variables.
7720 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7721 varnames, model and coefnames by declared variables.
7722 (math-root-widen): New variable.
7723 (math-search-root, math-find-root): Replace variable root-widen by
7724 declared variable.
7725 (var-DUMMY): Declare it.
7726 (math-root-vars, math-min-vars): Move the declarations to earlier in
7727 the file.
7728 (math-brent-min): Make d a local variable.
7729 (math-find-minimum): Replace non-existent variable.
7730 (math-ninteg-romberg): Remove unnecessary variable.
7731 (math-ninteg-temp): New variable.
7732 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7733 integ-temp by declared variable.
7734 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7735 New variables.
7736 (math-general-fit): Replace variables first-var, first-coef and
7737 new-coefs by declared variables.
7738 (calcFunc-fitvar): Replace variable first-var by declared variable.
7739 (calcFunc-fitparam): Replace variable first-coef by declared variable.
7740 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7741 (math-all-vars-vars, math-all-vars-found): New variables.
7742 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7743 found by declared variable math-all-vars-vars.
7744
7745 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
7746
7747 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7748 of `defconst'.
7749
7750 2004-11-20 Richard M. Stallman <rms@gnu.org>
7751
7752 * isearch.el (isearch-mode-map): Don't bind SPC.
7753 (isearch-whitespace-chars): Function deleted.
7754 (isearch-search): Bind search-spaces-regexp.
7755 (isearch-lazy-highlight-search): Likewise.
7756 (search-whitespace-regexp): Doc fix.
7757 (isearch-forward-regexp): Doc fix.
7758
7759 * emacs-lisp/bytecomp.el (byte-compile-form):
7760 Move the calls to byte-compile-set-symbol-position,
7761 to avoid having two for the same symbol occurrence.
7762
7763 * comint.el (comint-input-ring-size): Increase to 150.
7764
7765 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7766 New variables.
7767 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7768 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7769
7770 * imenu.el (imenu--generic-function):
7771 Ensure we keep moving backward even if BEG isn't further back.
7772
7773 * replace.el (query-replace-read-to, query-replace-read-from):
7774 Specify t for KEEP-ALL in read-from-minibuffer.
7775
7776 * progmodes/python.el (python-switch-to-python):
7777 If Python isn't running, start it.
7778 Don't alter debug-ignored-errors.
7779
7780 * progmodes/cperl-mode.el (cperl-indent-region):
7781 Don't mind imenu-scanning-message.
7782
7783 * bindings.el (global-map): Bind C-e to move-end-of-line.
7784
7785 * simple.el (line-move-finish): New arg FORWARD.
7786 Ignore invisible newlines, not intangible ones.
7787 Conditions for acceptable stopping positions depend on FORWARD.
7788 (line-move): Pass FORWARD arg to line-move-finish.
7789
7790 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7791 of HEADER. Compensate for this change in the code to add display
7792 properties. Don't make the first line intangible.
7793
7794 * info.el (Info-search): Fix previous change.
7795
7796 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7797
7798 * Makefile.in (recompile): Revert 2004-11-19 change.
7799 (compile): Likewise.
7800
7801 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7804
7805 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7806
7807 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
7808 defgroup and defcustom. Eliminate eval-and-compile usage.
7809
7810 * progmodes/ebnf-otz.el: Fix typos.
7811
7812 2004-11-19 Jay Belanger <belanger@truman.edu>
7813
7814 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7815 (calc-edit-finish, calc-finish-stack-edit): Replace variable
7816 disp-trail by declared variable.
7817
7818 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7819 (calc-finish-selection-edit): Replace variable disp-trail by
7820 declared variable.
7821 (calc-selection-cache-entry): Move declaration to earlier in the file.
7822 (calc-selection-cache-num, calc-selection-cache-comp)
7823 (calc-selection-cache-offset, calc-selection-true-num)
7824 (calc-final-point-line, calc-final-point-column)
7825 (calc-original-buffer): Declare them.
7826 (calc-fnp-op, calc-fnp-num): New variables.
7827 (calc-find-nth-part, calc-find-nth-part-rec)
7828 (calc-select-previous): Replace op and num by declared variables.
7829 (calc-rsf-old, calc-rsf-new): New variables.
7830 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7831 Replace variables old and new by declared variables.
7832 (calc-sel-reselect): New variable.
7833 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7834 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7835 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
7836 reselect with declared variable.
7837
7838 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7839 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7840 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7841 (math-import-list, math-rewrite-phase): Declare them.
7842 (math-rewrite): Use let* to declare variables.
7843 (calc-rewrite-selection): Make rules a local variable.
7844 (calc-rewr-sel): New variable.
7845 (calc-rewrite-selection, calc-locate-selection-marker)
7846 (calc-rewrite): Use the declared variable calc-rewr-sel instead
7847 of sel.
7848 (math-rewrite-whole-expr): New variable.
7849 (math-rewrite, math-rewrite-phase): Replace variable expr by
7850 declared variable.
7851 (math-rewrite-heads-heads, math-rewrite-heads-skips)
7852 (math-rewrite-heads-blanks ): New variables.
7853 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
7854 heads, skips and blanks by declared variables.
7855 (math-rwcomp-subst-old, math-rwcomp-subst-new)
7856 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
7857 New variables.
7858 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
7859 old, new, old-func and new-func by declared variables.
7860 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
7861 Remove unnecessary variable.
7862 (math-apply-rw-regs): New variable.
7863 (math-apply-rewrites, math-rwapply-replace-regs)
7864 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
7865 (math-apply-rw-ruleset): New variable.
7866 (math-apply-rewrites, math-rwapply-remember): Replace variable
7867 ruleset by declared variable.
7868
7869 2004-11-19 Richard M. Stallman <rms@gnu.org>
7870
7871 * info.el (Info-search): Use search-whitespace-regexp.
7872
7873 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7874
7875 * vc-rcs.el (vc-rcs-parse): New function.
7876 (vc-rcs-annotate-command): Likewise.
7877 (vc-rcs-annotate-current-time): Likewise.
7878 (vc-rcs-annotate-time): Likewise.
7879 (vc-rcs-annotate-extract-revision-at-line): Likewise.
7880
7881 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7882
7883 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
7884
7885 2004-11-18 Jay Belanger <belanger@truman.edu>
7886
7887 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
7888
7889 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7890
7891 * printing.el: Eliminate use of interactive-p and eval-and-compile.
7892 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7893 Use make-temp-file to generate PostScript files in any situation.
7894 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7895 (pr-interactive-p): Eliminate var.
7896 (pr-save-interactive): Eliminate macro.
7897 (pr-interface, pr-ps-directory-preview)
7898 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7899 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7900 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7901 (pr-ps-buffer-ps-print, pr-ps-region-preview)
7902 (pr-ps-region-using-ghostscript, pr-ps-region-print)
7903 (pr-ps-region-ps-print, pr-ps-mode-preview)
7904 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7905 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7906 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
7907 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7908 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7909 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7910 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7911 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7912 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7913 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7914 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7915 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
7916 Eliminate pr-save-interactive usage.
7917 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
7918 Eliminate pr-interactive-p usage.
7919 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
7920 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
7921 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
7922 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
7923 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
7924 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7925 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
7926 New funs.
7927 (pr-ps-file): Use make-temp-file to generate a temporary file.
7928
7929 2004-11-17 Jay Belanger <belanger@truman.edu>
7930
7931 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
7932 a local variable.
7933 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
7934 (math-top-only): New variable.
7935 (math-simplify, math-simplify-step): Replace variable top-only by
7936 declared variable math-top-only.
7937 (math-simplify-expr): Declare it.
7938 Replace argument expr in all calls of math-defsimplify by
7939 math-simplify-expr.
7940 (math-simplify-plus, math-simplify-times, math-simplify-divide)
7941 (math-simplify-divisor, math-simplify-one-divisor)
7942 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
7943 (math-simplify-pow): Replace variable expr by declared variable
7944 math-simplify-expr.
7945 (math-simplify-divisor): Remove local variables temp and op.
7946 (math-simplify-one-divisor): Make temp and op local variables.
7947 (math-simplify-divisor-nover, math-simplify-divisor-dover):
7948 New variables.
7949 (math-simplify-divisor, math-simplify-one-divisor):
7950 Replace variables nover and dover by declared variables.
7951 (math-expr-subst-new, math-expr-subst-old): New variables.
7952 (math-expr-subst, math-expr-subst-rec): Replace variables new
7953 and old by declared variables.
7954 (math-is-poly-degree, math-is-poly-loose): New variables.
7955 (math-is-polynomial, math-is-poly-rec): Replace variables degree
7956 and loose by declared variables.
7957 (math-poly-base-const-ok, math-poly-base-pred): New variables.
7958 (math-polynomial-base, math-polynomial-base-rec):
7959 Replace variables const-ok and mpb-pred by declared variables.
7960
7961 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
7962
7963 * calc/calc-ext.el (math-defsimplify): Change the argument in
7964 the created function to math-simplify-expr.
7965
7966 * calc/calc-units.el (math-simplify-expr): Declare it.
7967 Replace argument expr in all calls of math-defsimplify by
7968 math-simplify-expr.
7969 (math-simplify-units-prod): Replace variable expr by declared
7970 variable math-simplify-expr.
7971
7972 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
7975 Replace mapcar->dolist, format->string.
7976
7977 2004-11-17 Miles Bader <miles@gnu.org>
7978
7979 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
7980 * progmodes/idlwave.el: Remove RCS keywords.
7981
7982 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
7983
7984 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
7985 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
7986 Update to IDLWAVE version 5.5. Too many changes to list them here.
7987 * progmodes/idlw-help.el: New file.
7988
7989 2004-11-16 Richard M. Stallman <rms@gnu.org>
7990
7991 * international/iso-cvt.el (iso-tex2iso-trans-tab):
7992 Discard spaces after \i according to TeX rules.
7993
7994 * international/mule.el (set-buffer-file-coding-system):
7995 New arg NOMODIFY.
7996 (after-insert-file-set-coding): Pass that new arg.
7997 Prevent set-buffer-multibyte from trying to lock the file.
7998
7999 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8000
8001 * saveplace.el (save-place): Doc fix.
8002
8003 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8004 temporarily widen before finding the following word to copy.
8005
8006 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8007 (cl-map-keymap): Definition deleted.
8008
8009 * subr.el (map-keymap-internal): New function.
8010
8011 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8014 when pressing rather than when releasing mouse-2. Simplify.
8015
8016 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8019 (compilation-mode): Set it here instead.
8020
8021 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8022
8023 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8024 (loop, cl-parse-loop-clause, defsetf): Use backquote.
8025
8026 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * progmodes/compile.el (compilation-internal-error-properties):
8029 Fix up a transposition-typo. Check end-col before using it.
8030
8031 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
8032
8033 * international/iso-cvt.el (iso-tex2iso-trans-tab):
8034 Discard whitespace after macro \i when converting it.
8035
8036 2004-11-16 Juri Linkov <juri@jurta.org>
8037
8038 * emacs-lisp/find-func.el (find-function-regexp):
8039 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
8040 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
8041 Remove invalid `\W' from [^cgv\W]. Doc fix.
8042 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8043
8044 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
8045
8046 * play/life.el: Maintainer is now FSF.
8047 (life-patterns, life-neighbor-deltas, life-window-start)
8048 (life-current-generation, life-generation-string): Use defvar
8049 instead of defconst.
8050
8051 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * progmodes/compile.el (compilation-move-to-column): New fun.
8054 (compilation-internal-error-properties)
8055 (compilation-next-error-function): Use it to make sure we don't go past
8056 the end of line.
8057
8058 2004-11-15 John Paul Wallington <jpw@gnu.org>
8059
8060 * autoinsert.el (auto-insert-alist): Insert the user's name in
8061 copyright notice, rather than Free Software Foundation, for the
8062 Emacs Lisp header case too.
8063
8064 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8065
8066 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8067 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8068 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
8069 return the list of string in a string.
8070 (pr-call-process): Message if calling process returns an error, that
8071 is, the exit status is different of zero.
8072
8073 2004-11-15 Jay Belanger <belanger@truman.edu>
8074
8075 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8076 variable var-thing.
8077 (math-integ-depth, math-integ-level, math-integral-limit)
8078 (math-enable-subst, math-any-substs, math-integ-msg)
8079 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8080 (math-int-threshold, math-int-factors, math-double-roots)
8081 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8082 (var-GenCount): Declare these variables.
8083 (calcFunc-integ): Don't check if var-IntegLimit is bound.
8084 (math-integral-cache, math-integral-cache-state):
8085 Move declarations to earlier in the file.
8086 (math-deriv-var, math-deriv-total, math-deriv-symb)
8087 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8088 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8089 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8090 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8091 (math-solve-res): New variables
8092 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8093 (math-integral, math-replace-integral-parts)
8094 (math-integrate-by-parts, calc-dump-integral-cache)
8095 (math-try-integral, math-do-integral, math-do-integral)
8096 (math-do-integral-methods, math-try-solve-for)
8097 (math-try-solve-prod, math-solve-poly-funny-powers)
8098 (math-solve-crunch-poly, math-decompose-poly)
8099 (math-solve-find-root-term, math-find-root-in-prod)
8100 (math-integ-try-linear-substitutions)
8101 (math-integ-try-substitutions, math-expr-rational-in)
8102 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8103 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8104 (math-solve-for, math-solve-system, math-solve-system-rec)
8105 (math-solve-get-sign, math-solve-get-int)
8106 (math-solve-system-subst): Replace undeclared variables with newly
8107 declared variables.
8108
8109 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * winner.el (winner-active-region, winner-edges, winner-window-list):
8112 Define at toplevel.
8113 (winner-mode-map): Move init inside declaration.
8114
8115 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
8116
8117 * files.el (convert-standard-filename): Doc fix.
8118
8119 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
8120
8121 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8122 passwd, group, shadow, default/* and pam.d/*.
8123
8124 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8125
8126 * printing.el (pr-menu-spec): Adjust menu specification.
8127
8128 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8129
8130 * printing.el: Doc fix. Insert :version tag into all defcustom.
8131 Handle interactive-p as is recommended in Emacs Lisp Reference.
8132 Set the file permission bits for newly created files.
8133 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8134 The printing menu specification (in `pr-menu-spec') was merged.
8135 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8136 (pr-version): New version number (6.8.3).
8137 (pr-file-modes): New option.
8138 (pr-interactive-p): New var.
8139 (pr-save-interactive, pr-save-file-modes): New macros.
8140 (pr-setup): Code fix.
8141 (pr-menu-spec): Menu specification merged.
8142 (pr-call-process, pr-text2ps): Set file permission bits.
8143 (pr-despool-print): Set file permission bits. Handle interactive-p as
8144 is recommended.
8145 (pr-interface, pr-ps-directory-preview)
8146 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8147 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8148 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8149 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8150 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8151 (pr-ps-region-ps-print, pr-ps-mode-preview)
8152 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8153 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8154 (pr-despool-using-ghostscript, pr-despool-ps-print)
8155 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8156 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8157 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8158 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8159 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8160 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8161 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8162 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8163 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8164 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8165 Handle interactive-p as is recommended.
8166
8167 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8170 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8171
8172 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8173 so it doesn't forget to highlight the beginning of the region either.
8174
8175 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
8176
8177 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8178 (c-font-lock-init): Eliminate obsolete make-local-hook.
8179 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8180 (awk-mode): Use run-mode-hooks.
8181
8182 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8183
8184 2004-11-13 Kim F. Storm <storm@cua.dk>
8185
8186 * mouse.el (mouse-drag-copy-region): Add :version.
8187 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8188 while dragging mode line, so mode line can be dragged downwards.
8189 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8190 while pressing mouse button so window doesn't scroll until we
8191 release the mouse if clicking on partially visible line.
8192
8193 2004-11-12 Jay Belanger <belanger@truman.edu>
8194
8195 * calc/calc-graph.el (calc-dumb-map): Declare it.
8196 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8197 than unbound.
8198 (calc-graph-name): Made `end' a local variable.
8199 (calc-graph-lookup): Made `varname' a local variable.
8200 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8201 Declare them.
8202 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8203 (calc-graph-plot, calc-graph-compute-3d): Remove references to
8204 the unused variable y3vec.
8205 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8206 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8207 calc-graph-prev-kill-hook.
8208 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8209 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8210 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8211 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8212 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8213 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8214 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8215 (calc-graph-y3value, calc-graph-y3name)
8216 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8217 (calc-graph-stepcount, calc-graph-is-splot)
8218 (calc-graph-surprise-splot, calc-graph-blank)
8219 (calc-graph-non-blank, calc-graph-curve-num): New variables.
8220 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8221 (calc-graph-recompute-2d, calc-graph-compute-3d)
8222 (calc-graph-format-data): Replace undeclared variables with the
8223 above newly declared variables.
8224
8225 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
8226
8227 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8228 `rsf-beep' and `rsf-sleep-after-message'.
8229
8230 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8231 list if `message-sender' is non-nil.
8232
8233 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8234
8235 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8236 consing by using mapc instead of mapcar.
8237
8238 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
8239
8240 * tooltip.el (require): Explain why CL is needed.
8241
8242 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8243
8244 * printing.el: Insert :version into defgroup (printing). All reference
8245 to Files option in menubar were changed to File.
8246 (pr-version): New version number (6.8.2).
8247 (pr-get-symbol): Call easy-menu-intern.
8248 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
8249 compilation gripes.
8250
8251 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
8254 new byte-compile-function-environment binding to t.
8255
8256 * font-lock.el (font-lock-fontify-syntactically-region):
8257 Don't forget to highlight the last char when we hit `end'.
8258
8259 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
8260 (mwheel-scroll): Adjust accordingly.
8261
8262 * cvs-status.el: Reduce spurious warnings.
8263 (cvs-status-checkout): Remove.
8264 (cvs-status-mode-map): Use cvs-mode-checkout instead.
8265
8266 * pcvs.el (cvs-mode-checkout): New command.
8267
8268 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
8269
8270 * tooltip.el: Require CL.
8271
8272 * emacs-lisp/bytecomp.el: Use push.
8273 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
8274 (defalias): Remove the `byte-compile' property and add
8275 a `byte-hunk-handler'.
8276
8277 2004-11-11 Juri Linkov <juri@jurta.org>
8278
8279 * info.el (Info-search): Save match data for isearch.
8280 Skip Tag Table node.
8281
8282 * descr-text.el (describe-char): Replace syntax-after with code
8283 from its previous version.
8284
8285 * files.el (magic-mode-alist): Use optimization for SGML mode too.
8286 (set-auto-mode): Doc fix. Remove unused variable `xml'.
8287
8288 * international/mule.el (sgml-html-meta-auto-coding-function):
8289 Remove > after <html to allow HTML attributes.
8290
8291 2004-11-11 Jay Belanger <belanger@truman.edu>
8292
8293 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8294 a variable.
8295 (calcFunc-dfac): Replace unbound max by n.
8296 (math-stirling-local-cache): New variable.
8297 (math-stirling-number, math-stirling-1, math-stirling-2):
8298 Replace the variable `cache' by the declared variable
8299 math-stirling-local-cache.
8300 (var-RandSeed): Declare it as a variable.
8301 (math-init-random-base, math-random-digit): Don't check to see if
8302 var-RandSeed is bound.
8303 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8304 Declare them instead of just setting them.
8305 (math-init-random-base): Made i a local variable.
8306 (math-random-digit): Made math-random-last a local variable.
8307 (math-prime-test-cache): Move declaration to before it is used.
8308 (math-prime-test-cache-k, math-prime-test-cache-q)
8309 (math-prime-test-cache-nm1, math-prime-factors-finished):
8310 Declare them as variables.
8311
8312 2004-11-11 Jay Belanger <belanger@truman.edu>
8313
8314 * calc/calc-ext.el (math-defcache): Use defvar for the new
8315 variables it creates.
8316
8317 2004-11-11 Lars Hansen <larsh@math.ku.dk>
8318
8319 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8320 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8321 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8322 (desktop-save): Add :version.
8323
8324 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * printing.el (pr-get-symbol): Don't downcase.
8327
8328 2004-11-10 Jay Belanger <belanger@truman.edu>
8329
8330 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8331 string to kill-ring.
8332
8333 * calc/calc-aent.el (calc-alg-exp, math-toks)
8334 (math-exp-pos,math-exp-old-pos, math-exp-token)
8335 (math-exp-keep-spaces, math-exp-str): New variables.
8336 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8337 (calcAlg-enter): Use declared variable calc-alg-exp.
8338 (math-build-parse-table, math-find-user-token): Use declared
8339 variable math-toks.
8340 (math-read-exprs, math-read-token, calc-check-user-syntax)
8341 (calc-match-user-syntax, match-factor-after, math-read-factor):
8342 Use declared variables math-exp-pos math-exp-old-pos.
8343 (math-read-exprs, math-read-token, math-read-expr-level)
8344 (calc-check-user-syntax, calc-match-user-syntax)
8345 (match-factor-after, math-read-factor): Use declared variable
8346 math-exp-token.
8347 (math-read-exprs, math-read-expr-list, math-read-token)
8348 (math-read-factor): Use declared variable math-exp-keep-spaces.
8349 (math-read-exprs, math-read-token): Use declared variable
8350 math-exp-str.
8351 (calc-match-user-syntax): Make m a local variable.
8352
8353 * calc/calc-ext.el (math-read-expr): Use declared variables
8354 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8355 math-exp-keep-spaces.
8356
8357 * calc/calc-forms.el (math-read-angle-bracket): Use declared
8358 variables math-exp-pos, math-exp-str.
8359
8360 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8361 math-exp-old-pos.
8362 (math-parse-fortran-vector, math-parse-fortran-vector-end)
8363 (math-parse-eqn-prime): Use declared variable math-exp-token.
8364
8365 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8366 Use declared variable math-exp-pos.
8367 (math-check-for-commas): Use declared variable math-exp-str.
8368 (math-read-brackets): Use declared variables math-exp-old-pos,
8369 math-exp-keep-spaces.
8370 (math-read-brackets, math-read-vector, math-read-matrix):
8371 Use declared variable math-exp-token.
8372
8373 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
8376 where the keymap is a symbol.
8377 (easy-menu-add-item): Use keymap-prompt. Simplify.
8378
8379 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
8380
8381 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
8382 (sgml-parse-tag-backward): Use it to skip spurious < or >.
8383
8384 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
8385
8386 * ebuff-menu.el: Doc fixes throughout.
8387 (electric-buffer-menu-mode-hook): New defvar.
8388
8389 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
8392 compilation. The resulting compiler warnings appear to be harmless.
8393
8394 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
8395
8396 * textmodes/conf-mode.el: New file.
8397
8398 * files.el (auto-mode-alist, magic-mode-alist): Use it.
8399
8400 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
8403
8404 2004-11-09 Jay Belanger <belanger@truman.edu>
8405
8406 * calc/calc-ext.el (calc-init-extensions): Remove old code.
8407
8408 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
8409 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
8410 (calc-z-prefix-help, calc-user-function-list): Use declared
8411 variables calc-z-prefix-buf, calc-z-prefix-msgs.
8412 (math-map-tree, math-map-tree-rec): Use declared variables
8413 math-mt-many, math-mt-func.
8414 (math-read-expression, math-read-string): Use declared variable
8415 math-expr-data.
8416
8417 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
8418 variable math-normalize-a.
8419
8420 * calc/calc.el (math-normalize-a): New variable.
8421 (math-normalize): Use declared variable math-normalize-a.
8422
8423 * calc/calc-poly.el (math-expand-form): Use declared variable
8424 math-mt-many.
8425
8426 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8427 Use declared variable math-mt-many.
8428 (math-rewrite): Use declared variable math-mt-func.
8429
8430 * calc/calc-vec.el (math-read-brackets, math-read-vector)
8431 (math-read-matrix): Use declared variable math-expr-data.
8432
8433 * calc/calc-lang.el (math-parse-fortran-vector)
8434 (math-parse-fortran-vector-end, math-parse-tex-sum)
8435 (math-parse-eqn-matrix, math-parse-eqn-prime)
8436 (math-read-math-subscr): Use declared variable math-expr-data.
8437
8438 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8439 (math-read-expr-level, math-read-token, calc-check-user-syntax)
8440 (calc-match-user-syntax, math-read-if, math-factor-after)
8441 (math-read-factor): Use declared variable math-expr-data.
8442
8443 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8444
8445 * calendar/diary-lib.el (diary-from-outlook)
8446 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8447 interactive-p; but rather new optional argument NOCONFIRM.
8448
8449 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8452 (easy-menu-name-match): Revert correspondingly.
8453
8454 2004-11-09 Richard M. Stallman <rms@gnu.org>
8455
8456 * emacs-lisp/bytecomp.el (byte-compile-defalias):
8457 Turn off warnings for the new function even if definition not constant.
8458 If the definition isn't a quoted symbol, record (FUNCTION . t).
8459 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8460 (byte-compile-callargs-warn): Handle (FUNCTION . t).
8461 (display-call-tree, byte-compile-arglist-warn):
8462 Handle t returned by byte-compile-fdefinition.
8463
8464 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8465
8466 * Makefile.in (maintainer-clean): Depend on distclean.
8467
8468 * help-fns.el (help-C-file-name): File name must be in build-files
8469 to be returned.
8470
8471 2004-11-09 Jay Belanger <belanger@truman.edu>
8472
8473 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8474 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
8475
8476 * calc/calc.el (calc, calc-trail-display, calc-mode):
8477 Remove obsolete sections.
8478
8479 * calc/calc.el (calc-x-paste-text): Remove.
8480
8481 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
8482 mouse-2.
8483
8484 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8487 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8488 current frame (in case of recursive calls).
8489 (gdb-show-changed-values): Add :version keyword.
8490
8491 2004-11-09 Kenichi Handa <handa@m17n.org>
8492
8493 * international/mule-cmds.el: Change coding: tag back to
8494 iso-2022-7bit.
8495
8496 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * international/mule-cmds.el: Change coding-system to utf-8.
8499 (select-safe-coding-system-interactively):
8500 New function extracted from select-safe-coding-system.
8501 (select-safe-coding-system): Use it.
8502
8503 2004-11-08 Richard M. Stallman <rms@gnu.org>
8504
8505 * subr.el (syntax-after): Doc fix.
8506
8507 * paren.el (show-paren-function): Change calls to syntax-after
8508 for new way of returning the value.
8509
8510 * menu-bar.el (menu-bar-file-menu): Make this the real name
8511 and menu-bar-files-menu the alias. Use the former.
8512 (global-map): Use `file', not `files', as the symbol.
8513
8514 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8515
8516 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8517 Don't use beginning-of-buffer.
8518 (filesets-cmd-show-result): Use with-no-warnings.
8519
8520 2004-11-08 Juri Linkov <juri@jurta.org>
8521
8522 * progmodes/compile.el (compile): Don't overwrite last command in
8523 minibuffer history with default command if they are not equal.
8524
8525 2004-11-08 Jay Belanger <belanger@truman.edu>
8526
8527 * calc/calcalg2.el (math-do-integral-methods): Try linear then
8528 non-linear substitutions.
8529
8530 2004-11-08 Jay Belanger <belanger@truman.edu>
8531
8532 * calc/calcalg2.el (math-linear-subst-tried): New variable.
8533 (math-do-integral): Set `math-linear-subst-tried' to nil.
8534 (math-do-integral-methods): Use `math-linear-subst-tried' to
8535 determine what type of substitution to try.
8536 (math-integ-try-linear-substituion):
8537 Set `math-linear-subst-tried' to t.
8538
8539 2004-11-08 Kim F. Storm <storm@cua.dk>
8540
8541 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8542
8543 2004-11-07 Juri Linkov <juri@jurta.org>
8544
8545 * info-look.el (info-lookup): Allow reusing in the current buffer
8546 not only *info* buffer, but all (even renamed) Info buffers
8547 by checking for major-mode instead of *info* buffer name.
8548 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8549 (octave-mode, maxima-mode) <doc-spec>:
8550 Allow long dashes generated by Texinfo 4.7 before definitions.
8551 (texinfo-mode) <doc-spec>: Add space to suffix to find command
8552 definitions with argument separated by space.
8553
8554 2004-11-06 Richard M. Stallman <rms@gnu.org>
8555
8556 * simple.el (next-error group, face): Move before first use.
8557 (next-error-highlight, next-error-highlight-no-select): Likewise.
8558
8559 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8560 (line-move): New args NOERROR and TO-END.
8561 Return t if if succeed in moving specified number of lines.
8562 (move-end-of-line): New function.
8563
8564 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8565 (end-of-buffer-other-window): Likewise.
8566
8567 * simple.el (line-move-ignore-invisible): Default to t.
8568
8569 * subr.el (syntax-after): Return the syntax letter, not the raw code.
8570
8571 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8572
8573 * international/iso-cvt.el (iso-cvt-define-menu):
8574 Rename menu-bar-files-menu to menu-bar-file-menu.
8575
8576 * net/browse-url.el (browse-url-gnome-moz-program)
8577 (browse-url-gnome-moz-arguments): Move up before first use.
8578
8579 * net/tramp.el (tramp group): Add :version.
8580
8581 * progmodes/ada-xref.el (ada-gdb-application):
8582 Use goto-char instead of beginning-of-buffer.
8583
8584 * progmodes/cperl-mode.el (cperl-info-on-command):
8585 Use goto-char instead of beginning-of-buffer.
8586
8587 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8588 Move up before first use.
8589 (idlwave-shell-temp-pro-file): Likewise.
8590 (idlwave-shell-temp-rinfo-save-file): Likewise.
8591 (idlwave-shell-temp-file): Minor doc fix.
8592
8593 * textmodes/flyspell.el (flyspell-external-point-words):
8594 Use goto-char instead of beginning-of-buffer.
8595
8596 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
8597
8598 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8599 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
8600 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8601
8602 2004-11-06 David Ponce <david@dponce.com>
8603
8604 * recentf.el (recentf-menu-path): Use menu item name.
8605
8606 2004-11-06 Eli Zaretskii <eliz@gnu.org>
8607
8608 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8609 display doesn't support images.
8610
8611 2004-11-06 Andreas Schwab <schwab@suse.de>
8612
8613 * tempo.el (tempo-match-finder): Doc fix.
8614
8615 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8616
8617 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8620 (easy-menu-lookup-name): New fun to replace it.
8621 (easy-menu-get-map): Use it to obey menu item names (rather than just
8622 keys) when looking up `path'.
8623 (easy-menu-always-true-p): Rename from easy-menu-always-true.
8624 (easy-menu-convert-item-1): Adjust to new name.
8625
8626 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
8627
8628 * outline.el (hide-body): Don't hide lines at the top of the file
8629 that precede the first header line.
8630
8631 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
8632
8633 * align.el (align-areas): Delete whitespace before reindenting, so
8634 that tabs are never placed after spaces.
8635
8636 2004-11-06 Alan Shutko <ats@acm.org>
8637
8638 * macros.el (insert-kbd-macro): Do completions based on macros,
8639 rather than all commands.
8640
8641 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
8642
8643 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8644 to solve a bug whereby tags with 'b' don't match.
8645
8646 2004-11-05 Juri Linkov <juri@jurta.org>
8647
8648 * info.el (Info-search): Don't search in node header lines
8649 and file headers.
8650
8651 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8652 symbol-constituent characters after dot, not only digits.
8653
8654 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
8655
8656 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8657
8658 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8659
8660 * dired.el (dired-read-dir-and-switches): Call read-directory-name
8661 if a dialog will be used, read-file-name otherwise.
8662
8663 2004-11-04 Richard M. Stallman <rms@gnu.org>
8664
8665 * textmodes/table.el (table group): Add :version.
8666
8667 * textmodes/ispell.el (ispell-word):
8668 Don't alter args; set them only thru `interactive' spec.
8669
8670 * textmodes/flyspell.el (flyspell-word):
8671 Don't alter FOLLOWING; set it only thru `interactive' spec.
8672
8673 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8674
8675 * net/browse-url.el (browse-url-maybe-new-window):
8676 Use called-interactively-p.
8677
8678 * mail/supercite.el (sc-cite-region):
8679 Don't use interactive-p. Add arg INTERACTIVE.
8680 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
8681
8682 * international/mule-cmds.el (set-input-method, toggle-input-method):
8683 Don't use interactive-p. Add arg INTERACTIVE.
8684
8685 * eshell/esh-mode.el (eshell-show-maximum-output):
8686 Don't use interactive-p.
8687 (eshell-truncate-buffer): Just message, no error, if buffer is short.
8688
8689 * mouse.el (mouse-show-mark): Get positions to delete from mark
8690 and point, not from mouse-drag-overlay.
8691
8692 * imenu.el (imenu-eager-completion-buffer): Add :version.
8693
8694 * filesets.el (filesets group): Add :version.
8695
8696 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
8697
8698 * files.el (xml-based-modes): Delete var.
8699 (magic-mode-alist): New more general var.
8700 (set-auto-mode): Use it.
8701
8702 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8703 when clicking from another window.
8704
8705 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
8706
8707 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8708 (vc-cvs-annotate-time): Incorporate value of deleted var.
8709 Remove special-case handling of beginning-of-buffer cruft.
8710 Cache ending position (point) and return value in text property
8711 `vc-cvs-annotate-time', and consult it on subsequent invocations.
8712
8713 * vc-cvs.el (vc-cvs-annotate-command):
8714 Delete extraneous lines from beginning of buffer.
8715 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8716
8717 * progmodes/grep.el (grep-default-command): Take empty string
8718 for tag if all other methods yield nil. Shell-quote the tag.
8719
8720 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8721 spec in `interactive' form, and mention it in the docstring.
8722 Also, make sure point is at bol after calling `annotate-time'.
8723
8724 2004-11-02 Richard M. Stallman <rms@gnu.org>
8725
8726 * cus-edit.el (customize-group-other-window):
8727 Select the window that displays the custom buffer.
8728 (custom-buffer-create-other-window): Likewise.
8729
8730 * comint.el (comint-insert-input): Fix previous change.
8731
8732 * emacs-lisp/elp.el (elp-instrument-function):
8733 Use called-interactively-p.
8734
8735 * emacs-lisp/easymenu.el (easy-menu-intern):
8736 Don't downcase; rather, case-flip the first letter of each word.
8737
8738 * emacs-lisp/easy-mmode.el (define-minor-mode):
8739 Use called-interactively-p.
8740
8741 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8742 Add interactive-only.
8743 (byte-compile-warnings): Add interactive-only as option.
8744 (byte-compile-interactive-only-functions): New variable.
8745 (byte-compile-form): Warn about calls to functions
8746 in byte-compile-interactive-only-functions.
8747
8748 * emacs-lisp/autoload.el (update-file-autoloads):
8749 Don't use interactive-p; take new arg SAVE-AFTER.
8750
8751 * emacs-lisp/advice.el (ad-make-advised-definition):
8752 Use called-interactively-p.
8753
8754 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8755
8756 * files.el (find-file-existing): New function.
8757
8758 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8759 find-file-existing. Add "New File..." that calls find-file.
8760
8761 * diropen.pbm, diropen.xpm: New files.
8762
8763 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8764 icon diropen. New tool bar item find-file-existing uses icon open.
8765
8766 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8767 instead of read-file-name.
8768
8769 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
8770
8771 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8772 (icalendar--split-value): Change name of work buffer.
8773 (icalendar--get-weekday-abbrev): Return nil on error.
8774 (icalendar--date-to-isodate): New function.
8775 (icalendar-convert-diary-to-ical)
8776 (icalendar-extract-ical-from-buffer): Use only two args for
8777 make-obsolete (XEmacs compatibility).
8778 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8779 (icalendar-export-region): Doc fix.
8780 If error, return non-nil and write errors to a buffer.
8781 Use correct weekday for weekly recurring events.
8782 Check whether date has been parsed for ordinary events.
8783 Make weekly events start in the year 2000.
8784 DTEND is non-inclusive, shift end date by one day if
8785 necessary (not for entries that have date and time).
8786 Rename local let variables: oops -> found-error, datestring ->
8787 startdatestring.
8788
8789 2004-11-02 Kim F. Storm <storm@cua.dk>
8790
8791 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8792 keep-mode-if-same variable. Add it as optional arg instead.
8793 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8794
8795 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8796 substitute-command-keys will select lower-case bindings like those
8797 used in the static help texts.
8798
8799 * descr-text.el (describe-text-properties): Don't err if called in
8800 the *Help* buffer; output to *Help-2* buffer instead.
8801
8802 * kmacro.el (group kmacro): Add :version.
8803 (kmacro-keyboard-quit): New function to cleanup on C-g.
8804 (kmacro-start-macro): Set defining-kbd-macro to append when
8805 appending to last macro.
8806
8807 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8808
8809 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
8810
8811 * progmodes/gdb-ui.el (gdb-enable-debug-log)
8812 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8813 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8814 Add :version keyword.
8815
8816 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
8817
8818 * progmodes/flymake.el (flymake-err-line-patterns):
8819 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8820 `compilation-error-regexp-alist-alist' to internal Flymake format.
8821
8822 * progmodes/flymake.el: Eliminate byte-compiler warnings.
8823
8824 2004-11-01 Jay Belanger <belanger@truman.edu>
8825
8826 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8827 with `interactive "s"'.
8828
8829 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8830
8831 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8832 Revert change from 2004-10-16. '*' checks the current buffer, but the
8833 mouse click may be in another buffer.
8834
8835 2004-11-01 John Paul Wallington <jpw@gnu.org>
8836
8837 * files.el (large-file-warning-threshold): Add :version keyword.
8838 (kill-some-buffers): Doc fix.
8839
8840 * thumbs.el (group thumbs): Add :version keyword.
8841
8842 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8843
8844 2004-11-01 Richard M. Stallman <rms@gnu.org>
8845
8846 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8847
8848 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8849
8850 * allout.el (allout group): Add :version.
8851 (allout-init): Don't use interactive-p.
8852 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
8853 (allout-forward-current-level, allout-backward-current-level):
8854 Don't use interactive-p.
8855
8856 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
8857 (bibtex-find-text): Likewise.
8858
8859 * progmodes/vhdl-mode.el (vhdl-fill-region)
8860 (vhdl-beginning-of-statement): Don't use interactive-p.
8861
8862 * progmodes/idlwave.el (idlwave-update-routine-info):
8863 Don't use interactive-p.
8864
8865 * progmodes/idlw-shell.el (idlwave-shell-send-char):
8866 Don't use interactive-p.
8867
8868 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
8869 Don't use interactive-p.
8870
8871 * progmodes/ada-xref.el (ada-make-body-gnatstub):
8872 Don't use interactive-p.
8873
8874 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
8875 (fortune-in-buffer): Doc fix.
8876
8877 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
8878
8879 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
8880 don't select the temporary buffer.
8881 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
8882 (eudc-get-phone): Likewise.
8883
8884 2004-11-01 Kim F. Storm <storm@cua.dk>
8885
8886 * man.el (Man-xref-normal-file): Fix help-echo.
8887
8888 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * reveal.el (reveal-last-tick): New var.
8891 (reveal-post-command): Use it to avoid closing overlays when we're
8892 appending text to them.
8893
8894 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8895
8896 * textmodes/bibtex.el: Require button.
8897 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
8898 (bibtex-reference-keys): Distinguish between header keys and
8899 crossref keys.
8900 (bibtex-beginning-of-field): New function.
8901 (bibtex-url-map): Remove.
8902 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
8903 (bibtex-font-lock-url-regexp): Assume that field names begin at
8904 the beginning of a line.
8905 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
8906 Remove field delimiters. Use bibtex-beginning-of-field.
8907 Bugfix, point can be inside a field with a url.
8908 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
8909 New functions.
8910 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
8911 (bibtex-key-in-head): Simplify.
8912 (bibtex-current-line): Use bolp.
8913 (bibtex-parse-keys): Remove unused arg `add'.
8914 Use bibtex-type-in-head and bibtex-key-in-head.
8915 (bibtex-parse-entry, bibtex-autofill-entry):
8916 Use bibtex-type-in-head and bibtex-key-in-head.
8917 (bibtex-autokey-get-field): Do not alter case of replacement text.
8918 (bibtex-autokey-get-names): Do all processing of name list.
8919 (bibtex-autokey-get-year): New function.
8920 (bibtex-autokey-get-title): Do all processing of title words.
8921 (bibtex-generate-autokey): Simplify.
8922 (bibtex-string-files-init): Use default-directory.
8923 Allow for absolute file names in bibtex-string-files.
8924 (bibtex-files, bibtex-file-path): New variables.
8925 (bibtex-files-expand): New function.
8926 (bibtex-find-entry-globally): New command.
8927 (bibtex-summary-function): New variable.
8928 (bibtex-summary): Default value of bibtex-summary-function.
8929 (bibtex-find-crossref): New optional args pnt and split.
8930 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
8931 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
8932 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
8933 Fix handling of required and alternative fields.
8934 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
8935 Use cons and display-buffer.
8936 (bibtex-validate-globally): New command.
8937 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
8938 bibtex-parse-keys and bibtex-parse-strings for updating
8939 bibtex-reference-keys and bibtex-strings.
8940 (bibtex-realign): Remove blank lines past the last entry.
8941 (bibtex-reformat): Use bibtex-entry-format as default.
8942 (bibtex-choose-completion-string): Remove.
8943 (bibtex-complete): Do not use bibtex-choose-completion-string.
8944 (bibtex-url): Simplify.
8945
8946 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8947
8948 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
8949 (x-dnd-types-alist, x-dnd-open-file-other-window)
8950 (x-dnd-known-types): Add :version.
8951
8952 2004-10-31 John Paul Wallington <jpw@gnu.org>
8953
8954 * ibuffer.el (group ibuffer): Add :version keyword.
8955
8956 2004-10-31 Kim F. Storm <storm@cua.dk>
8957
8958 * ido.el (group ido): Add :version keyword.
8959 (ido-mode): Remove :version keyword.
8960
8961 * emulation/cua-base.el (group cua): Add :version keyword.
8962 (cua-mode): Remove :version keyword.
8963
8964 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
8965
8966 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
8967
8968 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
8969 compiler warning.
8970 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
8971 function.
8972 (help-at-pt-display-when-idle): Remove autoload.
8973
8974 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
8977
8978 2004-10-30 Juri Linkov <juri@jurta.org>
8979
8980 * help.el (function-called-at-point):
8981 * help-fns.el (variable-at-point): Read -> intern.
8982
8983 2004-10-30 Simon Josefsson <jas@extundo.com>
8984
8985 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8986 Recognize AS_* too.
8987
8988 2004-10-29 Simon Josefsson <jas@extundo.com>
8989
8990 * subr.el (read-passwd): Move back from password.el.
8991
8992 * password.el: Remove, not ready yet.
8993
8994 2004-10-29 Andreas Schwab <schwab@suse.de>
8995
8996 * speedbar.el (speedbar-frame-parameters): Improve customize type.
8997
8998 2004-10-29 Sam Steingold <sds@gnu.org>
8999
9000 * mouse.el (mouse-show-mark): Replace the last occurrence of
9001 x-lost-selection-hooks with x-lost-selection-functions.
9002
9003 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9006 x-lost-selection-functions is bound.
9007
9008 * mouse-sel.el (mouse-sel-mode):
9009 * emacs-lisp/lselect.el: Adjust to new names for
9010 x-(lost|sent)-selection-functions.
9011
9012 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9013 New obsolete aliases of x-lost-selection-functions and
9014 x-sent-selection-functions.
9015
9016 2004-10-28 Kim F. Storm <storm@cua.dk>
9017
9018 * imenu.el (imenu-scanning-message): Remove.
9019 (imenu-progress-message): Make it a no-op.
9020
9021 2004-10-28 John Paul Wallington <jpw@gnu.org>
9022
9023 * files.el (set-auto-mode): Call `throw' correctly.
9024
9025 2004-10-28 Juri Linkov <juri@jurta.org>
9026
9027 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9028 to search `Info-...' commands in `info' manual.
9029 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9030 Add 'info-file "emacs" property.
9031 (Info-find-emacs-command-nodes): Fix index line number regexp.
9032 Set real line number (instead of fake 0) in first element of the
9033 returned list.
9034 (Info-goto-emacs-command-node): Use line number of first element
9035 to set point in the first found Info node.
9036
9037 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9038 code to `grep-mode-font-lock-keywords'.
9039 (grep-mode-font-lock-keywords): Delete grep markers instead
9040 of making them invisible.
9041
9042 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9043
9044 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9045 and x-server-version in bug report.
9046
9047 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
9048
9049 * files.el (set-auto-mode-0): New function.
9050 (set-auto-mode): Use it to handle aliased modes and to
9051 be consistent between C-x C-f and C-x C-w.
9052
9053 2004-10-28 Kenichi Handa <handa@m17n.org>
9054
9055 * international/utf-8.el (utf-translate-cjk-charsets):
9056 Add katakana-jisx0201.
9057
9058 * international/subst-jis.el: Add data for JISX0201.
9059
9060 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * obsolete/hilit19.el (hilit-mode): New function.
9063 Move all the toplevel side-effecting stuff into it, so that loading
9064 hilit19 doesn't mess everything up any more.
9065
9066 2004-10-27 Richard M. Stallman <rms@gnu.org>
9067
9068 * add-log.el (add-change-log-entry): Set up mailing address
9069 and full name later, and don't alter add-log-mailing-address
9070 or add-log-full-name.
9071
9072 * elide-head.el (elide-head): Change error to message.
9073 (elide-head-show): Likewise.
9074
9075 * apropos.el (apropos-macrop): Doc fix.
9076
9077 * mouse.el (mouse-show-mark): Do most processing the same
9078 regardless of transient-mark-mode.
9079
9080 * shadowfile.el (shadow-copy-files): Use interactive-p
9081 only to control whether to print a message.
9082
9083 * tar-mode.el (tar-mode): Use write-contents-functions,
9084 not write-contents-hooks.
9085
9086 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9087 directory-sep-char.
9088
9089 2004-10-27 Richard M. Stallman <rms@gnu.org>
9090
9091 * strokes.el (strokes-unload-hook): Fix previous change.
9092
9093 * type-break.el (type-break-run-at-time): Always use run-at-time;
9094 forget the alternatives.
9095 (type-break-cancel-function-timers): Always use cancel-function-timers;
9096 forget the alternatives.
9097
9098 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9099
9100 2004-10-27 Kenichi Handa <handa@m17n.org>
9101
9102 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9103
9104 * international/subst-gb2312.el: Likewise.
9105
9106 * international/subst-big5.el: Likewise.
9107
9108 * international/subst-ksc.el: Likewise.
9109
9110 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9111 New variable.
9112 (utf-translate-cjk-set-unicode-range): New function.
9113 (utf-translate-cjk-unicode-range): Make it customizable.
9114 (utf-8-post-read-conversion):
9115 Use utf-translate-cjk-unicode-range-string.
9116 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9117 Unicode ranges.
9118
9119 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
9120
9121 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9122 trivial variants to shorten the list.
9123 (xml-based-modes): New var.
9124 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9125 declaration higher priority than auto-mode-alist.
9126
9127 * find-file.el (cc-other-file-alist): Bring it in line with
9128 cc-mode's auto-mode-alist entries and use \' instead of $.
9129
9130 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9131 and add "Id" and "Name" submenus to it.
9132
9133 * imenu.el (imenu--generic-function): Skip matches in comments.
9134
9135 2004-10-26 Jay Belanger <belanger@truman.edu>
9136
9137 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9138 (full-calc-keypad, calc-trail-display): Use an extra argument
9139 instead of `interactive-p'.
9140
9141 * calc/calc-misc.el (calc-other-window): Use an extra argument
9142 instead of `interactive-p'.
9143
9144 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9145 `interactive-p'.
9146
9147 2004-10-26 Kim F. Storm <storm@cua.dk>
9148
9149 * help.el (describe-key): Describe both down-event and up-event
9150 for a mouse click.
9151
9152 2004-10-26 Richard M. Stallman <rms@gnu.org>
9153
9154 * woman.el (woman): Don't call interactive-p.
9155
9156 * pcomplete.el (pcomplete): Instead of interactive-p,
9157 use an arg set non-nil by the interactive spec.
9158
9159 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9160 use an arg set non-nil by the interactive spec.
9161
9162 * man.el (Man-cleanup-manpage): Instead of interactive-p,
9163 use an arg set non-nil by the interactive spec.
9164
9165 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9166
9167 * progmodes/flymake.el (flymake-split-string):
9168 Use `flymake-split-string-remove-empty-edges' in any case.
9169
9170 2004-10-26 Masatake YAMATO <jet@gyve.org>
9171
9172 * progmodes/flymake.el (flymake-err-line-patterns):
9173 Use `compilation-error-regexp-alist-alist' instead of
9174 `compilation-error-regexp-alist'.
9175
9176 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9179 verbatim face on the \ of \end{verbatim}.
9180
9181 2004-10-25 Jay Belanger <belanger@truman.edu>
9182
9183 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9184 erasing minibuffer.
9185
9186 2004-10-25 Simon Josefsson <jas@extundo.com>
9187
9188 * subr.el (read-passwd): Move to net/password.el.
9189
9190 * net/password.el (read-passwd): Add. Autoload it.
9191
9192 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
9193
9194 * mouse-sel.el (mouse-sel-mode): Specify custom group.
9195
9196 * simple.el (process-file): Fix logic.
9197
9198 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
9199
9200 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9201 (increase-right-margin): Remove erroneous call to `interactive-p'.
9202
9203 2004-10-24 Kim F. Storm <storm@cua.dk>
9204
9205 * help.el (describe-mode): Fix 2004-10-13 change.
9206 Copy pure "Auto Fill" string so it can be propertized later
9207 without causing a read-only error.
9208
9209 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
9210
9211 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9212 style indexes.
9213
9214 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9215
9216 * simple.el (process-file): Accept nil for INFILE. Reported by
9217 Luc Teirlinck.
9218
9219 2004-10-24 Masatake YAMATO <jet@gyve.org>
9220
9221 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9222 Handle periods and underscores in a function name.
9223 Remove the address fontification.
9224
9225 2004-10-24 Masatake YAMATO <jet@gyve.org>
9226
9227 * progmodes/asm-mode.el (asm-font-lock-keywords):
9228 Use font-lock-variable-name-face for registers.
9229
9230 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9233 kill-all-local-variables.
9234 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9235 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9236 Use kill-all-local-variables and provide mode-hooks.
9237 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
9238 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
9239 Suggested by Masatake YAMATO <jet@gyve.org>.
9240
9241 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
9242
9243 * simple.el (process-file): New function, similar to call-process
9244 but supports file handlers.
9245 * vc.el (vc-do-command): Use it, instead of call-process.
9246 * net/tramp-vc.el (vc-do-command): Do not advise it if
9247 process-file is fboundp.
9248 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9249 process-file.
9250 (tramp-handle-process-file): New function.
9251 (tramp-file-name-for-operation): Support process-file.
9252
9253 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
9254
9255 * calendar/icalendar.el (icalendar--weekday-array): New constant.
9256 (icalendar-weekdayabbrev-table)
9257 (icalendar-monthnumber-table): Delete.
9258 (icalendar--get-month-number): Use calendar-month-name-array.
9259 (icalendar--get-weekday-number): New function.
9260 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
9261 (icalendar-export-region): Handle multi-line entries.
9262 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
9263
9264 2004-10-23 John Paul Wallington <jpw@gnu.org>
9265
9266 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
9267 `wildcards' set to t in interactive spec.
9268
9269 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
9270 interactive spec rather than use `interactive-p'.
9271 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
9272 rather than use function `interactive-p'.
9273
9274 2004-10-22 Kenichi Handa <handa@m17n.org>
9275
9276 * international/mule.el (translate-region): Implement it in Lisp
9277 as a front end of translate-region-internal.
9278
9279 2004-10-21 Jay Belanger <belanger@truman.edu>
9280
9281 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
9282 Declare these variables with defvar.
9283
9284 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
9285 is bound, only check to see if it is bound.
9286
9287 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9290 Don't output messages.
9291
9292 * calc/calc-help.el (calc-describe-bindings): Fix last change.
9293
9294 2004-10-21 John Paul Wallington <jpw@gnu.org>
9295
9296 * calc/calc-graph.el (calc-graph-init):
9297 Use `set-process-query-on-exit-flag'.
9298
9299 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
9300
9301 * progmodes/compile.el (compilation-start): Rely on `cd' to get
9302 dir right and also allow argumentless cd.
9303
9304 2004-10-19 Richard M. Stallman <rms@gnu.org>
9305
9306 * textmodes/flyspell.el (flyspell-mode): Doc fix.
9307
9308 * eshell/em-unix.el (eshell-grep):
9309 Don't bind compilation-process-setup-function.
9310
9311 * comint.el (comint-insert-input): Use @ in `interactive'.
9312 (comint-input-filter-functions): Doc fix.
9313 (comint-kill-whole-line, comint-get-source): Doc fix.
9314
9315 * progmodes/compile.el (compilation-setup):
9316 Don't set buffer-read-only if MINOR is non-nil.
9317
9318 2004-10-19 Jay Belanger <belanger@truman.edu>
9319
9320 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9321 (calc-emacs-type-gnu19): Remove.
9322 (calc-digit-map, calc-read-key-sequence, calc-read-key):
9323 Remove check for old emacs versions.
9324
9325 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9326 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9327 for current Emacs.
9328
9329 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9330 the end of the minibuffer.
9331 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
9332 copy `esc-map'.
9333
9334 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9335
9336 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9337 call that would be given when the current emacs was used.
9338
9339 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
9340
9341 * calendar/icalendar.el: Set coding to utf-8.
9342 (icalendar-version): Increase to 0.07.
9343 (icalendar-monthnumber-table): Change March pattern.
9344 (icalendar-get-all-event-properties)
9345 (icalendar-set-event-property): Delete.
9346 (icalendar-all-events): No longer interactive.
9347 (icalendar-convert-diary-to-ical)
9348 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9349 their replacements.
9350 (icalendar-export-file, icalendar-export-region): New functions;
9351 essentially old `icalendar-convert-diary-to-ical' but appending to
9352 target rather than overwriting.
9353 (icalendar-import-file): Append to target file rather than
9354 overwriting. Fourth arg deleted.
9355 (icalendar-import-buffer): New name for old
9356 `icalendar-extract-ical-from-buffer'.
9357 (icalendar--convert-string-for-import): New name for
9358 old `icalendar-convert-for-import'.
9359 (include-icalendar-files): Delete.
9360 Prefix for all internal functions changed from `icalendar-'
9361 to `icalendar--'.
9362
9363 2004-10-19 Richard M. Stallman <rms@gnu.org>
9364
9365 * paths.el (news-path): Fix previous change.
9366
9367 2004-10-18 Jay Belanger <belanger@truman.edu>
9368
9369 * calc/calc-help.el (calc-describe-bindings):
9370 Set `buffer-read-only' to nil while working in the keybindings buffer;
9371 remove some extra information from the keybindings buffer.
9372
9373 2004-10-18 David Ponce <david@dponce.com>
9374
9375 * mouse.el (mouse-drag-move-window-top): New function.
9376 (mouse-drag-mode-line-1): Use it.
9377
9378 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9379
9380 * info.el (Info-fontify-node): For multiline refs,
9381 arrange to unfontify newline and surrounding whitespace.
9382
9383 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
9386 directory is missing.
9387
9388 2004-10-17 John Paul Wallington <jpw@gnu.org>
9389
9390 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
9391 New customizable variable; whether to display buffers that match
9392 `ibuffer-maybe-show-predicates' by default.
9393 (ibuffer-maybe-show-predicates): Mention it in docstring.
9394 (ibuffer-display-maybe-show-predicates): New variable.
9395 (ibuffer-update): Prefix arg now toggles whether buffers that
9396 match `ibuffer-maybe-show-predicates' should be displayed.
9397 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
9398 locally to heed `ibuffer-default-display-maybe-show-predicates'.
9399 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
9400
9401 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
9404 work correctly.
9405
9406 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
9407
9408 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
9409 (Buffer-menu-beginning): New helper function.
9410 (Buffer-menu-execute): Use it.
9411 (Buffer-menu-select): Use it.
9412 (Buffer-menu-sort): Use it and also keep markers.
9413
9414 2004-10-17 Richard M. Stallman <rms@gnu.org>
9415
9416 * paths.el (news-directory): Rename from news-path. Old name alias.
9417 (rmail-spool-directory): Use defvar.
9418 (sendmail-program): Use defcustom.
9419 (remote-shell-program): Use defcustom.
9420 (term-file-prefix): Use defvar.
9421 (abbrev-file-name): Use defvar.
9422
9423 * term.el: Add maintainer.
9424
9425 * subr.el (with-local-quit): Return nil if there's a quit.
9426 (read-passwd): Use with-local-quit. Doc fix.
9427
9428 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9429 (strokes-unload-hook): Set as a variable with add-hook.
9430
9431 * startup.el (fancy-splash-tail, normal-splash-screen):
9432 Update copyright year.
9433
9434 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9435
9436 * server.el (server-unload-hook): Set as a variable with add-hook.
9437
9438 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9439
9440 * frame.el (special-display-popup-frame):
9441 Make the buffer current as its frame is created.
9442
9443 * delsel.el (delsel-unload-hook): Set as a variable.
9444
9445 * comint.el (comint-output-filter-functions):
9446 Add comint-watch-for-password-prompt.
9447 (comint-read-noecho): Function deleted.
9448 (send-invisible): Use read-passwd.
9449
9450 * fringe.el (fringe-mode-initialize): New function.
9451 (fringe-mode): Use fringe-mode-initialize as :initialize.
9452
9453 2004-10-17 Kim F. Storm <storm@cua.dk>
9454
9455 * language/indian.el (indian-script-language-alist): Swap value and doc.
9456 (indian-font-char-index-table): Doc fix.
9457
9458 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9461
9462 2004-10-16 Juri Linkov <juri@jurta.org>
9463
9464 * progmodes/compile.el (compilation-start): Move let-binding of
9465 `process-environment' into `with-current-buffer' body.
9466 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9467
9468 2004-10-16 Richard M. Stallman <rms@gnu.org>
9469
9470 * pcvs-util.el (cvs-bury-buffer):
9471 Don't call get-buffer-window for effect.
9472
9473 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9474
9475 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9476
9477 * msb.el (msb-unload-hook): Set the variable.
9478
9479 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9480 Use * to err if buffer is readonly.
9481
9482 * subr.el (looking-back): Return only t or nil.
9483
9484 * whitespace.el (whitespace-unload-hook): Set the variable.
9485
9486 * view.el (view-mode-enable): Set view-page-size and
9487 view-half-page-size to nil.
9488 (view-set-half-page-size-default): view-half-page-size = nil
9489 means the default.
9490 (View-scroll-page-forward): Use view-page-size-default.
9491 (View-scroll-page-backward): Likewise.
9492 (view-page-size, view-half-page-size): Doc fixes.
9493
9494 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9495
9496 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9497
9498 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9499 "cl" like other files. Instead, call byte-compile-find-cl-functions.
9500 (byte-compile-log-1): Bind inhibit-read-only.
9501 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9502 (byte-compile-log-warning): Likewise.
9503 (byte-compile-file-form-require): Detect "cl" from the arg value.
9504
9505 * progmodes/compile.el (compilation-start): Assume compilation-mode
9506 will make the buffer read-only.
9507 (compilation-mode): Take arg name-of-mode.
9508 (compilation-setup): Make buffer read-only.
9509 (compilation-handle-exit): Bind inhibit-read-only.
9510
9511 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9512 (ispell-message): Likewise.
9513 (ispell-show-choices): Don't call get-buffer-window uselessly.
9514 (ispell-init-process): Use set-process-query-on-exit-flag.
9515
9516 2004-10-16 Kim F. Storm <storm@cua.dk>
9517
9518 * fringe.el (fringe-bitmaps): Only initialize when defined.
9519
9520 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9521 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9522
9523 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9524
9525 2004-10-15 Simon Josefsson <jas@extundo.com>
9526
9527 * net/password.el: Add.
9528
9529 2004-10-14 Masatake YAMATO <jet@gyve.org>
9530
9531 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9532 (gdb-script-end-of-defun): New function.
9533 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9534 `gdb-script-end-of-defun' as *-of-defun-function.
9535
9536 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
9537
9538 * button.el (button-activate): Allow a marker to display as an action.
9539
9540 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9541
9542 * help.el (describe-mode): Use it to make minor mode list into
9543 hyperlinks.
9544
9545 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * vc.el (vc-annotate-display-select): Fix typo.
9548
9549 * subr.el (substitute-key-definition-key): New function.
9550 (substitute-key-definition): Use it with map-keymap.
9551 (event-modifiers): Use push.
9552 (mouse-movement-p, with-temp-buffer): Simplify.
9553
9554 2004-10-12 Jay Belanger <belanger@truman.edu>
9555
9556 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9557 New variables.
9558 (calc-help-index-entries): New function.
9559 (calc-describe-function): Use `calc-help-function-list' instead of
9560 obarray for completion.
9561 (calc-describe-variable): Use `calc-help-variable-list' instead
9562 of obarray for completion.
9563
9564 2004-10-12 Richard M. Stallman <rms@gnu.org>
9565
9566 * info-look.el (info-lookup-file): Add info-file property.
9567 (info-lookup-symbol): Likewise.
9568
9569 * info.el (info-xref): Add underlining.
9570 (info): Add info-file property.
9571 (Info-find-emacs-command-nodes): Specify case-sensitive search.
9572
9573 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9574
9575 Sync with Tramp 2.0.45.
9576
9577 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9578 defined. This is not the case for XEmacs without package "edebug".
9579 (tramp-set-auto-save-file-modes): Set permissions of autosaved
9580 remote files to the permissions of the original file. This is not
9581 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
9582 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
9583 (tramp-perl-decode): Fix an error in Perl implementation.
9584 $pending must be cleared every loop. Reported by Benjamin Place
9585 <benjaminplace@sprintmail.com>
9586
9587 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9588 Don't activate advice during definition. This is done later on,
9589 depending on test result of `substitute-in-file-name'.
9590 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9591
9592 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9595
9596 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9597
9598 2004-10-12 David Ponce <david@dponce.com>
9599
9600 * recentf.el (recentf-edit-list): Update the menu when the recentf
9601 list has been modified.
9602
9603 2004-10-12 Simon Josefsson <jas@extundo.com>
9604
9605 * net/tls.el (tls-certtool-program): New variable.
9606 (tls-certificate-information): New function, based on
9607 ssl-certificate-information.
9608
9609 2004-10-12 Kenichi Handa <handa@m17n.org>
9610
9611 * international/mule.el (coding-system-equal): Move from mule-util.el.
9612
9613 * international/mule-util.el (coding-system-equal): Move to mule.el.
9614
9615 2004-10-12 Kim F. Storm <storm@cua.dk>
9616
9617 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9618 reset kmacro-initial-counter-value if set.
9619 (kmacro-set-counter): Only set kmacro-counter if defining or executing
9620 macro. Set kmacro-initial-counter-value otherwise. Never set both.
9621 (kmacro-display): Show macro counter if non-zero.
9622
9623 * subr.el (substitute-key-definition): Mention command remapping
9624 in doc string.
9625
9626 2004-10-11 Jay Belanger <belanger@truman.edu>
9627
9628 * calc/calc-misc.el (calc-info-goto-node): New function.
9629 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9630 node in one step.
9631 (calc-describe-copying, calc-describe-distribution)
9632 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9633 Go to appropriate info node in one step.
9634
9635 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9638
9639 * font-lock.el (font-lock-apply-highlight): Fix last change.
9640
9641 2004-10-11 Simon Josefsson <jas@extundo.com>
9642
9643 * mail/smtpmail.el (smtpmail-open-stream): Look for
9644 starttls-gnutls-program instead of starttls-program iff
9645 starttls-use-gnutls is non-nil.
9646 (smtpmail-open-stream): Don't overwrite user settings of
9647 starttls-extra-arguments and starttls-extra-args.
9648
9649 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * comint.el (comint-mouse-insert-input): Remove.
9652 (comint-insert-input): Make it work for mouse bindings.
9653 (comint-mode-map): Move defs into the declaration.
9654 (comint-output-filter): Typo.
9655
9656 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9657
9658 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
9659
9660 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9661 (ange-ftp-call-chmod): Reference remote-shell-program instead of
9662 ange-ftp-remote-shell.
9663
9664 2004-10-10 Andreas Schwab <schwab@suse.de>
9665
9666 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9667 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9668 Reported by <sri@asu.edu>.
9669
9670 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
9671
9672 * vc.el (vc-annotate-mode): Remove variable.
9673 (vc-annotate-display-select): Only call vc-annotate-mode
9674 if we're not in that mode already.
9675
9676 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9679 (imenu-choose-buffer-index): Check here for rescan instead.
9680
9681 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9682 where the face expression evals to nil.
9683
9684 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9685 (tex-font-lock-keywords-2): Use it.
9686 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9687
9688 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9689
9690 2004-10-09 Kim F. Storm <storm@cua.dk>
9691
9692 * subr.el (progress-reporter-update): Define before first usage.
9693 (make-progress-reporter): Doc fix.
9694
9695 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9696
9697 * textmodes/paragraphs.el (sentence-end-double-space)
9698 (sentence-end-without-period, sentence-end-without-space)
9699 (sentence-end): Doc fixes.
9700
9701 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
9702
9703 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9704 Change paragraph-start regexp so we don't fill code starting with #'(.
9705
9706 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
9707
9708 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9709 New defcustom.
9710 (extract-address-components): Use it.
9711
9712 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9713
9714 * subr.el (make-progress-reporter, progress-reporter-update)
9715 (progress-reporter-force-update, progress-reporter-do-update)
9716 (progress-reporter-done): New functions.
9717
9718 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9719
9720 * progmodes/etags.el (etags-tags-completion-table): Use progress
9721 reporter.
9722 (etags-tags-apropos): Likewise.
9723
9724 2004-10-08 Alan Mackenzie <acm@muc.de>
9725
9726 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9727 of current line.
9728
9729 2004-10-08 Masatake YAMATO <jet@gyve.org>
9730
9731 * server.el (server-process-filter): Wrap `process-send-region'
9732 by `condition-case' to guard the case when the pipe to PROC is closed.
9733
9734 2004-10-07 Mark A. Hershberger <mah@everybody.org>
9735
9736 * xml.el (xml-substitute-special): Limit handling of external entities.
9737
9738 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9741
9742 2004-10-06 John Paul Wallington <jpw@gnu.org>
9743
9744 * xml.el (xml-parse-dtd): Fix `error' call.
9745
9746 2004-10-05 Mark A. Hershberger <mah@everybody.org>
9747
9748 * xml.el (xml-substitute-special): Return a single string instead
9749 of a list of strings if an entity substitution is made.
9750
9751 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
9752
9753 * calendar/icalendar.el: New file.
9754
9755 2004-10-05 Juri Linkov <juri@jurta.org>
9756
9757 * isearch.el (isearch-done): Set mark after running hook.
9758 Reported by Drew Adams <drew.adams@oracle.com>.
9759
9760 * info.el (Info-history, Info-toc): Fix Info headers.
9761 (Info-toc): Narrow buffer before Info-fontify-node.
9762 (Info-build-toc): Don't check for special Info file names.
9763 Set main-file to nil if Info-find-file returns a symbol.
9764
9765 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
9766
9767 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9768 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9769 * calendar/cal-menu.el (calendar-mode-map): Ditto.
9770
9771 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9772
9773 * calendar/cal-iso.el (calendar-iso-read-args): New function,
9774 for old interactive spec from calendar-goto-iso-date.
9775 (calendar-goto-iso-date): Use it.
9776 (calendar-goto-iso-week): New function. Suggested by Emilio
9777 C. Lopes <eclig@gmx.net>.
9778
9779 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
9780
9781 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9782 `set-right-margin' bindings that follow the minor mode conventions.
9783
9784 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9787 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9788 (latex-block-args-alist): Add minipage and picture.
9789 (latex-block-body-alist): Use reftex-label if enabled.
9790 (latex-insert-block): Don't insert a \n if not necessary.
9791 (tex-compile-commands): Make sure dvips doesn't send to printer.
9792 (tex-compile-default): Handle the case where no executable is found.
9793 (latex-noindent-environments): New var.
9794 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
9795 If tex-indent-allhanging is non-nil, make sure we only align for macros
9796 at beginning of line.
9797
9798 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
9799
9800 * newcomment.el (comment-beginning): Doc fix and don't choke on
9801 unset `comment-end-skip' when at beginning of comment.
9802
9803 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9804
9805 * term.el (term-adjust-current-row-cache): Don't allow the current
9806 row to become negative.
9807 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9808 the end of the line. Fix scroll down. Add comments.
9809 (term-handle-ansi-escape): Don't exceed terminal width when moving
9810 right.
9811 (term-scroll-region): Move the cursor after setting the scroll region.
9812
9813 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
9814
9815 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9816 to `width' for consistency with docstring. Doc fix.
9817
9818 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9819
9820 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9821 This is necessary for derived modes.
9822
9823 2004-09-30 Kim F. Storm <storm@cua.dk>
9824
9825 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9826 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9827
9828 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9829 kmacro-extract-lambda functions.
9830 (edit-kbd-macro): Handle kmacro lambda forms.
9831 Include counter and counter format in edit buffer.
9832 (edmacro-finish-edit): Get counter and format from edit buffer and
9833 update kmacro bindings when found.
9834
9835 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * textmodes/paragraphs.el (forward-paragraph):
9838 Avoid args-out-of-range error when point winds up at the beginning of
9839 the buffer and hard newlines are enabled.
9840
9841 * newcomment.el (comment-multi-line): Doc fix.
9842
9843 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9846 (diff-fixup-modifs): Catch unified-diff file-headers.
9847
9848 2004-09-29 Kim F. Storm <storm@cua.dk>
9849
9850 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9851 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9852 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
9853
9854 * fringe.el (fringe-bitmap-p): New macro.
9855 (fringe-bitmaps): Add standard fringe bitmaps on load.
9856
9857 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9858
9859 * dired.el (dired-view-command-alist): Use more efficient regexps.
9860 Remove dubious arguments.
9861 (dired-align-file): New function.
9862 (dired-insert-directory): Use it.
9863 (dired-move-to-end-of-filename): Make the " -> " search more specific.
9864 (dired-buffers-for-dir): Remove unused var `pattern'.
9865
9866 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
9867
9868 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
9869 from diary display excursion. Store diary buffer's point for
9870 `simple-diary-display'.
9871 (simple-diary-display): Set window point and start when
9872 displaying buffer, to preserve point.
9873
9874 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
9875
9876 * textmodes/enriched.el (enriched-translations): Replace defconst
9877 with defvar.
9878
9879 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9880
9881 * printing.el: Doc fix.
9882 (pr-version): New version number (6.8.1).
9883 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
9884 make-temp-name.
9885 (pr-delete-file): Check if file exists before deleting it.
9886 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
9887
9888 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * term.el (term-display-table): New variable.
9891 (term-mode): Use it.
9892 (term-exec-1): Set the coding system to binary.
9893 (term-emulate-terminal): Decode the string before inserting it.
9894
9895 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
9896
9897 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
9898 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
9899 (map): Bind S-prior, S-next and S-insert.
9900 (term-mode): Set `indent-tabs-mode' to nil.
9901 (term-paste): New function to be bound to S-insert.
9902 (term-send-del, term-send-backspace): Change the strings sent.
9903 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
9904 (term-handle-colors-array): Fix handling of underline and reverse.
9905 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
9906 (term-erase-in-line): Fix comparison.
9907 (term-emulate-terminal): Fix line wrap handling.
9908 (term-start-output-log): Rename from `term-set-output-log'.
9909 (term-stop-output-log): Rename from `term-stop-photo'.
9910 (term-switch-to-alternate-sub-buffer): Comment out, unused.
9911
9912 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * dired.el (dired-move-to-filename): Don't output a message if
9915 raise-error is non-nil. Fix return position and value.
9916
9917 * files.el (insert-directory): Obey --dired even with symlinks.
9918
9919 2004-09-25 Lars Hansen <larsh@math.ku.dk>
9920
9921 * ls-lisp.el (ls-lisp-format): Mark file names with property
9922 dired-filename.
9923
9924 2004-09-25 Kim F. Storm <storm@cua.dk>
9925
9926 * ido.el (ido-max-directory-size): New defcustom.
9927 (ido-decorations): Add "too big" element.
9928 (ido-directory-too-big): New dynamic var.
9929 (ido-may-cache-directory): Don't cache big directories.
9930 (ido-directory-too-big-p): New defun.
9931 (ido-set-current-directory): Update ido-directory-too-big.
9932 (ido-read-internal): Make empty ido-cur-item if too-big.
9933 (ido-buffer-internal): Use ido-read-internal directly instead of
9934 ido-read-buffer.
9935 (ido-file-internal): Init ido-directory-too-big.
9936 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
9937 and redo completion with full list.
9938 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
9939 it, and show completions.
9940 (ido-all-completions): Let bind ido-directory-too-big to nil.
9941 (ido-exhibit): Handle ido-directory-too-big.
9942 (ido-read-buffer): Handle fallback to read-buffer.
9943 Init ido-directory-too-big.
9944 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
9945 Init ido-directory-too-big.
9946
9947 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9948
9949 * subr.el (delay-mode-hooks): Doc fix.
9950
9951 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
9952
9953 * textmodes/enriched.el
9954 (enriched-default-text-properties-local-flag): New variable.
9955 (enriched-mode): Make sure that enabling and disabling the mode is
9956 a no-op. Doc fix.
9957
9958 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
9959
9960 * calendar/holidays.el (holiday-advent): Report on a specified day
9961 offset from advent, not just advent.
9962 (holiday-easter-etc): Report on one specified day offset from
9963 easter, not all easter holidays. Various Easter holidays moved to
9964 `christian-holidays' variable in calendar.el.
9965 * calendar/calendar.el (christian-holidays): Adapt for new
9966 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
9967
9968 2004-09-23 Kim F. Storm <storm@cua.dk>
9969
9970 * image.el (insert-sliced-image): Add doc string.
9971
9972 * ido.el (ido-choice-list): New dynamic var for `list' context.
9973 (ido-context-switch-command): New dynamic var.
9974 (ido-define-mode-map): Generalize switch between file/buffer contexts.
9975 (ido-read-internal): Handle new `list' context.
9976 Handle insert-buffer and insert-file ido-exit values.
9977 (ido-buffer-internal): New arg switch-cmd. Use it to setup
9978 ido-context-switch-command. Handle insert-file ido-exit value.
9979 (ido-read-buffer): Set ido-context-switch-command to 'ignore
9980 unless it is already bound by caller.
9981 (ido-file-internal): New arg switch-cmd. Use it to setup
9982 ido-context-switch-command. Handle insert-buffer ido-exit value.
9983 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
9984 used for context switching.
9985 (ido-all-completions): Handle new `list' context.
9986 (ido-make-choice-list): Return choices for `list' context.
9987 (ido-find-file-in-dir, ido-display-file, ido-write-file)
9988 (ido-display-buffer, ido-kill-buffer): Disable context switching.
9989 (ido-insert-buffer, ido-insert-file): Setup context switching.
9990 (ido-exhibit): Handle `list' context.
9991 (ido-read-file-name): Disable context switching. Handle fallback.
9992 (ido-read-directory-name): Disable context switching.
9993 (ido-completing-read): New defun like completing-read. Setup and
9994 use new `list' context.
9995
9996 2004-09-20 Jesper Harder <harder@ifa.au.dk>
9997
9998 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
9999
10000 2004-09-21 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10003 `calc-graph-set-styles' so the gnuplot buffer will appear in a
10004 separate window.
10005
10006 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
10007
10008 * subr.el (after-change-major-mode-hook): Doc fix.
10009
10010 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10011
10012 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
10013 of ghostscript for monochrome PostScript file in Windows.
10014
10015 2004-09-21 Kenichi Handa <handa@m17n.org>
10016
10017 * descr-text.el (describe-char): Checking of quail activation fixed.
10018
10019 2004-09-21 Jay Belanger <belanger@truman.edu>
10020
10021 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10022
10023 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
10024
10025 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10026 after the mode hooks instead of before. Doc fix.
10027
10028 2004-09-20 Jason Rumney <jasonr@gnu.org>
10029
10030 * startup.el (command-line) [windows-nt]: Try .emacs first, then
10031 _emacs, but revert to .emacs if neither exists in home directory.
10032
10033 2004-09-20 John Paul Wallington <jpw@gnu.org>
10034
10035 * bindings.el (completion-ignored-extensions): Add .dfsl.
10036
10037 2004-09-20 Richard M. Stallman <rms@gnu.org>
10038
10039 * bindings.el (scroll-left): Make it disabled.
10040
10041 * files.el (enable-local-eval): Doc fix.
10042
10043 * indent.el (move-to-left-margin): Special case for minibuffer.
10044
10045 * term.el (term-emulate-terminal): Turn off undo for output.
10046 Use with-current-buffer and save-selected-window.
10047
10048 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10049
10050 * progmodes/make-mode.el (makefile-fill-paragraph):
10051 Don't insist on spaces when looking for comments. # is enough.
10052
10053 * files.el (hack-local-variables): Copy the variables list
10054 to another buffer, strip prefixes and suffixes there, then read.
10055 (enable-local-eval): Doc fix.
10056 (ignored-local-variables): Initialize to nil.
10057 (risky-local-variable-p): Don't check ignored-local-variables here.
10058 (hack-one-local-variable): Ignore var if in ignored-local-variables.
10059
10060 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10061
10062 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10063 of = to "." (punctuation).
10064
10065 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * subr.el (event-basic-type): Fix mask (extend to 22bits).
10068
10069 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * textmodes/enriched.el (enriched-rerun-flag): New variable.
10072 (enriched-before-change-major-mode): New function.
10073 Add it to `change-major-mode-hook'.
10074 (enriched-after-change-major-mode): New function.
10075 Add it to `after-change-major-mode-hook'.
10076 (enriched-mode): Make it work correctly if called from
10077 `after-change-major-mode-hook'.
10078 No longer set `indent-line-function'.
10079
10080 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10081
10082 * subr.el (after-change-major-mode-hook): New variable.
10083 (run-mode-hooks): Implement it.
10084
10085 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * battery.el (battery-linux-proc-apm): Use string-to-number.
10088 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10089 Use dolist (and less indentation). Use erase-buffer.
10090 Pre-initialize `design-capacity', `warn', and `low'.
10091 (battery-format): Use replace-regexp-in-string.
10092
10093 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
10094
10095 * battery.el: Delete superfluous empty lines.
10096 (battery-linux-proc-acpi): Attempt to gather information from all
10097 battery subdirectories regardless of their file name.
10098 (battery-linux-proc-apm): Replace all occurrences of
10099 battery-hex-to-int-2 with string-to-int (base 16).
10100 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10101 (battery-hex-map): Delete variable.
10102
10103 2004-09-18 John Paul Wallington <jpw@gnu.org>
10104
10105 * calc/calc-units.el (calc-quick-units): Fix overzealous
10106 s/or/unless/.
10107
10108 2004-09-17 Jay Belanger <belanger@truman.edu>
10109
10110 * calc/calc.el (calc-mode-var-list): Fix the value of
10111 `calc-matrix-brackets'.
10112
10113 2004-09-17 Romain Francoise <romain@orebokech.com>
10114
10115 * ibuf-ext.el (define-ibuffer-filter filename):
10116 Expand dired-directory since buffer-file-name is absolute.
10117
10118 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10119
10120 * ediff-init.el (ediff-current-diff-face-A)
10121 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10122 (ediff-current-diff-face-Ancestor)
10123 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10124 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10125 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10126 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10127 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10128 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10129 Use min-colors.
10130
10131 * term.el (term-down): Perform vertical motion if DOWN is negative.
10132 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10133 (term-termcap-format): Synchronyze with the eterm terminfo entry
10134 in etc/e/eterm.ti.
10135 (term-handle-colors-array): If the current foreground or
10136 background are zero (i.e. unspecified), use the foreground and
10137 background of the default face for reverse video.
10138 (term-ansi-at-eval-string, term-ansi-default-fg)
10139 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10140 (term-mem): Delete ununsed function.
10141 (term-protocol-version): Increment.
10142 (term-current-face): Set to default.
10143
10144 2004-09-15 Jay Belanger <belanger@truman.edu>
10145
10146 * calc/calc.el (calc-mode-var-list): Define this variable.
10147 (calc-always-load-extensions, calc-line-numbering)
10148 (calc-line-breaking, calc-display-just, calc-display-origin)
10149 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10150 (calc-group-char, calc-point-char, calc-frac-format)
10151 (calc-prefer-frac, calc-hms-format, calc-date-format)
10152 (calc-float-format, calc-full-float-format, calc-complex-format)
10153 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10154 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10155 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10156 (calc-matrix-brackets, calc-language, calc-language-option)
10157 (calc-left-label, calc-right-label, calc-word-size)
10158 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10159 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10160 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10161 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10162 (calc-window-height, calc-display-trail, calc-show-selections)
10163 (calc-use-selections, calc-assoc-selections)
10164 (calc-display-working-message, calc-auto-why, calc-timing)
10165 (calc-mode-save-mode, calc-standard-date-formats)
10166 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10167 (calc-user-parse-tables, calc-gnuplot-default-device)
10168 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10169 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10170 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10171 (calc-invocation-macro, calc-show-banner): Give these values as
10172 part of `calc-mode-var-list's initialization after the variables
10173 are declared with defvar.
10174 (calc-bug-address): Change email address to send bug reports to.
10175 Change the maintainer address at the top.
10176 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10177 than "\\.emacs" to determine if it is the user-init-file.
10178
10179 * calc/calc-embed.el (calc-embedded-set-modes): Use
10180 `calc-mode-var-list' correctly.
10181
10182 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
10183
10184 * vc.el (annotate-time): Document point handling.
10185 (vc-annotate-display-autoscale): Doc fix.
10186
10187 2004-09-15 Miles Bader <miles@gnu.org>
10188
10189 * generic.el (generic-make-keywords-list): Use symbol rather than
10190 word anchors in regexp.
10191
10192 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
10193
10194 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10195 no file name consider `dired-directory'.
10196
10197 2004-09-14 Kim F. Storm <storm@cua.dk>
10198
10199 * faces.el (cursor): Add face-no-inherit property. Doc fix.
10200
10201 2004-09-14 Simon Josefsson <jas@extundo.com>
10202
10203 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10204
10205 * textmodes/dns-mode.el: Add.
10206
10207 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10210 (disabled-command-function): Make the ?\ char more obvious.
10211
10212 * vc-arch.el (vc-arch-root, vc-arch-registered):
10213 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10214
10215 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
10216
10217 * windmove.el (windmove-frame-edges): Report coordinates of
10218 outside edges of frame, not inside edges.
10219 (windmove-coordinates-of-position): Convert into wrapper to new
10220 function `windmove-coordinates-of-window-position';
10221 `compute-motion' always applies to selected window.
10222 (windmove-coordinates-of-position): Update documentation to refer
10223 to Emacs 21 Lisp Reference Manual.
10224 (windmove-find-other-window): Fix off-by-one errors for max x,y.
10225
10226 2004-09-13 Kim F. Storm <storm@cua.dk>
10227
10228 * isearch.el (isearch-resume-in-command-history): Rename from
10229 isearch-resume-enabled and change default to nil.
10230
10231 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * vc-hooks.el (vc-ignore-dir-regexp): New var.
10234 (vc-registered): Use it.
10235 (vc-find-root): New fun.
10236
10237 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10238 Don't tell to use \\{...} when it's already done.
10239
10240 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
10241 Provide a sample complex default.
10242 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
10243 (bibtex-entry): Use mapc.
10244
10245 2004-09-12 Kim F. Storm <storm@cua.dk>
10246
10247 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
10248
10249 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
10250 inhibit-field-text-motion to t so rectangles work in comint buffers.
10251
10252 * simple.el (choose-completion-string): Set buffer before running
10253 choose-completion-string-functions hook so it can be buffer-local.
10254
10255 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
10256
10257 * progmodes/compile.el (compilation-start): Parse command to see
10258 if it starts with a cd, and if so perform it for the *compilation*
10259 buffer. Change the header to reflect this.
10260
10261 2004-09-11 Kim F. Storm <storm@cua.dk>
10262
10263 * ido.el (ido-enable-dot-prefix): Doc fix.
10264 (ido-enable-dot-prefix): New defcustom.
10265 (ido-set-matches1): Use it.
10266
10267 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * textmodes/bibtex.el (bibtex-mark-active)
10270 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
10271
10272 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10273
10274 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
10275 used in a case insensitive environment.
10276 (bibtex-mode-map): Rearrange order of menus.
10277 (bibtex-quoted-string-re): Obsolete.
10278 (bibtex-complete-key-cleanup): Variable replaced by new function.
10279 (bibtex-font-lock-keywords): Use backquotes.
10280 (bibtex-font-lock-url-regexp): New internal variable.
10281 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
10282 "OPT" and "ALT".
10283 (bibtex-insert-current-kill, bibtex-make-field)
10284 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
10285 (bibtex-parse-field-text): Simplify.
10286 (bibtex-string=): New helper function.
10287 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
10288 (bibtex-map-entries): Use bibtex-string=.
10289 (bibtex-search-entry): Use not.
10290 (bibtex-enclosing-field): Fix docstring.
10291 (bibtex-assoc-regexp): Obsolete.
10292 (bibtex-format-entry): Use assoc-string and bibtex-string=.
10293 (bibtex-autokey-get-names): Handle empty name field.
10294 (bibtex-parse-strings): Use assoc-string and unless.
10295 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
10296 Use assoc-string.
10297 (bibtex-pop): Simplify.
10298 (bibtex-mode): Set font-lock-extra-managed-props.
10299 (bibtex-entry-update): Use assoc-string.
10300 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
10301 (bibtex-autofill-entry): Use bibtex-string=.
10302 (bibtex-print-help-message): Simplify.
10303 (bibtex-find-entry): New optional arg START.
10304 (bibtex-validate): Use bibtex-string= and assoc-string.
10305 Do not call obsolete function compilation-parse-errors.
10306 (bibtex-remove-delimiters): Only remove delimiters if present.
10307 (bibtex-copy-entry-as-kill): Add docstring.
10308 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
10309 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10310 (bibtex-complete): Use bibtex-predefined-month-strings,
10311 bibtex-string=, and new function bibtex-complete-key-cleanup.
10312 (bibtex-generate-url-list): New variable.
10313 (bibtex-url): New command bound to C-c C-l and mouse-2.
10314 (bibtex-url-map): New local keymap for bibtex-url-mouse.
10315 (bibtex-font-lock-url): New function.
10316
10317 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10320
10321 2004-09-09 Kim F. Storm <storm@cua.dk>
10322
10323 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10324 counter and format with binding.
10325 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
10326 the declared macro uses own macro counter and format. Give symbol
10327 kmacro property.
10328 (kmacro-keymap): Bind kmacro-name-last-macro to n.
10329 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10330 (kmacro-end-and-call-macro): Doc fix.
10331
10332 2004-09-09 Lars Hansen <larsh@math.ku.dk>
10333
10334 * desktop.el (desktop-clear-preserve-buffers):
10335 Remove make-obsolete-variable.
10336
10337 2004-09-08 Richard M. Stallman <rms@gnu.org>
10338
10339 * buff-menu.el (list-buffers-noselect): Call format-mode-line
10340 with the buffer as argument.
10341
10342 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10345
10346 2004-09-08 Juri Linkov <juri@jurta.org>
10347
10348 * replace.el (perform-replace): Use `query-replace-descr'.
10349
10350 * cus-start.el (history-delete-duplicates): Specify customization.
10351
10352 * diff-mode.el (diff-mode-map):
10353 * progmodes/compile.el (compilation-mode-map):
10354 * progmodes/grep.el (grep-mode-map):
10355 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10356 to `next-error-follow-minor-mode'.
10357
10358 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10359
10360 * isearch.el (isearch-lazy-highlight-update): Take into account
10361 the case of zero-length match at the search bound.
10362
10363 2004-09-08 Kim F. Storm <storm@cua.dk>
10364
10365 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10366 change. Use zero width overlays when necessary.
10367
10368 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10369
10370 * subr.el (split-string): Docfix.
10371
10372 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10373
10374 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
10375 (display-call-tree): Ensure newline after caller/calls blocks.
10376
10377 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10378
10379 * startup.el (command-line-1): Make option
10380 --directory/-L modify `load-path' straight away.
10381
10382 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10383
10384 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
10385
10386 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10387
10388 * emacs-lisp/autoload.el (make-autoload):
10389 Handle `define-compilation-mode'.
10390
10391 * emacs-lisp/lisp-mode.el (define-compilation-mode):
10392 Specify `doc-string-elt' property.
10393
10394 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10395
10396 * bs.el (bs-mode): Doc fix.
10397
10398 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10399
10400 * info.el (Info-insert-dir): Fix temp buffer leak bug.
10401
10402 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10403
10404 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
10405
10406 2004-09-08 Kenichi Handa <handa@m17n.org>
10407
10408 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
10409 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
10410 ps-mule-next-point -> 1+).
10411
10412 * composite.el (encode-composition-rule): Add autoload cooky.
10413
10414 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10415
10416 * format.el (buffer-auto-save-file-format): Make it permanent local.
10417
10418 2004-09-07 Kim F. Storm <storm@cua.dk>
10419
10420 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10421 (authors-fixed-entries): Fix typo.
10422 (authors-canonical-author-name): Compact multiple spaces.
10423 Ignore trivial names (e.g. only first name).
10424
10425 * term.el (term-window-width): Only use full window width on
10426 window system if overflow-newline-into-fringe is enabled.
10427 (term-mode): Don't disable overflow-newline-into-fringe.
10428
10429 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10432 motion as seen on my Mac OS X xterms.
10433
10434 * newcomment.el (uncomment-region-default, comment-region-default):
10435 New functions extracted from uncomment-region and comment-region.
10436 (comment-region, comment-region-function, uncomment-region)
10437 (uncomment-region-function): Use them.
10438
10439 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10440
10441 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10442 It's not crucial but can make sense at times.
10443
10444 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10445 the first commit.
10446
10447 * vc.el (vc-buffer-context, vc-restore-buffer-context):
10448 Disable obsolete code.
10449
10450 2004-09-07 Juri Linkov <juri@jurta.org>
10451
10452 * progmodes/grep.el (grep-highlight-matches): Change default from
10453 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
10454 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10455 if grep option `--color' is available, or to `nil' otherwise.
10456 (grep-process-setup): Call `grep-compute-defaults' if
10457 `grep-highlight-matches' is not computed. Set env-vars only
10458 if `grep-highlight-matches' is `t'.
10459 (grep-use-null-device): Remove redundant type `boolean' (`choice'
10460 is already defined).
10461
10462 * progmodes/compile.el (compilation-start): Use copy of
10463 `process-environment' created by `copy-sequence' to not
10464 modify env-vars in the global `process-environment'.
10465
10466 2004-09-06 Eli Zaretskii <eliz@gnu.org>
10467
10468 * simple.el (next-error-follow-minor-mode): Fix last change.
10469
10470 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10473 permanent local.
10474
10475 2004-09-04 Richard M. Stallman <rms@gnu.org>
10476
10477 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10478 highlighting if the search string is empty.
10479
10480 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
10481
10482 * facemenu.el (facemenu-active-faces): Change condition of inner
10483 `while' loop to also check the first two elements of `face-atts'
10484 and `mask-atts'.
10485
10486 2004-09-04 John Paul Wallington <jpw@gnu.org>
10487
10488 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10489 (thumbs-view-image-mode): Make buffer read-only.
10490
10491 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
10492
10493 * textmodes/ispell.el (ispell-really-aspell): New defvar.
10494 (ispell-check-version): Set it.
10495 (ispell-send-replacement): New function.
10496 (ispell-process-line): Call ispell-send-replacement.
10497
10498 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10499
10500 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10501 Support choosing seconds with "s".
10502
10503 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
10504
10505 * terminal.el (te-escape): Show `?' in prompt for help key.
10506
10507 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
10508
10509 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10510
10511 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10512
10513 * simple.el (next-error-follow-minor-mode)
10514 (next-error-follow-mode-post-command-hook): New functions.
10515 (next-error-follow-last-line): New defvar.
10516
10517 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10518 * progmodes/compile.el (compilation-mode-map): Likewise.
10519 * progmodes/grep.el (grep-mode-map): Likewise.
10520 * replace.el (occur-mode-map): Likewise.
10521
10522 * newcomment.el (uncomment-region): Bind comment-use-global-state
10523 to nil.
10524
10525 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
10526
10527 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10528 locally around the call to `revert-buffer'.
10529
10530 2004-09-03 Juri Linkov <juri@jurta.org>
10531
10532 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10533 `isearch-adjusted' to `t'.
10534 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10535 (isearch-message-prefix): Add "pending" for isearch-adjusted.
10536 (isearch-other-meta-char): Restore isearch-point unconditionally.
10537 (isearch-query-replace): Add new arg `regexp-flag' and use it.
10538 Set point to start of match if region is not active in transient
10539 mark mode (to include the current match to region boundaries).
10540 Push the search string to `query-replace-from-history-variable'.
10541 Add prompt "Query replace regexp" for isearch-regexp.
10542 Add region beginning/end as last arguments of `perform-replace.'
10543 (isearch-query-replace-regexp): Replace code by the call to
10544 `isearch-query-replace' with arg `t'.
10545
10546 2004-09-03 Richard M. Stallman <rms@gnu.org>
10547
10548 * startup.el (normal-top-level): Undo previous TERM change.
10549
10550 2004-09-03 Kim F. Storm <storm@cua.dk>
10551
10552 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10553 highlight overlays; allow using RET when cursor is over a button.
10554 (cua--highlight-rectangle): Use it.
10555 (cua--rectangle-set-corners): Don't move backwards at eol.
10556 (cua--forward-line): Don't move into void after eob.
10557
10558 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10559 point is set (and displayed) inside rectangle.
10560 (cua--rectangle-operation): Fix for highlight of empty lines.
10561 (cua--highlight-rectangle): Fix highlight for tabs.
10562 Position cursor at left/right edge of rectangle using new `cursor'
10563 property on overlay strings.
10564 (cua--indent-rectangle): Don't tabify.
10565 (cua-rotate-rectangle): Ignore that point has moved.
10566
10567 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10568
10569 * term/mac-win.el: Add ASCII equivalents for some function keys.
10570 (mode-line-frame-identification): Sync with x-win.el.
10571
10572 2004-09-02 Juri Linkov <juri@jurta.org>
10573
10574 * progmodes/compile.el (compilation-buffer-name): Compare major
10575 mode with second element of compilation-arguments instead of third
10576 to reflect latest changes in compilation-arguments structure.
10577 (recompile): Use global variable `compilation-directory' to get
10578 recent compilation directory only when `recompile' is invoked NOT
10579 in the compilation buffer. Otherwise, use `default-directory' of
10580 the compilation buffer.
10581 (compilation-error-properties): Allow to funcall col and end-col.
10582 (compilation-mode-font-lock-keywords): Check col and end-col by
10583 `integerp'.
10584 (compilation-goto-locus): If end-mk is non-nil in transient mark
10585 mode don't activate the mark (and don't display message in
10586 push-mark), but highlight overlay between mk and end-mk.
10587
10588 * progmodes/grep.el (grep-highlight-matches): New defcustom.
10589 (grep-regexp-alist): Add rule to highlight grep matches.
10590 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10591
10592 * info.el (Info-fontify-node): Don't compute other-tag
10593 if Info-hide-note-references=hide.
10594
10595 * help.el (function-called-at-point):
10596 * help-fns.el (variable-at-point):
10597 Try `find-tag-default' when other methods failed.
10598
10599 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10600 Do not push mark if inhibit-mark-movement is non-nil.
10601
10602 * textmodes/ispell.el (ispell-html-skip-alists):
10603 Fix backslashes in docstring.
10604
10605 2004-09-01 Juri Linkov <juri@jurta.org>
10606
10607 * isearch.el (isearch-wrap-function)
10608 (isearch-push-state-function): New defvars.
10609 (isearch-pop-fun-state): New defsubst.
10610 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10611 (isearch-push-state): Set the result of calling
10612 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10613 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10614 restore the mode-specific starting point of terminated search.
10615 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10616 (isearch-repeat): Call `isearch-wrap-function' if defined.
10617 (isearch-message-prefix): Don't add prefix "over" to the message
10618 for wrapped search if `isearch-wrap-function' is defined.
10619 (isearch-search): Call function saved in `isearch-pop-fun-state' to
10620 restore the mode-specific starting point of failed search.
10621
10622 * info.el (Info-search-whitespace-regexp): Fix backslashes.
10623 (Info-search): Add new optional arguments for the sake of isearch.
10624 Replace whitespace in Info-search-whitespace-regexp literally.
10625 Add backward search. Don't call `Info-select-node' if regexp is
10626 found in the same Info node. Don't add node to Info-history for
10627 wrapped isearch.
10628 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10629 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10630 (Info-mode): Set local variables `isearch-search-fun-function',
10631 `isearch-wrap-function', `isearch-push-state-function',
10632 `search-whitespace-regexp'.
10633
10634 * isearch.el: Remove ancient Change Log section.
10635 (isearch-string, isearch-message-string, isearch-point)
10636 (isearch-success, isearch-forward-flag, isearch-other-end)
10637 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10638 (isearch-barrier, isearch-within-brackets)
10639 (isearch-case-fold-search): Add suffix `-state' to state-related
10640 defsubsts to avoid name clashes with other function names.
10641
10642 * simple.el (next-error): New defgroup and defface.
10643 (next-error-highlight, next-error-highlight-no-select):
10644 New defcustoms.
10645 (next-error-no-select): Let-bind next-error-highlight to the value
10646 of next-error-highlight-no-select before calling `next-error'.
10647
10648 * progmodes/compile.el (compilation-goto-locus):
10649 Use `next-error' face instead of `region'. Set 4-th argument of
10650 `move-overlay' to `current-buffer' to move overlay to different
10651 source buffers. Use new variable `next-error-highlight'.
10652
10653 * simple.el (next-error-find-buffer): Move the rule
10654 "if current buffer is a next-error capable buffer" after the
10655 rule "if next-error-last-buffer is set to a live buffer".
10656 Simplify to test all rules in one `or'.
10657 (next-error): Doc fix.
10658 (next-error, previous-error, first-error)
10659 (next-error-no-select, previous-error-no-select):
10660 Make arguments optional.
10661
10662 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * macros.el (apply-macro-to-region-lines): Make it operate on all
10665 lines that begin in the region, rather than on all complete lines
10666 in the region.
10667
10668 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10669
10670 * x-dnd.el (x-dnd-protocol-alist): Document update.
10671 (x-dnd-known-types): Defcustom it.
10672 (x-dnd-handle-motif): Print message-atom in error message.
10673
10674 2004-08-30 John Paul Wallington <jpw@gnu.org>
10675
10676 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10677 strings rather than programatically constructing message.
10678
10679 2004-08-30 Richard M. Stallman <rms@gnu.org>
10680
10681 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10682 Don't return a string that would read as the wrong character code.
10683
10684 2004-08-29 Kim F. Storm <storm@cua.dk>
10685
10686 * emulation/cua-base.el (cua-auto-expand-rectangles):
10687 Remove automatic rectangle padding feature; replace by non-destructive
10688 virtual rectangle edges feature.
10689 (cua-virtual-rectangle-edges): New defcustom.
10690 (cua-auto-tabify-rectangles): New defcustom.
10691 (cua-paste): If paste into a marked rectangle, insert rectangle at
10692 current column, even if virtual; also paste exactly as many lines
10693 as has been marked (ignore additional lines or add empty lines),
10694 but paste whole source if only one line is marked.
10695 (cua--update-indications): No longer use overwrite-cursor to
10696 indicate rectangle padding
10697
10698 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10699 (cua--rectangle-virtual-edges): New defun.
10700 (cua--rectangle-get-corners): Remove optional PAD arg.
10701 (cua--rectangle-set-corners): Never do padding.
10702 (cua--forward-line): Remove optional PAD arg. Simplify.
10703 (cua-resize-rectangle-right, cua-resize-rectangle-left)
10704 (cua-resize-rectangle-down, cua-resize-rectangle-up):
10705 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10706 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10707 (cua--rectangle-move): Never do padding. Simplify.
10708 (cua--tabify-start): New defun.
10709 (cua--rectangle-operation): Add tabify arg. All callers changed.
10710 (cua--pad-rectangle): Remove.
10711 (cua--delete-rectangle): Handle delete with virtual edges.
10712 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10713 (cua--insert-rectangle): Handle insert at virtual column.
10714 Perform auto-tabify if necessary.
10715 (cua--activate-rectangle): Remove optional FORCE arg.
10716 Never do padding. Simplify.
10717 (cua--highlight-rectangle): Enhance for virtual edges.
10718 (cua-toggle-rectangle-padding): Remove command.
10719 (cua-toggle-rectangle-virtual-edges): New command.
10720 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
10721 (cua--rectangle-post-command): Don't force rectangle padding.
10722 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10723
10724 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
10725
10726 * indent.el (edit-tab-stops-buffer): Doc fix.
10727
10728 2004-08-28 Richard M. Stallman <rms@gnu.org>
10729
10730 * progmodes/grep.el (grep-default-command): Use find-tag-default.
10731 (grep-tag-default): Function deleted.
10732
10733 * subr.el (find-tag-default): Move from etags.el.
10734
10735 * progmodes/etags.el (find-tag-default): Move to subr.el.
10736
10737 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10738 into the basic character if it has an uppercase form.
10739
10740 2004-08-27 Kenichi Handa <handa@m17n.org>
10741
10742 * international/utf-8.el (utf-8-post-read-conversion): If the
10743 buffer is unibyte, temporarily make it multibyte.
10744
10745 2004-08-27 Masatake YAMATO <jet@gyve.org>
10746
10747 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10748
10749 2004-08-25 John Paul Wallington <jpw@gnu.org>
10750
10751 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10752 0, 1, and many mismatches in message.
10753 (tex-start-shell): Use `set-process-query-on-exit-flag'.
10754
10755 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10756 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10757
10758 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10761 vc-diff-switches differently.
10762
10763 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
10764
10765 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10766 before and a real defvar after
10767 `speedbar-supported-extension-expressions'. This is to silence
10768 the compiler without breaking bootstrapping.
10769
10770 2004-08-22 Richard M. Stallman <rms@gnu.org>
10771
10772 * textmodes/flyspell.el (flyspell-word):
10773 Use set-process-query-on-exit-flag.
10774 (flyspell-highlight-duplicate-region): Take POSS as arg.
10775 (flyspell-word): Pass POSS as arg.
10776
10777 * progmodes/ada-xref.el: Many doc and style fixes.
10778 (ada-find-any-references): Use compilation-start.
10779 (ada-get-ali-file-name): Improve error msg.
10780 (ada-get-ada-file-name): Likewise.
10781
10782 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10783 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10784
10785 * mail/mail-extr.el (mail-extr-all-top-level-domains):
10786 Add forward defvar.
10787
10788 * whitespace.el (global-whitespace-mode): New alias
10789 for whitespace-global-mode.
10790
10791 * speedbar.el (speedbar-file-regexp): Move definition up.
10792 (speedbar-mode, speedbar-set-mode-line-format):
10793 Use with-no-warnings.
10794 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10795
10796 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10797 controls whether to display the error buffer.
10798
10799 * ps-mule.el: Delete compatibility code for old Emacses.
10800 (ps-mule-find-wrappoint): Don't use chars-in-region.
10801
10802 * frame.el (display-mouse-p, display-selections-p):
10803 Use with-no-warnings.
10804
10805 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10806
10807 2004-08-22 David Kastrup <dak@gnu.org>
10808
10809 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10810 information.
10811
10812 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10813
10814 2004-08-22 Andreas Schwab <schwab@suse.de>
10815
10816 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10817
10818 2004-08-22 Masatake YAMATO <jet@gyve.org>
10819
10820 * cvs-status.el (cvs-status-checkout): New function.
10821 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10822
10823 2004-08-21 David Kastrup <dak@gnu.org>
10824
10825 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10826 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10827 has been converted to use hashtables, the relation `nil=none' is
10828 no longer valid, as `nil' is not a hashtable. This patch tries to
10829 reduce the number of resulting errors.
10830
10831 2004-08-21 John Paul Wallington <jpw@gnu.org>
10832
10833 * subr.el (process-kill-without-query): Made obsolete in
10834 version 21.4, not 21.5.
10835
10836 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10837 (vc-previous-comment, vc-next-comment)
10838 (vc-comment-search-reverse, vc-comment-search-forward)
10839 (vc-comment-to-change-log): Likewise.
10840
10841 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10842
10843 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
10844
10845 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10846 Correct indentation of DEFMETHODS with non-standard method
10847 combinations (e.g., PROGN, MIN, MAX).
10848
10849 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * startup.el (normal-top-level-add-subdirs-to-load-path):
10852 Avoid unnecessarily checking system-type.
10853 (normal-top-level): Set TERM to "dumb". Simplify.
10854
10855 * avoid.el (mouse-avoidance-ignore-p): New fun.
10856 Also ignore switch-frame, select-window, double, and triple clicks.
10857 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
10858 (mouse-avoidance-fancy-hook): Use it.
10859
10860 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
10861
10862 * avoid.el (mouse-avoidance-nudge-mouse)
10863 (mouse-avoidance-banish-destination): Stay within the current window
10864 to avoid problems with mouse-autoselect-window.
10865
10866 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
10869 the newer format of some messages in cvs-1.12.1.
10870
10871 2004-08-19 Masatake YAMATO <jet@gyve.org>
10872
10873 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
10874 (elp-results-jump-to-definition-by-mouse)
10875 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
10876 (elp-output-result): Use elp-output-insert-symname.
10877
10878 2004-08-18 Kenichi Handa <handa@m17n.org>
10879
10880 * language/cyrillic.el: Register koi8-r in
10881 ctext-non-standard-encodings-alist.
10882 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
10883
10884 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
10885
10886 * emacs-lisp/copyright.el (copyright-update-year): Delete code
10887 that replaces 20xy with xy.
10888
10889 2004-08-17 John Paul Wallington <jpw@gnu.org>
10890
10891 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
10892 (reb-force-update): Doc fix.
10893
10894 2004-08-16 Richard M. Stallman <rms@gnu.org>
10895
10896 * progmodes/which-func.el (which-func-update-1): Doc fix.
10897
10898 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
10899 (sh-mode-abbrev-table): New variable.
10900
10901 * progmodes/compile.el (compilation-mode): Doc fix.
10902
10903 * emacs-lisp/lisp-mode.el (eval-last-sexp):
10904 Don't cons a new symbol each time.
10905 (eval-last-sexp-fake-value): New variable.
10906
10907 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
10908 (copyright-update-year): Detect continuation of list of years.
10909
10910 * term.el (term-default-fg-color, term-default-bg-color)
10911 (ansi-term-color-vector): Use `unspecified', not nil, as default.
10912
10913 * imenu.el: Several doc fixes: don't say variables are buffer-local.
10914
10915 2004-08-16 Davis Herring <herring@lanl.gov>
10916
10917 * isearch.el (isearch-string, isearch-message-string, isearch-point)
10918 (isearch-success, isearch-forward-flag, isearch-other-end)
10919 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10920 (isearch-barrier, isearch-within-brackets)
10921 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
10922
10923 2004-08-16 Kenichi Handa <handa@m17n.org>
10924
10925 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
10926
10927 2004-08-15 Kenichi Handa <handa@m17n.org>
10928
10929 * term/x-win.el (x-selection-value): If utf8 was successful but
10930 ctext was not, use utf8 string.
10931
10932 2004-08-14 Davis Herring <herring@lanl.gov>
10933
10934 * isearch.el: Remove accidental changes of March 4. Fix backing
10935 up when a regexp isearch is made more general. Use symbolic
10936 accessor functions for isearch stack frames to make usage clearer.
10937 (search-whitespace-regexp): Made groups in documentation shy (as
10938 is the group in the default value).
10939 (isearch-fallback): New function, addresses problems with regexps
10940 liberalized by `\|', adds support for liberalization by `\}' (the
10941 general repetition construct), and incorporates behavior for
10942 `*'/`?'.
10943 (isearch-}-char): New command, calls `isearch-fallback' with
10944 arguments appropriate to a typed `}'.
10945 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
10946 appropriately.
10947 (isearch-mode-map): Bind `}' to `isearch-}-char'.
10948 (isearch-string, isearch-message,string, isearch-point)
10949 (isearch-success, isearch-forward-flag, isearch-other-end)
10950 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10951 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
10952 New inline functions to read fields of a stack frame.
10953
10954 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
10955
10956 * battery.el (battery-linux-proc-acpi): Look into battery
10957 directories matching the literal string "CMB", too (required for
10958 Linux kernel version 2.6.7).
10959
10960 2004-08-14 John Paul Wallington <jpw@gnu.org>
10961
10962 * cus-start.el (read-file-name-completion-ignore-case): Add.
10963 (blink-cursor-alist): Change version to "21.4".
10964
10965 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
10966
10967 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
10968
10969 * speedbar.el (speedbar-scan-subdirs): New option.
10970 (speedbar-file-lists): Don't ignore file-name case on Unix and use
10971 dolist.
10972 (speedbar-insert-files-at-point): Take an extra argument and use
10973 it to optionally find out if a subdir is empty. Also unreadable
10974 files don't get expand buttons.
10975 (speedbar-directory): New image (unused pixmap already existed).
10976 (speedbar-expand-image-button-alist): Use it.
10977
10978 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10979
10980 CC Mode update to 5.30.9:
10981
10982 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
10983 Move from cc-vars to cc-defs for dependency reasons. Fix the
10984 POSIX char class test to check that it works in
10985 `skip-chars-(forward|backward)' too.
10986
10987 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10988 first argument starts with a special brace list.
10989
10990 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
10991 when `c-opt-type-concat-key' is used (i.e. in Pike).
10992
10993 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
10994 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
10995 >)".
10996
10997 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
10998 whitespace safe.
10999
11000 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11001 position for `arglist-intro', `arglist-cont-nonempty' and
11002 `arglist-close' when there are two arglist open parens on the same
11003 line and there's nothing in front of the first.
11004
11005 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11006 locking of qualified names in Java, which previously could fontify
11007 common indexing expressions in many cases. The standard Java
11008 naming conventions are used to tell them apart.
11009
11010 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11011 Fix inconsistency wrt opening parens on the first line inside a paren
11012 block.
11013
11014 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11015 compile time for the sake of `c-major-mode-is'.
11016
11017 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11018 `c-major-mode-is' in the event that this is used inside a
11019 `c-lang-defconst'.
11020
11021 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11022 `c-lang-defconst' so that it works better with fallback languages.
11023
11024 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11025 it to fail to record the base mode.
11026
11027 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11028 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11029 is used. Reorder the syntax checks to get more efficient
11030 skipping in some situations.
11031
11032 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11033 continuation which might precede the newly inserted '{'.
11034
11035 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11036 Fix cases where it could loop indefinitely.
11037
11038 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11039 size specs correctly. Only fontify identifiers in front of '('
11040 with as functions - don't accept any paren char. Tighten up
11041 initializer skipping to stop before function and class blocks.
11042
11043 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11044 the point could be left directly after an open paren when finding
11045 the beginning of the first decl in the block.
11046
11047 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11048 table when filtering out legitimate open parens to be recorded.
11049 This could cause cache inconsistencies when e.g.
11050 `c++-template-syntax-table' was temporarily in use.
11051
11052 * progmodes/cc-engine.el (c-on-identifier)
11053 (c-simple-skip-symbol-backward): Small fix for handling "-"
11054 correctly in `skip-chars-backward'. Affected the operator lfun
11055 syntax in Pike.
11056
11057 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11058 Fix bug that could cause an error from `after-change-functions' when
11059 the changed region is at bob.
11060
11061 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
11062
11063 CC Mode update to 5.30.9:
11064
11065 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11066 to say that <TAB> doesn't insert WS into a CPP line.
11067 (c-indent-command, c-tab-always-indent): Amend doc strings.
11068
11069 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11070 checks for user errors, thus eliminating cryptic and unhelpful
11071 Emacs error messages. (1) Check the arg to `c-set-style' is a
11072 string. (2) Check that settings to `c-offsets-alist' are not
11073 spuriously quoted.
11074
11075 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
11076 which precedes the newly inserted `{'.
11077
11078 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
11079
11080 Sync with Tramp 2.0.44.
11081
11082 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11083 function "tramp_file_attributes". Otherwise, file names
11084 containing spaces are misinterpreted. Reported by Magnus Henoch
11085 <mange@freemail.hu>.
11086 (tramp-handle-file-truename): FILENAME must be expanded first.
11087 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11088 obscure results. Reported by D. Goel <deego@gnufans.org>.
11089 (tramp-handle-verify-visited-file-modtime): If file does not
11090 exist, say it is not modified if and only if that agrees with the
11091 buffer's record. Check whether a file is visiting the buffer, or
11092 the buffer has no recorded last modification time. Return t in
11093 case the visiting file doesn't exist. Suggested by Luc Teirlinck
11094 <teirllm@auburn.edu>.
11095 (tramp-handle-write-region): Pass modtime explicitely to
11096 `set-visited-file-modtime', because filename can be different
11097 from (buffer-file-name) if `file-precious-flag' is set.
11098 `set-visited-file-modtime' must be called always when `visit' is t
11099 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11100 (tramp-handle-set-visited-file-modtime): If `time-list' is not
11101 nil, don't apply the whole body. If the file doesn't exists, set
11102 modtime to '(-1 65535). Suggested by Luc Teirlinck
11103 <teirllm@auburn.edu>.
11104
11105 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11106
11107 * help.el (describe-bindings): Doc fix.
11108
11109 * subr.el (kbd): Doc fix.
11110
11111 2004-08-08 John Paul Wallington <jpw@gnu.org>
11112
11113 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11114 instead of `string-to-int'.
11115 (define-ibuffer-column mode): Fix indentation.
11116
11117 2004-08-08 Lars Hansen <larsh@math.ku.dk>
11118
11119 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11120
11121 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11122
11123 * subr.el (global-unset-key, local-unset-key): Doc fixes.
11124
11125 * novice.el (disabled-command-function): New variable renamed from
11126 `disabled-command-hook'.
11127 (disabled-command-hook): Keep the _variable_ as alias for
11128 `disabled-command-function' and make obsolete.
11129 (disabled-command-function): Function renamed from
11130 `disabled-command-hook'. Adapt code to name change of the variable.
11131
11132 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
11133
11134 * simple.el (completion-root-regexp): New defvar.
11135 (completion-setup-function): Use it instead of a literal string.
11136
11137 2004-08-07 John Paul Wallington <jpw@gnu.org>
11138
11139 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11140 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11141 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11142 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11143
11144 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11145
11146 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11147 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11148
11149 2004-08-04 Kenichi Handa <handa@m17n.org>
11150
11151 * international/encoded-kb.el (encoded-kbd-setup-keymap):
11152 Fix previous change.
11153
11154 2004-08-03 Kenichi Handa <handa@m17n.org>
11155
11156 * international/encoded-kb.el: The following changes are to
11157 utilize key-translation-map instead of minor mode map.
11158 (encoded-kbd-iso2022-non-ascii-map): Delete it.
11159 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11160 (encoded-kbd-last-key): New function.
11161 (encoded-kbd-iso2022-single-shift): New function.
11162 (encoded-kbd-iso2022-designation)
11163 (encoded-kbd-self-insert-iso2022-7bit)
11164 (encoded-kbd-self-insert-iso2022-8bit)
11165 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11166 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11167 key-translation-map.
11168 (encoded-kbd-setup-keymap): Setup key-translation-map.
11169 (saved-key-translation-map): New variable.
11170 (encoded-kbd-mode): Save/restore key-translation-map.
11171 Adjust for the change of encoded-kbd-setup-keymap.
11172
11173 2004-08-02 Kim F. Storm <storm@cua.dk>
11174
11175 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11176 and call compute-motion with nil for topos and width to get proper
11177 usable width and height for both window and non-window systems.
11178
11179 * windmove.el (windmove-coordinates-of-position): Let compute-motion
11180 calculate usable window width and height.
11181
11182 * window.el (window-buffer-height): Call compute-motion with nil width.
11183
11184 2004-08-01 David Kastrup <dak@gnu.org>
11185
11186 * replace.el (query-replace-read-from):
11187 Use `query-replace-compile-replacement'.
11188 (query-replace-compile-replacement): New function.
11189 (query-replace-read-to): Use `query-replace-compile-replacement'
11190 for repeating the last command.
11191
11192 2004-08-01 John Paul Wallington <jpw@gnu.org>
11193
11194 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11195 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11196 (pr-switches): Remove period from end of error messages.
11197
11198 * help-mode.el (help-go-back): Likewise.
11199
11200 * abbrev.el (only-global-abbrevs): Doc fix.
11201 (edit-abbrevs-map): Define within defvar.
11202 (quietly-read-abbrev-file): Doc fix.
11203
11204 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11205
11206 * novice.el (enable-command, disable-command): Doc fixes.
11207
11208 * subr.el (event-modifiers, event-basic-type): Doc fixes.
11209
11210 2004-07-30 Richard M. Stallman <rms@gnu.org>
11211
11212 * subr.el (with-local-quit): Doc fix.
11213
11214 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11217
11218 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11219
11220 * custom.el (defcustom): Doc fix.
11221
11222 2004-07-28 Masatake YAMATO <jet@gyve.org>
11223
11224 * progmodes/etags.el (etags-tags-apropos): Show building progress.
11225
11226 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * imenu.el (imenu-prev-index-position-function)
11229 (imenu-extract-index-name-function, imenu-name-lookup-function)
11230 (imenu--index-alist): Docstring redundancy fix.
11231
11232 2004-07-25 Lars Hansen <larsh@math.ku.dk>
11233
11234 * wdired.el (wdired-finish-edit): Require dired-aux before locally
11235 binding dired-backup-overwrite.
11236
11237 2004-07-25 John Paul Wallington <jpw@gnu.org>
11238
11239 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
11240
11241 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11242
11243 * term/tty-colors.el (tty-color-approximate): Doc fix.
11244
11245 * select.el (x-get-selection, x-set-selection): Doc fixes.
11246
11247 * frame.el (make-frame): Doc fix.
11248
11249 2004-07-24 Richard M. Stallman <rms@gnu.org>
11250
11251 * mail/rmail.el (rmail-mime-charset-pattern):
11252 Don't include semicolon in the charset value.
11253
11254 * replace.el (occur-next-error): Call set-window-point.
11255 (occur-engine): Handle negative NLINES.
11256
11257 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
11258
11259 * frame.el (modify-all-frames-parameters): Minor doc fix.
11260 (set-frame-configuration): Doc fix.
11261
11262 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11263
11264 * simple.el (completion-setup-function): Compute the common parts
11265 and the first difference place correctly when
11266 partial-completion-mode is on.
11267
11268 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11269
11270 * ps-print.el: Doc fix.
11271 (ps-print-version): New version 6.6.5.
11272 (ps-printing-region): Doc fix.
11273 (ps-generate-string-list): Comment fix.
11274 (ps-message-log-max): Code fix.
11275
11276 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11277
11278 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
11279 generated PostScript.
11280
11281 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
11282
11283 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
11284 with Gnus v5_10 branch.)
11285
11286 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
11287
11288 * calendar/time-date.el (time-to-number-of-days): New function.
11289 Imported from from Gnus.
11290
11291 2004-07-22 Kim F. Storm <storm@cua.dk>
11292
11293 * progmodes/make-mode.el: Fix comments.
11294
11295 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11296
11297 * printing.el: Doc fix.
11298
11299 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
11300
11301 * frame.el (modify-all-frames-parameters): Minor doc fix.
11302
11303 2004-07-20 Richard M. Stallman <rms@gnu.org>
11304
11305 * textmodes/fill.el (fill-nobreak-p): If this break point is
11306 at the end of the line, don't consider the newline which follows
11307 as a reason to return t.
11308
11309 2004-07-19 John Paul Wallington <jpw@gnu.org>
11310
11311 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11312
11313 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11314
11315 * dired-aux.el (dired-do-kill-lines): Expand docstring.
11316 Delete irrelevant code.
11317
11318 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11319
11320 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11321 New docstring. From Luc Teirlinck.
11322
11323 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11326 section.
11327 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11328 non-file buffers. We know it is nil.
11329
11330 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11331
11332 Sync with Tramp 2.0.43.
11333
11334 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11335 Remove outdated comment.
11336 (tramp-locked, tramp-locker): New variables for implementing a
11337 global lock.
11338 (tramp-sh-file-name-handler): Use them to implement the global lock.
11339
11340 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
11341
11342 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
11343 calls to respective `xxx` calls.
11344 (tramp-process-alive-regexp): Precise doc string.
11345 (tramp-multi-action-process-alive): New defun.
11346 (tramp-multi-actions): Use it.
11347 (tramp-handle-find-backup-file-name): `copy-tree' is available
11348 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
11349 in order to avoid this function.
11350 (tramp-handle-write-region): Set current buffer. If connection
11351 wasn't open, `file-modes' has changed it accidently. Reported by
11352 David Kastrup <dak@gnu.org>.
11353 (tramp-enter-password, tramp-read-passwd): New arguments USER and
11354 HOST.
11355 (tramp-action-password, tramp-multi-action-password): Apply it.
11356 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11357 name must still contain the port number. Otherwise, we have two
11358 Tramp buffers, with all the confusion. Reported by Myron Selby
11359 <myron@xytech.com> and Rolf Dubitzky
11360 <Dubitzky@physi.uni-heidelberg.de>.
11361
11362 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11363 HOST to `tramp-enter-passwd'.
11364
11365 * net/tramp-vc.el (all): Code cleanup. Change all
11366 `tramp-handle-xxx' calls to respective `xxx` calls.
11367
11368 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
11369
11370 * emacs-lisp/testcover.el: New category "potentially-1valued" for
11371 functions that are not erroneous if either 1-valued or
11372 multi-valued. Detect functions in this class.
11373 (testcover-1value-functions, testcover-compose-functions)
11374 (testcover-progn-functions) Add some additional functions to lists.
11375 (testcover-mark): Bugfix when marking up the definition for an
11376 empty function.
11377
11378 2004-07-17 Richard M. Stallman <rms@gnu.org>
11379
11380 * replace.el (occur-read-primary-args): Pass default to
11381 read-from-minibuffer.
11382
11383 * mail/footnote.el (footnote-section-tag): Use defcustom.
11384
11385 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
11386 Compile font-lock-keywords, not KEYWORDS.
11387 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
11388 Add warn, check-type. Handle cerror like error.
11389
11390 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11391
11392 * progmodes/which-func.el (which-func-keymap): New var.
11393 (which-func-face): New face.
11394 (which-func-format): Use them.
11395
11396 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11397
11398 * buff-menu.el (list-buffers-noselect): Append the buffer's
11399 process status to its mode name.
11400
11401 2004-07-16 Kim F. Storm <storm@cua.dk>
11402
11403 * simple.el (inhibit-mark-movement): New defvar.
11404 (beginning-of-buffer, end-of-buffer): Do not push mark if
11405 inhibit-mark-movement is non-nil or C-u prefix is given.
11406
11407 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
11408 Init to beginning-of-buffer and end-of-buffer.
11409 (cua--undo-push-mark): New defvar.
11410 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
11411 already active and command is in cua--preserve-mark-commands.
11412 Also fix check for shift modifier on non-window systems.
11413 (cua--post-command-handler): Clear inhibit-mark-movement if set.
11414
11415 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11416
11417 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11418 of two integers, instead of a cons.
11419
11420 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11421 `visited-file-modtime' now returns a list of two integers, instead
11422 of a cons.
11423
11424 * dired.el (dired-directory-changed-p): Ditto.
11425
11426 * progmodes/grep.el (grep): Doc fix.
11427
11428 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11429
11430 * autorevert.el (auto-revert-tail-mode)
11431 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11432 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11433 in both at the same time.
11434 (auto-revert-tail-mode): New command.
11435 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11436 (auto-revert-handler): Revert only either tail or whole file.
11437
11438 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11439 add auto-revert-tail-mode.
11440
11441 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11442
11443 * printing.el: Doc fix. Change name of some funs.
11444 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
11445 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
11446 (pr-standard-file-name): New fun. Replace pr-standard-path.
11447 (pr-call-process): Code fix.
11448
11449 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
11450
11451 * subr.el (with-selected-window): Doc fix.
11452
11453 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
11454
11455 * subr.el (get-buffer-window-list): Doc fix.
11456
11457 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * files.el (switch-to-buffer-other-window): Doc fix.
11460
11461 * window.el (save-selected-window, one-window-p)
11462 (split-window-keep-point, split-window-vertically)
11463 (split-window-horizontally): Doc fixes.
11464
11465 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11466
11467 * printing.el: Doc fix. Now it uses call-process instead of
11468 shell-command for low command execution.
11469 (pr-version): New version number (6.8).
11470 (pr-shell-file-name): Option removed.
11471 (pr-shell-command): Fun removed.
11472 (pr-call-process): New fun. Replace pr-shell-command.
11473 (pr-standard-path, pr-remove-nil-from-list): New funs.
11474 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11475 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11476 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11477 (pr-ps-utility-process, pr-txt-print): Code fix.
11478
11479 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11480
11481 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11482 boolean.
11483
11484 2004-07-09 Lars Hansen <larsh@math.ku.dk>
11485
11486 * wid-edit.el (widget-field-buffer): Doc fix.
11487
11488 2004-07-09 John Paul Wallington <jpw@gnu.org>
11489
11490 * emacs-lisp/re-builder.el (reb-update-overlays):
11491 Distinguish between one and several matches in message.
11492
11493 2004-07-09 Richard M. Stallman <rms@gnu.org>
11494
11495 * mouse.el (mouse-set-region-1): If transient-mark-mode
11496 is `identity', change it to `only'.
11497
11498 * simple.el (current-word): Doc fix.
11499
11500 2004-07-09 Mark A. Hershberger <mah@everybody.org>
11501
11502 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11503 so that it is more understanding of whitespace.
11504
11505 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11506 (("ns" . "element") (attr-list) children) instead of
11507 ((:ns . "element") (attr-list) children) in order to reduce the
11508 number of symbols used.
11509 (xml-skip-dtd): Change to use xml-parse-dtd but set
11510 xml-validating-parsing to nil.
11511 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11512 (xml-substitute-entity): Remove in favor of new entity substitution.
11513 (xml-substitute-special): Rewrite in to substitute complex
11514 entities from DOCTYPE declarations.
11515 (xml-parse-fragment): Parse fragments from entity deleclarations.
11516 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11517 (xml-parse-dtd, xml-substitute-special): Make validity checks
11518 conditioned on xml-validating-parser. Add "Not Well Formed" to
11519 error messages about well-formedness.
11520
11521 2004-07-08 Steven Tamm <steventamm@mac.com>
11522
11523 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11524 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11525 Do not treat double clicks and triple clicks specially in the
11526 scroll bar (preventing strange repositioning problems)
11527
11528 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * replace.el (query-replace-regexp-eval): Fix last change.
11531
11532 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * replace.el (query-replace-descr): New fun.
11535 (query-replace-read-from, query-replace-read-args): Default to the
11536 previous from&to.
11537 (query-replace-read-to): Quote the `from' string when displaying it.
11538 (query-replace-regexp-eval): Immediately check read-only status.
11539 Use query-replace-read-from to get the \n checking.
11540 Quote the `from' string when displaying it.
11541 (map-query-replace-regexp, occur-read-primary-args):
11542 Quote the `from' string when displaying it.
11543
11544 * isearch.el (isearch-query-replace): Pass the regexp-ness and
11545 delimited-ness of the search to query-replace.
11546
11547 * replace.el (query-replace-read-from, query-replace-read-to):
11548 New funs extracted from query-replace-read-args.
11549 (query-replace-read-args): Use them.
11550
11551 * replace.el (query-replace-interactive, query-replace-read-args):
11552 Remove the `initial' special value.
11553 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11554 (occur-engine): Remove unused var `matchend'.
11555
11556 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11557 Use the search string without prompting.
11558
11559 2004-07-05 Kenichi Handa <handa@m17n.org>
11560
11561 * international/mule.el (decode-coding-inserted-region):
11562 Set last-coding-system-used only when coding is nil.
11563
11564 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11565
11566 * progmodes/grep.el (grep-compute-defaults, grep-command)
11567 (grep-program, find-program, grep-find-use-xargs, grep-history)
11568 (grep-find-history, grep-tag-default, grep-find-command)
11569 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11570 Add autoload cookies, for unbundled packages that load `compile'
11571 and expect all grep-related symbols to become defined.
11572
11573 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
11574
11575 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11576 (iimage-mode-image-search-path): New user option to search the
11577 image file.
11578 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
11579 have locate-file.
11580 (iimage-mode-buffer): Use it.
11581
11582 2004-07-03 Nick Roberts <nickrob@gnu.org>
11583
11584 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11585 carefully.
11586 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11587
11588 2004-07-03 Juri Linkov <juri@jurta.org>
11589
11590 * replace.el (query-replace-read-args): Swallow space after 'foo,
11591 not after (quote foo). Match space only immediately after symbol,
11592 not anywhere in the whole string.
11593
11594 2004-07-02 Richard M. Stallman <rms@gnu.org>
11595
11596 * replace.el (query-replace-read-args): Swallow space after
11597 symbols, not after closeparens. But avoid error if string ends there.
11598
11599 * progmodes/python.el (python-beginning-of-statement):
11600 Exit the loop if backward-up-list gets error.
11601
11602 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11603
11604 2004-07-02 Andre Spiegel <spiegel@gnu.org>
11605
11606 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11607 only if vc-consult-headers is non-nil.
11608
11609 2004-07-02 Juri Linkov <juri@jurta.org>
11610
11611 * pcvs.el (cvs-mode-diff-repository): New command.
11612
11613 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11614
11615 2004-07-01 Juri Linkov <juri@jurta.org>
11616
11617 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11618 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
11619 C-M-% to isearch-query-replace-regexp.
11620 (minibuffer-local-isearch-map): Add arrow key bindings.
11621 Bind C-f to isearch-yank-char-in-minibuffer.
11622 (isearch-forward): Doc fix.
11623 (isearch-edit-string): Doc fix.
11624 (isearch-query-replace, isearch-query-replace-regexp): New funs.
11625 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
11626 (isearch-yank-char): Add optional arg.
11627 (isearch-yank-char-in-minibuffer): New fun.
11628
11629 * replace.el (query-replace-interactive): Change type from boolean
11630 to choice. Add value `initial'.
11631 (query-replace-read-args): Handle value `initial' of
11632 query-replace-interactive.
11633
11634 2004-06-29 Kim F. Storm <storm@cua.dk>
11635
11636 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11637 (breakpoint-disabled-bitmap-face): Add :group 'gud.
11638
11639 * progmodes/ada-xref.el (ada-tight-gvd-integration):
11640 Add :group 'ada.
11641
11642 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11643
11644 2004-06-29 Juri Linkov <juri@jurta.org>
11645
11646 * replace.el (query-replace-read-args): Swallow a space after
11647 everything except )]" which in most cases means after a symbol.
11648
11649 * emacs-lisp/pp.el (pp-buffer): Add autoload.
11650
11651 2004-06-28 Richard M. Stallman <rms@gnu.org>
11652
11653 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11654 More changes to go with previous change in font-lock.el.
11655
11656 2004-06-26 David Kastrup <dak@gnu.org>
11657
11658 * replace.el (perform-replace): Highlight the match even in
11659 non-query mode if there is potential replace string editing.
11660
11661 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
11662
11663 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11664 agree with new return value of `file-remote-p'.
11665 This syncs with Tramp 2.0.42.
11666
11667 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11668 according to new documentation of `file-remote-p'.
11669
11670 * files.el (file-remote-p): Fix doc to say that return value is
11671 identification of remote system, if not nil.
11672 (file-relative-name): Use new return value of `file-remote-p'.
11673
11674 2004-06-26 Nick Roberts <nickrob@gnu.org>
11675
11676 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11677 (gdb-goto-breakpoint): Fix breakage.
11678
11679 2004-06-26 Eli Zaretskii <eliz@gnu.org>
11680
11681 * man.el (Man-getpage-in-background): Add windows-nt to the list
11682 of systems where shell-file-name should be used instead of
11683 literal "sh".
11684
11685 2004-06-25 Sam Steingold <sds@gnu.org>
11686
11687 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11688 function names `(setf symbol)'.
11689
11690 2004-06-24 Richard M. Stallman <rms@gnu.org>
11691
11692 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11693
11694 * font-lock.el (font-lock-keywords): Change format of compiled values.
11695 Document it.
11696 (font-lock-add-keywords): If font-lock-keywords is compiled,
11697 extract the uncompiled version, modify, then recompile.
11698 (font-lock-remove-keywords): Likewise.
11699 (font-lock-fontify-keywords-region): Handle changed format.
11700 (font-lock-compile-keywords): Handle changed format.
11701 (font-lock-set-defaults): Compile the keywords explicitly here.
11702
11703 2004-06-24 David Kastrup <dak@gnu.org>
11704
11705 * replace.el (query-replace-read-args): Implement `\,' and `\#'
11706 replacements here.
11707 (query-replace-regexp): Doc string explaining this and the new
11708 `\?' replacement. Remove `\,' and `\#' implementation here, as it
11709 is better placed in `query-replace-read-args'.
11710 (replace-regexp): Explain `\,', `\#' and `\?'.
11711 (replace-match-data): New function for thorough reuse/destruction
11712 of old match-data.
11713 (replace-match-maybe-edit): Function for implementing `\?' editing.
11714 (perform-replace): Fix maintaining of the match stack including
11715 already matched regions, implement `\?', fix various problems
11716 with regions while editing and other stuff.
11717 (replace-highlight): Simplify.
11718
11719 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
11720
11721 * progmodes/grep.el (grep-error-screen-columns): New variable.
11722 (grep-regexp-alist): Give it the full functionality of gnu style
11723 compilation messages with line and column ranges. Ask me for the
11724 perl script I'm working on, that uses these.
11725
11726 2004-06-23 Nick Roberts <nickrob@gnu.org>
11727
11728 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11729 Remove.
11730 (comint-insert-input, comint-mouse-insert-input): New functions
11731 based on comint-insert-clicked-input for two bindings but just
11732 one functionality.
11733
11734 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11735
11736 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11737
11738 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11739
11740 * files.el (write-contents-functions): Doc fix.
11741
11742 2004-06-21 Juanma Barranquero <lektu@terra.es>
11743
11744 * image.el (image-library-alist): Rewrite docstring in active voice.
11745
11746 2004-06-20 Richard M. Stallman <rms@gnu.org>
11747
11748 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11749
11750 * isearch.el (isearch-repeat): Avoid testing old match data.
11751 (isearch-message): Display trailing space in special font
11752 when search is failing.
11753 (isearch-search-fun-function): Doc fix.
11754
11755 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11756
11757 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
11758
11759 * frame.el (show-trailing-whitespace): Doc fix.
11760
11761 * cus-edit.el (custom-variable-documentation): New function.
11762 (custom-variable): Use it.
11763
11764 2004-06-19 Nick Roberts <nickrob@gnu.org>
11765
11766 * man.el (Man-getpage-in-background): Revert previous change but
11767 make cygwin a special case.
11768
11769 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
11770
11771 * autorevert.el (global-auto-revert-non-file-buffers):
11772 Update docstring.
11773
11774 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
11775
11776 * progmodes/compile.el (compilation-error-properties): Store one
11777 more than end-col, if present, so that transient-mark-mode will
11778 highlight last char too.
11779 * progmodes/grep.el (grep-regexp-alist): Match columns and column
11780 ranges, if present.
11781
11782 2004-06-18 Jason Rumney <jasonr@gnu.org>
11783
11784 * makefile.w32-in: Double percent signs in for loops.
11785
11786 2004-06-17 David Kastrup <dak@gnu.org>
11787
11788 * replace.el (query-replace-read-args): Only warn about use of \n
11789 and \t when we are doing a regexp replacement and the actual
11790 escaped character is n or t.
11791 (query-replace-regexp): Add \, and \# interpretation to
11792 interactive call and document it.
11793 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11794 as shortkey for replace-count.
11795 (replace-quote): New function for doubling backslashes.
11796
11797 2004-06-17 Juanma Barranquero <lektu@terra.es>
11798
11799 * files.el (parse-colon-path, cd): Mention in docstring that the
11800 path separator is colon in GNU-like systems.
11801
11802 * newcomment.el (comment-region-internal): Fix docstring.
11803
11804 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11805 (ewoc-invalidate, ewoc-collect): Doc fixes.
11806 (ewoc--create-node, ewoc--delete-node-internal):
11807 Fix typos in docstring.
11808
11809 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11810
11811 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11812 manual to docstring.
11813
11814 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11815
11816 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11817
11818 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11819
11820 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11821 Add hyperlink to emacs-xtra manual to docstring.
11822
11823 * autorevert.el (global-auto-revert-non-file-buffers):
11824 Add hyperlink to emacs-xtra manual to docstring, as well as an
11825 info-link.
11826
11827 2004-06-14 Juanma Barranquero <lektu@terra.es>
11828
11829 * image.el (image-library-alist): New variable to map image types
11830 to external libraries. Initialized to nil, unless system-specific
11831 configs change it.
11832 (image-type-available-p): Determine whether an image type is
11833 available by calling `init-image-library'.
11834
11835 * term/w32-win.el (image-library-alist): Initialize to a known set
11836 of probable library names.
11837
11838 2004-06-14 Kenichi Handa <handa@m17n.org>
11839
11840 * international/code-pages.el (windows-1256, cp1125): Fix tables
11841 for several characters.
11842
11843 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11844
11845 2004-06-13 Richard M. Stallman <rms@gnu.org>
11846
11847 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11848
11849 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11850 not "`pc-selection-mode'".
11851
11852 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
11853
11854 * simple.el (previous-matching-history-element): Specify a default.
11855
11856 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
11857
11858 * cus-face.el (custom-declare-face): Simplify code.
11859
11860 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
11861
11862 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
11863
11864 * files.el (before-save-hook): Add `time-stamp' to the options.
11865
11866 * time-stamp.el (time-stamp): Recommend adding it to
11867 `before-save-hook', rather than `write-file-functions'.
11868 Make a similar change in `Commentary' section.
11869
11870 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11871
11872 * diff-mode.el (diff-current-defun): If at start of hunk, use
11873 position of first change.
11874
11875 2004-06-13 Lars Hansen <larsh@math.ku.dk>
11876
11877 * dired-x.el (dired-mark-omitted): Bind to "*O".
11878
11879 2004-06-12 Karl Fogel <kfogel@red-bean.com>
11880
11881 * bookmark.el (bookmark-bmenu-relocate): New function, as
11882 suggested by David J. Biesack <David.Biesack@sas.com>.
11883 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
11884 (bookmark-bmenu-mode): Describe binding in doc string.
11885 (bookmark-set-filename): Save the bookmark list if it's time.
11886
11887 2004-06-13 Kenichi Handa <handa@m17n.org>
11888
11889 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
11890 (ccl-untranslated-to-ucs): Fix typo.
11891
11892 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11893
11894 * progmodes/python.el (python-open-block-statement-p):
11895 Fix indentation after a block opening that contains a comment.
11896
11897 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
11898
11899 * bindings.el (completion-ignored-extensions): Add file extensions
11900 of Python byte-compiled files.
11901
11902 2004-06-12 Juri Linkov <juri@jurta.org>
11903
11904 * info.el (Info-goto-node): Add autoload.
11905 (Info-toc): Add substring-no-properties on Info file name.
11906 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11907 (Info-mode-map): Bind L to Info-history, T to Info-toc.
11908
11909 2004-06-12 Kenichi Handa <handa@m17n.org>
11910
11911 * international/mule-cmds.el (set-language-environment):
11912 Load subst tables if necessary.
11913
11914 * international/mule.el (decode-char): Load subst tables if necessary.
11915 (encode-char): Likewise.
11916
11917 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
11918 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
11919 (utf-16le-decode-loop): Set r5 to -1 before loop.
11920 (utf-16be-decode-loop): Likewise.
11921 (ccl-decode-mule-utf-16le): Add EOF processing block.
11922 (ccl-decode-mule-utf-16be): Likewise.
11923 (ccl-decode-mule-utf-16le-with-signature): Likewise.
11924 (ccl-decode-mule-utf-16be-with-signature): Likewise.
11925 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
11926 (ccl-mule-utf-16-encode-untrans): New CCL.
11927 (utf-16-decode-to-ucs): Handle pre-read character.
11928 (utf-16le-encode-loop): Handle surrogate pair.
11929 (utf-16be-encode-loop): Likewise.
11930 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
11931 of utf-16le-encode-loop.
11932 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
11933 of utf-16be-encode-loop.
11934 (mule-utf-16-post-read-conversion):
11935 Call utf-8-post-read-conversion at first.
11936 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
11937 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
11938 Add post-read-conversion and pre-write-conversion.
11939
11940 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
11941 (utf-translate-cjk-unicode-range): New variable.
11942 (utf-translate-cjk-load-tables): New function.
11943 (utf-lookup-subst-table-for-decode): New function.
11944 (utf-lookup-subst-table-for-encode): New function.
11945 (utf-translate-cjk-mode): Init-value changed to t. Don't load
11946 tables here. Update safe-charsets of utf-* coding systems.
11947 (ccl-mule-utf-untrans): New CCL.
11948 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
11949 at end of each branch.
11950 (ccl-mule-utf-8-encode-untrans): New CCL.
11951 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
11952 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
11953 length of encoding. Don't return r0.
11954 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
11955 (utf-8-post-read-conversion): Narrow to region properly.
11956 If utf-translate-cjk-mode is on, load tables if necessary.
11957 Call utf-8-compose with hash-table arg if necessary.
11958 Call XXX-compose-region instead of XXX-post-read-convesion.
11959 (utf-8-pre-write-conversion): New function.
11960 (mule-utf-8): Include CJK charsets in safe-charsets if
11961 utf-translate-cjk-mode is on. Add pre-write-conversion.
11962
11963 * international/characters.el: Temporarily set
11964 utf-translate-cjk-mode to nil.
11965
11966 * language/devan-util.el (devanagari-compose-region):
11967 Add autoload cookie.
11968
11969 * international/ccl.el (ccl-dump-call): Fix printing the
11970 subroutine name.
11971
11972 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
11973
11974 * dired.el (dired-revert): If buffer is marked unmodified before
11975 reverting, keep it marked unmodified.
11976 Adapt to new conventions for commenting out code.
11977 (dired-make-relative): Adapt to new conventions for commenting out code.
11978
11979 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
11980
11981 * eshell/esh-module.el (eshell-load-defgroups):
11982 Bind `vc-handled-backends' to nil when opening files.
11983
11984 2004-06-11 Juanma Barranquero <lektu@terra.es>
11985
11986 * files.el (parse-colon-path, cd): Doc fixes (refer to
11987 `path-separator', not colon).
11988
11989 2004-06-10 Juanma Barranquero <lektu@terra.es>
11990
11991 * newcomment.el (comment-search-forward)
11992 (comment-search-backward): Fix typos in docstring.
11993 (comment-region): Doc fix.
11994
11995 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
11996
11997 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
11998 switch is no longer stored in `dired-switches-alist'.
11999
12000 * dired-aux.el (dired-insert-subdir): Do not store R switch in
12001 `dired-switches-alist'.
12002
12003 2004-06-10 Kim F. Storm <storm@cua.dk>
12004
12005 * pcvs.el (cvs-mode-diff-yesterday): New command.
12006
12007 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12008
12009 2004-06-10 Juri Linkov <juri@jurta.org>
12010
12011 * emacs-lisp/edebug.el (edebug-eval-defun):
12012 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12013 Fix docstring.
12014
12015 * simple.el (eval-expression-print-format): Don't print additional
12016 information on the first call to `eval-print-last-sexp'.
12017 (next-error-find-buffer): Fix punctuation.
12018 (killing) <defgroup>: Fix punctuation.
12019 (yank-excluded-properties): Change group from editing to killing.
12020
12021 * replace.el (perform-replace): Use `limit' to terminate the
12022 while-loop explicitly.
12023
12024 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12025
12026 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12027 Use lc-*.xpm as prefix instead of *-locol.xpm.
12028
12029 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12030 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12031 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12032 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12033 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12034 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12035 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12036 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12037 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12038 * toolbar/lc-up_arrow.xpm:
12039 Rename from *-locol.xpm.
12040
12041 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
12042
12043 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12044 include forms like &<str>; as valid url patterns.
12045
12046 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * dired.el (dired-diff, dired-backup-diff)
12049 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12050 (dired-do-chown, dired-do-touch, dired-do-print)
12051 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12052 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12053 (dired-create-directory, dired-do-copy, dired-do-symlink)
12054 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12055 (dired-do-copy-regexp, dired-do-hardlink-regexp)
12056 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12057 (dired-maybe-insert-subdir, dired-next-subdir)
12058 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12059 (dired-kill-subdir, dired-tree-up, dired-tree-down)
12060 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12061 (dired-run-shell-command, dired-query): Remove redundant,
12062 or incorrect, autoloads.
12063
12064 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12065 does not end in a slash. Add optional argument KILL-ROOT.
12066 Update docstring.
12067 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12068 (dired-query): Add autoloads.
12069
12070 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
12071
12072 * progmodes/compile.el (compilation-set-window-height):
12073 Rearrange the save-* functions because a buffer can have several current
12074 point in different windows.
12075 (compilation-error-regexp-alist-alist): Recognize {standard input}
12076 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12077
12078 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12079
12080 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12081 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12082 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12083 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12084 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12085 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12086 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12087 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12088 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12089 * toolbar/up_arrow-locol.xpm:
12090 New versions of icons that uses fewer colors.
12091
12092 * toolbar/tool-bar.el (tool-bar-local-item)
12093 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12094 if display-color-cells is 256 or less.
12095
12096 2004-06-08 Kim F. Storm <storm@cua.dk>
12097
12098 * wid-edit.el (widget-specify-button): Use hand pointer rather
12099 than mouse-face as visible mouse-over effect.
12100
12101 2004-06-07 Karl Fogel <kfogel@red-bean.com>
12102
12103 * saveplace.el (save-place-alist-to-file): Bind `print-length'
12104 and `print-level' to nil when writing out `save-place-alist'.
12105 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12106
12107 2004-06-07 Juanma Barranquero <lektu@terra.es>
12108
12109 * completion.el (completion-kill-region): Doc fix.
12110
12111 * format.el (format-insert-annotations)
12112 (format-annotate-location): Doc fixes.
12113 (format-subtract-regions): Make arguments match their use in docstring.
12114
12115 * simple.el (kill-region): Doc fix.
12116
12117 * subr.el (insert-buffer-substring-no-properties)
12118 (insert-buffer-substring-as-yank): Doc fixes.
12119
12120 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
12121
12122 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12123 Update docstring.
12124 (dired-reset-subdir-switches): New function.
12125
12126 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12127 Limit scope of `buffer-read-only' binding.
12128
12129 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
12130
12131 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12132 eshell-explicit-command-char.
12133
12134 2004-06-06 Juanma Barranquero <lektu@terra.es>
12135
12136 * help-fns.el (help-argument-name): Inherit from italic face only
12137 if the frame supports it.
12138
12139 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12140
12141 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12142 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12143 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12144 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12145 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12146 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12147 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12148 New conversions from xpm files.
12149
12150 * toolbar/README: New file.
12151
12152 2004-06-06 Richard M. Stallman <rms@gnu.org>
12153
12154 * isearch.el (isearch-mode-map): Undo previous change.
12155
12156 2004-06-05 Juri Linkov <juri@jurta.org>
12157
12158 * bindings.el (debug-ignored-errors): Add regexps for history
12159 related messages. Remove $ from "No further undo information".
12160 Move Ediff's messages to ediff.el.
12161
12162 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12163
12164 * cus-edit.el (custom-display): Add `min-colors'.
12165
12166 * custom.el (defface): Add `supports' to docstring.
12167
12168 * help-fns.el (help-argument-name): Add :group 'help.
12169
12170 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
12171
12172 * find-dired.el (find-ls-subdir-switches): New user option.
12173 (find-dired): No longer call `abbreviate-file-name' on DIR.
12174 Set `dired-subdir-switches' buffer-locally.
12175
12176 * locate.el: Merge the two `Commentary' sections.
12177 (locate-ls-subdir-switches): New user option.
12178 (locate): Update for other changes.
12179 (locate-mode-map): Restore Dired binding for mouse-2.
12180 Bind `locate-mouse-view-file' to M-mouse-2.
12181 Bind `l' to `locate-do-redisplay'.
12182 (locate-main-listing-line-p, locate-do-redisplay): New functions.
12183 (locate-mouse-view-file, locate-tags, locate-find-directory):
12184 Print message if used outside main listing.
12185 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
12186 Various changes to support inserted subdirectories.
12187 (locate-insert-header): Change header of *Locate* buffer.
12188
12189 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12190 Change interactive default switches.
12191 (dired-rename-subdir-2): Update `dired-switches-alist'.
12192 (dired-insert-subdir, dired-kill-subdir):
12193 Handle `dired-switches-alist'. Do not mark buffer modified.
12194 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12195 (dired-insert-subdir-doinsert): Omit messages.
12196 Handle `dired-subdir-switches'.
12197 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12198
12199 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12200 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12201 subdirs if -R switch is used for a subdir.
12202 (dired-mode): Set `dired-switches-alist'.
12203 (dired-build-subdir-alist): Only print number of directories in
12204 echo area when invoked interactively.
12205
12206 2004-06-05 Lars Hansen <larsh@math.ku.dk>
12207
12208 * dired-x.el (dired-omit-mode): Rename from
12209 dired-omit-files-p. Use define-minor-mode to define it.
12210 (dired-omit-files-p): Add as alias for dired-omit-mode.
12211 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
12212 dired-mark-omitted.
12213 (dired-mark-omitted): Add. Bind to M-O.
12214
12215 2004-06-05 Kenichi Handa <handa@m17n.org>
12216
12217 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12218
12219 2004-06-05 Juanma Barranquero <lektu@terra.es>
12220
12221 * help-fns.el (help-argument-name): Reintroduce face.
12222 (help-default-arg-highlight): Use it, now that
12223 `face-differs-from-default-p' can be trusted.
12224
12225 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12226
12227 * textmodes/table.el: Sentence commands added to Point Motion
12228 group; kill and backward-kill commands added to Extraction group.
12229
12230 2004-06-04 Mario Lang <mlang@delysid.org>
12231
12232 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12233 systems appear to use mW, make the code handle this. Fix a
12234 division-by-zero bug while at it, and handle kernels with
12235 a slightly different layout in /proc/acpi.
12236
12237 2004-06-04 Karl Fogel <kfogel@red-bean.com>
12238
12239 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
12240 because the latter is a CL-ism. This fixes the bug reported by
12241 Shawn Boyette <mdxi@collapsar.net> in
12242 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
12243
12244 2004-06-04 Miles Bader <miles@gnu.org>
12245
12246 * faces.el (display-supports-face-attributes-p): Function moved to
12247 C code. Previously only the tty-related portion of this function
12248 was done in C; however the previous attempt to do a halfway-proper
12249 job for non-tty displays in lisp didn't work properly because of
12250 funny conditions during Emacs startup.
12251 (face-differs-from-default-p): Simplify, now that
12252 display-supports-face-attributes-p works properly on all display
12253 types. Remove :stipple from comparison; it doesn't really work
12254 in emacs anyway.
12255
12256 2004-06-04 Miles Bader <miles@gnu.org>
12257
12258 * faces.el (face-differs-from-default-p): Use a different
12259 implementation, so we can really check whether FACE displays
12260 differently or not.
12261
12262 2004-06-04 Miles Bader <miles@gnu.org>
12263
12264 * faces.el (display-supports-face-attributes-p): Implement a
12265 `different from default' check for non-tty displays.
12266
12267 2004-06-03 David Kastrup <dak@gnu.org>
12268
12269 * woman.el (woman-mapcan): More concise code.
12270 (woman-topic-all-completions, woman-topic-all-completions-1)
12271 (woman-topic-all-completions-merge): Replace by a simpler and
12272 much faster implementation based on O(n log n) sort/merge instead
12273 of the old O(n^2) behavior.
12274
12275 2004-06-03 Miles Bader <miles@gnu.org>
12276
12277 * subr.el (read-number): Use canonical format for default in prompt.
12278
12279 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
12280 Add regexp for " [...]" style defaults.
12281
12282 2004-06-02 Romain Francoise <romain@orebokech.com>
12283
12284 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
12285 groups: if the user asks for a hidden buffer, open the
12286 corresponding filter group to expose it.
12287
12288 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
12289 `ibuffer-jump-to-buffer'.
12290 (ibuffer-jump-offer-only-visible-buffers): New user option.
12291
12292 2004-06-02 Juanma Barranquero <lektu@terra.es>
12293
12294 * faces.el (frame-update-faces): Add empty docstring so the one
12295 for `ignore' doesn't show through.
12296
12297 * subr.el (process-kill-without-query): Remove spurious "\n" on
12298 obsolescence string.
12299 (focus-frame, unfocus-frame): Add obsolescence declaration and
12300 empty docstring.
12301
12302 * international/mule.el (register-char-codings): Make alias for
12303 `ignore'. Move docstring to obsolescence info and remove redundancy.
12304
12305 2004-06-02 Kim F. Storm <storm@cua.dk>
12306
12307 * frame.el (blink-cursor-start): Turn cursor off initially so blink
12308 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12309
12310 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * comint.el (comint-replace-by-expanded-history-before-point):
12313 Obey `start' as the docstring says.
12314 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12315 (comint-update-fence): Prevent font-lock from running unnecessarily.
12316 (comint-dynamic-list-completions): Use with-current-buffer.
12317
12318 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12319
12320 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12321 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12322 (bibtex-entry-update): Handle alternatives and optional fields.
12323 (bibtex-parse-entry): Bugfix, handle empty key.
12324
12325 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * vc-arch.el (vc-arch-state): Don't assume the file exists.
12328
12329 2004-05-31 Lars Hansen <larsh@math.ku.dk>
12330
12331 * desktop.el (desktop-save): Don't save minor modes without a
12332 known mode initialization function.
12333
12334 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
12335
12336 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12337
12338 * autorevert.el: Update `Commentary' section.
12339
12340 2004-05-30 Juanma Barranquero <lektu@terra.es>
12341
12342 * dos-fns.el (convert-standard-filename):
12343 * files.el (convert-standard-filename):
12344 * w32-fns.el (convert-standard-filename):
12345 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12346
12347 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12348
12349 Sync with Tramp.
12350
12351 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12352 (tramp-let-maybe): Move to an earlier spot in the file.
12353 Patch by Andreas Schwab.
12354
12355 2004-05-30 Andreas Schwab <schwab@suse.de>
12356
12357 * dired.el (dired-get-filename): Don't use dired-re-dot.
12358
12359 2004-05-30 Richard M. Stallman <rms@gnu.org>
12360
12361 * files.el (find-file): Doc fix.
12362
12363 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12364
12365 2004-05-30 Nick Roberts <nickrob@gnu.org>
12366
12367 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12368 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12369 modeline of the locals buffer.
12370 (gdb-goto-breakpoint): Handle gdbmi.
12371 (gdb-get-frame-number): Change for gdbmi.
12372
12373 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12374
12375 * files.el (file-remote-p): Apply file name handler for operation
12376 `file-remote-p'. It isn' a property any longer.
12377 (file-relative-name): `fh' and `fd' get the required value via
12378 `find-file-name-handler' already.
12379
12380 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
12381 (top): Remove setting of `file-remote-p' property for
12382 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
12383
12384 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
12385
12386 Version 2.0.41 of Tramp released.
12387
12388 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
12389 Throw away if process has died.
12390 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
12391 (tramp-out-of-band-prompt-regexp): Rename to
12392 `tramp-process-alive-regexp', because its usage is widen.
12393 (tramp-actions-copy-out-of-band): Apply it.
12394 (tramp-actions-before-shell, tramp-multi-actions):
12395 Add `tramp-action-process-alive' action.
12396 (tramp-action-process-alive): New defun.
12397 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12398 Add entry for `file-remote-p'.
12399 (tramp-handle-file-remote-p): New defun.
12400 (top): Remove setting of `file-remote-p'. Don't set
12401 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
12402
12403 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12404 `file-remote-p'.
12405
12406 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
12407 counted for (last) line. [They should or they shouldn't? --Stef]
12408 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
12409
12410 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
12411
12412 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
12413 not really necessary but seems to keep the shell history smaller
12414 in some cases. It is no substitute for setting HISTFILE and
12415 HISTSIZE from tramp-open-connection-setup-interactive-shell,
12416 though. Suggested by Luc Teirlinck.
12417 (tramp-open-connection-setup-interactive-shell): Export variables
12418 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
12419 (tramp-set-process-query-on-exit-flag): New compat function.
12420 (tramp-open-connection-multi, tramp-open-connection-su)
12421 (tramp-open-connection-rsh, tramp-open-connection-telnet)
12422 (tramp-do-copy-or-rename-file-out-of-band): Use it.
12423 (tramp-let-maybe): New macro, let-binds a variable only if it
12424 isn't obsolete.
12425 (tramp-check-ls-commands, tramp-handle-expand-file-name)
12426 (tramp-handle-file-truename): Use it.
12427 (tramp-completion-file-name-regexp-unified): Avoid matching
12428 filenames starting with "/:" -- those are reserved for
12429 file-name-non-special.
12430
12431 * tramp-smb.el (tramp-smb-open-connection):
12432 Use tramp-set-process-query-on-exit-flag compat function.
12433
12434 2004-05-29 Richard M. Stallman <rms@gnu.org>
12435
12436 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12437
12438 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12439 (eval-last-sexp-print-value): Print char equivalent regardless
12440 of standard-output value.
12441
12442 * thumbs.el (thumbs-subst-char-in-string): Delete.
12443 (thumbs-thumbname): Use subst-char-in-string.
12444 (thumbs-resize-image): Use condition-case, not ignore-errors.
12445 (thumbs-kill-buffer): Likewise.
12446
12447 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
12448 (thumbs-mode): Make buffer read-only.
12449 (thumbs-make-thumb): Unconditionally accept an existing file.
12450 (thumbs-insert-thumb): Add thumb-image-file property to the image.
12451 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12452 (thumbs-show-thumbs-list): Error if images not supported.
12453 (thumbs-save-current-image): Improve prompt string.
12454 (thumbs-mode-map): Define u, R, x.
12455 (thumbs-unmark): New command.
12456 (thumbs-emboss-image): Minor cleanup.
12457 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12458 (thumbs-rename-images): New command.
12459 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
12460
12461 * thumbs.el (thumbs-current-image): New function.
12462 (thumbs-file-list, thumbs-file-alist): New functions.
12463 (thumbs-find-image): Delete arg L.
12464 Don't set up thumbs-fileL as buffer-local global var.
12465 (thumbs-find-image-at-point): Use thumbs-current-image.
12466 (thumbs-set-image-at-point-to-root-window): Likewise.
12467 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12468 Record and warn about errors. Update thumbs-markedL for deletions.
12469 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12470 (thumbs-redraw-buffer): Use thumbs-file-list.
12471 (thumbs-mark): Use thumbs-current-image.
12472 (thumbs-show-name): Use thumbs-current-image.
12473
12474 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12475 and imenu--last-menubar-index-alist.
12476
12477 * subr.el (with-selected-window): Undo previous change.
12478
12479 2004-05-29 John Paul Wallington <jpw@gnu.org>
12480
12481 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12482 (thumbs-mouse-find-image): New command.
12483 (thumbs-mode-map): Bind it to mouse-2.
12484 (thumbs-mode): Make mode-class special.
12485 (thumbs-view-image-mode): Likewise.
12486
12487 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
12488
12489 * flymake.el: New file.
12490
12491 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
12492
12493 * files.el (find-file-noselect-1): Do not bind
12494 `inhibit-read-only' to t during execution of
12495 `find-file-not-found-functions'.
12496
12497 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12500 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12501
12502 2004-05-28 Juri Linkov <juri@jurta.org>
12503
12504 * simple.el (eval-expression-print-format): New fun.
12505
12506 * simple.el (eval-expression):
12507 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12508 * emacs-lisp/edebug.el (edebug-compute-previous-result)
12509 (edebug-eval-expression): Print additionally the value returned by
12510 `eval-expression-print-format'.
12511
12512 * emacs-lisp/lisp.el (insert-pair-alist): New var.
12513 (insert-pair): Make arguments optional. Find character pair
12514 from `insert-pair-alist' according to the last input event.
12515 (insert-parentheses): Make arguments optional.
12516 (raise-sexp, delete-pair): New funs.
12517
12518 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12519 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12520 Bind C-M-q to `indent-pp-sexp'.
12521
12522 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12523 `pp-to-string' modified to be able to format text with newlines.
12524 (pp-to-string): Move the buffer-formatting part of the code to
12525 `pp-buffer'. Call `pp-buffer'.
12526
12527 * info.el (Info-desktop-buffer-misc-data): Don't save information
12528 about virtual files.
12529 (Info-restore-desktop-buffer): Restore Info buffers in prepared
12530 buffers with names obtained from the desktop file instead of the
12531 default *info* buffer.
12532
12533 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * subr.el (with-selected-window): Only save/restore the selected window.
12536
12537 * progmodes/compile.el (compilation-error-regexp-alist):
12538 Use expand-file-name and data-directory.
12539
12540 * progmodes/grep.el (grep-tree): Rework previous fix.
12541
12542 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12543 after the user marked text with the mouse.
12544
12545 * startup.el (command-line): Keep the first regexp of
12546 auto-save-file-name-transforms intact.
12547
12548 2004-05-28 Juanma Barranquero <lektu@terra.es>
12549
12550 * cus-edit.el (customize-face, customize-face-other-window)
12551 (custom-face-edit-delete): Make arguments match their use in
12552 docstring.
12553 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12554 docstring.
12555
12556 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12557 not `cvs-butlast'.
12558
12559 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12560 `nbutlast' are in subr.el).
12561
12562 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12563 (set-w32-system-coding-system): Doc fixes.
12564
12565 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12566 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12567 Make arguments match their use in docstring.
12568 (artist-draw-region-trim-line-endings)
12569 (artist-mouse-choose-operation): Fix typo in docstring.
12570 (artist-key-set-point-common): Doc fix.
12571
12572 2004-05-28 Simon Josefsson <jas@extundo.com>
12573
12574 * mail/smtpmail.el (smtpmail-open-stream):
12575 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12576
12577 2004-05-26 Simon Josefsson <jas@extundo.com>
12578
12579 * starttls.el: Merge with my GNUTLS based starttls.el.
12580 (starttls-gnutls-program, starttls-use-gnutls)
12581 (starttls-extra-arguments, starttls-process-connection-type)
12582 (starttls-connect, starttls-failure, starttls-success): New variables.
12583 (starttls-program, starttls-extra-args): Doc fix.
12584 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12585 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12586 and pass on to corresponding *-gnutls function if it is set.
12587
12588 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
12589
12590 * autorevert.el (auto-revert-handler): Disable auto-reverting of
12591 remote files.
12592
12593 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
12594
12595 * files.el (file-name-non-special): There are more operations
12596 which need handling: `find-backup-file-name',
12597 `insert-file-contents', `verify-visited-file-modtime',
12598 `write-region'. Rename t value of method to `add'. Add new
12599 methods `quote' and `unquote-then-quote' to file-arg-indices.
12600
12601 2004-05-25 Juri Linkov <juri@jurta.org>
12602
12603 * info.el (Info-toc): Call Info-mode on intermediate buffer.
12604 (Info-index-nodes): Enclose code in condition-case to catch errors.
12605 (Info-index-node): Don't search all index nodes if request is only
12606 for the current node and file is not in the cache of index nodes.
12607 (Info-mode-map): Bind Info-copy-current-node-name to `w'
12608 for consistency with dired-copy-filename-as-kill.
12609 Bind `S' to Info-search-case-sensitively.
12610 (Info-copy-current-node-name): New arg. With zero prefix arg put
12611 the name inside a function call to `info'. Display copied text in
12612 the echo area.
12613
12614 2004-05-25 Sam Steingold <sds@gnu.org>
12615
12616 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12617 strip the package prefix from the symbol name, if any.
12618 Make it the `find-tag-default-function' for `lisp-mode'.
12619
12620 2004-05-25 John Paul Wallington <jpw@gnu.org>
12621
12622 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12623 instead of obsolete `process-kill-without-query'.
12624
12625 * textmodes/texinfmt.el (texinfo-indexvar-alist):
12626 Declare as variable, not constant.
12627
12628 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
12629
12630 * files.el (find-file-noselect-1): Fix bug introduced by
12631 Revision 1.694. As a side effect, `inhibit-read-only'
12632 is again, by default, t during execution of
12633 `find-file-not-found-functions'.
12634 (insert-directory): Check that lines were really inserted by
12635 the --dired switch, before erasing them.
12636
12637 2004-05-24 Nick Roberts <nickrob@gnu.org>
12638
12639 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12640 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12641 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12642 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12643 gud-minor-mode (gdbmi).
12644
12645 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
12646
12647 * net/browse-url.el (browse-url-interactive-arg): Enable user to
12648 explicitly select the text to be taken as URL.
12649
12650 2004-05-23 Juri Linkov <juri@jurta.org>
12651
12652 * info.el (Info-index-nodes): New var and fun.
12653 (Info-goto-index, Info-index, info-apropos)
12654 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12655 (Info-index): Fix docstring. Store and restore Info-history-list.
12656 (Info-complete-nodes): New var.
12657 (Info-complete-menu-item): Use it.
12658 (Info-index-node): New fun.
12659 (Info-final-node, Info-forward-node, Info-backward-node)
12660 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12661 Use Info-index-node.
12662 (Info-extract-menu-item, Info-extract-menu-counting): Set second
12663 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12664 (Info-find-node-2): If a node with period in its name not found,
12665 try to find a node without the name part after period.
12666 (Info-select-node): Call Info-fontify-node only if
12667 Info-fontify-maximum-menu-size is not nil.
12668 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12669 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12670 Preserve Info-history-list.
12671 (Info-toc): Set Info-current-file.
12672 (Info-build-toc): Move point to the beginning of the buffer.
12673 Add main-file variable.
12674 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12675 Use backslashed representation of the control character ^_.
12676
12677 * textmodes/texinfmt.el (texinfo-print-index): Print index line
12678 numbers in the new Texinfo 4.7 format.
12679
12680 * add-log.el (change-log-font-lock-keywords): Remove `:' from
12681 regexps for function and variable names.
12682
12683 * descr-text.el (describe-property-list): Add [show] button for
12684 `syntax-table' property with action to pp to a separate buffer.
12685 (describe-char): Replace search-forward by re-search-forward with
12686 whitespace regexp after "character:" to not fail in too narrow windows.
12687
12688 * simple.el (next-error-find-buffer): Add a rule to return
12689 next-error capable buffer if one window on the selected frame
12690 displays such buffer.
12691
12692 2004-05-23 Nick Roberts <nickrob@gnu.org>
12693
12694 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12695 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12696 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12697 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12698 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12699 Handle new value for gud-minor-mode (gdbmi).
12700 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12701 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12702 Change from local to global gdb variable set.
12703 (gdb-ann3): Initialise above gdb variable set.
12704 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12705 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12706 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12707 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12708 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12709 (gdb-info-locals-handler, gdb-invalidate-assembler)
12710 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12711 set as global variables.
12712 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12713 Handle gdbmi.
12714 (gdb-info-breakpoints-custom): Fix regexp.
12715 (def-gdb-var): Delete.
12716
12717 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12718 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12719 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12720 a new mode. The file (gdb-mi.el) for this mode will be included
12721 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12722 primary interface.
12723
12724 2004-05-23 Jesper Harder <harder@ifa.au.dk>
12725
12726 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12727 interpreted as a directory.
12728
12729 2004-05-22 Richard M. Stallman <rms@gnu.org>
12730
12731 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12732 as a close quote.
12733
12734 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12735
12736 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12737 Use assoc-string, not assoc-ignore-case.
12738
12739 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12740
12741 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12742 If moving back then fwd gets a defun that ends before point,
12743 try again moving fwd then back.
12744
12745 * files.el (file-name-non-special): Allow t in file-arg-indices
12746 to mean requote the return value. Use `identity' as an element
12747 rather than as the whole value.
12748
12749 * gs.el (gs-options): Add -dSAFER. Mark it risky.
12750
12751 2004-05-22 Juanma Barranquero <lektu@terra.es>
12752
12753 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12754 `help-make-usage'.
12755 (help-highlight-arguments): Skip function name before searching
12756 for arguments.
12757
12758 2004-05-21 Juanma Barranquero <lektu@terra.es>
12759
12760 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12761 Don't mention in the docstring these arguments meant for
12762 internal (recursive) use only.
12763 (allout-char-spec): Comment out (it's not implemented).
12764 (allout-old-expose-topic, allout-exposure): Fix docstring and add
12765 obsolescence declaration.
12766 (allout-flatten-exposed-to-buffer)
12767 (allout-indented-exposed-to-buffer): Fix typos in docstring.
12768 (my-mark-marker): Doc fix.
12769 (produce-allout-mode-map, allout-sibling-index)
12770 (allout-isearch-expose, allout-distinctive-bullet)
12771 (allout-open-topic, allout-reindent-body)
12772 (allout-rebullet-heading, allout-process-exposed)
12773 (allout-insert-listified, allout-latex-verb-quote)
12774 (allout-insert-latex-header, allout-insert-latex-trailer):
12775 Make arguments match their use in docstring.
12776 (allout-primary-bullet, allout-old-style-prefixes)
12777 (allout-inhibit-protection, allout-init, allout-mode)
12778 (allout-before-change-protect, allout-flag-region):
12779 Use "Emacs" instead of "emacs" in docstrings.
12780
12781 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12782
12783 * international/characters.el: Modify syntax of more characters.
12784
12785 2004-05-21 Masatake YAMATO <jet@gyve.org>
12786
12787 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12788 (etags-tags-completion-table): Show parsing progress.
12789
12790 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12791
12792 * locate.el (locate-prompt-for-command): Shorten first line of
12793 docstring.
12794 (locate-mode): Expand docstring and include keymap summary.
12795
12796 * files.el (find-file-noselect-1): Limit the scope of the
12797 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
12798 is, by default, nil during the execution of
12799 `find-file-not-found-functions' and `find-file-hook'.
12800
12801 2004-05-20 Michael Mauger <mmaug@yahoo.com>
12802
12803 * facemenu.el (facemenu-color-name-equal): New function.
12804 (list-colors-display): Use it to compare colors instead of
12805 facemenu-color-equal.
12806
12807 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
12808
12809 * compare-w.el (compare-windows-face): Use min-colors instead of
12810 checking for tty or pc types.
12811
12812 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12815 (completion-setup-function): Use with-current-buffer.
12816 Properly save excursion. Simplify.
12817 Don't assume there is necessarily a `mouse-face' property somewhere.
12818
12819 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12820
12821 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
12822
12823 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12824 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12825 Use with-current-buffer.
12826 (byte-goto-log-buffer): Delete.
12827 (byte-compile-log-file): Call compilation-forget-errors.
12828
12829 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12830
12831 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12832 output messages into the search result.
12833
12834 2004-05-19 Masatake YAMATO <jet@gyve.org>
12835
12836 * wid-edit.el (widget-radio-button-notify): Revert my last
12837 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12838
12839 2004-05-19 Kenichi Handa <handa@m17n.org>
12840
12841 * international/characters.el: Fix syntax (open/close) of CJK chars.
12842
12843 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12844
12845 * help-mode.el (help-go-back): Don't depend on position of back button.
12846
12847 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12850 files files don't contain an accidental additional /.
12851
12852 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
12853 in source buffer.
12854
12855 2004-05-18 Masatake YAMATO <jet@gyve.org>
12856
12857 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
12858 to widget-apply. :action method assumes 2 arguments, not 3.
12859
12860 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
12861
12862 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12863 New constants.
12864 (hs-special-modes-alist): Add an f90-mode entry.
12865
12866 2004-05-17 Sam Steingold <sds@gnu.org>
12867
12868 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12869 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
12870
12871 2004-05-16 Kim F. Storm <storm@cua.dk>
12872
12873 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
12874
12875 2004-05-15 John Wiegley <johnw@newartisans.com>
12876
12877 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
12878 (eshell-output-object-to-target): Improve output speed 20% by not
12879 calling `eshell-stringify' if something is already known to be a string.
12880
12881 2004-05-15 Alex Ott <ott@jet.msk.su>
12882
12883 * textmodes/ispell.el (ispell-local-dictionary-alist):
12884 Add windows-1251 to the choice of coding systems.
12885 (ispell-dictionary-alist-6): Add support for "russianw.aff",
12886 encoded in cp1251.
12887
12888 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
12889
12890 * progmodes/compile.el (compilation-warning-face)
12891 (compilation-info-face): Use min-colors.
12892
12893 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12894
12895 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
12896 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
12897 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
12898 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
12899 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
12900 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
12901 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
12902 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
12903 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
12904 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
12905 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
12906 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
12907 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
12908 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
12909
12910 2004-05-15 Kim F. Storm <storm@cua.dk>
12911
12912 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
12913 Use it to set triggered-p element of timer.
12914 (timer-event-handler): Set triggered-p element non-nil while running
12915 the timer function.
12916
12917 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * descr-text.el (describe-char-unicode-data)
12920 (describe-char-unicodedata-file): Re-enable the unicode code now that
12921 the licensing issues have been cleared in the unicode-4 license.
12922 (describe-text-properties-1): Remove unused `overlay' var.
12923 (describe-char): Remove unused var `buffer'.
12924
12925 2004-05-14 David Ponce <david@dponce.com>
12926
12927 * tree-widget.el: New file.
12928
12929 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
12930
12931 * language/european.el ("Brazilian Portuguese"): Add support for
12932 Brazilian Portuguese.
12933
12934 2004-05-13 John Wiegley <johnw@newartisans.com>
12935
12936 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
12937 `recentf-mode' if this variable has been customized to t.
12938
12939 * eshell/esh-test.el (eshell-test): Call the function
12940 `emacs-version' rather than trying to build a custom version string.
12941
12942 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * net/telnet.el (telnet-mode): Use define-derived-mode.
12945 Don't modify the global value of comint-prompt-regexp.
12946
12947 2004-05-13 John Paul Wallington <jpw@gnu.org>
12948
12949 * version.el (emacs-version): Check for `gtk' feature before
12950 `x-toolkit' feature.
12951
12952 2004-05-13 Juanma Barranquero <lektu@terra.es>
12953
12954 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
12955 arguments in the docstring, they're used only in recursive calls.
12956
12957 * help-fns.el (help-arg-highlighting-function)
12958 (help-argument-name): Delete.
12959 (help-default-arg-highlight): New function.
12960 (help-do-arg-highlighting): Use it.
12961
12962 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12963
12964 * calendar/appt.el (appt-disp-window):
12965 Use `calendar-set-mode-line' for a centered mode-line.
12966
12967 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12968
12969 * calendar/appt.el (appt-disp-window): Do not split window
12970 excessively when `split-height-threshold' is low.
12971
12972 2004-05-12 Nick Roberts <nickrob@gnu.org>
12973
12974 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
12975 kill-buffer-hook here and make it local.
12976 (gud-kill-buffer-hook): Use kill-process for a sure kill.
12977
12978 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
12979
12980 * progmodes/compile.el (compilation-set-window-height):
12981 Use save-excursion to protect against misplaced marker.
12982
12983 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12984
12985 * custom.el (defface): Document that type can have value gtk.
12986
12987 * faces.el (face-spec-set-match-display): Handle type gtk in display.
12988
12989 2004-05-12 Kenichi Handa <handa@m17n.org>
12990
12991 * descr-text.el: Require quail at comile time.
12992 (describe-char): If an input method is on and it supports the
12993 character, show how to input it.
12994
12995 * international/quail.el (quail-install-decode-map): Accept a
12996 char-table whose subtype is `quail-decode-map'.
12997 (quail-store-decode-map-key, quail-gen-decode-map1)
12998 (quail-gen-decode-map, quail-find-key1, quail-find-key)
12999 (quail-show-key): New functions.
13000
13001 2004-05-12 Juanma Barranquero <lektu@terra.es>
13002
13003 * generic.el (define-generic-mode): Remove redundant arglist info.
13004
13005 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13006 Make arguments match their use in docstring.
13007 (help-arg-highlighting-function): New variable.
13008 (help-argument-name): Mention it in the docstring.
13009 (help-do-arg-highlight): Use it. Expand regexp to accept also
13010 ARG-xxx and xxx-ARG references.
13011
13012 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13013
13014 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13015 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13016 and "mailto:addr1?to=addr2" equal.
13017
13018 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13019
13020 * man.el (Man-getpage-in-background): Use shell-file-name
13021 and shell-command-switch variables instead of hard-coded values.
13022
13023 2004-05-11 Eli Zaretskii <eliz@gnu.org>
13024
13025 * iimage.el: New file.
13026
13027 2004-05-11 Juanma Barranquero <lektu@terra.es>
13028
13029 * custom.el (custom-initialize-default, defcustom):
13030 Fix typo in docstring.
13031
13032 * files.el (set-visited-file-name, file-expand-wildcards):
13033 Fix docstring.
13034
13035 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13038
13039 * subr.el (eventp): Be more discriminating with integers.
13040
13041 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
13042
13043 * progmodes/compile.el (compile): Add universal prefix arg.
13044 (compilation-error-regexp-alist-alist): Add edg patterns.
13045
13046 2004-05-10 Sam Steingold <sds@gnu.org>
13047
13048 * textmodes/ispell.el (ispell-message):
13049 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13050
13051 2004-05-10 Dave Love <fx@gnu.org>
13052
13053 * progmodes/python.el (help-buffer): Autoload when compiling.
13054 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13055 (run-python): Prepend to any existing PYTHONPATH.
13056
13057 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
13058
13059 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13060 for pending breakpoints.
13061
13062 2004-05-10 Richard M. Stallman <rms@gnu.org>
13063
13064 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
13065 directly without calling any functions in Rmail.
13066 (unrmail-unprune): Function deleted.
13067
13068 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13071 C-c C-z binding.
13072
13073 2004-05-10 Kenichi Handa <handa@m17n.org>
13074
13075 * descr-text.el (describe-char): Fix previous change. Don't make
13076 a unibyte character to multibyte in the *Help* buffer.
13077
13078 2004-05-10 Miles Bader <miles@gnu.org>
13079
13080 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13081 buffer an error if the debugger process is actually running.
13082
13083 2004-05-10 Juanma Barranquero <lektu@terra.es>
13084
13085 * help-fns.el (help-argument-name): Default to italic.
13086 (help-highlight-arguments): Return always (usage . doc), even when
13087 usage is nil.
13088
13089 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13090 (define-ibuffer-filter): Add usage info.
13091 (define-ibuffer-op): Add usage info (but CL-style defaults for
13092 keyword args are not shown).
13093
13094 * subr.el (remove-overlays, read-passwd): Fix docstring.
13095 (start-process-shell-command): Fix docstring. Put usage info in a
13096 format usable by `describe-function'.
13097 (open-network-stream, open-network-stream-nowait)
13098 (open-network-stream-server): Fix docstring.
13099
13100 2004-05-09 Jason Rumney <jasonr@gnu.org>
13101
13102 * international/code-pages (cp932, cp936, cp949, c950): Remove.
13103 Only define cp125* if windows-125* is already defined.
13104
13105 * language/korean.el (cp949): Add alias.
13106
13107 * language/chinese.el (cp936, cp950): Add aliases.
13108
13109 * language/japanese.el (cp932): Add alias.
13110
13111 * term/w32-win.el: Require code-pages.
13112
13113 * international/mule-cmds.el (set-locale-environment):
13114 On MS-Windows use ansi code-page for default coding-systems.
13115 Set up paper sizes for Windows 3 letter languages.
13116
13117 * international/code-pages.el (cp932, cp936, cp949, cp950):
13118 Add aliases. Also add cp125* if not already defined.
13119
13120 2004-05-09 Juanma Barranquero <lektu@terra.es>
13121
13122 * help-fns.el (help-highlight-arguments): Don't try to highlight
13123 missing or autoloaded arglists. Accept structured arguments, like
13124 the first ones of `do' and `flet'.
13125
13126 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13127 (cvs-get-marked): Remove redundant arglist info.
13128
13129 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13130 Don't use CL-style default args.
13131
13132 2004-05-08 Andreas Schwab <schwab@suse.de>
13133
13134 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13135
13136 * international/subst-ksc.el: Fix references to utf-translate-cjk
13137 into utf-translate-cjk-mode.
13138 * international/subst-big5.el: Likewise.
13139 * international/subst-gb2312.el: Likewise.
13140 * international/subst-jis.el: Likewise.
13141 * international/utf-16.el: Likewise.
13142 * international/utf-8.el: Likewise.
13143
13144 2004-05-08 John Wiegley <johnw@newartisans.com>
13145
13146 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13147 "virtual buffers" (off by default), which makes it possible to
13148 switch to the "virtual" buffers of recently visited files. When a
13149 buffer name search fails, and this option is on, iswitchb will
13150 look at the list of recently visited files, and permit matching
13151 against those names. When the user hits RET on a match, it will
13152 revisit that file.
13153 (iswitchb-read-buffer): Add two optional arguments, which makes
13154 isearchb.el possible.
13155 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13156 (iswitchb-next-match): Add support for virtual buffers.
13157
13158 * isearchb.el: This module extends iswitchb to provide "as you
13159 type" buffer selection.
13160
13161 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13162 Ignore the read-only property when flyspell highlighting is on.
13163 Not ignoring it leads to a series of confusing errors.
13164 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13165 but also make sure to call flyspell-incorrect-hook.
13166 (flyspell-maybe-correct-transposition): Perform transposition test
13167 by bit twiddling a string, rather than using a temp buffer.
13168 (flyspell-maybe-correct-doubling): Use a string rather than a temp
13169 buffer. This is also the original version of the code, which
13170 could not be checked in before due to a previous lack of
13171 assignment papers. This version has seen heavy usage on my system
13172 for several years now.
13173
13174 * calendar/cal-bahai.el: New file, which adds support for the
13175 Baha'i calendar to Emacs. This calendar is based on a solar year
13176 of 19 months of 19 days, with 4 intercalary days. Each year
13177 begins on March 21, with the calendar starting in 1844.
13178
13179 * calendar/cal-menu.el, calendar/calendar.el,
13180 calendar/diary-lib.el, calendar/holidays.el: Added support for
13181 using cal-bahai.el.
13182
13183 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13184 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13185 function can be used outside of eshell buffers.
13186 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13187
13188 2004-05-08 Juanma Barranquero <lektu@terra.es>
13189
13190 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13191 word constituent so FOO-ARG is not recognized as an arg.
13192 (help-highlight-arguments): Don't skip lists in mandatory arguments.
13193
13194 * simple.el (next-error): Fix typo in docstring.
13195 (open-line): Make argument names match their use in docstring.
13196 (split-line): Fix docstring.
13197
13198 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13199 usable by `describe-function'.
13200 (gensym, gentemp, typep, ignore-errors): Make argument names match
13201 their use in docstring.
13202
13203 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13204 argument to `help-setup-xref'.
13205
13206 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
13207
13208 Version 2.0.40 of Tramp released.
13209
13210 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13211 Use symbol-function to invoke functions only known on some Emacs
13212 flavors. This avoids byte-compiler warnings. Reported by Kevin
13213 Scaldeferri <kevin@scaldeferri.com>.
13214 (tramp-do-copy-or-rename-file-via-buffer): Rename from
13215 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13216 consistent with the other tramp-do-* functions.
13217 (tramp-do-copy-or-rename-file): Calls adjusted.
13218 (tramp-process-initial-commands): Avoid liveness check on shell --
13219 we know that it must be alive since we're opening a connection at
13220 this moment.
13221 (tramp-last-cmd): New internal variable.
13222 (tramp-process-echoes): New tunable.
13223 (tramp-send-command): Set tramp-last-cmd.
13224 (tramp-wait-for-output): Delete echo, if applicable.
13225 (tramp-read-passwd): Construct the key for the password cache in a
13226 way that works for multi methods, too.
13227 (tramp-bug): Add backup-directory-alist and
13228 bkup-backup-directory-info to bug reports, with Tramp counterparts.
13229
13230 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
13231
13232 * net/tramp*.el: Suppress byte-compiler warnings where possible.
13233
13234 * net/tramp.el (tramp-out-of-band-prompt-regexp)
13235 (tramp-actions-copy-out-of-band): New defcustoms.
13236 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13237 used instead of a synchronous one. Allows password entering.
13238 (tramp-action-out-of-band): New defun.
13239 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
13240 Remove restriction with password from doc string.
13241 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
13242 `tramp-out-of-band-prompt-regexp',
13243 `tramp-actions-copy-out-of-band', `password-cache' and
13244 `password-cache-expiry'.
13245 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
13246 password caching.
13247 (tramp-touch): FILE can be a local file, too.
13248 (TODO): Remove items done.
13249 (tramp-handle-insert-directory): Properly quote file name also if
13250 not full-directory-p. Handle wildcard case. Reported by Andreas
13251 Schwab <schwab@suse.de>.
13252 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
13253 new file.
13254 (tramp-handle-file-local-copy, tramp-handle-write-region):
13255 The permissions of the temporary file are set if filename exists.
13256 Reported by Ted Stern <stern@cray.com>.
13257 (tramp-backup-directory-alist)
13258 (tramp-bkup-backup-directory-info): New defcustoms.
13259 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
13260 (tramp-handle-find-backup-file-name): New function.
13261 Implements Tramp's find-backup-file-name.
13262
13263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
13264 for `find-backup-file-name'.
13265
13266 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
13267 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
13268
13269 2004-05-07 Lars Hansen <larsh@math.ku.dk>
13270
13271 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
13272
13273 2004-05-07 Juanma Barranquero <lektu@terra.es>
13274
13275 * subr.el (lambda): Add arglist description to docstring.
13276 (declare): Fix typo in docstring.
13277 (open-network-stream): Fix docstring.
13278 (process-kill-without-query): Fix docstring and add obsolescence info.
13279 (last, butlast, nbutlast): Make arguments match their use in docstring.
13280 (insert-buffer-substring-no-properties): Likewise.
13281 (insert-buffer-substring-as-yank): Likewise.
13282 (split-string): Fix docstring.
13283
13284 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13285 Make argument names match their use in docstring.
13286
13287 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
13288
13289 2004-05-06 Nick Roberts <nickrob@gnu.org>
13290
13291 * progmodes/gdb-ui.el: Improve/extend documentation strings.
13292 Fit first sentence on one line for apropos-command.
13293
13294 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 Changes largely merged in from Dave Love's code.
13297 * progmodes/python.el: Doc fixes.
13298 (python-mode-map): Add python-complete-symbol.
13299 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
13300 (python-comment-indent, python-complete-symbol)
13301 (python-symbol-completions, python-partial-symbol)
13302 (python-try-complete): New.
13303 (python-indent-line): Remove optional arg. Use python-block-end-p.
13304 (python-check): Bind compilation-error-regexp-alist.
13305 (inferior-python-mode): Use rx. Move keybindings to top level.
13306 Set comint-input-filter.
13307 (python-preoutput-filter): Use rx.
13308 (python-input-filter): Re-introduce.
13309 (python-proc): Start new process if necessary.
13310 Check python-buffer non-nil.
13311 (view-return-to-alist): Defvar.
13312 (python-send-receive): New.
13313 (python-eldoc-function): Use it.
13314 (python-mode-running): Don't defvar.
13315 (python-mode): Set comment-indent-function.
13316 Maybe update hippie-expand-try-functions-list.
13317 (python-indentation-levels): Initialize differently.
13318 (python-block-end-p): New.
13319 (python-indent-line): Use it.
13320 (python-compilation-regexp-alist): Augment.
13321 (run-python): Import `emacs' module to Python rather than loading
13322 code directly. Set python-buffer differently.
13323 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
13324 Use python-proc.
13325 (python-send-command): Go to end of comint buffer.
13326 (python-load-file): Use python-proc, emacs.eimport.
13327 (python-describe-symbol): Simplify interactive form.
13328 Use emacs.help. Do use temp-buffer-show-hook.
13329 Call print-help-return-message.
13330 (hippie-exp): Require when compiling.
13331 (python-preoutput-continuation): Use rx.
13332
13333 * diff-mode.el (diff-make-unified): Fix regexp.
13334
13335 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
13336
13337 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13338 filter groups from the buffer when rebuilding the Ibuffer buffer
13339 and `ibuffer-show-empty-filter-groups' is nil.
13340
13341 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13342
13343 * ps-print.el (ps-print-quote): Call ps-value-string.
13344 (ps-setup): Call ps-comment-string.
13345 (ps-value-string, ps-comment-string): New funs.
13346
13347 2004-05-06 Juanma Barranquero <lektu@terra.es>
13348
13349 * ehelp.el (electric-help-command-loop): Check whether the last
13350 character is visible, not (point-max).
13351
13352 * help-fns.el (help-argument-name): Default to bold; don't inherit
13353 from font-lock-variable-name-face.
13354 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13355
13356 2004-05-05 Kenichi Handa <handa@m17n.org>
13357
13358 * descr-text.el (describe-char): Copy the character with text
13359 properties and overlays into the first line, and call
13360 describe-text-properties on it.
13361
13362 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
13363
13364 * iswitchb.el (iswitchb-global-map): Fix typo.
13365 Remove unwanted ###autoloads from source file.
13366
13367 2004-05-05 Lars Hansen <larsh@math.ku.dk>
13368
13369 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13370 in run-hooks. Use substitute-command-keys in message.
13371 (wdired-abort-changes): Add message.
13372
13373 2004-05-03 Michael Mauger <mmaug@yahoo.com>
13374
13375 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
13376 (sql-emacs20-p): Remove.
13377 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
13378 (sql-builtin-face, sql-doc-face): Remove.
13379 (sql-mode-ansi-font-lock-keywords)
13380 (sql-mode-oracle-font-lock-keywords)
13381 (sql-mode-postgres-font-lock-keywords)
13382 (sql-mode-linter-font-lock-keywords)
13383 (sql-mode-ms-font-lock-keywords)
13384 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
13385 (sql-product-font-lock): Fix font-lock reset when font rules change.
13386 (sql-highlight-product): Remove incorrect font-lock reset logic.
13387
13388 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
13389
13390 * ses.el (ses-set-parameter): Fix typo.
13391
13392 2004-05-04 Kim F. Storm <storm@cua.dk>
13393
13394 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
13395 Must expand directory for completion to work; and don't mess with
13396 process-environment.
13397 (ido-read-file-name): If command has ido property, don't use ido
13398 if value is ignore, or read as directory if value is dir.
13399 Set ido ignore property for dired-do-rename command.
13400
13401 2004-05-04 Juanma Barranquero <lektu@terra.es>
13402
13403 * ehelp.el (electric-help-command-loop, electric-help-undefined)
13404 (electric-help-help): Check against unmapped commands.
13405
13406 * help-fns.el (help-argument-name): New face, inheriting from
13407 font-lock-variable-name-face, to highlight function arguments in
13408 `describe-function' and `describe-key'.
13409 (help-do-arg-highlight): Auxiliary function to highlight a given
13410 list of arguments in a string.
13411 (help-highlight-arguments): Highlight the function arguments and
13412 all uses of them in the docstring.
13413 (describe-function-1): Use it. Do docstring output via `insert',
13414 not 'princ', so text attributes are preserved.
13415
13416 * winner.el (winner-mode-map): Move `winner-undo' and
13417 `winner-redo' to C-c <left> and C-c <right>, respectively (the
13418 previous bindings conflict with `prev-buffer', `next-buffer').
13419
13420 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13421
13422 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13423 (bibtex-entry-update): New command bound to C-c C-u.
13424 (bibtex-text-in-string): Fix regexp.
13425 (bibtex-assoc-of-regexp): Remove.
13426 (bibtex-progress-message): Fix docstring.
13427 (bibtex-inside-field): Use if.
13428 (bibtex-assoc-regexp): New function.
13429 (bibtex-format-entry): Make code more robust so that it formats
13430 also old entries.
13431 (bibtex-autokey-demangle-title): Merge with obsolete function
13432 bibtex-assoc-of-regexp.
13433 (bibtex-field-list): New function.
13434 (bibtex-entry): Use bibtex-field-list.
13435 (bibtex-parse-entry): Fix docstring.
13436 (bibtex-print-help-message): Use bibtex-field-list.
13437 (bibtex-make-field): Use bibtex-field-list.
13438 (bibtex-entry-index): Bugfix. Return crossref key if required.
13439 (bibtex-lessp): Fix docstring.
13440
13441 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
13442
13443 * select.el (xselect-convert-to-string): Move comment to intended line.
13444
13445 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13446
13447 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13448 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13449
13450 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13451
13452 * term/x-win.el (x-clipboard-yank): Don't exit on error from
13453 x-get-selection.
13454
13455 2004-05-03 Jason Rumney <jasonr@gnu.org>
13456
13457 * makefile.nt: Remove.
13458
13459 2004-05-03 Kim F. Storm <storm@cua.dk>
13460
13461 * emulation/cua-base.el (cua--update-indications): Fix last change.
13462 (cua-mode): Deactivate mark when cua-mode is enabled.
13463
13464 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
13465
13466 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13467
13468 2004-05-03 Nick Roberts <nickrob@gnu.org>
13469
13470 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13471 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13472 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13473 window over visible frames.
13474 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13475
13476 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * progmodes/compile.el (compilation-gcpro): New var.
13479 (compilation-fake-loc): Use it.
13480 (compilation-forget-errors): Reset it.
13481
13482 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
13483
13484 * diff-mode.el (diff-header-face, diff-file-header-face):
13485 Use min-colors.
13486
13487 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13488
13489 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13490 (bibtex-clean-entry): Disentangle code.
13491 (bibtex-realign): New function.
13492 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
13493 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13494 Remove undocumented optional arg called-by-convert-alien.
13495 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
13496 for sorting instead of bibtex-sort-buffer.
13497
13498 2004-05-02 Eli Zaretskii <eliz@gnu.org>
13499
13500 * progmodes/compile.el (compilation-start): In the
13501 no-async-subprocesses branch, call sit-for to give redisplay a
13502 chance to show the updated process status in the mode line, and
13503 fontify the buffer explicitly after the process exits.
13504
13505 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13506
13507 * progmodes/python.el (python-compilation-line-number): Remove.
13508 (python-compilation-regexp-alist): Don't use it any more.
13509 (python-orig-start, python-input-filter): Remove.
13510 (inferior-python-mode): Don't set up comint-input-filter-functions.
13511 (python-send-region): Use compilation-fake-loc.
13512
13513 * progmodes/compile.el (compilation-messages-start): New var.
13514 (compilation-mode): Don't setup next-error-function here.
13515 (compilation-setup): Set it up here instead (for minor modes as well).
13516 Make compilation-messages-start buffer local.
13517 (compilation-next-error-function): Use it.
13518 (compilation-forget-errors): Set compilation-messages-start.
13519
13520 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
13521
13522 * ielm.el (ielm-prompt-read-only): Update docstring.
13523
13524 * comint.el (comint-prompt-read-only): Update docstring.
13525 (comint-update-fence, comint-kill-whole-line)
13526 (comint-kill-region): New functions.
13527
13528 * simple.el (kill-whole-line): Use "p" instead of "P" in
13529 interactive form.
13530
13531 2004-05-01 Juanma Barranquero <lektu@terra.es>
13532
13533 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13534 format arglist so default values in CL-style argument lists are
13535 correctly shown.
13536
13537 2004-05-01 Jason Rumney <jasonr@gnu.org>
13538
13539 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13540
13541 2004-05-01 Kenichi Handa <handa@m17n.org>
13542
13543 * international/titdic-cnv.el (miscdic-convert): Don't generate a
13544 quail file if it is up to date.
13545
13546 2004-04-30 Juri Linkov <juri@jurta.org>
13547
13548 * cus-edit.el (custom-mode-map):
13549 Add key binding `C-x C-s' to `Custom-save'.
13550
13551 * outline.el (outline-blank-line): New var.
13552 (outline-next-preface, outline-show-heading)
13553 (outline-end-of-subtree): Use it.
13554
13555 * dired-aux.el (dired-touch-initial): New fun.
13556 (dired-do-chxxx): Call it for op-symbol `touch'.
13557 (dired-diff): Use `dired-dwim-target-directory'
13558 if current dired buffer has no buffer mark.
13559
13560 * bindings.el (propertized-buffer-identification):
13561 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13562 Add C-M-arrow keys for consistency.
13563
13564 * files.el (confirm-kill-emacs):
13565 Change group from top-level `emacs' to `convenience'.
13566
13567 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13568 Push mark on the first call of successive command calls.
13569 (insert-pair): New fun created from `insert-parentheses' with
13570 `open' and `close' arguments added. Enclose active regions
13571 in paired characters. Compare adjacent characters syntax with
13572 inserted characters syntax before inserting a space.
13573 (insert-parentheses): Call `insert-pair' with ?\( ?\).
13574
13575 * delsel.el: Don't put `delete-selection' property
13576 on `insert-parentheses' symbol to take advantage of
13577 region handling in `insert-pair' function.
13578 Suggested by Stephan Stahl <stahl@eos.franken.de>.
13579
13580 2004-04-30 Kim F. Storm <storm@cua.dk>
13581
13582 * emulation/cua-base.el: Add support for changing cursor types;
13583 based on patch from Michael Mauger.
13584 (cua-normal-cursor-color, cua-read-only-cursor-color)
13585 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13586 Customization cursor type and/or cursor color.
13587 (cua--update-indications): Handle cursor type changes.
13588 (cua-mode): Update cursor indications if enabled.
13589
13590 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13591
13592 * mouse.el (mouse-drag-copy-region): New defcustom.
13593 (mouse-set-region, mouse-drag-region-1): Use it.
13594
13595 * simple.el (kill-ring-save): If region face background color is
13596 unspecified (if no highlighting), show extent of fully visible
13597 region even if transient-mark-mode is enabled.
13598
13599 * emulation/cua-base.el (cua--standard-movement-commands):
13600 Add cua-scroll-up and cua-scroll-down.
13601 (cua-scroll-up, cua-scroll-down): New commands.
13602 (cua--init-keymaps): Remap scroll-up and scroll-down.
13603
13604 * emulation/cua-rect.el (cua--convert-rectangle-as):
13605 New defmacro.
13606 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13607 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13608 New commands (suggested by Jordan Breeding).
13609
13610 2004-04-30 Juanma Barranquero <lektu@terra.es>
13611
13612 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13613
13614 2004-04-30 Mario Lang <mlang@delysid.org>
13615
13616 * diff.el (diff-switches): Fix typo in docstring.
13617
13618 2004-04-30 Alex Schroeder <alex@gnu.org>
13619
13620 * xml.el (xml-debug-print-internal): Don't add newline and
13621 indentation to text nodes and write empty elements as empty tags
13622 instead of opening and closing tags.
13623 (xml-debug-print): Take optional indent-string argument.
13624 (xml-print): Alias for xml-debug-print.
13625
13626 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13627
13628 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13629 than duplicate call to `line-beginning-position'.
13630
13631 * progmodes/f90.el (f90-get-present-comment-type):
13632 Return whitespace, as well as comment chars, for consistent filling
13633 of comment blocks. Use `match-string-no-properties'.
13634 (f90-break-line): Trim trailing whitespace when filling comments.
13635
13636 2004-04-30 Dave Love <fx@gnu.org>
13637
13638 * calendar/diary-lib.el (diary-outlook-formats): New variable.
13639 (diary-from-outlook-internal, diary-from-outlook)
13640 (diary-from-outlook-gnus, diary-from-outlook-rmail):
13641 New functions to import diary entries from Outlook-format
13642 appointments in mail messages.
13643
13644 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * progmodes/python.el (python-send-command): New fun.
13647 (python-send-region, python-load-file): Use it.
13648
13649 * progmodes/compile.el (compilation-last-buffer): Add var alias.
13650
13651 * help-fns.el (help-C-file-name): Use new subr-name.
13652 Prepend `src/' to the file name.
13653 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13654 (describe-function-1, describe-variable): Only find a C source file
13655 name if DOC is already loaded.
13656
13657 * help-mode.el (help-function-def, help-variable-def):
13658 Use the new find-function-search-for-symbol functionality.
13659 Allow FILE to be `C-source'.
13660
13661 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13662 (find-function-C-source): New fun.
13663 (find-function-search-for-symbol): Use it.
13664
13665 2004-03-29 Michael Mauger <mmaug@yahoo.com>
13666
13667 * progmodes/sql.el (sql-product-alist): Rename variable
13668 `sql-product-support'. Add Postgres login parameters.
13669 (sql-set-product, sql-product-feature): Update with renamed variable.
13670 (sql-connect-postgres): Add username prompt.
13671 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13672 Make patterns less product specific.
13673 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13674 (sql-mode-abbrev-table): Modify initialization.
13675 (sql-builtin-face): Add variable.
13676 (sql-keywords-re): Add macro.
13677 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13678 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13679 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13680 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13681 (sql-mode-linter-font-lock-keywords)
13682 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13683 (sql-mode-sybase-font-lock-keywords)
13684 (sql-mode-informix-font-lock-keywords)
13685 (sql-mode-interbase-font-lock-keywords)
13686 (sql-mode-ingres-font-lock-keywords)
13687 (sql-mode-solid-font-lock-keywords)
13688 (sql-mode-sqlite-font-lock-keywords)
13689 (sql-mode-db2-font-lock-keywords): Default to nil.
13690 (sql-product-font-lock): Always highlight ANSI keywords.
13691 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13692 (sql-send-string): Add function.
13693
13694 2004-04-29 Dave Love <fx@gnu.org>
13695
13696 * progmodes/cfengine.el (cfengine-beginning-of-defun)
13697 (cfengine-end-of-defun): Ensure progress through buffer.
13698
13699 * info-look.el (cfengine-mode): Accept a terminal ().
13700
13701 2004-04-29 Juri Linkov <juri@jurta.org>
13702
13703 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13704 instead of isearch-yank-word-or-char. Add new key bindings for
13705 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13706 (isearch-del-char): New fun.
13707 (isearch-forward, isearch-edit-string): Update docstring.
13708 (isearch-yank-char): Doc fix.
13709 (isearch-other-meta-char): Restore point after scrolling.
13710
13711 * progmodes/compile.el (compilation-context-lines): Add nil option
13712 to disable compilation output window scrolling.
13713 (compilation-set-window): Use it.
13714
13715 * outline.el (outline-next-preface, outline-show-heading):
13716 Don't leave unhidden blank line before heading.
13717 (outline-end-of-subtree): Include last newline into subtree.
13718 (hide-entry): Leave point at beginning of heading instead of end.
13719 (outline-up-heading): Push mark for the first call of successive
13720 command calls.
13721
13722 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
13723
13724 * comint.el (comint-prompt-read-only): New variable.
13725 (comint-output-filter): Implement it.
13726
13727 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13728 (ielm-prompt-internal): New variable.
13729 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13730 (ielm-send-input): Delete unused variable `buf'.
13731 (ielm-eval-input): Use `ielm-prompt-internal'.
13732 (inferior-emacs-lisp-mode): Use new variables
13733 `comint-prompt-read-only' and `ielm-prompt-internal'.
13734 Get rid of obsolete variable `directory-sep-char'.
13735 (ielm): Use `zerop'.
13736
13737 2004-04-29 John Paul Wallington <jpw@gnu.org>
13738
13739 * thumbs.el (toplevel): Require cl at compile time.
13740 Remove conditional definitions of `ignore-errors' and `caddar'
13741 because they occur at run time.
13742
13743 2004-04-28 Nick Roberts <nickrob@gnu.org>
13744
13745 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13746 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13747 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13748 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13749
13750 * progmodes/gud.el (gud-common-init): Throw an error if program is
13751 already running under gdb.
13752
13753 2004-04-28 John Paul Wallington <jpw@gnu.org>
13754
13755 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13756 (thumbs-show-image-num): Move assignment of
13757 `thumbs-current-image-filename' within scope of `i'.
13758 (thumbs-emboss-image): Don't use `evenp'.
13759
13760 2004-04-28 Richard M. Stallman <rms@gnu.org>
13761
13762 * progmodes/compile.el (compilation-context-lines): Default now 0.
13763
13764 2004-04-28 Juanma Barranquero <lektu@terra.es>
13765
13766 Use `time-less-p' from calendar/time-date.el instead of defining
13767 custom versions of it.
13768
13769 * pcomplete.el (pcomplete-time-less-p): Remove.
13770
13771 * thumbs.el (time-less-p): Remove.
13772
13773 * calendar/timeclock.el (timeclock-time-less-p): Remove.
13774 (timeclock-generate-report): Use `time-less-p'.
13775
13776 * emacs-lisp/autoload.el (autoload-before-p): Remove.
13777 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13778
13779 2004-04-28 Masatake YAMATO <jet@gyve.org>
13780
13781 * subr.el (remove-overlays): Make arguments optional.
13782
13783 * wid-edit.el (widget-specify-button): Put evaporate to the
13784 overlay for sample.
13785 (widget-specify-sample): Put evaporate to the overlay for sample.
13786 (widget-specify-doc): Put evaporate to the overlay for documentation.
13787
13788 2004-04-27 Jesper Harder <harder@ifa.au.dk>
13789
13790 * info.el (info-apropos): Make it an index node. Align node names
13791 like makeinfo.
13792
13793 2004-04-27 Eli Zaretskii <eliz@gnu.org>
13794
13795 * net/browse-url.el (browse-url-netscape-sentinel)
13796 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13797 (browse-url-epiphany-sentinel, browse-url-mosaic):
13798 Use browse-url-*-program instead of a literal program name.
13799
13800 2004-04-27 Kevin Ryde <user42@zip.com.au>
13801
13802 * eshell/em-alias.el:
13803 * eshell/em-dirs.el:
13804 * eshell/em-hist.el:
13805 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13806 features when M-x customize-group loads modules before the main
13807 eshell.el.
13808
13809 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
13810
13811 * subr.el (momentary-string-display): Support EXIT-CHAR that is
13812 either a character representation of an event or an event
13813 description list.
13814
13815 * type-break.el: Capitalise Emacs and Lisp.
13816 (type-break-good-break-interval, type-break-demo-boring-stats)
13817 (type-break-terse-messages, type-break-file-name): New defcustoms.
13818 (type-break-post-command-hook)
13819 (type-break-warning-countdown-string): Quote variable names in doc.
13820 (type-break-interval-start, type-break-auto-save-file-name): New vars.
13821 (type-break-mode): Document type-break-good-break-interval and the
13822 "session" file. Schedule break according to the session file.
13823 Kill session file buffer on exit. Organise for save-some-buffers
13824 to always save the session file.
13825 (type-break-mode-line-message-mode, type-break-query-mode):
13826 Uppercase arguments.
13827 (type-break-file-time, type-break-file-keystroke-count, timep)
13828 (type-break-choose-file, type-break-get-previous-time)
13829 (type-break-get-previous-count): New defuns.
13830 (type-break): Avoid break querying after a completed break in the
13831 case where the query was initiated during user invocation of the
13832 break. Optional terse messages.
13833 Use type-break-good-break-interval if type-break-good-rest-interval is
13834 nil. File the break time.
13835 (type-break-schedule): New optional args for overriding the use of
13836 the current time.
13837 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13838 after a break.
13839 (type-break-check): File the keystroke count.
13840 (type-break-do-query): Prevent a second query when the break is
13841 interrupted. Optional terse message.
13842 (type-break-keystroke-reset): Record the start of a typing interval.
13843 (type-break-demo-boring): Optional terse messages. Display word
13844 per minute and keystroke counts according to
13845 type-break-demo-boring-stats.
13846
13847 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
13848
13849 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13850 directories, make sure they exist under archive-tmpdir.
13851
13852 2004-04-27 Juri Linkov <juri@jurta.org>
13853
13854 * help.el (view-emacs-news): With argument, display info for the
13855 selected version by finding it among different NEWS files, and
13856 narrowing the buffer to the selected version.
13857
13858 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
13859 same-window-buffer-names.
13860 (info): New arg `buffer'. Use it. Doc fix. Read file name for
13861 non-numeric prefix argument, append the number to the buffer name
13862 for numeric prefix argument.
13863 (info-other-window): Bind same-window-regexps to nil.
13864 (Info-reference-name): Rename to Info-point-loc.
13865 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
13866 and Info-find-index-name for stringy Info-point-loc.
13867 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
13868 without middle `.', but with final `.' and optional line number
13869 for it. Set Info-point-loc for index nodes.
13870 (Info-index): Remove middle `.' from index entry regexp.
13871 Modify line number regexp.
13872 (Info-index-next): Decrement line number.
13873 (info-apropos): Remove middle `.' from index entry regexp.
13874 Add optional line number regexp at the end. Add matched value
13875 for line number to the result list and insert it to the buffer.
13876 Replace match-string by match-string-no-properties.
13877 Reorder result list.
13878 (Info-fontify-node): Hide index line numbers.
13879 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
13880 empty matches.
13881 (Info-follow-reference): Use `str' instead of
13882 Info-following-node-name-re.
13883 (Info-toc): Use full file names. Set Info-current-node to "Top".
13884 (Info-fontify-node): Compare file names without directory name.
13885 (Info-try-follow-nearest-node): Don't set Info-reference-name.
13886 Set second arg of Info-extract-menu-node-name for index nodes.
13887 (info-xref-visited): Use magenta3 instead of magenta4.
13888 (Info-mode): Add info-apropos to docstring.
13889
13890 * log-view.el (log-view-diff): Replace interactive code "r"
13891 by a list to allow to call it even if region is not active.
13892
13893 * paren.el (show-paren-highlight-openparen): New var.
13894 (show-paren-function): Turn on openparen highlighting when
13895 matching forward if show-paren-highlight-openparen is non-nil.
13896
13897 * simple.el (kill-ring-save): Use blink-matching-delay instead of
13898 the constant value 1.
13899 (completions-common-part): Expand docstring.
13900
13901 * textmodes/picture.el (picture-mode-map): Add arrow keys.
13902
13903 2004-04-27 Kim F. Storm <storm@cua.dk>
13904
13905 * image.el (insert-sliced-image): Use line-height instead of
13906 line-spacing property on newline.
13907
13908 2004-04-26 Lars Hansen <larsh@math.ku.dk>
13909
13910 * desktop.el (desktop-buffer-misc-data-function): Rename to
13911 desktop-save-buffer and change docstring.
13912 (desktop-buffer-modes-to-save): Delete.
13913 (desktop-save-buffer-p): Use desktop-save-buffer instead of
13914 desktop-buffer-modes-to-save.
13915 (desktop-save): Rename desktop-buffer-misc-data-function to
13916 desktop-save-buffer and allow non-function value.
13917 (desktop-missing-file-warning): Correct docstring.
13918
13919 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
13920 to desktop-save-buffer.
13921
13922 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
13923 desktop-save-buffer.
13924
13925 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
13926
13927 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
13928
13929 2004-04-26 Eli Zaretskii <eliz@gnu.org>
13930
13931 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
13932
13933 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
13934
13935 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
13936 (ielm): Only go to the end of the buffer when starting a new process.
13937
13938 2004-04-25 Juanma Barranquero <lektu@terra.es>
13939
13940 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
13941 mode line. Bind `inhibit-read-only' to t before modifying
13942 properties of text in the buffer.
13943 (ielm): Force point to the end of buffer, even when running ielm
13944 from inside itself.
13945
13946 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13947
13948 * info.el (info-apropos): Reset Info-complete-cache.
13949
13950 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
13951
13952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13953 Also recognize severe Irix et al. messages.
13954 (compilation-normalize-filename, compile-abbreviate-directory):
13955 Delete functions.
13956 (compilation-get-file-structure): New function inherits
13957 functionality of the two preceding ones.
13958 (compilation-internal-error-properties, compilation-fake-loc):
13959 Use it so that different paths to the same file share the same
13960 markers. Also optimize finding adjacent marker slightly.
13961
13962 2004-04-25 Kim F. Storm <storm@cua.dk>
13963
13964 * image.el (insert-sliced-image): Add line-spacing t property
13965 to newlines separating image lines.
13966
13967 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
13968
13969 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
13970
13971 * ielm.el (ielm-prompt-read-only): New user option.
13972 (ielm-prompt): Expand docstring to describe new behavior.
13973 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
13974 mention it in the docstring.
13975
13976 2004-04-24 Andreas Schwab <schwab@suse.de>
13977
13978 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
13979
13980 * diff.el (diff): Set default-directory in diff buffer.
13981
13982 2004-04-24 Eli Zaretskii <eliz@gnu.org>
13983
13984 * mail/sendmail.el (mail-bury): Don't delete the frame where the
13985 mail was being composed if the terminal cannot display more than
13986 one frame; instead, switch to previous frame.
13987
13988 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
13989 (rmail-start-mail): Support rmail-mail-new-frame even on
13990 terminals that can display only one frame at a time.
13991
13992 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
13995 (checkdoc-output-font-lock-keywords): Remove error regexp.
13996 (checkdoc-output-mode-map): Remove.
13997 (checkdoc-output-mode): Derive from compilation-mode.
13998 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
13999
14000 * dired.el (dired-mode-map): Add a menu entry for wdired.
14001
14002 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14003 (rx-bracket, rx-check-any, rx-any): Clean up name space.
14004
14005 * wdired.el: (wdired-mode-map): Move init into declaration.
14006 Fix `return' binding.
14007 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14008 Use force-mode-line-update.
14009 (wdired-get-filename): Use `unless'.
14010 (wdired-preprocess-files): Don't assume names have no \n and use / for
14011 dir separator.
14012 (wdired-normalize-filename): Use replace-regexp-in-string.
14013 (wdired-load-hooks): Remove.
14014 (wdired-mode-hooks): Rename to wdired-mode-hook.
14015
14016 * info-look.el: Add support for cfengine-mode.
14017 (info-lookup-setup-mode): Use dolist.
14018
14019 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
14020
14021 * wdired.el: New file.
14022
14023 2004-04-23 Juanma Barranquero <lektu@terra.es>
14024
14025 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14026
14027 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14028 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14029 (pcomplete--help, pcomplete--here): Doc fixes.
14030
14031 2004-04-23 Andre Spiegel <spiegel@gnu.org>
14032
14033 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14034 handles wrong-number-of-arguments in backend call.
14035
14036 * vc.el (vc-print-log): Likewise.
14037
14038 2004-04-20 Dave Love <fx@gnu.org>
14039
14040 * emacs-lisp/rx.el: Doc fixes.
14041 (rx-constituents): Add/extend many forms.
14042 (rx-check): Check form is a list.
14043 (bracket): Defvar.
14044 (rx-check-any, rx-any, rx-check-not): Modify.
14045 (rx-not): Simplify.
14046 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14047 (rx-kleene): Use rx-trans-forms.
14048 (rx-quote-for-set): Delete.
14049 (rx): Allow multiple args.
14050
14051 2004-04-23 Kenichi Handa <handa@m17n.org>
14052
14053 * international/mule-util.el (char-displayable-p): Simplify by
14054 using internal-char-font.
14055
14056 2004-04-23 Juanma Barranquero <lektu@terra.es>
14057
14058 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14059
14060 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * diff-mode.el (diff-next-error): New fun.
14063 (diff-mode): Use it.
14064
14065 * simple.el (next-error): Change arg name.
14066 Add support for the documented C-u C-x ` usage.
14067
14068 * frame.el (special-display-popup-frame, next-multiframe-window)
14069 (previous-multiframe-window): Only consider frames on same display.
14070
14071 2004-04-22 Lars Hansen <larsh@math.ku.dk>
14072
14073 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14074 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14075
14076 2004-04-22 Kim F. Storm <storm@cua.dk>
14077
14078 * net/telnet.el (telnet): Add optional port arg.
14079
14080 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14083 Minor sanity check on the `hyperlink' slot.
14084
14085 * Makefile.in (recompile): Compile new files.
14086
14087 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14088 Add byte-recompile-directory's optional `arg'.
14089
14090 * cvs-status.el (cvs-tree-use-charset): New var.
14091 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14092 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14093 (cvs-status-cvstrees): Use it.
14094
14095 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14096 Make it a normal major mode.
14097 (checkdoc-buffer-label): Make sure the file name is meaningful.
14098 (checkdoc-output-to-error-buffer): Remove.
14099 (checkdoc-error, checkdoc-start-section): Rewrite.
14100
14101 * info.el (info-node, info-menu-5, info-xref, info-header-node)
14102 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14103 (Info-title-4-face): Use new syntax.
14104 (info-xref-visited): Inherit from info-xref.
14105
14106 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14107
14108 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
14109
14110 * simple.el (next-error-last-buffer, next-error-function):
14111 New variables for the next-error framework.
14112 (next-error-buffer-p): New function.
14113 (next-error-find-buffer): Generalize compilation-find-buffer.
14114 (next-error, previous-error, first-error, next-error-no-select)
14115 (previous-error-no-select): Move from compile.el.
14116
14117 * replace.el (occur-next-error, occur-1): Hook into the next-error
14118 framework.
14119
14120 * progmodes/compile.el (compilation-start):
14121 Set next-error-last-buffer so next-error knows where to jump.
14122 (compilation-setup): Set the buffer-local variable
14123 next-error-function to 'compilation-next-error-function.
14124 (compilation-buffer-p, compilation-buffer-internal-p): Use an
14125 alternate way to find if a buffer is a compilation buffer, for
14126 next-error convenience.
14127 (next-error-no-select, previous-error-no-select, next-error)
14128 (previous-error, first-error): Move to simple.el.
14129 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14130 (compilation-last-buffer): Remove.
14131 (compilation-start, compilation-next-error, compilation-setup)
14132 (compilation-next-error-function, compilation-find-buffer):
14133 Remove compilation-last-buffer use.
14134
14135 2004-04-21 Juanma Barranquero <lektu@terra.es>
14136
14137 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14138 (font-lock-warning-face): Fix spacing.
14139
14140 * makefile.w32-in (WINS): Add url/ directory.
14141
14142 2004-04-21 Lars Hansen <larsh@math.ku.dk>
14143
14144 * desktop.el (desktop-buffer-mode-handlers): New variable.
14145 Alist of major mode specific functions to restore a desktop buffer.
14146 (desktop-buffer-handlers): Make variable obsolete.
14147 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14148 Catch errors signaled in handlers. Update buffer count.
14149 Evaluate desktop-buffer-point.
14150 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14151 move to dired.el.
14152 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14153 move to info.el.
14154 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14155 move to mail/rmail.el.
14156 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14157 to mh-e/mh-e.el.
14158 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14159 On fail, print message (to message buffer) even if
14160 desktop-missing-file-warning is nil.
14161 (desktop-buffer-misc-data-function): New buffer local variable.
14162 Function returning major mode specific data.
14163 (desktop-buffer-misc-functions): Make variable obsolete.
14164 (desktop-save): Use desktop-buffer-misc-data-function.
14165 (desktop-buffer-dired-misc-data): Rename to
14166 dired-desktop-buffer-misc-data and move to dired.el.
14167 (desktop-buffer-info-misc-data): Rename to
14168 Info-desktop-buffer-misc-data and move to info.el.
14169 (desktop-read): Add message about number of buffers restored/failed.
14170
14171 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14172 Add parameters. Pause to display error only when
14173 desktop-missing-file-warning is non-nil.
14174 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
14175 (dired-mode): Bind desktop-buffer-misc-data-function.
14176
14177 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14178 Add Parameters.
14179 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
14180 (Info-mode): Bind desktop-buffer-misc-data-function.
14181
14182 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14183 Add Parameters.
14184
14185 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14186 Add Parameters.
14187
14188 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
14189
14190 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14191 the case of letters in case-insensitive expansions when the
14192 abbrev is preceded by characters with letter syntax.
14193
14194 2004-04-21 Richard M. Stallman <rms@gnu.org>
14195
14196 * progmodes/cperl-mode.el (cperl-putback-char):
14197 Delete Emacs 18 definition.
14198
14199 * international/mule.el (ctext-post-read-conversion):
14200 Use assoc-string, not assoc-ignore-case.
14201
14202 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14203
14204 * emacs-lisp/easymenu.el (easy-menu-add):
14205 Do call x-popup-menu, but only if it's defined.
14206
14207 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14208
14209 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14210 Handle multiple args: compile like progn.
14211
14212 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14213 take all args as &rest arg.
14214
14215 * autoinsert.el (auto-insert-alist): Insert the user's name in
14216 copyright notice, rather than Free Software Foundation.
14217
14218 2004-04-21 Kenichi Handa <handa@m17n.org>
14219
14220 * descr-text.el (describe-char): Make it work on *Help* buffer.
14221
14222 2004-04-21 Kim F. Storm <storm@cua.dk>
14223
14224 * image.el (insert-image): Add optional SLICE arg.
14225 (insert-sliced-image): New defun.
14226
14227 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
14228
14229 * subr.el (read-number): Check whether `default' is nil.
14230
14231 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14232
14233 * progmodes/compile.el (compilation-error-properties):
14234 Split into two.
14235 (compilation-internal-error-properties): New one.
14236 (compilation-compat-error-properties): Use it. Fix the non-marker case.
14237
14238 2004-04-20 Richard M. Stallman <rms@gnu.org>
14239
14240 * window.el (split-window-save-restore-data):
14241 Don't update the data if OLD-INFO is nil.
14242
14243 * view.el (view-return-to-alist): Mark it permanent local.
14244
14245 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
14246
14247 * recentf.el (recentf-save-list): Catch and warn about errors.
14248
14249 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
14250 so "Buffers" won't be pure.
14251
14252 * help-mode.el (help-mode-finish): Set help-return-alist first
14253 thing, setting only the entry for the selected window.
14254
14255 * help-fns.el (describe-function-1): If many non-control non-meta
14256 keys run the command, don't list all of them.
14257
14258 2004-04-20 Juanma Barranquero <lektu@terra.es>
14259
14260 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
14261 arg. Copied from Andre Spiegel's patch of 2004-03-21.
14262
14263 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
14264
14265 2004-04-20 Kenichi Handa <handa@m17n.org>
14266
14267 * international/quail.el (quail-lookup-key): New optional arg
14268 NOT-RESET-INDICES.
14269 (quail-get-translations): Call quail-lookup-key with
14270 NOT-RESET-INDICES t.
14271 (quail-completion): Likewise.
14272 (quail-lookup-map-and-concat): Likewise.
14273
14274 2004-04-20 Kenichi Handa <handa@m17n.org>
14275
14276 * international/quail.el (quail-update-translation): Don't insert
14277 such an unsupported multibyte char in a unibyte buffer.
14278
14279 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
14280
14281 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
14282 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
14283 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
14284 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
14285 (gdb-frame-assembler-buffer): Improve behaviour with
14286 multiple frames.
14287 (gdb-display-buffer): Extend search to all visible frames.
14288
14289 2004-04-19 Eli Zaretskii <eliz@gnu.org>
14290
14291 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
14292 characters left after base64 decoding.
14293 (rmail-decode-region): Use -dos variety of `coding', to remove any
14294 ^M characters left after qp or base64 decoding.
14295
14296 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14297
14298 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
14299 messages.
14300
14301 2004-04-19 Stephen Eglen <stephen@gnu.org>
14302
14303 * add-log.el (add-change-log-entry): Update doc string to mention
14304 add-log-full-name and add-log-mailing-address.
14305
14306 2004-04-18 Juri Linkov <juri@jurta.org>
14307
14308 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14309 (Info-find-node-2): Simplify error message.
14310 (Info-insert-dir): Use Info-following-node-name.
14311 (Info-goto-node): Remove *info-history* and *info-toc*.
14312 (Info-history): Create a node of the virtual history file.
14313 (Info-toc): Create a node of the virtual toc file.
14314 (Info-insert-toc): New arg `curr-file' for reference file names.
14315 (info-apropos): Remove redundant var binding for temp-file.
14316 (Info-index, Info-index-next, Info-mode): Doc fix.
14317 (Info-goto-emacs-command-node): Don't jump to *info* from
14318 non-*info* Info buffers.
14319 (Info-fontify-node): Don't show the file name of external
14320 references if `Info-hide-note-references' is `hide'. Don't hide
14321 newlines at the end of paragraphs.
14322
14323 * international/mule-diag.el (list-input-methods):
14324 Fix args to help-xref-button.
14325
14326 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14327 to put into effect local variables from TUTORIAL files.
14328
14329 * textmodes/paragraphs.el (sentence-end) <function>: New fun
14330 with default value taken from the variable `sentence-end'.
14331 (sentence-end) <defcustom>: Set default to nil. Doc fix.
14332 Add nil const to :type.
14333 (sentence-end-without-period, sentence-end-double-space)
14334 (sentence-end-without-space): Doc fix.
14335
14336 * textmodes/paragraphs.el (forward-sentence):
14337 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14338 (fill-delete-newlines):
14339 * progmodes/cc-cmds.el (c-beginning-of-statement):
14340 Use function `sentence-end' instead of variable `sentence-end'.
14341
14342 2004-04-18 Andreas Schwab <schwab@suse.de>
14343
14344 * progmodes/compile.el (compilation-start): Set window start to
14345 point-min if compilation-scroll-output is nil.
14346
14347 2004-04-18 John Wiegley <johnw@newartisans.com>
14348
14349 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14350
14351 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
14352
14353 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14354 (gdb-info-breakpoints-custom): Revert previous change.
14355 (gdb-view-assembler): Update assembler if necessary.
14356 (gdb-frame-handler): Parse correctly for gdb-current-frame.
14357 (gdb-display-source-buffer): Update properly when both source and
14358 assembler are visible.
14359
14360 2004-04-17 John Wiegley <johnw@newartisans.com>
14361
14362 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14363 which limits the number of names shown in the minibuffer. Off by
14364 default.
14365 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
14366 up iswitchb for users with a multitude of open buffers by showing
14367 only the first and last N/2 buffers in the completion list (which
14368 is enough to aid C-s/C-r, and to know that more characters are
14369 needed to refine the completion list).
14370
14371 2004-04-17 Richard M. Stallman <rms@gnu.org>
14372
14373 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
14374 (file-truename): Expand all ~ constructs directly.
14375 (insert-directory): Delete any error msg output by the
14376 `insert-directory-program'.
14377
14378 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
14379 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
14380 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
14381 (allout-init): Use find-file-hook, not find-file-hooks.
14382 (allout-mode): Eliminate Emacs 18 support.
14383 Use write-contents-functions, not local-write-file-hooks.
14384
14385 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
14386
14387 * progmodes/compile.el (compilation-error-properties): Fix for
14388 adding messages when there are already markers for their file.
14389 (compilation-fake-loc): New function.
14390
14391 2004-04-16 Dave Love <fx@gnu.org>
14392
14393 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
14394 (python-load-file): Fix python-orig-start setting.
14395
14396 * progmodes/compile.el: Doc fixes.
14397 (compilation-error-regexp-alist-alist)
14398 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
14399 (compilation-assq): Wrap in eval-when-compile.
14400 (compilation-mode-font-lock-keywords): Don't use list*.
14401 (compilation-start): Avoid warning.
14402 (compilation-compat-error-properties)
14403 (compilation-directory-properties): Add keymap property.
14404 (compilation-parsing-end): Make it a marker for better compatibility.
14405
14406 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
14407
14408 2004-04-16 Mark A. Hershberger <mah@everybody.org>
14409
14410 * xml.el: Doc fixes.
14411 (xml-get-children): Only looks at sub-tags and ignore strings.
14412
14413 * xml.el (xml-parse-tag): Avoid overwriting node-name.
14414
14415 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14418
14419 2004-04-16 Andre Spiegel <spiegel@gnu.org>
14420
14421 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14422
14423 * vc.el (vc-print-log): Likewise.
14424
14425 2004-04-16 Masatake YAMATO <jet@gyve.org>
14426
14427 * simple.el (completion-setup-function): Set an initial value
14428 to `element-common-end' before entering loop. Set a value
14429 to `element-common-end' at the end of loop.
14430 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14431 (completions-common-part): Rename from completion-de-emphasis.
14432 (completions-first-difference): Rename from completion-emphasis.
14433 Suggested by RMS.
14434
14435 2004-04-16 Juanma Barranquero <lektu@terra.es>
14436
14437 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14438 (bookmark-edit-annotation-mode): Add mode name.
14439
14440 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14443 for nested conflict markers.
14444 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14445
14446 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
14447
14448 * progmodes/gdb-ui.el (gdb-goto-info): New function.
14449
14450 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14451
14452 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14455 Give a backtrace if requested.
14456
14457 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14458
14459 * progmodes/python.el (python-mouse-2-command, python-RET-command):
14460 Remove unused functions.
14461 (python-orig-start-line, python-orig-file): Remove.
14462 (python-orig-start): New var.
14463 (python-input-filter, python-compilation-line-number)
14464 (python-send-region, python-load-file): Use it.
14465
14466 * info.el (info): Always jump to *info*.
14467
14468 * subr.el (posn-set-point): New function.
14469
14470 * mouse.el (mouse-set-point): Use it.
14471
14472 * progmodes/compile.el (compile-goto-error): Use it.
14473 (compilation-button-map): New keymap.
14474 (compilation-error-properties): Use it.
14475 (compilation-shell-minor-mode-map): Don't bind mouse-2.
14476
14477 * smerge-mode.el (smerge-popup-context-menu): Use it.
14478
14479 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14480 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14481 mouse and non-mouse case.
14482
14483 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14484 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14485
14486 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14487 Make it work for non-mouse events.
14488
14489 * pcvs-info.el (cvs-status-map): Update binding name.
14490
14491 2004-04-14 Mark A. Hershberger <mah@everybody.org>
14492
14493 * xml.el (xml-maybe-do-ns): New function to handle namespace
14494 parsing of both attribute and element names.
14495 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14496 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14497 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
14498 (xml-parse-attlist): Make it do its own namespace parsing.
14499
14500 2004-04-14 Dave Love <fx@gnu.org>
14501
14502 * progmodes/python.el (run-python): Fix use of \n.
14503 (python-load-file): Remove `try' from Python fragment.
14504 (python-describe-symbol): Fix message.
14505
14506 * comint.el: Doc fixes.
14507 (comint-last-input-start, comint-last-input-end)
14508 (comint-last-output-start): Give them values.
14509 (comint-arguments): Avoid warning.
14510 (comint-skip-prompt): Use line-end-position.
14511 (comint-backward-matching-input): Rename arg to agree with doc.
14512 (comint-extract-string): Use syntax-ppss.
14513 (comint-dynamic-simple-complete): Delete useless list construction.
14514 (comint-redirect-subvert-readonly): New.
14515 (comint-redirect-preoutput-filter): Use it.
14516
14517 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14518 Correctly handle negative arguments when calling hook functions.
14519
14520 2004-04-14 Jesper Harder <harder@ifa.au.dk>
14521
14522 * info.el (info-apropos): Don't clobber Info-history-list.
14523
14524 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
14525
14526 * progmodes/compile.el (compilation-setup):
14527 Localize overlay-arrow-position.
14528 (compilation-sentinel): Restructure code equivalently.
14529 (compilation-next-error): Find message on same line after point if
14530 not found before point.
14531 (compile-mouse-goto-error): Restore function so that compilation
14532 buffer need not be current and use compile-goto-error.
14533 (compile-goto-error): Restore function.
14534 (next-error): Set overlay-arrow-position.
14535 (compilation-forget-errors): Don't localize already local
14536 compilation-locs and remove FIXME about refontifying.
14537
14538 2004-04-14 Kim F. Storm <storm@cua.dk>
14539
14540 * startup.el (emacs-quick-startup): New defvar (set by -Q).
14541 (command-line): New option -Q. Like -q --no-site-file, but
14542 in addition it also disables menu-bar, tool-bar, scroll-bars,
14543 tool-tips, and the blinking cursor.
14544 (command-line-1): Skip startup screen if -Q.
14545 (fancy-splash-head): Use ":align-to center" prop to center splash image.
14546
14547 * emulation/cua-base.el (cua-read-only-cursor-color)
14548 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14549
14550 2004-04-13 Dave Love <fx@gnu.org>
14551
14552 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
14553 (syntax): Don't require.
14554 (python) <defgroup>: Add :version.
14555 (python-quote-syntax): Re-written.
14556 (inferior-python-mode): Move stuff here from run-python and add
14557 some more.
14558 (python-preoutput-continuation, python-preoutput-result)
14559 (python-dotty-syntax-table): New.
14560 (python-describe-symbol): Use them.
14561 (run-python): Move stuff to inferior-python-mode. Modify code
14562 loaded into Python.
14563 (python-send-region): Use python-proc, python-send-string.
14564 (python-send-string): Send newlines too. Callers changed.
14565 (python-load-file): Re-written.
14566 (python-eldoc-function): New.
14567 (info-look): Don't require.
14568 (python-after-info-look): New. A modified version of former
14569 top-level code for use with eval-after-load.
14570 (python-maybe-jython, python-guess-indent): Use widened buffer.
14571 (python-fill-paragraph): Re-written.
14572 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
14573 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
14574
14575 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14578 Set compilation-error-regexp-alist earlier.
14579
14580 * progmodes/compile.el (compilation-minor-mode-map)
14581 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14582 (compile-goto-error): Re-merge the mouse and non-mouse commands.
14583
14584 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * progmodes/compile.el (compile-goto-error): Select the buffer/window
14587 corresponding to the event.
14588
14589 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
14590
14591 * loadup.el: Add cygwin to system-type list, for unexec() support.
14592
14593 2004-04-12 John Paul Wallington <jpw@gnu.org>
14594
14595 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14596 (ibuffer-restore-window-config-on-quit): New variable to replace
14597 `ibuffer-delete-window-on-quit'. Update all references.
14598 (ibuffer-prev-window-config): New variable.
14599 (ibuffer-quit): Restore previous window configuration instead of
14600 deleting window.
14601 (ibuffer): Save window configuration before showing Ibuffer buffer.
14602
14603 * help.el (describe-mode): Doc fix.
14604
14605 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14608 not to treat nil as a function.
14609
14610 * vc-arch.el (vc-arch-root): Be a bit more careful.
14611 (vc-arch-register): Save the buffer if we modified it.
14612 (vc-arch-delete-rej-if-obsolete): Save excursion.
14613 (vc-arch-find-file-hook): Use the simpler after-save-hook.
14614 (vc-arch-responsible-p, vc-arch-init-version): New functions.
14615
14616 * net/ldap.el (ldap-search): Use list*.
14617
14618 2004-04-12 Juri Linkov <juri@jurta.org>
14619
14620 * info.el (Info-follow-reference): Allow multiline reference name.
14621
14622 2004-04-11 Dave Love <fx@gnu.org>
14623
14624 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14625
14626 * progmodes/python.el: New file.
14627
14628 2004-04-11 Andre Spiegel <spiegel@gnu.org>
14629
14630 * vc-hooks.el (vc-arg-list): Function removed.
14631 (vc-default-workfile-unchanged-p): Use condition-case to check for
14632 backward compatibility.
14633
14634 * vc.el (vc-print-log): Use condition-case to check for backward
14635 compatibility.
14636
14637 2004-04-11 Juri Linkov <juri@jurta.org>
14638
14639 * dired.el (dired-faces): New defgroup.
14640 (dired-header, dired-mark, dired-marked, dired-flagged)
14641 (dired-warning, dired-directory, dired-symlink, dired-ignored):
14642 New faces.
14643 (dired-header-face, dired-mark-face, dired-marked-face)
14644 (dired-flagged-face, dired-warning-face, dired-directory-face)
14645 (dired-symlink-face, dired-ignored-face): New face variables.
14646 (dired-font-lock-keywords): Use them instead of font-lock faces.
14647 Split the rule for dired marks into 3 separate rules: for marks,
14648 marked file names and flagged file names.
14649
14650 * help-mode.el (help-make-xrefs): Add a final newline to the
14651 *Help* buffer.
14652
14653 2004-04-11 John Paul Wallington <jpw@gnu.org>
14654
14655 * replace.el (occur-engine): Distinguish between one and several
14656 matches in the matches per buffer heading.
14657
14658 2004-04-11 Kim F. Storm <storm@cua.dk>
14659
14660 * ido.el (ido-confirm-unique-completion): New defcustom.
14661 (ido-complete): Use it.
14662 (ido-write-file): Set it to t unconditionally.
14663
14664 2004-04-10 Miles Bader <miles@gnu.org>
14665
14666 RCS keyword removal (only non-comment changes are enumerated here):
14667
14668 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14669 (byte-compile-insert-header): Don't use `byte-compile-version'.
14670 * forms.el (forms-version): Variable removed.
14671 (forms-mode): Don't use `forms-version'.
14672 * recentf.el (recentf-version): Variable removed.
14673 * progmodes/delphi.el (delphi-version): Variable removed.
14674 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14675
14676 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14679
14680 2004-04-09 Jesper Harder <harder@ifa.au.dk>
14681
14682 * info.el (info-apropos): Improve menu item regexp.
14683
14684 2004-04-09 Simon Josefsson <jas@extundo.com>
14685
14686 * mail/smtpmail.el: Add comment, based on report by
14687 kdc@rcn.com (Kevin D. Clark).
14688
14689 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14692 Redo one more thing that I didn't notice Daniel had undone.
14693
14694 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
14695
14696 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14697 (gdb-goto-breakpoint, gdb-display-buffer)
14698 (gdb-display-source-buffer, gdb-view-source-function)
14699 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14700 (gdb-source-info, gdb-frame-handler): Don't specify a window
14701 for display.
14702 (gdb-info-breakpoints-custom): Remove superfluous update of
14703 assembler buffer.
14704 (gdb-many-windows): Make settable outside gdb.
14705
14706 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
14707
14708 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14709 Derive from fundamental-mode rather than text-mode.
14710
14711 2004-04-08 Juri Linkov <juri@jurta.org>
14712
14713 * info.el (Info-history): Doc fix.
14714 (Info-history-list): New var.
14715 (info-xref): Change magenta4 to blue, remove bold for dark and
14716 light backgrounds, change bold to underline for non-color classes.
14717 (info-xref-visited): New face.
14718 (Info-fontify-visited-nodes): New custom.
14719 (Info-hide-note-references): Add new value `hide'. Doc fix.
14720 (Info-reference-name): New var.
14721 (Info-selection-hook): New custom.
14722 (Info-edit-mode-hook): New var.
14723 (Info-find-file): New fun.
14724 (Info-find-node): Move part of code to Info-find-file.
14725 (Info-find-node-2): Add anchors to Info-history-list. Move point
14726 to the place with the reference name if name is defined.
14727 (Info-select-node): Add current node to Info-history-list.
14728 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14729 (Info-search-whitespace-regexp): New custom.
14730 (Info-search-case-fold): New var.
14731 (Info-search): Add "case-sensitively" to the prompt.
14732 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
14733 (Info-search-case-sensitively, Info-search-next): New fun.
14734 (Info-up): Move point to the menu item of the current node.
14735 (Info-history): New fun. Add *info-history* to
14736 same-window-buffer-names.
14737 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
14738 (Info-insert-toc): New fun.
14739 (Info-build-toc): New fun.
14740 (Info-follow-reference): Add new arg `fork'. Doc fix.
14741 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
14742 with the same name prefer the reference closest to point.
14743 (Info-next-reference): Replace * by + in the *Note regexp.
14744 Add regexp for http:// and ftp://. Skip the *Note prefix.
14745 (Info-prev-reference): Replace * by + in the *Note regexp.
14746 Add regexp for http:// and ftp://. Skip the *Note prefix.
14747 (Info-follow-nearest-node): Add new arg `fork'.
14748 (Info-try-follow-nearest-node): Add new arg `fork'.
14749 Call browse-url for http:// and ftp:// references.
14750 Set Info-reference-name for index entries.
14751 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14752 Info-search-next, Info-history, Info-toc, clone-buffer.
14753 (Info-menu-update): Replace * by + in the *Note regexp.
14754 (Info-mode): Add documentation for Info-history, Info-toc,
14755 Info-search-case-sensitively, Info-search-next, clone-buffer.
14756 (Info-fontify-menu-headers): Remove fun. Move code to
14757 Info-fontify-node.
14758 (Info-fontify-node): Add docstring. Add local vars
14759 fontify-visited-p and not-fontified-p. If not-fontified-p is t
14760 then fontify header line, titles, menu headers, http and ftp
14761 references, refill paragraphs. If not-fontified-p is t or
14762 fontify-visited-p is t then fontify cross references, menu items.
14763 Fontify menu headers. Fontify http and ftp references.
14764 Change regexp for cross references to require whitespace after *Note,
14765 add matching groups for file and node names. Remove hack for quote.
14766 Use display property for Info-hide-note-references=t. Use fifth
14767 or fourth match for help-echo. Display visited nodes in a
14768 different face. Unhide file names of external references.
14769 Unhide newlines. Display visited menu items in a different face.
14770
14771 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * progmodes/compile.el: Require CL.
14774 (compilation-mode-font-lock-keywords): Re-install the "line as
14775 function" patch.
14776
14777 * help-fns.el (help-C-source-directory): New var.
14778 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14779 (describe-function-1, describe-variable): Use them.
14780
14781 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14782 to C source files specially.
14783
14784 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
14785
14786 * info.el (Info-hide-cookies-node): New function.
14787 (Info-select-node): Use it.
14788 (Info-display-images-node): Remove message with image file name.
14789
14790 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
14791
14792 * progmodes/compile.el (compilation-warning-face)
14793 (compilation-info-face, compilation-skip-threshold)
14794 (compilation-skip-visited, compilation-context-lines):
14795 Declare :version when added to Emacs.
14796 (compilation-error-regexp-alist-alist): Extend caml and irix.
14797 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14798 (compilation-mode-font-lock-keywords): Temporarily undo line as
14799 function patch, which wasn't ready.
14800
14801 2004-04-07 Kenichi Handa <handa@m17n.org>
14802
14803 * international/latin1-disp.el (latin1-display-setup): Check each
14804 character is displayable or not instead of calling
14805 latin1-display-check-font.
14806
14807 2004-04-06 Kenichi Handa <handa@m17n.org>
14808
14809 * language/ethio-util.el (ethio-sera-being-called-by-w3):
14810 New variable.
14811 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14812 instead of sera-being-called-by-w3.
14813 (ethio-fidel-to-sera-buffer): Likewise.
14814 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14815 instead of sera-being-called-by-w3.
14816 (ethio-write-file): Likewise.
14817
14818 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14819
14820 * printing.el: Doc fix.
14821
14822 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
14823
14824 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14825 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14826 (gdb-setup-windows): Only use separate IO buffer if required.
14827
14828 2004-04-06 Kim F. Storm <storm@cua.dk>
14829
14830 * term.el (term-is-xemacs): Remove.
14831 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14832 (term-window-width): New function.
14833 (term-mode, term-check-size): Use it.
14834 (term-mode): Disable overflow-newline-into-fringe in term buffer.
14835
14836 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
14837
14838 * cus-edit.el (custom-add-parent-links): Change unbound variable
14839 `symbol' to `name'.
14840
14841 2004-04-05 Jesper Harder <harder@ifa.au.dk>
14842 * info.el (info-apropos): New function.
14843 (Info-mode-menu): Add it.
14844 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14845
14846 * help-mode.el (help-make-xrefs): Recognize aliased variable with
14847 inherited docstring.
14848
14849 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14850
14851 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
14854
14855 * progmodes/compile.el (font-lock): Don't require any more.
14856 (compilation-error-properties, compilation-start, compilation-sentinel)
14857 (compilation-filter, next-error): Use with-current-buffer.
14858 (compilation-skip-to-next-location, compilation-skip-threshold)
14859 (compilation-skip-visited): Move to silence the byte-compiler.
14860 (compilation-setup): Simplify.
14861 (compilation-next-error): Use line-(beginning|end)-position.
14862 Make sure `pt' is non-nil before using compilation-loop.
14863 (compile-goto-error): Add optional event arg. Use it.
14864 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
14865 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
14866 Update the binding for mouse-2.
14867 (first-error): Set compilation-current-error to nil rather than bob.
14868 (compilation-parsing-end, compilation-parse-errors-function)
14869 (compilation-error-list, compilation-old-error-list):
14870 "New" compatibility variables.
14871 (compile-buffer-substring, compilation-compat-error-properties)
14872 (compilation-compat-parse-errors, compilation-forget-errors):
14873 New compatibility functions.
14874 (compilation-mode-font-lock-keywords): Use them.
14875
14876 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
14877
14878 * autorevert.el (auto-revert-handler): If point (or a window
14879 point) is at the end of the buffer, keep it there after
14880 reverting. This allows to tail a file.
14881 Mention this in the `Commentary'.
14882
14883 * format.el (format-write-file): Add optional argument CONFIRM
14884 and make it behave like the analogous argument to `write-file'.
14885
14886 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14887
14888 * progmodes/ebnf2ps.el: Doc fix.
14889 (ebnf-version): New version number (4.2).
14890 (ebnf-syntax): Customization and docstring fix.
14891 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
14892 Put autoloaded funs before first use.
14893 (ebnf-style-database): Add dtd entry.
14894 (ebnf-syntax-alist): Add dtd initialization.
14895 (ebnf-token-sequence): New fun.
14896 (ebnf-comment-table): Add new comment action character.
14897 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
14898
14899 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
14900 Type Definition for XML).
14901
14902 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
14903 * progmodes/ebnf-bnf.el (ebnf-sequence):
14904 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
14905 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
14906 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
14907 Code simplification: call ebnf-token-sequence.
14908
14909 2004-04-04 Eli Zaretskii <eliz@gnu.org>
14910
14911 * calendar/timeclock.el (timeclock-relative)
14912 (timeclock-get-project-function, timeclock-get-workday-function)
14913 (timeclock-query-out, timeclock-when-to-leave)
14914 (timeclock-when-to-leave-string, timeclock-log-data)
14915 (timeclock-generate-report, timeclock-in): Doc fixes.
14916
14917 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14918
14919 * url/: New dir. Import the URL package from its repository.
14920
14921 2004-04-03 Andreas Schwab <schwab@suse.de>
14922
14923 * diff-mode.el (diff-mode): Fix missing quote.
14924
14925 2004-04-03 Juri Linkov <juri@jurta.org>
14926
14927 * descr-text.el (describe-property-list): Add `font-lock-face'.
14928
14929 * dired.el (dired-font-lock-keywords): Fix permission regexps.
14930
14931 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14932
14933 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14934 Use utf-16le on little endian machines and utf-16be otherwise.
14935
14936 2004-04-02 David Kastrup <dak@gnu.org>
14937
14938 * net/browse-url.el (browse-url-generic): Use call-process
14939 instead of start-process to allow browsers that fork and detach.
14940
14941 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
14942
14943 * compile.el (compilation-current-error): New var.
14944 (compilation-setup, compile-mouse-goto-error)
14945 (compile-goto-error, next-error): Use it.
14946 (compilation-skip-to-next-location): Default to t, which gives
14947 contiguous skipping like old compile (where this was redundant).
14948 (compilation-next-error): Prevent previous-* commands from moving
14949 back to message at or just before point.
14950
14951 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
14952
14953 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
14954 (gdb-source-info): Don't display source at startup, if required.
14955 (gdb-show-main): New option.
14956 (gdba): Update documentation.
14957 (gdb-source): Cover case of auto-display output.
14958
14959 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
14960
14961 * autorevert.el: Delete obsolete autoload's and defvar's.
14962 (auto-revert-check-vc-info): New user option.
14963 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14964 (auto-revert-handler-vc): Delete.
14965 (auto-revert-handler): Treat return value `fast' of
14966 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
14967
14968 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
14969 return `fast'.
14970
14971 * files.el (buffer-stale-function): Doc change.
14972
14973 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14974
14975 * printing.el: New tip on Tips section.
14976 (pr-version): New version number (6.7.4).
14977 (pr-shell-file-name): Initialization fix.
14978
14979 2004-03-31 Juri Linkov <juri@jurta.org>
14980
14981 * dired.el: Add autoload for `dired-do-touch'.
14982 (dired-touch-program): New var.
14983 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
14984 (dired-no-confirm): Add `touch' to docstring.
14985
14986 * dired-aux.el (dired-do-touch): New fun.
14987 (dired-do-chxxx): Add argument -t for touch operation.
14988
14989 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
14990 `dired-move-to-filename-regexp'.
14991
14992 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
14993
14994 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
14995
14996 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14997
14998 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
14999 and only if the buffer was modified.
15000
15001 2004-03-30 Kenichi Handa <handa@m17n.org>
15002
15003 * international/characters.el: Delete pairs for U+2308..U+230B.
15004
15005 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
15006
15007 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15008 to detect the beginning of a level 2 or 3 annotation.
15009
15010 2004-03-29 Kenichi Handa <handa@m17n.org>
15011
15012 * international/ucs-tables.el (ucs-insert): Fix the error message.
15013
15014 2004-03-29 Kenichi Handa <handa@m17n.org>
15015
15016 * international/mule-util.el (char-displayable-p): Fix generation
15017 of XLFD file name.
15018
15019 * Makefile.in (setwins, setwins_almost): Change directory to $wd
15020 before finding directories by `find'.
15021
15022 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * subr.el (interactive-form): Delete. Now implemented in C.
15025
15026 * pcvs.el (cvs-parse-process): Workaround for Darwin.
15027
15028 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15029 (vc-diff-label): New fun.
15030 (vc-diff-internal): Use it.
15031
15032 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15033
15034 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15035
15036 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15037
15038 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15039 specify XML (EBNFX).
15040
15041 * progmodes/ebnf2ps.el: Doc fix.
15042 (ebnf-version): New version number (4.1).
15043 (ebnf-syntax): Adjust customization.
15044 (ebnf-style-database): Add ebnfx entry.
15045 (ebnf-syntax-alist): Add ebnfx initialization.
15046 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15047
15048 * printing.el: Doc fix.
15049 (pr-version): New version number (6.7.3).
15050 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15051 returns nil for mouse position. Reported by Drew Adams
15052 <drew.adams@oracle.com>.
15053 (pr-update-menus): Modify interactive declaration. Reported by Drew
15054 Adams <drew.adams@oracle.com>.
15055
15056 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
15057
15058 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15059 (gud-gdba-marker-filter): Log the process input and output, if
15060 required. From Stefan Monnier.
15061 (gdb-debug-log, gdb-enable-debug-log): New variables.
15062 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15063
15064 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15067 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15068
15069 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
15070
15071 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15072 Call vc-find-file-hook here instead of in auto-revert-buffers.
15073 (auto-revert-buffers): Delete call to vc-find-file-hook.
15074 (auto-revert-verbose, global-auto-revert-non-file-buffers)
15075 (global-auto-revert-mode, auto-revert-set-timer)
15076 (auto-revert-handler, auto-revert-buffers): Doc fixes.
15077
15078 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15079
15080 * woman.el (woman-change-fonts): Rename local variable
15081 woman-font-alist to font-alist to avoid a compiler warning.
15082
15083 2004-03-27 Dave Love <fx@gnu.org>
15084
15085 * emacs-lisp/rx.el (rx): Doc fix.
15086 Fix copyright years.
15087
15088 * strokes.el (strokes-global-set-stroke-string): New function.
15089 (strokes-list-strokes): Cope with strings, not just commands.
15090 Set foreground colour of image.
15091 (strokes-global-set-stroke): Doc fix.
15092
15093 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
15094
15095 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15096 Auto Revert mode.
15097 (Buffer-menu-files-only): New variable.
15098 (Buffer-menu-toggle-files-only): New function.
15099 (Buffer-menu-mode-map): Bind it to `T'.
15100 (Buffer-menu-mode): Mention `T' in docstring.
15101 Set buffer-stale-function.
15102 (list-buffers-noselect): Mark buffer non-modified and set
15103 Buffer-menu-files-only.
15104
15105 * dired.el (buffer-stale-function): Remove no longer needed defvar.
15106
15107 * autorevert.el (auto-revert-handler): Print revert message
15108 before, rather than after, reverting.
15109 (buffer-stale-function): Move to files.el.
15110
15111 * files.el (buffer-stale-function): Move here from autorevert.el.
15112
15113 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15114
15115 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15116
15117 * calc/calc.el (calc-mode-map): Use mapc.
15118
15119 * apropos.el (apropos-mode): Don't autoload.
15120 (apropos-symbols-internal): New fun. Extracted from `apropos'.
15121 (apropos): Use it.
15122 (apropos-print): Add optional `text' argument.
15123 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15124 Don't assume point-min == 1.
15125
15126 * bs.el (bs-buffer-list): Use buffer-local-value.
15127 (bs--set-toggle-to-show): Use with-current-buffer.
15128
15129 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15130 New funs.
15131 (list-buffers-noselect): Use them. Adjust :align-to to new style.
15132
15133 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15134
15135 * dabbrev.el (dabbrev-expand): Fix regexp construction.
15136 (dabbrev--find-expansion): Use pop.
15137 (dabbrev--search): Use match-string-no-properties.
15138
15139 * dired.el (dired-mode): Use run-mode-hooks.
15140 (dired-move-to-end-of-filename): Use match-string.
15141
15142 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15143 is bound before using it.
15144 (ediff-verbose-p): Make it into a var since it's not constant.
15145
15146 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15147
15148 * faces.el (read-face-font): Don't cons up unnecessarily.
15149 (header-line, tool-bar): Share common parts.
15150
15151 * files.el (file-relative-name): Use compare-strings.
15152
15153 * finder.el (finder-mode): Follow coding convention.
15154
15155 * subr.el (read-number): New function.
15156
15157 * ses.el (ses-read-number): Move to subr.el.
15158 (ses-set-header-row): Use read-number.
15159
15160 2004-03-26 Andre Spiegel <spiegel@gnu.org>
15161
15162 * vc-hooks.el (vc-arg-list): New function, which handles both
15163 compiled and uncompiled code.
15164 (vc-default-workfile-unchanged-p): Use it.
15165
15166 * vc.el (vc-print-log): Undo prev change, use new function
15167 vc-arg-list from vc-hooks.el.
15168
15169 2004-03-26 Masatake YAMATO <jet@gyve.org>
15170
15171 * simple.el (completion-setup-function): Emphasize the
15172 first uncommon characters in the completions; and de-emphasize
15173 the common prefix substrings.
15174 (completion-emphasis): New face.
15175 (completion-de-emphasis): New face.
15176
15177 2004-03-25 Juanma Barranquero <lektu@terra.es>
15178
15179 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15180 Comment out (it's unused and unfinished code).
15181
15182 2004-03-25 Sam Steingold <sds@gnu.org>
15183
15184 * vc.el (vc-print-log): Fix a bug in the last patch:
15185 backend-function may be a byte-compiled object, not a lambda.
15186
15187 2004-03-25 Juri Linkov <juri@jurta.org>
15188
15189 * descr-text.el (describe-property-list): Add a button
15190 for `face' property that calls `describe-face'.
15191 Suggested by luis fernandes <elf@ee.ryerson.ca>
15192
15193 * international/mule.el (keyboard-coding-system):
15194 * kmacro.el (kmacro-call-macro): Fix docstring.
15195
15196 * dired.el: Fix comments.
15197
15198 * textmodes/fill.el (fill): Fix Info link.
15199
15200 * font-lock.el (fast-lock, lazy-lock):
15201 * jit-lock.el (jit-lock): Remove links to removed Support Modes
15202 Info node.
15203
15204 * eshell/eshell.el (eshell): Fix broken info-link.
15205
15206 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15207 * eshell/em-banner.el (eshell-banner):
15208 * eshell/em-smart.el (eshell-smart):
15209 * eshell/esh-cmd.el (eshell-cmd):
15210 Comment out broken info-links to incomplete Info manual.
15211
15212 * info-xref.el: Fix commentary.
15213
15214 2004-03-25 Kevin Ryde <user42@zip.com.au>
15215
15216 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15217 Remove spurious node duplicate suppression, doesn't work, not wanted.
15218 (info-xref-output): Take format style args, add "sit-for 0" to let
15219 user see the results as they progress.
15220 (info-xref-check-all-custom): New function.
15221
15222 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
15223
15224 * gdb-ui.el: Moved to progmodes.
15225
15226 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15229
15230 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15231
15232 * calendar/appt.el (appt-check): Remove superfluous progn.
15233 When finished with diary buffer: if it was not being displayed
15234 before, kill it; otherwise restore its original state.
15235 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15236
15237 * calendar/calendar.el (calendar-set-mode-line): Use total
15238 available mode-line width, rather than frame-width.
15239
15240 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
15241 after mode change so effect not lost.
15242
15243 2004-03-23 Dave Love <fx@gnu.org>
15244
15245 * dired.el (dired) <defgroup>: Add link to manual.
15246 (dired-font-lock-keywords): Add highlighting on unusual permissions.
15247 (dired-revert): Use dolist.
15248 (dired-mode-map): Add U binding.
15249 (dired-mode): Add font-lock-beginning-of-syntax-function.
15250 (dired-garbage-files-regexp): Make it a defcustom.
15251
15252 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
15255 is equivalent to nil.
15256 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
15257 (vc-arch-mode-line-string): Accept `added' state.
15258 (vc-arch-state): Use inode-sigs if available.
15259 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
15260 Copy&delete existing id file if any. Fallback if uuidgen is absent.
15261 (vc-arch-tagline-re): New var.
15262 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
15263 New functions.
15264 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
15265 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
15266
15267 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
15268 (vc-file-not-found-hook): Use it.
15269
15270 * diff-mode.el (diff-default-read-only): Change default.
15271 (diff-mode-hook): Make it a defcustom. Add some options.
15272 (diff-mode-map): Bind diff-refine-hook.
15273 (diff-yank-handler): New var.
15274 (diff-yank-function): New fun.
15275 (diff-font-lock-keywords): Use them.
15276 (diff-end-of-file): Handle case where file-header looks like diff text.
15277 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
15278 (diff-file-kill): Delete a subsequent empty line, if applicable.
15279 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
15280 (diff-find-file-name): Use it.
15281 (diff-tell-file-name): New command.
15282 (diff-mode): Be careful with view-mode.
15283 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
15284 New functions, for use in diff-mode-hook.
15285 (diff-find-source-location): Catch "regex too large" errors.
15286 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
15287 (diff-refine-hunk): New command.
15288
15289 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
15290 (smerge-context-menu-map): Remove unused var.
15291 (smerge-keep-all): Preserve markers.
15292 (smerge-keep-n): New fun.
15293 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15294 (smerge-keep-current, smerge-ediff): Use it.
15295 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
15296 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
15297 (smerge-resolve): Resolve trivial 3-part conflicts.
15298
15299 2004-03-23 Juri Linkov <juri@jurta.org>
15300
15301 * man.el (Man-width): New var.
15302 (Man-getpage-in-background): Use it.
15303 (Man-support-local-filenames): New var and fun.
15304 (Man-build-man-command): Don't add a second %s.
15305 (Man-fontify-manpage): Clean up message.
15306 (Man-mode): Set outline-regexp, outline-level,
15307 imenu-generic-expression.
15308
15309 * woman.el (woman-fill-frame): Doc fix.
15310 (woman-decode-region): Use window-width instead of frame-width.
15311
15312 * abbrevlist.el (list-one-abbrev-table):
15313 * descr-text.el (describe-char):
15314 * international/mule-diag.el (describe-current-coding-system):
15315 * international/quail.el (quail-insert-decode-map):
15316 Use window-width instead of frame-width.
15317
15318 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15319 (jka-compr-mode-alist-additions): Add tbz.
15320 (jka-compr-write-region, jka-compr-insert-file-contents):
15321 Add message for undefined compress-program.
15322 (jka-compr-write-region): Remove redundant var bindings.
15323
15324 * dired-x.el (dired-guess-shell-alist-default): Add choices for
15325 extracting files into subdirectory. Add tbz and dz. Fix regexps.
15326 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15327 (dired-man): Use dired-guess-shell-command.
15328 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15329 Change default nil to t.
15330
15331 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15332 (dired-compare-directories): Add default value for empty input.
15333
15334 * help-at-pt.el: Move suggestions for key bindings to Commentary.
15335
15336 * time.el (display-time-string-forms): Fix help-echo date format.
15337
15338 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
15339
15340 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15341 (buffer-stale-function): New variable.
15342 (auto-revert-list-diff, auto-revert-dired-file-list)
15343 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15344 (auto-revert-handler): Take over some functionality of deleted
15345 functions.
15346 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15347
15348 * dired.el (dired-directory-changed-p): New fun, extracted from
15349 dired-internal-noselect.
15350 (dired-buffer-stale-p): New fun.
15351 (dired-internal-noselect): Use dired-directory-changed-p.
15352 Eliminate revert messages.
15353 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15354
15355 2004-03-23 Kenichi Handa <handa@m17n.org>
15356
15357 * international/characters.el: Setup syntaxes for more parentheses
15358 Unicode characters.
15359
15360 * international/mule-cmds.el (select-safe-coding-system):
15361 Merge coding-system and auto-cs before comparing them.
15362
15363 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15366
15367 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15368 normal-auto-fill-function and comment-indent-function.
15369 The default values now work just as well.
15370 Don't set font-lock-beginning-of-syntax-function since we already set
15371 syntax-begin-function.
15372 (lisp-outline-level): Put ;;;###autoload at same level as (.
15373 (prin1-char): Quote special chars.
15374
15375 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
15376 than with-no-warnings.
15377
15378 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
15379 if the source location can't be found.
15380 (edebug-compute-previous-result): Use prin1-char.
15381
15382 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
15383 (debug-ignored-errors): Add an entry.
15384
15385 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
15386 (byte-compile-file): Output warning when deleting a file.
15387
15388 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
15389 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
15390
15391 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
15392 (byte-compile-inline-expand): Use backquote.
15393 (byte-optimize-pure-func): Rename from byte-optimize-concat.
15394 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
15395
15396 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
15397
15398 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
15399
15400 2004-03-22 Juri Linkov <juri@jurta.org>
15401
15402 * finder.el (finder-known-keywords): Fix data, tex, unix.
15403
15404 * play/landmark.el: Fix keywords.
15405
15406 * language/ethio-util.el (ethio-find-file): Doc fix.
15407
15408 * emacs-lisp/warnings.el: Doc fix.
15409
15410 * textmodes/ispell.el (ispell-help): Doc fix.
15411
15412 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
15413
15414 * format.el (format-insert-file): Always return a list of two
15415 elements, like insert-file-contents does.
15416
15417 2004-03-21 Andre Spiegel <spiegel@gnu.org>
15418
15419 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15420 and vc-BACKEND-diff.
15421 (vc-print-log): If the print-log implementation supports it, use
15422 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15423 (vc-version-diff, vc-diff-internal): Doc fixes.
15424
15425 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15426 implementation supports it, let diff output go to *vc*,
15427 not *vc-diff*, since this is an internal call.
15428
15429 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15430
15431 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15432
15433 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15434
15435 2004-03-21 Dave Love <fx@gnu.org>
15436
15437 * progmodes/cfengine.el (cfengine-mode):
15438 Set parse-sexp-ignore-comments.
15439
15440 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15441
15442 2004-03-21 Juanma Barranquero <lektu@terra.es>
15443
15444 * allout.el (allout-mode): Fix docstring.
15445
15446 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
15447
15448 * files.el (insert-directory): Fix bug if SWITCHES is a list.
15449
15450 * autorevert.el (auto-revert-interval): Make new value take
15451 effect immediately when set through Custom.
15452 (auto-revert-set-timer): Add interactive declaration.
15453
15454 2004-03-19 David Ponce <david@dponce.com>
15455
15456 * ruler-mode.el (ruler-mode-header-line-format-old):
15457 Don't `make-variable-buffer-local'.
15458 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15459 (ruler-mode-header-line-format): Simply funcall the above.
15460 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15461 to save/restore a previous header line format.
15462 (ruler-mode-space): Don't depend on a numeric WIDTH value.
15463 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15464 fringes and margins width.
15465 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15466
15467 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * log-edit.el (log-edit-font-lock-keywords): Typo.
15470
15471 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15472 (tex-send-tex-command): Rather than here.
15473 (tex-compilation-parse-errors): Simplify.
15474
15475 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15476
15477 * time.el (display-time-string-forms): Add help-echo with date on time.
15478
15479 * composite.el (compose-region): Use restore-buffer-modified-p.
15480
15481 * disp-table.el (standard-display-8bit): Simplify.
15482
15483 * server.el (server-process-filter): Delete temp frame.
15484
15485 * add-log.el (add-change-log-entry): Simplify.
15486
15487 2004-03-19 Kim F. Storm <storm@cua.dk>
15488
15489 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15490 (hexl-follow-line): Don't require 'fringe.
15491
15492 * progmodes/compile.el (compilation-start): Always set
15493 compilation-last-buffer and return it.
15494
15495 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
15496
15497 * simple.el (clone-buffer): Doc fix.
15498
15499 2004-03-18 Juanma Barranquero <lektu@terra.es>
15500
15501 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15502
15503 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15504
15505 * log-edit.el (log-edit-font-lock-keywords): New var.
15506 (log-edit-mode): Use it.
15507
15508 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
15509
15510 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15511 properly for watching in speedbar.
15512
15513 2004-03-17 Masatake YAMATO <jet@gyve.org>
15514
15515 * smerge-mode.el (smerge-popup-context-menu):
15516 Put `unwind-protect' around `overlay-put' and `popup-menu'.
15517
15518 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15521 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15522 Take sealed revisions into account.
15523 (vc-arch-checkin): Extract a summary line from the message.
15524
15525 2004-03-16 Masatake YAMATO <jet@gyve.org>
15526
15527 * register.el (register): Provide `register' feature.
15528
15529 2004-03-15 Masatake YAMATO <jet@gyve.org>
15530
15531 Added context menu support in smerge mode.
15532 Most of the part is written by Stefan Monnier.
15533
15534 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15535 New keymap and menu.
15536 (smerge-text-properties): New function.
15537 (smerge-remove-props): New function.
15538 (smerge-popup-context-menu): New function.
15539 (smerge-resolve): Call `smerge-remove-props'.
15540 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15541 (smerge-keep-current): Ditto.
15542 (smerge-kill-current): New function.
15543 (smerge-match-conflict): Put text properties.
15544 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15545
15546 2004-03-15 David Ponce <david@dponce.com>
15547
15548 * ruler-mode.el: (ruler-mode-left-fringe-cols)
15549 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15550 (ruler-mode-right-scroll-bar-cols): Remove.
15551 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15552 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15553 Use fringe-columns and scroll-bar-columns.
15554
15555 2004-03-15 Masatake YAMATO <jet@gyve.org>
15556
15557 * hl-line.el (hl-line-range-function): New variable.
15558 (hl-line-move): New function.
15559 (global-hl-line-highlight): Use `hl-line-move'.
15560 (hl-line-highlight): Ditto.
15561
15562 * scroll-bar.el (scroll-bar-columns):
15563 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15564
15565 * ruler-mode.el (top-level): Require scroll-bar and fringe.
15566 (ruler-mode-left-fringe-cols)
15567 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15568 (ruler-mode-right-scroll-bar-cols)
15569 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15570 (ruler-mode-ruler-function): New variable.
15571 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15572 if the value for `ruler-mode-ruler-function'is given.
15573
15574 * hexl.el (hexl-mode-hook): Make the hook customizable.
15575 (hexl-address-area, hexl-ascii-area): New customize variables.
15576 (hexlify-buffer): Put font-lock-faces on the address area and
15577 the ascii area.
15578 (hexl-activate-ruler): New function.
15579 (hexl-follow-line): New function.
15580 (hexl-highlight-line-range): New function.
15581 (hexl-mode-ruler): New function.
15582
15583 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
15586 (vc-default-find-file-hook): New fun.
15587 (vc-find-file-hook): Call new find-file-hook operation.
15588
15589 * vc-arch.el: New file.
15590
15591 2004-03-12 Jesper Harder <harder@ifa.au.dk>
15592
15593 * info-look.el (info-lookup): Reuse an existing Info window.
15594
15595 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15596
15597 * woman.el (woman-preserve-ascii): Default value changed to t and
15598 doc string revised.
15599
15600 2004-03-12 Richard M. Stallman <rms@gnu.org>
15601
15602 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15603 Fix minor bug.
15604
15605 * replace.el (occur-engine): Change message for count of matches.
15606
15607 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15608 For strings, do compare text properties.
15609
15610 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
15611
15612 * progmodes/compile.el (compile-auto-highlight)
15613 (compilation-error-list, compilation-old-error-list)
15614 (compilation-parse-errors-function, compilation-parsing-end)
15615 (compilation-error-message, compilation-directory-stack)
15616 (compilation-enter-directory-regexp-alist)
15617 (compilation-leave-directory-regexp-alist)
15618 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15619 (compilation-current-file, compilation-regexps): Remove vars.
15620
15621 (compile-error-at-point, compilation-error-filedata)
15622 (compilation-error-filedata-file-name, compile-reinitialize-errors)
15623 (compilation-next-error-locus, compilation-forget-errors)
15624 (count-regexp-groupings, compilation-parse-errors)
15625 (compile-collect-regexps, compile-buffer-substring): Remove funs.
15626
15627 (compile-internal): Make obsolete.
15628
15629 (compilation-first-column, compilation-error)
15630 (compilation-directory-matcher, compilation-page-delimiter)
15631 (compilation-mode-font-lock-keywords, compilation-debug)
15632 (compilation-error-face, compilation-warning-face)
15633 (compilation-info-face, compilation-line-face)
15634 (compilation-column-face, compilation-enter-directory-face)
15635 (compilation-leave-directory-face, compilation-skip-threshold)
15636 (compilation-skip-visited, compilation-context-lines): New vars.
15637
15638 (compilation-warning-face, compilation-info-face)
15639 (compilation-message-face): New faces.
15640
15641 (compilation-error-regexp-alist-alist): New constant.
15642
15643 (compilation-face, compilation-directory-properties)
15644 (compilation-assq, compilation-error-properties, compilation-start)
15645 (define-compilation-mode, compilation-loop)
15646 (compilation-set-window): New functions.
15647
15648 (compile): Additional argument for interactive compiles like TeX.
15649
15650 * progmodes/grep.el (kill-grep): Move here from compile.el
15651 (grep-error, grep-hit-face, grep-error-face)
15652 (grep-mode-font-lock-keywords): New variables.
15653 (grep-regexp-alist): Simplify regexp and add `binary' case.
15654 (grep-mode): New mode.
15655 (grep-process-setup): Simplify.
15656
15657 2004-03-11 Jason Rumney <jasonr@gnu.org>
15658
15659 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15660 letters on DOS/Windows.
15661
15662 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * server.el (server-name): New var.
15665 (server-socket-dir): New var to replace server-socket-name.
15666 (server-start): Use them.
15667
15668 2004-03-11 Simon Josefsson <jas@extundo.com>
15669
15670 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15671 died to avoid infloop. Reported by Jonathan Glauner
15672 <jglauner@sbum.org>.
15673
15674 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15675
15676 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15677 (smerge-mode-menu): Use it to deactivate menu entries.
15678 (smerge-keep-current): New fun.
15679 (smerge-keep-current): Use it.
15680
15681 2004-03-10 John Paul Wallington <jpw@gnu.org>
15682
15683 * foldout.el (foldout-fold-list, foldout-modeline-string):
15684 Declare them as variables, not constants.
15685
15686 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15687
15688 * ps-print.el: Modification to print *Messages* buffer.
15689 (ps-print-version): New version 6.6.4.
15690 (ps-message-log-max): New fun.
15691 (ps-spool-without-faces, ps-spool-with-faces)
15692 (ps-count-lines-preprint): Code fix.
15693
15694 * printing.el: New tips in Tips section.
15695
15696 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15697
15698 * delim-col.el: Doc fix.
15699
15700 * printing.el: Doc fix. New doc section (Tips).
15701
15702 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * type-break.el (type-break-emacs-variant): Remove.
15705 (type-break-run-at-time, type-break-cancel-function-timers):
15706 Use fboundp rather than version name and number.
15707
15708 2004-03-09 Masatake YAMATO <jet@gyve.org>
15709
15710 * hexl.el (hexl-mode): Use `make-local-variable' instead of
15711 `make-variable-buffer-local'.
15712
15713 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
15714
15715 * find-dired.el (find-dired): Call `shell-command' instead of
15716 `start-process-shell-command'. By this, Tramp takes over
15717 handling of remote directories.
15718
15719 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * newcomment.el (comment-use-global-state): New var.
15722 (comment-search-forward): Use it.
15723
15724 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15725
15726 * cus-edit.el (fill) <defgroup>: Move to fill.el.
15727
15728 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15729 (enable-kinsoku): Make it a defcustom.
15730 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15731 paragraph to same-comment-start-marker.
15732
15733 2004-03-07 Dave Love <fx@gnu.org>
15734
15735 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15736 (browse-url-mail): Use it.
15737
15738 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15739 (rfc2368-unhexify-string): Use replace-regexp-in-string.
15740
15741 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15742
15743 * woman.el (woman-man.conf-path): Doc fix.
15744 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15745
15746 2004-03-07 Eli Zaretskii <eliz@gnu.org>
15747
15748 * sort.el (sort-columns): Remove ms-dos from the list of systems
15749 where the external `sort' command is not used.
15750
15751 2004-03-07 Kim F. Storm <storm@cua.dk>
15752
15753 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15754 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15755 from overlay-arrow-variable-list.
15756 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15757
15758 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
15759
15760 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15761 overlay arrow string properly for the assembler buffer.
15762
15763 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * mail/sendmail.el (mail-mode): Fix last change.
15766
15767 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
15768
15769 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15770 for the assembler buffer.
15771 (gdb-assembler-custom): Position the overlay arrow.
15772 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15773
15774 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15777
15778 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15779 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15780
15781 * mail/sendmail.el (mail-mode): Set comment-start-skip.
15782
15783 * newcomment.el (uncomment-region): Allow non-terminated comment.
15784 (comment-normalize-vars): Check the user-specified comstart marker.
15785
15786 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15787
15788 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15789 Otherwise, do use it if the region only contains font-lock text
15790 properties.
15791
15792 2004-03-04 Masatake YAMATO <jet@gyve.org>
15793
15794 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15795 as the callback function for eldoc.
15796 (hexl-print-current-point-info): New function.
15797 (hexl-current-address): Print the address in both decimal
15798 and hexadecimal format.
15799
15800 2004-03-04 Richard M. Stallman <rms@gnu.org>
15801
15802 * mail/rmail.el (rmail-convert-to-babyl-format):
15803 Specify t for UNIBYTE when calling mail-unquote-printable-region.
15804
15805 * mail/mail-utils.el (mail-unquote-printable-region):
15806 New arg UNIBYTE.
15807
15808 * startup.el (command-switch-alist): Doc fix.
15809
15810 * simple.el (undo): Temporarily set this-command to `undo-start',
15811 then set it to `undo' once undo-start returns without error.
15812
15813 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15814
15815 * simple.el (kill-line): Don't disregard trailing whitespace
15816 in eol condition, if show-trailing-whitespace is set.
15817
15818 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15819 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15820 When disabling, restore old values only if mouse-sel-has-been-enabled.
15821
15822 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15823 (isearch-{-char): New function.
15824 (isearch-mode-map): Bind { to isearch-{-char.
15825
15826 * font-lock.el (lisp-font-lock-keywords-2):
15827 Turn off the CL with-... and do-... general patterns.
15828 Instead, recognize several specific with... and do... constructs.
15829
15830 * files.el (switch-to-buffer-other-window):
15831 Bind same-window-buffer-names and same-window-regexps to nil.
15832 (switch-to-buffer-other-frame): Likewise.
15833
15834 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15837 recognizing leading comment on code line.
15838
15839 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15842 hidden files/directories.
15843
15844 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15847 only comment-start (in case the mode hasn't set it).
15848
15849 * Makefile.in (AUTOGENEL): New var.
15850 (bootstrap-prepare): Rename from bootstrap-clean.
15851 Don't remove elc files.
15852 (maintainer-clean): New target.
15853
15854 * xml.el (xml-get-attribute-or-nil): Simplify.
15855
15856 2004-03-02 Juri Linkov <juri@jurta.org>
15857
15858 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
15859 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
15860 URL to prevent their substitution with the environment variable
15861 values by browsers.
15862
15863 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15864
15865 * ps-print.el: Doc fix.
15866 (ps-print-version): New version number (6.6.3).
15867 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
15868 Docstring fix.
15869 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
15870 before printing.
15871 (ps-time-stamp-yyyy-mm-dd): New fun.
15872 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
15873
15874 2004-03-02 Kim F. Storm <storm@cua.dk>
15875
15876 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
15877
15878 2004-03-01 Juanma Barranquero <lektu@terra.es>
15879
15880 * allout.el (allout-rebullet-heading): Fix typo in docstring.
15881
15882 * desktop.el (desktop-file-version)
15883 (desktop-after-read-hook): Fix typos.
15884 (desktop-clear-preserve-buffers): Remove redundant info in
15885 docstring already shown by the obsolescence message.
15886 (desktop-truncate, desktop-internal-v2s)
15887 (desktop-value-to-string): Change argument name to match docstring.
15888
15889 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15890
15891 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
15892 docstring.
15893
15894 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15895
15896 * printing.el: Replace "As Is..." in PostScript file print/preview by
15897 "No Preprocessing...". Suggested by Colin Marquardt
15898 <_marquardt_@zmd.de>.
15899 (pr-insert-section-4): Adjust buffer interface.
15900
15901 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15902
15903 Version 2.0.39 of Tramp released.
15904
15905 * net/tramp.el (tramp-handle-file-local-copy)
15906 (tramp-handle-write-region, tramp-open-connection-rsh):
15907 Variable name typo. Small change. From Patrick Tullmann
15908 <tullmann@flux.utah.edu>.
15909 (tramp-process-connection-type): New variable.
15910 (tramp-maybe-open-connection): Use it.
15911 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
15912 (tramp-touch): Set last-modified time of a remote file.
15913 (tramp-handle-write-region): Say which function is used when encoding.
15914
15915 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
15916
15917 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
15918 case of non-existing filename, too. Reported by Christoph Bauer
15919 <c_bauer@informatik.uni-kl.de>.
15920 (tramp-smb-get-file-entries): The directory in question should
15921 have permissions "drwxrwxrwx". Just virtual, because we don't
15922 know the real permissions. Don't we know?
15923 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
15924 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
15925 (tramp-smb-wait-for-output): Optimize algorithm getting pending
15926 output. If it was received chunkwise, there have been problems.
15927 Remove the "prompt not found" error message; it is obvious.
15928 Simplify algorithm.
15929 (tramp-smb-process-running): Remove. Since we acknowledge the
15930 virtual prompt for shares, there's no need for distinction of
15931 reading shares (process ends afterwards) and interactive mode of
15932 smblient.
15933 (tramp-smb-open-connection): Setting process sentinel removed.
15934 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
15935 "NT_STATUS_NETWORK_ACCESS_DENIED".
15936 (tramp-smb-maybe-open-connection): Set `process-connection-type'
15937 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
15938 (top-level): Setting default value in `tramp-default-method-alist'
15939 corrected. Order of USER and HOST have been wrong.
15940 Nobody complained for months ...
15941 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
15942 (tramp-smb-open-connection): Clear password cache if login has failed.
15943
15944 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
15945 `tramp-unified-filenames'.
15946 (tramp-completion-mode): Make test for XEmacs explicitely.
15947 `event-to-character' can exists in Emacs packages too.
15948 Reported by Matt Swift <swift@alum.mit.edu>.
15949 (tramp-buffer-name): Buffer name must contain the user if exists.
15950 Reported by Adrian Phillips <a.phillips@met.no>.
15951 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
15952 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
15953 (tramp-do-copy-or-rename-file-out-of-band): Rename from
15954 `tramp-do-copy-or-rename-file-one-local', because it handles also
15955 the case both files use the same out-of-band method.
15956 Implementation added.
15957 (tramp-handle-file-local-copy, tramp-handle-write-region):
15958 Out-of-band handling removed. `copy-file' called instead, which
15959 calls `tramp-do-copy-or-rename-file-out-of-band'.
15960 (tramp-action-password): Check for out-of-band method removed.
15961 This function is used for 'login-program.
15962 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
15963 appropriate.
15964 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
15965 and `tramp-parse-sknownhosts'.
15966 (tramp-completion-function-alist): It's a defvar now, because we
15967 want to apply the optimized `tramp-set-completion-function'
15968 instead of a static list.
15969 (tramp-set-completion-function): Implementation tuned.
15970 Avoid double entries, and entries where the function or the
15971 file/directory doesn't exist.
15972 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
15973 for SSH2.
15974 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
15975 (tramp-handle-dired-compress-file): New function.
15976 (tramp-async-proc): New variable.
15977 (tramp-handle-shell-command): Adding asynchronous processes.
15978 They are far from being perfect, but it works at least for
15979 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
15980 (top-level): Require password.el if visible. Should be mandatory
15981 once No Gnus has found its way into (X)Emacs.
15982 (tramp-read-passwd): Invoke `password-read' if available,
15983 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
15984 fallback any longer.
15985 (tramp-clear-passwd): New function.
15986 (tramp-process-actions, tramp-process-multi-actions):
15987 Clear password cache if login has failed.
15988
15989 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
15990 its own module.
15991 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
15992 `ange-ftp-ftp-name-res'. There could be incorrect values from
15993 previous calls in case the "ftp" method is used in the Tramp file
15994 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15995
15996 2004-02-28 Richard M. Stallman <rms@gnu.org>
15997
15998 * term.el (term-mouse-paste): Call mouse-set-point.
15999
16000 * thumbs.el: New file.
16001
16002 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16003
16004 * progmodes/ebnf-abn.el: Doc fix.
16005
16006 * progmodes/ebnf-bnf.el: Doc fix.
16007 (ebnf-repeat): Code fix.
16008
16009 * progmodes/ebnf2ps.el: Doc fix.
16010 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16011
16012 2004-02-28 Juri Linkov <juri@jurta.org>
16013
16014 * ffap.el (dired-at-point): Additional writability test for
16015 relative directory names.
16016 (dired-at-point-prompter): Treat directories as a directory, get
16017 the directory component from files.
16018 (ffap-string-at-point): Return string from region if region is active.
16019 (ffap-file-at-point): Remove redundant code.
16020
16021 2004-02-28 Kim F. Storm <storm@cua.dk>
16022
16023 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16024 Initialize margin area images to nil.
16025 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16026 (breakpoint-enabled-bitmap-face)
16027 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16028 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16029 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16030 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16031 (gdb-reset): Use gdb-remove-breakpoint-icons.
16032 (gdb-put-string): Add dprop arg to specify alternative display
16033 property (for setting fringe bitmap).
16034 (gdb-remove-strings): Doc fix.
16035 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16036 icon in fringe (if available), or else as icon or text in display
16037 margin. Creates necessary icons in breakpoint-bitmap,
16038 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16039 Also make left window margin if required.
16040 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16041 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
16042 no longer needed.
16043 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16044 gdb-put-breakpoint-icon.
16045 (gdb-assembler-mode): Don't set left-margin-width here.
16046
16047 2004-02-27 Kevin Ryde <user42@zip.com.au>
16048
16049 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16050 comma, so that it DTRT in macros.
16051
16052 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
16053
16054 * progmodes/sh-script.el (sh-shell-arg)
16055 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16056 (sh-leading-keywords, sh-other-keywords): Fix custom type.
16057
16058 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
16059
16060 * faces.el (face-spec-set-match-display): Add a new attribute,
16061 `min-colors'.
16062 (region, highlight, secondary-selection): Use `min-colors'.
16063
16064 * custom.el (defface): Add documentation for `min-colors'.
16065
16066 * font-lock.el (font-lock-comment-face, font-lock-string-face)
16067 (font-lock-keyword-face, font-lock-function-name-face)
16068 (font-lock-variable-name-face, font-lock-constant-face):
16069 Use `min-colors'.
16070
16071 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16072
16073 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16074
16075 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
16076 define assq-delete-all if it's not defined.
16077 (ebnf-generate-region): Code fix.
16078
16079 * printing.el: Doc fix.
16080 (pr-version): New version number (6.7.2).
16081 (pr-command): Return empty string if command is an empty string.
16082
16083 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16084
16085 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16086
16087 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
16088 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16089 semi-down-full. Fix a bug on productions like test = {"test"}* | (
16090 "tt" ["test"] ). Reported by Markus Dreyer
16091 <mdreyer@ix.urz.uni-heidelberg.de>.
16092 (ebnf-version): New version number (4.0).
16093 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16094 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16095 (ebnf-delete-style): New commands.
16096 (ebnf-directory, ebnf-file): New funs.
16097 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16098 (ebnf-production-name-p, ebnf-stop-on-error): New options.
16099 (ebnf-syntax-alist): New var.
16100 (ebnf-element-width): New fun replacing ebnf-list-width.
16101 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16102 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16103 (ebnf-prologue): Adjust vars.
16104 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16105 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16106 (ebnf-check-style-values, ebnf-generate-production)
16107 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16108 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16109 (ebnf-token-repeat): Code fix.
16110
16111 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
16112 %right, %left and %prec. Suggested by Matthew K. Junker
16113 <junker@alum.mit.edu>.
16114 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16115
16116 * progmodes/ebnf-iso.el: Doc fix.
16117 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16118 (ebnf-iso-lex): Code fix.
16119
16120 * progmodes/ebnf-bnf.el: Doc fix.
16121 (ebnf-bnf-lex): Code fix.
16122
16123 * progmodes/ebnf-otz.el: Doc fix.
16124
16125 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
16126
16127 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
16128 (abbrev-prefix-mark): Doc fix.
16129
16130 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
16131
16132 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16133 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16134 (gdb-var-delete): Make interactive (really).
16135 (gdb-edit-value): Make non-interactive.
16136
16137 * progmodes/gud.el (gud-speedbar-menu-items):
16138 Add gdb-var-delete and, indirectly, gdb-edit-value.
16139 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16140 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16141 (gud-gdb-marker-filter): Add comment for annotations.
16142
16143 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16144
16145 * calendar/calendar.el (generate-calendar)
16146 (calendar-read-date): Prevent display of BC calendars once more -
16147 reverts 2003-10-01 change.
16148 (generate-calendar-month): Doc fix.
16149
16150 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
16151
16152 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16153 return value of increment-calendar-month.
16154
16155 2004-02-21 Stephen Compall <s11@member.fsf.org>
16156
16157 * saveplace.el (save-place-forget-unreadable-files)
16158 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16159 (save-place-forget-unreadable-files): New function.
16160 (save-place-alist-to-file): Use it to filter out files that are
16161 no longer readable.
16162
16163 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16164 current Texinfo environment, using the same method as in
16165 `texinfo-insert-@end', and insert a space rather than a newline if
16166 point in a @table environment.
16167
16168 2004-02-21 Juri Linkov <juri@jurta.org>
16169
16170 * ffap.el (ffap-file-at-point): Try parent directories.
16171
16172 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
16173
16174 * vcursor.el (vcursor-modifiers): New defcustom.
16175 (vcursor-cs-binding): Use vcursor-modifiers instead of a
16176 hard-coded list.
16177
16178 2004-02-21 Masatake YAMATO <jet@gyve.org>
16179
16180 * play/animate.el (animate-birthday-present): Accept names other
16181 than `Sarah', too.
16182
16183 2004-02-21 Juri Linkov <juri@jurta.org>
16184
16185 * startup.el: Remove table of command line arguments from the
16186 Commentary section.
16187
16188 2004-02-20 John Wiegley <johnw@newartisans.com>
16189
16190 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16191 again" modifier from 'e' to 'E', since 'e' is also used by the
16192 "file extension" modifier.
16193
16194 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
16195
16196 * help-fns.el (describe-categories): Doc fix.
16197
16198 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16199
16200 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16201 temporary file for buffer already visiting one. This change makes
16202 output likely to be directly usable by patch program.
16203 Suggested by Adrian Aichner <adrian@xemacs.org>
16204
16205 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
16206
16207 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16208 case of variables defined in compound statements.
16209 (gdb-setup-windows, gdb-source-info, gdb-source-info):
16210 Simplify constructions using switch-to-buffer.
16211
16212 2004-02-19 Simon Josefsson <jas@extundo.com>
16213
16214 * play/morse.el: Fix typo.
16215 (morse-code): Add @.
16216
16217 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16218
16219 * calendar/appt.el (appt-display-format): Change default to
16220 'ignore, for backwards compatibility.
16221 (appt-display-message): If appt-display-format is 'ignore,
16222 respect old vars appt-msg-window and appt-visible.
16223 (appt-activate): Don't depend on return value of cancel-timer.
16224
16225 * calendar/calendar.el (calendar-holidays): Doc fix.
16226
16227 * calendar/cal-coptic.el (coptic-prompt-for-date):
16228 Use assoc-string instead of assoc-ignore-case.
16229 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16230 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16231 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16232 * calendar/cal-islam.el (calendar-goto-islamic-date)
16233 (mark-islamic-diary-entries): Ditto.
16234 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16235 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16236 (calendar-read-mayan-tzolkin-date): Ditto.
16237 * calendar/calendar.el (calendar-read-date): Ditto.
16238 * calendar/diary-lib.el (mark-diary-entries): Ditto.
16239
16240 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
16241
16242 * progmodes/executable.el (executable-command-find-posix-p):
16243 Fix choice of the directory.
16244
16245 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
16246
16247 * simple.el (interprogram-cut-function)
16248 (interprogram-paste-function, kill-new, kill-append):
16249 Doc fixes.
16250 (kill-region): Make it return nil. Doc fix.
16251 (yank-pop): Make its argument optional.
16252 (yank): Make ARG `-' equivalent to `-1'.
16253
16254 2004-02-17 Eli Zaretskii <eliz@gnu.org>
16255
16256 * mail/rmail.el (rmail-get-new-mail): Don't reference
16257 rmail-use-spam-filter if rmail-spam-filter is not loaded.
16258
16259 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
16260
16261 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
16262 if one of global-auto-revert-non-file-buffers or autorevert-mode
16263 is non-nil.
16264
16265 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16266
16267 * subr.el (delete-dups): A better implementation from Karl Heuer
16268 <kwzh@gnu.org>.
16269
16270 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16271
16272 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
16273 correct place.
16274 * progmodes/icon.el (icon-indent-command): Ditto.
16275 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
16276
16277 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16278
16279 * progmodes/grep.el (grep-compute-defaults): Undo change from
16280 2004-01-29: don't use executable-command-find-posix-p.
16281
16282 2004-02-16 Richard Sharman <rsharman@pobox.com>
16283
16284 * hilit-chg.el: Use require instead of eval-and-compile.
16285 (highlight-compare-buffers): New function.
16286
16287 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
16288
16289 * man.el (Man-fontify-manpage): Render section headings in
16290 `Man-overstrike-face' even when overstrike was not used by man
16291 formatter for section headings.
16292
16293 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
16294
16295 * rmail-spam-filter.el: (vm-use-spam-filter)
16296 (rsf-min-region-length-added-to-spam-list): New variables.
16297 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16298 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
16299 spam testing. Don't delete spam message if automatic deletion
16300 after output via variable rmail-delete-after-output is turned on.
16301 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
16302 rsf-bbdb-dont-create-entries-for-spam.
16303 (check-field): New function, extracted from code in
16304 rmail-spam-filter to ease addition of header fields like content-type.
16305 (message-content-type): New variable to check the content-type:
16306 field added, also in defcustom of rsf-definitions-alist.
16307 (rmail-spam-filter): Replace repeated test code for header fields
16308 by calls to check-field; change the call to
16309 rmail-output-to-rmail-file such that rmail-current-message stays
16310 the same to avoid wrong deletion of unseen flags.
16311 (rsf-add-contents-type): New function to convert old format
16312 of rmail-spam-definitions-alist into new one.
16313 Change prefixes of all variables and functions from
16314 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16315
16316 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16317
16318 * loadhist.el (unload-hook-features-list): New defvar.
16319
16320 2004-02-16 Dave Love <fx@gnu.org>
16321
16322 * loadhist.el (unload-feature): Doc fix. Rename flist to
16323 unload-hook-features-list.
16324
16325 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
16326
16327 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16328 cookie. Don't check if we are looking-at open-formula.
16329
16330 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
16331
16332 * subr.el (match-string-no-properties): Use substring-no-properties.
16333
16334 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16335
16336 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16337 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16338 Use lower-case "rx" in all error message.
16339
16340 2004-02-16 Dave Love <fx@gnu.org>
16341
16342 * emacs-lisp/rx.el (rx-or): Put group around result.
16343 (rx-constituents): Add backref.
16344 (rx-syntax): Add string-delimiter, comment-delimiter.
16345 (rx-categories): Add combining-diacritic.
16346 (rx-check-not, rx-greedy, rx): Doc fix.
16347 (rx-backref, rx-check-backref): New.
16348
16349 2004-02-16 Jesper Harder <harder@ifa.au.dk>
16350
16351 * newcomment.el (uncomment-region): Allow eob as comment end.
16352
16353 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16354
16355 * filecache.el: All message and error commands now use prefix
16356 "Filecache:" to make it easy to read *Messages* buffer.
16357
16358 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16359
16360 * autorevert.el: Add support to detect changed dired and VC buffers.
16361 (auto-revert-active-p, auto-revert-list-diff)
16362 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16363 (auto-revert-handler, auto-revert-active-p): New functions.
16364 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16365 and `auto-revert-active-p'.
16366 (eval-when-compile): Defvar dired-directory and vc-mode.
16367 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16368 (auto-revert-handler-vc): New functions.
16369
16370 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16371
16372 * progmodes/compile.el (compilation-directory): New defvar.
16373 (compile): Save current directory in compilation-directory.
16374 (recompile): Bind default-directory to compilation-directory if
16375 that is non-nil.
16376
16377 2004-02-16 Dave Love <fx@gnu.org>
16378
16379 * newcomment.el (comment-insert-comment-function)
16380 (comment-region-function, uncomment-region-function): New.
16381 (comment-indent): Use comment-insert-comment-function.
16382 (uncomment-region): Use uncomment-region-function.
16383 (comment-region): Use comment-region-function.
16384
16385 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
16386
16387 2004-02-16 Richard Stallman <rms@gnu.org>
16388
16389 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
16390 loaddefs* and ldefs-boot*.
16391
16392 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16393
16394 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
16395 and email address at the beginning and end of the address.
16396
16397 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
16398 anchored at the beginning of the email address.
16399
16400 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
16401
16402 * international/ccl.el (ccl-compile-write): Pass `left' to
16403 ccl-embed-code to generate correct code of write-expr-register.
16404
16405 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
16406
16407 * progmodes/grep.el (grep-compute-defaults): Fix typos.
16408
16409 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16410
16411 * x-dnd.el: Mention support for Motif in commentary.
16412 (x-dnd-handle-drag-n-drop-event): Ditto.
16413
16414 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
16415
16416 * ses.el: Use "ses--" prefixes for buffer-local variables.
16417 Use (point-min) instead of 1, even when we know the buffer
16418 is unnarrowed.
16419 (ses-build-load-map): Delete. Distribute its content to defconst's for
16420 the three maps.
16421 (ses-menu, ses-header-line-menu): New menus.
16422 (ses-mode-map): Use them.
16423 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
16424
16425 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
16426
16427 * Makefile.in: Fix the CC Mode recompile kludge so it works
16428 when building in a different directory.
16429
16430 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
16431
16432 * simple.el (kill-new): Put yank-handler property on the entire string.
16433
16434 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * diff.el: Don't use compile any more, use diff-mode instead.
16437 (diff-regexp-alist, diff-old-file, diff-new-file)
16438 (diff-parse-differences, diff-process-setup): Remove.
16439 (diff-sentinel): New fun.
16440 (diff): Use it. Run the process ourselves.
16441 Use diff-mode for the rest of the processing.
16442
16443 * diff.el (diff): Simplify code handling `switch'.
16444
16445 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16446
16447 * pcvs-defs.el (cvs-menu): Add `tag'.
16448
16449 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
16450
16451 * simple.el (kill-append): Doc fix.
16452
16453 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16454 Adapt outline-regexp to the new conventions for commenting out code.
16455
16456 2004-02-11 John Paul Wallington <jpw@gnu.org>
16457
16458 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16459
16460 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16461
16462 * diff.el (diff-switches): New fun.
16463 (diff, diff-backup): Use it.
16464 (diff): Clean up the args construction. Use backquote.
16465 Use listp instead of consp to avoid putting a nil arg.
16466 (diff): Add a revert-buffer function.
16467
16468 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16469
16470 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
16471 handled by x-dnd-handle-file-name.
16472 (x-dnd-known-types): Add COMPOUND_TEXT.
16473 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16474 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16475 x-dnd-empty-state.
16476 (x-dnd-forget-drop): Ditto.
16477 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16478 (x-dnd-handle-one-url): Return private when inserting text.
16479 (x-dnd-insert-ctext): New function.
16480 (x-dnd-handle-file-name): New function for FILE_NAME.
16481 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16482 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16483 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16484
16485 2004-02-10 Kenichi Handa <handa@m17n.org>
16486
16487 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16488 instead of while loop.
16489
16490 2004-02-10 Miles Bader <miles@gnu.org>
16491
16492 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16493
16494 2004-02-09 Kenichi Handa <handa@m17n.org>
16495
16496 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16497 have end-of-line.
16498
16499 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
16500
16501 * Makefile.in: Added extra dependencies in the recompile target
16502 needed to cope with the compile time macro expansions in CC Mode.
16503
16504 2004-02-09 Kim F. Storm <storm@cua.dk>
16505
16506 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16507 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16508 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16509 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16510 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16511 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16512 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16513 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16514 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16515 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16516 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16517
16518 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16521 Don't allow shrink if there's a window on our right.
16522
16523 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16524 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16525 Bring together declaration and initialization.
16526 (prolog-mode-variables): Don't set the syntax table.
16527 Don't set paragraph-start and comment-indent-function.
16528 Add /*..*/ to the comment regexps.
16529 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
16530 (prolog-mode-map): Don't bind TAB.
16531 (prolog-mode): Set the syntax table.
16532 (prolog-comment-indent): Remove.
16533 (inferior-prolog-mode-map): Initialize in the declaration.
16534 (inferior-prolog-mode-syntax-table)
16535 (inferior-prolog-mode-abbrev-table): New vars.
16536 (inferior-prolog-mode): Derive from comint-mode.
16537 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16538 minibuffer windows.
16539
16540 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16541 in file names, as long as it is unabmiguous.
16542
16543 2004-02-08 Andreas Schwab <schwab@suse.de>
16544
16545 * textmodes/reftex-toc.el
16546 (reftex-toc-load-all-files-for-promotion): Remove useless use of
16547 format. Doc fix.
16548
16549 * textmodes/refer.el (refer-find-entry-internal): Remove extra
16550 format string arguments.
16551
16552 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16553 string argument.
16554
16555 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16556
16557 * play/zone.el (zone-call): Fix format string.
16558
16559 * net/webjump.el (webjump-builtin): Add missing format string argument.
16560
16561 * midnight.el (midnight-delay-set): Remove extra format string argument.
16562
16563 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16564
16565 * hexl.el (hexl-insert-char): Add missing format string argument.
16566
16567 * format.el (format-decode): Fix format string.
16568
16569 * emulation/vi.el (vi-mode): Remove extra format string argument.
16570 (vi-repeat-last-search): Likewise.
16571 (vi-reverse-last-search): Likewise.
16572 (vi-goto-mark): Likewise.
16573 (vi-reverse-last-find-char): Likewise.
16574 (vi-repeat-last-find-char): Likewise.
16575 (vi-locate-def): Likewise.
16576
16577 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16578
16579 * ediff-util.el (ediff-toggle-read-only): Remove extra format
16580 string argument.
16581 (ediff-toggle-regexp-match): Likewise.
16582
16583 * dired-aux.el (dired-do-query-replace-regexp): Add missing
16584 format string argument.
16585
16586 * calc/calc-map.el (calc-get-operator): Remove extra format
16587 string argument.
16588
16589 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16590
16591 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16592 string argument.
16593
16594 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16595
16596 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16597
16598 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16599
16600 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16601 (cl-struct-setf-expander): Likewise.
16602
16603 * vc.el (with-vc-file): Fix unsafe uses of error.
16604 (vc-cancel-version): Likewise.
16605
16606 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
16607
16608 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16609 thousands separator; fixes <class>:<line-number> regexp for
16610 non-english locales.
16611
16612 2004-02-08 Andreas Schwab <schwab@suse.de>
16613
16614 * view.el (view-mode-enable): Revert previous change.
16615
16616 2004-02-07 Kim F. Storm <storm@cua.dk>
16617
16618 * simple.el (line-number-at-pos): Rename from line-at-pos.
16619 Uses changed (what-line and vc-annotate-warp-version).
16620
16621 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16622
16623 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16624 (diff-mode): Remove aborted attempt at support for compile.el.
16625 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16626
16627 2004-02-06 Andreas Schwab <schwab@suse.de>
16628
16629 * view.el (view-mode-enable): Add view-mode-map to
16630 minor-mode-overriding-map-alist.
16631
16632 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16633
16634 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16635
16636 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16639 with point inside rather than after the paragraph.
16640
16641 2004-02-04 Sam Steingold <sds@gnu.org>
16642
16643 * mail/smtpmail.el (smtpmail-try-auth-methods):
16644 Do not try authentication when no mechanism is available.
16645 Pass port-name as defaultport to `netrc-machine'.
16646
16647 2004-02-04 Stephen Eglen <stephen@gnu.org>
16648
16649 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16650 to show how minibuffer height can be constrained.
16651
16652 2004-02-04 John Paul Wallington <jpw@gnu.org>
16653
16654 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16655
16656 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16657
16658 * x-dnd.el: New file for drag and drop.
16659
16660 * term/x-win.el: require x-dnd, set after-make-frame-functions
16661 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16662 drag-n-drop event.
16663
16664 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16665 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16666 (dired-dnd-handle-file): New functions for drag and drop support.
16667 (dired-mode): Initialize drag and drop if x-dnd present.
16668
16669 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16672 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16673 (cperl-mode): Set fill-paragraph-function.
16674 (cperl-fill-paragraph): Make it non-interactive.
16675
16676 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
16677
16678 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16679
16680 2004-02-02 David Kastrup <dak@gnu.org>
16681
16682 * replace.el (perform-replace): Allow 'literal argument in
16683 regexp-flag to indicate literal replacement.
16684 (query-replace-regexp-eval): Use it.
16685
16686 2004-02-01 Andreas Schwab <schwab@suse.de>
16687
16688 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16689
16690 2004-02-01 Stephen Eglen <stephen@gnu.org>
16691
16692 * info-look.el: Add support for maxima-mode. Update commentary
16693 because info-lookup-symbol is now bound to C-h S.
16694
16695 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
16696
16697 * simple.el (edit-and-eval-command): Bind print-level and
16698 minibuffer-history-sexp-flag around call to read-from-minibuffer.
16699 Correct initial position in command-history.
16700
16701 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
16702
16703 * files.el (read-directory-name): Adapt the docstring to recent
16704 change in Fread_file_name.
16705
16706 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
16707
16708 * ses.el (ses-print-cell): If print format too wide for column
16709 width, truncate decimal places if that helps to avoid "#####" fill.
16710 * ses.el (ses-initial-column-width): Revert previous change.
16711
16712 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16715 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16716 Add edebug info.
16717 (jit-lock-mode): Setup/cancel the new timer.
16718 (jit-lock-context-fontify): New fun. Extracted from
16719 context fontification code of jit-lock-stealth-fontify.
16720 (jit-lock-stealth-fontify): Don't do context fontification any more.
16721
16722 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16723 (jit-lock-fontify-now): Handle the `quit' case.
16724 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16725
16726 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
16727
16728 * progmodes/executable.el (executable-command-find-posix-p):
16729 New. Check if find handles arguments Posix-style.
16730
16731 * progmodes/grep.el (grep-compute-defaults):
16732 Use executable-command-find-posix-p.
16733 (grep-find): Check `grep-find-command'.
16734
16735 * filecache.el (file-cache-find-posix-p): Delete.
16736 (file-cache-add-directory-using-find):
16737 Use `executable-command-find-posix-p'.
16738
16739 2004-01-29 Dave Love <fx@gnu.org>
16740
16741 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16742 Iterate the hook function if arg is given.
16743 (mark-defun, narrow-to-defun): Change order of finding the limits.
16744
16745 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16746 (byte-compile-format-warn): New.
16747 (byte-compile-callargs-warn): Use it.
16748 (Format, message, error): Add byte-compile-format-like property.
16749 (byte-compile-maybe-guarded): New.
16750 (byte-compile-if, byte-compile-cond): Use it.
16751 (byte-compile-lambda): Compile interactive forms,
16752 just to make warnings about them.
16753
16754 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
16755
16756 * ses.el (ses-initial-column-width): Increase to 14, so it will
16757 work well with the default printer of "%.7g" for extreme values
16758 like "-1.234567e+07".
16759
16760 2004-01-29 Kenichi Handa <handa@m17n.org>
16761
16762 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16763
16764 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
16765
16766 * dos-w32.el: Added support for the `default-printer-name' function.
16767
16768 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * server.el (server-socket-name): Don't use the hostname in the
16771 socket name since /tmp is local to the host anyway.
16772
16773 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16774 robust check of widening and fix var-naming.
16775
16776 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
16777
16778 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16779 or rmail-spam- to rsf- in all function and variable names.
16780 (rsf-min-region-to-spam-list): New variable.
16781 (rsf-bbdb-auto-delete-spam-entries): Rename from
16782 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
16783 scanned together with the recipients field for spam testing; Don't
16784 delete spam message if rmail-delete-after-output is non-nil;
16785 (rsf-check-field): New function, extracted from code in
16786 rmail-spam-filter to ease addition of header fields like
16787 content-type:;
16788 (message-content-type): New variable. The content-type: field was
16789 added also in defcustom of rsf-definitions-alist;
16790 (rmail-spam-filter): Replace repeated test code for header fields
16791 by calls to check-field; change the call to
16792 rmail-output-to-rmail-file such that rmail-current-message stays
16793 the same to avoid wrong deletion of unseen flags.
16794 (rmail-use-spam-filter): Add autoload cookie.
16795
16796 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
16797
16798 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
16799 (file-cache-add-directory-using-find): Add Cygwin support.
16800 (file-cache-find-command-posix-flag): New user variable.
16801
16802 * filecache.el (file-cache-add-directory): Check for
16803 directories an remove them from dir-files.
16804
16805 2004-01-27 Richard M. Stallman <rms@gnu.org>
16806
16807 * man.el (Man-fontify-manpage): Clean up message.
16808
16809 2004-01-27 Kenichi Handa <handa@m17n.org>
16810
16811 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16812 (sentence-end): Define using sentence-end-without-space.
16813
16814 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16815 a sentence ends with one of a character in sentence-end-without-space.
16816
16817 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * font-lock.el (font-lock): Add jit-lock as explicit group member.
16820 (jit-lock): Group declaration moved to jit-lock.el.
16821 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16822 when necessary.
16823
16824 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16825 (jit-lock-context-unfontify-pos): Rename from
16826 jit-lock-first-unfontify-pos.
16827 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16828
16829 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
16830
16831 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16832 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16833 (fortran-fill): When filling a string, adjust re-search-backward
16834 argument for special case of string just on fill-column.
16835 When filling non-string, allow one extra char if
16836 fortran-break-before-delimiters is non-nil.
16837 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16838 Use fortran-break-delimiters-re and fortran-no-break-re to
16839 correctly handle cases such as "**".
16840
16841 * progmodes/f90.el (f90-break-delimiters): Doc fix.
16842 (f90-no-break-re): Add some extra tokens. Doc fix.
16843
16844 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
16845
16846 * mail/rmail-spam-filter.el:
16847 Use two semicolons as Commentary line prefix.
16848 Add ";;; Code:" stylized comment.
16849 Delete end-of-line whitespace.
16850 Wrap (require 'cl) with `eval-when-compile'.
16851
16852 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
16853
16854 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
16855 at the top level of vc.el.
16856
16857 2004-01-23 Andre Spiegel <spiegel@gnu.org>
16858
16859 * vc.el (vc-current-line): Function removed. This is now done by
16860 the new function line-at-pos in simple.el.
16861 (vc-annotate-warp-version): Use line-at-pos instead of
16862 vc-current-line.
16863
16864 2004-01-22 Kim F. Storm <storm@cua.dk>
16865
16866 * simple.el (line-at-pos): New defun.
16867 (what-line): Use it. Optimize by only counting lines in narrowed
16868 region once.
16869
16870 2004-01-22 Kenichi Handa <handa@m17n.org>
16871
16872 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
16873 point (register r1) only for charset mule-unicode-0100-24ff.
16874
16875 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
16876
16877 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
16878 trailing white space and ensure a final newline.
16879
16880 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
16881 Add autoload cookie.
16882
16883 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
16884
16885 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
16886 activate view-mode explicitly.
16887
16888 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16889
16890 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
16891 use clipboard first.
16892
16893 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
16896 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
16897 (vc-mcvs-cvs): Remove.
16898 (vc-mcvs-command): Remove use of assert.
16899
16900 * outline.el (outline-insert-heading): Tighten up match.
16901 (outline-demote, outline-move-subtree-down): Don't assume anything
16902 about outline-regexp.
16903
16904 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
16905 (texinfo-show-structure): Explicitly add ^, and simplify.
16906
16907 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
16908
16909 * calendar/appt.el (appt-check): Restore usage of
16910 appt-issue-message deleted in previous change.
16911 (top-level): Activate package when loaded (needed for backwards
16912 compatibility).
16913
16914 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16915
16916 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
16917 following previous change to smtpmail-send-data.
16918
16919 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
16920
16921 * vc.el (vc-default-previous-version): Doc enhancement.
16922 (vc-default-next-version): New function.
16923 (vc-print-log): New arg FOCUS-REV.
16924 (vc-annotate-mode): Derive from view-mode.
16925 (vc-annotate): New args REVISION, DISPLAY-MODE.
16926 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
16927 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
16928 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
16929 (vc-annotate-show-diff-revision-at-line, vc-current-line)
16930 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
16931
16932 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
16933
16934 2004-01-19 Karl Berry <karl@gnu.org>
16935
16936 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
16937 or "TexInfo".
16938
16939 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
16940
16941 * subr.el (delete-dups): New function.
16942
16943 2004-01-19 Karl Berry <karl@gnu.org>
16944
16945 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
16946 with ^, since that's what texinfo-show-structure
16947 documentation says (plus it works much better in texinfo.txi).
16948
16949 2004-01-18 Jesper Harder <harder@ifa.au.dk>
16950
16951 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
16952
16953 2004-01-18 David Ponce <david@dponce.com> (tiny change)
16954
16955 * progmodes/which-func.el (which-function-mode): Don't cancel
16956 which-func-update-timer if not set.
16957
16958 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
16959
16960 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
16961 Remove spurious left square bracket in XX:XXam regexp.
16962
16963 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
16964
16965 * progmodes/cc-defs.el: Do not require cl at run time.
16966
16967 2004-01-16 Richard M. Stallman <rms@gnu.org>
16968
16969 * emacs-lisp/cl.el (cl-cannot-unload): New function.
16970 (cl-unload-hook): Defvar this to run cl-cannot-unload.
16971
16972 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
16973 Call rmail-spam-filter. Delete and expunge spam.
16974 Print number of spam messages deleted.
16975 Save and restore the deletion status of old messages when reading
16976 new mail with spam filter, so that expunging spam does not expunge
16977 msgs deleted by the user.
16978 (rmail-only-expunge): Add an optional argument dont-show to
16979 prevent showing message after expunge.
16980
16981 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
16982
16983 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
16984 * subr.el (declare): New macro.
16985
16986 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
16987
16988 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
16989
16990 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16993 Test window-system rather than system-type (for X11/Mac).
16994
16995 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
16996
16997 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
16998
16999 2004-01-12 Richard M. Stallman <rms@gnu.org>
17000
17001 * mail/rmail.el (rmail-convert-to-babyl-format):
17002 Use mail-unquote-printable-region.
17003 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17004 (rmail-hex-char-to-integer): Functions deleted.
17005
17006 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17007 (mail-unquote-printable-region): New arg NOERROR.
17008 For invalid encoding, either signal an error to just return nil.
17009
17010 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17011
17012 * calendar/appt.el: Update copyright and commentary.
17013 (appt-issue-message): Make obsolete.
17014 (appt-visible, appt-msg-window): Make obsolete, in favour of
17015 appt-display-format.
17016 (appt-display-mode-line, appt-display-duration)
17017 (appt-display-diary, appt-time-msg-list, appt-mode-string)
17018 (appt-prev-comp-time, appt-display-count, appt-timer)
17019 (appt-convert-time): Doc change.
17020 (appt-disp-window-function, appt-delete-window-function):
17021 Use defcustom rather than defvar.
17022 (appt-display-format): New variable.
17023 (appt-display-message): New function with display code from appt-check.
17024 (appt-check): Add optional FORCE argument. Doc change.
17025 Add appt-make-list to diary-hook if displaying diary.
17026 Remove checking of view-diary-entries-initially.
17027 Message display section removed to new function appt-display-message.
17028 (appt-display-window): Doc change. Remove unused internal var
17029 this-buffer. Do not beep, since appt-display-message does that.
17030 (appt-make-list): Doc change. Use caar.
17031 (appt-sort-list): Simplify by using builtin sort function.
17032 (appt-update-list): New function for updating appts when diary is
17033 saved.
17034 (appt-activate): New autoloaded function to toggle package
17035 functionality.
17036
17037 * calendar/cal-x.el: (calendar-one-frame-setup)
17038 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17039
17040 * calendar/calendar.el: Update copyright.
17041 (view-diary-entries-initially, european-calendar-style): Doc change.
17042 (calendar-setup): Make defcustom rather than defvar.
17043 (mark-visible-calendar-date): Initialize temp-face and faceinfo
17044 in let binding so local to function.
17045
17046 * calendar/diary-lib.el: Update copyright.
17047 (diary, diary-entry-time): Doc change.
17048 (list-diary-entries): Doc change. Trivial logic change.
17049 (fancy-diary-display): Restore make-face command mistakenly
17050 deleted 2003-05-08.
17051 (show-all-diary-entries): Allow to pop-up frame if needed.
17052
17053 2004-01-09 John Paul Wallington <jpw@gnu.org>
17054
17055 * bindings.el (mode-line-change-eol): Add EVENT parameter.
17056 Temporarily select EVENT's window for changing eol type.
17057
17058 2004-01-09 Deepak Goel <deego@gnufans.org>
17059
17060 * calendar/diary-lib.el (diary-entry-time):
17061 Also accept time in the form XX[.XX][am/pm/AM/PM].
17062 (fancy-diary-font-lock-keywords): Likewise.
17063 (diary-font-lock-keywords): Likewise.
17064 * calendar/appt.el (appt-add): Likewise.
17065 (appt-make-list): Likewise.
17066 (appt-convert-time): Likewise.
17067
17068 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
17069
17070 * gdb-ui.el (gdb-ann3): Revert previous change.
17071 (gdb-source-info): Allow for case of where compilation directory
17072 is not recorded.
17073
17074 2004-01-08 John Paul Wallington <jpw@gnu.org>
17075
17076 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17077
17078 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
17079
17080 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17081
17082 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17083 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17084 problems.
17085 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17086
17087 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
17088
17089 * files.el (write-file-functions, write-contents-functions):
17090 Clarify docstrings.
17091
17092 2004-01-07 Kenichi Handa <handa@m17n.org>
17093
17094 * international/mule.el (set-auto-coding): Fix for the case that
17095 end-of-line is only CR.
17096
17097 2004-01-07 Kim F. Storm <storm@cua.dk>
17098
17099 * subr.el (event-start, event-end): Doc fix.
17100 (posn-string, posn-image): New defuns.
17101 (posn-object): Return either image or string object.
17102 (posn-object-x-y): Return 8th element of position.
17103 (posn-object-width-height): New defun.
17104
17105 2004-01-06 Andreas Schwab <schwab@suse.de>
17106
17107 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17108 output.
17109
17110 2004-01-05 Karl Berry <karl@gnu.org>
17111
17112 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17113 / and *, too.
17114
17115 2003-12-31 Simon Josefsson <jas@extundo.com>
17116
17117 * files.el (before-save-hook): Add.
17118 (basic-save-buffer): Use before-save-hook.
17119
17120 * emacs-lisp/copyright.el: Fix comment to recommend
17121 before-save-hook instead of write-file-functions.
17122
17123 2004-01-05 Richard M. Stallman <rms@gnu.org>
17124
17125 * finder.el (finder-commentary): Call delete-other-windows.
17126
17127 * net/ange-ftp.el (ange-ftp-file-attributes):
17128 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17129
17130 2004-01-04 Karl Berry <karl@gnu.org>
17131
17132 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17133 comment characters % and # in the copyright year notice,
17134 as well as ;.
17135
17136 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
17137
17138 * wid-edit.el (default): Define dummy :value-delete.
17139 Reported by Jesper Harder <harder@ifa.au.dk>.
17140
17141 2004-01-03 Richard M. Stallman <rms@gnu.org>
17142
17143 * progmodes/compile.el (compile-internal): Use point, not point-min,
17144 for set-window-point.
17145
17146 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17147
17148 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17149
17150 * progmodes/grep.el (grep-mode-map):
17151 Don't remap next-line, previous-line.
17152
17153 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
17154
17155 * speedbar.el (speedbar-edit-line): Change regexp to position
17156 the cursor on the first character of this line's button.
17157
17158 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
17159
17160 * subr.el (functionp): Doc fix.
17161
17162 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
17163
17164 * progmodes/idlwave.el (idlwave-make-tags):
17165 * textmodes/flyspell.el (flyspell-large-region):.
17166 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17167 * emulation/viper-util.el (viper-glob-unix-files):
17168 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17169 * man.el (Man-init-defvars):
17170 * jka-compr.el (jka-compr-call-process):
17171 * files.el (get-free-disk-space,insert-directory):
17172 * ediff-ptch.el (ediff-test-patch-utility):
17173 * ediff-diff.el (ediff-test-utility):
17174 * dired-aux.el (dired-check-process):
17175 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17176 test the return value of call-process, because it can be a string.
17177
17178 2003-12-31 John Paul Wallington <jpw@gnu.org>
17179
17180 * bindings.el (completion-ignored-extensions): Add .pfsl.
17181
17182 2003-12-31 Kim F. Storm <storm@cua.dk>
17183
17184 * ido.el (ido-nonreadable-directory-p): New defun to check for
17185 nonreadable directory without activating tramp (to avoid problems
17186 with checking incomplete tramp paths).
17187 (ido-set-current-directory, ido-file-internal)
17188 (ido-file-name-all-completions1): Use it.
17189
17190 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
17191
17192 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17193 documentation if the anchor (or node) name is preceded by `info
17194 anchor' or `Info anchor' in addition to earlier `info node' and
17195 `Info node'.
17196 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17197
17198 2003-12-30 Eli Zaretskii <eliz@gnu.org>
17199
17200 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17201 error in arguments to base64-decode-region. Remove ^M characters
17202 after decoding base64.
17203
17204 2003-12-30 Simon Josefsson <jas@extundo.com>
17205
17206 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
17207 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17208 have only been distributed with Emacs for some years.
17209 (texinfo-mode-hook): Customize.
17210
17211 2003-12-30 Eli Zaretskii <eliz@gnu.org>
17212
17213 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17214 cleaner (suggested by Richard Stallman).
17215
17216 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17217 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17218 file-name clashes on 8+3 DOS filesystems.
17219
17220 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17221 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17222 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17223 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17224 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17225 file-name clashes on 8+3 filesystems.
17226
17227 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17228 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17229 file-name clashes on 8+3 DOS filesystems.
17230
17231 2003-12-29 Richard M. Stallman <rms@gnu.org>
17232
17233 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17234 Upcase the character.
17235
17236 * textmodes/flyspell.el (mail-mode-flyspell-verify):
17237 Search for header separator alone on a line, literally,
17238 and search for it backward, not forward.
17239 (flyspell-abbrev-table): Always use global-abbrev-table
17240 if there is no local one.
17241
17242 * progmodes/sh-script.el (sh-get-indent-info):
17243 Don't move point back if at bob.
17244
17245 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
17246
17247 * play/handwrite.el (handwrite): Make the handwrite credit message
17248 a comment rather than an output command.
17249
17250 * obsolete/sc.el: Display message that this file is obsolete.
17251
17252 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
17253
17254 * mail/rfc822.el (rfc822-address-start): Declare variable.
17255 Renamed from address-start. All uses changed.
17256
17257 * term.el (term-exec): Set up sentinel.
17258 (term-sentinel): New function.
17259 (term-handle-exit): New function.
17260
17261 * subr.el (assoc-ignore-case, assoc-ignore-representation):
17262 Use assoc-string, and mark them obsolete.
17263 (delay-mode-hooks): Mark as permanent local.
17264
17265 * simple.el (sendmail-user-agent-compose): Use assoc-string.
17266
17267 * register.el (copy-rectangle-to-register): Doc fix.
17268
17269 * info.el (Info-insert-dir): Use assoc-string.
17270
17271 * info-look.el (info-lookup): Use assoc-string.
17272
17273 * frame.el (pop-up-frame-function): Use quote, not `function'.
17274 (frame-notice-user-settings): Calculate ADJUSTED-TOP
17275 copying with lists as coordinate values.
17276
17277 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
17278
17279 * find-dired.el (kill-find): New command.
17280 (find-dired): Make buffer read-only.
17281 Set up a keymap with C-c C-k running kill-find.
17282 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
17283
17284 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17285
17286 * filecache.el (file-cache-ignore-case): New variable.
17287 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
17288
17289 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
17290 (comint-dynamic-complete-as-filename): Rename local vars.
17291 (comint-dynamic-list-filename-completions): Likewise.
17292
17293 * comint.el (comint-dynamic-list-completions-config): New var.
17294 (comint-dynamic-list-completions): Handle both SPC and TAB right.
17295
17296 * comint.el (comint-file-name-chars): Add [].
17297 (comint-word): Use skip-chars-backward, not search.
17298
17299 * shell.el (shell-file-name-chars): Add [].
17300
17301 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
17302
17303 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17304
17305 * generic.el (define-generic-mode): Doc fix.
17306
17307 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17308
17309 * files.el (kill-some-buffers): Doc fix.
17310
17311 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
17312
17313 * comint.el (comint-watch-for-password-prompt): Pass `string' as
17314 arg to send-invisible
17315 (send-invisible): Doc fix. The argument is now a prompt, not the
17316 string to send.
17317 (comint-read-noecho): Doc fix.
17318
17319 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
17320
17321 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17322 "@", as required by some ISP hosting service. Fix defcustom
17323 argument syntax errors that prevented use of customization.
17324
17325 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17326
17327 * xml.el (xml-get-attribute-or-nil): Doc fix.
17328
17329 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
17330
17331 * net/zone-mode.el (zone-mode): Use write-file-functions, not
17332 write-file-hooks.
17333
17334 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
17335
17336 * autorevert.el (auto-revert-interval): Doc fix.
17337
17338 2003-12-29 Mark A. Hershberger <mah@everybody.org>
17339
17340 * xml.el (xml-get-attribute-or-nil): New function, like
17341 xml-get-attribute, but returns nil if the attribute was not found.
17342 (xml-get-attribute): Convert to defsubst, uses
17343 xml-get-attribute-or-nil.
17344
17345 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17346
17347 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17348
17349 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
17350
17351 * custom.el (custom-declare-theme): Use `value' when putting
17352 properties on `theme'.
17353
17354 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
17355
17356 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17357 for each yank-handler segment.
17358 (insert-for-yank-1): New function, with the body of the previous
17359 insert-for-yank.
17360
17361 * textmodes/table.el (table-yank-handler): New defcustom.
17362 (table--put-cell-indicator-property): Put yank-handler property
17363 that indicates the yank handler for the table cell.
17364
17365 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17366
17367 * generic-x.el (etc-modules-conf-generic-mode): A more complete
17368 set of keywords.
17369
17370 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17371
17372 * international/mule-cmds.el (reset-language-environment)
17373 (set-language-environment): Don't invoke fontset-related functions
17374 if fontset-list is not fboundp.
17375
17376 2003-12-29 Kenichi Handa <handa@m17n.org>
17377
17378 * international/mule-cmds.el (reset-language-environment):
17379 Call set-overriding-fontspec-internal with nil.
17380 (set-language-environment): Call set-overriding-fontspec-internal
17381 if the language environment specify `overriding-fontspec'.
17382 (language-info-alist): Doc added.
17383
17384 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
17385 characters of mule-unicode-0100-24ff.
17386 (ccl-encode-windows-1251-font): New CCL program.
17387 ("Bulgarian"): Specify overriding-fontspec.
17388 ("Belarusian"): Likewise.
17389
17390 2003-12-28 Sam Steingold <sds@gnu.org>
17391
17392 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
17393 parameter ID-FORMAT to conform with the 2003-11-30 patch.
17394
17395 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
17396
17397 * progmodes/gud.el (gud-gdb-command-name): Set default to
17398 "gdb --annotate=3".
17399 (gud-gdb-marker-filter): Look out for annotations.
17400 (gdb-first-pre-prompt): New variable.
17401 Remove trailing white space.
17402
17403 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
17404 if necessary.
17405 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
17406 annotations are detected.
17407 (gud-gdba-marker-filter): Use global variable gud-marker-acc
17408 instead of a local one to allow transition from
17409 gud-gdb-marker-filter.
17410 Remove trailing white space.
17411
17412 2003-12-27 Kim F. Storm <storm@cua.dk>
17413
17414 * ido.el: Handle non-readable directories.
17415 (ido-decorations): Add 9th element for non-readable directory.
17416 (ido-directory-nonreadable): New dynamic var.
17417 (ido-set-current-directory): Set it.
17418 (ido-read-buffer, ido-file-internal):
17419 (ido-read-file-name, ido-read-directory-name): Let-bind it.
17420 (ido-file-name-all-completions1): Return empty list for
17421 non-readable directory.
17422 (ido-exhibit): Print [Not readable] if directory is not readable.
17423 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17424 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17425 Use it.
17426
17427 2003-12-27 Lars Hansen <larsh@math.ku.dk>
17428
17429 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17430 calls to directory-files-and-attributes and file-attributes.
17431 (ls-lisp-format): Remove system dependent handling of user and
17432 group id's.
17433
17434 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
17435
17436 * ffap.el (ffap-read-file-or-url): Revert previous change.
17437
17438 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
17439
17440 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17441 new list of included files called `files-with-node-lines', that
17442 only have node lines. This way @include commands can include any
17443 file, such as version and update files without node lines, not
17444 just files that are chapters.
17445
17446 2003-12-25 Andreas Schwab <schwab@suse.de>
17447
17448 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17449 file not found.
17450
17451 2003-12-08 Miles Bader <miles@gnu.org>
17452
17453 * dired.el (dired-between-files): Always use dired-move-to-filename,
17454 which is more robust in non-english locales.
17455
17456 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
17457
17458 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17459
17460 2003-12-24 Andreas Schwab <schwab@suse.de>
17461
17462 * shell.el (shell-file-name-quote-list): Add backslash.
17463
17464 * comint.el (comint-quote-filename): Correctly handle backslash
17465 in comint-file-name-quote-list.
17466
17467 2003-12-24 Kenichi Handa <handa@m17n.org>
17468
17469 * international/mule-cmds.el (set-default-coding-systems):
17470 Call ucs-set-table-for-input for all buffers that don't have local
17471 value of buffer-file-coding-system.
17472
17473 * international/ucs-tables.el (ucs-set-table-for-input):
17474 If translation-table-for-encode is a symbol, get its
17475 translation-table property.
17476
17477 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
17478
17479 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17480 to `completing-read' on a recently fixed bug.
17481
17482 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17483 instead of SPACE, to get the list of possible fringe modes.
17484 SPACE only works if both `partial-completion-mode' and
17485 `completion-auto-help' are nil.
17486
17487 * complete.el (PC-is-complete-p): Delete.
17488 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17489 calls to `test-completion'.
17490
17491 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
17492
17493 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17494 to edit values when there are no children.
17495
17496 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17497 a mode called "Assembler" already exists.
17498 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17499 (gud-watch): Use format option. Remove font properties from string.
17500 (gdb-var-create-handler, gdb-var-list-children-handler):
17501 Don't bother about properties as there are none.
17502 (gdb-var-create-handler, gdb-var-list-children-handler)
17503 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17504 with two arguments.
17505 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17506 Let speedbar show value changes with a different font.
17507 (gdb-edit-value): New defun.
17508 (gdb-clear-partial-output, gdb-clear-inferior-io)
17509 (def-gdb-auto-update-handler): Use erase-buffer.
17510 (gdb-frame-handler): Display watch expressions in
17511 FUNCTION::VARIABLE format if required.
17512
17513 2003-12-23 John Paul Wallington <jpw@gnu.org>
17514
17515 * info.el (Info-unescape-quotes, Info-split-parameter-string)
17516 (Info-goto-emacs-command-node): Doc fixes.
17517
17518 2003-12-12 Jesper Harder <harder@ifa.au.dk>
17519
17520 * cus-edit.el (custom-add-parent-links): Define "many".
17521
17522 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
17523
17524 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17525 (widget-child-validate, widget-type-value-create)
17526 (widget-type-default-get, widget-type-match): New functions.
17527 (lazy): New widget.
17528 (menu-choice, checklist, radio-button-choice, editable-list)
17529 (group, documentation-string): Remove redundant (per 2003-10-25
17530 change) calls to `widget-children-value-delete'.
17531 (widget-choice-value-get, widget-choice-value-inline): Remove.
17532 (menu-choice): Update widget.
17533
17534 2003-12-03 Kenichi Handa <handa@m17n.org>
17535
17536 * language/cyrillic.el: Register "microsoft-cp1251" in
17537 ctext-non-standard-encodings-alist.
17538 ("Bulgarian"): Add ctext-non-standard-encodings.
17539 ("Belarusian"): Likewise.
17540
17541 * international/mule-conf.el (compound-text-with-extensions):
17542 Change the type to 2 (iso-2022 base).
17543
17544 * international/mule.el (ctext-non-standard-encodings-alist):
17545 Change the format.
17546 (ctext-non-standard-encodings): New variable.
17547 (ctext-post-read-conversion): Fully re-written.
17548 (ctext-non-standard-designations-alist): Delete it.
17549 (ctext-non-standard-encodings-table): New function.
17550 (ctext-pre-write-conversion): Fully re-written.
17551
17552 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
17553
17554 * cus-edit.el (custom-add-parent-links): Add documentation links
17555 for parent, if the item has none of its own.
17556
17557 2003-11-30 Richard M. Stallman <rms@gnu.org>
17558
17559 * dired-aux.el (dired-do-query-replace-regexp):
17560 Report files visited read-only.
17561
17562 2003-11-30 Juri Linkov <juri@jurta.org>
17563
17564 * dired-aux.el (dired-compare-directories): New command.
17565 (dired-file-set-difference, dired-files-attributes): New functions.
17566
17567 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17568 Version 2.0.38 of Tramp released.
17569
17570 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
17571 Charles Curley <charlescurley@charlescurley.com>.
17572 (tramp-multi-connection-function-alist): Add ssht entry which adds
17573 "-e none -t -t" to the list of ssh args. Suggested by Adrian
17574 Aichner.
17575 (tramp-get-method-parameter): New function to retrieve a method
17576 parameter. This allows for omission of method parameters.
17577 Callers adjusted.
17578
17579 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
17580
17581 * net/tramp.el: Add new optional parameter ID-FORMAT to
17582 `file-attributes'. Calls of `file-attributes' won't use this
17583 parameter for backward compatibility reasons.
17584 (tramp-perl-file-attributes): Add a new parameter to Perl script
17585 in order to handle uid/gid as strings, if desired.
17586 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17587 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17588 order to make the function more general.
17589 (tramp-handle-file-attributes): Replace proprietary optional
17590 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17591 (tramp-handle-file-attributes-with-perl): Handle parameter
17592 NONNUMERIC if set. This wasn't done in the past.
17593 (tramp-post-connection): Apply second parameter "$2" if
17594 `tramp-remote-perl' is called.
17595
17596 * net/tramp-smb.el (tramp-smb-handle-delete-file):
17597 Correct cut'n'waste error (`filename' instead of `directory').
17598 (tramp-smb-handle-directory-files-and-attributes)
17599 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17600 introduced parameter ID-FORMAT.
17601 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17602 error (`directory' instead of `ldir').
17603
17604 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17605 `file-attributes' has a second parameter. If yes, apply it with
17606 value "'integer". Otherwise, don't use that parameter (default is
17607 integer format).
17608
17609 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
17610
17611 * help.el (help-map): Bind `display-local-help' to `C-h .'.
17612 (help-for-help): Add `C-h .' to the listed Help options.
17613 Remove trailing whitespace.
17614
17615 * help-at-pt.el: New file.
17616
17617 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
17618
17619 * subr.el (noreturn, 1value): New macros for test coverage.
17620 See `testcover.el'.
17621
17622 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17623
17624 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17625 for macro `1value'.
17626 (testcover-1value): New function. Checks that a 1value form
17627 actually returns only one value. Requested by RMS.
17628
17629 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
17630
17631 * gdb-ui.el (gud-watch, gdb-var-create-handler)
17632 (gdb-var-list-children, gdb-var-list-children-handler)
17633 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17634 gdb commands that use mi to keep them out of the command history.
17635
17636 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17637
17638 * cus-start.el (all): Add use-file-dialog.
17639
17640 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17643
17644 2003-11-27 Kim F. Storm <storm@cua.dk>
17645
17646 * subr.el (posn-object-x-y): New defun.
17647
17648 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
17649
17650 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17651 Don't use `space' for \\\n.
17652 Be more selective as to which # are comment-starters.
17653
17654 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
17655
17656 * subr.el (number-sequence): Improve handling of floating point
17657 arguments (suggested by Kim Storm). Allow negative arguments.
17658
17659 2003-11-26 Kenichi Handa <handa@m17n.org>
17660
17661 * international/mule-cmds.el (standard-display-european-internal):
17662 Cancel the standard-display-table setting for ` and '.
17663
17664 2003-11-26 Kim F. Storm <storm@cua.dk>
17665
17666 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17667 New defcustoms to add ffap-like functionality to ido.
17668 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
17669 (ido-no-final-slash): New defun.
17670 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17671 (ido-read-file-name): ): Toggle VC checking via
17672 vc-handled-backends instead of vc-master-templates.
17673 (ido-file-internal): Handle ido-use-url-at-point and
17674 ido-use-filename-at-point via code borrowed from ffap-guesser.
17675 Handle new ido-exit code ffap.
17676 (ido-sort-list): Ignore final slash when sorting file names.
17677
17678 2003-11-25 Kim F. Storm <storm@cua.dk>
17679
17680 * emulation/cua-base.el (cua--standard-movement-commands):
17681 Add forward-sentence and backward-sentence.
17682
17683 2003-11-25 Stephen Eglen <stephen@gnu.org>
17684
17685 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17686 iswitchb-exit is set to 'usefirst when user selects buffer at head
17687 of list using RET. (Selecting buffers at the head of the list was
17688 broken if the substring was also a complete buffername.)
17689
17690 2003-11-23 Kim F. Storm <storm@cua.dk>
17691
17692 * progmodes/compile.el (grep-command, grep-use-null-device)
17693 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17694 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17695 (grep-regexp-alist, grep-program, find-program)
17696 (grep-find-use-xargs, grep-history, grep-find-history)
17697 (grep-process-setup, grep-compute-defaults)
17698 (grep-default-command, grep, grep-tag-default, grep-find)
17699 (grep-expand-command-macros, grep-tree-last-regexp)
17700 (grep-tree-last-files, grep-tree): Move grep variables, functions
17701 and commands to new file grep.el.
17702 (compilation-mode-map): Remove grep commands from Compile sub-menu.
17703 (compilation-process-setup-function): Doc fix.
17704 (compilation-highlight-regexp, compilation-highlight-overlay): New
17705 defvars used for highlighting current compile error in source buffer.
17706 (compile-internal): New optional args HIGHLIGHT-REGEXP and
17707 LOCAL-MAP which overrides compilation-highlight-regexp and
17708 compilation-mode-map for this compilation.
17709 Delay calling compilation-set-window-height until after running
17710 compilation-process-setup-function so it can buffer-local override
17711 compilation-window-height.
17712 Check buffer-local value of compilation-scroll-output.
17713 (compilation-set-window-height): Use buffer-local value of
17714 compilation-window-height.
17715 (compilation-revert-buffer): Don't pass (undefined)
17716 preserve-modes arg to revert-buffer.
17717 (next-error-no-select, previous-error-no-select): New commands.
17718 (compilation-goto-locus): Temporarily highlight current match in
17719 source buffer using compilation-highlight-regexp.
17720
17721 * progmodes/grep.el: New file with grep code from compile.el.
17722 (grep): New defcustom group.
17723 (grep-window-height): New defcustom, like compilation-window-height.
17724 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17725 (grep-scroll-output): New defcustom, like compilation-scroll-output.
17726 (grep-command, grep-use-null-device, grep-find-command)
17727 (grep-tree-files-aliases, grep-tree-ignore-case)
17728 (grep-tree-ignore-CVS-directories): Move to grep custom group.
17729 (grep-setup-hook): New hook variable.
17730 (grep-mode-map): New keymap for grep commands. Add Grep menu.
17731 (grep-last-buffer): New defvar, override compilation-last-buffer.
17732 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
17733 Call compile-internal with args highlight-regexp and grep-mode-map.
17734
17735 2003-11-23 Kim F. Storm <storm@cua.dk>
17736
17737 * subr.el (event-start, event-end): Doc fix.
17738 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17739 (posn-area, posn-actual-col-row, posn-object): New defuns.
17740 (posn-col-row): Simplify doc. Rewrite to use cond.
17741 (posn-point): Also return buffer position for events outside text
17742 area (that info is now present in the event position).
17743
17744 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17745 mouse-set-point so that hscroll still works now that clicks on
17746 fringes generate specific mouse events.
17747 (mouse-set-point): Note that it now works in fringes and margins
17748 too due to new semantics of posn-point in fringes and margins.
17749
17750 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17751 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17752
17753 2003-11-20 Kim F. Storm <storm@cua.dk>
17754
17755 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17756 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17757 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17758 to 100 for icons to avoid increasing line height when shown.
17759
17760 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17761
17762 * newcomment.el (comment-normalize-vars): Initialize properly if
17763 comment-start was nil.
17764
17765 2003-11-19 Andreas Schwab <schwab@suse.de>
17766
17767 * simple.el (set-variable): Fix indentation.
17768
17769 2003-11-17 Kenichi Handa <handa@m17n.org>
17770
17771 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17772 Fix docstring.
17773
17774 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17775
17776 * international/latin1-disp.el (latin1-display): Fix docstring.
17777
17778 2003-11-16 John Wiegley <johnw@newartisans.com>
17779
17780 * eshell/em-ls.el (eshell-ls-file): There are times with
17781 size-width is nil and uncomputed (when directories are created in
17782 dired, for example); in this case, 4 is reasonable default value,
17783 although it may caused skewed new entries (which could be avoided
17784 by returning the original value of 8 in all cases, but 99% of the
17785 time this is a waste of whitespace).
17786
17787 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17788
17789 * cc-engine.el (c-guess-continued-construct)
17790 (c-guess-basic-syntax): Check a little more carefully if it's a
17791 function declaration when an unknown construct followed by a block
17792 is found inside a statement context. This avoids macros followed
17793 by blocks to be taken as function declarations.
17794
17795 (c-guess-continued-construct): Change the analysis of a statement
17796 continuation with a brace open to `substatement-block', for
17797 consistency with recognized statements.
17798
17799 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17800 start is in a position so that `c-beginning-of-statement-1' jumped
17801 to the beginning of the same statement.
17802
17803 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17804 Don't accept binary operators in the arglist if we're in a function
17805 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
17806 template recognition in cases like "if (a < b || c > d)".
17807
17808 (c-restricted-<>-arglists): New more appropriate name for
17809 `c-disallow-comma-in-<>-arglists'.
17810
17811 Accessing functions updated for the variable name change.
17812
17813 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17814 match data could get clobbered if NOT-INSIDE-TOKEN is used.
17815
17816 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17817 labels.
17818
17819 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17820 instead of duplicating parts of it. This fixes bogus label
17821 recognition.
17822
17823 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17824 of checking the context in which to apply the minimum indentation,
17825 so that it isn't enforced in e.g. namespace blocks.
17826
17827 * cc-vars.el (c-inside-block-syms): New constant used by
17828 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
17829 to somewhat reduce the risk of becoming stale.
17830
17831 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17832 cc-cmds to cc-engine to allow use from cc-align.
17833
17834 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17835 qualified identifiers containing "::".
17836
17837 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17838 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17839
17840 * cc-vars.el (c-emacs-features): Use a space in front of the name
17841 of the temporary buffer. That also avoids dumping problems in
17842 XEmacs due to undo info being left around after the buffer is killed.
17843
17844 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17845 arglist to see if it's a K&R style declaration.
17846
17847 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17848 before returning `knr-argdecl-intro'.
17849
17850 2003-11-16 John Wiegley <johnw@newartisans.com>
17851
17852 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
17853 field in a long-listing always 8 characters, use `size-width',
17854 which has already been computed.
17855
17856 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
17857
17858 * subr.el (minor-mode-list): Add `hs-minor-mode'.
17859
17860 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17861
17862 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
17863 Support operation while narrowed, with `diff-restrict-view'.
17864
17865 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17866
17867 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17868 Take additional optional arg NARROWFUN. For the generated functions:
17869 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
17870 include frags that arrange to check for and save narrowing state before
17871 the move and then conditionally call NARROWFUN after the move.
17872
17873 2003-11-14 John Wiegley <johnw@newartisans.com>
17874
17875 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
17876 that was optional, but obviously missing based on surrounding code.
17877
17878 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
17879 string arguments to numbers unless the whole argument was seen as
17880 a number.
17881
17882 2003-11-14 Kenichi Handa <handa@m17n.org>
17883
17884 * international/mule.el (ctext-non-standard-encodings-alist):
17885 Fix coding systems.
17886
17887 2003-11-10 Kenichi Handa <handa@m17n.org>
17888
17889 * language/kannada.el ("Kannada"): Add sample-text.
17890
17891 * language/knd-util.el (kannada-compose-region)
17892 (kannada-compose-string, kannada-post-read-conversion):
17893 Add autoload cookie.
17894
17895 * international/quail.el (quail-completion): Change the message
17896 "corresponding translations" to "corresponding characters".
17897
17898 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
17899
17900 * descr-text.el (describe-char): Fix typo.
17901
17902 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
17903
17904 These changes are to support Kannada language/script.
17905
17906 * Makefile.in (DONTCOMPILE): Add kannada.el.
17907
17908 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
17909
17910 * loadup.el: Preload kannada.el.
17911
17912 * language/ind-util.el (ucs-kannada-to-is13194-alist)
17913 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
17914 New variables.
17915
17916 * language/kannada.el: New file.
17917
17918 * language/knd-util.el: New file.
17919
17920 2003-11-07 Andreas Schwab <schwab@suse.de>
17921
17922 * progmodes/autoconf.el (autoconf-font-lock-keywords):
17923 Also highlight AH_*.
17924
17925 * xml.el (xml-parse-dtd): Fix misplaced paren.
17926
17927 2003-11-07 Kenichi Handa <handa@m17n.org>
17928
17929 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
17930
17931 2003-11-05 Juri Linkov <juri@jurta.org>
17932
17933 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
17934 (desktop-buffer-file): Use saved buffer-file-coding-system
17935 for file reading. Set auto-insert to nil to prevent automatic
17936 insertion into restored empty files.
17937
17938 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
17939
17940 * files.el (risky-local-variable-p): Make second argument optional.
17941
17942 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * subr.el (add-hook): Fix last change.
17945
17946 2003-11-03 Eli Zaretskii <eliz@gnu.org>
17947
17948 * mail/rmail.el (rmail-convert-to-babyl-format):
17949 If base64-decode-region signals an error, catch it and silently
17950 ignore it.
17951
17952 2003-11-01 Mark A. Hershberger <mah@everybody.org>
17953
17954 * xml.el (xml-parse-region): Allow comments to appear after the
17955 topmost element has closed.
17956 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
17957 (xml-ns-expand-attr): New functions to do namespace handling.
17958 (xml-intern-attrlist): Back-compatible handling of attribute names.
17959 (xml-parse-tag): Move namespace handling to separate functions.
17960 Now produces elements in the form ((:ns . "element") (attr-list)
17961 children) instead of ('ns:element (attr-list) children).
17962 (xml-parse-attlist): Fix attribute parsing.
17963 (xml-parse-dtd): Change parsing so that it produces strings
17964 instead of interned symbols.
17965
17966 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
17967
17968 * dired.el (dired-ls-sorting-switches): Doc fix.
17969
17970 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
17971
17972 * emacs-lisp/rx.el (rx-or): Fix the case of
17973 "(rx (and ?a (or ?b ?c) ?d))".
17974
17975 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
17976
17977 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
17978 (texinfo-format-region): Use it.
17979 (texinfo-format-buffer-1): Ditto.
17980
17981 2003-11-01 Alan Mackenzie <acm@muc.de>
17982
17983 Changes to allow scrolling whilst in isearch mode:
17984 * isearch.el (isearch-unread-key-sequence): New function,
17985 extracted from isearch-other-meta-char.
17986 (top level): (put 'foo 'isearch-scroll) on all Emacs's
17987 "scrollable" standard functions.
17988 (isearch-allow-scroll): New customizable variable.
17989 (isearch-string-out-of-window, isearch-back-into-window)
17990 (isearch-reread-key-sequence-naturally)
17991 (isearch-lookup-scroll-key): New functions.
17992 (isearch-other-meta-char): Doc string and functionality enhanced.
17993 Now accepts a prefix argument.
17994 (isearch-lazy-highlight-window-end): New variable.
17995 (isearch-lazy-highlight-new-loop): Pay attention to the window's
17996 end (thru isearch-lazy-highlight-window-end), not only its start.
17997
17998 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
17999 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18000 (universal-argument, universal-argument-more, negative-argument)
18001 (digit-argument, universal-argument-other-key): Minor changes.
18002
18003 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18004
18005 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18006 recursively if the last message is deleted, thus avoiding an
18007 infinite loop.
18008
18009 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18012 (tex-main-file): Don't add .tex if the extension is already present.
18013 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18014
18015 2003-10-29 Lute Kamstra <lute@gnu.org>
18016
18017 * progmodes/octave-inf.el (inferior-octave-prompt):
18018 Recognize version number in prompt.
18019
18020 2003-10-28 Dave Love <fx@gnu.org>
18021
18022 * international/characters.el: Fix some Unicode ranges.
18023
18024 2003-10-28 Kenichi Handa <handa@m17n.org>
18025
18026 * disp-table.el (standard-display-8bit)
18027 (standard-display-default, standard-display-ascii)
18028 (standard-display-g1, standard-display-graphic)
18029 (standard-display-underline): Assure that standard-display-table
18030 is a display table.
18031
18032 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * simple.el (reindent-then-newline-and-indent): Delete space *after*
18035 reindenting the first line.
18036
18037 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
18038
18039 * wid-edit.el (widget-default-delete): Always delete child widgets.
18040
18041 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18042
18043 * newcomment.el (comment-indent): Don't call indent-according-to-mode
18044 if the line has code.
18045 Don't try to line up with something that's too far left.
18046
18047 * progmodes/octave-mod.el (octave-comment-start): Simplify.
18048 (octave-mode-syntax-table): Add % as a comment starter.
18049 (octave-point): Remove.
18050 (octave-in-comment-p, octave-in-string-p)
18051 (octave-not-in-string-or-comment-p, calculate-octave-indent)
18052 (octave-blink-matching-block-open, octave-auto-fill):
18053 Use line-(beginning|end)-position instead.
18054
18055 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
18056
18057 * emacs-lisp/authors.el (authors-aliases): Add correct realname
18058 for Francesco Potort\e,Al\e(B.
18059
18060 2003-10-23 Dave Love <fx@gnu.org>
18061
18062 * international/mule-cmds.el (locale-charset-to-coding-system):
18063 Don't rely on nil being a coding system.
18064
18065 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18066 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18067 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18068
18069 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
18070
18071 * gdb-ui.el (gdb-current-language): New variable.
18072 (gdb-update-flag): Remove variable.
18073 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18074 (gdb-take-last-elt): Remove function.
18075 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18076 (gdb-post-prompt): Check for variable object changes here.
18077
18078 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18079 object changes in gdb-ui.el.
18080
18081 2003-10-21 Richard M. Stallman <rms@gnu.org>
18082
18083 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18084
18085 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18086 Don't check for foo*/ wildcard form here.
18087 (insert-directory): Recognize foo*/ as a wildcard.
18088 Separate wildcard-regexp variable from the arg, wildcard.
18089
18090 * subr.el (add-hook): Correctly detect when make-local-hook was used.
18091 (remove-hook): Correctly handle strange cases about local hooks.
18092
18093 2003-10-21 David Ponce <david@dponce.com>
18094
18095 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18096 argument REAL, to return a real number instead of a rounded
18097 integer value. Define as inline function.
18098 (ruler-mode-right-fringe-cols): Likewise.
18099 (ruler-mode-scroll-bar-cols): New function.
18100 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
18101 (ruler-mode-right-scroll-bar-cols): Likewise.
18102 (ruler-mode-space): New function.
18103 (ruler-mode-ruler): Use it. Handle variations of fringe style,
18104 scroll bar mode and margins in a more robust way.
18105
18106 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
18107
18108 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18109 (antlr-c-init-language-vars): New function.
18110 (antlr-mode): Use it with cc-mode before v5.29.
18111 (antlr-c-common-init): Don't set some local vars here.
18112 (antlr-mode): Set them here.
18113 (antlr-c-forward-sws): New function alias.
18114 (antlr-mode): Redefine with cc-mode before v5.30.
18115 (antlr-skip-sexps): Use it.
18116 (antlr-skip-exception-part): Ditto.
18117 (antlr-skip-file-prelude): Ditto.
18118 (antlr-outside-rule-p): Ditto.
18119 (antlr-end-of-body): Ditto.
18120 (antlr-option-kind): Ditto.
18121 (antlr-insert-option-area): Ditto.
18122 (antlr-file-dependencies): Ditto.
18123
18124 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18125
18126 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18127 Move backward only if point was not inside an entry.
18128
18129 2003-10-21 Richard M. Stallman <rms@gnu.org>
18130
18131 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18132
18133 2003-10-21 Juri Linkov <juri@jurta.org>
18134
18135 * compare-w.el: Automatically skip non-matching text to resync.
18136 (compare-windows-whitespace): Doc fix.
18137 (compare-windows-sync, compare-windows-sync-string-size)
18138 (compare-windows-recenter, compare-ignore-whitespace)
18139 (compare-windows-highlight, compare-windows-face): New variables.
18140 (compare-windows): Use compare-windows-sync.
18141 (compare-windows-highlight, compare-windows-dehighlight)
18142 (compare-windows-sync-regexp)
18143 (compare-windows-sync-default-function): New functions.
18144
18145 2003-10-21 Juri Linkov <juri@jurta.org>
18146
18147 * diff.el (diff-parse-differences): Don't visit the files now;
18148 instead, just record the error locus.
18149
18150 2003-10-21 Dave Love <fx@gnu.org>
18151
18152 * progmodes/cfengine.el: New file.
18153
18154 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * complete.el (PC-do-completion): Do not forget to use `pred' as the
18157 default-directory when completing file names.
18158
18159 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
18160
18161 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18162 followed by the word `face', it gets treated as a face, even if
18163 it is also defined as a variable or a function.
18164
18165 2003-10-20 Dave Love <fx@gnu.org>
18166
18167 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18168 Avoid incf in macro expansion.
18169
18170 2003-10-20 John Paul Wallington <jpw@gnu.org>
18171
18172 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18173 `evenp' so we don't implicitly require cl library at runtime.
18174
18175 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
18176
18177 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18178 (help-make-xrefs): Only make cross-references for faces if
18179 preceded or followed by the word `face'. Do not make a
18180 cross-reference for variables without variable documentation,
18181 unless preceded by the word `variable' or `option'. Update doc
18182 string accordingly.
18183
18184 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
18185
18186 * progmodes/hideshow.el: Rewrite one-armed `if'
18187 constructs using either `when' or `unless'.
18188 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18189
18190 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
18191
18192 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18193 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18194 instead of 12x12.
18195
18196 2003-10-16 Eli Zaretskii <eliz@gnu.org>
18197
18198 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18199 message while converting to Babyl.
18200
18201 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
18202
18203 * allout.el (allout-mode): Doc fix.
18204
18205 2003-10-16 Lute Kamstra <lute@gnu.org>
18206
18207 * subr.el (force-mode-line-update): Fix docstring.
18208
18209 2003-10-14 Dave Love <fx@gnu.org>
18210
18211 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18212 (default-input-method): Add :link, improve :type.
18213 (locale-charset-language-names): Fix utf-8 pattern.
18214 (locale-charset-match-p, locale-charset-alist)
18215 (locale-charset-to-coding-system): New.
18216 (set-locale-environment): Deal with codeset part of locale specs.
18217
18218 2003-10-14 Lute Kamstra <lute@gnu.org>
18219
18220 * fringe.el (fringe-mode): Use active voice in docstring.
18221 (set-fringe-style): Ditto.
18222
18223 2003-10-13 Lute Kamstra <lute@gnu.org>
18224
18225 * fringe.el (fringe-mode): Fix docstring.
18226 (set-fringe-style): Ditto.
18227
18228 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
18229
18230 * ediff-mult.el (ediff-filegroup-action):
18231 Use ediff-default-filtering-regexp.
18232
18233 * ediff-util.el (ediff-recenter): Don't call
18234 ediff-restore-highlighting twice.
18235 (ediff-select-difference): Set current difference.
18236 (ediff-unselect-and-select-difference): Add comment.
18237
18238 * ediff.el (ediff-directories,ediff-directory-revisions)
18239 (ediff-directories3,ediff-merge-directories)
18240 (ediff-merge-directories-with-ancestor)
18241 (ediff-merge-directory-revisions)
18242 (ediff-merge-directory-revisions-with-ancestor):
18243 Use ediff-default-filtering-regexp.
18244
18245 2003-10-12 Andreas Schwab <schwab@suse.de>
18246
18247 * international/mule-cmds.el (locale-charset-language-names):
18248 Simplify regex by removing unused grouping.
18249
18250 2003-10-10 Dave Love <fx@gnu.org>
18251
18252 * bindings.el: Don't bind stop.
18253
18254 2003-10-08 Miles Bader <miles@gnu.org>
18255
18256 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
18257 face instead of attempting to emulate it.
18258
18259 2003-10-07 Kenichi Handa <handa@m17n.org>
18260
18261 * international/mule-diag.el (list-coding-systems-1): List coding
18262 systems that are loaded automatically.
18263
18264 * international/code-pages.el (iso-8859-11): Add autoload cookie.
18265
18266 * international/mule.el (autoload-coding-system): New function.
18267
18268 2003-10-07 Andreas Schwab <schwab@suse.de>
18269
18270 * log-edit.el (log-edit-changelog-entries): Prefer local value of
18271 change-log-default-name in the buffer visiting the file.
18272
18273 2003-10-06 Dave Love <fx@gnu.org>
18274
18275 * files.el (find-file-hook): Customize.
18276 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
18277
18278 * bindings.el (completion-ignored-extensions): Remove .log.
18279 (global-map): Add again, open, stop keys.
18280
18281 2003-10-05 Richard M. Stallman <rms@gnu.org>
18282
18283 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
18284 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
18285 Use sh-modify directly.
18286 (sh-select): Use sh-append, not eval.
18287
18288 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
18289
18290 * info.el (Info-following-node-name): New function.
18291
18292 * loadhist.el (unload-feature-special-hooks):
18293 Rename from loadhist-hook-functions.
18294 (loadhist-hook-functions): Now an alias.
18295
18296 2003-10-04 Eli Zaretskii <eliz@gnu.org>
18297
18298 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
18299 file-name clashes on 8+3 filesystems.
18300
18301 * Makefile.in (DONTCOMPILE, bootstrap-clean):
18302 Rename loaddefs-boot.el to ldefs-boot.el
18303
18304 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18305 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18306
18307 2003-10-03 Lute Kamstra <lute@gnu.org>
18308
18309 * info.el (Info-mode): Revert previous change.
18310 (Info-escape-percent): New function.
18311 (Info-fontify-node): Use it.
18312
18313 2003-10-02 Andreas Schwab <schwab@suse.de>
18314
18315 * loaddefs-boot.el: Regenerated.
18316
18317 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
18318
18319 * ffap.el: Remove defadvice related code from CVS since `complete'
18320 provides a `PC-completion-as-file-name-predicate' variable that
18321 ffap can override.
18322
18323 2003-10-02 Kenichi Handa <handa@m17n.org>
18324
18325 * international/utf-8.el (ccl-decode-mule-utf-8):
18326 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18327
18328 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18329 * international/subst-big5.el: Likewise.
18330 * international/subst-gb2312.el: Likewise.
18331 * international/subst-ksc.el: Likewise.
18332
18333 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18334
18335 * calendar/calendar.el (increment-calendar-month)
18336 (calendar-leap-year-p, calendar-absolute-from-gregorian)
18337 (generate-calendar, calendar-read-date, calendar-interval)
18338 (calendar-day-of-week): Handle years BC.
18339 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18340
18341 2003-10-01 Dave Love <fx@gnu.org>
18342
18343 * language/cyrillic.el (cp1251): Alias for windows-1251.
18344
18345 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18346 bootstrap.
18347
18348 2003-10-01 Lute Kamstra <lute@gnu.org>
18349
18350 * files.el: Fix typo.
18351 * imenu.el (imenu--generic-function): Docstring fix.
18352
18353 2003-09-30 Richard M. Stallman <rms@gnu.org>
18354
18355 * dired.el (dired-mode): Handle dired-directory as a list.
18356
18357 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
18358
18359 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18360
18361 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18362
18363 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18364 Replace gud-display with gud-watch.
18365 (gud-speedbar-buttons): Add stuff for watching expressions
18366 in the speedbar when using M-x gdba. Use dolist on old part
18367 of this function.
18368
18369 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18370 (gdb-update-flag): New variables.
18371 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
18372 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
18373 (gud-watch, gdb-var-create-handler) : New functions.
18374 (gdb-var-list-children, gdb-var-list-children-handler)
18375 (gdb-var-create-regexp, gdb-var-update-regexp)
18376 (gdb-var-list-children-regexp): New constants.
18377 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
18378 (gdb-annotation-rules): Reduce annotation set (level 3).
18379 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
18380 (gdb-post-prompt): Don't update GDB buffers every time speedbar
18381 updates.
18382 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
18383 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
18384 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
18385 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
18386 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
18387 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
18388 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
18389 (gud-display, gud-display1)
18390 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
18391 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
18392 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
18393 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
18394 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
18395 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
18396 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
18397 (gdb-display-display-buffer, gdb-toggle-display)
18398 (gdb-delete-display, gdb-expressions-popup-menu)
18399 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
18400 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
18401 to display buffer.
18402
18403 2003-09-30 Richard M. Stallman <rms@gnu.org>
18404
18405 * progmodes/ada-mode.el (ada-mode): Don't use advice.
18406 Instead, set which-func-functions.
18407
18408 * progmodes/which-func.el (which-func-modes): Add ada-mode.
18409 (which-func-functions): New variable.
18410 (which-function): Use that.
18411
18412 * info.el (Info-mode): Double each `%' in header line.
18413
18414 * emacs-lisp/lisp-mnt.el (lm-with-file):
18415 When FILE is nil, run BODY in current buffer.
18416
18417 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18418
18419 * help.el (describe-mode): Start with a brief list of minor modes.
18420 Find them thru minor-mode-list so as to find them all.
18421 Show them in alphabetical order.
18422
18423 * mail/sendmail.el (mail-aliases): Doc fix.
18424
18425 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18426
18427 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18428
18429 * mail/rmailsum.el (rmail-make-summary-line-1):
18430 Change comma after last label to a space.
18431 (rmail-summary-font-lock-keywords): Adapt to that change.
18432
18433 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
18434
18435 * progmodes/scheme.el (scheme-mode-variables): When setting
18436 `font-lock-defaults', also specify that "#" should
18437 be interpreted with `word' syntax.
18438 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18439
18440 2003-09-30 Lars Hansen <larsh@math.ku.dk>
18441
18442 * desktop.el: A lot of comments updated.
18443 (desktop-save-mode): Minor mode introduced.
18444 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18445 (desktop-load-default): Function made obsolete.
18446 (desktop-locals-to-save): Variable made customizable.
18447 (desktop-read): Optional parameter `dirname' added.
18448 (desktop-change-dir, desktop-revert): Parameter `dirname' in
18449 `desktop-read' used.
18450 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18451
18452 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
18453
18454 * whitespace.el (whitespace-clean-msg): Add user customizable message
18455 for displaying ``clean'' output.
18456 (whitespace-buffer): Use `whitespace-clean-msg'.
18457 (whitespace-global-mode): Fix typo.
18458
18459 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
18460
18461 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18462
18463 2003-09-29 Lute Kamstra <lute@gnu.org>
18464
18465 * bindings.el (mode-line-modes): Remove superfluous :propertize
18466 construct in initialization.
18467 (mode-line-position): Change cons cell into proper list in
18468 initialization.
18469
18470 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18471
18472 * international/mule.el (decode-coding-inserted-region): Use car
18473 of the return value of find-operation-coding-system.
18474
18475 2003-09-29 Kenichi Handa <handa@m17n.org>
18476
18477 * descr-text.el (describe-char): Fix previous change.
18478
18479 2003-09-28 Kenichi Handa <handa@m17n.org>
18480
18481 * descr-text.el (describe-char-display): New function.
18482 (describe-char): Pay attention to display table on describing how
18483 a character is displayed.
18484
18485 * international/mule-cmds.el (encoded-string-description):
18486 Prepend "0x" to each encoded byte.
18487
18488 2003-09-28 Andreas Schwab <schwab@suse.de>
18489
18490 * find-file.el (ff-special-constructs): Add autoload cookie.
18491
18492 2003-09-28 Kevin Ryde <user42@zip.com.au>
18493
18494 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18495 makeinfo appends to duplicate index entries.
18496
18497 2003-09-28 Eli Zaretskii <eliz@gnu.org>
18498
18499 * dired-x.el (dired-clean-tex): Doc fix.
18500
18501 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18502 using a Chinese tutorial.
18503
18504 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18505
18506 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18507 between "MAIL FROM:" and "RCPT TO:" and the following address.
18508
18509 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18510
18511 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18512
18513 2003-09-28 David Ponce <david@dponce.com>
18514
18515 * recentf.el (recentf-initialize-file-name-history): New defcustom.
18516 (recentf-load-list): When `recentf-initialize-file-name-history'
18517 is non-nil, initialize an empty `file-name-history' with the
18518 recent list.
18519
18520 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
18521
18522 * man.el (Man-default-man-entry): Remove the leading `*' from the
18523 word at point.
18524
18525 2003-09-26 Lute Kamstra <lute@gnu.org>
18526
18527 * bindings.el (mode-line-position): Mention size indication in
18528 docstring.
18529
18530 2003-09-26 Andre Spiegel <spiegel@gnu.org>
18531
18532 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18533
18534 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18535 because it's autoloaded now.
18536
18537 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18538
18539 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18540 (sh-font-lock-keywords, sh-feature): Fix previous change of
18541 sh-feature to avoid infloop with sh-font-lock-keywords.
18542
18543 2003-09-25 Kim F. Storm <storm@cua.dk>
18544
18545 * frame.el (frame-current-scroll-bars): New defun.
18546
18547 * window.el (window-current-scroll-bars): New defun.
18548
18549 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18550
18551 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18552 cause errors when the state cache contains info on parts that have
18553 been narrowed out.
18554
18555 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18556
18557 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18558 `c-setup-paragraph-variables' has to be used when this variable is
18559 changed; it doesn't work to reinitialize the mode since that
18560 typically clobbers the variable.
18561
18562 * progmodes/cc-styles.el (c-setup-paragraph-variables):
18563 Make it interactive.
18564
18565 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18566
18567 * progmodes/cc-fonts.el (c-font-lock-declarations):
18568 Fix recognition of constructors and destructors for classes whose
18569 names are matched by `*-font-lock-extra-types'.
18570
18571 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18572 followed by an identifier in C++ then it's a type.
18573
18574 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18575
18576 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18577 problem that primarily affected XEmacs. Don't use faces to find
18578 unterminated strings since Emacs and XEmacs fontify strings
18579 differently - this function should now work better in XEmacs.
18580
18581 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18582
18583 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18584 `expand-abbrev' workaround which caused braces to misbehave inside
18585 macros.
18586
18587 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18588 handling. This bug could cause interactive font locking to bail out.
18589
18590 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18591
18592 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18593 Handle paren-style types in Pike. Also fixed some cases of
18594 insufficient handling of unbalanced parens.
18595
18596 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
18597
18598 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18599 common shell prompts that are not common filename or URL characters.
18600 (ffap-file-at-point): Use the new regexp to strip the prompts from
18601 the file names. This is an issue mostly for user prompts that
18602 don't have a trailing space and find-file-at-point is invoked from
18603 within a shell inside Emacs.
18604
18605 2003-09-24 Andre Spiegel <spiegel@gnu.org>
18606
18607 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18608 stamps numerically, rather than textually.
18609
18610 2003-09-24 Kenichi Handa <handa@m17n.org>
18611
18612 * language/devan-util.el (devanagari-post-read-conversion):
18613 * language/mlm-util.el (malayalam-post-read-conversion):
18614 * language/tml-util.el (tamil-post-read-conversion):
18615 Add autoload cookie.
18616
18617 * international/utf-8.el (utf-8-post-read-conversion):
18618 Call post-read-conversion functions for Devanagari, Malayalam,
18619 and Tamil.
18620
18621 2003-09-23 Dave Love <fx@gnu.org>
18622
18623 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18624
18625 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
18626
18627 * progmodes/gud.el (perldb): Add gud-until to list of commands.
18628 Update gud-remove.
18629
18630 2003-09-22 Richard M. Stallman <rms@gnu.org>
18631
18632 * progmodes/sh-script.el (sh-mode-default-syntax-table):
18633 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
18634 (sh-mode-syntax-table-input): New variable.
18635 (sh-require-final-newline): Don't use eval.
18636 (sh-builtins, sh-leading-keywords, sh-other-keywords)
18637 (sh-variables, sh-font-lock-keywords): Don't use eval.
18638 (sh-set-shell): When setting require-final-newline,
18639 treat value = `require-final-newline' as don't change it.
18640 Set sh-mode-syntax-table locally based on
18641 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18642
18643 * progmodes/compile.el (compile-internal):
18644 Call compilation-set-window-height before setting window start.
18645
18646 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
18647
18648 * emacs-lisp/bytecomp.el (byte-compile-log-file):
18649 Clear out byte-compile-last-warned-form.
18650
18651 2003-09-22 Richard M. Stallman <rms@gnu.org>
18652
18653 * woman.el (woman-file-name, woman-follow-word):
18654 If current-word returns nil, use "".
18655
18656 * simple.el (eval-expression): Bind standard-output in to-buffer case.
18657
18658 2003-09-22 Richard M. Stallman <rms@gnu.org>
18659
18660 * emacs-lisp/lisp-mnt.el (lm-with-file):
18661 Don't visit the file, just use insert-file-contents in temp buffer.
18662
18663 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
18664
18665 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18666 Add surrounding \\( and \\) around the header, as in
18667 for lm-history-header 'Change Log\\|History'.
18668
18669 2003-09-22 John Paul Wallington <jpw@gnu.org>
18670
18671 * progmodes/ld-script.el: Add Commentary section,
18672 minor cleanup of file header.
18673 (ld-script-font-lock-keywords): Doc fix.
18674 (toplevel): Provide `ld-script' feature.
18675
18676 2003-09-21 Kim F. Storm <storm@cua.dk>
18677
18678 * scroll-bar.el (set-scroll-bar-mode): Initialize to
18679 new built-in variable default-frame-scroll-bars.
18680 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18681 scroll-bar-mode; notably, use it instead of t when we toggle
18682 scroll-bars on.
18683 (toggle-scroll-bar): Use default-frame-scroll-bars.
18684
18685 2003-09-19 Masatake YAMATO <jet@gyve.org>
18686
18687 * pcvs.el (cvs-do-removal): Change the prompt depending on
18688 `filter' value.
18689
18690 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18691
18692 * startup.el (command-line-1): Stop startup-echo-area-message
18693 being hidden by "Loading image..." message.
18694 (use-fancy-splash-screens-p, display-splash-screen):
18695 Move display-graphic-p test from latter to former.
18696
18697 * progmodes/sh-script.el (sh-font-lock-keywords):
18698 Highlight escaped EOLs differently from other backslash constructs.
18699
18700 2003-09-19 Richard M. Stallman <rms@gnu.org>
18701
18702 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18703 New functions.
18704 (edebug-enter, edebug-outside-excursion): Use them.
18705
18706 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18707 Fix the condition for whether to print "In WHERE".
18708
18709 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
18710
18711 * finder.el (finder-mode-hook): New variable.
18712 (finder-mode): Run hook finder-mode-hook
18713
18714 2003-09-18 Masatake YAMATO <jet@gyve.org>
18715
18716 * progmodes/ebrowse.el: Fix broken magic autoload comments.
18717
18718 2003-09-17 Mario Lang <mlang@delysid.org>
18719
18720 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18721 "p %e" to actually print the value in the GUD buffer.
18722
18723 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
18724
18725 From David Ponce <david.ponce@wanadoo.fr>:
18726 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18727 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18728 from loaddefs-boot.el if necessary.
18729
18730 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
18731
18732 * progmodes/gud.el (gud-find-class): Make jdb work again since
18733 cc-mode changed the syntactic information.
18734
18735 2003-09-15 David Ponce <david@dponce.com>
18736
18737 * recentf.el: (recentf-exclude): Accept predicates too.
18738 (recentf-file-readable-p): New function.
18739 (recentf-include-p): Handle predicates in recentf-exclude.
18740 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
18741 (recentf-cleanup): Likewise.
18742 (recentf-save-list): Use write-file to handle backup of
18743 recentf-save-file.
18744
18745 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
18746
18747 * loaddefs-boot.el: Renamed from `loaddefs.el'
18748 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18749 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18750 necessary.
18751
18752 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
18753
18754 * electric.el (Electric-pop-up-window): For the `one-window' case,
18755 no longer disconcertingly move point in the original buffer.
18756
18757 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18760
18761 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
18762
18763 * dired.el (dired-mode-map): Fix typo.
18764
18765 2003-09-11 Richard M. Stallman <rms@gnu.org>
18766
18767 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18768
18769 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18770
18771 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18772 the function is less noisy. Now only `kill-buffer' can ask questions.
18773
18774 2003-09-10 Mario Lang <mlang@delysid.org>
18775
18776 * battery.el: Update Commentary and Copyright.
18777 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18778 appear due to wrong ordering of the expressions in `or'.
18779
18780 2003-09-09 Lute Kamstra <lute@gnu.org>
18781
18782 * misc.el (upcase-char): Fix docstring.
18783 (zap-up-to-char): New command.
18784
18785 2003-09-08 David Ponce <david@dponce.com>
18786
18787 Ensure that recentf correctly updates the menu bar.
18788 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18789 (recentf-menu-bar): New function.
18790 (recentf-clear-data): Use it
18791 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
18792 of easy-menu-change.
18793
18794 2003-09-08 Lute Kamstra <lute@gnu.org>
18795
18796 * simple.el (size-indication-mode): New.
18797 * bindings.el (mode-line-position): Add buffer size indicator.
18798
18799 2003-09-04 Mario Lang <mlang@delysid.org>
18800
18801 * battery.el (battery-linux-proc-acpi): New function.
18802 (battery-status-function): Modify default value calculation to also
18803 check for availability of ACPI.
18804 (battery-echo-area-format): Ditto.
18805 (battery-mode-line-format): Ditto.
18806
18807 2003-09-06 Dave Love <fx@gnu.org>
18808
18809 * ielm.el (ielm-mode-hook): Add :options.
18810
18811 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18812 (eldoc-print-current-symbol-info): Use it.
18813
18814 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
18815
18816 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18817 being displayed in GUD buffer.
18818 (gdb-idle-input-queue): Remove var. Use just one queue.
18819 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18820 Remove functions. Use just one queue.
18821 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18822 (gdb-invalidate-assembler, gdb-get-current-frame):
18823 Modify functions. Use just one queue.
18824
18825 2003-09-04 Dave Love <fx@gnu.org>
18826
18827 * cus-start.el: Add blink-cursor-alist.
18828
18829 * ruler-mode.el (ruler-mode-fill-column-char)
18830 (ruler-mode-current-column-char): Use char-displayable-p,
18831 not window-system.
18832
18833 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18834
18835 * language/european.el (windows-1252): Move from code-pages.
18836
18837 * language/cyrillic.el ("Windows-1251"): Delete.
18838 ("Bulgarian", "Belarusian"): Remove `features'.
18839 (windows-1251): Move from code-pages.
18840
18841 * international/mule-diag.el (non-iso-charset-alist):
18842 Remove `codepage' stuff.
18843 (print-designation, list-coding-systems-1): Output fixes.
18844
18845 * international/code-pages.el (cp-make-translation-table)
18846 (cp-valid-codes): Made defsubsts.
18847 (cp-fix-safe-chars): Delete.
18848 (mule-diag): Don't require.
18849 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18850 (top-level): Check for defined coding system when defining
18851 cp... aliases. Change w32-add-charset-info test to avoid warning.
18852 (non-iso-charset-alist): Defvar when compiling.
18853 (cp-make-coding-system): Doc fix.
18854
18855 2003-09-02 Jason Rumney <jasonr@gnu.org>
18856
18857 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
18858 line-ends from CVS before doing conversion.
18859
18860 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
18861
18862 * calendar/diary-lib.el (diary-header-line-flag)
18863 (diary-header-line-format): New variables.
18864 (list-diary-entries): Use them to set header line in simple diary.
18865
18866 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
18867 other than font-lock-string-face to highlight backslashes.
18868
18869 2003-09-01 Jason Rumney <jasonr@gnu.org>
18870
18871 * international/titdic-cnv.el (tit-read-key-value): Include \r in
18872 regexp.
18873
18874 2003-09-01 Dave Love <fx@gnu.org>
18875
18876 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
18877
18878 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
18879 and :help; also line and column numbers labels.
18880
18881 * international/mule-util.el (char-displayable-p): Move from
18882 latin1-disp, rename and autoload.
18883
18884 * international/latin1-disp.el (latin1-char-displayable-p):
18885 Now obsolete alias. Replace uses with char-displayable-p.
18886 (latin1-display-ucs-per-lynx): Fix last change.
18887
18888 * international/mule-cmds.el (standard-display-european-internal):
18889 Don't use char code for Latin-1 NBSP.
18890 <XFree86 4>: Unfrob NBSP display table. Set display table to use
18891 U+2018, U+2019 for `'.
18892 (select-safe-coding-system): Message fix.
18893
18894 2003-09-01 Kenichi Handa <handa@m17n.org>
18895
18896 * international/fontset.el (setup-default-fontset): For Thai
18897 font, specify "*" family.
18898
18899 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18900
18901 * progmodes/compile.el (previous-error): Accept a prefix
18902 argument, similarly to next-error.
18903
18904 2003-08-31 Masatake YAMATO <jet@gyve.org>
18905
18906 * pcvs.el (cvs-do-removal): Use = instead of eq to check
18907 the number of files. Bind the number of files to a local
18908 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
18909
18910 2003-08-30 Eli Zaretskii <eliz@gnu.org>
18911
18912 * vc-hooks.el (vc-make-version-backup): Fix the change made on
18913 2003-07-26: msdos-long-file-names is a function, not a variable.
18914
18915 2003-08-29 Richard M. Stallman <rms@gnu.org>
18916
18917 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
18918 Do nothing with mail-personal-alias-file if it is nil.
18919
18920 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
18921 Do nothing if mail-personal-alias-file is nil.
18922
18923 * term.el (term-exec-1): Bind coding-system-for-read.
18924
18925 * dired.el (dired-mouse-find-file-other-window):
18926 Use dired-view-command-alist here, as in dired-view-file.
18927 (dired-view-command-alist): Use %s to substitute file name.
18928 Handle .ps_pages, .eps, .jpg, .gif, .png.
18929
18930 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18931
18932 * info.el (Info-mode-map): Bind S-tab and <backtab> to
18933 `Info-prev-reference', instead of M-tab.
18934
18935 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
18936
18937 * simple.el (blink-matching-open): Work correctly on chars that
18938 are designated as parens through the syntax-table text property.
18939
18940 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
18941
18942 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
18943 line break position in the middle of a non-kinsoku (e.g. latin)
18944 word, making it skip until either a space or a character with
18945 category "|".
18946 (kinsoku-longer): Test for end of buffer.
18947
18948 2003-08-28 Eli Zaretskii <eliz@gnu.org>
18949
18950 * mail/rmail.el (rmail-convert-to-babyl-format):
18951 Detect quoted-printable- and base64-encoded messages and decode them
18952 automatically. Set the message's encoding from the charset=
18953 header, if any. Decode base64-encoded messages in Mail format as well.
18954
18955 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18956
18957 * mail/smtpmail.el: Fix previous change.
18958 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
18959 calling smtpmail-via-smtp.
18960 (smtpmail-via-smtp): Add fall-back values for envelope-from.
18961
18962 2003-08-26 John Paul Wallington <jpw@gnu.org>
18963
18964 * image.el (image-jpeg-p): Don't search beyond length of data.
18965
18966 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18967
18968 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
18969 misfeature in `expand-abbrev' which caused electric keywords like
18970 "else" to disappear if an open brace was typed directly afterwards.
18971
18972 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18973
18974 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
18975 mandatory in `define-widget'.
18976
18977 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
18978 Don't align the operators "!=", "<=" and ">=" as assignment operators.
18979
18980 (c-assignment-operators): New language constant that only contains
18981 the assignment operators.
18982
18983 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
18984
18985 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18986
18987 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18988 Safeguard against unbalanced sexps.
18989
18990 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
18991
18992 * version.el (emacs-version): Check for gtk. Include gtk version info.
18993
18994 2003-08-25 John Paul Wallington <jpw@gnu.org>
18995
18996 * man.el (Man-default-man-entry): Don't whizz past the section
18997 number before looking for it.
18998
18999 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
19000
19001 * progmodes/gud.el (gud-display-line): Don't set window-point if
19002 source buffer is not visible. (Only happens with M-x gdba.)
19003
19004 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19005 documentation.
19006 (gdb-source, gdb-source-info): Update to assembler unnecessary
19007 as its done after each GDB command anyway.
19008 (gdb-pre-prompt): Use with-current-buffer.
19009 (gdb-insert-field): Add help-echo text.
19010 (gdb-invalidate-assembler): Re-display of assembler now done in
19011 gdb-info-breakpoints-custom.
19012 (gdb-info-breakpoints-custom): Force re-display of assembler to
19013 happen *after* update of breakpoints buffer.
19014 (gdb-display-source-buffer): Don't choke if gdb-source-window
19015 isn't visible.
19016 (gdb-put-string, gdb-put-arrow): Remove free variables.
19017
19018 2003-08-24 John Paul Wallington <jpw@gnu.org>
19019
19020 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19021
19022 * man.el (Man-default-man-entry): Strip text properties when
19023 snarfing parts of entry because `format' preserves properties.
19024
19025 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19026
19027 * files.el (file-newest-backup): Use `expand-file-name'.
19028
19029 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19030 Allow the diary to pop up a new frame, if needed.
19031
19032 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19033 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19034 (smtpmail-send-it): Make treatment of envelope-from consistent with
19035 sendmail.el.
19036
19037 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19038 (sh-leading-keywords): Add the bash `time' reserved word.
19039 (sh-variables): Add some bash variables.
19040 (sh-add-completer): Fix nil branch of case statement.
19041
19042 2003-08-24 Masatake YAMATO <jet@gyve.org>
19043
19044 * progmodes/ld-script.el: New file.
19045
19046 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
19047
19048 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19049
19050 2003-08-23 Andre Spiegel <spiegel@gnu.org>
19051
19052 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19053 Better explain obsolescence, and what to use instead.
19054
19055 2003-08-23 Masatake YAMATO <jet@gyve.org>
19056
19057 * pcvs.el (cvs-do-removal): Show the deleted file name
19058 on the prompt.
19059
19060 2003-08-20 Dave Love <fx@gnu.org>
19061
19062 * international/mule.el (make-coding-system)
19063 (set-buffer-file-coding-system): Doc fix.
19064
19065 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19066
19067 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19068
19069 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19070
19071 * international/utf-16.el: Add mime-text-unsuitable coding system
19072 properties.
19073
19074 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19075
19076 * cus-edit.el: Add some :links.
19077 (bib): Remove.
19078
19079 * textmodes/bib-mode.el (bib): Add :group external.
19080
19081 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
19082
19083 * wid-edit.el (widget-echo-help): Make it handle expressions that
19084 evaluate to strings.
19085
19086 2003-08-18 Michael Mauger <mmaug@yahoo.com>
19087
19088 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
19089
19090 Simplify selection of SQL products to define highlighting and
19091 interactive mode. Includes detailed instructions on adding
19092 support for new products.
19093
19094 * progmodes/sql.el (sql-product): New variable. Identifies SQL
19095 product for use in highlighting and interactive mode.
19096 (sql-interactive-product): New variable. SQL product for
19097 sql-interactive-mode.
19098 (sql-product-support): New variable. Specifies product-specific
19099 parameters to drive highlighting and interactive mode.
19100 (sql-imenu-generic-expression): Add more object types.
19101 (sql-sqlite-options): Correct comment.
19102 (sql-ms-program): Use "osql" rather than "isql".
19103 (sql-prompt-regexp, sql-prompt-length): Update comment.
19104 (sql-mode-menu): Add "Start SQLi session" entry.
19105 Replace Highlighting submenu with Product menu. Fix Send Region entry.
19106 (sql-mode-abbrev-table): Add abbreviations. Support of
19107 SYSTEM-FLAG on define-abbrev. Support was removed with last
19108 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19109 (sql-mode-font-lock-object-name): Add font-lock pattern for object
19110 names.
19111 (sql-mode-ansi-font-lock-keywords): Set as default value.
19112 (sql-mode-oracle-font-lock-keywords): Set as default value.
19113 Support Oracle 9i keywords.
19114 (sql-mode-postgres-font-lock-keywords): Set as default value.
19115 (sql-mode-linter-font-lock-keywords): Set as default value.
19116 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
19117 SQLServer 2000.
19118 (sql-mode-sybase-font-lock-keywords)
19119 (sql-mode-interbase-font-lock-keywords)
19120 (sql-mode-sqlite-font-lock-keywords)
19121 (sql-mode-strong-font-lock-keywords)
19122 (sql-mode-mysql-font-lock-keywords)
19123 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
19124 keywords.
19125 (sql-mode-font-lock-defaults): Update comment.
19126 (sql-product-feature): New function. Returns feature associated
19127 with a product from `sql-product-support' alist.
19128 (sql-product-font-lock): New function. Set font-lock support
19129 based on `sql-product'.
19130 (sql-add-product-keywords): New function. Add font-lock rules to
19131 product-specific keyword variables.
19132 (sql-set-product): New function. Set `sql-product' and apply
19133 appropriate font-lock highlighting.
19134 (sql-highlight-product): New function. Set font-lock support
19135 based on a product. Also set mode name to include product name.
19136 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19137 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19138 Use `sql-set-product'.
19139 (sql-highlight-ms-keywords)
19140 (sql-highlight-sybase-keywords)
19141 (sql-highlight-interbase-keywords)
19142 (sql-highlight-strong-keywords)
19143 (sql-highlight-mysql-keywords)
19144 (sql-highlight-sqlite-keywords)
19145 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
19146 (sql-get-login): Prompt in the same order as the tokens.
19147 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19148 (sql-product-interactive): New function. Common portions of
19149 product-specific interactive mode wrappers.
19150 (sql-interactive-mode): Rewritten to use product features.
19151 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19152 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19153 (sql-db2, sql-linter): Use `sql-product-interactive'.
19154 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19155 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19156 (sql-connect-ingres, sql-connect-postgres)
19157 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19158 New functions. Format command line parameters and invoke comint on
19159 the appropriate interpreter. Code was in the corresponding
19160 `sql-xyz' function before.
19161 (sql-connect-ms): New function. Support -E argument to use
19162 operating system credentials for authentication.
19163
19164 2003-08-18 Kenichi Handa <handa@m17n.org>
19165
19166 * international/mule.el (encode-char): Fix for the ASCII case.
19167
19168 2003-08-15 Kenichi Handa <handa@m17n.org>
19169
19170 * international/fontset.el (setup-default-fontset): Change "*" to
19171 nil in the specifications of font family.
19172
19173 2003-08-18 Kim F. Storm <storm@cua.dk>
19174
19175 * kmacro.el (kmacro-keymap): Group related bindings in
19176 initialization for clarity. Bind C-s to start macro.
19177 Remove C-r binding.
19178 (kmacro-initial-counter-value): New defvar to hold initial counter
19179 value in case we set the value before defining a macro.
19180 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19181 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19182 not defining or executing macro. Doc fix.
19183 (kmacro-add-counter): Clear kmacro-initial-counter-value.
19184 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19185 temporarily view older elements on the macro ring without cycling
19186 the ring.
19187 (kmacro-display): Doc fix.
19188 (kmacro-exec-ring-item): New helper function.
19189 (kmacro-call-ring-2nd): Use it.
19190 (kmacro-call-ring-2nd-repeat): Doc fix.
19191 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19192 (kmacro-end-or-call-macro): Execute last viewed macro (using
19193 kmacro-exec-ring-item) from ring if this follows
19194 kmacro-view-macro. This allows us to find a macro on the ring
19195 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19196 the ring to bring it to the head of the ring.
19197 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19198 Allow binding to reserved keys without specifying C-x C-k prefix.
19199 Ask for confirmation if entered key sequence is already bound to
19200 a non-macro command.
19201 (kmacro-view-macro): Repeating command will show older elements
19202 on the macro ring; C-k will execute the last viewed macro.
19203 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
19204 property from 'ring to 'head.
19205
19206 2003-08-17 Alan Shutko <ats@acm.org>
19207
19208 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19209 keeping December out of the alist.
19210
19211 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
19212
19213 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19214 * calendar/calendar.el (calendar-mode-map): Bind it to key.
19215 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19216 (calendar-flatten): New function.
19217 (calendar-mouse-view-other-diary-entries)
19218 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19219 in the menu title and to show multi-line diary entries correctly
19220 in the menu.
19221
19222 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
19223
19224 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19225 defcustom, because the default was recently changed.
19226
19227 2003-08-16 Richard M. Stallman <rms@gnu.org>
19228
19229 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19230
19231 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19232 New subroutine, broken out of eval-last-sexp-1.
19233 (eval-last-sexp-1): Use eval-last-sexp-print-value.
19234
19235 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19236
19237 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
19238
19239 * simple.el (eval-expression): Use eval-last-sexp-print-value.
19240
19241 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
19242
19243 * progmodes/compile.el (compilation-error-regexp-alist):
19244 Add Java ANt error detection as described in document
19245 http://ant.apache.org/faq.html
19246
19247 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
19248
19249 * simple.el (backward-word, forward-to-indentation)
19250 (backward-to-indentation): Argument changed to optional.
19251 (next-line, previous-line): Use `or' instead of `unless'.
19252
19253 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19254
19255 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
19256 instead of a constant.
19257
19258 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
19259
19260 * shell.el (shell): With prefix-arg, suggest a new buffer name.
19261
19262 2003-08-12 Andre Spiegel <spiegel@gnu.org>
19263
19264 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
19265 (vc-sccs-workfile-version): Search the entire delta table, rather
19266 than just the first entry, because that might be a deleted version.
19267
19268 2003-08-11 Karl Fogel <kfogel@red-bean.com>
19269
19270 * menu-bar.el (menu-bar-options-menu): Supply a body for the
19271 [save-place] binding in the Options menu. Have it require
19272 'saveplace' and then toggle the variable manually, to avoid an an
19273 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
19274 for the bug report.
19275
19276 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
19277
19278 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
19279 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
19280 (gdb-info-threads-custom): Add help-echo text.
19281 (gdb-display-back): Don't use purecopy.
19282 (gdb-info-breakpoints-custom, gdb-reset)
19283 (gdb-assembler-custom): Use display-images-p to test if breakpoint
19284 icons can be displayed.
19285
19286 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
19287
19288 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
19289
19290 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
19291
19292 * bookmark.el (bookmark-completing-read):
19293 Return a string, instead of a list of one string.
19294 Use a popup menu if activated from the mouse.
19295 (bookmark-edit-annotation): Remove unused vars.
19296 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
19297 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
19298 to bookmark-completing-read.
19299 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
19300 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
19301 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
19302 and erase-buffer.
19303 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19304 (bookmark-menu-jump, bookmark-menu-insert)
19305 (bookmark-popup-menu-and-apply-function)
19306 (bookmark-menu-popup-paned-bookmark-menu): Remove.
19307 (bookmark-menu-build-paned-menu): Remove by folding it into
19308 bookmark-menu-popup-paned-menu.
19309 (menu-bar-bookmark-map): Move the define-key statements here.
19310 Use the "non-menu" commands since they now pop up a menu if needed.
19311 (bookmark-exit-hook-internal): Simplify.
19312
19313 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
19314
19315 * reftex-toc.el (reftex-toc-rename-label): New function.
19316 (reftex-toc-check-docstruct): New function.
19317
19318 * reftex.el (reftex-region-active-p): New function.
19319
19320 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19321 regexp to find the \bibliography macro.
19322
19323 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19324 which does not exist in LaTeX.
19325 (reftex-cite-format-builtin): Added amsrefs support.
19326 (reftex-toc-confirm-promotion): New option
19327
19328 * reftex-toc.el
19329 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19330 (reftex-toc-demote, reftex-toc-promote)
19331 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19332 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19333 (reftex-toc-newhead-from-alist)
19334 (reftex-toc-load-all-files-for-promotion): New functions.
19335 (reftex-toc-help): Added description of new keys.
19336 (reftex-toc-split-windows-fraction): New option.
19337 (reftex-recenter-toc-when-idle): Search *toc* window on all
19338 visible frames.
19339 (reftex-toc): Additional parameter REUSE
19340 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
19341 with REUSE argument.
19342 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19343 the call of `reftex-toc'.
19344 (reftex-make-separate-toc-frame): New function .
19345 (reftex-toc-recenter): When called with triple prefix arg, call
19346 `reftex-make-separate-toc-frame' first.
19347 (reftex-toc-toggle-dedicated-frame): New command.
19348 (reftex-toc-quit): Adapted to delete frame when called in
19349 dedicated frame.
19350
19351 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19352 all enclosing macros.
19353
19354
19355 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19356
19357 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19358 first use.
19359
19360 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19361
19362 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19363
19364 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19365
19366 * calendar/calendar.el (list-diary-entries-hook)
19367 (diary-display-hook, nongregorian-diary-listing-hook)
19368 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19369 Add some customize options for these hooks.
19370 (calendar-abbrev-construct): Don't try to take a substring longer
19371 than the original string.
19372
19373 2003-08-05 Richard M. Stallman <rms@gnu.org>
19374
19375 * emacs-lisp/testcover.el (noreturn): Report error if does return.
19376 (testcover-reinstrument-clauses): Doc fix.
19377
19378 * emacs-lisp/warnings.el: Doc fixes, args renamed.
19379 (warning-type-format): Rename from warning-group-format.
19380
19381 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
19382 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
19383 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
19384 to prevent warnings about defvar for an obsolete variable.
19385
19386 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
19387 warning-group-format renamed to warning-type-format.
19388
19389 * subr.el (read-passwd): Use clear-string instead of fillarray.
19390
19391 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
19392 Use vconcat instead of concat.
19393 (edmacro-sanitize-for-string): New function.
19394
19395 2003-08-05 Dave Love <fx@gnu.org>
19396
19397 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
19398 line-number-display-limit-width.
19399
19400 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
19401
19402 2003-08-05 Kenichi Handa <handa@m17n.org>
19403
19404 * international/code-pages.el: Don't require mule-diag.
19405
19406 * international/mule-diag.el (non-iso-charset-alist):
19407 Add autoload cookie.
19408
19409 * language/devan-util.el (dev-glyph-order): Add an entry for the
19410 glyph code #xC4.
19411
19412 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19413
19414 * calendar/calendar.el (diary-file, diary-file-name-prefix)
19415 (european-calendar-style, diary-date-forms)
19416 (calendar-day-name-array, calendar-month-name-array): Doc change.
19417 (generate-calendar-month): Adapt for new behaviour of
19418 `calendar-day-name' function.
19419 (calendar-abbrev-length, calendar-day-abbrev-array)
19420 (calendar-month-abbrev-array): New variables.
19421 (calendar-abbrev-construct): New function.
19422 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19423 rather than fixing abbrevs at some width. Calling syntax change.
19424 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
19425 (calendar-date-string): Adapt for new behaviours of
19426 `calendar-day-name' and `calendar-month-name' functions.
19427
19428 * calendar/diary-lib.el (list-diary-entries): Adapt for new
19429 behaviour of `calendar-day-name' and `calendar-month-name' functions.
19430 (diary-name-pattern): Use abbrev arrays, rather than fixing
19431 abbrevs at three chars. Calling syntax change.
19432 (mark-diary-entries): Adapt for new behaviours of
19433 `diary-name-pattern' and `calendar-make-alist' functions.
19434 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19435 `diary-name-pattern' function.
19436 (font-lock-diary-date-forms): Use abbrev arrays, rather than
19437 fixing abbrevs at three chars. Calling syntax change.
19438 (cal-hebrew, cal-islam): Require when compiling.
19439 (diary-font-lock-keywords): Adapt for new behaviour of
19440 `font-lock-diary-date-forms' function.
19441
19442 * calendar/cal-hebrew.el: Reposition some code so defined before used.
19443 (calendar-hebrew-month-name-array-common-year)
19444 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19445 (list-hebrew-diary-entries): Adapt for new behaviours of
19446 `calendar-day-name' and `add-to-diary-list' functions.
19447 (mark-hebrew-diary-entries): Adapt for new behaviours of
19448 `diary-name-pattern' and `calendar-make-alist' functions.
19449
19450 * calendar/cal-islam.el (calendar-islamic-month-name-array):
19451 Add doc string.
19452 (list-islamic-diary-entries): Adapt for new behaviours of
19453 `calendar-day-name' and `add-to-diary-list' functions.
19454 (mark-islamic-diary-entries): Adapt for new behaviours of
19455 `diary-name-pattern' and `calendar-make-alist' functions.
19456
19457 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19458 `calendar-month-name' function.
19459
19460 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19461
19462 * calendar/solar.el (solar-seasons-data): Move definition before use.
19463
19464 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19465 (cal-tex-LaTeX-hourbox): Move definition before use.
19466
19467 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19468 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19469 lunar.el, solar.el
19470 (displayed-month, displayed-year): Define for compiler.
19471
19472 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19473
19474 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19475 MODE. Renamed from c-init-c-language-vars'.
19476 (c-initialize-cc-mode): Change accordingly.
19477 (c-common-init): Ditto.
19478 (c-mode): Ditto.
19479 (c++-mode): Use `c-init-language-vars-for'.
19480 (objc-mode): Ditto.
19481 (java-mode): Ditto.
19482 (idl-mode): Ditto.
19483 (pike-mode): Ditto.
19484 (awk-mode): Ditto.
19485
19486 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19487
19488 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19489 or not the point moved.
19490
19491 (c-search-decl-header-end): Don't trip up on operator identifiers
19492 in C++ and operators like == in all languages.
19493
19494 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19495 Detect leading labels correctly.
19496
19497 2003-08-02 Andreas Schwab <schwab@suse.de>
19498
19499 * textmodes/ispell.el: Don't redo key bindings on loading, put
19500 them only in loaddefs.el.
19501 * bookmark.el: Likewise.
19502 * dabbrev.el: Likewise.
19503 * emerge.el: Likewise.
19504
19505 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19506 has more than one member.
19507
19508 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19509
19510 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19511
19512 * lpr.el (printify-region): It was ending conversion before the
19513 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
19514
19515 2003-07-31 John Paul Wallington <jpw@gnu.org>
19516
19517 * net/browse-url.el (browse-url-epiphany): Doc fix.
19518
19519 2003-07-30 Kenichi Handa <handa@m17n.org>
19520
19521 * international/fontset.el (setup-default-fontset):
19522 Change registry names of Akurti fonts.
19523
19524 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19525
19526 * comint.el (comint-read-noecho): Use `clear-string' instead of
19527 `fillarray'.
19528
19529 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
19530
19531 * outline.el (outline-mode-hook): Add defvar.
19532
19533 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
19534
19535 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19536 Restore assembler in source window if that is what has been selected.
19537 (menu): Add gdb-restore-windows to menu. Make gdba
19538 specific menus only visible from gdba.
19539
19540 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
19541
19542 * progmodes/compile.el (compilation-environment): New user variable.
19543 (compile-internal): Respect it.
19544
19545 2003-07-23 Masatake YAMATO <jet@gyve.org>
19546
19547 * progmodes/gud.el (gdb-script-font-lock-keywords):
19548 Put `font-lock-function-name-face' on a symbol which includes
19549 `-' like `hook-run'. Put font-lock-variable-name-face
19550 on a symbol starting with $.
19551
19552 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
19553
19554 * files.el (set-visited-file-name): Use truename for buffer-file-name.
19555
19556 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19557
19558 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19559
19560 2003-07-26 Andre Spiegel <spiegel@gnu.org>
19561
19562 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19563 Use with-no-warnings.
19564 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19565 rather than to find-file-not-found-hook, which doesn't exist.
19566
19567 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19568
19569 * international/quail.el (quail-translate-key): Fix previous change.
19570
19571 2003-07-25 John Paul Wallington <jpw@gnu.org>
19572
19573 * server.el (server-start): Check `server-process' is non-nil
19574 before killing it to avoid killing current buffer's process.
19575
19576 * simple.el (choose-completion-string): Use `minibufferp';
19577 test `completion-reference-buffer' if `buffer' arg is nil.
19578 (push-mark): Use `when' and `unless'.
19579 (pop-mark): Use `when'.
19580
19581 * mouse-sel.el (mouse-sel-get-selection-function):
19582 Check `x-last-selected-text-primary'. Don't barf if it or
19583 `x-last-selected-text' aren't bound.
19584
19585 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19586
19587 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19588
19589 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
19590
19591 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19592
19593 2003-07-23 John Paul Wallington <jpw@gnu.org>
19594
19595 * tooltip.el (defface tooltip): Inherit from variable-pitch.
19596
19597 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19598
19599 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19600 string. Defvar the derived hook.
19601
19602 * macros.el (insert-kbd-macro): Escape double quote character.
19603 From Thomas W Murphy <twm@andrew.cmu.edu>.
19604
19605 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
19606
19607 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19608 to match the specific mark rather than reusing comment-start-skip.
19609
19610 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
19611
19612 * progmodes/hideshow.el (hs-special-modes-alist):
19613 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
19614
19615 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
19616
19617 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19618 value using ?\s.
19619
19620 2003-07-21 John Paul Wallington <jpw@gnu.org>
19621
19622 * subr.el (with-selected-window): Add closing paren.
19623
19624 2003-07-21 Richard M. Stallman <rms@gnu.org>
19625
19626 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19627 (lisp-mode): Likewise.
19628
19629 * subr.el (with-selected-window): Copy code form save-selected-window
19630 so as to call select-window with norecord arg.
19631 (dynamic-completion-table): Doc fix.
19632 (lazy-completion-table): Doc fix.
19633
19634 * international/mule-cmds.el (set-locale-environment):
19635 langinfo renamed to locale-info.
19636
19637 * international/mule.el (auto-coding-functions): Doc fix.
19638
19639 2003-07-21 Kenichi Handa <handa@m17n.org>
19640
19641 * international/quail.el (quail-translate-key):
19642 Update quail-current-str correctly.
19643
19644 2003-07-21 Andreas Schwab <schwab@suse.de>
19645
19646 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19647 ?, to "_".
19648
19649 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
19650 Version 2.0.36 of Tramp released.
19651
19652 * net/tramp.el (tramp-default-password-end-of-line): Rename from
19653 tramp-password-end-of-line.
19654 (tramp-password-end-of-line): New method parameter.
19655 (tramp-get-password-end-of-line): Function to access method
19656 parameter `tramp-password-end-of-line', or variable
19657 `tramp-default-password-end-of-line' (default value).
19658 (tramp-methods): Add entries for new parameter
19659 tramp-password-end-of-line.
19660 (tramp-enter-password): Use new function
19661 `tramp-get-password-end-of-line'.
19662 (tramp-handle-insert-file-contents): Do not
19663 unconditionally inhibit the file operation file-local-copy, only
19664 do that when the inhibit-file-name-operation is currently
19665 insert-file-contents. This fixes finding remote CVS-controlled
19666 files. (It would barf on inserting the CVS/Entries file
19667 literally, because the file-local-copy handler wasn't called.)
19668 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19669 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19670 (tramp-initial-commands): New variable.
19671 (tramp-process-initial-commands): New function, using the variable.
19672 (tramp-open-connection-setup-interactive-shell): Call the new function.
19673 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19674 method into the buffer name, never use nil. Reported by Hanak
19675 David <dhanak@inf.bme.hu>.
19676 (tramp-open-connection-setup-interactive-shell): Erase buffer
19677 before sending "stty -onlcr".
19678
19679 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19680
19681 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
19682
19683 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19684
19685 2003-07-19 John Paul Wallington <jpw@gnu.org>
19686
19687 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19688 (artist-draw-rect, artist-draw-square): Doc fixes.
19689
19690 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19691
19692 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19693
19694 2003-07-19 Kenichi Handa <handa@m17n.org>
19695
19696 * international/kkc.el (kkc-show-conversion-list-update):
19697 Highlight the correct candidate in the message.
19698
19699 2003-07-18 John Paul Wallington <jpw@gnu.org>
19700
19701 * simple.el (current-word): Don't include punctuation char when
19702 `really-word' arg is non-nil.
19703
19704 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
19705
19706 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19707 moved to the directory obsolete.
19708
19709 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
19710
19711 * info.el (Info-menu-entry-name-re): Allow newlines in
19712 menu entry names.
19713
19714 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19715 syntax-ppss-after-change-function.
19716 (syntax-ppss-after-change-function): New alias. Update uses.
19717 (syntax-ppss): Catch the case where the buffer is narrowed.
19718
19719 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19720
19721 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19722 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19723
19724 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19725
19726 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19727 since it might be modified.
19728
19729 * progmodes/cc-langs.el (c++-make-template-syntax-table)
19730 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19731 names to these language constants.
19732
19733 2003-07-15 Kim F. Storm <storm@cua.dk>
19734
19735 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19736 All uses changed.
19737
19738 2003-07-14 Mark A. Hershberger <mah@everybody.org>
19739
19740 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19741 Namespace support.
19742
19743 2003-07-13 Juanma Barranquero <lektu@terra.es>
19744
19745 * frame.el (modify-all-frames-parameters): Reinstall (copyright
19746 papers received).
19747
19748 2003-07-13 Karl Eichwalder <ke@suse.de>
19749
19750 * textmodes/po.el (po-find-charset): White space at the start of the
19751 Content-Type field body is non-mandatory.
19752
19753 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
19754
19755 * textmodes/texinfo.el (texinfo-section-list):
19756 Append appendixsection; a synonym for appendixsec.
19757
19758 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
19759
19760 * man.el (Man-translate-cleanup): New.
19761 (Man-translate-references): Call `Man-translate-cleanup' to clean
19762 leading, trailing and middle spaces.
19763
19764 2003-07-13 Lars Hansen <larsh@math.ku.dk>
19765
19766 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19767 Handle `dired-directory' being a list.
19768
19769 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
19770
19771 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19772 it doesn't exist.
19773
19774 2003-07-12 Richard M. Stallman <rms@gnu.org>
19775
19776 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19777
19778 * progmodes/cc-defs.el (c-make-keywords-re):
19779 Don't use delete-duplicates.
19780 (c-lang-const): Don't use mapcan.
19781
19782 * apropos.el (apropos-show-scores): Make it customizable.
19783 Document new meaning.
19784 (apropos): Compute scores from symbols.
19785 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19786
19787 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19788
19789 * ps-bdf.el: Fix copyright line.
19790 (bdf-directory-list): Fix initialization code.
19791
19792 2003-07-11 John Paul Wallington <jpw@gnu.org>
19793
19794 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19795 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19796 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19797
19798 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
19799
19800 * emacs-lisp/ring.el (ring-elements): Doc fix.
19801
19802 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19803
19804 * calendar/timeclock.el (timeclock-relative)
19805 (timeclock-ask-before-exiting, timeclock-use-display-time):
19806 Doc changes.
19807 (timeclock-modeline-display): Give a message if
19808 `timeclock-use-display-time' is non-nil but `display-time-mode'
19809 is not active.
19810
19811 2003-07-11 Kenichi Handa <handa@m17n.org>
19812
19813 * international/mule-cmds.el (set-language-environment):
19814 Set current-language-environment to the correct string.
19815
19816 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19817
19818 * ps-print.el: Print line number correctly in a region. Reported by
19819 Tim Allen <timallen@ls83.fsnet.co.uk>.
19820 (ps-print-version): New version number (6.6.2).
19821 (ps-printing-region): Code fix.
19822
19823 2003-07-10 John Paul Wallington <jpw@gnu.org>
19824
19825 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19826 this function can be called from `add-completions-from-tags-table'.
19827
19828 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
19829
19830 * calendar/timeclock.el (timeclock-use-display-time)
19831 (timeclock-day-over-hook, timeclock-workday-remaining)
19832 (timeclock-status-string, timeclock-when-to-leave)
19833 (timeclock-when-to-leave-string, timeclock-log-data)
19834 (timeclock-find-discrep, timeclock-day-base)
19835 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19836 (timeclock-modeline-display): Set the variable
19837 `timeclock-modeline-display'.
19838 (timeclock-update-modeline): Doc fix. Respect value of
19839 `timeclock-relative'.
19840
19841 2003-07-09 Richard M. Stallman <rms@gnu.org>
19842
19843 * textmodes/reftex-parse.el (reftex-all-document-files):
19844 Add autoload cookie.
19845
19846 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19847 (reftex-scanning-info-available-p): Add autoload cookie.
19848
19849 * international/mule-cmds.el
19850 (set-display-table-and-terminal-coding-system): Delete duplicate
19851 aset on standard-display-table.
19852
19853 * view.el (view-file): If existing buffer's major mode is special,
19854 don't go into view mode.
19855
19856 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
19857
19858 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19859
19860 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
19861 buffer changes; there's third party code that calls this function
19862 directly.
19863
19864 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19865
19866 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
19867 (autodoc-font-lock-keywords): Don't byte compile on font lock
19868 initialization when running from byte compiled files.
19869
19870 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19871
19872 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
19873 statement ends with auto-increment "++".
19874
19875 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19876
19877 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19878 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19879 these are changed, so declare them as variables and not constants.
19880
19881 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
19882
19883 * subr.el (dolist, dotimes): Doc fix.
19884
19885 2003-07-08 Kim F. Storm <storm@cua.dk>
19886
19887 * international/mule-cmds.el
19888 (set-display-table-and-terminal-coding-system): Don't break
19889 bootstrap if standard-display-table isn't setup yet.
19890
19891 2003-07-07 Richard M. Stallman <rms@gnu.org>
19892
19893 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
19894 Give it a doc string, and autoload it.
19895
19896 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
19897 Use with-no-warnings.
19898
19899 * info.el (Info-search): If find invisible text, search again.
19900
19901 * isearch.el (search-whitespace-regexp): Add a shy group around it.
19902
19903 * man.el (Man-name-regexp): Match + as part of name.
19904
19905 * simple.el (visible-mode): Rename from vis-mode.
19906 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
19907
19908 * simple.el (current-word): New arg REALLY-WORD specifies
19909 don't include punctuation chars.
19910
19911 * emacs-lisp/debug.el (debug, debugger-env-macro):
19912 Use with-no-warnings while accessing and binding unread-command-char.
19913
19914 * international/mule-cmds.el
19915 (set-display-table-and-terminal-coding-system): Use explicit loop
19916 instead of calling standard-display-default.
19917
19918 * net/ange-ftp.el (ange-ftp-file-symlink-p):
19919 Use condition-case to catch error in ange-ftp-get-files.
19920
19921 * net/browse-url.el (browse-url-browser-function):
19922 Add alternative for Epiphany.
19923 (browse-url-epiphany-program, browse-url-epiphany-arguments)
19924 (browse-url-epiphany-startup-arguments)
19925 (browse-url-epiphany-new-window-is-tab): New variables.
19926 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
19927
19928 * progmodes/compile.el (compile-auto-highlight): Default now t.
19929 (compile): Doc fix.
19930 (compilation-next-error): Fix previous change.
19931
19932 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
19933
19934 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
19935
19936 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
19937
19938 * gdb-ui.el (gdb-source-info): Display current frame when
19939 attaching to an existing process.
19940 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
19941 while laying out windows when attaching to an existing process.
19942
19943 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
19944
19945 * info.el (Info-menu): Use Info-menu-entry-name-re.
19946
19947 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
19948
19949 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
19950 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
19951
19952 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
19953 to match the same text.
19954
19955 2003-07-06 John Paul Wallington <jpw@gnu.org>
19956
19957 * vc.el (vc-annotate-offset): Move defvar up.
19958
19959 2003-07-06 Kim F. Storm <storm@cua.dk>
19960
19961 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
19962 This should fix the infinite loop when extracting menu names.
19963
19964 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19965
19966 * files.el (auto-mode-alist, interpreter-mode-alist):
19967 Remove entries to CC Mode modes to avoid duplicates; they are now added
19968 with autoload directives in cc-mode.el.
19969
19970 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19971
19972 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19973 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19974 these are changed, so declare them as variables and not constants.
19975
19976 * progmodes/cc-mode.el: Fix some autoload problems: Try to
19977 ensure that the entry for ".c" extension comes before the one for
19978 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
19979 Fix incorrect entries that were added to `interpreter-mode-alist'.
19980 Move the autoload directives for AWK to the top level since they
19981 aren't recognized anywhere else. Do not use the new AWK mode doc
19982 in the autoload form for the old AWK mode.
19983
19984 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19985
19986 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
19987 (bibtex-sort-ignore-string-entries): Default value t.
19988 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
19989 erroneously in previous version.
19990 (bibtex-string-files): Docstring reflects new parsing scheme.
19991 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
19992 docstring, add # as one of the chars to crush
19993 (bibtex-autokey-prefix-string, bibtex-autokey-names)
19994 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
19995 (bibtex-autokey-name-change-strings)
19996 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
19997 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
19998 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
19999 (bibtex-autokey-title-terminators)
20000 (bibtex-autokey-titlewords-stretch)
20001 (bibtex-autokey-titleword-ignore)
20002 (bibtex-autokey-titleword-case-convert)
20003 (bibtex-autokey-titleword-abbrevs)
20004 (bibtex-autokey-titleword-abbrevs)
20005 (bibtex-autokey-titleword-change-strings)
20006 (bibtex-autokey-titleword-length)
20007 (bibtex-autokey-titleword-separator)
20008 (bibtex-autokey-name-year-separator)
20009 (bibtex-autokey-year-title-separator)
20010 (bibtex-autokey-before-presentation-function)
20011 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20012 Fix docstring.
20013 (bibtex-strings, bibtex-reference-keys):
20014 Use lazy-completion-table and make-variable-buffer-local.
20015 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20016 (bibtex-braced-string-syntax-table)
20017 (bibtex-quoted-string-syntax-table): New variables.
20018 (bibtex-parse-nested-braces): Remove.
20019 (bibtex-parse-field-string): Use syntax table and forward-sexp.
20020 (bibtex-parse-association): Simplify.
20021 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20022 (bibtex-parse-field-text): Simplify.
20023 (bibtex-search-forward-field, bibtex-search-backward-field):
20024 argument BOUND can take value t.
20025 (bibtex-start-of-field, bibtex-start-of-name-in-field)
20026 (bibtex-end-of-name-in-field, bibtex-end-of-field)
20027 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20028 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20029 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20030 (bibtex-skip-to-valid-entry): Return buffer position of beginning
20031 and ending of entry. Update for changes of bibtex-search-entry.
20032 Simplify.
20033 (bibtex-map-entries): FUN is called with three arguments.
20034 (bibtex-search-entry): Return a cons pair with buffer positions of
20035 beginning and end of entry.
20036 (bibtex-enclosing-field): Simplify.
20037 (bibtex-format-entry): Use booktitle to set a missing title.
20038 (bibtex-autokey-get-names): Fiddle with regexps.
20039 (bibtex-generate-autokey): Use identity.
20040 (bibtex-parse-keys): Use simplified parsing algorithm if
20041 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
20042 arguments. Return alist of keys.
20043 (bibtex-parse-strings): Simplify. Return alist of strings.
20044 (bibtex-complete-string-cleanup): Fix docstring.
20045 (bibtex-read-key): New function.
20046 (bibtex-mode): Fix docstring. Do not parse for keys and
20047 strings when the mode is entered. Set fill-paragraph-function to
20048 bibtex-fill-field. Setup font-lock-mark-block-function the way
20049 font-lock intended.
20050 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
20051 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20052 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20053 (bibtex-Preamble): Avoid hard coded constants.
20054 (bibtex-make-field): Fix docstring. Simplify.
20055 (bibtex-beginning-of-entry): Always return new position of point.
20056 (bibtex-end-of-entry): Rearrange cond clauses.
20057 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20058 Update for changes of bibtex-map-entries.
20059 (bibtex-ispell-abstract): Do not move point.
20060 (bibtex-entry-index): Use downcase. Simplify.
20061 (bibtex-lessp): Handle catch-all.
20062 (bibtex-find-crossref): Turn into a command.
20063 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
20064 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
20065 preamble entries.
20066 (bibtex-fill-field-bounds): New function.
20067 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
20068 (bibtex-fill-entry): Use bibtex-fill-field-bounds
20069 (bibtex-String): Use bibtex-strings. Always obey
20070 bibtex-sort-ignore-string-entries.
20071
20072 2003-07-05 John Paul Wallington <jpw@gnu.org>
20073
20074 * cus-theme.el (customize-create-theme):
20075 Call `customize-create-theme' in Reset widget's notify function.
20076
20077 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20078 (ibuffer-mark-interactive): Use `or' instead of `unless'.
20079 (define-ibuffer-column name): Add summarizer.
20080 (define-ibuffer-column size): Likewise.
20081 (define-ibuffer-column filename): Likewise.
20082 (define-ibuffer-column process): Likewise. Change BODY's output too.
20083 (define-ibuffer-column filename-and-process): Likewise, likewise.
20084 (ibuffer): Remove local vars `already-in' and `need-update'.
20085
20086 * ibuf-ext.el: Don't require `derived' at compile-time.
20087
20088 2003-07-05 Kim F. Storm <storm@cua.dk>
20089
20090 * info.el: Disable paragraph refilling.
20091 (Info-refill-paragraphs): New defcustom.
20092 (Info-fontify-node): Use it.
20093
20094 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
20095
20096 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20097 thingies from constructors created by defstruct.
20098
20099 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20100 the default value of the variable.
20101 (byte-code-meter): Move declaration to top level.
20102
20103 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20104
20105 * info.el (Info-following-node-name-re): New fun.
20106 (Info-following-node-name): Remove.
20107 (Info-insert-dir): Use the new fun.
20108 (Info-extract-pointer): Don't save restriction; use new fun.
20109 (Info-menu-entry-name-re): New const.
20110 (Info-menu-entry-name-re): Use it along with new fun.
20111 (Info-node-spec-re): Use new fun.
20112 (Info-complete-menu-item, Info-fontify-node): Use new const.
20113 (Info-goto-node, Info-follow-reference, Info-menu-update):
20114 Use match-string.
20115 (Info-follow-reference): Use assoc-string.
20116 Use a list of strings for the completion table.
20117 (Info-fontify-node): Use match-string, line-end-position.
20118 Limit the search for `node:' to the first line.
20119
20120 * newcomment.el (uncomment-region): Remove padding coming from
20121 comment-start rather than just from comment-padding.
20122
20123 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20124 (vc-cvs-stay-local-p): Use vc-stay-local-p.
20125 (vc-cvs-rename-file): Remove (use the default).
20126 (vc-cvs-register): Register parent dir if needed.
20127 (vc-cvs-could-register): Return non-nil if parent can be registered.
20128 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20129 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20130
20131 * vc-svn.el (vc-svn-use-edit): Make it into a const.
20132 (vc-svn-update): Fix the arguments to `svn'.
20133 (vc-svn-diff-tree): Just use `vc-svn-diff'.
20134 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20135 Simple implementations, assuming `name' is a URL.
20136
20137 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20138 set of chars allowed unquoted in a case pattern.
20139
20140 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20141
20142 * font-lock.el (font-lock-extra-types-widget)
20143 (c-font-lock-extra-types, c++-font-lock-extra-types)
20144 (objc-font-lock-extra-types, java-font-lock-extra-types)
20145 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20146 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20147 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20148 (font-lock-match-c++-structor-declaration)
20149 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20150 (c++-font-lock-keywords-3, c++-font-lock-keywords)
20151 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20152 (objc-font-lock-keywords-3, objc-font-lock-keywords)
20153 (java-font-lock-keywords-1, java-font-lock-keywords-2)
20154 (java-font-lock-keywords-3, java-font-lock-keywords)
20155 (java-font-lock-syntactic-face-function): Remove obsolete code
20156 and constants. It's all in cc-fonts.el now.
20157
20158 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
20159
20160 * mail/sendmail.el (mail-specify-envelope-from)
20161 (mail-envelope-from): Doc fix.
20162
20163 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
20164
20165 * generic-x.el: Do away with the dependency on `c-emacs-features'
20166 when populating `rul-generic-mode-syntax-table'; we already know
20167 this isn't XEmacs.
20168
20169 See ChangeLog.10 for earlier changes.
20170
20171 ;; Local Variables:
20172 ;; coding: iso-2022-7bit
20173 ;; End:
20174
20175 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
20176 Copying and distribution of this file, with or without modification,
20177 are permitted provided the copyright notice and this notice are preserved.
20178
20179 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1