(function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,
[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 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
37 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
38 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
39 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
40 (concatenate, list-length, get*, getf, cl-remprop):
41 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
42 (etypecase, progv, lexical-let, lexical-let*)
43 (multiple-value-bind, multiple-value-setq, shiftf):
44 Improve argument/docstring consistency.
45
46 * subr.el (focus-frame, unfocus-frame):
47 Revert deletion on 2005-05-01.
48
49 2005-05-22 Andre Spiegel <spiegel@gnu.org>
50
51 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
52 doesn't exist.
53
54 * vc.el (vc-trunk-p): Add autoload cookie. The function is used
55 in vc-rcs.el when vc-mistrust-permissions is t, which is not the
56 default.
57
58 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
59
60 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
61 already deleted variables: auto-fill-hook, blink-paren-hook,
62 lisp-indent-hook, inhibit-local-variables, unread-command-event
63 suspend-hooks, comment-indent-hook, meta-flag,
64 before-change-function, after-change-function,
65 font-lock-doc-string-face.
66
67 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
68
69 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
70
71 2005-05-21 Eli Zaretskii <eliz@gnu.org>
72
73 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
74 rmail-dont-reply-to.
75
76 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
77
78 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
79 literal blank when splitting new-header-values.
80
81 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
82
83 * calendar/cal-menu.el (cal-menu-update): Add separator as a
84 string so that tmm doesn't create a completion entry for it.
85
86 * textmodes/table.el (table-disable-menu): Ditto.
87
88 2005-05-21 Richard M. Stallman <rms@gnu.org>
89
90 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
91
92 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
93
94 * net/rcompile.el (remote-compile): Use compilation-start.
95
96 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
97
98 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
99
100 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
101 Default to makefile-bsdmake-mode on BSD systems.
102
103 * imenu.el (imenu-generic-expression, imenu--generic-function'):
104 REGEXP may also be a search function now. The part of doc-string
105 for describing the structure was 95% identical to that of
106 `imenu--generic-function'. Unify it there.
107
108 * progmodes/make-mode.el (makefile-imenu-generic-expression): Use
109 function to find dependencies, because regexp alone is so complex,
110 it easily goes into an endless loop.
111 (makefile-makepp-mode): Also add submenu for Perl functions
112 defined in the makefile.
113 (makefile-bsdmake-mode): Special imenu-generic-expression no
114 longer needed, due to function call.
115 (makefile-match-dependency): Take BOUND into account when checking
116 if we're through.
117
118 2005-05-20 Jay Belanger <belanger@truman.edu>
119
120 * calc/calc-units.el (calc-invalidate-units-table):
121 Use inhibit-read-only.
122 (math-build-units-table-buffer): Use view-mode.
123
124 2005-05-20 David Kastrup <dak@gnu.org>
125
126 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
127 easy-menu-add is not a nop on Emacs; and clarify when to call it.
128
129 2005-05-20 Lute Kamstra <lute@gnu.org>
130
131 * diff-mode.el (diff-header-face, diff-file-header-face)
132 (diff-index-face, diff-hunk-header-face, diff-removed-face)
133 (diff-added-face, diff-changed-face, diff-function-face)
134 (diff-context-face, diff-nonexistent-face): Put them in the
135 diff-mode customization group.
136
137 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
140
141 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
142
143 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
144 Minor regexp-optimization.
145
146 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
147
148 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
149 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
150 (org-agenda-add-time-grid-maybe): New function.
151 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
152 (org-table-create): `dotimes' instead of `mapcar'.
153 (org-xor): Simplify implementation.
154 (org-agenda): `inhibit-redisplay' turned on.
155 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
156 a consistent line after a state change.
157 (org-agenda-remove-times-when-in-prefix): New option.
158 (org-prefix-has-time): New variable.
159 (org-parse-time-string): Optional argument NODEFAULT.
160 (org-format-agenda-item): Parse items for time-of-day
161 specifications and move these into the prefix if possible.
162 (org-agenda-priority): Get current heading, not previous heading
163 during agenda remote editing.
164
165 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
166
167 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
168 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
169 (remove-duplicates, delete-duplicates, substitute)
170 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
171 (nsubstitute-if-not, find, find-if, find-if-not, position)
172 (position-if, position-if-not, count, count-if, count-if-not)
173 (mismatch, search, sort*, stable-sort, merge, member*)
174 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
175 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
176 (intersection, nintersection, set-difference, nset-difference)
177 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
178 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
179 (nsublis, tree-equal): Improve argument/docstring consistency.
180
181 * subr.el (send-string, send-region):
182 Remove obsolescence declaration.
183 (window-dot, set-window-dot, read-input, show-buffer)
184 (eval-current-buffer, string-to-int):
185 Add release number to obsolescence declarations.
186
187 2005-05-19 Kim F. Storm <storm@cua.dk>
188
189 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
190 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
191
192 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
193
194 * faces.el (list-faces-display): Make back button respect optional
195 regexp arg.
196
197 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
198
199 * calculator.el (calculator-radix-grouping-mode)
200 (calculator-radix-grouping-digits, calculator-displayer)
201 (calculator-radix-grouping-separator, calculator-copy-displayer):
202 * dabbrev.el (dabbrev-search-these-buffers-only):
203 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
204 (diff-advance-after-apply-hunk, diff-mode-hook)
205 (diff-minor-mode-prefix):
206 * imenu.el (imenu-use-popup-menu):
207 * jit-lock.el (jit-lock-context-time):
208 * newcomment.el (comment-fill-column, comment-column)
209 (comment-style, comment-padding, comment-multi-line)
210 (comment-empty-lines, comment-auto-fill-only-comments):
211 * reveal.el (reveal-around-mark):
212 * uniquify.el (uniquify-buffer-name-style)
213 (uniquify-after-kill-buffer-p)
214 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
215 (uniquify-min-dir-content, uniquify-separator)
216 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
217 * w32-vars.el (w32-fixed-font-alist):
218 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
219 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
220 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
221 * progmodes/perl-mode.el (perl-indent-level)
222 (perl-continued-statement-offset, perl-continued-brace-offset)
223 (perl-brace-offset, perl-brace-imaginary-offset)
224 (perl-label-offset, perl-indent-continued-arguments)
225 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
226 * progmodes/tcl.el (tcl-indent-level)
227 (tcl-continued-indent-level, tcl-auto-newline)
228 (tcl-tab-always-indent, tcl-electric-hash-style)
229 (tcl-help-directory-list, tcl-use-smart-word-finder)
230 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
231 (inferior-tcl-source-command):
232 * textmodes/fill.el (enable-kinsoku):
233 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
234 * textmodes/table.el (table-yank-handler):
235 Specify missing group (and type, if simple) in defcustom.
236
237 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
238
239 * progmodes/compile.el (compilation-finish-function): Fix defvar.
240
241 2005-05-19 Richard M. Stallman <rms@gnu.org>
242
243 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
244
245 * subr.el (event-basic-type): Don't get an error.
246 (left-fringe-p): Function deleted.
247
248 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
249 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
250
251 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
252 in recursive copy.
253
254 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
255
256 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
257
258 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
259 Call byte-compile-nogroup-warn if appropriate.
260
261 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
262 (compilation-set-window): Don't call left-fringe-p; do it directly.
263
264 2005-05-19 Jay Belanger <belanger@truman.edu>
265
266 * calc/calc-graph.el (calc-graph-format-data): Make sure
267 var-PlotRejects is bound before trying to check its value.
268
269 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
270
271 * textmodes/reftex.el (reftex-isearch-minor-mode): Moved the
272 definition of this variable from reftex-global.el to reftex.el,
273 because it is needed in the menu.
274
275 2005-05-19 Lute Kamstra <lute@gnu.org>
276
277 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
278 years are fixed. Don't insert a space after a dash.
279
280 2005-05-19 Kim F. Storm <storm@cua.dk>
281
282 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
283
284 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
285
286 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
287 strings, because (eq ... ?\\) is fairly frequent.
288
289 * progmodes/make-mode.el (makefile-add-this-line-targets):
290 Simplify and integrate into `makefile-pickup-targets'.
291 (makefile-add-this-line-macro): Simplify and integrate into
292 `makefile-pickup-macros.
293 (makefile-pickup-filenames-as-targets): Simplify.
294 (makefile-previous-dependency, makefile-match-dependency): Don't
295 stumble over `::'.
296
297 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
298
299 * subr.el (post-command-idle-hook, post-command-idle-delay):
300 Remove obsoletion of post-command-idle-hook and
301 post-command-idle-delay.
302
303 * faces.el (list-faces-display): Provide button when describe-face
304 is called to take user back to the list of faces.
305
306 * help-fns.el (describe-variable): Remove hyperlinks in a
307 variable's value as these are quite frequently inappropriate.
308
309 * follow.el (follow-submit-feedback, follow-mode): Remove
310 references to post-command-idle-hook.
311
312 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
313
314 * progmodes/make-mode.el (makefile-previous-dependency)
315 (makefile-match-dependency): Check for := (and in bsd mode also
316 !=) to give a better result, even when font-lock is not on.
317
318 2005-05-18 Jay Belanger <belanger@truman.edu>
319
320 * calc/calc-help.el (calc-s-prefix-help):
321 Add `calc-copy-special-constant' to help string.
322
323 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
324
325 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
326
327 2005-05-18 Jay Belanger <belanger@truman.edu>
328
329 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
330 in linear factors are in proper order.
331
332 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
333
334 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
335 Support for jurabib.
336
337 * textmodes/reftex.el (featurep): Define aliases for overlay
338 commands, for XEmacs compatibility, and use these aliases in
339 overlay initializations.
340 (reftex-highlight): Use `reftex-move-overlay'.
341 (reftex-unhighlight): Use `reftex-delete-overlay'.
342 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
343 (reftex-access-search-path): Use `reftex-uniquify' instead of
344 `reftex-uniq'
345
346 * textmodes/reftex-sel.el (reftex-select-unmark):
347 Overlay `before-string' property modification enables for Emacs as well.
348 (reftex-select-item): Use `reftex-delete-overlay'.
349 (reftex-select-mark): Use `reftex-make-overlay' and
350 `reftex-overlay-put'.
351 (reftex-select-unmark): Use `reftex-delete-overlay' and
352 `reftex-overlay-put'.
353
354 2005-05-18 Lute Kamstra <lute@gnu.org>
355
356 * emacs-lisp/lisp.el (check-parens): Fix docstring.
357
358 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
359
360 * add-log.el (add-change-log-entry):
361 * array.el (array-make-template, array-reconfigure-rows)
362 (array-init-max-row, array-init-max-column)
363 (array-init-columns-per-line, array-init-field-width):
364 * replace.el (replace-match-maybe-edit, perform-replace):
365 * textmodes/spell.el (spell-region):
366 Replace `read-input' by `read-string'.
367
368 * forms.el (forms-mode):
369 * finder.el (finder-compile-keywords):
370 * shadowfile.el (shadow-read-files):
371 Replace `eval-current-buffer' by `eval-buffer'.
372
373 * terminal.el (te-pass-through):
374 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
375 (ange-ftp-raw-send-cmd):
376 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
377 (send-process-next-char, telnet-initial-filter, telnet):
378 Replace `send-string' by `process-send-string'.
379
380 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
381 (prolog-consult-region): Replace `send-string' by
382 `process-send-string'; replace `send-region' by `process-send-region'.
383
384 * progmodes/delphi.el (delphi-log-msg):
385 Replace `set-window-dot' by `set-window-point'.
386
387 * subr.el (window-dot, set-window-dot, read-input, send-string)
388 (send-region, show-buffer, eval-current-buffer):
389 Make really obsolete, as the comment says.
390
391 2005-05-17 Kim F. Storm <storm@cua.dk>
392
393 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
394 (cua--init-keymaps): Bind C-return instead of S-return to set
395 rectangle mark.
396
397 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
398 instead of S-return to toggle/clear rectangle mark.
399
400 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
401
402 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
403 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
404 Also fontify plain strings assigned to variables, mostly so that a
405 colon has a face and is thus not taken as a dependency separator.
406 (makefile-previous-dependency): Inline the new matcher, because it
407 is too complex to work in both directions.
408 (makefile-match-dependency): Eliminate `backward' arg (see above).
409 Completely reimplemented so as to not sometimes go into an endless
410 loop. It should also be more efficient, because first it only
411 searches for `:', instead of applying the very complex regexp.
412 (makefile-mode): Cancel `font-lock-support-mode', because blocks
413 to be fontified in one piece can be too long for JIT.
414 Makefiles are never *that* big.
415
416 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
417
418 * dired.el (dired-mode): Simplify.
419
420 2005-05-17 Lute Kamstra <lute@gnu.org>
421
422 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
423 defcustom for the mode hook variable.
424
425 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
426 Emacs Lisp Reference Manual.
427
428 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
429
430 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
431 (evenp, list*):
432 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
433 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
434
435 * net/tramp-smb.el (tramp-smb-open-connection):
436 Pass `tramp-chunksize' as fifth (required) argument.
437
438 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
439
440 * font-lock.el (lisp-font-lock-keywords-1):
441 Set `font-lock-negation-char-face' for [^...] char group.
442 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
443
444 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
445 a var, and refine it to mask one more level of nested vars.
446 (makefile-rule-action-regex): Turn it into a var, and refine it so
447 it recognizes backslashed continuation lines as belonging to the
448 same command.
449 (makefile-macroassign-regex): Refine it so it recognizes
450 backslashed continuation lines as belonging to the same command.
451 (makefile-var-use-regex): Don't look at the next char, because it
452 might be the same one to be skipped by the initial [^$], leading
453 to an overlooked variable use.
454 (makefile-make-font-lock-keywords): Remove two parameters, which
455 are now variables that some of the modes set locally.
456 Handle dependency and rule action matching through functions, because
457 regexps alone match too often. Dependency matching now comes
458 last, so it can check, whether a colon already matched something else.
459 (makefile-mode): Inform that font-lock improves makefile parsing
460 capabilities.
461 (makefile-match-dependency, makefile-match-action): New functions.
462
463 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
464
465 * emacs-lisp/cl-extra.el (equalp): Doc fix.
466
467 * align.el (align-regexp):
468 * ansi-color.el (ansi-color-get-face):
469 * array.el (array-reconfigure-rows, array-init-max-row)
470 (array-init-max-column, array-init-columns-per-line)
471 (array-init-field-width):
472 * dired-aux.el (dired-trample-file-versions):
473 * dired-x.el (dired-mark-sexp):
474 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
475 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
476 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
477 * faces.el (face-read-integer):
478 * files.el (backup-extract-version, insert-directory):
479 * hexl.el (hexl-insert-decimal-char):
480 * server.el (server-process-filter):
481 * shell.el (shell-extract-num):
482 * startup.el (command-line-1):
483 * term.el (term-command-hook):
484 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
485 (time-stamp-do-number):
486 * time.el (display-time-update):
487 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
488 (timezone-fix-time):
489 * vms-patch.el (vms-suspend-resume-hook):
490 * calendar/appt.el (appt-convert-time):
491 * calendar/cal-bahai.el (mark-bahai-diary-entries):
492 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
493 * calendar/cal-islam.el (mark-islamic-diary-entries):
494 * calendar/calendar.el (calendar-cursor-to-date)
495 (calendar-star-date):
496 * calendar/diary-lib.el (diary-attrtype-convert)
497 (mark-diary-entries, diary-entry-time):
498 * calendar/solar.el (solar-get-number):
499 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
500 * emacs-lisp/re-builder.el (reb-display-subexp):
501 * emulation/edt.el (edt-set-scroll-margins):
502 * emulation/tpu-extras.el (tpu-set-scroll-margins):
503 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
504 (vip-get-ex-count):
505 * emulation/viper-ex.el (viper-get-ex-token)
506 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
507 * international/fontset.el (fontset-plain-name):
508 * mail/feedmail.el (feedmail-look-at-queue-directory):
509 * mail/mailalias.el (mail-get-names):
510 * mail/rmail.el (rmail-convert-to-babyl-format):
511 * mail/rmailsum.el (rmail-make-basic-summary-line)
512 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
513 (rmail-summary-goto-msg):
514 * mail/smtpmail.el (smtpmail-read-response):
515 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
516 (ange-ftp-vms-add-file-entry):
517 * play/gametree.el (gametree-looking-at-ply)
518 (gametree-current-branch-score):
519 * progmodes/ada-xref.el (ada-prj-find-prj-file)
520 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
521 * progmodes/cperl-mode.el (condition-case):
522 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
523 (ebrowse-set-member-buffer-column-width)
524 (ebrowse-select-1st-to-9nth):
525 * progmodes/etags.el (etags-snarf-tag):
526 * progmodes/flymake.el (flymake-parse-line):
527 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
528 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
529 (idlwave-shell-menu-def):
530 * progmodes/ps-mode.el (ps-run-goto-error):
531 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
532 (vhdl-speedbar-contract-level):
533 * term/mac-win.el (x-handle-numeric-switch):
534 * term/sun-mouse.el (sun-get-frame-data):
535 * term/w32-win.el (x-handle-numeric-switch):
536 * term/x-win.el (x-handle-numeric-switch):
537 * textmodes/ispell.el (ispell-parse-output):
538 * textmodes/nroff-mode.el (nroff-outline-level):
539 * textmodes/reftex-cite.el (reftex-bib-sort-year)
540 (reftex-bib-sort-year-reverse, reftex-format-citation):
541 * textmodes/reftex-parse.el (reftex-init-section-numbers)
542 (reftex-section-number):
543 * textmodes/texinfmt.el (texinfo-paragraphindent):
544 Replace `string-to-int' by `string-to-number'.
545
546 * international/latexenc.el: Add page marker to force the "Local
547 Variables:" string out of the last page.
548
549 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
550
551 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
552 tooltip-change-major-mode.
553 (gud-tooltip-print-command): Remove case where gud-minor-mode
554 is gdb ("--fullname").
555 (gud-tooltip-tips): Turn GUD tooltips off for this case and
556 explain to user.
557
558 2005-05-16 Jay Belanger <belanger@truman.edu>
559
560 * calc/calc-store.el (calc-copy-special-constant): New function.
561
562 * calc/calc-ext.el (calc-init-extensions): Add binding for
563 `calc-copy-special-constant'.
564
565 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
566 for the `calc-copy-special-constant' command.
567
568 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
569
570 * subr.el (left-fringe-p): New function.
571
572 * progmodes/compile.el (compilation-setup): Set local value of
573 overlay-arrow-string to "" always.
574 (compilation-set-window): Left fringe then don't scroll. No left
575 fringe then no arrow and scroll message to top.
576 (compilation-context-lines): Adjust doc string accordingly.
577
578 2005-05-16 Kim F. Storm <storm@cua.dk>
579
580 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
581 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
582 (ido-wide-find-dir-or-delete-dir): New command for M-d.
583 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
584 (ido-read-file-name): Handle commands with ido property value
585 equal to find-file as reading a file name, to allow C-d to enter dired.
586 (ibuffer-find-file): Add ido property with value find-file.
587
588 2005-05-15 Kim F. Storm <storm@cua.dk>
589
590 * subr.el (open-network-stream-nowait): Remove.
591 (open-network-stream-server): Remove.
592
593 2005-05-15 Richard M. Stallman <rms@gnu.org>
594
595 * faces.el (describe-face): Output a definition link button.
596
597 * help-mode.el (help-face-def): New button type.
598
599 * emacs-lisp/copyright.el (copyright-fix-years):
600 Match properly if the first year is 2-digit.
601 Don't mess up the whitespace after the years by filling.
602
603 * dired-aux.el (dired-mark-confirm):
604 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
605
606 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
607 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
608 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
609
610 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
611 Set font-lock-comment-start-skip.
612
613 * font-lock.el (font-lock-comment-start-skip): New variable.
614 (font-lock-comment-end-skip): New variable.
615 (font-lock-fontify-syntactically-region): Use them if non-nil.
616
617 2005-05-15 Jay Belanger <belanger@truman.edu>
618
619 * calc/calc-store.el (calc-store-value): Return a string rather
620 than display it as a message.
621 Use calc-var-name for variable name.
622 (calc-store-into): Add the result of calc-store-value to message.
623 (calc-copy-variable): Add a message.
624 (calc-store-exchange): Improve error messages.
625 (calc-store-binary, calc-store-map): Don't reset the values of
626 special constants.
627
628 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
629
630 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
631 manual to docstring.
632
633 * files.el (hack-local-variables-confirm): Add STRING argument.
634 Make the function handle non file visiting buffers correctly.
635 (hack-local-variables-prop-line, hack-local-variables)
636 (hack-one-local-variable): Use STRING arg of
637 `hack-local-variables-confirm'.
638
639 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
640
641 Sync with Tramp 2.0.49.
642
643 * tramp.el (tramp-handle-dired-call-process)
644 (tramp-handle-insert-directory):`insert-buffer' cannot be used
645 because the contents of the Tramp buffer is changed before
646 insertion (`expand-file' and alike).
647 (tramp-handle-insert-directory): If `localname' has an empty
648 nondirectory name, it must not be quoted.
649 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
650 variable `tramp-chunksize'. Change callees.
651 (tramp-open-connection-setup-interactive-shell): Check remote host
652 for buggy `send-process-string' implementation.
653 Set `tramp-chunksize' if found. Reported by Michael Kifer
654 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
655 (tramp-handle-shell-command): `insert-buffer' cannot be used
656 because the contents of the Tramp buffer is changed before
657 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
658 <frederic.bothamy@free.fr>.
659 (tramp-set-auto-save): Actions should be done for Tramp file name
660 handler only. Ange-FTP has its own auto-save mechanism.
661 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
662 (tramp-set-auto-save-file-modes): Set file modes of
663 `buffer-auto-save-file-name' to ?\600 as fallback solution.
664 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
665 (tramp-bug): Remove obsolete variable.
666 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
667 for presence of `mml-mode'. Make it running for older Emacsen as well.
668
669 2005-05-14 John Paul Wallington <jpw@pobox.com>
670
671 * ibuf-ext.el (define-ibuffer-filter filename):
672 If `dired-directory' is a list, use its car.
673
674 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
675
676 * ibuffer.el (define-ibuffer-column filename):
677 If `dired-directory' is a list, use its car.
678
679 2005-05-14 Richard M. Stallman <rms@gnu.org>
680
681 * subr.el (symbol-file): Doc fix.
682
683 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
684 (byte-compile-form): Call byte-compile-nogroup-warn.
685 (byte-compile-warning-types): Doc fix.
686
687 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
688
689 * progmodes/cc-engine.el (c-literal-faces):
690 Add font-lock-comment-delimiter-face.
691
692 * net/net-utils.el (dig): Use with-no-warnings.
693
694 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
695 (sc-recite-frame-alist, sc-default-cite-frame)
696 (sc-default-uncite-frame, sc-default-recite-frame)
697 (sc-attrib-selection-list, sc-rewrite-header-list):
698 Mark as risky-local-variable.
699
700 * international/ogonek.el (ogonek-jak, ogonek-how):
701 Don't use beginning-of-buffer.
702
703 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
704
705 * calendar/solar.el (solar-data-list): Move definition up.
706
707 * dnd.el (dnd-protocol-alist): Add autoload.
708
709 * progmodes/sh-script.el: Many doc usage fixes.
710 (sh-indent-after-do): Change default to match common styles.
711
712 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
713
714 * files.el (interpreter-mode-alist)
715 (auto-mode-interpreter-regexp): Doc fixes.
716
717 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
718
719 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
720
721 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
722
723 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
724
725 * dired.el (dired-mode): make-variable-buffer-local =>
726 make-local-variable.
727
728 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
729
730 * term/mac-win.el (mac-select-convert-to-string): Try coding
731 systems in mac-script-code-coding-systems if specified one cannot
732 encode string for `com.apple.traditional-mac-plain-text'.
733
734 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
735
736 * progmodes/make-mode.el (makefile-targets-face)
737 (makefile-shell-face, makefile-makepp-perl-face): New faces.
738 (makefile-dependency-regex): Fix it to not make the colon in
739 $(var:a=b) special.
740 (makefile-rule-action-regex): New regexp for highlighting embedded
741 Shell strings.
742 (makefile-macroassign-regex): Handle != for highlighting as
743 embedded Shell strings.
744 (makefile-var-use-regex): New const.
745 (makefile-statements, makefile-automake-statements)
746 (makefile-gmake-statements, makefile-makepp-statements)
747 (makefile-bsdmake-statements): New consts.
748 (makefile-make-font-lock-keywords): New function.
749 (makefile-automake-font-lock-keywords)
750 (makefile-gmake-font-lock-keywords)
751 (makefile-makepp-font-lock-keywords)
752 (makefile-bsdmake-font-lock-keywords): New consts.
753 (makefile-mode-map): Add switchers between the various submodes.
754 (makefile-mode): Document the availability of the variants.
755 (makefile-automake-mode, makefile-gmake-mode)
756 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
757
758 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
759 new variants of makefile-mode.
760
761 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * font-lock.el (font-lock-comment-delimiter-face): Fix up
764 the inheritance.
765
766 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
767
768 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
769 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
770
771 * files.el (normal-mode): Extend the scope of the
772 `enable-local-variables' binding to include the `set-auto-mode' call.
773 (magic-mode-alist): Doc fix.
774
775 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
778 font-lock-comment-face rather than copying its setting.
779
780 2005-05-12 Andreas Schwab <schwab@suse.de>
781
782 * eshell/esh-mode.el (eshell-send-input): Doc fix.
783
784 2005-05-12 Lute Kamstra <lute@gnu.org>
785
786 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
787 defcustom for the mode hook variable. Delete the last argument.
788 * generic-x.el: Fix callers of define-generic-mode.
789 (generic-x-modes): Delete group.
790 (show-tabs-tab-face, show-tabs-space-face): Put them in the
791 generic-x customization group.
792
793 2005-05-12 Kim F. Storm <storm@cua.dk>
794
795 * font-lock.el (font-lock-negation-char-face): Default to "off".
796
797 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
798 font-lock-negation-char-face to ! in !=.
799
800 2005-05-12 Masatake YAMATO <jet@gyve.org>
801
802 * add-log.el (find-change-log): Fix typos in the docstring
803 of function.
804
805 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
806
807 * international/latexenc.el (latexenc-find-file-coding-system):
808 Avoid `re-search-forward' when looking for input encoding because
809 of speed and safety. Better regular expressions for recognizing
810 input encoding. Limit a search for TeX-master/tex-main-file to
811 the local variable section.
812
813 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
814
815 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
816 syntax of $ to "'" (quote).
817
818 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
819
820 * dnd.el (dnd-protocol-alist): Improve custom type.
821
822 * dired.el (dired-dnd-protocol-alist): New variable.
823 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
824 `dired-mode-hook' to the end.
825
826 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
829 comment-end if comment-start-skip is not set.
830 Obey the font-lock-comment-delimiter-face variables.
831
832 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * files.el (executable-find): Move from executable.el. Use locate-file.
835 * progmodes/executable.el (executable-find): Move to files.el.
836
837 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
838 when trying to ensure forward progress.
839
840 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
841
842 * mouse-sel.el (mouse-sel-follow-link-p): New function.
843 (mouse-select, mouse-select-internal, mouse-extend-internal):
844 Use it to implement mouse-1-click-follows-link functionality.
845
846 2005-05-11 Richard M. Stallman <rms@gnu.org>
847
848 * font-lock.el (font-lock-fontify-syntactically-region):
849 Use font-lock-comment-delimiter-face for comment delimiters.
850
851 2005-05-10 Jay Belanger <belanger@truman.edu>
852
853 * calc/calc-help.el (calc-m-prefix-help): Add mention of
854 preserving embedded modes.
855
856 2005-05-10 Richard M. Stallman <rms@gnu.org>
857
858 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
859
860 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
861 Move from ada-stmt.el.
862 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
863
864 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
865 Move to ada-mode.el.
866 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
867
868 * cus-edit.el (custom-file): Call file-chase-links.
869
870 * files.el (read-directory-name): Fix previous change.
871 (hack-local-variables-confirm): New function.
872 (hack-local-variables-prop-line, hack-local-variables)
873 (hack-one-local-variable): Use it.
874
875 2005-05-10 Lute Kamstra <lute@gnu.org>
876
877 * font-lock.el (font-lock-keywords-alist)
878 (font-lock-removed-keywords-alist): Clarify docstrings.
879
880 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
881
882 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
883 (gdb-source-info): Check for preprocessor info.
884 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
885 a macro for a function.
886 found (user might have used GDB dir command).
887 (gdb-info-breakpoints-custom): Try to find file again if not already
888 (gdb-get-location): Update gdb-location-alist correctly for change
889 to gdb-info-breakpoints-custom.
890
891 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
892 (gud-tooltip-print-command): Add gdbmi case.
893 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
894 preprocessor info.
895
896 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
897
898 * startup.el (fancy-splash-insert): Fix typo in doc string.
899
900 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
901
902 * obsolete/float.el (string-to-float):
903 * obsolete/hilit19.el (hilit-add-pattern):
904 * obsolete/rnews.el (news-parse-range, news-select-message)
905 (news-get-pruned-list-of-files): Replace `string-to-int' by
906 `string-to-number'.
907
908 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
909 `find-file-not-found-hooks'; use `add-hook'.
910 (uncompress-while-visiting): Set `write-file-functions', not
911 `write-file-hooks'; use `add-hook'.
912
913 2005-05-09 Kim F. Storm <storm@cua.dk>
914
915 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
916 (cua-paste): Handle clipboard action.
917 (cua--init-keymaps): Remap clipboard-kill-region and
918 clipboard-kill-ring-save.
919
920 2005-05-08 Eli Zaretskii <eliz@gnu.org>
921
922 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
923 Improve commentary.
924
925 * simple.el (next-error-overlay-arrow-position): Revert the change
926 made on 2005-04-30.
927
928 2005-05-07 Jay Belanger <belanger@truman.edu>
929
930 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
931 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
932 `calc-sel-reselect'.
933
934 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
935 Calc is in embedded mode.
936
937 2005-05-07 Eli Zaretskii <eliz@gnu.org>
938
939 * progmodes/compile.el (compilation-setup):
940 Set overlay-arrow-string to an empty string on text terminals.
941
942 * textmodes/ispell.el (ispell-program-name): Try looking for
943 "aspell" along exec-path, and if found, use it as the default
944 speller program.
945
946 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
947
948 * international/mule.el (sgml-xml-auto-coding-function):
949 Recognize encoding='FOO' in single quotes as well as in double quotes.
950
951 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
952
953 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
954 as well as `interactive', so that defmacro* would recognize
955 `declare' forms.
956
957 2005-05-07 Eli Zaretskii <eliz@gnu.org>
958
959 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
960 Explain more about the LIGHTER arg's usage in the doc string.
961 Add commentary to clarify what the code does. Fix the regexp that
962 strips whitespace from LIGHTER. Quote LIGHTER before using it,
963 since it could have characters special to regular expressions.
964
965 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
966
967 * replace.el (occur-1): Bind inhibit-read-only so that
968 erase-buffer doesn't barf on read-only text properties (likewise
969 for add-text-properties in occur-engine). Mark buffer as unmodified.
970 (occur-engine): Don't set buffer-read-only here.
971
972 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
975 list-buffers-directory. This caused the *cvs-commit* buffer to be
976 sometimes mistakenly reused as a *cvs* buffer.
977
978 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
979
980 * tooltip.el: Move code for GUD tooltips into gud.el.
981 (require): CL no longer needed to compile case.
982 (tooltip-mode): Do not toggle functions for GUD tooltips.
983 (tooltip-gud-tips-p): Remove. Replace with minor mode
984 gud-tooltip-mode in gud.el.
985 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
986 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
987 tooltip-gud prefix with gud-tooltip and obsolete.
988 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
989 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
990 (tooltip-mouse-motion): Mouse movement functions/variable.
991 Rename in gud.el by adding gud prefix.
992 (tooltip-gud-original-filter, tooltip-gud-dereference)
993 (tooltip-gud-event, tooltip-toggle-gud-tips)
994 (tooltip-gud-process-output, tooltip-gud-print-command)
995 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
996 gud.el by replacing tooltip-gud prefix with gud-tooltip.
997 (gdb-tooltip-print): Move to gdb-ui.el.
998
999 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1000 (require): CL needed to compile case.
1001 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1002 tooltip-gud-tips-p. Make it a minor-mode.
1003 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1004 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1005 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1006 (gud-tooltip-change-major-mode)
1007 (gud-tooltip-activate-mouse-motions-if-enabled)
1008 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1009 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1010 (gud-tooltip-original-filter, gud-tooltip-dereference)
1011 (gud-tooltip-event, tooltip-toggle-gud-tips)
1012 (gud-tooltip-process-output, gud-tooltip-print-command)
1013 (gud-tooltip-tips): Move from tooltip.el.
1014
1015 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1016 (gdb-cpp-define-alist-flags): Doc fix.
1017 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1018 gud-tooltip-mode is t.
1019
1020 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1023 evaporate if their text is deleted.
1024 (goto-address-at-point): Make it work as a mouse binding as well.
1025 (goto-address-at-mouse): Obsolete it. Update users.
1026
1027 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
1028
1029 * calendar/appt.el (top-level): No longer activate on load.
1030
1031 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1034 * net/webjump.el (webjump):
1035 * progmodes/idlw-help.el (idlwave-do-context-help1)
1036 (idlwave-highlight-linked-completions):
1037 * textmodes/po.el (po-find-file-coding-system-guts):
1038 Replace `assoc-ignore-case' by `assoc-string'.
1039
1040 2005-05-06 Eli Zaretskii <eliz@gnu.org>
1041
1042 * files.el (locate-file): Doc fix.
1043
1044 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1045 Remove the redundant test for ms-dos.
1046
1047 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1048 look for the preprocessor with exec-suffixes. If not found in
1049 standard places, look in exec-path. Remove most of the tests that
1050 used system-type.
1051
1052 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1053
1054 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1055
1056 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1057 file-name clash with jka-compr.el on 8+3 filesystems.
1058
1059 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1060
1061 * term/mac-win.el: Don't define or bind scroll bar functions if
1062 x-toolkit-scroll-bars is t.
1063 (x-select-text, x-get-selection-value):
1064 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1065 (PRIMARY): Put mac-scrap-name property.
1066 (mac-select-convert-to-file-url): New function.
1067 (public.file-url): New selection target type. Add to
1068 selection-converter-alist.
1069 (x-get-selection, x-selection-value): Handle it.
1070 (x-cut-buffer-or-selection-value): New alias.
1071
1072 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1073
1074 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1075 entry to avoid calling bibtex-find-entry with arg global
1076 being t. Remove arg key.
1077 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1078 (bibtex-copy-summary-as-kill): Change accordingly.
1079
1080 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1083 (org-agenda-date-later): Use with-current-buffer.
1084
1085 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1086
1087 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1088 (define-obsolete-variable-alias): Doc Fixes.
1089
1090 2005-05-06 Kim F. Storm <storm@cua.dk>
1091
1092 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
1093 vertical-motion when selective-display is active.
1094
1095 * ido.el (ido-setup-hook): New hook.
1096 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1097 (ido-input-stack): New var.
1098 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
1099 ido-next-work-file binding to M-O.
1100 Bind M-f to ido-wide-find-file-or-pop-dir.
1101 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1102 (ido-read-internal): Run ido-setup-hook.
1103 Catch quit in read-file-name and read-string to cancel edit.
1104 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1105 Automatically pop-all when completing a directory name (RET).
1106 (ido-file-internal): Add with-no-warnings around ffap and dired code.
1107 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1108 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1109 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1110 New functions for M-b/M-f to move among the directory components.
1111 (ido-make-merged-file-list): Catch quit to cancel merge.
1112 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1113 (ido-completion-help): No warnings for ido-completion-buffer-full.
1114
1115 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
1116
1117 * font-lock.el (font-lock-negation-char-face): New face and variable.
1118 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1119 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1120 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1121 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1122
1123 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
1124
1125 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1126 Fix typo in docstring.
1127
1128 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1129 (ebrowse-print-statistics-line)
1130 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1131
1132 * term/w32-win.el (image-library-alist): Add additional name for
1133 Xpm library.
1134
1135 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
1136
1137 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1138 use gcc instead of cpp.
1139
1140 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1141 (gdb-create-define-alist): Use it.
1142 (gdb-cpp-define-alist-program): Update for MS-DOS.
1143
1144 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
1145
1146 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1147
1148 2005-05-04 Richard M. Stallman <rms@gnu.org>
1149
1150 * help.el (describe-key): No error when UNTRANSLATED is nil.
1151
1152 * simple.el (line-move-1): Fix previous change to signal errors
1153 appropriately.
1154
1155 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
1156
1157 * calendar/icalendar.el (icalendar-version): Now at 0.12.
1158 (icalendar-duration-correction): Remove.
1159 (icalendar--get-event-properties): Split result at commas.
1160 (icalendar--decode-isoduration): New optional argument
1161 DURATION-CORRECTION.
1162 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1163 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1164 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1165 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1166 (icalendar--convert-anniversary-to-ical): New functions, extracted
1167 from icalendar-export-region, with bug fixes.
1168 (icalendar-export-region): Use the above functions.
1169 (icalendar-import-buffer): Check before saving diary file.
1170 (icalendar--convert-recurring-to-diary)
1171 (icalendar--convert-non-recurring-all-day-to-diary)
1172 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1173 extracted from icalendar--convert-ical-to-diary, with bug fixes.
1174 (icalendar--convert-ical-to-diary): Use the above functions.
1175
1176 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
1177
1178 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1179 Remove these recent additions.
1180 (c-mode): Restore to before 2005-04-28.
1181
1182 * progmodes/cc-vars.el (cc-define-list-program): Remove this
1183 recent addition.
1184
1185 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1186 (gdb-define-alist): New variables.
1187 (gdb-create-define-alist): New function.
1188 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1189 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1190 with string-to-number.
1191 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
1192
1193 * progmodes/gud.el: Replace string-to-int with string-to-number.
1194 (gud-find-file): Handle gdb-define-alist.
1195
1196 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1197
1198 2005-05-02 Jay Belanger <belanger@truman.edu>
1199
1200 * calc/calc-aent.el (math-read-token):
1201 * calc/calc-bin.el (calc-word-size):
1202 * calc/calc-ext.el (calc-read-number-fancy):
1203 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1204 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1205 * calc/calc-frac.el (calc-over-notation):
1206 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1207 (calc-graph-num-points, calc-graph-init):
1208 * calc/calc-prog.el (calc-read-parse-table-part)
1209 (calc-edit-macro-repeats):
1210 * calc/calc-yank.el (calc-do-grab-rectangle):
1211 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1212 Replace `string-to-int' by `string-to-number'.
1213
1214 2005-05-02 Kim F. Storm <storm@cua.dk>
1215
1216 * kmacro.el: Use executing-kbd-macro-index variable.
1217
1218 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
1219
1220 * net/rlogin.el (rlogin-parse-words): Delete func.
1221 (rlogin): Use split-string, not rlogin-parse-words.
1222 Also, if there are option-like elements in the parsed args,
1223 take the host to be the first arg immediately following them.
1224 Suggested by Michael Mauger.
1225
1226 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1227
1228 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1229
1230 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1233 (cc-mode-cpp-program): Rename to cc-define-list-program and
1234 move to cc-vars.el.
1235
1236 * progmodes/cc-vars.el (cc-define-list-program):
1237 Change to "gcc -E -dM -". Make customizable.
1238
1239 2005-05-02 Kim F. Storm <storm@cua.dk>
1240
1241 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
1242
1243 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
1244
1245 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
1246
1247 * international/mule-util.el (truncate-string): Remove alias and
1248 obsolete declaration.
1249
1250 * international/mule-cmds.el (update-iso-coding-systems):
1251 Remove alias and obsolete declaration.
1252
1253 * international/mule.el (coding-system-parent): Remove alias and
1254 obsolete declaration.
1255
1256 * subr.el (define-function, sref): Remove aliases and obsolete
1257 declarations.
1258 (chars-in-region): Remove obsolete declaration.
1259
1260 2005-05-01 Richard M. Stallman <rms@gnu.org>
1261
1262 * info.el (Info-mode): Set widen-automatically to nil, locally.
1263
1264 * simple.el (widen-automatically): New variable.
1265 (pop-global-mark): Obey widen-automatically.
1266
1267 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1268
1269 * term/xterm.el (function-key-map): Call substitute-key-definition
1270 before the keymap size is increased by a lot of define-key calls.
1271
1272 2005-05-01 Richard M. Stallman <rms@gnu.org>
1273
1274 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
1275 Rename ARG to ELEMENT. Doc fix.
1276
1277 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
1278
1279 * allout.el (allout-exposure): Remove macro and obsolete declaration.
1280 Remove references to allout-exposure/change to allout-new-exposure.
1281
1282 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
1283 bytecode symbols.
1284
1285 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1286 (compiled-function-p, focus-frame, unfocus-frame):
1287 Remove aliases and obsolete declarations.
1288 Back out inadvertant changes from previous commit.
1289
1290 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1291
1292 * files.el (require-final-newline): Make Custom tags consistent
1293 with mode-require-final-newline.
1294 (mode-require-final-newline): Doc fix.
1295
1296 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * international/latexenc.el (latexenc-find-file-coding-system):
1299 Fix regular expressions.
1300
1301 2005-05-01 David Kastrup <dak@gnu.org>
1302
1303 * international/latexenc.el (latexenc-find-file-coding-system):
1304 Fix regular expressions.
1305
1306 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
1307
1308 * subr.el (string-to-int): Make obsolete.
1309
1310 2005-04-30 Richard M. Stallman <rms@gnu.org>
1311
1312 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1313
1314 * loadup.el: load jka-comp-hook.
1315
1316 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1317 (jka-compr-handler): Add autoload. `put' calls moved
1318 to jka-comp-hook.el.
1319 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1320 (jka-compr-inhibit): Autoload.
1321
1322 * jka-comp-hook.el: New file.
1323 Enable the mode by default.
1324
1325 * files.el (backup-buffer-copy): Use copy-file instead
1326 of write-region, and put back the 'excl.
1327
1328 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
1329
1330 * progmodes/flymake.el (flymake-split-string)
1331 (flymake-split-string, flymake-log, flymake-pid-to-names)
1332 (flymake-reg-names, flymake-get-source-buffer-name)
1333 (flymake-unreg-names, flymake-add-line-err-info)
1334 (flymake-add-err-info): Clarify docstrings.
1335 (flymake-popup-menu, flymake-make-emacs-menu)
1336 (flymake-make-xemacs-menu): Add docstrings.
1337 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1338 Set variables directly throughout.
1339
1340 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
1341
1342 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1343 exists. Initialise cc-define-alist.
1344 (c-mode): Add cc-create-define-alist locally to after-save-hook.
1345 If there is no file (Macroexpansion) don't create an alist.
1346
1347 2005-04-29 Sam Steingold <sds@gnu.org>
1348
1349 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1350 (cc-create-define-alist): Use it instead of the hard-coded string.
1351
1352 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * international/mule-conf.el (file-coding-system-alist): Fix regexp
1355 for latexenc.
1356
1357 2005-04-29 Lute Kamstra <lute@gnu.org>
1358
1359 * emacs-lisp/generic.el: Improve commentary section.
1360 (define-generic-mode): Improve docstring.
1361
1362 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
1363
1364 * textmodes/org.el (many places): Change to quiet the byte compiler.
1365 (org-prefix-format-compiled): New variable.
1366 (org-compile-prefix-format): New function.
1367 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1368 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1369 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1370 (org-get-entries-from-diary): Use `org-get-time-of-day' for
1371 consistency with entries from `org-mode' files.
1372 (org-get-time-of-day): Fix bug with partial matches early in a line.
1373 (org-non-link-chars): New constant.
1374 (org-link-regexp): Respect `org-non-link-chars'.
1375 (org-agenda-day-view): Remove command.
1376 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
1377 (org-follow-bbdb-link, org-store-link): Search also company field.
1378 (org-highlight-overlay): New variable.
1379 (org-highlight, org-unhighlight): New functions.
1380 (org-agenda-mode): Add pre-command-hook to remove highlight.
1381 (org-evaluate-time-range): Behavior depends upon whether time stamp
1382 contains a time or not.
1383 (org-show-subtree, org-show-entry): New functions.
1384 (org-agenda-cleanup-fancy-diary): Remove empty lines.
1385
1386 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
1387
1388 * comint.el (comint-output-filter-functions): Add autoload cookie.
1389
1390 2005-04-28 Kim F. Storm <storm@cua.dk>
1391
1392 * ido.el (ido-everywhere): Fix last change.
1393
1394 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1395
1396 * international/latexenc.el: New file.
1397 * international/mule-conf.el (file-coding-system-alist): For .tex,
1398 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
1399
1400 2005-04-28 Lute Kamstra <lute@gnu.org>
1401
1402 * font-lock.el (font-lock-add-keywords)
1403 (font-lock-remove-keywords): Clarify docstring.
1404 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
1405 Don't start docstrings with a `*'.
1406 (font-lock-update-removed-keyword-alist): Give it a docstring.
1407
1408 * generic-x.el: Update commentary section.
1409 Only require font-lock when compiling.
1410 Define all modes conditionally.
1411 Place all generic modes in the generic-x-modes customization group.
1412 (generic-x-modes): New customization group.
1413 (generic-default-modes, generic-mswindows-modes)
1414 (generic-unix-modes, generic-other-modes): New constants.
1415 (generic-define-mswindows-modes, generic-define-unix-modes):
1416 Update docstrings. Make them obsolete.
1417 (generic-extras-enable-list): New default value. Update docstring.
1418 Improve :type. Change :set function.
1419 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
1420 Fix docstring.
1421
1422 * emacs-lisp/generic.el (generic-mode-internal):
1423 Simplify font-lock-defaults.
1424 (define-generic-mode): Fix docstring.
1425
1426 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1429 font-lock-face property to highlight matches.
1430
1431 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
1432
1433 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1434 (cc-define-alist): New variable.
1435 (c-mode): Make it local and initialise it.
1436
1437 * progmodes/gdb-ui.el (gdb-active-process): New variable.
1438 (gdb-exited): New function.
1439 (gdb-annotation-rules): Use it.
1440 (gdb-starting): Set gdb-active-process to t.
1441 (gdb-stopping): Amend doc string.
1442 (gdb-reset): Set gdb-active-process to nil.
1443
1444 * tooltip.el (tooltip-gud-tips): Show the associated #define
1445 directives when a C program under GDB is not executing.
1446
1447 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1450 font-lock-fontify-syntactic-keywords.
1451
1452 * font-lock.el (font-lock-default-fontify-region): Don't force
1453 parse-sexp-lookup-properties to nil.
1454
1455 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1456
1457 * man.el (man-mode-syntax-table): Set up `:' to have
1458 word-constituent syntax.
1459
1460 2005-04-27 Lute Kamstra <lute@gnu.org>
1461
1462 * novice.el (disable-command): Don't add spurious newlines to the
1463 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
1464
1465 2005-04-26 Jay Belanger <belanger@truman.edu>
1466
1467 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1468 than one window before deleting window.
1469
1470 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
1471
1472 * shell.el (shell-prompt-pattern): Doc fix.
1473 (shell-mode): Set paragraph-separate buffer locally to "\\'".
1474
1475 * comint.el (comint-prompt-regexp, comint-get-old-input)
1476 (comint-use-prompt-regexp)
1477 (comint-use-prompt-regexp-instead-of-fields)
1478 (comint-replace-by-expanded-history, comint-send-input)
1479 (comint-output-filter, comint-get-old-input-default)
1480 (comint-line-beginning-position, comint-bol, comint-show-output)
1481 (comint-backward-matching-input, comint-forward-matching-input)
1482 (comint-next-prompt, comint-previous-prompt):
1483 Rename `comint-use-prompt-regexp-instead-of-fields' to
1484 `comint-use-prompt-regexp'. Keep old name as alias and declare
1485 obsolete.
1486 (comint-use-prompt-regexp): Shorten first line of doc string.
1487
1488 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1489 Set paragraph-separate buffer locally to "\\'".
1490
1491 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1492 Adapt to above name change.
1493
1494 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1495 (smbclient-prompt-regexp): Ditto.
1496
1497 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1498
1499 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
1500
1501 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1502 gdb-location-list.
1503 Break lines that are over 80 characters wide.
1504
1505 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1508 New fun and var, to preserve compatibility.
1509
1510 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1511
1512 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
1513
1514 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1515 name to file-newer-than-file-p.
1516
1517 2005-04-26 Richard M. Stallman <rms@gnu.org>
1518
1519 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1520
1521 * progmodes/python.el (python-mode):
1522 Use new name eldoc-documentation-function.
1523
1524 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1525
1526 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1527 (eldoc-documentation-function):
1528 Rename from eldoc-print-current-symbol-info-function. Calls changed.
1529
1530 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
1531
1532 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1533
1534 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1535
1536 * term/xterm.el (function-key-map): Fix strings for
1537 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
1538 {C,S,A,C-S}-{f1-f12}.
1539
1540 2005-04-26 Kenichi Handa <handa@m17n.org>
1541
1542 * international/mule-cmds.el (select-safe-coding-system):
1543 Fix previous change.
1544
1545 2005-04-26 Lute Kamstra <lute@gnu.org>
1546
1547 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1548
1549 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1550 (font-lock-comment-delimiter-face): Ditto.
1551
1552 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1553
1554 2005-04-25 Jay Belanger <belanger@truman.edu>
1555
1556 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1557 to t while inserting information; use help-mode.
1558
1559 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 * term.el (ansi-term-color-vector): Use the xterm colors.
1562 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1563
1564 2005-04-25 Lute Kamstra <lute@gnu.org>
1565
1566 * font-core.el (font-lock-defaults): Fix docstring.
1567
1568 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1569
1570 2005-04-25 Kenichi Handa <handa@m17n.org>
1571
1572 * international/mule-cmds.el (select-safe-coding-system):
1573 Don't check consistency with coding: spec, etc if raw-text or
1574 no-conversion was found to be safe.
1575
1576 2005-04-24 Richard M. Stallman <rms@gnu.org>
1577
1578 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1579 citation markers at start of each line.
1580
1581 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1582 citation markers at start of each line.
1583
1584 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1585
1586 * files.el (mode-require-final-newline): Fix previous change.
1587 (require-final-newline): Fix type label.
1588
1589 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1590
1591 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1592 statement in buffer (broken by 2004-11-24 change).
1593
1594 2005-04-24 Kim F. Storm <storm@cua.dk>
1595
1596 * ido.el (ido-everywhere): Save and restore old read-buffer-function
1597 and read-file-name-function values. Don't overwrite existing
1598 non-nil values if ido-mode is enabled without ido-everywhere.
1599
1600 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
1601
1602 * files.el (mode-require-final-newline): Minor doc fix.
1603
1604 2005-04-24 Eli Zaretskii <eliz@gnu.org>
1605
1606 * subr.el (syntax-after): Doc fix.
1607 (syntax-class): If argument is nil, return nil. Mask off upper 16
1608 bits, not 8 bits.
1609
1610 * files.el (mode-require-final-newline): Doc fix.
1611 (backup-buffer-copy): Fix last change.
1612
1613 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1614
1615 * term/mac-win.el: Require select. Set selection-coding-system to
1616 mac-system-coding-system. Call menu-bar-enable-clipboard.
1617 (x-last-selected-text-clipboard, x-last-selected-text-primary)
1618 (x-select-enable-clipboard): New variables.
1619 (x-select-text, x-get-selection, x-selection-value)
1620 (x-get-selection-value, mac-select-convert-to-string)
1621 (mac-services-open-file, mac-services-open-selection)
1622 (mac-services-insert-text): New functions.
1623 (CLIPBOARD, FIND): Put mac-scrap-name property.
1624 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1625 (public.tiff): Put mac-ostype property.
1626 (selection-converter-alist): Add entries for them.
1627 (mac-application-menu-map): New keymap.
1628 (interprogram-cut-function, interprogram-paste-function): Set to
1629 x-select-text and x-get-selection-value, respectively.
1630 (split-window-keep-point): Set to t.
1631
1632 2005-04-23 Richard M. Stallman <rms@gnu.org>
1633
1634 * files.el (read-directory-name): Always pass non-nil
1635 DEFAULT-FILENAME arg to read-file-name.
1636 (backup-buffer-copy, basic-save-buffer-2): Take care against
1637 writing thru an unexpected existing symlink.
1638 (revert-buffer): In indirect buffer, revert the base buffer.
1639 (magic-mode-alist): Doc fix.
1640 (buffer-stale-function): Doc fix.
1641 (minibuffer-with-setup-hook): Avoid warning.
1642 (mode-require-final-newline): Doc and custom fix.
1643
1644 * follow.el (follow-end-of-buffer): Use with-no-warnings.
1645
1646 * font-lock.el (font-lock-comment-face): On terminals with few colors,
1647 use the default appearance.
1648 (font-lock-comment-delimiter-face): New face, new variable.
1649
1650 * imenu.el (imenu--generic-function): The official position of a
1651 definition is the start of the line that BEG is in.
1652
1653 * midnight.el (midnight-timer): Move defvar up.
1654
1655 * mouse.el (mouse-drag-region-1): Delete some debugging code.
1656
1657 * saveplace.el (save-place-to-alist): Use with-no-warnings.
1658
1659 * startup.el (command-line): Use with-no-warnings.
1660
1661 * window.el (window-size-fixed): New defvar.
1662
1663 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1664
1665 * mail/rmail.el (rmail-font-lock-keywords):
1666 Use font-lock-comment-delimiter-face.
1667
1668 * mail/sendmail.el (mail-font-lock-keywords):
1669 Use font-lock-comment-delimiter-face.
1670
1671 * progmodes/compile.el (next-error-highlight-timer): New defvar.
1672
1673 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
1674
1675 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1676 Specify t for LAXMATCH when matching directories.
1677 Save match data around compilation-compat-error-properties form.
1678
1679 2005-04-23 David Kastrup <dak@gnu.org>
1680
1681 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1682 Mention that the autoloaded aliases should be kept for AUCTeX.
1683
1684 2005-04-23 Andreas Schwab <schwab@suse.de>
1685
1686 * isearch.el (isearch-forward): Doc fix.
1687
1688 2005-04-23 Eli Zaretskii <eliz@gnu.org>
1689
1690 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1691 (jit-lock-stealth-nice): Change default value to 0.5.
1692
1693 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
1694
1695 * abbrev.el (write-abbrev-file): Write table entries in
1696 alphabetical order by table name.
1697
1698 2005-04-22 Kim F. Storm <storm@cua.dk>
1699
1700 * ido.el (ido-read-internal): Fix `list' completion.
1701
1702 2005-04-22 Kenichi Handa <handa@m17n.org>
1703
1704 * recentf.el (recentf-save-file-coding-system): New variable.
1705 (recentf-save-list): Encode the file by
1706 recentf-save-file-coding-system and add coding: tag.
1707
1708 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
1709
1710 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1711
1712 2005-04-21 Lute Kamstra <lute@gnu.org>
1713
1714 * loadhist.el (unload-feature): Don't remove a function from hooks
1715 if it is about to be restored to an autoload . Remove functions
1716 that will become unbound from auto-mode-alist. Simplify the code.
1717
1718 * subr.el (assq-delete-all): New implementation that is linear,
1719 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
1720 (rassq-delete-all): New function.
1721
1722 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1723 Add size-indication-mode.
1724
1725 2005-04-21 Kenichi Handa <handa@m17n.org>
1726
1727 * international/mule-cmds.el: Add autoload for widget-value in
1728 eval-when-compile.
1729
1730 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
1731
1732 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1733 Add tooltip-mode.
1734
1735 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1736
1737 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1740 (inferior-lisp-filter-regexp, inferior-lisp-program)
1741 (inferior-lisp-load-command, inferior-lisp-prompt)
1742 (inferior-lisp-mode-hook, lisp-source-modes)
1743 (inferior-lisp-load-hook): defvar->defcustom.
1744 (inferior-lisp-program, inferior-lisp-prompt)
1745 (inferior-lisp-load-hook): Doc fixes.
1746 (inferior-lisp-install-letter-bindings): Small change in
1747 introductory comment.
1748
1749 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1750
1751 * vc.el (vc-annotate-color-map): Change some colors so that text
1752 using them as foreground is readable on both white and black
1753 backgrounds.
1754
1755 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * international/mule-conf.el (translation-table-for-input):
1758 Remove redundant declaration.
1759
1760 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1761
1762 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1763
1764 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1765 (tooltip-toggle-gud-tips): New function.
1766
1767 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1768
1769 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1770 right angle brackets.
1771
1772 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1775
1776 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1779 Remove. Update callers to use expand-file-name instead.
1780
1781 * subr.el (syntax-class): New function.
1782
1783 * simple.el (blink-matching-open): Use it.
1784
1785 * paren.el (show-paren-function): Use it to recognize parens that are
1786 also used in 2-char comment markers.
1787
1788 2005-04-19 Lute Kamstra <lute@gnu.org>
1789
1790 * loadhist.el (unload-feature): Update for new format of
1791 load-history. Simplify the code.
1792
1793 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1794
1795 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1796 (mac-add-charset-info): New function. Initialize variable
1797 mac-charset-info-alist using it.
1798 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1799 for translation.
1800 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1801 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1802 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1803 New CCL programs.
1804
1805 2005-04-19 Kim F. Storm <storm@cua.dk>
1806
1807 * simple.el (next-buffer, prev-buffer, next-error)
1808 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1809 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1810
1811 * bindings.el (next-buffer, prev-buffer, next-error)
1812 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1813 (clone-indirect-buffer-other-window): Move bindings from simple.el.
1814 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1815 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1816
1817 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * isearch.el (isearch-edit-string): Make the search-ring available for
1820 minibuffer history commands.
1821 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1822 the default history commands now work just as well.
1823 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1824
1825 2005-04-18 Kim F. Storm <storm@cua.dk>
1826
1827 * emulation/cua-base.el (cua--pre-command-handler): Add more
1828 elaborate check for shift modifier on non-window systems.
1829
1830 2005-04-18 Lars Hansen <larsh@math.ku.dk>
1831
1832 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1833
1834 2005-04-18 Kim F. Storm <storm@cua.dk>
1835
1836 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1837 and make it optional. Don't test tooltip-gud-echo-area here.
1838 (tooltip-gud-process-output, gdb-tooltip-print):
1839 Pass tooltip-gud-echo-area to tooltip-show.
1840 (tooltip-help-tips): Remove second optional arg to tooltip-show.
1841
1842 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1843
1844 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1845 `display-graphic-p' may not be bound yet.
1846
1847 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
1848
1849 * startup.el (command-line): No longer enable Xterm Mouse mode by
1850 default in terminals compatible with xterm.
1851
1852 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1853
1854 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
1855
1856 * tooltip.el (tooltip-gud-echo-area): Rename from
1857 tooltip-use-echo-area.
1858 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1859 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1860 area independently of where help tooltips are displayed.
1861
1862 2005-04-17 David Kastrup <dak@gnu.org>
1863
1864 * cus-theme.el (custom-theme-write-variables): Quote variables
1865 where necessary.
1866
1867 2005-04-17 Richard M. Stallman <rms@gnu.org>
1868
1869 * simple.el (yank-excluded-properties): Add follow-link to value.
1870
1871 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
1872
1873 * startup.el (fancy-splash-max-time): Just 30 seconds.
1874 (fancy-splash-delay): Just 7.
1875 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
1876
1877 * loadhist.el (unload-feature): Update for new format of load-history.
1878 Simplify the code.
1879
1880 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
1881 (rmail-font-lock-keywords): Don't fontify the text of a citation.
1882
1883 * mail/sendmail.el (mail-font-lock-keywords):
1884 Don't fontify subject text.
1885 Don't fontify the text of a citation.
1886
1887 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
1888
1889 * comint.el (comint-output-filter): Run comint-output-filter-functions
1890 with point where the user had it.
1891
1892 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * international/ucs-tables.el (ucs-set-table-for-input):
1895 Disable when using unify-on-decoding.
1896
1897 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 * emulation/cua-base.el (cua-global-mark-face): Add special case
1900 for displays supporting a high number of colors.
1901
1902 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
1903
1904 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
1905
1906 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * filesets.el (filesets-add-buffer): If user supplies a name of a
1909 non-existing fileset, create a new fileset.
1910
1911 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
1912
1913 * textmodes/org.el (org-up-heading-all): Fix bug with
1914 `outline-up-heading-all'.
1915
1916 2005-04-16 Andreas Schwab <schwab@suse.de>
1917
1918 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
1919 /etc/permissions.d/* and /etc/aliases.d/*.
1920
1921 2005-04-16 Kenichi Handa <handa@m17n.org>
1922
1923 * international/code-pages.el (cp-make-coding-system):
1924 Set `translation-table-for-input' property value to the symbol
1925 ucs-mule-to-mule-unicode, not to that value.
1926 (pt154): Escape guillemet by `\'.
1927
1928 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
1929
1930 * loadup.el: Load tooltip if x-show-tip is fboundp.
1931
1932 * startup.el (command-line): Add comment.
1933
1934 * tooltip.el (tooltip-mode): Specify correct standard value for
1935 Custom in init-value.
1936
1937 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
1938
1939 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
1940 possible.
1941
1942 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
1943
1944 * textmodes/org.el (org-agenda-date-prompt): Rename from
1945 `org-agenda-date-today'.
1946 (org-evaluate-time-range): Insert at point instead of directly
1947 after time range.
1948 (org-first-headline-recenter, org-subtree-end-visible-p)
1949 (org-optimize-window-after-visibility-change): New functions
1950 (org-agenda-post-command-hook): Don't allow point at end of line,
1951 to make sure it always hits the text properties.
1952 (org-agenda-next-date-line, org-agenda-previous-date-line):
1953 New commands.
1954 (org-set-regexps-and-options): Category may contain white space.
1955 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1956 Improve marker positions.
1957 (org-agenda-new-marker): Argument POS made optional.
1958 (org-agenda-get-timestamps): Deadlines which are done are listed
1959 in org-done-face now.
1960 (org-agenda-get-todos, org-agenda-get-timestamps)
1961 (org-agenda-get-deadlines, org-agenda-get-scheduled):
1962 Set `undone-face' and `done-face' properties.
1963 (org-last-todo-state-is-todo): New variable.
1964 (org-todo): Set `org-last-todo-state-is-todo'.
1965 (org-agenda-todo): Change face according to
1966 `org-last-todo-state-is-todo'. And change other lines refering to
1967 the same entry.
1968 (org-calendar-goto-agenda): New command.
1969 (org-calendar-to-agenda-key): New option.
1970 (org-startup-folded): New allowed value `content'.
1971 (org-set-regexps-and-options): Accept new value `content' for
1972 `org-startup-folded'.
1973 (org-get-current-options): Handle new value `content' for
1974 `org-startup-folded'.
1975 (org-insert-todo-heading): New command.
1976 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
1977 interactively in empty file and option
1978 `org-insert-mode-line-in-empty-file' has been set.
1979 (org-agenda-todo,org-agenda-priority): Modify to use
1980 `org-agenda-change-all-lines'.
1981 (org-warning-face): Change color on dark background
1982
1983 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1984
1985 * international/mule-cmds.el (set-locale-environment): On Mac OS,
1986 use preferences AppleLocale and AppleLanguages, and variable
1987 mac-system-locale for default locale. On Mac OS Classic, use
1988 mac-system-coding-system for default coding systems.
1989
1990 * term/mac-win.el: Don't set file-name-coding-system.
1991 Decode variables system-name, emacs-build-system, user-login-name, and
1992 user-full-name by mac-system-coding-system on Mac OS Classic.
1993 (mac-system-coding-system): New variable.
1994
1995 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
1996
1997 * startup.el (command-line): Handle `xterm-mouse-mode' before
1998 reading init file.
1999
2000 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2001
2002 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2003
2004 * progmodes/sh-script.el (sh-here-document-word): Make it a
2005 defcustom. Doc fix.
2006 (sh-add): Bash uses $(( )) for arithmetic.
2007 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2008 (sh-maybe-here-document): Remove quotes and leading whitespace
2009 from heredoc word when closing. Indent heredoc with tabs if word
2010 starts with "-".
2011
2012 2005-04-13 Richard M. Stallman <rms@gnu.org>
2013
2014 * simple.el (undo): Fix previous change.
2015
2016 * custom.el (defface): Doc fix.
2017
2018 2005-04-13 Lute Kamstra <lute@gnu.org>
2019
2020 * Makefile.in (DONTCOMPILE): Remove list.
2021 (compile, compile-always): Don't use DONTCOMPILE.
2022 (update-authors): Load the library in which batch-update-authors
2023 is defined.
2024 * makefile.w32-in (DONTCOMPILE): Remove list.
2025 (compile, compile-always): Fix comments.
2026 (update-authors): Load the library in which batch-update-authors
2027 is defined.
2028
2029 * generic-x.el (generic-mode-ini-file-find-file-hook):
2030 Rename to ini-generic-mode-find-file-hook.
2031 Keep generic-mode-ini-file-find-file-hook as an alias.
2032 (ini-generic-mode-find-file-hook): Rename from
2033 generic-mode-ini-file-find-file-hook. Fix docstring.
2034 (ini-generic-mode): Docstring change.
2035 (bat-generic-mode-run-as-comint): Silence the byte compiler.
2036
2037 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2038 called from lisp.
2039
2040 * generic.el: Move to the emacs-lisp subdir.
2041
2042 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2043
2044 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2045 and C-S- function and cursor motion keys.
2046
2047 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2048
2049 * startup.el (command-line): Enable Xterm Mouse mode by default.
2050 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2051 for Custom. No longer show "Mouse" in mode line when enabled.
2052 Doc fix.
2053
2054 2005-04-12 Kim F. Storm <storm@cua.dk>
2055
2056 * emulation/cua-base.el (cua-rectangle-face)
2057 (cua-rectangle-noselect-face): Define face attributes here.
2058
2059 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2060
2061 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2062
2063 * startup.el (command-line): Turn off blinking cursor if
2064 cursorBlink in resources is off or false.
2065
2066 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2067
2068 * term/mac-win.el (dnd): Require dnd.
2069 (mac-drag-n-drop): Call dnd-handle-one-url.
2070 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2071 (kTextEncodingISOLatin2): Remove constants.
2072 (mac-script-code-coding-systems): New constant.
2073 (mac-handle-language-change): New function.
2074 (special-event-map): Bind it to `language-change' event.
2075 (mac-centraleurroman, mac-cyrillic): New coding systems.
2076 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2077 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2078 and mac-cyrillic-encoder to encode-mac-centraleurroman and
2079 encode-mac-cyrillic, respectively.
2080
2081 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2082
2083 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2084 Don't set overlay-arrow-string to "=>" as this is done
2085 globally in C now.
2086
2087 2005-04-12 Lute Kamstra <lute@gnu.org>
2088
2089 * generic-x.el (rc-generic-mode, rul-generic-mode):
2090 Fix auto-mode-alist entries.
2091 (etc-fstab-generic-mode): Tweak fontification.
2092
2093 * generic.el (generic-make-keywords-list): Fix docstring.
2094 (generic-mode-internal): Simplify generic-font-lock-keywords.
2095
2096 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2097
2098 * whitespace.el (whitespace-buffer-leading)
2099 (whitespace-buffer-trailing): Revert the incorrect test inversion.
2100 However, fix the highlight area for the leading and
2101 trailing whitespaces to show space.
2102
2103 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2104
2105 * whitespace.el (whitespace-version): Bump to 3.5
2106
2107 (whitespace-buffer-leading, whitespace-buffer-trailing):
2108 Invert sense of the test to highlight the whitespace.
2109
2110 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2111
2112 * progmodes/gud.el (gud-display-line): GUD uses its own
2113 overlay arrow now so don't set overlay-arrow-string.
2114 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2115
2116 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2117
2118 * term.el (term-ansi-current-bold, term-ansi-current-underline)
2119 (term-ansi-current-reverse, term-ansi-current-invisible)
2120 (term-ansi-face-already-done): Change to boolean.
2121 (term-reset-terminal, term-handle-colors-array): Handle the above
2122 vars accordingly.
2123 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2124 (term-emulate-terminal): Use the new name.
2125
2126 * faces.el (secondary-selection): Use yellow1, not yellow.
2127 (trailing-whitespace): Use red1, not red.
2128
2129 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2130
2131 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2132 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2133 (dired-dnd-handle-file): Call dnd-get-local-file-uri
2134
2135 * cus-edit.el (dnd): New group.
2136
2137 * term/w32-win.el (dnd): Require dnd
2138 (w32-drag-n-drop): Call dnd-handle-one-url.
2139
2140 * x-dnd.el: Require dnd.
2141 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2142 Call dnd-handle-one-url.
2143 (x-dnd-types-alist, x-dnd-insert-utf8-text)
2144 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2145 to dnd-insert-text.
2146 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2147 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2148 (x-dnd-get-local-file-name, x-dnd-open-local-file)
2149 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2150
2151 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2152
2153 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2154
2155 * wdired.el: Doc fixes.
2156 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2157 (wdired-use-dired-vertical-movement): Rename from
2158 wdired-always-move-to-filename-beginning.
2159 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2160 (wdired-change-to-wdired-mode): Change mode name.
2161 (wdired-newline): Delete.
2162
2163 2005-04-11 Richard M. Stallman <rms@gnu.org>
2164
2165 * whitespace.el (whitespace-highlight-the-space):
2166 Don't call whitespace-unhighlight-the-space here.
2167
2168 * simple.el (undo): Record t in undo-equiv-table
2169 for the redo record made by an undo-in-region.
2170
2171 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2172
2173 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2174 (gdb-frame-inferior-io-buffer): New Functions to control
2175 display of separate IO buffer.
2176 (menu): Add them to menu-bar.
2177 (gdb-display-buffer): Check for buffer another frame.
2178 Protect GUD buffer.
2179 (gdb-setup-windows): Create IO buffer if not already there.
2180 (gdb-memory-mode): Remove purecopy noops.
2181
2182 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2183
2184 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2185 and pass to self-insert-command.
2186
2187 2005-04-11 Lute Kamstra <lute@gnu.org>
2188
2189 * generic.el: Commentary section cleanup.
2190 (generic): Delete.
2191 (generic-use-find-file-hook, generic-lines-to-scan)
2192 (generic-find-file-regexp, generic-ignore-files-regexp)
2193 (default-generic-mode, generic-mode-find-file-hook)
2194 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2195 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
2196 (generic-use-find-file-hook, generic-lines-to-scan)
2197 (generic-find-file-regexp, generic-ignore-files-regexp)
2198 (default-generic-mode, generic-mode-find-file-hook)
2199 (generic-mode-ini-file-find-file-hook): Move from generic.el.
2200
2201 2005-04-10 Karl Fogel <kfogel@red-bean.com>
2202
2203 * bookmark.el (bookmark-write-file): Catch errors writing file.
2204 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
2205
2206 2005-04-10 Richard M. Stallman <rms@gnu.org>
2207
2208 * startup.el (fancy-splash-tail): Update copyright year.
2209 (command-line): Split part of -Q into -D.
2210 (emacs-basic-display): New defvar.
2211 (fancy-splash-text): Correct name of menu item.
2212
2213 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2214
2215 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2216 lines in one node.
2217
2218 * comint.el (comint-send-input): New arg ARTIFICIAL.
2219 Callers in this file changed.
2220
2221 * abbrev.el (define-abbrevs): Read system abbrevs properly.
2222
2223 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2224
2225 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
2228 `ldap-search-internal'.
2229
2230 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * files.el (set-auto-mode-1): Use line-end-position.
2233
2234 * international/latin-1.el:
2235 * international/latin-2.el:
2236 * international/latin-3.el:
2237 * international/latin-4.el:
2238 * international/latin-5.el:
2239 * international/latin-8.el:
2240 * international/latin-9.el: Give punctuation syntax to NBSP.
2241
2242 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
2243 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
2244 Use char-classes to accept non-ascii letters, accepted in some recent
2245 bibtex implementations.
2246
2247 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
2248
2249 * custom.el (custom-set-minor-mode): Any non-nil value for the
2250 variable should enable the mode when set through Custom.
2251
2252 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
2255 TAB binding so tab-always-indent is obeyed.
2256 (vhdl-minibuffer-local-map): Move initialization into declaration.
2257 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
2258 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
2259 (vhdl-hooked-abbrev): Avoid test for XEmacs.
2260 (vhdl-current-line): Use line-beginning-position.
2261 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
2262 with-output-to-temp-buffer, so the current position can be recorded.
2263
2264 2005-04-10 Masatake YAMATO <jet@gyve.org>
2265
2266 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2267 Add regexp for gcov.
2268
2269 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
2270
2271 * calendar/time-date.el (time-to-seconds, seconds-to-time)
2272 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
2273 syntax which Emacs 20 doesn't support.
2274
2275 2005-04-09 Richard M. Stallman <rms@gnu.org>
2276
2277 * help.el (describe-key-briefly, describe-key):
2278 Replace strings as event types with "(any string)".
2279
2280 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * arc-mode.el (archive-mode-map): Move initialization into
2283 the declaration. Override *all* bindings of `undo'.
2284 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
2285
2286 2005-04-09 Jay Belanger <belanger@truman.edu>
2287
2288 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
2289
2290 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2291
2292 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
2293 (xterm-register-default-colors): Update color values computation
2294 to match xterm-200.
2295
2296 2005-04-09 Kenichi Handa <handa@m17n.org>
2297
2298 * international/code-pages.el (iso-latin-7): Fix the map.
2299
2300 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
2301
2302 * emacs-lisp/lisp.el (defun-prompt-regexp)
2303 (parens-require-spaces, buffer-end, end-of-defun)
2304 (insert-parentheses): Doc fixes.
2305
2306 2005-04-08 Kim F. Storm <storm@cua.dk>
2307
2308 * comint.el (comint-highlight-prompt): Fix face spec.
2309 * hi-lock.el (hi-green): Likewise.
2310
2311 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * cus-edit.el (custom-modified-face):
2314 * comint.el (comint-highlight-input): Fix previous changes.
2315 * term.el (term-handle-ansi-escape): Add a comment.
2316
2317 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2320 in the buffer and in whitespace-highlighted-space.
2321 (whitespace-unhighlight-the-space): Simplify.
2322 (whitespace-buffer): Simplify.
2323
2324 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2325
2326 * textmodes/table.el (table-cell-face): Add special case for
2327 displays supporting a high number of colors.
2328 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2329 (vhdl-font-lock-reserved-words-face)
2330 (vhdl-speedbar-architecture-face)
2331 (vhdl-speedbar-instantiation-face)
2332 (vhdl-speedbar-architecture-selected-face)
2333 (vhdl-speedbar-instantiation-selected-face): Likewise.
2334 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2335 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2336 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2337 (ebrowse-root-class-face, ebrowse-member-attribute-face)
2338 (ebrowse-progress-face): Likewise.
2339 * progmodes/compile.el (compilation-info-face): Likewise.
2340 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2341 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2342 * calendar/calendar.el (diary-face): Likewise.
2343 * woman.el (woman-italic-face, woman-bold-face)
2344 (woman-unknown-face): Likewise.
2345 * wid-edit.el (widget-button-pressed-face): Likewise.
2346 * whitespace.el (whitespace-highlight-face): Likewise.
2347 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2348 * pcvs-info.el (cvs-marked-face): Likewise.
2349 * info.el (info-xref): Likewise.
2350 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2351 * hilit-chg.el (highlight-changes-face)
2352 (highlight-changes-delete-face): Likewise.
2353 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2354 (hi-red-b): Likewise.
2355 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2356 * font-lock.el (font-lock-keyword-face)
2357 (font-lock-function-name-face, font-lock-warning-face): Likewise.
2358 * cus-edit.el (custom-invalid-face, custom-modified-face)
2359 (custom-set-face, custom-changed-face, custom-variable-tag-face)
2360 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2361 * comint.el (comint-highlight-prompt): Likewise.
2362
2363 2005-04-08 Lute Kamstra <lute@gnu.org>
2364
2365 * font-lock.el (font-lock-keywords): Docstring fixes.
2366
2367 2005-04-08 Kenichi Handa <handa@m17n.org>
2368
2369 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2370 chars are more than a limit, print " and more..." at the tail.
2371
2372 2005-04-08 Kim F. Storm <storm@cua.dk>
2373
2374 * emacs-lisp/authors.el (authors-aliases): Update list.
2375 (authors-ignored-files): New list.
2376 (authors-fixed-entries): Fix typo.
2377 (authors-renamed-files-alist): Update list.
2378 (authors-add): Check authors-ignored-files.
2379
2380 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
2381
2382 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
2383 optional, to ensure backward compatibility.
2384
2385 2005-04-08 Stephen Eglen <stephen@gnu.org>
2386
2387 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
2388
2389 2005-04-08 Kim F. Storm <storm@cua.dk>
2390
2391 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
2392
2393 * mouse.el (mouse-on-link-p): Doc fix.
2394
2395 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
2396
2397 * ielm.el (ielm-prompt-read-only): Doc fix.
2398
2399 * comint.el (comint-prompt-read-only): Doc fix.
2400
2401 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
2402
2403 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
2404 ensure dired always handles wildcards passed to ffap.
2405 (find-file-at-point): Use it.
2406 (ffap-dired-wildcards): Doc fix.
2407
2408 2005-04-07 Juri Linkov <juri@jurta.org>
2409
2410 * simple.el (next-error-overlay-arrow-position): New defvar.
2411 Put "=>" on its property `overlay-arrow-string'. Add it to
2412 `overlay-arrow-variable-list'.
2413
2414 * progmodes/compile.el (compilation-setup):
2415 Set `next-error-overlay-arrow-position' to nil. Also set it to
2416 nil in the local hook `kill-buffer-hook'. Make local variable
2417 `overlay-arrow-string' and set it to "=>".
2418 (compilation-goto-locus): Set BOL position to
2419 `next-error-overlay-arrow-position' instead of
2420 `overlay-arrow-position'.
2421
2422 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
2423 locally instead of adding it to the global hook.
2424 (Info-kill-buffer): Move up.
2425
2426 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2427
2428 * term/xterm.el (xterm-standard-colors): Update color values from
2429 xterm-200.
2430
2431 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2434
2435 * fast-lock.el:
2436 * lazy-lock.el: Move them to the obsolete subdir.
2437
2438 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2439
2440 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2441 (wdired-add-replace-advice): Remove.
2442 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2443
2444 2005-04-06 Kim F. Storm <storm@cua.dk>
2445
2446 * startup.el (command-line): Add --bare-bones alias for -Q.
2447
2448 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2449
2450 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2451 create the startup fontset if a font specification ends with
2452 `mac-roman'.
2453
2454 2005-04-06 Lute Kamstra <lute@gnu.org>
2455
2456 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2457 change.
2458
2459 * emacs-lisp/copyright.el (copyright-update-year): Replace the
2460 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
2461
2462 2005-04-05 Lute Kamstra <lute@gnu.org>
2463
2464 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2465 (define-generic-mode): Ditto. Fix debug declaration.
2466
2467 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2468 Put them in the generic-x group.
2469
2470 * calendar/timeclock.el (timeclock): Doc fix.
2471
2472 * generic.el (define-generic-mode): Don't use custom-current-group.
2473 Document default :group value.
2474 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2475 (define-global-minor-mode): Don't use custom-current-group.
2476
2477 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2478
2479 * startup.el (command-line-1): Display startup-echo-area-message
2480 when fancy splash screen is in use.
2481
2482 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2483 (sh-escaped-newline): New face.
2484 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2485 newline, and use sh-escaped-newline face.
2486
2487 * progmodes/tcl.el (tcl-escaped-newline): New face.
2488 (tcl-builtin-list): New variable.
2489 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2490 newlines. Fix keywords subexpression number.
2491
2492 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
2493
2494 * textmodes/org.el (org-diary-default-entry): Fix call to
2495 `add-to-diary-entry'.
2496
2497 2005-04-05 Kim F. Storm <storm@cua.dk>
2498
2499 * ediff-init.el: Use (featurep 'xemacs).
2500
2501 2005-04-05 David Ponce <david@dponce.com>
2502
2503 * cus-edit.el (face): Derive from symbol widget. Display sample
2504 of the current face on the fly.
2505 (widget-face-sample-face-get, widget-face-notify): New functions.
2506 (widget-face-value-create): Remove.
2507
2508 * wid-edit.el (widget-field-end): Temporarily remove field
2509 narrowing before to call `get-char-property'.
2510
2511 2005-04-04 Jay Belanger <belanger@truman.edu>
2512
2513 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2514 (math-read-subscripts): New variable.
2515 (math-read-preprocess-string): Process subscripts.
2516
2517 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
2518
2519 * comint.el (comint-prompt-read-only): Doc fix.
2520
2521 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2522 `-1'. Doc fix.
2523
2524 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
2525
2526 * textmodes/org.el (org-insert-mode-line-in-empty-file):
2527 Change default value to nil.
2528
2529 2005-04-04 Lute Kamstra <lute@gnu.org>
2530
2531 * autorevert.el (auto-revert-mode): Specify :group.
2532 * battery.el (display-battery-mode): Specify :group.
2533 * diff-mode.el (diff-minor-mode): Specify :group.
2534 * font-core.el (font-lock-mode): Specify :group.
2535 * hl-line.el (hl-line-mode): Specify :group.
2536 * iimage.el (iimage): New customization group.
2537 (iimage-mode): Specify :group.
2538 * longlines.el (longlines-mode): Specify :group.
2539 * master.el: Don't require easy-mmode.
2540 (master): New customization group.
2541 (master-mode): Specify :group.
2542 * msb.el (msb-mode): Specify :group.
2543 * reveal.el (reveal-mode): Specify :group.
2544 * simple.el (next-error-follow-minor-mode): Specify :group.
2545 * smerge-mode.el (smerge-mode): Specify :group.
2546 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2547 * emulation/cua-base.el (cua-mode): Specify :group.
2548 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2549 * language/thai-util.el (thai-auto-composition-mode)
2550 (thai-word-mode): Specify :group.
2551 * mail/supercite.el (sc-minor-mode): Specify :group.
2552 * progmodes/cwarn.el (cwarn-mode): Specify :group.
2553 * progmodes/flymake.el (flymake-mode): Specify :group.
2554 * progmodes/glasses.el (glasses-mode): Specify :group.
2555 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2556 * textmodes/enriched.el (enriched-mode): Specify :group.
2557 * textmodes/refill.el (refill-mode): Specify :group.
2558
2559 * add-log.el (change-log-font-lock-keywords): Names in
2560 parenthesized lists can contain spaces.
2561
2562 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
2563
2564 * startup.el (fancy-splash-text): Shorten default text of
2565 "Emacs Tutorial" line. Also, if the current language env
2566 indicates an available tutorial file other than TUTORIAL,
2567 extract its title and append it to the line in parentheses.
2568 (fancy-splash-insert): If arg is a thunk, funcall it.
2569
2570 2005-04-04 Jay Belanger <belanger@truman.edu>
2571
2572 * calc.el (calc-language-alist): Add tags to customization type.
2573
2574 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
2575
2576 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2577 Doc fix.
2578
2579 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
2580
2581 * add-log.el (change-log-font-lock-keywords): The manual
2582 describing a Change Log entry, says: (...) "Aside from these
2583 header lines, every line in the change log starts with a space or
2584 a tab.". The font-lock was not highlighting lines started with
2585 spaces, added support for it.
2586
2587 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2588
2589 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2590 (bibtex-generate-url-list): Update docstring accordingly. Put the
2591 complex example in the docstring.
2592 (bibtex-font-lock-url): Use pop.
2593
2594 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2597
2598 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2599
2600 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
2601
2602 * filesets.el (filesets-set-default): Doc fix.
2603
2604 2005-04-03 Lute Kamstra <lute@gnu.org>
2605
2606 * generic.el (define-generic-mode): Add argument to specify
2607 keywords for defcustom.
2608 (default-generic-mode): Specify :group.
2609
2610 * generic-x.el: Specify :group for all generic modes.
2611
2612 * desktop.el (desktop-no-desktop-file-hook)
2613 (desktop-after-read-hook): Doc fix.
2614
2615 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
2616
2617 * simple.el (visible-mode): Use explicit :group keyword.
2618 This changes the group of `visible-mode-hook' from paren-blinking
2619 to editing-basics.
2620
2621 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2622
2623 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2624 mailbox specifications as well as URLs.
2625 (rmail-insert-inbox-text): Remove unused conditional branches.
2626
2627 2005-04-01 Jay Belanger <belanger@truman.edu>
2628
2629 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2630 (calc-gnuplot-print-command): Move definitions to calc.el.
2631
2632 * calc/calc-embed.el (calc-embedded-announce-formula)
2633 (calc-embedded-open-formula, calc-embedded-close-formula)
2634 (calc-embedded-open-word, calc-embedded-close-word)
2635 (calc-embedded-open-plain, calc-embedded-close-plain)
2636 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2637 (calc-embedded-open-mode, calc-embedded-close-mode):
2638 Move definitions to calc.el.
2639
2640 * calc/calc.el (calc-settings-file, calc-language-alist):
2641 Make customizable.
2642 (calc-embedded-announce-formula, calc-embedded-open-formula)
2643 (calc-embedded-close-formula, calc-embedded-open-word)
2644 (calc-embedded-close-word, calc-embedded-open-plain)
2645 (calc-embedded-close-plain, calc-embedded-open-new-formula)
2646 (calc-embedded-close-new-formula, calc-embedded-open-mode)
2647 (calc-embedded-close-mode, calc-gnuplot-name)
2648 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2649 from other files and make customizable.
2650
2651 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2654 Use buffer-live-p.
2655 (cvs-mode-run): Don't call cvs-update-header here.
2656 (cvs-run-process): Call cvs-update-header.
2657 Use process properties for cvs-postprocess and cvs-buffer so that
2658 the sentinel can behave better if the temp buffer is killed.
2659 Use a pipe rather than a tty, to better handle unexpected prompts.
2660 (cvs-sentinel): Rewrite. Call cvs-update-header.
2661
2662 2005-04-01 Andre Spiegel <spiegel@gnu.org>
2663
2664 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2665 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
2666
2667 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * generic.el (define-generic-mode): Add indentation rule.
2670
2671 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
2672
2673 * files.el (mode-require-final-newline): Make Custom correctly
2674 report a nil value and allow to set it to nil via Custom.
2675 Doc fix.
2676
2677 2005-04-01 Kenichi Handa <handa@m17n.org>
2678
2679 * international/characters.el: Enable the correct case setting for
2680 dotless-i and dotted-I.
2681
2682 2005-04-01 Kim F. Storm <storm@cua.dk>
2683
2684 * ido.el (ido-file-internal): Fall back to non-ido command if
2685 initial directory is on slow ftp (or tramp) host.
2686
2687 2005-03-31 Richard M. Stallman <rms@gnu.org>
2688
2689 * emacs-lisp/autoload.el (make-autoload):
2690 Handle define-global-minor-mode.
2691
2692 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2693 Rename from easy-mmode-define-global-mode.
2694 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2695
2696 * progmodes/scheme.el (scheme-mode-syntax-table):
2697 Update syntax of | and # for two-character comment syntax.
2698
2699 2005-03-31 Lute Kamstra <lute@gnu.org>
2700
2701 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2702 (define-minor-mode): Call custom-current-group at load-time.
2703
2704 * generic.el (define-generic-mode): Add debug declaration.
2705 Add defcustom for the mode hook.
2706 (generic-mode-internal): Use run-mode-hooks.
2707
2708 2005-03-31 Kim F. Storm <storm@cua.dk>
2709
2710 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2711 (mouse-fixup-help-message): New defun called by show_help_echo
2712 to fixup mouse-2 prefix in help messages when applicable.
2713
2714 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2715
2716 2005-03-31 Kenichi Handa <handa@m17n.org>
2717
2718 * language/thai-word.el (thai-find-word-ends): Pay attention to
2719 the case that we reach the end of buffer.
2720
2721 * textmodes/fill.el (fill-text-properties-at): New function.
2722 (fill-newline): Use fill-text-properties-at instead of
2723 text-properties-at.
2724
2725 2005-03-31 Karl Berry <karl@freefriends.org>
2726
2727 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2728 not comint-quote-filename.
2729
2730 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2731
2732 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2733 not comint-quote-filename.
2734
2735 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
2736
2737 * help-fns.el (help-with-tutorial): Revert last change.
2738
2739 2005-03-31 Kim F. Storm <storm@cua.dk>
2740
2741 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2742
2743 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
2744
2745 * calendar/cal-china.el: Update reference to "Calendrical
2746 Calculations" book; there's a new edition.
2747 * calendar/cal-coptic.el: Likewise.
2748 * calendar/cal-french.el: Likewise.
2749 * calendar/cal-hebrew.el: Likewise.
2750 * calendar/cal-islam.el: Likewise.
2751 * calendar/cal-iso.el: Likewise.
2752 * calendar/cal-julian.el: Likewise.
2753 * calendar/cal-mayan.el: Likewise.
2754 * calendar/cal-persia.el: Likewise.
2755 * calendar/calendar.el: Likewise.
2756 * calendar/holidays.el: Likewise.
2757 * calendar/lunar.el: Likewise.
2758 * calendar/solar.el: Likewise.
2759
2760 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2761 white space from doc string.
2762
2763 2005-03-30 Jay Belanger <belanger@truman.edu>
2764
2765 * calc/calc-help.el (calc-full-help): Remove email address.
2766
2767 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2768
2769 * help-fns.el (help-with-tutorial): Delete title line.
2770
2771 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2772
2773 * calendar/cal-x.el (calendar-one-frame-setup)
2774 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2775 rather than 'symbol for set-window-dedicated-p.
2776
2777 * calendar/appt.el (appt-buffer-name): Make it a constant.
2778 (appt-add): Doc fix.
2779
2780 * filesets.el (filesets-menu-path, filesets-menu-before)
2781 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
2782 (filesets-menu-cache-file): Use directory ~/.emacs.d.
2783 (filesets-add-submenu): Delete and use add-submenu instead.
2784
2785 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
2786
2787 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2788 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2789 (org-diary-default-entry): New function.
2790 (org-get-entries-from-diary): Better parsing of diary entries.
2791 (org-agenda-check-no-diary): New function.
2792 ("diary-lib"): Advice to function `add-to-diary-list', to allow
2793 linking to diary entries.
2794 (org-agenda-execute-calendar-command): New function.
2795 (org-agenda): Improve visible section in window.
2796 Use `org-fit-agenda-window'.
2797 (org-fit-agenda-window): New option.
2798 (org-move-subtree-down): Better handling of empty lines
2799 at end of subtree.
2800 (org-cycle): Numeric prefix is interpreted now as show-subtree N
2801 levels up.
2802 (org-fontify-done-headline): New option.
2803 (org-headline-done-face): New face.
2804 (org-set-font-lock-defaults): Use `org-headline-done-face'.
2805 (org-table-copy-down): Rename from `org-table-copy-from-above'.
2806 When current field is non-empty, it is copied to next row.
2807 (org-table-copy-from-above): Fix bug which made it
2808 impossible to copy fields containing only a single non-white character.
2809
2810 2005-03-30 Kim F. Storm <storm@cua.dk>
2811
2812 * kmacro.el (kmacro-end-macro): Isearch may store this command
2813 into the macro -- so ignore it when executing keyboard macro.
2814
2815 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2816
2817 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2818
2819 2005-03-29 Kenichi Handa <handa@m17n.org>
2820
2821 * language/thai.el ("Thai"): Set setup-function and exit-function
2822 for Thai language environment.
2823
2824 * language/thai-util.el: Require thai-word.
2825 (thai-word-mode-map): New variable.
2826 (thai-word-mode): New minor mode.
2827 (setup-thai-language-environment-internal): New function.
2828 (exit-thai-language-environment-internal): New function.
2829
2830 * language/thai-word.el (thai-word-table): Declare it by defvar,
2831 use dolist to initialize it.
2832 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2833 (thai-fill-find-break-point): New functions.
2834
2835 2005-03-29 Richard M. Stallman <rms@gnu.org>
2836
2837 * simple.el (idle-update-delay): Move definition up.
2838 (set-mark): Doc fix.
2839
2840 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * longlines.el: New file.
2843
2844 * simple.el (buffer-substring-filters): New variable.
2845 (filter-buffer-substring): New function.
2846 (kill-region, copy-region-as-kill): Use it.
2847
2848 * register.el (copy-to-register, append-to-register)
2849 (prepend-to-register): Use filter-buffer-substring.
2850
2851 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
2852
2853 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2854 (gud-filter-pending-text): Move in front of gdb.
2855 (gud-overlay-arrow-position): New variable.
2856 (gud-sentinel, gud-display-line): Use it in place of
2857 overlay-arrow-position.
2858
2859 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
2860
2861 * progmodes/fortran.el (fortran-if-indent): Doc fix.
2862 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
2863 (fortran-font-lock-keywords-4): New variable.
2864 (fortran-blocks-re, fortran-end-block-re)
2865 (fortran-start-block-re): New constants, for hideshow.
2866 (hs-special-modes-alist): Add a Fortran entry.
2867 (fortran-mode-map): Bind fortran-end-of-block,
2868 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
2869 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
2870 (fortran-looking-at-if-then, fortran-end-of-block)
2871 (fortran-beginning-of-block): New functions, for hideshow.
2872
2873 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
2874 fix. Tweak regexp.
2875 (f90-beginning-of-block): Push mark first.
2876
2877 2005-03-29 Jay Belanger <belanger@truman.edu>
2878
2879 * calc/calc.el: Update copyright date.
2880 (calc-version): Increase to 2.1.
2881 (calc-version-date): Remove.
2882
2883 * calc/calc-help.el: Update copyright date.
2884 (calc-full-help): Remove reference to calc-version-date.
2885 Update copyright date.
2886
2887 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * vc.el (vc-do-command): Use a pipe for async processes, so password
2890 prompts don't show up at places where the user can't reply.
2891
2892 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
2893
2894 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
2895 on the file name we pass to the inferior shell.
2896
2897 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2898
2899 * progmodes/which-func.el (which-function): Be robust in the face of an
2900 imenu--make-index-alist failure.
2901
2902 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
2905
2906 * progmodes/python.el (python-preoutput-filter): Fix last change.
2907
2908 2005-03-29 Lute Kamstra <lute@gnu.org>
2909
2910 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
2911 functions and compiled macros.
2912 (debug-convert-byte-code): Handle macros too.
2913 (debug-on-entry-1): Don't signal an error when trying to clear a
2914 function that is not set to debug on entry.
2915
2916 2005-03-29 Jay Belanger <belanger@truman.edu>
2917
2918 * calc/calc-lang.el: Add functions to math-function-table
2919 properties of tex and math.
2920
2921 2005-03-29 Kenichi Handa <handa@m17n.org>
2922
2923 * ps-mule.el (ps-mule-plot-string): Translate characters by
2924 ps-print-translation-table.
2925 (ps-mule-begin-job): Call find-charset-region/string with
2926 ps-print-translation-table.
2927 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
2928
2929 * ps-print.el (ps-print-translation-table): New variable.
2930 (ps-plot-region): Translate characters by ps-print-translation-table.
2931
2932 2005-03-29 Juri Linkov <juri@jurta.org>
2933
2934 * simple.el (next-error-highlight-timer): New variable.
2935
2936 * progmodes/compile.el (compilation-goto-locus):
2937 Use `next-error-highlight-timer' instead of `sit-for'.
2938
2939 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * mail/supercite.el (sc-mail-field): Use assoc-string.
2942 (sc-get-address): Simplify regexps.
2943
2944 * files.el (minibuffer-with-setup-hook): New macro.
2945 (find-file-read-args): Use it to avoid let-binding
2946 minibuffer-with-setup-hook (which breaks turning on/off
2947 file-name-shadow-mode while in the prompt).
2948
2949 * complete.el (PC-read-include-file-name-internal): Use test-completion.
2950
2951 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
2952
2953 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
2954
2955 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * window.el (window-buffer-height): Use count-screen-lines.
2958
2959 * progmodes/python.el (python-preoutput-leftover): New var.
2960 (python-preoutput-filter): Use it.
2961 (python-send-receive): Loop until all the result has been received.
2962
2963 2005-03-28 Juri Linkov <juri@jurta.org>
2964
2965 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
2966
2967 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
2968 "Recover Crashed Session".
2969 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
2970 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
2971 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
2972 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
2973 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
2974 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
2975 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
2976 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
2977
2978 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
2979 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
2980 Ediff Sessions", "Toggle use of separate control buffer frame",
2981 "Use separate frame for Ediff control buffer".
2982
2983 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
2984 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
2985 "Rename Bookmark", "Delete Bookmark".
2986
2987 * info.el (Info-mode-menu): Remove ellipsis from "Index".
2988 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
2989 Add `:active Info-index-alternatives' to "Next Matching Item".
2990
2991 * wdired.el (wdired-change-to-wdired-mode):
2992 Mention `wdired-abort-changes' key in the initial message.
2993
2994 * international/mule.el (auto-coding-alist): Associate non-ascii
2995 image filename extensions with `no-conversion'.
2996
2997 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * international/iso-acc.el:
3000 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3001
3002 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3003
3004 * textmodes/sgml-mode.el (html-mode): Doc update.
3005
3006 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3007
3008 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * term.el (term-move-columns): Fix face after extending a line.
3011 (term-insert-spaces): Likewise.
3012 (term-reset-terminal): Fix off by one error.
3013
3014 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3015
3016 * international/mule.el (auto-coding-alist): Add .xpi files.
3017
3018 * files.el (auto-mode-alist): Add .xpi files.
3019
3020 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
3021
3022 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3023
3024 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3025
3026 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3027
3028 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3029
3030 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3031 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
3032
3033 * calendar/cal-move.el (calendar-beginning-of-year): Move the
3034 cursor to Jan 1 when needed.
3035 (calendar-end-of-year): Fix -/+ typo.
3036 Reported by Chong Yidong <cyd@stupidchicken.com>.
3037
3038 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3041
3042 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3043 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
3044
3045 2005-03-25 Richard M. Stallman <rms@gnu.org>
3046
3047 * filesets.el (filesets-init): Add autoload.
3048
3049 * mail/mailalias.el (mail-directory): Doc fix.
3050
3051 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3052
3053 * mail/mailalias.el (mail-directory-process): Do nothing if
3054 mail-directory-process is an atom.
3055 (mail-get-names): Ignore mail-directory-names if it is an atom.
3056 (mail-directory-process defvar): Doc fix.
3057 (mail-names): Doc fix.
3058
3059 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
3060
3061 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3062
3063 2005-03-26 Kenichi Handa <handa@m17n.org>
3064
3065 * international/mule-util.el (detect-coding-with-priority):
3066 Call update-coding-systems-internal before detect-coding-region.
3067
3068 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
3069
3070 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3071 (gdb-frames-mode-map): Add follow-link property.
3072
3073 2005-03-25 Jay Belanger <belanger@truman.edu>
3074
3075 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3076 for variables.
3077
3078 2005-03-25 Juri Linkov <juri@jurta.org>
3079
3080 * image-mode.el: Optimize image filename extension regexps in
3081 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
3082 in `auto-mode-alist'.
3083 (image-mode): Add `image-toggle-display-text' to local hook
3084 `change-major-mode-hook'. Display the image as an image by
3085 default. Set `cursor-type' and `truncate-lines' if the image
3086 is already displayed. Take into account the current mode (image
3087 or text) in message.
3088 (image-minor-mode): New minor mode.
3089 (image-mode-maybe, image-toggle-display-text): New functions.
3090 (image-toggle-display): Use called-interactively-p.
3091 Let-bind `inhibit-read-only' to t.
3092
3093 * image-mode.el (image-minor-mode): Set `cursor-type' and
3094 `truncate-lines' if the image is already displayed. Add turning
3095 image-minor-mode off to `change-major-mode-hook'. Add message.
3096 Call `image-toggle-display-text' after turning image-minor-mode off.
3097
3098 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3101 Terminal.app, use utf-8.
3102 (set-display-table-and-terminal-coding-system): Add coding-system arg.
3103 (set-locale-environment): Use it.
3104
3105 * term/xterm.el: Undo last change, better done in mule-cmds.el.
3106
3107 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3108
3109 * progmodes/python.el (python-close-block-statement-p)
3110 (python-outdent-p, python-current-defun): Use symbol-end.
3111
3112 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
3113
3114 * files.el (save-some-buffers): Doc fix.
3115
3116 2005-03-25 Werner Lemberg <wl@gnu.org>
3117
3118 * complete.el, thumbs.el: Replace `legal' with `valid'.
3119 * calendar/calendar.el: Replace `legal' with `valid'.
3120 * emacs-lisp/advice.el: Replace `legal' with `valid'.
3121 * mail/supercite.el: Replace `legal' with `valid'.
3122 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
3123 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
3124 `valid'.
3125 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
3126 with `valid'.
3127
3128 2005-03-25 Werner Lemberg <wl@gnu.org>
3129
3130 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3131 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3132 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3133 * emulation/vip.el: Replace `illegal' with `invalid'.
3134 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3135 * mail/supercite.el: Replace `illegal' with `invalid'.
3136 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
3137 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
3138 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
3139 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
3140 `invalid'.
3141 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
3142 textmodes/reftex-index.el, textmodes/reftex-parse.el,
3143 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
3144 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3145
3146 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3149 (flymake-find-buildfile, flymake-find-possible-master-files)
3150 (flymake-check-include, flymake-parse-line): Replace loops over the
3151 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3152
3153 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3154 Substitute file-name-as-directory in the rest of the file.
3155 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3156 (flymake-replace-region): Remove unused arg `buffer'.
3157 (flymake-check-patch-master-file-buffer): Update calls to it.
3158 (flymake-add-err-info): Remove unused var `count'.
3159 (flymake-mode): Use define-minor-mode.
3160
3161 * progmodes/flymake.el: Use with-current-buffer.
3162 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3163 flymake-replace-regexp-in-string, flymake-line-beginning-position)
3164 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3165 Avoid testing for `xemacs'.
3166 (flymake-nop): Move.
3167 (flymake-region-has-flymake-overlays): Return the computed value.
3168 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3169 Remove unused var `endline'.
3170 (flymake-get-line-count): Remove unused function.
3171 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3172
3173 * emulation/vi.el:
3174 * generic.el:
3175 * hilit-chg.el (global-highlight-changes):
3176 * hi-lock.el (hi-lock-mode):
3177 * follow.el: find-file-hooks -> find-file-hook.
3178
3179 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3180
3181 2005-03-24 Juri Linkov <juri@jurta.org>
3182
3183 * dired.el (dired-mode-map): Add menu item "Compare directories"
3184 for dired-compare-directories.
3185
3186 * dired-aux.el (dired-compare-directories): Add autoload cookie.
3187 Doc fix. Replace `read-file-name' with `read-directory-name'.
3188
3189 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3192
3193 2005-03-24 Jay Belanger <belanger@truman.edu>
3194
3195 * calc/calc-embed.el (calc-embedded-mode-change): Save all
3196 relevant mode settings in calc-embedded-original-modes when modes
3197 are permanently changed.
3198
3199 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * autoinsert.el: find-file-hooks -> find-file-hook.
3202
3203 2005-03-24 Lute Kamstra <lute@gnu.org>
3204
3205 * generic.el (generic-font-lock-defaults): Make it obsolete.
3206 (generic-font-lock-keywords): New variable to replace
3207 generic-font-lock-defaults.
3208 (generic-mode-set-font-lock): Delete it.
3209 (generic-mode-internal): Don't call generic-mode-set-font-lock.
3210 (generic-bracket-support): Add docstring.
3211
3212 * generic-x.el: Rename generic-font-lock-defaults to
3213 generic-font-lock-keywords throughout.
3214 (mailagent-rules-setup-function): Delete it.
3215 (mailagent-rules-generic-mode): Use anonymous function instead.
3216 (show-tabs-generic-mode-font-lock-defaults-1)
3217 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3218 Quote faces.
3219 (show-tabs-tab-face, show-tabs-space-face): Specify background,
3220 not foreground.
3221
3222 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3223 Recognize define-generic-mode.
3224
3225 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3228 if there's no completion table.
3229
3230 2005-03-23 Miles Bader <miles@gnu.org>
3231
3232 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3233 Remove tty-specific variants, as they're no longer needed.
3234
3235 2005-03-23 Lute Kamstra <lute@gnu.org>
3236
3237 * generic-x.el: Code cleanup: make args constant whenever possible.
3238 (installshield-statement-keyword-list)
3239 (installshield-system-functions-list)
3240 (installshield-system-variables-list, installshield-types-list)
3241 (installshield-funarg-constants-list): Make them constants.
3242
3243 * generic.el (generic-make-keywords-list): Add autoload cookie.
3244
3245 * calendar/time-date.el: Add comment on time value formats.
3246 Don't require parse-time.
3247 (with-decoded-time-value): New macro.
3248 (encode-time-value): New function.
3249 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3250 (days-to-time): Return a valid time value when arg is huge.
3251 (time-since): Use time-subtract.
3252 (time-to-number-of-days): Use time-to-seconds.
3253
3254 2005-03-23 David Ponce <david@dponce.com>
3255
3256 * recentf.el: (recentf-keep): New option.
3257 (recentf-menu-action): Default to `find-file'.
3258 (recentf-keep-non-readable-files-flag)
3259 (recentf-keep-non-readable-files-p)
3260 (recentf-file-readable-p, recentf-find-file)
3261 (recentf-cleanup-remote): Remove.
3262 (recentf-include-p): More robust.
3263 (recentf-keep-p): New function.
3264 (recentf-remove-if-non-kept): Rename from
3265 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
3266 All callers updated.
3267 (recentf-menu-items-for-commands): Fix help string.
3268 (recentf-track-closed-file): Update. Doc fix.
3269 (recentf-cleanup): Update. Count removed files. Doc fix.
3270
3271 2005-03-23 Kim F. Storm <storm@cua.dk>
3272
3273 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3274 Don't inherit from fringe face (now happens automatically).
3275
3276 2005-03-22 Kim F. Storm <storm@cua.dk>
3277
3278 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
3279 position values.
3280
3281 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * menu-bar.el (showhide-date-time): Remove.
3284 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
3285 (menu-bar-make-mm-toggle): Simplify.
3286
3287 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3288
3289 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
3290 Accept qualified variable and function names.
3291
3292 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
3293
3294 * bindings.el (completion-ignored-extensions):
3295 Remove ".lis" for `vax-vms'.
3296
3297 2005-03-22 Andreas Schwab <schwab@suse.de>
3298
3299 * generic-x.el: Revert last change.
3300 * ldefs-boot.el: Update.
3301
3302 2005-03-22 Jay Belanger <belanger@truman.edu>
3303
3304 * calc/calc-embed (calc-embedded-original-modes): New variable.
3305 (calc-embedded-save-original-modes)
3306 (calc-embedded-restore-original-modes): New functions.
3307 (calc-do-embedded): Save original modes when entering embedded mode
3308 and restore when leaving embedded mode.
3309 (calc-embedded-modes-change): Change the value of
3310 calc-embedded-original-modes to reflect permanent changes.
3311
3312 2005-03-22 Lute Kamstra <lute@gnu.org>
3313
3314 * generic-x.el: Require generic again.
3315
3316 2005-03-22 Miles Bader <miles@gnu.org>
3317
3318 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3319 Tweak details to look good on both ttys and bitmap displays, light
3320 or dark background, etc.
3321
3322 2005-03-21 Kim F. Storm <storm@cua.dk>
3323
3324 * tooltip.el (tooltip-show-help-function): Check car and cdr of
3325 mouse position.
3326
3327 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * icomplete.el: Don't forcibly turn on the mode upon load.
3330 (icomplete-mode): Use define-minor-mode.
3331 (icomplete-eoinput): Default to nil.
3332 (icomplete-minibuffer-setup): Remove autoload.
3333 (icomplete-tidy): Simplify.
3334 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3335 in the initial state or if the user has modified the field.
3336 Fix handling of icomplete-max-delay-chars.
3337 Remove code that handles the oddball case where
3338 minibuffer-completion-table is an integer.
3339 Wrap icomplete-completions in while-no-input in case building
3340 completions takes more time than expected.
3341 (icomplete-completions): Simplify.
3342
3343 2005-03-21 Richard M. Stallman <rms@gnu.org>
3344
3345 * jka-compr.el (jka-compr-really-do-compress):
3346 Make variable buffer-local.
3347
3348 * image-mode.el: Handle .xpm files too.
3349 (image-toggle-display): Preserve modification flag.
3350
3351 * help.el (where-is): Don't mention aliases with no key bindings.
3352
3353 2005-03-21 Lute Kamstra <lute@gnu.org>
3354
3355 * generic.el: Fix commentary section. Don't require cl for compilation.
3356 (generic-mode-list): Add autoload cookie.
3357 (generic-use-find-file-hook, generic-lines-to-scan)
3358 (generic-find-file-regexp, generic-ignore-files-regexp)
3359 (generic-mode, generic-mode-find-file-hook)
3360 (generic-mode-ini-file-find-file-hook): Fix docstrings.
3361 (define-generic-mode): Make it a defmacro. Fix docstring.
3362 (generic-mode-internal): Code cleanup. Add autoload cookie.
3363 (generic-mode-set-comments): Code cleanup.
3364 * generic-x.el: Don't prevent compilation. Don't require generic.
3365 Follow coding conventions. Minor code cleanup.
3366 (etc-fstab-generic-mode): Add some keywords.
3367 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3368 define-generic-mode like a function declaration.
3369
3370 2005-03-21 Jay Belanger <belanger@truman.edu>
3371
3372 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3373 changing modes.
3374
3375 2005-03-21 Sam Steingold <sds@gnu.org>
3376
3377 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3378
3379 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
3380
3381 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
3382 Add underscore to "f$ lexicals" regexp.
3383
3384 2005-03-20 Juri Linkov <juri@jurta.org>
3385
3386 * subr.el (progress-reporter-do-update): When `min-value' is equal
3387 to `max-value', set `percentage' to 0 and prevent division by zero.
3388
3389 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
3390
3391 Sync with Tramp 2.0.48.
3392
3393 * tramp.el (all): Change all addresses to .gnu.org.
3394 (tramp-append-tramp-buffers): New defun.
3395 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
3396 Catch `dont-send' signal.
3397 (tramp-set-auto-save-file-modes): Set always permissions, because
3398 there might be an old auto-saved file belonging to another
3399 original file. This could be a security threat. Reported by
3400 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
3401 Check for Emacs 21.3.50 removed.
3402
3403 * tramp-smb.el (all): Remove debug construct for
3404 `with-parsed-tramp-file-name'.
3405 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
3406 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
3407 No error message if DIRECTORY or FILENAME doesn't exist.
3408 (tramp-smb-open-connection): Check existence of
3409 `tramp-smb-program'.
3410
3411 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3414 Properly handle the case where the `m' or `s' command's argument is not
3415 yet terminated.
3416 (perl-indent-new-calculate): New function.
3417 (perl-indent-line): Use it.
3418
3419 2005-03-20 Miles Bader <miles@gnu.org>
3420
3421 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
3422 in text-mode too. Change to new face names.
3423 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3424 Add `:weight bold' attribute.
3425 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3426
3427 2005-03-19 Juri Linkov <juri@jurta.org>
3428
3429 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
3430
3431 * international/mule.el (auto-coding-alist): Sync with
3432 `auto-mode-alist' by adding upper case archive file extensions
3433 and adding ear/war to jar extension.
3434
3435 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
3436
3437 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3438 running, restart it.
3439
3440 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
3441
3442 * finder.el (finder-current-item): Throw an error on an empty line.
3443
3444 * man.el (Man-follow-manual-reference): If current-word returns
3445 nil, use "".
3446
3447 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
3448
3449 * simple.el (goto-line): Doc fix.
3450
3451 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
3452
3453 * files.el (save-buffer): Doc fix.
3454
3455 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
3456
3457 * recentf.el (recentf-cleanup-remote): New variable.
3458 (recentf-cleanup): Use it to conditionally check availablity of
3459 remote files.
3460
3461 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
3462
3463 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3464 function names.
3465
3466 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3467
3468 * language/thai-word.el: New file.
3469
3470 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3471
3472 * files.el (backup-buffer): If the file's directory is not
3473 writable, use copy instead of move to backup the file.
3474
3475 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3476
3477 * obsolete/keyswap.el: Moved to obsolete/ from term/.
3478
3479 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3480
3481 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3482 Use functionp instead of symbolp and fboundp. Reported by Drkm
3483 <darkman_spam@yahoo.fr>.
3484 (ps-print-version): New version 6.6.6.
3485
3486 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
3487
3488 * textmodes/table.el (table--line-column-position): New idiom.
3489 (table--row-column-insertion-point-p): New function to test
3490 validity of row and column insertion operation at a location.
3491 (table-global-menu, table-cell-menu): Use above functions for
3492 deterministic test operation.
3493 (table--editable-cell-p): Behave in deterministic fashion.
3494
3495 2005-03-18 Juri Linkov <juri@jurta.org>
3496
3497 * isearch.el (isearch-lazy-highlight-new-loop):
3498 Make arguments beg and end optional.
3499 (isearch-update): Remove optional arguments nil from
3500 isearch-lazy-highlight-new-loop.
3501 (isearch-lazy-highlight-search): Let-bind case-fold-search to
3502 isearch-lazy-highlight-case-fold-search instead of
3503 isearch-case-fold-search, and let-bind isearch-regexp to
3504 isearch-lazy-highlight-regexp.
3505 Use isearch-lazy-highlight-last-string instead of isearch-string.
3506
3507 * replace.el (perform-replace): Remove bindings of global
3508 variables isearch-string, isearch-regexp, isearch-case-fold-search.
3509 Add three new arguments to `replace-highlight'.
3510 (replace-highlight): Add arguments string, regexp, case-fold.
3511 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3512 to allow isearch-lazy-highlight-new-loop to use these values
3513 to set corresponding isearch-lazy-highlight-* internal
3514 variables whose values lazy highlighting will use regardless of
3515 changes to global variables isearch-string, isearch-regexp,
3516 isearch-case-fold-search during lazy highlighting loop.
3517 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3518 to `lazy-highlight-cleanup'.
3519
3520 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3521 (ispell-highlight-face): Set default face to `isearch' when
3522 lazy highlighting is enabled.
3523 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3524 priority to 1. Add lazy highlighting.
3525 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3526 from `isearch-dehighlight'.
3527
3528 2005-03-18 David Ponce <david@dponce.com>
3529
3530 * files.el (hack-local-variables): Do a case-insensitive search
3531 for End.
3532
3533 2005-03-18 Juri Linkov <juri@jurta.org>
3534
3535 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3536 `isearch-lazy-highlight-cleanup', add alias to old name and
3537 declare obsolete. Add release numbers to other obsolete vars.
3538 (isearch-done, isearch-lazy-highlight-new-loop):
3539 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3540 (lazy-highlight-cleanup) <variable>: Doc fix.
3541 (isearch-lazy-highlight-update): Rename obsolete
3542 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3543
3544 2005-03-18 Kenichi Handa <handa@m17n.org>
3545
3546 * language/thai-util.el: Fix categorization of Thai characters in
3547 thai-category-table.
3548 (thai-composition-pattern): Adjust it for the above change.
3549 (thai-self-insert-command, thai-compose-syllable): New functions.
3550 (thai-compose-region): Use thai-compose-syllable.
3551 (thai-compose-string): Likewise.
3552 (thai-composition-function): Likewise.
3553 (thai-auto-composition): New function.
3554 (thai-auto-composition-mode): New minor mode.
3555
3556 * language/thai.el: Fix patterns to be registered in
3557 composition-function-table.
3558
3559 * international/quail.el (quail-input-method): Locally bind
3560 inhibit-modification-hooks to t.
3561
3562 2005-03-17 Richard M. Stallman <rms@gnu.org>
3563
3564 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3565 (perl-mode): Use run-mode-hooks.
3566
3567 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3568 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3569 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3570
3571 * mail/sendmail.el (sendmail-send-it): Reenable the code
3572 to compute resend-to-address and use it.
3573
3574 * tar-mode.el (tar-mode): Turn off undo unconditionally.
3575
3576 * image-mode.el: New file.
3577
3578 * image.el (insert-sliced-image): Add autoload cookie.
3579
3580 * font-lock.el (font-lock-lines-before): New user option.
3581 (font-lock-after-change-function): Obey it.
3582
3583 * bindings.el (esc-map): Make M-g a prefix.
3584 Bind M-g g and M-g M-g to goto-line.
3585
3586 * faces.el (face-id): Doc fix.
3587
3588 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3589
3590 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3591 (rmail-show-message): Use rmail-unknown-mail-followup-to.
3592 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3593
3594 * mail/sendmail.el (mail-yank-ignored-headers)
3595 (mail-font-lock-keywords, mail-mode-fill-paragraph):
3596 Add Mail-Followup-To and Mail-Reply-To headers.
3597 (mail-citation-hook): Add autoload cookie.
3598 (mail-mode): Doc fix.
3599 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3600 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3601 (mail-mode-fill-paragraph): Handle those headers.
3602 (mail-mailing-lists): New variable.
3603 (mail-mail-reply-to, mail-mail-followup-to): New functions.
3604
3605 2005-03-17 Juri Linkov <juri@jurta.org>
3606
3607 * isearch.el (isearch-fallback): Check for `(car previous)'
3608 before calling `isearch-other-end-state'.
3609
3610 2005-03-17 Kim F. Storm <storm@cua.dk>
3611
3612 * simple.el (move-beginning-of-line): Move to beginning of buffer
3613 line, as well as beginning of screen line.
3614
3615 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
3616
3617 * calendar/diary-lib.el (mark-diary-entries): Use new optional
3618 argument REDRAW rather than calendar-redrawing variable.
3619 * calendar/calendar.el (calendar-redrawing): Delete.
3620 (redraw-calendar): Do not bind calendar-redrawing.
3621
3622 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
3623
3624 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3625 diary-file buffer.
3626
3627 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * help.el (describe-mode): Allow a :minor-mode-function property to
3630 specify a different minor mode toggle function than the variable.
3631 * simple.el (auto-fill-function):
3632 * subr.el (add-minor-mode): Use it.
3633
3634 2005-03-16 Kenichi Handa <handa@m17n.org>
3635
3636 * language/ethio-util.el (sera-being-called-by-w3): New variable.
3637 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3638 (ethio-fidel-to-sera-buffer): Likewise.
3639
3640 2005-03-16 Juri Linkov <juri@jurta.org>
3641
3642 * emacs-lisp/find-func.el (find-function-regexp):
3643 Add defun-emitting macro `menu-bar-make-toggle'.
3644
3645 * isearch.el: Put `isearch-scroll' property to
3646 `split-window-horizontally'.
3647
3648 * info.el: Update error messages for `debug-ignored-errors'.
3649 (Info-isearch-search): Doc fix.
3650 (Info-find-node): Move up code to go into info buffer before
3651 recording the node to the history.
3652 (Info-fontify-node): Fontify titles only if the next line
3653 has two or more `*', `=', `-', `.'.
3654 Display "go to this node" for empty (match-string 3).
3655
3656 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3657
3658 * term/mac-win.el: Add mouse pointer shape constants.
3659
3660 2005-03-15 Kim F. Storm <storm@cua.dk>
3661
3662 * simple.el (move-beginning-of-line): Use vertical-motion.
3663
3664 2005-03-15 Juri Linkov <juri@jurta.org>
3665
3666 * isearch.el (isearch-error): New variable.
3667 (isearch-invalid-regexp, isearch-within-brackets): Remove.
3668 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3669 (isearch-within-brackets-state): Remove.
3670 (isearch-case-fold-search-state, isearch-pop-fun-state):
3671 Decrease frame index.
3672 (isearch-mode, isearch-top-state, isearch-push-state)
3673 (isearch-edit-string, isearch-abort, isearch-search-and-update)
3674 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3675 (isearch-search, isearch-lazy-highlight-new-loop):
3676 Replace `isearch-invalid-regexp' with `isearch-error'.
3677 Remove `isearch-within-brackets'.
3678 (isearch-search): Add `search-failed' handler to `condition-case'.
3679 (isearch-lazy-highlight-search): Add `condition-case' to catch
3680 errors and allow `isearch-lazy-highlight-update' to try
3681 highlighting from the beginning of the window.
3682 (isearch-repeat): Move up code to set isearch-wrapped to t
3683 before calling isearch-wrap-function.
3684
3685 * info.el (Info-isearch-initial-node): New internal variable.
3686 (Info-search): Signal an error in isearch mode when search leaves
3687 the initial node. Signal an error when `bound' is non-nil and
3688 nothing was found in the current subfile.
3689 (Info-isearch-search): Remove `condition-case'.
3690 (Info-isearch-wrap): Don't wrap when search failed during leaving
3691 the initial node. If `Info-isearch-search' is nil, wrap around
3692 the current node.
3693 (Info-isearch-start): New fun.
3694 (Info-mode): Add buffer-local hook `Info-isearch-start' to
3695 `isearch-mode-hook'.
3696
3697 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3698
3699 * simple.el (normal-erase-is-backspace): Set default to t if
3700 running on Mac.
3701
3702 * term/mac-win.el (function-key-map): Sync with x-win.el.
3703
3704 2005-03-15 Kenichi Handa <handa@m17n.org>
3705
3706 * international/mule-cmds.el (locale-language-names): Modify the
3707 format of elements and add more entries.
3708 (locale-preferred-coding-systems): Add more entries.
3709 (set-locale-environment): Adjust for the change of
3710 locale-language-names.
3711
3712 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * pcvs.el (smerge-ediff): Remove bogus autoload.
3715
3716 2005-03-14 Lute Kamstra <lute@gnu.org>
3717
3718 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3719 Ignore a `*' at the beginning of a line.
3720
3721 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3722 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3723 subr.el.
3724 (dont-compile, eval-when-compile, eval-and-compile): Use declare
3725 to specify indentation.
3726
3727 * generic.el (define-generic-mode): Let generic-mode-list be a
3728 list of strings; test membership with equal.
3729
3730 2005-03-14 Kim F. Storm <storm@cua.dk>
3731
3732 * simple.el (next-line, previous-line): Add optional try-vscroll
3733 arg to recognize interactive use. Pass it on to line-move.
3734 (line-move): Don't perform auto-window-vscroll when defining or
3735 executing keyboard macro to ensure consistent behaviour.
3736
3737 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3740
3741 2005-03-13 Lute Kamstra <lute@gnu.org>
3742
3743 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3744 debugger-setup-buffer so that backtrace marks the frames set to
3745 debug-on-exit and we don't have to do it manually. Set an extra
3746 debug-on-exit for macro's.
3747 (debugger-setup-buffer): Don't mark the top frame manually.
3748
3749 2005-03-12 Lute Kamstra <lute@gnu.org>
3750
3751 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3752 lisp-indent-function throughout.
3753 (with-no-warnings): Set lisp-indent-function property.
3754
3755 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
3756
3757 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3758 Add entry for backslash.
3759
3760 2005-03-12 Juri Linkov <juri@jurta.org>
3761
3762 * info.el (Info-search): Four fixes for backward search.
3763
3764 2005-03-11 Jay Belanger <belanger@truman.edu>
3765
3766 * calc/calc.el (calc-language-alist): New variable.
3767 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3768 (calc-embedded-find-modes): Use calc-language-alist instead of
3769 calc-embedded-language-alist.
3770
3771 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3772
3773 * calendar/calendar.el (calendar-redrawing): New internal
3774 variable.
3775 (redraw-calendar): Remove bogus save-excursion from previous
3776 change. Bind calendar-redrawing to t for mark-diary-entries.
3777 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3778 calendar if that is why we were called.
3779
3780 2005-03-11 Kenichi Handa <handa@m17n.org>
3781
3782 * international/mule.el (make-coding-system): Set property
3783 coding-system-define-form to nil.
3784 (define-coding-system-alias): Likewise.
3785
3786 2005-03-11 Kenichi Handa <handa@m17n.org>
3787
3788 These changes are suggested by Dave Love <fx@gnu.org>.
3789
3790 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3791 coding: tag.
3792 (adaptive-fill-regexp): Add more bullets.
3793 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3794 regexps.
3795
3796 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * help.el (describe-mode): Properly handle non-trivial lighters.
3799 Don't ignore minor modes that are not listed in minor-mode-list.
3800
3801 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3802 feature ON when the user requests to turn it OFF.
3803
3804 2005-03-10 Lute Kamstra <lute@gnu.org>
3805
3806 * emacs-lisp/debug.el (debug-entry-code): Delete it.
3807 (implement-debug-on-entry): New function to replace debug-entry-code.
3808 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
3809 second argument as the 2005-03-07 change makes it obsolete.
3810 (debug-on-entry, cancel-debug-on-entry): Update call to
3811 debug-on-entry-1.
3812 (debug, debugger-setup-buffer): Comment update.
3813 (debugger-frame-number): Update to work with implement-debug-on-entry.
3814
3815 2005-03-10 Jay Belanger <belanger@truman.edu>
3816
3817 * calc/calc-embed.el (math-ms-args): Declare it.
3818 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3819 math-ms-args.
3820 (calc-embedded-subst): Use math-multi-subst-rec to substitute
3821 variables.
3822
3823 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
3824
3825 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3826 Use message-box.
3827
3828 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3829 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3830 (tooltip-gud-tips): Simplify.
3831 (tooltip-gud-tips-p): Remove superflouous :set.
3832 (tooltip-gud-modes): Add fortran-mode.
3833 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3834
3835 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3836
3837 2005-03-09 Kim F. Storm <storm@cua.dk>
3838
3839 * play/animate.el (animate-place-char): Use forward-line instead
3840 of next-line to improve performance.
3841
3842 2005-03-09 Simon Josefsson <jas@extundo.com>
3843
3844 * net/browse-url.el (browse-url-default-browser): Doc fix.
3845
3846 2005-03-09 Miles Bader <miles@gnu.org>
3847
3848 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3849 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3850
3851 2005-03-09 Kenichi Handa <handa@m17n.org>
3852
3853 * international/latin-1.el: Set case and syntax for 255 only if
3854 set-case-syntax-set-multibyte is nil.
3855
3856 * textmodes/ispell.el (ispell-insert-word): New function.
3857 (ispell-word): Use ispell-insert-word to insert a new word.
3858 (ispell-process-line): Likewise.
3859 (ispell-complete-word): Likewise.
3860
3861 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
3862
3863 * calendar/calendar.el (redraw-calendar): Preserve point.
3864 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3865 (calendar-week-start-day): Move after definition of
3866 redraw-calendar. Delete buffer test, since redraw-calendar has
3867 that now.
3868
3869 * calendar/diary-lib.el (mark-diary-entries): Only call
3870 redraw-calendar in the first of any recursive calls.
3871 Reported by Alan Shutko <ats@acm.org>.
3872
3873 2005-03-08 Juri Linkov <juri@jurta.org>
3874
3875 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
3876 (html-horizontal-rule, html-line, html-image, html-checkboxes)
3877 (html-radio-buttons): Add a space before the trailing `/>' where
3878 sgml-xml-mode is non-nil.
3879 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
3880 the subsequent tag of the empty XML tag.
3881 (html-href-anchor): Don't set initial input to "http:".
3882 (html-image): Ask for the image URL and set point inside alt="".
3883 (html-name-anchor): Duplicate the name in the `id' attribute when
3884 sgml-xml-mode is non-nil.
3885 (html-paragraph): Remove \n before <p>.
3886 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
3887 instead of `checked' when sgml-xml-mode is non-nil.
3888
3889 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
3890 Remove 1 space before #RRGGBB to not truncate it on terminal
3891 windows w/o fringes. Remove 1 space between bg and fg examples
3892 to get more space.
3893 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
3894 avoid byte-compile warnings.
3895
3896 * image-file.el (image-file-handler): Put `safe-magic' property to
3897 `image-file-handler'.
3898
3899 * info.el (Info-isearch-search): Emulate word search in
3900 isearching through multiple Info nodes with Info-search.
3901 (Info-isearch-wrap): Allow isearch-word.
3902
3903 2005-03-08 Lute Kamstra <lute@gnu.org>
3904
3905 * emacs-lisp/debug.el (debugger-step-through): Make sure that
3906 stepping into the debugger's code is not possible.
3907 (debugger-jumping-flag): Docstring update.
3908
3909 2005-03-08 Jay Belanger <belanger@truman.edu>
3910
3911 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
3912 embedded mode begins.
3913 (calc-embedded-language-alist): New variable.
3914 (calc-embedded-find-modes): Use calc-embedded-language-alist to
3915 set default language mode.
3916
3917 2005-03-08 Kenichi Handa <handa@m17n.org>
3918
3919 * international/ccl.el (define-ccl-program): Fix docstring about
3920 extra 256 bytes assured for the output buffer.
3921
3922 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
3923 Fix BUFFER_MAGNIFICATION to 2.
3924 (ccl-encode-mule-utf-16be-with-signature): Likewise.
3925
3926 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
3927
3928 * align.el (align-rules-list): Added an alignment rule for CSS
3929 declarations (applies to css-mode and html-mode buffers).
3930
3931 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
3934
3935 2005-03-07 Kim F. Storm <storm@cua.dk>
3936
3937 * simple.el (move-beginning-of-line): New command.
3938
3939 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
3940
3941 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
3942
3943 * emulation/cua-base.el: Put CUA move property on move-end-of-line
3944 and move-beginning-of-line.
3945
3946 * apropos.el (apropos-print): Omit command from M-x ... RET.
3947
3948 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
3949
3950 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
3951 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
3952
3953 2005-03-06 Richard M. Stallman <rms@gnu.org>
3954
3955 * bindings.el (esc-map): Bind M-g to goto-line.
3956
3957 * facemenu.el (global-map): Bind M-o, not M-g.
3958
3959 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3960
3961 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
3962 "Open Directory" as for "Open File".
3963
3964 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
3967 (push-mark-command): Run activate-mark-hook.
3968
3969 2005-03-06 Richard M. Stallman <rms@gnu.org>
3970
3971 * help-mode.el (help-mode-finish): Don't alter the element
3972 in view-return-to-alist if there already is one.
3973
3974 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
3975 make sure the current buffer is the expected one.
3976
3977 * novice.el (disabled-command-function): Output in *Disabled Command*.
3978 Explicitly ignore non-keyboard events, and explicitly handle C-g.
3979
3980 * textmodes/flyspell.el (flyspell-large-region):
3981 Pass args differently for aspell.
3982
3983 * files.el (mode-require-final-newline): Doc fix.
3984
3985 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3986
3987 * progmodes/which-func.el (which-function):
3988 Specify NOERROR when calling imenu--make-index-alist.
3989
3990 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * simple.el (normal-erase-is-backspace): Define default value.
3993
3994 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
3995 (custom-reevaluate-setting): Simple function to handle
3996 variables that are defined before their default value can really
3997 be computed.
3998
3999 * startup.el (command-line): Use it for temporary-file-directory,
4000 small-emporary-file-directory, auto-save-file-name-transforms,
4001 blink-cursor-mode, and normal-erase-is-backspace.
4002
4003 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4004 progress, even with buggy anchored keywords.
4005
4006 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * simple.el (goto-line): Remove unbalanced final parenthesis.
4009
4010 2005-03-05 Richard M. Stallman <rms@gnu.org>
4011
4012 * simple.el (goto-line): Use a number at point as the default.
4013 With C-u as arg, switch buffers.
4014
4015 2005-03-05 Juri Linkov <juri@jurta.org>
4016
4017 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4018 with `no-blinking-cursor'.
4019
4020 * startup.el (no-blinking-cursor): New defvar.
4021 (command-line): Add `--no-blinking-cursor' to longopts.
4022 Set `no-blinking-cursor' to t for command line arguments
4023 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
4024 with `no-blinking-cursor' in the condition for calling
4025 `blink-cursor-mode'.
4026
4027 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
4028
4029 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4030 (menu-bar-options-save): Add blink-cursor-mode.
4031 (menu-bar-options-menu): Add blink-cursor-mode.
4032
4033 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
4034
4035 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4036 (icalendar-export-file, icalendar-export-region)
4037 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4038 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4039
4040 2005-03-04 Lute Kamstra <lute@gnu.org>
4041
4042 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4043 (debug-function-list): Ditto.
4044
4045 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
4046
4047 * textmodes/texinfmt.el (texinfo-append-refill):
4048 Redefine the types of line to which @refill
4049 is not appended by replacing a search for `@refill\\|@bye' with
4050 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
4051 itemize@refill' bug and the unfilled long lines bug.
4052 (texinfmt-version): Update number and date.
4053
4054 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4055
4056 * international/code-pages.el (windows-1250, windows-125[2-8])
4057 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4058
4059 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4062 bound yet.
4063
4064 2005-03-02 Romain Francoise <romain@orebokech.com>
4065
4066 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4067 buffer after removing limits.
4068 (ibuffer-pop-filter): Ditto.
4069 Update copyright.
4070
4071 2005-03-02 Miles Bader <miles@gnu.org>
4072
4073 * button.el (make-text-button): If the user doesn't specify a
4074 type, use the default. Rewrite to use `add-text-properties' and
4075 plist functions.
4076
4077 2005-03-01 Lute Kamstra <lute@gnu.org>
4078
4079 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4080 (debugger-jumping-flag): New var.
4081 (debug-entry-code): Use it.
4082 (debugger-jump): Use debugger-jumping-flag and add
4083 debugger-reenable to post-command-hook.
4084 (debugger-reenable): Use debugger-jumping-flag and remove itself
4085 from post-command-hook.
4086 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4087 debugger-reenable.
4088
4089 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
4090
4091 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4092 inclusion of "itemize\\|", which may be unnecessary, is certainly
4093 inelegant, and stops refilling in itemize lists when formatting
4094 Japanese Texinfo files to Info.
4095 Update copyright to 2005.
4096
4097 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
4098
4099 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4100 of an error if GDB can't find the source file.
4101
4102 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4103
4104 * calendar/calendar.el (redraw-calendar): Work from any buffer,
4105 not just the calendar.
4106
4107 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4108 first.
4109 (diary-redraw-calendar): New function.
4110 (make-diary-entry): Add diary-redraw-calendar to local
4111 write-contents-functions. Turn off selective display before
4112 inserting in diary.
4113
4114 2005-03-01 Kim F. Storm <storm@cua.dk>
4115
4116 * emacs-lisp/copyright.el (copyright-fix-years): New command.
4117
4118 2005-03-01 Lute Kamstra <lute@gnu.org>
4119
4120 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4121 that debug-entry-code can be safely removed from a function while
4122 this code is being evaluated. Revert the 2005-02-27 change as the
4123 new implementation no longer requires it. Make sure that a
4124 function body containing just a string is not mistaken for a docstring.
4125 (debug): Skip one more frame in case of debug on entry.
4126 (debugger-setup-buffer): Delete one more frame line in case of
4127 debug on entry.
4128 (debugger-frame-number): Update to use the new text introduced by
4129 the 1999-11-03 change. Skip one more frame in case of debug on entry.
4130
4131 2005-02-28 Kim F. Storm <storm@cua.dk>
4132
4133 * double.el (double-translate-key): Call force-window-update after
4134 read-event to avoid crash in redisplay.
4135
4136 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4139 (debug): Use it. Move the inhibit-trace earlier.
4140 (debug-entry-code): New const.
4141 (debug-on-entry-1): Use it.
4142
4143 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * international/utf-16.el (ccl-encode-mule-utf-16le):
4146 Fix BUFFER_MAGNIFICATION to 2.
4147 (ccl-encode-mule-utf-16be): Likewise.
4148
4149 2005-02-28 Kenichi Handa <handa@m17n.org>
4150
4151 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4152 Fix BUFFER_MAGNIFICATION to 4.
4153 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4154
4155 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
4156
4157 * speedbar.el (speedbar-update-flag): Doc fix.
4158 (speedbar-show-info-under-mouse): Give set-mouse-position the right
4159 argument.
4160
4161 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * reveal.el (reveal-post-command): Don't try to reveal overlays which
4164 have a non-nil `invisible' property but are actually visible.
4165
4166 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4167 for perldoc sections.
4168 (perl-outline-regexp, perl-outline-level): New var and function.
4169 (perl-mode): Use them.
4170
4171 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4172
4173 * calendar/diary-lib.el (diary-remind): Discard any mark portion
4174 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4175
4176 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * cus-edit.el: Comment change.
4179 (custom-buffer-create-internal): Slightly reword text at top of
4180 Custom buffers. Mention there that saving an option edits the
4181 init file. Add link to Emacs manual node on `custom-file'.
4182 (custom-magic-alist): Rewrite individual State messages to use
4183 capitalized keywords. Doc fix.
4184
4185 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
4186
4187 * calendar/calendar.el (calendar-buffer): Move above
4188 calendar-week-start-day.
4189 (calendar-week-start-day): Doc fix. Add :set function.
4190 (calendar-minimum-window-height): New variable.
4191 (generate-calendar-window): Only resize window if selected-window
4192 is displaying the calendar buffer. Use new variable
4193 calendar-minimum-window-height.
4194 (generate-calendar): Reword error message.
4195 (calendar-mode-map): Bind DEL to scroll-other-window-down.
4196
4197 2005-02-27 Andreas Schwab <schwab@suse.de>
4198
4199 * vc.el (vc-do-command): Don't run command asynchronously when
4200 operating in a remote directory.
4201
4202 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4203 change from sync with Tramp 2.0.47.
4204
4205 2005-02-27 Richard M. Stallman <rms@gnu.org>
4206
4207 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4208
4209 * textmodes/flyspell.el (flyspell-mode-on):
4210 Call ispell-change-dictionary only if necessary.
4211
4212 * emacs-lisp/re-builder.el (regexp-builder): New function.
4213
4214 * register.el (describe-register-1): Explicitly handle
4215 yank-excluded-properties = t.
4216
4217 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4218 (custom-magic-alist): Change the status descriptions again.
4219 (face widget-type): Total rewrite based on `restricted-sexp'
4220 to eliminate the confusing double hiding levels.
4221
4222 * emacs-lisp/debug.el (debug-on-entry-1):
4223 If function body is empty, add nil as body form.
4224
4225 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * emacs-lisp/trace.el (inhibit-trace): New var.
4228 (trace-make-advice): Use it.
4229
4230 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4231
4232 2005-02-26 Kim F. Storm <storm@cua.dk>
4233
4234 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4235 (mouse-on-link-p, mouse-drag-region-1): Use it.
4236
4237 2005-02-25 Lute Kamstra <lute@gnu.org>
4238
4239 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4240
4241 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
4242
4243 * frame.el (blink-cursor-mode): Add :group keyword.
4244
4245 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
4246
4247 * calendar/icalendar.el (icalendar--decode-isodatetime):
4248 New optional argument DAY-SHIFT.
4249 (icalendar-export-region): Fix coding-system-for-write.
4250 (icalendar--convert-ical-to-diary): Shift end-day of all-day
4251 events by one.
4252
4253 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
4256
4257 2005-02-24 Kim F. Storm <storm@cua.dk>
4258
4259 * international/iso-acc.el (iso-accents-compose): Fix crash
4260 during redisplay. Call force-window-update after read-event
4261 and delete-region to signal that window is not accurate.
4262
4263 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
4266 Remove unused and inexistent var `inhibit-trace'.
4267 (debugger-mode): Use run-mode-hooks.
4268 (debugger-list-functions): Add buttons; setup xref stack.
4269
4270 2005-02-23 Richard M. Stallman <rms@gnu.org>
4271
4272 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
4273 appointment says it was explicitly made.
4274 (appt-add): Set the 3rd element.
4275 (appt-make-list): Preserve explicit appointments.
4276
4277 * subr.el (find-tag-default): Catch errors in forward-sexp.
4278
4279 2005-02-23 Juri Linkov <juri@jurta.org>
4280
4281 * info.el (Info-isearch-search): New defcustom.
4282 (Info-isearch-search): Call the default isearch function
4283 when Info-isearch-search is nil.
4284 (Info-isearch-wrap): Use variable Info-isearch-search.
4285
4286 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * cus-edit.el: Comment change.
4289
4290 2005-02-22 Kim F. Storm <storm@cua.dk>
4291
4292 * progmodes/hideif.el (hide-ifdef-use-define-alist):
4293 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
4294
4295 2005-02-22 Simon Josefsson <jas@extundo.com>
4296
4297 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
4298 New variable.
4299 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
4300 Oskarsson" <myrkraverk@users.sourceforget.net>.
4301
4302 2005-02-22 Kim F. Storm <storm@cua.dk>
4303
4304 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
4305 check that window of that event is the selected window.
4306 (mouse-drag-region-1): Compare mouse event window to selected
4307 window before setting point.
4308
4309 * tooltip.el (tooltip-show-help-function): Pass event to
4310 mouse-on-link-p so it can check selected window.
4311
4312 2005-02-22 Kenichi Handa <handa@m17n.org>
4313
4314 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4315 (ps-mule-show-warning): New function.
4316 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4317 characters are found.
4318
4319 * ps-print.el (ps-header-footer-string): Return a list of header
4320 and footer strings.
4321
4322 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4323
4324 * pcvs.el (cvs-retrieve-revision): Fix thinko.
4325
4326 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * frame.el (blink-cursor-mode): Use define-minor-mode.
4329
4330 * term/mac-win.el (function-key-map): Use char-names more consistently.
4331 (file-name-coding-system): Only set it for MacOS-9. The other case is
4332 already handled in mule-cmds.el (where it also works when mac-win.el
4333 is not used).
4334
4335 2005-02-21 Kenichi Handa <handa@m17n.org>
4336
4337 * international/mule.el (ctext-pre-write-conversion): Always use
4338 " *code-converting-work*" buffer for work.
4339
4340 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4341
4342 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
4343
4344 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4345
4346 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
4347
4348 * ses.el (undo-more): Restore defadvice, but only the part that
4349 allows changes outside the restricted area of the buffer.
4350
4351 2005-02-20 Kim F. Storm <storm@cua.dk>
4352
4353 * simple.el (line-move): Add fourth optional arg try-vscroll which
4354 must be set to perform auto-window-vscroll.
4355 When moving backwards and doing auto-window-vscroll, automatically
4356 vscroll to the last part of lines which are taller than the window.
4357 (next-line, previous-line): Set try-vscroll arg on line-move.
4358
4359 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * replace.el (query-replace, query-replace-regexp)
4362 (replace-string, replace-regexp): When operating on region, make
4363 the minibuffer prompt say so.
4364
4365 * isearch.el (isearch-forward): Document isearch-query-replace and
4366 isearch-query-replace-regexp keybindings.
4367
4368 2005-02-19 Jay Belanger <belanger@truman.edu>
4369
4370 * calc/calc-aent.el (math-read-token): Add local variable.
4371
4372 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4373 (calc-edit-top): Move declaration to earlier in file.
4374 (calc-edit-macro-repeats): Add local variables.
4375
4376 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4377 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4378 calcFunc-tanh.
4379 Adjust integration rule for calcFunc-tan.
4380
4381 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4382
4383 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
4384 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
4385 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
4386 (viper-skip-separators): Bug fix.
4387 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
4388 particular major mode.
4389 (viper-del-backward-char-in-replace): Don't put deleted char on the
4390 kill ring.
4391
4392 * viper-ex.el (viper-color-display-p): New function.
4393 (viper-has-face-support-p): Use viper-color-display-p.
4394
4395 * viper-keym.el (viper-gnus-modifier-map): New keymap.
4396
4397 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
4398
4399 * viper-util.el (viper-glob-unix-files): Fix shell status check.
4400 (viper-file-remote-p): Make equivalent to file-remote-p.
4401
4402 * viper.el (viper-major-mode-modifier-list):
4403 Use viper-gnus-modifier-map.
4404
4405 2005-02-19 David Kastrup <dak@gnu.org>
4406
4407 * subr.el (subregexp-context-p): Fix garbled doc string by adding
4408 quoting.
4409
4410 2005-02-19 Jay Belanger <belanger@truman.edu>
4411
4412 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
4413 Remove extra definitions.
4414 (calc-coth): New function.
4415 (calcFunc-cot): Fix `let'.
4416
4417 2005-02-19 Eli Zaretskii <eliz@gnu.org>
4418
4419 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
4420 the reasons we use "type pc" in these faces.
4421
4422 * button.el (button): Ditto.
4423
4424 2005-02-19 Michael Mauger <mmaug@yahoo.com>
4425
4426 * replace.el (query-replace-read-from): Set the value of
4427 query-replace-from-history-variable to handle the case of an empty
4428 string entered to accept the suggested default.
4429
4430 * net/tramp.el (tramp-file-name-for-operation):
4431 Use dired-call-process instead of dired-call-process-command.
4432
4433 2005-02-19 Jay Belanger <belanger@truman.edu>
4434
4435 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4436 (math-div-non-trig): New variables.
4437 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4438 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4439 (math-combine-prod, math-div-symb-fancy): Add simplifications for
4440 trig expressions.
4441
4442 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * progmodes/gdb-ui.el (gdb-var-update-handler)
4445 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4446 for watch expressions,
4447 (gdb-var-create-handler): Don't set speedbar-update-flag.
4448 (gdb-post-prompt): Simplify test for speedbar.
4449
4450 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4451
4452 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4453 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4454 we use the syntax table of the correct buffer.
4455 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4456 Felix Gatzemeier.
4457
4458 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4459 (ediff-file-remote-p): Make synonymous with file-remote-p.
4460 In all deffaces ediff-*-face-*, use min-colors.
4461
4462 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4463 ediff-recurse-to-subdirectories.
4464 (ediff-mark-if-equal): Check that the arguments are strings, use
4465 ediff-same-contents (after to Felix Gatzemeier).
4466
4467 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4468 nil.
4469
4470 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * log-view.el (log-view-message-re): Fix up Subversion regexp.
4473
4474 2005-02-18 David Kastrup <dak@gnu.org>
4475
4476 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4477 use `mark-active' when defined.
4478
4479 2005-02-18 Kenichi Handa <handa@m17n.org>
4480
4481 * ps-print.el (ps-font-info-database): New entry
4482 ZapfChancery-MediumItalic with correct font name. Fix font name
4483 of the entry Zapf-Chancery-MediumItalic.
4484
4485 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
4486
4487 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4488
4489 2005-02-16 Kim F. Storm <storm@cua.dk>
4490
4491 * ido.el (ido-fallback-command): Pass user input to fallback command.
4492
4493 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
4494
4495 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4496 (gdb-find-file-hook): Add server prefix.
4497
4498 2005-02-16 Richard M. Stallman <rms@gnu.org>
4499
4500 * replace.el (perform-replace): Pass new args to replace-highlight.
4501 (replace-highlight): Take region args,
4502 and pass them to isearch-lazy-highlight-new-loop.
4503
4504 * novice.el (disabled-command-hook): Autoload the defalias
4505 and the make-obsolete-variable call.
4506
4507 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4508
4509 * isearch.el (isearch-lazy-highlight-start-limit)
4510 (isearch-lazy-highlight-end-limit): New variables limit
4511 the region for highlighting.
4512 (isearch-lazy-highlight-new-loop): New args BEG and END.
4513 (isearch-lazy-highlight-search): Use the new vars.
4514 (isearch-lazy-highlight-update): Likewise.
4515
4516 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4517
4518 * cus-start.el (all): Use default-boundp.
4519
4520 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
4521
4522 * menu-bar.el (menu-bar-select-frame): Handle current frame.
4523
4524 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * autorevert.el (auto-revert-stop-on-user-input)
4527 (auto-revert-verbose): Doc fixes.
4528
4529 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
4530
4531 * international/mule-cmds.el (set-locale-environment): Remove call
4532 to set-selection-coding-system on Windows.
4533
4534 2005-02-15 Jay Belanger <belanger@truman.edu>
4535
4536 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4537 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4538 calcFunc-coth.
4539 (math-simplify-sqrt): Add simplifications.
4540
4541 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4542 to list.
4543
4544 * calc/calc-ext.el: Add functions to autoloads.
4545
4546 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4547 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4548 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4549 (math-csc-raw, math-cot-raw): New functions.
4550
4551 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4552
4553 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4554 the variable name in a message.
4555
4556 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4557 calcFunc-csc, calcFunc-cot.
4558
4559 * calc/calcalg2.el: Add derivative and integration rules for
4560 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4561 calcFunc-csch, calcFunc-coth.
4562 (math-do-integral-methods): Add to checks for when to use
4563 substitutions.
4564
4565 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4566
4567 2005-02-15 Lute Kamstra <lute@gnu.org>
4568
4569 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4570 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
4571 <monnier@iro.umontreal.ca>
4572 (lisp-outline-level): Improve efficiency. Suggested by David
4573 Kastrup <dak@gnu.org>.
4574
4575 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4578 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4579 (gdb-set-gud-minor-mode-existing-buffers): New functions.
4580 (gdb-find-file-hook): New hook. Add it to find-file-hook.
4581 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4582
4583 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
4584
4585 * cus-start.el (all): Comment change.
4586
4587 2005-02-14 Lute Kamstra <lute@gnu.org>
4588
4589 * cus-start.el (all): Check if symbol is void.
4590
4591 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
4592
4593 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4594 optional argument to \cite.
4595
4596 2005-02-14 Richard M. Stallman <rms@gnu.org>
4597
4598 * cus-edit.el (custom-buffer-create-internal): Update help message.
4599 (custom-magic-alist): Update help messages.
4600
4601 * cus-start.el (all): Allow a var to specify a standard value.
4602
4603 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
4604
4605 * custom.el (custom-theme-set-variables): Handle variable aliases.
4606
4607 * frame.el (blink-cursor-timer): Doc fix.
4608 (blink-cursor): Make it an alias for `blink-cursor-mode' and
4609 declare obsolete.
4610 (blink-cursor-mode): Define with defcustom and use correct
4611 standard expression in that defcustom.
4612 * startup.el (command-line): Adapt to above changes in frame.el.
4613
4614 2005-02-11 Lute Kamstra <lute@gnu.org>
4615
4616 * apropos.el (apropos-score-doc): Prevent division by zero.
4617
4618 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
4619
4620 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4621 (icalendar--get-event-property-attributes)
4622 (icalendar--get-event-properties)
4623 (icalendar--datetime-to-diary-date): New functions.
4624 (icalendar--split-value): Doc fix.
4625 (icalendar--datetime-to-noneuropean-date)
4626 (icalendar--datetime-to-european-date): New optional argument
4627 SEPARATOR. Return result as a string instead of a list.
4628 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4629 (icalendar--convert-string-for-export): Rename arg S to STRING.
4630 (icalendar-export-region): Doc fix. Change name of error buffer.
4631 Save output buffer.
4632 (icalendar-import-file): Add blank at end of prompt.
4633 (icalendar-import-buffer): Doc fix. Do not switch to error
4634 buffer. Indicate status in return value.
4635 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
4636 buffer. Save output buffer. Handle exception from recurrence
4637 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
4638 events. Fix problems with weekly all-day events.
4639
4640 2005-02-10 Richard M. Stallman <rms@gnu.org>
4641
4642 * simple.el (eval-expression-print-format):
4643 Avoid warning about edebug-active.
4644
4645 * help.el (help-for-help-internal): Rename from help-for-help.
4646 (help-for-help): Define with defalias.
4647
4648 * font-core.el (font-lock-default-function): Use with-no-warnings.
4649
4650 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4651
4652 * custom.el (defface): Doc fix.
4653
4654 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
4655
4656 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4657 width 0" to prevent word wrapping problems.
4658
4659 2005-02-09 Kim F. Storm <storm@cua.dk>
4660
4661 * ido.el (ido-file-extensions-order): New defcustom.
4662 (ido-file-extension-lessp, ido-file-extension-aux)
4663 (ido-file-extension-order): New advanced file ordering.
4664 (ido-file-lessp): New simple file ordering.
4665 (ido-sort-list): Remove.
4666 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4667 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4668
4669 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
4670
4671 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4672 that some versions of grep produce.
4673 (grep-mode-font-lock-keywords): Likewise.
4674
4675 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
4676
4677 * progmodes/gdb-ui.el (gdb-location-list): New variable.
4678 (gdb-cdir): Delete.
4679 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4680 (gdb-source-info): Treat case when source file is in another
4681 directory properly.
4682 (gdb-get-location): New function.
4683
4684 2005-02-07 Jay Belanger <belanger@truman.edu>
4685
4686 * calc/calc-prog.el (calc-write-parse-table-part)
4687 (calc-fix-token-name): Fix a check for language type.
4688
4689 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4690
4691 2005-02-07 Andre Spiegel <spiegel@gnu.org>
4692
4693 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4694 as directory not writable.
4695
4696 2005-02-07 Kim F. Storm <storm@cua.dk>
4697
4698 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4699 (cua--standard-movement-commands): Remove list.
4700 Instead, set CUA property value to move for movement commands.
4701 (cua-movement-commands): Remove. Users must set CUA prop instead.
4702 (cua--pre-command-handler): Check CUA property.
4703 (cua--init-keymaps): Don't remap undo commands.
4704 (cua-mode): Don't call cua--rectangle-on-off.
4705
4706 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4707 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4708 (cua--rect-undo-set-point): New var.
4709 (cua--rectangle-undo-boundary): Setup undo apply entry.
4710 (cua--rect-undo-handler): New function for rectangle undo.
4711 (cua--rect-start-position, cua--rect-end-position): Add.
4712 (cua--rectangle-post-command): Call cua--rectangle-set-corners
4713 for restored rectangle. Set point if cua--rect-undo-set-point.
4714
4715 2005-02-06 Jay Belanger <belanger@truman.edu>
4716
4717 * calc/calc-lang.el (calc-tex-language): Display more information
4718 in messages.
4719
4720 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4721 in TeX mode.
4722
4723 2005-02-06 Richard M. Stallman <rms@gnu.org>
4724
4725 * emacs-lisp/lisp.el (buffer-end): Doc fix.
4726
4727 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
4728
4729 * net/ldap.el (ldap-search-internal): Support attributes with
4730 optional descriptions separated by a semi-colon, as in
4731 "userCertificate;binary".
4732
4733 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4734
4735 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4736 isn't a cons (i.e. the version is 0).
4737
4738 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4739
4740 * help.el (help-for-help): Doc fix.
4741
4742 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4745 GDB-Windows on the menu-bar as this works better.
4746
4747 2005-02-04 Jay Belanger <belanger@truman.edu>
4748
4749 * calc/calc-embed.el (calc-embedded-update): Don't put in
4750 unnecessary newlines. Adjust the end of formula marker.
4751
4752 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4753 (math-latex-parse-two-args): New function.
4754
4755 2005-02-03 Lute Kamstra <lute@gnu.org>
4756
4757 * help-fns.el (help-with-tutorial): Make sure that users cannot
4758 remove the entire text of the tutorial by means of `undo'.
4759
4760 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4763 in recent changes, where the ispell process was repeatedly
4764 killed & restarted.
4765
4766 * international/mule-cmds.el (set-locale-environment): Set file-name
4767 coding system to utf-8 on Darwin systems.
4768 (set-default-coding-systems): Don't set default-file-name-coding-system
4769 on Darwin systems.
4770
4771 2005-02-03 Richard M. Stallman <rms@gnu.org>
4772
4773 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4774
4775 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
4776
4777 * faces.el (list-faces-display): Add optional argument.
4778
4779 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * font-core.el (font-lock-default-function): Handle the rare case where
4782 only font-lock-keywords is set.
4783
4784 2005-02-02 Kenichi Handa <handa@m17n.org>
4785
4786 * international/characters.el: Cancel previous change for
4787 I-WITH-DOT-ABOVE and DOTLESS-i.
4788
4789 * international/latin-5.el: Cancel previous change.
4790
4791 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * progmodes/gud.el: Correction to syntax in gud-menu-map.
4794
4795 2005-02-02 Kenichi Handa <handa@m17n.org>
4796
4797 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4798 DOTLESS-i.
4799
4800 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4801 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4802
4803 * case-table.el (get-upcase-table): New function.
4804 (copy-case-table): Copy upcaes table too if non-nil.
4805 (set-case-syntax-delims): Maintain upcase table too.
4806 (set-case-syntax-pair): Likewise.
4807 (set-upcase-syntax, set-downcase-syntax): New functions.
4808 (set-case-syntax): Maintain upcase table too.
4809
4810 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
4811
4812 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4813
4814 * progmodes/gud.el (gud-goto-info): New function.
4815 (gud-tool-bar-map): Use correct icon.
4816
4817 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4818
4819 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4820 When delegating, order args in the funcall correctly.
4821
4822 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
4823
4824 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4825
4826 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
4827
4828 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4829 buffer not visiting a file.
4830
4831 2005-01-31 Jay Belanger <belanger@truman.edu>
4832
4833 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4834 bound on the line with the formula.
4835
4836 2005-01-31 Kim F. Storm <storm@cua.dk>
4837
4838 * ses.el (ses-create-cell-variable-range)
4839 (ses-destroy-cell-variable-range, ses-reset-header-string)
4840 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4841 (ses-insert-row): Fix format of apply undo entries.
4842
4843 2005-01-31 Jay Belanger <belanger@truman.edu>
4844
4845 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4846 parts.
4847
4848 * calc/calc-embed.el (calc-embedded-open-formula)
4849 (calc-embedded-close-formula): Ignore matrix environments.
4850
4851 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4852 TeX mode.
4853
4854 * calc/calc-lang.el (math-function-table, math-oper-table)
4855 (math-variable-table): Adjust the LaTeX portions.
4856
4857 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4858 (math-latex-ignore-words): New constant.
4859
4860 2005-01-31 Richard M. Stallman <rms@gnu.org>
4861
4862 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
4863 (ispell-local-dictionary): Doc fix.
4864 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
4865 Don't reinitialize at run time. Don't defcustom.
4866 All uses changed to append ispell-local-dictionary-alist,
4867 or check it first.
4868 (ispell-current-dictionary): New variable for dictionary in use.
4869 (ispell-dictionary): Now used only for global default.
4870 (ispell-start-process): Set ispell-current-dictionary,
4871 not ispell-dictionary.
4872 (ispell-change-dictionary): Use this only for setting
4873 user preferences.
4874 (ispell-internal-change-dictionary): New function
4875 to change the current dictionary in use.
4876 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
4877 Use ispell-current-dictionary.
4878 Handle ispell-local-dictionary-overridden.
4879 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
4880
4881 2005-01-31 Jay Belanger <belanger@truman.edu>
4882
4883 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
4884
4885 * calc/calc-ext.el: Add calc-latex-language to autoloads.
4886 (calc-mode-map): Add calc-latex-language.
4887
4888 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
4889 (math-latex-print-frac): New functions.
4890 (math-oper-table, math-function-table, math-variable-table)
4891 (math-complex-format, math-input-filter): Add latex properties.
4892 (calc-set-language): Set math-expr-special-function-mapping.
4893
4894 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
4895 (calc-write-parse-table-part): Add LaTeX support.
4896
4897 * calc/calc.el (calc-language): Adjust docstring.
4898 (calc-set-mode-line): Add LaTeX support.
4899 (math-expr-special-function-mapping): New variable.
4900 (math-tex-ignore-words): Add to list.
4901
4902 * calc/calccomp.el (math-compose-expr, math-compose-rows):
4903 Add LaTeX support.
4904 (math-compose-expr): Add support for special functions.
4905
4906 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
4907
4908 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
4909
4910 * progmodes/gdb-ui.el (gdb-memory-address)
4911 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
4912 (gdb-memory-mode-map, gdb-memory-format-keymap)
4913 (gdb-memory-format-menu, gdb-memory-unit-keymap)
4914 (gdb-memory-unit-menu): New variables for a buffer
4915 that lets the user examine program memory.
4916 (gdb-memory-set-address, gdb-memory-set-repeat-count)
4917 (gdb-memory-format-binary, gdb-memory-format-octal)
4918 (gdb-memory-format-unsigned, gdb-memory-format-signed)
4919 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
4920 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
4921 (gdb-memory-unit-word, gdb-memory-unit-halfword)
4922 (gdb-memory-unit-byte, gdb-memory-unit-menu)
4923 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
4924 (gdb-memory-mode, gdb-memory-buffer-name)
4925 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
4926 New functions for above buffer.
4927
4928 2005-01-30 Richard M. Stallman <rms@gnu.org>
4929
4930 * cus-edit.el (custom-bury-buffer): Function deleted.
4931 (custom-buffer-done-function): Option deleted.
4932 (custom-buffer-done-kill): New (replacement option.
4933 (Custom-buffer-done): Call quit-window.
4934 (custom-buffer-create-internal): Update for above changes.
4935
4936 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
4937
4938 * simple.el (undo-ask-before-discard): New var.
4939 (undo-outer-limit-truncate): Implement it.
4940 (undo-extra-outer-limit): Doc update.
4941
4942 2005-01-29 Richard M. Stallman <rms@gnu.org>
4943
4944 * ses.el (undo-more): Delete defadvice.
4945 (ses-begin-change): Doc fix.
4946
4947 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
4948 instead of rebinding C-x u and C-_.
4949
4950 * files.el (normal-backup-enable-predicate): Return nil for files
4951 in /tmp, regardless of temporary-file-directory.
4952
4953 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
4954
4955 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
4956 (open-rectangle, delete-whitespace-rectangle-line)
4957 (clear-rectangle-line): If FILL, pass t instead of FILL
4958 for move-to-column's 2nd arg.
4959
4960 * simple.el (undo): Fix the test for continuing a series of undos.
4961 (undo-more): Set pending-undo-list to t when we reach end.
4962 (pending-undo-list): Move up defvar.
4963
4964 * wid-edit.el (widget-button-click):
4965 Shorten the range of the track-mouse binding.
4966
4967 * comint.el (comint-insert-input): Undo previous changes;
4968 use last-input-event in interactive spec.
4969
4970 2005-01-29 Eli Zaretskii <eliz@gnu.org>
4971
4972 * progmodes/compile.el (compilation-start): Bind buffer-read-only
4973 to nil before invoking call-process. Reset buffer's modified flag
4974 after fontifying it in the no-async branch.
4975
4976 * wid-edit.el (widget-specify-button): If mouse pointer shape
4977 cannot be changed, use mouse face instead.
4978
4979 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
4980
4981 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4982 (gdb-goto-breakpoint): Make breakpoint handling work on template
4983 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
4984 (gdb-assembler-custom): Update to recognise breakpoint information
4985 added on 2005-01-19.
4986
4987 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
4990 (dsssl-mode): Use define-derived-mode.
4991 (scheme-mode-initialize): Remove.
4992 (scheme-mode): Use run-mode-hooks.
4993
4994 * cus-edit.el (customize-group-other-window)
4995 (custom-buffer-create-other-window): Don't override special-display-*.
4996 (custom-mode-map): Make it dense.
4997
4998 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
4999 sets the default value.
5000
5001 2005-01-28 Eli Zaretskii <eliz@gnu.org>
5002
5003 * descr-text.el: Add more keywords.
5004
5005 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * speedbar.el: Avoid unnecessary use of locate-library.
5008
5009 * international/mule-cmds.el (standard-display-european-internal):
5010 Don't fiddle with latin-1 non-break space any more since it's now
5011 special cased in the C code.
5012 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5013
5014 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
5015
5016 * cus-start.el (all): Add `undo-outer-limit'.
5017
5018 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5019
5020 * textmodes/bibtex.el (bibtex-format-entry):
5021 Use `bibtex-empty-field-re' only on the text of fields, not on entire
5022 field lines.
5023 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5024 not on part of a buffer.
5025
5026 2005-01-25 Lute Kamstra <lute@gnu.org>
5027
5028 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5029 nonempty field text strings like "{letters\\macro{}more letters}".
5030 Clarify docstring.
5031 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5032 (bibtex-entry-offset, bibtex-parse-association)
5033 (bibtex-parse-field-name): Fix typos in docstrings.
5034 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5035
5036 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
5037
5038 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5039 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5040 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5041 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5042
5043 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5044 isearch minor mode.
5045
5046 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
5047
5048 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5049
5050 2005-01-24 Lute Kamstra <lute@gnu.org>
5051
5052 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5053 CASECHARS and NOT-CASECHARS regular expressions of the
5054 "nederlands" and "nederlands8" dictionaries to prevent a "Range
5055 striding over charsets" error.
5056
5057 2005-01-24 Jay Belanger <belanger@truman.edu>
5058
5059 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5060 display variable name.
5061
5062 2005-01-24 Kenichi Handa <handa@m17n.org>
5063
5064 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5065 Fix setting of the element of encoded-kbd-iso2022-invocations.
5066
5067 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
5068
5069 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5070 (gdb-threads-select): Change to also accept mouse events.
5071 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5072 (gdb-threads-mouse-select): Delete.
5073
5074 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
5075
5076 * files.el (insert-directory): Take care of empty directory,
5077 listed without -a switch.
5078
5079 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * textmodes/refill.el (refill-post-command-function):
5082 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5083 to the list of functions that we should be careful not to undo.
5084 (refill-late-fill-paragraph-function): Remove.
5085 (refill-saved-state): New var.
5086 (refill-mode): Use it to save fill-paragraph-function.
5087 Save also the value of auto-fill-function.
5088
5089 * term/w32-win.el: Simplify code.
5090
5091 2005-01-23 Kim F. Storm <storm@cua.dk>
5092
5093 * simple.el (line-move): Adapt to new return value from
5094 pos-visible-in-window-p.
5095
5096 * simple.el (line-move): Fix last change. Check partial
5097 visibility at point rather than at window-start.
5098
5099 2005-01-22 Jason Rumney <jasonr@gnu.org>
5100
5101 * term/w32-win.el (xw-defined-colors): Remove debug-message.
5102
5103 2005-01-22 David Kastrup <dak@gnu.org>
5104
5105 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5106
5107 2005-01-22 Eli Zaretskii <eliz@gnu.org>
5108
5109 * type-break.el (type-break-mode): Add a test for
5110 type-break-file-name being non-nil.
5111
5112 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5113
5114 * net/eudc.el (top level): Call (message "") via progn, so that
5115 eudc-options-file is loaded.
5116
5117 2005-01-22 Kim F. Storm <storm@cua.dk>
5118
5119 * simple.el (line-move-1): Rename from line-move.
5120 (line-move): New function that adjusts vscroll for partially
5121 visible rows, and calls line-move-1 otherwise.
5122
5123 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
5124
5125 * pcomplete.el: define pcomplete-read-event instead of read-event,
5126 since it's not a complete read-event implementation
5127
5128 2005-01-20 Jay Belanger <belanger@truman.edu>
5129
5130 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5131 for called function.
5132
5133 2005-01-20 Steven Tamm <steventamm@mac.com>
5134
5135 * term/mac-win.el (process-connection-type): Remove.
5136 Controlled now by s/darwin.h:PTY_ITERATION.
5137
5138 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * window.el (handle-select-window): Don't switch window when we're
5141 in the minibuffer.
5142
5143 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
5144
5145 * subr.el (dotimes-with-progress-reporter): New macro.
5146
5147 * ses.el (ses-dotimes-msg): Remove macro.
5148 Use `dotimes-with-progress-reporter' instead.
5149
5150 2005-01-19 Steven Tamm <steventamm@mac.com>
5151
5152 * term/mac-win.el (process-connection-type): Use new
5153 operating-system-release variable to use ptys on Darwin 7 (OSX
5154 10.3) when using carbon build.
5155
5156 2005-01-19 Jay Belanger <belanger@truman.edu>
5157
5158 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5159 flags if the last command was a tab or M-tab.
5160
5161 * calc/calc-prog.el (calc-user-define-edit): Put original formula
5162 in formula editing buffer.
5163
5164 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
5165
5166 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5167 breakpoint image symbol in margin.
5168
5169 2005-01-19 Jay Belanger <belanger@truman.edu>
5170
5171 * calc/calc-prog.el (calc-execute-kbd-macro):
5172 Ignore calc-keep-arg-flag.
5173
5174 2005-01-19 Kenichi Handa <handa@m17n.org>
5175
5176 * textmodes/ispell.el (ispell-looking-at): New function.
5177 (ispell-process-line): Use ispell-looking-at to compare the ispell
5178 output and the buffer contents.
5179
5180 2005-01-18 Jay Belanger <belanger@truman.edu>
5181
5182 * calc/calc.el (calc-display-raw): Fix docstring.
5183
5184 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * simple.el (blink-matching-open): Strip extra info from syntax.
5187
5188 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5189 funny chars in the end-of-here-doc marker.
5190
5191 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5194 that enable/disabled state of breakpoints is shown correctly in
5195 fringe and on ttys.
5196 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5197 Add breakpoint information as text properties.
5198 (gdb-mouse-toggle-breakpoint):
5199 Rename to gdb-mouse-set-clear-breakpoint.
5200 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
5201 breakpoints in the margin.
5202 (gdb-remove-strings): Simplify.
5203
5204 2005-01-17 Jay Belanger <belanger@truman.edu>
5205
5206 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5207 erasing buffer.
5208
5209 2005-01-17 Richard M. Stallman <rms@gnu.org>
5210
5211 * progmodes/grep.el (grep-find): Copy from `grep' the condition
5212 for calling grep-compute-defaults.
5213
5214 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5215 if buffer is empty.
5216
5217 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5218
5219 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * hilit-chg.el (highlight-changes-mode): Don't autoload.
5222
5223 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5224 non-preloaded variables.
5225
5226 2005-01-17 Steven Tamm <steventamm@mac.com>
5227
5228 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5229 tex-shell cause to force interactivity when using pipes.
5230
5231 2005-01-17 Kim F. Storm <storm@cua.dk>
5232
5233 * simple.el (just-one-space): Make arg optional.
5234
5235 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
5236
5237 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5238 posn-at-x-y to t to access left-margin.
5239
5240 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
5241
5242 Sync with Tramp 2.0.47.
5243
5244 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5245 catching keep-date problems in cp/scp operations.
5246 (tramp-handle-copy-file): Don't call `set-file-modes'
5247 unconditionally. Specialized functions should know better what is
5248 necessary. This improves performance a little bit, and the
5249 functions could catch errors with `cp -p' and `scp -p'.
5250 (tramp-do-copy-or-rename-file-via-buffer)
5251 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
5252 when appropriate.
5253 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
5254 Call `set-file-modes' when appropriate.
5255 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
5256 Johnsson <isak@hypergene.com>
5257 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
5258 of both Tramp buffer and debug buffer. Reported by Joakim Verona
5259 <joakim@verona.se>
5260 (tramp-file-name-for-operation): Mark `shell-command' as magic for
5261 Emacs only.
5262
5263 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
5264 `find-file-hooks' and `dired-mode-hook'.
5265 (tramp-minor-mode-map): Respective map. Add remapping for
5266 `compile' and `recompile'.
5267 (tramp-remap-command, tramp-recompile): New defuns.
5268 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
5269 in buffer "*Compilation*". Call the commands asynchronously.
5270
5271 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
5272 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
5273 `shell-command', because it isn't magic in XEmacs. Reported by
5274 Adrian Aichner <adrian@xemacs.org>.
5275
5276 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5277 `substitute-in-file-name.
5278 (tramp-smb-handle-substitute-in-file-name): New defun.
5279 (tramp-smb-advice-PC-do-completion): Delete advice.
5280
5281 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
5282
5283 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
5284 Fix error in deleting region.
5285
5286 2005-01-15 Richard M. Stallman <rms@gnu.org>
5287
5288 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
5289 In non-temp buffer, switch syntax table temporarily.
5290
5291 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
5292
5293 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
5294
5295 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
5296
5297 * imenu.el (imenu--split-menu): Copy menulist before sorting.
5298 (imenu--generic-function): Use START, not BEG, as pos of definition.
5299
5300 * simple.el (just-one-space): Argument specifies number of spaces.
5301
5302 * simple.el (eval-expression-print-format): Avoid warning
5303 about edebug-active.
5304
5305 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
5306
5307 * progmodes/sh-script.el: Code copied from make-mode.el
5308 with small changes,
5309 (sh-mode-map): Bind C-c C-\.
5310 (sh-backslash-column, sh-backslash-align): New variables.
5311 (sh-backslash-region, sh-append-backslash): New functions.
5312
5313 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
5314
5315 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5316 (rmail-pop-password, rmail-pop-password-required): Move to
5317 rmail-obsolete group.
5318 (rmail-set-pop-password): Rename to rmail-set-remote-password.
5319 All callers updated.
5320 (rmail-get-pop-password): Rename to rmail-get-remote-password.
5321 Take an argument specifying whether it is POP or IMAP mailbox we
5322 are using. All callers updated.
5323 (rmail-pop-password-error): Rename to
5324 rmail-remote-password-error. Added mailutils-specific error message.
5325 (rmail-movemail-search-path)
5326 (rmail-movemail-variant-in-use): New variables.
5327 (rmail-remote-password, rmail-remote-password-required):
5328 New customization variables.
5329 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5330 (rmail-parse-url): New function.
5331 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5332 with GNU mailutils movemail.
5333
5334 2005-01-15 Kevin Ryde <user42@zip.com.au>
5335
5336 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5337 suffix to space, $ or '$, to correctly position point when going
5338 to @table style constants like DBL_MAX.
5339
5340 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
5341
5342 * type-break.el (type-break-mode, type-break-file-time)
5343 (type-break-file-keystroke-count, type-break-choose-file):
5344 Don't store data in or load data from the file if type-break-file-name
5345 is nil.
5346 (type-break-file-name): Doc update as per the above.
5347
5348 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
5349
5350 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5351 lookup-key might return nil; handle that.
5352
5353 2005-01-15 Alan Mackenzie <acm@muc.de>
5354
5355 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5356 rather than the element found, thus enabling the tree to be setcar'd.
5357
5358 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5359
5360 * textmodes/org.el (org-show-following-heading): New option.
5361 (org-show-hierarchy-above): Use `org-show-following-heading'.
5362 (org-cycle): Documentation fix.
5363
5364 * textmodes/org.el (orgtbl-optimized): New option
5365 (orgtbl-mode): New command, a minor mode.
5366 (orgtbl-mode-map): New variable.
5367 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5368 (orgtbl-error, orgtbl-self-insert-command)
5369 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5370
5371 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5372 a local variable in each org-mode buffer.
5373
5374 * textmodes/org.el (org-set-regexps-and-options): Rename from
5375 `org-set-regexps'. Added checking for STARTUP keyword.
5376 (org-get-current-options): Add STARTUP options.
5377 (org-table-insert-row): Mode mode intelligent about when
5378 realignment is needed.
5379 (org-self-insert-command, org-delete-backward-char, org-delete-char):
5380 New commands.
5381 (org-enable-table-editor): New default value `optimized'.
5382 (org-table-blank-field): Support blanking regions if active.
5383
5384 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
5385
5386 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
5387 if the year is not given.
5388
5389 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
5390 Add new escapes %m and %M, fixed bug with %F by adding
5391 save-match-data.
5392 (reftex-reference): Remove ?. from list of spaces.
5393 (reftex-label-info): Add automatic label prefix recognition.
5394
5395 * textmodes/reftex-index.el (reftex-index-next-phrase):
5396 Add slave parameter to call of `reftex-index-this-phrase'.
5397 (reftex-index-this-phrase): New optional argument.
5398 (reftex-index-region-phrases): Add slave parameter to call of
5399 `reftex-index-this-phrase'.
5400 (reftex-display-index): New argument redo.
5401 (reftex-index-rescan): Add 'redo to arguments of
5402 `reftex-display-index'.
5403 (reftex-index-Rescan, reftex-index-revert)
5404 (reftex-index-switch-index-tag): Add 'redo to arguments of
5405 `reftex-display-index'.
5406 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
5407 indexing. Fix bug with matching is there is a quote before or
5408 after the word.
5409
5410 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5411 Fix bug when collecting citation keys in lines with comments.
5412 (reftex-citation): Prefix argument no longer rescans the document,
5413 but forces prompting for optional arguments of cite macros.
5414 (reftex-do-citation): Prompting for optional arguments implemented.
5415
5416 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5417 Add optional arguments to most cite commands.
5418 (reftex-cite-cleanup-optional-args): New option
5419 (reftex-cite-prompt-optional-args): New option.
5420 (reftex-trust-label-prefix): New option.
5421
5422 * textmodes/reftex-toc.el (reftex-toc-find-section):
5423 Add push-mark before changing the position in the buffer.
5424
5425 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5426 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5427
5428 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
5429
5430 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5431 more carefully.
5432
5433 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5436 (sgml-mode): Use it.
5437 (sgml-get-context): Better keep track of implicitly closed tags.
5438
5439 2005-01-13 Kenichi Handa <handa@m17n.org>
5440
5441 * textmodes/ispell.el: These changes are to fix misalignment error
5442 caused by equivalent characters of different Emacs charsets.
5443 (ispell-unified-chars-table): New variable.
5444 (ispell-get-decoded-string): New function.
5445 (ispell-get-casechars, ispell-get-not-casechars)
5446 (ispell-get-otherchars): Call ispell-get-decoded-string.
5447
5448 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5449
5450 * custom.el (custom-declare-variable): Just put symbol instead
5451 of (defvar . symbol) in `current-load-list'.
5452
5453 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5454
5455 * emacs-lisp/elint.el: Fixed typo in Commentary section.
5456
5457 2005-01-12 Jay Belanger <belanger@truman.edu>
5458
5459 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5460 to create a Calc summary.
5461
5462 2005-01-12 Kim F. Storm <storm@cua.dk>
5463
5464 * mouse.el (mouse-on-link-p): Change functionality and doc
5465 string to comply with latest description in lisp ref.
5466
5467 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5470 Enable mouse clicks on mode-line, header-line and margin.
5471 (event-type): Give mouse event symbols an 'event-kind property
5472 with value 'mouse-click.
5473
5474 2005-01-12 Juri Linkov <juri@jurta.org>
5475
5476 * facemenu.el (list-colors-display): Add new arg buffer-name.
5477 Use it. Fix docstring. Replace code for identifying duplicate
5478 colors by the name with call to `list-colors-duplicates' which
5479 identifies duplicate colors by the value unless the color
5480 is one of special Windows colors. Set truncate-lines to t.
5481 Print sorted duplicate color names on each line. Indent to 22
5482 \(the longest color name in rgb.txt) instead of 20. Optimize.
5483 (list-colors-duplicates): New function.
5484 (facemenu-color-name-equal): Delete function.
5485
5486 * facemenu.el (list-colors-print): New function created from code
5487 in list-colors-display. Print #RRGGBB at the window right edge.
5488 (list-colors-display): When temp-buffer-show-function is not
5489 defined, call list-colors-print from temp-buffer-show-hook
5490 to get the right value of window-width in list-colors-print
5491 after the buffer is displayed.
5492
5493 * simple.el (pop-mark): Move deactivate-mark out of conditional
5494 part to deactivate the active mark regardless of the state of the
5495 mark ring.
5496
5497 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5498 variables line in desktop files.
5499
5500 2005-01-12 Juri Linkov <juri@jurta.org>
5501
5502 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5503 Bring together isearch highlight related options.
5504 (lazy-highlight): Replace group `replace' by `matching'.
5505 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5506 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5507 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5508 and declare them obsolete.
5509 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5510 (isearch-faces): Remove defgroup.
5511 (isearch-overlay, isearch-highlight, isearch-dehighlight):
5512 Move isearch highlighting code closer to lazy highlighting code.
5513
5514 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5515 (query-replace-highlight, query-replace-lazy-highlight)
5516 (query-replace): Move definitions to the beginning of the file.
5517
5518 2005-01-11 Juri Linkov <juri@jurta.org>
5519
5520 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5521 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5522 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5523
5524 * info.el (Info-history-forward): New variable.
5525 (Info-select-node): Reset Info-history-forward to nil.
5526 (Info-last): Turn into defalias.
5527 (Info-history-back): Rename from Info-last.
5528 Add current node to Info-history-forward.
5529 (Info-history-forward): New fun.
5530 (Info-mode-map): Replace Info-last by Info-history-back.
5531 Bind Info-history-forward to "r".
5532 (Info-mode-menu): Replace Info-last by Info-history-back.
5533 Fix menu item text. Add menu item for Info-history-forward.
5534 (info-tool-bar-map): Replace Info-last by Info-history-back.
5535 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
5536 for Info-history-forward.
5537 (Info-mode): Replace Info-last by Info-history-back in docstring.
5538 Add local variable Info-history-forward.
5539 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5540
5541 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5544 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5545 Ignore select-window events rather than fiddle with
5546 mouse-autoselect-window.
5547
5548 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
5549
5550 * type-break.el (type-break-mode): Fix previous change.
5551
5552 2005-01-10 Jay Belanger <belanger@truman.edu>
5553
5554 * calc/calc-ext.el (calc-reset): Reset when inside embedded
5555 calculator; only reset when point is inside a calculator.
5556 Don't adjust the window height if the window takes up the whole height
5557 of the frame.
5558
5559 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5560
5561 * ebuff-menu.el (Electric-buffer-menu-mode):
5562 Preserve value of buffer-local var header-line-format.
5563
5564 2005-01-09 Jay Belanger <belanger@truman.edu>
5565
5566 * calc/calc.el (calc-mode-var-list-restore-saved-values):
5567 Make sure settings file exists before accessing it.
5568
5569 * calc/calc-embed.el (calc-embedded-subst):
5570 Replace math-multi-subst-rec, which is only supposed to be called
5571 by math-multi-subst, by math-multi-subst.
5572
5573 2005-01-09 Andre Spiegel <spiegel@gnu.org>
5574
5575 * vc.el (vc-allow-async-revert): New user option.
5576 (vc-disable-async-diff): New internal variable.
5577 (vc-revert-buffer): Use them to disable asynchronous diff.
5578
5579 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5580 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5581 asynchronously if vc-disable-async-diff is t.
5582
5583 2005-01-09 Jay Belanger <belanger@truman.edu>
5584
5585 * calc/calc.el (defcalcmodevar): New macro.
5586 (calc-mode-var-list-restore-default-values)
5587 (calc-mode-var-list-restore-saved-values): New functions.
5588 (calc-mode-var-list): Use defcalcmodevar to define it.
5589 (calc-always-load-extensions, calc-line-numbering)
5590 (calc-line-breaking, calc-display-just, calc-display-origin)
5591 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5592 (calc-group-char, calc-point-char, calc-frac-format)
5593 (calc-prefer-frac, calc-hms-format, calc-date-format)
5594 (calc-float-format, calc-full-float-format, calc-complex-format)
5595 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5596 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5597 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5598 (calc-matrix-brackets, calc-language, calc-language-option)
5599 (calc-left-label, calc-right-label, calc-word-size)
5600 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5601 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5602 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5603 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5604 (calc-window-height, calc-display-trail, calc-show-selections)
5605 (calc-use-selections, calc-assoc-selections)
5606 (calc-display-working-message, calc-auto-why, calc-timing)
5607 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5608 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5609 (calc-gnuplot-default-device, calc-gnuplot-default-output)
5610 (calc-gnuplot-print-device, calc-gnuplot-print-output)
5611 (calc-gnuplot-geometry, calc-graph-default-resolution)
5612 (calc-graph-default-resolution-3d, calc-invocation-macro)
5613 (calc-show-banner): Use defcalcmodevar to declare them and set
5614 their default values.
5615
5616 * calc/calc-ext.el (calc-reset): Restore saved values of variables
5617 instead of default values (but restore default values if there is
5618 an argument of 0).
5619
5620 2005-01-09 David Kastrup <dak@gnu.org>
5621
5622 * desktop.el (desktop-restore-eager): Fix typo in type.
5623
5624 2005-01-08 Richard M. Stallman <rms@gnu.org>
5625
5626 * cus-edit.el (customize): Delete :link.
5627
5628 2005-01-08 Jay Belanger <belanger@truman.edu>
5629
5630 * calc/calc.el (calc-mode): Remove the extension from the
5631 `calc-settings-file' file name when loading it.
5632
5633 2005-01-08 Kim F. Storm <storm@cua.dk>
5634
5635 * info.el (Info-mode-map, Info-next-link-keymap)
5636 (Info-prev-link-keymap, Info-up-link-keymap):
5637 Map follow-link to mouse-face.
5638 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5639
5640 2005-01-08 Jay Belanger <belanger@truman.edu>
5641
5642 * calc/calc.el (calc-settings-file): Change default value.
5643 Suggested by cgw in a comment in calc-mode.el.
5644
5645 * calc/calc-mode.el (calc-settings-file-name):
5646 Compare calc-settings-file to user-init-file instead of ~/.emacs.
5647 Replace ~/.emacs in a prompt by calc-settings-file.
5648
5649 2005-01-07 Lars Hansen <larsh@math.ku.dk>
5650
5651 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5652 (desktop-lazy-idle-delay): New customizable variables.
5653 (desktop-buffer-args-list): New variable.
5654 (desktop-append-buffer-args): New function.
5655 (desktop-save): Call desktop-append-buffer-args for some buffers.
5656 (desktop-lazy-create-buffer): New function.
5657 (desktop-idle-create-buffers): New function.
5658 (desktop-read): Add message about buffers to restore lazily.
5659 (desktop-lazy-abort): New command.
5660 (desktop-clear): Call desktop-lazy-abort.
5661 (desktop-lazy-complete): New command.
5662
5663 2005-01-06 Richard M. Stallman <rms@gnu.org>
5664
5665 * emacs-lisp/find-func.el (find-face-definition):
5666 Rename from find-face.
5667
5668 2005-01-06 Kim F. Storm <storm@cua.dk>
5669
5670 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5671
5672 * man.el (Man-xref-man-page, Man-xref-header-file)
5673 (Man-xref-normal-file): Add follow-link property.
5674
5675 2005-01-06 Jay Belanger <belanger@truman.edu>
5676
5677 * calc/calc-units.el: Make sure the proper macro definitions are
5678 available when compiling.
5679
5680 2005-01-06 Juri Linkov <juri@jurta.org>
5681
5682 * isearch.el (isearch-lazy-highlight-update):
5683 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5684
5685 2005-01-06 Miles Bader <miles@gnu.org>
5686
5687 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5688 (isearch-lazy-highlight-face): Use new name.
5689
5690 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * uniquify.el (uniquify-rationalize-file-buffer-names):
5693 Re-add an interactive spec.
5694 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5695 to the same name.
5696
5697 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5698 (isearch-update, isearch-done): Adjust calls accordingly.
5699
5700 2005-01-05 Richard M. Stallman <rms@gnu.org>
5701
5702 * custom.el (custom-set-variables, custom-theme-set-variables):
5703 Clarify documentation.
5704
5705 * emacs-lisp/find-func.el (find-variable)
5706 (find-variable-other-window, find-variable-other-frame):
5707 Fix the TYPE args to find-function-read and find-function-do-it.
5708 (find-function): Doc fix.
5709 (find-function-at-point): Replace function-at-point alias.
5710
5711 2005-01-04 Richard M. Stallman <rms@gnu.org>
5712
5713 * cus-face.el (custom-declare-face):
5714 Record defface in current-load-list.
5715
5716 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5717
5718 * emacs-lisp/find-func.el: Doc fixes.
5719 (find-face-regexp): New variable.
5720 (find-function-regexp-alist): New variable.
5721 (find-function-C-source): Third arg is now TYPE.
5722 (find-function-search-for-symbol): Handle general TYPE.
5723 (find-function-read, find-function-do-it): Handle general TYPE.
5724 (find-definition-noselect, find-face): New functions.
5725 (function-at-point): Alias deleted.
5726
5727 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * battery.el (display-battery-mode): Rename from display-battery.
5730 Handle the case where it gets turned off.
5731
5732 2005-01-04 Richard M. Stallman <rms@gnu.org>
5733
5734 * cus-edit.el (customize): Make :link point to user doc.
5735
5736 * man.el (Man-fontify-manpage): Turn off undo generation.
5737
5738 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5739
5740 2005-01-04 Andreas Schwab <schwab@suse.de>
5741
5742 * files.el (insert-directory): Only look for error lines in
5743 inserted text. Don't move too far after processing --dired markers.
5744
5745 2005-01-04 Richard M. Stallman <rms@gnu.org>
5746
5747 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5748 Don't expand if the character is @, period, dash, etc.
5749 (define-mail-abbrev): Quote names that contain problem characters.
5750
5751 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
5752
5753 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5754
5755 2005-01-03 Richard M. Stallman <rms@gnu.org>
5756
5757 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5758 (query-replace-highlight, query-replace-lazy-highlight)
5759 (query-replace): Definitions moved up. Doc fix.
5760
5761 2005-01-03 Richard M. Stallman <rms@gnu.org>
5762
5763 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5764 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5765 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5766 (lazy-highlight-face): Rename from isearch-lazy-...
5767 Change all references to them.
5768
5769 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
5770
5771 * cus-edit.el (custom-file): Doc fix for defcustom.
5772 (custom-file): The function no longer sets the variable
5773 `custom-file' to its return value.
5774
5775 * startup.el (command-line): No longer load `custom-file'.
5776
5777 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5780
5781 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5782 Don't confuse module-prefixed identifiers for labels.
5783 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5784
5785 2005-01-02 Richard M. Stallman <rms@gnu.org>
5786
5787 * files.el (basic-save-buffer-1): Fix previous change.
5788
5789 * loadhist.el (file-loadhist-lookup): New function.
5790 (file-provides, file-requires): Use it.
5791
5792 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5793 instead of calculating the right size.
5794
5795 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5796
5797 * vc-svn.el (vc-svn-diff): Stay local if possible.
5798
5799 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5802
5803 * files.el (hack-local-variables): Fix last change.
5804
5805 2005-01-02 Jay Belanger <belanger@truman.edu>
5806
5807 * calc/calc-yank.el (calc-edit-top): New variable.
5808 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5809 object. Change header properties.
5810 (calc-edit-finish, calc-edit-finish-stack-object)
5811 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5812 edited object.
5813 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5814 for the beginning of the edited object.
5815 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5816 for the beginning of the edited object.
5817 * calc/calc-prog.el (calc-edit-macro-finish-edit)
5818 (calc-finish-formula-edit, calc-macro-repeats)
5819 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5820 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5821 beginning of the edited object.
5822 (calc-user-define-edit): Change the header for editing macros.
5823 Remove unnecessary variable.
5824
5825 2005-01-01 Jay Belanger <belanger@truman.edu>
5826
5827 * calc/calc-yank.el (calc-edit-mode): Change default header.
5828 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5829 * calc/calc-store.el (calc-edit-variable): Change title to match new
5830 header.
5831 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5832 mode to match new header.
5833 (calc-user-define-edit): Change titles to include names of commands.
5834 (calc-finish-formula-edit): Adjust to handle new header.
5835 (calc-finish-macro-edit): Remove.
5836 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5837 (calc-edit-macro-command, calc-edit-macro-command-type)
5838 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5839 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5840 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5841 (calc-edit-macro-finish-edit): New functions.
5842 (calc-user-define-edit): Use new functions to edit named calc macros.
5843
5844 2005-01-01 Stefan <monnier@iro.umontreal.ca>
5845
5846 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5847
5848 * ses.el (copy-region-as-kill): Deactivate mark.
5849
5850 2005-01-01 Richard M. Stallman <rms@gnu.org>
5851
5852 * replace.el (occur-1): If the output buffer is also an input,
5853 don't kill it, rename it.
5854
5855 * faces.el (set-face-background, set-face-foreground): Doc fix.
5856
5857 * cus-face.el (custom-face-attributes): Fix :help-echo strings
5858 for :foreground and :background.
5859
5860 * dired.el (dired-view-command-alist): Variable deleted.
5861 (dired-view-file, dired-mouse-find-file-other-window):
5862 Delete the code to use it.
5863
5864 2005-01-01 Kim F. Storm <storm@cua.dk>
5865
5866 * image.el (insert-sliced-image): Use t for line-height property.
5867
5868 2004-12-31 Jay Belanger <belanger@truman.edu>
5869
5870 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
5871 for "var-" at the beginning of the minibuffer.
5872
5873 2004-12-31 Richard M. Stallman <rms@gnu.org>
5874
5875 * faces.el (read-face-name):
5876 Don't treat an attribute spec as a list of faces.
5877
5878 * simple.el (undo): Use undo-equiv-table to detect
5879 unexpected changes since previous undo.
5880 (undo-list-saved): Variable deleted.
5881 (buffer-disable-undo): Don't alter undo-list-saved.
5882
5883 * files.el (require-final-newline): Allow `visit' and `visit-save'.
5884 (mode-require-final-newline): New option.
5885 (after-find-file): Handle require-final-newline with new values.
5886 (basic-save-buffer): Handle new values of require-final-newline.
5887
5888 * progmodes/sh-script.el (sh-require-final-newline):
5889 Alist value now controls whether to use mode-require-final-newline.
5890 (sh-set-shell): Implement that new meaning.
5891
5892 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
5893 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
5894 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
5895 Delete old-Emacs compatibility code.
5896 (antlr-c-common-init): Function deleted.
5897
5898 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
5899 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
5900 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
5901 * progmodes/python.el (python-mode): Use mode-require-final-newline.
5902 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
5903 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
5904 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
5905 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
5906 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
5907 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
5908 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
5909 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
5910 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
5911 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
5912 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
5913 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
5914
5915 2004-12-31 Jay Belanger <belanger@truman.edu>
5916
5917 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
5918 way to return to Calc.
5919
5920 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
5921 finish, C-xk as the way to cancel the edit. Add cancel routine to
5922 kill-buffer-hook.
5923
5924 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
5925 MacEdit code.
5926
5927 * calc/calc-prog.el: Remove obsolete MacEdit code.
5928 (calc-macro-edit-algebraic, calc-macro-edit-variable)
5929 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
5930
5931 2004-12-31 Kenichi Handa <handa@m17n.org>
5932
5933 * international/mule.el (buffer-file-coding-system-explicit):
5934 Rename for explicit-buffer-file-coding-system.
5935 (after-insert-file-set-coding): Adjust for the above change.
5936
5937 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
5938 to buffer-file-coding-system-explicit.
5939 (basic-save-buffer-1): Likewise.
5940
5941 2004-12-30 Richard M. Stallman <rms@gnu.org>
5942
5943 * textmodes/artist.el (artist-butlast-fn): Var deleted.
5944 (artist-butlast, artist-last): Functions deleted.
5945 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
5946 (artist-compute-key-compl-table): Call remq directly.
5947 (artist-remove-nulls): Function deleted.
5948 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
5949 (artist-push, artist-pop): Macro deleted.
5950
5951 2004-12-30 Andreas Leue <al@sphenon.de>
5952
5953 * textmodes/artist.el (artist-version): 1.2.6
5954 (artist-prev-next-op-alist): New variable.
5955 (artist-select-next-op-in-list): New function.
5956 (artist-select-prev-op-in-list): New function.
5957 (artist-make-prev-next-op-alist): New function.
5958 (artist-is-in-op-list-p): New function.
5959 (artist-get-first-non-nil-op): New function.
5960 (artist-get-last-non-nil-op): New function.
5961 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
5962 artist-prev-next-op-alist.
5963 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
5964 change drawing operation.
5965
5966 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
5967
5968 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
5969
5970 2004-12-31 Masatake YAMATO <jet@gyve.org>
5971
5972 * server.el (server-process-filter): Suppress `error', too.
5973
5974 2004-12-30 Jay Belanger <belanger@truman.edu>
5975
5976 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
5977 Change the way a variable is displayed in a message.
5978
5979 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
5980 (calc-user-define-permanent, calc-execute-kbd-macro):
5981 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
5982
5983 2004-12-30 Kenichi Handa <handa@m17n.org>
5984
5985 * files.el (basic-save-buffer-1):
5986 Set explicit-buffer-file-coding-system to last-coding-system-used.
5987 (revert-buffer): Pay attention to
5988 explicit-buffer-file-coding-system (not buffer-file-coding-system)
5989 on bind coding-system-for-read.
5990
5991 * international/mule.el (explicit-buffer-file-coding-system):
5992 New buffer local variable.
5993 (after-insert-file-set-coding): Set it to coding-system-for-read.
5994
5995 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
5998
5999 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
6000
6001 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6002 that include line numbers.
6003
6004 2004-12-29 Milan Zamazal <pdm@zamazal.org>
6005
6006 * files.el (hack-local-variables): If no PREFIX, set it to "^".
6007 Redundant variable PREFIXLEN removed.
6008
6009 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
6010
6011 * eshell/em-hist.el (eshell-previous-matching-input):
6012 Start the deletion from the end of the output.
6013
6014 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6015
6016 * term/mac-win.el: Require x-dnd.
6017 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
6018
6019 2004-12-29 David Kastrup <dak@gnu.org>
6020
6021 * international/mule.el (decode-coding-inserted-region):
6022 Don't barf if `buffer-undo-list' is already set to `t'.
6023
6024 2004-12-29 Jay Belanger <belanger@truman.edu>
6025
6026 * calc/calc-prog.el (calc-user-define-formula): Put default values
6027 for function names in prompts.
6028 (calc-user-define-permanent, calc-user-define-composition)
6029 (calc-user-define-formula): Remove the need for "calcFunc-" in the
6030 default input for algebraic functions.
6031
6032 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
6033
6034 * vc-rcs.el (vc-rcs-annotate-command):
6035 Fix omission bug: Call `vc-setup-buffer'.
6036
6037 2004-12-29 Kenichi Handa <handa@m17n.org>
6038
6039 * international/mule.el (recode-region): New function.
6040
6041 2004-12-28 Richard M. Stallman <rms@gnu.org>
6042
6043 * simple.el (undo-extra-outer-limit): New variable.
6044 (undo-outer-limit-truncate): Test and set it.
6045
6046 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6047 enables the feature to extend the existing region.
6048
6049 * simple.el (mark-word): New arg ALLOW-EXTEND
6050 enables the feature to extend the existing region.
6051
6052 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6053 enables the feature to extend the existing region.
6054
6055 * startup.el (site-run-file): Don't allow setting it with Custom.
6056
6057 * simple.el (buffer-disable-undo): Fix previous change.
6058
6059 2004-12-27 Masatake YAMATO <jet@gyve.org>
6060
6061 * hexl.el (hexlify-buffer): Remove fontification here.
6062 Use font lock mechanism instead.
6063 (hexl-font-lock-keywords): New font lock kewords.
6064 (hexl-mode-old-font-lock-keywords): New variable.
6065 (hexl-mode): Store the old font lock keywords.
6066 (hexl-mode-exit): Restore the old font lock keywords.
6067
6068 2004-12-27 Richard M. Stallman <rms@gnu.org>
6069
6070 * simple.el (undo): Fix previous change.
6071
6072 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6073
6074 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
6075 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6076 Call x-open-connection on Mac OS X.
6077
6078 2004-12-27 Richard M. Stallman <rms@gnu.org>
6079
6080 * files.el (buffer-save-without-query): New var (buffer-local).
6081 (save-some-buffers): Save those buffers first, w/o asking.
6082
6083 * files.el (insert-directory-ls-version): New variable.
6084 (insert-directory): When ls returns an error, test the version
6085 number to decide what the return code means.
6086 With --dired output format, detect and distinguish lines
6087 that are really error messages.
6088 (insert-directory-adj-pos): New function.
6089
6090 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6091
6092 * battery.el (battery-mode-line-format): Remove initial spaces.
6093
6094 * uniquify.el (uniquify-rationalize-file-buffer-names):
6095 Delete interactive spec.
6096
6097 * type-break.el (type-break-mode): Set buffer-save-without-query.
6098 Remove code that tried to set save-some-buffers-always.
6099 (type-break-file-keystroke-count): Bind deactivate-mark.
6100
6101 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6102
6103 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6104 Test that the buffer is live, and maybe reject current buffer too.
6105 Clarify.
6106 (next-error-find-buffer): Rewrite for clarity.
6107
6108 * loadup.el: Don't use buffer-disable-undo; do it directly.
6109
6110 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6111 (describe-variable): Call symbol-file with `defvar'.
6112
6113 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6114 (symbol-file): Rewritten to handle new load-history format.
6115 Now takes an arg TYPE to specify looking for a particular
6116 type of definition only.
6117
6118 * emacs-lisp/debug.el (debugger-make-xrefs):
6119 Call symbol-file with `defun'.
6120
6121 * emacs-lisp/find-func.el (find-function-noselect):
6122 Call symbol-file with `defun'.
6123 (find-variable-noselect): Call symbol-file with `defvar'.
6124
6125 * eshell/esh-cmd.el (eshell-find-alias-function):
6126 Call symbol-file with `defun'.
6127
6128 * eshell/esh-test.el (eshell-test-goto-func):
6129 Call symbol-file with `defun'.
6130
6131 * mail/rmail.el (rmail-resend):
6132 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6133
6134 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6135
6136 * progmodes/compile.el (compilation-find-buffer): Rename arg.
6137
6138 * textmodes/texinfmt.el (texinfo-format-buffer-1):
6139 Call buffer-disable-undo.
6140
6141 * simple.el (undo-list-saved): New variable (buffer-local).
6142 (undo): Set and test it.
6143 (buffer-disable-undo): Move here from buffer.c.
6144 Clear out undo-list-saved.
6145
6146 * international/mule.el (decode-coding-inserted-region):
6147 Set buffer-undo-list in a correct and optimal way.
6148
6149 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6150 (cperl-font-lock-unfontify-region-function): No need to save and
6151 restore info, since font-lock.el does it for us.
6152
6153 * ansi-color.el (save-buffer-state): Definition deleted.
6154 (ansi-color-unfontify-region): Don't use save-buffer-state.
6155
6156 2004-12-27 Dave Love <fx@gnu.org>
6157
6158 * wid-edit.el (function): Use restricted-sexp as parent.
6159
6160 2004-12-27 Kevin Ryde <user42@zip.com.au>
6161
6162 * simple.el (next-matching-history-element): Use same
6163 `interactive' form as previous-matching-history-element.
6164
6165 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6166 it can appear unencoded and has been seen from yahoo.
6167
6168 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6169
6170 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6171 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
6172
6173 2004-12-27 Kenichi Handa <handa@m17n.org>
6174
6175 * international/utf-8.el (utf-translate-cjk-load-tables):
6176 Bind coding-system-for-read to nil while loading subst-*.
6177
6178 2004-12-26 Jay Belanger <belanger@truman.edu>
6179
6180 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6181 default input.
6182
6183 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
6184
6185 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6186 before reverting and disable undo recording while reverting.
6187
6188 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
6189
6190 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6191 (hs-make-overlay): New function.
6192 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6193 (hs-flag-region): Delete function.
6194 (hs-hide-comment-region): No longer use `hs-flag-region'.
6195 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6196 (hs-hide-block-at-point): Likewise.
6197 (hs-hide-level-recursive): Use `hs-discard-overlays'.
6198 (hs-hide-all, hs-show-all): Likewise.
6199 (hs-show-block): Likewise.
6200 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6201
6202 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
6203
6204 * progmodes/hideshow.el: Require `cl' when compiling.
6205 Remove XEmacs and Emacs 19 compatibility.
6206 Use `dolist' and `add-to-list' for load-time actions.
6207 (hs-discard-overlays): Use `dolist'.
6208 (hs-show-block): Likewise.
6209
6210 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6211
6212 * faces.el (mode-line, mode-line-inactive): Use min-colors.
6213
6214 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
6215
6216 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6217 When extending backwards, move outside the current comment first.
6218
6219 2004-12-22 Kenichi Handa <handa@m17n.org>
6220
6221 * international/quail.el (quail-start-translation): Fix prompt
6222 string for the case if input-method-use-echo-area being non-nil.
6223 (quail-start-conversion): Likewise.
6224 (quail-show-guidance): Don't show guidance if
6225 input-method-use-echo-area is non-nil.
6226
6227 2004-12-21 Richard M. Stallman <rms@gnu.org>
6228
6229 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6230
6231 2004-12-21 Markus Rost <rost@ias.edu>
6232
6233 * calendar/diary-lib.el (mark-diary-entries):
6234 Set mark-diary-entries-in-calendar only after checking for diary-file.
6235
6236 2004-12-21 Richard M. Stallman <rms@gnu.org>
6237
6238 * faces.el (escape-glyph): Use blue against light foreground.
6239
6240 * simple.el (undo-outer-limit-truncate): New function.
6241 (undo-outer-limit-function): Use undo-outer-limit-truncate.
6242
6243 2004-12-21 Eli Barzilay <eli@barzilay.org>
6244
6245 * calculator.el: (calculator-radix-grouping-mode)
6246 (calculator-radix-grouping-digits)
6247 (calculator-radix-grouping-separator):
6248 New defcustoms for the new radix grouping mode functionality.
6249 (calculator-mode-hook): Now used in electric mode too,
6250 (calculator): Call it.
6251 (calculator-mode-map): Some new keys.
6252 (calculator-message): New function. Some new calls.
6253 (calculator-op, calculator-set-register): Use it.
6254 (calculator-string-to-number): New function, mostly moved and
6255 updated code from calculator-curnum-value.
6256 (calculator-curnum-value): Use it.
6257 (calculator-paste): Use it, and update grabbing the current-kill.
6258 (calculator-rotate-displayer)
6259 (calculator-rotate-displayer-back): Toggle digit grouping when
6260 in radix mode, use calculator-message.
6261 (calculator-displayer-prev, calculator-displayer-next):
6262 Change digit group size when in radix mode.
6263 (calculator-number-to-string): Rename from
6264 calculator-num-to-string. Now deals with digit grouping in
6265 radix mode.
6266 (calculator-update-display, calculator-put-value): Use the new name.
6267 (calculator-fact): Return a floating point number.
6268 (calculator-mode): Doc fix.
6269
6270 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6271
6272 * calendar/calendar.el (view-other-diary-entries): Add autoload.
6273 * calendar/diary-lib.el (view-other-diary-entries):
6274 Use current-prefix-arg in interactive spec.
6275
6276 2004-12-19 Jay Belanger <belanger@truman.edu>
6277
6278 * calc/calc-aent.el (calcAlg-blank-matching-open):
6279 Temporarily adjust the syntax of both delimiters of half-open intervals.
6280
6281 2004-12-19 Kim F. Storm <storm@cua.dk>
6282
6283 * mouse.el (mouse-1-click-follows-link): Doc fix.
6284
6285 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6286
6287 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
6288 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
6289 instead of centraleuropean as the name
6290
6291 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
6292
6293 Sync with Tramp 2.0.46.
6294
6295 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
6296 parameters wrt Tramp convention.
6297 (tramp-handle-file-attributes-with-perl)
6298 (tramp-handle-directory-files-and-attributes): Apply it.
6299 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
6300 `copy-program'. Reported by Zack Weinberg
6301 <zack@codesourcery.com>.
6302 (top): Set `edebug-form-spec' property directly rather than
6303 calling `def-edebug-spec'.
6304
6305 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
6306 advice less fragile. Surround temporary redefinition of
6307 `substitute-in-file-name' with `unwind-protect'. Suggested by
6308 Matt Hodges <MPHodges@member.fsf.org>.
6309
6310 2004-12-17 Juri Linkov <juri@jurta.org>
6311
6312 * replace.el (occur-accumulate-lines, occur-engine):
6313 Make forcing deferred font-lock fontification jit-specific.
6314
6315 2004-12-17 Kim F. Storm <storm@cua.dk>
6316
6317 * mouse.el (mouse-1-click-follows-link): New defcustom.
6318 (mouse-on-link-p): New function.
6319 (mouse-drag-region-1): Implement mouse-1-click-follows-link
6320 functionality. Map a mouse-1 click event into a mouse-2 (or
6321 other) event when position is inside a link.
6322
6323 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6324 prefix in tooltip text with "mouse-1" when this is a link
6325 recognized by mouse-1-click-follows-link functionality.
6326
6327 * help.el (describe-key): Report effective and original binding
6328 for mouse-1 when clicked on a link.
6329 (describe-mode): Add follow-link property to "minor-mode" button.
6330
6331 * help-fns.el (describe-variable): Add follow-link property to
6332 "below" button.
6333
6334 * help-mode.el (help-xref): Add follow-link property.
6335
6336 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6337 (apropos-command, apropos-variable, apropos-face, apropos-group)
6338 (apropos-widget, apropos-plist): Add follow-link property.
6339
6340 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6341 checks if position is in a filename, rather than some other
6342 clickable item. Function looks for cvs-filename-face at position.
6343
6344 * wid-edit.el (widget-specify-field, widget-specify-button):
6345 Map a :follow-link keyword into a follow-link property.
6346 (link): Add :follow-link keyword, map to RET binding.
6347
6348 * dired.el (dired-mode-map): Map follow-link to mouse-face.
6349
6350 * progmodes/compile.el (compilation-minor-mode-map)
6351 (compilation-button-map, compilation-mode-map): Likewise.
6352
6353 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
6354
6355 * play/zone.el (zone): Init `line-spacing' from orig buffer.
6356 (zone-replace-char): Take `count' and `del-count'
6357 instead of `direction'. Update callers. When `del-count' is
6358 non-nil, delete that many characters, otherwise `count' characters
6359 backwards. Insert the newly-replaced string `count' times.
6360 (zone-fret): Handle chars w/ width greater than one.
6361 (zone-fall-through-ws): No longer take window width `ww'.
6362 Update callers. Add handling for `char-width' greater than one.
6363 (zone-pgm-drip): Update var holding window-end position every cycle.
6364
6365 2004-12-17 Andre Spiegel <spiegel@gnu.org>
6366
6367 * vc.el (vc-default-update-changelog): Use insert-file-contents,
6368 rather than insert-file.
6369
6370 2004-12-16 Jay Belanger <belanger@truman.edu>
6371
6372 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6373 (math-init-random-base, math-random-digit): Check to see if
6374 var-RandSeed is bound.
6375 (math-random-last): Declare it.
6376 (math-random-digit): Don't make math-random-last local.
6377
6378 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
6379
6380 * play/zone.el (zone): Fix omission bug: Use a self-disabling
6381 one-shot thunk for uniform (error, quit, normal) recovery.
6382 Reported by John Paul Wallington.
6383 (zone-pgm-random-life): Fix bug:
6384 Recognize empty initial field by lack of "@" chars.
6385
6386 2004-12-16 Juri Linkov <juri@jurta.org>
6387
6388 * help.el (function-called-at-point):
6389 * help-fns.el (variable-at-point): As a last resort try stripping
6390 non-word prefixes and suffixes.
6391
6392 * descr-text.el (describe-property-list): Don't treat syntax-table
6393 specially. Use describe-text-sexp which inserts [show] button
6394 for large objects and handles printing errors. Sort properties
6395 by names in alphabetical order instead of by value sizes.
6396 Add `mouse-face' to list of properties for `describe-face' widget.
6397 (describe-char): Mask out face-id from 19 bits of character.
6398 Print face-id separately.
6399
6400 * replace.el (occur-accumulate-lines, occur-engine):
6401 Fontify unfontified matching lines in the source buffer
6402 before copying them.
6403 (occur-engine): Don't put mouse-face on context lines.
6404 (occur-next-error): Set point to line beginning/end
6405 before searching for prev/next property to skip multiple
6406 matches on a line (not supported by occur engine).
6407 Remove redundant prefix-numeric-value.
6408
6409 2004-12-15 Juri Linkov <juri@jurta.org>
6410
6411 * replace.el (match): New face.
6412 (list-matching-lines-face): Change default from `bold' to `match'.
6413
6414 * progmodes/grep.el (grep-match-face): New defvar.
6415 (grep-mode-font-lock-keywords): Use grep-match-face instead of
6416 compilation-column-face to highlight grep matches.
6417
6418 * apropos.el (apropos-match-face): Change default from
6419 `secondary-selection' to `match'.
6420
6421 * info-look.el (info-lookup-highlight-face): Change default from
6422 `highlight' to `match'.
6423
6424 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
6425
6426 * progmodes/executable.el (executable-interpret): Eliminate
6427 obsolete compile-internal, and switch to comint for interaction.
6428
6429 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
6430
6431 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6432 `&&' when skipping multiple statements on a line.
6433
6434 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
6435
6436 * play/zone.el (zone): Set `truncate-lines'.
6437 Also, init `tab-width' with value from original buffer.
6438 (zone-shift-up): Rewrite for speed.
6439 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6440 (zone-pgm-jitter): Remove redundant entries from ops vector.
6441 (zone-exploding-remove): Reduce iteration count.
6442 (zone-cpos): Convert to defsubst.
6443 (zone-replace-char): New defsubst.
6444 (zone-park/sit-for): Likewise.
6445 (zone-fret): Take window-start arg.
6446 Update callers. Use `zone-park/sit-for'.
6447 (zone-fill-out-screen): Rewrite.
6448 (zone-fall-through-ws): Likewise. Update callers.
6449 (zone-pgm-drip): Use `zone-replace-char'.
6450 Move var inits before while-loop. Use `zone-park/sit-for'.
6451 (zone-pgm-random-life): Handle empty initial field.
6452 Use `zone-replace-char' and `zone-park/sit-for'.
6453
6454 2004-12-15 Juri Linkov <juri@jurta.org>
6455
6456 * isearch.el (isearch-update): Test isearch-lazy-highlight
6457 before calling isearch-lazy-highlight-new-loop.
6458 (isearch-lazy-highlight-new-loop):
6459 Don't test isearch-lazy-highlight.
6460
6461 * replace.el (perform-replace): Add isearch-case-fold-search.
6462 Use delimited-flag for isearch-regexp.
6463 Reset isearch-lazy-highlight-last-string to force lazy
6464 highlighting when called from isearch mode.
6465 (query-replace-highlight): Revert defcustom type to boolean.
6466 (query-replace-lazy-highlight): New defcustom.
6467 (query-replace): New face.
6468 (perform-replace, replace-highlight, replace-dehighlight):
6469 Test query-replace-lazy-highlight instead of special value
6470 `isearch' of query-replace-highlight.
6471 (replace-dehighlight): Don't call isearch-dehighlight.
6472 (replace-highlight): Don't call isearch-highlight.
6473 Use face `query-replace' unconditionally.
6474
6475 2004-12-14 Kim F. Storm <storm@cua.dk>
6476
6477 * simple.el (inhibit-mark-movement): Remove defvar.
6478 (beginning-of-buffer, end-of-buffer): Don't use it.
6479
6480 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6481 Don't use inhibit-mark-movement.
6482
6483 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6484 (cua--undo-push-mark): Remove.
6485 (cua--pre-command-handler, cua--post-command-handler):
6486 Don't fiddle with inhibit-mark-movement.
6487
6488 2004-12-14 Juri Linkov <juri@jurta.org>
6489
6490 * buff-menu.el (list-buffers-noselect): Collect internal info
6491 for every buffer in BUFFER-LIST arg too.
6492 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6493 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6494 Bind same-window-buffer-names and same-window-regexps to nil.
6495
6496 2004-12-13 Juri Linkov <juri@jurta.org>
6497
6498 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6499
6500 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6501 (sc-cite-region, sc-uncite-region, sc-recite-region):
6502 Fix previous change to handle not alist as a symbol, but
6503 a citation frame as a symbol that represents a variable name.
6504
6505 2004-12-13 Richard M. Stallman <rms@gnu.org>
6506
6507 * filecache.el (file-cache-add-directory-using-find):
6508 Only set up file-cache-find-command-posix-flag if we will use it.
6509
6510 * bindings.el (mode-line-buffer-identification-keymap):
6511 Don't cancel the mode-line's usual down-mouse-1 binding.
6512
6513 * cus-edit.el (custom-face-selected): Handle `default' specs.
6514 (custom-face-edit): Increase extra-offset.
6515 (custom-display): Handle `default' specs.
6516
6517 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6518
6519 * emacs-lisp/elint.el (elint-standard-variables)
6520 (elint-unknown-builtin-args): Move definitions up.
6521
6522 * net/browse-url.el (browse-url-url-at-point): Add autoload.
6523
6524 * info.el (info-xref-visited): Use `default' instead of t.
6525 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6526
6527 * faces.el (header-line, mode-line-inactive, tool-bar):
6528 Use `default' instead of t for setting the defaults.
6529 (face-spec-choose): Separate `t' from `default'.
6530
6531 * subr.el (while-no-input): New macro.
6532
6533 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
6534
6535 * filecache.el (file-cache-add-directory-using-find):
6536 Only test file-cache-find-command-posix-flag on some systems.
6537
6538 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6541 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6542 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6543 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6544 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6545
6546 2004-12-12 Juri Linkov <juri@jurta.org>
6547
6548 * files.el (find-file-other-window, find-file-other-frame):
6549 Add the first buffer to the returned value to return the complete
6550 list of all visited buffers.
6551 (find-file-read-only, find-file-read-only-other-window)
6552 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6553 `find-file-read-args'. Signal an error about non-existent file
6554 only if file name doesn't contain wildcards. Toggle read-only in
6555 all visited buffers.
6556 (find-alternate-file, find-alternate-file-other-window):
6557 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
6558 called interactively. Pass arg `wildcards' to other functions.
6559 (find-file-noselect): Doc fix.
6560
6561 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6562 Doc fix.
6563 (ffap-directory-finder): New variable.
6564 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6565 (ffap-file-at-point): Add /* to immediately rejected names.
6566 Return absolute file names matching ffap-dired-wildcards.
6567 (ffap-read-file-or-url): Set default value for `completing-read'
6568 to `buffer-file-name'.
6569 (find-file-at-point): When filename matches ffap-dired-wildcards,
6570 call ffap-file-finder with t arg `wildcards', instead of dired.
6571 (ffap-other-window, ffap-other-frame): Return visited buffers.
6572 (ffap-read-only, ffap-read-only-other-window)
6573 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6574 (dired-at-point): Call ffap-directory-finder instead of dired.
6575 (ffap-dired-other-window, ffap-dired-other-frame)
6576 (ffap-list-directory): New commands.
6577 (ffap-bindings): New keybindings for new commands.
6578
6579 2004-12-12 Juri Linkov <juri@jurta.org>
6580
6581 * simple.el (beginning-of-buffer, end-of-buffer):
6582 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6583 Do not push mark when mark is active in transient-mark-mode.
6584
6585 * simple.el (mark-word):
6586 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6587 * textmodes/paragraphs.el (mark-paragraph):
6588 Extend the region when mark is active in transient-mark-mode,
6589 regardless of the last command. Doc fix.
6590
6591 * simple.el (mark-word): Preserve direction when repeating.
6592 Make arg optional. Interactive "p" -> "P".
6593 (transient-mark-mode, inhibit-mark-movement): Doc fix.
6594
6595 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6596 preserving direction, to mark forward instead of backward when mark
6597 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6598
6599 2004-12-12 Juri Linkov <juri@jurta.org>
6600
6601 * isearch.el (isearch-edit-string): Set 7th arg of
6602 `read-from-minibuffer' to `t' to inherit the current input
6603 method (whose name is indicated by [IM] in the minibuffer prompt)
6604 from the current buffer to the minibuffer.
6605 (isearch-lazy-highlight-update): Put body to `with-local-quit'
6606 to allow C-g quitting for lazy highlighting looping inside the
6607 search with nested repetition operators. Add overlay to the list
6608 before setting its face and other properties to avoid the case of
6609 code quitting after placing the new overlay but before it's
6610 recorded on the list. Select the window where isearch was
6611 activated, to highlight matches in the right window when isearch
6612 switches the current window to the minibuffer.
6613
6614 * international/isearch-x.el
6615 (isearch-process-search-multibyte-characters):
6616 Use `isearch-message' as initial input for `read-string' instead
6617 of adding it to the minibuffer prompt. After reading a string
6618 remove the initial value of `isearch-message' from the string.
6619
6620 * replace.el (replace-match-maybe-edit): Doc fix.
6621 (perform-replace): Don't call `replace-highlight' when automatic
6622 replacement is requested in literal mode, since it is intended
6623 only to highlight words during entering a new replacement string
6624 for \? in non-literal mode.
6625
6626 * replace.el (query-replace-highlight): Add new value `isearch'
6627 that allows query replacement to use isearch highlighting.
6628 Change type from `boolean' to `choice'. Doc fix.
6629 (replace-highlight, replace-dehighlight, perform-replace):
6630 Use isearch highlighting if query-replace-highlight eq `isearch'.
6631
6632 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6635 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6636
6637 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6638 case of \end{verbatim}.
6639
6640 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6641
6642 * term.el (term-termcap-format): Synchronyze with terminfo.
6643 (term-emulate-terminal): Handle reset.
6644 (term-reset-terminal): New function.
6645
6646 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
6647
6648 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6649 (zone-fill-out-screen): New func.
6650 (zone-pgm-drip): Use `zone-fill-out-screen'.
6651 Also, no longer go to point-min on every cycle.
6652 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6653 (zone-pgm-random-life-wait): New user var.
6654 (zone-pgm-random-life): New func.
6655
6656 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
6657
6658 * files.el (auto-mode-alist): Map .com to DCL mode.
6659
6660 2004-12-09 Richard M. Stallman <rms@gnu.org>
6661
6662 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6663
6664 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6667 buffer with a display margin.
6668
6669 2004-12-08 Jay Belanger <belanger@truman.edu>
6670
6671 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6672 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6673
6674 2004-12-08 Richard M. Stallman <rms@gnu.org>
6675
6676 * faces.el: Delete code to set display table.
6677 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
6678
6679 2004-12-08 Jay Belanger <belanger@truman.edu>
6680
6681 * calc/calc.el: Add math-read-preprocess-string to autoloads.
6682
6683 * calc/calc-ext.el (math-read-replacement-list)
6684 (math-read-superscripts, math-read-preprocess-string): Move to
6685 calc-aent.el.
6686
6687 * calc/calc-aent.el (math-read-replacement-list)
6688 (math-read-superscripts, math-read-preprocess-string): Move from
6689 calc-ext.el.
6690
6691 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * isearch.el (isearch-quote-char): Fix up typo in last change.
6694
6695 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
6696
6697 * mouse.el (mouse-set-font): Handle the case where the command was
6698 not invoked using the mouse.
6699
6700 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6701 (edmacro-finish-edit): Further update for keyboard macros that are
6702 lambda forms.
6703 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6704
6705 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * font-lock.el (font-lock-unfontify-region): Save buffer state.
6708 (font-lock-default-unfontify-region): Don't save buffer state any more.
6709
6710 2004-12-07 Jay Belanger <belanger@truman.edu>
6711
6712 * calc/calc-help.el (calc-describe-key):
6713 Set calc-summary-indentation even when Calc Summary buffer exists.
6714
6715 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
6716
6717 * calendar/holidays.el (holiday-easter-etc): Make arguments
6718 optional for backwards compatibility. Doc fix.
6719 Remove un-necessary local vars mandatory, output-list.
6720 (holiday-advent): Make arguments optional for backwards
6721 compatibility. Doc fix.
6722
6723 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * paren.el (show-paren-function): Fix last change (2004-12-02).
6726
6727 * international/mule-util.el (char-displayable-p): Return nil for
6728 unibyte mode.
6729
6730 * subr.el (subregexp-context-p): New function.
6731
6732 * isearch.el (isearch-quote-char): Use it.
6733
6734 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6735 (regexp-opt-not-groupie*-re): Remove.
6736 (regexp-opt): Properly handle inputs with duplicate entries.
6737
6738 2004-12-06 Richard M. Stallman <rms@gnu.org>
6739
6740 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6741
6742 * cus-edit.el (custom-file): Doc fix.
6743
6744 * textmodes/org.el: New file.
6745
6746 2004-12-06 Kenichi Handa <handa@m17n.org>
6747
6748 * ldefs-boot.el: Update international/mule-util.el section.
6749
6750 2004-12-05 Sam Steingold <sds@gnu.org>
6751
6752 * net/tramp.el (tramp-handle-file-accessible-directory-p):
6753 Fix `tramp-time-diff' comparison logic.
6754
6755 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
6756
6757 * progmodes/which-func.el (which-function):
6758 Use `run-hook-with-args-until-success' instead of a custom loop.
6759 Fixes bug with local hooks.
6760
6761 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6762
6763 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6764 Use delete-dups when calculating the initial value.
6765 (bibtex-autokey-get-title): Use <=.
6766 (bibtex-goto-line): New function.
6767 (bibtex-reposition-window): Use line numbers instead of point
6768 positions. Use window-body-height.
6769 (bibtex-find-crossref): Use bibtex-reposition-window.
6770 (bibtex-find-entry): Use bibtex-reposition-window. Always return
6771 position of entry if key is found or nil if not found.
6772
6773 2004-12-05 Richard M. Stallman <rms@gnu.org>
6774
6775 * cus-edit.el (custom-file): Doc fix.
6776
6777 * progmodes/sh-script.el (sh-indent-for-then): Change default.
6778
6779 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * simple.el (blink-matching-open):
6782 * textmodes/tex-mode.el (tex-validate-region):
6783 Obey syntax-table text properties.
6784
6785 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
6786
6787 * wid-edit.el (widget-specify-field): Add `real-field' property to
6788 boundary.
6789 (widget-field-at): Use it.
6790
6791 2004-12-02 Richard M. Stallman <rms@gnu.org>
6792
6793 * progmodes/cc-mode.el (awk-mode autoload):
6794 Supply t meaning interactive function.
6795
6796 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
6797 (isearch-mode-map): No special definition for space.
6798 (isearch-whitespace-chars): Command deleted.
6799 (isearch-forward-regexp): Doc fix.
6800 (isearch-quote-char): When a space is not inside brackets,
6801 use `[ ]' instead of just space.
6802 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6803
6804 * imenu.el (imenu--generic-function): Delete code to exclude
6805 matches in comments.
6806
6807 * man.el (Man-reverse-face): Change default to `highlight'.
6808
6809 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6810 (occur-engine): Use `face' prop rather than `font-lock-face'
6811 when specifying use of `match-face'.
6812 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6813
6814 * emacs-lisp/elint.el (elint-standard-variables): Update list.
6815
6816 * add-log.el (add-log-current-defun): Handle the case where point
6817 is in the header part of a DEFUN construct.
6818
6819 2004-12-02 Dave Love <fx@gnu.org>
6820
6821 * progmodes/python.el (python-font-lock-syntactic-keywords):
6822 Fix previous change.
6823
6824 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
6825
6826 * paren.el (show-paren-function): Check for matching chars
6827 specified by text props.
6828
6829 2004-12-02 Jay Belanger <belanger@truman.edu>
6830
6831 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6832 when reading a new key sequence.
6833
6834 2004-12-02 Kim F. Storm <storm@cua.dk>
6835
6836 * faces.el (escape-glyph): Rename from glyph.
6837 (standard-display-table): Set it here. Add escape-glyph face to
6838 extra slot characters.
6839
6840 * disp-table.el: Undo 2004-12-01 change. Display table is now
6841 setup in faces.el.
6842
6843 2004-12-02 Mark A. Hershberger <mah@everybody.org>
6844
6845 * xml.el (xml-parse-dtd): Don't show validity messages when
6846 xml-validating-parser is nil.
6847 (xml-substitute-special): Fix validity error messages to
6848 actually show the unexpandable entity. Added validity error if &
6849 isn't followed by an entity.
6850 (xml-parse-tag): Concatenate any string following the a
6851 <![CDATA[]]> section to the parsed CDATA.
6852 (xml-parse-dtd): Skip parameter entity declarations and use of
6853 parameter entities.
6854
6855 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * kmacro.el (kmacro-default-counter-format): New var.
6858 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
6859 (kmacro-display): Remove `nil' from `and' form. Delete call to
6860 `format' inside `message'.
6861 (kmacro-start-macro): Use `kmacro-default-counter-format'.
6862
6863 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * pcvs.el (cvs-header-msg): New function.
6866 (cvs-update-header): Use it. Change calling convention.
6867 Correctly handle the case of having simultaneous active processes.
6868 (cvs-sentinel): Don't call cvs-update-header any more.
6869 (cvs-mode-run): Update call and add cvs-update-header to postproc.
6870
6871 2004-12-01 Jay Belanger <belanger@truman.edu>
6872
6873 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
6874 Change message.
6875
6876 2004-12-01 Juri Linkov <juri@jurta.org>
6877
6878 * progmodes/prolog.el (prolog-mode-variables):
6879 Fix imenu-generic-expression.
6880
6881 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
6882
6883 * faces.el (glyph): New face.
6884
6885 * disp-table.el: Add an autoloaded table, that doesn't require
6886 this library, with glyph face.
6887
6888 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
6889 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
6890 (conf-quote-normal): Allow normalizing only ' or ".
6891 (conf-mode): Regexp-quote constructed comment-start and don't
6892 match section {} where "name" contains braces.
6893
6894 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
6895 files.
6896
6897 2004-12-01 Kenichi Handa <handa@m17n.org>
6898
6899 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
6900 (x-select-text): Don't treat eight-bit-control/graphic chars
6901 specially. Store the encoded text in the X cut buffer.
6902 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
6903 with x-last-selected-text-cut-encoded.
6904
6905 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
6908
6909 2004-11-30 Markus Rost <rost@ias.edu>
6910
6911 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
6912 AUCTeX.
6913
6914 2004-11-30 Jay Belanger <belanger@truman.edu>
6915
6916 * calc/calc-arith.el (math-possible-signs): Made stronger checks
6917 on signs of intervals.
6918 (math-pow-of-zero): Strengthen checks for positive and negative
6919 exponents.
6920
6921 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
6922 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
6923 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
6924 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
6925 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
6926 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
6927 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
6928 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
6929 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
6930 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
6931 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
6932 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
6933 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
6934 with provide statements.
6935
6936 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
6937
6938 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
6939
6940 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
6941 (calc-load-everything, math-defsimplify): Replace dummy autoloading
6942 functions by require statements.
6943 (math-defsimplify): Move to calc-alg.el, add to autoloads.
6944
6945 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6946 (calc-gnuplot-print): Give them values.
6947
6948 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
6949 autoloads.
6950 Add calc-do-embedded-activate to autoloads.
6951 (calc-gnuplot-name, calc-gnuplot-plot-command)
6952 (calc-gnuplot-print-command): Move them to calc-graph.el.
6953
6954 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6955
6956 * term/mac-win.el (ccl-encode-mac-roman-font)
6957 (ccl-encode-mac-cyrillic-font)
6958 (ccl-encode-mac-centraleuropean-font, encoder-list)
6959 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
6960 Support Cyrillic, CentralEuropean, and Dingbat font display
6961
6962 2004-11-30 Andre Spiegel <spiegel@gnu.org>
6963
6964 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
6965
6966 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
6967 still nil.
6968
6969 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
6972 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6973
6974 2004-11-29 Jay Belanger <belanger@truman.edu>
6975
6976 * calc/calc-arith.el (math-pow-of-zero): Take into account different
6977 cases of the base and exponent.
6978
6979 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
6980
6981 * simple.el (next-error-buffer-p): Allow for inclusive and
6982 exclusive tests for finding a buffer.
6983 (next-error-find-buffer): Pass the exclusive and inclusive tests
6984 to next-error-buffer-p.
6985
6986 * replace.el (occur-next-error): Switch to the Occur buffer when
6987 appropriate, use the exclusive filter to next-error-find-buffer to
6988 do it. Use the absolute value of the motion amount.
6989
6990 2004-11-29 Kenichi Handa <handa@m17n.org>
6991
6992 * startup.el (command-line): Decode all default-directory by
6993 locale-coding-system.
6994
6995 2004-11-29 Jay Belanger <belanger@truman.edu>
6996
6997 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
6998 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
6999 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7000 Replace calls to calc-extensions by appropriate require, replace
7001 calc-extensions-loaded by appropriate featurep.
7002
7003 * calc/calc-ext.el: Move require to end of file.
7004 Remove redundant loading of calc.el.
7005 (calc-extensions-loaded): Remove unnecessary variable.
7006 (calc-extensions): Remove unnecessary function.
7007 (calc-load-everything): Replace calc-need-macros by appropriate require.
7008
7009 * calc/calc-macs.el: Move provide to end of file.
7010 (calc-need-macros): Remove unnecessary function.
7011
7012 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7013 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7014 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7015 Replace calc-extensions by appropriate require.
7016 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7017
7018 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7019 Replace calc-need-macros by appropriate require.
7020
7021 * calc/calc.el: Move require to end of file.
7022 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7023 Remove unnecessary variable.
7024 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7025 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7026 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7027 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7028 (math-stack-value-offset, math-format-value, math-format-flat-expr)
7029 (math-format-number, math-format-bignum, math-read-number)
7030 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7031 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7032 by appropriate require.
7033 (calc-check-defines): Replace calc-need-macros by appropriate require.
7034
7035 2004-11-29 Kim F. Storm <storm@cua.dk>
7036
7037 * macros.el (insert-kbd-macro): Handle kmacro functions.
7038
7039 2004-11-28 Juri Linkov <juri@jurta.org>
7040
7041 * compare-w.el (compare-windows-highlight): Attach each overlay
7042 to its window to properly highlight differences while comparing
7043 two windows of the same buffer. Fix arguments.
7044 (compare-windows-sync-default-function): Fix arguments of
7045 `compare-windows-highlight'.
7046
7047 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7048 Use `read-expression-history'. Set initial contents only if
7049 `edebug-global-break-condition' is non-nil. Set histpos to 1
7050 if initial contents is equal to the last history element.
7051 (edebug-set-conditional-breakpoint): Instead of temporarily
7052 prepending the current condition to the history, set initial
7053 contents to the current condition. Set histpos to 1 if initial
7054 contents is equal to the last history element.
7055
7056 * info.el (Info-search-whitespace-regexp): Remove shy group.
7057 (Info-search): Forward line if search is on the header line.
7058 Use search-whitespace-regexp in two other places.
7059
7060 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7063 warning. Delay real definition, which uses
7064 `set-fringe-indicators-1' till after the definition of that function.
7065
7066 2004-11-28 Kim F. Storm <storm@cua.dk>
7067
7068 * fringe.el (fringe): New defgroup.
7069 (fringe-mode): Move to fringe group.
7070 (fringe-indicators): New defcustom.
7071 (set-fringe-indicators-1): New defun.
7072
7073 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7074 (menu-bar-showhide-fringe-ind-menu): New keymap.
7075 (menu-bar-showhide-fringe-ind-empty)
7076 (menu-bar-showhide-fringe-ind-mixed)
7077 (menu-bar-showhide-fringe-ind-box)
7078 (menu-bar-showhide-fringe-ind-right)
7079 (menu-bar-showhide-fringe-ind-left)
7080 (menu-bar-showhide-fringe-ind-none): New defuns.
7081 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7082
7083 2004-11-27 Richard M. Stallman <rms@gnu.org>
7084
7085 * comint.el (comint-read-noecho): Add trivial compatibility definition.
7086
7087 * generic.el (define-generic-mode): Doc fix.
7088
7089 * menu-bar.el (menu-bar-options-save): For the options
7090 that are toggled with menu-bar-make-mm-toggle, don't check
7091 for customized-value prop.
7092
7093 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7094
7095 * mail/supercite.el (sc-cite-region): Handle the case where
7096 sc-cite-frame-alist is a symbol.
7097 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7098 a symbol.
7099 (sc-recite-region): Handle the case where sc-recite-frame-alist is
7100 a symbol.
7101
7102 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7103
7104 * wid-edit.el (widget-narrow-to-field): New function.
7105 (widget-complete): Use it.
7106
7107 2004-11-27 Jay Belanger <belanger@truman.edu>
7108
7109 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7110 variable.
7111 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7112 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7113 (math-alg-inequalities): Move declaration to earlier in the file.
7114
7115 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7116 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7117 Declare them.
7118
7119 * calc/calc-lang.el (math-expr-data, math-expr-token)
7120 (math-exp-old-pos): Declare them.
7121
7122 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7123 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7124
7125 2004-11-27 Kim F. Storm <storm@cua.dk>
7126
7127 * progmodes/flymake.el: Use (featurep 'xemacs).
7128 (flymake-makehash): Change to defsubst. Use fboundp.
7129 (flymake-time-to-float): Remove.
7130 (flymake-float-time): Merge code from flymake-time-to-float here.
7131 (flymake-replace-regexp-in-string): Change to defsubst.
7132 (flymake-split-string-remove-empty-edges):
7133 Rename to flymake-split-string.
7134 (flymake-split-string): Remove previous defalias.
7135 (flymake-get-temp-dir): Change to defsubst.
7136 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7137 Define for xemacs only.
7138 (flymake-master-file-count-limit): Change into compiler defvar only.
7139 (flymake-find-possible-master-files): Let-bind it dynamically while
7140 sorting files using flymake-master-file-compare.
7141
7142 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7145 of defun-prompt-regexp matches inside a comment/string but the
7146 beginning is correctly outside everything.
7147
7148 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7149 appears within a string or a comment.
7150
7151 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7152 rather than make-symbol for symbols which are used in
7153 a symbol-macrolet or equivalent.
7154
7155 2004-11-26 Jay Belanger <belanger@truman.edu>
7156
7157 * calc-misc.el (calc-last-why-command): Declare it.
7158
7159 * calc-vec.el (math-grade-vec): New variable.
7160 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7161 Replace variable grade-vec by declared variable.
7162 (math-rb-close): New variable.
7163 (math-read-brackets, math-read-vector): Replace variable close by
7164 declared variable.
7165
7166 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7167 (calc-one-window, calc-edit-handler, calc-restore-trail)
7168 (calc-allow-ret): Declare them.
7169
7170 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7171 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7172 (math-radix-float-cache-tag, math-random-cache)
7173 (math-max-digits-cache, math-integral-cache, math-units-table)
7174 (math-format-date-cache, math-holidays-cache-tag): Declare them.
7175 (math-moc-func): New variable.
7176 (math-map-over-constants, math-map-over-constants-rec):
7177 Replace variable func by declared variable.
7178
7179 * calc/calc-store.el (calc-given-value, calc-store-opers):
7180 Declare them.
7181 (calc-var-name-map): Move declaration to earlier in the file.
7182 (calc-pv-pos): New variable.
7183 (calc-permanent-variable, calc-insert-permanent-variable):
7184 Replace variable pos by declared variable.
7185
7186 * calc/calc-mtx.el (calc-det-lu): New variable.
7187 (math-det-raw, math-det-step): Replace variable lu by declared variable.
7188
7189 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7190 (math-multi-subst, math-multi-subst-rec): Replace variables temp
7191 and arg by declared variables.
7192 (calcFunc-reducer): Fix incorrect variable.
7193 (math-inner-mul-func, math-inner-add-func): New variables.
7194 (calcFunc-inner, math-inner-mats): Replace variables mul-func
7195 and add-func by declared variables.
7196
7197 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7198 (calc-digit-value): Declare them.
7199
7200 * calc/calc-help.el (Info-history): Declare it.
7201 (calc-describe-key): Make calc-summary-indentation a local variable.
7202 (calc-help-long-names): Move declaration to earlier in file.
7203
7204 * calc/calc-embed.el (calc-original-buffer): Declare it.
7205 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7206 (calc-embed-bot): New variables.
7207 (calc-do-embedded, calc-embedded-mark-formula)
7208 (calc-embedded-find-bounds, calc-embedded-duplicate)
7209 (calc-embedded-new-formula, calc-embedded-make-info):
7210 Replace vars outer-top, outer-bot, bot and top by declared variables.
7211 (calc-embed-prev-modes): New variable.
7212 (calc-embedded-set-modes, calc-embedded-update): Replace variable
7213 prev-modes with declared variable.
7214 (calc-embed-vars-used): New variable.
7215 (calc-embedded-make-info, calc-embedded-evaluate-expr)
7216 (calc-embedded-update, calc-embedded-find-vars): Replace variable
7217 vars-used by declared variable.
7218
7219 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7220 (math-format-radix-float): Remove unnecessary setq.
7221 (math-radix-float-cache): Declare it.
7222
7223 * calc/calcsel2.el (calc-keep-selection): Declare it.
7224
7225 * calc/calc-maint.el: Remove file.
7226
7227 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7228
7229 * textmodes/bibtex.el (bibtex-sort-entry-class)
7230 (bibtex-comment-start): Use defcustom.
7231 (bibtex-entry-field-alist): Use nil if initial content of the
7232 field is undefined. Fix docstring.
7233 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7234 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7235 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7236 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7237 Fix docstring.
7238 (bibtex-autokey-title-terminators): Use only one regexp.
7239 (bibtex-string-maybe-empty-head): New variable.
7240 (bibtex-remove-delimiters-string): New function.
7241 (bibtex-text-in-field-bounds, bibtex-text-in-string):
7242 Use bibtex-remove-delimiters-string.
7243 (bibtex-progress-message, bibtex-field-left-delimiter)
7244 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7245 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7246 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7247 Simplify.
7248 (bibtex-format-entry): Use save-excursion for inherited booktitle.
7249 Use eq and bibtex-remove-delimiters-string. For end markers use
7250 insertion type so that marker stays after inserted text.
7251 (bibtex-autokey-get-names): Return empty string if name is missing.
7252 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
7253 calling bibtex-autokey-name-case-convert.
7254 (bibtex-autokey-demangle-title):
7255 Call bibtex-autokey-titleword-case-convert. Remove call to
7256 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
7257 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
7258 (bibtex-read-key): New optional arg global.
7259 (bibtex-files-expand): New optional arg force.
7260 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
7261 (bibtex-complete-crossref-cleanup): Rename from
7262 bibtex-complete-key-cleanup. Simplify code.
7263 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
7264 Operate on current entry.
7265 (bibtex-button): Add docstring.
7266 (bibtex-entry): Simplify.
7267 (bibtex-make-field): Replace optional arg called-by-yank with more
7268 specific args move and interactive.
7269 (bibtex-end-of-entry): Use forward-sexp.
7270 (bibtex-find-entry-globally): Remove.
7271 (bibtex-find-crossref): Allow for crossref key located in other buffer.
7272 Bound to C-c C-x.
7273 (bibtex-find-entry): New optional args global and display.
7274 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
7275 (bibtex-validate): Use arg force of bibtex-files-expand.
7276 (bibtex-clean-entry): Bugfix, clean string entries properly.
7277 Always keep point at beginning of entry.
7278 (bibtex-complete): Bugfix. Handle string entries properly.
7279 Call cleanup functions only if needed.
7280 (bibtex-String): Use bibtex-read-string-key.
7281 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
7282 case of replacement text.
7283
7284 2004-11-26 Lars Hansen <larsh@math.ku.dk>
7285
7286 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
7287 (tramp-perl-directory-files-and-attributes): New constant.
7288 (tramp-file-name-handler-alist): Delete file-directory-files, add
7289 directory-files-and-attributes.
7290 (tramp-perl-file-attributes): Surround uid and gid by double
7291 quotes. Change parameter id-format from nonnumeric.
7292 (tramp-convert-file-attributes): New function.
7293 (tramp-handle-file-attributes): Use it.
7294 (tramp-maybe-send-perl-script): New function.
7295 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
7296 file mode. Change parameter id-format from nonnumeric.
7297 (tramp-handle-file-attributes-with-ls): Change parameter id-format
7298 from nonnumeric.
7299 (tramp-post-connection): Don't send tramp-perl-file-attributes
7300 script. Reset connection property "perl-scripts".
7301 (tramp-handle-insert-directory): Run real handler when ls-lisp is
7302 in use.
7303
7304 2004-11-26 Lars Hansen <larsh@math.ku.dk>
7305
7306 * desktop.el (desktop-read): Replace mapcar with mapc.
7307 (desktop-create-buffer): Replace mapcar with mapc.
7308 Remove redundant piece of code.
7309
7310 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
7311
7312 * progmodes/gud.el (gud-display-line): Use display-buffer
7313 for GDB-UI as for GUD.
7314
7315 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7316 Delete variables.
7317 (gdb-ann3): Don't make GUD buffer dedicated.
7318 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7319 (gdb-display-source-buffer): Delete function.
7320 (gdb-view-source-function, gdb-view-assembler): Delete functions.
7321 (menu): Delete menu bindings for viewing source/assembler.
7322 (gdb-setup-windows, gdb-restore-windows):
7323 Don't dedicate GUD. No assembler now.
7324 (gdb-reset): No need to undedicate source buffers now.
7325 (gdb-source-info): No assembler now.
7326
7327 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
7328
7329 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7330 width to those for special frames.
7331 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7332 Use display-buffer.
7333 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7334 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7335 (gdb-frame-assembler-buffer): Rework like
7336 gdb-frame-breakpoints-buffer.
7337
7338 2004-11-25 Richard M. Stallman <rms@gnu.org>
7339
7340 * progmodes/flymake.el: Reindent.
7341 (flymake-split-string): Turn into defalias.
7342 (flymake-fix-file-name): Rename from flymake-fix-path-name.
7343 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7344 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
7345 (flymake-build-relative-filename): Rename from ...path.
7346 Fix error message.
7347
7348 2004-11-25 Cheng Gao <chenggao@gmail.com>
7349
7350 * progmodes/flymake.el: Much whitespace and capitalization change.
7351 Move `provide' to end. Require `compile' only when compiling.
7352
7353 2004-11-24 Jay Belanger <belanger@truman.edu>
7354
7355 * calc/calc-alg.el: Added comment.
7356 (math-polynomial-base): Replace variable mpb-top-expr by
7357 math-poly-base-top-expr.
7358
7359 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7360 (math-polynomial-p1): Replace variable mpb-top-expr by declared
7361 variable.
7362 (math-poly-base-total-base): New variable.
7363 (math-total-polynomial-base, math-polynomial-p1): Replace variable
7364 mpb-total-base by declared variable.
7365 (math-factored-vars, math-to-list): Declare it.
7366 (math-fact-expr): New variable.
7367 (calcFunc-factors, calcFunc-factor, math-factor-expr)
7368 (math-factor-expr-try, math-factor-expr-part): Replace variable
7369 expr by declared variable.
7370 (math-fet-x): New variable.
7371 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7372 by declared variable.
7373 (math-factor-poly-coefs): Make temp a local variable.
7374
7375 * calc/calc-units.el (calc-convert-units): Make units a local
7376 variable.
7377 (calc-num-units, calc-den-units): New variables.
7378 (calc-explain-units, calc-explain-units-rec): Replace variables
7379 num-units and den-units by declared variables.
7380 (math-cu-unit-list): New variable.
7381 (math-build-units-table, math-compare-unit-names)
7382 (math-convert-units, math-convert-units-rec): Replace variable
7383 unit-list by declared variable.
7384 (math-fbu-base, math-fbu-entry): New variables.
7385 (math-find-base-units, math-find-base-units-rec): Replace variables
7386 base and entry by declared variables.
7387 (math-which-standard): New variable.
7388 (math-to-standard-units, math-to-standard-rec): Replace variable
7389 which-standard by declared variable.
7390 (math-fcu-u): New variable.
7391 (math-find-compatible-unit, math-find-compatible-unit-rec):
7392 Replace variable u by declared variable.
7393 (math-cu-new-units, math-cu-pure): New variables.
7394 (math-convert-units, math-convert-units-rec): Replace variables
7395 new-units and pure by declared variables.
7396 (math-try-cancel-units): New variable.
7397 (math-simplify-units-quotient): Replace variable try-cancel-units by
7398 declared variable.
7399
7400 2004-11-24 Richard M. Stallman <rms@gnu.org>
7401
7402 * textmodes/ispell.el (ispell-check-version):
7403 If default-directory is nonexistent, use home dir.
7404
7405 * progmodes/grep.el (grep-regexp-alist):
7406 Don't match parens around line numbers.
7407
7408 * progmodes/cperl-mode.el (cperl-indent-region)
7409 (cperl-imenu--create-perl-index, cperl-xsub-scan):
7410 Don't print progress messages.
7411
7412 * progmodes/compile.el (compilation-mode-map):
7413 Don't inherit from compilation-minor-mode-map;
7414 copy its bindings instead. But the menu bar Compile
7415 entry now does inherit from compilation-menu-map.
7416
7417 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7418 Use with-no-warnings around compiler-macroexpand.
7419
7420 * imenu.el: Don't always require newcomment.
7421 (imenu--generic-function): Call comment-normalize-vars
7422 if we have a comment syntax.
7423 Exit the loop if REGEXP matches the null string.
7424 Test comment-start as well as comment-start-skip
7425 when deciding whether to check for comments.
7426
7427 * tooltip.el (tooltip-mode): Doc fix.
7428
7429 * term.el (term-escape-char, term-mode): Doc fixes.
7430
7431 2004-11-24 Dave Love <fx@gnu.org>
7432
7433 * progmodes/python.el (python-font-lock-syntactic-keywords):
7434 Check for escapes in the regexp.
7435 (python-quote-syntax): Don't do it here.
7436
7437 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7438
7439 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7440 (gdb-frames-mode-map, gdb-threads-mode-map)
7441 (gdb-registers-mode-map, gdb-locals-mode-map)
7442 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7443 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7444
7445 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7446 (dedicated-switch-to-buffer): Rework.
7447 (gdb-var-evaluate-expression-handler, gdb-put-string):
7448 Remove unused variable bindings.
7449 (gdb-setup-windows, gdb-display-buffer):
7450 Simplify. Use pop-to-buffer.
7451 (gdb-view-source-function): Simplify.
7452 (gdb-frame-breakpoints-buffer):
7453 Use pop-to-buffer, special-display-regexps.
7454
7455 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7456
7457 * progmodes/f90.el (f90-smart-end)
7458 (f90-previous-statement, f90-beginning-of-block): Doc fix.
7459 (f90-calculate-indent): Handle un-named PROGRAM blocks.
7460 (f90-end-of-block): Doc fix. Make check of outermost block
7461 conditional on value of `f90-smart-end'.
7462 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7463 Handle case where END-BLOCK is nil.
7464 (f90-match-end): Handle un-named PROGRAM blocks.
7465 (f90-backslash-not-special): New function.
7466
7467 2004-11-24 Jay Belanger <belanger@truman.edu>
7468
7469 * calc/calc.el (calc-embedded-active): Removed unnecessary
7470 declaration.
7471 (calc-show-banner): Removed redundant declaration.
7472
7473 * calc/calc-graph.el (calc-gnuplot-default-device)
7474 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7475 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7476 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7477 Remove redundant initial values.
7478
7479 * calc/calc-arith.el (math-scalar-functions)
7480 (math-nonscalar-functions, math-scalar-if-args-functions)
7481 (math-real-functions, math-positive-functions)
7482 (math-nonnegative-functions, math-real-scalar-functions)
7483 (math-real-if-arg-functions, math-integer-functions)
7484 (math-num-integer-functions, math-rounding-functions)
7485 (math-float-rounding-functions, math-integer-if-args-functions)
7486 (math-super-types): Move declarations to earlier in file.
7487 (math-unit-prefixes): Declared it.
7488 (math-floor-prec, math-trunc-prec): New variables.
7489 (math-trunc-fancy): Replace variable prec by declared variable.
7490 (math-floor-fancy): Replace variable prec by declared variable.
7491 (math-com-bterms): New variable.
7492 (math-commutative-equal, math-commutative-collect):
7493 Replace variable bterms by declared variable.
7494
7495 * calc/calc-misc.el (math-trunc): Replace variable prec by
7496 math-trunc-prec.
7497 (math-floor): Replace variable prec by math-floor-prec.
7498
7499 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7500 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7501 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7502 (math-format-date, math-format-date-part): Replace variables
7503 date, dt, year, month, day, weekday, hour, minute, second and
7504 bc-flag by declared variables.
7505 (math-pd-str): New variable.
7506 (math-parse-date, math-parse-date-word, math-parse-standard-date):
7507 Replace variable str by declared variable.
7508 (math-daylight-savings-hook, math-tzone-names): Move definitions
7509 to earlier in the file.
7510 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7511 (math-sh-year): New variable.
7512 (math-setup-add-holidays, math-setup-holidays)
7513 (math-setup-year-holidays): Replace variable `year' by declared
7514 variable.
7515
7516 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7517 New variables.
7518 (math-nth-root-float, math-nth-root-float-iter): Replace variables
7519 n, nf and nfm1 by declared variables.
7520 (math-nri-n): New variable.
7521 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7522 n by declared variable.
7523 (calcFunc-log): Removed misplaced condition.
7524
7525 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7528
7529 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7532 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7533 Dedicate gdb-related windows.
7534 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7535 other frames.
7536 (gdb-reset): Remove dedicated property after debugging.
7537
7538 2004-11-24 Jay Belanger <belanger@truman.edu>
7539
7540 * calc/calc-sel.el: Add comment.
7541
7542 * calc/calc.el (math-stack-value-offset): Replace variables c,
7543 wid and off with math-svo-c, math-svo-wid and math-svo-off.
7544
7545 * calc/calccomp.el (math-comp-sel-tag): Declare it.
7546 (math-svo-c, math-svo-wid, math-svo-off): New variables.
7547 (math-stack-value-offset-fancy): Replace variables c, wid and off
7548 by declared variables.
7549 (math-comp-just, math-comp-comma-spc): New variables.
7550 (math-compose-expr, math-compose-matrix): Replace variables `just'
7551 and comma-spc by declared variable.
7552 (math-comp-vector-prec): New variable.
7553 (math-compose-expr, math-compose-matrix, math-compose-rows):
7554 Replace variable vector-prec by declared variable.
7555 (math-comp-left-bracket, math-comp-right-bracket)
7556 (math-comp-comma): New variables.
7557 (math-compose-expr, math-compose-rows): Replace variables
7558 left-bracket, right-bracket and comma by declared variables.
7559 (math-comp-full-width): New variable.
7560 (math-comp-to-string-flat, math-comp-to-string-flat-term):
7561 Replace variable full-width by declared variable.
7562 (math-comp-highlight, math-comp-word, math-comp-level)
7563 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7564 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7565 New variables.
7566 (math-comp-to-string-flat, math-comp-to-string-flat-term)
7567 (math-comp-sel-flat-term): Replace variables comp-highlight,
7568 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7569 declared variables.
7570 (math-comp-simplify, math-comp-simplify-term)
7571 (math-comp-add-string, math-comp-add-string-sel):
7572 Replace variables comp-highlight, comp-buf, comp-base,
7573 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7574
7575 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7576
7577 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7578
7579 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7580 and x-server-version may throw.
7581
7582 2004-11-23 Kim F. Storm <storm@cua.dk>
7583
7584 * subr.el (substitute-key-definition-key): Optimize.
7585 Don't call indirect-function for nil defn (always signals error).
7586
7587 * ido.el (ido-read-internal): Fix require-match check when
7588 ido-directory-too-big is set.
7589
7590 2004-11-23 Jay Belanger <belanger@truman.edu>
7591
7592 * calc/calc-ext.el (math-read-replacement-list)
7593 (math-read-superscripts): New variables.
7594 (math-read-preprocess-string): New function.
7595 (math-read-expr): Filter input through math-read-preprocess-string.
7596
7597 * calc/calc-aent.el (math-read-exprs): Filter input through
7598 math-read-preprocess-string.
7599
7600 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
7601
7602 * progmodes/compile.el (compilation-start): In cd command use
7603 substitute-env-vars -- not quite shell compatible but better than
7604 nothing.
7605 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7606 handle the newer versions messages, which are more parseable.
7607
7608 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * reveal.el (reveal-mode-map): New var.
7611 (reveal-mode): Use it.
7612
7613 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
7614
7615 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7616 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7617
7618 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7621 header-line when needed.
7622 Use fixed-pitch only in the header-line.
7623 Build the underline automatically. Use emdash if available.
7624
7625 2004-11-22 Richard M. Stallman <rms@gnu.org>
7626
7627 * dired.el (dired-recursive-copies): Move from dired-aux.el.
7628 * dired-aux.el (dired-recursive-copies): Move to dired.el.
7629
7630 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
7631
7632 * progmodes/gdb-ui.el (gdb-resync): New function.
7633 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7634 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7635 Use it to fail more gracefully.
7636 (gdb-variables): Delete variable.
7637 Re-order variables to reduce byte-compiler warnings.
7638
7639 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * descr-text.el (describe-char):
7642 * paren.el (show-paren-function):
7643 * subr.el (syntax-after): Undo last change.
7644
7645 * progmodes/python.el (run-python): Don't hard code *Python*.
7646 Don't modify global process-environment.
7647 (python-send-region, python-load-file): Don't assume that
7648 python-buffer == (process-buffer (python-proc)).
7649 (python-switch-to-python): Simplify.
7650
7651 * dired.el (dired-align-file): Don't assume line starts with spaces.
7652
7653 2004-11-21 Jay Belanger <belanger@truman.edu>
7654
7655 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7656 Replace variable `lines' by math-read-big-lines.
7657 (math-read-big-expr): Replace variables the-baseline, the-h2
7658 and err-msg by math-read-big-baseline, math-read-big-h2 and
7659 math-read-err-msg.
7660 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7661
7662 * calc/calc-lang.el (math-read-big-rec): Fix typo.
7663 (math-read-big-balance): Replace unbound variable by value.
7664 (math-read-big-lines): New variable.
7665 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7666 (math-read-big-error, math-read-big-balance): Replace variable
7667 `lines' by declared variable.
7668 (math-read-big-baseline, math-read-big-h2): New variables.
7669 (math-read-big-rec): Replace variables the-baseline and the-h2
7670 by declared variables.
7671 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7672 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7673 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7674 declared variables.
7675 (math-read-big-err-msg): New variable.
7676 (math-read-big-error): Replace variable err-msg by declared variable.
7677
7678 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * ses.el: Add coding cookie.
7681 Fix up docstrings, follow new commenting conventions.
7682 (ses-header-line-menu): Fix missing variable rename for header-row.
7683 (ses-cell-size): Remove.
7684 (ses-make-cell): New function.
7685 (ses-cell, ses-insert-row, ses-insert-column): Use it.
7686 (ses-calculate-cell): Remove unused var `symbol'.
7687 (ses-narrowed-p): New function.
7688 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7689 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7690 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7691 (ses-setup): Use restore-buffer-modified-p.
7692 (ses-cleanup): Remove unused var `end'.
7693 (ses-header-string-left-offset): Remove.
7694 (ses-create-header-string): Adjust to new behavior of `align-to'.
7695 Truncate excessively large fields to preserve alignment.
7696 (ses-reconstruct-all): Remove unused var `refs'.
7697 (ses-read-cell-printer): Remove unused var `prompt'.
7698 (ses-delete-row): Remove unused var `pos'.
7699 (ses-delete-column): Remove unused var `new'.
7700
7701 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7702
7703 * ps-print.el: Insert :version tag into all defgroup and defcustom.
7704 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7705 Eliminate eval-and-compile usage.
7706 (ps-insert-file): Use insert-file-contents instead of insert-file.
7707 (ps-setup): Code fix.
7708
7709 * printing.el (pr-setup, lpr-setup): Code fix.
7710
7711 2004-11-21 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7714 (calc-original-buffer): Declare them.
7715 (calc-user-formula-alist): New variable.
7716 (calc-user-define-formula, calc-fix-user-formula)
7717 (calc-user-define-composition, calc-finish-formula-edit):
7718 Replace variable `alist' by declared variable.
7719 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7720 (var-q7, var-q7, var-q8, var-q9): Declare them.
7721 (calc-kbd-push): Don't check to see if var-q0 through var-q9
7722 are bound.
7723 (calcFunc-typeof): Replace undeclared variable by expression.
7724 (math-exp-env): New variable.
7725 (math-define-body, math-define-exp): Replace exp-env by declared var.
7726 (math-define-exp): Replace misplaced variable by expression.
7727
7728 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7729 (calc-curve-model, calc-curve-coefnames): New variables.
7730 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7731 varnames, model and coefnames by declared variables.
7732 (math-root-widen): New variable.
7733 (math-search-root, math-find-root): Replace variable root-widen by
7734 declared variable.
7735 (var-DUMMY): Declare it.
7736 (math-root-vars, math-min-vars): Move the declarations to earlier in
7737 the file.
7738 (math-brent-min): Make d a local variable.
7739 (math-find-minimum): Replace non-existent variable.
7740 (math-ninteg-romberg): Remove unnecessary variable.
7741 (math-ninteg-temp): New variable.
7742 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7743 integ-temp by declared variable.
7744 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7745 New variables.
7746 (math-general-fit): Replace variables first-var, first-coef and
7747 new-coefs by declared variables.
7748 (calcFunc-fitvar): Replace variable first-var by declared variable.
7749 (calcFunc-fitparam): Replace variable first-coef by declared variable.
7750 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7751 (math-all-vars-vars, math-all-vars-found): New variables.
7752 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7753 found by declared variable math-all-vars-vars.
7754
7755 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
7756
7757 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7758 of `defconst'.
7759
7760 2004-11-20 Richard M. Stallman <rms@gnu.org>
7761
7762 * isearch.el (isearch-mode-map): Don't bind SPC.
7763 (isearch-whitespace-chars): Function deleted.
7764 (isearch-search): Bind search-spaces-regexp.
7765 (isearch-lazy-highlight-search): Likewise.
7766 (search-whitespace-regexp): Doc fix.
7767 (isearch-forward-regexp): Doc fix.
7768
7769 * emacs-lisp/bytecomp.el (byte-compile-form):
7770 Move the calls to byte-compile-set-symbol-position,
7771 to avoid having two for the same symbol occurrence.
7772
7773 * comint.el (comint-input-ring-size): Increase to 150.
7774
7775 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7776 New variables.
7777 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7778 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7779
7780 * imenu.el (imenu--generic-function):
7781 Ensure we keep moving backward even if BEG isn't further back.
7782
7783 * replace.el (query-replace-read-to, query-replace-read-from):
7784 Specify t for KEEP-ALL in read-from-minibuffer.
7785
7786 * progmodes/python.el (python-switch-to-python):
7787 If Python isn't running, start it.
7788 Don't alter debug-ignored-errors.
7789
7790 * progmodes/cperl-mode.el (cperl-indent-region):
7791 Don't mind imenu-scanning-message.
7792
7793 * bindings.el (global-map): Bind C-e to move-end-of-line.
7794
7795 * simple.el (line-move-finish): New arg FORWARD.
7796 Ignore invisible newlines, not intangible ones.
7797 Conditions for acceptable stopping positions depend on FORWARD.
7798 (line-move): Pass FORWARD arg to line-move-finish.
7799
7800 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7801 of HEADER. Compensate for this change in the code to add display
7802 properties. Don't make the first line intangible.
7803
7804 * info.el (Info-search): Fix previous change.
7805
7806 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7807
7808 * Makefile.in (recompile): Revert 2004-11-19 change.
7809 (compile): Likewise.
7810
7811 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
7812
7813 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7814
7815 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7816
7817 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
7818 defgroup and defcustom. Eliminate eval-and-compile usage.
7819
7820 * progmodes/ebnf-otz.el: Fix typos.
7821
7822 2004-11-19 Jay Belanger <belanger@truman.edu>
7823
7824 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7825 (calc-edit-finish, calc-finish-stack-edit): Replace variable
7826 disp-trail by declared variable.
7827
7828 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7829 (calc-finish-selection-edit): Replace variable disp-trail by
7830 declared variable.
7831 (calc-selection-cache-entry): Move declaration to earlier in the file.
7832 (calc-selection-cache-num, calc-selection-cache-comp)
7833 (calc-selection-cache-offset, calc-selection-true-num)
7834 (calc-final-point-line, calc-final-point-column)
7835 (calc-original-buffer): Declare them.
7836 (calc-fnp-op, calc-fnp-num): New variables.
7837 (calc-find-nth-part, calc-find-nth-part-rec)
7838 (calc-select-previous): Replace op and num by declared variables.
7839 (calc-rsf-old, calc-rsf-new): New variables.
7840 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7841 Replace variables old and new by declared variables.
7842 (calc-sel-reselect): New variable.
7843 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7844 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7845 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
7846 reselect with declared variable.
7847
7848 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7849 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7850 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7851 (math-import-list, math-rewrite-phase): Declare them.
7852 (math-rewrite): Use let* to declare variables.
7853 (calc-rewrite-selection): Make rules a local variable.
7854 (calc-rewr-sel): New variable.
7855 (calc-rewrite-selection, calc-locate-selection-marker)
7856 (calc-rewrite): Use the declared variable calc-rewr-sel instead
7857 of sel.
7858 (math-rewrite-whole-expr): New variable.
7859 (math-rewrite, math-rewrite-phase): Replace variable expr by
7860 declared variable.
7861 (math-rewrite-heads-heads, math-rewrite-heads-skips)
7862 (math-rewrite-heads-blanks ): New variables.
7863 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
7864 heads, skips and blanks by declared variables.
7865 (math-rwcomp-subst-old, math-rwcomp-subst-new)
7866 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
7867 New variables.
7868 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
7869 old, new, old-func and new-func by declared variables.
7870 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
7871 Remove unnecessary variable.
7872 (math-apply-rw-regs): New variable.
7873 (math-apply-rewrites, math-rwapply-replace-regs)
7874 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
7875 (math-apply-rw-ruleset): New variable.
7876 (math-apply-rewrites, math-rwapply-remember): Replace variable
7877 ruleset by declared variable.
7878
7879 2004-11-19 Richard M. Stallman <rms@gnu.org>
7880
7881 * info.el (Info-search): Use search-whitespace-regexp.
7882
7883 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7884
7885 * vc-rcs.el (vc-rcs-parse): New function.
7886 (vc-rcs-annotate-command): Likewise.
7887 (vc-rcs-annotate-current-time): Likewise.
7888 (vc-rcs-annotate-time): Likewise.
7889 (vc-rcs-annotate-extract-revision-at-line): Likewise.
7890
7891 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7892
7893 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
7894
7895 2004-11-18 Jay Belanger <belanger@truman.edu>
7896
7897 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
7898
7899 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7900
7901 * printing.el: Eliminate use of interactive-p and eval-and-compile.
7902 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7903 Use make-temp-file to generate PostScript files in any situation.
7904 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7905 (pr-interactive-p): Eliminate var.
7906 (pr-save-interactive): Eliminate macro.
7907 (pr-interface, pr-ps-directory-preview)
7908 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
7909 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
7910 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
7911 (pr-ps-buffer-ps-print, pr-ps-region-preview)
7912 (pr-ps-region-using-ghostscript, pr-ps-region-print)
7913 (pr-ps-region-ps-print, pr-ps-mode-preview)
7914 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
7915 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
7916 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
7917 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
7918 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
7919 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
7920 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
7921 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
7922 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
7923 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
7924 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
7925 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
7926 Eliminate pr-save-interactive usage.
7927 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
7928 Eliminate pr-interactive-p usage.
7929 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
7930 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
7931 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
7932 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
7933 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
7934 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7935 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
7936 New funs.
7937 (pr-ps-file): Use make-temp-file to generate a temporary file.
7938
7939 2004-11-17 Jay Belanger <belanger@truman.edu>
7940
7941 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
7942 a local variable.
7943 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
7944 (math-top-only): New variable.
7945 (math-simplify, math-simplify-step): Replace variable top-only by
7946 declared variable math-top-only.
7947 (math-simplify-expr): Declare it.
7948 Replace argument expr in all calls of math-defsimplify by
7949 math-simplify-expr.
7950 (math-simplify-plus, math-simplify-times, math-simplify-divide)
7951 (math-simplify-divisor, math-simplify-one-divisor)
7952 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
7953 (math-simplify-pow): Replace variable expr by declared variable
7954 math-simplify-expr.
7955 (math-simplify-divisor): Remove local variables temp and op.
7956 (math-simplify-one-divisor): Make temp and op local variables.
7957 (math-simplify-divisor-nover, math-simplify-divisor-dover):
7958 New variables.
7959 (math-simplify-divisor, math-simplify-one-divisor):
7960 Replace variables nover and dover by declared variables.
7961 (math-expr-subst-new, math-expr-subst-old): New variables.
7962 (math-expr-subst, math-expr-subst-rec): Replace variables new
7963 and old by declared variables.
7964 (math-is-poly-degree, math-is-poly-loose): New variables.
7965 (math-is-polynomial, math-is-poly-rec): Replace variables degree
7966 and loose by declared variables.
7967 (math-poly-base-const-ok, math-poly-base-pred): New variables.
7968 (math-polynomial-base, math-polynomial-base-rec):
7969 Replace variables const-ok and mpb-pred by declared variables.
7970
7971 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
7972
7973 * calc/calc-ext.el (math-defsimplify): Change the argument in
7974 the created function to math-simplify-expr.
7975
7976 * calc/calc-units.el (math-simplify-expr): Declare it.
7977 Replace argument expr in all calls of math-defsimplify by
7978 math-simplify-expr.
7979 (math-simplify-units-prod): Replace variable expr by declared
7980 variable math-simplify-expr.
7981
7982 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
7985 Replace mapcar->dolist, format->string.
7986
7987 2004-11-17 Miles Bader <miles@gnu.org>
7988
7989 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
7990 * progmodes/idlwave.el: Remove RCS keywords.
7991
7992 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
7993
7994 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
7995 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
7996 Update to IDLWAVE version 5.5. Too many changes to list them here.
7997 * progmodes/idlw-help.el: New file.
7998
7999 2004-11-16 Richard M. Stallman <rms@gnu.org>
8000
8001 * international/iso-cvt.el (iso-tex2iso-trans-tab):
8002 Discard spaces after \i according to TeX rules.
8003
8004 * international/mule.el (set-buffer-file-coding-system):
8005 New arg NOMODIFY.
8006 (after-insert-file-set-coding): Pass that new arg.
8007 Prevent set-buffer-multibyte from trying to lock the file.
8008
8009 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8010
8011 * saveplace.el (save-place): Doc fix.
8012
8013 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8014 temporarily widen before finding the following word to copy.
8015
8016 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8017 (cl-map-keymap): Definition deleted.
8018
8019 * subr.el (map-keymap-internal): New function.
8020
8021 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8024 when pressing rather than when releasing mouse-2. Simplify.
8025
8026 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8029 (compilation-mode): Set it here instead.
8030
8031 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8032
8033 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8034 (loop, cl-parse-loop-clause, defsetf): Use backquote.
8035
8036 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * progmodes/compile.el (compilation-internal-error-properties):
8039 Fix up a transposition-typo. Check end-col before using it.
8040
8041 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
8042
8043 * international/iso-cvt.el (iso-tex2iso-trans-tab):
8044 Discard whitespace after macro \i when converting it.
8045
8046 2004-11-16 Juri Linkov <juri@jurta.org>
8047
8048 * emacs-lisp/find-func.el (find-function-regexp):
8049 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
8050 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
8051 Remove invalid `\W' from [^cgv\W]. Doc fix.
8052 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8053
8054 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * play/life.el: Maintainer is now FSF.
8057 (life-patterns, life-neighbor-deltas, life-window-start)
8058 (life-current-generation, life-generation-string): Use defvar
8059 instead of defconst.
8060
8061 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * progmodes/compile.el (compilation-move-to-column): New fun.
8064 (compilation-internal-error-properties)
8065 (compilation-next-error-function): Use it to make sure we don't go past
8066 the end of line.
8067
8068 2004-11-15 John Paul Wallington <jpw@gnu.org>
8069
8070 * autoinsert.el (auto-insert-alist): Insert the user's name in
8071 copyright notice, rather than Free Software Foundation, for the
8072 Emacs Lisp header case too.
8073
8074 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8075
8076 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8077 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8078 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
8079 return the list of string in a string.
8080 (pr-call-process): Message if calling process returns an error, that
8081 is, the exit status is different of zero.
8082
8083 2004-11-15 Jay Belanger <belanger@truman.edu>
8084
8085 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8086 variable var-thing.
8087 (math-integ-depth, math-integ-level, math-integral-limit)
8088 (math-enable-subst, math-any-substs, math-integ-msg)
8089 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8090 (math-int-threshold, math-int-factors, math-double-roots)
8091 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8092 (var-GenCount): Declare these variables.
8093 (calcFunc-integ): Don't check if var-IntegLimit is bound.
8094 (math-integral-cache, math-integral-cache-state):
8095 Move declarations to earlier in the file.
8096 (math-deriv-var, math-deriv-total, math-deriv-symb)
8097 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8098 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8099 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8100 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8101 (math-solve-res): New variables
8102 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8103 (math-integral, math-replace-integral-parts)
8104 (math-integrate-by-parts, calc-dump-integral-cache)
8105 (math-try-integral, math-do-integral, math-do-integral)
8106 (math-do-integral-methods, math-try-solve-for)
8107 (math-try-solve-prod, math-solve-poly-funny-powers)
8108 (math-solve-crunch-poly, math-decompose-poly)
8109 (math-solve-find-root-term, math-find-root-in-prod)
8110 (math-integ-try-linear-substitutions)
8111 (math-integ-try-substitutions, math-expr-rational-in)
8112 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8113 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8114 (math-solve-for, math-solve-system, math-solve-system-rec)
8115 (math-solve-get-sign, math-solve-get-int)
8116 (math-solve-system-subst): Replace undeclared variables with newly
8117 declared variables.
8118
8119 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * winner.el (winner-active-region, winner-edges, winner-window-list):
8122 Define at toplevel.
8123 (winner-mode-map): Move init inside declaration.
8124
8125 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * files.el (convert-standard-filename): Doc fix.
8128
8129 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
8130
8131 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8132 passwd, group, shadow, default/* and pam.d/*.
8133
8134 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8135
8136 * printing.el (pr-menu-spec): Adjust menu specification.
8137
8138 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8139
8140 * printing.el: Doc fix. Insert :version tag into all defcustom.
8141 Handle interactive-p as is recommended in Emacs Lisp Reference.
8142 Set the file permission bits for newly created files.
8143 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8144 The printing menu specification (in `pr-menu-spec') was merged.
8145 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8146 (pr-version): New version number (6.8.3).
8147 (pr-file-modes): New option.
8148 (pr-interactive-p): New var.
8149 (pr-save-interactive, pr-save-file-modes): New macros.
8150 (pr-setup): Code fix.
8151 (pr-menu-spec): Menu specification merged.
8152 (pr-call-process, pr-text2ps): Set file permission bits.
8153 (pr-despool-print): Set file permission bits. Handle interactive-p as
8154 is recommended.
8155 (pr-interface, pr-ps-directory-preview)
8156 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8157 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8158 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8159 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8160 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8161 (pr-ps-region-ps-print, pr-ps-mode-preview)
8162 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8163 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8164 (pr-despool-using-ghostscript, pr-despool-ps-print)
8165 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8166 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8167 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8168 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8169 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8170 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8171 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8172 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8173 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8174 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8175 Handle interactive-p as is recommended.
8176
8177 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8180 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8181
8182 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8183 so it doesn't forget to highlight the beginning of the region either.
8184
8185 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
8186
8187 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8188 (c-font-lock-init): Eliminate obsolete make-local-hook.
8189 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8190 (awk-mode): Use run-mode-hooks.
8191
8192 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8193
8194 2004-11-13 Kim F. Storm <storm@cua.dk>
8195
8196 * mouse.el (mouse-drag-copy-region): Add :version.
8197 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8198 while dragging mode line, so mode line can be dragged downwards.
8199 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8200 while pressing mouse button so window doesn't scroll until we
8201 release the mouse if clicking on partially visible line.
8202
8203 2004-11-12 Jay Belanger <belanger@truman.edu>
8204
8205 * calc/calc-graph.el (calc-dumb-map): Declare it.
8206 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8207 than unbound.
8208 (calc-graph-name): Made `end' a local variable.
8209 (calc-graph-lookup): Made `varname' a local variable.
8210 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8211 Declare them.
8212 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8213 (calc-graph-plot, calc-graph-compute-3d): Remove references to
8214 the unused variable y3vec.
8215 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8216 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8217 calc-graph-prev-kill-hook.
8218 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8219 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8220 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8221 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8222 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8223 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8224 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8225 (calc-graph-y3value, calc-graph-y3name)
8226 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8227 (calc-graph-stepcount, calc-graph-is-splot)
8228 (calc-graph-surprise-splot, calc-graph-blank)
8229 (calc-graph-non-blank, calc-graph-curve-num): New variables.
8230 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8231 (calc-graph-recompute-2d, calc-graph-compute-3d)
8232 (calc-graph-format-data): Replace undeclared variables with the
8233 above newly declared variables.
8234
8235 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
8236
8237 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8238 `rsf-beep' and `rsf-sleep-after-message'.
8239
8240 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8241 list if `message-sender' is non-nil.
8242
8243 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8244
8245 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8246 consing by using mapc instead of mapcar.
8247
8248 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * tooltip.el (require): Explain why CL is needed.
8251
8252 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8253
8254 * printing.el: Insert :version into defgroup (printing). All reference
8255 to Files option in menubar were changed to File.
8256 (pr-version): New version number (6.8.2).
8257 (pr-get-symbol): Call easy-menu-intern.
8258 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
8259 compilation gripes.
8260
8261 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
8264 new byte-compile-function-environment binding to t.
8265
8266 * font-lock.el (font-lock-fontify-syntactically-region):
8267 Don't forget to highlight the last char when we hit `end'.
8268
8269 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
8270 (mwheel-scroll): Adjust accordingly.
8271
8272 * cvs-status.el: Reduce spurious warnings.
8273 (cvs-status-checkout): Remove.
8274 (cvs-status-mode-map): Use cvs-mode-checkout instead.
8275
8276 * pcvs.el (cvs-mode-checkout): New command.
8277
8278 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
8279
8280 * tooltip.el: Require CL.
8281
8282 * emacs-lisp/bytecomp.el: Use push.
8283 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
8284 (defalias): Remove the `byte-compile' property and add
8285 a `byte-hunk-handler'.
8286
8287 2004-11-11 Juri Linkov <juri@jurta.org>
8288
8289 * info.el (Info-search): Save match data for isearch.
8290 Skip Tag Table node.
8291
8292 * descr-text.el (describe-char): Replace syntax-after with code
8293 from its previous version.
8294
8295 * files.el (magic-mode-alist): Use optimization for SGML mode too.
8296 (set-auto-mode): Doc fix. Remove unused variable `xml'.
8297
8298 * international/mule.el (sgml-html-meta-auto-coding-function):
8299 Remove > after <html to allow HTML attributes.
8300
8301 2004-11-11 Jay Belanger <belanger@truman.edu>
8302
8303 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8304 a variable.
8305 (calcFunc-dfac): Replace unbound max by n.
8306 (math-stirling-local-cache): New variable.
8307 (math-stirling-number, math-stirling-1, math-stirling-2):
8308 Replace the variable `cache' by the declared variable
8309 math-stirling-local-cache.
8310 (var-RandSeed): Declare it as a variable.
8311 (math-init-random-base, math-random-digit): Don't check to see if
8312 var-RandSeed is bound.
8313 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8314 Declare them instead of just setting them.
8315 (math-init-random-base): Made i a local variable.
8316 (math-random-digit): Made math-random-last a local variable.
8317 (math-prime-test-cache): Move declaration to before it is used.
8318 (math-prime-test-cache-k, math-prime-test-cache-q)
8319 (math-prime-test-cache-nm1, math-prime-factors-finished):
8320 Declare them as variables.
8321
8322 2004-11-11 Jay Belanger <belanger@truman.edu>
8323
8324 * calc/calc-ext.el (math-defcache): Use defvar for the new
8325 variables it creates.
8326
8327 2004-11-11 Lars Hansen <larsh@math.ku.dk>
8328
8329 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8330 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8331 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8332 (desktop-save): Add :version.
8333
8334 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * printing.el (pr-get-symbol): Don't downcase.
8337
8338 2004-11-10 Jay Belanger <belanger@truman.edu>
8339
8340 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8341 string to kill-ring.
8342
8343 * calc/calc-aent.el (calc-alg-exp, math-toks)
8344 (math-exp-pos,math-exp-old-pos, math-exp-token)
8345 (math-exp-keep-spaces, math-exp-str): New variables.
8346 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8347 (calcAlg-enter): Use declared variable calc-alg-exp.
8348 (math-build-parse-table, math-find-user-token): Use declared
8349 variable math-toks.
8350 (math-read-exprs, math-read-token, calc-check-user-syntax)
8351 (calc-match-user-syntax, match-factor-after, math-read-factor):
8352 Use declared variables math-exp-pos math-exp-old-pos.
8353 (math-read-exprs, math-read-token, math-read-expr-level)
8354 (calc-check-user-syntax, calc-match-user-syntax)
8355 (match-factor-after, math-read-factor): Use declared variable
8356 math-exp-token.
8357 (math-read-exprs, math-read-expr-list, math-read-token)
8358 (math-read-factor): Use declared variable math-exp-keep-spaces.
8359 (math-read-exprs, math-read-token): Use declared variable
8360 math-exp-str.
8361 (calc-match-user-syntax): Make m a local variable.
8362
8363 * calc/calc-ext.el (math-read-expr): Use declared variables
8364 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8365 math-exp-keep-spaces.
8366
8367 * calc/calc-forms.el (math-read-angle-bracket): Use declared
8368 variables math-exp-pos, math-exp-str.
8369
8370 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8371 math-exp-old-pos.
8372 (math-parse-fortran-vector, math-parse-fortran-vector-end)
8373 (math-parse-eqn-prime): Use declared variable math-exp-token.
8374
8375 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8376 Use declared variable math-exp-pos.
8377 (math-check-for-commas): Use declared variable math-exp-str.
8378 (math-read-brackets): Use declared variables math-exp-old-pos,
8379 math-exp-keep-spaces.
8380 (math-read-brackets, math-read-vector, math-read-matrix):
8381 Use declared variable math-exp-token.
8382
8383 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
8386 where the keymap is a symbol.
8387 (easy-menu-add-item): Use keymap-prompt. Simplify.
8388
8389 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
8390
8391 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
8392 (sgml-parse-tag-backward): Use it to skip spurious < or >.
8393
8394 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
8395
8396 * ebuff-menu.el: Doc fixes throughout.
8397 (electric-buffer-menu-mode-hook): New defvar.
8398
8399 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
8400
8401 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
8402 compilation. The resulting compiler warnings appear to be harmless.
8403
8404 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
8405
8406 * textmodes/conf-mode.el: New file.
8407
8408 * files.el (auto-mode-alist, magic-mode-alist): Use it.
8409
8410 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
8413
8414 2004-11-09 Jay Belanger <belanger@truman.edu>
8415
8416 * calc/calc-ext.el (calc-init-extensions): Remove old code.
8417
8418 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
8419 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
8420 (calc-z-prefix-help, calc-user-function-list): Use declared
8421 variables calc-z-prefix-buf, calc-z-prefix-msgs.
8422 (math-map-tree, math-map-tree-rec): Use declared variables
8423 math-mt-many, math-mt-func.
8424 (math-read-expression, math-read-string): Use declared variable
8425 math-expr-data.
8426
8427 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
8428 variable math-normalize-a.
8429
8430 * calc/calc.el (math-normalize-a): New variable.
8431 (math-normalize): Use declared variable math-normalize-a.
8432
8433 * calc/calc-poly.el (math-expand-form): Use declared variable
8434 math-mt-many.
8435
8436 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8437 Use declared variable math-mt-many.
8438 (math-rewrite): Use declared variable math-mt-func.
8439
8440 * calc/calc-vec.el (math-read-brackets, math-read-vector)
8441 (math-read-matrix): Use declared variable math-expr-data.
8442
8443 * calc/calc-lang.el (math-parse-fortran-vector)
8444 (math-parse-fortran-vector-end, math-parse-tex-sum)
8445 (math-parse-eqn-matrix, math-parse-eqn-prime)
8446 (math-read-math-subscr): Use declared variable math-expr-data.
8447
8448 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8449 (math-read-expr-level, math-read-token, calc-check-user-syntax)
8450 (calc-match-user-syntax, math-read-if, math-factor-after)
8451 (math-read-factor): Use declared variable math-expr-data.
8452
8453 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8454
8455 * calendar/diary-lib.el (diary-from-outlook)
8456 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8457 interactive-p; but rather new optional argument NOCONFIRM.
8458
8459 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8462 (easy-menu-name-match): Revert correspondingly.
8463
8464 2004-11-09 Richard M. Stallman <rms@gnu.org>
8465
8466 * emacs-lisp/bytecomp.el (byte-compile-defalias):
8467 Turn off warnings for the new function even if definition not constant.
8468 If the definition isn't a quoted symbol, record (FUNCTION . t).
8469 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8470 (byte-compile-callargs-warn): Handle (FUNCTION . t).
8471 (display-call-tree, byte-compile-arglist-warn):
8472 Handle t returned by byte-compile-fdefinition.
8473
8474 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8475
8476 * Makefile.in (maintainer-clean): Depend on distclean.
8477
8478 * help-fns.el (help-C-file-name): File name must be in build-files
8479 to be returned.
8480
8481 2004-11-09 Jay Belanger <belanger@truman.edu>
8482
8483 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8484 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
8485
8486 * calc/calc.el (calc, calc-trail-display, calc-mode):
8487 Remove obsolete sections.
8488
8489 * calc/calc.el (calc-x-paste-text): Remove.
8490
8491 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
8492 mouse-2.
8493
8494 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
8495
8496 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8497 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8498 current frame (in case of recursive calls).
8499 (gdb-show-changed-values): Add :version keyword.
8500
8501 2004-11-09 Kenichi Handa <handa@m17n.org>
8502
8503 * international/mule-cmds.el: Change coding: tag back to
8504 iso-2022-7bit.
8505
8506 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * international/mule-cmds.el: Change coding-system to utf-8.
8509 (select-safe-coding-system-interactively):
8510 New function extracted from select-safe-coding-system.
8511 (select-safe-coding-system): Use it.
8512
8513 2004-11-08 Richard M. Stallman <rms@gnu.org>
8514
8515 * subr.el (syntax-after): Doc fix.
8516
8517 * paren.el (show-paren-function): Change calls to syntax-after
8518 for new way of returning the value.
8519
8520 * menu-bar.el (menu-bar-file-menu): Make this the real name
8521 and menu-bar-files-menu the alias. Use the former.
8522 (global-map): Use `file', not `files', as the symbol.
8523
8524 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8525
8526 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8527 Don't use beginning-of-buffer.
8528 (filesets-cmd-show-result): Use with-no-warnings.
8529
8530 2004-11-08 Juri Linkov <juri@jurta.org>
8531
8532 * progmodes/compile.el (compile): Don't overwrite last command in
8533 minibuffer history with default command if they are not equal.
8534
8535 2004-11-08 Jay Belanger <belanger@truman.edu>
8536
8537 * calc/calcalg2.el (math-do-integral-methods): Try linear then
8538 non-linear substitutions.
8539
8540 2004-11-08 Jay Belanger <belanger@truman.edu>
8541
8542 * calc/calcalg2.el (math-linear-subst-tried): New variable.
8543 (math-do-integral): Set `math-linear-subst-tried' to nil.
8544 (math-do-integral-methods): Use `math-linear-subst-tried' to
8545 determine what type of substitution to try.
8546 (math-integ-try-linear-substituion):
8547 Set `math-linear-subst-tried' to t.
8548
8549 2004-11-08 Kim F. Storm <storm@cua.dk>
8550
8551 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8552
8553 2004-11-07 Juri Linkov <juri@jurta.org>
8554
8555 * info-look.el (info-lookup): Allow reusing in the current buffer
8556 not only *info* buffer, but all (even renamed) Info buffers
8557 by checking for major-mode instead of *info* buffer name.
8558 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8559 (octave-mode, maxima-mode) <doc-spec>:
8560 Allow long dashes generated by Texinfo 4.7 before definitions.
8561 (texinfo-mode) <doc-spec>: Add space to suffix to find command
8562 definitions with argument separated by space.
8563
8564 2004-11-06 Richard M. Stallman <rms@gnu.org>
8565
8566 * simple.el (next-error group, face): Move before first use.
8567 (next-error-highlight, next-error-highlight-no-select): Likewise.
8568
8569 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8570 (line-move): New args NOERROR and TO-END.
8571 Return t if if succeed in moving specified number of lines.
8572 (move-end-of-line): New function.
8573
8574 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8575 (end-of-buffer-other-window): Likewise.
8576
8577 * simple.el (line-move-ignore-invisible): Default to t.
8578
8579 * subr.el (syntax-after): Return the syntax letter, not the raw code.
8580
8581 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8582
8583 * international/iso-cvt.el (iso-cvt-define-menu):
8584 Rename menu-bar-files-menu to menu-bar-file-menu.
8585
8586 * net/browse-url.el (browse-url-gnome-moz-program)
8587 (browse-url-gnome-moz-arguments): Move up before first use.
8588
8589 * net/tramp.el (tramp group): Add :version.
8590
8591 * progmodes/ada-xref.el (ada-gdb-application):
8592 Use goto-char instead of beginning-of-buffer.
8593
8594 * progmodes/cperl-mode.el (cperl-info-on-command):
8595 Use goto-char instead of beginning-of-buffer.
8596
8597 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8598 Move up before first use.
8599 (idlwave-shell-temp-pro-file): Likewise.
8600 (idlwave-shell-temp-rinfo-save-file): Likewise.
8601 (idlwave-shell-temp-file): Minor doc fix.
8602
8603 * textmodes/flyspell.el (flyspell-external-point-words):
8604 Use goto-char instead of beginning-of-buffer.
8605
8606 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
8607
8608 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8609 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
8610 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8611
8612 2004-11-06 David Ponce <david@dponce.com>
8613
8614 * recentf.el (recentf-menu-path): Use menu item name.
8615
8616 2004-11-06 Eli Zaretskii <eliz@gnu.org>
8617
8618 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8619 display doesn't support images.
8620
8621 2004-11-06 Andreas Schwab <schwab@suse.de>
8622
8623 * tempo.el (tempo-match-finder): Doc fix.
8624
8625 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8626
8627 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8630 (easy-menu-lookup-name): New fun to replace it.
8631 (easy-menu-get-map): Use it to obey menu item names (rather than just
8632 keys) when looking up `path'.
8633 (easy-menu-always-true-p): Rename from easy-menu-always-true.
8634 (easy-menu-convert-item-1): Adjust to new name.
8635
8636 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
8637
8638 * outline.el (hide-body): Don't hide lines at the top of the file
8639 that precede the first header line.
8640
8641 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
8642
8643 * align.el (align-areas): Delete whitespace before reindenting, so
8644 that tabs are never placed after spaces.
8645
8646 2004-11-06 Alan Shutko <ats@acm.org>
8647
8648 * macros.el (insert-kbd-macro): Do completions based on macros,
8649 rather than all commands.
8650
8651 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
8652
8653 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8654 to solve a bug whereby tags with 'b' don't match.
8655
8656 2004-11-05 Juri Linkov <juri@jurta.org>
8657
8658 * info.el (Info-search): Don't search in node header lines
8659 and file headers.
8660
8661 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8662 symbol-constituent characters after dot, not only digits.
8663
8664 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
8665
8666 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8667
8668 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8669
8670 * dired.el (dired-read-dir-and-switches): Call read-directory-name
8671 if a dialog will be used, read-file-name otherwise.
8672
8673 2004-11-04 Richard M. Stallman <rms@gnu.org>
8674
8675 * textmodes/table.el (table group): Add :version.
8676
8677 * textmodes/ispell.el (ispell-word):
8678 Don't alter args; set them only thru `interactive' spec.
8679
8680 * textmodes/flyspell.el (flyspell-word):
8681 Don't alter FOLLOWING; set it only thru `interactive' spec.
8682
8683 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8684
8685 * net/browse-url.el (browse-url-maybe-new-window):
8686 Use called-interactively-p.
8687
8688 * mail/supercite.el (sc-cite-region):
8689 Don't use interactive-p. Add arg INTERACTIVE.
8690 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
8691
8692 * international/mule-cmds.el (set-input-method, toggle-input-method):
8693 Don't use interactive-p. Add arg INTERACTIVE.
8694
8695 * eshell/esh-mode.el (eshell-show-maximum-output):
8696 Don't use interactive-p.
8697 (eshell-truncate-buffer): Just message, no error, if buffer is short.
8698
8699 * mouse.el (mouse-show-mark): Get positions to delete from mark
8700 and point, not from mouse-drag-overlay.
8701
8702 * imenu.el (imenu-eager-completion-buffer): Add :version.
8703
8704 * filesets.el (filesets group): Add :version.
8705
8706 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
8707
8708 * files.el (xml-based-modes): Delete var.
8709 (magic-mode-alist): New more general var.
8710 (set-auto-mode): Use it.
8711
8712 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8713 when clicking from another window.
8714
8715 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
8716
8717 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8718 (vc-cvs-annotate-time): Incorporate value of deleted var.
8719 Remove special-case handling of beginning-of-buffer cruft.
8720 Cache ending position (point) and return value in text property
8721 `vc-cvs-annotate-time', and consult it on subsequent invocations.
8722
8723 * vc-cvs.el (vc-cvs-annotate-command):
8724 Delete extraneous lines from beginning of buffer.
8725 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8726
8727 * progmodes/grep.el (grep-default-command): Take empty string
8728 for tag if all other methods yield nil. Shell-quote the tag.
8729
8730 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8731 spec in `interactive' form, and mention it in the docstring.
8732 Also, make sure point is at bol after calling `annotate-time'.
8733
8734 2004-11-02 Richard M. Stallman <rms@gnu.org>
8735
8736 * cus-edit.el (customize-group-other-window):
8737 Select the window that displays the custom buffer.
8738 (custom-buffer-create-other-window): Likewise.
8739
8740 * comint.el (comint-insert-input): Fix previous change.
8741
8742 * emacs-lisp/elp.el (elp-instrument-function):
8743 Use called-interactively-p.
8744
8745 * emacs-lisp/easymenu.el (easy-menu-intern):
8746 Don't downcase; rather, case-flip the first letter of each word.
8747
8748 * emacs-lisp/easy-mmode.el (define-minor-mode):
8749 Use called-interactively-p.
8750
8751 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8752 Add interactive-only.
8753 (byte-compile-warnings): Add interactive-only as option.
8754 (byte-compile-interactive-only-functions): New variable.
8755 (byte-compile-form): Warn about calls to functions
8756 in byte-compile-interactive-only-functions.
8757
8758 * emacs-lisp/autoload.el (update-file-autoloads):
8759 Don't use interactive-p; take new arg SAVE-AFTER.
8760
8761 * emacs-lisp/advice.el (ad-make-advised-definition):
8762 Use called-interactively-p.
8763
8764 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8765
8766 * files.el (find-file-existing): New function.
8767
8768 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8769 find-file-existing. Add "New File..." that calls find-file.
8770
8771 * diropen.pbm, diropen.xpm: New files.
8772
8773 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8774 icon diropen. New tool bar item find-file-existing uses icon open.
8775
8776 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8777 instead of read-file-name.
8778
8779 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
8780
8781 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8782 (icalendar--split-value): Change name of work buffer.
8783 (icalendar--get-weekday-abbrev): Return nil on error.
8784 (icalendar--date-to-isodate): New function.
8785 (icalendar-convert-diary-to-ical)
8786 (icalendar-extract-ical-from-buffer): Use only two args for
8787 make-obsolete (XEmacs compatibility).
8788 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8789 (icalendar-export-region): Doc fix.
8790 If error, return non-nil and write errors to a buffer.
8791 Use correct weekday for weekly recurring events.
8792 Check whether date has been parsed for ordinary events.
8793 Make weekly events start in the year 2000.
8794 DTEND is non-inclusive, shift end date by one day if
8795 necessary (not for entries that have date and time).
8796 Rename local let variables: oops -> found-error, datestring ->
8797 startdatestring.
8798
8799 2004-11-02 Kim F. Storm <storm@cua.dk>
8800
8801 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8802 keep-mode-if-same variable. Add it as optional arg instead.
8803 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8804
8805 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8806 substitute-command-keys will select lower-case bindings like those
8807 used in the static help texts.
8808
8809 * descr-text.el (describe-text-properties): Don't err if called in
8810 the *Help* buffer; output to *Help-2* buffer instead.
8811
8812 * kmacro.el (group kmacro): Add :version.
8813 (kmacro-keyboard-quit): New function to cleanup on C-g.
8814 (kmacro-start-macro): Set defining-kbd-macro to append when
8815 appending to last macro.
8816
8817 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8818
8819 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
8820
8821 * progmodes/gdb-ui.el (gdb-enable-debug-log)
8822 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8823 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8824 Add :version keyword.
8825
8826 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
8827
8828 * progmodes/flymake.el (flymake-err-line-patterns):
8829 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8830 `compilation-error-regexp-alist-alist' to internal Flymake format.
8831
8832 * progmodes/flymake.el: Eliminate byte-compiler warnings.
8833
8834 2004-11-01 Jay Belanger <belanger@truman.edu>
8835
8836 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8837 with `interactive "s"'.
8838
8839 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8840
8841 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8842 Revert change from 2004-10-16. '*' checks the current buffer, but the
8843 mouse click may be in another buffer.
8844
8845 2004-11-01 John Paul Wallington <jpw@gnu.org>
8846
8847 * files.el (large-file-warning-threshold): Add :version keyword.
8848 (kill-some-buffers): Doc fix.
8849
8850 * thumbs.el (group thumbs): Add :version keyword.
8851
8852 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8853
8854 2004-11-01 Richard M. Stallman <rms@gnu.org>
8855
8856 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8857
8858 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8859
8860 * allout.el (allout group): Add :version.
8861 (allout-init): Don't use interactive-p.
8862 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
8863 (allout-forward-current-level, allout-backward-current-level):
8864 Don't use interactive-p.
8865
8866 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
8867 (bibtex-find-text): Likewise.
8868
8869 * progmodes/vhdl-mode.el (vhdl-fill-region)
8870 (vhdl-beginning-of-statement): Don't use interactive-p.
8871
8872 * progmodes/idlwave.el (idlwave-update-routine-info):
8873 Don't use interactive-p.
8874
8875 * progmodes/idlw-shell.el (idlwave-shell-send-char):
8876 Don't use interactive-p.
8877
8878 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
8879 Don't use interactive-p.
8880
8881 * progmodes/ada-xref.el (ada-make-body-gnatstub):
8882 Don't use interactive-p.
8883
8884 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
8885 (fortune-in-buffer): Doc fix.
8886
8887 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
8888
8889 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
8890 don't select the temporary buffer.
8891 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
8892 (eudc-get-phone): Likewise.
8893
8894 2004-11-01 Kim F. Storm <storm@cua.dk>
8895
8896 * man.el (Man-xref-normal-file): Fix help-echo.
8897
8898 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * reveal.el (reveal-last-tick): New var.
8901 (reveal-post-command): Use it to avoid closing overlays when we're
8902 appending text to them.
8903
8904 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8905
8906 * textmodes/bibtex.el: Require button.
8907 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
8908 (bibtex-reference-keys): Distinguish between header keys and
8909 crossref keys.
8910 (bibtex-beginning-of-field): New function.
8911 (bibtex-url-map): Remove.
8912 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
8913 (bibtex-font-lock-url-regexp): Assume that field names begin at
8914 the beginning of a line.
8915 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
8916 Remove field delimiters. Use bibtex-beginning-of-field.
8917 Bugfix, point can be inside a field with a url.
8918 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
8919 New functions.
8920 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
8921 (bibtex-key-in-head): Simplify.
8922 (bibtex-current-line): Use bolp.
8923 (bibtex-parse-keys): Remove unused arg `add'.
8924 Use bibtex-type-in-head and bibtex-key-in-head.
8925 (bibtex-parse-entry, bibtex-autofill-entry):
8926 Use bibtex-type-in-head and bibtex-key-in-head.
8927 (bibtex-autokey-get-field): Do not alter case of replacement text.
8928 (bibtex-autokey-get-names): Do all processing of name list.
8929 (bibtex-autokey-get-year): New function.
8930 (bibtex-autokey-get-title): Do all processing of title words.
8931 (bibtex-generate-autokey): Simplify.
8932 (bibtex-string-files-init): Use default-directory.
8933 Allow for absolute file names in bibtex-string-files.
8934 (bibtex-files, bibtex-file-path): New variables.
8935 (bibtex-files-expand): New function.
8936 (bibtex-find-entry-globally): New command.
8937 (bibtex-summary-function): New variable.
8938 (bibtex-summary): Default value of bibtex-summary-function.
8939 (bibtex-find-crossref): New optional args pnt and split.
8940 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
8941 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
8942 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
8943 Fix handling of required and alternative fields.
8944 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
8945 Use cons and display-buffer.
8946 (bibtex-validate-globally): New command.
8947 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
8948 bibtex-parse-keys and bibtex-parse-strings for updating
8949 bibtex-reference-keys and bibtex-strings.
8950 (bibtex-realign): Remove blank lines past the last entry.
8951 (bibtex-reformat): Use bibtex-entry-format as default.
8952 (bibtex-choose-completion-string): Remove.
8953 (bibtex-complete): Do not use bibtex-choose-completion-string.
8954 (bibtex-url): Simplify.
8955
8956 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8957
8958 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
8959 (x-dnd-types-alist, x-dnd-open-file-other-window)
8960 (x-dnd-known-types): Add :version.
8961
8962 2004-10-31 John Paul Wallington <jpw@gnu.org>
8963
8964 * ibuffer.el (group ibuffer): Add :version keyword.
8965
8966 2004-10-31 Kim F. Storm <storm@cua.dk>
8967
8968 * ido.el (group ido): Add :version keyword.
8969 (ido-mode): Remove :version keyword.
8970
8971 * emulation/cua-base.el (group cua): Add :version keyword.
8972 (cua-mode): Remove :version keyword.
8973
8974 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
8977
8978 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
8979 compiler warning.
8980 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
8981 function.
8982 (help-at-pt-display-when-idle): Remove autoload.
8983
8984 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
8987
8988 2004-10-30 Juri Linkov <juri@jurta.org>
8989
8990 * help.el (function-called-at-point):
8991 * help-fns.el (variable-at-point): Read -> intern.
8992
8993 2004-10-30 Simon Josefsson <jas@extundo.com>
8994
8995 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8996 Recognize AS_* too.
8997
8998 2004-10-29 Simon Josefsson <jas@extundo.com>
8999
9000 * subr.el (read-passwd): Move back from password.el.
9001
9002 * password.el: Remove, not ready yet.
9003
9004 2004-10-29 Andreas Schwab <schwab@suse.de>
9005
9006 * speedbar.el (speedbar-frame-parameters): Improve customize type.
9007
9008 2004-10-29 Sam Steingold <sds@gnu.org>
9009
9010 * mouse.el (mouse-show-mark): Replace the last occurrence of
9011 x-lost-selection-hooks with x-lost-selection-functions.
9012
9013 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9016 x-lost-selection-functions is bound.
9017
9018 * mouse-sel.el (mouse-sel-mode):
9019 * emacs-lisp/lselect.el: Adjust to new names for
9020 x-(lost|sent)-selection-functions.
9021
9022 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9023 New obsolete aliases of x-lost-selection-functions and
9024 x-sent-selection-functions.
9025
9026 2004-10-28 Kim F. Storm <storm@cua.dk>
9027
9028 * imenu.el (imenu-scanning-message): Remove.
9029 (imenu-progress-message): Make it a no-op.
9030
9031 2004-10-28 John Paul Wallington <jpw@gnu.org>
9032
9033 * files.el (set-auto-mode): Call `throw' correctly.
9034
9035 2004-10-28 Juri Linkov <juri@jurta.org>
9036
9037 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9038 to search `Info-...' commands in `info' manual.
9039 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9040 Add 'info-file "emacs" property.
9041 (Info-find-emacs-command-nodes): Fix index line number regexp.
9042 Set real line number (instead of fake 0) in first element of the
9043 returned list.
9044 (Info-goto-emacs-command-node): Use line number of first element
9045 to set point in the first found Info node.
9046
9047 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9048 code to `grep-mode-font-lock-keywords'.
9049 (grep-mode-font-lock-keywords): Delete grep markers instead
9050 of making them invisible.
9051
9052 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9053
9054 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9055 and x-server-version in bug report.
9056
9057 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
9058
9059 * files.el (set-auto-mode-0): New function.
9060 (set-auto-mode): Use it to handle aliased modes and to
9061 be consistent between C-x C-f and C-x C-w.
9062
9063 2004-10-28 Kenichi Handa <handa@m17n.org>
9064
9065 * international/utf-8.el (utf-translate-cjk-charsets):
9066 Add katakana-jisx0201.
9067
9068 * international/subst-jis.el: Add data for JISX0201.
9069
9070 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * obsolete/hilit19.el (hilit-mode): New function.
9073 Move all the toplevel side-effecting stuff into it, so that loading
9074 hilit19 doesn't mess everything up any more.
9075
9076 2004-10-27 Richard M. Stallman <rms@gnu.org>
9077
9078 * add-log.el (add-change-log-entry): Set up mailing address
9079 and full name later, and don't alter add-log-mailing-address
9080 or add-log-full-name.
9081
9082 * elide-head.el (elide-head): Change error to message.
9083 (elide-head-show): Likewise.
9084
9085 * apropos.el (apropos-macrop): Doc fix.
9086
9087 * mouse.el (mouse-show-mark): Do most processing the same
9088 regardless of transient-mark-mode.
9089
9090 * shadowfile.el (shadow-copy-files): Use interactive-p
9091 only to control whether to print a message.
9092
9093 * tar-mode.el (tar-mode): Use write-contents-functions,
9094 not write-contents-hooks.
9095
9096 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9097 directory-sep-char.
9098
9099 2004-10-27 Richard M. Stallman <rms@gnu.org>
9100
9101 * strokes.el (strokes-unload-hook): Fix previous change.
9102
9103 * type-break.el (type-break-run-at-time): Always use run-at-time;
9104 forget the alternatives.
9105 (type-break-cancel-function-timers): Always use cancel-function-timers;
9106 forget the alternatives.
9107
9108 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9109
9110 2004-10-27 Kenichi Handa <handa@m17n.org>
9111
9112 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9113
9114 * international/subst-gb2312.el: Likewise.
9115
9116 * international/subst-big5.el: Likewise.
9117
9118 * international/subst-ksc.el: Likewise.
9119
9120 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9121 New variable.
9122 (utf-translate-cjk-set-unicode-range): New function.
9123 (utf-translate-cjk-unicode-range): Make it customizable.
9124 (utf-8-post-read-conversion):
9125 Use utf-translate-cjk-unicode-range-string.
9126 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9127 Unicode ranges.
9128
9129 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
9130
9131 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9132 trivial variants to shorten the list.
9133 (xml-based-modes): New var.
9134 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9135 declaration higher priority than auto-mode-alist.
9136
9137 * find-file.el (cc-other-file-alist): Bring it in line with
9138 cc-mode's auto-mode-alist entries and use \' instead of $.
9139
9140 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9141 and add "Id" and "Name" submenus to it.
9142
9143 * imenu.el (imenu--generic-function): Skip matches in comments.
9144
9145 2004-10-26 Jay Belanger <belanger@truman.edu>
9146
9147 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9148 (full-calc-keypad, calc-trail-display): Use an extra argument
9149 instead of `interactive-p'.
9150
9151 * calc/calc-misc.el (calc-other-window): Use an extra argument
9152 instead of `interactive-p'.
9153
9154 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9155 `interactive-p'.
9156
9157 2004-10-26 Kim F. Storm <storm@cua.dk>
9158
9159 * help.el (describe-key): Describe both down-event and up-event
9160 for a mouse click.
9161
9162 2004-10-26 Richard M. Stallman <rms@gnu.org>
9163
9164 * woman.el (woman): Don't call interactive-p.
9165
9166 * pcomplete.el (pcomplete): Instead of interactive-p,
9167 use an arg set non-nil by the interactive spec.
9168
9169 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9170 use an arg set non-nil by the interactive spec.
9171
9172 * man.el (Man-cleanup-manpage): Instead of interactive-p,
9173 use an arg set non-nil by the interactive spec.
9174
9175 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9176
9177 * progmodes/flymake.el (flymake-split-string):
9178 Use `flymake-split-string-remove-empty-edges' in any case.
9179
9180 2004-10-26 Masatake YAMATO <jet@gyve.org>
9181
9182 * progmodes/flymake.el (flymake-err-line-patterns):
9183 Use `compilation-error-regexp-alist-alist' instead of
9184 `compilation-error-regexp-alist'.
9185
9186 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9189 verbatim face on the \ of \end{verbatim}.
9190
9191 2004-10-25 Jay Belanger <belanger@truman.edu>
9192
9193 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9194 erasing minibuffer.
9195
9196 2004-10-25 Simon Josefsson <jas@extundo.com>
9197
9198 * subr.el (read-passwd): Move to net/password.el.
9199
9200 * net/password.el (read-passwd): Add. Autoload it.
9201
9202 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
9203
9204 * mouse-sel.el (mouse-sel-mode): Specify custom group.
9205
9206 * simple.el (process-file): Fix logic.
9207
9208 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
9209
9210 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9211 (increase-right-margin): Remove erroneous call to `interactive-p'.
9212
9213 2004-10-24 Kim F. Storm <storm@cua.dk>
9214
9215 * help.el (describe-mode): Fix 2004-10-13 change.
9216 Copy pure "Auto Fill" string so it can be propertized later
9217 without causing a read-only error.
9218
9219 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
9220
9221 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9222 style indexes.
9223
9224 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9225
9226 * simple.el (process-file): Accept nil for INFILE. Reported by
9227 Luc Teirlinck.
9228
9229 2004-10-24 Masatake YAMATO <jet@gyve.org>
9230
9231 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9232 Handle periods and underscores in a function name.
9233 Remove the address fontification.
9234
9235 2004-10-24 Masatake YAMATO <jet@gyve.org>
9236
9237 * progmodes/asm-mode.el (asm-font-lock-keywords):
9238 Use font-lock-variable-name-face for registers.
9239
9240 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
9241
9242 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9243 kill-all-local-variables.
9244 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9245 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9246 Use kill-all-local-variables and provide mode-hooks.
9247 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
9248 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
9249 Suggested by Masatake YAMATO <jet@gyve.org>.
9250
9251 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
9252
9253 * simple.el (process-file): New function, similar to call-process
9254 but supports file handlers.
9255 * vc.el (vc-do-command): Use it, instead of call-process.
9256 * net/tramp-vc.el (vc-do-command): Do not advise it if
9257 process-file is fboundp.
9258 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9259 process-file.
9260 (tramp-handle-process-file): New function.
9261 (tramp-file-name-for-operation): Support process-file.
9262
9263 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
9264
9265 * calendar/icalendar.el (icalendar--weekday-array): New constant.
9266 (icalendar-weekdayabbrev-table)
9267 (icalendar-monthnumber-table): Delete.
9268 (icalendar--get-month-number): Use calendar-month-name-array.
9269 (icalendar--get-weekday-number): New function.
9270 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
9271 (icalendar-export-region): Handle multi-line entries.
9272 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
9273
9274 2004-10-23 John Paul Wallington <jpw@gnu.org>
9275
9276 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
9277 `wildcards' set to t in interactive spec.
9278
9279 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
9280 interactive spec rather than use `interactive-p'.
9281 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
9282 rather than use function `interactive-p'.
9283
9284 2004-10-22 Kenichi Handa <handa@m17n.org>
9285
9286 * international/mule.el (translate-region): Implement it in Lisp
9287 as a front end of translate-region-internal.
9288
9289 2004-10-21 Jay Belanger <belanger@truman.edu>
9290
9291 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
9292 Declare these variables with defvar.
9293
9294 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
9295 is bound, only check to see if it is bound.
9296
9297 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9300 Don't output messages.
9301
9302 * calc/calc-help.el (calc-describe-bindings): Fix last change.
9303
9304 2004-10-21 John Paul Wallington <jpw@gnu.org>
9305
9306 * calc/calc-graph.el (calc-graph-init):
9307 Use `set-process-query-on-exit-flag'.
9308
9309 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
9310
9311 * progmodes/compile.el (compilation-start): Rely on `cd' to get
9312 dir right and also allow argumentless cd.
9313
9314 2004-10-19 Richard M. Stallman <rms@gnu.org>
9315
9316 * textmodes/flyspell.el (flyspell-mode): Doc fix.
9317
9318 * eshell/em-unix.el (eshell-grep):
9319 Don't bind compilation-process-setup-function.
9320
9321 * comint.el (comint-insert-input): Use @ in `interactive'.
9322 (comint-input-filter-functions): Doc fix.
9323 (comint-kill-whole-line, comint-get-source): Doc fix.
9324
9325 * progmodes/compile.el (compilation-setup):
9326 Don't set buffer-read-only if MINOR is non-nil.
9327
9328 2004-10-19 Jay Belanger <belanger@truman.edu>
9329
9330 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9331 (calc-emacs-type-gnu19): Remove.
9332 (calc-digit-map, calc-read-key-sequence, calc-read-key):
9333 Remove check for old emacs versions.
9334
9335 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9336 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9337 for current Emacs.
9338
9339 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9340 the end of the minibuffer.
9341 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
9342 copy `esc-map'.
9343
9344 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9345
9346 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9347 call that would be given when the current emacs was used.
9348
9349 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
9350
9351 * calendar/icalendar.el: Set coding to utf-8.
9352 (icalendar-version): Increase to 0.07.
9353 (icalendar-monthnumber-table): Change March pattern.
9354 (icalendar-get-all-event-properties)
9355 (icalendar-set-event-property): Delete.
9356 (icalendar-all-events): No longer interactive.
9357 (icalendar-convert-diary-to-ical)
9358 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9359 their replacements.
9360 (icalendar-export-file, icalendar-export-region): New functions;
9361 essentially old `icalendar-convert-diary-to-ical' but appending to
9362 target rather than overwriting.
9363 (icalendar-import-file): Append to target file rather than
9364 overwriting. Fourth arg deleted.
9365 (icalendar-import-buffer): New name for old
9366 `icalendar-extract-ical-from-buffer'.
9367 (icalendar--convert-string-for-import): New name for
9368 old `icalendar-convert-for-import'.
9369 (include-icalendar-files): Delete.
9370 Prefix for all internal functions changed from `icalendar-'
9371 to `icalendar--'.
9372
9373 2004-10-19 Richard M. Stallman <rms@gnu.org>
9374
9375 * paths.el (news-path): Fix previous change.
9376
9377 2004-10-18 Jay Belanger <belanger@truman.edu>
9378
9379 * calc/calc-help.el (calc-describe-bindings):
9380 Set `buffer-read-only' to nil while working in the keybindings buffer;
9381 remove some extra information from the keybindings buffer.
9382
9383 2004-10-18 David Ponce <david@dponce.com>
9384
9385 * mouse.el (mouse-drag-move-window-top): New function.
9386 (mouse-drag-mode-line-1): Use it.
9387
9388 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9389
9390 * info.el (Info-fontify-node): For multiline refs,
9391 arrange to unfontify newline and surrounding whitespace.
9392
9393 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
9396 directory is missing.
9397
9398 2004-10-17 John Paul Wallington <jpw@gnu.org>
9399
9400 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
9401 New customizable variable; whether to display buffers that match
9402 `ibuffer-maybe-show-predicates' by default.
9403 (ibuffer-maybe-show-predicates): Mention it in docstring.
9404 (ibuffer-display-maybe-show-predicates): New variable.
9405 (ibuffer-update): Prefix arg now toggles whether buffers that
9406 match `ibuffer-maybe-show-predicates' should be displayed.
9407 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
9408 locally to heed `ibuffer-default-display-maybe-show-predicates'.
9409 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
9410
9411 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
9412
9413 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
9414 work correctly.
9415
9416 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
9417
9418 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
9419 (Buffer-menu-beginning): New helper function.
9420 (Buffer-menu-execute): Use it.
9421 (Buffer-menu-select): Use it.
9422 (Buffer-menu-sort): Use it and also keep markers.
9423
9424 2004-10-17 Richard M. Stallman <rms@gnu.org>
9425
9426 * paths.el (news-directory): Rename from news-path. Old name alias.
9427 (rmail-spool-directory): Use defvar.
9428 (sendmail-program): Use defcustom.
9429 (remote-shell-program): Use defcustom.
9430 (term-file-prefix): Use defvar.
9431 (abbrev-file-name): Use defvar.
9432
9433 * term.el: Add maintainer.
9434
9435 * subr.el (with-local-quit): Return nil if there's a quit.
9436 (read-passwd): Use with-local-quit. Doc fix.
9437
9438 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9439 (strokes-unload-hook): Set as a variable with add-hook.
9440
9441 * startup.el (fancy-splash-tail, normal-splash-screen):
9442 Update copyright year.
9443
9444 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9445
9446 * server.el (server-unload-hook): Set as a variable with add-hook.
9447
9448 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9449
9450 * frame.el (special-display-popup-frame):
9451 Make the buffer current as its frame is created.
9452
9453 * delsel.el (delsel-unload-hook): Set as a variable.
9454
9455 * comint.el (comint-output-filter-functions):
9456 Add comint-watch-for-password-prompt.
9457 (comint-read-noecho): Function deleted.
9458 (send-invisible): Use read-passwd.
9459
9460 * fringe.el (fringe-mode-initialize): New function.
9461 (fringe-mode): Use fringe-mode-initialize as :initialize.
9462
9463 2004-10-17 Kim F. Storm <storm@cua.dk>
9464
9465 * language/indian.el (indian-script-language-alist): Swap value and doc.
9466 (indian-font-char-index-table): Doc fix.
9467
9468 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9471
9472 2004-10-16 Juri Linkov <juri@jurta.org>
9473
9474 * progmodes/compile.el (compilation-start): Move let-binding of
9475 `process-environment' into `with-current-buffer' body.
9476 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9477
9478 2004-10-16 Richard M. Stallman <rms@gnu.org>
9479
9480 * pcvs-util.el (cvs-bury-buffer):
9481 Don't call get-buffer-window for effect.
9482
9483 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9484
9485 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9486
9487 * msb.el (msb-unload-hook): Set the variable.
9488
9489 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9490 Use * to err if buffer is readonly.
9491
9492 * subr.el (looking-back): Return only t or nil.
9493
9494 * whitespace.el (whitespace-unload-hook): Set the variable.
9495
9496 * view.el (view-mode-enable): Set view-page-size and
9497 view-half-page-size to nil.
9498 (view-set-half-page-size-default): view-half-page-size = nil
9499 means the default.
9500 (View-scroll-page-forward): Use view-page-size-default.
9501 (View-scroll-page-backward): Likewise.
9502 (view-page-size, view-half-page-size): Doc fixes.
9503
9504 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9505
9506 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9507
9508 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9509 "cl" like other files. Instead, call byte-compile-find-cl-functions.
9510 (byte-compile-log-1): Bind inhibit-read-only.
9511 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9512 (byte-compile-log-warning): Likewise.
9513 (byte-compile-file-form-require): Detect "cl" from the arg value.
9514
9515 * progmodes/compile.el (compilation-start): Assume compilation-mode
9516 will make the buffer read-only.
9517 (compilation-mode): Take arg name-of-mode.
9518 (compilation-setup): Make buffer read-only.
9519 (compilation-handle-exit): Bind inhibit-read-only.
9520
9521 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9522 (ispell-message): Likewise.
9523 (ispell-show-choices): Don't call get-buffer-window uselessly.
9524 (ispell-init-process): Use set-process-query-on-exit-flag.
9525
9526 2004-10-16 Kim F. Storm <storm@cua.dk>
9527
9528 * fringe.el (fringe-bitmaps): Only initialize when defined.
9529
9530 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9531 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9532
9533 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9534
9535 2004-10-15 Simon Josefsson <jas@extundo.com>
9536
9537 * net/password.el: Add.
9538
9539 2004-10-14 Masatake YAMATO <jet@gyve.org>
9540
9541 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9542 (gdb-script-end-of-defun): New function.
9543 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9544 `gdb-script-end-of-defun' as *-of-defun-function.
9545
9546 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
9547
9548 * button.el (button-activate): Allow a marker to display as an action.
9549
9550 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9551
9552 * help.el (describe-mode): Use it to make minor mode list into
9553 hyperlinks.
9554
9555 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * vc.el (vc-annotate-display-select): Fix typo.
9558
9559 * subr.el (substitute-key-definition-key): New function.
9560 (substitute-key-definition): Use it with map-keymap.
9561 (event-modifiers): Use push.
9562 (mouse-movement-p, with-temp-buffer): Simplify.
9563
9564 2004-10-12 Jay Belanger <belanger@truman.edu>
9565
9566 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9567 New variables.
9568 (calc-help-index-entries): New function.
9569 (calc-describe-function): Use `calc-help-function-list' instead of
9570 obarray for completion.
9571 (calc-describe-variable): Use `calc-help-variable-list' instead
9572 of obarray for completion.
9573
9574 2004-10-12 Richard M. Stallman <rms@gnu.org>
9575
9576 * info-look.el (info-lookup-file): Add info-file property.
9577 (info-lookup-symbol): Likewise.
9578
9579 * info.el (info-xref): Add underlining.
9580 (info): Add info-file property.
9581 (Info-find-emacs-command-nodes): Specify case-sensitive search.
9582
9583 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
9584
9585 Sync with Tramp 2.0.45.
9586
9587 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9588 defined. This is not the case for XEmacs without package "edebug".
9589 (tramp-set-auto-save-file-modes): Set permissions of autosaved
9590 remote files to the permissions of the original file. This is not
9591 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
9592 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
9593 (tramp-perl-decode): Fix an error in Perl implementation.
9594 $pending must be cleared every loop. Reported by Benjamin Place
9595 <benjaminplace@sprintmail.com>
9596
9597 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9598 Don't activate advice during definition. This is done later on,
9599 depending on test result of `substitute-in-file-name'.
9600 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9601
9602 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9605
9606 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9607
9608 2004-10-12 David Ponce <david@dponce.com>
9609
9610 * recentf.el (recentf-edit-list): Update the menu when the recentf
9611 list has been modified.
9612
9613 2004-10-12 Simon Josefsson <jas@extundo.com>
9614
9615 * net/tls.el (tls-certtool-program): New variable.
9616 (tls-certificate-information): New function, based on
9617 ssl-certificate-information.
9618
9619 2004-10-12 Kenichi Handa <handa@m17n.org>
9620
9621 * international/mule.el (coding-system-equal): Move from mule-util.el.
9622
9623 * international/mule-util.el (coding-system-equal): Move to mule.el.
9624
9625 2004-10-12 Kim F. Storm <storm@cua.dk>
9626
9627 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9628 reset kmacro-initial-counter-value if set.
9629 (kmacro-set-counter): Only set kmacro-counter if defining or executing
9630 macro. Set kmacro-initial-counter-value otherwise. Never set both.
9631 (kmacro-display): Show macro counter if non-zero.
9632
9633 * subr.el (substitute-key-definition): Mention command remapping
9634 in doc string.
9635
9636 2004-10-11 Jay Belanger <belanger@truman.edu>
9637
9638 * calc/calc-misc.el (calc-info-goto-node): New function.
9639 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9640 node in one step.
9641 (calc-describe-copying, calc-describe-distribution)
9642 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9643 Go to appropriate info node in one step.
9644
9645 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9648
9649 * font-lock.el (font-lock-apply-highlight): Fix last change.
9650
9651 2004-10-11 Simon Josefsson <jas@extundo.com>
9652
9653 * mail/smtpmail.el (smtpmail-open-stream): Look for
9654 starttls-gnutls-program instead of starttls-program iff
9655 starttls-use-gnutls is non-nil.
9656 (smtpmail-open-stream): Don't overwrite user settings of
9657 starttls-extra-arguments and starttls-extra-args.
9658
9659 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * comint.el (comint-mouse-insert-input): Remove.
9662 (comint-insert-input): Make it work for mouse bindings.
9663 (comint-mode-map): Move defs into the declaration.
9664 (comint-output-filter): Typo.
9665
9666 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9667
9668 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
9669
9670 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9671 (ange-ftp-call-chmod): Reference remote-shell-program instead of
9672 ange-ftp-remote-shell.
9673
9674 2004-10-10 Andreas Schwab <schwab@suse.de>
9675
9676 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9677 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9678 Reported by <sri@asu.edu>.
9679
9680 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
9681
9682 * vc.el (vc-annotate-mode): Remove variable.
9683 (vc-annotate-display-select): Only call vc-annotate-mode
9684 if we're not in that mode already.
9685
9686 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9689 (imenu-choose-buffer-index): Check here for rescan instead.
9690
9691 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9692 where the face expression evals to nil.
9693
9694 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9695 (tex-font-lock-keywords-2): Use it.
9696 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9697
9698 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9699
9700 2004-10-09 Kim F. Storm <storm@cua.dk>
9701
9702 * subr.el (progress-reporter-update): Define before first usage.
9703 (make-progress-reporter): Doc fix.
9704
9705 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9706
9707 * textmodes/paragraphs.el (sentence-end-double-space)
9708 (sentence-end-without-period, sentence-end-without-space)
9709 (sentence-end): Doc fixes.
9710
9711 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
9712
9713 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9714 Change paragraph-start regexp so we don't fill code starting with #'(.
9715
9716 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
9717
9718 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9719 New defcustom.
9720 (extract-address-components): Use it.
9721
9722 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9723
9724 * subr.el (make-progress-reporter, progress-reporter-update)
9725 (progress-reporter-force-update, progress-reporter-do-update)
9726 (progress-reporter-done): New functions.
9727
9728 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9729
9730 * progmodes/etags.el (etags-tags-completion-table): Use progress
9731 reporter.
9732 (etags-tags-apropos): Likewise.
9733
9734 2004-10-08 Alan Mackenzie <acm@muc.de>
9735
9736 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9737 of current line.
9738
9739 2004-10-08 Masatake YAMATO <jet@gyve.org>
9740
9741 * server.el (server-process-filter): Wrap `process-send-region'
9742 by `condition-case' to guard the case when the pipe to PROC is closed.
9743
9744 2004-10-07 Mark A. Hershberger <mah@everybody.org>
9745
9746 * xml.el (xml-substitute-special): Limit handling of external entities.
9747
9748 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
9749
9750 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9751
9752 2004-10-06 John Paul Wallington <jpw@gnu.org>
9753
9754 * xml.el (xml-parse-dtd): Fix `error' call.
9755
9756 2004-10-05 Mark A. Hershberger <mah@everybody.org>
9757
9758 * xml.el (xml-substitute-special): Return a single string instead
9759 of a list of strings if an entity substitution is made.
9760
9761 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
9762
9763 * calendar/icalendar.el: New file.
9764
9765 2004-10-05 Juri Linkov <juri@jurta.org>
9766
9767 * isearch.el (isearch-done): Set mark after running hook.
9768 Reported by Drew Adams <drew.adams@oracle.com>.
9769
9770 * info.el (Info-history, Info-toc): Fix Info headers.
9771 (Info-toc): Narrow buffer before Info-fontify-node.
9772 (Info-build-toc): Don't check for special Info file names.
9773 Set main-file to nil if Info-find-file returns a symbol.
9774
9775 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
9776
9777 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9778 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9779 * calendar/cal-menu.el (calendar-mode-map): Ditto.
9780
9781 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9782
9783 * calendar/cal-iso.el (calendar-iso-read-args): New function,
9784 for old interactive spec from calendar-goto-iso-date.
9785 (calendar-goto-iso-date): Use it.
9786 (calendar-goto-iso-week): New function. Suggested by Emilio
9787 C. Lopes <eclig@gmx.net>.
9788
9789 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
9790
9791 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9792 `set-right-margin' bindings that follow the minor mode conventions.
9793
9794 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9797 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9798 (latex-block-args-alist): Add minipage and picture.
9799 (latex-block-body-alist): Use reftex-label if enabled.
9800 (latex-insert-block): Don't insert a \n if not necessary.
9801 (tex-compile-commands): Make sure dvips doesn't send to printer.
9802 (tex-compile-default): Handle the case where no executable is found.
9803 (latex-noindent-environments): New var.
9804 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
9805 If tex-indent-allhanging is non-nil, make sure we only align for macros
9806 at beginning of line.
9807
9808 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
9809
9810 * newcomment.el (comment-beginning): Doc fix and don't choke on
9811 unset `comment-end-skip' when at beginning of comment.
9812
9813 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9814
9815 * term.el (term-adjust-current-row-cache): Don't allow the current
9816 row to become negative.
9817 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9818 the end of the line. Fix scroll down. Add comments.
9819 (term-handle-ansi-escape): Don't exceed terminal width when moving
9820 right.
9821 (term-scroll-region): Move the cursor after setting the scroll region.
9822
9823 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
9824
9825 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9826 to `width' for consistency with docstring. Doc fix.
9827
9828 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9829
9830 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9831 This is necessary for derived modes.
9832
9833 2004-09-30 Kim F. Storm <storm@cua.dk>
9834
9835 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9836 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9837
9838 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9839 kmacro-extract-lambda functions.
9840 (edit-kbd-macro): Handle kmacro lambda forms.
9841 Include counter and counter format in edit buffer.
9842 (edmacro-finish-edit): Get counter and format from edit buffer and
9843 update kmacro bindings when found.
9844
9845 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
9846
9847 * textmodes/paragraphs.el (forward-paragraph):
9848 Avoid args-out-of-range error when point winds up at the beginning of
9849 the buffer and hard newlines are enabled.
9850
9851 * newcomment.el (comment-multi-line): Doc fix.
9852
9853 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9856 (diff-fixup-modifs): Catch unified-diff file-headers.
9857
9858 2004-09-29 Kim F. Storm <storm@cua.dk>
9859
9860 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9861 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9862 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
9863
9864 * fringe.el (fringe-bitmap-p): New macro.
9865 (fringe-bitmaps): Add standard fringe bitmaps on load.
9866
9867 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * dired.el (dired-view-command-alist): Use more efficient regexps.
9870 Remove dubious arguments.
9871 (dired-align-file): New function.
9872 (dired-insert-directory): Use it.
9873 (dired-move-to-end-of-filename): Make the " -> " search more specific.
9874 (dired-buffers-for-dir): Remove unused var `pattern'.
9875
9876 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
9877
9878 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
9879 from diary display excursion. Store diary buffer's point for
9880 `simple-diary-display'.
9881 (simple-diary-display): Set window point and start when
9882 displaying buffer, to preserve point.
9883
9884 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
9885
9886 * textmodes/enriched.el (enriched-translations): Replace defconst
9887 with defvar.
9888
9889 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9890
9891 * printing.el: Doc fix.
9892 (pr-version): New version number (6.8.1).
9893 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
9894 make-temp-name.
9895 (pr-delete-file): Check if file exists before deleting it.
9896 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
9897
9898 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * term.el (term-display-table): New variable.
9901 (term-mode): Use it.
9902 (term-exec-1): Set the coding system to binary.
9903 (term-emulate-terminal): Decode the string before inserting it.
9904
9905 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
9906
9907 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
9908 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
9909 (map): Bind S-prior, S-next and S-insert.
9910 (term-mode): Set `indent-tabs-mode' to nil.
9911 (term-paste): New function to be bound to S-insert.
9912 (term-send-del, term-send-backspace): Change the strings sent.
9913 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
9914 (term-handle-colors-array): Fix handling of underline and reverse.
9915 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
9916 (term-erase-in-line): Fix comparison.
9917 (term-emulate-terminal): Fix line wrap handling.
9918 (term-start-output-log): Rename from `term-set-output-log'.
9919 (term-stop-output-log): Rename from `term-stop-photo'.
9920 (term-switch-to-alternate-sub-buffer): Comment out, unused.
9921
9922 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * dired.el (dired-move-to-filename): Don't output a message if
9925 raise-error is non-nil. Fix return position and value.
9926
9927 * files.el (insert-directory): Obey --dired even with symlinks.
9928
9929 2004-09-25 Lars Hansen <larsh@math.ku.dk>
9930
9931 * ls-lisp.el (ls-lisp-format): Mark file names with property
9932 dired-filename.
9933
9934 2004-09-25 Kim F. Storm <storm@cua.dk>
9935
9936 * ido.el (ido-max-directory-size): New defcustom.
9937 (ido-decorations): Add "too big" element.
9938 (ido-directory-too-big): New dynamic var.
9939 (ido-may-cache-directory): Don't cache big directories.
9940 (ido-directory-too-big-p): New defun.
9941 (ido-set-current-directory): Update ido-directory-too-big.
9942 (ido-read-internal): Make empty ido-cur-item if too-big.
9943 (ido-buffer-internal): Use ido-read-internal directly instead of
9944 ido-read-buffer.
9945 (ido-file-internal): Init ido-directory-too-big.
9946 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
9947 and redo completion with full list.
9948 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
9949 it, and show completions.
9950 (ido-all-completions): Let bind ido-directory-too-big to nil.
9951 (ido-exhibit): Handle ido-directory-too-big.
9952 (ido-read-buffer): Handle fallback to read-buffer.
9953 Init ido-directory-too-big.
9954 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
9955 Init ido-directory-too-big.
9956
9957 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9958
9959 * subr.el (delay-mode-hooks): Doc fix.
9960
9961 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
9962
9963 * textmodes/enriched.el
9964 (enriched-default-text-properties-local-flag): New variable.
9965 (enriched-mode): Make sure that enabling and disabling the mode is
9966 a no-op. Doc fix.
9967
9968 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
9969
9970 * calendar/holidays.el (holiday-advent): Report on a specified day
9971 offset from advent, not just advent.
9972 (holiday-easter-etc): Report on one specified day offset from
9973 easter, not all easter holidays. Various Easter holidays moved to
9974 `christian-holidays' variable in calendar.el.
9975 * calendar/calendar.el (christian-holidays): Adapt for new
9976 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
9977
9978 2004-09-23 Kim F. Storm <storm@cua.dk>
9979
9980 * image.el (insert-sliced-image): Add doc string.
9981
9982 * ido.el (ido-choice-list): New dynamic var for `list' context.
9983 (ido-context-switch-command): New dynamic var.
9984 (ido-define-mode-map): Generalize switch between file/buffer contexts.
9985 (ido-read-internal): Handle new `list' context.
9986 Handle insert-buffer and insert-file ido-exit values.
9987 (ido-buffer-internal): New arg switch-cmd. Use it to setup
9988 ido-context-switch-command. Handle insert-file ido-exit value.
9989 (ido-read-buffer): Set ido-context-switch-command to 'ignore
9990 unless it is already bound by caller.
9991 (ido-file-internal): New arg switch-cmd. Use it to setup
9992 ido-context-switch-command. Handle insert-buffer ido-exit value.
9993 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
9994 used for context switching.
9995 (ido-all-completions): Handle new `list' context.
9996 (ido-make-choice-list): Return choices for `list' context.
9997 (ido-find-file-in-dir, ido-display-file, ido-write-file)
9998 (ido-display-buffer, ido-kill-buffer): Disable context switching.
9999 (ido-insert-buffer, ido-insert-file): Setup context switching.
10000 (ido-exhibit): Handle `list' context.
10001 (ido-read-file-name): Disable context switching. Handle fallback.
10002 (ido-read-directory-name): Disable context switching.
10003 (ido-completing-read): New defun like completing-read. Setup and
10004 use new `list' context.
10005
10006 2004-09-20 Jesper Harder <harder@ifa.au.dk>
10007
10008 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10009
10010 2004-09-21 Jay Belanger <belanger@truman.edu>
10011
10012 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10013 `calc-graph-set-styles' so the gnuplot buffer will appear in a
10014 separate window.
10015
10016 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * subr.el (after-change-major-mode-hook): Doc fix.
10019
10020 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10021
10022 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
10023 of ghostscript for monochrome PostScript file in Windows.
10024
10025 2004-09-21 Kenichi Handa <handa@m17n.org>
10026
10027 * descr-text.el (describe-char): Checking of quail activation fixed.
10028
10029 2004-09-21 Jay Belanger <belanger@truman.edu>
10030
10031 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10032
10033 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
10034
10035 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10036 after the mode hooks instead of before. Doc fix.
10037
10038 2004-09-20 Jason Rumney <jasonr@gnu.org>
10039
10040 * startup.el (command-line) [windows-nt]: Try .emacs first, then
10041 _emacs, but revert to .emacs if neither exists in home directory.
10042
10043 2004-09-20 John Paul Wallington <jpw@gnu.org>
10044
10045 * bindings.el (completion-ignored-extensions): Add .dfsl.
10046
10047 2004-09-20 Richard M. Stallman <rms@gnu.org>
10048
10049 * bindings.el (scroll-left): Make it disabled.
10050
10051 * files.el (enable-local-eval): Doc fix.
10052
10053 * indent.el (move-to-left-margin): Special case for minibuffer.
10054
10055 * term.el (term-emulate-terminal): Turn off undo for output.
10056 Use with-current-buffer and save-selected-window.
10057
10058 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10059
10060 * progmodes/make-mode.el (makefile-fill-paragraph):
10061 Don't insist on spaces when looking for comments. # is enough.
10062
10063 * files.el (hack-local-variables): Copy the variables list
10064 to another buffer, strip prefixes and suffixes there, then read.
10065 (enable-local-eval): Doc fix.
10066 (ignored-local-variables): Initialize to nil.
10067 (risky-local-variable-p): Don't check ignored-local-variables here.
10068 (hack-one-local-variable): Ignore var if in ignored-local-variables.
10069
10070 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10071
10072 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10073 of = to "." (punctuation).
10074
10075 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * subr.el (event-basic-type): Fix mask (extend to 22bits).
10078
10079 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
10080
10081 * textmodes/enriched.el (enriched-rerun-flag): New variable.
10082 (enriched-before-change-major-mode): New function.
10083 Add it to `change-major-mode-hook'.
10084 (enriched-after-change-major-mode): New function.
10085 Add it to `after-change-major-mode-hook'.
10086 (enriched-mode): Make it work correctly if called from
10087 `after-change-major-mode-hook'.
10088 No longer set `indent-line-function'.
10089
10090 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10091
10092 * subr.el (after-change-major-mode-hook): New variable.
10093 (run-mode-hooks): Implement it.
10094
10095 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * battery.el (battery-linux-proc-apm): Use string-to-number.
10098 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10099 Use dolist (and less indentation). Use erase-buffer.
10100 Pre-initialize `design-capacity', `warn', and `low'.
10101 (battery-format): Use replace-regexp-in-string.
10102
10103 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
10104
10105 * battery.el: Delete superfluous empty lines.
10106 (battery-linux-proc-acpi): Attempt to gather information from all
10107 battery subdirectories regardless of their file name.
10108 (battery-linux-proc-apm): Replace all occurrences of
10109 battery-hex-to-int-2 with string-to-int (base 16).
10110 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10111 (battery-hex-map): Delete variable.
10112
10113 2004-09-18 John Paul Wallington <jpw@gnu.org>
10114
10115 * calc/calc-units.el (calc-quick-units): Fix overzealous
10116 s/or/unless/.
10117
10118 2004-09-17 Jay Belanger <belanger@truman.edu>
10119
10120 * calc/calc.el (calc-mode-var-list): Fix the value of
10121 `calc-matrix-brackets'.
10122
10123 2004-09-17 Romain Francoise <romain@orebokech.com>
10124
10125 * ibuf-ext.el (define-ibuffer-filter filename):
10126 Expand dired-directory since buffer-file-name is absolute.
10127
10128 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10129
10130 * ediff-init.el (ediff-current-diff-face-A)
10131 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10132 (ediff-current-diff-face-Ancestor)
10133 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10134 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10135 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10136 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10137 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10138 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10139 Use min-colors.
10140
10141 * term.el (term-down): Perform vertical motion if DOWN is negative.
10142 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10143 (term-termcap-format): Synchronyze with the eterm terminfo entry
10144 in etc/e/eterm.ti.
10145 (term-handle-colors-array): If the current foreground or
10146 background are zero (i.e. unspecified), use the foreground and
10147 background of the default face for reverse video.
10148 (term-ansi-at-eval-string, term-ansi-default-fg)
10149 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10150 (term-mem): Delete ununsed function.
10151 (term-protocol-version): Increment.
10152 (term-current-face): Set to default.
10153
10154 2004-09-15 Jay Belanger <belanger@truman.edu>
10155
10156 * calc/calc.el (calc-mode-var-list): Define this variable.
10157 (calc-always-load-extensions, calc-line-numbering)
10158 (calc-line-breaking, calc-display-just, calc-display-origin)
10159 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10160 (calc-group-char, calc-point-char, calc-frac-format)
10161 (calc-prefer-frac, calc-hms-format, calc-date-format)
10162 (calc-float-format, calc-full-float-format, calc-complex-format)
10163 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10164 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10165 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10166 (calc-matrix-brackets, calc-language, calc-language-option)
10167 (calc-left-label, calc-right-label, calc-word-size)
10168 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10169 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10170 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10171 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10172 (calc-window-height, calc-display-trail, calc-show-selections)
10173 (calc-use-selections, calc-assoc-selections)
10174 (calc-display-working-message, calc-auto-why, calc-timing)
10175 (calc-mode-save-mode, calc-standard-date-formats)
10176 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10177 (calc-user-parse-tables, calc-gnuplot-default-device)
10178 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10179 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10180 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10181 (calc-invocation-macro, calc-show-banner): Give these values as
10182 part of `calc-mode-var-list's initialization after the variables
10183 are declared with defvar.
10184 (calc-bug-address): Change email address to send bug reports to.
10185 Change the maintainer address at the top.
10186 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10187 than "\\.emacs" to determine if it is the user-init-file.
10188
10189 * calc/calc-embed.el (calc-embedded-set-modes): Use
10190 `calc-mode-var-list' correctly.
10191
10192 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
10193
10194 * vc.el (annotate-time): Document point handling.
10195 (vc-annotate-display-autoscale): Doc fix.
10196
10197 2004-09-15 Miles Bader <miles@gnu.org>
10198
10199 * generic.el (generic-make-keywords-list): Use symbol rather than
10200 word anchors in regexp.
10201
10202 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
10203
10204 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10205 no file name consider `dired-directory'.
10206
10207 2004-09-14 Kim F. Storm <storm@cua.dk>
10208
10209 * faces.el (cursor): Add face-no-inherit property. Doc fix.
10210
10211 2004-09-14 Simon Josefsson <jas@extundo.com>
10212
10213 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10214
10215 * textmodes/dns-mode.el: Add.
10216
10217 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10220 (disabled-command-function): Make the ?\ char more obvious.
10221
10222 * vc-arch.el (vc-arch-root, vc-arch-registered):
10223 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10224
10225 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
10226
10227 * windmove.el (windmove-frame-edges): Report coordinates of
10228 outside edges of frame, not inside edges.
10229 (windmove-coordinates-of-position): Convert into wrapper to new
10230 function `windmove-coordinates-of-window-position';
10231 `compute-motion' always applies to selected window.
10232 (windmove-coordinates-of-position): Update documentation to refer
10233 to Emacs 21 Lisp Reference Manual.
10234 (windmove-find-other-window): Fix off-by-one errors for max x,y.
10235
10236 2004-09-13 Kim F. Storm <storm@cua.dk>
10237
10238 * isearch.el (isearch-resume-in-command-history): Rename from
10239 isearch-resume-enabled and change default to nil.
10240
10241 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * vc-hooks.el (vc-ignore-dir-regexp): New var.
10244 (vc-registered): Use it.
10245 (vc-find-root): New fun.
10246
10247 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10248 Don't tell to use \\{...} when it's already done.
10249
10250 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
10251 Provide a sample complex default.
10252 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
10253 (bibtex-entry): Use mapc.
10254
10255 2004-09-12 Kim F. Storm <storm@cua.dk>
10256
10257 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
10258
10259 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
10260 inhibit-field-text-motion to t so rectangles work in comint buffers.
10261
10262 * simple.el (choose-completion-string): Set buffer before running
10263 choose-completion-string-functions hook so it can be buffer-local.
10264
10265 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
10266
10267 * progmodes/compile.el (compilation-start): Parse command to see
10268 if it starts with a cd, and if so perform it for the *compilation*
10269 buffer. Change the header to reflect this.
10270
10271 2004-09-11 Kim F. Storm <storm@cua.dk>
10272
10273 * ido.el (ido-enable-dot-prefix): Doc fix.
10274 (ido-enable-dot-prefix): New defcustom.
10275 (ido-set-matches1): Use it.
10276
10277 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * textmodes/bibtex.el (bibtex-mark-active)
10280 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
10281
10282 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10283
10284 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
10285 used in a case insensitive environment.
10286 (bibtex-mode-map): Rearrange order of menus.
10287 (bibtex-quoted-string-re): Obsolete.
10288 (bibtex-complete-key-cleanup): Variable replaced by new function.
10289 (bibtex-font-lock-keywords): Use backquotes.
10290 (bibtex-font-lock-url-regexp): New internal variable.
10291 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
10292 "OPT" and "ALT".
10293 (bibtex-insert-current-kill, bibtex-make-field)
10294 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
10295 (bibtex-parse-field-text): Simplify.
10296 (bibtex-string=): New helper function.
10297 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
10298 (bibtex-map-entries): Use bibtex-string=.
10299 (bibtex-search-entry): Use not.
10300 (bibtex-enclosing-field): Fix docstring.
10301 (bibtex-assoc-regexp): Obsolete.
10302 (bibtex-format-entry): Use assoc-string and bibtex-string=.
10303 (bibtex-autokey-get-names): Handle empty name field.
10304 (bibtex-parse-strings): Use assoc-string and unless.
10305 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
10306 Use assoc-string.
10307 (bibtex-pop): Simplify.
10308 (bibtex-mode): Set font-lock-extra-managed-props.
10309 (bibtex-entry-update): Use assoc-string.
10310 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
10311 (bibtex-autofill-entry): Use bibtex-string=.
10312 (bibtex-print-help-message): Simplify.
10313 (bibtex-find-entry): New optional arg START.
10314 (bibtex-validate): Use bibtex-string= and assoc-string.
10315 Do not call obsolete function compilation-parse-errors.
10316 (bibtex-remove-delimiters): Only remove delimiters if present.
10317 (bibtex-copy-entry-as-kill): Add docstring.
10318 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
10319 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10320 (bibtex-complete): Use bibtex-predefined-month-strings,
10321 bibtex-string=, and new function bibtex-complete-key-cleanup.
10322 (bibtex-generate-url-list): New variable.
10323 (bibtex-url): New command bound to C-c C-l and mouse-2.
10324 (bibtex-url-map): New local keymap for bibtex-url-mouse.
10325 (bibtex-font-lock-url): New function.
10326
10327 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10330
10331 2004-09-09 Kim F. Storm <storm@cua.dk>
10332
10333 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10334 counter and format with binding.
10335 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
10336 the declared macro uses own macro counter and format. Give symbol
10337 kmacro property.
10338 (kmacro-keymap): Bind kmacro-name-last-macro to n.
10339 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10340 (kmacro-end-and-call-macro): Doc fix.
10341
10342 2004-09-09 Lars Hansen <larsh@math.ku.dk>
10343
10344 * desktop.el (desktop-clear-preserve-buffers):
10345 Remove make-obsolete-variable.
10346
10347 2004-09-08 Richard M. Stallman <rms@gnu.org>
10348
10349 * buff-menu.el (list-buffers-noselect): Call format-mode-line
10350 with the buffer as argument.
10351
10352 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10355
10356 2004-09-08 Juri Linkov <juri@jurta.org>
10357
10358 * replace.el (perform-replace): Use `query-replace-descr'.
10359
10360 * cus-start.el (history-delete-duplicates): Specify customization.
10361
10362 * diff-mode.el (diff-mode-map):
10363 * progmodes/compile.el (compilation-mode-map):
10364 * progmodes/grep.el (grep-mode-map):
10365 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10366 to `next-error-follow-minor-mode'.
10367
10368 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10369
10370 * isearch.el (isearch-lazy-highlight-update): Take into account
10371 the case of zero-length match at the search bound.
10372
10373 2004-09-08 Kim F. Storm <storm@cua.dk>
10374
10375 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10376 change. Use zero width overlays when necessary.
10377
10378 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10379
10380 * subr.el (split-string): Docfix.
10381
10382 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10383
10384 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
10385 (display-call-tree): Ensure newline after caller/calls blocks.
10386
10387 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10388
10389 * startup.el (command-line-1): Make option
10390 --directory/-L modify `load-path' straight away.
10391
10392 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10393
10394 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
10395
10396 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10397
10398 * emacs-lisp/autoload.el (make-autoload):
10399 Handle `define-compilation-mode'.
10400
10401 * emacs-lisp/lisp-mode.el (define-compilation-mode):
10402 Specify `doc-string-elt' property.
10403
10404 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10405
10406 * bs.el (bs-mode): Doc fix.
10407
10408 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10409
10410 * info.el (Info-insert-dir): Fix temp buffer leak bug.
10411
10412 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
10413
10414 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
10415
10416 2004-09-08 Kenichi Handa <handa@m17n.org>
10417
10418 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
10419 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
10420 ps-mule-next-point -> 1+).
10421
10422 * composite.el (encode-composition-rule): Add autoload cooky.
10423
10424 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10425
10426 * format.el (buffer-auto-save-file-format): Make it permanent local.
10427
10428 2004-09-07 Kim F. Storm <storm@cua.dk>
10429
10430 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10431 (authors-fixed-entries): Fix typo.
10432 (authors-canonical-author-name): Compact multiple spaces.
10433 Ignore trivial names (e.g. only first name).
10434
10435 * term.el (term-window-width): Only use full window width on
10436 window system if overflow-newline-into-fringe is enabled.
10437 (term-mode): Don't disable overflow-newline-into-fringe.
10438
10439 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10442 motion as seen on my Mac OS X xterms.
10443
10444 * newcomment.el (uncomment-region-default, comment-region-default):
10445 New functions extracted from uncomment-region and comment-region.
10446 (comment-region, comment-region-function, uncomment-region)
10447 (uncomment-region-function): Use them.
10448
10449 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10450
10451 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10452 It's not crucial but can make sense at times.
10453
10454 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10455 the first commit.
10456
10457 * vc.el (vc-buffer-context, vc-restore-buffer-context):
10458 Disable obsolete code.
10459
10460 2004-09-07 Juri Linkov <juri@jurta.org>
10461
10462 * progmodes/grep.el (grep-highlight-matches): Change default from
10463 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
10464 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10465 if grep option `--color' is available, or to `nil' otherwise.
10466 (grep-process-setup): Call `grep-compute-defaults' if
10467 `grep-highlight-matches' is not computed. Set env-vars only
10468 if `grep-highlight-matches' is `t'.
10469 (grep-use-null-device): Remove redundant type `boolean' (`choice'
10470 is already defined).
10471
10472 * progmodes/compile.el (compilation-start): Use copy of
10473 `process-environment' created by `copy-sequence' to not
10474 modify env-vars in the global `process-environment'.
10475
10476 2004-09-06 Eli Zaretskii <eliz@gnu.org>
10477
10478 * simple.el (next-error-follow-minor-mode): Fix last change.
10479
10480 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
10481
10482 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10483 permanent local.
10484
10485 2004-09-04 Richard M. Stallman <rms@gnu.org>
10486
10487 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10488 highlighting if the search string is empty.
10489
10490 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
10491
10492 * facemenu.el (facemenu-active-faces): Change condition of inner
10493 `while' loop to also check the first two elements of `face-atts'
10494 and `mask-atts'.
10495
10496 2004-09-04 John Paul Wallington <jpw@gnu.org>
10497
10498 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10499 (thumbs-view-image-mode): Make buffer read-only.
10500
10501 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
10502
10503 * textmodes/ispell.el (ispell-really-aspell): New defvar.
10504 (ispell-check-version): Set it.
10505 (ispell-send-replacement): New function.
10506 (ispell-process-line): Call ispell-send-replacement.
10507
10508 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10509
10510 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10511 Support choosing seconds with "s".
10512
10513 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
10514
10515 * terminal.el (te-escape): Show `?' in prompt for help key.
10516
10517 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
10518
10519 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10520
10521 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10522
10523 * simple.el (next-error-follow-minor-mode)
10524 (next-error-follow-mode-post-command-hook): New functions.
10525 (next-error-follow-last-line): New defvar.
10526
10527 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10528 * progmodes/compile.el (compilation-mode-map): Likewise.
10529 * progmodes/grep.el (grep-mode-map): Likewise.
10530 * replace.el (occur-mode-map): Likewise.
10531
10532 * newcomment.el (uncomment-region): Bind comment-use-global-state
10533 to nil.
10534
10535 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
10536
10537 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10538 locally around the call to `revert-buffer'.
10539
10540 2004-09-03 Juri Linkov <juri@jurta.org>
10541
10542 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10543 `isearch-adjusted' to `t'.
10544 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10545 (isearch-message-prefix): Add "pending" for isearch-adjusted.
10546 (isearch-other-meta-char): Restore isearch-point unconditionally.
10547 (isearch-query-replace): Add new arg `regexp-flag' and use it.
10548 Set point to start of match if region is not active in transient
10549 mark mode (to include the current match to region boundaries).
10550 Push the search string to `query-replace-from-history-variable'.
10551 Add prompt "Query replace regexp" for isearch-regexp.
10552 Add region beginning/end as last arguments of `perform-replace.'
10553 (isearch-query-replace-regexp): Replace code by the call to
10554 `isearch-query-replace' with arg `t'.
10555
10556 2004-09-03 Richard M. Stallman <rms@gnu.org>
10557
10558 * startup.el (normal-top-level): Undo previous TERM change.
10559
10560 2004-09-03 Kim F. Storm <storm@cua.dk>
10561
10562 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10563 highlight overlays; allow using RET when cursor is over a button.
10564 (cua--highlight-rectangle): Use it.
10565 (cua--rectangle-set-corners): Don't move backwards at eol.
10566 (cua--forward-line): Don't move into void after eob.
10567
10568 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10569 point is set (and displayed) inside rectangle.
10570 (cua--rectangle-operation): Fix for highlight of empty lines.
10571 (cua--highlight-rectangle): Fix highlight for tabs.
10572 Position cursor at left/right edge of rectangle using new `cursor'
10573 property on overlay strings.
10574 (cua--indent-rectangle): Don't tabify.
10575 (cua-rotate-rectangle): Ignore that point has moved.
10576
10577 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10578
10579 * term/mac-win.el: Add ASCII equivalents for some function keys.
10580 (mode-line-frame-identification): Sync with x-win.el.
10581
10582 2004-09-02 Juri Linkov <juri@jurta.org>
10583
10584 * progmodes/compile.el (compilation-buffer-name): Compare major
10585 mode with second element of compilation-arguments instead of third
10586 to reflect latest changes in compilation-arguments structure.
10587 (recompile): Use global variable `compilation-directory' to get
10588 recent compilation directory only when `recompile' is invoked NOT
10589 in the compilation buffer. Otherwise, use `default-directory' of
10590 the compilation buffer.
10591 (compilation-error-properties): Allow to funcall col and end-col.
10592 (compilation-mode-font-lock-keywords): Check col and end-col by
10593 `integerp'.
10594 (compilation-goto-locus): If end-mk is non-nil in transient mark
10595 mode don't activate the mark (and don't display message in
10596 push-mark), but highlight overlay between mk and end-mk.
10597
10598 * progmodes/grep.el (grep-highlight-matches): New defcustom.
10599 (grep-regexp-alist): Add rule to highlight grep matches.
10600 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10601
10602 * info.el (Info-fontify-node): Don't compute other-tag
10603 if Info-hide-note-references=hide.
10604
10605 * help.el (function-called-at-point):
10606 * help-fns.el (variable-at-point):
10607 Try `find-tag-default' when other methods failed.
10608
10609 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10610 Do not push mark if inhibit-mark-movement is non-nil.
10611
10612 * textmodes/ispell.el (ispell-html-skip-alists):
10613 Fix backslashes in docstring.
10614
10615 2004-09-01 Juri Linkov <juri@jurta.org>
10616
10617 * isearch.el (isearch-wrap-function)
10618 (isearch-push-state-function): New defvars.
10619 (isearch-pop-fun-state): New defsubst.
10620 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10621 (isearch-push-state): Set the result of calling
10622 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10623 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10624 restore the mode-specific starting point of terminated search.
10625 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10626 (isearch-repeat): Call `isearch-wrap-function' if defined.
10627 (isearch-message-prefix): Don't add prefix "over" to the message
10628 for wrapped search if `isearch-wrap-function' is defined.
10629 (isearch-search): Call function saved in `isearch-pop-fun-state' to
10630 restore the mode-specific starting point of failed search.
10631
10632 * info.el (Info-search-whitespace-regexp): Fix backslashes.
10633 (Info-search): Add new optional arguments for the sake of isearch.
10634 Replace whitespace in Info-search-whitespace-regexp literally.
10635 Add backward search. Don't call `Info-select-node' if regexp is
10636 found in the same Info node. Don't add node to Info-history for
10637 wrapped isearch.
10638 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10639 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10640 (Info-mode): Set local variables `isearch-search-fun-function',
10641 `isearch-wrap-function', `isearch-push-state-function',
10642 `search-whitespace-regexp'.
10643
10644 * isearch.el: Remove ancient Change Log section.
10645 (isearch-string, isearch-message-string, isearch-point)
10646 (isearch-success, isearch-forward-flag, isearch-other-end)
10647 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10648 (isearch-barrier, isearch-within-brackets)
10649 (isearch-case-fold-search): Add suffix `-state' to state-related
10650 defsubsts to avoid name clashes with other function names.
10651
10652 * simple.el (next-error): New defgroup and defface.
10653 (next-error-highlight, next-error-highlight-no-select):
10654 New defcustoms.
10655 (next-error-no-select): Let-bind next-error-highlight to the value
10656 of next-error-highlight-no-select before calling `next-error'.
10657
10658 * progmodes/compile.el (compilation-goto-locus):
10659 Use `next-error' face instead of `region'. Set 4-th argument of
10660 `move-overlay' to `current-buffer' to move overlay to different
10661 source buffers. Use new variable `next-error-highlight'.
10662
10663 * simple.el (next-error-find-buffer): Move the rule
10664 "if current buffer is a next-error capable buffer" after the
10665 rule "if next-error-last-buffer is set to a live buffer".
10666 Simplify to test all rules in one `or'.
10667 (next-error): Doc fix.
10668 (next-error, previous-error, first-error)
10669 (next-error-no-select, previous-error-no-select):
10670 Make arguments optional.
10671
10672 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
10673
10674 * macros.el (apply-macro-to-region-lines): Make it operate on all
10675 lines that begin in the region, rather than on all complete lines
10676 in the region.
10677
10678 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10679
10680 * x-dnd.el (x-dnd-protocol-alist): Document update.
10681 (x-dnd-known-types): Defcustom it.
10682 (x-dnd-handle-motif): Print message-atom in error message.
10683
10684 2004-08-30 John Paul Wallington <jpw@gnu.org>
10685
10686 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10687 strings rather than programatically constructing message.
10688
10689 2004-08-30 Richard M. Stallman <rms@gnu.org>
10690
10691 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10692 Don't return a string that would read as the wrong character code.
10693
10694 2004-08-29 Kim F. Storm <storm@cua.dk>
10695
10696 * emulation/cua-base.el (cua-auto-expand-rectangles):
10697 Remove automatic rectangle padding feature; replace by non-destructive
10698 virtual rectangle edges feature.
10699 (cua-virtual-rectangle-edges): New defcustom.
10700 (cua-auto-tabify-rectangles): New defcustom.
10701 (cua-paste): If paste into a marked rectangle, insert rectangle at
10702 current column, even if virtual; also paste exactly as many lines
10703 as has been marked (ignore additional lines or add empty lines),
10704 but paste whole source if only one line is marked.
10705 (cua--update-indications): No longer use overwrite-cursor to
10706 indicate rectangle padding
10707
10708 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10709 (cua--rectangle-virtual-edges): New defun.
10710 (cua--rectangle-get-corners): Remove optional PAD arg.
10711 (cua--rectangle-set-corners): Never do padding.
10712 (cua--forward-line): Remove optional PAD arg. Simplify.
10713 (cua-resize-rectangle-right, cua-resize-rectangle-left)
10714 (cua-resize-rectangle-down, cua-resize-rectangle-up):
10715 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10716 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10717 (cua--rectangle-move): Never do padding. Simplify.
10718 (cua--tabify-start): New defun.
10719 (cua--rectangle-operation): Add tabify arg. All callers changed.
10720 (cua--pad-rectangle): Remove.
10721 (cua--delete-rectangle): Handle delete with virtual edges.
10722 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10723 (cua--insert-rectangle): Handle insert at virtual column.
10724 Perform auto-tabify if necessary.
10725 (cua--activate-rectangle): Remove optional FORCE arg.
10726 Never do padding. Simplify.
10727 (cua--highlight-rectangle): Enhance for virtual edges.
10728 (cua-toggle-rectangle-padding): Remove command.
10729 (cua-toggle-rectangle-virtual-edges): New command.
10730 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
10731 (cua--rectangle-post-command): Don't force rectangle padding.
10732 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10733
10734 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
10735
10736 * indent.el (edit-tab-stops-buffer): Doc fix.
10737
10738 2004-08-28 Richard M. Stallman <rms@gnu.org>
10739
10740 * progmodes/grep.el (grep-default-command): Use find-tag-default.
10741 (grep-tag-default): Function deleted.
10742
10743 * subr.el (find-tag-default): Move from etags.el.
10744
10745 * progmodes/etags.el (find-tag-default): Move to subr.el.
10746
10747 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10748 into the basic character if it has an uppercase form.
10749
10750 2004-08-27 Kenichi Handa <handa@m17n.org>
10751
10752 * international/utf-8.el (utf-8-post-read-conversion): If the
10753 buffer is unibyte, temporarily make it multibyte.
10754
10755 2004-08-27 Masatake YAMATO <jet@gyve.org>
10756
10757 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10758
10759 2004-08-25 John Paul Wallington <jpw@gnu.org>
10760
10761 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10762 0, 1, and many mismatches in message.
10763 (tex-start-shell): Use `set-process-query-on-exit-flag'.
10764
10765 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10766 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10767
10768 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10771 vc-diff-switches differently.
10772
10773 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
10774
10775 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10776 before and a real defvar after
10777 `speedbar-supported-extension-expressions'. This is to silence
10778 the compiler without breaking bootstrapping.
10779
10780 2004-08-22 Richard M. Stallman <rms@gnu.org>
10781
10782 * textmodes/flyspell.el (flyspell-word):
10783 Use set-process-query-on-exit-flag.
10784 (flyspell-highlight-duplicate-region): Take POSS as arg.
10785 (flyspell-word): Pass POSS as arg.
10786
10787 * progmodes/ada-xref.el: Many doc and style fixes.
10788 (ada-find-any-references): Use compilation-start.
10789 (ada-get-ali-file-name): Improve error msg.
10790 (ada-get-ada-file-name): Likewise.
10791
10792 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10793 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10794
10795 * mail/mail-extr.el (mail-extr-all-top-level-domains):
10796 Add forward defvar.
10797
10798 * whitespace.el (global-whitespace-mode): New alias
10799 for whitespace-global-mode.
10800
10801 * speedbar.el (speedbar-file-regexp): Move definition up.
10802 (speedbar-mode, speedbar-set-mode-line-format):
10803 Use with-no-warnings.
10804 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10805
10806 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10807 controls whether to display the error buffer.
10808
10809 * ps-mule.el: Delete compatibility code for old Emacses.
10810 (ps-mule-find-wrappoint): Don't use chars-in-region.
10811
10812 * frame.el (display-mouse-p, display-selections-p):
10813 Use with-no-warnings.
10814
10815 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10816
10817 2004-08-22 David Kastrup <dak@gnu.org>
10818
10819 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10820 information.
10821
10822 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10823
10824 2004-08-22 Andreas Schwab <schwab@suse.de>
10825
10826 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10827
10828 2004-08-22 Masatake YAMATO <jet@gyve.org>
10829
10830 * cvs-status.el (cvs-status-checkout): New function.
10831 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10832
10833 2004-08-21 David Kastrup <dak@gnu.org>
10834
10835 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10836 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10837 has been converted to use hashtables, the relation `nil=none' is
10838 no longer valid, as `nil' is not a hashtable. This patch tries to
10839 reduce the number of resulting errors.
10840
10841 2004-08-21 John Paul Wallington <jpw@gnu.org>
10842
10843 * subr.el (process-kill-without-query): Made obsolete in
10844 version 21.4, not 21.5.
10845
10846 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10847 (vc-previous-comment, vc-next-comment)
10848 (vc-comment-search-reverse, vc-comment-search-forward)
10849 (vc-comment-to-change-log): Likewise.
10850
10851 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10852
10853 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
10854
10855 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10856 Correct indentation of DEFMETHODS with non-standard method
10857 combinations (e.g., PROGN, MIN, MAX).
10858
10859 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * startup.el (normal-top-level-add-subdirs-to-load-path):
10862 Avoid unnecessarily checking system-type.
10863 (normal-top-level): Set TERM to "dumb". Simplify.
10864
10865 * avoid.el (mouse-avoidance-ignore-p): New fun.
10866 Also ignore switch-frame, select-window, double, and triple clicks.
10867 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
10868 (mouse-avoidance-fancy-hook): Use it.
10869
10870 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
10871
10872 * avoid.el (mouse-avoidance-nudge-mouse)
10873 (mouse-avoidance-banish-destination): Stay within the current window
10874 to avoid problems with mouse-autoselect-window.
10875
10876 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
10879 the newer format of some messages in cvs-1.12.1.
10880
10881 2004-08-19 Masatake YAMATO <jet@gyve.org>
10882
10883 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
10884 (elp-results-jump-to-definition-by-mouse)
10885 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
10886 (elp-output-result): Use elp-output-insert-symname.
10887
10888 2004-08-18 Kenichi Handa <handa@m17n.org>
10889
10890 * language/cyrillic.el: Register koi8-r in
10891 ctext-non-standard-encodings-alist.
10892 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
10893
10894 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
10895
10896 * emacs-lisp/copyright.el (copyright-update-year): Delete code
10897 that replaces 20xy with xy.
10898
10899 2004-08-17 John Paul Wallington <jpw@gnu.org>
10900
10901 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
10902 (reb-force-update): Doc fix.
10903
10904 2004-08-16 Richard M. Stallman <rms@gnu.org>
10905
10906 * progmodes/which-func.el (which-func-update-1): Doc fix.
10907
10908 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
10909 (sh-mode-abbrev-table): New variable.
10910
10911 * progmodes/compile.el (compilation-mode): Doc fix.
10912
10913 * emacs-lisp/lisp-mode.el (eval-last-sexp):
10914 Don't cons a new symbol each time.
10915 (eval-last-sexp-fake-value): New variable.
10916
10917 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
10918 (copyright-update-year): Detect continuation of list of years.
10919
10920 * term.el (term-default-fg-color, term-default-bg-color)
10921 (ansi-term-color-vector): Use `unspecified', not nil, as default.
10922
10923 * imenu.el: Several doc fixes: don't say variables are buffer-local.
10924
10925 2004-08-16 Davis Herring <herring@lanl.gov>
10926
10927 * isearch.el (isearch-string, isearch-message-string, isearch-point)
10928 (isearch-success, isearch-forward-flag, isearch-other-end)
10929 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10930 (isearch-barrier, isearch-within-brackets)
10931 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
10932
10933 2004-08-16 Kenichi Handa <handa@m17n.org>
10934
10935 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
10936
10937 2004-08-15 Kenichi Handa <handa@m17n.org>
10938
10939 * term/x-win.el (x-selection-value): If utf8 was successful but
10940 ctext was not, use utf8 string.
10941
10942 2004-08-14 Davis Herring <herring@lanl.gov>
10943
10944 * isearch.el: Remove accidental changes of March 4. Fix backing
10945 up when a regexp isearch is made more general. Use symbolic
10946 accessor functions for isearch stack frames to make usage clearer.
10947 (search-whitespace-regexp): Made groups in documentation shy (as
10948 is the group in the default value).
10949 (isearch-fallback): New function, addresses problems with regexps
10950 liberalized by `\|', adds support for liberalization by `\}' (the
10951 general repetition construct), and incorporates behavior for
10952 `*'/`?'.
10953 (isearch-}-char): New command, calls `isearch-fallback' with
10954 arguments appropriate to a typed `}'.
10955 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
10956 appropriately.
10957 (isearch-mode-map): Bind `}' to `isearch-}-char'.
10958 (isearch-string, isearch-message,string, isearch-point)
10959 (isearch-success, isearch-forward-flag, isearch-other-end)
10960 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10961 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
10962 New inline functions to read fields of a stack frame.
10963
10964 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
10965
10966 * battery.el (battery-linux-proc-acpi): Look into battery
10967 directories matching the literal string "CMB", too (required for
10968 Linux kernel version 2.6.7).
10969
10970 2004-08-14 John Paul Wallington <jpw@gnu.org>
10971
10972 * cus-start.el (read-file-name-completion-ignore-case): Add.
10973 (blink-cursor-alist): Change version to "21.4".
10974
10975 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
10976
10977 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
10978
10979 * speedbar.el (speedbar-scan-subdirs): New option.
10980 (speedbar-file-lists): Don't ignore file-name case on Unix and use
10981 dolist.
10982 (speedbar-insert-files-at-point): Take an extra argument and use
10983 it to optionally find out if a subdir is empty. Also unreadable
10984 files don't get expand buttons.
10985 (speedbar-directory): New image (unused pixmap already existed).
10986 (speedbar-expand-image-button-alist): Use it.
10987
10988 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
10989
10990 CC Mode update to 5.30.9:
10991
10992 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
10993 Move from cc-vars to cc-defs for dependency reasons. Fix the
10994 POSIX char class test to check that it works in
10995 `skip-chars-(forward|backward)' too.
10996
10997 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10998 first argument starts with a special brace list.
10999
11000 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11001 when `c-opt-type-concat-key' is used (i.e. in Pike).
11002
11003 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11004 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
11005 >)".
11006
11007 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11008 whitespace safe.
11009
11010 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11011 position for `arglist-intro', `arglist-cont-nonempty' and
11012 `arglist-close' when there are two arglist open parens on the same
11013 line and there's nothing in front of the first.
11014
11015 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11016 locking of qualified names in Java, which previously could fontify
11017 common indexing expressions in many cases. The standard Java
11018 naming conventions are used to tell them apart.
11019
11020 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11021 Fix inconsistency wrt opening parens on the first line inside a paren
11022 block.
11023
11024 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11025 compile time for the sake of `c-major-mode-is'.
11026
11027 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11028 `c-major-mode-is' in the event that this is used inside a
11029 `c-lang-defconst'.
11030
11031 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11032 `c-lang-defconst' so that it works better with fallback languages.
11033
11034 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11035 it to fail to record the base mode.
11036
11037 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11038 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11039 is used. Reorder the syntax checks to get more efficient
11040 skipping in some situations.
11041
11042 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11043 continuation which might precede the newly inserted '{'.
11044
11045 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11046 Fix cases where it could loop indefinitely.
11047
11048 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11049 size specs correctly. Only fontify identifiers in front of '('
11050 with as functions - don't accept any paren char. Tighten up
11051 initializer skipping to stop before function and class blocks.
11052
11053 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11054 the point could be left directly after an open paren when finding
11055 the beginning of the first decl in the block.
11056
11057 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11058 table when filtering out legitimate open parens to be recorded.
11059 This could cause cache inconsistencies when e.g.
11060 `c++-template-syntax-table' was temporarily in use.
11061
11062 * progmodes/cc-engine.el (c-on-identifier)
11063 (c-simple-skip-symbol-backward): Small fix for handling "-"
11064 correctly in `skip-chars-backward'. Affected the operator lfun
11065 syntax in Pike.
11066
11067 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11068 Fix bug that could cause an error from `after-change-functions' when
11069 the changed region is at bob.
11070
11071 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
11072
11073 CC Mode update to 5.30.9:
11074
11075 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11076 to say that <TAB> doesn't insert WS into a CPP line.
11077 (c-indent-command, c-tab-always-indent): Amend doc strings.
11078
11079 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11080 checks for user errors, thus eliminating cryptic and unhelpful
11081 Emacs error messages. (1) Check the arg to `c-set-style' is a
11082 string. (2) Check that settings to `c-offsets-alist' are not
11083 spuriously quoted.
11084
11085 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
11086 which precedes the newly inserted `{'.
11087
11088 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
11089
11090 Sync with Tramp 2.0.44.
11091
11092 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11093 function "tramp_file_attributes". Otherwise, file names
11094 containing spaces are misinterpreted. Reported by Magnus Henoch
11095 <mange@freemail.hu>.
11096 (tramp-handle-file-truename): FILENAME must be expanded first.
11097 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11098 obscure results. Reported by D. Goel <deego@gnufans.org>.
11099 (tramp-handle-verify-visited-file-modtime): If file does not
11100 exist, say it is not modified if and only if that agrees with the
11101 buffer's record. Check whether a file is visiting the buffer, or
11102 the buffer has no recorded last modification time. Return t in
11103 case the visiting file doesn't exist. Suggested by Luc Teirlinck
11104 <teirllm@auburn.edu>.
11105 (tramp-handle-write-region): Pass modtime explicitely to
11106 `set-visited-file-modtime', because filename can be different
11107 from (buffer-file-name) if `file-precious-flag' is set.
11108 `set-visited-file-modtime' must be called always when `visit' is t
11109 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11110 (tramp-handle-set-visited-file-modtime): If `time-list' is not
11111 nil, don't apply the whole body. If the file doesn't exists, set
11112 modtime to '(-1 65535). Suggested by Luc Teirlinck
11113 <teirllm@auburn.edu>.
11114
11115 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11116
11117 * help.el (describe-bindings): Doc fix.
11118
11119 * subr.el (kbd): Doc fix.
11120
11121 2004-08-08 John Paul Wallington <jpw@gnu.org>
11122
11123 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11124 instead of `string-to-int'.
11125 (define-ibuffer-column mode): Fix indentation.
11126
11127 2004-08-08 Lars Hansen <larsh@math.ku.dk>
11128
11129 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11130
11131 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11132
11133 * subr.el (global-unset-key, local-unset-key): Doc fixes.
11134
11135 * novice.el (disabled-command-function): New variable renamed from
11136 `disabled-command-hook'.
11137 (disabled-command-hook): Keep the _variable_ as alias for
11138 `disabled-command-function' and make obsolete.
11139 (disabled-command-function): Function renamed from
11140 `disabled-command-hook'. Adapt code to name change of the variable.
11141
11142 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
11143
11144 * simple.el (completion-root-regexp): New defvar.
11145 (completion-setup-function): Use it instead of a literal string.
11146
11147 2004-08-07 John Paul Wallington <jpw@gnu.org>
11148
11149 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11150 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11151 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11152 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11153
11154 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11155
11156 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11157 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11158
11159 2004-08-04 Kenichi Handa <handa@m17n.org>
11160
11161 * international/encoded-kb.el (encoded-kbd-setup-keymap):
11162 Fix previous change.
11163
11164 2004-08-03 Kenichi Handa <handa@m17n.org>
11165
11166 * international/encoded-kb.el: The following changes are to
11167 utilize key-translation-map instead of minor mode map.
11168 (encoded-kbd-iso2022-non-ascii-map): Delete it.
11169 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11170 (encoded-kbd-last-key): New function.
11171 (encoded-kbd-iso2022-single-shift): New function.
11172 (encoded-kbd-iso2022-designation)
11173 (encoded-kbd-self-insert-iso2022-7bit)
11174 (encoded-kbd-self-insert-iso2022-8bit)
11175 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11176 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11177 key-translation-map.
11178 (encoded-kbd-setup-keymap): Setup key-translation-map.
11179 (saved-key-translation-map): New variable.
11180 (encoded-kbd-mode): Save/restore key-translation-map.
11181 Adjust for the change of encoded-kbd-setup-keymap.
11182
11183 2004-08-02 Kim F. Storm <storm@cua.dk>
11184
11185 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11186 and call compute-motion with nil for topos and width to get proper
11187 usable width and height for both window and non-window systems.
11188
11189 * windmove.el (windmove-coordinates-of-position): Let compute-motion
11190 calculate usable window width and height.
11191
11192 * window.el (window-buffer-height): Call compute-motion with nil width.
11193
11194 2004-08-01 David Kastrup <dak@gnu.org>
11195
11196 * replace.el (query-replace-read-from):
11197 Use `query-replace-compile-replacement'.
11198 (query-replace-compile-replacement): New function.
11199 (query-replace-read-to): Use `query-replace-compile-replacement'
11200 for repeating the last command.
11201
11202 2004-08-01 John Paul Wallington <jpw@gnu.org>
11203
11204 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11205 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11206 (pr-switches): Remove period from end of error messages.
11207
11208 * help-mode.el (help-go-back): Likewise.
11209
11210 * abbrev.el (only-global-abbrevs): Doc fix.
11211 (edit-abbrevs-map): Define within defvar.
11212 (quietly-read-abbrev-file): Doc fix.
11213
11214 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * novice.el (enable-command, disable-command): Doc fixes.
11217
11218 * subr.el (event-modifiers, event-basic-type): Doc fixes.
11219
11220 2004-07-30 Richard M. Stallman <rms@gnu.org>
11221
11222 * subr.el (with-local-quit): Doc fix.
11223
11224 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
11225
11226 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11227
11228 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
11229
11230 * custom.el (defcustom): Doc fix.
11231
11232 2004-07-28 Masatake YAMATO <jet@gyve.org>
11233
11234 * progmodes/etags.el (etags-tags-apropos): Show building progress.
11235
11236 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * imenu.el (imenu-prev-index-position-function)
11239 (imenu-extract-index-name-function, imenu-name-lookup-function)
11240 (imenu--index-alist): Docstring redundancy fix.
11241
11242 2004-07-25 Lars Hansen <larsh@math.ku.dk>
11243
11244 * wdired.el (wdired-finish-edit): Require dired-aux before locally
11245 binding dired-backup-overwrite.
11246
11247 2004-07-25 John Paul Wallington <jpw@gnu.org>
11248
11249 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
11250
11251 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11252
11253 * term/tty-colors.el (tty-color-approximate): Doc fix.
11254
11255 * select.el (x-get-selection, x-set-selection): Doc fixes.
11256
11257 * frame.el (make-frame): Doc fix.
11258
11259 2004-07-24 Richard M. Stallman <rms@gnu.org>
11260
11261 * mail/rmail.el (rmail-mime-charset-pattern):
11262 Don't include semicolon in the charset value.
11263
11264 * replace.el (occur-next-error): Call set-window-point.
11265 (occur-engine): Handle negative NLINES.
11266
11267 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
11268
11269 * frame.el (modify-all-frames-parameters): Minor doc fix.
11270 (set-frame-configuration): Doc fix.
11271
11272 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11273
11274 * simple.el (completion-setup-function): Compute the common parts
11275 and the first difference place correctly when
11276 partial-completion-mode is on.
11277
11278 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11279
11280 * ps-print.el: Doc fix.
11281 (ps-print-version): New version 6.6.5.
11282 (ps-printing-region): Doc fix.
11283 (ps-generate-string-list): Comment fix.
11284 (ps-message-log-max): Code fix.
11285
11286 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11287
11288 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
11289 generated PostScript.
11290
11291 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
11292
11293 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
11294 with Gnus v5_10 branch.)
11295
11296 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * calendar/time-date.el (time-to-number-of-days): New function.
11299 Imported from from Gnus.
11300
11301 2004-07-22 Kim F. Storm <storm@cua.dk>
11302
11303 * progmodes/make-mode.el: Fix comments.
11304
11305 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11306
11307 * printing.el: Doc fix.
11308
11309 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
11310
11311 * frame.el (modify-all-frames-parameters): Minor doc fix.
11312
11313 2004-07-20 Richard M. Stallman <rms@gnu.org>
11314
11315 * textmodes/fill.el (fill-nobreak-p): If this break point is
11316 at the end of the line, don't consider the newline which follows
11317 as a reason to return t.
11318
11319 2004-07-19 John Paul Wallington <jpw@gnu.org>
11320
11321 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11322
11323 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * dired-aux.el (dired-do-kill-lines): Expand docstring.
11326 Delete irrelevant code.
11327
11328 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11329
11330 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11331 New docstring. From Luc Teirlinck.
11332
11333 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
11334
11335 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11336 section.
11337 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11338 non-file buffers. We know it is nil.
11339
11340 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
11341
11342 Sync with Tramp 2.0.43.
11343
11344 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11345 Remove outdated comment.
11346 (tramp-locked, tramp-locker): New variables for implementing a
11347 global lock.
11348 (tramp-sh-file-name-handler): Use them to implement the global lock.
11349
11350 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
11351
11352 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
11353 calls to respective `xxx` calls.
11354 (tramp-process-alive-regexp): Precise doc string.
11355 (tramp-multi-action-process-alive): New defun.
11356 (tramp-multi-actions): Use it.
11357 (tramp-handle-find-backup-file-name): `copy-tree' is available
11358 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
11359 in order to avoid this function.
11360 (tramp-handle-write-region): Set current buffer. If connection
11361 wasn't open, `file-modes' has changed it accidently. Reported by
11362 David Kastrup <dak@gnu.org>.
11363 (tramp-enter-password, tramp-read-passwd): New arguments USER and
11364 HOST.
11365 (tramp-action-password, tramp-multi-action-password): Apply it.
11366 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11367 name must still contain the port number. Otherwise, we have two
11368 Tramp buffers, with all the confusion. Reported by Myron Selby
11369 <myron@xytech.com> and Rolf Dubitzky
11370 <Dubitzky@physi.uni-heidelberg.de>.
11371
11372 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11373 HOST to `tramp-enter-passwd'.
11374
11375 * net/tramp-vc.el (all): Code cleanup. Change all
11376 `tramp-handle-xxx' calls to respective `xxx` calls.
11377
11378 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
11379
11380 * emacs-lisp/testcover.el: New category "potentially-1valued" for
11381 functions that are not erroneous if either 1-valued or
11382 multi-valued. Detect functions in this class.
11383 (testcover-1value-functions, testcover-compose-functions)
11384 (testcover-progn-functions) Add some additional functions to lists.
11385 (testcover-mark): Bugfix when marking up the definition for an
11386 empty function.
11387
11388 2004-07-17 Richard M. Stallman <rms@gnu.org>
11389
11390 * replace.el (occur-read-primary-args): Pass default to
11391 read-from-minibuffer.
11392
11393 * mail/footnote.el (footnote-section-tag): Use defcustom.
11394
11395 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
11396 Compile font-lock-keywords, not KEYWORDS.
11397 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
11398 Add warn, check-type. Handle cerror like error.
11399
11400 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11401
11402 * progmodes/which-func.el (which-func-keymap): New var.
11403 (which-func-face): New face.
11404 (which-func-format): Use them.
11405
11406 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11407
11408 * buff-menu.el (list-buffers-noselect): Append the buffer's
11409 process status to its mode name.
11410
11411 2004-07-16 Kim F. Storm <storm@cua.dk>
11412
11413 * simple.el (inhibit-mark-movement): New defvar.
11414 (beginning-of-buffer, end-of-buffer): Do not push mark if
11415 inhibit-mark-movement is non-nil or C-u prefix is given.
11416
11417 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
11418 Init to beginning-of-buffer and end-of-buffer.
11419 (cua--undo-push-mark): New defvar.
11420 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
11421 already active and command is in cua--preserve-mark-commands.
11422 Also fix check for shift modifier on non-window systems.
11423 (cua--post-command-handler): Clear inhibit-mark-movement if set.
11424
11425 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11426
11427 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11428 of two integers, instead of a cons.
11429
11430 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11431 `visited-file-modtime' now returns a list of two integers, instead
11432 of a cons.
11433
11434 * dired.el (dired-directory-changed-p): Ditto.
11435
11436 * progmodes/grep.el (grep): Doc fix.
11437
11438 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
11439
11440 * autorevert.el (auto-revert-tail-mode)
11441 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11442 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11443 in both at the same time.
11444 (auto-revert-tail-mode): New command.
11445 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11446 (auto-revert-handler): Revert only either tail or whole file.
11447
11448 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11449 add auto-revert-tail-mode.
11450
11451 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11452
11453 * printing.el: Doc fix. Change name of some funs.
11454 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
11455 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
11456 (pr-standard-file-name): New fun. Replace pr-standard-path.
11457 (pr-call-process): Code fix.
11458
11459 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
11460
11461 * subr.el (with-selected-window): Doc fix.
11462
11463 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
11464
11465 * subr.el (get-buffer-window-list): Doc fix.
11466
11467 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
11468
11469 * files.el (switch-to-buffer-other-window): Doc fix.
11470
11471 * window.el (save-selected-window, one-window-p)
11472 (split-window-keep-point, split-window-vertically)
11473 (split-window-horizontally): Doc fixes.
11474
11475 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11476
11477 * printing.el: Doc fix. Now it uses call-process instead of
11478 shell-command for low command execution.
11479 (pr-version): New version number (6.8).
11480 (pr-shell-file-name): Option removed.
11481 (pr-shell-command): Fun removed.
11482 (pr-call-process): New fun. Replace pr-shell-command.
11483 (pr-standard-path, pr-remove-nil-from-list): New funs.
11484 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11485 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11486 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11487 (pr-ps-utility-process, pr-txt-print): Code fix.
11488
11489 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11490
11491 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11492 boolean.
11493
11494 2004-07-09 Lars Hansen <larsh@math.ku.dk>
11495
11496 * wid-edit.el (widget-field-buffer): Doc fix.
11497
11498 2004-07-09 John Paul Wallington <jpw@gnu.org>
11499
11500 * emacs-lisp/re-builder.el (reb-update-overlays):
11501 Distinguish between one and several matches in message.
11502
11503 2004-07-09 Richard M. Stallman <rms@gnu.org>
11504
11505 * mouse.el (mouse-set-region-1): If transient-mark-mode
11506 is `identity', change it to `only'.
11507
11508 * simple.el (current-word): Doc fix.
11509
11510 2004-07-09 Mark A. Hershberger <mah@everybody.org>
11511
11512 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11513 so that it is more understanding of whitespace.
11514
11515 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11516 (("ns" . "element") (attr-list) children) instead of
11517 ((:ns . "element") (attr-list) children) in order to reduce the
11518 number of symbols used.
11519 (xml-skip-dtd): Change to use xml-parse-dtd but set
11520 xml-validating-parsing to nil.
11521 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11522 (xml-substitute-entity): Remove in favor of new entity substitution.
11523 (xml-substitute-special): Rewrite in to substitute complex
11524 entities from DOCTYPE declarations.
11525 (xml-parse-fragment): Parse fragments from entity deleclarations.
11526 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11527 (xml-parse-dtd, xml-substitute-special): Make validity checks
11528 conditioned on xml-validating-parser. Add "Not Well Formed" to
11529 error messages about well-formedness.
11530
11531 2004-07-08 Steven Tamm <steventamm@mac.com>
11532
11533 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11534 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11535 Do not treat double clicks and triple clicks specially in the
11536 scroll bar (preventing strange repositioning problems)
11537
11538 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * replace.el (query-replace-regexp-eval): Fix last change.
11541
11542 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * replace.el (query-replace-descr): New fun.
11545 (query-replace-read-from, query-replace-read-args): Default to the
11546 previous from&to.
11547 (query-replace-read-to): Quote the `from' string when displaying it.
11548 (query-replace-regexp-eval): Immediately check read-only status.
11549 Use query-replace-read-from to get the \n checking.
11550 Quote the `from' string when displaying it.
11551 (map-query-replace-regexp, occur-read-primary-args):
11552 Quote the `from' string when displaying it.
11553
11554 * isearch.el (isearch-query-replace): Pass the regexp-ness and
11555 delimited-ness of the search to query-replace.
11556
11557 * replace.el (query-replace-read-from, query-replace-read-to):
11558 New funs extracted from query-replace-read-args.
11559 (query-replace-read-args): Use them.
11560
11561 * replace.el (query-replace-interactive, query-replace-read-args):
11562 Remove the `initial' special value.
11563 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11564 (occur-engine): Remove unused var `matchend'.
11565
11566 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11567 Use the search string without prompting.
11568
11569 2004-07-05 Kenichi Handa <handa@m17n.org>
11570
11571 * international/mule.el (decode-coding-inserted-region):
11572 Set last-coding-system-used only when coding is nil.
11573
11574 2004-07-03 Eli Zaretskii <eliz@gnu.org>
11575
11576 * progmodes/grep.el (grep-compute-defaults, grep-command)
11577 (grep-program, find-program, grep-find-use-xargs, grep-history)
11578 (grep-find-history, grep-tag-default, grep-find-command)
11579 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11580 Add autoload cookies, for unbundled packages that load `compile'
11581 and expect all grep-related symbols to become defined.
11582
11583 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
11584
11585 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11586 (iimage-mode-image-search-path): New user option to search the
11587 image file.
11588 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
11589 have locate-file.
11590 (iimage-mode-buffer): Use it.
11591
11592 2004-07-03 Nick Roberts <nickrob@gnu.org>
11593
11594 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11595 carefully.
11596 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11597
11598 2004-07-03 Juri Linkov <juri@jurta.org>
11599
11600 * replace.el (query-replace-read-args): Swallow space after 'foo,
11601 not after (quote foo). Match space only immediately after symbol,
11602 not anywhere in the whole string.
11603
11604 2004-07-02 Richard M. Stallman <rms@gnu.org>
11605
11606 * replace.el (query-replace-read-args): Swallow space after
11607 symbols, not after closeparens. But avoid error if string ends there.
11608
11609 * progmodes/python.el (python-beginning-of-statement):
11610 Exit the loop if backward-up-list gets error.
11611
11612 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11613
11614 2004-07-02 Andre Spiegel <spiegel@gnu.org>
11615
11616 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11617 only if vc-consult-headers is non-nil.
11618
11619 2004-07-02 Juri Linkov <juri@jurta.org>
11620
11621 * pcvs.el (cvs-mode-diff-repository): New command.
11622
11623 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11624
11625 2004-07-01 Juri Linkov <juri@jurta.org>
11626
11627 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11628 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
11629 C-M-% to isearch-query-replace-regexp.
11630 (minibuffer-local-isearch-map): Add arrow key bindings.
11631 Bind C-f to isearch-yank-char-in-minibuffer.
11632 (isearch-forward): Doc fix.
11633 (isearch-edit-string): Doc fix.
11634 (isearch-query-replace, isearch-query-replace-regexp): New funs.
11635 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
11636 (isearch-yank-char): Add optional arg.
11637 (isearch-yank-char-in-minibuffer): New fun.
11638
11639 * replace.el (query-replace-interactive): Change type from boolean
11640 to choice. Add value `initial'.
11641 (query-replace-read-args): Handle value `initial' of
11642 query-replace-interactive.
11643
11644 2004-06-29 Kim F. Storm <storm@cua.dk>
11645
11646 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11647 (breakpoint-disabled-bitmap-face): Add :group 'gud.
11648
11649 * progmodes/ada-xref.el (ada-tight-gvd-integration):
11650 Add :group 'ada.
11651
11652 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11653
11654 2004-06-29 Juri Linkov <juri@jurta.org>
11655
11656 * replace.el (query-replace-read-args): Swallow a space after
11657 everything except )]" which in most cases means after a symbol.
11658
11659 * emacs-lisp/pp.el (pp-buffer): Add autoload.
11660
11661 2004-06-28 Richard M. Stallman <rms@gnu.org>
11662
11663 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11664 More changes to go with previous change in font-lock.el.
11665
11666 2004-06-26 David Kastrup <dak@gnu.org>
11667
11668 * replace.el (perform-replace): Highlight the match even in
11669 non-query mode if there is potential replace string editing.
11670
11671 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
11672
11673 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11674 agree with new return value of `file-remote-p'.
11675 This syncs with Tramp 2.0.42.
11676
11677 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11678 according to new documentation of `file-remote-p'.
11679
11680 * files.el (file-remote-p): Fix doc to say that return value is
11681 identification of remote system, if not nil.
11682 (file-relative-name): Use new return value of `file-remote-p'.
11683
11684 2004-06-26 Nick Roberts <nickrob@gnu.org>
11685
11686 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11687 (gdb-goto-breakpoint): Fix breakage.
11688
11689 2004-06-26 Eli Zaretskii <eliz@gnu.org>
11690
11691 * man.el (Man-getpage-in-background): Add windows-nt to the list
11692 of systems where shell-file-name should be used instead of
11693 literal "sh".
11694
11695 2004-06-25 Sam Steingold <sds@gnu.org>
11696
11697 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11698 function names `(setf symbol)'.
11699
11700 2004-06-24 Richard M. Stallman <rms@gnu.org>
11701
11702 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11703
11704 * font-lock.el (font-lock-keywords): Change format of compiled values.
11705 Document it.
11706 (font-lock-add-keywords): If font-lock-keywords is compiled,
11707 extract the uncompiled version, modify, then recompile.
11708 (font-lock-remove-keywords): Likewise.
11709 (font-lock-fontify-keywords-region): Handle changed format.
11710 (font-lock-compile-keywords): Handle changed format.
11711 (font-lock-set-defaults): Compile the keywords explicitly here.
11712
11713 2004-06-24 David Kastrup <dak@gnu.org>
11714
11715 * replace.el (query-replace-read-args): Implement `\,' and `\#'
11716 replacements here.
11717 (query-replace-regexp): Doc string explaining this and the new
11718 `\?' replacement. Remove `\,' and `\#' implementation here, as it
11719 is better placed in `query-replace-read-args'.
11720 (replace-regexp): Explain `\,', `\#' and `\?'.
11721 (replace-match-data): New function for thorough reuse/destruction
11722 of old match-data.
11723 (replace-match-maybe-edit): Function for implementing `\?' editing.
11724 (perform-replace): Fix maintaining of the match stack including
11725 already matched regions, implement `\?', fix various problems
11726 with regions while editing and other stuff.
11727 (replace-highlight): Simplify.
11728
11729 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
11730
11731 * progmodes/grep.el (grep-error-screen-columns): New variable.
11732 (grep-regexp-alist): Give it the full functionality of gnu style
11733 compilation messages with line and column ranges. Ask me for the
11734 perl script I'm working on, that uses these.
11735
11736 2004-06-23 Nick Roberts <nickrob@gnu.org>
11737
11738 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11739 Remove.
11740 (comint-insert-input, comint-mouse-insert-input): New functions
11741 based on comint-insert-clicked-input for two bindings but just
11742 one functionality.
11743
11744 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11745
11746 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11747
11748 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11749
11750 * files.el (write-contents-functions): Doc fix.
11751
11752 2004-06-21 Juanma Barranquero <lektu@terra.es>
11753
11754 * image.el (image-library-alist): Rewrite docstring in active voice.
11755
11756 2004-06-20 Richard M. Stallman <rms@gnu.org>
11757
11758 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11759
11760 * isearch.el (isearch-repeat): Avoid testing old match data.
11761 (isearch-message): Display trailing space in special font
11762 when search is failing.
11763 (isearch-search-fun-function): Doc fix.
11764
11765 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11766
11767 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
11768
11769 * frame.el (show-trailing-whitespace): Doc fix.
11770
11771 * cus-edit.el (custom-variable-documentation): New function.
11772 (custom-variable): Use it.
11773
11774 2004-06-19 Nick Roberts <nickrob@gnu.org>
11775
11776 * man.el (Man-getpage-in-background): Revert previous change but
11777 make cygwin a special case.
11778
11779 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
11780
11781 * autorevert.el (global-auto-revert-non-file-buffers):
11782 Update docstring.
11783
11784 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
11785
11786 * progmodes/compile.el (compilation-error-properties): Store one
11787 more than end-col, if present, so that transient-mark-mode will
11788 highlight last char too.
11789 * progmodes/grep.el (grep-regexp-alist): Match columns and column
11790 ranges, if present.
11791
11792 2004-06-18 Jason Rumney <jasonr@gnu.org>
11793
11794 * makefile.w32-in: Double percent signs in for loops.
11795
11796 2004-06-17 David Kastrup <dak@gnu.org>
11797
11798 * replace.el (query-replace-read-args): Only warn about use of \n
11799 and \t when we are doing a regexp replacement and the actual
11800 escaped character is n or t.
11801 (query-replace-regexp): Add \, and \# interpretation to
11802 interactive call and document it.
11803 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11804 as shortkey for replace-count.
11805 (replace-quote): New function for doubling backslashes.
11806
11807 2004-06-17 Juanma Barranquero <lektu@terra.es>
11808
11809 * files.el (parse-colon-path, cd): Mention in docstring that the
11810 path separator is colon in GNU-like systems.
11811
11812 * newcomment.el (comment-region-internal): Fix docstring.
11813
11814 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11815 (ewoc-invalidate, ewoc-collect): Doc fixes.
11816 (ewoc--create-node, ewoc--delete-node-internal):
11817 Fix typos in docstring.
11818
11819 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11820
11821 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11822 manual to docstring.
11823
11824 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11825
11826 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11827
11828 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11831 Add hyperlink to emacs-xtra manual to docstring.
11832
11833 * autorevert.el (global-auto-revert-non-file-buffers):
11834 Add hyperlink to emacs-xtra manual to docstring, as well as an
11835 info-link.
11836
11837 2004-06-14 Juanma Barranquero <lektu@terra.es>
11838
11839 * image.el (image-library-alist): New variable to map image types
11840 to external libraries. Initialized to nil, unless system-specific
11841 configs change it.
11842 (image-type-available-p): Determine whether an image type is
11843 available by calling `init-image-library'.
11844
11845 * term/w32-win.el (image-library-alist): Initialize to a known set
11846 of probable library names.
11847
11848 2004-06-14 Kenichi Handa <handa@m17n.org>
11849
11850 * international/code-pages.el (windows-1256, cp1125): Fix tables
11851 for several characters.
11852
11853 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11854
11855 2004-06-13 Richard M. Stallman <rms@gnu.org>
11856
11857 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11858
11859 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11860 not "`pc-selection-mode'".
11861
11862 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
11863
11864 * simple.el (previous-matching-history-element): Specify a default.
11865
11866 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
11867
11868 * cus-face.el (custom-declare-face): Simplify code.
11869
11870 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
11871
11872 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
11873
11874 * files.el (before-save-hook): Add `time-stamp' to the options.
11875
11876 * time-stamp.el (time-stamp): Recommend adding it to
11877 `before-save-hook', rather than `write-file-functions'.
11878 Make a similar change in `Commentary' section.
11879
11880 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11881
11882 * diff-mode.el (diff-current-defun): If at start of hunk, use
11883 position of first change.
11884
11885 2004-06-13 Lars Hansen <larsh@math.ku.dk>
11886
11887 * dired-x.el (dired-mark-omitted): Bind to "*O".
11888
11889 2004-06-12 Karl Fogel <kfogel@red-bean.com>
11890
11891 * bookmark.el (bookmark-bmenu-relocate): New function, as
11892 suggested by David J. Biesack <David.Biesack@sas.com>.
11893 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
11894 (bookmark-bmenu-mode): Describe binding in doc string.
11895 (bookmark-set-filename): Save the bookmark list if it's time.
11896
11897 2004-06-13 Kenichi Handa <handa@m17n.org>
11898
11899 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
11900 (ccl-untranslated-to-ucs): Fix typo.
11901
11902 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11903
11904 * progmodes/python.el (python-open-block-statement-p):
11905 Fix indentation after a block opening that contains a comment.
11906
11907 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
11908
11909 * bindings.el (completion-ignored-extensions): Add file extensions
11910 of Python byte-compiled files.
11911
11912 2004-06-12 Juri Linkov <juri@jurta.org>
11913
11914 * info.el (Info-goto-node): Add autoload.
11915 (Info-toc): Add substring-no-properties on Info file name.
11916 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
11917 (Info-mode-map): Bind L to Info-history, T to Info-toc.
11918
11919 2004-06-12 Kenichi Handa <handa@m17n.org>
11920
11921 * international/mule-cmds.el (set-language-environment):
11922 Load subst tables if necessary.
11923
11924 * international/mule.el (decode-char): Load subst tables if necessary.
11925 (encode-char): Likewise.
11926
11927 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
11928 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
11929 (utf-16le-decode-loop): Set r5 to -1 before loop.
11930 (utf-16be-decode-loop): Likewise.
11931 (ccl-decode-mule-utf-16le): Add EOF processing block.
11932 (ccl-decode-mule-utf-16be): Likewise.
11933 (ccl-decode-mule-utf-16le-with-signature): Likewise.
11934 (ccl-decode-mule-utf-16be-with-signature): Likewise.
11935 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
11936 (ccl-mule-utf-16-encode-untrans): New CCL.
11937 (utf-16-decode-to-ucs): Handle pre-read character.
11938 (utf-16le-encode-loop): Handle surrogate pair.
11939 (utf-16be-encode-loop): Likewise.
11940 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
11941 of utf-16le-encode-loop.
11942 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
11943 of utf-16be-encode-loop.
11944 (mule-utf-16-post-read-conversion):
11945 Call utf-8-post-read-conversion at first.
11946 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
11947 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
11948 Add post-read-conversion and pre-write-conversion.
11949
11950 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
11951 (utf-translate-cjk-unicode-range): New variable.
11952 (utf-translate-cjk-load-tables): New function.
11953 (utf-lookup-subst-table-for-decode): New function.
11954 (utf-lookup-subst-table-for-encode): New function.
11955 (utf-translate-cjk-mode): Init-value changed to t. Don't load
11956 tables here. Update safe-charsets of utf-* coding systems.
11957 (ccl-mule-utf-untrans): New CCL.
11958 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
11959 at end of each branch.
11960 (ccl-mule-utf-8-encode-untrans): New CCL.
11961 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
11962 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
11963 length of encoding. Don't return r0.
11964 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
11965 (utf-8-post-read-conversion): Narrow to region properly.
11966 If utf-translate-cjk-mode is on, load tables if necessary.
11967 Call utf-8-compose with hash-table arg if necessary.
11968 Call XXX-compose-region instead of XXX-post-read-convesion.
11969 (utf-8-pre-write-conversion): New function.
11970 (mule-utf-8): Include CJK charsets in safe-charsets if
11971 utf-translate-cjk-mode is on. Add pre-write-conversion.
11972
11973 * international/characters.el: Temporarily set
11974 utf-translate-cjk-mode to nil.
11975
11976 * language/devan-util.el (devanagari-compose-region):
11977 Add autoload cookie.
11978
11979 * international/ccl.el (ccl-dump-call): Fix printing the
11980 subroutine name.
11981
11982 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * dired.el (dired-revert): If buffer is marked unmodified before
11985 reverting, keep it marked unmodified.
11986 Adapt to new conventions for commenting out code.
11987 (dired-make-relative): Adapt to new conventions for commenting out code.
11988
11989 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
11990
11991 * eshell/esh-module.el (eshell-load-defgroups):
11992 Bind `vc-handled-backends' to nil when opening files.
11993
11994 2004-06-11 Juanma Barranquero <lektu@terra.es>
11995
11996 * files.el (parse-colon-path, cd): Doc fixes (refer to
11997 `path-separator', not colon).
11998
11999 2004-06-10 Juanma Barranquero <lektu@terra.es>
12000
12001 * newcomment.el (comment-search-forward)
12002 (comment-search-backward): Fix typos in docstring.
12003 (comment-region): Doc fix.
12004
12005 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12008 switch is no longer stored in `dired-switches-alist'.
12009
12010 * dired-aux.el (dired-insert-subdir): Do not store R switch in
12011 `dired-switches-alist'.
12012
12013 2004-06-10 Kim F. Storm <storm@cua.dk>
12014
12015 * pcvs.el (cvs-mode-diff-yesterday): New command.
12016
12017 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12018
12019 2004-06-10 Juri Linkov <juri@jurta.org>
12020
12021 * emacs-lisp/edebug.el (edebug-eval-defun):
12022 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12023 Fix docstring.
12024
12025 * simple.el (eval-expression-print-format): Don't print additional
12026 information on the first call to `eval-print-last-sexp'.
12027 (next-error-find-buffer): Fix punctuation.
12028 (killing) <defgroup>: Fix punctuation.
12029 (yank-excluded-properties): Change group from editing to killing.
12030
12031 * replace.el (perform-replace): Use `limit' to terminate the
12032 while-loop explicitly.
12033
12034 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12035
12036 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12037 Use lc-*.xpm as prefix instead of *-locol.xpm.
12038
12039 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12040 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12041 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12042 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12043 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12044 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12045 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12046 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12047 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12048 * toolbar/lc-up_arrow.xpm:
12049 Rename from *-locol.xpm.
12050
12051 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
12052
12053 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12054 include forms like &<str>; as valid url patterns.
12055
12056 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
12057
12058 * dired.el (dired-diff, dired-backup-diff)
12059 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12060 (dired-do-chown, dired-do-touch, dired-do-print)
12061 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12062 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12063 (dired-create-directory, dired-do-copy, dired-do-symlink)
12064 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12065 (dired-do-copy-regexp, dired-do-hardlink-regexp)
12066 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12067 (dired-maybe-insert-subdir, dired-next-subdir)
12068 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12069 (dired-kill-subdir, dired-tree-up, dired-tree-down)
12070 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12071 (dired-run-shell-command, dired-query): Remove redundant,
12072 or incorrect, autoloads.
12073
12074 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12075 does not end in a slash. Add optional argument KILL-ROOT.
12076 Update docstring.
12077 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12078 (dired-query): Add autoloads.
12079
12080 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
12081
12082 * progmodes/compile.el (compilation-set-window-height):
12083 Rearrange the save-* functions because a buffer can have several current
12084 point in different windows.
12085 (compilation-error-regexp-alist-alist): Recognize {standard input}
12086 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12087
12088 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12089
12090 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12091 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12092 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12093 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12094 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12095 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12096 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12097 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12098 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12099 * toolbar/up_arrow-locol.xpm:
12100 New versions of icons that uses fewer colors.
12101
12102 * toolbar/tool-bar.el (tool-bar-local-item)
12103 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12104 if display-color-cells is 256 or less.
12105
12106 2004-06-08 Kim F. Storm <storm@cua.dk>
12107
12108 * wid-edit.el (widget-specify-button): Use hand pointer rather
12109 than mouse-face as visible mouse-over effect.
12110
12111 2004-06-07 Karl Fogel <kfogel@red-bean.com>
12112
12113 * saveplace.el (save-place-alist-to-file): Bind `print-length'
12114 and `print-level' to nil when writing out `save-place-alist'.
12115 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12116
12117 2004-06-07 Juanma Barranquero <lektu@terra.es>
12118
12119 * completion.el (completion-kill-region): Doc fix.
12120
12121 * format.el (format-insert-annotations)
12122 (format-annotate-location): Doc fixes.
12123 (format-subtract-regions): Make arguments match their use in docstring.
12124
12125 * simple.el (kill-region): Doc fix.
12126
12127 * subr.el (insert-buffer-substring-no-properties)
12128 (insert-buffer-substring-as-yank): Doc fixes.
12129
12130 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
12131
12132 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12133 Update docstring.
12134 (dired-reset-subdir-switches): New function.
12135
12136 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12137 Limit scope of `buffer-read-only' binding.
12138
12139 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
12140
12141 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12142 eshell-explicit-command-char.
12143
12144 2004-06-06 Juanma Barranquero <lektu@terra.es>
12145
12146 * help-fns.el (help-argument-name): Inherit from italic face only
12147 if the frame supports it.
12148
12149 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12150
12151 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12152 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12153 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12154 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12155 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12156 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12157 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12158 New conversions from xpm files.
12159
12160 * toolbar/README: New file.
12161
12162 2004-06-06 Richard M. Stallman <rms@gnu.org>
12163
12164 * isearch.el (isearch-mode-map): Undo previous change.
12165
12166 2004-06-05 Juri Linkov <juri@jurta.org>
12167
12168 * bindings.el (debug-ignored-errors): Add regexps for history
12169 related messages. Remove $ from "No further undo information".
12170 Move Ediff's messages to ediff.el.
12171
12172 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12173
12174 * cus-edit.el (custom-display): Add `min-colors'.
12175
12176 * custom.el (defface): Add `supports' to docstring.
12177
12178 * help-fns.el (help-argument-name): Add :group 'help.
12179
12180 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * find-dired.el (find-ls-subdir-switches): New user option.
12183 (find-dired): No longer call `abbreviate-file-name' on DIR.
12184 Set `dired-subdir-switches' buffer-locally.
12185
12186 * locate.el: Merge the two `Commentary' sections.
12187 (locate-ls-subdir-switches): New user option.
12188 (locate): Update for other changes.
12189 (locate-mode-map): Restore Dired binding for mouse-2.
12190 Bind `locate-mouse-view-file' to M-mouse-2.
12191 Bind `l' to `locate-do-redisplay'.
12192 (locate-main-listing-line-p, locate-do-redisplay): New functions.
12193 (locate-mouse-view-file, locate-tags, locate-find-directory):
12194 Print message if used outside main listing.
12195 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
12196 Various changes to support inserted subdirectories.
12197 (locate-insert-header): Change header of *Locate* buffer.
12198
12199 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12200 Change interactive default switches.
12201 (dired-rename-subdir-2): Update `dired-switches-alist'.
12202 (dired-insert-subdir, dired-kill-subdir):
12203 Handle `dired-switches-alist'. Do not mark buffer modified.
12204 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12205 (dired-insert-subdir-doinsert): Omit messages.
12206 Handle `dired-subdir-switches'.
12207 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12208
12209 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12210 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12211 subdirs if -R switch is used for a subdir.
12212 (dired-mode): Set `dired-switches-alist'.
12213 (dired-build-subdir-alist): Only print number of directories in
12214 echo area when invoked interactively.
12215
12216 2004-06-05 Lars Hansen <larsh@math.ku.dk>
12217
12218 * dired-x.el (dired-omit-mode): Rename from
12219 dired-omit-files-p. Use define-minor-mode to define it.
12220 (dired-omit-files-p): Add as alias for dired-omit-mode.
12221 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
12222 dired-mark-omitted.
12223 (dired-mark-omitted): Add. Bind to M-O.
12224
12225 2004-06-05 Kenichi Handa <handa@m17n.org>
12226
12227 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12228
12229 2004-06-05 Juanma Barranquero <lektu@terra.es>
12230
12231 * help-fns.el (help-argument-name): Reintroduce face.
12232 (help-default-arg-highlight): Use it, now that
12233 `face-differs-from-default-p' can be trusted.
12234
12235 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12236
12237 * textmodes/table.el: Sentence commands added to Point Motion
12238 group; kill and backward-kill commands added to Extraction group.
12239
12240 2004-06-04 Mario Lang <mlang@delysid.org>
12241
12242 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12243 systems appear to use mW, make the code handle this. Fix a
12244 division-by-zero bug while at it, and handle kernels with
12245 a slightly different layout in /proc/acpi.
12246
12247 2004-06-04 Karl Fogel <kfogel@red-bean.com>
12248
12249 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
12250 because the latter is a CL-ism. This fixes the bug reported by
12251 Shawn Boyette <mdxi@collapsar.net> in
12252 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
12253
12254 2004-06-04 Miles Bader <miles@gnu.org>
12255
12256 * faces.el (display-supports-face-attributes-p): Function moved to
12257 C code. Previously only the tty-related portion of this function
12258 was done in C; however the previous attempt to do a halfway-proper
12259 job for non-tty displays in lisp didn't work properly because of
12260 funny conditions during Emacs startup.
12261 (face-differs-from-default-p): Simplify, now that
12262 display-supports-face-attributes-p works properly on all display
12263 types. Remove :stipple from comparison; it doesn't really work
12264 in emacs anyway.
12265
12266 2004-06-04 Miles Bader <miles@gnu.org>
12267
12268 * faces.el (face-differs-from-default-p): Use a different
12269 implementation, so we can really check whether FACE displays
12270 differently or not.
12271
12272 2004-06-04 Miles Bader <miles@gnu.org>
12273
12274 * faces.el (display-supports-face-attributes-p): Implement a
12275 `different from default' check for non-tty displays.
12276
12277 2004-06-03 David Kastrup <dak@gnu.org>
12278
12279 * woman.el (woman-mapcan): More concise code.
12280 (woman-topic-all-completions, woman-topic-all-completions-1)
12281 (woman-topic-all-completions-merge): Replace by a simpler and
12282 much faster implementation based on O(n log n) sort/merge instead
12283 of the old O(n^2) behavior.
12284
12285 2004-06-03 Miles Bader <miles@gnu.org>
12286
12287 * subr.el (read-number): Use canonical format for default in prompt.
12288
12289 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
12290 Add regexp for " [...]" style defaults.
12291
12292 2004-06-02 Romain Francoise <romain@orebokech.com>
12293
12294 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
12295 groups: if the user asks for a hidden buffer, open the
12296 corresponding filter group to expose it.
12297
12298 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
12299 `ibuffer-jump-to-buffer'.
12300 (ibuffer-jump-offer-only-visible-buffers): New user option.
12301
12302 2004-06-02 Juanma Barranquero <lektu@terra.es>
12303
12304 * faces.el (frame-update-faces): Add empty docstring so the one
12305 for `ignore' doesn't show through.
12306
12307 * subr.el (process-kill-without-query): Remove spurious "\n" on
12308 obsolescence string.
12309 (focus-frame, unfocus-frame): Add obsolescence declaration and
12310 empty docstring.
12311
12312 * international/mule.el (register-char-codings): Make alias for
12313 `ignore'. Move docstring to obsolescence info and remove redundancy.
12314
12315 2004-06-02 Kim F. Storm <storm@cua.dk>
12316
12317 * frame.el (blink-cursor-start): Turn cursor off initially so blink
12318 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12319
12320 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * comint.el (comint-replace-by-expanded-history-before-point):
12323 Obey `start' as the docstring says.
12324 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12325 (comint-update-fence): Prevent font-lock from running unnecessarily.
12326 (comint-dynamic-list-completions): Use with-current-buffer.
12327
12328 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12329
12330 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12331 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12332 (bibtex-entry-update): Handle alternatives and optional fields.
12333 (bibtex-parse-entry): Bugfix, handle empty key.
12334
12335 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * vc-arch.el (vc-arch-state): Don't assume the file exists.
12338
12339 2004-05-31 Lars Hansen <larsh@math.ku.dk>
12340
12341 * desktop.el (desktop-save): Don't save minor modes without a
12342 known mode initialization function.
12343
12344 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
12345
12346 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12347
12348 * autorevert.el: Update `Commentary' section.
12349
12350 2004-05-30 Juanma Barranquero <lektu@terra.es>
12351
12352 * dos-fns.el (convert-standard-filename):
12353 * files.el (convert-standard-filename):
12354 * w32-fns.el (convert-standard-filename):
12355 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12356
12357 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12358
12359 Sync with Tramp.
12360
12361 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12362 (tramp-let-maybe): Move to an earlier spot in the file.
12363 Patch by Andreas Schwab.
12364
12365 2004-05-30 Andreas Schwab <schwab@suse.de>
12366
12367 * dired.el (dired-get-filename): Don't use dired-re-dot.
12368
12369 2004-05-30 Richard M. Stallman <rms@gnu.org>
12370
12371 * files.el (find-file): Doc fix.
12372
12373 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12374
12375 2004-05-30 Nick Roberts <nickrob@gnu.org>
12376
12377 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12378 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12379 modeline of the locals buffer.
12380 (gdb-goto-breakpoint): Handle gdbmi.
12381 (gdb-get-frame-number): Change for gdbmi.
12382
12383 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
12384
12385 * files.el (file-remote-p): Apply file name handler for operation
12386 `file-remote-p'. It isn' a property any longer.
12387 (file-relative-name): `fh' and `fd' get the required value via
12388 `find-file-name-handler' already.
12389
12390 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
12391 (top): Remove setting of `file-remote-p' property for
12392 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
12393
12394 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
12395
12396 Version 2.0.41 of Tramp released.
12397
12398 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
12399 Throw away if process has died.
12400 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
12401 (tramp-out-of-band-prompt-regexp): Rename to
12402 `tramp-process-alive-regexp', because its usage is widen.
12403 (tramp-actions-copy-out-of-band): Apply it.
12404 (tramp-actions-before-shell, tramp-multi-actions):
12405 Add `tramp-action-process-alive' action.
12406 (tramp-action-process-alive): New defun.
12407 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12408 Add entry for `file-remote-p'.
12409 (tramp-handle-file-remote-p): New defun.
12410 (top): Remove setting of `file-remote-p'. Don't set
12411 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
12412
12413 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12414 `file-remote-p'.
12415
12416 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
12417 counted for (last) line. [They should or they shouldn't? --Stef]
12418 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
12419
12420 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
12421
12422 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
12423 not really necessary but seems to keep the shell history smaller
12424 in some cases. It is no substitute for setting HISTFILE and
12425 HISTSIZE from tramp-open-connection-setup-interactive-shell,
12426 though. Suggested by Luc Teirlinck.
12427 (tramp-open-connection-setup-interactive-shell): Export variables
12428 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
12429 (tramp-set-process-query-on-exit-flag): New compat function.
12430 (tramp-open-connection-multi, tramp-open-connection-su)
12431 (tramp-open-connection-rsh, tramp-open-connection-telnet)
12432 (tramp-do-copy-or-rename-file-out-of-band): Use it.
12433 (tramp-let-maybe): New macro, let-binds a variable only if it
12434 isn't obsolete.
12435 (tramp-check-ls-commands, tramp-handle-expand-file-name)
12436 (tramp-handle-file-truename): Use it.
12437 (tramp-completion-file-name-regexp-unified): Avoid matching
12438 filenames starting with "/:" -- those are reserved for
12439 file-name-non-special.
12440
12441 * tramp-smb.el (tramp-smb-open-connection):
12442 Use tramp-set-process-query-on-exit-flag compat function.
12443
12444 2004-05-29 Richard M. Stallman <rms@gnu.org>
12445
12446 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12447
12448 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12449 (eval-last-sexp-print-value): Print char equivalent regardless
12450 of standard-output value.
12451
12452 * thumbs.el (thumbs-subst-char-in-string): Delete.
12453 (thumbs-thumbname): Use subst-char-in-string.
12454 (thumbs-resize-image): Use condition-case, not ignore-errors.
12455 (thumbs-kill-buffer): Likewise.
12456
12457 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
12458 (thumbs-mode): Make buffer read-only.
12459 (thumbs-make-thumb): Unconditionally accept an existing file.
12460 (thumbs-insert-thumb): Add thumb-image-file property to the image.
12461 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12462 (thumbs-show-thumbs-list): Error if images not supported.
12463 (thumbs-save-current-image): Improve prompt string.
12464 (thumbs-mode-map): Define u, R, x.
12465 (thumbs-unmark): New command.
12466 (thumbs-emboss-image): Minor cleanup.
12467 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12468 (thumbs-rename-images): New command.
12469 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
12470
12471 * thumbs.el (thumbs-current-image): New function.
12472 (thumbs-file-list, thumbs-file-alist): New functions.
12473 (thumbs-find-image): Delete arg L.
12474 Don't set up thumbs-fileL as buffer-local global var.
12475 (thumbs-find-image-at-point): Use thumbs-current-image.
12476 (thumbs-set-image-at-point-to-root-window): Likewise.
12477 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12478 Record and warn about errors. Update thumbs-markedL for deletions.
12479 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12480 (thumbs-redraw-buffer): Use thumbs-file-list.
12481 (thumbs-mark): Use thumbs-current-image.
12482 (thumbs-show-name): Use thumbs-current-image.
12483
12484 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12485 and imenu--last-menubar-index-alist.
12486
12487 * subr.el (with-selected-window): Undo previous change.
12488
12489 2004-05-29 John Paul Wallington <jpw@gnu.org>
12490
12491 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12492 (thumbs-mouse-find-image): New command.
12493 (thumbs-mode-map): Bind it to mouse-2.
12494 (thumbs-mode): Make mode-class special.
12495 (thumbs-view-image-mode): Likewise.
12496
12497 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
12498
12499 * flymake.el: New file.
12500
12501 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
12502
12503 * files.el (find-file-noselect-1): Do not bind
12504 `inhibit-read-only' to t during execution of
12505 `find-file-not-found-functions'.
12506
12507 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12510 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12511
12512 2004-05-28 Juri Linkov <juri@jurta.org>
12513
12514 * simple.el (eval-expression-print-format): New fun.
12515
12516 * simple.el (eval-expression):
12517 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12518 * emacs-lisp/edebug.el (edebug-compute-previous-result)
12519 (edebug-eval-expression): Print additionally the value returned by
12520 `eval-expression-print-format'.
12521
12522 * emacs-lisp/lisp.el (insert-pair-alist): New var.
12523 (insert-pair): Make arguments optional. Find character pair
12524 from `insert-pair-alist' according to the last input event.
12525 (insert-parentheses): Make arguments optional.
12526 (raise-sexp, delete-pair): New funs.
12527
12528 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12529 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12530 Bind C-M-q to `indent-pp-sexp'.
12531
12532 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12533 `pp-to-string' modified to be able to format text with newlines.
12534 (pp-to-string): Move the buffer-formatting part of the code to
12535 `pp-buffer'. Call `pp-buffer'.
12536
12537 * info.el (Info-desktop-buffer-misc-data): Don't save information
12538 about virtual files.
12539 (Info-restore-desktop-buffer): Restore Info buffers in prepared
12540 buffers with names obtained from the desktop file instead of the
12541 default *info* buffer.
12542
12543 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * subr.el (with-selected-window): Only save/restore the selected window.
12546
12547 * progmodes/compile.el (compilation-error-regexp-alist):
12548 Use expand-file-name and data-directory.
12549
12550 * progmodes/grep.el (grep-tree): Rework previous fix.
12551
12552 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12553 after the user marked text with the mouse.
12554
12555 * startup.el (command-line): Keep the first regexp of
12556 auto-save-file-name-transforms intact.
12557
12558 2004-05-28 Juanma Barranquero <lektu@terra.es>
12559
12560 * cus-edit.el (customize-face, customize-face-other-window)
12561 (custom-face-edit-delete): Make arguments match their use in
12562 docstring.
12563 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12564 docstring.
12565
12566 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12567 not `cvs-butlast'.
12568
12569 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12570 `nbutlast' are in subr.el).
12571
12572 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12573 (set-w32-system-coding-system): Doc fixes.
12574
12575 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12576 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12577 Make arguments match their use in docstring.
12578 (artist-draw-region-trim-line-endings)
12579 (artist-mouse-choose-operation): Fix typo in docstring.
12580 (artist-key-set-point-common): Doc fix.
12581
12582 2004-05-28 Simon Josefsson <jas@extundo.com>
12583
12584 * mail/smtpmail.el (smtpmail-open-stream):
12585 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12586
12587 2004-05-26 Simon Josefsson <jas@extundo.com>
12588
12589 * starttls.el: Merge with my GNUTLS based starttls.el.
12590 (starttls-gnutls-program, starttls-use-gnutls)
12591 (starttls-extra-arguments, starttls-process-connection-type)
12592 (starttls-connect, starttls-failure, starttls-success): New variables.
12593 (starttls-program, starttls-extra-args): Doc fix.
12594 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12595 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12596 and pass on to corresponding *-gnutls function if it is set.
12597
12598 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
12599
12600 * autorevert.el (auto-revert-handler): Disable auto-reverting of
12601 remote files.
12602
12603 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
12604
12605 * files.el (file-name-non-special): There are more operations
12606 which need handling: `find-backup-file-name',
12607 `insert-file-contents', `verify-visited-file-modtime',
12608 `write-region'. Rename t value of method to `add'. Add new
12609 methods `quote' and `unquote-then-quote' to file-arg-indices.
12610
12611 2004-05-25 Juri Linkov <juri@jurta.org>
12612
12613 * info.el (Info-toc): Call Info-mode on intermediate buffer.
12614 (Info-index-nodes): Enclose code in condition-case to catch errors.
12615 (Info-index-node): Don't search all index nodes if request is only
12616 for the current node and file is not in the cache of index nodes.
12617 (Info-mode-map): Bind Info-copy-current-node-name to `w'
12618 for consistency with dired-copy-filename-as-kill.
12619 Bind `S' to Info-search-case-sensitively.
12620 (Info-copy-current-node-name): New arg. With zero prefix arg put
12621 the name inside a function call to `info'. Display copied text in
12622 the echo area.
12623
12624 2004-05-25 Sam Steingold <sds@gnu.org>
12625
12626 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12627 strip the package prefix from the symbol name, if any.
12628 Make it the `find-tag-default-function' for `lisp-mode'.
12629
12630 2004-05-25 John Paul Wallington <jpw@gnu.org>
12631
12632 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12633 instead of obsolete `process-kill-without-query'.
12634
12635 * textmodes/texinfmt.el (texinfo-indexvar-alist):
12636 Declare as variable, not constant.
12637
12638 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
12639
12640 * files.el (find-file-noselect-1): Fix bug introduced by
12641 Revision 1.694. As a side effect, `inhibit-read-only'
12642 is again, by default, t during execution of
12643 `find-file-not-found-functions'.
12644 (insert-directory): Check that lines were really inserted by
12645 the --dired switch, before erasing them.
12646
12647 2004-05-24 Nick Roberts <nickrob@gnu.org>
12648
12649 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12650 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12651 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12652 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12653 gud-minor-mode (gdbmi).
12654
12655 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
12656
12657 * net/browse-url.el (browse-url-interactive-arg): Enable user to
12658 explicitly select the text to be taken as URL.
12659
12660 2004-05-23 Juri Linkov <juri@jurta.org>
12661
12662 * info.el (Info-index-nodes): New var and fun.
12663 (Info-goto-index, Info-index, info-apropos)
12664 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12665 (Info-index): Fix docstring. Store and restore Info-history-list.
12666 (Info-complete-nodes): New var.
12667 (Info-complete-menu-item): Use it.
12668 (Info-index-node): New fun.
12669 (Info-final-node, Info-forward-node, Info-backward-node)
12670 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12671 Use Info-index-node.
12672 (Info-extract-menu-item, Info-extract-menu-counting): Set second
12673 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12674 (Info-find-node-2): If a node with period in its name not found,
12675 try to find a node without the name part after period.
12676 (Info-select-node): Call Info-fontify-node only if
12677 Info-fontify-maximum-menu-size is not nil.
12678 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12679 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12680 Preserve Info-history-list.
12681 (Info-toc): Set Info-current-file.
12682 (Info-build-toc): Move point to the beginning of the buffer.
12683 Add main-file variable.
12684 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12685 Use backslashed representation of the control character ^_.
12686
12687 * textmodes/texinfmt.el (texinfo-print-index): Print index line
12688 numbers in the new Texinfo 4.7 format.
12689
12690 * add-log.el (change-log-font-lock-keywords): Remove `:' from
12691 regexps for function and variable names.
12692
12693 * descr-text.el (describe-property-list): Add [show] button for
12694 `syntax-table' property with action to pp to a separate buffer.
12695 (describe-char): Replace search-forward by re-search-forward with
12696 whitespace regexp after "character:" to not fail in too narrow windows.
12697
12698 * simple.el (next-error-find-buffer): Add a rule to return
12699 next-error capable buffer if one window on the selected frame
12700 displays such buffer.
12701
12702 2004-05-23 Nick Roberts <nickrob@gnu.org>
12703
12704 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12705 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12706 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12707 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12708 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12709 Handle new value for gud-minor-mode (gdbmi).
12710 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12711 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12712 Change from local to global gdb variable set.
12713 (gdb-ann3): Initialise above gdb variable set.
12714 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12715 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12716 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12717 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12718 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12719 (gdb-info-locals-handler, gdb-invalidate-assembler)
12720 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12721 set as global variables.
12722 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12723 Handle gdbmi.
12724 (gdb-info-breakpoints-custom): Fix regexp.
12725 (def-gdb-var): Delete.
12726
12727 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12728 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12729 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12730 a new mode. The file (gdb-mi.el) for this mode will be included
12731 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12732 primary interface.
12733
12734 2004-05-23 Jesper Harder <harder@ifa.au.dk>
12735
12736 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12737 interpreted as a directory.
12738
12739 2004-05-22 Richard M. Stallman <rms@gnu.org>
12740
12741 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12742 as a close quote.
12743
12744 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12745
12746 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12747 Use assoc-string, not assoc-ignore-case.
12748
12749 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12750
12751 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12752 If moving back then fwd gets a defun that ends before point,
12753 try again moving fwd then back.
12754
12755 * files.el (file-name-non-special): Allow t in file-arg-indices
12756 to mean requote the return value. Use `identity' as an element
12757 rather than as the whole value.
12758
12759 * gs.el (gs-options): Add -dSAFER. Mark it risky.
12760
12761 2004-05-22 Juanma Barranquero <lektu@terra.es>
12762
12763 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12764 `help-make-usage'.
12765 (help-highlight-arguments): Skip function name before searching
12766 for arguments.
12767
12768 2004-05-21 Juanma Barranquero <lektu@terra.es>
12769
12770 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12771 Don't mention in the docstring these arguments meant for
12772 internal (recursive) use only.
12773 (allout-char-spec): Comment out (it's not implemented).
12774 (allout-old-expose-topic, allout-exposure): Fix docstring and add
12775 obsolescence declaration.
12776 (allout-flatten-exposed-to-buffer)
12777 (allout-indented-exposed-to-buffer): Fix typos in docstring.
12778 (my-mark-marker): Doc fix.
12779 (produce-allout-mode-map, allout-sibling-index)
12780 (allout-isearch-expose, allout-distinctive-bullet)
12781 (allout-open-topic, allout-reindent-body)
12782 (allout-rebullet-heading, allout-process-exposed)
12783 (allout-insert-listified, allout-latex-verb-quote)
12784 (allout-insert-latex-header, allout-insert-latex-trailer):
12785 Make arguments match their use in docstring.
12786 (allout-primary-bullet, allout-old-style-prefixes)
12787 (allout-inhibit-protection, allout-init, allout-mode)
12788 (allout-before-change-protect, allout-flag-region):
12789 Use "Emacs" instead of "emacs" in docstrings.
12790
12791 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12792
12793 * international/characters.el: Modify syntax of more characters.
12794
12795 2004-05-21 Masatake YAMATO <jet@gyve.org>
12796
12797 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12798 (etags-tags-completion-table): Show parsing progress.
12799
12800 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
12801
12802 * locate.el (locate-prompt-for-command): Shorten first line of
12803 docstring.
12804 (locate-mode): Expand docstring and include keymap summary.
12805
12806 * files.el (find-file-noselect-1): Limit the scope of the
12807 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
12808 is, by default, nil during the execution of
12809 `find-file-not-found-functions' and `find-file-hook'.
12810
12811 2004-05-20 Michael Mauger <mmaug@yahoo.com>
12812
12813 * facemenu.el (facemenu-color-name-equal): New function.
12814 (list-colors-display): Use it to compare colors instead of
12815 facemenu-color-equal.
12816
12817 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
12818
12819 * compare-w.el (compare-windows-face): Use min-colors instead of
12820 checking for tty or pc types.
12821
12822 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12825 (completion-setup-function): Use with-current-buffer.
12826 Properly save excursion. Simplify.
12827 Don't assume there is necessarily a `mouse-face' property somewhere.
12828
12829 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12830
12831 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
12832
12833 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12834 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12835 Use with-current-buffer.
12836 (byte-goto-log-buffer): Delete.
12837 (byte-compile-log-file): Call compilation-forget-errors.
12838
12839 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12840
12841 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12842 output messages into the search result.
12843
12844 2004-05-19 Masatake YAMATO <jet@gyve.org>
12845
12846 * wid-edit.el (widget-radio-button-notify): Revert my last
12847 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12848
12849 2004-05-19 Kenichi Handa <handa@m17n.org>
12850
12851 * international/characters.el: Fix syntax (open/close) of CJK chars.
12852
12853 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12854
12855 * help-mode.el (help-go-back): Don't depend on position of back button.
12856
12857 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12860 files files don't contain an accidental additional /.
12861
12862 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
12863 in source buffer.
12864
12865 2004-05-18 Masatake YAMATO <jet@gyve.org>
12866
12867 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
12868 to widget-apply. :action method assumes 2 arguments, not 3.
12869
12870 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
12871
12872 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12873 New constants.
12874 (hs-special-modes-alist): Add an f90-mode entry.
12875
12876 2004-05-17 Sam Steingold <sds@gnu.org>
12877
12878 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12879 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
12880
12881 2004-05-16 Kim F. Storm <storm@cua.dk>
12882
12883 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
12884
12885 2004-05-15 John Wiegley <johnw@newartisans.com>
12886
12887 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
12888 (eshell-output-object-to-target): Improve output speed 20% by not
12889 calling `eshell-stringify' if something is already known to be a string.
12890
12891 2004-05-15 Alex Ott <ott@jet.msk.su>
12892
12893 * textmodes/ispell.el (ispell-local-dictionary-alist):
12894 Add windows-1251 to the choice of coding systems.
12895 (ispell-dictionary-alist-6): Add support for "russianw.aff",
12896 encoded in cp1251.
12897
12898 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
12899
12900 * progmodes/compile.el (compilation-warning-face)
12901 (compilation-info-face): Use min-colors.
12902
12903 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12904
12905 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
12906 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
12907 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
12908 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
12909 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
12910 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
12911 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
12912 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
12913 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
12914 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
12915 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
12916 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
12917 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
12918 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
12919
12920 2004-05-15 Kim F. Storm <storm@cua.dk>
12921
12922 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
12923 Use it to set triggered-p element of timer.
12924 (timer-event-handler): Set triggered-p element non-nil while running
12925 the timer function.
12926
12927 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12928
12929 * descr-text.el (describe-char-unicode-data)
12930 (describe-char-unicodedata-file): Re-enable the unicode code now that
12931 the licensing issues have been cleared in the unicode-4 license.
12932 (describe-text-properties-1): Remove unused `overlay' var.
12933 (describe-char): Remove unused var `buffer'.
12934
12935 2004-05-14 David Ponce <david@dponce.com>
12936
12937 * tree-widget.el: New file.
12938
12939 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
12940
12941 * language/european.el ("Brazilian Portuguese"): Add support for
12942 Brazilian Portuguese.
12943
12944 2004-05-13 John Wiegley <johnw@newartisans.com>
12945
12946 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
12947 `recentf-mode' if this variable has been customized to t.
12948
12949 * eshell/esh-test.el (eshell-test): Call the function
12950 `emacs-version' rather than trying to build a custom version string.
12951
12952 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * net/telnet.el (telnet-mode): Use define-derived-mode.
12955 Don't modify the global value of comint-prompt-regexp.
12956
12957 2004-05-13 John Paul Wallington <jpw@gnu.org>
12958
12959 * version.el (emacs-version): Check for `gtk' feature before
12960 `x-toolkit' feature.
12961
12962 2004-05-13 Juanma Barranquero <lektu@terra.es>
12963
12964 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
12965 arguments in the docstring, they're used only in recursive calls.
12966
12967 * help-fns.el (help-arg-highlighting-function)
12968 (help-argument-name): Delete.
12969 (help-default-arg-highlight): New function.
12970 (help-do-arg-highlighting): Use it.
12971
12972 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12973
12974 * calendar/appt.el (appt-disp-window):
12975 Use `calendar-set-mode-line' for a centered mode-line.
12976
12977 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
12978
12979 * calendar/appt.el (appt-disp-window): Do not split window
12980 excessively when `split-height-threshold' is low.
12981
12982 2004-05-12 Nick Roberts <nickrob@gnu.org>
12983
12984 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
12985 kill-buffer-hook here and make it local.
12986 (gud-kill-buffer-hook): Use kill-process for a sure kill.
12987
12988 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
12989
12990 * progmodes/compile.el (compilation-set-window-height):
12991 Use save-excursion to protect against misplaced marker.
12992
12993 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12994
12995 * custom.el (defface): Document that type can have value gtk.
12996
12997 * faces.el (face-spec-set-match-display): Handle type gtk in display.
12998
12999 2004-05-12 Kenichi Handa <handa@m17n.org>
13000
13001 * descr-text.el: Require quail at comile time.
13002 (describe-char): If an input method is on and it supports the
13003 character, show how to input it.
13004
13005 * international/quail.el (quail-install-decode-map): Accept a
13006 char-table whose subtype is `quail-decode-map'.
13007 (quail-store-decode-map-key, quail-gen-decode-map1)
13008 (quail-gen-decode-map, quail-find-key1, quail-find-key)
13009 (quail-show-key): New functions.
13010
13011 2004-05-12 Juanma Barranquero <lektu@terra.es>
13012
13013 * generic.el (define-generic-mode): Remove redundant arglist info.
13014
13015 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13016 Make arguments match their use in docstring.
13017 (help-arg-highlighting-function): New variable.
13018 (help-argument-name): Mention it in the docstring.
13019 (help-do-arg-highlight): Use it. Expand regexp to accept also
13020 ARG-xxx and xxx-ARG references.
13021
13022 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13023
13024 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13025 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13026 and "mailto:addr1?to=addr2" equal.
13027
13028 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13029
13030 * man.el (Man-getpage-in-background): Use shell-file-name
13031 and shell-command-switch variables instead of hard-coded values.
13032
13033 2004-05-11 Eli Zaretskii <eliz@gnu.org>
13034
13035 * iimage.el: New file.
13036
13037 2004-05-11 Juanma Barranquero <lektu@terra.es>
13038
13039 * custom.el (custom-initialize-default, defcustom):
13040 Fix typo in docstring.
13041
13042 * files.el (set-visited-file-name, file-expand-wildcards):
13043 Fix docstring.
13044
13045 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13048
13049 * subr.el (eventp): Be more discriminating with integers.
13050
13051 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
13052
13053 * progmodes/compile.el (compile): Add universal prefix arg.
13054 (compilation-error-regexp-alist-alist): Add edg patterns.
13055
13056 2004-05-10 Sam Steingold <sds@gnu.org>
13057
13058 * textmodes/ispell.el (ispell-message):
13059 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13060
13061 2004-05-10 Dave Love <fx@gnu.org>
13062
13063 * progmodes/python.el (help-buffer): Autoload when compiling.
13064 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13065 (run-python): Prepend to any existing PYTHONPATH.
13066
13067 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
13068
13069 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13070 for pending breakpoints.
13071
13072 2004-05-10 Richard M. Stallman <rms@gnu.org>
13073
13074 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
13075 directly without calling any functions in Rmail.
13076 (unrmail-unprune): Function deleted.
13077
13078 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13079
13080 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13081 C-c C-z binding.
13082
13083 2004-05-10 Kenichi Handa <handa@m17n.org>
13084
13085 * descr-text.el (describe-char): Fix previous change. Don't make
13086 a unibyte character to multibyte in the *Help* buffer.
13087
13088 2004-05-10 Miles Bader <miles@gnu.org>
13089
13090 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13091 buffer an error if the debugger process is actually running.
13092
13093 2004-05-10 Juanma Barranquero <lektu@terra.es>
13094
13095 * help-fns.el (help-argument-name): Default to italic.
13096 (help-highlight-arguments): Return always (usage . doc), even when
13097 usage is nil.
13098
13099 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13100 (define-ibuffer-filter): Add usage info.
13101 (define-ibuffer-op): Add usage info (but CL-style defaults for
13102 keyword args are not shown).
13103
13104 * subr.el (remove-overlays, read-passwd): Fix docstring.
13105 (start-process-shell-command): Fix docstring. Put usage info in a
13106 format usable by `describe-function'.
13107 (open-network-stream, open-network-stream-nowait)
13108 (open-network-stream-server): Fix docstring.
13109
13110 2004-05-09 Jason Rumney <jasonr@gnu.org>
13111
13112 * international/code-pages (cp932, cp936, cp949, c950): Remove.
13113 Only define cp125* if windows-125* is already defined.
13114
13115 * language/korean.el (cp949): Add alias.
13116
13117 * language/chinese.el (cp936, cp950): Add aliases.
13118
13119 * language/japanese.el (cp932): Add alias.
13120
13121 * term/w32-win.el: Require code-pages.
13122
13123 * international/mule-cmds.el (set-locale-environment):
13124 On MS-Windows use ansi code-page for default coding-systems.
13125 Set up paper sizes for Windows 3 letter languages.
13126
13127 * international/code-pages.el (cp932, cp936, cp949, cp950):
13128 Add aliases. Also add cp125* if not already defined.
13129
13130 2004-05-09 Juanma Barranquero <lektu@terra.es>
13131
13132 * help-fns.el (help-highlight-arguments): Don't try to highlight
13133 missing or autoloaded arglists. Accept structured arguments, like
13134 the first ones of `do' and `flet'.
13135
13136 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13137 (cvs-get-marked): Remove redundant arglist info.
13138
13139 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13140 Don't use CL-style default args.
13141
13142 2004-05-08 Andreas Schwab <schwab@suse.de>
13143
13144 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13145
13146 * international/subst-ksc.el: Fix references to utf-translate-cjk
13147 into utf-translate-cjk-mode.
13148 * international/subst-big5.el: Likewise.
13149 * international/subst-gb2312.el: Likewise.
13150 * international/subst-jis.el: Likewise.
13151 * international/utf-16.el: Likewise.
13152 * international/utf-8.el: Likewise.
13153
13154 2004-05-08 John Wiegley <johnw@newartisans.com>
13155
13156 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13157 "virtual buffers" (off by default), which makes it possible to
13158 switch to the "virtual" buffers of recently visited files. When a
13159 buffer name search fails, and this option is on, iswitchb will
13160 look at the list of recently visited files, and permit matching
13161 against those names. When the user hits RET on a match, it will
13162 revisit that file.
13163 (iswitchb-read-buffer): Add two optional arguments, which makes
13164 isearchb.el possible.
13165 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13166 (iswitchb-next-match): Add support for virtual buffers.
13167
13168 * isearchb.el: This module extends iswitchb to provide "as you
13169 type" buffer selection.
13170
13171 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13172 Ignore the read-only property when flyspell highlighting is on.
13173 Not ignoring it leads to a series of confusing errors.
13174 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13175 but also make sure to call flyspell-incorrect-hook.
13176 (flyspell-maybe-correct-transposition): Perform transposition test
13177 by bit twiddling a string, rather than using a temp buffer.
13178 (flyspell-maybe-correct-doubling): Use a string rather than a temp
13179 buffer. This is also the original version of the code, which
13180 could not be checked in before due to a previous lack of
13181 assignment papers. This version has seen heavy usage on my system
13182 for several years now.
13183
13184 * calendar/cal-bahai.el: New file, which adds support for the
13185 Baha'i calendar to Emacs. This calendar is based on a solar year
13186 of 19 months of 19 days, with 4 intercalary days. Each year
13187 begins on March 21, with the calendar starting in 1844.
13188
13189 * calendar/cal-menu.el, calendar/calendar.el,
13190 calendar/diary-lib.el, calendar/holidays.el: Added support for
13191 using cal-bahai.el.
13192
13193 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13194 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13195 function can be used outside of eshell buffers.
13196 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13197
13198 2004-05-08 Juanma Barranquero <lektu@terra.es>
13199
13200 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13201 word constituent so FOO-ARG is not recognized as an arg.
13202 (help-highlight-arguments): Don't skip lists in mandatory arguments.
13203
13204 * simple.el (next-error): Fix typo in docstring.
13205 (open-line): Make argument names match their use in docstring.
13206 (split-line): Fix docstring.
13207
13208 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13209 usable by `describe-function'.
13210 (gensym, gentemp, typep, ignore-errors): Make argument names match
13211 their use in docstring.
13212
13213 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13214 argument to `help-setup-xref'.
13215
13216 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
13217
13218 Version 2.0.40 of Tramp released.
13219
13220 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13221 Use symbol-function to invoke functions only known on some Emacs
13222 flavors. This avoids byte-compiler warnings. Reported by Kevin
13223 Scaldeferri <kevin@scaldeferri.com>.
13224 (tramp-do-copy-or-rename-file-via-buffer): Rename from
13225 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13226 consistent with the other tramp-do-* functions.
13227 (tramp-do-copy-or-rename-file): Calls adjusted.
13228 (tramp-process-initial-commands): Avoid liveness check on shell --
13229 we know that it must be alive since we're opening a connection at
13230 this moment.
13231 (tramp-last-cmd): New internal variable.
13232 (tramp-process-echoes): New tunable.
13233 (tramp-send-command): Set tramp-last-cmd.
13234 (tramp-wait-for-output): Delete echo, if applicable.
13235 (tramp-read-passwd): Construct the key for the password cache in a
13236 way that works for multi methods, too.
13237 (tramp-bug): Add backup-directory-alist and
13238 bkup-backup-directory-info to bug reports, with Tramp counterparts.
13239
13240 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
13241
13242 * net/tramp*.el: Suppress byte-compiler warnings where possible.
13243
13244 * net/tramp.el (tramp-out-of-band-prompt-regexp)
13245 (tramp-actions-copy-out-of-band): New defcustoms.
13246 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13247 used instead of a synchronous one. Allows password entering.
13248 (tramp-action-out-of-band): New defun.
13249 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
13250 Remove restriction with password from doc string.
13251 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
13252 `tramp-out-of-band-prompt-regexp',
13253 `tramp-actions-copy-out-of-band', `password-cache' and
13254 `password-cache-expiry'.
13255 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
13256 password caching.
13257 (tramp-touch): FILE can be a local file, too.
13258 (TODO): Remove items done.
13259 (tramp-handle-insert-directory): Properly quote file name also if
13260 not full-directory-p. Handle wildcard case. Reported by Andreas
13261 Schwab <schwab@suse.de>.
13262 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
13263 new file.
13264 (tramp-handle-file-local-copy, tramp-handle-write-region):
13265 The permissions of the temporary file are set if filename exists.
13266 Reported by Ted Stern <stern@cray.com>.
13267 (tramp-backup-directory-alist)
13268 (tramp-bkup-backup-directory-info): New defcustoms.
13269 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
13270 (tramp-handle-find-backup-file-name): New function.
13271 Implements Tramp's find-backup-file-name.
13272
13273 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
13274 for `find-backup-file-name'.
13275
13276 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
13277 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
13278
13279 2004-05-07 Lars Hansen <larsh@math.ku.dk>
13280
13281 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
13282
13283 2004-05-07 Juanma Barranquero <lektu@terra.es>
13284
13285 * subr.el (lambda): Add arglist description to docstring.
13286 (declare): Fix typo in docstring.
13287 (open-network-stream): Fix docstring.
13288 (process-kill-without-query): Fix docstring and add obsolescence info.
13289 (last, butlast, nbutlast): Make arguments match their use in docstring.
13290 (insert-buffer-substring-no-properties): Likewise.
13291 (insert-buffer-substring-as-yank): Likewise.
13292 (split-string): Fix docstring.
13293
13294 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13295 Make argument names match their use in docstring.
13296
13297 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
13298
13299 2004-05-06 Nick Roberts <nickrob@gnu.org>
13300
13301 * progmodes/gdb-ui.el: Improve/extend documentation strings.
13302 Fit first sentence on one line for apropos-command.
13303
13304 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 Changes largely merged in from Dave Love's code.
13307 * progmodes/python.el: Doc fixes.
13308 (python-mode-map): Add python-complete-symbol.
13309 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
13310 (python-comment-indent, python-complete-symbol)
13311 (python-symbol-completions, python-partial-symbol)
13312 (python-try-complete): New.
13313 (python-indent-line): Remove optional arg. Use python-block-end-p.
13314 (python-check): Bind compilation-error-regexp-alist.
13315 (inferior-python-mode): Use rx. Move keybindings to top level.
13316 Set comint-input-filter.
13317 (python-preoutput-filter): Use rx.
13318 (python-input-filter): Re-introduce.
13319 (python-proc): Start new process if necessary.
13320 Check python-buffer non-nil.
13321 (view-return-to-alist): Defvar.
13322 (python-send-receive): New.
13323 (python-eldoc-function): Use it.
13324 (python-mode-running): Don't defvar.
13325 (python-mode): Set comment-indent-function.
13326 Maybe update hippie-expand-try-functions-list.
13327 (python-indentation-levels): Initialize differently.
13328 (python-block-end-p): New.
13329 (python-indent-line): Use it.
13330 (python-compilation-regexp-alist): Augment.
13331 (run-python): Import `emacs' module to Python rather than loading
13332 code directly. Set python-buffer differently.
13333 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
13334 Use python-proc.
13335 (python-send-command): Go to end of comint buffer.
13336 (python-load-file): Use python-proc, emacs.eimport.
13337 (python-describe-symbol): Simplify interactive form.
13338 Use emacs.help. Do use temp-buffer-show-hook.
13339 Call print-help-return-message.
13340 (hippie-exp): Require when compiling.
13341 (python-preoutput-continuation): Use rx.
13342
13343 * diff-mode.el (diff-make-unified): Fix regexp.
13344
13345 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
13346
13347 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13348 filter groups from the buffer when rebuilding the Ibuffer buffer
13349 and `ibuffer-show-empty-filter-groups' is nil.
13350
13351 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13352
13353 * ps-print.el (ps-print-quote): Call ps-value-string.
13354 (ps-setup): Call ps-comment-string.
13355 (ps-value-string, ps-comment-string): New funs.
13356
13357 2004-05-06 Juanma Barranquero <lektu@terra.es>
13358
13359 * ehelp.el (electric-help-command-loop): Check whether the last
13360 character is visible, not (point-max).
13361
13362 * help-fns.el (help-argument-name): Default to bold; don't inherit
13363 from font-lock-variable-name-face.
13364 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13365
13366 2004-05-05 Kenichi Handa <handa@m17n.org>
13367
13368 * descr-text.el (describe-char): Copy the character with text
13369 properties and overlays into the first line, and call
13370 describe-text-properties on it.
13371
13372 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
13373
13374 * iswitchb.el (iswitchb-global-map): Fix typo.
13375 Remove unwanted ###autoloads from source file.
13376
13377 2004-05-05 Lars Hansen <larsh@math.ku.dk>
13378
13379 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13380 in run-hooks. Use substitute-command-keys in message.
13381 (wdired-abort-changes): Add message.
13382
13383 2004-05-03 Michael Mauger <mmaug@yahoo.com>
13384
13385 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
13386 (sql-emacs20-p): Remove.
13387 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
13388 (sql-builtin-face, sql-doc-face): Remove.
13389 (sql-mode-ansi-font-lock-keywords)
13390 (sql-mode-oracle-font-lock-keywords)
13391 (sql-mode-postgres-font-lock-keywords)
13392 (sql-mode-linter-font-lock-keywords)
13393 (sql-mode-ms-font-lock-keywords)
13394 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
13395 (sql-product-font-lock): Fix font-lock reset when font rules change.
13396 (sql-highlight-product): Remove incorrect font-lock reset logic.
13397
13398 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
13399
13400 * ses.el (ses-set-parameter): Fix typo.
13401
13402 2004-05-04 Kim F. Storm <storm@cua.dk>
13403
13404 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
13405 Must expand directory for completion to work; and don't mess with
13406 process-environment.
13407 (ido-read-file-name): If command has ido property, don't use ido
13408 if value is ignore, or read as directory if value is dir.
13409 Set ido ignore property for dired-do-rename command.
13410
13411 2004-05-04 Juanma Barranquero <lektu@terra.es>
13412
13413 * ehelp.el (electric-help-command-loop, electric-help-undefined)
13414 (electric-help-help): Check against unmapped commands.
13415
13416 * help-fns.el (help-argument-name): New face, inheriting from
13417 font-lock-variable-name-face, to highlight function arguments in
13418 `describe-function' and `describe-key'.
13419 (help-do-arg-highlight): Auxiliary function to highlight a given
13420 list of arguments in a string.
13421 (help-highlight-arguments): Highlight the function arguments and
13422 all uses of them in the docstring.
13423 (describe-function-1): Use it. Do docstring output via `insert',
13424 not 'princ', so text attributes are preserved.
13425
13426 * winner.el (winner-mode-map): Move `winner-undo' and
13427 `winner-redo' to C-c <left> and C-c <right>, respectively (the
13428 previous bindings conflict with `prev-buffer', `next-buffer').
13429
13430 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13431
13432 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13433 (bibtex-entry-update): New command bound to C-c C-u.
13434 (bibtex-text-in-string): Fix regexp.
13435 (bibtex-assoc-of-regexp): Remove.
13436 (bibtex-progress-message): Fix docstring.
13437 (bibtex-inside-field): Use if.
13438 (bibtex-assoc-regexp): New function.
13439 (bibtex-format-entry): Make code more robust so that it formats
13440 also old entries.
13441 (bibtex-autokey-demangle-title): Merge with obsolete function
13442 bibtex-assoc-of-regexp.
13443 (bibtex-field-list): New function.
13444 (bibtex-entry): Use bibtex-field-list.
13445 (bibtex-parse-entry): Fix docstring.
13446 (bibtex-print-help-message): Use bibtex-field-list.
13447 (bibtex-make-field): Use bibtex-field-list.
13448 (bibtex-entry-index): Bugfix. Return crossref key if required.
13449 (bibtex-lessp): Fix docstring.
13450
13451 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
13452
13453 * select.el (xselect-convert-to-string): Move comment to intended line.
13454
13455 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13456
13457 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13458 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13459
13460 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13461
13462 * term/x-win.el (x-clipboard-yank): Don't exit on error from
13463 x-get-selection.
13464
13465 2004-05-03 Jason Rumney <jasonr@gnu.org>
13466
13467 * makefile.nt: Remove.
13468
13469 2004-05-03 Kim F. Storm <storm@cua.dk>
13470
13471 * emulation/cua-base.el (cua--update-indications): Fix last change.
13472 (cua-mode): Deactivate mark when cua-mode is enabled.
13473
13474 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
13475
13476 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13477
13478 2004-05-03 Nick Roberts <nickrob@gnu.org>
13479
13480 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13481 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13482 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13483 window over visible frames.
13484 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13485
13486 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13487
13488 * progmodes/compile.el (compilation-gcpro): New var.
13489 (compilation-fake-loc): Use it.
13490 (compilation-forget-errors): Reset it.
13491
13492 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * diff-mode.el (diff-header-face, diff-file-header-face):
13495 Use min-colors.
13496
13497 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13498
13499 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13500 (bibtex-clean-entry): Disentangle code.
13501 (bibtex-realign): New function.
13502 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
13503 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13504 Remove undocumented optional arg called-by-convert-alien.
13505 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
13506 for sorting instead of bibtex-sort-buffer.
13507
13508 2004-05-02 Eli Zaretskii <eliz@gnu.org>
13509
13510 * progmodes/compile.el (compilation-start): In the
13511 no-async-subprocesses branch, call sit-for to give redisplay a
13512 chance to show the updated process status in the mode line, and
13513 fontify the buffer explicitly after the process exits.
13514
13515 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * progmodes/python.el (python-compilation-line-number): Remove.
13518 (python-compilation-regexp-alist): Don't use it any more.
13519 (python-orig-start, python-input-filter): Remove.
13520 (inferior-python-mode): Don't set up comint-input-filter-functions.
13521 (python-send-region): Use compilation-fake-loc.
13522
13523 * progmodes/compile.el (compilation-messages-start): New var.
13524 (compilation-mode): Don't setup next-error-function here.
13525 (compilation-setup): Set it up here instead (for minor modes as well).
13526 Make compilation-messages-start buffer local.
13527 (compilation-next-error-function): Use it.
13528 (compilation-forget-errors): Set compilation-messages-start.
13529
13530 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
13531
13532 * ielm.el (ielm-prompt-read-only): Update docstring.
13533
13534 * comint.el (comint-prompt-read-only): Update docstring.
13535 (comint-update-fence, comint-kill-whole-line)
13536 (comint-kill-region): New functions.
13537
13538 * simple.el (kill-whole-line): Use "p" instead of "P" in
13539 interactive form.
13540
13541 2004-05-01 Juanma Barranquero <lektu@terra.es>
13542
13543 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13544 format arglist so default values in CL-style argument lists are
13545 correctly shown.
13546
13547 2004-05-01 Jason Rumney <jasonr@gnu.org>
13548
13549 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13550
13551 2004-05-01 Kenichi Handa <handa@m17n.org>
13552
13553 * international/titdic-cnv.el (miscdic-convert): Don't generate a
13554 quail file if it is up to date.
13555
13556 2004-04-30 Juri Linkov <juri@jurta.org>
13557
13558 * cus-edit.el (custom-mode-map):
13559 Add key binding `C-x C-s' to `Custom-save'.
13560
13561 * outline.el (outline-blank-line): New var.
13562 (outline-next-preface, outline-show-heading)
13563 (outline-end-of-subtree): Use it.
13564
13565 * dired-aux.el (dired-touch-initial): New fun.
13566 (dired-do-chxxx): Call it for op-symbol `touch'.
13567 (dired-diff): Use `dired-dwim-target-directory'
13568 if current dired buffer has no buffer mark.
13569
13570 * bindings.el (propertized-buffer-identification):
13571 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13572 Add C-M-arrow keys for consistency.
13573
13574 * files.el (confirm-kill-emacs):
13575 Change group from top-level `emacs' to `convenience'.
13576
13577 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13578 Push mark on the first call of successive command calls.
13579 (insert-pair): New fun created from `insert-parentheses' with
13580 `open' and `close' arguments added. Enclose active regions
13581 in paired characters. Compare adjacent characters syntax with
13582 inserted characters syntax before inserting a space.
13583 (insert-parentheses): Call `insert-pair' with ?\( ?\).
13584
13585 * delsel.el: Don't put `delete-selection' property
13586 on `insert-parentheses' symbol to take advantage of
13587 region handling in `insert-pair' function.
13588 Suggested by Stephan Stahl <stahl@eos.franken.de>.
13589
13590 2004-04-30 Kim F. Storm <storm@cua.dk>
13591
13592 * emulation/cua-base.el: Add support for changing cursor types;
13593 based on patch from Michael Mauger.
13594 (cua-normal-cursor-color, cua-read-only-cursor-color)
13595 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13596 Customization cursor type and/or cursor color.
13597 (cua--update-indications): Handle cursor type changes.
13598 (cua-mode): Update cursor indications if enabled.
13599
13600 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13601
13602 * mouse.el (mouse-drag-copy-region): New defcustom.
13603 (mouse-set-region, mouse-drag-region-1): Use it.
13604
13605 * simple.el (kill-ring-save): If region face background color is
13606 unspecified (if no highlighting), show extent of fully visible
13607 region even if transient-mark-mode is enabled.
13608
13609 * emulation/cua-base.el (cua--standard-movement-commands):
13610 Add cua-scroll-up and cua-scroll-down.
13611 (cua-scroll-up, cua-scroll-down): New commands.
13612 (cua--init-keymaps): Remap scroll-up and scroll-down.
13613
13614 * emulation/cua-rect.el (cua--convert-rectangle-as):
13615 New defmacro.
13616 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13617 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13618 New commands (suggested by Jordan Breeding).
13619
13620 2004-04-30 Juanma Barranquero <lektu@terra.es>
13621
13622 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13623
13624 2004-04-30 Mario Lang <mlang@delysid.org>
13625
13626 * diff.el (diff-switches): Fix typo in docstring.
13627
13628 2004-04-30 Alex Schroeder <alex@gnu.org>
13629
13630 * xml.el (xml-debug-print-internal): Don't add newline and
13631 indentation to text nodes and write empty elements as empty tags
13632 instead of opening and closing tags.
13633 (xml-debug-print): Take optional indent-string argument.
13634 (xml-print): Alias for xml-debug-print.
13635
13636 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13637
13638 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13639 than duplicate call to `line-beginning-position'.
13640
13641 * progmodes/f90.el (f90-get-present-comment-type):
13642 Return whitespace, as well as comment chars, for consistent filling
13643 of comment blocks. Use `match-string-no-properties'.
13644 (f90-break-line): Trim trailing whitespace when filling comments.
13645
13646 2004-04-30 Dave Love <fx@gnu.org>
13647
13648 * calendar/diary-lib.el (diary-outlook-formats): New variable.
13649 (diary-from-outlook-internal, diary-from-outlook)
13650 (diary-from-outlook-gnus, diary-from-outlook-rmail):
13651 New functions to import diary entries from Outlook-format
13652 appointments in mail messages.
13653
13654 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13655
13656 * progmodes/python.el (python-send-command): New fun.
13657 (python-send-region, python-load-file): Use it.
13658
13659 * progmodes/compile.el (compilation-last-buffer): Add var alias.
13660
13661 * help-fns.el (help-C-file-name): Use new subr-name.
13662 Prepend `src/' to the file name.
13663 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13664 (describe-function-1, describe-variable): Only find a C source file
13665 name if DOC is already loaded.
13666
13667 * help-mode.el (help-function-def, help-variable-def):
13668 Use the new find-function-search-for-symbol functionality.
13669 Allow FILE to be `C-source'.
13670
13671 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13672 (find-function-C-source): New fun.
13673 (find-function-search-for-symbol): Use it.
13674
13675 2004-03-29 Michael Mauger <mmaug@yahoo.com>
13676
13677 * progmodes/sql.el (sql-product-alist): Rename variable
13678 `sql-product-support'. Add Postgres login parameters.
13679 (sql-set-product, sql-product-feature): Update with renamed variable.
13680 (sql-connect-postgres): Add username prompt.
13681 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13682 Make patterns less product specific.
13683 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13684 (sql-mode-abbrev-table): Modify initialization.
13685 (sql-builtin-face): Add variable.
13686 (sql-keywords-re): Add macro.
13687 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13688 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13689 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13690 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13691 (sql-mode-linter-font-lock-keywords)
13692 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13693 (sql-mode-sybase-font-lock-keywords)
13694 (sql-mode-informix-font-lock-keywords)
13695 (sql-mode-interbase-font-lock-keywords)
13696 (sql-mode-ingres-font-lock-keywords)
13697 (sql-mode-solid-font-lock-keywords)
13698 (sql-mode-sqlite-font-lock-keywords)
13699 (sql-mode-db2-font-lock-keywords): Default to nil.
13700 (sql-product-font-lock): Always highlight ANSI keywords.
13701 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13702 (sql-send-string): Add function.
13703
13704 2004-04-29 Dave Love <fx@gnu.org>
13705
13706 * progmodes/cfengine.el (cfengine-beginning-of-defun)
13707 (cfengine-end-of-defun): Ensure progress through buffer.
13708
13709 * info-look.el (cfengine-mode): Accept a terminal ().
13710
13711 2004-04-29 Juri Linkov <juri@jurta.org>
13712
13713 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13714 instead of isearch-yank-word-or-char. Add new key bindings for
13715 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13716 (isearch-del-char): New fun.
13717 (isearch-forward, isearch-edit-string): Update docstring.
13718 (isearch-yank-char): Doc fix.
13719 (isearch-other-meta-char): Restore point after scrolling.
13720
13721 * progmodes/compile.el (compilation-context-lines): Add nil option
13722 to disable compilation output window scrolling.
13723 (compilation-set-window): Use it.
13724
13725 * outline.el (outline-next-preface, outline-show-heading):
13726 Don't leave unhidden blank line before heading.
13727 (outline-end-of-subtree): Include last newline into subtree.
13728 (hide-entry): Leave point at beginning of heading instead of end.
13729 (outline-up-heading): Push mark for the first call of successive
13730 command calls.
13731
13732 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
13733
13734 * comint.el (comint-prompt-read-only): New variable.
13735 (comint-output-filter): Implement it.
13736
13737 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13738 (ielm-prompt-internal): New variable.
13739 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13740 (ielm-send-input): Delete unused variable `buf'.
13741 (ielm-eval-input): Use `ielm-prompt-internal'.
13742 (inferior-emacs-lisp-mode): Use new variables
13743 `comint-prompt-read-only' and `ielm-prompt-internal'.
13744 Get rid of obsolete variable `directory-sep-char'.
13745 (ielm): Use `zerop'.
13746
13747 2004-04-29 John Paul Wallington <jpw@gnu.org>
13748
13749 * thumbs.el (toplevel): Require cl at compile time.
13750 Remove conditional definitions of `ignore-errors' and `caddar'
13751 because they occur at run time.
13752
13753 2004-04-28 Nick Roberts <nickrob@gnu.org>
13754
13755 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13756 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13757 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13758 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13759
13760 * progmodes/gud.el (gud-common-init): Throw an error if program is
13761 already running under gdb.
13762
13763 2004-04-28 John Paul Wallington <jpw@gnu.org>
13764
13765 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13766 (thumbs-show-image-num): Move assignment of
13767 `thumbs-current-image-filename' within scope of `i'.
13768 (thumbs-emboss-image): Don't use `evenp'.
13769
13770 2004-04-28 Richard M. Stallman <rms@gnu.org>
13771
13772 * progmodes/compile.el (compilation-context-lines): Default now 0.
13773
13774 2004-04-28 Juanma Barranquero <lektu@terra.es>
13775
13776 Use `time-less-p' from calendar/time-date.el instead of defining
13777 custom versions of it.
13778
13779 * pcomplete.el (pcomplete-time-less-p): Remove.
13780
13781 * thumbs.el (time-less-p): Remove.
13782
13783 * calendar/timeclock.el (timeclock-time-less-p): Remove.
13784 (timeclock-generate-report): Use `time-less-p'.
13785
13786 * emacs-lisp/autoload.el (autoload-before-p): Remove.
13787 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13788
13789 2004-04-28 Masatake YAMATO <jet@gyve.org>
13790
13791 * subr.el (remove-overlays): Make arguments optional.
13792
13793 * wid-edit.el (widget-specify-button): Put evaporate to the
13794 overlay for sample.
13795 (widget-specify-sample): Put evaporate to the overlay for sample.
13796 (widget-specify-doc): Put evaporate to the overlay for documentation.
13797
13798 2004-04-27 Jesper Harder <harder@ifa.au.dk>
13799
13800 * info.el (info-apropos): Make it an index node. Align node names
13801 like makeinfo.
13802
13803 2004-04-27 Eli Zaretskii <eliz@gnu.org>
13804
13805 * net/browse-url.el (browse-url-netscape-sentinel)
13806 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13807 (browse-url-epiphany-sentinel, browse-url-mosaic):
13808 Use browse-url-*-program instead of a literal program name.
13809
13810 2004-04-27 Kevin Ryde <user42@zip.com.au>
13811
13812 * eshell/em-alias.el:
13813 * eshell/em-dirs.el:
13814 * eshell/em-hist.el:
13815 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13816 features when M-x customize-group loads modules before the main
13817 eshell.el.
13818
13819 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
13820
13821 * subr.el (momentary-string-display): Support EXIT-CHAR that is
13822 either a character representation of an event or an event
13823 description list.
13824
13825 * type-break.el: Capitalise Emacs and Lisp.
13826 (type-break-good-break-interval, type-break-demo-boring-stats)
13827 (type-break-terse-messages, type-break-file-name): New defcustoms.
13828 (type-break-post-command-hook)
13829 (type-break-warning-countdown-string): Quote variable names in doc.
13830 (type-break-interval-start, type-break-auto-save-file-name): New vars.
13831 (type-break-mode): Document type-break-good-break-interval and the
13832 "session" file. Schedule break according to the session file.
13833 Kill session file buffer on exit. Organise for save-some-buffers
13834 to always save the session file.
13835 (type-break-mode-line-message-mode, type-break-query-mode):
13836 Uppercase arguments.
13837 (type-break-file-time, type-break-file-keystroke-count, timep)
13838 (type-break-choose-file, type-break-get-previous-time)
13839 (type-break-get-previous-count): New defuns.
13840 (type-break): Avoid break querying after a completed break in the
13841 case where the query was initiated during user invocation of the
13842 break. Optional terse messages.
13843 Use type-break-good-break-interval if type-break-good-rest-interval is
13844 nil. File the break time.
13845 (type-break-schedule): New optional args for overriding the use of
13846 the current time.
13847 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13848 after a break.
13849 (type-break-check): File the keystroke count.
13850 (type-break-do-query): Prevent a second query when the break is
13851 interrupted. Optional terse message.
13852 (type-break-keystroke-reset): Record the start of a typing interval.
13853 (type-break-demo-boring): Optional terse messages. Display word
13854 per minute and keystroke counts according to
13855 type-break-demo-boring-stats.
13856
13857 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
13858
13859 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13860 directories, make sure they exist under archive-tmpdir.
13861
13862 2004-04-27 Juri Linkov <juri@jurta.org>
13863
13864 * help.el (view-emacs-news): With argument, display info for the
13865 selected version by finding it among different NEWS files, and
13866 narrowing the buffer to the selected version.
13867
13868 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
13869 same-window-buffer-names.
13870 (info): New arg `buffer'. Use it. Doc fix. Read file name for
13871 non-numeric prefix argument, append the number to the buffer name
13872 for numeric prefix argument.
13873 (info-other-window): Bind same-window-regexps to nil.
13874 (Info-reference-name): Rename to Info-point-loc.
13875 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
13876 and Info-find-index-name for stringy Info-point-loc.
13877 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
13878 without middle `.', but with final `.' and optional line number
13879 for it. Set Info-point-loc for index nodes.
13880 (Info-index): Remove middle `.' from index entry regexp.
13881 Modify line number regexp.
13882 (Info-index-next): Decrement line number.
13883 (info-apropos): Remove middle `.' from index entry regexp.
13884 Add optional line number regexp at the end. Add matched value
13885 for line number to the result list and insert it to the buffer.
13886 Replace match-string by match-string-no-properties.
13887 Reorder result list.
13888 (Info-fontify-node): Hide index line numbers.
13889 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
13890 empty matches.
13891 (Info-follow-reference): Use `str' instead of
13892 Info-following-node-name-re.
13893 (Info-toc): Use full file names. Set Info-current-node to "Top".
13894 (Info-fontify-node): Compare file names without directory name.
13895 (Info-try-follow-nearest-node): Don't set Info-reference-name.
13896 Set second arg of Info-extract-menu-node-name for index nodes.
13897 (info-xref-visited): Use magenta3 instead of magenta4.
13898 (Info-mode): Add info-apropos to docstring.
13899
13900 * log-view.el (log-view-diff): Replace interactive code "r"
13901 by a list to allow to call it even if region is not active.
13902
13903 * paren.el (show-paren-highlight-openparen): New var.
13904 (show-paren-function): Turn on openparen highlighting when
13905 matching forward if show-paren-highlight-openparen is non-nil.
13906
13907 * simple.el (kill-ring-save): Use blink-matching-delay instead of
13908 the constant value 1.
13909 (completions-common-part): Expand docstring.
13910
13911 * textmodes/picture.el (picture-mode-map): Add arrow keys.
13912
13913 2004-04-27 Kim F. Storm <storm@cua.dk>
13914
13915 * image.el (insert-sliced-image): Use line-height instead of
13916 line-spacing property on newline.
13917
13918 2004-04-26 Lars Hansen <larsh@math.ku.dk>
13919
13920 * desktop.el (desktop-buffer-misc-data-function): Rename to
13921 desktop-save-buffer and change docstring.
13922 (desktop-buffer-modes-to-save): Delete.
13923 (desktop-save-buffer-p): Use desktop-save-buffer instead of
13924 desktop-buffer-modes-to-save.
13925 (desktop-save): Rename desktop-buffer-misc-data-function to
13926 desktop-save-buffer and allow non-function value.
13927 (desktop-missing-file-warning): Correct docstring.
13928
13929 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
13930 to desktop-save-buffer.
13931
13932 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
13933 desktop-save-buffer.
13934
13935 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
13936
13937 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
13938
13939 2004-04-26 Eli Zaretskii <eliz@gnu.org>
13940
13941 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
13942
13943 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
13944
13945 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
13946 (ielm): Only go to the end of the buffer when starting a new process.
13947
13948 2004-04-25 Juanma Barranquero <lektu@terra.es>
13949
13950 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
13951 mode line. Bind `inhibit-read-only' to t before modifying
13952 properties of text in the buffer.
13953 (ielm): Force point to the end of buffer, even when running ielm
13954 from inside itself.
13955
13956 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13957
13958 * info.el (info-apropos): Reset Info-complete-cache.
13959
13960 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
13961
13962 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13963 Also recognize severe Irix et al. messages.
13964 (compilation-normalize-filename, compile-abbreviate-directory):
13965 Delete functions.
13966 (compilation-get-file-structure): New function inherits
13967 functionality of the two preceding ones.
13968 (compilation-internal-error-properties, compilation-fake-loc):
13969 Use it so that different paths to the same file share the same
13970 markers. Also optimize finding adjacent marker slightly.
13971
13972 2004-04-25 Kim F. Storm <storm@cua.dk>
13973
13974 * image.el (insert-sliced-image): Add line-spacing t property
13975 to newlines separating image lines.
13976
13977 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
13978
13979 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
13980
13981 * ielm.el (ielm-prompt-read-only): New user option.
13982 (ielm-prompt): Expand docstring to describe new behavior.
13983 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
13984 mention it in the docstring.
13985
13986 2004-04-24 Andreas Schwab <schwab@suse.de>
13987
13988 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
13989
13990 * diff.el (diff): Set default-directory in diff buffer.
13991
13992 2004-04-24 Eli Zaretskii <eliz@gnu.org>
13993
13994 * mail/sendmail.el (mail-bury): Don't delete the frame where the
13995 mail was being composed if the terminal cannot display more than
13996 one frame; instead, switch to previous frame.
13997
13998 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
13999 (rmail-start-mail): Support rmail-mail-new-frame even on
14000 terminals that can display only one frame at a time.
14001
14002 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14005 (checkdoc-output-font-lock-keywords): Remove error regexp.
14006 (checkdoc-output-mode-map): Remove.
14007 (checkdoc-output-mode): Derive from compilation-mode.
14008 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14009
14010 * dired.el (dired-mode-map): Add a menu entry for wdired.
14011
14012 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14013 (rx-bracket, rx-check-any, rx-any): Clean up name space.
14014
14015 * wdired.el: (wdired-mode-map): Move init into declaration.
14016 Fix `return' binding.
14017 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14018 Use force-mode-line-update.
14019 (wdired-get-filename): Use `unless'.
14020 (wdired-preprocess-files): Don't assume names have no \n and use / for
14021 dir separator.
14022 (wdired-normalize-filename): Use replace-regexp-in-string.
14023 (wdired-load-hooks): Remove.
14024 (wdired-mode-hooks): Rename to wdired-mode-hook.
14025
14026 * info-look.el: Add support for cfengine-mode.
14027 (info-lookup-setup-mode): Use dolist.
14028
14029 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
14030
14031 * wdired.el: New file.
14032
14033 2004-04-23 Juanma Barranquero <lektu@terra.es>
14034
14035 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14036
14037 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14038 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14039 (pcomplete--help, pcomplete--here): Doc fixes.
14040
14041 2004-04-23 Andre Spiegel <spiegel@gnu.org>
14042
14043 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14044 handles wrong-number-of-arguments in backend call.
14045
14046 * vc.el (vc-print-log): Likewise.
14047
14048 2004-04-20 Dave Love <fx@gnu.org>
14049
14050 * emacs-lisp/rx.el: Doc fixes.
14051 (rx-constituents): Add/extend many forms.
14052 (rx-check): Check form is a list.
14053 (bracket): Defvar.
14054 (rx-check-any, rx-any, rx-check-not): Modify.
14055 (rx-not): Simplify.
14056 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14057 (rx-kleene): Use rx-trans-forms.
14058 (rx-quote-for-set): Delete.
14059 (rx): Allow multiple args.
14060
14061 2004-04-23 Kenichi Handa <handa@m17n.org>
14062
14063 * international/mule-util.el (char-displayable-p): Simplify by
14064 using internal-char-font.
14065
14066 2004-04-23 Juanma Barranquero <lektu@terra.es>
14067
14068 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14069
14070 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * diff-mode.el (diff-next-error): New fun.
14073 (diff-mode): Use it.
14074
14075 * simple.el (next-error): Change arg name.
14076 Add support for the documented C-u C-x ` usage.
14077
14078 * frame.el (special-display-popup-frame, next-multiframe-window)
14079 (previous-multiframe-window): Only consider frames on same display.
14080
14081 2004-04-22 Lars Hansen <larsh@math.ku.dk>
14082
14083 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14084 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14085
14086 2004-04-22 Kim F. Storm <storm@cua.dk>
14087
14088 * net/telnet.el (telnet): Add optional port arg.
14089
14090 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14093 Minor sanity check on the `hyperlink' slot.
14094
14095 * Makefile.in (recompile): Compile new files.
14096
14097 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14098 Add byte-recompile-directory's optional `arg'.
14099
14100 * cvs-status.el (cvs-tree-use-charset): New var.
14101 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14102 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14103 (cvs-status-cvstrees): Use it.
14104
14105 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14106 Make it a normal major mode.
14107 (checkdoc-buffer-label): Make sure the file name is meaningful.
14108 (checkdoc-output-to-error-buffer): Remove.
14109 (checkdoc-error, checkdoc-start-section): Rewrite.
14110
14111 * info.el (info-node, info-menu-5, info-xref, info-header-node)
14112 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14113 (Info-title-4-face): Use new syntax.
14114 (info-xref-visited): Inherit from info-xref.
14115
14116 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14117
14118 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
14119
14120 * simple.el (next-error-last-buffer, next-error-function):
14121 New variables for the next-error framework.
14122 (next-error-buffer-p): New function.
14123 (next-error-find-buffer): Generalize compilation-find-buffer.
14124 (next-error, previous-error, first-error, next-error-no-select)
14125 (previous-error-no-select): Move from compile.el.
14126
14127 * replace.el (occur-next-error, occur-1): Hook into the next-error
14128 framework.
14129
14130 * progmodes/compile.el (compilation-start):
14131 Set next-error-last-buffer so next-error knows where to jump.
14132 (compilation-setup): Set the buffer-local variable
14133 next-error-function to 'compilation-next-error-function.
14134 (compilation-buffer-p, compilation-buffer-internal-p): Use an
14135 alternate way to find if a buffer is a compilation buffer, for
14136 next-error convenience.
14137 (next-error-no-select, previous-error-no-select, next-error)
14138 (previous-error, first-error): Move to simple.el.
14139 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14140 (compilation-last-buffer): Remove.
14141 (compilation-start, compilation-next-error, compilation-setup)
14142 (compilation-next-error-function, compilation-find-buffer):
14143 Remove compilation-last-buffer use.
14144
14145 2004-04-21 Juanma Barranquero <lektu@terra.es>
14146
14147 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14148 (font-lock-warning-face): Fix spacing.
14149
14150 * makefile.w32-in (WINS): Add url/ directory.
14151
14152 2004-04-21 Lars Hansen <larsh@math.ku.dk>
14153
14154 * desktop.el (desktop-buffer-mode-handlers): New variable.
14155 Alist of major mode specific functions to restore a desktop buffer.
14156 (desktop-buffer-handlers): Make variable obsolete.
14157 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14158 Catch errors signaled in handlers. Update buffer count.
14159 Evaluate desktop-buffer-point.
14160 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14161 move to dired.el.
14162 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14163 move to info.el.
14164 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14165 move to mail/rmail.el.
14166 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14167 to mh-e/mh-e.el.
14168 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14169 On fail, print message (to message buffer) even if
14170 desktop-missing-file-warning is nil.
14171 (desktop-buffer-misc-data-function): New buffer local variable.
14172 Function returning major mode specific data.
14173 (desktop-buffer-misc-functions): Make variable obsolete.
14174 (desktop-save): Use desktop-buffer-misc-data-function.
14175 (desktop-buffer-dired-misc-data): Rename to
14176 dired-desktop-buffer-misc-data and move to dired.el.
14177 (desktop-buffer-info-misc-data): Rename to
14178 Info-desktop-buffer-misc-data and move to info.el.
14179 (desktop-read): Add message about number of buffers restored/failed.
14180
14181 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14182 Add parameters. Pause to display error only when
14183 desktop-missing-file-warning is non-nil.
14184 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
14185 (dired-mode): Bind desktop-buffer-misc-data-function.
14186
14187 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14188 Add Parameters.
14189 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
14190 (Info-mode): Bind desktop-buffer-misc-data-function.
14191
14192 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14193 Add Parameters.
14194
14195 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14196 Add Parameters.
14197
14198 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
14199
14200 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14201 the case of letters in case-insensitive expansions when the
14202 abbrev is preceded by characters with letter syntax.
14203
14204 2004-04-21 Richard M. Stallman <rms@gnu.org>
14205
14206 * progmodes/cperl-mode.el (cperl-putback-char):
14207 Delete Emacs 18 definition.
14208
14209 * international/mule.el (ctext-post-read-conversion):
14210 Use assoc-string, not assoc-ignore-case.
14211
14212 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14213
14214 * emacs-lisp/easymenu.el (easy-menu-add):
14215 Do call x-popup-menu, but only if it's defined.
14216
14217 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14218
14219 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14220 Handle multiple args: compile like progn.
14221
14222 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14223 take all args as &rest arg.
14224
14225 * autoinsert.el (auto-insert-alist): Insert the user's name in
14226 copyright notice, rather than Free Software Foundation.
14227
14228 2004-04-21 Kenichi Handa <handa@m17n.org>
14229
14230 * descr-text.el (describe-char): Make it work on *Help* buffer.
14231
14232 2004-04-21 Kim F. Storm <storm@cua.dk>
14233
14234 * image.el (insert-image): Add optional SLICE arg.
14235 (insert-sliced-image): New defun.
14236
14237 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
14238
14239 * subr.el (read-number): Check whether `default' is nil.
14240
14241 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * progmodes/compile.el (compilation-error-properties):
14244 Split into two.
14245 (compilation-internal-error-properties): New one.
14246 (compilation-compat-error-properties): Use it. Fix the non-marker case.
14247
14248 2004-04-20 Richard M. Stallman <rms@gnu.org>
14249
14250 * window.el (split-window-save-restore-data):
14251 Don't update the data if OLD-INFO is nil.
14252
14253 * view.el (view-return-to-alist): Mark it permanent local.
14254
14255 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
14256
14257 * recentf.el (recentf-save-list): Catch and warn about errors.
14258
14259 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
14260 so "Buffers" won't be pure.
14261
14262 * help-mode.el (help-mode-finish): Set help-return-alist first
14263 thing, setting only the entry for the selected window.
14264
14265 * help-fns.el (describe-function-1): If many non-control non-meta
14266 keys run the command, don't list all of them.
14267
14268 2004-04-20 Juanma Barranquero <lektu@terra.es>
14269
14270 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
14271 arg. Copied from Andre Spiegel's patch of 2004-03-21.
14272
14273 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
14274
14275 2004-04-20 Kenichi Handa <handa@m17n.org>
14276
14277 * international/quail.el (quail-lookup-key): New optional arg
14278 NOT-RESET-INDICES.
14279 (quail-get-translations): Call quail-lookup-key with
14280 NOT-RESET-INDICES t.
14281 (quail-completion): Likewise.
14282 (quail-lookup-map-and-concat): Likewise.
14283
14284 2004-04-20 Kenichi Handa <handa@m17n.org>
14285
14286 * international/quail.el (quail-update-translation): Don't insert
14287 such an unsupported multibyte char in a unibyte buffer.
14288
14289 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
14290
14291 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
14292 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
14293 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
14294 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
14295 (gdb-frame-assembler-buffer): Improve behaviour with
14296 multiple frames.
14297 (gdb-display-buffer): Extend search to all visible frames.
14298
14299 2004-04-19 Eli Zaretskii <eliz@gnu.org>
14300
14301 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
14302 characters left after base64 decoding.
14303 (rmail-decode-region): Use -dos variety of `coding', to remove any
14304 ^M characters left after qp or base64 decoding.
14305
14306 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14307
14308 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
14309 messages.
14310
14311 2004-04-19 Stephen Eglen <stephen@gnu.org>
14312
14313 * add-log.el (add-change-log-entry): Update doc string to mention
14314 add-log-full-name and add-log-mailing-address.
14315
14316 2004-04-18 Juri Linkov <juri@jurta.org>
14317
14318 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14319 (Info-find-node-2): Simplify error message.
14320 (Info-insert-dir): Use Info-following-node-name.
14321 (Info-goto-node): Remove *info-history* and *info-toc*.
14322 (Info-history): Create a node of the virtual history file.
14323 (Info-toc): Create a node of the virtual toc file.
14324 (Info-insert-toc): New arg `curr-file' for reference file names.
14325 (info-apropos): Remove redundant var binding for temp-file.
14326 (Info-index, Info-index-next, Info-mode): Doc fix.
14327 (Info-goto-emacs-command-node): Don't jump to *info* from
14328 non-*info* Info buffers.
14329 (Info-fontify-node): Don't show the file name of external
14330 references if `Info-hide-note-references' is `hide'. Don't hide
14331 newlines at the end of paragraphs.
14332
14333 * international/mule-diag.el (list-input-methods):
14334 Fix args to help-xref-button.
14335
14336 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14337 to put into effect local variables from TUTORIAL files.
14338
14339 * textmodes/paragraphs.el (sentence-end) <function>: New fun
14340 with default value taken from the variable `sentence-end'.
14341 (sentence-end) <defcustom>: Set default to nil. Doc fix.
14342 Add nil const to :type.
14343 (sentence-end-without-period, sentence-end-double-space)
14344 (sentence-end-without-space): Doc fix.
14345
14346 * textmodes/paragraphs.el (forward-sentence):
14347 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14348 (fill-delete-newlines):
14349 * progmodes/cc-cmds.el (c-beginning-of-statement):
14350 Use function `sentence-end' instead of variable `sentence-end'.
14351
14352 2004-04-18 Andreas Schwab <schwab@suse.de>
14353
14354 * progmodes/compile.el (compilation-start): Set window start to
14355 point-min if compilation-scroll-output is nil.
14356
14357 2004-04-18 John Wiegley <johnw@newartisans.com>
14358
14359 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14360
14361 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
14362
14363 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14364 (gdb-info-breakpoints-custom): Revert previous change.
14365 (gdb-view-assembler): Update assembler if necessary.
14366 (gdb-frame-handler): Parse correctly for gdb-current-frame.
14367 (gdb-display-source-buffer): Update properly when both source and
14368 assembler are visible.
14369
14370 2004-04-17 John Wiegley <johnw@newartisans.com>
14371
14372 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14373 which limits the number of names shown in the minibuffer. Off by
14374 default.
14375 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
14376 up iswitchb for users with a multitude of open buffers by showing
14377 only the first and last N/2 buffers in the completion list (which
14378 is enough to aid C-s/C-r, and to know that more characters are
14379 needed to refine the completion list).
14380
14381 2004-04-17 Richard M. Stallman <rms@gnu.org>
14382
14383 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
14384 (file-truename): Expand all ~ constructs directly.
14385 (insert-directory): Delete any error msg output by the
14386 `insert-directory-program'.
14387
14388 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
14389 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
14390 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
14391 (allout-init): Use find-file-hook, not find-file-hooks.
14392 (allout-mode): Eliminate Emacs 18 support.
14393 Use write-contents-functions, not local-write-file-hooks.
14394
14395 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
14396
14397 * progmodes/compile.el (compilation-error-properties): Fix for
14398 adding messages when there are already markers for their file.
14399 (compilation-fake-loc): New function.
14400
14401 2004-04-16 Dave Love <fx@gnu.org>
14402
14403 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
14404 (python-load-file): Fix python-orig-start setting.
14405
14406 * progmodes/compile.el: Doc fixes.
14407 (compilation-error-regexp-alist-alist)
14408 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
14409 (compilation-assq): Wrap in eval-when-compile.
14410 (compilation-mode-font-lock-keywords): Don't use list*.
14411 (compilation-start): Avoid warning.
14412 (compilation-compat-error-properties)
14413 (compilation-directory-properties): Add keymap property.
14414 (compilation-parsing-end): Make it a marker for better compatibility.
14415
14416 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
14417
14418 2004-04-16 Mark A. Hershberger <mah@everybody.org>
14419
14420 * xml.el: Doc fixes.
14421 (xml-get-children): Only looks at sub-tags and ignore strings.
14422
14423 * xml.el (xml-parse-tag): Avoid overwriting node-name.
14424
14425 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14428
14429 2004-04-16 Andre Spiegel <spiegel@gnu.org>
14430
14431 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14432
14433 * vc.el (vc-print-log): Likewise.
14434
14435 2004-04-16 Masatake YAMATO <jet@gyve.org>
14436
14437 * simple.el (completion-setup-function): Set an initial value
14438 to `element-common-end' before entering loop. Set a value
14439 to `element-common-end' at the end of loop.
14440 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14441 (completions-common-part): Rename from completion-de-emphasis.
14442 (completions-first-difference): Rename from completion-emphasis.
14443 Suggested by RMS.
14444
14445 2004-04-16 Juanma Barranquero <lektu@terra.es>
14446
14447 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14448 (bookmark-edit-annotation-mode): Add mode name.
14449
14450 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14451
14452 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14453 for nested conflict markers.
14454 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14455
14456 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
14457
14458 * progmodes/gdb-ui.el (gdb-goto-info): New function.
14459
14460 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14461
14462 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14465 Give a backtrace if requested.
14466
14467 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14468
14469 * progmodes/python.el (python-mouse-2-command, python-RET-command):
14470 Remove unused functions.
14471 (python-orig-start-line, python-orig-file): Remove.
14472 (python-orig-start): New var.
14473 (python-input-filter, python-compilation-line-number)
14474 (python-send-region, python-load-file): Use it.
14475
14476 * info.el (info): Always jump to *info*.
14477
14478 * subr.el (posn-set-point): New function.
14479
14480 * mouse.el (mouse-set-point): Use it.
14481
14482 * progmodes/compile.el (compile-goto-error): Use it.
14483 (compilation-button-map): New keymap.
14484 (compilation-error-properties): Use it.
14485 (compilation-shell-minor-mode-map): Don't bind mouse-2.
14486
14487 * smerge-mode.el (smerge-popup-context-menu): Use it.
14488
14489 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14490 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14491 mouse and non-mouse case.
14492
14493 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14494 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14495
14496 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14497 Make it work for non-mouse events.
14498
14499 * pcvs-info.el (cvs-status-map): Update binding name.
14500
14501 2004-04-14 Mark A. Hershberger <mah@everybody.org>
14502
14503 * xml.el (xml-maybe-do-ns): New function to handle namespace
14504 parsing of both attribute and element names.
14505 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14506 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14507 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
14508 (xml-parse-attlist): Make it do its own namespace parsing.
14509
14510 2004-04-14 Dave Love <fx@gnu.org>
14511
14512 * progmodes/python.el (run-python): Fix use of \n.
14513 (python-load-file): Remove `try' from Python fragment.
14514 (python-describe-symbol): Fix message.
14515
14516 * comint.el: Doc fixes.
14517 (comint-last-input-start, comint-last-input-end)
14518 (comint-last-output-start): Give them values.
14519 (comint-arguments): Avoid warning.
14520 (comint-skip-prompt): Use line-end-position.
14521 (comint-backward-matching-input): Rename arg to agree with doc.
14522 (comint-extract-string): Use syntax-ppss.
14523 (comint-dynamic-simple-complete): Delete useless list construction.
14524 (comint-redirect-subvert-readonly): New.
14525 (comint-redirect-preoutput-filter): Use it.
14526
14527 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14528 Correctly handle negative arguments when calling hook functions.
14529
14530 2004-04-14 Jesper Harder <harder@ifa.au.dk>
14531
14532 * info.el (info-apropos): Don't clobber Info-history-list.
14533
14534 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
14535
14536 * progmodes/compile.el (compilation-setup):
14537 Localize overlay-arrow-position.
14538 (compilation-sentinel): Restructure code equivalently.
14539 (compilation-next-error): Find message on same line after point if
14540 not found before point.
14541 (compile-mouse-goto-error): Restore function so that compilation
14542 buffer need not be current and use compile-goto-error.
14543 (compile-goto-error): Restore function.
14544 (next-error): Set overlay-arrow-position.
14545 (compilation-forget-errors): Don't localize already local
14546 compilation-locs and remove FIXME about refontifying.
14547
14548 2004-04-14 Kim F. Storm <storm@cua.dk>
14549
14550 * startup.el (emacs-quick-startup): New defvar (set by -Q).
14551 (command-line): New option -Q. Like -q --no-site-file, but
14552 in addition it also disables menu-bar, tool-bar, scroll-bars,
14553 tool-tips, and the blinking cursor.
14554 (command-line-1): Skip startup screen if -Q.
14555 (fancy-splash-head): Use ":align-to center" prop to center splash image.
14556
14557 * emulation/cua-base.el (cua-read-only-cursor-color)
14558 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14559
14560 2004-04-13 Dave Love <fx@gnu.org>
14561
14562 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
14563 (syntax): Don't require.
14564 (python) <defgroup>: Add :version.
14565 (python-quote-syntax): Re-written.
14566 (inferior-python-mode): Move stuff here from run-python and add
14567 some more.
14568 (python-preoutput-continuation, python-preoutput-result)
14569 (python-dotty-syntax-table): New.
14570 (python-describe-symbol): Use them.
14571 (run-python): Move stuff to inferior-python-mode. Modify code
14572 loaded into Python.
14573 (python-send-region): Use python-proc, python-send-string.
14574 (python-send-string): Send newlines too. Callers changed.
14575 (python-load-file): Re-written.
14576 (python-eldoc-function): New.
14577 (info-look): Don't require.
14578 (python-after-info-look): New. A modified version of former
14579 top-level code for use with eval-after-load.
14580 (python-maybe-jython, python-guess-indent): Use widened buffer.
14581 (python-fill-paragraph): Re-written.
14582 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
14583 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
14584
14585 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14588 Set compilation-error-regexp-alist earlier.
14589
14590 * progmodes/compile.el (compilation-minor-mode-map)
14591 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14592 (compile-goto-error): Re-merge the mouse and non-mouse commands.
14593
14594 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * progmodes/compile.el (compile-goto-error): Select the buffer/window
14597 corresponding to the event.
14598
14599 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
14600
14601 * loadup.el: Add cygwin to system-type list, for unexec() support.
14602
14603 2004-04-12 John Paul Wallington <jpw@gnu.org>
14604
14605 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14606 (ibuffer-restore-window-config-on-quit): New variable to replace
14607 `ibuffer-delete-window-on-quit'. Update all references.
14608 (ibuffer-prev-window-config): New variable.
14609 (ibuffer-quit): Restore previous window configuration instead of
14610 deleting window.
14611 (ibuffer): Save window configuration before showing Ibuffer buffer.
14612
14613 * help.el (describe-mode): Doc fix.
14614
14615 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14618 not to treat nil as a function.
14619
14620 * vc-arch.el (vc-arch-root): Be a bit more careful.
14621 (vc-arch-register): Save the buffer if we modified it.
14622 (vc-arch-delete-rej-if-obsolete): Save excursion.
14623 (vc-arch-find-file-hook): Use the simpler after-save-hook.
14624 (vc-arch-responsible-p, vc-arch-init-version): New functions.
14625
14626 * net/ldap.el (ldap-search): Use list*.
14627
14628 2004-04-12 Juri Linkov <juri@jurta.org>
14629
14630 * info.el (Info-follow-reference): Allow multiline reference name.
14631
14632 2004-04-11 Dave Love <fx@gnu.org>
14633
14634 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14635
14636 * progmodes/python.el: New file.
14637
14638 2004-04-11 Andre Spiegel <spiegel@gnu.org>
14639
14640 * vc-hooks.el (vc-arg-list): Function removed.
14641 (vc-default-workfile-unchanged-p): Use condition-case to check for
14642 backward compatibility.
14643
14644 * vc.el (vc-print-log): Use condition-case to check for backward
14645 compatibility.
14646
14647 2004-04-11 Juri Linkov <juri@jurta.org>
14648
14649 * dired.el (dired-faces): New defgroup.
14650 (dired-header, dired-mark, dired-marked, dired-flagged)
14651 (dired-warning, dired-directory, dired-symlink, dired-ignored):
14652 New faces.
14653 (dired-header-face, dired-mark-face, dired-marked-face)
14654 (dired-flagged-face, dired-warning-face, dired-directory-face)
14655 (dired-symlink-face, dired-ignored-face): New face variables.
14656 (dired-font-lock-keywords): Use them instead of font-lock faces.
14657 Split the rule for dired marks into 3 separate rules: for marks,
14658 marked file names and flagged file names.
14659
14660 * help-mode.el (help-make-xrefs): Add a final newline to the
14661 *Help* buffer.
14662
14663 2004-04-11 John Paul Wallington <jpw@gnu.org>
14664
14665 * replace.el (occur-engine): Distinguish between one and several
14666 matches in the matches per buffer heading.
14667
14668 2004-04-11 Kim F. Storm <storm@cua.dk>
14669
14670 * ido.el (ido-confirm-unique-completion): New defcustom.
14671 (ido-complete): Use it.
14672 (ido-write-file): Set it to t unconditionally.
14673
14674 2004-04-10 Miles Bader <miles@gnu.org>
14675
14676 RCS keyword removal (only non-comment changes are enumerated here):
14677
14678 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14679 (byte-compile-insert-header): Don't use `byte-compile-version'.
14680 * forms.el (forms-version): Variable removed.
14681 (forms-mode): Don't use `forms-version'.
14682 * recentf.el (recentf-version): Variable removed.
14683 * progmodes/delphi.el (delphi-version): Variable removed.
14684 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14685
14686 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14687
14688 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14689
14690 2004-04-09 Jesper Harder <harder@ifa.au.dk>
14691
14692 * info.el (info-apropos): Improve menu item regexp.
14693
14694 2004-04-09 Simon Josefsson <jas@extundo.com>
14695
14696 * mail/smtpmail.el: Add comment, based on report by
14697 kdc@rcn.com (Kevin D. Clark).
14698
14699 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14702 Redo one more thing that I didn't notice Daniel had undone.
14703
14704 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
14705
14706 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14707 (gdb-goto-breakpoint, gdb-display-buffer)
14708 (gdb-display-source-buffer, gdb-view-source-function)
14709 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14710 (gdb-source-info, gdb-frame-handler): Don't specify a window
14711 for display.
14712 (gdb-info-breakpoints-custom): Remove superfluous update of
14713 assembler buffer.
14714 (gdb-many-windows): Make settable outside gdb.
14715
14716 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
14717
14718 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14719 Derive from fundamental-mode rather than text-mode.
14720
14721 2004-04-08 Juri Linkov <juri@jurta.org>
14722
14723 * info.el (Info-history): Doc fix.
14724 (Info-history-list): New var.
14725 (info-xref): Change magenta4 to blue, remove bold for dark and
14726 light backgrounds, change bold to underline for non-color classes.
14727 (info-xref-visited): New face.
14728 (Info-fontify-visited-nodes): New custom.
14729 (Info-hide-note-references): Add new value `hide'. Doc fix.
14730 (Info-reference-name): New var.
14731 (Info-selection-hook): New custom.
14732 (Info-edit-mode-hook): New var.
14733 (Info-find-file): New fun.
14734 (Info-find-node): Move part of code to Info-find-file.
14735 (Info-find-node-2): Add anchors to Info-history-list. Move point
14736 to the place with the reference name if name is defined.
14737 (Info-select-node): Add current node to Info-history-list.
14738 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14739 (Info-search-whitespace-regexp): New custom.
14740 (Info-search-case-fold): New var.
14741 (Info-search): Add "case-sensitively" to the prompt.
14742 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
14743 (Info-search-case-sensitively, Info-search-next): New fun.
14744 (Info-up): Move point to the menu item of the current node.
14745 (Info-history): New fun. Add *info-history* to
14746 same-window-buffer-names.
14747 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
14748 (Info-insert-toc): New fun.
14749 (Info-build-toc): New fun.
14750 (Info-follow-reference): Add new arg `fork'. Doc fix.
14751 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
14752 with the same name prefer the reference closest to point.
14753 (Info-next-reference): Replace * by + in the *Note regexp.
14754 Add regexp for http:// and ftp://. Skip the *Note prefix.
14755 (Info-prev-reference): Replace * by + in the *Note regexp.
14756 Add regexp for http:// and ftp://. Skip the *Note prefix.
14757 (Info-follow-nearest-node): Add new arg `fork'.
14758 (Info-try-follow-nearest-node): Add new arg `fork'.
14759 Call browse-url for http:// and ftp:// references.
14760 Set Info-reference-name for index entries.
14761 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14762 Info-search-next, Info-history, Info-toc, clone-buffer.
14763 (Info-menu-update): Replace * by + in the *Note regexp.
14764 (Info-mode): Add documentation for Info-history, Info-toc,
14765 Info-search-case-sensitively, Info-search-next, clone-buffer.
14766 (Info-fontify-menu-headers): Remove fun. Move code to
14767 Info-fontify-node.
14768 (Info-fontify-node): Add docstring. Add local vars
14769 fontify-visited-p and not-fontified-p. If not-fontified-p is t
14770 then fontify header line, titles, menu headers, http and ftp
14771 references, refill paragraphs. If not-fontified-p is t or
14772 fontify-visited-p is t then fontify cross references, menu items.
14773 Fontify menu headers. Fontify http and ftp references.
14774 Change regexp for cross references to require whitespace after *Note,
14775 add matching groups for file and node names. Remove hack for quote.
14776 Use display property for Info-hide-note-references=t. Use fifth
14777 or fourth match for help-echo. Display visited nodes in a
14778 different face. Unhide file names of external references.
14779 Unhide newlines. Display visited menu items in a different face.
14780
14781 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14782
14783 * progmodes/compile.el: Require CL.
14784 (compilation-mode-font-lock-keywords): Re-install the "line as
14785 function" patch.
14786
14787 * help-fns.el (help-C-source-directory): New var.
14788 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14789 (describe-function-1, describe-variable): Use them.
14790
14791 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14792 to C source files specially.
14793
14794 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
14795
14796 * info.el (Info-hide-cookies-node): New function.
14797 (Info-select-node): Use it.
14798 (Info-display-images-node): Remove message with image file name.
14799
14800 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
14801
14802 * progmodes/compile.el (compilation-warning-face)
14803 (compilation-info-face, compilation-skip-threshold)
14804 (compilation-skip-visited, compilation-context-lines):
14805 Declare :version when added to Emacs.
14806 (compilation-error-regexp-alist-alist): Extend caml and irix.
14807 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14808 (compilation-mode-font-lock-keywords): Temporarily undo line as
14809 function patch, which wasn't ready.
14810
14811 2004-04-07 Kenichi Handa <handa@m17n.org>
14812
14813 * international/latin1-disp.el (latin1-display-setup): Check each
14814 character is displayable or not instead of calling
14815 latin1-display-check-font.
14816
14817 2004-04-06 Kenichi Handa <handa@m17n.org>
14818
14819 * language/ethio-util.el (ethio-sera-being-called-by-w3):
14820 New variable.
14821 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14822 instead of sera-being-called-by-w3.
14823 (ethio-fidel-to-sera-buffer): Likewise.
14824 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14825 instead of sera-being-called-by-w3.
14826 (ethio-write-file): Likewise.
14827
14828 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14829
14830 * printing.el: Doc fix.
14831
14832 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
14833
14834 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14835 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14836 (gdb-setup-windows): Only use separate IO buffer if required.
14837
14838 2004-04-06 Kim F. Storm <storm@cua.dk>
14839
14840 * term.el (term-is-xemacs): Remove.
14841 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14842 (term-window-width): New function.
14843 (term-mode, term-check-size): Use it.
14844 (term-mode): Disable overflow-newline-into-fringe in term buffer.
14845
14846 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
14847
14848 * cus-edit.el (custom-add-parent-links): Change unbound variable
14849 `symbol' to `name'.
14850
14851 2004-04-05 Jesper Harder <harder@ifa.au.dk>
14852 * info.el (info-apropos): New function.
14853 (Info-mode-menu): Add it.
14854 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14855
14856 * help-mode.el (help-make-xrefs): Recognize aliased variable with
14857 inherited docstring.
14858
14859 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14860
14861 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
14864
14865 * progmodes/compile.el (font-lock): Don't require any more.
14866 (compilation-error-properties, compilation-start, compilation-sentinel)
14867 (compilation-filter, next-error): Use with-current-buffer.
14868 (compilation-skip-to-next-location, compilation-skip-threshold)
14869 (compilation-skip-visited): Move to silence the byte-compiler.
14870 (compilation-setup): Simplify.
14871 (compilation-next-error): Use line-(beginning|end)-position.
14872 Make sure `pt' is non-nil before using compilation-loop.
14873 (compile-goto-error): Add optional event arg. Use it.
14874 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
14875 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
14876 Update the binding for mouse-2.
14877 (first-error): Set compilation-current-error to nil rather than bob.
14878 (compilation-parsing-end, compilation-parse-errors-function)
14879 (compilation-error-list, compilation-old-error-list):
14880 "New" compatibility variables.
14881 (compile-buffer-substring, compilation-compat-error-properties)
14882 (compilation-compat-parse-errors, compilation-forget-errors):
14883 New compatibility functions.
14884 (compilation-mode-font-lock-keywords): Use them.
14885
14886 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
14887
14888 * autorevert.el (auto-revert-handler): If point (or a window
14889 point) is at the end of the buffer, keep it there after
14890 reverting. This allows to tail a file.
14891 Mention this in the `Commentary'.
14892
14893 * format.el (format-write-file): Add optional argument CONFIRM
14894 and make it behave like the analogous argument to `write-file'.
14895
14896 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14897
14898 * progmodes/ebnf2ps.el: Doc fix.
14899 (ebnf-version): New version number (4.2).
14900 (ebnf-syntax): Customization and docstring fix.
14901 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
14902 Put autoloaded funs before first use.
14903 (ebnf-style-database): Add dtd entry.
14904 (ebnf-syntax-alist): Add dtd initialization.
14905 (ebnf-token-sequence): New fun.
14906 (ebnf-comment-table): Add new comment action character.
14907 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
14908
14909 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
14910 Type Definition for XML).
14911
14912 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
14913 * progmodes/ebnf-bnf.el (ebnf-sequence):
14914 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
14915 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
14916 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
14917 Code simplification: call ebnf-token-sequence.
14918
14919 2004-04-04 Eli Zaretskii <eliz@gnu.org>
14920
14921 * calendar/timeclock.el (timeclock-relative)
14922 (timeclock-get-project-function, timeclock-get-workday-function)
14923 (timeclock-query-out, timeclock-when-to-leave)
14924 (timeclock-when-to-leave-string, timeclock-log-data)
14925 (timeclock-generate-report, timeclock-in): Doc fixes.
14926
14927 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14928
14929 * url/: New dir. Import the URL package from its repository.
14930
14931 2004-04-03 Andreas Schwab <schwab@suse.de>
14932
14933 * diff-mode.el (diff-mode): Fix missing quote.
14934
14935 2004-04-03 Juri Linkov <juri@jurta.org>
14936
14937 * descr-text.el (describe-property-list): Add `font-lock-face'.
14938
14939 * dired.el (dired-font-lock-keywords): Fix permission regexps.
14940
14941 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14942
14943 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14944 Use utf-16le on little endian machines and utf-16be otherwise.
14945
14946 2004-04-02 David Kastrup <dak@gnu.org>
14947
14948 * net/browse-url.el (browse-url-generic): Use call-process
14949 instead of start-process to allow browsers that fork and detach.
14950
14951 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
14952
14953 * compile.el (compilation-current-error): New var.
14954 (compilation-setup, compile-mouse-goto-error)
14955 (compile-goto-error, next-error): Use it.
14956 (compilation-skip-to-next-location): Default to t, which gives
14957 contiguous skipping like old compile (where this was redundant).
14958 (compilation-next-error): Prevent previous-* commands from moving
14959 back to message at or just before point.
14960
14961 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
14962
14963 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
14964 (gdb-source-info): Don't display source at startup, if required.
14965 (gdb-show-main): New option.
14966 (gdba): Update documentation.
14967 (gdb-source): Cover case of auto-display output.
14968
14969 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
14970
14971 * autorevert.el: Delete obsolete autoload's and defvar's.
14972 (auto-revert-check-vc-info): New user option.
14973 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14974 (auto-revert-handler-vc): Delete.
14975 (auto-revert-handler): Treat return value `fast' of
14976 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
14977
14978 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
14979 return `fast'.
14980
14981 * files.el (buffer-stale-function): Doc change.
14982
14983 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14984
14985 * printing.el: New tip on Tips section.
14986 (pr-version): New version number (6.7.4).
14987 (pr-shell-file-name): Initialization fix.
14988
14989 2004-03-31 Juri Linkov <juri@jurta.org>
14990
14991 * dired.el: Add autoload for `dired-do-touch'.
14992 (dired-touch-program): New var.
14993 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
14994 (dired-no-confirm): Add `touch' to docstring.
14995
14996 * dired-aux.el (dired-do-touch): New fun.
14997 (dired-do-chxxx): Add argument -t for touch operation.
14998
14999 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15000 `dired-move-to-filename-regexp'.
15001
15002 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
15003
15004 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15005
15006 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15007
15008 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15009 and only if the buffer was modified.
15010
15011 2004-03-30 Kenichi Handa <handa@m17n.org>
15012
15013 * international/characters.el: Delete pairs for U+2308..U+230B.
15014
15015 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
15016
15017 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15018 to detect the beginning of a level 2 or 3 annotation.
15019
15020 2004-03-29 Kenichi Handa <handa@m17n.org>
15021
15022 * international/ucs-tables.el (ucs-insert): Fix the error message.
15023
15024 2004-03-29 Kenichi Handa <handa@m17n.org>
15025
15026 * international/mule-util.el (char-displayable-p): Fix generation
15027 of XLFD file name.
15028
15029 * Makefile.in (setwins, setwins_almost): Change directory to $wd
15030 before finding directories by `find'.
15031
15032 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * subr.el (interactive-form): Delete. Now implemented in C.
15035
15036 * pcvs.el (cvs-parse-process): Workaround for Darwin.
15037
15038 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15039 (vc-diff-label): New fun.
15040 (vc-diff-internal): Use it.
15041
15042 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15043
15044 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15045
15046 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15047
15048 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15049 specify XML (EBNFX).
15050
15051 * progmodes/ebnf2ps.el: Doc fix.
15052 (ebnf-version): New version number (4.1).
15053 (ebnf-syntax): Adjust customization.
15054 (ebnf-style-database): Add ebnfx entry.
15055 (ebnf-syntax-alist): Add ebnfx initialization.
15056 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15057
15058 * printing.el: Doc fix.
15059 (pr-version): New version number (6.7.3).
15060 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15061 returns nil for mouse position. Reported by Drew Adams
15062 <drew.adams@oracle.com>.
15063 (pr-update-menus): Modify interactive declaration. Reported by Drew
15064 Adams <drew.adams@oracle.com>.
15065
15066 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
15067
15068 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15069 (gud-gdba-marker-filter): Log the process input and output, if
15070 required. From Stefan Monnier.
15071 (gdb-debug-log, gdb-enable-debug-log): New variables.
15072 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15073
15074 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15077 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15078
15079 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
15080
15081 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15082 Call vc-find-file-hook here instead of in auto-revert-buffers.
15083 (auto-revert-buffers): Delete call to vc-find-file-hook.
15084 (auto-revert-verbose, global-auto-revert-non-file-buffers)
15085 (global-auto-revert-mode, auto-revert-set-timer)
15086 (auto-revert-handler, auto-revert-buffers): Doc fixes.
15087
15088 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15089
15090 * woman.el (woman-change-fonts): Rename local variable
15091 woman-font-alist to font-alist to avoid a compiler warning.
15092
15093 2004-03-27 Dave Love <fx@gnu.org>
15094
15095 * emacs-lisp/rx.el (rx): Doc fix.
15096 Fix copyright years.
15097
15098 * strokes.el (strokes-global-set-stroke-string): New function.
15099 (strokes-list-strokes): Cope with strings, not just commands.
15100 Set foreground colour of image.
15101 (strokes-global-set-stroke): Doc fix.
15102
15103 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
15104
15105 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15106 Auto Revert mode.
15107 (Buffer-menu-files-only): New variable.
15108 (Buffer-menu-toggle-files-only): New function.
15109 (Buffer-menu-mode-map): Bind it to `T'.
15110 (Buffer-menu-mode): Mention `T' in docstring.
15111 Set buffer-stale-function.
15112 (list-buffers-noselect): Mark buffer non-modified and set
15113 Buffer-menu-files-only.
15114
15115 * dired.el (buffer-stale-function): Remove no longer needed defvar.
15116
15117 * autorevert.el (auto-revert-handler): Print revert message
15118 before, rather than after, reverting.
15119 (buffer-stale-function): Move to files.el.
15120
15121 * files.el (buffer-stale-function): Move here from autorevert.el.
15122
15123 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15126
15127 * calc/calc.el (calc-mode-map): Use mapc.
15128
15129 * apropos.el (apropos-mode): Don't autoload.
15130 (apropos-symbols-internal): New fun. Extracted from `apropos'.
15131 (apropos): Use it.
15132 (apropos-print): Add optional `text' argument.
15133 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15134 Don't assume point-min == 1.
15135
15136 * bs.el (bs-buffer-list): Use buffer-local-value.
15137 (bs--set-toggle-to-show): Use with-current-buffer.
15138
15139 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15140 New funs.
15141 (list-buffers-noselect): Use them. Adjust :align-to to new style.
15142
15143 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15144
15145 * dabbrev.el (dabbrev-expand): Fix regexp construction.
15146 (dabbrev--find-expansion): Use pop.
15147 (dabbrev--search): Use match-string-no-properties.
15148
15149 * dired.el (dired-mode): Use run-mode-hooks.
15150 (dired-move-to-end-of-filename): Use match-string.
15151
15152 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15153 is bound before using it.
15154 (ediff-verbose-p): Make it into a var since it's not constant.
15155
15156 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15157
15158 * faces.el (read-face-font): Don't cons up unnecessarily.
15159 (header-line, tool-bar): Share common parts.
15160
15161 * files.el (file-relative-name): Use compare-strings.
15162
15163 * finder.el (finder-mode): Follow coding convention.
15164
15165 * subr.el (read-number): New function.
15166
15167 * ses.el (ses-read-number): Move to subr.el.
15168 (ses-set-header-row): Use read-number.
15169
15170 2004-03-26 Andre Spiegel <spiegel@gnu.org>
15171
15172 * vc-hooks.el (vc-arg-list): New function, which handles both
15173 compiled and uncompiled code.
15174 (vc-default-workfile-unchanged-p): Use it.
15175
15176 * vc.el (vc-print-log): Undo prev change, use new function
15177 vc-arg-list from vc-hooks.el.
15178
15179 2004-03-26 Masatake YAMATO <jet@gyve.org>
15180
15181 * simple.el (completion-setup-function): Emphasize the
15182 first uncommon characters in the completions; and de-emphasize
15183 the common prefix substrings.
15184 (completion-emphasis): New face.
15185 (completion-de-emphasis): New face.
15186
15187 2004-03-25 Juanma Barranquero <lektu@terra.es>
15188
15189 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15190 Comment out (it's unused and unfinished code).
15191
15192 2004-03-25 Sam Steingold <sds@gnu.org>
15193
15194 * vc.el (vc-print-log): Fix a bug in the last patch:
15195 backend-function may be a byte-compiled object, not a lambda.
15196
15197 2004-03-25 Juri Linkov <juri@jurta.org>
15198
15199 * descr-text.el (describe-property-list): Add a button
15200 for `face' property that calls `describe-face'.
15201 Suggested by luis fernandes <elf@ee.ryerson.ca>
15202
15203 * international/mule.el (keyboard-coding-system):
15204 * kmacro.el (kmacro-call-macro): Fix docstring.
15205
15206 * dired.el: Fix comments.
15207
15208 * textmodes/fill.el (fill): Fix Info link.
15209
15210 * font-lock.el (fast-lock, lazy-lock):
15211 * jit-lock.el (jit-lock): Remove links to removed Support Modes
15212 Info node.
15213
15214 * eshell/eshell.el (eshell): Fix broken info-link.
15215
15216 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15217 * eshell/em-banner.el (eshell-banner):
15218 * eshell/em-smart.el (eshell-smart):
15219 * eshell/esh-cmd.el (eshell-cmd):
15220 Comment out broken info-links to incomplete Info manual.
15221
15222 * info-xref.el: Fix commentary.
15223
15224 2004-03-25 Kevin Ryde <user42@zip.com.au>
15225
15226 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15227 Remove spurious node duplicate suppression, doesn't work, not wanted.
15228 (info-xref-output): Take format style args, add "sit-for 0" to let
15229 user see the results as they progress.
15230 (info-xref-check-all-custom): New function.
15231
15232 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
15233
15234 * gdb-ui.el: Moved to progmodes.
15235
15236 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15237
15238 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15239
15240 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15241
15242 * calendar/appt.el (appt-check): Remove superfluous progn.
15243 When finished with diary buffer: if it was not being displayed
15244 before, kill it; otherwise restore its original state.
15245 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15246
15247 * calendar/calendar.el (calendar-set-mode-line): Use total
15248 available mode-line width, rather than frame-width.
15249
15250 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
15251 after mode change so effect not lost.
15252
15253 2004-03-23 Dave Love <fx@gnu.org>
15254
15255 * dired.el (dired) <defgroup>: Add link to manual.
15256 (dired-font-lock-keywords): Add highlighting on unusual permissions.
15257 (dired-revert): Use dolist.
15258 (dired-mode-map): Add U binding.
15259 (dired-mode): Add font-lock-beginning-of-syntax-function.
15260 (dired-garbage-files-regexp): Make it a defcustom.
15261
15262 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15263
15264 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
15265 is equivalent to nil.
15266 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
15267 (vc-arch-mode-line-string): Accept `added' state.
15268 (vc-arch-state): Use inode-sigs if available.
15269 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
15270 Copy&delete existing id file if any. Fallback if uuidgen is absent.
15271 (vc-arch-tagline-re): New var.
15272 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
15273 New functions.
15274 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
15275 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
15276
15277 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
15278 (vc-file-not-found-hook): Use it.
15279
15280 * diff-mode.el (diff-default-read-only): Change default.
15281 (diff-mode-hook): Make it a defcustom. Add some options.
15282 (diff-mode-map): Bind diff-refine-hook.
15283 (diff-yank-handler): New var.
15284 (diff-yank-function): New fun.
15285 (diff-font-lock-keywords): Use them.
15286 (diff-end-of-file): Handle case where file-header looks like diff text.
15287 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
15288 (diff-file-kill): Delete a subsequent empty line, if applicable.
15289 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
15290 (diff-find-file-name): Use it.
15291 (diff-tell-file-name): New command.
15292 (diff-mode): Be careful with view-mode.
15293 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
15294 New functions, for use in diff-mode-hook.
15295 (diff-find-source-location): Catch "regex too large" errors.
15296 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
15297 (diff-refine-hunk): New command.
15298
15299 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
15300 (smerge-context-menu-map): Remove unused var.
15301 (smerge-keep-all): Preserve markers.
15302 (smerge-keep-n): New fun.
15303 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15304 (smerge-keep-current, smerge-ediff): Use it.
15305 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
15306 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
15307 (smerge-resolve): Resolve trivial 3-part conflicts.
15308
15309 2004-03-23 Juri Linkov <juri@jurta.org>
15310
15311 * man.el (Man-width): New var.
15312 (Man-getpage-in-background): Use it.
15313 (Man-support-local-filenames): New var and fun.
15314 (Man-build-man-command): Don't add a second %s.
15315 (Man-fontify-manpage): Clean up message.
15316 (Man-mode): Set outline-regexp, outline-level,
15317 imenu-generic-expression.
15318
15319 * woman.el (woman-fill-frame): Doc fix.
15320 (woman-decode-region): Use window-width instead of frame-width.
15321
15322 * abbrevlist.el (list-one-abbrev-table):
15323 * descr-text.el (describe-char):
15324 * international/mule-diag.el (describe-current-coding-system):
15325 * international/quail.el (quail-insert-decode-map):
15326 Use window-width instead of frame-width.
15327
15328 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15329 (jka-compr-mode-alist-additions): Add tbz.
15330 (jka-compr-write-region, jka-compr-insert-file-contents):
15331 Add message for undefined compress-program.
15332 (jka-compr-write-region): Remove redundant var bindings.
15333
15334 * dired-x.el (dired-guess-shell-alist-default): Add choices for
15335 extracting files into subdirectory. Add tbz and dz. Fix regexps.
15336 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15337 (dired-man): Use dired-guess-shell-command.
15338 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15339 Change default nil to t.
15340
15341 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15342 (dired-compare-directories): Add default value for empty input.
15343
15344 * help-at-pt.el: Move suggestions for key bindings to Commentary.
15345
15346 * time.el (display-time-string-forms): Fix help-echo date format.
15347
15348 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
15349
15350 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15351 (buffer-stale-function): New variable.
15352 (auto-revert-list-diff, auto-revert-dired-file-list)
15353 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15354 (auto-revert-handler): Take over some functionality of deleted
15355 functions.
15356 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15357
15358 * dired.el (dired-directory-changed-p): New fun, extracted from
15359 dired-internal-noselect.
15360 (dired-buffer-stale-p): New fun.
15361 (dired-internal-noselect): Use dired-directory-changed-p.
15362 Eliminate revert messages.
15363 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15364
15365 2004-03-23 Kenichi Handa <handa@m17n.org>
15366
15367 * international/characters.el: Setup syntaxes for more parentheses
15368 Unicode characters.
15369
15370 * international/mule-cmds.el (select-safe-coding-system):
15371 Merge coding-system and auto-cs before comparing them.
15372
15373 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15376
15377 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15378 normal-auto-fill-function and comment-indent-function.
15379 The default values now work just as well.
15380 Don't set font-lock-beginning-of-syntax-function since we already set
15381 syntax-begin-function.
15382 (lisp-outline-level): Put ;;;###autoload at same level as (.
15383 (prin1-char): Quote special chars.
15384
15385 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
15386 than with-no-warnings.
15387
15388 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
15389 if the source location can't be found.
15390 (edebug-compute-previous-result): Use prin1-char.
15391
15392 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
15393 (debug-ignored-errors): Add an entry.
15394
15395 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
15396 (byte-compile-file): Output warning when deleting a file.
15397
15398 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
15399 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
15400
15401 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
15402 (byte-compile-inline-expand): Use backquote.
15403 (byte-optimize-pure-func): Rename from byte-optimize-concat.
15404 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
15405
15406 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
15407
15408 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
15409
15410 2004-03-22 Juri Linkov <juri@jurta.org>
15411
15412 * finder.el (finder-known-keywords): Fix data, tex, unix.
15413
15414 * play/landmark.el: Fix keywords.
15415
15416 * language/ethio-util.el (ethio-find-file): Doc fix.
15417
15418 * emacs-lisp/warnings.el: Doc fix.
15419
15420 * textmodes/ispell.el (ispell-help): Doc fix.
15421
15422 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
15423
15424 * format.el (format-insert-file): Always return a list of two
15425 elements, like insert-file-contents does.
15426
15427 2004-03-21 Andre Spiegel <spiegel@gnu.org>
15428
15429 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15430 and vc-BACKEND-diff.
15431 (vc-print-log): If the print-log implementation supports it, use
15432 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15433 (vc-version-diff, vc-diff-internal): Doc fixes.
15434
15435 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15436 implementation supports it, let diff output go to *vc*,
15437 not *vc-diff*, since this is an internal call.
15438
15439 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15440
15441 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15442
15443 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15444
15445 2004-03-21 Dave Love <fx@gnu.org>
15446
15447 * progmodes/cfengine.el (cfengine-mode):
15448 Set parse-sexp-ignore-comments.
15449
15450 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15451
15452 2004-03-21 Juanma Barranquero <lektu@terra.es>
15453
15454 * allout.el (allout-mode): Fix docstring.
15455
15456 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
15457
15458 * files.el (insert-directory): Fix bug if SWITCHES is a list.
15459
15460 * autorevert.el (auto-revert-interval): Make new value take
15461 effect immediately when set through Custom.
15462 (auto-revert-set-timer): Add interactive declaration.
15463
15464 2004-03-19 David Ponce <david@dponce.com>
15465
15466 * ruler-mode.el (ruler-mode-header-line-format-old):
15467 Don't `make-variable-buffer-local'.
15468 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15469 (ruler-mode-header-line-format): Simply funcall the above.
15470 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15471 to save/restore a previous header line format.
15472 (ruler-mode-space): Don't depend on a numeric WIDTH value.
15473 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15474 fringes and margins width.
15475 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15476
15477 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15478
15479 * log-edit.el (log-edit-font-lock-keywords): Typo.
15480
15481 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15482 (tex-send-tex-command): Rather than here.
15483 (tex-compilation-parse-errors): Simplify.
15484
15485 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15486
15487 * time.el (display-time-string-forms): Add help-echo with date on time.
15488
15489 * composite.el (compose-region): Use restore-buffer-modified-p.
15490
15491 * disp-table.el (standard-display-8bit): Simplify.
15492
15493 * server.el (server-process-filter): Delete temp frame.
15494
15495 * add-log.el (add-change-log-entry): Simplify.
15496
15497 2004-03-19 Kim F. Storm <storm@cua.dk>
15498
15499 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15500 (hexl-follow-line): Don't require 'fringe.
15501
15502 * progmodes/compile.el (compilation-start): Always set
15503 compilation-last-buffer and return it.
15504
15505 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
15506
15507 * simple.el (clone-buffer): Doc fix.
15508
15509 2004-03-18 Juanma Barranquero <lektu@terra.es>
15510
15511 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15512
15513 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15514
15515 * log-edit.el (log-edit-font-lock-keywords): New var.
15516 (log-edit-mode): Use it.
15517
15518 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
15519
15520 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15521 properly for watching in speedbar.
15522
15523 2004-03-17 Masatake YAMATO <jet@gyve.org>
15524
15525 * smerge-mode.el (smerge-popup-context-menu):
15526 Put `unwind-protect' around `overlay-put' and `popup-menu'.
15527
15528 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15531 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15532 Take sealed revisions into account.
15533 (vc-arch-checkin): Extract a summary line from the message.
15534
15535 2004-03-16 Masatake YAMATO <jet@gyve.org>
15536
15537 * register.el (register): Provide `register' feature.
15538
15539 2004-03-15 Masatake YAMATO <jet@gyve.org>
15540
15541 Added context menu support in smerge mode.
15542 Most of the part is written by Stefan Monnier.
15543
15544 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15545 New keymap and menu.
15546 (smerge-text-properties): New function.
15547 (smerge-remove-props): New function.
15548 (smerge-popup-context-menu): New function.
15549 (smerge-resolve): Call `smerge-remove-props'.
15550 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15551 (smerge-keep-current): Ditto.
15552 (smerge-kill-current): New function.
15553 (smerge-match-conflict): Put text properties.
15554 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15555
15556 2004-03-15 David Ponce <david@dponce.com>
15557
15558 * ruler-mode.el: (ruler-mode-left-fringe-cols)
15559 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15560 (ruler-mode-right-scroll-bar-cols): Remove.
15561 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15562 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15563 Use fringe-columns and scroll-bar-columns.
15564
15565 2004-03-15 Masatake YAMATO <jet@gyve.org>
15566
15567 * hl-line.el (hl-line-range-function): New variable.
15568 (hl-line-move): New function.
15569 (global-hl-line-highlight): Use `hl-line-move'.
15570 (hl-line-highlight): Ditto.
15571
15572 * scroll-bar.el (scroll-bar-columns):
15573 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15574
15575 * ruler-mode.el (top-level): Require scroll-bar and fringe.
15576 (ruler-mode-left-fringe-cols)
15577 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15578 (ruler-mode-right-scroll-bar-cols)
15579 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15580 (ruler-mode-ruler-function): New variable.
15581 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15582 if the value for `ruler-mode-ruler-function'is given.
15583
15584 * hexl.el (hexl-mode-hook): Make the hook customizable.
15585 (hexl-address-area, hexl-ascii-area): New customize variables.
15586 (hexlify-buffer): Put font-lock-faces on the address area and
15587 the ascii area.
15588 (hexl-activate-ruler): New function.
15589 (hexl-follow-line): New function.
15590 (hexl-highlight-line-range): New function.
15591 (hexl-mode-ruler): New function.
15592
15593 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
15596 (vc-default-find-file-hook): New fun.
15597 (vc-find-file-hook): Call new find-file-hook operation.
15598
15599 * vc-arch.el: New file.
15600
15601 2004-03-12 Jesper Harder <harder@ifa.au.dk>
15602
15603 * info-look.el (info-lookup): Reuse an existing Info window.
15604
15605 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15606
15607 * woman.el (woman-preserve-ascii): Default value changed to t and
15608 doc string revised.
15609
15610 2004-03-12 Richard M. Stallman <rms@gnu.org>
15611
15612 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15613 Fix minor bug.
15614
15615 * replace.el (occur-engine): Change message for count of matches.
15616
15617 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15618 For strings, do compare text properties.
15619
15620 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
15621
15622 * progmodes/compile.el (compile-auto-highlight)
15623 (compilation-error-list, compilation-old-error-list)
15624 (compilation-parse-errors-function, compilation-parsing-end)
15625 (compilation-error-message, compilation-directory-stack)
15626 (compilation-enter-directory-regexp-alist)
15627 (compilation-leave-directory-regexp-alist)
15628 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15629 (compilation-current-file, compilation-regexps): Remove vars.
15630
15631 (compile-error-at-point, compilation-error-filedata)
15632 (compilation-error-filedata-file-name, compile-reinitialize-errors)
15633 (compilation-next-error-locus, compilation-forget-errors)
15634 (count-regexp-groupings, compilation-parse-errors)
15635 (compile-collect-regexps, compile-buffer-substring): Remove funs.
15636
15637 (compile-internal): Make obsolete.
15638
15639 (compilation-first-column, compilation-error)
15640 (compilation-directory-matcher, compilation-page-delimiter)
15641 (compilation-mode-font-lock-keywords, compilation-debug)
15642 (compilation-error-face, compilation-warning-face)
15643 (compilation-info-face, compilation-line-face)
15644 (compilation-column-face, compilation-enter-directory-face)
15645 (compilation-leave-directory-face, compilation-skip-threshold)
15646 (compilation-skip-visited, compilation-context-lines): New vars.
15647
15648 (compilation-warning-face, compilation-info-face)
15649 (compilation-message-face): New faces.
15650
15651 (compilation-error-regexp-alist-alist): New constant.
15652
15653 (compilation-face, compilation-directory-properties)
15654 (compilation-assq, compilation-error-properties, compilation-start)
15655 (define-compilation-mode, compilation-loop)
15656 (compilation-set-window): New functions.
15657
15658 (compile): Additional argument for interactive compiles like TeX.
15659
15660 * progmodes/grep.el (kill-grep): Move here from compile.el
15661 (grep-error, grep-hit-face, grep-error-face)
15662 (grep-mode-font-lock-keywords): New variables.
15663 (grep-regexp-alist): Simplify regexp and add `binary' case.
15664 (grep-mode): New mode.
15665 (grep-process-setup): Simplify.
15666
15667 2004-03-11 Jason Rumney <jasonr@gnu.org>
15668
15669 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15670 letters on DOS/Windows.
15671
15672 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * server.el (server-name): New var.
15675 (server-socket-dir): New var to replace server-socket-name.
15676 (server-start): Use them.
15677
15678 2004-03-11 Simon Josefsson <jas@extundo.com>
15679
15680 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15681 died to avoid infloop. Reported by Jonathan Glauner
15682 <jglauner@sbum.org>.
15683
15684 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15687 (smerge-mode-menu): Use it to deactivate menu entries.
15688 (smerge-keep-current): New fun.
15689 (smerge-keep-current): Use it.
15690
15691 2004-03-10 John Paul Wallington <jpw@gnu.org>
15692
15693 * foldout.el (foldout-fold-list, foldout-modeline-string):
15694 Declare them as variables, not constants.
15695
15696 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15697
15698 * ps-print.el: Modification to print *Messages* buffer.
15699 (ps-print-version): New version 6.6.4.
15700 (ps-message-log-max): New fun.
15701 (ps-spool-without-faces, ps-spool-with-faces)
15702 (ps-count-lines-preprint): Code fix.
15703
15704 * printing.el: New tips in Tips section.
15705
15706 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15707
15708 * delim-col.el: Doc fix.
15709
15710 * printing.el: Doc fix. New doc section (Tips).
15711
15712 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15713
15714 * type-break.el (type-break-emacs-variant): Remove.
15715 (type-break-run-at-time, type-break-cancel-function-timers):
15716 Use fboundp rather than version name and number.
15717
15718 2004-03-09 Masatake YAMATO <jet@gyve.org>
15719
15720 * hexl.el (hexl-mode): Use `make-local-variable' instead of
15721 `make-variable-buffer-local'.
15722
15723 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
15724
15725 * find-dired.el (find-dired): Call `shell-command' instead of
15726 `start-process-shell-command'. By this, Tramp takes over
15727 handling of remote directories.
15728
15729 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15730
15731 * newcomment.el (comment-use-global-state): New var.
15732 (comment-search-forward): Use it.
15733
15734 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15735
15736 * cus-edit.el (fill) <defgroup>: Move to fill.el.
15737
15738 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15739 (enable-kinsoku): Make it a defcustom.
15740 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15741 paragraph to same-comment-start-marker.
15742
15743 2004-03-07 Dave Love <fx@gnu.org>
15744
15745 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15746 (browse-url-mail): Use it.
15747
15748 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15749 (rfc2368-unhexify-string): Use replace-regexp-in-string.
15750
15751 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15752
15753 * woman.el (woman-man.conf-path): Doc fix.
15754 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15755
15756 2004-03-07 Eli Zaretskii <eliz@gnu.org>
15757
15758 * sort.el (sort-columns): Remove ms-dos from the list of systems
15759 where the external `sort' command is not used.
15760
15761 2004-03-07 Kim F. Storm <storm@cua.dk>
15762
15763 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15764 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15765 from overlay-arrow-variable-list.
15766 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15767
15768 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
15769
15770 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15771 overlay arrow string properly for the assembler buffer.
15772
15773 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15774
15775 * mail/sendmail.el (mail-mode): Fix last change.
15776
15777 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
15778
15779 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15780 for the assembler buffer.
15781 (gdb-assembler-custom): Position the overlay arrow.
15782 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15783
15784 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15787
15788 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15789 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15790
15791 * mail/sendmail.el (mail-mode): Set comment-start-skip.
15792
15793 * newcomment.el (uncomment-region): Allow non-terminated comment.
15794 (comment-normalize-vars): Check the user-specified comstart marker.
15795
15796 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15797
15798 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15799 Otherwise, do use it if the region only contains font-lock text
15800 properties.
15801
15802 2004-03-04 Masatake YAMATO <jet@gyve.org>
15803
15804 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15805 as the callback function for eldoc.
15806 (hexl-print-current-point-info): New function.
15807 (hexl-current-address): Print the address in both decimal
15808 and hexadecimal format.
15809
15810 2004-03-04 Richard M. Stallman <rms@gnu.org>
15811
15812 * mail/rmail.el (rmail-convert-to-babyl-format):
15813 Specify t for UNIBYTE when calling mail-unquote-printable-region.
15814
15815 * mail/mail-utils.el (mail-unquote-printable-region):
15816 New arg UNIBYTE.
15817
15818 * startup.el (command-switch-alist): Doc fix.
15819
15820 * simple.el (undo): Temporarily set this-command to `undo-start',
15821 then set it to `undo' once undo-start returns without error.
15822
15823 * simple.el (minibuffer-history-sexp-flag): Doc fix.
15824
15825 * simple.el (kill-line): Don't disregard trailing whitespace
15826 in eol condition, if show-trailing-whitespace is set.
15827
15828 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15829 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15830 When disabling, restore old values only if mouse-sel-has-been-enabled.
15831
15832 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15833 (isearch-{-char): New function.
15834 (isearch-mode-map): Bind { to isearch-{-char.
15835
15836 * font-lock.el (lisp-font-lock-keywords-2):
15837 Turn off the CL with-... and do-... general patterns.
15838 Instead, recognize several specific with... and do... constructs.
15839
15840 * files.el (switch-to-buffer-other-window):
15841 Bind same-window-buffer-names and same-window-regexps to nil.
15842 (switch-to-buffer-other-frame): Likewise.
15843
15844 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15847 recognizing leading comment on code line.
15848
15849 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15852 hidden files/directories.
15853
15854 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15857 only comment-start (in case the mode hasn't set it).
15858
15859 * Makefile.in (AUTOGENEL): New var.
15860 (bootstrap-prepare): Rename from bootstrap-clean.
15861 Don't remove elc files.
15862 (maintainer-clean): New target.
15863
15864 * xml.el (xml-get-attribute-or-nil): Simplify.
15865
15866 2004-03-02 Juri Linkov <juri@jurta.org>
15867
15868 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
15869 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
15870 URL to prevent their substitution with the environment variable
15871 values by browsers.
15872
15873 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15874
15875 * ps-print.el: Doc fix.
15876 (ps-print-version): New version number (6.6.3).
15877 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
15878 Docstring fix.
15879 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
15880 before printing.
15881 (ps-time-stamp-yyyy-mm-dd): New fun.
15882 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
15883
15884 2004-03-02 Kim F. Storm <storm@cua.dk>
15885
15886 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
15887
15888 2004-03-01 Juanma Barranquero <lektu@terra.es>
15889
15890 * allout.el (allout-rebullet-heading): Fix typo in docstring.
15891
15892 * desktop.el (desktop-file-version)
15893 (desktop-after-read-hook): Fix typos.
15894 (desktop-clear-preserve-buffers): Remove redundant info in
15895 docstring already shown by the obsolescence message.
15896 (desktop-truncate, desktop-internal-v2s)
15897 (desktop-value-to-string): Change argument name to match docstring.
15898
15899 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
15900
15901 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
15902 docstring.
15903
15904 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15905
15906 * printing.el: Replace "As Is..." in PostScript file print/preview by
15907 "No Preprocessing...". Suggested by Colin Marquardt
15908 <_marquardt_@zmd.de>.
15909 (pr-insert-section-4): Adjust buffer interface.
15910
15911 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15912
15913 Version 2.0.39 of Tramp released.
15914
15915 * net/tramp.el (tramp-handle-file-local-copy)
15916 (tramp-handle-write-region, tramp-open-connection-rsh):
15917 Variable name typo. Small change. From Patrick Tullmann
15918 <tullmann@flux.utah.edu>.
15919 (tramp-process-connection-type): New variable.
15920 (tramp-maybe-open-connection): Use it.
15921 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
15922 (tramp-touch): Set last-modified time of a remote file.
15923 (tramp-handle-write-region): Say which function is used when encoding.
15924
15925 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
15926
15927 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
15928 case of non-existing filename, too. Reported by Christoph Bauer
15929 <c_bauer@informatik.uni-kl.de>.
15930 (tramp-smb-get-file-entries): The directory in question should
15931 have permissions "drwxrwxrwx". Just virtual, because we don't
15932 know the real permissions. Don't we know?
15933 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
15934 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
15935 (tramp-smb-wait-for-output): Optimize algorithm getting pending
15936 output. If it was received chunkwise, there have been problems.
15937 Remove the "prompt not found" error message; it is obvious.
15938 Simplify algorithm.
15939 (tramp-smb-process-running): Remove. Since we acknowledge the
15940 virtual prompt for shares, there's no need for distinction of
15941 reading shares (process ends afterwards) and interactive mode of
15942 smblient.
15943 (tramp-smb-open-connection): Setting process sentinel removed.
15944 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
15945 "NT_STATUS_NETWORK_ACCESS_DENIED".
15946 (tramp-smb-maybe-open-connection): Set `process-connection-type'
15947 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
15948 (top-level): Setting default value in `tramp-default-method-alist'
15949 corrected. Order of USER and HOST have been wrong.
15950 Nobody complained for months ...
15951 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
15952 (tramp-smb-open-connection): Clear password cache if login has failed.
15953
15954 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
15955 `tramp-unified-filenames'.
15956 (tramp-completion-mode): Make test for XEmacs explicitely.
15957 `event-to-character' can exists in Emacs packages too.
15958 Reported by Matt Swift <swift@alum.mit.edu>.
15959 (tramp-buffer-name): Buffer name must contain the user if exists.
15960 Reported by Adrian Phillips <a.phillips@met.no>.
15961 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
15962 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
15963 (tramp-do-copy-or-rename-file-out-of-band): Rename from
15964 `tramp-do-copy-or-rename-file-one-local', because it handles also
15965 the case both files use the same out-of-band method.
15966 Implementation added.
15967 (tramp-handle-file-local-copy, tramp-handle-write-region):
15968 Out-of-band handling removed. `copy-file' called instead, which
15969 calls `tramp-do-copy-or-rename-file-out-of-band'.
15970 (tramp-action-password): Check for out-of-band method removed.
15971 This function is used for 'login-program.
15972 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
15973 appropriate.
15974 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
15975 and `tramp-parse-sknownhosts'.
15976 (tramp-completion-function-alist): It's a defvar now, because we
15977 want to apply the optimized `tramp-set-completion-function'
15978 instead of a static list.
15979 (tramp-set-completion-function): Implementation tuned.
15980 Avoid double entries, and entries where the function or the
15981 file/directory doesn't exist.
15982 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
15983 for SSH2.
15984 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
15985 (tramp-handle-dired-compress-file): New function.
15986 (tramp-async-proc): New variable.
15987 (tramp-handle-shell-command): Adding asynchronous processes.
15988 They are far from being perfect, but it works at least for
15989 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
15990 (top-level): Require password.el if visible. Should be mandatory
15991 once No Gnus has found its way into (X)Emacs.
15992 (tramp-read-passwd): Invoke `password-read' if available,
15993 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
15994 fallback any longer.
15995 (tramp-clear-passwd): New function.
15996 (tramp-process-actions, tramp-process-multi-actions):
15997 Clear password cache if login has failed.
15998
15999 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
16000 its own module.
16001 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16002 `ange-ftp-ftp-name-res'. There could be incorrect values from
16003 previous calls in case the "ftp" method is used in the Tramp file
16004 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16005
16006 2004-02-28 Richard M. Stallman <rms@gnu.org>
16007
16008 * term.el (term-mouse-paste): Call mouse-set-point.
16009
16010 * thumbs.el: New file.
16011
16012 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16013
16014 * progmodes/ebnf-abn.el: Doc fix.
16015
16016 * progmodes/ebnf-bnf.el: Doc fix.
16017 (ebnf-repeat): Code fix.
16018
16019 * progmodes/ebnf2ps.el: Doc fix.
16020 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16021
16022 2004-02-28 Juri Linkov <juri@jurta.org>
16023
16024 * ffap.el (dired-at-point): Additional writability test for
16025 relative directory names.
16026 (dired-at-point-prompter): Treat directories as a directory, get
16027 the directory component from files.
16028 (ffap-string-at-point): Return string from region if region is active.
16029 (ffap-file-at-point): Remove redundant code.
16030
16031 2004-02-28 Kim F. Storm <storm@cua.dk>
16032
16033 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16034 Initialize margin area images to nil.
16035 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16036 (breakpoint-enabled-bitmap-face)
16037 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16038 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16039 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16040 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16041 (gdb-reset): Use gdb-remove-breakpoint-icons.
16042 (gdb-put-string): Add dprop arg to specify alternative display
16043 property (for setting fringe bitmap).
16044 (gdb-remove-strings): Doc fix.
16045 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16046 icon in fringe (if available), or else as icon or text in display
16047 margin. Creates necessary icons in breakpoint-bitmap,
16048 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16049 Also make left window margin if required.
16050 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16051 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
16052 no longer needed.
16053 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16054 gdb-put-breakpoint-icon.
16055 (gdb-assembler-mode): Don't set left-margin-width here.
16056
16057 2004-02-27 Kevin Ryde <user42@zip.com.au>
16058
16059 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16060 comma, so that it DTRT in macros.
16061
16062 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
16063
16064 * progmodes/sh-script.el (sh-shell-arg)
16065 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16066 (sh-leading-keywords, sh-other-keywords): Fix custom type.
16067
16068 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
16069
16070 * faces.el (face-spec-set-match-display): Add a new attribute,
16071 `min-colors'.
16072 (region, highlight, secondary-selection): Use `min-colors'.
16073
16074 * custom.el (defface): Add documentation for `min-colors'.
16075
16076 * font-lock.el (font-lock-comment-face, font-lock-string-face)
16077 (font-lock-keyword-face, font-lock-function-name-face)
16078 (font-lock-variable-name-face, font-lock-constant-face):
16079 Use `min-colors'.
16080
16081 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16082
16083 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16084
16085 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
16086 define assq-delete-all if it's not defined.
16087 (ebnf-generate-region): Code fix.
16088
16089 * printing.el: Doc fix.
16090 (pr-version): New version number (6.7.2).
16091 (pr-command): Return empty string if command is an empty string.
16092
16093 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16094
16095 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16096
16097 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
16098 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16099 semi-down-full. Fix a bug on productions like test = {"test"}* | (
16100 "tt" ["test"] ). Reported by Markus Dreyer
16101 <mdreyer@ix.urz.uni-heidelberg.de>.
16102 (ebnf-version): New version number (4.0).
16103 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16104 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16105 (ebnf-delete-style): New commands.
16106 (ebnf-directory, ebnf-file): New funs.
16107 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16108 (ebnf-production-name-p, ebnf-stop-on-error): New options.
16109 (ebnf-syntax-alist): New var.
16110 (ebnf-element-width): New fun replacing ebnf-list-width.
16111 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16112 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16113 (ebnf-prologue): Adjust vars.
16114 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16115 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16116 (ebnf-check-style-values, ebnf-generate-production)
16117 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16118 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16119 (ebnf-token-repeat): Code fix.
16120
16121 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
16122 %right, %left and %prec. Suggested by Matthew K. Junker
16123 <junker@alum.mit.edu>.
16124 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16125
16126 * progmodes/ebnf-iso.el: Doc fix.
16127 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16128 (ebnf-iso-lex): Code fix.
16129
16130 * progmodes/ebnf-bnf.el: Doc fix.
16131 (ebnf-bnf-lex): Code fix.
16132
16133 * progmodes/ebnf-otz.el: Doc fix.
16134
16135 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
16136
16137 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
16138 (abbrev-prefix-mark): Doc fix.
16139
16140 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
16141
16142 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16143 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16144 (gdb-var-delete): Make interactive (really).
16145 (gdb-edit-value): Make non-interactive.
16146
16147 * progmodes/gud.el (gud-speedbar-menu-items):
16148 Add gdb-var-delete and, indirectly, gdb-edit-value.
16149 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16150 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16151 (gud-gdb-marker-filter): Add comment for annotations.
16152
16153 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16154
16155 * calendar/calendar.el (generate-calendar)
16156 (calendar-read-date): Prevent display of BC calendars once more -
16157 reverts 2003-10-01 change.
16158 (generate-calendar-month): Doc fix.
16159
16160 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
16161
16162 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16163 return value of increment-calendar-month.
16164
16165 2004-02-21 Stephen Compall <s11@member.fsf.org>
16166
16167 * saveplace.el (save-place-forget-unreadable-files)
16168 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16169 (save-place-forget-unreadable-files): New function.
16170 (save-place-alist-to-file): Use it to filter out files that are
16171 no longer readable.
16172
16173 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16174 current Texinfo environment, using the same method as in
16175 `texinfo-insert-@end', and insert a space rather than a newline if
16176 point in a @table environment.
16177
16178 2004-02-21 Juri Linkov <juri@jurta.org>
16179
16180 * ffap.el (ffap-file-at-point): Try parent directories.
16181
16182 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
16183
16184 * vcursor.el (vcursor-modifiers): New defcustom.
16185 (vcursor-cs-binding): Use vcursor-modifiers instead of a
16186 hard-coded list.
16187
16188 2004-02-21 Masatake YAMATO <jet@gyve.org>
16189
16190 * play/animate.el (animate-birthday-present): Accept names other
16191 than `Sarah', too.
16192
16193 2004-02-21 Juri Linkov <juri@jurta.org>
16194
16195 * startup.el: Remove table of command line arguments from the
16196 Commentary section.
16197
16198 2004-02-20 John Wiegley <johnw@newartisans.com>
16199
16200 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16201 again" modifier from 'e' to 'E', since 'e' is also used by the
16202 "file extension" modifier.
16203
16204 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
16205
16206 * help-fns.el (describe-categories): Doc fix.
16207
16208 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16209
16210 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16211 temporary file for buffer already visiting one. This change makes
16212 output likely to be directly usable by patch program.
16213 Suggested by Adrian Aichner <adrian@xemacs.org>
16214
16215 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
16216
16217 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16218 case of variables defined in compound statements.
16219 (gdb-setup-windows, gdb-source-info, gdb-source-info):
16220 Simplify constructions using switch-to-buffer.
16221
16222 2004-02-19 Simon Josefsson <jas@extundo.com>
16223
16224 * play/morse.el: Fix typo.
16225 (morse-code): Add @.
16226
16227 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16228
16229 * calendar/appt.el (appt-display-format): Change default to
16230 'ignore, for backwards compatibility.
16231 (appt-display-message): If appt-display-format is 'ignore,
16232 respect old vars appt-msg-window and appt-visible.
16233 (appt-activate): Don't depend on return value of cancel-timer.
16234
16235 * calendar/calendar.el (calendar-holidays): Doc fix.
16236
16237 * calendar/cal-coptic.el (coptic-prompt-for-date):
16238 Use assoc-string instead of assoc-ignore-case.
16239 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16240 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16241 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16242 * calendar/cal-islam.el (calendar-goto-islamic-date)
16243 (mark-islamic-diary-entries): Ditto.
16244 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16245 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16246 (calendar-read-mayan-tzolkin-date): Ditto.
16247 * calendar/calendar.el (calendar-read-date): Ditto.
16248 * calendar/diary-lib.el (mark-diary-entries): Ditto.
16249
16250 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
16251
16252 * progmodes/executable.el (executable-command-find-posix-p):
16253 Fix choice of the directory.
16254
16255 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
16256
16257 * simple.el (interprogram-cut-function)
16258 (interprogram-paste-function, kill-new, kill-append):
16259 Doc fixes.
16260 (kill-region): Make it return nil. Doc fix.
16261 (yank-pop): Make its argument optional.
16262 (yank): Make ARG `-' equivalent to `-1'.
16263
16264 2004-02-17 Eli Zaretskii <eliz@gnu.org>
16265
16266 * mail/rmail.el (rmail-get-new-mail): Don't reference
16267 rmail-use-spam-filter if rmail-spam-filter is not loaded.
16268
16269 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
16270
16271 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
16272 if one of global-auto-revert-non-file-buffers or autorevert-mode
16273 is non-nil.
16274
16275 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16276
16277 * subr.el (delete-dups): A better implementation from Karl Heuer
16278 <kwzh@gnu.org>.
16279
16280 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16281
16282 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
16283 correct place.
16284 * progmodes/icon.el (icon-indent-command): Ditto.
16285 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
16286
16287 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16288
16289 * progmodes/grep.el (grep-compute-defaults): Undo change from
16290 2004-01-29: don't use executable-command-find-posix-p.
16291
16292 2004-02-16 Richard Sharman <rsharman@pobox.com>
16293
16294 * hilit-chg.el: Use require instead of eval-and-compile.
16295 (highlight-compare-buffers): New function.
16296
16297 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
16298
16299 * man.el (Man-fontify-manpage): Render section headings in
16300 `Man-overstrike-face' even when overstrike was not used by man
16301 formatter for section headings.
16302
16303 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
16304
16305 * rmail-spam-filter.el: (vm-use-spam-filter)
16306 (rsf-min-region-length-added-to-spam-list): New variables.
16307 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16308 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
16309 spam testing. Don't delete spam message if automatic deletion
16310 after output via variable rmail-delete-after-output is turned on.
16311 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
16312 rsf-bbdb-dont-create-entries-for-spam.
16313 (check-field): New function, extracted from code in
16314 rmail-spam-filter to ease addition of header fields like content-type.
16315 (message-content-type): New variable to check the content-type:
16316 field added, also in defcustom of rsf-definitions-alist.
16317 (rmail-spam-filter): Replace repeated test code for header fields
16318 by calls to check-field; change the call to
16319 rmail-output-to-rmail-file such that rmail-current-message stays
16320 the same to avoid wrong deletion of unseen flags.
16321 (rsf-add-contents-type): New function to convert old format
16322 of rmail-spam-definitions-alist into new one.
16323 Change prefixes of all variables and functions from
16324 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16325
16326 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16327
16328 * loadhist.el (unload-hook-features-list): New defvar.
16329
16330 2004-02-16 Dave Love <fx@gnu.org>
16331
16332 * loadhist.el (unload-feature): Doc fix. Rename flist to
16333 unload-hook-features-list.
16334
16335 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
16336
16337 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16338 cookie. Don't check if we are looking-at open-formula.
16339
16340 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
16341
16342 * subr.el (match-string-no-properties): Use substring-no-properties.
16343
16344 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16345
16346 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16347 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16348 Use lower-case "rx" in all error message.
16349
16350 2004-02-16 Dave Love <fx@gnu.org>
16351
16352 * emacs-lisp/rx.el (rx-or): Put group around result.
16353 (rx-constituents): Add backref.
16354 (rx-syntax): Add string-delimiter, comment-delimiter.
16355 (rx-categories): Add combining-diacritic.
16356 (rx-check-not, rx-greedy, rx): Doc fix.
16357 (rx-backref, rx-check-backref): New.
16358
16359 2004-02-16 Jesper Harder <harder@ifa.au.dk>
16360
16361 * newcomment.el (uncomment-region): Allow eob as comment end.
16362
16363 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16364
16365 * filecache.el: All message and error commands now use prefix
16366 "Filecache:" to make it easy to read *Messages* buffer.
16367
16368 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
16369
16370 * autorevert.el: Add support to detect changed dired and VC buffers.
16371 (auto-revert-active-p, auto-revert-list-diff)
16372 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16373 (auto-revert-handler, auto-revert-active-p): New functions.
16374 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16375 and `auto-revert-active-p'.
16376 (eval-when-compile): Defvar dired-directory and vc-mode.
16377 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16378 (auto-revert-handler-vc): New functions.
16379
16380 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16381
16382 * progmodes/compile.el (compilation-directory): New defvar.
16383 (compile): Save current directory in compilation-directory.
16384 (recompile): Bind default-directory to compilation-directory if
16385 that is non-nil.
16386
16387 2004-02-16 Dave Love <fx@gnu.org>
16388
16389 * newcomment.el (comment-insert-comment-function)
16390 (comment-region-function, uncomment-region-function): New.
16391 (comment-indent): Use comment-insert-comment-function.
16392 (uncomment-region): Use uncomment-region-function.
16393 (comment-region): Use comment-region-function.
16394
16395 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
16396
16397 2004-02-16 Richard Stallman <rms@gnu.org>
16398
16399 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
16400 loaddefs* and ldefs-boot*.
16401
16402 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16403
16404 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
16405 and email address at the beginning and end of the address.
16406
16407 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
16408 anchored at the beginning of the email address.
16409
16410 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
16411
16412 * international/ccl.el (ccl-compile-write): Pass `left' to
16413 ccl-embed-code to generate correct code of write-expr-register.
16414
16415 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
16416
16417 * progmodes/grep.el (grep-compute-defaults): Fix typos.
16418
16419 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16420
16421 * x-dnd.el: Mention support for Motif in commentary.
16422 (x-dnd-handle-drag-n-drop-event): Ditto.
16423
16424 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
16425
16426 * ses.el: Use "ses--" prefixes for buffer-local variables.
16427 Use (point-min) instead of 1, even when we know the buffer
16428 is unnarrowed.
16429 (ses-build-load-map): Delete. Distribute its content to defconst's for
16430 the three maps.
16431 (ses-menu, ses-header-line-menu): New menus.
16432 (ses-mode-map): Use them.
16433 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
16434
16435 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
16436
16437 * Makefile.in: Fix the CC Mode recompile kludge so it works
16438 when building in a different directory.
16439
16440 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
16441
16442 * simple.el (kill-new): Put yank-handler property on the entire string.
16443
16444 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * diff.el: Don't use compile any more, use diff-mode instead.
16447 (diff-regexp-alist, diff-old-file, diff-new-file)
16448 (diff-parse-differences, diff-process-setup): Remove.
16449 (diff-sentinel): New fun.
16450 (diff): Use it. Run the process ourselves.
16451 Use diff-mode for the rest of the processing.
16452
16453 * diff.el (diff): Simplify code handling `switch'.
16454
16455 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16456
16457 * pcvs-defs.el (cvs-menu): Add `tag'.
16458
16459 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
16460
16461 * simple.el (kill-append): Doc fix.
16462
16463 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16464 Adapt outline-regexp to the new conventions for commenting out code.
16465
16466 2004-02-11 John Paul Wallington <jpw@gnu.org>
16467
16468 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16469
16470 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
16471
16472 * diff.el (diff-switches): New fun.
16473 (diff, diff-backup): Use it.
16474 (diff): Clean up the args construction. Use backquote.
16475 Use listp instead of consp to avoid putting a nil arg.
16476 (diff): Add a revert-buffer function.
16477
16478 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16479
16480 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
16481 handled by x-dnd-handle-file-name.
16482 (x-dnd-known-types): Add COMPOUND_TEXT.
16483 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16484 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16485 x-dnd-empty-state.
16486 (x-dnd-forget-drop): Ditto.
16487 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16488 (x-dnd-handle-one-url): Return private when inserting text.
16489 (x-dnd-insert-ctext): New function.
16490 (x-dnd-handle-file-name): New function for FILE_NAME.
16491 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16492 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16493 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16494
16495 2004-02-10 Kenichi Handa <handa@m17n.org>
16496
16497 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16498 instead of while loop.
16499
16500 2004-02-10 Miles Bader <miles@gnu.org>
16501
16502 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16503
16504 2004-02-09 Kenichi Handa <handa@m17n.org>
16505
16506 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16507 have end-of-line.
16508
16509 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
16510
16511 * Makefile.in: Added extra dependencies in the recompile target
16512 needed to cope with the compile time macro expansions in CC Mode.
16513
16514 2004-02-09 Kim F. Storm <storm@cua.dk>
16515
16516 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16517 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16518 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16519 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16520 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16521 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16522 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16523 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16524 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16525 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16526 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16527
16528 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16531 Don't allow shrink if there's a window on our right.
16532
16533 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16534 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16535 Bring together declaration and initialization.
16536 (prolog-mode-variables): Don't set the syntax table.
16537 Don't set paragraph-start and comment-indent-function.
16538 Add /*..*/ to the comment regexps.
16539 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
16540 (prolog-mode-map): Don't bind TAB.
16541 (prolog-mode): Set the syntax table.
16542 (prolog-comment-indent): Remove.
16543 (inferior-prolog-mode-map): Initialize in the declaration.
16544 (inferior-prolog-mode-syntax-table)
16545 (inferior-prolog-mode-abbrev-table): New vars.
16546 (inferior-prolog-mode): Derive from comint-mode.
16547 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16548 minibuffer windows.
16549
16550 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16551 in file names, as long as it is unabmiguous.
16552
16553 2004-02-08 Andreas Schwab <schwab@suse.de>
16554
16555 * textmodes/reftex-toc.el
16556 (reftex-toc-load-all-files-for-promotion): Remove useless use of
16557 format. Doc fix.
16558
16559 * textmodes/refer.el (refer-find-entry-internal): Remove extra
16560 format string arguments.
16561
16562 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16563 string argument.
16564
16565 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16566
16567 * play/zone.el (zone-call): Fix format string.
16568
16569 * net/webjump.el (webjump-builtin): Add missing format string argument.
16570
16571 * midnight.el (midnight-delay-set): Remove extra format string argument.
16572
16573 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16574
16575 * hexl.el (hexl-insert-char): Add missing format string argument.
16576
16577 * format.el (format-decode): Fix format string.
16578
16579 * emulation/vi.el (vi-mode): Remove extra format string argument.
16580 (vi-repeat-last-search): Likewise.
16581 (vi-reverse-last-search): Likewise.
16582 (vi-goto-mark): Likewise.
16583 (vi-reverse-last-find-char): Likewise.
16584 (vi-repeat-last-find-char): Likewise.
16585 (vi-locate-def): Likewise.
16586
16587 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16588
16589 * ediff-util.el (ediff-toggle-read-only): Remove extra format
16590 string argument.
16591 (ediff-toggle-regexp-match): Likewise.
16592
16593 * dired-aux.el (dired-do-query-replace-regexp): Add missing
16594 format string argument.
16595
16596 * calc/calc-map.el (calc-get-operator): Remove extra format
16597 string argument.
16598
16599 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16600
16601 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16602 string argument.
16603
16604 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16605
16606 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16607
16608 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16609
16610 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16611 (cl-struct-setf-expander): Likewise.
16612
16613 * vc.el (with-vc-file): Fix unsafe uses of error.
16614 (vc-cancel-version): Likewise.
16615
16616 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
16617
16618 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16619 thousands separator; fixes <class>:<line-number> regexp for
16620 non-english locales.
16621
16622 2004-02-08 Andreas Schwab <schwab@suse.de>
16623
16624 * view.el (view-mode-enable): Revert previous change.
16625
16626 2004-02-07 Kim F. Storm <storm@cua.dk>
16627
16628 * simple.el (line-number-at-pos): Rename from line-at-pos.
16629 Uses changed (what-line and vc-annotate-warp-version).
16630
16631 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16634 (diff-mode): Remove aborted attempt at support for compile.el.
16635 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16636
16637 2004-02-06 Andreas Schwab <schwab@suse.de>
16638
16639 * view.el (view-mode-enable): Add view-mode-map to
16640 minor-mode-overriding-map-alist.
16641
16642 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16643
16644 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16645
16646 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16649 with point inside rather than after the paragraph.
16650
16651 2004-02-04 Sam Steingold <sds@gnu.org>
16652
16653 * mail/smtpmail.el (smtpmail-try-auth-methods):
16654 Do not try authentication when no mechanism is available.
16655 Pass port-name as defaultport to `netrc-machine'.
16656
16657 2004-02-04 Stephen Eglen <stephen@gnu.org>
16658
16659 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16660 to show how minibuffer height can be constrained.
16661
16662 2004-02-04 John Paul Wallington <jpw@gnu.org>
16663
16664 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16665
16666 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16667
16668 * x-dnd.el: New file for drag and drop.
16669
16670 * term/x-win.el: require x-dnd, set after-make-frame-functions
16671 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16672 drag-n-drop event.
16673
16674 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16675 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16676 (dired-dnd-handle-file): New functions for drag and drop support.
16677 (dired-mode): Initialize drag and drop if x-dnd present.
16678
16679 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16680
16681 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16682 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16683 (cperl-mode): Set fill-paragraph-function.
16684 (cperl-fill-paragraph): Make it non-interactive.
16685
16686 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
16687
16688 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16689
16690 2004-02-02 David Kastrup <dak@gnu.org>
16691
16692 * replace.el (perform-replace): Allow 'literal argument in
16693 regexp-flag to indicate literal replacement.
16694 (query-replace-regexp-eval): Use it.
16695
16696 2004-02-01 Andreas Schwab <schwab@suse.de>
16697
16698 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16699
16700 2004-02-01 Stephen Eglen <stephen@gnu.org>
16701
16702 * info-look.el: Add support for maxima-mode. Update commentary
16703 because info-lookup-symbol is now bound to C-h S.
16704
16705 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
16706
16707 * simple.el (edit-and-eval-command): Bind print-level and
16708 minibuffer-history-sexp-flag around call to read-from-minibuffer.
16709 Correct initial position in command-history.
16710
16711 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
16712
16713 * files.el (read-directory-name): Adapt the docstring to recent
16714 change in Fread_file_name.
16715
16716 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
16717
16718 * ses.el (ses-print-cell): If print format too wide for column
16719 width, truncate decimal places if that helps to avoid "#####" fill.
16720 * ses.el (ses-initial-column-width): Revert previous change.
16721
16722 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16725 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16726 Add edebug info.
16727 (jit-lock-mode): Setup/cancel the new timer.
16728 (jit-lock-context-fontify): New fun. Extracted from
16729 context fontification code of jit-lock-stealth-fontify.
16730 (jit-lock-stealth-fontify): Don't do context fontification any more.
16731
16732 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16733 (jit-lock-fontify-now): Handle the `quit' case.
16734 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16735
16736 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
16737
16738 * progmodes/executable.el (executable-command-find-posix-p):
16739 New. Check if find handles arguments Posix-style.
16740
16741 * progmodes/grep.el (grep-compute-defaults):
16742 Use executable-command-find-posix-p.
16743 (grep-find): Check `grep-find-command'.
16744
16745 * filecache.el (file-cache-find-posix-p): Delete.
16746 (file-cache-add-directory-using-find):
16747 Use `executable-command-find-posix-p'.
16748
16749 2004-01-29 Dave Love <fx@gnu.org>
16750
16751 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16752 Iterate the hook function if arg is given.
16753 (mark-defun, narrow-to-defun): Change order of finding the limits.
16754
16755 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16756 (byte-compile-format-warn): New.
16757 (byte-compile-callargs-warn): Use it.
16758 (Format, message, error): Add byte-compile-format-like property.
16759 (byte-compile-maybe-guarded): New.
16760 (byte-compile-if, byte-compile-cond): Use it.
16761 (byte-compile-lambda): Compile interactive forms,
16762 just to make warnings about them.
16763
16764 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
16765
16766 * ses.el (ses-initial-column-width): Increase to 14, so it will
16767 work well with the default printer of "%.7g" for extreme values
16768 like "-1.234567e+07".
16769
16770 2004-01-29 Kenichi Handa <handa@m17n.org>
16771
16772 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16773
16774 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
16775
16776 * dos-w32.el: Added support for the `default-printer-name' function.
16777
16778 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16779
16780 * server.el (server-socket-name): Don't use the hostname in the
16781 socket name since /tmp is local to the host anyway.
16782
16783 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16784 robust check of widening and fix var-naming.
16785
16786 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
16787
16788 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16789 or rmail-spam- to rsf- in all function and variable names.
16790 (rsf-min-region-to-spam-list): New variable.
16791 (rsf-bbdb-auto-delete-spam-entries): Rename from
16792 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
16793 scanned together with the recipients field for spam testing; Don't
16794 delete spam message if rmail-delete-after-output is non-nil;
16795 (rsf-check-field): New function, extracted from code in
16796 rmail-spam-filter to ease addition of header fields like
16797 content-type:;
16798 (message-content-type): New variable. The content-type: field was
16799 added also in defcustom of rsf-definitions-alist;
16800 (rmail-spam-filter): Replace repeated test code for header fields
16801 by calls to check-field; change the call to
16802 rmail-output-to-rmail-file such that rmail-current-message stays
16803 the same to avoid wrong deletion of unseen flags.
16804 (rmail-use-spam-filter): Add autoload cookie.
16805
16806 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
16807
16808 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
16809 (file-cache-add-directory-using-find): Add Cygwin support.
16810 (file-cache-find-command-posix-flag): New user variable.
16811
16812 * filecache.el (file-cache-add-directory): Check for
16813 directories an remove them from dir-files.
16814
16815 2004-01-27 Richard M. Stallman <rms@gnu.org>
16816
16817 * man.el (Man-fontify-manpage): Clean up message.
16818
16819 2004-01-27 Kenichi Handa <handa@m17n.org>
16820
16821 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16822 (sentence-end): Define using sentence-end-without-space.
16823
16824 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16825 a sentence ends with one of a character in sentence-end-without-space.
16826
16827 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * font-lock.el (font-lock): Add jit-lock as explicit group member.
16830 (jit-lock): Group declaration moved to jit-lock.el.
16831 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16832 when necessary.
16833
16834 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16835 (jit-lock-context-unfontify-pos): Rename from
16836 jit-lock-first-unfontify-pos.
16837 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16838
16839 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
16840
16841 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16842 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16843 (fortran-fill): When filling a string, adjust re-search-backward
16844 argument for special case of string just on fill-column.
16845 When filling non-string, allow one extra char if
16846 fortran-break-before-delimiters is non-nil.
16847 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16848 Use fortran-break-delimiters-re and fortran-no-break-re to
16849 correctly handle cases such as "**".
16850
16851 * progmodes/f90.el (f90-break-delimiters): Doc fix.
16852 (f90-no-break-re): Add some extra tokens. Doc fix.
16853
16854 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
16855
16856 * mail/rmail-spam-filter.el:
16857 Use two semicolons as Commentary line prefix.
16858 Add ";;; Code:" stylized comment.
16859 Delete end-of-line whitespace.
16860 Wrap (require 'cl) with `eval-when-compile'.
16861
16862 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
16863
16864 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
16865 at the top level of vc.el.
16866
16867 2004-01-23 Andre Spiegel <spiegel@gnu.org>
16868
16869 * vc.el (vc-current-line): Function removed. This is now done by
16870 the new function line-at-pos in simple.el.
16871 (vc-annotate-warp-version): Use line-at-pos instead of
16872 vc-current-line.
16873
16874 2004-01-22 Kim F. Storm <storm@cua.dk>
16875
16876 * simple.el (line-at-pos): New defun.
16877 (what-line): Use it. Optimize by only counting lines in narrowed
16878 region once.
16879
16880 2004-01-22 Kenichi Handa <handa@m17n.org>
16881
16882 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
16883 point (register r1) only for charset mule-unicode-0100-24ff.
16884
16885 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
16886
16887 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
16888 trailing white space and ensure a final newline.
16889
16890 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
16891 Add autoload cookie.
16892
16893 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
16894
16895 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
16896 activate view-mode explicitly.
16897
16898 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16899
16900 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
16901 use clipboard first.
16902
16903 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
16906 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
16907 (vc-mcvs-cvs): Remove.
16908 (vc-mcvs-command): Remove use of assert.
16909
16910 * outline.el (outline-insert-heading): Tighten up match.
16911 (outline-demote, outline-move-subtree-down): Don't assume anything
16912 about outline-regexp.
16913
16914 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
16915 (texinfo-show-structure): Explicitly add ^, and simplify.
16916
16917 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
16918
16919 * calendar/appt.el (appt-check): Restore usage of
16920 appt-issue-message deleted in previous change.
16921 (top-level): Activate package when loaded (needed for backwards
16922 compatibility).
16923
16924 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16925
16926 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
16927 following previous change to smtpmail-send-data.
16928
16929 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
16930
16931 * vc.el (vc-default-previous-version): Doc enhancement.
16932 (vc-default-next-version): New function.
16933 (vc-print-log): New arg FOCUS-REV.
16934 (vc-annotate-mode): Derive from view-mode.
16935 (vc-annotate): New args REVISION, DISPLAY-MODE.
16936 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
16937 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
16938 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
16939 (vc-annotate-show-diff-revision-at-line, vc-current-line)
16940 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
16941
16942 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
16943
16944 2004-01-19 Karl Berry <karl@gnu.org>
16945
16946 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
16947 or "TexInfo".
16948
16949 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
16950
16951 * subr.el (delete-dups): New function.
16952
16953 2004-01-19 Karl Berry <karl@gnu.org>
16954
16955 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
16956 with ^, since that's what texinfo-show-structure
16957 documentation says (plus it works much better in texinfo.txi).
16958
16959 2004-01-18 Jesper Harder <harder@ifa.au.dk>
16960
16961 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
16962
16963 2004-01-18 David Ponce <david@dponce.com> (tiny change)
16964
16965 * progmodes/which-func.el (which-function-mode): Don't cancel
16966 which-func-update-timer if not set.
16967
16968 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
16969
16970 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
16971 Remove spurious left square bracket in XX:XXam regexp.
16972
16973 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
16974
16975 * progmodes/cc-defs.el: Do not require cl at run time.
16976
16977 2004-01-16 Richard M. Stallman <rms@gnu.org>
16978
16979 * emacs-lisp/cl.el (cl-cannot-unload): New function.
16980 (cl-unload-hook): Defvar this to run cl-cannot-unload.
16981
16982 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
16983 Call rmail-spam-filter. Delete and expunge spam.
16984 Print number of spam messages deleted.
16985 Save and restore the deletion status of old messages when reading
16986 new mail with spam filter, so that expunging spam does not expunge
16987 msgs deleted by the user.
16988 (rmail-only-expunge): Add an optional argument dont-show to
16989 prevent showing message after expunge.
16990
16991 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
16992
16993 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
16994 * subr.el (declare): New macro.
16995
16996 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
16997
16998 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
16999
17000 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17003 Test window-system rather than system-type (for X11/Mac).
17004
17005 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
17006
17007 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17008
17009 2004-01-12 Richard M. Stallman <rms@gnu.org>
17010
17011 * mail/rmail.el (rmail-convert-to-babyl-format):
17012 Use mail-unquote-printable-region.
17013 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17014 (rmail-hex-char-to-integer): Functions deleted.
17015
17016 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17017 (mail-unquote-printable-region): New arg NOERROR.
17018 For invalid encoding, either signal an error to just return nil.
17019
17020 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17021
17022 * calendar/appt.el: Update copyright and commentary.
17023 (appt-issue-message): Make obsolete.
17024 (appt-visible, appt-msg-window): Make obsolete, in favour of
17025 appt-display-format.
17026 (appt-display-mode-line, appt-display-duration)
17027 (appt-display-diary, appt-time-msg-list, appt-mode-string)
17028 (appt-prev-comp-time, appt-display-count, appt-timer)
17029 (appt-convert-time): Doc change.
17030 (appt-disp-window-function, appt-delete-window-function):
17031 Use defcustom rather than defvar.
17032 (appt-display-format): New variable.
17033 (appt-display-message): New function with display code from appt-check.
17034 (appt-check): Add optional FORCE argument. Doc change.
17035 Add appt-make-list to diary-hook if displaying diary.
17036 Remove checking of view-diary-entries-initially.
17037 Message display section removed to new function appt-display-message.
17038 (appt-display-window): Doc change. Remove unused internal var
17039 this-buffer. Do not beep, since appt-display-message does that.
17040 (appt-make-list): Doc change. Use caar.
17041 (appt-sort-list): Simplify by using builtin sort function.
17042 (appt-update-list): New function for updating appts when diary is
17043 saved.
17044 (appt-activate): New autoloaded function to toggle package
17045 functionality.
17046
17047 * calendar/cal-x.el: (calendar-one-frame-setup)
17048 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17049
17050 * calendar/calendar.el: Update copyright.
17051 (view-diary-entries-initially, european-calendar-style): Doc change.
17052 (calendar-setup): Make defcustom rather than defvar.
17053 (mark-visible-calendar-date): Initialize temp-face and faceinfo
17054 in let binding so local to function.
17055
17056 * calendar/diary-lib.el: Update copyright.
17057 (diary, diary-entry-time): Doc change.
17058 (list-diary-entries): Doc change. Trivial logic change.
17059 (fancy-diary-display): Restore make-face command mistakenly
17060 deleted 2003-05-08.
17061 (show-all-diary-entries): Allow to pop-up frame if needed.
17062
17063 2004-01-09 John Paul Wallington <jpw@gnu.org>
17064
17065 * bindings.el (mode-line-change-eol): Add EVENT parameter.
17066 Temporarily select EVENT's window for changing eol type.
17067
17068 2004-01-09 Deepak Goel <deego@gnufans.org>
17069
17070 * calendar/diary-lib.el (diary-entry-time):
17071 Also accept time in the form XX[.XX][am/pm/AM/PM].
17072 (fancy-diary-font-lock-keywords): Likewise.
17073 (diary-font-lock-keywords): Likewise.
17074 * calendar/appt.el (appt-add): Likewise.
17075 (appt-make-list): Likewise.
17076 (appt-convert-time): Likewise.
17077
17078 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
17079
17080 * gdb-ui.el (gdb-ann3): Revert previous change.
17081 (gdb-source-info): Allow for case of where compilation directory
17082 is not recorded.
17083
17084 2004-01-08 John Paul Wallington <jpw@gnu.org>
17085
17086 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17087
17088 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
17089
17090 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17091
17092 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17093 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17094 problems.
17095 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17096
17097 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
17098
17099 * files.el (write-file-functions, write-contents-functions):
17100 Clarify docstrings.
17101
17102 2004-01-07 Kenichi Handa <handa@m17n.org>
17103
17104 * international/mule.el (set-auto-coding): Fix for the case that
17105 end-of-line is only CR.
17106
17107 2004-01-07 Kim F. Storm <storm@cua.dk>
17108
17109 * subr.el (event-start, event-end): Doc fix.
17110 (posn-string, posn-image): New defuns.
17111 (posn-object): Return either image or string object.
17112 (posn-object-x-y): Return 8th element of position.
17113 (posn-object-width-height): New defun.
17114
17115 2004-01-06 Andreas Schwab <schwab@suse.de>
17116
17117 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17118 output.
17119
17120 2004-01-05 Karl Berry <karl@gnu.org>
17121
17122 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17123 / and *, too.
17124
17125 2003-12-31 Simon Josefsson <jas@extundo.com>
17126
17127 * files.el (before-save-hook): Add.
17128 (basic-save-buffer): Use before-save-hook.
17129
17130 * emacs-lisp/copyright.el: Fix comment to recommend
17131 before-save-hook instead of write-file-functions.
17132
17133 2004-01-05 Richard M. Stallman <rms@gnu.org>
17134
17135 * finder.el (finder-commentary): Call delete-other-windows.
17136
17137 * net/ange-ftp.el (ange-ftp-file-attributes):
17138 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17139
17140 2004-01-04 Karl Berry <karl@gnu.org>
17141
17142 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17143 comment characters % and # in the copyright year notice,
17144 as well as ;.
17145
17146 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
17147
17148 * wid-edit.el (default): Define dummy :value-delete.
17149 Reported by Jesper Harder <harder@ifa.au.dk>.
17150
17151 2004-01-03 Richard M. Stallman <rms@gnu.org>
17152
17153 * progmodes/compile.el (compile-internal): Use point, not point-min,
17154 for set-window-point.
17155
17156 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17157
17158 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17159
17160 * progmodes/grep.el (grep-mode-map):
17161 Don't remap next-line, previous-line.
17162
17163 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
17164
17165 * speedbar.el (speedbar-edit-line): Change regexp to position
17166 the cursor on the first character of this line's button.
17167
17168 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
17169
17170 * subr.el (functionp): Doc fix.
17171
17172 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
17173
17174 * progmodes/idlwave.el (idlwave-make-tags):
17175 * textmodes/flyspell.el (flyspell-large-region):.
17176 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17177 * emulation/viper-util.el (viper-glob-unix-files):
17178 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17179 * man.el (Man-init-defvars):
17180 * jka-compr.el (jka-compr-call-process):
17181 * files.el (get-free-disk-space,insert-directory):
17182 * ediff-ptch.el (ediff-test-patch-utility):
17183 * ediff-diff.el (ediff-test-utility):
17184 * dired-aux.el (dired-check-process):
17185 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17186 test the return value of call-process, because it can be a string.
17187
17188 2003-12-31 John Paul Wallington <jpw@gnu.org>
17189
17190 * bindings.el (completion-ignored-extensions): Add .pfsl.
17191
17192 2003-12-31 Kim F. Storm <storm@cua.dk>
17193
17194 * ido.el (ido-nonreadable-directory-p): New defun to check for
17195 nonreadable directory without activating tramp (to avoid problems
17196 with checking incomplete tramp paths).
17197 (ido-set-current-directory, ido-file-internal)
17198 (ido-file-name-all-completions1): Use it.
17199
17200 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
17201
17202 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17203 documentation if the anchor (or node) name is preceded by `info
17204 anchor' or `Info anchor' in addition to earlier `info node' and
17205 `Info node'.
17206 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17207
17208 2003-12-30 Eli Zaretskii <eliz@gnu.org>
17209
17210 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17211 error in arguments to base64-decode-region. Remove ^M characters
17212 after decoding base64.
17213
17214 2003-12-30 Simon Josefsson <jas@extundo.com>
17215
17216 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
17217 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17218 have only been distributed with Emacs for some years.
17219 (texinfo-mode-hook): Customize.
17220
17221 2003-12-30 Eli Zaretskii <eliz@gnu.org>
17222
17223 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17224 cleaner (suggested by Richard Stallman).
17225
17226 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17227 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17228 file-name clashes on 8+3 DOS filesystems.
17229
17230 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17231 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17232 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17233 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17234 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17235 file-name clashes on 8+3 filesystems.
17236
17237 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17238 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17239 file-name clashes on 8+3 DOS filesystems.
17240
17241 2003-12-29 Richard M. Stallman <rms@gnu.org>
17242
17243 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17244 Upcase the character.
17245
17246 * textmodes/flyspell.el (mail-mode-flyspell-verify):
17247 Search for header separator alone on a line, literally,
17248 and search for it backward, not forward.
17249 (flyspell-abbrev-table): Always use global-abbrev-table
17250 if there is no local one.
17251
17252 * progmodes/sh-script.el (sh-get-indent-info):
17253 Don't move point back if at bob.
17254
17255 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
17256
17257 * play/handwrite.el (handwrite): Make the handwrite credit message
17258 a comment rather than an output command.
17259
17260 * obsolete/sc.el: Display message that this file is obsolete.
17261
17262 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
17263
17264 * mail/rfc822.el (rfc822-address-start): Declare variable.
17265 Renamed from address-start. All uses changed.
17266
17267 * term.el (term-exec): Set up sentinel.
17268 (term-sentinel): New function.
17269 (term-handle-exit): New function.
17270
17271 * subr.el (assoc-ignore-case, assoc-ignore-representation):
17272 Use assoc-string, and mark them obsolete.
17273 (delay-mode-hooks): Mark as permanent local.
17274
17275 * simple.el (sendmail-user-agent-compose): Use assoc-string.
17276
17277 * register.el (copy-rectangle-to-register): Doc fix.
17278
17279 * info.el (Info-insert-dir): Use assoc-string.
17280
17281 * info-look.el (info-lookup): Use assoc-string.
17282
17283 * frame.el (pop-up-frame-function): Use quote, not `function'.
17284 (frame-notice-user-settings): Calculate ADJUSTED-TOP
17285 copying with lists as coordinate values.
17286
17287 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
17288
17289 * find-dired.el (kill-find): New command.
17290 (find-dired): Make buffer read-only.
17291 Set up a keymap with C-c C-k running kill-find.
17292 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
17293
17294 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17295
17296 * filecache.el (file-cache-ignore-case): New variable.
17297 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
17298
17299 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
17300 (comint-dynamic-complete-as-filename): Rename local vars.
17301 (comint-dynamic-list-filename-completions): Likewise.
17302
17303 * comint.el (comint-dynamic-list-completions-config): New var.
17304 (comint-dynamic-list-completions): Handle both SPC and TAB right.
17305
17306 * comint.el (comint-file-name-chars): Add [].
17307 (comint-word): Use skip-chars-backward, not search.
17308
17309 * shell.el (shell-file-name-chars): Add [].
17310
17311 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
17312
17313 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17314
17315 * generic.el (define-generic-mode): Doc fix.
17316
17317 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17318
17319 * files.el (kill-some-buffers): Doc fix.
17320
17321 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
17322
17323 * comint.el (comint-watch-for-password-prompt): Pass `string' as
17324 arg to send-invisible
17325 (send-invisible): Doc fix. The argument is now a prompt, not the
17326 string to send.
17327 (comint-read-noecho): Doc fix.
17328
17329 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
17330
17331 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17332 "@", as required by some ISP hosting service. Fix defcustom
17333 argument syntax errors that prevented use of customization.
17334
17335 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17336
17337 * xml.el (xml-get-attribute-or-nil): Doc fix.
17338
17339 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
17340
17341 * net/zone-mode.el (zone-mode): Use write-file-functions, not
17342 write-file-hooks.
17343
17344 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
17345
17346 * autorevert.el (auto-revert-interval): Doc fix.
17347
17348 2003-12-29 Mark A. Hershberger <mah@everybody.org>
17349
17350 * xml.el (xml-get-attribute-or-nil): New function, like
17351 xml-get-attribute, but returns nil if the attribute was not found.
17352 (xml-get-attribute): Convert to defsubst, uses
17353 xml-get-attribute-or-nil.
17354
17355 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17356
17357 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17358
17359 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
17360
17361 * custom.el (custom-declare-theme): Use `value' when putting
17362 properties on `theme'.
17363
17364 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
17365
17366 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17367 for each yank-handler segment.
17368 (insert-for-yank-1): New function, with the body of the previous
17369 insert-for-yank.
17370
17371 * textmodes/table.el (table-yank-handler): New defcustom.
17372 (table--put-cell-indicator-property): Put yank-handler property
17373 that indicates the yank handler for the table cell.
17374
17375 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17376
17377 * generic-x.el (etc-modules-conf-generic-mode): A more complete
17378 set of keywords.
17379
17380 2003-12-29 Eli Zaretskii <eliz@gnu.org>
17381
17382 * international/mule-cmds.el (reset-language-environment)
17383 (set-language-environment): Don't invoke fontset-related functions
17384 if fontset-list is not fboundp.
17385
17386 2003-12-29 Kenichi Handa <handa@m17n.org>
17387
17388 * international/mule-cmds.el (reset-language-environment):
17389 Call set-overriding-fontspec-internal with nil.
17390 (set-language-environment): Call set-overriding-fontspec-internal
17391 if the language environment specify `overriding-fontspec'.
17392 (language-info-alist): Doc added.
17393
17394 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
17395 characters of mule-unicode-0100-24ff.
17396 (ccl-encode-windows-1251-font): New CCL program.
17397 ("Bulgarian"): Specify overriding-fontspec.
17398 ("Belarusian"): Likewise.
17399
17400 2003-12-28 Sam Steingold <sds@gnu.org>
17401
17402 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
17403 parameter ID-FORMAT to conform with the 2003-11-30 patch.
17404
17405 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
17406
17407 * progmodes/gud.el (gud-gdb-command-name): Set default to
17408 "gdb --annotate=3".
17409 (gud-gdb-marker-filter): Look out for annotations.
17410 (gdb-first-pre-prompt): New variable.
17411 Remove trailing white space.
17412
17413 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
17414 if necessary.
17415 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
17416 annotations are detected.
17417 (gud-gdba-marker-filter): Use global variable gud-marker-acc
17418 instead of a local one to allow transition from
17419 gud-gdb-marker-filter.
17420 Remove trailing white space.
17421
17422 2003-12-27 Kim F. Storm <storm@cua.dk>
17423
17424 * ido.el: Handle non-readable directories.
17425 (ido-decorations): Add 9th element for non-readable directory.
17426 (ido-directory-nonreadable): New dynamic var.
17427 (ido-set-current-directory): Set it.
17428 (ido-read-buffer, ido-file-internal):
17429 (ido-read-file-name, ido-read-directory-name): Let-bind it.
17430 (ido-file-name-all-completions1): Return empty list for
17431 non-readable directory.
17432 (ido-exhibit): Print [Not readable] if directory is not readable.
17433 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17434 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17435 Use it.
17436
17437 2003-12-27 Lars Hansen <larsh@math.ku.dk>
17438
17439 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17440 calls to directory-files-and-attributes and file-attributes.
17441 (ls-lisp-format): Remove system dependent handling of user and
17442 group id's.
17443
17444 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
17445
17446 * ffap.el (ffap-read-file-or-url): Revert previous change.
17447
17448 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
17449
17450 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17451 new list of included files called `files-with-node-lines', that
17452 only have node lines. This way @include commands can include any
17453 file, such as version and update files without node lines, not
17454 just files that are chapters.
17455
17456 2003-12-25 Andreas Schwab <schwab@suse.de>
17457
17458 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17459 file not found.
17460
17461 2003-12-08 Miles Bader <miles@gnu.org>
17462
17463 * dired.el (dired-between-files): Always use dired-move-to-filename,
17464 which is more robust in non-english locales.
17465
17466 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
17467
17468 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17469
17470 2003-12-24 Andreas Schwab <schwab@suse.de>
17471
17472 * shell.el (shell-file-name-quote-list): Add backslash.
17473
17474 * comint.el (comint-quote-filename): Correctly handle backslash
17475 in comint-file-name-quote-list.
17476
17477 2003-12-24 Kenichi Handa <handa@m17n.org>
17478
17479 * international/mule-cmds.el (set-default-coding-systems):
17480 Call ucs-set-table-for-input for all buffers that don't have local
17481 value of buffer-file-coding-system.
17482
17483 * international/ucs-tables.el (ucs-set-table-for-input):
17484 If translation-table-for-encode is a symbol, get its
17485 translation-table property.
17486
17487 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
17488
17489 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17490 to `completing-read' on a recently fixed bug.
17491
17492 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17493 instead of SPACE, to get the list of possible fringe modes.
17494 SPACE only works if both `partial-completion-mode' and
17495 `completion-auto-help' are nil.
17496
17497 * complete.el (PC-is-complete-p): Delete.
17498 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17499 calls to `test-completion'.
17500
17501 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
17502
17503 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17504 to edit values when there are no children.
17505
17506 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17507 a mode called "Assembler" already exists.
17508 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17509 (gud-watch): Use format option. Remove font properties from string.
17510 (gdb-var-create-handler, gdb-var-list-children-handler):
17511 Don't bother about properties as there are none.
17512 (gdb-var-create-handler, gdb-var-list-children-handler)
17513 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17514 with two arguments.
17515 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17516 Let speedbar show value changes with a different font.
17517 (gdb-edit-value): New defun.
17518 (gdb-clear-partial-output, gdb-clear-inferior-io)
17519 (def-gdb-auto-update-handler): Use erase-buffer.
17520 (gdb-frame-handler): Display watch expressions in
17521 FUNCTION::VARIABLE format if required.
17522
17523 2003-12-23 John Paul Wallington <jpw@gnu.org>
17524
17525 * info.el (Info-unescape-quotes, Info-split-parameter-string)
17526 (Info-goto-emacs-command-node): Doc fixes.
17527
17528 2003-12-12 Jesper Harder <harder@ifa.au.dk>
17529
17530 * cus-edit.el (custom-add-parent-links): Define "many".
17531
17532 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
17533
17534 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17535 (widget-child-validate, widget-type-value-create)
17536 (widget-type-default-get, widget-type-match): New functions.
17537 (lazy): New widget.
17538 (menu-choice, checklist, radio-button-choice, editable-list)
17539 (group, documentation-string): Remove redundant (per 2003-10-25
17540 change) calls to `widget-children-value-delete'.
17541 (widget-choice-value-get, widget-choice-value-inline): Remove.
17542 (menu-choice): Update widget.
17543
17544 2003-12-03 Kenichi Handa <handa@m17n.org>
17545
17546 * language/cyrillic.el: Register "microsoft-cp1251" in
17547 ctext-non-standard-encodings-alist.
17548 ("Bulgarian"): Add ctext-non-standard-encodings.
17549 ("Belarusian"): Likewise.
17550
17551 * international/mule-conf.el (compound-text-with-extensions):
17552 Change the type to 2 (iso-2022 base).
17553
17554 * international/mule.el (ctext-non-standard-encodings-alist):
17555 Change the format.
17556 (ctext-non-standard-encodings): New variable.
17557 (ctext-post-read-conversion): Fully re-written.
17558 (ctext-non-standard-designations-alist): Delete it.
17559 (ctext-non-standard-encodings-table): New function.
17560 (ctext-pre-write-conversion): Fully re-written.
17561
17562 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
17563
17564 * cus-edit.el (custom-add-parent-links): Add documentation links
17565 for parent, if the item has none of its own.
17566
17567 2003-11-30 Richard M. Stallman <rms@gnu.org>
17568
17569 * dired-aux.el (dired-do-query-replace-regexp):
17570 Report files visited read-only.
17571
17572 2003-11-30 Juri Linkov <juri@jurta.org>
17573
17574 * dired-aux.el (dired-compare-directories): New command.
17575 (dired-file-set-difference, dired-files-attributes): New functions.
17576
17577 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17578 Version 2.0.38 of Tramp released.
17579
17580 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
17581 Charles Curley <charlescurley@charlescurley.com>.
17582 (tramp-multi-connection-function-alist): Add ssht entry which adds
17583 "-e none -t -t" to the list of ssh args. Suggested by Adrian
17584 Aichner.
17585 (tramp-get-method-parameter): New function to retrieve a method
17586 parameter. This allows for omission of method parameters.
17587 Callers adjusted.
17588
17589 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
17590
17591 * net/tramp.el: Add new optional parameter ID-FORMAT to
17592 `file-attributes'. Calls of `file-attributes' won't use this
17593 parameter for backward compatibility reasons.
17594 (tramp-perl-file-attributes): Add a new parameter to Perl script
17595 in order to handle uid/gid as strings, if desired.
17596 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17597 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17598 order to make the function more general.
17599 (tramp-handle-file-attributes): Replace proprietary optional
17600 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17601 (tramp-handle-file-attributes-with-perl): Handle parameter
17602 NONNUMERIC if set. This wasn't done in the past.
17603 (tramp-post-connection): Apply second parameter "$2" if
17604 `tramp-remote-perl' is called.
17605
17606 * net/tramp-smb.el (tramp-smb-handle-delete-file):
17607 Correct cut'n'waste error (`filename' instead of `directory').
17608 (tramp-smb-handle-directory-files-and-attributes)
17609 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17610 introduced parameter ID-FORMAT.
17611 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17612 error (`directory' instead of `ldir').
17613
17614 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17615 `file-attributes' has a second parameter. If yes, apply it with
17616 value "'integer". Otherwise, don't use that parameter (default is
17617 integer format).
17618
17619 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
17620
17621 * help.el (help-map): Bind `display-local-help' to `C-h .'.
17622 (help-for-help): Add `C-h .' to the listed Help options.
17623 Remove trailing whitespace.
17624
17625 * help-at-pt.el: New file.
17626
17627 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
17628
17629 * subr.el (noreturn, 1value): New macros for test coverage.
17630 See `testcover.el'.
17631
17632 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17633
17634 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17635 for macro `1value'.
17636 (testcover-1value): New function. Checks that a 1value form
17637 actually returns only one value. Requested by RMS.
17638
17639 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
17640
17641 * gdb-ui.el (gud-watch, gdb-var-create-handler)
17642 (gdb-var-list-children, gdb-var-list-children-handler)
17643 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17644 gdb commands that use mi to keep them out of the command history.
17645
17646 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17647
17648 * cus-start.el (all): Add use-file-dialog.
17649
17650 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17653
17654 2003-11-27 Kim F. Storm <storm@cua.dk>
17655
17656 * subr.el (posn-object-x-y): New defun.
17657
17658 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
17659
17660 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17661 Don't use `space' for \\\n.
17662 Be more selective as to which # are comment-starters.
17663
17664 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
17665
17666 * subr.el (number-sequence): Improve handling of floating point
17667 arguments (suggested by Kim Storm). Allow negative arguments.
17668
17669 2003-11-26 Kenichi Handa <handa@m17n.org>
17670
17671 * international/mule-cmds.el (standard-display-european-internal):
17672 Cancel the standard-display-table setting for ` and '.
17673
17674 2003-11-26 Kim F. Storm <storm@cua.dk>
17675
17676 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17677 New defcustoms to add ffap-like functionality to ido.
17678 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
17679 (ido-no-final-slash): New defun.
17680 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17681 (ido-read-file-name): ): Toggle VC checking via
17682 vc-handled-backends instead of vc-master-templates.
17683 (ido-file-internal): Handle ido-use-url-at-point and
17684 ido-use-filename-at-point via code borrowed from ffap-guesser.
17685 Handle new ido-exit code ffap.
17686 (ido-sort-list): Ignore final slash when sorting file names.
17687
17688 2003-11-25 Kim F. Storm <storm@cua.dk>
17689
17690 * emulation/cua-base.el (cua--standard-movement-commands):
17691 Add forward-sentence and backward-sentence.
17692
17693 2003-11-25 Stephen Eglen <stephen@gnu.org>
17694
17695 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17696 iswitchb-exit is set to 'usefirst when user selects buffer at head
17697 of list using RET. (Selecting buffers at the head of the list was
17698 broken if the substring was also a complete buffername.)
17699
17700 2003-11-23 Kim F. Storm <storm@cua.dk>
17701
17702 * progmodes/compile.el (grep-command, grep-use-null-device)
17703 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17704 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17705 (grep-regexp-alist, grep-program, find-program)
17706 (grep-find-use-xargs, grep-history, grep-find-history)
17707 (grep-process-setup, grep-compute-defaults)
17708 (grep-default-command, grep, grep-tag-default, grep-find)
17709 (grep-expand-command-macros, grep-tree-last-regexp)
17710 (grep-tree-last-files, grep-tree): Move grep variables, functions
17711 and commands to new file grep.el.
17712 (compilation-mode-map): Remove grep commands from Compile sub-menu.
17713 (compilation-process-setup-function): Doc fix.
17714 (compilation-highlight-regexp, compilation-highlight-overlay): New
17715 defvars used for highlighting current compile error in source buffer.
17716 (compile-internal): New optional args HIGHLIGHT-REGEXP and
17717 LOCAL-MAP which overrides compilation-highlight-regexp and
17718 compilation-mode-map for this compilation.
17719 Delay calling compilation-set-window-height until after running
17720 compilation-process-setup-function so it can buffer-local override
17721 compilation-window-height.
17722 Check buffer-local value of compilation-scroll-output.
17723 (compilation-set-window-height): Use buffer-local value of
17724 compilation-window-height.
17725 (compilation-revert-buffer): Don't pass (undefined)
17726 preserve-modes arg to revert-buffer.
17727 (next-error-no-select, previous-error-no-select): New commands.
17728 (compilation-goto-locus): Temporarily highlight current match in
17729 source buffer using compilation-highlight-regexp.
17730
17731 * progmodes/grep.el: New file with grep code from compile.el.
17732 (grep): New defcustom group.
17733 (grep-window-height): New defcustom, like compilation-window-height.
17734 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17735 (grep-scroll-output): New defcustom, like compilation-scroll-output.
17736 (grep-command, grep-use-null-device, grep-find-command)
17737 (grep-tree-files-aliases, grep-tree-ignore-case)
17738 (grep-tree-ignore-CVS-directories): Move to grep custom group.
17739 (grep-setup-hook): New hook variable.
17740 (grep-mode-map): New keymap for grep commands. Add Grep menu.
17741 (grep-last-buffer): New defvar, override compilation-last-buffer.
17742 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
17743 Call compile-internal with args highlight-regexp and grep-mode-map.
17744
17745 2003-11-23 Kim F. Storm <storm@cua.dk>
17746
17747 * subr.el (event-start, event-end): Doc fix.
17748 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17749 (posn-area, posn-actual-col-row, posn-object): New defuns.
17750 (posn-col-row): Simplify doc. Rewrite to use cond.
17751 (posn-point): Also return buffer position for events outside text
17752 area (that info is now present in the event position).
17753
17754 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17755 mouse-set-point so that hscroll still works now that clicks on
17756 fringes generate specific mouse events.
17757 (mouse-set-point): Note that it now works in fringes and margins
17758 too due to new semantics of posn-point in fringes and margins.
17759
17760 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17761 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17762
17763 2003-11-20 Kim F. Storm <storm@cua.dk>
17764
17765 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17766 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17767 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17768 to 100 for icons to avoid increasing line height when shown.
17769
17770 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17771
17772 * newcomment.el (comment-normalize-vars): Initialize properly if
17773 comment-start was nil.
17774
17775 2003-11-19 Andreas Schwab <schwab@suse.de>
17776
17777 * simple.el (set-variable): Fix indentation.
17778
17779 2003-11-17 Kenichi Handa <handa@m17n.org>
17780
17781 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17782 Fix docstring.
17783
17784 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
17785
17786 * international/latin1-disp.el (latin1-display): Fix docstring.
17787
17788 2003-11-16 John Wiegley <johnw@newartisans.com>
17789
17790 * eshell/em-ls.el (eshell-ls-file): There are times with
17791 size-width is nil and uncomputed (when directories are created in
17792 dired, for example); in this case, 4 is reasonable default value,
17793 although it may caused skewed new entries (which could be avoided
17794 by returning the original value of 8 in all cases, but 99% of the
17795 time this is a waste of whitespace).
17796
17797 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17798
17799 * cc-engine.el (c-guess-continued-construct)
17800 (c-guess-basic-syntax): Check a little more carefully if it's a
17801 function declaration when an unknown construct followed by a block
17802 is found inside a statement context. This avoids macros followed
17803 by blocks to be taken as function declarations.
17804
17805 (c-guess-continued-construct): Change the analysis of a statement
17806 continuation with a brace open to `substatement-block', for
17807 consistency with recognized statements.
17808
17809 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17810 start is in a position so that `c-beginning-of-statement-1' jumped
17811 to the beginning of the same statement.
17812
17813 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17814 Don't accept binary operators in the arglist if we're in a function
17815 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
17816 template recognition in cases like "if (a < b || c > d)".
17817
17818 (c-restricted-<>-arglists): New more appropriate name for
17819 `c-disallow-comma-in-<>-arglists'.
17820
17821 Accessing functions updated for the variable name change.
17822
17823 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17824 match data could get clobbered if NOT-INSIDE-TOKEN is used.
17825
17826 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17827 labels.
17828
17829 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17830 instead of duplicating parts of it. This fixes bogus label
17831 recognition.
17832
17833 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17834 of checking the context in which to apply the minimum indentation,
17835 so that it isn't enforced in e.g. namespace blocks.
17836
17837 * cc-vars.el (c-inside-block-syms): New constant used by
17838 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
17839 to somewhat reduce the risk of becoming stale.
17840
17841 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17842 cc-cmds to cc-engine to allow use from cc-align.
17843
17844 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17845 qualified identifiers containing "::".
17846
17847 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17848 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17849
17850 * cc-vars.el (c-emacs-features): Use a space in front of the name
17851 of the temporary buffer. That also avoids dumping problems in
17852 XEmacs due to undo info being left around after the buffer is killed.
17853
17854 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17855 arglist to see if it's a K&R style declaration.
17856
17857 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17858 before returning `knr-argdecl-intro'.
17859
17860 2003-11-16 John Wiegley <johnw@newartisans.com>
17861
17862 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
17863 field in a long-listing always 8 characters, use `size-width',
17864 which has already been computed.
17865
17866 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
17867
17868 * subr.el (minor-mode-list): Add `hs-minor-mode'.
17869
17870 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17871
17872 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
17873 Support operation while narrowed, with `diff-restrict-view'.
17874
17875 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
17876
17877 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17878 Take additional optional arg NARROWFUN. For the generated functions:
17879 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
17880 include frags that arrange to check for and save narrowing state before
17881 the move and then conditionally call NARROWFUN after the move.
17882
17883 2003-11-14 John Wiegley <johnw@newartisans.com>
17884
17885 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
17886 that was optional, but obviously missing based on surrounding code.
17887
17888 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
17889 string arguments to numbers unless the whole argument was seen as
17890 a number.
17891
17892 2003-11-14 Kenichi Handa <handa@m17n.org>
17893
17894 * international/mule.el (ctext-non-standard-encodings-alist):
17895 Fix coding systems.
17896
17897 2003-11-10 Kenichi Handa <handa@m17n.org>
17898
17899 * language/kannada.el ("Kannada"): Add sample-text.
17900
17901 * language/knd-util.el (kannada-compose-region)
17902 (kannada-compose-string, kannada-post-read-conversion):
17903 Add autoload cookie.
17904
17905 * international/quail.el (quail-completion): Change the message
17906 "corresponding translations" to "corresponding characters".
17907
17908 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
17909
17910 * descr-text.el (describe-char): Fix typo.
17911
17912 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
17913
17914 These changes are to support Kannada language/script.
17915
17916 * Makefile.in (DONTCOMPILE): Add kannada.el.
17917
17918 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
17919
17920 * loadup.el: Preload kannada.el.
17921
17922 * language/ind-util.el (ucs-kannada-to-is13194-alist)
17923 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
17924 New variables.
17925
17926 * language/kannada.el: New file.
17927
17928 * language/knd-util.el: New file.
17929
17930 2003-11-07 Andreas Schwab <schwab@suse.de>
17931
17932 * progmodes/autoconf.el (autoconf-font-lock-keywords):
17933 Also highlight AH_*.
17934
17935 * xml.el (xml-parse-dtd): Fix misplaced paren.
17936
17937 2003-11-07 Kenichi Handa <handa@m17n.org>
17938
17939 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
17940
17941 2003-11-05 Juri Linkov <juri@jurta.org>
17942
17943 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
17944 (desktop-buffer-file): Use saved buffer-file-coding-system
17945 for file reading. Set auto-insert to nil to prevent automatic
17946 insertion into restored empty files.
17947
17948 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
17949
17950 * files.el (risky-local-variable-p): Make second argument optional.
17951
17952 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * subr.el (add-hook): Fix last change.
17955
17956 2003-11-03 Eli Zaretskii <eliz@gnu.org>
17957
17958 * mail/rmail.el (rmail-convert-to-babyl-format):
17959 If base64-decode-region signals an error, catch it and silently
17960 ignore it.
17961
17962 2003-11-01 Mark A. Hershberger <mah@everybody.org>
17963
17964 * xml.el (xml-parse-region): Allow comments to appear after the
17965 topmost element has closed.
17966 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
17967 (xml-ns-expand-attr): New functions to do namespace handling.
17968 (xml-intern-attrlist): Back-compatible handling of attribute names.
17969 (xml-parse-tag): Move namespace handling to separate functions.
17970 Now produces elements in the form ((:ns . "element") (attr-list)
17971 children) instead of ('ns:element (attr-list) children).
17972 (xml-parse-attlist): Fix attribute parsing.
17973 (xml-parse-dtd): Change parsing so that it produces strings
17974 instead of interned symbols.
17975
17976 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
17977
17978 * dired.el (dired-ls-sorting-switches): Doc fix.
17979
17980 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
17981
17982 * emacs-lisp/rx.el (rx-or): Fix the case of
17983 "(rx (and ?a (or ?b ?c) ?d))".
17984
17985 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
17986
17987 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
17988 (texinfo-format-region): Use it.
17989 (texinfo-format-buffer-1): Ditto.
17990
17991 2003-11-01 Alan Mackenzie <acm@muc.de>
17992
17993 Changes to allow scrolling whilst in isearch mode:
17994 * isearch.el (isearch-unread-key-sequence): New function,
17995 extracted from isearch-other-meta-char.
17996 (top level): (put 'foo 'isearch-scroll) on all Emacs's
17997 "scrollable" standard functions.
17998 (isearch-allow-scroll): New customizable variable.
17999 (isearch-string-out-of-window, isearch-back-into-window)
18000 (isearch-reread-key-sequence-naturally)
18001 (isearch-lookup-scroll-key): New functions.
18002 (isearch-other-meta-char): Doc string and functionality enhanced.
18003 Now accepts a prefix argument.
18004 (isearch-lazy-highlight-window-end): New variable.
18005 (isearch-lazy-highlight-new-loop): Pay attention to the window's
18006 end (thru isearch-lazy-highlight-window-end), not only its start.
18007
18008 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18009 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18010 (universal-argument, universal-argument-more, negative-argument)
18011 (digit-argument, universal-argument-other-key): Minor changes.
18012
18013 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18014
18015 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18016 recursively if the last message is deleted, thus avoiding an
18017 infinite loop.
18018
18019 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18022 (tex-main-file): Don't add .tex if the extension is already present.
18023 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18024
18025 2003-10-29 Lute Kamstra <lute@gnu.org>
18026
18027 * progmodes/octave-inf.el (inferior-octave-prompt):
18028 Recognize version number in prompt.
18029
18030 2003-10-28 Dave Love <fx@gnu.org>
18031
18032 * international/characters.el: Fix some Unicode ranges.
18033
18034 2003-10-28 Kenichi Handa <handa@m17n.org>
18035
18036 * disp-table.el (standard-display-8bit)
18037 (standard-display-default, standard-display-ascii)
18038 (standard-display-g1, standard-display-graphic)
18039 (standard-display-underline): Assure that standard-display-table
18040 is a display table.
18041
18042 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * simple.el (reindent-then-newline-and-indent): Delete space *after*
18045 reindenting the first line.
18046
18047 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
18048
18049 * wid-edit.el (widget-default-delete): Always delete child widgets.
18050
18051 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * newcomment.el (comment-indent): Don't call indent-according-to-mode
18054 if the line has code.
18055 Don't try to line up with something that's too far left.
18056
18057 * progmodes/octave-mod.el (octave-comment-start): Simplify.
18058 (octave-mode-syntax-table): Add % as a comment starter.
18059 (octave-point): Remove.
18060 (octave-in-comment-p, octave-in-string-p)
18061 (octave-not-in-string-or-comment-p, calculate-octave-indent)
18062 (octave-blink-matching-block-open, octave-auto-fill):
18063 Use line-(beginning|end)-position instead.
18064
18065 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
18066
18067 * emacs-lisp/authors.el (authors-aliases): Add correct realname
18068 for Francesco Potort\e,Al\e(B.
18069
18070 2003-10-23 Dave Love <fx@gnu.org>
18071
18072 * international/mule-cmds.el (locale-charset-to-coding-system):
18073 Don't rely on nil being a coding system.
18074
18075 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18076 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18077 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18078
18079 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
18080
18081 * gdb-ui.el (gdb-current-language): New variable.
18082 (gdb-update-flag): Remove variable.
18083 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18084 (gdb-take-last-elt): Remove function.
18085 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18086 (gdb-post-prompt): Check for variable object changes here.
18087
18088 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18089 object changes in gdb-ui.el.
18090
18091 2003-10-21 Richard M. Stallman <rms@gnu.org>
18092
18093 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18094
18095 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18096 Don't check for foo*/ wildcard form here.
18097 (insert-directory): Recognize foo*/ as a wildcard.
18098 Separate wildcard-regexp variable from the arg, wildcard.
18099
18100 * subr.el (add-hook): Correctly detect when make-local-hook was used.
18101 (remove-hook): Correctly handle strange cases about local hooks.
18102
18103 2003-10-21 David Ponce <david@dponce.com>
18104
18105 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18106 argument REAL, to return a real number instead of a rounded
18107 integer value. Define as inline function.
18108 (ruler-mode-right-fringe-cols): Likewise.
18109 (ruler-mode-scroll-bar-cols): New function.
18110 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
18111 (ruler-mode-right-scroll-bar-cols): Likewise.
18112 (ruler-mode-space): New function.
18113 (ruler-mode-ruler): Use it. Handle variations of fringe style,
18114 scroll bar mode and margins in a more robust way.
18115
18116 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
18117
18118 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18119 (antlr-c-init-language-vars): New function.
18120 (antlr-mode): Use it with cc-mode before v5.29.
18121 (antlr-c-common-init): Don't set some local vars here.
18122 (antlr-mode): Set them here.
18123 (antlr-c-forward-sws): New function alias.
18124 (antlr-mode): Redefine with cc-mode before v5.30.
18125 (antlr-skip-sexps): Use it.
18126 (antlr-skip-exception-part): Ditto.
18127 (antlr-skip-file-prelude): Ditto.
18128 (antlr-outside-rule-p): Ditto.
18129 (antlr-end-of-body): Ditto.
18130 (antlr-option-kind): Ditto.
18131 (antlr-insert-option-area): Ditto.
18132 (antlr-file-dependencies): Ditto.
18133
18134 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18135
18136 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18137 Move backward only if point was not inside an entry.
18138
18139 2003-10-21 Richard M. Stallman <rms@gnu.org>
18140
18141 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18142
18143 2003-10-21 Juri Linkov <juri@jurta.org>
18144
18145 * compare-w.el: Automatically skip non-matching text to resync.
18146 (compare-windows-whitespace): Doc fix.
18147 (compare-windows-sync, compare-windows-sync-string-size)
18148 (compare-windows-recenter, compare-ignore-whitespace)
18149 (compare-windows-highlight, compare-windows-face): New variables.
18150 (compare-windows): Use compare-windows-sync.
18151 (compare-windows-highlight, compare-windows-dehighlight)
18152 (compare-windows-sync-regexp)
18153 (compare-windows-sync-default-function): New functions.
18154
18155 2003-10-21 Juri Linkov <juri@jurta.org>
18156
18157 * diff.el (diff-parse-differences): Don't visit the files now;
18158 instead, just record the error locus.
18159
18160 2003-10-21 Dave Love <fx@gnu.org>
18161
18162 * progmodes/cfengine.el: New file.
18163
18164 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * complete.el (PC-do-completion): Do not forget to use `pred' as the
18167 default-directory when completing file names.
18168
18169 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
18170
18171 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18172 followed by the word `face', it gets treated as a face, even if
18173 it is also defined as a variable or a function.
18174
18175 2003-10-20 Dave Love <fx@gnu.org>
18176
18177 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18178 Avoid incf in macro expansion.
18179
18180 2003-10-20 John Paul Wallington <jpw@gnu.org>
18181
18182 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18183 `evenp' so we don't implicitly require cl library at runtime.
18184
18185 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
18186
18187 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18188 (help-make-xrefs): Only make cross-references for faces if
18189 preceded or followed by the word `face'. Do not make a
18190 cross-reference for variables without variable documentation,
18191 unless preceded by the word `variable' or `option'. Update doc
18192 string accordingly.
18193
18194 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
18195
18196 * progmodes/hideshow.el: Rewrite one-armed `if'
18197 constructs using either `when' or `unless'.
18198 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18199
18200 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
18201
18202 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18203 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18204 instead of 12x12.
18205
18206 2003-10-16 Eli Zaretskii <eliz@gnu.org>
18207
18208 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18209 message while converting to Babyl.
18210
18211 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
18212
18213 * allout.el (allout-mode): Doc fix.
18214
18215 2003-10-16 Lute Kamstra <lute@gnu.org>
18216
18217 * subr.el (force-mode-line-update): Fix docstring.
18218
18219 2003-10-14 Dave Love <fx@gnu.org>
18220
18221 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18222 (default-input-method): Add :link, improve :type.
18223 (locale-charset-language-names): Fix utf-8 pattern.
18224 (locale-charset-match-p, locale-charset-alist)
18225 (locale-charset-to-coding-system): New.
18226 (set-locale-environment): Deal with codeset part of locale specs.
18227
18228 2003-10-14 Lute Kamstra <lute@gnu.org>
18229
18230 * fringe.el (fringe-mode): Use active voice in docstring.
18231 (set-fringe-style): Ditto.
18232
18233 2003-10-13 Lute Kamstra <lute@gnu.org>
18234
18235 * fringe.el (fringe-mode): Fix docstring.
18236 (set-fringe-style): Ditto.
18237
18238 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
18239
18240 * ediff-mult.el (ediff-filegroup-action):
18241 Use ediff-default-filtering-regexp.
18242
18243 * ediff-util.el (ediff-recenter): Don't call
18244 ediff-restore-highlighting twice.
18245 (ediff-select-difference): Set current difference.
18246 (ediff-unselect-and-select-difference): Add comment.
18247
18248 * ediff.el (ediff-directories,ediff-directory-revisions)
18249 (ediff-directories3,ediff-merge-directories)
18250 (ediff-merge-directories-with-ancestor)
18251 (ediff-merge-directory-revisions)
18252 (ediff-merge-directory-revisions-with-ancestor):
18253 Use ediff-default-filtering-regexp.
18254
18255 2003-10-12 Andreas Schwab <schwab@suse.de>
18256
18257 * international/mule-cmds.el (locale-charset-language-names):
18258 Simplify regex by removing unused grouping.
18259
18260 2003-10-10 Dave Love <fx@gnu.org>
18261
18262 * bindings.el: Don't bind stop.
18263
18264 2003-10-08 Miles Bader <miles@gnu.org>
18265
18266 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
18267 face instead of attempting to emulate it.
18268
18269 2003-10-07 Kenichi Handa <handa@m17n.org>
18270
18271 * international/mule-diag.el (list-coding-systems-1): List coding
18272 systems that are loaded automatically.
18273
18274 * international/code-pages.el (iso-8859-11): Add autoload cookie.
18275
18276 * international/mule.el (autoload-coding-system): New function.
18277
18278 2003-10-07 Andreas Schwab <schwab@suse.de>
18279
18280 * log-edit.el (log-edit-changelog-entries): Prefer local value of
18281 change-log-default-name in the buffer visiting the file.
18282
18283 2003-10-06 Dave Love <fx@gnu.org>
18284
18285 * files.el (find-file-hook): Customize.
18286 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
18287
18288 * bindings.el (completion-ignored-extensions): Remove .log.
18289 (global-map): Add again, open, stop keys.
18290
18291 2003-10-05 Richard M. Stallman <rms@gnu.org>
18292
18293 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
18294 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
18295 Use sh-modify directly.
18296 (sh-select): Use sh-append, not eval.
18297
18298 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
18299
18300 * info.el (Info-following-node-name): New function.
18301
18302 * loadhist.el (unload-feature-special-hooks):
18303 Rename from loadhist-hook-functions.
18304 (loadhist-hook-functions): Now an alias.
18305
18306 2003-10-04 Eli Zaretskii <eliz@gnu.org>
18307
18308 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
18309 file-name clashes on 8+3 filesystems.
18310
18311 * Makefile.in (DONTCOMPILE, bootstrap-clean):
18312 Rename loaddefs-boot.el to ldefs-boot.el
18313
18314 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18315 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18316
18317 2003-10-03 Lute Kamstra <lute@gnu.org>
18318
18319 * info.el (Info-mode): Revert previous change.
18320 (Info-escape-percent): New function.
18321 (Info-fontify-node): Use it.
18322
18323 2003-10-02 Andreas Schwab <schwab@suse.de>
18324
18325 * loaddefs-boot.el: Regenerated.
18326
18327 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
18328
18329 * ffap.el: Remove defadvice related code from CVS since `complete'
18330 provides a `PC-completion-as-file-name-predicate' variable that
18331 ffap can override.
18332
18333 2003-10-02 Kenichi Handa <handa@m17n.org>
18334
18335 * international/utf-8.el (ccl-decode-mule-utf-8):
18336 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18337
18338 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18339 * international/subst-big5.el: Likewise.
18340 * international/subst-gb2312.el: Likewise.
18341 * international/subst-ksc.el: Likewise.
18342
18343 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18344
18345 * calendar/calendar.el (increment-calendar-month)
18346 (calendar-leap-year-p, calendar-absolute-from-gregorian)
18347 (generate-calendar, calendar-read-date, calendar-interval)
18348 (calendar-day-of-week): Handle years BC.
18349 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18350
18351 2003-10-01 Dave Love <fx@gnu.org>
18352
18353 * language/cyrillic.el (cp1251): Alias for windows-1251.
18354
18355 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18356 bootstrap.
18357
18358 2003-10-01 Lute Kamstra <lute@gnu.org>
18359
18360 * files.el: Fix typo.
18361 * imenu.el (imenu--generic-function): Docstring fix.
18362
18363 2003-09-30 Richard M. Stallman <rms@gnu.org>
18364
18365 * dired.el (dired-mode): Handle dired-directory as a list.
18366
18367 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
18368
18369 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18370
18371 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18372
18373 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18374 Replace gud-display with gud-watch.
18375 (gud-speedbar-buttons): Add stuff for watching expressions
18376 in the speedbar when using M-x gdba. Use dolist on old part
18377 of this function.
18378
18379 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18380 (gdb-update-flag): New variables.
18381 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
18382 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
18383 (gud-watch, gdb-var-create-handler) : New functions.
18384 (gdb-var-list-children, gdb-var-list-children-handler)
18385 (gdb-var-create-regexp, gdb-var-update-regexp)
18386 (gdb-var-list-children-regexp): New constants.
18387 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
18388 (gdb-annotation-rules): Reduce annotation set (level 3).
18389 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
18390 (gdb-post-prompt): Don't update GDB buffers every time speedbar
18391 updates.
18392 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
18393 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
18394 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
18395 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
18396 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
18397 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
18398 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
18399 (gud-display, gud-display1)
18400 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
18401 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
18402 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
18403 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
18404 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
18405 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
18406 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
18407 (gdb-display-display-buffer, gdb-toggle-display)
18408 (gdb-delete-display, gdb-expressions-popup-menu)
18409 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
18410 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
18411 to display buffer.
18412
18413 2003-09-30 Richard M. Stallman <rms@gnu.org>
18414
18415 * progmodes/ada-mode.el (ada-mode): Don't use advice.
18416 Instead, set which-func-functions.
18417
18418 * progmodes/which-func.el (which-func-modes): Add ada-mode.
18419 (which-func-functions): New variable.
18420 (which-function): Use that.
18421
18422 * info.el (Info-mode): Double each `%' in header line.
18423
18424 * emacs-lisp/lisp-mnt.el (lm-with-file):
18425 When FILE is nil, run BODY in current buffer.
18426
18427 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18428
18429 * help.el (describe-mode): Start with a brief list of minor modes.
18430 Find them thru minor-mode-list so as to find them all.
18431 Show them in alphabetical order.
18432
18433 * mail/sendmail.el (mail-aliases): Doc fix.
18434
18435 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18436
18437 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18438
18439 * mail/rmailsum.el (rmail-make-summary-line-1):
18440 Change comma after last label to a space.
18441 (rmail-summary-font-lock-keywords): Adapt to that change.
18442
18443 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
18444
18445 * progmodes/scheme.el (scheme-mode-variables): When setting
18446 `font-lock-defaults', also specify that "#" should
18447 be interpreted with `word' syntax.
18448 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18449
18450 2003-09-30 Lars Hansen <larsh@math.ku.dk>
18451
18452 * desktop.el: A lot of comments updated.
18453 (desktop-save-mode): Minor mode introduced.
18454 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18455 (desktop-load-default): Function made obsolete.
18456 (desktop-locals-to-save): Variable made customizable.
18457 (desktop-read): Optional parameter `dirname' added.
18458 (desktop-change-dir, desktop-revert): Parameter `dirname' in
18459 `desktop-read' used.
18460 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18461
18462 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
18463
18464 * whitespace.el (whitespace-clean-msg): Add user customizable message
18465 for displaying ``clean'' output.
18466 (whitespace-buffer): Use `whitespace-clean-msg'.
18467 (whitespace-global-mode): Fix typo.
18468
18469 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
18470
18471 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18472
18473 2003-09-29 Lute Kamstra <lute@gnu.org>
18474
18475 * bindings.el (mode-line-modes): Remove superfluous :propertize
18476 construct in initialization.
18477 (mode-line-position): Change cons cell into proper list in
18478 initialization.
18479
18480 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18481
18482 * international/mule.el (decode-coding-inserted-region): Use car
18483 of the return value of find-operation-coding-system.
18484
18485 2003-09-29 Kenichi Handa <handa@m17n.org>
18486
18487 * descr-text.el (describe-char): Fix previous change.
18488
18489 2003-09-28 Kenichi Handa <handa@m17n.org>
18490
18491 * descr-text.el (describe-char-display): New function.
18492 (describe-char): Pay attention to display table on describing how
18493 a character is displayed.
18494
18495 * international/mule-cmds.el (encoded-string-description):
18496 Prepend "0x" to each encoded byte.
18497
18498 2003-09-28 Andreas Schwab <schwab@suse.de>
18499
18500 * find-file.el (ff-special-constructs): Add autoload cookie.
18501
18502 2003-09-28 Kevin Ryde <user42@zip.com.au>
18503
18504 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18505 makeinfo appends to duplicate index entries.
18506
18507 2003-09-28 Eli Zaretskii <eliz@gnu.org>
18508
18509 * dired-x.el (dired-clean-tex): Doc fix.
18510
18511 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18512 using a Chinese tutorial.
18513
18514 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18515
18516 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18517 between "MAIL FROM:" and "RCPT TO:" and the following address.
18518
18519 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
18520
18521 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18522
18523 2003-09-28 David Ponce <david@dponce.com>
18524
18525 * recentf.el (recentf-initialize-file-name-history): New defcustom.
18526 (recentf-load-list): When `recentf-initialize-file-name-history'
18527 is non-nil, initialize an empty `file-name-history' with the
18528 recent list.
18529
18530 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
18531
18532 * man.el (Man-default-man-entry): Remove the leading `*' from the
18533 word at point.
18534
18535 2003-09-26 Lute Kamstra <lute@gnu.org>
18536
18537 * bindings.el (mode-line-position): Mention size indication in
18538 docstring.
18539
18540 2003-09-26 Andre Spiegel <spiegel@gnu.org>
18541
18542 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18543
18544 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18545 because it's autoloaded now.
18546
18547 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18548
18549 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18550 (sh-font-lock-keywords, sh-feature): Fix previous change of
18551 sh-feature to avoid infloop with sh-font-lock-keywords.
18552
18553 2003-09-25 Kim F. Storm <storm@cua.dk>
18554
18555 * frame.el (frame-current-scroll-bars): New defun.
18556
18557 * window.el (window-current-scroll-bars): New defun.
18558
18559 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18560
18561 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18562 cause errors when the state cache contains info on parts that have
18563 been narrowed out.
18564
18565 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18566
18567 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18568 `c-setup-paragraph-variables' has to be used when this variable is
18569 changed; it doesn't work to reinitialize the mode since that
18570 typically clobbers the variable.
18571
18572 * progmodes/cc-styles.el (c-setup-paragraph-variables):
18573 Make it interactive.
18574
18575 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18576
18577 * progmodes/cc-fonts.el (c-font-lock-declarations):
18578 Fix recognition of constructors and destructors for classes whose
18579 names are matched by `*-font-lock-extra-types'.
18580
18581 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18582 followed by an identifier in C++ then it's a type.
18583
18584 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18585
18586 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18587 problem that primarily affected XEmacs. Don't use faces to find
18588 unterminated strings since Emacs and XEmacs fontify strings
18589 differently - this function should now work better in XEmacs.
18590
18591 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18592
18593 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18594 `expand-abbrev' workaround which caused braces to misbehave inside
18595 macros.
18596
18597 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18598 handling. This bug could cause interactive font locking to bail out.
18599
18600 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18601
18602 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18603 Handle paren-style types in Pike. Also fixed some cases of
18604 insufficient handling of unbalanced parens.
18605
18606 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
18607
18608 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18609 common shell prompts that are not common filename or URL characters.
18610 (ffap-file-at-point): Use the new regexp to strip the prompts from
18611 the file names. This is an issue mostly for user prompts that
18612 don't have a trailing space and find-file-at-point is invoked from
18613 within a shell inside Emacs.
18614
18615 2003-09-24 Andre Spiegel <spiegel@gnu.org>
18616
18617 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18618 stamps numerically, rather than textually.
18619
18620 2003-09-24 Kenichi Handa <handa@m17n.org>
18621
18622 * language/devan-util.el (devanagari-post-read-conversion):
18623 * language/mlm-util.el (malayalam-post-read-conversion):
18624 * language/tml-util.el (tamil-post-read-conversion):
18625 Add autoload cookie.
18626
18627 * international/utf-8.el (utf-8-post-read-conversion):
18628 Call post-read-conversion functions for Devanagari, Malayalam,
18629 and Tamil.
18630
18631 2003-09-23 Dave Love <fx@gnu.org>
18632
18633 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18634
18635 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
18636
18637 * progmodes/gud.el (perldb): Add gud-until to list of commands.
18638 Update gud-remove.
18639
18640 2003-09-22 Richard M. Stallman <rms@gnu.org>
18641
18642 * progmodes/sh-script.el (sh-mode-default-syntax-table):
18643 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
18644 (sh-mode-syntax-table-input): New variable.
18645 (sh-require-final-newline): Don't use eval.
18646 (sh-builtins, sh-leading-keywords, sh-other-keywords)
18647 (sh-variables, sh-font-lock-keywords): Don't use eval.
18648 (sh-set-shell): When setting require-final-newline,
18649 treat value = `require-final-newline' as don't change it.
18650 Set sh-mode-syntax-table locally based on
18651 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18652
18653 * progmodes/compile.el (compile-internal):
18654 Call compilation-set-window-height before setting window start.
18655
18656 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
18657
18658 * emacs-lisp/bytecomp.el (byte-compile-log-file):
18659 Clear out byte-compile-last-warned-form.
18660
18661 2003-09-22 Richard M. Stallman <rms@gnu.org>
18662
18663 * woman.el (woman-file-name, woman-follow-word):
18664 If current-word returns nil, use "".
18665
18666 * simple.el (eval-expression): Bind standard-output in to-buffer case.
18667
18668 2003-09-22 Richard M. Stallman <rms@gnu.org>
18669
18670 * emacs-lisp/lisp-mnt.el (lm-with-file):
18671 Don't visit the file, just use insert-file-contents in temp buffer.
18672
18673 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
18674
18675 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18676 Add surrounding \\( and \\) around the header, as in
18677 for lm-history-header 'Change Log\\|History'.
18678
18679 2003-09-22 John Paul Wallington <jpw@gnu.org>
18680
18681 * progmodes/ld-script.el: Add Commentary section,
18682 minor cleanup of file header.
18683 (ld-script-font-lock-keywords): Doc fix.
18684 (toplevel): Provide `ld-script' feature.
18685
18686 2003-09-21 Kim F. Storm <storm@cua.dk>
18687
18688 * scroll-bar.el (set-scroll-bar-mode): Initialize to
18689 new built-in variable default-frame-scroll-bars.
18690 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18691 scroll-bar-mode; notably, use it instead of t when we toggle
18692 scroll-bars on.
18693 (toggle-scroll-bar): Use default-frame-scroll-bars.
18694
18695 2003-09-19 Masatake YAMATO <jet@gyve.org>
18696
18697 * pcvs.el (cvs-do-removal): Change the prompt depending on
18698 `filter' value.
18699
18700 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18701
18702 * startup.el (command-line-1): Stop startup-echo-area-message
18703 being hidden by "Loading image..." message.
18704 (use-fancy-splash-screens-p, display-splash-screen):
18705 Move display-graphic-p test from latter to former.
18706
18707 * progmodes/sh-script.el (sh-font-lock-keywords):
18708 Highlight escaped EOLs differently from other backslash constructs.
18709
18710 2003-09-19 Richard M. Stallman <rms@gnu.org>
18711
18712 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18713 New functions.
18714 (edebug-enter, edebug-outside-excursion): Use them.
18715
18716 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18717 Fix the condition for whether to print "In WHERE".
18718
18719 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
18720
18721 * finder.el (finder-mode-hook): New variable.
18722 (finder-mode): Run hook finder-mode-hook
18723
18724 2003-09-18 Masatake YAMATO <jet@gyve.org>
18725
18726 * progmodes/ebrowse.el: Fix broken magic autoload comments.
18727
18728 2003-09-17 Mario Lang <mlang@delysid.org>
18729
18730 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18731 "p %e" to actually print the value in the GUD buffer.
18732
18733 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
18734
18735 From David Ponce <david.ponce@wanadoo.fr>:
18736 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18737 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18738 from loaddefs-boot.el if necessary.
18739
18740 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
18741
18742 * progmodes/gud.el (gud-find-class): Make jdb work again since
18743 cc-mode changed the syntactic information.
18744
18745 2003-09-15 David Ponce <david@dponce.com>
18746
18747 * recentf.el: (recentf-exclude): Accept predicates too.
18748 (recentf-file-readable-p): New function.
18749 (recentf-include-p): Handle predicates in recentf-exclude.
18750 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
18751 (recentf-cleanup): Likewise.
18752 (recentf-save-list): Use write-file to handle backup of
18753 recentf-save-file.
18754
18755 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
18756
18757 * loaddefs-boot.el: Renamed from `loaddefs.el'
18758 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18759 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18760 necessary.
18761
18762 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
18763
18764 * electric.el (Electric-pop-up-window): For the `one-window' case,
18765 no longer disconcertingly move point in the original buffer.
18766
18767 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18768
18769 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18770
18771 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
18772
18773 * dired.el (dired-mode-map): Fix typo.
18774
18775 2003-09-11 Richard M. Stallman <rms@gnu.org>
18776
18777 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18778
18779 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18780
18781 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18782 the function is less noisy. Now only `kill-buffer' can ask questions.
18783
18784 2003-09-10 Mario Lang <mlang@delysid.org>
18785
18786 * battery.el: Update Commentary and Copyright.
18787 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18788 appear due to wrong ordering of the expressions in `or'.
18789
18790 2003-09-09 Lute Kamstra <lute@gnu.org>
18791
18792 * misc.el (upcase-char): Fix docstring.
18793 (zap-up-to-char): New command.
18794
18795 2003-09-08 David Ponce <david@dponce.com>
18796
18797 Ensure that recentf correctly updates the menu bar.
18798 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18799 (recentf-menu-bar): New function.
18800 (recentf-clear-data): Use it
18801 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
18802 of easy-menu-change.
18803
18804 2003-09-08 Lute Kamstra <lute@gnu.org>
18805
18806 * simple.el (size-indication-mode): New.
18807 * bindings.el (mode-line-position): Add buffer size indicator.
18808
18809 2003-09-04 Mario Lang <mlang@delysid.org>
18810
18811 * battery.el (battery-linux-proc-acpi): New function.
18812 (battery-status-function): Modify default value calculation to also
18813 check for availability of ACPI.
18814 (battery-echo-area-format): Ditto.
18815 (battery-mode-line-format): Ditto.
18816
18817 2003-09-06 Dave Love <fx@gnu.org>
18818
18819 * ielm.el (ielm-mode-hook): Add :options.
18820
18821 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18822 (eldoc-print-current-symbol-info): Use it.
18823
18824 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
18825
18826 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18827 being displayed in GUD buffer.
18828 (gdb-idle-input-queue): Remove var. Use just one queue.
18829 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18830 Remove functions. Use just one queue.
18831 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18832 (gdb-invalidate-assembler, gdb-get-current-frame):
18833 Modify functions. Use just one queue.
18834
18835 2003-09-04 Dave Love <fx@gnu.org>
18836
18837 * cus-start.el: Add blink-cursor-alist.
18838
18839 * ruler-mode.el (ruler-mode-fill-column-char)
18840 (ruler-mode-current-column-char): Use char-displayable-p,
18841 not window-system.
18842
18843 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18844
18845 * language/european.el (windows-1252): Move from code-pages.
18846
18847 * language/cyrillic.el ("Windows-1251"): Delete.
18848 ("Bulgarian", "Belarusian"): Remove `features'.
18849 (windows-1251): Move from code-pages.
18850
18851 * international/mule-diag.el (non-iso-charset-alist):
18852 Remove `codepage' stuff.
18853 (print-designation, list-coding-systems-1): Output fixes.
18854
18855 * international/code-pages.el (cp-make-translation-table)
18856 (cp-valid-codes): Made defsubsts.
18857 (cp-fix-safe-chars): Delete.
18858 (mule-diag): Don't require.
18859 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18860 (top-level): Check for defined coding system when defining
18861 cp... aliases. Change w32-add-charset-info test to avoid warning.
18862 (non-iso-charset-alist): Defvar when compiling.
18863 (cp-make-coding-system): Doc fix.
18864
18865 2003-09-02 Jason Rumney <jasonr@gnu.org>
18866
18867 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
18868 line-ends from CVS before doing conversion.
18869
18870 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
18871
18872 * calendar/diary-lib.el (diary-header-line-flag)
18873 (diary-header-line-format): New variables.
18874 (list-diary-entries): Use them to set header line in simple diary.
18875
18876 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
18877 other than font-lock-string-face to highlight backslashes.
18878
18879 2003-09-01 Jason Rumney <jasonr@gnu.org>
18880
18881 * international/titdic-cnv.el (tit-read-key-value): Include \r in
18882 regexp.
18883
18884 2003-09-01 Dave Love <fx@gnu.org>
18885
18886 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
18887
18888 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
18889 and :help; also line and column numbers labels.
18890
18891 * international/mule-util.el (char-displayable-p): Move from
18892 latin1-disp, rename and autoload.
18893
18894 * international/latin1-disp.el (latin1-char-displayable-p):
18895 Now obsolete alias. Replace uses with char-displayable-p.
18896 (latin1-display-ucs-per-lynx): Fix last change.
18897
18898 * international/mule-cmds.el (standard-display-european-internal):
18899 Don't use char code for Latin-1 NBSP.
18900 <XFree86 4>: Unfrob NBSP display table. Set display table to use
18901 U+2018, U+2019 for `'.
18902 (select-safe-coding-system): Message fix.
18903
18904 2003-09-01 Kenichi Handa <handa@m17n.org>
18905
18906 * international/fontset.el (setup-default-fontset): For Thai
18907 font, specify "*" family.
18908
18909 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18910
18911 * progmodes/compile.el (previous-error): Accept a prefix
18912 argument, similarly to next-error.
18913
18914 2003-08-31 Masatake YAMATO <jet@gyve.org>
18915
18916 * pcvs.el (cvs-do-removal): Use = instead of eq to check
18917 the number of files. Bind the number of files to a local
18918 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
18919
18920 2003-08-30 Eli Zaretskii <eliz@gnu.org>
18921
18922 * vc-hooks.el (vc-make-version-backup): Fix the change made on
18923 2003-07-26: msdos-long-file-names is a function, not a variable.
18924
18925 2003-08-29 Richard M. Stallman <rms@gnu.org>
18926
18927 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
18928 Do nothing with mail-personal-alias-file if it is nil.
18929
18930 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
18931 Do nothing if mail-personal-alias-file is nil.
18932
18933 * term.el (term-exec-1): Bind coding-system-for-read.
18934
18935 * dired.el (dired-mouse-find-file-other-window):
18936 Use dired-view-command-alist here, as in dired-view-file.
18937 (dired-view-command-alist): Use %s to substitute file name.
18938 Handle .ps_pages, .eps, .jpg, .gif, .png.
18939
18940 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
18941
18942 * info.el (Info-mode-map): Bind S-tab and <backtab> to
18943 `Info-prev-reference', instead of M-tab.
18944
18945 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
18946
18947 * simple.el (blink-matching-open): Work correctly on chars that
18948 are designated as parens through the syntax-table text property.
18949
18950 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
18951
18952 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
18953 line break position in the middle of a non-kinsoku (e.g. latin)
18954 word, making it skip until either a space or a character with
18955 category "|".
18956 (kinsoku-longer): Test for end of buffer.
18957
18958 2003-08-28 Eli Zaretskii <eliz@gnu.org>
18959
18960 * mail/rmail.el (rmail-convert-to-babyl-format):
18961 Detect quoted-printable- and base64-encoded messages and decode them
18962 automatically. Set the message's encoding from the charset=
18963 header, if any. Decode base64-encoded messages in Mail format as well.
18964
18965 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18966
18967 * mail/smtpmail.el: Fix previous change.
18968 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
18969 calling smtpmail-via-smtp.
18970 (smtpmail-via-smtp): Add fall-back values for envelope-from.
18971
18972 2003-08-26 John Paul Wallington <jpw@gnu.org>
18973
18974 * image.el (image-jpeg-p): Don't search beyond length of data.
18975
18976 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18977
18978 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
18979 misfeature in `expand-abbrev' which caused electric keywords like
18980 "else" to disappear if an open brace was typed directly afterwards.
18981
18982 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18983
18984 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
18985 mandatory in `define-widget'.
18986
18987 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
18988 Don't align the operators "!=", "<=" and ">=" as assignment operators.
18989
18990 (c-assignment-operators): New language constant that only contains
18991 the assignment operators.
18992
18993 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
18994
18995 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
18996
18997 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18998 Safeguard against unbalanced sexps.
18999
19000 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
19001
19002 * version.el (emacs-version): Check for gtk. Include gtk version info.
19003
19004 2003-08-25 John Paul Wallington <jpw@gnu.org>
19005
19006 * man.el (Man-default-man-entry): Don't whizz past the section
19007 number before looking for it.
19008
19009 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
19010
19011 * progmodes/gud.el (gud-display-line): Don't set window-point if
19012 source buffer is not visible. (Only happens with M-x gdba.)
19013
19014 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19015 documentation.
19016 (gdb-source, gdb-source-info): Update to assembler unnecessary
19017 as its done after each GDB command anyway.
19018 (gdb-pre-prompt): Use with-current-buffer.
19019 (gdb-insert-field): Add help-echo text.
19020 (gdb-invalidate-assembler): Re-display of assembler now done in
19021 gdb-info-breakpoints-custom.
19022 (gdb-info-breakpoints-custom): Force re-display of assembler to
19023 happen *after* update of breakpoints buffer.
19024 (gdb-display-source-buffer): Don't choke if gdb-source-window
19025 isn't visible.
19026 (gdb-put-string, gdb-put-arrow): Remove free variables.
19027
19028 2003-08-24 John Paul Wallington <jpw@gnu.org>
19029
19030 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19031
19032 * man.el (Man-default-man-entry): Strip text properties when
19033 snarfing parts of entry because `format' preserves properties.
19034
19035 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19036
19037 * files.el (file-newest-backup): Use `expand-file-name'.
19038
19039 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19040 Allow the diary to pop up a new frame, if needed.
19041
19042 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19043 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19044 (smtpmail-send-it): Make treatment of envelope-from consistent with
19045 sendmail.el.
19046
19047 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19048 (sh-leading-keywords): Add the bash `time' reserved word.
19049 (sh-variables): Add some bash variables.
19050 (sh-add-completer): Fix nil branch of case statement.
19051
19052 2003-08-24 Masatake YAMATO <jet@gyve.org>
19053
19054 * progmodes/ld-script.el: New file.
19055
19056 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
19057
19058 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19059
19060 2003-08-23 Andre Spiegel <spiegel@gnu.org>
19061
19062 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19063 Better explain obsolescence, and what to use instead.
19064
19065 2003-08-23 Masatake YAMATO <jet@gyve.org>
19066
19067 * pcvs.el (cvs-do-removal): Show the deleted file name
19068 on the prompt.
19069
19070 2003-08-20 Dave Love <fx@gnu.org>
19071
19072 * international/mule.el (make-coding-system)
19073 (set-buffer-file-coding-system): Doc fix.
19074
19075 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19076
19077 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19078
19079 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19080
19081 * international/utf-16.el: Add mime-text-unsuitable coding system
19082 properties.
19083
19084 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19085
19086 * cus-edit.el: Add some :links.
19087 (bib): Remove.
19088
19089 * textmodes/bib-mode.el (bib): Add :group external.
19090
19091 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
19092
19093 * wid-edit.el (widget-echo-help): Make it handle expressions that
19094 evaluate to strings.
19095
19096 2003-08-18 Michael Mauger <mmaug@yahoo.com>
19097
19098 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
19099
19100 Simplify selection of SQL products to define highlighting and
19101 interactive mode. Includes detailed instructions on adding
19102 support for new products.
19103
19104 * progmodes/sql.el (sql-product): New variable. Identifies SQL
19105 product for use in highlighting and interactive mode.
19106 (sql-interactive-product): New variable. SQL product for
19107 sql-interactive-mode.
19108 (sql-product-support): New variable. Specifies product-specific
19109 parameters to drive highlighting and interactive mode.
19110 (sql-imenu-generic-expression): Add more object types.
19111 (sql-sqlite-options): Correct comment.
19112 (sql-ms-program): Use "osql" rather than "isql".
19113 (sql-prompt-regexp, sql-prompt-length): Update comment.
19114 (sql-mode-menu): Add "Start SQLi session" entry.
19115 Replace Highlighting submenu with Product menu. Fix Send Region entry.
19116 (sql-mode-abbrev-table): Add abbreviations. Support of
19117 SYSTEM-FLAG on define-abbrev. Support was removed with last
19118 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19119 (sql-mode-font-lock-object-name): Add font-lock pattern for object
19120 names.
19121 (sql-mode-ansi-font-lock-keywords): Set as default value.
19122 (sql-mode-oracle-font-lock-keywords): Set as default value.
19123 Support Oracle 9i keywords.
19124 (sql-mode-postgres-font-lock-keywords): Set as default value.
19125 (sql-mode-linter-font-lock-keywords): Set as default value.
19126 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
19127 SQLServer 2000.
19128 (sql-mode-sybase-font-lock-keywords)
19129 (sql-mode-interbase-font-lock-keywords)
19130 (sql-mode-sqlite-font-lock-keywords)
19131 (sql-mode-strong-font-lock-keywords)
19132 (sql-mode-mysql-font-lock-keywords)
19133 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
19134 keywords.
19135 (sql-mode-font-lock-defaults): Update comment.
19136 (sql-product-feature): New function. Returns feature associated
19137 with a product from `sql-product-support' alist.
19138 (sql-product-font-lock): New function. Set font-lock support
19139 based on `sql-product'.
19140 (sql-add-product-keywords): New function. Add font-lock rules to
19141 product-specific keyword variables.
19142 (sql-set-product): New function. Set `sql-product' and apply
19143 appropriate font-lock highlighting.
19144 (sql-highlight-product): New function. Set font-lock support
19145 based on a product. Also set mode name to include product name.
19146 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19147 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19148 Use `sql-set-product'.
19149 (sql-highlight-ms-keywords)
19150 (sql-highlight-sybase-keywords)
19151 (sql-highlight-interbase-keywords)
19152 (sql-highlight-strong-keywords)
19153 (sql-highlight-mysql-keywords)
19154 (sql-highlight-sqlite-keywords)
19155 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
19156 (sql-get-login): Prompt in the same order as the tokens.
19157 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19158 (sql-product-interactive): New function. Common portions of
19159 product-specific interactive mode wrappers.
19160 (sql-interactive-mode): Rewritten to use product features.
19161 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19162 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19163 (sql-db2, sql-linter): Use `sql-product-interactive'.
19164 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19165 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19166 (sql-connect-ingres, sql-connect-postgres)
19167 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19168 New functions. Format command line parameters and invoke comint on
19169 the appropriate interpreter. Code was in the corresponding
19170 `sql-xyz' function before.
19171 (sql-connect-ms): New function. Support -E argument to use
19172 operating system credentials for authentication.
19173
19174 2003-08-18 Kenichi Handa <handa@m17n.org>
19175
19176 * international/mule.el (encode-char): Fix for the ASCII case.
19177
19178 2003-08-15 Kenichi Handa <handa@m17n.org>
19179
19180 * international/fontset.el (setup-default-fontset): Change "*" to
19181 nil in the specifications of font family.
19182
19183 2003-08-18 Kim F. Storm <storm@cua.dk>
19184
19185 * kmacro.el (kmacro-keymap): Group related bindings in
19186 initialization for clarity. Bind C-s to start macro.
19187 Remove C-r binding.
19188 (kmacro-initial-counter-value): New defvar to hold initial counter
19189 value in case we set the value before defining a macro.
19190 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19191 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19192 not defining or executing macro. Doc fix.
19193 (kmacro-add-counter): Clear kmacro-initial-counter-value.
19194 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19195 temporarily view older elements on the macro ring without cycling
19196 the ring.
19197 (kmacro-display): Doc fix.
19198 (kmacro-exec-ring-item): New helper function.
19199 (kmacro-call-ring-2nd): Use it.
19200 (kmacro-call-ring-2nd-repeat): Doc fix.
19201 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19202 (kmacro-end-or-call-macro): Execute last viewed macro (using
19203 kmacro-exec-ring-item) from ring if this follows
19204 kmacro-view-macro. This allows us to find a macro on the ring
19205 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19206 the ring to bring it to the head of the ring.
19207 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19208 Allow binding to reserved keys without specifying C-x C-k prefix.
19209 Ask for confirmation if entered key sequence is already bound to
19210 a non-macro command.
19211 (kmacro-view-macro): Repeating command will show older elements
19212 on the macro ring; C-k will execute the last viewed macro.
19213 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
19214 property from 'ring to 'head.
19215
19216 2003-08-17 Alan Shutko <ats@acm.org>
19217
19218 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19219 keeping December out of the alist.
19220
19221 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
19222
19223 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19224 * calendar/calendar.el (calendar-mode-map): Bind it to key.
19225 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19226 (calendar-flatten): New function.
19227 (calendar-mouse-view-other-diary-entries)
19228 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19229 in the menu title and to show multi-line diary entries correctly
19230 in the menu.
19231
19232 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
19233
19234 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19235 defcustom, because the default was recently changed.
19236
19237 2003-08-16 Richard M. Stallman <rms@gnu.org>
19238
19239 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19240
19241 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19242 New subroutine, broken out of eval-last-sexp-1.
19243 (eval-last-sexp-1): Use eval-last-sexp-print-value.
19244
19245 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19246
19247 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
19248
19249 * simple.el (eval-expression): Use eval-last-sexp-print-value.
19250
19251 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
19252
19253 * progmodes/compile.el (compilation-error-regexp-alist):
19254 Add Java ANt error detection as described in document
19255 http://ant.apache.org/faq.html
19256
19257 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
19258
19259 * simple.el (backward-word, forward-to-indentation)
19260 (backward-to-indentation): Argument changed to optional.
19261 (next-line, previous-line): Use `or' instead of `unless'.
19262
19263 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19264
19265 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
19266 instead of a constant.
19267
19268 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
19269
19270 * shell.el (shell): With prefix-arg, suggest a new buffer name.
19271
19272 2003-08-12 Andre Spiegel <spiegel@gnu.org>
19273
19274 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
19275 (vc-sccs-workfile-version): Search the entire delta table, rather
19276 than just the first entry, because that might be a deleted version.
19277
19278 2003-08-11 Karl Fogel <kfogel@red-bean.com>
19279
19280 * menu-bar.el (menu-bar-options-menu): Supply a body for the
19281 [save-place] binding in the Options menu. Have it require
19282 'saveplace' and then toggle the variable manually, to avoid an an
19283 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
19284 for the bug report.
19285
19286 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
19287
19288 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
19289 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
19290 (gdb-info-threads-custom): Add help-echo text.
19291 (gdb-display-back): Don't use purecopy.
19292 (gdb-info-breakpoints-custom, gdb-reset)
19293 (gdb-assembler-custom): Use display-images-p to test if breakpoint
19294 icons can be displayed.
19295
19296 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
19297
19298 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
19299
19300 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
19301
19302 * bookmark.el (bookmark-completing-read):
19303 Return a string, instead of a list of one string.
19304 Use a popup menu if activated from the mouse.
19305 (bookmark-edit-annotation): Remove unused vars.
19306 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
19307 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
19308 to bookmark-completing-read.
19309 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
19310 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
19311 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
19312 and erase-buffer.
19313 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19314 (bookmark-menu-jump, bookmark-menu-insert)
19315 (bookmark-popup-menu-and-apply-function)
19316 (bookmark-menu-popup-paned-bookmark-menu): Remove.
19317 (bookmark-menu-build-paned-menu): Remove by folding it into
19318 bookmark-menu-popup-paned-menu.
19319 (menu-bar-bookmark-map): Move the define-key statements here.
19320 Use the "non-menu" commands since they now pop up a menu if needed.
19321 (bookmark-exit-hook-internal): Simplify.
19322
19323 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
19324
19325 * reftex-toc.el (reftex-toc-rename-label): New function.
19326 (reftex-toc-check-docstruct): New function.
19327
19328 * reftex.el (reftex-region-active-p): New function.
19329
19330 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19331 regexp to find the \bibliography macro.
19332
19333 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19334 which does not exist in LaTeX.
19335 (reftex-cite-format-builtin): Added amsrefs support.
19336 (reftex-toc-confirm-promotion): New option
19337
19338 * reftex-toc.el
19339 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19340 (reftex-toc-demote, reftex-toc-promote)
19341 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19342 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19343 (reftex-toc-newhead-from-alist)
19344 (reftex-toc-load-all-files-for-promotion): New functions.
19345 (reftex-toc-help): Added description of new keys.
19346 (reftex-toc-split-windows-fraction): New option.
19347 (reftex-recenter-toc-when-idle): Search *toc* window on all
19348 visible frames.
19349 (reftex-toc): Additional parameter REUSE
19350 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
19351 with REUSE argument.
19352 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19353 the call of `reftex-toc'.
19354 (reftex-make-separate-toc-frame): New function .
19355 (reftex-toc-recenter): When called with triple prefix arg, call
19356 `reftex-make-separate-toc-frame' first.
19357 (reftex-toc-toggle-dedicated-frame): New command.
19358 (reftex-toc-quit): Adapted to delete frame when called in
19359 dedicated frame.
19360
19361 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19362 all enclosing macros.
19363
19364
19365 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19366
19367 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19368 first use.
19369
19370 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19371
19372 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19373
19374 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19375
19376 * calendar/calendar.el (list-diary-entries-hook)
19377 (diary-display-hook, nongregorian-diary-listing-hook)
19378 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19379 Add some customize options for these hooks.
19380 (calendar-abbrev-construct): Don't try to take a substring longer
19381 than the original string.
19382
19383 2003-08-05 Richard M. Stallman <rms@gnu.org>
19384
19385 * emacs-lisp/testcover.el (noreturn): Report error if does return.
19386 (testcover-reinstrument-clauses): Doc fix.
19387
19388 * emacs-lisp/warnings.el: Doc fixes, args renamed.
19389 (warning-type-format): Rename from warning-group-format.
19390
19391 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
19392 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
19393 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
19394 to prevent warnings about defvar for an obsolete variable.
19395
19396 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
19397 warning-group-format renamed to warning-type-format.
19398
19399 * subr.el (read-passwd): Use clear-string instead of fillarray.
19400
19401 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
19402 Use vconcat instead of concat.
19403 (edmacro-sanitize-for-string): New function.
19404
19405 2003-08-05 Dave Love <fx@gnu.org>
19406
19407 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
19408 line-number-display-limit-width.
19409
19410 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
19411
19412 2003-08-05 Kenichi Handa <handa@m17n.org>
19413
19414 * international/code-pages.el: Don't require mule-diag.
19415
19416 * international/mule-diag.el (non-iso-charset-alist):
19417 Add autoload cookie.
19418
19419 * language/devan-util.el (dev-glyph-order): Add an entry for the
19420 glyph code #xC4.
19421
19422 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19423
19424 * calendar/calendar.el (diary-file, diary-file-name-prefix)
19425 (european-calendar-style, diary-date-forms)
19426 (calendar-day-name-array, calendar-month-name-array): Doc change.
19427 (generate-calendar-month): Adapt for new behaviour of
19428 `calendar-day-name' function.
19429 (calendar-abbrev-length, calendar-day-abbrev-array)
19430 (calendar-month-abbrev-array): New variables.
19431 (calendar-abbrev-construct): New function.
19432 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19433 rather than fixing abbrevs at some width. Calling syntax change.
19434 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
19435 (calendar-date-string): Adapt for new behaviours of
19436 `calendar-day-name' and `calendar-month-name' functions.
19437
19438 * calendar/diary-lib.el (list-diary-entries): Adapt for new
19439 behaviour of `calendar-day-name' and `calendar-month-name' functions.
19440 (diary-name-pattern): Use abbrev arrays, rather than fixing
19441 abbrevs at three chars. Calling syntax change.
19442 (mark-diary-entries): Adapt for new behaviours of
19443 `diary-name-pattern' and `calendar-make-alist' functions.
19444 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19445 `diary-name-pattern' function.
19446 (font-lock-diary-date-forms): Use abbrev arrays, rather than
19447 fixing abbrevs at three chars. Calling syntax change.
19448 (cal-hebrew, cal-islam): Require when compiling.
19449 (diary-font-lock-keywords): Adapt for new behaviour of
19450 `font-lock-diary-date-forms' function.
19451
19452 * calendar/cal-hebrew.el: Reposition some code so defined before used.
19453 (calendar-hebrew-month-name-array-common-year)
19454 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19455 (list-hebrew-diary-entries): Adapt for new behaviours of
19456 `calendar-day-name' and `add-to-diary-list' functions.
19457 (mark-hebrew-diary-entries): Adapt for new behaviours of
19458 `diary-name-pattern' and `calendar-make-alist' functions.
19459
19460 * calendar/cal-islam.el (calendar-islamic-month-name-array):
19461 Add doc string.
19462 (list-islamic-diary-entries): Adapt for new behaviours of
19463 `calendar-day-name' and `add-to-diary-list' functions.
19464 (mark-islamic-diary-entries): Adapt for new behaviours of
19465 `diary-name-pattern' and `calendar-make-alist' functions.
19466
19467 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19468 `calendar-month-name' function.
19469
19470 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19471
19472 * calendar/solar.el (solar-seasons-data): Move definition before use.
19473
19474 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19475 (cal-tex-LaTeX-hourbox): Move definition before use.
19476
19477 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19478 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19479 lunar.el, solar.el
19480 (displayed-month, displayed-year): Define for compiler.
19481
19482 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19483
19484 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19485 MODE. Renamed from c-init-c-language-vars'.
19486 (c-initialize-cc-mode): Change accordingly.
19487 (c-common-init): Ditto.
19488 (c-mode): Ditto.
19489 (c++-mode): Use `c-init-language-vars-for'.
19490 (objc-mode): Ditto.
19491 (java-mode): Ditto.
19492 (idl-mode): Ditto.
19493 (pike-mode): Ditto.
19494 (awk-mode): Ditto.
19495
19496 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19497
19498 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19499 or not the point moved.
19500
19501 (c-search-decl-header-end): Don't trip up on operator identifiers
19502 in C++ and operators like == in all languages.
19503
19504 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19505 Detect leading labels correctly.
19506
19507 2003-08-02 Andreas Schwab <schwab@suse.de>
19508
19509 * textmodes/ispell.el: Don't redo key bindings on loading, put
19510 them only in loaddefs.el.
19511 * bookmark.el: Likewise.
19512 * dabbrev.el: Likewise.
19513 * emerge.el: Likewise.
19514
19515 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19516 has more than one member.
19517
19518 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19519
19520 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19521
19522 * lpr.el (printify-region): It was ending conversion before the
19523 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
19524
19525 2003-07-31 John Paul Wallington <jpw@gnu.org>
19526
19527 * net/browse-url.el (browse-url-epiphany): Doc fix.
19528
19529 2003-07-30 Kenichi Handa <handa@m17n.org>
19530
19531 * international/fontset.el (setup-default-fontset):
19532 Change registry names of Akurti fonts.
19533
19534 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19535
19536 * comint.el (comint-read-noecho): Use `clear-string' instead of
19537 `fillarray'.
19538
19539 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
19540
19541 * outline.el (outline-mode-hook): Add defvar.
19542
19543 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
19544
19545 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19546 Restore assembler in source window if that is what has been selected.
19547 (menu): Add gdb-restore-windows to menu. Make gdba
19548 specific menus only visible from gdba.
19549
19550 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
19551
19552 * progmodes/compile.el (compilation-environment): New user variable.
19553 (compile-internal): Respect it.
19554
19555 2003-07-23 Masatake YAMATO <jet@gyve.org>
19556
19557 * progmodes/gud.el (gdb-script-font-lock-keywords):
19558 Put `font-lock-function-name-face' on a symbol which includes
19559 `-' like `hook-run'. Put font-lock-variable-name-face
19560 on a symbol starting with $.
19561
19562 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
19563
19564 * files.el (set-visited-file-name): Use truename for buffer-file-name.
19565
19566 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19567
19568 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19569
19570 2003-07-26 Andre Spiegel <spiegel@gnu.org>
19571
19572 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19573 Use with-no-warnings.
19574 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19575 rather than to find-file-not-found-hook, which doesn't exist.
19576
19577 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
19578
19579 * international/quail.el (quail-translate-key): Fix previous change.
19580
19581 2003-07-25 John Paul Wallington <jpw@gnu.org>
19582
19583 * server.el (server-start): Check `server-process' is non-nil
19584 before killing it to avoid killing current buffer's process.
19585
19586 * simple.el (choose-completion-string): Use `minibufferp';
19587 test `completion-reference-buffer' if `buffer' arg is nil.
19588 (push-mark): Use `when' and `unless'.
19589 (pop-mark): Use `when'.
19590
19591 * mouse-sel.el (mouse-sel-get-selection-function):
19592 Check `x-last-selected-text-primary'. Don't barf if it or
19593 `x-last-selected-text' aren't bound.
19594
19595 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19596
19597 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19598
19599 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
19600
19601 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19602
19603 2003-07-23 John Paul Wallington <jpw@gnu.org>
19604
19605 * tooltip.el (defface tooltip): Inherit from variable-pitch.
19606
19607 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19608
19609 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19610 string. Defvar the derived hook.
19611
19612 * macros.el (insert-kbd-macro): Escape double quote character.
19613 From Thomas W Murphy <twm@andrew.cmu.edu>.
19614
19615 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
19616
19617 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19618 to match the specific mark rather than reusing comment-start-skip.
19619
19620 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
19621
19622 * progmodes/hideshow.el (hs-special-modes-alist):
19623 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
19624
19625 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
19626
19627 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19628 value using ?\s.
19629
19630 2003-07-21 John Paul Wallington <jpw@gnu.org>
19631
19632 * subr.el (with-selected-window): Add closing paren.
19633
19634 2003-07-21 Richard M. Stallman <rms@gnu.org>
19635
19636 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19637 (lisp-mode): Likewise.
19638
19639 * subr.el (with-selected-window): Copy code form save-selected-window
19640 so as to call select-window with norecord arg.
19641 (dynamic-completion-table): Doc fix.
19642 (lazy-completion-table): Doc fix.
19643
19644 * international/mule-cmds.el (set-locale-environment):
19645 langinfo renamed to locale-info.
19646
19647 * international/mule.el (auto-coding-functions): Doc fix.
19648
19649 2003-07-21 Kenichi Handa <handa@m17n.org>
19650
19651 * international/quail.el (quail-translate-key):
19652 Update quail-current-str correctly.
19653
19654 2003-07-21 Andreas Schwab <schwab@suse.de>
19655
19656 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19657 ?, to "_".
19658
19659 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
19660 Version 2.0.36 of Tramp released.
19661
19662 * net/tramp.el (tramp-default-password-end-of-line): Rename from
19663 tramp-password-end-of-line.
19664 (tramp-password-end-of-line): New method parameter.
19665 (tramp-get-password-end-of-line): Function to access method
19666 parameter `tramp-password-end-of-line', or variable
19667 `tramp-default-password-end-of-line' (default value).
19668 (tramp-methods): Add entries for new parameter
19669 tramp-password-end-of-line.
19670 (tramp-enter-password): Use new function
19671 `tramp-get-password-end-of-line'.
19672 (tramp-handle-insert-file-contents): Do not
19673 unconditionally inhibit the file operation file-local-copy, only
19674 do that when the inhibit-file-name-operation is currently
19675 insert-file-contents. This fixes finding remote CVS-controlled
19676 files. (It would barf on inserting the CVS/Entries file
19677 literally, because the file-local-copy handler wasn't called.)
19678 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19679 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19680 (tramp-initial-commands): New variable.
19681 (tramp-process-initial-commands): New function, using the variable.
19682 (tramp-open-connection-setup-interactive-shell): Call the new function.
19683 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19684 method into the buffer name, never use nil. Reported by Hanak
19685 David <dhanak@inf.bme.hu>.
19686 (tramp-open-connection-setup-interactive-shell): Erase buffer
19687 before sending "stty -onlcr".
19688
19689 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19690
19691 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
19692
19693 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19694
19695 2003-07-19 John Paul Wallington <jpw@gnu.org>
19696
19697 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19698 (artist-draw-rect, artist-draw-square): Doc fixes.
19699
19700 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19701
19702 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19703
19704 2003-07-19 Kenichi Handa <handa@m17n.org>
19705
19706 * international/kkc.el (kkc-show-conversion-list-update):
19707 Highlight the correct candidate in the message.
19708
19709 2003-07-18 John Paul Wallington <jpw@gnu.org>
19710
19711 * simple.el (current-word): Don't include punctuation char when
19712 `really-word' arg is non-nil.
19713
19714 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
19715
19716 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19717 moved to the directory obsolete.
19718
19719 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
19720
19721 * info.el (Info-menu-entry-name-re): Allow newlines in
19722 menu entry names.
19723
19724 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19725 syntax-ppss-after-change-function.
19726 (syntax-ppss-after-change-function): New alias. Update uses.
19727 (syntax-ppss): Catch the case where the buffer is narrowed.
19728
19729 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19730
19731 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19732 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19733
19734 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19735
19736 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19737 since it might be modified.
19738
19739 * progmodes/cc-langs.el (c++-make-template-syntax-table)
19740 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19741 names to these language constants.
19742
19743 2003-07-15 Kim F. Storm <storm@cua.dk>
19744
19745 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19746 All uses changed.
19747
19748 2003-07-14 Mark A. Hershberger <mah@everybody.org>
19749
19750 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19751 Namespace support.
19752
19753 2003-07-13 Juanma Barranquero <lektu@terra.es>
19754
19755 * frame.el (modify-all-frames-parameters): Reinstall (copyright
19756 papers received).
19757
19758 2003-07-13 Karl Eichwalder <ke@suse.de>
19759
19760 * textmodes/po.el (po-find-charset): White space at the start of the
19761 Content-Type field body is non-mandatory.
19762
19763 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
19764
19765 * textmodes/texinfo.el (texinfo-section-list):
19766 Append appendixsection; a synonym for appendixsec.
19767
19768 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
19769
19770 * man.el (Man-translate-cleanup): New.
19771 (Man-translate-references): Call `Man-translate-cleanup' to clean
19772 leading, trailing and middle spaces.
19773
19774 2003-07-13 Lars Hansen <larsh@math.ku.dk>
19775
19776 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19777 Handle `dired-directory' being a list.
19778
19779 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
19780
19781 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19782 it doesn't exist.
19783
19784 2003-07-12 Richard M. Stallman <rms@gnu.org>
19785
19786 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19787
19788 * progmodes/cc-defs.el (c-make-keywords-re):
19789 Don't use delete-duplicates.
19790 (c-lang-const): Don't use mapcan.
19791
19792 * apropos.el (apropos-show-scores): Make it customizable.
19793 Document new meaning.
19794 (apropos): Compute scores from symbols.
19795 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19796
19797 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19798
19799 * ps-bdf.el: Fix copyright line.
19800 (bdf-directory-list): Fix initialization code.
19801
19802 2003-07-11 John Paul Wallington <jpw@gnu.org>
19803
19804 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19805 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19806 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19807
19808 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
19809
19810 * emacs-lisp/ring.el (ring-elements): Doc fix.
19811
19812 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19813
19814 * calendar/timeclock.el (timeclock-relative)
19815 (timeclock-ask-before-exiting, timeclock-use-display-time):
19816 Doc changes.
19817 (timeclock-modeline-display): Give a message if
19818 `timeclock-use-display-time' is non-nil but `display-time-mode'
19819 is not active.
19820
19821 2003-07-11 Kenichi Handa <handa@m17n.org>
19822
19823 * international/mule-cmds.el (set-language-environment):
19824 Set current-language-environment to the correct string.
19825
19826 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19827
19828 * ps-print.el: Print line number correctly in a region. Reported by
19829 Tim Allen <timallen@ls83.fsnet.co.uk>.
19830 (ps-print-version): New version number (6.6.2).
19831 (ps-printing-region): Code fix.
19832
19833 2003-07-10 John Paul Wallington <jpw@gnu.org>
19834
19835 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19836 this function can be called from `add-completions-from-tags-table'.
19837
19838 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
19839
19840 * calendar/timeclock.el (timeclock-use-display-time)
19841 (timeclock-day-over-hook, timeclock-workday-remaining)
19842 (timeclock-status-string, timeclock-when-to-leave)
19843 (timeclock-when-to-leave-string, timeclock-log-data)
19844 (timeclock-find-discrep, timeclock-day-base)
19845 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19846 (timeclock-modeline-display): Set the variable
19847 `timeclock-modeline-display'.
19848 (timeclock-update-modeline): Doc fix. Respect value of
19849 `timeclock-relative'.
19850
19851 2003-07-09 Richard M. Stallman <rms@gnu.org>
19852
19853 * textmodes/reftex-parse.el (reftex-all-document-files):
19854 Add autoload cookie.
19855
19856 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19857 (reftex-scanning-info-available-p): Add autoload cookie.
19858
19859 * international/mule-cmds.el
19860 (set-display-table-and-terminal-coding-system): Delete duplicate
19861 aset on standard-display-table.
19862
19863 * view.el (view-file): If existing buffer's major mode is special,
19864 don't go into view mode.
19865
19866 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
19867
19868 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19869
19870 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
19871 buffer changes; there's third party code that calls this function
19872 directly.
19873
19874 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19875
19876 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
19877 (autodoc-font-lock-keywords): Don't byte compile on font lock
19878 initialization when running from byte compiled files.
19879
19880 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19881
19882 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
19883 statement ends with auto-increment "++".
19884
19885 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19886
19887 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19888 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19889 these are changed, so declare them as variables and not constants.
19890
19891 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
19892
19893 * subr.el (dolist, dotimes): Doc fix.
19894
19895 2003-07-08 Kim F. Storm <storm@cua.dk>
19896
19897 * international/mule-cmds.el
19898 (set-display-table-and-terminal-coding-system): Don't break
19899 bootstrap if standard-display-table isn't setup yet.
19900
19901 2003-07-07 Richard M. Stallman <rms@gnu.org>
19902
19903 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
19904 Give it a doc string, and autoload it.
19905
19906 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
19907 Use with-no-warnings.
19908
19909 * info.el (Info-search): If find invisible text, search again.
19910
19911 * isearch.el (search-whitespace-regexp): Add a shy group around it.
19912
19913 * man.el (Man-name-regexp): Match + as part of name.
19914
19915 * simple.el (visible-mode): Rename from vis-mode.
19916 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
19917
19918 * simple.el (current-word): New arg REALLY-WORD specifies
19919 don't include punctuation chars.
19920
19921 * emacs-lisp/debug.el (debug, debugger-env-macro):
19922 Use with-no-warnings while accessing and binding unread-command-char.
19923
19924 * international/mule-cmds.el
19925 (set-display-table-and-terminal-coding-system): Use explicit loop
19926 instead of calling standard-display-default.
19927
19928 * net/ange-ftp.el (ange-ftp-file-symlink-p):
19929 Use condition-case to catch error in ange-ftp-get-files.
19930
19931 * net/browse-url.el (browse-url-browser-function):
19932 Add alternative for Epiphany.
19933 (browse-url-epiphany-program, browse-url-epiphany-arguments)
19934 (browse-url-epiphany-startup-arguments)
19935 (browse-url-epiphany-new-window-is-tab): New variables.
19936 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
19937
19938 * progmodes/compile.el (compile-auto-highlight): Default now t.
19939 (compile): Doc fix.
19940 (compilation-next-error): Fix previous change.
19941
19942 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
19943
19944 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
19945
19946 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
19947
19948 * gdb-ui.el (gdb-source-info): Display current frame when
19949 attaching to an existing process.
19950 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
19951 while laying out windows when attaching to an existing process.
19952
19953 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
19954
19955 * info.el (Info-menu): Use Info-menu-entry-name-re.
19956
19957 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
19958
19959 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
19960 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
19961
19962 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
19963 to match the same text.
19964
19965 2003-07-06 John Paul Wallington <jpw@gnu.org>
19966
19967 * vc.el (vc-annotate-offset): Move defvar up.
19968
19969 2003-07-06 Kim F. Storm <storm@cua.dk>
19970
19971 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
19972 This should fix the infinite loop when extracting menu names.
19973
19974 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19975
19976 * files.el (auto-mode-alist, interpreter-mode-alist):
19977 Remove entries to CC Mode modes to avoid duplicates; they are now added
19978 with autoload directives in cc-mode.el.
19979
19980 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
19981
19982 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
19983 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
19984 these are changed, so declare them as variables and not constants.
19985
19986 * progmodes/cc-mode.el: Fix some autoload problems: Try to
19987 ensure that the entry for ".c" extension comes before the one for
19988 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
19989 Fix incorrect entries that were added to `interpreter-mode-alist'.
19990 Move the autoload directives for AWK to the top level since they
19991 aren't recognized anywhere else. Do not use the new AWK mode doc
19992 in the autoload form for the old AWK mode.
19993
19994 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19995
19996 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
19997 (bibtex-sort-ignore-string-entries): Default value t.
19998 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
19999 erroneously in previous version.
20000 (bibtex-string-files): Docstring reflects new parsing scheme.
20001 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20002 docstring, add # as one of the chars to crush
20003 (bibtex-autokey-prefix-string, bibtex-autokey-names)
20004 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20005 (bibtex-autokey-name-change-strings)
20006 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20007 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20008 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20009 (bibtex-autokey-title-terminators)
20010 (bibtex-autokey-titlewords-stretch)
20011 (bibtex-autokey-titleword-ignore)
20012 (bibtex-autokey-titleword-case-convert)
20013 (bibtex-autokey-titleword-abbrevs)
20014 (bibtex-autokey-titleword-abbrevs)
20015 (bibtex-autokey-titleword-change-strings)
20016 (bibtex-autokey-titleword-length)
20017 (bibtex-autokey-titleword-separator)
20018 (bibtex-autokey-name-year-separator)
20019 (bibtex-autokey-year-title-separator)
20020 (bibtex-autokey-before-presentation-function)
20021 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20022 Fix docstring.
20023 (bibtex-strings, bibtex-reference-keys):
20024 Use lazy-completion-table and make-variable-buffer-local.
20025 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20026 (bibtex-braced-string-syntax-table)
20027 (bibtex-quoted-string-syntax-table): New variables.
20028 (bibtex-parse-nested-braces): Remove.
20029 (bibtex-parse-field-string): Use syntax table and forward-sexp.
20030 (bibtex-parse-association): Simplify.
20031 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20032 (bibtex-parse-field-text): Simplify.
20033 (bibtex-search-forward-field, bibtex-search-backward-field):
20034 argument BOUND can take value t.
20035 (bibtex-start-of-field, bibtex-start-of-name-in-field)
20036 (bibtex-end-of-name-in-field, bibtex-end-of-field)
20037 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20038 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20039 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20040 (bibtex-skip-to-valid-entry): Return buffer position of beginning
20041 and ending of entry. Update for changes of bibtex-search-entry.
20042 Simplify.
20043 (bibtex-map-entries): FUN is called with three arguments.
20044 (bibtex-search-entry): Return a cons pair with buffer positions of
20045 beginning and end of entry.
20046 (bibtex-enclosing-field): Simplify.
20047 (bibtex-format-entry): Use booktitle to set a missing title.
20048 (bibtex-autokey-get-names): Fiddle with regexps.
20049 (bibtex-generate-autokey): Use identity.
20050 (bibtex-parse-keys): Use simplified parsing algorithm if
20051 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
20052 arguments. Return alist of keys.
20053 (bibtex-parse-strings): Simplify. Return alist of strings.
20054 (bibtex-complete-string-cleanup): Fix docstring.
20055 (bibtex-read-key): New function.
20056 (bibtex-mode): Fix docstring. Do not parse for keys and
20057 strings when the mode is entered. Set fill-paragraph-function to
20058 bibtex-fill-field. Setup font-lock-mark-block-function the way
20059 font-lock intended.
20060 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
20061 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20062 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20063 (bibtex-Preamble): Avoid hard coded constants.
20064 (bibtex-make-field): Fix docstring. Simplify.
20065 (bibtex-beginning-of-entry): Always return new position of point.
20066 (bibtex-end-of-entry): Rearrange cond clauses.
20067 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20068 Update for changes of bibtex-map-entries.
20069 (bibtex-ispell-abstract): Do not move point.
20070 (bibtex-entry-index): Use downcase. Simplify.
20071 (bibtex-lessp): Handle catch-all.
20072 (bibtex-find-crossref): Turn into a command.
20073 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
20074 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
20075 preamble entries.
20076 (bibtex-fill-field-bounds): New function.
20077 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
20078 (bibtex-fill-entry): Use bibtex-fill-field-bounds
20079 (bibtex-String): Use bibtex-strings. Always obey
20080 bibtex-sort-ignore-string-entries.
20081
20082 2003-07-05 John Paul Wallington <jpw@gnu.org>
20083
20084 * cus-theme.el (customize-create-theme):
20085 Call `customize-create-theme' in Reset widget's notify function.
20086
20087 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20088 (ibuffer-mark-interactive): Use `or' instead of `unless'.
20089 (define-ibuffer-column name): Add summarizer.
20090 (define-ibuffer-column size): Likewise.
20091 (define-ibuffer-column filename): Likewise.
20092 (define-ibuffer-column process): Likewise. Change BODY's output too.
20093 (define-ibuffer-column filename-and-process): Likewise, likewise.
20094 (ibuffer): Remove local vars `already-in' and `need-update'.
20095
20096 * ibuf-ext.el: Don't require `derived' at compile-time.
20097
20098 2003-07-05 Kim F. Storm <storm@cua.dk>
20099
20100 * info.el: Disable paragraph refilling.
20101 (Info-refill-paragraphs): New defcustom.
20102 (Info-fontify-node): Use it.
20103
20104 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
20105
20106 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20107 thingies from constructors created by defstruct.
20108
20109 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20110 the default value of the variable.
20111 (byte-code-meter): Move declaration to top level.
20112
20113 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20114
20115 * info.el (Info-following-node-name-re): New fun.
20116 (Info-following-node-name): Remove.
20117 (Info-insert-dir): Use the new fun.
20118 (Info-extract-pointer): Don't save restriction; use new fun.
20119 (Info-menu-entry-name-re): New const.
20120 (Info-menu-entry-name-re): Use it along with new fun.
20121 (Info-node-spec-re): Use new fun.
20122 (Info-complete-menu-item, Info-fontify-node): Use new const.
20123 (Info-goto-node, Info-follow-reference, Info-menu-update):
20124 Use match-string.
20125 (Info-follow-reference): Use assoc-string.
20126 Use a list of strings for the completion table.
20127 (Info-fontify-node): Use match-string, line-end-position.
20128 Limit the search for `node:' to the first line.
20129
20130 * newcomment.el (uncomment-region): Remove padding coming from
20131 comment-start rather than just from comment-padding.
20132
20133 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20134 (vc-cvs-stay-local-p): Use vc-stay-local-p.
20135 (vc-cvs-rename-file): Remove (use the default).
20136 (vc-cvs-register): Register parent dir if needed.
20137 (vc-cvs-could-register): Return non-nil if parent can be registered.
20138 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20139 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20140
20141 * vc-svn.el (vc-svn-use-edit): Make it into a const.
20142 (vc-svn-update): Fix the arguments to `svn'.
20143 (vc-svn-diff-tree): Just use `vc-svn-diff'.
20144 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20145 Simple implementations, assuming `name' is a URL.
20146
20147 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20148 set of chars allowed unquoted in a case pattern.
20149
20150 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20151
20152 * font-lock.el (font-lock-extra-types-widget)
20153 (c-font-lock-extra-types, c++-font-lock-extra-types)
20154 (objc-font-lock-extra-types, java-font-lock-extra-types)
20155 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20156 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20157 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20158 (font-lock-match-c++-structor-declaration)
20159 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20160 (c++-font-lock-keywords-3, c++-font-lock-keywords)
20161 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20162 (objc-font-lock-keywords-3, objc-font-lock-keywords)
20163 (java-font-lock-keywords-1, java-font-lock-keywords-2)
20164 (java-font-lock-keywords-3, java-font-lock-keywords)
20165 (java-font-lock-syntactic-face-function): Remove obsolete code
20166 and constants. It's all in cc-fonts.el now.
20167
20168 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
20169
20170 * mail/sendmail.el (mail-specify-envelope-from)
20171 (mail-envelope-from): Doc fix.
20172
20173 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
20174
20175 * generic-x.el: Do away with the dependency on `c-emacs-features'
20176 when populating `rul-generic-mode-syntax-table'; we already know
20177 this isn't XEmacs.
20178
20179 See ChangeLog.10 for earlier changes.
20180
20181 ;; Local Variables:
20182 ;; coding: iso-2022-7bit
20183 ;; End:
20184
20185 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
20186 Copying and distribution of this file, with or without modification,
20187 are permitted provided the copyright notice and this notice are preserved.
20188
20189 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1