]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
interactive-p & file permission bits
[gnu-emacs] / lisp / ChangeLog
1 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * printing.el: Doc fix. Insert :version tag into all defcustom.
4 Handle interactive-p as is recommended in Emacs Lisp Reference. Set
5 the file permission bits for newly created files. Reported by Glenn
6 Morris <gmorris+emacs@ast.cam.ac.uk>. The printing menu
7 specification (in `pr-menu-spec') was merged. Suggested by Stefan
8 Monnier <monnier@iro.umontreal.ca>.
9 (pr-version): New version number (6.8.3).
10 (pr-file-modes): New option.
11 (pr-interactive-p): New var.
12 (pr-save-interactive, pr-save-file-modes): New macros.
13 (pr-setup): Code fix.
14 (pr-menu-spec): Menu specification merged.
15 (pr-call-process, pr-text2ps): Set file permission bits.
16 (pr-despool-print): Set file permission bits. Handle interactive-p as
17 is recommended.
18 (pr-interface, pr-ps-directory-preview)
19 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
20 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
21 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
22 (pr-ps-buffer-ps-print, pr-ps-region-preview)
23 (pr-ps-region-using-ghostscript, pr-ps-region-print)
24 (pr-ps-region-ps-print, pr-ps-mode-preview)
25 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
26 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
27 (pr-despool-using-ghostscript, pr-despool-ps-print)
28 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
29 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
30 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
31 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
32 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
33 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
34 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
35 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
36 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
37 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
38 Handle interactive-p as is recommended.
39
40 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
41
42 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
43 (c-font-lock-init): Eliminate obsolete make-local-hook.
44 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
45 (awk-mode): Use run-mode-hooks.
46
47 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
48
49 2004-11-13 Kim F. Storm <storm@cua.dk>
50
51 * mouse.el (mouse-drag-copy-region): Add :version.
52 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
53 while dragging mode line, so mode line can be dragged downwards.
54 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
55 while pressing mouse button so window doesn't scroll until we
56 release the mouse if clicking on partially visible line.
57
58 2004-11-12 Jay Belanger <belanger@truman.edu>
59
60 * calc/calc-graph.el (calc-dumb-map): Declare it.
61 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
62 than unbound.
63 (calc-graph-name): Made `end' a local variable.
64 (calc-graph-lookup): Made `varname' a local variable.
65 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
66 Declare them.
67 (calc-graph-format-data): Don't check if var-PlotRejects is
68 bound.
69 (calc-graph-plot, calc-graph-compute-3d): Remove references to
70 the unused variable y3vec.
71 (calc-graph-show-dumb): Remove reference to unused variable
72 found-pt.
73 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
74 calc-graph-prev-kill-hook.
75 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
76 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
77 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
78 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
79 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
80 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
81 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
82 (calc-graph-y3value, calc-graph-y3name)
83 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
84 (calc-graph-stepcount, calc-graph-is-splot)
85 (calc-graph-surprise-splot, calc-graph-blank)
86 (calc-graph-non-blank, calc-graph-curve-num): New variables.
87 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
88 (calc-graph-recompute-2d, calc-graph-compute-3d)
89 (calc-graph-format-data): Replace undeclared variables with the
90 above newly declared variables.
91
92 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
93
94 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
95 `rsf-beep' and `rsf-sleep-after-message'.
96
97 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
98 list if `message-sender' is non-nil.
99
100 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
101
102 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
103 consing by using mapc instead of mapcar.
104
105 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
106
107 * tooltip.el (require): Explain why CL is needed.
108
109 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
110
111 * printing.el: Insert :version into defgroup (printing). All reference
112 to Files option in menubar were changed to File.
113 (pr-version): New version number (6.8.2).
114 (pr-get-symbol): Call easy-menu-intern.
115 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
116 compilation gripes.
117
118 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
121 new byte-compile-function-environment binding to t.
122
123 * font-lock.el (font-lock-fontify-syntactically-region):
124 Don't forget to highlight the last char when we hit `end'.
125
126 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
127 (mwheel-scroll): Adjust accordingly.
128
129 * cvs-status.el: Reduce spurious warnings.
130 (cvs-status-checkout): Remove.
131 (cvs-status-mode-map): Use cvs-mode-checkout instead.
132
133 * pcvs.el (cvs-mode-checkout): New command.
134
135 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
136
137 * tooltip.el: Require CL.
138
139 * emacs-lisp/bytecomp.el: Use push.
140 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
141 (defalias): Remove the `byte-compile' property and add
142 a `byte-hunk-handler'.
143
144 2004-11-11 Juri Linkov <juri@jurta.org>
145
146 * info.el (Info-search): Save match data for isearch.
147 Skip Tag Table node.
148
149 * descr-text.el (describe-char): Replace syntax-after with code
150 from its previous version.
151
152 * files.el (magic-mode-alist): Use optimization for SGML mode too.
153 (set-auto-mode): Doc fix. Remove unused variable `xml'.
154
155 * international/mule.el (sgml-html-meta-auto-coding-function):
156 Remove > after <html to allow HTML attributes.
157
158 2004-11-11 Jay Belanger <belanger@truman.edu>
159
160 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
161 a variable.
162 (calcFunc-dfac): Replace unbound max by n.
163 (math-stirling-local-cache): New variable.
164 (math-stirling-number, math-stirling-1, math-stirling-2):
165 Replace the variable `cache' by the declared variable
166 math-stirling-local-cache.
167 (var-RandSeed): Declare it as a variable.
168 (math-init-random-base, math-random-digit): Don't check to see if
169 var-RandSeed is bound.
170 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
171 Declare them instead of just setting them.
172 (math-init-random-base): Made i a local variable.
173 (math-random-digit): Made math-random-last a local variable.
174 (math-prime-test-cache): Move declaration to before it is used.
175 (math-prime-test-cache-k, math-prime-test-cache-q)
176 (math-prime-test-cache-nm1, math-prime-factors-finished):
177 Declare them as variables.
178
179 2004-11-11 Jay Belanger <belanger@truman.edu>
180
181 * calc/calc-ext.el (math-defcache): Use defvar for the new
182 variables it creates.
183
184 2004-11-11 Lars Hansen <larsh@math.ku.dk>
185
186 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
187 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
188 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
189 (desktop-save): Add :version.
190
191 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * printing.el (pr-get-symbol): Don't downcase.
194
195 2004-11-10 Jay Belanger <belanger@truman.edu>
196
197 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
198 string to kill-ring.
199
200 * calc/calc-aent.el (calc-alg-exp, math-toks)
201 (math-exp-pos,math-exp-old-pos, math-exp-token)
202 (math-exp-keep-spaces, math-exp-str): New variables.
203 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
204 (calcAlg-enter): Use declared variable calc-alg-exp.
205 (math-build-parse-table, math-find-user-token): Use declared
206 variable math-toks.
207 (math-read-exprs, math-read-token, calc-check-user-syntax)
208 (calc-match-user-syntax, match-factor-after, math-read-factor):
209 Use declared variables math-exp-pos math-exp-old-pos.
210 (math-read-exprs, math-read-token, math-read-expr-level)
211 (calc-check-user-syntax, calc-match-user-syntax)
212 (match-factor-after, math-read-factor): Use declared variable
213 math-exp-token.
214 (math-read-exprs, math-read-expr-list, math-read-token)
215 (math-read-factor): Use declared variable math-exp-keep-spaces.
216 (math-read-exprs, math-read-token): Use declared variable
217 math-exp-str.
218 (calc-match-user-syntax): Make m a local variable.
219
220 * calc/calc-ext.el (math-read-expr): Use declared variables
221 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
222 math-exp-keep-spaces.
223
224 * calc/calc-forms.el (math-read-angle-bracket): Use declared
225 variables math-exp-pos, math-exp-str.
226
227 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
228 math-exp-old-pos.
229 (math-parse-fortran-vector, math-parse-fortran-vector-end)
230 (math-parse-eqn-prime): Use declared variable math-exp-token.
231
232 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
233 Use declared variable math-exp-pos.
234 (math-check-for-commas): Use declared variable math-exp-str.
235 (math-read-brackets): Use declared variables math-exp-old-pos,
236 math-exp-keep-spaces.
237 (math-read-brackets, math-read-vector, math-read-matrix):
238 Use declared variable math-exp-token.
239
240 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
243
244 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
245 (sgml-parse-tag-backward): Use it to skip spurious < or >.
246
247 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
248
249 * ebuff-menu.el: Doc fixes throughout.
250 (electric-buffer-menu-mode-hook): New defvar.
251
252 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
253
254 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
255 compilation. The resulting compiler warnings appear to be harmless.
256
257 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
258
259 * textmodes/conf-mode.el: New file.
260
261 * files.el (auto-mode-alist, magic-mode-alist): Use it.
262
263 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
266
267 2004-11-09 Jay Belanger <belanger@truman.edu>
268
269 * calc/calc-ext.el (calc-init-extensions): Remove old code.
270
271 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
272 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
273 (calc-z-prefix-help, calc-user-function-list): Use declared
274 variables calc-z-prefix-buf, calc-z-prefix-msgs.
275 (math-map-tree, math-map-tree-rec): Use declared variables
276 math-mt-many, math-mt-func.
277 (math-read-expression, math-read-string): Use declared variable
278 math-expr-data.
279
280 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
281 variable math-normalize-a.
282
283 * calc/calc.el (math-normalize-a): New variable.
284 (math-normalize): Use declared variable math-normalize-a.
285
286 * calc/calc-poly.el (math-expand-form): Use declared variable
287 math-mt-many.
288
289 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
290 Use declared variable math-mt-many.
291 (math-rewrite): Use declared variable math-mt-func.
292
293 * calc/calc-vec.el (math-read-brackets, math-read-vector)
294 (math-read-matrix): Use declared variable math-expr-data.
295
296 * calc/calc-lang.el (math-parse-fortran-vector)
297 (math-parse-fortran-vector-end, math-parse-tex-sum)
298 (math-parse-eqn-matrix, math-parse-eqn-prime)
299 (math-read-math-subscr): Use declared variable math-expr-data.
300
301 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
302 (math-read-expr-level, math-read-token, calc-check-user-syntax)
303 (calc-match-user-syntax, math-read-if, math-factor-after)
304 (math-read-factor): Use declared variable math-expr-data.
305
306 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
307
308 * calendar/diary-lib.el (diary-from-outlook)
309 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
310 interactive-p; but rather new optional argument NOCONFIRM.
311
312 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
315 (easy-menu-name-match): Revert correspondingly.
316
317 2004-11-09 Richard M. Stallman <rms@gnu.org>
318
319 * emacs-lisp/bytecomp.el (byte-compile-defalias):
320 Turn off warnings for the new function even if definition not constant.
321 If the definition isn't a quoted symbol, record (FUNCTION . t).
322 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
323 (byte-compile-callargs-warn): Handle (FUNCTION . t).
324 (display-call-tree, byte-compile-arglist-warn):
325 Handle t returned by byte-compile-fdefinition.
326
327 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
328
329 * Makefile.in (maintainer-clean): Depend on distclean.
330
331 * help-fns.el (help-C-file-name): File name must be in build-files
332 to be returned.
333
334 2004-11-09 Jay Belanger <belanger@truman.edu>
335
336 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
337 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
338
339 * calc/calc.el (calc, calc-trail-display, calc-mode):
340 Remove obsolete sections.
341
342 * calc/calc.el (calc-x-paste-text): Remove.
343
344 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
345 mouse-2.
346
347 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
348
349 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
350 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
351 current frame (in case of recursive calls).
352 (gdb-show-changed-values): Add :version keyword.
353
354 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * international/mule-cmds.el: Change coding-system to utf-8.
357 (select-safe-coding-system-interactively):
358 New function extracted from select-safe-coding-system.
359 (select-safe-coding-system): Use it.
360
361 2004-11-08 Richard M. Stallman <rms@gnu.org>
362
363 * subr.el (syntax-after): Doc fix.
364
365 * paren.el (show-paren-function): Change calls to syntax-after
366 for new way of returning the value.
367
368 * menu-bar.el (menu-bar-file-menu): Make this the real name
369 and menu-bar-files-menu the alias. Use the former.
370 (global-map): Use `file', not `files', as the symbol.
371
372 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
373
374 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
375 Don't use beginning-of-buffer.
376 (filesets-cmd-show-result): Use with-no-warnings.
377
378 2004-11-08 Juri Linkov <juri@jurta.org>
379
380 * progmodes/compile.el (compile): Don't overwrite last command in
381 minibuffer history with default command if they are not equal.
382
383 2004-11-08 Jay Belanger <belanger@truman.edu>
384
385 * calc/calcalg2.el (math-do-integral-methods): Try linear then
386 non-linear substitutions.
387
388 2004-11-08 Jay Belanger <belanger@truman.edu>
389
390 * calc/calcalg2.el (math-linear-subst-tried): New variable.
391 (math-do-integral): Set `math-linear-subst-tried' to nil.
392 (math-do-integral-methods): Use `math-linear-subst-tried' to
393 determine what type of substitution to try.
394 (math-integ-try-linear-substituion):
395 Set `math-linear-subst-tried' to t.
396
397 2004-11-08 Kim F. Storm <storm@cua.dk>
398
399 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
400
401 2004-11-07 Juri Linkov <juri@jurta.org>
402
403 * info-look.el (info-lookup): Allow reusing in the current buffer
404 not only *info* buffer, but all (even renamed) Info buffers
405 by checking for major-mode instead of *info* buffer name.
406 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
407 (octave-mode, maxima-mode) <doc-spec>:
408 Allow long dashes generated by Texinfo 4.7 before definitions.
409 (texinfo-mode) <doc-spec>: Add space to suffix to find command
410 definitions with argument separated by space.
411
412 2004-11-06 Richard M. Stallman <rms@gnu.org>
413
414 * simple.el (next-error group, face): Move before first use.
415 (next-error-highlight, next-error-highlight-no-select): Likewise.
416
417 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
418 (line-move): New args NOERROR and TO-END.
419 Return t if if succeed in moving specified number of lines.
420 (move-end-of-line): New function.
421
422 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
423 (end-of-buffer-other-window): Likewise.
424
425 * simple.el (line-move-ignore-invisible): Default to t.
426
427 * subr.el (syntax-after): Return the syntax letter, not the raw code.
428
429 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
430
431 * international/iso-cvt.el (iso-cvt-define-menu):
432 Rename menu-bar-files-menu to menu-bar-file-menu.
433
434 * net/browse-url.el (browse-url-gnome-moz-program)
435 (browse-url-gnome-moz-arguments): Move up before first use.
436
437 * net/tramp.el (tramp group): Add :version.
438
439 * progmodes/ada-xref.el (ada-gdb-application):
440 Use goto-char instead of beginning-of-buffer.
441
442 * progmodes/cperl-mode.el (cperl-info-on-command):
443 Use goto-char instead of beginning-of-buffer.
444
445 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
446 Move up before first use.
447 (idlwave-shell-temp-pro-file): Likewise.
448 (idlwave-shell-temp-rinfo-save-file): Likewise.
449 (idlwave-shell-temp-file): Minor doc fix.
450
451 * textmodes/flyspell.el (flyspell-external-point-words):
452 Use goto-char instead of beginning-of-buffer.
453
454 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
455
456 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
457 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
458 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
459
460 2004-11-06 David Ponce <david@dponce.com>
461
462 * recentf.el (recentf-menu-path): Use menu item name.
463
464 2004-11-06 Eli Zaretskii <eliz@gnu.org>
465
466 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
467 display doesn't support images.
468
469 2004-11-06 Andreas Schwab <schwab@suse.de>
470
471 * tempo.el (tempo-match-finder): Doc fix.
472
473 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
474
475 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
478 (easy-menu-lookup-name): New fun to replace it.
479 (easy-menu-get-map): Use it to obey menu item names (rather than just
480 keys) when looking up `path'.
481 (easy-menu-always-true-p): Rename from easy-menu-always-true.
482 (easy-menu-convert-item-1): Adjust to new name.
483
484 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
485
486 * outline.el (hide-body): Don't hide lines at the top of the file
487 that precede the first header line.
488
489 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
490
491 * align.el (align-areas): Delete whitespace before reindenting, so
492 that tabs are never placed after spaces.
493
494 2004-11-06 Alan Shutko <ats@acm.org>
495
496 * macros.el (insert-kbd-macro): Do completions based on macros,
497 rather than all commands.
498
499 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
500
501 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
502 to solve a bug whereby tags with 'b' don't match.
503
504 2004-11-05 Juri Linkov <juri@jurta.org>
505
506 * info.el (Info-search): Don't search in node header lines
507 and file headers.
508
509 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
510 symbol-constituent characters after dot, not only digits.
511
512 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
513
514 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
515
516 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
517
518 * dired.el (dired-read-dir-and-switches): Call read-directory-name
519 if a dialog will be used, read-file-name otherwise.
520
521 2004-11-04 Richard M. Stallman <rms@gnu.org>
522
523 * textmodes/table.el (table group): Add :version.
524
525 * textmodes/ispell.el (ispell-word):
526 Don't alter args; set them only thru `interactive' spec.
527
528 * textmodes/flyspell.el (flyspell-word):
529 Don't alter FOLLOWING; set it only thru `interactive' spec.
530
531 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
532
533 * net/browse-url.el (browse-url-maybe-new-window):
534 Use called-interactively-p.
535
536 * mail/supercite.el (sc-cite-region):
537 Don't use interactive-p. Add arg INTERACTIVE.
538 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
539
540 * international/mule-cmds.el (set-input-method, toggle-input-method):
541 Don't use interactive-p. Add arg INTERACTIVE.
542
543 * eshell/esh-mode.el (eshell-show-maximum-output):
544 Don't use interactive-p.
545 (eshell-truncate-buffer): Just message, no error, if buffer is short.
546
547 * mouse.el (mouse-show-mark): Get positions to delete from mark
548 and point, not from mouse-drag-overlay.
549
550 * imenu.el (imenu-eager-completion-buffer): Add :version.
551
552 * filesets.el (filesets group): Add :version.
553
554 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
555
556 * files.el (xml-based-modes): Delete var.
557 (magic-mode-alist): New more general var.
558 (set-auto-mode): Use it.
559
560 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
561 when clicking from another window.
562
563 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
564
565 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
566 (vc-cvs-annotate-time): Incorporate value of deleted var.
567 Remove special-case handling of beginning-of-buffer cruft.
568 Cache ending position (point) and return value in text property
569 `vc-cvs-annotate-time', and consult it on subsequent invocations.
570
571 * vc-cvs.el (vc-cvs-annotate-command):
572 Delete extraneous lines from beginning of buffer.
573 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
574
575 * progmodes/grep.el (grep-default-command): Take empty string
576 for tag if all other methods yield nil. Shell-quote the tag.
577
578 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
579 spec in `interactive' form, and mention it in the docstring.
580 Also, make sure point is at bol after calling `annotate-time'.
581
582 2004-11-02 Richard M. Stallman <rms@gnu.org>
583
584 * cus-edit.el (customize-group-other-window):
585 Select the window that displays the custom buffer.
586 (custom-buffer-create-other-window): Likewise.
587
588 * comint.el (comint-insert-input): Fix previous change.
589
590 * emacs-lisp/elp.el (elp-instrument-function):
591 Use called-interactively-p.
592
593 * emacs-lisp/easymenu.el (easy-menu-intern):
594 Don't downcase; rather, case-flip the first letter of each word.
595
596 * emacs-lisp/easy-mmode.el (define-minor-mode):
597 Use called-interactively-p.
598
599 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
600 Add interactive-only.
601 (byte-compile-warnings): Add interactive-only as option.
602 (byte-compile-interactive-only-functions): New variable.
603 (byte-compile-form): Warn about calls to functions
604 in byte-compile-interactive-only-functions.
605
606 * emacs-lisp/autoload.el (update-file-autoloads):
607 Don't use interactive-p; take new arg SAVE-AFTER.
608
609 * emacs-lisp/advice.el (ad-make-advised-definition):
610 Use called-interactively-p.
611
612 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
613
614 * files.el (find-file-existing): New function.
615
616 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
617 find-file-existing. Add "New File..." that calls find-file.
618
619 * diropen.pbm diropen.xpm: New files.
620
621 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
622 icon diropen. New tool bar item find-file-existing uses icon open.
623
624 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
625 instead of read-file-name.
626
627 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
628
629 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
630 (icalendar--split-value): Change name of work buffer.
631 (icalendar--get-weekday-abbrev): Return nil on error.
632 (icalendar--date-to-isodate): New function.
633 (icalendar-convert-diary-to-ical)
634 (icalendar-extract-ical-from-buffer): Use only two args for
635 make-obsolete (XEmacs compatibility).
636 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
637 (icalendar-export-region): Doc fix.
638 If error, return non-nil and write errors to a buffer.
639 Use correct weekday for weekly recurring events.
640 Check whether date has been parsed for ordinary events.
641 Make weekly events start in the year 2000.
642 DTEND is non-inclusive, shift end date by one day if
643 necessary (not for entries that have date and time).
644 Rename local let variables: oops -> found-error, datestring ->
645 startdatestring.
646
647 2004-11-02 Kim F. Storm <storm@cua.dk>
648
649 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
650 keep-mode-if-same variable. Add it as optional arg instead.
651 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
652
653 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
654 substitute-command-keys will select lower-case bindings like those
655 used in the static help texts.
656
657 * descr-text.el (describe-text-properties): Don't err if called in
658 the *Help* buffer; output to *Help-2* buffer instead.
659
660 * kmacro.el (group kmacro): Add :version.
661 (kmacro-keyboard-quit): New function to cleanup on C-g.
662 (kmacro-start-macro): Set defining-kbd-macro to append when
663 appending to last macro.
664
665 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
666
667 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
668
669 * progmodes/gdb-ui.el (gdb-enable-debug-log)
670 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
671 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
672 Add :version keyword.
673
674 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
675
676 * progmodes/flymake.el (flymake-err-line-patterns):
677 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
678 `compilation-error-regexp-alist-alist' to internal Flymake format.
679
680 * progmodes/flymake.el: eliminated byte-compiler warnings.
681
682 2004-11-01 Jay Belanger <belanger@truman.edu>
683
684 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
685 with `interactive "s"'.
686
687 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
688
689 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
690 Revert change from 2004-10-16. '*' checks the current buffer, but the
691 mouse click may be in another buffer.
692
693 2004-11-01 John Paul Wallington <jpw@gnu.org>
694
695 * files.el (large-file-warning-threshold): Add :version keyword.
696 (kill-some-buffers): Doc fix.
697
698 * thumbs.el (group thumbs): Add :version keyword.
699
700 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
701
702 2004-11-01 Richard M. Stallman <rms@gnu.org>
703
704 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
705
706 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
707
708 * allout.el (allout group): Add :version.
709 (allout-init): Don't use interactive-p.
710 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
711 (allout-forward-current-level, allout-backward-current-level):
712 Don't use interactive-p.
713
714 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
715 (bibtex-find-text): Likewise.
716
717 * progmodes/vhdl-mode.el (vhdl-fill-region)
718 (vhdl-beginning-of-statement): Don't use interactive-p.
719
720 * progmodes/idlwave.el (idlwave-update-routine-info):
721 Don't use interactive-p.
722
723 * progmodes/idlw-shell.el (idlwave-shell-send-char):
724 Don't use interactive-p.
725
726 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
727 Don't use interactive-p.
728
729 * progmodes/ada-xref.el (ada-make-body-gnatstub):
730 Don't use interactive-p.
731
732 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
733 (fortune-in-buffer): Doc fix.
734
735 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
736
737 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
738 don't select the temporary buffer.
739 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
740 (eudc-get-phone): Likewise.
741
742 2004-11-01 Kim F. Storm <storm@cua.dk>
743
744 * man.el (Man-xref-normal-file): Fix help-echo.
745
746 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * reveal.el (reveal-last-tick): New var.
749 (reveal-post-command): Use it to avoid closing overlays when we're
750 appending text to them.
751
752 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
753
754 * textmodes/bibtex.el: Require button.
755 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
756 (bibtex-reference-keys): Distinguish between header keys and
757 crossref keys.
758 (bibtex-beginning-of-field): New function.
759 (bibtex-url-map): Remove.
760 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
761 (bibtex-font-lock-url-regexp): Assume that field names begin at
762 the beginning of a line.
763 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
764 Remove field delimiters. Use bibtex-beginning-of-field.
765 Bugfix, point can be inside a field with a url.
766 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
767 New functions.
768 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
769 (bibtex-key-in-head): Simplify.
770 (bibtex-current-line): Use bolp.
771 (bibtex-parse-keys): Remove unused arg `add'.
772 Use bibtex-type-in-head and bibtex-key-in-head.
773 (bibtex-parse-entry, bibtex-autofill-entry):
774 Use bibtex-type-in-head and bibtex-key-in-head.
775 (bibtex-autokey-get-field): Do not alter case of replacement text.
776 (bibtex-autokey-get-names): Do all processing of name list.
777 (bibtex-autokey-get-year): New function.
778 (bibtex-autokey-get-title): Do all processing of title words.
779 (bibtex-generate-autokey): Simplify.
780 (bibtex-string-files-init): Use default-directory.
781 Allow for absolute file names in bibtex-string-files.
782 (bibtex-files, bibtex-file-path): New variables.
783 (bibtex-files-expand): New function.
784 (bibtex-find-entry-globally): New command.
785 (bibtex-summary-function): New variable.
786 (bibtex-summary): Default value of bibtex-summary-function.
787 (bibtex-find-crossref): New optional args pnt and split.
788 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
789 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
790 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
791 Fix handling of required and alternative fields.
792 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
793 Use cons and display-buffer.
794 (bibtex-validate-globally): New command.
795 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
796 bibtex-parse-keys and bibtex-parse-strings for updating
797 bibtex-reference-keys and bibtex-strings.
798 (bibtex-realign): Remove blank lines past the last entry.
799 (bibtex-reformat): Use bibtex-entry-format as default.
800 (bibtex-choose-completion-string): Remove.
801 (bibtex-complete): Do not use bibtex-choose-completion-string.
802 (bibtex-url): Simplify.
803
804 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
805
806 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
807 (x-dnd-types-alist, x-dnd-open-file-other-window)
808 (x-dnd-known-types): Add :version.
809
810 2004-10-31 John Paul Wallington <jpw@gnu.org>
811
812 * ibuffer.el (group ibuffer): Add :version keyword.
813
814 2004-10-31 Kim F. Storm <storm@cua.dk>
815
816 * ido.el (group ido): Add :version keyword.
817 (ido-mode): Remove :version keyword.
818
819 * emulation/cua-base.el (group cua): Add :version keyword.
820 (cua-mode): Remove :version keyword.
821
822 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
823
824 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
825
826 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
827 compiler warning.
828 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
829 function.
830 (help-at-pt-display-when-idle): Remove autoload.
831
832 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
835
836 2004-10-30 Juri Linkov <juri@jurta.org>
837
838 * help.el (function-called-at-point):
839 * help-fns.el (variable-at-point): Read -> intern.
840
841 2004-10-30 Simon Josefsson <jas@extundo.com>
842
843 * progmodes/autoconf.el (autoconf-font-lock-keywords):
844 Recognize AS_* too.
845
846 2004-10-29 Simon Josefsson <jas@extundo.com>
847
848 * subr.el (read-passwd): Move back from password.el.
849
850 * password.el: Remove, not ready yet.
851
852 2004-10-29 Andreas Schwab <schwab@suse.de>
853
854 * speedbar.el (speedbar-frame-parameters): Improve customize type.
855
856 2004-10-29 Sam Steingold <sds@gnu.org>
857
858 * mouse.el (mouse-show-mark): Replace the last occurrence of
859 x-lost-selection-hooks with x-lost-selection-functions.
860
861 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
864 x-lost-selection-functions is bound.
865
866 * mouse-sel.el (mouse-sel-mode):
867 * emacs-lisp/lselect.el: Adjust to new names for
868 x-(lost|sent)-selection-functions.
869
870 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
871 New obsolete aliases of x-lost-selection-functions and
872 x-sent-selection-functions.
873
874 2004-10-28 Kim F. Storm <storm@cua.dk>
875
876 * imenu.el (imenu-scanning-message): Remove.
877 (imenu-progress-message): Make it a no-op.
878
879 2004-10-28 John Paul Wallington <jpw@gnu.org>
880
881 * files.el (set-auto-mode): Call `throw' correctly.
882
883 2004-10-28 Juri Linkov <juri@jurta.org>
884
885 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
886 to search `Info-...' commands in `info' manual.
887 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
888 Add 'info-file "emacs" property.
889 (Info-find-emacs-command-nodes): Fix index line number regexp.
890 Set real line number (instead of fake 0) in first element of the
891 returned list.
892 (Info-goto-emacs-command-node): Use line number of first element
893 to set point in the first found Info node.
894
895 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
896 code to `grep-mode-font-lock-keywords'.
897 (grep-mode-font-lock-keywords): Delete grep markers instead
898 of making them invisible.
899
900 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
901
902 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
903 and x-server-version in bug report.
904
905 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
906
907 * files.el (set-auto-mode-0): New function.
908 (set-auto-mode): Use it to handle aliased modes and to
909 be consistent between C-x C-f and C-x C-w.
910
911 2004-10-28 Kenichi Handa <handa@m17n.org>
912
913 * international/utf-8.el (utf-translate-cjk-charsets):
914 Add katakana-jisx0201.
915
916 * international/subst-jis.el: Add data for JISX0201.
917
918 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * obsolete/hilit19.el (hilit-mode): New function.
921 Move all the toplevel side-effecting stuff into it, so that loading
922 hilit19 doesn't mess everything up any more.
923
924 2004-10-27 Richard M. Stallman <rms@gnu.org>
925
926 * add-log.el (add-change-log-entry): Set up mailing address
927 and full name later, and don't alter add-log-mailing-address
928 or add-log-full-name.
929
930 * elide-head.el (elide-head): Change error to message.
931 (elide-head-show): Likewise.
932
933 * apropos.el (apropos-macrop): Doc fix.
934
935 * mouse.el (mouse-show-mark): Do most processing the same
936 regardless of transient-mark-mode.
937
938 * shadowfile.el (shadow-copy-files): Use interactive-p
939 only to control whether to print a message.
940
941 * tar-mode.el (tar-mode): Use write-contents-functions,
942 not write-contents-hooks.
943
944 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
945 directory-sep-char.
946
947 2004-10-27 Richard M. Stallman <rms@gnu.org>
948
949 * strokes.el (strokes-unload-hook): Fix previous change.
950
951 * type-break.el (type-break-run-at-time): Always use run-at-time;
952 forget the alternatives.
953 (type-break-cancel-function-timers): Always use cancel-function-timers;
954 forget the alternatives.
955
956 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
957
958 2004-10-27 Kenichi Handa <handa@m17n.org>
959
960 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
961
962 * international/subst-gb2312.el: Likewise.
963
964 * international/subst-big5.el: Likewise.
965
966 * international/subst-ksc.el: Likewise.
967
968 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
969 New variable.
970 (utf-translate-cjk-set-unicode-range): New function.
971 (utf-translate-cjk-unicode-range): Make it customizable.
972 (utf-8-post-read-conversion):
973 Use utf-translate-cjk-unicode-range-string.
974 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
975 Unicode ranges.
976
977 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
978
979 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
980 trivial variants to shorten the list.
981 (xml-based-modes): New var.
982 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
983 declaration higher priority than auto-mode-alist.
984
985 * find-file.el (cc-other-file-alist): Bring it in line with
986 cc-mode's auto-mode-alist entries and use \' instead of $.
987
988 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
989 and add "Id" and "Name" submenus to it.
990
991 * imenu.el (imenu--generic-function): Skip matches in comments.
992
993 2004-10-26 Jay Belanger <belanger@truman.edu>
994
995 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
996 (full-calc-keypad, calc-trail-display): Use an extra argument
997 instead of `interactive-p'.
998
999 * calc/calc-misc.el (calc-other-window): Use an extra argument
1000 instead of `interactive-p'.
1001
1002 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1003 `interactive-p'.
1004
1005 2004-10-26 Kim F. Storm <storm@cua.dk>
1006
1007 * help.el (describe-key): Describe both down-event and up-event
1008 for a mouse click.
1009
1010 2004-10-26 Richard M. Stallman <rms@gnu.org>
1011
1012 * woman.el (woman): Don't call interactive-p.
1013
1014 * pcomplete.el (pcomplete): Instead of interactive-p,
1015 use an arg set non-nil by the interactive spec.
1016
1017 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1018 use an arg set non-nil by the interactive spec.
1019
1020 * man.el (Man-cleanup-manpage): Instead of interactive-p,
1021 use an arg set non-nil by the interactive spec.
1022
1023 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1024
1025 * progmodes/flymake.el (flymake-split-string):
1026 Use `flymake-split-string-remove-empty-edges' in any case.
1027
1028 2004-10-26 Masatake YAMATO <jet@gyve.org>
1029
1030 * progmodes/flymake.el (flymake-err-line-patterns):
1031 Use `compilation-error-regexp-alist-alist' instead of
1032 `compilation-error-regexp-alist'.
1033
1034 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1037 verbatim face on the \ of \end{verbatim}.
1038
1039 2004-10-25 Jay Belanger <belanger@truman.edu>
1040
1041 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
1042 erasing minibuffer.
1043
1044 2004-10-25 Simon Josefsson <jas@extundo.com>
1045
1046 * subr.el (read-passwd): Move to net/password.el.
1047
1048 * net/password.el (read-passwd): Add. Autoload it.
1049
1050 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
1051
1052 * mouse-sel.el (mouse-sel-mode): Specify custom group.
1053
1054 * simple.el (process-file): Fix logic.
1055
1056 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1057
1058 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1059 (increase-right-margin): Remove erroneous call to `interactive-p'.
1060
1061 2004-10-24 Kim F. Storm <storm@cua.dk>
1062
1063 * help.el (describe-mode): Fix 2004-10-13 change.
1064 Copy pure "Auto Fill" string so it can be propertized later
1065 without causing a read-only error.
1066
1067 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1068
1069 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1070 style indexes.
1071
1072 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1073
1074 * simple.el (process-file): Accept nil for INFILE. Reported by
1075 Luc Teirlinck.
1076
1077 2004-10-24 Masatake YAMATO <jet@gyve.org>
1078
1079 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1080 Handle periods and underscores in a function name.
1081 Remove the address fontification.
1082
1083 2004-10-24 Masatake YAMATO <jet@gyve.org>
1084
1085 * progmodes/asm-mode.el (asm-font-lock-keywords):
1086 Use font-lock-variable-name-face for registers.
1087
1088 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
1089
1090 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1091 kill-all-local-variables.
1092 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1093 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1094 Use kill-all-local-variables and provide mode-hooks.
1095 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1096 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1097 Suggested by Masatake YAMATO <jet@gyve.org>.
1098
1099 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
1100
1101 * simple.el (process-file): New function, similar to call-process
1102 but supports file handlers.
1103 * vc.el (vc-do-command): Use it, instead of call-process.
1104 * net/tramp-vc.el (vc-do-command): Do not advise it if
1105 process-file is fboundp.
1106 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1107 process-file.
1108 (tramp-handle-process-file): New function.
1109 (tramp-file-name-for-operation): Support process-file.
1110
1111 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
1112
1113 * calendar/icalendar.el (icalendar--weekday-array): New constant.
1114 (icalendar-weekdayabbrev-table)
1115 (icalendar-monthnumber-table): Delete.
1116 (icalendar--get-month-number): Use calendar-month-name-array.
1117 (icalendar--get-weekday-number): New function.
1118 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1119 (icalendar-export-region): Handle multi-line entries.
1120 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1121
1122 2004-10-23 John Paul Wallington <jpw@gnu.org>
1123
1124 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1125 `wildcards' set to t in interactive spec.
1126
1127 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1128 interactive spec rather than use `interactive-p'.
1129 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1130 rather than use function `interactive-p'.
1131
1132 2004-10-22 Kenichi Handa <handa@m17n.org>
1133
1134 * international/mule.el (translate-region): Implement it in Lisp
1135 as a front end of translate-region-internal.
1136
1137 2004-10-21 Jay Belanger <belanger@truman.edu>
1138
1139 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1140 Declare these variables with defvar.
1141
1142 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1143 is bound, only check to see if it is bound.
1144
1145 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1148 Don't output messages.
1149
1150 * calc/calc-help.el (calc-describe-bindings): Fix last change.
1151
1152 2004-10-21 John Paul Wallington <jpw@gnu.org>
1153
1154 * calc/calc-graph.el (calc-graph-init):
1155 Use `set-process-query-on-exit-flag'.
1156
1157 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
1158
1159 * progmodes/compile.el (compilation-start): Rely on `cd' to get
1160 dir right and also allow argumentless cd.
1161
1162 2004-10-19 Richard M. Stallman <rms@gnu.org>
1163
1164 * textmodes/flyspell.el (flyspell-mode): Doc fix.
1165
1166 * eshell/em-unix.el (eshell-grep):
1167 Don't bind compilation-process-setup-function.
1168
1169 * comint.el (comint-insert-input): Use @ in `interactive'.
1170 (comint-input-filter-functions): Doc fix.
1171 (comint-kill-whole-line, comint-get-source): Doc fix.
1172
1173 * progmodes/compile.el (compilation-setup):
1174 Don't set buffer-read-only if MINOR is non-nil.
1175
1176 2004-10-19 Jay Belanger <belanger@truman.edu>
1177
1178 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1179 (calc-emacs-type-gnu19): Remove.
1180 (calc-digit-map, calc-read-key-sequence, calc-read-key):
1181 Remove check for old emacs versions.
1182
1183 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1184 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1185 for current Emacs.
1186
1187 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1188 the end of the minibuffer.
1189 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
1190 copy `esc-map'.
1191
1192 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1193
1194 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1195 call that would be given when the current emacs was used.
1196
1197 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
1198
1199 * calendar/icalendar.el: Set coding to utf-8.
1200 (icalendar-version): Increase to 0.07.
1201 (icalendar-monthnumber-table): Change March pattern.
1202 (icalendar-get-all-event-properties)
1203 (icalendar-set-event-property): Delete.
1204 (icalendar-all-events): No longer interactive.
1205 (icalendar-convert-diary-to-ical)
1206 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1207 their replacements.
1208 (icalendar-export-file, icalendar-export-region): New functions;
1209 essentially old `icalendar-convert-diary-to-ical' but appending to
1210 target rather than overwriting.
1211 (icalendar-import-file): Append to target file rather than
1212 overwriting. Fourth arg deleted.
1213 (icalendar-import-buffer): New name for old
1214 `icalendar-extract-ical-from-buffer'.
1215 (icalendar--convert-string-for-import): New name for
1216 old `icalendar-convert-for-import'.
1217 (include-icalendar-files): Delete.
1218 Prefix for all internal functions changed from `icalendar-'
1219 to `icalendar--'.
1220
1221 2004-10-19 Richard M. Stallman <rms@gnu.org>
1222
1223 * paths.el (news-path): Fix previous change.
1224
1225 2004-10-18 Jay Belanger <belanger@truman.edu>
1226
1227 * calc/calc-help.el (calc-describe-bindings):
1228 Set `buffer-read-only' to nil while working in the keybindings buffer;
1229 remove some extra information from the keybindings buffer.
1230
1231 2004-10-18 David Ponce <david@dponce.com>
1232
1233 * mouse.el (mouse-drag-move-window-top): New function.
1234 (mouse-drag-mode-line-1): Use it.
1235
1236 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
1237
1238 * info.el (Info-fontify-node): For multiline refs,
1239 arrange to unfontify newline and surrounding whitespace.
1240
1241 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1244 directory is missing.
1245
1246 2004-10-17 John Paul Wallington <jpw@gnu.org>
1247
1248 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1249 New customizable variable; whether to display buffers that match
1250 `ibuffer-maybe-show-predicates' by default.
1251 (ibuffer-maybe-show-predicates): Mention it in docstring.
1252 (ibuffer-display-maybe-show-predicates): New variable.
1253 (ibuffer-update): Prefix arg now toggles whether buffers that
1254 match `ibuffer-maybe-show-predicates' should be displayed.
1255 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1256 locally to heed `ibuffer-default-display-maybe-show-predicates'.
1257 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1258
1259 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
1262 work correctly.
1263
1264 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
1265
1266 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1267 (Buffer-menu-beginning): New helper function.
1268 (Buffer-menu-execute): Use it.
1269 (Buffer-menu-select): Use it.
1270 (Buffer-menu-sort): Use it and also keep markers.
1271
1272 2004-10-17 Richard M. Stallman <rms@gnu.org>
1273
1274 * paths.el (news-directory): Rename from news-path. Old name alias.
1275 (rmail-spool-directory): Use defvar.
1276 (sendmail-program): Use defcustom.
1277 (remote-shell-program): Use defcustom.
1278 (term-file-prefix): Use defvar.
1279 (abbrev-file-name): Use defvar.
1280
1281 * term.el: Add maintainer.
1282
1283 * subr.el (with-local-quit): Return nil if there's a quit.
1284 (read-passwd): Use with-local-quit. Doc fix.
1285
1286 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1287 (strokes-unload-hook): Set as a variable with add-hook.
1288
1289 * startup.el (fancy-splash-tail, normal-splash-screen):
1290 Update copyright year.
1291
1292 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1293
1294 * server.el (server-unload-hook): Set as a variable with add-hook.
1295
1296 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1297
1298 * frame.el (special-display-popup-frame):
1299 Make the buffer current as its frame is created.
1300
1301 * delsel.el (delsel-unload-hook): Set as a variable.
1302
1303 * comint.el (comint-output-filter-functions):
1304 Add comint-watch-for-password-prompt.
1305 (comint-read-noecho): Function deleted.
1306 (send-invisible): Use read-passwd.
1307
1308 * fringe.el (fringe-mode-initialize): New function.
1309 (fringe-mode): Use fringe-mode-initialize as :initialize.
1310
1311 2004-10-17 Kim F. Storm <storm@cua.dk>
1312
1313 * language/indian.el (indian-script-language-alist): Swap value and doc.
1314 (indian-font-char-index-table): Doc fix.
1315
1316 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1319
1320 2004-10-16 Juri Linkov <juri@jurta.org>
1321
1322 * progmodes/compile.el (compilation-start): Move let-binding of
1323 `process-environment' into `with-current-buffer' body.
1324 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1325
1326 2004-10-16 Richard M. Stallman <rms@gnu.org>
1327
1328 * pcvs-util.el (cvs-bury-buffer):
1329 Don't call get-buffer-window for effect.
1330
1331 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1332
1333 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1334
1335 * msb.el (msb-unload-hook): Set the variable.
1336
1337 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1338 Use * to err if buffer is readonly.
1339
1340 * subr.el (looking-back): Return only t or nil.
1341
1342 * whitespace.el (whitespace-unload-hook): Set the variable.
1343
1344 * view.el (view-mode-enable): Set view-page-size and
1345 view-half-page-size to nil.
1346 (view-set-half-page-size-default): view-half-page-size = nil
1347 means the default.
1348 (View-scroll-page-forward): Use view-page-size-default.
1349 (View-scroll-page-backward): Likewise.
1350 (view-page-size, view-half-page-size): Doc fixes.
1351
1352 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1353
1354 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1355
1356 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1357 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1358 (byte-compile-log-1): Bind inhibit-read-only.
1359 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1360 (byte-compile-log-warning): Likewise.
1361 (byte-compile-file-form-require): Detect "cl" from the arg value.
1362
1363 * progmodes/compile.el (compilation-start): Assume compilation-mode
1364 will make the buffer read-only.
1365 (compilation-mode): Take arg name-of-mode.
1366 (compilation-setup): Make buffer read-only.
1367 (compilation-handle-exit): Bind inhibit-read-only.
1368
1369 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1370 (ispell-message): Likewise.
1371 (ispell-show-choices): Don't call get-buffer-window uselessly.
1372 (ispell-init-process): Use set-process-query-on-exit-flag.
1373
1374 2004-10-16 Kim F. Storm <storm@cua.dk>
1375
1376 * fringe.el (fringe-bitmaps): Only initialize when defined.
1377
1378 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1379 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1380
1381 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1382
1383 2004-10-15 Simon Josefsson <jas@extundo.com>
1384
1385 * net/password.el: Add.
1386
1387 2004-10-14 Masatake YAMATO <jet@gyve.org>
1388
1389 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1390 (gdb-script-end-of-defun): New function.
1391 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1392 `gdb-script-end-of-defun' as *-of-defun-function.
1393
1394 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1395
1396 * button.el (button-activate): Allow a marker to display as an action.
1397
1398 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1399
1400 * help.el (describe-mode): Use it to make minor mode list into
1401 hyperlinks.
1402
1403 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * vc.el (vc-annotate-display-select): Fix typo.
1406
1407 * subr.el (substitute-key-definition-key): New function.
1408 (substitute-key-definition): Use it with map-keymap.
1409 (event-modifiers): Use push.
1410 (mouse-movement-p, with-temp-buffer): Simplify.
1411
1412 2004-10-12 Jay Belanger <belanger@truman.edu>
1413
1414 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1415 New variables.
1416 (calc-help-index-entries): New function.
1417 (calc-describe-function): Use `calc-help-function-list' instead of
1418 obarray for completion.
1419 (calc-describe-variable): Use `calc-help-variable-list' instead
1420 of obarray for completion.
1421
1422 2004-10-12 Richard M. Stallman <rms@gnu.org>
1423
1424 * info-look.el (info-lookup-file): Add info-file property.
1425 (info-lookup-symbol): Likewise.
1426
1427 * info.el (info-xref): Add underlining.
1428 (info): Add info-file property.
1429 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1430
1431 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1432
1433 Sync with Tramp 2.0.45.
1434
1435 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1436 defined. This is not the case for XEmacs without package "edebug".
1437 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1438 remote files to the permissions of the original file. This is not
1439 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1440 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1441 (tramp-perl-decode): Fix an error in Perl implementation.
1442 $pending must be cleared every loop. Reported by Benjamin Place
1443 <benjaminplace@sprintmail.com>
1444
1445 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1446 Don't activate advice during definition. This is done later on,
1447 depending on test result of `substitute-in-file-name'.
1448 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1449
1450 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1453
1454 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1455
1456 2004-10-12 David Ponce <david@dponce.com>
1457
1458 * recentf.el (recentf-edit-list): Update the menu when the recentf
1459 list has been modified.
1460
1461 2004-10-12 Simon Josefsson <jas@extundo.com>
1462
1463 * net/tls.el (tls-certtool-program): New variable.
1464 (tls-certificate-information): New function, based on
1465 ssl-certificate-information.
1466
1467 2004-10-12 Kenichi Handa <handa@m17n.org>
1468
1469 * international/mule.el (coding-system-equal): Move from mule-util.el.
1470
1471 * international/mule-util.el (coding-system-equal): Move to mule.el.
1472
1473 2004-10-12 Kim F. Storm <storm@cua.dk>
1474
1475 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1476 reset kmacro-initial-counter-value if set.
1477 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1478 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1479 (kmacro-display): Show macro counter if non-zero.
1480
1481 * subr.el (substitute-key-definition): Mention command remapping
1482 in doc string.
1483
1484 2004-10-11 Jay Belanger <belanger@truman.edu>
1485
1486 * calc/calc-misc.el (calc-info-goto-node): New function.
1487 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1488 node in one step.
1489 (calc-describe-copying, calc-describe-distribution)
1490 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1491 Go to appropriate info node in one step.
1492
1493 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1496
1497 * font-lock.el (font-lock-apply-highlight): Fix last change.
1498
1499 2004-10-11 Simon Josefsson <jas@extundo.com>
1500
1501 * mail/smtpmail.el (smtpmail-open-stream): Look for
1502 starttls-gnutls-program instead of starttls-program iff
1503 starttls-use-gnutls is non-nil.
1504 (smtpmail-open-stream): Don't overwrite user settings of
1505 starttls-extra-arguments and starttls-extra-args.
1506
1507 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * comint.el (comint-mouse-insert-input): Remove.
1510 (comint-insert-input): Make it work for mouse bindings.
1511 (comint-mode-map): Move defs into the declaration.
1512 (comint-output-filter): Typo.
1513
1514 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1515
1516 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1517
1518 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1519 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1520 ange-ftp-remote-shell.
1521
1522 2004-10-10 Andreas Schwab <schwab@suse.de>
1523
1524 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1525 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1526 Reported by <sri@asu.edu>.
1527
1528 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1529
1530 * vc.el (vc-annotate-mode): Remove variable.
1531 (vc-annotate-display-select): Only call vc-annotate-mode
1532 if we're not in that mode already.
1533
1534 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1537 (imenu-choose-buffer-index): Check here for rescan instead.
1538
1539 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1540 where the face expression evals to nil.
1541
1542 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1543 (tex-font-lock-keywords-2): Use it.
1544 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1545
1546 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1547
1548 2004-10-09 Kim F. Storm <storm@cua.dk>
1549
1550 * subr.el (progress-reporter-update): Define before first usage.
1551 (make-progress-reporter): Doc fix.
1552
1553 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1554
1555 * textmodes/paragraphs.el (sentence-end-double-space)
1556 (sentence-end-without-period, sentence-end-without-space)
1557 (sentence-end): Doc fixes.
1558
1559 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1560
1561 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1562 Change paragraph-start regexp so we don't fill code starting with #'(.
1563
1564 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1565
1566 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1567 New defcustom.
1568 (extract-address-components): Use it.
1569
1570 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1571
1572 * subr.el (make-progress-reporter, progress-reporter-update)
1573 (progress-reporter-force-update, progress-reporter-do-update)
1574 (progress-reporter-done): New functions.
1575
1576 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1577
1578 * progmodes/etags.el (etags-tags-completion-table): Use progress
1579 reporter.
1580 (etags-tags-apropos): Likewise.
1581
1582 2004-10-08 Alan Mackenzie <acm@muc.de>
1583
1584 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1585 of current line.
1586
1587 2004-10-08 Masatake YAMATO <jet@gyve.org>
1588
1589 * server.el (server-process-filter): Wrap `process-send-region'
1590 by `condition-case' to guard the case when the pipe to PROC is closed.
1591
1592 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1593
1594 * xml.el (xml-substitute-special): Limit handling of external entities.
1595
1596 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1597
1598 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1599
1600 2004-10-06 John Paul Wallington <jpw@gnu.org>
1601
1602 * xml.el (xml-parse-dtd): Fix `error' call.
1603
1604 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1605
1606 * xml.el (xml-substitute-special): Return a single string instead
1607 of a list of strings if an entity substitution is made.
1608
1609 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1610
1611 * calendar/icalendar.el: New file.
1612
1613 2004-10-05 Juri Linkov <juri@jurta.org>
1614
1615 * isearch.el (isearch-done): Set mark after running hook.
1616 Reported by Drew Adams <drew.adams@oracle.com>.
1617
1618 * info.el (Info-history, Info-toc): Fix Info headers.
1619 (Info-toc): Narrow buffer before Info-fontify-node.
1620 (Info-build-toc): Don't check for special Info file names.
1621 Set main-file to nil if Info-find-file returns a symbol.
1622
1623 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1624
1625 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1626 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1627 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1628
1629 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1630
1631 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1632 for old interactive spec from calendar-goto-iso-date.
1633 (calendar-goto-iso-date): Use it.
1634 (calendar-goto-iso-week): New function. Suggested by Emilio
1635 C. Lopes <eclig@gmx.net>.
1636
1637 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1638
1639 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1640 `set-right-margin' bindings that follow the minor mode conventions.
1641
1642 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1645 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1646 (latex-block-args-alist): Add minipage and picture.
1647 (latex-block-body-alist): Use reftex-label if enabled.
1648 (latex-insert-block): Don't insert a \n if not necessary.
1649 (tex-compile-commands): Make sure dvips doesn't send to printer.
1650 (tex-compile-default): Handle the case where no executable is found.
1651 (latex-noindent-environments): New var.
1652 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1653 If tex-indent-allhanging is non-nil, make sure we only align for macros
1654 at beginning of line.
1655
1656 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1657
1658 * newcomment.el (comment-beginning): Doc fix and don't choke on
1659 unset `comment-end-skip' when at beginning of comment.
1660
1661 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1662
1663 * term.el (term-adjust-current-row-cache): Don't allow the current
1664 row to become negative.
1665 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1666 the end of the line. Fix scroll down. Add comments.
1667 (term-handle-ansi-escape): Don't exceed terminal width when moving
1668 right.
1669 (term-scroll-region): Move the cursor after setting the scroll region.
1670
1671 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1674 to `width' for consistency with docstring. Doc fix.
1675
1676 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1677
1678 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1679 This is necessary for derived modes.
1680
1681 2004-09-30 Kim F. Storm <storm@cua.dk>
1682
1683 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1684 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1685
1686 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1687 kmacro-extract-lambda functions.
1688 (edit-kbd-macro): Handle kmacro lambda forms.
1689 Include counter and counter format in edit buffer.
1690 (edmacro-finish-edit): Get counter and format from edit buffer and
1691 update kmacro bindings when found.
1692
1693 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * textmodes/paragraphs.el (forward-paragraph):
1696 Avoid args-out-of-range error when point winds up at the beginning of
1697 the buffer and hard newlines are enabled.
1698
1699 * newcomment.el (comment-multi-line): Doc fix.
1700
1701 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1704 (diff-fixup-modifs): Catch unified-diff file-headers.
1705
1706 2004-09-29 Kim F. Storm <storm@cua.dk>
1707
1708 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1709 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1710 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1711
1712 * fringe.el (fringe-bitmap-p): New macro.
1713 (fringe-bitmaps): Add standard fringe bitmaps on load.
1714
1715 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * dired.el (dired-view-command-alist): Use more efficient regexps.
1718 Remove dubious arguments.
1719 (dired-align-file): New function.
1720 (dired-insert-directory): Use it.
1721 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1722 (dired-buffers-for-dir): Remove unused var `pattern'.
1723
1724 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1725
1726 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1727 from diary display excursion. Store diary buffer's point for
1728 `simple-diary-display'.
1729 (simple-diary-display): Set window point and start when
1730 displaying buffer, to preserve point.
1731
1732 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1733
1734 * textmodes/enriched.el (enriched-translations): Replace defconst
1735 with defvar.
1736
1737 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1738
1739 * printing.el: Doc fix.
1740 (pr-version): New version number (6.8.1).
1741 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1742 make-temp-name.
1743 (pr-delete-file): Check if file exists before deleting it.
1744 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1745
1746 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * term.el (term-display-table): New variable.
1749 (term-mode): Use it.
1750 (term-exec-1): Set the coding system to binary.
1751 (term-emulate-terminal): Decode the string before inserting it.
1752
1753 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1754
1755 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1756 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1757 (map): Bind S-prior, S-next and S-insert.
1758 (term-mode): Set `indent-tabs-mode' to nil.
1759 (term-paste): New function to be bound to S-insert.
1760 (term-send-del, term-send-backspace): Change the strings sent.
1761 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1762 (term-handle-colors-array): Fix handling of underline and reverse.
1763 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1764 (term-erase-in-line): Fix comparison.
1765 (term-emulate-terminal): Fix line wrap handling.
1766 (term-start-output-log): Rename from `term-set-output-log'.
1767 (term-stop-output-log): Rename from `term-stop-photo'.
1768 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1769
1770 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * dired.el (dired-move-to-filename): Don't output a message if
1773 raise-error is non-nil. Fix return position and value.
1774
1775 * files.el (insert-directory): Obey --dired even with symlinks.
1776
1777 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1778
1779 * ls-lisp.el (ls-lisp-format): Mark file names with property
1780 dired-filename.
1781
1782 2004-09-25 Kim F. Storm <storm@cua.dk>
1783
1784 * ido.el (ido-max-directory-size): New defcustom.
1785 (ido-decorations): Add "too big" element.
1786 (ido-directory-too-big): New dynamic var.
1787 (ido-may-cache-directory): Don't cache big directories.
1788 (ido-directory-too-big-p): New defun.
1789 (ido-set-current-directory): Update ido-directory-too-big.
1790 (ido-read-internal): Make empty ido-cur-item if too-big.
1791 (ido-buffer-internal): Use ido-read-internal directly instead of
1792 ido-read-buffer.
1793 (ido-file-internal): Init ido-directory-too-big.
1794 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1795 and redo completion with full list.
1796 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1797 it, and show completions.
1798 (ido-all-completions): Let bind ido-directory-too-big to nil.
1799 (ido-exhibit): Handle ido-directory-too-big.
1800 (ido-read-buffer): Handle fallback to read-buffer.
1801 Init ido-directory-too-big.
1802 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1803 Init ido-directory-too-big.
1804
1805 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1806
1807 * subr.el (delay-mode-hooks): Doc fix.
1808
1809 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1810
1811 * textmodes/enriched.el
1812 (enriched-default-text-properties-local-flag): New variable.
1813 (enriched-mode): Make sure that enabling and disabling the mode is
1814 a no-op. Doc fix.
1815
1816 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1817
1818 * calendar/holidays.el (holiday-advent): Report on a specified day
1819 offset from advent, not just advent.
1820 (holiday-easter-etc): Report on one specified day offset from
1821 easter, not all easter holidays. Various Easter holidays moved to
1822 `christian-holidays' variable in calendar.el.
1823 * calendar/calendar.el (christian-holidays): Adapt for new
1824 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1825
1826 2004-09-23 Kim F. Storm <storm@cua.dk>
1827
1828 * image.el (insert-sliced-image): Add doc string.
1829
1830 * ido.el (ido-choice-list): New dynamic var for `list' context.
1831 (ido-context-switch-command): New dynamic var.
1832 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1833 (ido-read-internal): Handle new `list' context.
1834 Handle insert-buffer and insert-file ido-exit values.
1835 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1836 ido-context-switch-command. Handle insert-file ido-exit value.
1837 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1838 unless it is already bound by caller.
1839 (ido-file-internal): New arg switch-cmd. Use it to setup
1840 ido-context-switch-command. Handle insert-buffer ido-exit value.
1841 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1842 used for context switching.
1843 (ido-all-completions): Handle new `list' context.
1844 (ido-make-choice-list): Return choices for `list' context.
1845 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1846 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1847 (ido-insert-buffer, ido-insert-file): Setup context switching.
1848 (ido-exhibit): Handle `list' context.
1849 (ido-read-file-name): Disable context switching. Handle fallback.
1850 (ido-read-directory-name): Disable context switching.
1851 (ido-completing-read): New defun like completing-read. Setup and
1852 use new `list' context.
1853
1854 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1855
1856 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1857
1858 2004-09-21 Jay Belanger <belanger@truman.edu>
1859
1860 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1861 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1862 separate window.
1863
1864 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1865
1866 * subr.el (after-change-major-mode-hook): Doc fix.
1867
1868 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1869
1870 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1871 of ghostscript for monochrome PostScript file in Windows.
1872
1873 2004-09-21 Kenichi Handa <handa@m17n.org>
1874
1875 * descr-text.el (describe-char): Checking of quail activation
1876 fixed.
1877
1878 2004-09-21 Jay Belanger <belanger@truman.edu>
1879
1880 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
1881
1882 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1883
1884 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
1885 after the mode hooks instead of before. Doc fix.
1886
1887 2004-09-20 Jason Rumney <jasonr@gnu.org>
1888
1889 * startup.el (command-line) [windows-nt]: Try .emacs first, then
1890 _emacs, but revert to .emacs if neither exists in home directory.
1891
1892 2004-09-20 John Paul Wallington <jpw@gnu.org>
1893
1894 * bindings.el (completion-ignored-extensions): Add .dfsl.
1895
1896 2004-09-20 Richard M. Stallman <rms@gnu.org>
1897
1898 * bindings.el (scroll-left): Make it disabled.
1899
1900 * files.el (enable-local-eval): Doc fix.
1901
1902 * indent.el (move-to-left-margin): Special case for minibuffer.
1903
1904 * term.el (term-emulate-terminal): Turn off undo for output.
1905 Use with-current-buffer and save-selected-window.
1906
1907 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
1908
1909 * progmodes/make-mode.el (makefile-fill-paragraph):
1910 Don't insist on spaces when looking for comments. # is enough.
1911
1912 * files.el (hack-local-variables): Copy the variables list
1913 to another buffer, strip prefixes and suffixes there, then read.
1914 (enable-local-eval): Doc fix.
1915 (ignored-local-variables): Initialize to nil.
1916 (risky-local-variable-p): Don't check ignored-local-variables here.
1917 (hack-one-local-variable): Ignore var if in ignored-local-variables.
1918
1919 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
1922 of = to "." (punctuation).
1923
1924 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * subr.el (event-basic-type): Fix mask (extend to 22bits).
1927
1928 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1929
1930 * textmodes/enriched.el (enriched-rerun-flag): New variable.
1931 (enriched-before-change-major-mode): New function.
1932 Add it to `change-major-mode-hook'.
1933 (enriched-after-change-major-mode): New function.
1934 Add it to `after-change-major-mode-hook'.
1935 (enriched-mode): Make it work correctly if called from
1936 `after-change-major-mode-hook'.
1937 No longer set `indent-line-function'.
1938
1939 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
1940
1941 * subr.el (after-change-major-mode-hook): New variable.
1942 (run-mode-hooks): Implement it.
1943
1944 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * battery.el (battery-linux-proc-apm): Use string-to-number.
1947 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1948 Use dolist (and less indentation). Use erase-buffer.
1949 Pre-initialize `design-capacity', `warn', and `low'.
1950 (battery-format): Use replace-regexp-in-string.
1951
1952 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1953
1954 * battery.el: Delete superfluous empty lines.
1955 (battery-linux-proc-acpi): Attempt to gather information from all
1956 battery subdirectories regardless of their file name.
1957 (battery-linux-proc-apm): Replace all occurrences of
1958 battery-hex-to-int-2 with string-to-int (base 16).
1959 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1960 (battery-hex-map): Delete variable.
1961
1962 2004-09-18 John Paul Wallington <jpw@gnu.org>
1963
1964 * calc/calc-units.el (calc-quick-units): Fix overzealous
1965 s/or/unless/.
1966
1967 2004-09-17 Jay Belanger <belanger@truman.edu>
1968
1969 * calc/calc.el (calc-mode-var-list): Fix the value of
1970 `calc-matrix-brackets'.
1971
1972 2004-09-17 Romain Francoise <romain@orebokech.com>
1973
1974 * ibuf-ext.el (define-ibuffer-filter filename):
1975 Expand dired-directory since buffer-file-name is absolute.
1976
1977 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1978
1979 * ediff-init.el (ediff-current-diff-face-A)
1980 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1981 (ediff-current-diff-face-Ancestor)
1982 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1983 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1984 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1985 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1986 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1987 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1988 Use min-colors.
1989
1990 * term.el (term-down): Perform vertical motion if DOWN is negative.
1991 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1992 (term-termcap-format): Synchronyze with the eterm terminfo entry
1993 in etc/e/eterm.ti.
1994 (term-handle-colors-array): If the current foreground or
1995 background are zero (i.e. unspecified), use the foreground and
1996 background of the default face for reverse video.
1997 (term-ansi-at-eval-string, term-ansi-default-fg)
1998 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1999 (term-mem): Delete ununsed function.
2000 (term-protocol-version): Increment.
2001 (term-current-face): Set to default.
2002
2003 2004-09-15 Jay Belanger <belanger@truman.edu>
2004
2005 * calc/calc.el (calc-mode-var-list): Define this variable.
2006 (calc-always-load-extensions, calc-line-numbering)
2007 (calc-line-breaking, calc-display-just, calc-display-origin)
2008 (calc-number-radix, calc-leading-zeros, calc-group-digits)
2009 (calc-group-char, calc-point-char, calc-frac-format)
2010 (calc-prefer-frac, calc-hms-format, calc-date-format)
2011 (calc-float-format, calc-full-float-format, calc-complex-format)
2012 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2013 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2014 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2015 (calc-matrix-brackets, calc-language, calc-language-option)
2016 (calc-left-label, calc-right-label, calc-word-size)
2017 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2018 (calc-display-raw, calc-internal-prec, calc-angle-mode)
2019 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2020 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2021 (calc-window-height, calc-display-trail, calc-show-selections)
2022 (calc-use-selections, calc-assoc-selections)
2023 (calc-display-working-message, calc-auto-why, calc-timing)
2024 (calc-mode-save-mode, calc-standard-date-formats)
2025 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2026 (calc-user-parse-tables, calc-gnuplot-default-device)
2027 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2028 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2029 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2030 (calc-invocation-macro, calc-show-banner): Give these values as
2031 part of `calc-mode-var-list's initialization after the variables
2032 are declared with defvar.
2033 (calc-bug-address): Changed email address to send bug
2034 reports to. Also changed the maintainer address at the top.
2035 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2036 than "\\.emacs" to determine if it is the user-init-file.
2037
2038 * calc/calc-embed.el (calc-embedded-set-modes): Use
2039 `calc-mode-var-list' correctly.
2040
2041 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
2042
2043 * vc.el (annotate-time): Document point handling.
2044 (vc-annotate-display-autoscale): Doc fix.
2045
2046 2004-09-15 Miles Bader <miles@gnu.org>
2047
2048 * generic.el (generic-make-keywords-list): Use symbol rather than
2049 word anchors in regexp.
2050
2051 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
2052
2053 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2054 no file name consider `dired-directory'.
2055
2056 2004-09-14 Kim F. Storm <storm@cua.dk>
2057
2058 * faces.el (cursor): Add face-no-inherit property. Doc fix.
2059
2060 2004-09-14 Simon Josefsson <jas@extundo.com>
2061
2062 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2063
2064 * textmodes/dns-mode.el: Add.
2065
2066 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2069 (disabled-command-function): Make the ?\ char more obvious.
2070
2071 * vc-arch.el (vc-arch-root, vc-arch-registered):
2072 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2073
2074 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2075
2076 * windmove.el (windmove-frame-edges): Report coordinates of
2077 outside edges of frame, not inside edges.
2078 (windmove-coordinates-of-position): Convert into wrapper to new
2079 function `windmove-coordinates-of-window-position';
2080 `compute-motion' always applies to selected window.
2081 (windmove-coordinates-of-position): Update documentation to refer
2082 to Emacs 21 Lisp Reference Manual.
2083 (windmove-find-other-window): Fix off-by-one errors for max x,y.
2084
2085 2004-09-13 Kim F. Storm <storm@cua.dk>
2086
2087 * isearch.el (isearch-resume-in-command-history): Rename from
2088 isearch-resume-enabled and change default to nil.
2089
2090 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * vc-hooks.el (vc-ignore-dir-regexp): New var.
2093 (vc-registered): Use it.
2094 (vc-find-root): New fun.
2095
2096 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2097 Don't tell to use \\{...} when it's already done.
2098
2099 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2100 Provide a sample complex default.
2101 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2102 (bibtex-entry): Use mapc.
2103
2104 2004-09-12 Kim F. Storm <storm@cua.dk>
2105
2106 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2107
2108 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2109 inhibit-field-text-motion to t so rectangles work in comint buffers.
2110
2111 * simple.el (choose-completion-string): Set buffer before running
2112 choose-completion-string-functions hook so it can be buffer-local.
2113
2114 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
2115
2116 * progmodes/compile.el (compilation-start): Parse command to see
2117 if it starts with a cd, and if so perform it for the *compilation*
2118 buffer. Change the header to reflect this.
2119
2120 2004-09-11 Kim F. Storm <storm@cua.dk>
2121
2122 * ido.el (ido-enable-dot-prefix): Doc fix.
2123 (ido-enable-dot-prefix): New defcustom.
2124 (ido-set-matches1): Use it.
2125
2126 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * textmodes/bibtex.el (bibtex-mark-active)
2129 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2130
2131 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2132
2133 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2134 used in a case insensitive environment.
2135 (bibtex-mode-map): Rearrange order of menus.
2136 (bibtex-quoted-string-re): Obsolete.
2137 (bibtex-complete-key-cleanup): Variable replaced by new function.
2138 (bibtex-font-lock-keywords): Use backquotes.
2139 (bibtex-font-lock-url-regexp): New internal variable.
2140 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2141 "OPT" and "ALT".
2142 (bibtex-insert-current-kill, bibtex-make-field)
2143 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2144 (bibtex-parse-field-text): Simplify.
2145 (bibtex-string=): New helper function.
2146 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2147 (bibtex-map-entries): Use bibtex-string=.
2148 (bibtex-search-entry): Use not.
2149 (bibtex-enclosing-field): Fix docstring.
2150 (bibtex-assoc-regexp): Obsolete.
2151 (bibtex-format-entry): Use assoc-string and bibtex-string=.
2152 (bibtex-autokey-get-names): Handle empty name field.
2153 (bibtex-parse-strings): Use assoc-string and unless.
2154 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2155 Use assoc-string.
2156 (bibtex-pop): Simplify.
2157 (bibtex-mode): Set font-lock-extra-managed-props.
2158 (bibtex-entry-update): Use assoc-string.
2159 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2160 (bibtex-autofill-entry): Use bibtex-string=.
2161 (bibtex-print-help-message): Simplify.
2162 (bibtex-find-entry): New optional arg START.
2163 (bibtex-validate): Use bibtex-string= and assoc-string.
2164 Do not call obsolete function compilation-parse-errors.
2165 (bibtex-remove-delimiters): Only remove delimiters if present.
2166 (bibtex-copy-entry-as-kill): Add docstring.
2167 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2168 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2169 (bibtex-complete): Use bibtex-predefined-month-strings,
2170 bibtex-string=, and new function bibtex-complete-key-cleanup.
2171 (bibtex-generate-url-list): New variable.
2172 (bibtex-url): New command bound to C-c C-l and mouse-2.
2173 (bibtex-url-map): New local keymap for bibtex-url-mouse.
2174 (bibtex-font-lock-url): New function.
2175
2176 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2179
2180 2004-09-09 Kim F. Storm <storm@cua.dk>
2181
2182 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2183 counter and format with binding.
2184 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
2185 the declared macro uses own macro counter and format. Give symbol
2186 kmacro property.
2187 (kmacro-keymap): Bind kmacro-name-last-macro to n.
2188 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2189 (kmacro-end-and-call-macro): Doc fix.
2190
2191 2004-09-09 Lars Hansen <larsh@math.ku.dk>
2192
2193 * desktop.el (desktop-clear-preserve-buffers):
2194 Remove make-obsolete-variable.
2195
2196 2004-09-08 Richard M. Stallman <rms@gnu.org>
2197
2198 * buff-menu.el (list-buffers-noselect): Call format-mode-line
2199 with the buffer as argument.
2200
2201 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2204
2205 2004-09-08 Juri Linkov <juri@jurta.org>
2206
2207 * replace.el (perform-replace): Use `query-replace-descr'.
2208
2209 * cus-start.el (history-delete-duplicates): Specify customization.
2210
2211 * diff-mode.el (diff-mode-map):
2212 * progmodes/compile.el (compilation-mode-map):
2213 * progmodes/grep.el (grep-mode-map):
2214 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2215 to `next-error-follow-minor-mode'.
2216
2217 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2218
2219 * isearch.el (isearch-lazy-highlight-update): Take into account
2220 the case of zero-length match at the search bound.
2221
2222 2004-09-08 Kim F. Storm <storm@cua.dk>
2223
2224 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2225 change. Use zero width overlays when necessary.
2226
2227 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2228
2229 * subr.el (split-string): Docfix.
2230
2231 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2232
2233 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2234 (display-call-tree): Ensure newline after caller/calls blocks.
2235
2236 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2237
2238 * startup.el (command-line-1): Make option
2239 --directory/-L modify `load-path' straight away.
2240
2241 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2242
2243 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2244
2245 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2246
2247 * emacs-lisp/autoload.el (make-autoload):
2248 Handle `define-compilation-mode'.
2249
2250 * emacs-lisp/lisp-mode.el (define-compilation-mode):
2251 Specify `doc-string-elt' property.
2252
2253 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2254
2255 * bs.el (bs-mode): Doc fix.
2256
2257 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2258
2259 * info.el (Info-insert-dir): Fix temp buffer leak bug.
2260
2261 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2262
2263 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2264
2265 2004-09-08 Kenichi Handa <handa@m17n.org>
2266
2267 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2268 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2269 ps-mule-next-point -> 1+).
2270
2271 * composite.el (encode-composition-rule): Add autoload cooky.
2272
2273 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2274
2275 * format.el (buffer-auto-save-file-format): Make it permanent local.
2276
2277 2004-09-07 Kim F. Storm <storm@cua.dk>
2278
2279 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2280 (authors-fixed-entries): Fix typo.
2281 (authors-canonical-author-name): Compact multiple spaces.
2282 Ignore trivial names (e.g. only first name).
2283
2284 * term.el (term-window-width): Only use full window width on
2285 window system if overflow-newline-into-fringe is enabled.
2286 (term-mode): Don't disable overflow-newline-into-fringe.
2287
2288 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2291 motion as seen on my Mac OS X xterms.
2292
2293 * newcomment.el (uncomment-region-default, comment-region-default):
2294 New functions extracted from uncomment-region and comment-region.
2295 (comment-region, comment-region-function, uncomment-region)
2296 (uncomment-region-function): Use them.
2297
2298 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2299
2300 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2301 It's not crucial but can make sense at times.
2302
2303 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2304 the first commit.
2305
2306 * vc.el (vc-buffer-context, vc-restore-buffer-context):
2307 Disable obsolete code.
2308
2309 2004-09-07 Juri Linkov <juri@jurta.org>
2310
2311 * progmodes/grep.el (grep-highlight-matches): Change default from
2312 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
2313 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2314 if grep option `--color' is available, or to `nil' otherwise.
2315 (grep-process-setup): Call `grep-compute-defaults' if
2316 `grep-highlight-matches' is not computed. Set env-vars only
2317 if `grep-highlight-matches' is `t'.
2318 (grep-use-null-device): Remove redundant type `boolean' (`choice'
2319 is already defined).
2320
2321 * progmodes/compile.el (compilation-start): Use copy of
2322 `process-environment' created by `copy-sequence' to not
2323 modify env-vars in the global `process-environment'.
2324
2325 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2326
2327 * simple.el (next-error-follow-minor-mode): Fix last change.
2328
2329 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2330
2331 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2332 permanent local.
2333
2334 2004-09-04 Richard M. Stallman <rms@gnu.org>
2335
2336 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2337 highlighting if the search string is empty.
2338
2339 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2340
2341 * facemenu.el (facemenu-active-faces): Change condition of inner
2342 `while' loop to also check the first two elements of `face-atts'
2343 and `mask-atts'.
2344
2345 2004-09-04 John Paul Wallington <jpw@gnu.org>
2346
2347 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2348 (thumbs-view-image-mode): Make buffer read-only.
2349
2350 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2351
2352 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2353 (ispell-check-version): Set it.
2354 (ispell-send-replacement): New function.
2355 (ispell-process-line): Call ispell-send-replacement.
2356
2357 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2358
2359 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2360 Support choosing seconds with "s".
2361
2362 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2363
2364 * terminal.el (te-escape): Show `?' in prompt for help key.
2365
2366 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2367
2368 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2369
2370 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2371
2372 * simple.el (next-error-follow-minor-mode)
2373 (next-error-follow-mode-post-command-hook): New functions.
2374 (next-error-follow-last-line): New defvar.
2375
2376 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2377 * progmodes/compile.el (compilation-mode-map): Likewise.
2378 * progmodes/grep.el (grep-mode-map): Likewise.
2379 * replace.el (occur-mode-map): Likewise.
2380
2381 * newcomment.el (uncomment-region): Bind comment-use-global-state
2382 to nil.
2383
2384 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2385
2386 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2387 locally around the call to `revert-buffer'.
2388
2389 2004-09-03 Juri Linkov <juri@jurta.org>
2390
2391 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2392 `isearch-adjusted' to `t'.
2393 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2394 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2395 (isearch-other-meta-char): Restore isearch-point unconditionally.
2396 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2397 Set point to start of match if region is not active in transient
2398 mark mode (to include the current match to region boundaries).
2399 Push the search string to `query-replace-from-history-variable'.
2400 Add prompt "Query replace regexp" for isearch-regexp.
2401 Add region beginning/end as last arguments of `perform-replace.'
2402 (isearch-query-replace-regexp): Replace code by the call to
2403 `isearch-query-replace' with arg `t'.
2404
2405 2004-09-03 Richard M. Stallman <rms@gnu.org>
2406
2407 * startup.el (normal-top-level): Undo previous TERM change.
2408
2409 2004-09-03 Kim F. Storm <storm@cua.dk>
2410
2411 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2412 highlight overlays; allow using RET when cursor is over a button.
2413 (cua--highlight-rectangle): Use it.
2414 (cua--rectangle-set-corners): Don't move backwards at eol.
2415 (cua--forward-line): Don't move into void after eob.
2416
2417 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2418 point is set (and displayed) inside rectangle.
2419 (cua--rectangle-operation): Fix for highlight of empty lines.
2420 (cua--highlight-rectangle): Fix highlight for tabs.
2421 Position cursor at left/right edge of rectangle using new `cursor'
2422 property on overlay strings.
2423 (cua--indent-rectangle): Don't tabify.
2424 (cua-rotate-rectangle): Ignore that point has moved.
2425
2426 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2427
2428 * term/mac-win.el: Add ASCII equivalents for some function keys.
2429 (mode-line-frame-identification): Sync with x-win.el.
2430
2431 2004-09-02 Juri Linkov <juri@jurta.org>
2432
2433 * progmodes/compile.el (compilation-buffer-name): Compare major
2434 mode with second element of compilation-arguments instead of third
2435 to reflect latest changes in compilation-arguments structure.
2436 (recompile): Use global variable `compilation-directory' to get
2437 recent compilation directory only when `recompile' is invoked NOT
2438 in the compilation buffer. Otherwise, use `default-directory' of
2439 the compilation buffer.
2440 (compilation-error-properties): Allow to funcall col and end-col.
2441 (compilation-mode-font-lock-keywords): Check col and end-col by
2442 `integerp'.
2443 (compilation-goto-locus): If end-mk is non-nil in transient mark
2444 mode don't activate the mark (and don't display message in
2445 push-mark), but highlight overlay between mk and end-mk.
2446
2447 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2448 (grep-regexp-alist): Add rule to highlight grep matches.
2449 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2450
2451 * info.el (Info-fontify-node): Don't compute other-tag
2452 if Info-hide-note-references=hide.
2453
2454 * help.el (function-called-at-point):
2455 * help-fns.el (variable-at-point):
2456 Try `find-tag-default' when other methods failed.
2457
2458 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2459 Do not push mark if inhibit-mark-movement is non-nil.
2460
2461 * textmodes/ispell.el (ispell-html-skip-alists):
2462 Fix backslashes in docstring.
2463
2464 2004-09-01 Juri Linkov <juri@jurta.org>
2465
2466 * isearch.el (isearch-wrap-function)
2467 (isearch-push-state-function): New defvars.
2468 (isearch-pop-fun-state): New defsubst.
2469 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2470 (isearch-push-state): Set the result of calling
2471 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2472 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2473 restore the mode-specific starting point of terminated search.
2474 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2475 (isearch-repeat): Call `isearch-wrap-function' if defined.
2476 (isearch-message-prefix): Don't add prefix "over" to the message
2477 for wrapped search if `isearch-wrap-function' is defined.
2478 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2479 restore the mode-specific starting point of failed search.
2480
2481 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2482 (Info-search): Add new optional arguments for the sake of isearch.
2483 Replace whitespace in Info-search-whitespace-regexp literally.
2484 Add backward search. Don't call `Info-select-node' if regexp is
2485 found in the same Info node. Don't add node to Info-history for
2486 wrapped isearch.
2487 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2488 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2489 (Info-mode): Set local variables `isearch-search-fun-function',
2490 `isearch-wrap-function', `isearch-push-state-function',
2491 `search-whitespace-regexp'.
2492
2493 * isearch.el: Remove ancient Change Log section.
2494 (isearch-string, isearch-message-string, isearch-point)
2495 (isearch-success, isearch-forward-flag, isearch-other-end)
2496 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2497 (isearch-barrier, isearch-within-brackets)
2498 (isearch-case-fold-search): Add suffix `-state' to state-related
2499 defsubsts to avoid name clashes with other function names.
2500
2501 * simple.el (next-error): New defgroup and defface.
2502 (next-error-highlight, next-error-highlight-no-select):
2503 New defcustoms.
2504 (next-error-no-select): Let-bind next-error-highlight to the value
2505 of next-error-highlight-no-select before calling `next-error'.
2506
2507 * progmodes/compile.el (compilation-goto-locus):
2508 Use `next-error' face instead of `region'. Set 4-th argument of
2509 `move-overlay' to `current-buffer' to move overlay to different
2510 source buffers. Use new variable `next-error-highlight'.
2511
2512 * simple.el (next-error-find-buffer): Move the rule
2513 "if current buffer is a next-error capable buffer" after the
2514 rule "if next-error-last-buffer is set to a live buffer".
2515 Simplify to test all rules in one `or'.
2516 (next-error): Doc fix.
2517 (next-error, previous-error, first-error)
2518 (next-error-no-select, previous-error-no-select):
2519 Make arguments optional.
2520
2521 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2522
2523 * macros.el (apply-macro-to-region-lines): Make it operate on all
2524 lines that begin in the region, rather than on all complete lines
2525 in the region.
2526
2527 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2528
2529 * x-dnd.el (x-dnd-protocol-alist): Document update.
2530 (x-dnd-known-types): Defcustom it.
2531 (x-dnd-handle-motif): Print message-atom in error message.
2532
2533 2004-08-30 John Paul Wallington <jpw@gnu.org>
2534
2535 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2536 strings rather than programatically constructing message.
2537
2538 2004-08-30 Richard M. Stallman <rms@gnu.org>
2539
2540 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2541 Don't return a string that would read as the wrong character code.
2542
2543 2004-08-29 Kim F. Storm <storm@cua.dk>
2544
2545 * emulation/cua-base.el (cua-auto-expand-rectangles):
2546 Remove automatic rectangle padding feature; replace by non-destructive
2547 virtual rectangle edges feature.
2548 (cua-virtual-rectangle-edges): New defcustom.
2549 (cua-auto-tabify-rectangles): New defcustom.
2550 (cua-paste): If paste into a marked rectangle, insert rectangle at
2551 current column, even if virtual; also paste exactly as many lines
2552 as has been marked (ignore additional lines or add empty lines),
2553 but paste whole source if only one line is marked.
2554 (cua--update-indications): No longer use overwrite-cursor to
2555 indicate rectangle padding
2556
2557 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2558 (cua--rectangle-virtual-edges): New defun.
2559 (cua--rectangle-get-corners): Remove optional PAD arg.
2560 (cua--rectangle-set-corners): Never do padding.
2561 (cua--forward-line): Remove optional PAD arg. Simplify.
2562 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2563 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2564 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2565 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2566 (cua--rectangle-move): Never do padding. Simplify.
2567 (cua--tabify-start): New defun.
2568 (cua--rectangle-operation): Add tabify arg. All callers changed.
2569 (cua--pad-rectangle): Remove.
2570 (cua--delete-rectangle): Handle delete with virtual edges.
2571 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2572 (cua--insert-rectangle): Handle insert at virtual column.
2573 Perform auto-tabify if necessary.
2574 (cua--activate-rectangle): Remove optional FORCE arg.
2575 Never do padding. Simplify.
2576 (cua--highlight-rectangle): Enhance for virtual edges.
2577 (cua-toggle-rectangle-padding): Remove command.
2578 (cua-toggle-rectangle-virtual-edges): New command.
2579 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2580 (cua--rectangle-post-command): Don't force rectangle padding.
2581 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2582
2583 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2584
2585 * indent.el (edit-tab-stops-buffer): Doc fix.
2586
2587 2004-08-28 Richard M. Stallman <rms@gnu.org>
2588
2589 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2590 (grep-tag-default): Function deleted.
2591
2592 * subr.el (find-tag-default): Moved from etags.el.
2593
2594 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2595
2596 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2597 into the basic character if it has an uppercase form.
2598
2599 2004-08-27 Kenichi Handa <handa@m17n.org>
2600
2601 * international/utf-8.el (utf-8-post-read-conversion): If the
2602 buffer is unibyte, temporarily make it multibyte.
2603
2604 2004-08-27 Masatake YAMATO <jet@gyve.org>
2605
2606 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2607
2608 2004-08-25 John Paul Wallington <jpw@gnu.org>
2609
2610 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2611 0, 1, and many mismatches in message.
2612 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2613
2614 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2615 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2616
2617 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2620 vc-diff-switches differently.
2621
2622 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2623
2624 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2625 before and a real defvar after
2626 `speedbar-supported-extension-expressions'. This is to silence
2627 the compiler without breaking bootstrapping.
2628
2629 2004-08-22 Richard M. Stallman <rms@gnu.org>
2630
2631 * textmodes/flyspell.el (flyspell-word):
2632 Use set-process-query-on-exit-flag.
2633 (flyspell-highlight-duplicate-region): Take POSS as arg.
2634 (flyspell-word): Pass POSS as arg.
2635
2636 * progmodes/ada-xref.el: Many doc and style fixes.
2637 (ada-find-any-references): Use compilation-start.
2638 (ada-get-ali-file-name): Improve error msg.
2639 (ada-get-ada-file-name): Likewise.
2640
2641 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2642 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2643
2644 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2645 Add forward defvar.
2646
2647 * whitespace.el (global-whitespace-mode): New alias
2648 for whitespace-global-mode.
2649
2650 * speedbar.el (speedbar-file-regexp): Definition moved up.
2651 (speedbar-mode, speedbar-set-mode-line-format):
2652 Use with-no-warnings.
2653 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2654
2655 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2656 controls whether to display the error buffer.
2657
2658 * ps-mule.el: Delete compatibility code for old Emacses.
2659 (ps-mule-find-wrappoint): Don't use chars-in-region.
2660
2661 * frame.el (display-mouse-p, display-selections-p):
2662 Use with-no-warnings.
2663
2664 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2665
2666 2004-08-22 David Kastrup <dak@gnu.org>
2667
2668 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2669 information.
2670
2671 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2672
2673 2004-08-22 Andreas Schwab <schwab@suse.de>
2674
2675 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2676
2677 2004-08-22 Masatake YAMATO <jet@gyve.org>
2678
2679 * cvs-status.el (cvs-status-checkout): New function.
2680 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2681
2682 2004-08-21 David Kastrup <dak@gnu.org>
2683
2684 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2685 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2686 has been converted to use hashtables, the relation `nil=none' is
2687 no longer valid, as `nil' is not a hashtable. This patch tries to
2688 reduce the number of resulting errors.
2689
2690 2004-08-21 John Paul Wallington <jpw@gnu.org>
2691
2692 * subr.el (process-kill-without-query): Made obsolete in
2693 version 21.4, not 21.5.
2694
2695 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2696 (vc-previous-comment, vc-next-comment)
2697 (vc-comment-search-reverse, vc-comment-search-forward)
2698 (vc-comment-to-change-log): Likewise.
2699
2700 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2701
2702 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2703
2704 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2705 Correct indentation of DEFMETHODS with non-standard method
2706 combinations (e.g., PROGN, MIN, MAX).
2707
2708 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * startup.el (normal-top-level-add-subdirs-to-load-path):
2711 Avoid unnecessarily checking system-type.
2712 (normal-top-level): Set TERM to "dumb". Simplify.
2713
2714 * avoid.el (mouse-avoidance-ignore-p): New fun.
2715 Also ignore switch-frame, select-window, double, and triple clicks.
2716 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2717 (mouse-avoidance-fancy-hook): Use it.
2718
2719 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2720
2721 * avoid.el (mouse-avoidance-nudge-mouse)
2722 (mouse-avoidance-banish-destination): Stay within the current window
2723 to avoid problems with mouse-autoselect-window.
2724
2725 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2728 the newer format of some messages in cvs-1.12.1.
2729
2730 2004-08-19 Masatake YAMATO <jet@gyve.org>
2731
2732 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2733 (elp-results-jump-to-definition-by-mouse)
2734 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2735 (elp-output-result): Use elp-output-insert-symname.
2736
2737 2004-08-18 Kenichi Handa <handa@m17n.org>
2738
2739 * language/cyrillic.el: Register koi8-r in
2740 ctext-non-standard-encodings-alist.
2741 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2742
2743 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2744
2745 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2746 that replaces 20xy with xy.
2747
2748 2004-08-17 John Paul Wallington <jpw@gnu.org>
2749
2750 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2751 (reb-force-update): Doc fix.
2752
2753 2004-08-16 Richard M. Stallman <rms@gnu.org>
2754
2755 * progmodes/which-func.el (which-func-update-1): Doc fix.
2756
2757 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2758 (sh-mode-abbrev-table): New variable.
2759
2760 * progmodes/compile.el (compilation-mode): Doc fix.
2761
2762 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2763 Don't cons a new symbol each time.
2764 (eval-last-sexp-fake-value): New variable.
2765
2766 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2767 (copyright-update-year): Detect continuation of list of years.
2768
2769 * term.el (term-default-fg-color, term-default-bg-color)
2770 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2771
2772 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2773
2774 2004-08-16 Davis Herring <herring@lanl.gov>
2775
2776 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2777 (isearch-success, isearch-forward-flag, isearch-other-end)
2778 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2779 (isearch-barrier, isearch-within-brackets)
2780 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2781
2782 2004-08-16 Kenichi Handa <handa@m17n.org>
2783
2784 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2785
2786 2004-08-15 Kenichi Handa <handa@m17n.org>
2787
2788 * term/x-win.el (x-selection-value): If utf8 was successful but
2789 ctext was not, use utf8 string.
2790
2791 2004-08-14 Davis Herring <herring@lanl.gov>
2792
2793 * isearch.el: Remove accidental changes of March 4. Fix backing
2794 up when a regexp isearch is made more general. Use symbolic
2795 accessor functions for isearch stack frames to make usage clearer.
2796 (search-whitespace-regexp): Made groups in documentation shy (as
2797 is the group in the default value).
2798 (isearch-fallback): New function, addresses problems with regexps
2799 liberalized by `\|', adds support for liberalization by `\}' (the
2800 general repetition construct), and incorporates behavior for
2801 `*'/`?'.
2802 (isearch-}-char): New command, calls `isearch-fallback' with
2803 arguments appropriate to a typed `}'.
2804 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2805 appropriately.
2806 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2807 (isearch-string, isearch-message,string, isearch-point)
2808 (isearch-success, isearch-forward-flag, isearch-other-end)
2809 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2810 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2811 New inline functions to read fields of a stack frame.
2812
2813 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2814
2815 * battery.el (battery-linux-proc-acpi): Look into battery
2816 directories matching the literal string "CMB", too (required for
2817 Linux kernel version 2.6.7).
2818
2819 2004-08-14 John Paul Wallington <jpw@gnu.org>
2820
2821 * cus-start.el (read-file-name-completion-ignore-case): Add.
2822 (blink-cursor-alist): Change version to "21.4".
2823
2824 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2825
2826 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2827
2828 * speedbar.el (speedbar-scan-subdirs): New option.
2829 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2830 dolist.
2831 (speedbar-insert-files-at-point): Take an extra argument and use
2832 it to optionally find out if a subdir is empty. Also unreadable
2833 files don't get expand buttons.
2834 (speedbar-directory): New image (unused pixmap already existed).
2835 (speedbar-expand-image-button-alist): Use it.
2836
2837 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2838
2839 CC Mode update to 5.30.9:
2840
2841 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2842 Move from cc-vars to cc-defs for dependency reasons. Fix the
2843 POSIX char class test to check that it works in
2844 `skip-chars-(forward|backward)' too.
2845
2846 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2847 first argument starts with a special brace list.
2848
2849 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2850 when `c-opt-type-concat-key' is used (i.e. in Pike).
2851
2852 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2853 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2854 >)".
2855
2856 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2857 whitespace safe.
2858
2859 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2860 position for `arglist-intro', `arglist-cont-nonempty' and
2861 `arglist-close' when there are two arglist open parens on the same
2862 line and there's nothing in front of the first.
2863
2864 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2865 locking of qualified names in Java, which previously could fontify
2866 common indexing expressions in many cases. The standard Java
2867 naming conventions are used to tell them apart.
2868
2869 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2870 Fix inconsistency wrt opening parens on the first line inside a paren
2871 block.
2872
2873 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
2874 compile time for the sake of `c-major-mode-is'.
2875
2876 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
2877 `c-major-mode-is' in the event that this is used inside a
2878 `c-lang-defconst'.
2879
2880 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2881 `c-lang-defconst' so that it works better with fallback languages.
2882
2883 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2884 it to fail to record the base mode.
2885
2886 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2887 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
2888 is used. Reordered the syntax checks to get more efficient
2889 skipping in some situations.
2890
2891 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
2892 continuation which might precede the newly inserted '{'.
2893
2894 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2895 Fix cases where it could loop indefinitely.
2896
2897 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
2898 size specs correctly. Only fontify identifiers in front of '('
2899 with as functions - don't accept any paren char. Tightened up
2900 initializer skipping to stop before function and class blocks.
2901
2902 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2903 the point could be left directly after an open paren when finding
2904 the beginning of the first decl in the block.
2905
2906 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
2907 table when filtering out legitimate open parens to be recorded.
2908 This could cause cache inconsistencies when e.g.
2909 `c++-template-syntax-table' was temporarily in use.
2910
2911 * progmodes/cc-engine.el (c-on-identifier)
2912 (c-simple-skip-symbol-backward): Small fix for handling "-"
2913 correctly in `skip-chars-backward'. Affected the operator lfun
2914 syntax in Pike.
2915
2916 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
2917 Fix bug that could cause an error from `after-change-functions' when
2918 the changed region is at bob.
2919
2920 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
2921
2922 CC Mode update to 5.30.9:
2923
2924 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
2925 to say that <TAB> doesn't insert WS into a CPP line.
2926 (c-indent-command, c-tab-always-indent): Amend doc strings.
2927
2928 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
2929 checks for user errors, thus eliminating cryptic and unhelpful
2930 Emacs error messages. (1) Check the arg to `c-set-style' is a
2931 string. (2) Check that settings to `c-offsets-alist' are not
2932 spuriously quoted.
2933
2934 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
2935 which precedes the newly inserted `{'.
2936
2937 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
2938
2939 Sync with Tramp 2.0.44.
2940
2941 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
2942 function "tramp_file_attributes". Otherwise, file names
2943 containing spaces are misinterpreted. Reported by Magnus Henoch
2944 <mange@freemail.hu>.
2945 (tramp-handle-file-truename): FILENAME must be expanded first.
2946 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2947 obscure results. Reported by D. Goel <deego@gnufans.org>.
2948 (tramp-handle-verify-visited-file-modtime): If file does not
2949 exist, say it is not modified if and only if that agrees with the
2950 buffer's record. Check whether a file is visiting the buffer, or
2951 the buffer has no recorded last modification time. Return t in
2952 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2953 <teirllm@auburn.edu>.
2954 (tramp-handle-write-region): Pass modtime explicitely to
2955 `set-visited-file-modtime', because filename can be different
2956 from (buffer-file-name) if `file-precious-flag' is set.
2957 `set-visited-file-modtime' must be called always when `visit' is t
2958 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2959 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2960 nil, don't apply the whole body. If the file doesn't exists, set
2961 modtime to '(-1 65535). Suggested by Luc Teirlinck
2962 <teirllm@auburn.edu>.
2963
2964 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2965
2966 * help.el (describe-bindings): Doc fix.
2967
2968 * subr.el (kbd): Doc fix.
2969
2970 2004-08-08 John Paul Wallington <jpw@gnu.org>
2971
2972 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2973 instead of `string-to-int'.
2974 (define-ibuffer-column mode): Fix indentation.
2975
2976 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2977
2978 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2979
2980 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2981
2982 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2983
2984 * novice.el (disabled-command-function): New variable renamed from
2985 `disabled-command-hook'.
2986 (disabled-command-hook): Keep the _variable_ as alias for
2987 `disabled-command-function' and make obsolete.
2988 (disabled-command-function): Function renamed from
2989 `disabled-command-hook'. Adapt code to name change of the variable.
2990
2991 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2992
2993 * simple.el (completion-root-regexp): New defvar.
2994 (completion-setup-function): Use it instead of a literal string.
2995
2996 2004-08-07 John Paul Wallington <jpw@gnu.org>
2997
2998 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2999 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3000 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3001 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3002
3003 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3004
3005 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3006 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3007
3008 2004-08-04 Kenichi Handa <handa@m17n.org>
3009
3010 * international/encoded-kb.el (encoded-kbd-setup-keymap):
3011 Fix previous change.
3012
3013 2004-08-03 Kenichi Handa <handa@m17n.org>
3014
3015 * international/encoded-kb.el: The following changes are to
3016 utilize key-translation-map instead of minor mode map.
3017 (encoded-kbd-iso2022-non-ascii-map): Delete it.
3018 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3019 (encoded-kbd-last-key): New function.
3020 (encoded-kbd-iso2022-single-shift): New function.
3021 (encoded-kbd-iso2022-designation)
3022 (encoded-kbd-self-insert-iso2022-7bit)
3023 (encoded-kbd-self-insert-iso2022-8bit)
3024 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3025 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3026 key-translation-map.
3027 (encoded-kbd-setup-keymap): Setup key-translation-map.
3028 (saved-key-translation-map): New variable.
3029 (encoded-kbd-mode): Save/restore key-translation-map.
3030 Adjust for the change of encoded-kbd-setup-keymap.
3031
3032 2004-08-02 Kim F. Storm <storm@cua.dk>
3033
3034 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3035 and call compute-motion with nil for topos and width to get proper
3036 usable width and height for both window and non-window systems.
3037
3038 * windmove.el (windmove-coordinates-of-position): Let compute-motion
3039 calculate usable window width and height.
3040
3041 * window.el (window-buffer-height): Call compute-motion with nil width.
3042
3043 2004-08-01 David Kastrup <dak@gnu.org>
3044
3045 * replace.el (query-replace-read-from):
3046 Use `query-replace-compile-replacement'.
3047 (query-replace-compile-replacement): New function.
3048 (query-replace-read-to): Use `query-replace-compile-replacement'
3049 for repeating the last command.
3050
3051 2004-08-01 John Paul Wallington <jpw@gnu.org>
3052
3053 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3054 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3055 (pr-switches): Remove period from end of error messages.
3056
3057 * help-mode.el (help-go-back): Likewise.
3058
3059 * abbrev.el (only-global-abbrevs): Doc fix.
3060 (edit-abbrevs-map): Define within defvar.
3061 (quietly-read-abbrev-file): Doc fix.
3062
3063 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
3064
3065 * novice.el (enable-command, disable-command): Doc fixes.
3066
3067 * subr.el (event-modifiers, event-basic-type): Doc fixes.
3068
3069 2004-07-30 Richard M. Stallman <rms@gnu.org>
3070
3071 * subr.el (with-local-quit): Doc fix.
3072
3073 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
3074
3075 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3076
3077 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
3078
3079 * custom.el (defcustom): Doc fix.
3080
3081 2004-07-28 Masatake YAMATO <jet@gyve.org>
3082
3083 * progmodes/etags.el (etags-tags-apropos): Show building progress.
3084
3085 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * imenu.el (imenu-prev-index-position-function)
3088 (imenu-extract-index-name-function, imenu-name-lookup-function)
3089 (imenu--index-alist): Docstring redundancy fix.
3090
3091 2004-07-25 Lars Hansen <larsh@math.ku.dk>
3092
3093 * wdired.el (wdired-finish-edit): Require dired-aux before locally
3094 binding dired-backup-overwrite.
3095
3096 2004-07-25 John Paul Wallington <jpw@gnu.org>
3097
3098 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3099
3100 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3101
3102 * term/tty-colors.el (tty-color-approximate): Doc fix.
3103
3104 * select.el (x-get-selection, x-set-selection): Doc fixes.
3105
3106 * frame.el (make-frame): Doc fix.
3107
3108 2004-07-24 Richard M. Stallman <rms@gnu.org>
3109
3110 * mail/rmail.el (rmail-mime-charset-pattern):
3111 Don't include semicolon in the charset value.
3112
3113 * replace.el (occur-next-error): Call set-window-point.
3114 (occur-engine): Handle negative NLINES.
3115
3116 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
3117
3118 * frame.el (modify-all-frames-parameters): Minor doc fix.
3119 (set-frame-configuration): Doc fix.
3120
3121 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3122
3123 * simple.el (completion-setup-function): Compute the common parts
3124 and the first difference place correctly when
3125 partial-completion-mode is on.
3126
3127 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3128
3129 * ps-print.el: Doc fix.
3130 (ps-print-version): New version 6.6.5.
3131 (ps-printing-region): Doc fix.
3132 (ps-generate-string-list): Comment fix.
3133 (ps-message-log-max): Code fix.
3134
3135 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
3136
3137 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3138 generated PostScript.
3139
3140 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
3141
3142 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
3143 with Gnus v5_10 branch.)
3144
3145 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
3146
3147 * calendar/time-date.el (time-to-number-of-days): New function.
3148 Imported from from Gnus.
3149
3150 2004-07-22 Kim F. Storm <storm@cua.dk>
3151
3152 * progmodes/make-mode.el: Fix comments.
3153
3154 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3155
3156 * printing.el: Doc fix.
3157
3158 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
3159
3160 * frame.el (modify-all-frames-parameters): Minor doc fix.
3161
3162 2004-07-20 Richard M. Stallman <rms@gnu.org>
3163
3164 * textmodes/fill.el (fill-nobreak-p): If this break point is
3165 at the end of the line, don't consider the newline which follows
3166 as a reason to return t.
3167
3168 2004-07-19 John Paul Wallington <jpw@gnu.org>
3169
3170 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3171
3172 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * dired-aux.el (dired-do-kill-lines): Expand docstring.
3175 Delete irrelevant code.
3176
3177 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3178
3179 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3180 New docstring. From Luc Teirlinck.
3181
3182 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
3183
3184 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3185 section.
3186 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3187 non-file buffers. We know it is nil.
3188
3189 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3190
3191 Sync with Tramp 2.0.43.
3192
3193 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3194 Remove outdated comment.
3195 (tramp-locked, tramp-locker): New variables for implementing a
3196 global lock.
3197 (tramp-sh-file-name-handler): Use them to implement the global lock.
3198
3199 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
3200
3201 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
3202 calls to respective `xxx` calls.
3203 (tramp-process-alive-regexp): Precise doc string.
3204 (tramp-multi-action-process-alive): New defun.
3205 (tramp-multi-actions): Use it.
3206 (tramp-handle-find-backup-file-name): `copy-tree' is available
3207 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
3208 in order to avoid this function.
3209 (tramp-handle-write-region): Set current buffer. If connection
3210 wasn't open, `file-modes' has changed it accidently. Reported by
3211 David Kastrup <dak@gnu.org>.
3212 (tramp-enter-password, tramp-read-passwd): New arguments USER and
3213 HOST.
3214 (tramp-action-password, tramp-multi-action-password): Apply it.
3215 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3216 name must still contain the port number. Otherwise, we have two
3217 Tramp buffers, with all the confusion. Reported by Myron Selby
3218 <myron@xytech.com> and Rolf Dubitzky
3219 <Dubitzky@physi.uni-heidelberg.de>.
3220
3221 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3222 HOST to `tramp-enter-passwd'.
3223
3224 * net/tramp-vc.el (all): Code cleanup. Change all
3225 `tramp-handle-xxx' calls to respective `xxx` calls.
3226
3227 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
3228
3229 * emacs-lisp/testcover.el: New category "potentially-1valued" for
3230 functions that are not erroneous if either 1-valued or
3231 multi-valued. Detect functions in this class.
3232 (testcover-1value-functions, testcover-compose-functions)
3233 (testcover-progn-functions) Added some additional functions to lists.
3234 (testcover-mark): Bugfix when marking up the definition for an
3235 empty function.
3236
3237 2004-07-17 Richard M. Stallman <rms@gnu.org>
3238
3239 * replace.el (occur-read-primary-args): Pass default to
3240 read-from-minibuffer.
3241
3242 * mail/footnote.el (footnote-section-tag): Use defcustom.
3243
3244 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3245 Compile font-lock-keywords, not KEYWORDS.
3246 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3247 Add warn, check-type. Handle cerror like error.
3248
3249 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3250
3251 * progmodes/which-func.el (which-func-keymap): New var.
3252 (which-func-face): New face.
3253 (which-func-format): Use them.
3254
3255 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3256
3257 * buff-menu.el (list-buffers-noselect): Append the buffer's
3258 process status to its mode name.
3259
3260 2004-07-16 Kim F. Storm <storm@cua.dk>
3261
3262 * simple.el (inhibit-mark-movement): New defvar.
3263 (beginning-of-buffer, end-of-buffer): Do not push mark if
3264 inhibit-mark-movement is non-nil or C-u prefix is given.
3265
3266 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3267 Init to beginning-of-buffer and end-of-buffer.
3268 (cua--undo-push-mark): New defvar.
3269 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3270 already active and command is in cua--preserve-mark-commands.
3271 Also fix check for shift modifier on non-window systems.
3272 (cua--post-command-handler): Clear inhibit-mark-movement if set.
3273
3274 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3277 of two integers, instead of a cons.
3278
3279 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3280 `visited-file-modtime' now returns a list of two integers, instead
3281 of a cons.
3282
3283 * dired.el (dired-directory-changed-p): Ditto.
3284
3285 * progmodes/grep.el (grep): Doc fix.
3286
3287 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3288
3289 * autorevert.el (auto-revert-tail-mode)
3290 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3291 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3292 in both at the same time.
3293 (auto-revert-tail-mode): New command.
3294 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3295 (auto-revert-handler): Revert only either tail or whole file.
3296
3297 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3298 add auto-revert-tail-mode.
3299
3300 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3301
3302 * printing.el: Doc fix. Change name of some funs.
3303 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
3304 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
3305 (pr-standard-file-name): New fun. Replace pr-standard-path.
3306 (pr-call-process): Code fix.
3307
3308 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
3309
3310 * subr.el (with-selected-window): Doc fix.
3311
3312 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
3313
3314 * subr.el (get-buffer-window-list): Doc fix.
3315
3316 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
3317
3318 * files.el (switch-to-buffer-other-window): Doc fix.
3319
3320 * window.el (save-selected-window, one-window-p)
3321 (split-window-keep-point, split-window-vertically)
3322 (split-window-horizontally): Doc fixes.
3323
3324 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3325
3326 * printing.el: Doc fix. Now it uses call-process instead of
3327 shell-command for low command execution.
3328 (pr-version): New version number (6.8).
3329 (pr-shell-file-name): Option removed.
3330 (pr-shell-command): Fun removed.
3331 (pr-call-process): New fun. Replace pr-shell-command.
3332 (pr-standard-path, pr-remove-nil-from-list): New funs.
3333 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3334 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3335 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3336 (pr-ps-utility-process, pr-txt-print): Code fix.
3337
3338 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3339
3340 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3341 boolean.
3342
3343 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3344
3345 * wid-edit.el (widget-field-buffer): Doc fix.
3346
3347 2004-07-09 John Paul Wallington <jpw@gnu.org>
3348
3349 * emacs-lisp/re-builder.el (reb-update-overlays):
3350 Distinguish between one and several matches in message.
3351
3352 2004-07-09 Richard M. Stallman <rms@gnu.org>
3353
3354 * mouse.el (mouse-set-region-1): If transient-mark-mode
3355 is `identity', change it to `only'.
3356
3357 * simple.el (current-word): Doc fix.
3358
3359 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3360
3361 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3362 so that it is more understanding of whitespace.
3363
3364 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3365 form
3366 (("ns" . "element") (attr-list) children) instead of
3367 ((:ns . "element") (attr-list) children) in order to reduce the
3368 number of symbols used.
3369 (xml-skip-dtd): Change to use xml-parse-dtd but set
3370 xml-validating-parsing to nil.
3371 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3372 (xml-substitute-entity): Remove in favor of new entity substitution.
3373 (xml-substitute-special): Rewrite in to substitute complex
3374 entities from DOCTYPE declarations.
3375 (xml-parse-fragment): Parse fragments from entity deleclarations.
3376 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3377 (xml-parse-dtd, xml-substitute-special): Make validity checks
3378 conditioned on xml-validating-parser. Add "Not Well Formed" to
3379 error messages about well-formedness.
3380
3381 2004-07-08 Steven Tamm <steventamm@mac.com>
3382
3383 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3384 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3385 Do not treat double clicks and triple clicks specially in the
3386 scroll bar (preventing strange repositioning problems)
3387
3388 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * replace.el (query-replace-regexp-eval): Fix last change.
3391
3392 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * replace.el (query-replace-descr): New fun.
3395 (query-replace-read-from, query-replace-read-args): Default to the
3396 previous from&to.
3397 (query-replace-read-to): Quote the `from' string when displaying it.
3398 (query-replace-regexp-eval): Immediately check read-only status.
3399 Use query-replace-read-from to get the \n checking.
3400 Quote the `from' string when displaying it.
3401 (map-query-replace-regexp, occur-read-primary-args):
3402 Quote the `from' string when displaying it.
3403
3404 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3405 delimited-ness of the search to query-replace.
3406
3407 * replace.el (query-replace-read-from, query-replace-read-to):
3408 New funs extracted from query-replace-read-args.
3409 (query-replace-read-args): Use them.
3410
3411 * replace.el (query-replace-interactive, query-replace-read-args):
3412 Remove the `initial' special value.
3413 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3414 (occur-engine): Remove unused var `matchend'.
3415
3416 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3417 Use the search string without prompting.
3418
3419 2004-07-05 Kenichi Handa <handa@m17n.org>
3420
3421 * international/mule.el (decode-coding-inserted-region):
3422 Set last-coding-system-used only when coding is nil.
3423
3424 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3425
3426 * progmodes/grep.el (grep-compute-defaults, grep-command)
3427 (grep-program, find-program, grep-find-use-xargs, grep-history)
3428 (grep-find-history, grep-tag-default, grep-find-command)
3429 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3430 Add autoload cookies, for unbundled packages that load `compile'
3431 and expect all grep-related symbols to become defined.
3432
3433 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3434
3435 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3436 (iimage-mode-image-search-path): New user option to search the
3437 image file.
3438 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3439 have locate-file.
3440 (iimage-mode-buffer): Use it.
3441
3442 2004-07-03 Nick Roberts <nickrob@gnu.org>
3443
3444 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3445 carefully.
3446 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3447
3448 2004-07-03 Juri Linkov <juri@jurta.org>
3449
3450 * replace.el (query-replace-read-args): Swallow space after 'foo,
3451 not after (quote foo). Match space only immediately after symbol,
3452 not anywhere in the whole string.
3453
3454 2004-07-02 Richard M. Stallman <rms@gnu.org>
3455
3456 * replace.el (query-replace-read-args): Swallow space after
3457 symbols, not after closeparens. But avoid error if string ends there.
3458
3459 * progmodes/python.el (python-beginning-of-statement):
3460 Exit the loop if backward-up-list gets error.
3461
3462 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3463
3464 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3465
3466 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3467 only if vc-consult-headers is non-nil.
3468
3469 2004-07-02 Juri Linkov <juri@jurta.org>
3470
3471 * pcvs.el (cvs-mode-diff-repository): New command.
3472
3473 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3474
3475 2004-07-01 Juri Linkov <juri@jurta.org>
3476
3477 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3478 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3479 C-M-% to isearch-query-replace-regexp.
3480 (minibuffer-local-isearch-map): Add arrow key bindings.
3481 Bind C-f to isearch-yank-char-in-minibuffer.
3482 (isearch-forward): Doc fix.
3483 (isearch-edit-string): Doc fix.
3484 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3485 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3486 (isearch-yank-char): Add optional arg.
3487 (isearch-yank-char-in-minibuffer): New fun.
3488
3489 * replace.el (query-replace-interactive): Change type from boolean
3490 to choice. Add value `initial'.
3491 (query-replace-read-args): Handle value `initial' of
3492 query-replace-interactive.
3493
3494 2004-06-29 Kim F. Storm <storm@cua.dk>
3495
3496 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3497 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3498
3499 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3500 Add :group 'ada.
3501
3502 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3503
3504 2004-06-29 Juri Linkov <juri@jurta.org>
3505
3506 * replace.el (query-replace-read-args): Swallow a space after
3507 everything except )]" which in most cases means after a symbol.
3508
3509 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3510
3511 2004-06-28 Richard M. Stallman <rms@gnu.org>
3512
3513 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3514 More changes to go with previous change in font-lock.el.
3515
3516 2004-06-26 David Kastrup <dak@gnu.org>
3517
3518 * replace.el (perform-replace): Highlight the match even in
3519 non-query mode if there is potential replace string editing.
3520
3521 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3522
3523 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3524 agree with new return value of `file-remote-p'.
3525 This syncs with Tramp 2.0.42.
3526
3527 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3528 according to new documentation of `file-remote-p'.
3529
3530 * files.el (file-remote-p): Fix doc to say that return value is
3531 identification of remote system, if not nil.
3532 (file-relative-name): Use new return value of `file-remote-p'.
3533
3534 2004-06-26 Nick Roberts <nickrob@gnu.org>
3535
3536 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3537 (gdb-goto-breakpoint): Fix breakage.
3538
3539 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3540
3541 * man.el (Man-getpage-in-background): Add windows-nt to the list
3542 of systems where shell-file-name should be used instead of
3543 literal "sh".
3544
3545 2004-06-25 Sam Steingold <sds@gnu.org>
3546
3547 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3548 function names `(setf symbol)'.
3549
3550 2004-06-24 Richard M. Stallman <rms@gnu.org>
3551
3552 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3553
3554 * font-lock.el (font-lock-keywords): Change format of compiled values.
3555 Document it.
3556 (font-lock-add-keywords): If font-lock-keywords is compiled,
3557 extract the uncompiled version, modify, then recompile.
3558 (font-lock-remove-keywords): Likewise.
3559 (font-lock-fontify-keywords-region): Handle changed format.
3560 (font-lock-compile-keywords): Handle changed format.
3561 (font-lock-set-defaults): Compile the keywords explicitly here.
3562
3563 2004-06-24 David Kastrup <dak@gnu.org>
3564
3565 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3566 replacements here.
3567 (query-replace-regexp): Doc string explaining this and the new
3568 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3569 is better placed in `query-replace-read-args'.
3570 (replace-regexp): Explain `\,', `\#' and `\?'.
3571 (replace-match-data): New function for thorough reuse/destruction
3572 of old match-data.
3573 (replace-match-maybe-edit): Function for implementing `\?' editing.
3574 (perform-replace): Fix maintaining of the match stack including
3575 already matched regions, implement `\?', fix various problems
3576 with regions while editing and other stuff.
3577 (replace-highlight): Simplify.
3578
3579 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3580
3581 * progmodes/grep.el (grep-error-screen-columns): New variable.
3582 (grep-regexp-alist): Give it the full functionality of gnu style
3583 compilation messages with line and column ranges. Ask me for the
3584 perl script I'm working on, that uses these.
3585
3586 2004-06-23 Nick Roberts <nickrob@gnu.org>
3587
3588 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3589 Remove.
3590 (comint-insert-input, comint-mouse-insert-input): New functions
3591 based on comint-insert-clicked-input for two bindings but just
3592 one functionality.
3593
3594 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3595
3596 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3597
3598 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3599
3600 * files.el (write-contents-functions): Doc fix.
3601
3602 2004-06-21 Juanma Barranquero <lektu@terra.es>
3603
3604 * image.el (image-library-alist): Rewrite docstring in active voice.
3605
3606 2004-06-20 Richard M. Stallman <rms@gnu.org>
3607
3608 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3609
3610 * isearch.el (isearch-repeat): Avoid testing old match data.
3611 (isearch-message): Display trailing space in special font
3612 when search is failing.
3613 (isearch-search-fun-function): Doc fix.
3614
3615 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3616
3617 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3618
3619 * frame.el (show-trailing-whitespace): Doc fix.
3620
3621 * cus-edit.el (custom-variable-documentation): New function.
3622 (custom-variable): Use it.
3623
3624 2004-06-19 Nick Roberts <nickrob@gnu.org>
3625
3626 * man.el (Man-getpage-in-background): Revert previous change but
3627 make cygwin a special case.
3628
3629 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3630
3631 * autorevert.el (global-auto-revert-non-file-buffers):
3632 Update docstring.
3633
3634 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3635
3636 * progmodes/compile.el (compilation-error-properties): Store one
3637 more than end-col, if present, so that transient-mark-mode will
3638 highlight last char too.
3639 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3640 ranges, if present.
3641
3642 2004-06-18 Jason Rumney <jasonr@gnu.org>
3643
3644 * makefile.w32-in: Double percent signs in for loops.
3645
3646 2004-06-17 David Kastrup <dak@gnu.org>
3647
3648 * replace.el (query-replace-read-args): Only warn about use of \n
3649 and \t when we are doing a regexp replacement and the actual
3650 escaped character is n or t.
3651 (query-replace-regexp): Add \, and \# interpretation to
3652 interactive call and document it.
3653 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3654 as shortkey for replace-count.
3655 (replace-quote): New function for doubling backslashes.
3656
3657 2004-06-17 Juanma Barranquero <lektu@terra.es>
3658
3659 * files.el (parse-colon-path, cd): Mention in docstring that the
3660 path separator is colon in GNU-like systems.
3661
3662 * newcomment.el (comment-region-internal): Fix docstring.
3663
3664 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3665 (ewoc-invalidate, ewoc-collect): Doc fixes.
3666 (ewoc--create-node, ewoc--delete-node-internal):
3667 Fix typos in docstring.
3668
3669 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3670
3671 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3672 manual to docstring.
3673
3674 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3675
3676 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3677
3678 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3679
3680 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3681 Add hyperlink to emacs-xtra manual to docstring.
3682
3683 * autorevert.el (global-auto-revert-non-file-buffers):
3684 Add hyperlink to emacs-xtra manual to docstring, as well as an
3685 info-link.
3686
3687 2004-06-14 Juanma Barranquero <lektu@terra.es>
3688
3689 * image.el (image-library-alist): New variable to map image types
3690 to external libraries. Initialized to nil, unless system-specific
3691 configs change it.
3692 (image-type-available-p): Determine whether an image type is
3693 available by calling `init-image-library'.
3694
3695 * term/w32-win.el (image-library-alist): Initialize to a known set
3696 of probable library names.
3697
3698 2004-06-14 Kenichi Handa <handa@m17n.org>
3699
3700 * international/code-pages.el (windows-1256, cp1125): Fix tables
3701 for several characters.
3702
3703 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3704
3705 2004-06-13 Richard M. Stallman <rms@gnu.org>
3706
3707 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3708
3709 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3710 not "`pc-selection-mode'".
3711
3712 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3713
3714 * simple.el (previous-matching-history-element): Specify a default.
3715
3716 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3717
3718 * cus-face.el (custom-declare-face): Simplify code.
3719
3720 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3721
3722 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * files.el (before-save-hook): Add `time-stamp' to the options.
3725
3726 * time-stamp.el (time-stamp): Recommend adding it to
3727 `before-save-hook', rather than `write-file-functions'.
3728 Make a similar change in `Commentary' section.
3729
3730 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3731
3732 * diff-mode.el (diff-current-defun): If at start of hunk, use
3733 position of first change.
3734
3735 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3736
3737 * dired-x.el (dired-mark-omitted): Bind to "*O".
3738
3739 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3740
3741 * bookmark.el (bookmark-bmenu-relocate): New function, as
3742 suggested by David J. Biesack <David.Biesack@sas.com>.
3743 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3744 (bookmark-bmenu-mode): Describe binding in doc string.
3745 (bookmark-set-filename): Save the bookmark list if it's time.
3746
3747 2004-06-13 Kenichi Handa <handa@m17n.org>
3748
3749 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3750 (ccl-untranslated-to-ucs): Fix typo.
3751
3752 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3753
3754 * progmodes/python.el (python-open-block-statement-p):
3755 Fix indentation after a block opening that contains a comment.
3756
3757 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3758
3759 * bindings.el (completion-ignored-extensions): Add file extensions
3760 of Python byte-compiled files.
3761
3762 2004-06-12 Juri Linkov <juri@jurta.org>
3763
3764 * info.el (Info-goto-node): Add autoload.
3765 (Info-toc): Add substring-no-properties on Info file name.
3766 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3767 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3768
3769 2004-06-12 Kenichi Handa <handa@m17n.org>
3770
3771 * international/mule-cmds.el (set-language-environment):
3772 Load subst tables if necessary.
3773
3774 * international/mule.el (decode-char): Load subst tables if necessary.
3775 (encode-char): Likewise.
3776
3777 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3778 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3779 (utf-16le-decode-loop): Set r5 to -1 before loop.
3780 (utf-16be-decode-loop): Likewise.
3781 (ccl-decode-mule-utf-16le): Add EOF processing block.
3782 (ccl-decode-mule-utf-16be): Likewise.
3783 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3784 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3785 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3786 (ccl-mule-utf-16-encode-untrans): New CCL.
3787 (utf-16-decode-to-ucs): Handle pre-read character.
3788 (utf-16le-encode-loop): Handle surrogate pair.
3789 (utf-16be-encode-loop): Likewise.
3790 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3791 of utf-16le-encode-loop.
3792 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3793 of utf-16be-encode-loop.
3794 (mule-utf-16-post-read-conversion):
3795 Call utf-8-post-read-conversion at first.
3796 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3797 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3798 Add post-read-conversion and pre-write-conversion.
3799
3800 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3801 (utf-translate-cjk-unicode-range): New variable.
3802 (utf-translate-cjk-load-tables): New function.
3803 (utf-lookup-subst-table-for-decode): New function.
3804 (utf-lookup-subst-table-for-encode): New function.
3805 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3806 tables here. Update safe-charsets of utf-* coding systems.
3807 (ccl-mule-utf-untrans): New CCL.
3808 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3809 at end of each branch.
3810 (ccl-mule-utf-8-encode-untrans): New CCL.
3811 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3812 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3813 length of encoding. Don't return r0.
3814 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3815 (utf-8-post-read-conversion): Narrow to region properly.
3816 If utf-translate-cjk-mode is on, load tables if necessary.
3817 Call utf-8-compose with hash-table arg if necessary.
3818 Call XXX-compose-region instead of XXX-post-read-convesion.
3819 (utf-8-pre-write-conversion): New function.
3820 (mule-utf-8): Include CJK charsets in safe-charsets if
3821 utf-translate-cjk-mode is on. Add pre-write-conversion.
3822
3823 * international/characters.el: Temporarily set
3824 utf-translate-cjk-mode to nil.
3825
3826 * language/devan-util.el (devanagari-compose-region):
3827 Add autoload cookie.
3828
3829 * international/ccl.el (ccl-dump-call): Fix printing the
3830 subroutine name.
3831
3832 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3833
3834 * dired.el (dired-revert): If buffer is marked unmodified before
3835 reverting, keep it marked unmodified.
3836 Adapt to new conventions for commenting out code.
3837 (dired-make-relative): Adapt to new conventions for commenting out code.
3838
3839 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3840
3841 * eshell/esh-module.el (eshell-load-defgroups):
3842 Bind `vc-handled-backends' to nil when opening files.
3843
3844 2004-06-11 Juanma Barranquero <lektu@terra.es>
3845
3846 * files.el (parse-colon-path, cd): Doc fixes (refer to
3847 `path-separator', not colon).
3848
3849 2004-06-10 Juanma Barranquero <lektu@terra.es>
3850
3851 * newcomment.el (comment-search-forward)
3852 (comment-search-backward): Fix typos in docstring.
3853 (comment-region): Doc fix.
3854
3855 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3858 switch is no longer stored in `dired-switches-alist'.
3859
3860 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3861 `dired-switches-alist'.
3862
3863 2004-06-10 Kim F. Storm <storm@cua.dk>
3864
3865 * pcvs.el (cvs-mode-diff-yesterday): New command.
3866
3867 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3868
3869 2004-06-10 Juri Linkov <juri@jurta.org>
3870
3871 * emacs-lisp/edebug.el (edebug-eval-defun):
3872 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3873 Fix docstring.
3874
3875 * simple.el (eval-expression-print-format): Don't print additional
3876 information on the first call to `eval-print-last-sexp'.
3877 (next-error-find-buffer): Fix punctuation.
3878 (killing) <defgroup>: Fix punctuation.
3879 (yank-excluded-properties): Change group from editing to killing.
3880
3881 * replace.el (perform-replace): Use `limit' to terminate the
3882 while-loop explicitly.
3883
3884 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3885
3886 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
3887 Use lc-*.xpm as prefix instead of *-locol.xpm.
3888
3889 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
3890 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
3891 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
3892 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
3893 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
3894 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
3895 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
3896 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
3897 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
3898 * toolbar/lc-up_arrow.xpm:
3899 Renamed from *-locol.xpm.
3900
3901 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
3902
3903 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
3904 include forms like &<str>; as valid url patterns.
3905
3906 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
3907
3908 * dired.el (dired-diff, dired-backup-diff)
3909 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
3910 (dired-do-chown, dired-do-touch, dired-do-print)
3911 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
3912 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
3913 (dired-create-directory, dired-do-copy, dired-do-symlink)
3914 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
3915 (dired-do-copy-regexp, dired-do-hardlink-regexp)
3916 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
3917 (dired-maybe-insert-subdir, dired-next-subdir)
3918 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
3919 (dired-kill-subdir, dired-tree-up, dired-tree-down)
3920 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
3921 (dired-run-shell-command, dired-query): Remove redundant,
3922 or incorrect, autoloads.
3923
3924 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
3925 does not end in a slash. Add optional argument KILL-ROOT.
3926 Update docstring.
3927 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
3928 (dired-query): Add autoloads.
3929
3930 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
3931
3932 * progmodes/compile.el (compilation-set-window-height):
3933 Rearrange the save-* functions because a buffer can have several current
3934 point in different windows.
3935 (compilation-error-regexp-alist-alist): Recognize {standard input}
3936 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
3937
3938 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3939
3940 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
3941 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
3942 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
3943 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
3944 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3945 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3946 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3947 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3948 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3949 * toolbar/up_arrow-locol.xpm:
3950 New versions of icons that uses fewer colors.
3951
3952 * toolbar/tool-bar.el (tool-bar-local-item)
3953 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3954 if display-color-cells is 256 or less.
3955
3956 2004-06-08 Kim F. Storm <storm@cua.dk>
3957
3958 * wid-edit.el (widget-specify-button): Use hand pointer rather
3959 than mouse-face as visible mouse-over effect.
3960
3961 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3962
3963 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3964 and `print-level' to nil when writing out `save-place-alist'.
3965 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3966
3967 2004-06-07 Juanma Barranquero <lektu@terra.es>
3968
3969 * completion.el (completion-kill-region): Doc fix.
3970
3971 * format.el (format-insert-annotations)
3972 (format-annotate-location): Doc fixes.
3973 (format-subtract-regions): Make arguments match their use in docstring.
3974
3975 * simple.el (kill-region): Doc fix.
3976
3977 * subr.el (insert-buffer-substring-no-properties)
3978 (insert-buffer-substring-as-yank): Doc fixes.
3979
3980 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3981
3982 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3983 Update docstring.
3984 (dired-reset-subdir-switches): New function.
3985
3986 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3987 Limit scope of `buffer-read-only' binding.
3988
3989 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3990
3991 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3992 eshell-explicit-command-char.
3993
3994 2004-06-06 Juanma Barranquero <lektu@terra.es>
3995
3996 * help-fns.el (help-argument-name): Inherit from italic face only
3997 if the frame supports it.
3998
3999 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4000
4001 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4002 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4003 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4004 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4005 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4006 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4007 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4008 New conversions from xpm files.
4009
4010 * toolbar/README: New file.
4011
4012 2004-06-06 Richard M. Stallman <rms@gnu.org>
4013
4014 * isearch.el (isearch-mode-map): Undo previous change.
4015
4016 2004-06-05 Juri Linkov <juri@jurta.org>
4017
4018 * bindings.el (debug-ignored-errors): Add regexps for history
4019 related messages. Remove $ from "No further undo information".
4020 Move Ediff's messages to ediff.el.
4021
4022 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4023
4024 * cus-edit.el (custom-display): Add `min-colors'.
4025
4026 * custom.el (defface): Add `supports' to docstring.
4027
4028 * help-fns.el (help-argument-name): Add :group 'help.
4029
4030 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
4031
4032 * find-dired.el (find-ls-subdir-switches): New user option.
4033 (find-dired): No longer call `abbreviate-file-name' on DIR.
4034 Set `dired-subdir-switches' buffer-locally.
4035
4036 * locate.el: Merge the two `Commentary' sections.
4037 (locate-ls-subdir-switches): New user option.
4038 (locate): Update for other changes.
4039 (locate-mode-map): Restore Dired binding for mouse-2.
4040 Bind `locate-mouse-view-file' to M-mouse-2.
4041 Bind `l' to `locate-do-redisplay'.
4042 (locate-main-listing-line-p, locate-do-redisplay): New functions.
4043 (locate-mouse-view-file, locate-tags, locate-find-directory):
4044 Print message if used outside main listing.
4045 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
4046 Various changes to support inserted subdirectories.
4047 (locate-insert-header): Change header of *Locate* buffer.
4048
4049 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4050 Change interactive default switches.
4051 (dired-rename-subdir-2): Update `dired-switches-alist'.
4052 (dired-insert-subdir, dired-kill-subdir):
4053 Handle `dired-switches-alist'. Do not mark buffer modified.
4054 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4055 (dired-insert-subdir-doinsert): Omit messages.
4056 Handle `dired-subdir-switches'.
4057 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4058
4059 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4060 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4061 subdirs if -R switch is used for a subdir.
4062 (dired-mode): Set `dired-switches-alist'.
4063 (dired-build-subdir-alist): Only print number of directories in
4064 echo area when invoked interactively.
4065
4066 2004-06-05 Lars Hansen <larsh@math.ku.dk>
4067
4068 * dired-x.el (dired-omit-mode): Rename from
4069 dired-omit-files-p. Use define-minor-mode to define it.
4070 (dired-omit-files-p): Add as alias for dired-omit-mode.
4071 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
4072 dired-mark-omitted.
4073 (dired-mark-omitted): Add. Bind to M-O.
4074
4075 2004-06-05 Kenichi Handa <handa@m17n.org>
4076
4077 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4078
4079 2004-06-05 Juanma Barranquero <lektu@terra.es>
4080
4081 * help-fns.el (help-argument-name): Reintroduce face.
4082 (help-default-arg-highlight): Use it, now that
4083 `face-differs-from-default-p' can be trusted.
4084
4085 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4086
4087 * textmodes/table.el: Sentence commands added to Point Motion
4088 group; kill and backward-kill commands added to Extraction group.
4089
4090 2004-06-04 Mario Lang <mlang@delysid.org>
4091
4092 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4093 systems appear to use mW, make the code handle this. Fix a
4094 division-by-zero bug while at it, and handle kernels with
4095 a slightly different layout in /proc/acpi.
4096
4097 2004-06-04 Karl Fogel <kfogel@red-bean.com>
4098
4099 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4100 because the latter is a CL-ism. This fixes the bug reported by
4101 Shawn Boyette <mdxi@collapsar.net> in
4102 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4103
4104 2004-06-04 Miles Bader <miles@gnu.org>
4105
4106 * faces.el (display-supports-face-attributes-p): Function moved to
4107 C code. Previously only the tty-related portion of this function
4108 was done in C; however the previous attempt to do a halfway-proper
4109 job for non-tty displays in lisp didn't work properly because of
4110 funny conditions during Emacs startup.
4111 (face-differs-from-default-p): Simplify, now that
4112 display-supports-face-attributes-p works properly on all display
4113 types. Remove :stipple from comparison; it doesn't really work
4114 in emacs anyway.
4115
4116 2004-06-04 Miles Bader <miles@gnu.org>
4117
4118 * faces.el (face-differs-from-default-p): Use a different
4119 implementation, so we can really check whether FACE displays
4120 differently or not.
4121
4122 2004-06-04 Miles Bader <miles@gnu.org>
4123
4124 * faces.el (display-supports-face-attributes-p): Implement a
4125 `different from default' check for non-tty displays.
4126
4127 2004-06-03 David Kastrup <dak@gnu.org>
4128
4129 * woman.el (woman-mapcan): More concise code.
4130 (woman-topic-all-completions, woman-topic-all-completions-1)
4131 (woman-topic-all-completions-merge): Replace by a simpler and
4132 much faster implementation based on O(n log n) sort/merge instead
4133 of the old O(n^2) behavior.
4134
4135 2004-06-03 Miles Bader <miles@gnu.org>
4136
4137 * subr.el (read-number): Use canonical format for default in prompt.
4138
4139 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4140 Add regexp for " [...]" style defaults.
4141
4142 2004-06-02 Romain Francoise <romain@orebokech.com>
4143
4144 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4145 groups: if the user asks for a hidden buffer, open the
4146 corresponding filter group to expose it.
4147
4148 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4149 `ibuffer-jump-to-buffer'.
4150 (ibuffer-jump-offer-only-visible-buffers): New user option.
4151
4152 2004-06-02 Juanma Barranquero <lektu@terra.es>
4153
4154 * faces.el (frame-update-faces): Add empty docstring so the one
4155 for `ignore' doesn't show through.
4156
4157 * subr.el (process-kill-without-query): Remove spurious "\n" on
4158 obsolescence string.
4159 (focus-frame, unfocus-frame): Add obsolescence declaration and
4160 empty docstring.
4161
4162 * international/mule.el (register-char-codings): Make alias for
4163 `ignore'. Move docstring to obsolescence info and remove redundancy.
4164
4165 2004-06-02 Kim F. Storm <storm@cua.dk>
4166
4167 * frame.el (blink-cursor-start): Turn cursor off initially so blink
4168 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4169
4170 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * comint.el (comint-replace-by-expanded-history-before-point):
4173 Obey `start' as the docstring says.
4174 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4175 (comint-update-fence): Prevent font-lock from running unnecessarily.
4176 (comint-dynamic-list-completions): Use with-current-buffer.
4177
4178 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4179
4180 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4181 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4182 (bibtex-entry-update): Handle alternatives and optional fields.
4183 (bibtex-parse-entry): Bugfix, handle empty key.
4184
4185 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * vc-arch.el (vc-arch-state): Don't assume the file exists.
4188
4189 2004-05-31 Lars Hansen <larsh@math.ku.dk>
4190
4191 * desktop.el (desktop-save): Don't save minor modes without a
4192 known mode initialization function.
4193
4194 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
4195
4196 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4197
4198 * autorevert.el: Update `Commentary' section.
4199
4200 2004-05-30 Juanma Barranquero <lektu@terra.es>
4201
4202 * dos-fns.el (convert-standard-filename):
4203 * files.el (convert-standard-filename):
4204 * w32-fns.el (convert-standard-filename):
4205 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4206
4207 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4208
4209 Sync with Tramp.
4210
4211 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4212 (tramp-let-maybe): Move to an earlier spot in the file.
4213 Patch by Andreas Schwab.
4214
4215 2004-05-30 Andreas Schwab <schwab@suse.de>
4216
4217 * dired.el (dired-get-filename): Don't use dired-re-dot.
4218
4219 2004-05-30 Richard M. Stallman <rms@gnu.org>
4220
4221 * files.el (find-file): Doc fix.
4222
4223 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4224
4225 2004-05-30 Nick Roberts <nickrob@gnu.org>
4226
4227 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4228 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4229 modeline of the locals buffer.
4230 (gdb-goto-breakpoint): Handle gdbmi.
4231 (gdb-get-frame-number): Change for gdbmi.
4232
4233 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
4234
4235 * files.el (file-remote-p): Apply file name handler for operation
4236 `file-remote-p'. It isn' a property any longer.
4237 (file-relative-name): `fh' and `fd' get the required value via
4238 `find-file-name-handler' already.
4239
4240 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4241 (top): Remove setting of `file-remote-p' property for
4242 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
4243
4244 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4245
4246 Version 2.0.41 of Tramp released.
4247
4248 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4249 Throw away if process has died.
4250 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4251 (tramp-out-of-band-prompt-regexp): Rename to
4252 `tramp-process-alive-regexp', because its usage is widen.
4253 (tramp-actions-copy-out-of-band): Apply it.
4254 (tramp-actions-before-shell, tramp-multi-actions):
4255 Add `tramp-action-process-alive' action.
4256 (tramp-action-process-alive): New defun.
4257 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4258 Add entry for `file-remote-p'.
4259 (tramp-handle-file-remote-p): New defun.
4260 (top): Remove setting of `file-remote-p'. Don't set
4261 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4262
4263 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4264 `file-remote-p'.
4265
4266 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4267 counted for (last) line. [They should or they shouldn't? --Stef]
4268 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4269
4270 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4271
4272 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4273 not really necessary but seems to keep the shell history smaller
4274 in some cases. It is no substitute for setting HISTFILE and
4275 HISTSIZE from tramp-open-connection-setup-interactive-shell,
4276 though. Suggested by Luc Teirlinck.
4277 (tramp-open-connection-setup-interactive-shell): Export variables
4278 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
4279 (tramp-set-process-query-on-exit-flag): New compat function.
4280 (tramp-open-connection-multi, tramp-open-connection-su)
4281 (tramp-open-connection-rsh, tramp-open-connection-telnet)
4282 (tramp-do-copy-or-rename-file-out-of-band): Use it.
4283 (tramp-let-maybe): New macro, let-binds a variable only if it
4284 isn't obsolete.
4285 (tramp-check-ls-commands, tramp-handle-expand-file-name)
4286 (tramp-handle-file-truename): Use it.
4287 (tramp-completion-file-name-regexp-unified): Avoid matching
4288 filenames starting with "/:" -- those are reserved for
4289 file-name-non-special.
4290
4291 * tramp-smb.el (tramp-smb-open-connection):
4292 Use tramp-set-process-query-on-exit-flag compat function.
4293
4294 2004-05-29 Richard M. Stallman <rms@gnu.org>
4295
4296 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4297
4298 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4299 (eval-last-sexp-print-value): Print char equivalent regardless
4300 of standard-output value.
4301
4302 * thumbs.el (thumbs-subst-char-in-string): Delete.
4303 (thumbs-thumbname): Use subst-char-in-string.
4304 (thumbs-resize-image): Use condition-case, not ignore-errors.
4305 (thumbs-kill-buffer): Likewise.
4306
4307 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
4308 (thumbs-mode): Make buffer read-only.
4309 (thumbs-make-thumb): Unconditionally accept an existing file.
4310 (thumbs-insert-thumb): Add thumb-image-file property to the image.
4311 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4312 (thumbs-show-thumbs-list): Error if images not supported.
4313 (thumbs-save-current-image): Improve prompt string.
4314 (thumbs-mode-map): Define u, R, x.
4315 (thumbs-unmark): New command.
4316 (thumbs-emboss-image): Minor cleanup.
4317 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4318 (thumbs-rename-images): New command.
4319 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4320
4321 * thumbs.el (thumbs-current-image): New function.
4322 (thumbs-file-list, thumbs-file-alist): New functions.
4323 (thumbs-find-image): Delete arg L.
4324 Don't set up thumbs-fileL as buffer-local global var.
4325 (thumbs-find-image-at-point): Use thumbs-current-image.
4326 (thumbs-set-image-at-point-to-root-window): Likewise.
4327 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4328 Record and warn about errors. Update thumbs-markedL for deletions.
4329 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4330 (thumbs-redraw-buffer): Use thumbs-file-list.
4331 (thumbs-mark): Use thumbs-current-image.
4332 (thumbs-show-name): Use thumbs-current-image.
4333
4334 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4335 and imenu--last-menubar-index-alist.
4336
4337 * subr.el (with-selected-window): Undo previous change.
4338
4339 2004-05-29 John Paul Wallington <jpw@gnu.org>
4340
4341 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4342 (thumbs-mouse-find-image): New command.
4343 (thumbs-mode-map): Bind it to mouse-2.
4344 (thumbs-mode): Make mode-class special.
4345 (thumbs-view-image-mode): Likewise.
4346
4347 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4348
4349 * flymake.el: New file.
4350
4351 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4352
4353 * files.el (find-file-noselect-1): Do not bind
4354 `inhibit-read-only' to t during execution of
4355 `find-file-not-found-functions'.
4356
4357 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4360 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4361
4362 2004-05-28 Juri Linkov <juri@jurta.org>
4363
4364 * simple.el (eval-expression-print-format): New fun.
4365
4366 * simple.el (eval-expression):
4367 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4368 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4369 (edebug-eval-expression): Print additionally the value returned by
4370 `eval-expression-print-format'.
4371
4372 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4373 (insert-pair): Make arguments optional. Find character pair
4374 from `insert-pair-alist' according to the last input event.
4375 (insert-parentheses): Make arguments optional.
4376 (raise-sexp, delete-pair): New funs.
4377
4378 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4379 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4380 Bind C-M-q to `indent-pp-sexp'.
4381
4382 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4383 `pp-to-string' modified to be able to format text with newlines.
4384 (pp-to-string): Move the buffer-formatting part of the code to
4385 `pp-buffer'. Call `pp-buffer'.
4386
4387 * info.el (Info-desktop-buffer-misc-data): Don't save information
4388 about virtual files.
4389 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4390 buffers with names obtained from the desktop file instead of the
4391 default *info* buffer.
4392
4393 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * subr.el (with-selected-window): Only save/restore the selected window.
4396
4397 * progmodes/compile.el (compilation-error-regexp-alist):
4398 Use expand-file-name and data-directory.
4399
4400 * progmodes/grep.el (grep-tree): Rework previous fix.
4401
4402 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4403 after the user marked text with the mouse.
4404
4405 * startup.el (command-line): Keep the first regexp of
4406 auto-save-file-name-transforms intact.
4407
4408 2004-05-28 Juanma Barranquero <lektu@terra.es>
4409
4410 * cus-edit.el (customize-face, customize-face-other-window)
4411 (custom-face-edit-delete): Make arguments match their use in
4412 docstring.
4413 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4414 docstring.
4415
4416 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4417 not `cvs-butlast'.
4418
4419 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4420 `nbutlast' are in subr.el).
4421
4422 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4423 (set-w32-system-coding-system): Doc fixes.
4424
4425 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4426 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4427 Make arguments match their use in docstring.
4428 (artist-draw-region-trim-line-endings)
4429 (artist-mouse-choose-operation): Fix typo in docstring.
4430 (artist-key-set-point-common): Doc fix.
4431
4432 2004-05-28 Simon Josefsson <jas@extundo.com>
4433
4434 * mail/smtpmail.el (smtpmail-open-stream):
4435 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4436
4437 2004-05-26 Simon Josefsson <jas@extundo.com>
4438
4439 * starttls.el: Merge with my GNUTLS based starttls.el.
4440 (starttls-gnutls-program, starttls-use-gnutls)
4441 (starttls-extra-arguments, starttls-process-connection-type)
4442 (starttls-connect, starttls-failure, starttls-success): New variables.
4443 (starttls-program, starttls-extra-args): Doc fix.
4444 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4445 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4446 and pass on to corresponding *-gnutls function if it is set.
4447
4448 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4451 remote files.
4452
4453 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * files.el (file-name-non-special): There are more operations
4456 which need handling: `find-backup-file-name',
4457 `insert-file-contents', `verify-visited-file-modtime',
4458 `write-region'. Rename t value of method to `add'. Add new
4459 methods `quote' and `unquote-then-quote' to file-arg-indices.
4460
4461 2004-05-25 Juri Linkov <juri@jurta.org>
4462
4463 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4464 (Info-index-nodes): Enclose code in condition-case to catch errors.
4465 (Info-index-node): Don't search all index nodes if request is only
4466 for the current node and file is not in the cache of index nodes.
4467 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4468 for consistency with dired-copy-filename-as-kill.
4469 Bind `S' to Info-search-case-sensitively.
4470 (Info-copy-current-node-name): New arg. With zero prefix arg put
4471 the name inside a function call to `info'. Display copied text in
4472 the echo area.
4473
4474 2004-05-25 Sam Steingold <sds@gnu.org>
4475
4476 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4477 strip the package prefix from the symbol name, if any.
4478 Make it the `find-tag-default-function' for `lisp-mode'.
4479
4480 2004-05-25 John Paul Wallington <jpw@gnu.org>
4481
4482 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4483 instead of obsolete `process-kill-without-query'.
4484
4485 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4486 Declare as variable, not constant.
4487
4488 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4489
4490 * files.el (find-file-noselect-1): Fix bug introduced by
4491 Revision 1.694. As a side effect, `inhibit-read-only'
4492 is again, by default, t during execution of
4493 `find-file-not-found-functions'.
4494 (insert-directory): Check that lines were really inserted by
4495 the --dired switch, before erasing them.
4496
4497 2004-05-24 Nick Roberts <nickrob@gnu.org>
4498
4499 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4500 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4501 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4502 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4503 gud-minor-mode (gdbmi).
4504
4505 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4506
4507 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4508 explicitly select the text to be taken as URL.
4509
4510 2004-05-23 Juri Linkov <juri@jurta.org>
4511
4512 * info.el (Info-index-nodes): New var and fun.
4513 (Info-goto-index, Info-index, info-apropos)
4514 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4515 (Info-index): Fix docstring. Store and restore Info-history-list.
4516 (Info-complete-nodes): New var.
4517 (Info-complete-menu-item): Use it.
4518 (Info-index-node): New fun.
4519 (Info-final-node, Info-forward-node, Info-backward-node)
4520 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4521 Use Info-index-node.
4522 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4523 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4524 (Info-find-node-2): If a node with period in its name not found,
4525 try to find a node without the name part after period.
4526 (Info-select-node): Call Info-fontify-node only if
4527 Info-fontify-maximum-menu-size is not nil.
4528 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4529 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4530 Preserve Info-history-list.
4531 (Info-toc): Set Info-current-file.
4532 (Info-build-toc): Move point to the beginning of the buffer.
4533 Add main-file variable.
4534 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4535 Use backslashed representation of the control character ^_.
4536
4537 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4538 numbers in the new Texinfo 4.7 format.
4539
4540 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4541 regexps for function and variable names.
4542
4543 * descr-text.el (describe-property-list): Add [show] button for
4544 `syntax-table' property with action to pp to a separate buffer.
4545 (describe-char): Replace search-forward by re-search-forward with
4546 whitespace regexp after "character:" to not fail in too narrow windows.
4547
4548 * simple.el (next-error-find-buffer): Add a rule to return
4549 next-error capable buffer if one window on the selected frame
4550 displays such buffer.
4551
4552 2004-05-23 Nick Roberts <nickrob@gnu.org>
4553
4554 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4555 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4556 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4557 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4558 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4559 Handle new value for gud-minor-mode (gdbmi).
4560 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4561 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4562 Change from local to global gdb variable set.
4563 (gdb-ann3): Initialise above gdb variable set.
4564 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4565 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4566 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4567 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4568 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4569 (gdb-info-locals-handler, gdb-invalidate-assembler)
4570 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4571 set as global variables.
4572 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4573 Handle gdbmi.
4574 (gdb-info-breakpoints-custom): Fix regexp.
4575 (def-gdb-var): Delete.
4576
4577 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4578 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4579 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4580 a new mode. The file (gdb-mi.el) for this mode will be included
4581 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4582 primary interface.
4583
4584 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4585
4586 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4587 interpreted as a directory.
4588
4589 2004-05-22 Richard M. Stallman <rms@gnu.org>
4590
4591 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4592 as a close quote.
4593
4594 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4595
4596 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4597 Use assoc-string, not assoc-ignore-case.
4598
4599 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4600
4601 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4602 If moving back then fwd gets a defun that ends before point,
4603 try again moving fwd then back.
4604
4605 * files.el (file-name-non-special): Allow t in file-arg-indices
4606 to mean requote the return value. Use `identity' as an element
4607 rather than as the whole value.
4608
4609 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4610
4611 2004-05-22 Juanma Barranquero <lektu@terra.es>
4612
4613 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4614 `help-make-usage'.
4615 (help-highlight-arguments): Skip function name before searching
4616 for arguments.
4617
4618 2004-05-21 Juanma Barranquero <lektu@terra.es>
4619
4620 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4621 Don't mention in the docstring these arguments meant for
4622 internal (recursive) use only.
4623 (allout-char-spec): Comment out (it's not implemented).
4624 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4625 obsolescence declaration.
4626 (allout-flatten-exposed-to-buffer)
4627 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4628 (my-mark-marker): Doc fix.
4629 (produce-allout-mode-map, allout-sibling-index)
4630 (allout-isearch-expose, allout-distinctive-bullet)
4631 (allout-open-topic, allout-reindent-body)
4632 (allout-rebullet-heading, allout-process-exposed)
4633 (allout-insert-listified, allout-latex-verb-quote)
4634 (allout-insert-latex-header, allout-insert-latex-trailer):
4635 Make arguments match their use in docstring.
4636 (allout-primary-bullet, allout-old-style-prefixes)
4637 (allout-inhibit-protection, allout-init, allout-mode)
4638 (allout-before-change-protect, allout-flag-region):
4639 Use "Emacs" instead of "emacs" in docstrings.
4640
4641 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4642
4643 * international/characters.el: Modify syntax of more characters.
4644
4645 2004-05-21 Masatake YAMATO <jet@gyve.org>
4646
4647 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4648 (etags-tags-completion-table): Show parsing progress.
4649
4650 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4651
4652 * locate.el (locate-prompt-for-command): Shorten first line of
4653 docstring.
4654 (locate-mode): Expand docstring and include keymap summary.
4655
4656 * files.el (find-file-noselect-1): Limit the scope of the
4657 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4658 is, by default, nil during the execution of
4659 `find-file-not-found-functions' and `find-file-hook'.
4660
4661 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4662
4663 * facemenu.el (facemenu-color-name-equal): New function.
4664 (list-colors-display): Use it to compare colors instead of
4665 facemenu-color-equal.
4666
4667 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4668
4669 * compare-w.el (compare-windows-face): Use min-colors instead of
4670 checking for tty or pc types.
4671
4672 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4675 (completion-setup-function): Use with-current-buffer.
4676 Properly save excursion. Simplify.
4677 Don't assume there is necessarily a `mouse-face' property somewhere.
4678
4679 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4680
4681 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4682
4683 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4684 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4685 Use with-current-buffer.
4686 (byte-goto-log-buffer): Delete.
4687 (byte-compile-log-file): Call compilation-forget-errors.
4688
4689 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4690
4691 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4692 output messages into the search result.
4693
4694 2004-05-19 Masatake YAMATO <jet@gyve.org>
4695
4696 * wid-edit.el (widget-radio-button-notify): Revert my last
4697 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4698
4699 2004-05-19 Kenichi Handa <handa@m17n.org>
4700
4701 * international/characters.el: Fix syntax (open/close) of CJK chars.
4702
4703 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4704
4705 * help-mode.el (help-go-back): Don't depend on position of back button.
4706
4707 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4710 files files don't contain an accidental additional /.
4711
4712 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4713 in source buffer.
4714
4715 2004-05-18 Masatake YAMATO <jet@gyve.org>
4716
4717 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4718 to widget-apply. :action method assumes 2 arguments, not 3.
4719
4720 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4721
4722 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4723 New constants.
4724 (hs-special-modes-alist): Add an f90-mode entry.
4725
4726 2004-05-17 Sam Steingold <sds@gnu.org>
4727
4728 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4729 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4730
4731 2004-05-16 Kim F. Storm <storm@cua.dk>
4732
4733 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4734
4735 2004-05-15 John Wiegley <johnw@newartisans.com>
4736
4737 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4738 (eshell-output-object-to-target): Improve output speed 20% by not
4739 calling `eshell-stringify' if something is already known to be a string.
4740
4741 2004-05-15 Alex Ott <ott@jet.msk.su>
4742
4743 * textmodes/ispell.el (ispell-local-dictionary-alist):
4744 Add windows-1251 to the choice of coding systems.
4745 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4746 encoded in cp1251.
4747
4748 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 * progmodes/compile.el (compilation-warning-face)
4751 (compilation-info-face): Use min-colors.
4752
4753 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4754
4755 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4756 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4757 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4758 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4759 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4760 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4761 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4762 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4763 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4764 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4765 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4766 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4767 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4768 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4769
4770 2004-05-15 Kim F. Storm <storm@cua.dk>
4771
4772 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4773 Use it to set triggered-p element of timer.
4774 (timer-event-handler): Set triggered-p element non-nil while running
4775 the timer function.
4776
4777 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * descr-text.el (describe-char-unicode-data)
4780 (describe-char-unicodedata-file): Re-enable the unicode code now that
4781 the licensing issues have been cleared in the unicode-4 license.
4782 (describe-text-properties-1): Remove unused `overlay' var.
4783 (describe-char): Remove unused var `buffer'.
4784
4785 2004-05-14 David Ponce <david@dponce.com>
4786
4787 * tree-widget.el: New file.
4788
4789 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4790
4791 * language/european.el ("Brazilian Portuguese"): Add support for
4792 Brazilian Portuguese.
4793
4794 2004-05-13 John Wiegley <johnw@newartisans.com>
4795
4796 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4797 `recentf-mode' if this variable has been customized to t.
4798
4799 * eshell/esh-test.el (eshell-test): Call the function
4800 `emacs-version' rather than trying to build a custom version string.
4801
4802 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * net/telnet.el (telnet-mode): Use define-derived-mode.
4805 Don't modify the global value of comint-prompt-regexp.
4806
4807 2004-05-13 John Paul Wallington <jpw@gnu.org>
4808
4809 * version.el (emacs-version): Check for `gtk' feature before
4810 `x-toolkit' feature.
4811
4812 2004-05-13 Juanma Barranquero <lektu@terra.es>
4813
4814 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4815 arguments in the docstring, they're used only in recursive calls.
4816
4817 * help-fns.el (help-arg-highlighting-function)
4818 (help-argument-name): Delete.
4819 (help-default-arg-highlight): New function.
4820 (help-do-arg-highlighting): Use it.
4821
4822 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4823
4824 * calendar/appt.el (appt-disp-window):
4825 Use `calendar-set-mode-line' for a centered mode-line.
4826
4827 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4828
4829 * calendar/appt.el (appt-disp-window): Do not split window
4830 excessively when `split-height-threshold' is low.
4831
4832 2004-05-12 Nick Roberts <nickrob@gnu.org>
4833
4834 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4835 kill-buffer-hook here and make it local.
4836 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4837
4838 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4839
4840 * progmodes/compile.el (compilation-set-window-height):
4841 Use save-excursion to protect against misplaced marker.
4842
4843 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4844
4845 * custom.el (defface): Document that type can have value gtk.
4846
4847 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4848
4849 2004-05-12 Kenichi Handa <handa@m17n.org>
4850
4851 * descr-text.el: Require quail at comile time.
4852 (describe-char): If an input method is on and it supports the
4853 character, show how to input it.
4854
4855 * international/quail.el (quail-install-decode-map): Accept a
4856 char-table whose subtype is `quail-decode-map'.
4857 (quail-store-decode-map-key, quail-gen-decode-map1)
4858 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4859 (quail-show-key): New functions.
4860
4861 2004-05-12 Juanma Barranquero <lektu@terra.es>
4862
4863 * generic.el (define-generic-mode): Remove redundant arglist info.
4864
4865 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4866 Make arguments match their use in docstring.
4867 (help-arg-highlighting-function): New variable.
4868 (help-argument-name): Mention it in the docstring.
4869 (help-do-arg-highlight): Use it. Expand regexp to accept also
4870 ARG-xxx and xxx-ARG references.
4871
4872 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4873
4874 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
4875 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
4876 and "mailto:addr1?to=addr2" equal.
4877
4878 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4879
4880 * man.el (Man-getpage-in-background): Use shell-file-name
4881 and shell-command-switch variables instead of hard-coded values.
4882
4883 2004-05-11 Eli Zaretskii <eliz@gnu.org>
4884
4885 * iimage.el: New file.
4886
4887 2004-05-11 Juanma Barranquero <lektu@terra.es>
4888
4889 * custom.el (custom-initialize-default, defcustom):
4890 Fix typo in docstring.
4891
4892 * files.el (set-visited-file-name, file-expand-wildcards):
4893 Fix docstring.
4894
4895 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
4898
4899 * subr.el (eventp): Be more discriminating with integers.
4900
4901 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
4902
4903 * progmodes/compile.el (compile): Add universal prefix arg.
4904 (compilation-error-regexp-alist-alist): Add edg patterns.
4905
4906 2004-05-10 Sam Steingold <sds@gnu.org>
4907
4908 * textmodes/ispell.el (ispell-message):
4909 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
4910
4911 2004-05-10 Dave Love <fx@gnu.org>
4912
4913 * progmodes/python.el (help-buffer): Autoload when compiling.
4914 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
4915 (run-python): Prepend to any existing PYTHONPATH.
4916
4917 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
4918
4919 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
4920 for pending breakpoints.
4921
4922 2004-05-10 Richard M. Stallman <rms@gnu.org>
4923
4924 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
4925 directly without calling any functions in Rmail.
4926 (unrmail-unprune): Function deleted.
4927
4928 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
4931 C-c C-z binding.
4932
4933 2004-05-10 Kenichi Handa <handa@m17n.org>
4934
4935 * descr-text.el (describe-char): Fix previous change. Don't make
4936 a unibyte character to multibyte in the *Help* buffer.
4937
4938 2004-05-10 Miles Bader <miles@gnu.org>
4939
4940 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
4941 buffer an error if the debugger process is actually running.
4942
4943 2004-05-10 Juanma Barranquero <lektu@terra.es>
4944
4945 * help-fns.el (help-argument-name): Default to italic.
4946 (help-highlight-arguments): Return always (usage . doc), even when
4947 usage is nil.
4948
4949 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4950 (define-ibuffer-filter): Add usage info.
4951 (define-ibuffer-op): Add usage info (but CL-style defaults for
4952 keyword args are not shown).
4953
4954 * subr.el (remove-overlays, read-passwd): Fix docstring.
4955 (start-process-shell-command): Fix docstring. Put usage info in a
4956 format usable by `describe-function'.
4957 (open-network-stream, open-network-stream-nowait)
4958 (open-network-stream-server): Fix docstring.
4959
4960 2004-05-09 Jason Rumney <jasonr@gnu.org>
4961
4962 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4963 Only define cp125* if windows-125* is already defined.
4964
4965 * language/korean.el (cp949): Add alias.
4966
4967 * language/chinese.el (cp936, cp950): Add aliases.
4968
4969 * language/japanese.el (cp932): Add alias.
4970
4971 * term/w32-win.el: Require code-pages.
4972
4973 * international/mule-cmds.el (set-locale-environment):
4974 On MS-Windows use ansi code-page for default coding-systems.
4975 Set up paper sizes for Windows 3 letter languages.
4976
4977 * international/code-pages.el (cp932, cp936, cp949, cp950):
4978 Add aliases. Also add cp125* if not already defined.
4979
4980 2004-05-09 Juanma Barranquero <lektu@terra.es>
4981
4982 * help-fns.el (help-highlight-arguments): Don't try to highlight
4983 missing or autoloaded arglists. Accept structured arguments, like
4984 the first ones of `do' and `flet'.
4985
4986 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4987 (cvs-get-marked): Remove redundant arglist info.
4988
4989 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4990 Don't use CL-style default args.
4991
4992 2004-05-08 Andreas Schwab <schwab@suse.de>
4993
4994 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4995
4996 * international/subst-ksc.el: Fix references to utf-translate-cjk
4997 into utf-translate-cjk-mode.
4998 * international/subst-big5.el: Likewise.
4999 * international/subst-gb2312.el: Likewise.
5000 * international/subst-jis.el: Likewise.
5001 * international/utf-16.el: Likewise.
5002 * international/utf-8.el: Likewise.
5003
5004 2004-05-08 John Wiegley <johnw@newartisans.com>
5005
5006 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5007 "virtual buffers" (off by default), which makes it possible to
5008 switch to the "virtual" buffers of recently visited files. When a
5009 buffer name search fails, and this option is on, iswitchb will
5010 look at the list of recently visited files, and permit matching
5011 against those names. When the user hits RET on a match, it will
5012 revisit that file.
5013 (iswitchb-read-buffer): Add two optional arguments, which makes
5014 isearchb.el possible.
5015 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5016 (iswitchb-next-match): Add support for virtual buffers.
5017
5018 * isearchb.el: This module extends iswitchb to provide "as you
5019 type" buffer selection.
5020
5021 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5022 Ignore the read-only property when flyspell highlighting is on.
5023 Not ignoring it leads to a series of confusing errors.
5024 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5025 but also make sure to call flyspell-incorrect-hook.
5026 (flyspell-maybe-correct-transposition): Perform transposition test
5027 by bit twiddling a string, rather than using a temp buffer.
5028 (flyspell-maybe-correct-doubling): Use a string rather than a temp
5029 buffer. This is also the original version of the code, which
5030 could not be checked in before due to a previous lack of
5031 assignment papers. This version has seen heavy usage on my system
5032 for several years now.
5033
5034 * calendar/cal-bahai.el: New file, which adds support for the
5035 Baha'i calendar to Emacs. This calendar is based on a solar year
5036 of 19 months of 19 days, with 4 intercalary days. Each year
5037 begins on March 21, with the calendar starting in 1844.
5038
5039 * calendar/cal-menu.el, calendar/calendar.el,
5040 calendar/diary-lib.el, calendar/holidays.el: Added support for
5041 using cal-bahai.el.
5042
5043 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5044 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5045 function can be used outside of eshell buffers.
5046 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5047
5048 2004-05-08 Juanma Barranquero <lektu@terra.es>
5049
5050 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5051 word constituent so FOO-ARG is not recognized as an arg.
5052 (help-highlight-arguments): Don't skip lists in mandatory arguments.
5053
5054 * simple.el (next-error): Fix typo in docstring.
5055 (open-line): Make argument names match their use in docstring.
5056 (split-line): Fix docstring.
5057
5058 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5059 usable by `describe-function'.
5060 (gensym, gentemp, typep, ignore-errors): Make argument names match
5061 their use in docstring.
5062
5063 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5064 argument to `help-setup-xref'.
5065
5066 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
5067
5068 Version 2.0.40 of Tramp released.
5069
5070 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5071 Use symbol-function to invoke functions only known on some Emacs
5072 flavors. This avoids byte-compiler warnings. Reported by Kevin
5073 Scaldeferri <kevin@scaldeferri.com>.
5074 (tramp-do-copy-or-rename-file-via-buffer): Rename from
5075 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5076 consistent with the other tramp-do-* functions.
5077 (tramp-do-copy-or-rename-file): Calls adjusted.
5078 (tramp-process-initial-commands): Avoid liveness check on shell --
5079 we know that it must be alive since we're opening a connection at
5080 this moment.
5081 (tramp-last-cmd): New internal variable.
5082 (tramp-process-echoes): New tunable.
5083 (tramp-send-command): Set tramp-last-cmd.
5084 (tramp-wait-for-output): Delete echo, if applicable.
5085 (tramp-read-passwd): Construct the key for the password cache in a
5086 way that works for multi methods, too.
5087 (tramp-bug): Add backup-directory-alist and
5088 bkup-backup-directory-info to bug reports, with Tramp counterparts.
5089
5090 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * net/tramp*.el: Suppress byte-compiler warnings where possible.
5093
5094 * net/tramp.el (tramp-out-of-band-prompt-regexp)
5095 (tramp-actions-copy-out-of-band): New defcustoms.
5096 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5097 used instead of a synchronous one. Allows password entering.
5098 (tramp-action-out-of-band): New defun.
5099 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5100 Remove restriction with password from doc string.
5101 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5102 `tramp-out-of-band-prompt-regexp',
5103 `tramp-actions-copy-out-of-band', `password-cache' and
5104 `password-cache-expiry'.
5105 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
5106 password caching.
5107 (tramp-touch): FILE can be a local file, too.
5108 (TODO): Remove items done.
5109 (tramp-handle-insert-directory): Properly quote file name also if
5110 not full-directory-p. Handle wildcard case. Reported by Andreas
5111 Schwab <schwab@suse.de>.
5112 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5113 new file.
5114 (tramp-handle-file-local-copy, tramp-handle-write-region):
5115 The permissions of the temporary file are set if filename exists.
5116 Reported by Ted Stern <stern@cray.com>.
5117 (tramp-backup-directory-alist)
5118 (tramp-bkup-backup-directory-info): New defcustoms.
5119 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5120 (tramp-handle-find-backup-file-name): New function.
5121 Implements Tramp's find-backup-file-name.
5122
5123 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5124 for `find-backup-file-name'.
5125
5126 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5127 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
5128
5129 2004-05-07 Lars Hansen <larsh@math.ku.dk>
5130
5131 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5132
5133 2004-05-07 Juanma Barranquero <lektu@terra.es>
5134
5135 * subr.el (lambda): Add arglist description to docstring.
5136 (declare): Fix typo in docstring.
5137 (open-network-stream): Fix docstring.
5138 (process-kill-without-query): Fix docstring and add obsolescence info.
5139 (last, butlast, nbutlast): Make arguments match their use in docstring.
5140 (insert-buffer-substring-no-properties): Likewise.
5141 (insert-buffer-substring-as-yank): Likewise.
5142 (split-string): Fix docstring.
5143
5144 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5145 Make argument names match their use in docstring.
5146
5147 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5148
5149 2004-05-06 Nick Roberts <nickrob@gnu.org>
5150
5151 * progmodes/gdb-ui.el: Improve/extend documentation strings.
5152 Fit first sentence on one line for apropos-command.
5153
5154 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 Changes largely merged in from Dave Love's code.
5157 * progmodes/python.el: Doc fixes.
5158 (python-mode-map): Add python-complete-symbol.
5159 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5160 (python-comment-indent, python-complete-symbol)
5161 (python-symbol-completions, python-partial-symbol)
5162 (python-try-complete): New.
5163 (python-indent-line): Remove optional arg. Use python-block-end-p.
5164 (python-check): Bind compilation-error-regexp-alist.
5165 (inferior-python-mode): Use rx. Move keybindings to top level.
5166 Set comint-input-filter.
5167 (python-preoutput-filter): Use rx.
5168 (python-input-filter): Re-introduce.
5169 (python-proc): Start new process if necessary.
5170 Check python-buffer non-nil.
5171 (view-return-to-alist): Defvar.
5172 (python-send-receive): New.
5173 (python-eldoc-function): Use it.
5174 (python-mode-running): Don't defvar.
5175 (python-mode): Set comment-indent-function.
5176 Maybe update hippie-expand-try-functions-list.
5177 (python-indentation-levels): Initialize differently.
5178 (python-block-end-p): New.
5179 (python-indent-line): Use it.
5180 (python-compilation-regexp-alist): Augment.
5181 (run-python): Import `emacs' module to Python rather than loading
5182 code directly. Set python-buffer differently.
5183 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
5184 Use python-proc.
5185 (python-send-command): Go to end of comint buffer.
5186 (python-load-file): Use python-proc, emacs.eimport.
5187 (python-describe-symbol): Simplify interactive form.
5188 Use emacs.help. Do use temp-buffer-show-hook.
5189 Call print-help-return-message.
5190 (hippie-exp): Require when compiling.
5191 (python-preoutput-continuation): Use rx.
5192
5193 * diff-mode.el (diff-make-unified): Fix regexp.
5194
5195 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
5196
5197 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5198 filter groups from the buffer when rebuilding the Ibuffer buffer
5199 and `ibuffer-show-empty-filter-groups' is nil.
5200
5201 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5202
5203 * ps-print.el (ps-print-quote): Call ps-value-string.
5204 (ps-setup): Call ps-comment-string.
5205 (ps-value-string, ps-comment-string): New funs.
5206
5207 2004-05-06 Juanma Barranquero <lektu@terra.es>
5208
5209 * ehelp.el (electric-help-command-loop): Check whether the last
5210 character is visible, not (point-max).
5211
5212 * help-fns.el (help-argument-name): Default to bold; don't inherit
5213 from font-lock-variable-name-face.
5214 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5215
5216 2004-05-05 Kenichi Handa <handa@m17n.org>
5217
5218 * descr-text.el (describe-char): Copy the character with text
5219 properties and overlays into the first line, and call
5220 describe-text-properties on it.
5221
5222 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
5223
5224 * iswitchb.el (iswitchb-global-map): Fix typo.
5225 Remove unwanted ###autoloads from source file.
5226
5227 2004-05-05 Lars Hansen <larsh@math.ku.dk>
5228
5229 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5230 in run-hooks. Use substitute-command-keys in message.
5231 (wdired-abort-changes): Add message.
5232
5233 2004-05-03 Michael Mauger <mmaug@yahoo.com>
5234
5235 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5236 (sql-emacs20-p): Remove.
5237 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5238 (sql-builtin-face, sql-doc-face): Remove.
5239 (sql-mode-ansi-font-lock-keywords)
5240 (sql-mode-oracle-font-lock-keywords)
5241 (sql-mode-postgres-font-lock-keywords)
5242 (sql-mode-linter-font-lock-keywords)
5243 (sql-mode-ms-font-lock-keywords)
5244 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5245 (sql-product-font-lock): Fix font-lock reset when font rules change.
5246 (sql-highlight-product): Remove incorrect font-lock reset logic.
5247
5248 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
5249
5250 * ses.el (ses-set-parameter): Fix typo.
5251
5252 2004-05-04 Kim F. Storm <storm@cua.dk>
5253
5254 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5255 Must expand directory for completion to work; and don't mess with
5256 process-environment.
5257 (ido-read-file-name): If command has ido property, don't use ido
5258 if value is ignore, or read as directory if value is dir.
5259 Set ido ignore property for dired-do-rename command.
5260
5261 2004-05-04 Juanma Barranquero <lektu@terra.es>
5262
5263 * ehelp.el (electric-help-command-loop, electric-help-undefined)
5264 (electric-help-help): Check against unmapped commands.
5265
5266 * help-fns.el (help-argument-name): New face, inheriting from
5267 font-lock-variable-name-face, to highlight function arguments in
5268 `describe-function' and `describe-key'.
5269 (help-do-arg-highlight): Auxiliary function to highlight a given
5270 list of arguments in a string.
5271 (help-highlight-arguments): Highlight the function arguments and
5272 all uses of them in the docstring.
5273 (describe-function-1): Use it. Do docstring output via `insert',
5274 not 'princ', so text attributes are preserved.
5275
5276 * winner.el (winner-mode-map): Move `winner-undo' and
5277 `winner-redo' to C-c <left> and C-c <right>, respectively (the
5278 previous bindings conflict with `prev-buffer', `next-buffer').
5279
5280 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5281
5282 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5283 (bibtex-entry-update): New command bound to C-c C-u.
5284 (bibtex-text-in-string): Fix regexp.
5285 (bibtex-assoc-of-regexp): Remove.
5286 (bibtex-progress-message): Fix docstring.
5287 (bibtex-inside-field): Use if.
5288 (bibtex-assoc-regexp): New function.
5289 (bibtex-format-entry): Make code more robust so that it formats
5290 also old entries.
5291 (bibtex-autokey-demangle-title): Merge with obsolete function
5292 bibtex-assoc-of-regexp.
5293 (bibtex-field-list): New function.
5294 (bibtex-entry): Use bibtex-field-list.
5295 (bibtex-parse-entry): Fix docstring.
5296 (bibtex-print-help-message): Use bibtex-field-list.
5297 (bibtex-make-field): Use bibtex-field-list.
5298 (bibtex-entry-index): Bugfix. Return crossref key if required.
5299 (bibtex-lessp): Fix docstring.
5300
5301 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * select.el (xselect-convert-to-string): Move comment to intended line.
5304
5305 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5306
5307 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5308 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5309
5310 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5311
5312 * term/x-win.el (x-clipboard-yank): Don't exit on error from
5313 x-get-selection.
5314
5315 2004-05-03 Jason Rumney <jasonr@gnu.org>
5316
5317 * makefile.nt: Remove.
5318
5319 2004-05-03 Kim F. Storm <storm@cua.dk>
5320
5321 * emulation/cua-base.el (cua--update-indications): Fix last change.
5322 (cua-mode): Deactivate mark when cua-mode is enabled.
5323
5324 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5325
5326 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5327
5328 2004-05-03 Nick Roberts <nickrob@gnu.org>
5329
5330 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5331 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5332 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5333 window over visible frames.
5334 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5335
5336 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * progmodes/compile.el (compilation-gcpro): New var.
5339 (compilation-fake-loc): Use it.
5340 (compilation-forget-errors): Reset it.
5341
5342 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5343
5344 * diff-mode.el (diff-header-face, diff-file-header-face):
5345 Use min-colors.
5346
5347 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5348
5349 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5350 (bibtex-clean-entry): Disentangle code.
5351 (bibtex-realign): New function.
5352 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5353 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5354 Remove undocumented optional arg called-by-convert-alien.
5355 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5356 for sorting instead of bibtex-sort-buffer.
5357
5358 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5359
5360 * progmodes/compile.el (compilation-start): In the
5361 no-async-subprocesses branch, call sit-for to give redisplay a
5362 chance to show the updated process status in the mode line, and
5363 fontify the buffer explicitly after the process exits.
5364
5365 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * progmodes/python.el (python-compilation-line-number): Remove.
5368 (python-compilation-regexp-alist): Don't use it any more.
5369 (python-orig-start, python-input-filter): Remove.
5370 (inferior-python-mode): Don't set up comint-input-filter-functions.
5371 (python-send-region): Use compilation-fake-loc.
5372
5373 * progmodes/compile.el (compilation-messages-start): New var.
5374 (compilation-mode): Don't setup next-error-function here.
5375 (compilation-setup): Set it up here instead (for minor modes as well).
5376 Make compilation-messages-start buffer local.
5377 (compilation-next-error-function): Use it.
5378 (compilation-forget-errors): Set compilation-messages-start.
5379
5380 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * ielm.el (ielm-prompt-read-only): Update docstring.
5383
5384 * comint.el (comint-prompt-read-only): Update docstring.
5385 (comint-update-fence, comint-kill-whole-line)
5386 (comint-kill-region): New functions.
5387
5388 * simple.el (kill-whole-line): Use "p" instead of "P" in
5389 interactive form.
5390
5391 2004-05-01 Juanma Barranquero <lektu@terra.es>
5392
5393 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5394 format arglist so default values in CL-style argument lists are
5395 correctly shown.
5396
5397 2004-05-01 Jason Rumney <jasonr@gnu.org>
5398
5399 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5400
5401 2004-05-01 Kenichi Handa <handa@m17n.org>
5402
5403 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5404 quail file if it is up to date.
5405
5406 2004-04-30 Juri Linkov <juri@jurta.org>
5407
5408 * cus-edit.el (custom-mode-map):
5409 Add key binding `C-x C-s' to `Custom-save'.
5410
5411 * outline.el (outline-blank-line): New var.
5412 (outline-next-preface, outline-show-heading)
5413 (outline-end-of-subtree): Use it.
5414
5415 * dired-aux.el (dired-touch-initial): New fun.
5416 (dired-do-chxxx): Call it for op-symbol `touch'.
5417 (dired-diff): Use `dired-dwim-target-directory'
5418 if current dired buffer has no buffer mark.
5419
5420 * bindings.el (propertized-buffer-identification):
5421 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5422 Add C-M-arrow keys for consistency.
5423
5424 * files.el (confirm-kill-emacs):
5425 Change group from top-level `emacs' to `convenience'.
5426
5427 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5428 Push mark on the first call of successive command calls.
5429 (insert-pair): New fun created from `insert-parentheses' with
5430 `open' and `close' arguments added. Enclose active regions
5431 in paired characters. Compare adjacent characters syntax with
5432 inserted characters syntax before inserting a space.
5433 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5434
5435 * delsel.el: Don't put `delete-selection' property
5436 on `insert-parentheses' symbol to take advantage of
5437 region handling in `insert-pair' function.
5438 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5439
5440 2004-04-30 Kim F. Storm <storm@cua.dk>
5441
5442 * emulation/cua-base.el: Add support for changing cursor types;
5443 based on patch from Michael Mauger.
5444 (cua-normal-cursor-color, cua-read-only-cursor-color)
5445 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5446 Customization cursor type and/or cursor color.
5447 (cua--update-indications): Handle cursor type changes.
5448 (cua-mode): Update cursor indications if enabled.
5449
5450 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5451
5452 * mouse.el (mouse-drag-copy-region): New defcustom.
5453 (mouse-set-region, mouse-drag-region-1): Use it.
5454
5455 * simple.el (kill-ring-save): If region face background color is
5456 unspecified (if no highlighting), show extent of fully visible
5457 region even if transient-mark-mode is enabled.
5458
5459 * emulation/cua-base.el (cua--standard-movement-commands):
5460 Add cua-scroll-up and cua-scroll-down.
5461 (cua-scroll-up, cua-scroll-down): New commands.
5462 (cua--init-keymaps): Remap scroll-up and scroll-down.
5463
5464 * emulation/cua-rect.el (cua--convert-rectangle-as):
5465 New defmacro.
5466 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5467 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5468 New commands (suggested by Jordan Breeding).
5469
5470 2004-04-30 Juanma Barranquero <lektu@terra.es>
5471
5472 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5473
5474 2004-04-30 Mario Lang <mlang@delysid.org>
5475
5476 * diff.el (diff-switches): Fix typo in docstring.
5477
5478 2004-04-30 Alex Schroeder <alex@gnu.org>
5479
5480 * xml.el (xml-debug-print-internal): Don't add newline and
5481 indentation to text nodes and write empty elements as empty tags
5482 instead of opening and closing tags.
5483 (xml-debug-print): Take optional indent-string argument.
5484 (xml-print): Alias for xml-debug-print.
5485
5486 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5487
5488 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5489 than duplicate call to `line-beginning-position'.
5490
5491 * progmodes/f90.el (f90-get-present-comment-type):
5492 Return whitespace, as well as comment chars, for consistent filling
5493 of comment blocks. Use `match-string-no-properties'.
5494 (f90-break-line): Trim trailing whitespace when filling comments.
5495
5496 2004-04-30 Dave Love <fx@gnu.org>
5497
5498 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5499 (diary-from-outlook-internal, diary-from-outlook)
5500 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5501 New functions to import diary entries from Outlook-format
5502 appointments in mail messages.
5503
5504 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5505
5506 * progmodes/python.el (python-send-command): New fun.
5507 (python-send-region, python-load-file): Use it.
5508
5509 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5510
5511 * help-fns.el (help-C-file-name): Use new subr-name.
5512 Prepend `src/' to the file name.
5513 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5514 (describe-function-1, describe-variable): Only find a C source file
5515 name if DOC is already loaded.
5516
5517 * help-mode.el (help-function-def, help-variable-def):
5518 Use the new find-function-search-for-symbol functionality.
5519 Allow FILE to be `C-source'.
5520
5521 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5522 (find-function-C-source): New fun.
5523 (find-function-search-for-symbol): Use it.
5524
5525 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5526
5527 * progmodes/sql.el (sql-product-alist): Rename variable
5528 `sql-product-support'. Add Postgres login parameters.
5529 (sql-set-product, sql-product-feature): Update with renamed variable.
5530 (sql-connect-postgres): Add username prompt.
5531 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5532 Make patterns less product specific.
5533 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5534 (sql-mode-abbrev-table): Modify initialization.
5535 (sql-builtin-face): Add variable.
5536 (sql-keywords-re): Add macro.
5537 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5538 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5539 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5540 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5541 (sql-mode-linter-font-lock-keywords)
5542 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5543 (sql-mode-sybase-font-lock-keywords)
5544 (sql-mode-informix-font-lock-keywords)
5545 (sql-mode-interbase-font-lock-keywords)
5546 (sql-mode-ingres-font-lock-keywords)
5547 (sql-mode-solid-font-lock-keywords)
5548 (sql-mode-sqlite-font-lock-keywords)
5549 (sql-mode-db2-font-lock-keywords): Default to nil.
5550 (sql-product-font-lock): Always highlight ANSI keywords.
5551 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5552 (sql-send-string): Add function.
5553
5554 2004-04-29 Dave Love <fx@gnu.org>
5555
5556 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5557 (cfengine-end-of-defun): Ensure progress through buffer.
5558
5559 * info-look.el (cfengine-mode): Accept a terminal ().
5560
5561 2004-04-29 Juri Linkov <juri@jurta.org>
5562
5563 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5564 instead of isearch-yank-word-or-char. Add new key bindings for
5565 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5566 (isearch-del-char): New fun.
5567 (isearch-forward, isearch-edit-string): Update docstring.
5568 (isearch-yank-char): Doc fix.
5569 (isearch-other-meta-char): Restore point after scrolling.
5570
5571 * progmodes/compile.el (compilation-context-lines): Add nil option
5572 to disable compilation output window scrolling.
5573 (compilation-set-window): Use it.
5574
5575 * outline.el (outline-next-preface, outline-show-heading):
5576 Don't leave unhidden blank line before heading.
5577 (outline-end-of-subtree): Include last newline into subtree.
5578 (hide-entry): Leave point at beginning of heading instead of end.
5579 (outline-up-heading): Push mark for the first call of successive
5580 command calls.
5581
5582 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5583
5584 * comint.el (comint-prompt-read-only): New variable.
5585 (comint-output-filter): Implement it.
5586
5587 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5588 (ielm-prompt-internal): New variable.
5589 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5590 (ielm-send-input): Delete unused variable `buf'.
5591 (ielm-eval-input): Use `ielm-prompt-internal'.
5592 (inferior-emacs-lisp-mode): Use new variables
5593 `comint-prompt-read-only' and `ielm-prompt-internal'.
5594 Get rid of obsolete variable `directory-sep-char'.
5595 (ielm): Use `zerop'.
5596
5597 2004-04-29 John Paul Wallington <jpw@gnu.org>
5598
5599 * thumbs.el (toplevel): Require cl at compile time.
5600 Remove conditional definitions of `ignore-errors' and `caddar'
5601 because they occur at run time.
5602
5603 2004-04-28 Nick Roberts <nickrob@gnu.org>
5604
5605 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5606 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5607 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5608 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5609
5610 * progmodes/gud.el (gud-common-init): Throw an error if program is
5611 already running under gdb.
5612
5613 2004-04-28 John Paul Wallington <jpw@gnu.org>
5614
5615 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5616 (thumbs-show-image-num): Move assignment of
5617 `thumbs-current-image-filename' within scope of `i'.
5618 (thumbs-emboss-image): Don't use `evenp'.
5619
5620 2004-04-28 Richard M. Stallman <rms@gnu.org>
5621
5622 * progmodes/compile.el (compilation-context-lines): Default now 0.
5623
5624 2004-04-28 Juanma Barranquero <lektu@terra.es>
5625
5626 Use `time-less-p' from calendar/time-date.el instead of defining
5627 custom versions of it.
5628
5629 * pcomplete.el (pcomplete-time-less-p): Remove.
5630
5631 * thumbs.el (time-less-p): Remove.
5632
5633 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5634 (timeclock-generate-report): Use `time-less-p'.
5635
5636 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5637 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5638
5639 2004-04-28 Masatake YAMATO <jet@gyve.org>
5640
5641 * subr.el (remove-overlays): Make arguments optional.
5642
5643 * wid-edit.el (widget-specify-button): Put evaporate to the
5644 overlay for sample.
5645 (widget-specify-sample): Put evaporate to the overlay for sample.
5646 (widget-specify-doc): Put evaporate to the overlay for documentation.
5647
5648 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5649
5650 * info.el (info-apropos): Make it an index node. Align node names
5651 like makeinfo.
5652
5653 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5654
5655 * net/browse-url.el (browse-url-netscape-sentinel)
5656 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5657 (browse-url-epiphany-sentinel, browse-url-mosaic):
5658 Use browse-url-*-program instead of a literal program name.
5659
5660 2004-04-27 Kevin Ryde <user42@zip.com.au>
5661
5662 * eshell/em-alias.el:
5663 * eshell/em-dirs.el:
5664 * eshell/em-hist.el:
5665 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5666 features when M-x customize-group loads modules before the main
5667 eshell.el.
5668
5669 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5670
5671 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5672 either a character representation of an event or an event
5673 description list.
5674
5675 * type-break.el: Capitalise Emacs and Lisp.
5676 (type-break-good-break-interval, type-break-demo-boring-stats)
5677 (type-break-terse-messages, type-break-file-name): New defcustoms.
5678 (type-break-post-command-hook)
5679 (type-break-warning-countdown-string): Quote variable names in doc.
5680 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5681 (type-break-mode): Document type-break-good-break-interval and the
5682 "session" file. Schedule break according to the session file.
5683 Kill session file buffer on exit. Organise for save-some-buffers
5684 to always save the session file.
5685 (type-break-mode-line-message-mode, type-break-query-mode):
5686 Uppercase arguments.
5687 (type-break-file-time, type-break-file-keystroke-count, timep)
5688 (type-break-choose-file, type-break-get-previous-time)
5689 (type-break-get-previous-count): New defuns.
5690 (type-break): Avoid break querying after a completed break in the
5691 case where the query was initiated during user invocation of the
5692 break. Optional terse messages.
5693 Use type-break-good-break-interval if type-break-good-rest-interval is
5694 nil. File the break time.
5695 (type-break-schedule): New optional args for overriding the use of
5696 the current time.
5697 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5698 after a break.
5699 (type-break-check): File the keystroke count.
5700 (type-break-do-query): Prevent a second query when the break is
5701 interrupted. Optional terse message.
5702 (type-break-keystroke-reset): Record the start of a typing interval.
5703 (type-break-demo-boring): Optional terse messages. Display word
5704 per minute and keystroke counts according to
5705 type-break-demo-boring-stats.
5706
5707 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5708
5709 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5710 directories, make sure they exist under archive-tmpdir.
5711
5712 2004-04-27 Juri Linkov <juri@jurta.org>
5713
5714 * help.el (view-emacs-news): With argument, display info for the
5715 selected version by finding it among different NEWS files, and
5716 narrowing the buffer to the selected version.
5717
5718 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5719 same-window-buffer-names.
5720 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5721 non-numeric prefix argument, append the number to the buffer name
5722 for numeric prefix argument.
5723 (info-other-window): Bind same-window-regexps to nil.
5724 (Info-reference-name): Rename to Info-point-loc.
5725 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5726 and Info-find-index-name for stringy Info-point-loc.
5727 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5728 without middle `.', but with final `.' and optional line number
5729 for it. Set Info-point-loc for index nodes.
5730 (Info-index): Remove middle `.' from index entry regexp.
5731 Modify line number regexp.
5732 (Info-index-next): Decrement line number.
5733 (info-apropos): Remove middle `.' from index entry regexp.
5734 Add optional line number regexp at the end. Add matched value
5735 for line number to the result list and insert it to the buffer.
5736 Replace match-string by match-string-no-properties.
5737 Reorder result list.
5738 (Info-fontify-node): Hide index line numbers.
5739 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5740 empty matches.
5741 (Info-follow-reference): Use `str' instead of
5742 Info-following-node-name-re.
5743 (Info-toc): Use full file names. Set Info-current-node to "Top".
5744 (Info-fontify-node): Compare file names without directory name.
5745 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5746 Set second arg of Info-extract-menu-node-name for index nodes.
5747 (info-xref-visited): Use magenta3 instead of magenta4.
5748 (Info-mode): Add info-apropos to docstring.
5749
5750 * log-view.el (log-view-diff): Replace interactive code "r"
5751 by a list to allow to call it even if region is not active.
5752
5753 * paren.el (show-paren-highlight-openparen): New var.
5754 (show-paren-function): Turn on openparen highlighting when
5755 matching forward if show-paren-highlight-openparen is non-nil.
5756
5757 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5758 the constant value 1.
5759 (completions-common-part): Expand docstring.
5760
5761 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5762
5763 2004-04-27 Kim F. Storm <storm@cua.dk>
5764
5765 * image.el (insert-sliced-image): Use line-height instead of
5766 line-spacing property on newline.
5767
5768 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5769
5770 * desktop.el (desktop-buffer-misc-data-function): Rename to
5771 desktop-save-buffer and change docstring.
5772 (desktop-buffer-modes-to-save): Delete.
5773 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5774 desktop-buffer-modes-to-save.
5775 (desktop-save): Rename desktop-buffer-misc-data-function to
5776 desktop-save-buffer and allow non-function value.
5777 (desktop-missing-file-warning): Correct docstring.
5778
5779 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5780 to desktop-save-buffer.
5781
5782 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5783 desktop-save-buffer.
5784
5785 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5786
5787 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5788
5789 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5790
5791 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5792
5793 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5796 (ielm): Only go to the end of the buffer when starting a new process.
5797
5798 2004-04-25 Juanma Barranquero <lektu@terra.es>
5799
5800 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5801 mode line. Bind `inhibit-read-only' to t before modifying
5802 properties of text in the buffer.
5803 (ielm): Force point to the end of buffer, even when running ielm
5804 from inside itself.
5805
5806 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5807
5808 * info.el (info-apropos): Reset Info-complete-cache.
5809
5810 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5811
5812 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5813 Also recognize severe Irix et al. messages.
5814 (compilation-normalize-filename, compile-abbreviate-directory):
5815 Delete functions.
5816 (compilation-get-file-structure): New function inherits
5817 functionality of the two preceding ones.
5818 (compilation-internal-error-properties, compilation-fake-loc):
5819 Use it so that different paths to the same file share the same
5820 markers. Also optimize finding adjacent marker slightly.
5821
5822 2004-04-25 Kim F. Storm <storm@cua.dk>
5823
5824 * image.el (insert-sliced-image): Add line-spacing t property
5825 to newlines separating image lines.
5826
5827 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5830
5831 * ielm.el (ielm-prompt-read-only): New user option.
5832 (ielm-prompt): Expand docstring to describe new behavior.
5833 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5834 mention it in the docstring.
5835
5836 2004-04-24 Andreas Schwab <schwab@suse.de>
5837
5838 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5839
5840 * diff.el (diff): Set default-directory in diff buffer.
5841
5842 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5843
5844 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5845 mail was being composed if the terminal cannot display more than
5846 one frame; instead, switch to previous frame.
5847
5848 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5849 (rmail-start-mail): Support rmail-mail-new-frame even on
5850 terminals that can display only one frame at a time.
5851
5852 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5855 (checkdoc-output-font-lock-keywords): Remove error regexp.
5856 (checkdoc-output-mode-map): Remove.
5857 (checkdoc-output-mode): Derive from compilation-mode.
5858 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5859
5860 * dired.el (dired-mode-map): Add a menu entry for wdired.
5861
5862 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5863 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5864
5865 * wdired.el: (wdired-mode-map): Move init into declaration.
5866 Fix `return' binding.
5867 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5868 Use force-mode-line-update.
5869 (wdired-get-filename): Use `unless'.
5870 (wdired-preprocess-files): Don't assume names have no \n and use / for
5871 dir separator.
5872 (wdired-normalize-filename): Use replace-regexp-in-string.
5873 (wdired-load-hooks): Remove.
5874 (wdired-mode-hooks): Rename to wdired-mode-hook.
5875
5876 * info-look.el: Add support for cfengine-mode.
5877 (info-lookup-setup-mode): Use dolist.
5878
5879 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
5880
5881 * wdired.el: New file.
5882
5883 2004-04-23 Juanma Barranquero <lektu@terra.es>
5884
5885 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
5886
5887 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
5888 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
5889 (pcomplete--help, pcomplete--here): Doc fixes.
5890
5891 2004-04-23 Andre Spiegel <spiegel@gnu.org>
5892
5893 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
5894 handles wrong-number-of-arguments in backend call.
5895
5896 * vc.el (vc-print-log): Likewise.
5897
5898 2004-04-20 Dave Love <fx@gnu.org>
5899
5900 * emacs-lisp/rx.el: Doc fixes.
5901 (rx-constituents): Add/extend many forms.
5902 (rx-check): Check form is a list.
5903 (bracket): Defvar.
5904 (rx-check-any, rx-any, rx-check-not): Modify.
5905 (rx-not): Simplify.
5906 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
5907 (rx-kleene): Use rx-trans-forms.
5908 (rx-quote-for-set): Delete.
5909 (rx): Allow multiple args.
5910
5911 2004-04-23 Kenichi Handa <handa@m17n.org>
5912
5913 * international/mule-util.el (char-displayable-p): Simplify by
5914 using internal-char-font.
5915
5916 2004-04-23 Juanma Barranquero <lektu@terra.es>
5917
5918 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5919
5920 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * diff-mode.el (diff-next-error): New fun.
5923 (diff-mode): Use it.
5924
5925 * simple.el (next-error): Change arg name.
5926 Add support for the documented C-u C-x ` usage.
5927
5928 * frame.el (special-display-popup-frame, next-multiframe-window)
5929 (previous-multiframe-window): Only consider frames on same display.
5930
5931 2004-04-22 Lars Hansen <larsh@math.ku.dk>
5932
5933 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
5934 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
5935
5936 2004-04-22 Kim F. Storm <storm@cua.dk>
5937
5938 * net/telnet.el (telnet): Add optional port arg.
5939
5940 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5943 Minor sanity check on the `hyperlink' slot.
5944
5945 * Makefile.in (recompile): Compile new files.
5946
5947 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5948 Add byte-recompile-directory's optional `arg'.
5949
5950 * cvs-status.el (cvs-tree-use-charset): New var.
5951 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5952 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5953 (cvs-status-cvstrees): Use it.
5954
5955 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5956 Make it a normal major mode.
5957 (checkdoc-buffer-label): Make sure the file name is meaningful.
5958 (checkdoc-output-to-error-buffer): Remove.
5959 (checkdoc-error, checkdoc-start-section): Rewrite.
5960
5961 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5962 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5963 (Info-title-4-face): Use new syntax.
5964 (info-xref-visited): Inherit from info-xref.
5965
5966 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5967
5968 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5969
5970 * simple.el (next-error-last-buffer, next-error-function):
5971 New variables for the next-error framework.
5972 (next-error-buffer-p): New function.
5973 (next-error-find-buffer): Generalize compilation-find-buffer.
5974 (next-error, previous-error, first-error, next-error-no-select)
5975 (previous-error-no-select): Move from compile.el.
5976
5977 * replace.el (occur-next-error, occur-1): Hook into the next-error
5978 framework.
5979
5980 * progmodes/compile.el (compilation-start):
5981 Set next-error-last-buffer so next-error knows where to jump.
5982 (compilation-setup): Set the buffer-local variable
5983 next-error-function to 'compilation-next-error-function.
5984 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5985 alternate way to find if a buffer is a compilation buffer, for
5986 next-error convenience.
5987 (next-error-no-select, previous-error-no-select, next-error)
5988 (previous-error, first-error): Move to simple.el.
5989 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5990 (compilation-last-buffer): Remove.
5991 (compilation-start, compilation-next-error, compilation-setup)
5992 (compilation-next-error-function, compilation-find-buffer):
5993 Remove compilation-last-buffer use.
5994
5995 2004-04-21 Juanma Barranquero <lektu@terra.es>
5996
5997 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5998 (font-lock-warning-face): Fix spacing.
5999
6000 * makefile.w32-in (WINS): Add url/ directory.
6001
6002 2004-04-21 Lars Hansen <larsh@math.ku.dk>
6003
6004 * desktop.el (desktop-buffer-mode-handlers): New variable.
6005 Alist of major mode specific functions to restore a desktop buffer.
6006 (desktop-buffer-handlers): Make variable obsolete.
6007 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6008 Catch errors signaled in handlers. Update buffer count.
6009 Evaluate desktop-buffer-point.
6010 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6011 move to dired.el.
6012 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6013 move to info.el.
6014 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6015 move to mail/rmail.el.
6016 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6017 to mh-e/mh-e.el.
6018 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6019 On fail, print message (to message buffer) even if
6020 desktop-missing-file-warning is nil.
6021 (desktop-buffer-misc-data-function): New buffer local variable.
6022 Function returning major mode specific data.
6023 (desktop-buffer-misc-functions): Make variable obsolete.
6024 (desktop-save): Use desktop-buffer-misc-data-function.
6025 (desktop-buffer-dired-misc-data): Rename to
6026 dired-desktop-buffer-misc-data and move to dired.el.
6027 (desktop-buffer-info-misc-data): Rename to
6028 Info-desktop-buffer-misc-data and move to info.el.
6029 (desktop-read): Add message about number of buffers restored/failed.
6030
6031 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6032 Add parameters. Pause to display error only when
6033 desktop-missing-file-warning is non-nil.
6034 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6035 (dired-mode): Bind desktop-buffer-misc-data-function.
6036
6037 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6038 Add Parameters.
6039 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6040 (Info-mode): Bind desktop-buffer-misc-data-function.
6041
6042 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6043 Add Parameters.
6044
6045 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6046 Add Parameters.
6047
6048 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
6049
6050 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6051 the case of letters in case-insensitive expansions when the
6052 abbrev is preceded by characters with letter syntax.
6053
6054 2004-04-21 Richard M. Stallman <rms@gnu.org>
6055
6056 * progmodes/cperl-mode.el (cperl-putback-char):
6057 Delete Emacs 18 definition.
6058
6059 * international/mule.el (ctext-post-read-conversion):
6060 Use assoc-string, not assoc-ignore-case.
6061
6062 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6063
6064 * emacs-lisp/easymenu.el (easy-menu-add):
6065 Do call x-popup-menu, but only if it's defined.
6066
6067 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6068
6069 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6070 Handle multiple args: compile like progn.
6071
6072 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6073 take all args as &rest arg.
6074
6075 * autoinsert.el (auto-insert-alist): Insert the user's name in
6076 copyright notice, rather than Free Software Foundation.
6077
6078 2004-04-21 Kenichi Handa <handa@m17n.org>
6079
6080 * descr-text.el (describe-char): Make it work on *Help* buffer.
6081
6082 2004-04-21 Kim F. Storm <storm@cua.dk>
6083
6084 * image.el (insert-image): Add optional SLICE arg.
6085 (insert-sliced-image): New defun.
6086
6087 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
6088
6089 * subr.el (read-number): Check whether `default' is nil.
6090
6091 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * progmodes/compile.el (compilation-error-properties):
6094 Split into two.
6095 (compilation-internal-error-properties): New one.
6096 (compilation-compat-error-properties): Use it. Fix the non-marker case.
6097
6098 2004-04-20 Richard M. Stallman <rms@gnu.org>
6099
6100 * window.el (split-window-save-restore-data):
6101 Don't update the data if OLD-INFO is nil.
6102
6103 * view.el (view-return-to-alist): Mark it permanent local.
6104
6105 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6106
6107 * recentf.el (recentf-save-list): Catch and warn about errors.
6108
6109 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6110 so "Buffers" won't be pure.
6111
6112 * help-mode.el (help-mode-finish): Set help-return-alist first
6113 thing, setting only the entry for the selected window.
6114
6115 * help-fns.el (describe-function-1): If many non-control non-meta
6116 keys run the command, don't list all of them.
6117
6118 2004-04-20 Juanma Barranquero <lektu@terra.es>
6119
6120 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6121 arg. Copied from Andre Spiegel's patch of 2004-03-21.
6122
6123 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6124
6125 2004-04-20 Kenichi Handa <handa@m17n.org>
6126
6127 * international/quail.el (quail-lookup-key): New optional arg
6128 NOT-RESET-INDICES.
6129 (quail-get-translations): Call quail-lookup-key with
6130 NOT-RESET-INDICES t.
6131 (quail-completion): Likewise.
6132 (quail-lookup-map-and-concat): Likewise.
6133
6134 2004-04-20 Kenichi Handa <handa@m17n.org>
6135
6136 * international/quail.el (quail-update-translation): Don't insert
6137 such an unsupported multibyte char in a unibyte buffer.
6138
6139 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
6140
6141 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6142 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6143 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6144 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6145 (gdb-frame-assembler-buffer): Improve behaviour with
6146 multiple frames.
6147 (gdb-display-buffer): Extend search to all visible frames.
6148
6149 2004-04-19 Eli Zaretskii <eliz@gnu.org>
6150
6151 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6152 characters left after base64 decoding.
6153 (rmail-decode-region): Use -dos variety of `coding', to remove any
6154 ^M characters left after qp or base64 decoding.
6155
6156 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6157
6158 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6159 messages.
6160
6161 2004-04-19 Stephen Eglen <stephen@gnu.org>
6162
6163 * add-log.el (add-change-log-entry): Update doc string to mention
6164 add-log-full-name and add-log-mailing-address.
6165
6166 2004-04-18 Juri Linkov <juri@jurta.org>
6167
6168 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6169 (Info-find-node-2): Simplify error message.
6170 (Info-insert-dir): Use Info-following-node-name.
6171 (Info-goto-node): Remove *info-history* and *info-toc*.
6172 (Info-history): Create a node of the virtual history file.
6173 (Info-toc): Create a node of the virtual toc file.
6174 (Info-insert-toc): New arg `curr-file' for reference file names.
6175 (info-apropos): Remove redundant var binding for temp-file.
6176 (Info-index, Info-index-next, Info-mode): Doc fix.
6177 (Info-goto-emacs-command-node): Don't jump to *info* from
6178 non-*info* Info buffers.
6179 (Info-fontify-node): Don't show the file name of external
6180 references if `Info-hide-note-references' is `hide'. Don't hide
6181 newlines at the end of paragraphs.
6182
6183 * international/mule-diag.el (list-input-methods):
6184 Fix args to help-xref-button.
6185
6186 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6187 to put into effect local variables from TUTORIAL files.
6188
6189 * textmodes/paragraphs.el (sentence-end) <function>: New fun
6190 with default value taken from the variable `sentence-end'.
6191 (sentence-end) <defcustom>: Set default to nil. Doc fix.
6192 Add nil const to :type.
6193 (sentence-end-without-period, sentence-end-double-space)
6194 (sentence-end-without-space): Doc fix.
6195
6196 * textmodes/paragraphs.el (forward-sentence):
6197 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6198 (fill-delete-newlines):
6199 * progmodes/cc-cmds.el (c-beginning-of-statement):
6200 Use function `sentence-end' instead of variable `sentence-end'.
6201
6202 2004-04-18 Andreas Schwab <schwab@suse.de>
6203
6204 * progmodes/compile.el (compilation-start): Set window start to
6205 point-min if compilation-scroll-output is nil.
6206
6207 2004-04-18 John Wiegley <johnw@newartisans.com>
6208
6209 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6210
6211 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
6212
6213 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6214 (gdb-info-breakpoints-custom): Revert previous change.
6215 (gdb-view-assembler): Update assembler if necessary.
6216 (gdb-frame-handler): Parse correctly for gdb-current-frame.
6217 (gdb-display-source-buffer): Update properly when both source and
6218 assembler are visible.
6219
6220 2004-04-17 John Wiegley <johnw@newartisans.com>
6221
6222 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6223 which limits the number of names shown in the minibuffer. Off by
6224 default.
6225 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
6226 up iswitchb for users with a multitude of open buffers by showing
6227 only the first and last N/2 buffers in the completion list (which
6228 is enough to aid C-s/C-r, and to know that more characters are
6229 needed to refine the completion list).
6230
6231 2004-04-17 Richard M. Stallman <rms@gnu.org>
6232
6233 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6234 (file-truename): Expand all ~ constructs directly.
6235 (insert-directory): Delete any error msg output by the
6236 `insert-directory-program'.
6237
6238 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6239 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6240 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6241 (allout-init): Use find-file-hook, not find-file-hooks.
6242 (allout-mode): Eliminate Emacs 18 support.
6243 Use write-contents-functions, not local-write-file-hooks.
6244
6245 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
6246
6247 * progmodes/compile.el (compilation-error-properties): Fix for
6248 adding messages when there are already markers for their file.
6249 (compilation-fake-loc): New function.
6250
6251 2004-04-16 Dave Love <fx@gnu.org>
6252
6253 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6254 (python-load-file): Fix python-orig-start setting.
6255
6256 * progmodes/compile.el: Doc fixes.
6257 (compilation-error-regexp-alist-alist)
6258 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6259 (compilation-assq): Wrap in eval-when-compile.
6260 (compilation-mode-font-lock-keywords): Don't use list*.
6261 (compilation-start): Avoid warning.
6262 (compilation-compat-error-properties)
6263 (compilation-directory-properties): Add keymap property.
6264 (compilation-parsing-end): Make it a marker for better compatibility.
6265
6266 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6267
6268 2004-04-16 Mark A. Hershberger <mah@everybody.org>
6269
6270 * xml.el: Doc fixes.
6271 (xml-get-children): Only looks at sub-tags and ignore strings.
6272
6273 * xml.el (xml-parse-tag): Avoid overwriting node-name.
6274
6275 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6278
6279 2004-04-16 Andre Spiegel <spiegel@gnu.org>
6280
6281 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6282
6283 * vc.el (vc-print-log): Likewise.
6284
6285 2004-04-16 Masatake YAMATO <jet@gyve.org>
6286
6287 * simple.el (completion-setup-function): Set an initial value
6288 to `element-common-end' before entering loop. Set a value
6289 to `element-common-end' at the end of loop.
6290 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6291 (completions-common-part): Rename from completion-de-emphasis.
6292 (completions-first-difference): Rename from completion-emphasis.
6293 Suggested by RMS.
6294
6295 2004-04-16 Juanma Barranquero <lektu@terra.es>
6296
6297 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6298 (bookmark-edit-annotation-mode): Add mode name.
6299
6300 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6303 for nested conflict markers.
6304 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6305
6306 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
6307
6308 * progmodes/gdb-ui.el (gdb-goto-info): New function.
6309
6310 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6311
6312 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6315 Give a backtrace if requested.
6316
6317 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6318
6319 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6320 Remove unused functions.
6321 (python-orig-start-line, python-orig-file): Remove.
6322 (python-orig-start): New var.
6323 (python-input-filter, python-compilation-line-number)
6324 (python-send-region, python-load-file): Use it.
6325
6326 * info.el (info): Always jump to *info*.
6327
6328 * subr.el (posn-set-point): New function.
6329
6330 * mouse.el (mouse-set-point): Use it.
6331
6332 * progmodes/compile.el (compile-goto-error): Use it.
6333 (compilation-button-map): New keymap.
6334 (compilation-error-properties): Use it.
6335 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6336
6337 * smerge-mode.el (smerge-popup-context-menu): Use it.
6338
6339 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6340 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6341 mouse and non-mouse case.
6342
6343 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6344 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6345
6346 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6347 Make it work for non-mouse events.
6348
6349 * pcvs-info.el (cvs-status-map): Update binding name.
6350
6351 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6352
6353 * xml.el (xml-maybe-do-ns): New function to handle namespace
6354 parsing of both attribute and element names.
6355 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6356 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6357 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6358 (xml-parse-attlist): Make it do its own namespace parsing.
6359
6360 2004-04-14 Dave Love <fx@gnu.org>
6361
6362 * progmodes/python.el (run-python): Fix use of \n.
6363 (python-load-file): Remove `try' from Python fragment.
6364 (python-describe-symbol): Fix message.
6365
6366 * comint.el: Doc fixes.
6367 (comint-last-input-start, comint-last-input-end)
6368 (comint-last-output-start): Give them values.
6369 (comint-arguments): Avoid warning.
6370 (comint-skip-prompt): Use line-end-position.
6371 (comint-backward-matching-input): Rename arg to agree with doc.
6372 (comint-extract-string): Use syntax-ppss.
6373 (comint-dynamic-simple-complete): Delete useless list construction.
6374 (comint-redirect-subvert-readonly): New.
6375 (comint-redirect-preoutput-filter): Use it.
6376
6377 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6378 Correctly handle negative arguments when calling hook functions.
6379
6380 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6381
6382 * info.el (info-apropos): Don't clobber Info-history-list.
6383
6384 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6385
6386 * progmodes/compile.el (compilation-setup):
6387 Localize overlay-arrow-position.
6388 (compilation-sentinel): Restructure code equivalently.
6389 (compilation-next-error): Find message on same line after point if
6390 not found before point.
6391 (compile-mouse-goto-error): Restore function so that compilation
6392 buffer need not be current and use compile-goto-error.
6393 (compile-goto-error): Restore function.
6394 (next-error): Set overlay-arrow-position.
6395 (compilation-forget-errors): Don't localize already local
6396 compilation-locs and remove FIXME about refontifying.
6397
6398 2004-04-14 Kim F. Storm <storm@cua.dk>
6399
6400 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6401 (command-line): New option -Q. Like -q --no-site-file, but
6402 in addition it also disables menu-bar, tool-bar, scroll-bars,
6403 tool-tips, and the blinking cursor.
6404 (command-line-1): Skip startup screen if -Q.
6405 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6406
6407 * emulation/cua-base.el (cua-read-only-cursor-color)
6408 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6409
6410 2004-04-13 Dave Love <fx@gnu.org>
6411
6412 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6413 (syntax): Don't require.
6414 (python) <defgroup>: Add :version.
6415 (python-quote-syntax): Re-written.
6416 (inferior-python-mode): Move stuff here from run-python and add
6417 some more.
6418 (python-preoutput-continuation, python-preoutput-result)
6419 (python-dotty-syntax-table): New.
6420 (python-describe-symbol): Use them.
6421 (run-python): Move stuff to inferior-python-mode. Modify code
6422 loaded into Python.
6423 (python-send-region): Use python-proc, python-send-string.
6424 (python-send-string): Send newlines too. Callers changed.
6425 (python-load-file): Re-written.
6426 (python-eldoc-function): New.
6427 (info-look): Don't require.
6428 (python-after-info-look): New. A modified version of former
6429 top-level code for use with eval-after-load.
6430 (python-maybe-jython, python-guess-indent): Use widened buffer.
6431 (python-fill-paragraph): Re-written.
6432 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6433 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6434
6435 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6438 Set compilation-error-regexp-alist earlier.
6439
6440 * progmodes/compile.el (compilation-minor-mode-map)
6441 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6442 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6443
6444 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6447 corresponding to the event.
6448
6449 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6450
6451 * loadup.el: Add cygwin to system-type list, for unexec() support.
6452
6453 2004-04-12 John Paul Wallington <jpw@gnu.org>
6454
6455 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6456 (ibuffer-restore-window-config-on-quit): New variable to replace
6457 `ibuffer-delete-window-on-quit'. Update all references.
6458 (ibuffer-prev-window-config): New variable.
6459 (ibuffer-quit): Restore previous window configuration instead of
6460 deleting window.
6461 (ibuffer): Save window configuration before showing Ibuffer buffer.
6462
6463 * help.el (describe-mode): Doc fix.
6464
6465 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6468 not to treat nil as a function.
6469
6470 * vc-arch.el (vc-arch-root): Be a bit more careful.
6471 (vc-arch-register): Save the buffer if we modified it.
6472 (vc-arch-delete-rej-if-obsolete): Save excursion.
6473 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6474 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6475
6476 * net/ldap.el (ldap-search): Use list*.
6477
6478 2004-04-12 Juri Linkov <juri@jurta.org>
6479
6480 * info.el (Info-follow-reference): Allow multiline reference name.
6481
6482 2004-04-11 Dave Love <fx@gnu.org>
6483
6484 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6485
6486 * progmodes/python.el: New file.
6487
6488 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6489
6490 * vc-hooks.el (vc-arg-list): Function removed.
6491 (vc-default-workfile-unchanged-p): Use condition-case to check for
6492 backward compatibility.
6493
6494 * vc.el (vc-print-log): Use condition-case to check for backward
6495 compatibility.
6496
6497 2004-04-11 Juri Linkov <juri@jurta.org>
6498
6499 * dired.el (dired-faces): New defgroup.
6500 (dired-header, dired-mark, dired-marked, dired-flagged)
6501 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6502 New faces.
6503 (dired-header-face, dired-mark-face, dired-marked-face)
6504 (dired-flagged-face, dired-warning-face, dired-directory-face)
6505 (dired-symlink-face, dired-ignored-face): New face variables.
6506 (dired-font-lock-keywords): Use them instead of font-lock faces.
6507 Split the rule for dired marks into 3 separate rules: for marks,
6508 marked file names and flagged file names.
6509
6510 * help-mode.el (help-make-xrefs): Add a final newline to the
6511 *Help* buffer.
6512
6513 2004-04-11 John Paul Wallington <jpw@gnu.org>
6514
6515 * replace.el (occur-engine): Distinguish between one and several
6516 matches in the matches per buffer heading.
6517
6518 2004-04-11 Kim F. Storm <storm@cua.dk>
6519
6520 * ido.el (ido-confirm-unique-completion): New defcustom.
6521 (ido-complete): Use it.
6522 (ido-write-file): Set it to t unconditionally.
6523
6524 2004-04-10 Miles Bader <miles@gnu.org>
6525
6526 RCS keyword removal (only non-comment changes are enumerated here):
6527
6528 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6529 (byte-compile-insert-header): Don't use `byte-compile-version'.
6530 * forms.el (forms-version): Variable removed.
6531 (forms-mode): Don't use `forms-version'.
6532 * recentf.el (recentf-version): Variable removed.
6533 * progmodes/delphi.el (delphi-version): Variable removed.
6534 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6535
6536 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6539
6540 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6541
6542 * info.el (info-apropos): Improve menu item regexp.
6543
6544 2004-04-09 Simon Josefsson <jas@extundo.com>
6545
6546 * mail/smtpmail.el: Add comment, based on report by
6547 kdc@rcn.com (Kevin D. Clark).
6548
6549 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6552 Redo one more thing that I didn't notice Daniel had undone.
6553
6554 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6555
6556 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6557 (gdb-goto-breakpoint, gdb-display-buffer)
6558 (gdb-display-source-buffer, gdb-view-source-function)
6559 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6560 (gdb-source-info, gdb-frame-handler): Don't specify a window
6561 for display.
6562 (gdb-info-breakpoints-custom): Remove superfluous update of
6563 assembler buffer.
6564 (gdb-many-windows): Make settable outside gdb.
6565
6566 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6567
6568 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6569 Derive from fundamental-mode rather than text-mode.
6570
6571 2004-04-08 Juri Linkov <juri@jurta.org>
6572
6573 * info.el (Info-history): Doc fix.
6574 (Info-history-list): New var.
6575 (info-xref): Change magenta4 to blue, remove bold for dark and
6576 light backgrounds, change bold to underline for non-color classes.
6577 (info-xref-visited): New face.
6578 (Info-fontify-visited-nodes): New custom.
6579 (Info-hide-note-references): Add new value `hide'. Doc fix.
6580 (Info-reference-name): New var.
6581 (Info-selection-hook): New custom.
6582 (Info-edit-mode-hook): New var.
6583 (Info-find-file): New fun.
6584 (Info-find-node): Move part of code to Info-find-file.
6585 (Info-find-node-2): Add anchors to Info-history-list. Move point
6586 to the place with the reference name if name is defined.
6587 (Info-select-node): Add current node to Info-history-list.
6588 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6589 (Info-search-whitespace-regexp): New custom.
6590 (Info-search-case-fold): New var.
6591 (Info-search): Add "case-sensitively" to the prompt.
6592 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6593 (Info-search-case-sensitively, Info-search-next): New fun.
6594 (Info-up): Move point to the menu item of the current node.
6595 (Info-history): New fun. Add *info-history* to
6596 same-window-buffer-names.
6597 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6598 (Info-insert-toc): New fun.
6599 (Info-build-toc): New fun.
6600 (Info-follow-reference): Add new arg `fork'. Doc fix.
6601 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6602 with the same name prefer the reference closest to point.
6603 (Info-next-reference): Replace * by + in the *Note regexp.
6604 Add regexp for http:// and ftp://. Skip the *Note prefix.
6605 (Info-prev-reference): Replace * by + in the *Note regexp.
6606 Add regexp for http:// and ftp://. Skip the *Note prefix.
6607 (Info-follow-nearest-node): Add new arg `fork'.
6608 (Info-try-follow-nearest-node): Add new arg `fork'.
6609 Call browse-url for http:// and ftp:// references.
6610 Set Info-reference-name for index entries.
6611 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6612 Info-search-next, Info-history, Info-toc, clone-buffer.
6613 (Info-menu-update): Replace * by + in the *Note regexp.
6614 (Info-mode): Add documentation for Info-history, Info-toc,
6615 Info-search-case-sensitively, Info-search-next, clone-buffer.
6616 (Info-fontify-menu-headers): Remove fun. Move code to
6617 Info-fontify-node.
6618 (Info-fontify-node): Add docstring. Add local vars
6619 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6620 then fontify header line, titles, menu headers, http and ftp
6621 references, refill paragraphs. If not-fontified-p is t or
6622 fontify-visited-p is t then fontify cross references, menu items.
6623 Fontify menu headers. Fontify http and ftp references.
6624 Change regexp for cross references to require whitespace after *Note,
6625 add matching groups for file and node names. Remove hack for quote.
6626 Use display property for Info-hide-note-references=t. Use fifth
6627 or fourth match for help-echo. Display visited nodes in a
6628 different face. Unhide file names of external references.
6629 Unhide newlines. Display visited menu items in a different face.
6630
6631 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * progmodes/compile.el: Require CL.
6634 (compilation-mode-font-lock-keywords): Re-install the "line as
6635 function" patch.
6636
6637 * help-fns.el (help-C-source-directory): New var.
6638 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6639 (describe-function-1, describe-variable): Use them.
6640
6641 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6642 to C source files specially.
6643
6644 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6645
6646 * info.el (Info-hide-cookies-node): New function.
6647 (Info-select-node): Use it.
6648 (Info-display-images-node): Remove message with image file name.
6649
6650 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6651
6652 * progmodes/compile.el (compilation-warning-face)
6653 (compilation-info-face, compilation-skip-threshold)
6654 (compilation-skip-visited, compilation-context-lines):
6655 Declare :version when added to Emacs.
6656 (compilation-error-regexp-alist-alist): Extend caml and irix.
6657 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6658 (compilation-mode-font-lock-keywords): Temporarily undo line as
6659 function patch, which wasn't ready.
6660
6661 2004-04-07 Kenichi Handa <handa@m17n.org>
6662
6663 * international/latin1-disp.el (latin1-display-setup): Check each
6664 character is displayable or not instead of calling
6665 latin1-display-check-font.
6666
6667 2004-04-06 Kenichi Handa <handa@m17n.org>
6668
6669 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6670 New variable.
6671 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6672 instead of sera-being-called-by-w3.
6673 (ethio-fidel-to-sera-buffer): Likewise.
6674 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6675 instead of sera-being-called-by-w3.
6676 (ethio-write-file): Likewise.
6677
6678 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6679
6680 * printing.el: Doc fix.
6681
6682 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6683
6684 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6685 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6686 (gdb-setup-windows): Only use separate IO buffer if required.
6687
6688 2004-04-06 Kim F. Storm <storm@cua.dk>
6689
6690 * term.el (term-is-xemacs): Remove.
6691 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6692 (term-window-width): New function.
6693 (term-mode, term-check-size): Use it.
6694 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6695
6696 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6697
6698 * cus-edit.el (custom-add-parent-links): Change unbound variable
6699 `symbol' to `name'.
6700
6701 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6702 * info.el (info-apropos): New function.
6703 (Info-mode-menu): Add it.
6704 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6705
6706 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6707 inherited docstring.
6708
6709 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6710
6711 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6714
6715 * progmodes/compile.el (font-lock): Don't require any more.
6716 (compilation-error-properties, compilation-start, compilation-sentinel)
6717 (compilation-filter, next-error): Use with-current-buffer.
6718 (compilation-skip-to-next-location, compilation-skip-threshold)
6719 (compilation-skip-visited): Move to silence the byte-compiler.
6720 (compilation-setup): Simplify.
6721 (compilation-next-error): Use line-(beginning|end)-position.
6722 Make sure `pt' is non-nil before using compilation-loop.
6723 (compile-goto-error): Add optional event arg. Use it.
6724 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6725 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6726 Update the binding for mouse-2.
6727 (first-error): Set compilation-current-error to nil rather than bob.
6728 (compilation-parsing-end, compilation-parse-errors-function)
6729 (compilation-error-list, compilation-old-error-list):
6730 "New" compatibility variables.
6731 (compile-buffer-substring, compilation-compat-error-properties)
6732 (compilation-compat-parse-errors, compilation-forget-errors):
6733 New compatibility functions.
6734 (compilation-mode-font-lock-keywords): Use them.
6735
6736 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * autorevert.el (auto-revert-handler): If point (or a window
6739 point) is at the end of the buffer, keep it there after
6740 reverting. This allows to tail a file.
6741 Mention this in the `Commentary'.
6742
6743 * format.el (format-write-file): Add optional argument CONFIRM
6744 and make it behave like the analogous argument to `write-file'.
6745
6746 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6747
6748 * progmodes/ebnf2ps.el: Doc fix.
6749 (ebnf-version): New version number (4.2).
6750 (ebnf-syntax): Customization and docstring fix.
6751 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6752 Put autoloaded funs before first use.
6753 (ebnf-style-database): Add dtd entry.
6754 (ebnf-syntax-alist): Add dtd initialization.
6755 (ebnf-token-sequence): New fun.
6756 (ebnf-comment-table): Add new comment action character.
6757 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6758
6759 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6760 Type Definition for XML).
6761
6762 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6763 * progmodes/ebnf-bnf.el (ebnf-sequence):
6764 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6765 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6766 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6767 Code simplification: call ebnf-token-sequence.
6768
6769 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6770
6771 * calendar/timeclock.el (timeclock-relative)
6772 (timeclock-get-project-function, timeclock-get-workday-function)
6773 (timeclock-query-out, timeclock-when-to-leave)
6774 (timeclock-when-to-leave-string, timeclock-log-data)
6775 (timeclock-generate-report, timeclock-in): Doc fixes.
6776
6777 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * url/: New dir. Import the URL package from its repository.
6780
6781 2004-04-03 Andreas Schwab <schwab@suse.de>
6782
6783 * diff-mode.el (diff-mode): Fix missing quote.
6784
6785 2004-04-03 Juri Linkov <juri@jurta.org>
6786
6787 * descr-text.el (describe-property-list): Add `font-lock-face'.
6788
6789 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6790
6791 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6792
6793 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6794 Use utf-16le on little endian machines and utf-16be otherwise.
6795
6796 2004-04-02 David Kastrup <dak@gnu.org>
6797
6798 * net/browse-url.el (browse-url-generic): Use call-process
6799 instead of start-process to allow browsers that fork and detach.
6800
6801 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6802
6803 * compile.el (compilation-current-error): New var.
6804 (compilation-setup, compile-mouse-goto-error)
6805 (compile-goto-error, next-error): Use it.
6806 (compilation-skip-to-next-location): Default to t, which gives
6807 contiguous skipping like old compile (where this was redundant).
6808 (compilation-next-error): Prevent previous-* commands from moving
6809 back to message at or just before point.
6810
6811 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6812
6813 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6814 (gdb-source-info): Don't display source at startup, if required.
6815 (gdb-show-main): New option.
6816 (gdba): Update documentation.
6817 (gdb-source): Cover case of auto-display output.
6818
6819 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6820
6821 * autorevert.el: Delete obsolete autoload's and defvar's.
6822 (auto-revert-check-vc-info): New user option.
6823 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6824 (auto-revert-handler-vc): Delete.
6825 (auto-revert-handler): Treat return value `fast' of
6826 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6827
6828 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6829 return `fast'.
6830
6831 * files.el (buffer-stale-function): Doc change.
6832
6833 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6834
6835 * printing.el: New tip on Tips section.
6836 (pr-version): New version number (6.7.4).
6837 (pr-shell-file-name): Initialization fix.
6838
6839 2004-03-31 Juri Linkov <juri@jurta.org>
6840
6841 * dired.el: Add autoload for `dired-do-touch'.
6842 (dired-touch-program): New var.
6843 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6844 (dired-no-confirm): Add `touch' to docstring.
6845
6846 * dired-aux.el (dired-do-touch): New fun.
6847 (dired-do-chxxx): Add argument -t for touch operation.
6848
6849 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6850 `dired-move-to-filename-regexp'.
6851
6852 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6853
6854 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6855
6856 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6857
6858 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6859 and only if the buffer was modified.
6860
6861 2004-03-30 Kenichi Handa <handa@m17n.org>
6862
6863 * international/characters.el: Delete pairs for U+2308..U+230B.
6864
6865 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6866
6867 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6868 to detect the beginning of a level 2 or 3 annotation.
6869
6870 2004-03-29 Kenichi Handa <handa@m17n.org>
6871
6872 * international/ucs-tables.el (ucs-insert): Fix the error message.
6873
6874 2004-03-29 Kenichi Handa <handa@m17n.org>
6875
6876 * international/mule-util.el (char-displayable-p): Fix generation
6877 of XLFD file name.
6878
6879 * Makefile.in (setwins, setwins_almost): Change directory to $wd
6880 before finding directories by `find'.
6881
6882 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * subr.el (interactive-form): Delete. Now implemented in C.
6885
6886 * pcvs.el (cvs-parse-process): Workaround for Darwin.
6887
6888 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
6889 (vc-diff-label): New fun.
6890 (vc-diff-internal): Use it.
6891
6892 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
6893
6894 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6895
6896 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
6897
6898 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
6899 specify XML (EBNFX).
6900
6901 * progmodes/ebnf2ps.el: Doc fix.
6902 (ebnf-version): New version number (4.1).
6903 (ebnf-syntax): Adjust customization.
6904 (ebnf-style-database): Add ebnfx entry.
6905 (ebnf-syntax-alist): Add ebnfx initialization.
6906 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6907
6908 * printing.el: Doc fix.
6909 (pr-version): New version number (6.7.3).
6910 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
6911 returns nil for mouse position. Reported by Drew Adams
6912 <drew.adams@oracle.com>.
6913 (pr-update-menus): Modify interactive declaration. Reported by Drew
6914 Adams <drew.adams@oracle.com>.
6915
6916 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
6917
6918 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
6919 (gud-gdba-marker-filter): Log the process input and output, if
6920 required. From Stefan Monnier.
6921 (gdb-debug-log, gdb-enable-debug-log): New variables.
6922 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
6923
6924 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
6927 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
6928
6929 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
6932 Call vc-find-file-hook here instead of in auto-revert-buffers.
6933 (auto-revert-buffers): Delete call to vc-find-file-hook.
6934 (auto-revert-verbose, global-auto-revert-non-file-buffers)
6935 (global-auto-revert-mode, auto-revert-set-timer)
6936 (auto-revert-handler, auto-revert-buffers): Doc fixes.
6937
6938 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6939
6940 * woman.el (woman-change-fonts): Rename local variable
6941 woman-font-alist to font-alist to avoid a compiler warning.
6942
6943 2004-03-27 Dave Love <fx@gnu.org>
6944
6945 * emacs-lisp/rx.el (rx): Doc fix.
6946 Fix copyright years.
6947
6948 * strokes.el (strokes-global-set-stroke-string): New function.
6949 (strokes-list-strokes): Cope with strings, not just commands.
6950 Set foreground colour of image.
6951 (strokes-global-set-stroke): Doc fix.
6952
6953 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6954
6955 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6956 Auto Revert mode.
6957 (Buffer-menu-files-only): New variable.
6958 (Buffer-menu-toggle-files-only): New function.
6959 (Buffer-menu-mode-map): Bind it to `T'.
6960 (Buffer-menu-mode): Mention `T' in docstring.
6961 Set buffer-stale-function.
6962 (list-buffers-noselect): Mark buffer non-modified and set
6963 Buffer-menu-files-only.
6964
6965 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6966
6967 * autorevert.el (auto-revert-handler): Print revert message
6968 before, rather than after, reverting.
6969 (buffer-stale-function): Move to files.el.
6970
6971 * files.el (buffer-stale-function): Move here from autorevert.el.
6972
6973 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6976
6977 * calc/calc.el (calc-mode-map): Use mapc.
6978
6979 * apropos.el (apropos-mode): Don't autoload.
6980 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6981 (apropos): Use it.
6982 (apropos-print): Add optional `text' argument.
6983 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6984 Don't assume point-min == 1.
6985
6986 * bs.el (bs-buffer-list): Use buffer-local-value.
6987 (bs--set-toggle-to-show): Use with-current-buffer.
6988
6989 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6990 New funs.
6991 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6992
6993 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6994
6995 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6996 (dabbrev--find-expansion): Use pop.
6997 (dabbrev--search): Use match-string-no-properties.
6998
6999 * dired.el (dired-mode): Use run-mode-hooks.
7000 (dired-move-to-end-of-filename): Use match-string.
7001
7002 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7003 is bound before using it.
7004 (ediff-verbose-p): Make it into a var since it's not constant.
7005
7006 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7007
7008 * faces.el (read-face-font): Don't cons up unnecessarily.
7009 (header-line, tool-bar): Share common parts.
7010
7011 * files.el (file-relative-name): Use compare-strings.
7012
7013 * finder.el (finder-mode): Follow coding convention.
7014
7015 * subr.el (read-number): New function.
7016
7017 * ses.el (ses-read-number): Move to subr.el.
7018 (ses-set-header-row): Use read-number.
7019
7020 2004-03-26 Andre Spiegel <spiegel@gnu.org>
7021
7022 * vc-hooks.el (vc-arg-list): New function, which handles both
7023 compiled and uncompiled code.
7024 (vc-default-workfile-unchanged-p): Use it.
7025
7026 * vc.el (vc-print-log): Undo prev change, use new function
7027 vc-arg-list from vc-hooks.el.
7028
7029 2004-03-26 Masatake YAMATO <jet@gyve.org>
7030
7031 * simple.el (completion-setup-function): Emphasize the
7032 first uncommon characters in the completions; and de-emphasize
7033 the common prefix substrings.
7034 (completion-emphasis): New face.
7035 (completion-de-emphasis): New face.
7036
7037 2004-03-25 Juanma Barranquero <lektu@terra.es>
7038
7039 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7040 Comment out (it's unused and unfinished code).
7041
7042 2004-03-25 Sam Steingold <sds@gnu.org>
7043
7044 * vc.el (vc-print-log): Fix a bug in the last patch:
7045 backend-function may be a byte-compiled object, not a lambda.
7046
7047 2004-03-25 Juri Linkov <juri@jurta.org>
7048
7049 * descr-text.el (describe-property-list): Add a button
7050 for `face' property that calls `describe-face'.
7051 Suggested by luis fernandes <elf@ee.ryerson.ca>
7052
7053 * international/mule.el (keyboard-coding-system):
7054 * kmacro.el (kmacro-call-macro): Fix docstring.
7055
7056 * dired.el: Fix comments.
7057
7058 * textmodes/fill.el (fill): Fix Info link.
7059
7060 * font-lock.el (fast-lock, lazy-lock):
7061 * jit-lock.el (jit-lock): Remove links to removed Support Modes
7062 Info node.
7063
7064 * eshell/eshell.el (eshell): Fix broken info-link.
7065
7066 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7067 * eshell/em-banner.el (eshell-banner):
7068 * eshell/em-smart.el (eshell-smart):
7069 * eshell/esh-cmd.el (eshell-cmd):
7070 Comment out broken info-links to incomplete Info manual.
7071
7072 * info-xref.el: Fix commentary.
7073
7074 2004-03-25 Kevin Ryde <user42@zip.com.au>
7075
7076 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7077 Remove spurious node duplicate suppression, doesn't work, not wanted.
7078 (info-xref-output): Take format style args, add "sit-for 0" to let
7079 user see the results as they progress.
7080 (info-xref-check-all-custom): New function.
7081
7082 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
7083
7084 * gdb-ui.el: Moved to progmodes.
7085
7086 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7089
7090 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7091
7092 * calendar/appt.el (appt-check): Remove superfluous progn.
7093 When finished with diary buffer: if it was not being displayed
7094 before, kill it; otherwise restore its original state.
7095 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7096
7097 * calendar/calendar.el (calendar-set-mode-line): Use total
7098 available mode-line width, rather than frame-width.
7099
7100 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7101 after mode change so effect not lost.
7102
7103 2004-03-23 Dave Love <fx@gnu.org>
7104
7105 * dired.el (dired) <defgroup>: Add link to manual.
7106 (dired-font-lock-keywords): Add highlighting on unusual permissions.
7107 (dired-revert): Use dolist.
7108 (dired-mode-map): Add U binding.
7109 (dired-mode): Add font-lock-beginning-of-syntax-function.
7110 (dired-garbage-files-regexp): Make it a defcustom.
7111
7112 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7115 is equivalent to nil.
7116 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7117 (vc-arch-mode-line-string): Accept `added' state.
7118 (vc-arch-state): Use inode-sigs if available.
7119 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7120 Copy&delete existing id file if any. Fallback if uuidgen is absent.
7121 (vc-arch-tagline-re): New var.
7122 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7123 New functions.
7124 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7125 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7126
7127 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7128 (vc-file-not-found-hook): Use it.
7129
7130 * diff-mode.el (diff-default-read-only): Change default.
7131 (diff-mode-hook): Make it a defcustom. Add some options.
7132 (diff-mode-map): Bind diff-refine-hook.
7133 (diff-yank-handler): New var.
7134 (diff-yank-function): New fun.
7135 (diff-font-lock-keywords): Use them.
7136 (diff-end-of-file): Handle case where file-header looks like diff text.
7137 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7138 (diff-file-kill): Delete a subsequent empty line, if applicable.
7139 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7140 (diff-find-file-name): Use it.
7141 (diff-tell-file-name): New command.
7142 (diff-mode): Be careful with view-mode.
7143 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7144 New functions, for use in diff-mode-hook.
7145 (diff-find-source-location): Catch "regex too large" errors.
7146 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7147 (diff-refine-hunk): New command.
7148
7149 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7150 (smerge-context-menu-map): Remove unused var.
7151 (smerge-keep-all): Preserve markers.
7152 (smerge-keep-n): New fun.
7153 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7154 (smerge-keep-current, smerge-ediff): Use it.
7155 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
7156 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7157 (smerge-resolve): Resolve trivial 3-part conflicts.
7158
7159 2004-03-23 Juri Linkov <juri@jurta.org>
7160
7161 * man.el (Man-width): New var.
7162 (Man-getpage-in-background): Use it.
7163 (Man-support-local-filenames): New var and fun.
7164 (Man-build-man-command): Don't add a second %s.
7165 (Man-fontify-manpage): Clean up message.
7166 (Man-mode): Set outline-regexp, outline-level,
7167 imenu-generic-expression.
7168
7169 * woman.el (woman-fill-frame): Doc fix.
7170 (woman-decode-region): Use window-width instead of frame-width.
7171
7172 * abbrevlist.el (list-one-abbrev-table):
7173 * descr-text.el (describe-char):
7174 * international/mule-diag.el (describe-current-coding-system):
7175 * international/quail.el (quail-insert-decode-map):
7176 Use window-width instead of frame-width.
7177
7178 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7179 (jka-compr-mode-alist-additions): Add tbz.
7180 (jka-compr-write-region, jka-compr-insert-file-contents):
7181 Add message for undefined compress-program.
7182 (jka-compr-write-region): Remove redundant var bindings.
7183
7184 * dired-x.el (dired-guess-shell-alist-default): Add choices for
7185 extracting files into subdirectory. Add tbz and dz. Fix regexps.
7186 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7187 (dired-man): Use dired-guess-shell-command.
7188 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7189 Change default nil to t.
7190
7191 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7192 (dired-compare-directories): Add default value for empty input.
7193
7194 * help-at-pt.el: Move suggestions for key bindings to Commentary.
7195
7196 * time.el (display-time-string-forms): Fix help-echo date format.
7197
7198 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7201 (buffer-stale-function): New variable.
7202 (auto-revert-list-diff, auto-revert-dired-file-list)
7203 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7204 (auto-revert-handler): Take over some functionality of deleted
7205 functions.
7206 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7207
7208 * dired.el (dired-directory-changed-p): New fun, extracted from
7209 dired-internal-noselect.
7210 (dired-buffer-stale-p): New fun.
7211 (dired-internal-noselect): Use dired-directory-changed-p.
7212 Eliminate revert messages.
7213 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7214
7215 2004-03-23 Kenichi Handa <handa@m17n.org>
7216
7217 * international/characters.el: Setup syntaxes for more parentheses
7218 Unicode characters.
7219
7220 * international/mule-cmds.el (select-safe-coding-system):
7221 Merge coding-system and auto-cs before comparing them.
7222
7223 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7226
7227 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7228 normal-auto-fill-function and comment-indent-function.
7229 The default values now work just as well.
7230 Don't set font-lock-beginning-of-syntax-function since we already set
7231 syntax-begin-function.
7232 (lisp-outline-level): Put ;;;###autoload at same level as (.
7233 (prin1-char): Quote special chars.
7234
7235 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7236 than with-no-warnings.
7237
7238 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7239 if the source location can't be found.
7240 (edebug-compute-previous-result): Use prin1-char.
7241
7242 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7243 (debug-ignored-errors): Add an entry.
7244
7245 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7246 (byte-compile-file): Output warning when deleting a file.
7247
7248 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7249 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7250
7251 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7252 (byte-compile-inline-expand): Use backquote.
7253 (byte-optimize-pure-func): Rename from byte-optimize-concat.
7254 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7255
7256 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7257
7258 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7259
7260 2004-03-22 Juri Linkov <juri@jurta.org>
7261
7262 * finder.el (finder-known-keywords): Fix data, tex, unix.
7263
7264 * play/landmark.el: Fix keywords.
7265
7266 * language/ethio-util.el (ethio-find-file): Doc fix.
7267
7268 * emacs-lisp/warnings.el: Doc fix.
7269
7270 * textmodes/ispell.el (ispell-help): Doc fix.
7271
7272 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
7273
7274 * format.el (format-insert-file): Always return a list of two
7275 elements, like insert-file-contents does.
7276
7277 2004-03-21 Andre Spiegel <spiegel@gnu.org>
7278
7279 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7280 and vc-BACKEND-diff.
7281 (vc-print-log): If the print-log implementation supports it, use
7282 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7283 (vc-version-diff, vc-diff-internal): Doc fixes.
7284
7285 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7286 implementation supports it, let diff output go to *vc*,
7287 not *vc-diff*, since this is an internal call.
7288
7289 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7290
7291 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7292
7293 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7294
7295 2004-03-21 Dave Love <fx@gnu.org>
7296
7297 * progmodes/cfengine.el (cfengine-mode):
7298 Set parse-sexp-ignore-comments.
7299
7300 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7301
7302 2004-03-21 Juanma Barranquero <lektu@terra.es>
7303
7304 * allout.el (allout-mode): Fix docstring.
7305
7306 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * files.el (insert-directory): Fix bug if SWITCHES is a list.
7309
7310 * autorevert.el (auto-revert-interval): Make new value take
7311 effect immediately when set through Custom.
7312 (auto-revert-set-timer): Add interactive declaration.
7313
7314 2004-03-19 David Ponce <david@dponce.com>
7315
7316 * ruler-mode.el (ruler-mode-header-line-format-old):
7317 Don't `make-variable-buffer-local'.
7318 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7319 (ruler-mode-header-line-format): Simply funcall the above.
7320 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7321 to save/restore a previous header line format.
7322 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7323 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7324 fringes and margins width.
7325 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7326
7327 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * log-edit.el (log-edit-font-lock-keywords): Typo.
7330
7331 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7332 (tex-send-tex-command): Rather than here.
7333 (tex-compilation-parse-errors): Simplify.
7334
7335 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7336
7337 * time.el (display-time-string-forms): Add help-echo with date on time.
7338
7339 * composite.el (compose-region): Use restore-buffer-modified-p.
7340
7341 * disp-table.el (standard-display-8bit): Simplify.
7342
7343 * server.el (server-process-filter): Delete temp frame.
7344
7345 * add-log.el (add-change-log-entry): Simplify.
7346
7347 2004-03-19 Kim F. Storm <storm@cua.dk>
7348
7349 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7350 (hexl-follow-line): Don't require 'fringe.
7351
7352 * progmodes/compile.el (compilation-start): Always set
7353 compilation-last-buffer and return it.
7354
7355 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * simple.el (clone-buffer): Doc fix.
7358
7359 2004-03-18 Juanma Barranquero <lektu@terra.es>
7360
7361 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7362
7363 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * log-edit.el (log-edit-font-lock-keywords): New var.
7366 (log-edit-mode): Use it.
7367
7368 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7369
7370 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7371 properly for watching in speedbar.
7372
7373 2004-03-17 Masatake YAMATO <jet@gyve.org>
7374
7375 * smerge-mode.el (smerge-popup-context-menu):
7376 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7377
7378 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7381 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7382 Take sealed revisions into account.
7383 (vc-arch-checkin): Extract a summary line from the message.
7384
7385 2004-03-16 Masatake YAMATO <jet@gyve.org>
7386
7387 * register.el (register): Provide `register' feature.
7388
7389 2004-03-15 Masatake YAMATO <jet@gyve.org>
7390
7391 Added context menu support in smerge mode.
7392 Most of the part is written by Stefan Monnier.
7393
7394 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7395 New keymap and menu.
7396 (smerge-text-properties): New function.
7397 (smerge-remove-props): New function.
7398 (smerge-popup-context-menu): New function.
7399 (smerge-resolve): Call `smerge-remove-props'.
7400 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7401 (smerge-keep-current): Ditto.
7402 (smerge-kill-current): New function.
7403 (smerge-match-conflict): Put text properties.
7404 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7405
7406 2004-03-15 David Ponce <david@dponce.com>
7407
7408 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7409 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7410 (ruler-mode-right-scroll-bar-cols): Remove.
7411 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7412 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7413 Use fringe-columns and scroll-bar-columns.
7414
7415 2004-03-15 Masatake YAMATO <jet@gyve.org>
7416
7417 * hl-line.el (hl-line-range-function): New variable.
7418 (hl-line-move): New function.
7419 (global-hl-line-highlight): Use `hl-line-move'.
7420 (hl-line-highlight): Ditto.
7421
7422 * scroll-bar.el (scroll-bar-columns):
7423 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7424
7425 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7426 (ruler-mode-left-fringe-cols)
7427 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7428 (ruler-mode-right-scroll-bar-cols)
7429 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7430 (ruler-mode-ruler-function): New variable.
7431 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7432 if the value for `ruler-mode-ruler-function'is given.
7433
7434 * hexl.el (hexl-mode-hook): Make the hook customizable.
7435 (hexl-address-area, hexl-ascii-area): New customize variables.
7436 (hexlify-buffer): Put font-lock-faces on the address area and
7437 the ascii area.
7438 (hexl-activate-ruler): New function.
7439 (hexl-follow-line): New function.
7440 (hexl-highlight-line-range): New function.
7441 (hexl-mode-ruler): New function.
7442
7443 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7446 (vc-default-find-file-hook): New fun.
7447 (vc-find-file-hook): Call new find-file-hook operation.
7448
7449 * vc-arch.el: New file.
7450
7451 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7452
7453 * info-look.el (info-lookup): Reuse an existing Info window.
7454
7455 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7456
7457 * woman.el (woman-preserve-ascii): Default value changed to t and
7458 doc string revised.
7459
7460 2004-03-12 Richard M. Stallman <rms@gnu.org>
7461
7462 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7463 Fix minor bug.
7464
7465 * replace.el (occur-engine): Change message for count of matches.
7466
7467 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7468 For strings, do compare text properties.
7469
7470 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7471
7472 * progmodes/compile.el (compile-auto-highlight)
7473 (compilation-error-list, compilation-old-error-list)
7474 (compilation-parse-errors-function, compilation-parsing-end)
7475 (compilation-error-message, compilation-directory-stack)
7476 (compilation-enter-directory-regexp-alist)
7477 (compilation-leave-directory-regexp-alist)
7478 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7479 (compilation-current-file, compilation-regexps): Remove vars.
7480
7481 (compile-error-at-point, compilation-error-filedata)
7482 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7483 (compilation-next-error-locus, compilation-forget-errors)
7484 (count-regexp-groupings, compilation-parse-errors)
7485 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7486
7487 (compile-internal): Make obsolete.
7488
7489 (compilation-first-column, compilation-error)
7490 (compilation-directory-matcher, compilation-page-delimiter)
7491 (compilation-mode-font-lock-keywords, compilation-debug)
7492 (compilation-error-face, compilation-warning-face)
7493 (compilation-info-face, compilation-line-face)
7494 (compilation-column-face, compilation-enter-directory-face)
7495 (compilation-leave-directory-face, compilation-skip-threshold)
7496 (compilation-skip-visited, compilation-context-lines): New vars.
7497
7498 (compilation-warning-face, compilation-info-face)
7499 (compilation-message-face): New faces.
7500
7501 (compilation-error-regexp-alist-alist): New constant.
7502
7503 (compilation-face, compilation-directory-properties)
7504 (compilation-assq, compilation-error-properties, compilation-start)
7505 (define-compilation-mode, compilation-loop)
7506 (compilation-set-window): New functions.
7507
7508 (compile): Additional argument for interactive compiles like TeX.
7509
7510 * progmodes/grep.el (kill-grep): Move here from compile.el
7511 (grep-error, grep-hit-face, grep-error-face)
7512 (grep-mode-font-lock-keywords): New variables.
7513 (grep-regexp-alist): Simplify regexp and add `binary' case.
7514 (grep-mode): New mode.
7515 (grep-process-setup): Simplify.
7516
7517 2004-03-11 Jason Rumney <jasonr@gnu.org>
7518
7519 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7520 letters on DOS/Windows.
7521
7522 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * server.el (server-name): New var.
7525 (server-socket-dir): New var to replace server-socket-name.
7526 (server-start): Use them.
7527
7528 2004-03-11 Simon Josefsson <jas@extundo.com>
7529
7530 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7531 died to avoid infloop. Reported by Jonathan Glauner
7532 <jglauner@sbum.org>.
7533
7534 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7537 (smerge-mode-menu): Use it to deactivate menu entries.
7538 (smerge-keep-current): New fun.
7539 (smerge-keep-current): Use it.
7540
7541 2004-03-10 John Paul Wallington <jpw@gnu.org>
7542
7543 * foldout.el (foldout-fold-list, foldout-modeline-string):
7544 Declare them as variables, not constants.
7545
7546 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7547
7548 * ps-print.el: Modification to print *Messages* buffer.
7549 (ps-print-version): New version 6.6.4.
7550 (ps-message-log-max): New fun.
7551 (ps-spool-without-faces, ps-spool-with-faces)
7552 (ps-count-lines-preprint): Code fix.
7553
7554 * printing.el: New tips in Tips section.
7555
7556 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7557
7558 * delim-col.el: Doc fix.
7559
7560 * printing.el: Doc fix. New doc section (Tips).
7561
7562 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * type-break.el (type-break-emacs-variant): Remove.
7565 (type-break-run-at-time, type-break-cancel-function-timers):
7566 Use fboundp rather than version name and number.
7567
7568 2004-03-09 Masatake YAMATO <jet@gyve.org>
7569
7570 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7571 `make-variable-buffer-local'.
7572
7573 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7574
7575 * find-dired.el (find-dired): Call `shell-command' instead of
7576 `start-process-shell-command'. By this, Tramp takes over
7577 handling of remote directories.
7578
7579 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * newcomment.el (comment-use-global-state): New var.
7582 (comment-search-forward): Use it.
7583
7584 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7585
7586 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7587
7588 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7589 (enable-kinsoku): Make it a defcustom.
7590 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7591 paragraph to same-comment-start-marker.
7592
7593 2004-03-07 Dave Love <fx@gnu.org>
7594
7595 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7596 (browse-url-mail): Use it.
7597
7598 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7599 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7600
7601 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7602
7603 * woman.el (woman-man.conf-path): Doc fix.
7604 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7605
7606 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7607
7608 * sort.el (sort-columns): Remove ms-dos from the list of systems
7609 where the external `sort' command is not used.
7610
7611 2004-03-07 Kim F. Storm <storm@cua.dk>
7612
7613 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7614 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7615 from overlay-arrow-variable-list.
7616 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7617
7618 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7619
7620 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7621 overlay arrow string properly for the assembler buffer.
7622
7623 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * mail/sendmail.el (mail-mode): Fix last change.
7626
7627 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7628
7629 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7630 for the assembler buffer.
7631 (gdb-assembler-custom): Position the overlay arrow.
7632 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7633
7634 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7637
7638 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7639 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7640
7641 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7642
7643 * newcomment.el (uncomment-region): Allow non-terminated comment.
7644 (comment-normalize-vars): Check the user-specified comstart marker.
7645
7646 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7647
7648 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7649 Otherwise, do use it if the region only contains font-lock text
7650 properties.
7651
7652 2004-03-04 Masatake YAMATO <jet@gyve.org>
7653
7654 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7655 as the callback function for eldoc.
7656 (hexl-print-current-point-info): New function.
7657 (hexl-current-address): Print the address in both decimal
7658 and hexadecimal format.
7659
7660 2004-03-04 Richard M. Stallman <rms@gnu.org>
7661
7662 * mail/rmail.el (rmail-convert-to-babyl-format):
7663 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7664
7665 * mail/mail-utils.el (mail-unquote-printable-region):
7666 New arg UNIBYTE.
7667
7668 * startup.el (command-switch-alist): Doc fix.
7669
7670 * simple.el (undo): Temporarily set this-command to `undo-start',
7671 then set it to `undo' once undo-start returns without error.
7672
7673 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7674
7675 * simple.el (kill-line): Don't disregard trailing whitespace
7676 in eol condition, if show-trailing-whitespace is set.
7677
7678 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7679 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7680 When disabling, restore old values only if mouse-sel-has-been-enabled.
7681
7682 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7683 (isearch-{-char): New function.
7684 (isearch-mode-map): Bind { to isearch-{-char.
7685
7686 * font-lock.el (lisp-font-lock-keywords-2):
7687 Turn off the CL with-... and do-... general patterns.
7688 Instead, recognize several specific with... and do... constructs.
7689
7690 * files.el (switch-to-buffer-other-window):
7691 Bind same-window-buffer-names and same-window-regexps to nil.
7692 (switch-to-buffer-other-frame): Likewise.
7693
7694 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7697 recognizing leading comment on code line.
7698
7699 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7702 hidden files/directories.
7703
7704 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7707 only comment-start (in case the mode hasn't set it).
7708
7709 * Makefile.in (AUTOGENEL): New var.
7710 (bootstrap-prepare): Rename from bootstrap-clean.
7711 Don't remove elc files.
7712 (maintainer-clean): New target.
7713
7714 * xml.el (xml-get-attribute-or-nil): Simplify.
7715
7716 2004-03-02 Juri Linkov <juri@jurta.org>
7717
7718 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7719 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7720 URL to prevent their substitution with the environment variable
7721 values by browsers.
7722
7723 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7724
7725 * ps-print.el: Doc fix.
7726 (ps-print-version): New version number (6.6.3).
7727 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7728 Docstring fix.
7729 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7730 before printing.
7731 (ps-time-stamp-yyyy-mm-dd): New fun.
7732 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7733
7734 2004-03-02 Kim F. Storm <storm@cua.dk>
7735
7736 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7737
7738 2004-03-01 Juanma Barranquero <lektu@terra.es>
7739
7740 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7741
7742 * desktop.el (desktop-file-version)
7743 (desktop-after-read-hook): Fix typos.
7744 (desktop-clear-preserve-buffers): Remove redundant info in
7745 docstring already shown by the obsolescence message.
7746 (desktop-truncate, desktop-internal-v2s)
7747 (desktop-value-to-string): Change argument name to match docstring.
7748
7749 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7750
7751 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7752 docstring.
7753
7754 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7755
7756 * printing.el: Replace "As Is..." in PostScript file print/preview by
7757 "No Preprocessing...". Suggested by Colin Marquardt
7758 <_marquardt_@zmd.de>.
7759 (pr-insert-section-4): Adjust buffer interface.
7760
7761 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7762
7763 Version 2.0.39 of Tramp released.
7764
7765 * net/tramp.el (tramp-handle-file-local-copy)
7766 (tramp-handle-write-region, tramp-open-connection-rsh):
7767 Variable name typo. Small change. From Patrick Tullmann
7768 <tullmann@flux.utah.edu>.
7769 (tramp-process-connection-type): New variable.
7770 (tramp-maybe-open-connection): Use it.
7771 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7772 (tramp-touch): Set last-modified time of a remote file.
7773 (tramp-handle-write-region): Say which function is used when encoding.
7774
7775 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7776
7777 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7778 case of non-existing filename, too. Reported by Christoph Bauer
7779 <c_bauer@informatik.uni-kl.de>.
7780 (tramp-smb-get-file-entries): The directory in question should
7781 have permissions "drwxrwxrwx". Just virtual, because we don't
7782 know the real permissions. Don't we know?
7783 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7784 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7785 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7786 output. If it was received chunkwise, there have been problems.
7787 Remove the "prompt not found" error message; it is obvious.
7788 Simplify algorithm.
7789 (tramp-smb-process-running): Remove. Since we acknowledge the
7790 virtual prompt for shares, there's no need for distinction of
7791 reading shares (process ends afterwards) and interactive mode of
7792 smblient.
7793 (tramp-smb-open-connection): Setting process sentinel removed.
7794 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7795 "NT_STATUS_NETWORK_ACCESS_DENIED".
7796 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7797 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7798 (top-level): Setting default value in `tramp-default-method-alist'
7799 corrected. Order of USER and HOST have been wrong.
7800 Nobody complained for months ...
7801 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7802 (tramp-smb-open-connection): Clear password cache if login has failed.
7803
7804 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7805 `tramp-unified-filenames'.
7806 (tramp-completion-mode): Make test for XEmacs explicitely.
7807 `event-to-character' can exists in Emacs packages too.
7808 Reported by Matt Swift <swift@alum.mit.edu>.
7809 (tramp-buffer-name): Buffer name must contain the user if exists.
7810 Reported by Adrian Phillips <a.phillips@met.no>.
7811 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7812 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7813 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7814 `tramp-do-copy-or-rename-file-one-local', because it handles also
7815 the case both files use the same out-of-band method.
7816 Implementation added.
7817 (tramp-handle-file-local-copy, tramp-handle-write-region):
7818 Out-of-band handling removed. `copy-file' called instead, which
7819 calls `tramp-do-copy-or-rename-file-out-of-band'.
7820 (tramp-action-password): Check for out-of-band method removed.
7821 This function is used for 'login-program.
7822 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7823 appropriate.
7824 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7825 and `tramp-parse-sknownhosts'.
7826 (tramp-completion-function-alist): It's a defvar now, because we
7827 want to apply the optimized `tramp-set-completion-function'
7828 instead of a static list.
7829 (tramp-set-completion-function): Implementation tuned.
7830 Avoid double entries, and entries where the function or the
7831 file/directory doesn't exist.
7832 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7833 for SSH2.
7834 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7835 (tramp-handle-dired-compress-file): New function.
7836 (tramp-async-proc): New variable.
7837 (tramp-handle-shell-command): Adding asynchronous processes.
7838 They are far from being perfect, but it works at least for
7839 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7840 (top-level): Require password.el if visible. Should be mandatory
7841 once No Gnus has found its way into (X)Emacs.
7842 (tramp-read-passwd): Invoke `password-read' if available,
7843 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7844 fallback any longer.
7845 (tramp-clear-passwd): New function.
7846 (tramp-process-actions, tramp-process-multi-actions):
7847 Clear password cache if login has failed.
7848
7849 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7850 its own module.
7851 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7852 `ange-ftp-ftp-name-res'. There could be incorrect values from
7853 previous calls in case the "ftp" method is used in the Tramp file
7854 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7855
7856 2004-02-28 Richard M. Stallman <rms@gnu.org>
7857
7858 * term.el (term-mouse-paste): Call mouse-set-point.
7859
7860 * thumbs.el: New file.
7861
7862 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7863
7864 * progmodes/ebnf-abn.el: Doc fix.
7865
7866 * progmodes/ebnf-bnf.el: Doc fix.
7867 (ebnf-repeat): Code fix.
7868
7869 * progmodes/ebnf2ps.el: Doc fix.
7870 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7871
7872 2004-02-28 Juri Linkov <juri@jurta.org>
7873
7874 * ffap.el (dired-at-point): Additional writability test for
7875 relative directory names.
7876 (dired-at-point-prompter): Treat directories as a directory, get
7877 the directory component from files.
7878 (ffap-string-at-point): Return string from region if region is active.
7879 (ffap-file-at-point): Remove redundant code.
7880
7881 2004-02-28 Kim F. Storm <storm@cua.dk>
7882
7883 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
7884 Initialize margin area images to nil.
7885 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
7886 (breakpoint-enabled-bitmap-face)
7887 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
7888 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
7889 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
7890 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
7891 (gdb-reset): Use gdb-remove-breakpoint-icons.
7892 (gdb-put-string): Add dprop arg to specify alternative display
7893 property (for setting fringe bitmap).
7894 (gdb-remove-strings): Doc fix.
7895 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
7896 icon in fringe (if available), or else as icon or text in display
7897 margin. Creates necessary icons in breakpoint-bitmap,
7898 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
7899 Also make left window margin if required.
7900 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
7901 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
7902 no longer needed.
7903 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
7904 gdb-put-breakpoint-icon.
7905 (gdb-assembler-mode): Don't set left-margin-width here.
7906
7907 2004-02-27 Kevin Ryde <user42@zip.com.au>
7908
7909 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
7910 comma, so that it DTRT in macros.
7911
7912 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
7913
7914 * progmodes/sh-script.el (sh-shell-arg)
7915 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
7916 (sh-leading-keywords, sh-other-keywords): Fix custom type.
7917
7918 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * faces.el (face-spec-set-match-display): Add a new attribute,
7921 `min-colors'.
7922 (region, highlight, secondary-selection): Use `min-colors'.
7923
7924 * custom.el (defface): Add documentation for `min-colors'.
7925
7926 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7927 (font-lock-keyword-face, font-lock-function-name-face)
7928 (font-lock-variable-name-face, font-lock-constant-face):
7929 Use `min-colors'.
7930
7931 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
7932
7933 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7934
7935 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
7936 define assq-delete-all if it's not defined.
7937 (ebnf-generate-region): Code fix.
7938
7939 * printing.el: Doc fix.
7940 (pr-version): New version number (6.7.2).
7941 (pr-command): Return empty string if command is an empty string.
7942
7943 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7944
7945 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7946
7947 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7948 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7949 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7950 "tt" ["test"] ). Reported by Markus Dreyer
7951 <mdreyer@ix.urz.uni-heidelberg.de>.
7952 (ebnf-version): New version number (4.0).
7953 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7954 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7955 (ebnf-delete-style): New commands.
7956 (ebnf-directory, ebnf-file): New funs.
7957 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7958 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7959 (ebnf-syntax-alist): New var.
7960 (ebnf-element-width): New fun replacing ebnf-list-width.
7961 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7962 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7963 (ebnf-prologue): Adjust vars.
7964 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7965 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7966 (ebnf-check-style-values, ebnf-generate-production)
7967 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7968 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7969 (ebnf-token-repeat): Code fix.
7970
7971 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7972 %right, %left and %prec. Suggested by Matthew K. Junker
7973 <junker@alum.mit.edu>.
7974 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7975
7976 * progmodes/ebnf-iso.el: Doc fix.
7977 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7978 (ebnf-iso-lex): Code fix.
7979
7980 * progmodes/ebnf-bnf.el: Doc fix.
7981 (ebnf-bnf-lex): Code fix.
7982
7983 * progmodes/ebnf-otz.el: Doc fix.
7984
7985 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7988 (abbrev-prefix-mark): Doc fix.
7989
7990 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7991
7992 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7993 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7994 (gdb-var-delete): Make interactive (really).
7995 (gdb-edit-value): Make non-interactive.
7996
7997 * progmodes/gud.el (gud-speedbar-menu-items):
7998 Add gdb-var-delete and, indirectly, gdb-edit-value.
7999 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8000 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8001 (gud-gdb-marker-filter): Add comment for annotations.
8002
8003 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8004
8005 * calendar/calendar.el (generate-calendar)
8006 (calendar-read-date): Prevent display of BC calendars once more -
8007 reverts 2003-10-01 change.
8008 (generate-calendar-month): Doc fix.
8009
8010 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8011
8012 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8013 return value of increment-calendar-month.
8014
8015 2004-02-21 Stephen Compall <s11@member.fsf.org>
8016
8017 * saveplace.el (save-place-forget-unreadable-files)
8018 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8019 (save-place-forget-unreadable-files): New function.
8020 (save-place-alist-to-file): Use it to filter out files that are
8021 no longer readable.
8022
8023 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8024 current Texinfo environment, using the same method as in
8025 `texinfo-insert-@end', and insert a space rather than a newline if
8026 point in a @table environment.
8027
8028 2004-02-21 Juri Linkov <juri@jurta.org>
8029
8030 * ffap.el (ffap-file-at-point): Try parent directories.
8031
8032 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
8033
8034 * vcursor.el (vcursor-modifiers): New defcustom.
8035 (vcursor-cs-binding): Use vcursor-modifiers instead of a
8036 hard-coded list.
8037
8038 2004-02-21 Masatake YAMATO <jet@gyve.org>
8039
8040 * play/animate.el (animate-birthday-present): Accept names other
8041 than `Sarah', too.
8042
8043 2004-02-21 Juri Linkov <juri@jurta.org>
8044
8045 * startup.el: Remove table of command line arguments from the
8046 Commentary section.
8047
8048 2004-02-20 John Wiegley <johnw@newartisans.com>
8049
8050 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8051 again" modifier from 'e' to 'E', since 'e' is also used by the
8052 "file extension" modifier.
8053
8054 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * help-fns.el (describe-categories): Doc fix.
8057
8058 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8059
8060 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8061 temporary file for buffer already visiting one. This change makes
8062 output likely to be directly usable by patch program.
8063 Suggested by Adrian Aichner <adrian@xemacs.org>
8064
8065 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
8066
8067 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8068 case of variables defined in compound statements.
8069 (gdb-setup-windows, gdb-source-info, gdb-source-info):
8070 Simplify constructions using switch-to-buffer.
8071
8072 2004-02-19 Simon Josefsson <jas@extundo.com>
8073
8074 * play/morse.el: Fix typo.
8075 (morse-code): Add @.
8076
8077 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8078
8079 * calendar/appt.el (appt-display-format): Change default to
8080 'ignore, for backwards compatibility.
8081 (appt-display-message): If appt-display-format is 'ignore,
8082 respect old vars appt-msg-window and appt-visible.
8083 (appt-activate): Don't depend on return value of cancel-timer.
8084
8085 * calendar/calendar.el (calendar-holidays): Doc fix.
8086
8087 * calendar/cal-coptic.el (coptic-prompt-for-date):
8088 Use assoc-string instead of assoc-ignore-case.
8089 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8090 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8091 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8092 * calendar/cal-islam.el (calendar-goto-islamic-date)
8093 (mark-islamic-diary-entries): Ditto.
8094 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8095 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8096 (calendar-read-mayan-tzolkin-date): Ditto.
8097 * calendar/calendar.el (calendar-read-date): Ditto.
8098 * calendar/diary-lib.el (mark-diary-entries): Ditto.
8099
8100 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
8101
8102 * progmodes/executable.el (executable-command-find-posix-p):
8103 Fix choice of the directory.
8104
8105 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8106
8107 * simple.el (interprogram-cut-function)
8108 (interprogram-paste-function, kill-new, kill-append):
8109 Doc fixes.
8110 (kill-region): Make it return nil. Doc fix.
8111 (yank-pop): Make its argument optional.
8112 (yank): Make ARG `-' equivalent to `-1'.
8113
8114 2004-02-17 Eli Zaretskii <eliz@gnu.org>
8115
8116 * mail/rmail.el (rmail-get-new-mail): Don't reference
8117 rmail-use-spam-filter if rmail-spam-filter is not loaded.
8118
8119 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8120
8121 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8122 if one of global-auto-revert-non-file-buffers or autorevert-mode
8123 is non-nil.
8124
8125 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8126
8127 * subr.el (delete-dups): A better implementation from Karl Heuer
8128 <kwzh@gnu.org>.
8129
8130 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8131
8132 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8133 correct place.
8134 * progmodes/icon.el (icon-indent-command): Ditto.
8135 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8136
8137 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8138
8139 * progmodes/grep.el (grep-compute-defaults): Undo change from
8140 2004-01-29: don't use executable-command-find-posix-p.
8141
8142 2004-02-16 Richard Sharman <rsharman@pobox.com>
8143
8144 * hilit-chg.el: Use require instead of eval-and-compile.
8145 (highlight-compare-buffers): New function.
8146
8147 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
8148
8149 * man.el (Man-fontify-manpage): Render section headings in
8150 `Man-overstrike-face' even when overstrike was not used by man
8151 formatter for section headings.
8152
8153 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
8154
8155 * rmail-spam-filter.el: (vm-use-spam-filter)
8156 (rsf-min-region-length-added-to-spam-list): New variables.
8157 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8158 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
8159 spam testing. Don't delete spam message if automatic deletion
8160 after output via variable rmail-delete-after-output is turned on.
8161 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8162 rsf-bbdb-dont-create-entries-for-spam.
8163 (check-field): New function, extracted from code in
8164 rmail-spam-filter to ease addition of header fields like content-type.
8165 (message-content-type): New variable to check the content-type:
8166 field added, also in defcustom of rsf-definitions-alist.
8167 (rmail-spam-filter): Replace repeated test code for header fields
8168 by calls to check-field; change the call to
8169 rmail-output-to-rmail-file such that rmail-current-message stays
8170 the same to avoid wrong deletion of unseen flags.
8171 (rsf-add-contents-type): New function to convert old format
8172 of rmail-spam-definitions-alist into new one.
8173 Change prefixes of all variables and functions from
8174 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8175
8176 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8177
8178 * loadhist.el (unload-hook-features-list): New defvar.
8179
8180 2004-02-16 Dave Love <fx@gnu.org>
8181
8182 * loadhist.el (unload-feature): Doc fix. Rename flist to
8183 unload-hook-features-list.
8184
8185 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
8186
8187 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8188 cookie. Don't check if we are looking-at open-formula.
8189
8190 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8191
8192 * subr.el (match-string-no-properties): Use substring-no-properties.
8193
8194 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8195
8196 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8197 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8198 Use lower-case "rx" in all error message.
8199
8200 2004-02-16 Dave Love <fx@gnu.org>
8201
8202 * emacs-lisp/rx.el (rx-or): Put group around result.
8203 (rx-constituents): Add backref.
8204 (rx-syntax): Add string-delimiter, comment-delimiter.
8205 (rx-categories): Add combining-diacritic.
8206 (rx-check-not, rx-greedy, rx): Doc fix.
8207 (rx-backref, rx-check-backref): New.
8208
8209 2004-02-16 Jesper Harder <harder@ifa.au.dk>
8210
8211 * newcomment.el (uncomment-region): Allow eob as comment end.
8212
8213 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8214
8215 * filecache.el: All message and error commands now use prefix
8216 "Filecache:" to make it easy to read *Messages* buffer.
8217
8218 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8219
8220 * autorevert.el: Add support to detect changed dired and VC buffers.
8221 (auto-revert-active-p, auto-revert-list-diff)
8222 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8223 (auto-revert-handler, auto-revert-active-p): New functions.
8224 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8225 and `auto-revert-active-p'.
8226 (eval-when-compile): Defvar dired-directory and vc-mode.
8227 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8228 (auto-revert-handler-vc): New functions.
8229
8230 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8231
8232 * progmodes/compile.el (compilation-directory): New defvar.
8233 (compile): Save current directory in compilation-directory.
8234 (recompile): Bind default-directory to compilation-directory if
8235 that is non-nil.
8236
8237 2004-02-16 Dave Love <fx@gnu.org>
8238
8239 * newcomment.el (comment-insert-comment-function)
8240 (comment-region-function, uncomment-region-function): New.
8241 (comment-indent): Use comment-insert-comment-function.
8242 (uncomment-region): Use uncomment-region-function.
8243 (comment-region): Use comment-region-function.
8244
8245 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8246
8247 2004-02-16 Richard Stallman <rms@gnu.org>
8248
8249 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8250 loaddefs* and ldefs-boot*.
8251
8252 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8253
8254 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8255 and email address at the beginning and end of the address.
8256
8257 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8258 anchored at the beginning of the email address.
8259
8260 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
8261
8262 * international/ccl.el (ccl-compile-write): Pass `left' to
8263 ccl-embed-code to generate correct code of write-expr-register.
8264
8265 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
8266
8267 * progmodes/grep.el (grep-compute-defaults): Fix typos.
8268
8269 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8270
8271 * x-dnd.el: Mention support for Motif in commentary.
8272 (x-dnd-handle-drag-n-drop-event): Ditto.
8273
8274 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8275
8276 * ses.el: Use "ses--" prefixes for buffer-local variables.
8277 Use (point-min) instead of 1, even when we know the buffer
8278 is unnarrowed.
8279 (ses-build-load-map): Delete. Distribute its content to defconst's for
8280 the three maps.
8281 (ses-menu, ses-header-line-menu): New menus.
8282 (ses-mode-map): Use them.
8283 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
8284
8285 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
8286
8287 * Makefile.in: Fix the CC Mode recompile kludge so it works
8288 when building in a different directory.
8289
8290 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * simple.el (kill-new): Put yank-handler property on the entire string.
8293
8294 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * diff.el: Don't use compile any more, use diff-mode instead.
8297 (diff-regexp-alist, diff-old-file, diff-new-file)
8298 (diff-parse-differences, diff-process-setup): Remove.
8299 (diff-sentinel): New fun.
8300 (diff): Use it. Run the process ourselves.
8301 Use diff-mode for the rest of the processing.
8302
8303 * diff.el (diff): Simplify code handling `switch'.
8304
8305 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * pcvs-defs.el (cvs-menu): Add `tag'.
8308
8309 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8310
8311 * simple.el (kill-append): Doc fix.
8312
8313 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8314 Adapt outline-regexp to the new conventions for commenting out code.
8315
8316 2004-02-11 John Paul Wallington <jpw@gnu.org>
8317
8318 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8319
8320 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * diff.el (diff-switches): New fun.
8323 (diff, diff-backup): Use it.
8324 (diff): Clean up the args construction. Use backquote.
8325 Use listp instead of consp to avoid putting a nil arg.
8326 (diff): Add a revert-buffer function.
8327
8328 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8329
8330 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8331 handled by x-dnd-handle-file-name.
8332 (x-dnd-known-types): Add COMPOUND_TEXT.
8333 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8334 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8335 x-dnd-empty-state.
8336 (x-dnd-forget-drop): Ditto.
8337 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8338 (x-dnd-handle-one-url): Return private when inserting text.
8339 (x-dnd-insert-ctext): New function.
8340 (x-dnd-handle-file-name): New function for FILE_NAME.
8341 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8342 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8343 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8344
8345 2004-02-10 Kenichi Handa <handa@m17n.org>
8346
8347 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8348 instead of while loop.
8349
8350 2004-02-10 Miles Bader <miles@gnu.org>
8351
8352 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8353
8354 2004-02-09 Kenichi Handa <handa@m17n.org>
8355
8356 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8357 have end-of-line.
8358
8359 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8360
8361 * Makefile.in: Added extra dependencies in the recompile target
8362 needed to cope with the compile time macro expansions in CC Mode.
8363
8364 2004-02-09 Kim F. Storm <storm@cua.dk>
8365
8366 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8367 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8368 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8369 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8370 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8371 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8372 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8373 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8374 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8375 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8376 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8377
8378 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8381 Don't allow shrink if there's a window on our right.
8382
8383 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8384 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8385 Bring together declaration and initialization.
8386 (prolog-mode-variables): Don't set the syntax table.
8387 Don't set paragraph-start and comment-indent-function.
8388 Add /*..*/ to the comment regexps.
8389 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8390 (prolog-mode-map): Don't bind TAB.
8391 (prolog-mode): Set the syntax table.
8392 (prolog-comment-indent): Remove.
8393 (inferior-prolog-mode-map): Initialize in the declaration.
8394 (inferior-prolog-mode-syntax-table)
8395 (inferior-prolog-mode-abbrev-table): New vars.
8396 (inferior-prolog-mode): Derive from comint-mode.
8397 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8398 minibuffer windows.
8399
8400 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8401 in file names, as long as it is unabmiguous.
8402
8403 2004-02-08 Andreas Schwab <schwab@suse.de>
8404
8405 * textmodes/reftex-toc.el
8406 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8407 format. Doc fix.
8408
8409 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8410 format string arguments.
8411
8412 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8413 string argument.
8414
8415 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8416
8417 * play/zone.el (zone-call): Fix format string.
8418
8419 * net/webjump.el (webjump-builtin): Add missing format string argument.
8420
8421 * midnight.el (midnight-delay-set): Remove extra format string argument.
8422
8423 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8424
8425 * hexl.el (hexl-insert-char): Add missing format string argument.
8426
8427 * format.el (format-decode): Fix format string.
8428
8429 * emulation/vi.el (vi-mode): Remove extra format string argument.
8430 (vi-repeat-last-search): Likewise.
8431 (vi-reverse-last-search): Likewise.
8432 (vi-goto-mark): Likewise.
8433 (vi-reverse-last-find-char): Likewise.
8434 (vi-repeat-last-find-char): Likewise.
8435 (vi-locate-def): Likewise.
8436
8437 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8438
8439 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8440 string argument.
8441 (ediff-toggle-regexp-match): Likewise.
8442
8443 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8444 format string argument.
8445
8446 * calc/calc-map.el (calc-get-operator): Remove extra format
8447 string argument.
8448
8449 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8450
8451 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8452 string argument.
8453
8454 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8455
8456 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8457
8458 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8459
8460 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8461 (cl-struct-setf-expander): Likewise.
8462
8463 * vc.el (with-vc-file): Fix unsafe uses of error.
8464 (vc-cancel-version): Likewise.
8465
8466 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8467
8468 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8469 thousands separator; fixes <class>:<line-number> regexp for
8470 non-english locales.
8471
8472 2004-02-08 Andreas Schwab <schwab@suse.de>
8473
8474 * view.el (view-mode-enable): Revert previous change.
8475
8476 2004-02-07 Kim F. Storm <storm@cua.dk>
8477
8478 * simple.el (line-number-at-pos): Rename from line-at-pos.
8479 Uses changed (what-line and vc-annotate-warp-version).
8480
8481 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8484 (diff-mode): Remove aborted attempt at support for compile.el.
8485 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8486
8487 2004-02-06 Andreas Schwab <schwab@suse.de>
8488
8489 * view.el (view-mode-enable): Add view-mode-map to
8490 minor-mode-overriding-map-alist.
8491
8492 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8493
8494 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8495
8496 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8499 with point inside rather than after the paragraph.
8500
8501 2004-02-04 Sam Steingold <sds@gnu.org>
8502
8503 * mail/smtpmail.el (smtpmail-try-auth-methods):
8504 Do not try authentication when no mechanism is available.
8505 Pass port-name as defaultport to `netrc-machine'.
8506
8507 2004-02-04 Stephen Eglen <stephen@gnu.org>
8508
8509 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8510 to show how minibuffer height can be constrained.
8511
8512 2004-02-04 John Paul Wallington <jpw@gnu.org>
8513
8514 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8515
8516 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8517
8518 * x-dnd.el: New file for drag and drop.
8519
8520 * term/x-win.el: require x-dnd, set after-make-frame-functions
8521 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8522 drag-n-drop event.
8523
8524 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8525 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8526 (dired-dnd-handle-file): New functions for drag and drop support.
8527 (dired-mode): Initialize drag and drop if x-dnd present.
8528
8529 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8532 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8533 (cperl-mode): Set fill-paragraph-function.
8534 (cperl-fill-paragraph): Make it non-interactive.
8535
8536 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8537
8538 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8539
8540 2004-02-02 David Kastrup <dak@gnu.org>
8541
8542 * replace.el (perform-replace): Allow 'literal argument in
8543 regexp-flag to indicate literal replacement.
8544 (query-replace-regexp-eval): Use it.
8545
8546 2004-02-01 Andreas Schwab <schwab@suse.de>
8547
8548 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8549
8550 2004-02-01 Stephen Eglen <stephen@gnu.org>
8551
8552 * info-look.el: Add support for maxima-mode. Update commentary
8553 because info-lookup-symbol is now bound to C-h S.
8554
8555 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8556
8557 * simple.el (edit-and-eval-command): Bind print-level and
8558 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8559 Correct initial position in command-history.
8560
8561 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8562
8563 * files.el (read-directory-name): Adapt the docstring to recent
8564 change in Fread_file_name.
8565
8566 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8567
8568 * ses.el (ses-print-cell): If print format too wide for column
8569 width, truncate decimal places if that helps to avoid "#####" fill.
8570 * ses.el (ses-initial-column-width): Revert previous change.
8571
8572 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8575 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8576 Add edebug info.
8577 (jit-lock-mode): Setup/cancel the new timer.
8578 (jit-lock-context-fontify): New fun. Extracted from
8579 context fontification code of jit-lock-stealth-fontify.
8580 (jit-lock-stealth-fontify): Don't do context fontification any more.
8581
8582 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8583 (jit-lock-fontify-now): Handle the `quit' case.
8584 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8585
8586 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8587
8588 * progmodes/executable.el (executable-command-find-posix-p):
8589 New. Check if find handles arguments Posix-style.
8590
8591 * progmodes/grep.el (grep-compute-defaults):
8592 Use executable-command-find-posix-p.
8593 (grep-find): Check `grep-find-command'.
8594
8595 * filecache.el (file-cache-find-posix-p): Delete.
8596 (file-cache-add-directory-using-find):
8597 Use `executable-command-find-posix-p'.
8598
8599 2004-01-29 Dave Love <fx@gnu.org>
8600
8601 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8602 Iterate the hook function if arg is given.
8603 (mark-defun, narrow-to-defun): Change order of finding the limits.
8604
8605 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8606 (byte-compile-format-warn): New.
8607 (byte-compile-callargs-warn): Use it.
8608 (Format, message, error): Add byte-compile-format-like property.
8609 (byte-compile-maybe-guarded): New.
8610 (byte-compile-if, byte-compile-cond): Use it.
8611 (byte-compile-lambda): Compile interactive forms,
8612 just to make warnings about them.
8613
8614 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8615
8616 * ses.el (ses-initial-column-width): Increase to 14, so it will
8617 work well with the default printer of "%.7g" for extreme values
8618 like "-1.234567e+07".
8619
8620 2004-01-29 Kenichi Handa <handa@m17n.org>
8621
8622 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8623
8624 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8625
8626 * dos-w32.el: Added support for the `default-printer-name' function.
8627
8628 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * server.el (server-socket-name): Don't use the hostname in the
8631 socket name since /tmp is local to the host anyway.
8632
8633 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8634 robust check of widening and fix var-naming.
8635
8636 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8637
8638 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8639 or rmail-spam- to rsf- in all function and variable names.
8640 (rsf-min-region-to-spam-list): New variable.
8641 (rsf-bbdb-auto-delete-spam-entries): Rename from
8642 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8643 scanned together with the recipients field for spam testing; Don't
8644 delete spam message if rmail-delete-after-output is non-nil;
8645 (rsf-check-field): New function, extracted from code in
8646 rmail-spam-filter to ease addition of header fields like
8647 content-type:;
8648 (message-content-type): New variable. The content-type: field was
8649 added also in defcustom of rsf-definitions-alist;
8650 (rmail-spam-filter): Replace repeated test code for header fields
8651 by calls to check-field; change the call to
8652 rmail-output-to-rmail-file such that rmail-current-message stays
8653 the same to avoid wrong deletion of unseen flags.
8654 (rmail-use-spam-filter): Add autoload cookie.
8655
8656 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8657
8658 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8659 (file-cache-add-directory-using-find): Add Cygwin support.
8660 (file-cache-find-command-posix-flag): New user variable.
8661
8662 * filecache.el (file-cache-add-directory): Check for
8663 directories an remove them from dir-files.
8664
8665 2004-01-27 Richard M. Stallman <rms@gnu.org>
8666
8667 * man.el (Man-fontify-manpage): Clean up message.
8668
8669 2004-01-27 Kenichi Handa <handa@m17n.org>
8670
8671 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8672 (sentence-end): Define using sentence-end-without-space.
8673
8674 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8675 a sentence ends with one of a character in sentence-end-without-space.
8676
8677 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8680 (jit-lock): Group declaration moved to jit-lock.el.
8681 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8682 when necessary.
8683
8684 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8685 (jit-lock-context-unfontify-pos): Rename from
8686 jit-lock-first-unfontify-pos.
8687 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8688
8689 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8690
8691 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8692 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8693 (fortran-fill): When filling a string, adjust re-search-backward
8694 argument for special case of string just on fill-column.
8695 When filling non-string, allow one extra char if
8696 fortran-break-before-delimiters is non-nil.
8697 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8698 Use fortran-break-delimiters-re and fortran-no-break-re to
8699 correctly handle cases such as "**".
8700
8701 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8702 (f90-no-break-re): Add some extra tokens. Doc fix.
8703
8704 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8705
8706 * mail/rmail-spam-filter.el:
8707 Use two semicolons as Commentary line prefix.
8708 Add ";;; Code:" stylized comment.
8709 Delete end-of-line whitespace.
8710 Wrap (require 'cl) with `eval-when-compile'.
8711
8712 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8713
8714 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8715 at the top level of vc.el.
8716
8717 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8718
8719 * vc.el (vc-current-line): Function removed. This is now done by
8720 the new function line-at-pos in simple.el.
8721 (vc-annotate-warp-version): Use line-at-pos instead of
8722 vc-current-line.
8723
8724 2004-01-22 Kim F. Storm <storm@cua.dk>
8725
8726 * simple.el (line-at-pos): New defun.
8727 (what-line): Use it. Optimize by only counting lines in narrowed
8728 region once.
8729
8730 2004-01-22 Kenichi Handa <handa@m17n.org>
8731
8732 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8733 point (register r1) only for charset mule-unicode-0100-24ff.
8734
8735 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8736
8737 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8738 trailing white space and ensure a final newline.
8739
8740 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8741 Add autoload cookie.
8742
8743 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8744
8745 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8746 activate view-mode explicitly.
8747
8748 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8749
8750 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8751 use clipboard first.
8752
8753 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8756 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8757 (vc-mcvs-cvs): Remove.
8758 (vc-mcvs-command): Remove use of assert.
8759
8760 * outline.el (outline-insert-heading): Tighten up match.
8761 (outline-demote, outline-move-subtree-down): Don't assume anything
8762 about outline-regexp.
8763
8764 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8765 (texinfo-show-structure): Explicitly add ^, and simplify.
8766
8767 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8768
8769 * calendar/appt.el (appt-check): Restore usage of
8770 appt-issue-message deleted in previous change.
8771 (top-level): Activate package when loaded (needed for backwards
8772 compatibility).
8773
8774 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8775
8776 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8777 following previous change to smtpmail-send-data.
8778
8779 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8780
8781 * vc.el (vc-default-previous-version): Doc enhancement.
8782 (vc-default-next-version): New function.
8783 (vc-print-log): New arg FOCUS-REV.
8784 (vc-annotate-mode): Derive from view-mode.
8785 (vc-annotate): New args REVISION, DISPLAY-MODE.
8786 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8787 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8788 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8789 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8790 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8791
8792 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8793
8794 2004-01-19 Karl Berry <karl@gnu.org>
8795
8796 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8797 or "TexInfo".
8798
8799 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8800
8801 * subr.el (delete-dups): New function.
8802
8803 2004-01-19 Karl Berry <karl@gnu.org>
8804
8805 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8806 with ^, since that's what texinfo-show-structure
8807 documentation says (plus it works much better in texinfo.txi).
8808
8809 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8810
8811 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8812
8813 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8814
8815 * progmodes/which-func.el (which-function-mode): Don't cancel
8816 which-func-update-timer if not set.
8817
8818 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8819
8820 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8821 Remove spurious left square bracket in XX:XXam regexp.
8822
8823 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8824
8825 * progmodes/cc-defs.el: Do not require cl at run time.
8826
8827 2004-01-16 Richard M. Stallman <rms@gnu.org>
8828
8829 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8830 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8831
8832 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8833 Call rmail-spam-filter. Delete and expunge spam.
8834 Print number of spam messages deleted.
8835 Save and restore the deletion status of old messages when reading
8836 new mail with spam filter, so that expunging spam does not expunge
8837 msgs deleted by the user.
8838 (rmail-only-expunge): Add an optional argument dont-show to
8839 prevent showing message after expunge.
8840
8841 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8844 * subr.el (declare): New macro.
8845
8846 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8847
8848 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8849
8850 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8853 Test window-system rather than system-type (for X11/Mac).
8854
8855 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8858
8859 2004-01-12 Richard M. Stallman <rms@gnu.org>
8860
8861 * mail/rmail.el (rmail-convert-to-babyl-format):
8862 Use mail-unquote-printable-region.
8863 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8864 (rmail-hex-char-to-integer): Functions deleted.
8865
8866 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8867 (mail-unquote-printable-region): New arg NOERROR.
8868 For invalid encoding, either signal an error to just return nil.
8869
8870 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8871
8872 * calendar/appt.el: Update copyright and commentary.
8873 (appt-issue-message): Make obsolete.
8874 (appt-visible, appt-msg-window): Make obsolete, in favour of
8875 appt-display-format.
8876 (appt-display-mode-line, appt-display-duration)
8877 (appt-display-diary, appt-time-msg-list, appt-mode-string)
8878 (appt-prev-comp-time, appt-display-count, appt-timer)
8879 (appt-convert-time): Doc change.
8880 (appt-disp-window-function, appt-delete-window-function):
8881 Use defcustom rather than defvar.
8882 (appt-display-format): New variable.
8883 (appt-display-message): New function with display code from appt-check.
8884 (appt-check): Add optional FORCE argument. Doc change.
8885 Add appt-make-list to diary-hook if displaying diary.
8886 Remove checking of view-diary-entries-initially.
8887 Message display section removed to new function appt-display-message.
8888 (appt-display-window): Doc change. Remove unused internal var
8889 this-buffer. Do not beep, since appt-display-message does that.
8890 (appt-make-list): Doc change. Use caar.
8891 (appt-sort-list): Simplify by using builtin sort function.
8892 (appt-update-list): New function for updating appts when diary is
8893 saved.
8894 (appt-activate): New autoloaded function to toggle package
8895 functionality.
8896
8897 * calendar/cal-x.el: (calendar-one-frame-setup)
8898 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
8899
8900 * calendar/calendar.el: Update copyright.
8901 (view-diary-entries-initially, european-calendar-style): Doc change.
8902 (calendar-setup): Make defcustom rather than defvar.
8903 (mark-visible-calendar-date): Initialize temp-face and faceinfo
8904 in let binding so local to function.
8905
8906 * calendar/diary-lib.el: Update copyright.
8907 (diary, diary-entry-time): Doc change.
8908 (list-diary-entries): Doc change. Trivial logic change.
8909 (fancy-diary-display): Restore make-face command mistakenly
8910 deleted 2003-05-08.
8911 (show-all-diary-entries): Allow to pop-up frame if needed.
8912
8913 2004-01-09 John Paul Wallington <jpw@gnu.org>
8914
8915 * bindings.el (mode-line-change-eol): Add EVENT parameter.
8916 Temporarily select EVENT's window for changing eol type.
8917
8918 2004-01-09 Deepak Goel <deego@gnufans.org>
8919
8920 * calendar/diary-lib.el (diary-entry-time):
8921 Also accept time in the form XX[.XX][am/pm/AM/PM].
8922 (fancy-diary-font-lock-keywords): Likewise.
8923 (diary-font-lock-keywords): Likewise.
8924 * calendar/appt.el (appt-add): Likewise.
8925 (appt-make-list): Likewise.
8926 (appt-convert-time): Likewise.
8927
8928 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
8929
8930 * gdb-ui.el (gdb-ann3): Revert previous change.
8931 (gdb-source-info): Allow for case of where compilation directory
8932 is not recorded.
8933
8934 2004-01-08 John Paul Wallington <jpw@gnu.org>
8935
8936 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
8937
8938 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
8939
8940 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
8941
8942 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
8943 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8944 problems.
8945 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8946
8947 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8948
8949 * files.el (write-file-functions, write-contents-functions):
8950 Clarify docstrings.
8951
8952 2004-01-07 Kenichi Handa <handa@m17n.org>
8953
8954 * international/mule.el (set-auto-coding): Fix for the case that
8955 end-of-line is only CR.
8956
8957 2004-01-07 Kim F. Storm <storm@cua.dk>
8958
8959 * subr.el (event-start, event-end): Doc fix.
8960 (posn-string, posn-image): New defuns.
8961 (posn-object): Return either image or string object.
8962 (posn-object-x-y): Return 8th element of position.
8963 (posn-object-width-height): New defun.
8964
8965 2004-01-06 Andreas Schwab <schwab@suse.de>
8966
8967 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8968 output.
8969
8970 2004-01-05 Karl Berry <karl@gnu.org>
8971
8972 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8973 / and *, too.
8974
8975 2003-12-31 Simon Josefsson <jas@extundo.com>
8976
8977 * files.el (before-save-hook): Add.
8978 (basic-save-buffer): Use before-save-hook.
8979
8980 * emacs-lisp/copyright.el: Fix comment to recommend
8981 before-save-hook instead of write-file-functions.
8982
8983 2004-01-05 Richard M. Stallman <rms@gnu.org>
8984
8985 * finder.el (finder-commentary): Call delete-other-windows.
8986
8987 * net/ange-ftp.el (ange-ftp-file-attributes):
8988 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8989
8990 2004-01-04 Karl Berry <karl@gnu.org>
8991
8992 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8993 comment characters % and # in the copyright year notice,
8994 as well as ;.
8995
8996 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8997
8998 * wid-edit.el (default): Define dummy :value-delete.
8999 Reported by Jesper Harder <harder@ifa.au.dk>.
9000
9001 2004-01-03 Richard M. Stallman <rms@gnu.org>
9002
9003 * progmodes/compile.el (compile-internal): Use point, not point-min,
9004 for set-window-point.
9005
9006 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9007
9008 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9009
9010 * progmodes/grep.el (grep-mode-map):
9011 Don't remap next-line, previous-line.
9012
9013 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
9014
9015 * speedbar.el (speedbar-edit-line): Change regexp to position
9016 the cursor on the first character of this line's button.
9017
9018 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9019
9020 * subr.el (functionp): Doc fix.
9021
9022 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
9023
9024 * progmodes/idlwave.el (idlwave-make-tags):
9025 * textmodes/flyspell.el (flyspell-large-region):.
9026 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9027 * emulation/viper-util.el (viper-glob-unix-files):
9028 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9029 * man.el (Man-init-defvars):
9030 * jka-compr.el (jka-compr-call-process):
9031 * files.el (get-free-disk-space,insert-directory):
9032 * ediff-ptch.el (ediff-test-patch-utility):
9033 * ediff-diff.el (ediff-test-utility):
9034 * dired-aux.el (dired-check-process):
9035 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9036 test the return value of call-process, because it can be a string.
9037
9038 2003-12-31 John Paul Wallington <jpw@gnu.org>
9039
9040 * bindings.el (completion-ignored-extensions): Add .pfsl.
9041
9042 2003-12-31 Kim F. Storm <storm@cua.dk>
9043
9044 * ido.el (ido-nonreadable-directory-p): New defun to check for
9045 nonreadable directory without activating tramp (to avoid problems
9046 with checking incomplete tramp paths).
9047 (ido-set-current-directory, ido-file-internal)
9048 (ido-file-name-all-completions1): Use it.
9049
9050 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9053 documentation if the anchor (or node) name is preceded by `info
9054 anchor' or `Info anchor' in addition to earlier `info node' and
9055 `Info node'.
9056 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9057
9058 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9059
9060 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9061 error in arguments to base64-decode-region. Remove ^M characters
9062 after decoding base64.
9063
9064 2003-12-30 Simon Josefsson <jas@extundo.com>
9065
9066 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
9067 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9068 have only been distributed with Emacs for some years.
9069 (texinfo-mode-hook): Customize.
9070
9071 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9072
9073 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9074 cleaner (suggested by Richard Stallman).
9075
9076 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9077 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9078 file-name clashes on 8+3 DOS filesystems.
9079
9080 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9081 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9082 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9083 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9084 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9085 file-name clashes on 8+3 filesystems.
9086
9087 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9088 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9089 file-name clashes on 8+3 DOS filesystems.
9090
9091 2003-12-29 Richard M. Stallman <rms@gnu.org>
9092
9093 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9094 Upcase the character.
9095
9096 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9097 Search for header separator alone on a line, literally,
9098 and search for it backward, not forward.
9099 (flyspell-abbrev-table): Always use global-abbrev-table
9100 if there is no local one.
9101
9102 * progmodes/sh-script.el (sh-get-indent-info):
9103 Don't move point back if at bob.
9104
9105 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9106
9107 * play/handwrite.el (handwrite): Make the handwrite credit message
9108 a comment rather than an output command.
9109
9110 * obsolete/sc.el: Display message that this file is obsolete.
9111
9112 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9113
9114 * mail/rfc822.el (rfc822-address-start): Declare variable.
9115 Renamed from address-start. All uses changed.
9116
9117 * term.el (term-exec): Set up sentinel.
9118 (term-sentinel): New function.
9119 (term-handle-exit): New function.
9120
9121 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9122 Use assoc-string, and mark them obsolete.
9123 (delay-mode-hooks): Mark as permanent local.
9124
9125 * simple.el (sendmail-user-agent-compose): Use assoc-string.
9126
9127 * register.el (copy-rectangle-to-register): Doc fix.
9128
9129 * info.el (Info-insert-dir): Use assoc-string.
9130
9131 * info-look.el (info-lookup): Use assoc-string.
9132
9133 * frame.el (pop-up-frame-function): Use quote, not `function'.
9134 (frame-notice-user-settings): Calculate ADJUSTED-TOP
9135 copying with lists as coordinate values.
9136
9137 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9138
9139 * find-dired.el (kill-find): New command.
9140 (find-dired): Make buffer read-only.
9141 Set up a keymap with C-c C-k running kill-find.
9142 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9143
9144 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9145
9146 * filecache.el (file-cache-ignore-case): New variable.
9147 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
9148
9149 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9150 (comint-dynamic-complete-as-filename): Rename local vars.
9151 (comint-dynamic-list-filename-completions): Likewise.
9152
9153 * comint.el (comint-dynamic-list-completions-config): New var.
9154 (comint-dynamic-list-completions): Handle both SPC and TAB right.
9155
9156 * comint.el (comint-file-name-chars): Add [].
9157 (comint-word): Use skip-chars-backward, not search.
9158
9159 * shell.el (shell-file-name-chars): Add [].
9160
9161 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9162
9163 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9164
9165 * generic.el (define-generic-mode): Doc fix.
9166
9167 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9168
9169 * files.el (kill-some-buffers): Doc fix.
9170
9171 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
9172
9173 * comint.el (comint-watch-for-password-prompt): Pass `string' as
9174 arg to send-invisible
9175 (send-invisible): Doc fix. The argument is now a prompt, not the
9176 string to send.
9177 (comint-read-noecho): Doc fix.
9178
9179 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
9180
9181 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9182 "@", as required by some ISP hosting service. Fix defcustom
9183 argument syntax errors that prevented use of customization.
9184
9185 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9186
9187 * xml.el (xml-get-attribute-or-nil): Doc fix.
9188
9189 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
9190
9191 * net/zone-mode.el (zone-mode): Use write-file-functions, not
9192 write-file-hooks.
9193
9194 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
9195
9196 * autorevert.el (auto-revert-interval): Doc fix.
9197
9198 2003-12-29 Mark A. Hershberger <mah@everybody.org>
9199
9200 * xml.el (xml-get-attribute-or-nil): New function, like
9201 xml-get-attribute, but returns nil if the attribute was not found.
9202 (xml-get-attribute): Convert to defsubst, uses
9203 xml-get-attribute-or-nil.
9204
9205 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9206
9207 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9208
9209 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
9210
9211 * custom.el (custom-declare-theme): Use `value' when putting
9212 properties on `theme'.
9213
9214 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
9215
9216 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9217 for each yank-handler segment.
9218 (insert-for-yank-1): New function, with the body of the previous
9219 insert-for-yank.
9220
9221 * textmodes/table.el (table-yank-handler): New defcustom.
9222 (table--put-cell-indicator-property): Put yank-handler property
9223 that indicates the yank handler for the table cell.
9224
9225 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9226
9227 * generic-x.el (etc-modules-conf-generic-mode): A more complete
9228 set of keywords.
9229
9230 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9231
9232 * international/mule-cmds.el (reset-language-environment)
9233 (set-language-environment): Don't invoke fontset-related functions
9234 if fontset-list is not fboundp.
9235
9236 2003-12-29 Kenichi Handa <handa@m17n.org>
9237
9238 * international/mule-cmds.el (reset-language-environment):
9239 Call set-overriding-fontspec-internal with nil.
9240 (set-language-environment): Call set-overriding-fontspec-internal
9241 if the language environment specify `overriding-fontspec'.
9242 (language-info-alist): Doc added.
9243
9244 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9245 characters of mule-unicode-0100-24ff.
9246 (ccl-encode-windows-1251-font): New CCL program.
9247 ("Bulgarian"): Specify overriding-fontspec.
9248 ("Belarusian"): Likewise.
9249
9250 2003-12-28 Sam Steingold <sds@gnu.org>
9251
9252 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9253 parameter ID-FORMAT to conform with the 2003-11-30 patch.
9254
9255 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
9256
9257 * progmodes/gud.el (gud-gdb-command-name): Set default to
9258 "gdb --annotate=3".
9259 (gud-gdb-marker-filter): Look out for annotations.
9260 (gdb-first-pre-prompt): New variable.
9261 Remove trailing white space.
9262
9263 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9264 if necessary.
9265 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
9266 annotations are detected.
9267 (gud-gdba-marker-filter): Use global variable gud-marker-acc
9268 instead of a local one to allow transition from
9269 gud-gdb-marker-filter.
9270 Remove trailing white space.
9271
9272 2003-12-27 Kim F. Storm <storm@cua.dk>
9273
9274 * ido.el: Handle non-readable directories.
9275 (ido-decorations): Add 9th element for non-readable directory.
9276 (ido-directory-nonreadable): New dynamic var.
9277 (ido-set-current-directory): Set it.
9278 (ido-read-buffer, ido-file-internal):
9279 (ido-read-file-name, ido-read-directory-name): Let-bind it.
9280 (ido-file-name-all-completions1): Return empty list for
9281 non-readable directory.
9282 (ido-exhibit): Print [Not readable] if directory is not readable.
9283 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9284 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9285 Use it.
9286
9287 2003-12-27 Lars Hansen <larsh@math.ku.dk>
9288
9289 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9290 calls to directory-files-and-attributes and file-attributes.
9291 (ls-lisp-format): Remove system dependent handling of user and
9292 group id's.
9293
9294 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9295
9296 * ffap.el (ffap-read-file-or-url): Revert previous change.
9297
9298 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
9299
9300 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9301 new list of included files called `files-with-node-lines', that
9302 only have node lines. This way @include commands can include any
9303 file, such as version and update files without node lines, not
9304 just files that are chapters.
9305
9306 2003-12-25 Andreas Schwab <schwab@suse.de>
9307
9308 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9309 file not found.
9310
9311 2003-12-08 Miles Bader <miles@gnu.org>
9312
9313 * dired.el (dired-between-files): Always use dired-move-to-filename,
9314 which is more robust in non-english locales.
9315
9316 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9317
9318 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9319
9320 2003-12-24 Andreas Schwab <schwab@suse.de>
9321
9322 * shell.el (shell-file-name-quote-list): Add backslash.
9323
9324 * comint.el (comint-quote-filename): Correctly handle backslash
9325 in comint-file-name-quote-list.
9326
9327 2003-12-24 Kenichi Handa <handa@m17n.org>
9328
9329 * international/mule-cmds.el (set-default-coding-systems):
9330 Call ucs-set-table-for-input for all buffers that don't have local
9331 value of buffer-file-coding-system.
9332
9333 * international/ucs-tables.el (ucs-set-table-for-input):
9334 If translation-table-for-encode is a symbol, get its
9335 translation-table property.
9336
9337 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9338
9339 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9340 to `completing-read' on a recently fixed bug.
9341
9342 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9343 instead of SPACE, to get the list of possible fringe modes.
9344 SPACE only works if both `partial-completion-mode' and
9345 `completion-auto-help' are nil.
9346
9347 * complete.el (PC-is-complete-p): Delete.
9348 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9349 calls to `test-completion'.
9350
9351 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9352
9353 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9354 to edit values when there are no children.
9355
9356 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9357 a mode called "Assembler" already exists.
9358 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9359 (gud-watch): Use format option. Remove font properties from string.
9360 (gdb-var-create-handler, gdb-var-list-children-handler):
9361 Don't bother about properties as there are none.
9362 (gdb-var-create-handler, gdb-var-list-children-handler)
9363 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9364 with two arguments.
9365 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9366 Let speedbar show value changes with a different font.
9367 (gdb-edit-value): New defun.
9368 (gdb-clear-partial-output, gdb-clear-inferior-io)
9369 (def-gdb-auto-update-handler): Use erase-buffer.
9370 (gdb-frame-handler): Display watch expressions in
9371 FUNCTION::VARIABLE format if required.
9372
9373 2003-12-23 John Paul Wallington <jpw@gnu.org>
9374
9375 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9376 (Info-goto-emacs-command-node): Doc fixes.
9377
9378 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9379
9380 * cus-edit.el (custom-add-parent-links): Define "many".
9381
9382 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9383
9384 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9385 (widget-child-validate, widget-type-value-create)
9386 (widget-type-default-get, widget-type-match): New functions.
9387 (lazy): New widget.
9388 (menu-choice, checklist, radio-button-choice, editable-list)
9389 (group, documentation-string): Remove redundant (per 2003-10-25
9390 change) calls to `widget-children-value-delete'.
9391 (widget-choice-value-get, widget-choice-value-inline): Remove.
9392 (menu-choice): Update widget.
9393
9394 2003-12-03 Kenichi Handa <handa@m17n.org>
9395
9396 * language/cyrillic.el: Register "microsoft-cp1251" in
9397 ctext-non-standard-encodings-alist.
9398 ("Bulgarian"): Add ctext-non-standard-encodings.
9399 ("Belarusian"): Likewise.
9400
9401 * international/mule-conf.el (compound-text-with-extensions):
9402 Change the type to 2 (iso-2022 base).
9403
9404 * international/mule.el (ctext-non-standard-encodings-alist):
9405 Change the format.
9406 (ctext-non-standard-encodings): New variable.
9407 (ctext-post-read-conversion): Fully re-written.
9408 (ctext-non-standard-designations-alist): Delete it.
9409 (ctext-non-standard-encodings-table): New function.
9410 (ctext-pre-write-conversion): Fully re-written.
9411
9412 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9413
9414 * cus-edit.el (custom-add-parent-links): Add documentation links
9415 for parent, if the item has none of its own.
9416
9417 2003-11-30 Richard M. Stallman <rms@gnu.org>
9418
9419 * dired-aux.el (dired-do-query-replace-regexp):
9420 Report files visited read-only.
9421
9422 2003-11-30 Juri Linkov <juri@jurta.org>
9423
9424 * dired-aux.el (dired-compare-directories): New command.
9425 (dired-file-set-difference, dired-files-attributes): New functions.
9426
9427 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9428 Version 2.0.38 of Tramp released.
9429
9430 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9431 Charles Curley <charlescurley@charlescurley.com>.
9432 (tramp-multi-connection-function-alist): Add ssht entry which adds
9433 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9434 Aichner.
9435 (tramp-get-method-parameter): New function to retrieve a method
9436 parameter. This allows for omission of method parameters.
9437 Callers adjusted.
9438
9439 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9440
9441 * net/tramp.el: Add new optional parameter ID-FORMAT to
9442 `file-attributes'. Calls of `file-attributes' won't use this
9443 parameter for backward compatibility reasons.
9444 (tramp-perl-file-attributes): Add a new parameter to Perl script
9445 in order to handle uid/gid as strings, if desired.
9446 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9447 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9448 order to make the function more general.
9449 (tramp-handle-file-attributes): Replace proprietary optional
9450 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9451 (tramp-handle-file-attributes-with-perl): Handle parameter
9452 NONNUMERIC if set. This wasn't done in the past.
9453 (tramp-post-connection): Apply second parameter "$2" if
9454 `tramp-remote-perl' is called.
9455
9456 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9457 Correct cut'n'waste error (`filename' instead of `directory').
9458 (tramp-smb-handle-directory-files-and-attributes)
9459 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9460 introduced parameter ID-FORMAT.
9461 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9462 error (`directory' instead of `ldir').
9463
9464 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9465 `file-attributes' has a second parameter. If yes, apply it with
9466 value "'integer". Otherwise, don't use that parameter (default is
9467 integer format).
9468
9469 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9470
9471 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9472 (help-for-help): Add `C-h .' to the listed Help options.
9473 Remove trailing whitespace.
9474
9475 * help-at-pt.el: New file.
9476
9477 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9478
9479 * subr.el (noreturn, 1value): New macros for test coverage.
9480 See `testcover.el'.
9481
9482 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9483
9484 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9485 for macro `1value'.
9486 (testcover-1value): New function. Checks that a 1value form
9487 actually returns only one value. Requested by RMS.
9488
9489 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9490
9491 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9492 (gdb-var-list-children, gdb-var-list-children-handler)
9493 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9494 gdb commands that use mi to keep them out of the command history.
9495
9496 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9497
9498 * cus-start.el (all): Add use-file-dialog.
9499
9500 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9503
9504 2003-11-27 Kim F. Storm <storm@cua.dk>
9505
9506 * subr.el (posn-object-x-y): New defun.
9507
9508 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9511 Don't use `space' for \\\n.
9512 Be more selective as to which # are comment-starters.
9513
9514 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9515
9516 * subr.el (number-sequence): Improve handling of floating point
9517 arguments (suggested by Kim Storm). Allow negative arguments.
9518
9519 2003-11-26 Kenichi Handa <handa@m17n.org>
9520
9521 * international/mule-cmds.el (standard-display-european-internal):
9522 Cancel the standard-display-table setting for ` and '.
9523
9524 2003-11-26 Kim F. Storm <storm@cua.dk>
9525
9526 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9527 New defcustoms to add ffap-like functionality to ido.
9528 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9529 (ido-no-final-slash): New defun.
9530 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9531 (ido-read-file-name): ): Toggle VC checking via
9532 vc-handled-backends instead of vc-master-templates.
9533 (ido-file-internal): Handle ido-use-url-at-point and
9534 ido-use-filename-at-point via code borrowed from ffap-guesser.
9535 Handle new ido-exit code ffap.
9536 (ido-sort-list): Ignore final slash when sorting file names.
9537
9538 2003-11-25 Kim F. Storm <storm@cua.dk>
9539
9540 * emulation/cua-base.el (cua--standard-movement-commands):
9541 Add forward-sentence and backward-sentence.
9542
9543 2003-11-25 Stephen Eglen <stephen@gnu.org>
9544
9545 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9546 iswitchb-exit is set to 'usefirst when user selects buffer at head
9547 of list using RET. (Selecting buffers at the head of the list was
9548 broken if the substring was also a complete buffername.)
9549
9550 2003-11-23 Kim F. Storm <storm@cua.dk>
9551
9552 * progmodes/compile.el (grep-command, grep-use-null-device)
9553 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9554 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9555 (grep-regexp-alist, grep-program, find-program)
9556 (grep-find-use-xargs, grep-history, grep-find-history)
9557 (grep-process-setup, grep-compute-defaults)
9558 (grep-default-command, grep, grep-tag-default, grep-find)
9559 (grep-expand-command-macros, grep-tree-last-regexp)
9560 (grep-tree-last-files, grep-tree): Move grep variables, functions
9561 and commands to new file grep.el.
9562 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9563 (compilation-process-setup-function): Doc fix.
9564 (compilation-highlight-regexp, compilation-highlight-overlay): New
9565 defvars used for highlighting current compile error in source buffer.
9566 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9567 LOCAL-MAP which overrides compilation-highlight-regexp and
9568 compilation-mode-map for this compilation.
9569 Delay calling compilation-set-window-height until after running
9570 compilation-process-setup-function so it can buffer-local override
9571 compilation-window-height.
9572 Check buffer-local value of compilation-scroll-output.
9573 (compilation-set-window-height): Use buffer-local value of
9574 compilation-window-height.
9575 (compilation-revert-buffer): Don't pass (undefined)
9576 preserve-modes arg to revert-buffer.
9577 (next-error-no-select, previous-error-no-select): New commands.
9578 (compilation-goto-locus): Temporarily highlight current match in
9579 source buffer using compilation-highlight-regexp.
9580
9581 * progmodes/grep.el: New file with grep code from compile.el.
9582 (grep): New defcustom group.
9583 (grep-window-height): New defcustom, like compilation-window-height.
9584 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9585 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9586 (grep-command, grep-use-null-device, grep-find-command)
9587 (grep-tree-files-aliases, grep-tree-ignore-case)
9588 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9589 (grep-setup-hook): New hook variable.
9590 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9591 (grep-last-buffer): New defvar, override compilation-last-buffer.
9592 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9593 Call compile-internal with args highlight-regexp and grep-mode-map.
9594
9595 2003-11-23 Kim F. Storm <storm@cua.dk>
9596
9597 * subr.el (event-start, event-end): Doc fix.
9598 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9599 (posn-area, posn-actual-col-row, posn-object): New defuns.
9600 (posn-col-row): Simplify doc. Rewrite to use cond.
9601 (posn-point): Also return buffer position for events outside text
9602 area (that info is now present in the event position).
9603
9604 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9605 mouse-set-point so that hscroll still works now that clicks on
9606 fringes generate specific mouse events.
9607 (mouse-set-point): Note that it now works in fringes and margins
9608 too due to new semantics of posn-point in fringes and margins.
9609
9610 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9611 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9612
9613 2003-11-20 Kim F. Storm <storm@cua.dk>
9614
9615 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9616 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9617 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9618 to 100 for icons to avoid increasing line height when shown.
9619
9620 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9621
9622 * newcomment.el (comment-normalize-vars): Initialize properly if
9623 comment-start was nil.
9624
9625 2003-11-19 Andreas Schwab <schwab@suse.de>
9626
9627 * simple.el (set-variable): Fix indentation.
9628
9629 2003-11-17 Kenichi Handa <handa@m17n.org>
9630
9631 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9632 Fix docstring.
9633
9634 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9635
9636 * international/latin1-disp.el (latin1-display): Fix docstring.
9637
9638 2003-11-16 John Wiegley <johnw@newartisans.com>
9639
9640 * eshell/em-ls.el (eshell-ls-file): There are times with
9641 size-width is nil and uncomputed (when directories are created in
9642 dired, for example); in this case, 4 is reasonable default value,
9643 although it may caused skewed new entries (which could be avoided
9644 by returning the original value of 8 in all cases, but 99% of the
9645 time this is a waste of whitespace).
9646
9647 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9648
9649 * cc-engine.el (c-guess-continued-construct)
9650 (c-guess-basic-syntax): Check a little more carefully if it's a
9651 function declaration when an unknown construct followed by a block
9652 is found inside a statement context. This avoids macros followed
9653 by blocks to be taken as function declarations.
9654
9655 (c-guess-continued-construct): Change the analysis of a statement
9656 continuation with a brace open to `substatement-block', for
9657 consistency with recognized statements.
9658
9659 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9660 start is in a position so that `c-beginning-of-statement-1' jumped
9661 to the beginning of the same statement.
9662
9663 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9664 Don't accept binary operators in the arglist if we're in a function
9665 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9666 template recognition in cases like "if (a < b || c > d)".
9667
9668 (c-restricted-<>-arglists): New more appropriate name for
9669 `c-disallow-comma-in-<>-arglists'.
9670
9671 Accessing functions updated for the variable name change.
9672
9673 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9674 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9675
9676 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9677 labels.
9678
9679 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9680 instead of duplicating parts of it. This fixes bogus label
9681 recognition.
9682
9683 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9684 of checking the context in which to apply the minimum indentation,
9685 so that it isn't enforced in e.g. namespace blocks.
9686
9687 * cc-vars.el (c-inside-block-syms): New constant used by
9688 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9689 to somewhat reduce the risk of becoming stale.
9690
9691 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9692 cc-cmds to cc-engine to allow use from cc-align.
9693
9694 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9695 qualified identifiers containing "::".
9696
9697 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9698 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9699
9700 * cc-vars.el (c-emacs-features): Use a space in front of the name
9701 of the temporary buffer. That also avoids dumping problems in
9702 XEmacs due to undo info being left around after the buffer is killed.
9703
9704 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9705 arglist to see if it's a K&R style declaration.
9706
9707 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9708 before returning `knr-argdecl-intro'.
9709
9710 2003-11-16 John Wiegley <johnw@newartisans.com>
9711
9712 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9713 field in a long-listing always 8 characters, use `size-width',
9714 which has already been computed.
9715
9716 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9717
9718 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9719
9720 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9721
9722 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9723 Support operation while narrowed, with `diff-restrict-view'.
9724
9725 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9726
9727 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9728 Take additional optional arg NARROWFUN. For the generated functions:
9729 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9730 include frags that arrange to check for and save narrowing state before
9731 the move and then conditionally call NARROWFUN after the move.
9732
9733 2003-11-14 John Wiegley <johnw@newartisans.com>
9734
9735 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9736 that was optional, but obviously missing based on surrounding code.
9737
9738 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9739 string arguments to numbers unless the whole argument was seen as
9740 a number.
9741
9742 2003-11-14 Kenichi Handa <handa@m17n.org>
9743
9744 * international/mule.el (ctext-non-standard-encodings-alist):
9745 Fix coding systems.
9746
9747 2003-11-10 Kenichi Handa <handa@m17n.org>
9748
9749 * language/kannada.el ("Kannada"): Add sample-text.
9750
9751 * language/knd-util.el (kannada-compose-region)
9752 (kannada-compose-string, kannada-post-read-conversion):
9753 Add autoload cookie.
9754
9755 * international/quail.el (quail-completion): Change the message
9756 "corresponding translations" to "corresponding characters".
9757
9758 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9759
9760 * descr-text.el (describe-char): Fix typo.
9761
9762 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9763
9764 These changes are to support Kannada language/script.
9765
9766 * Makefile.in (DONTCOMPILE): Add kannada.el.
9767
9768 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9769
9770 * loadup.el: Preload kannada.el.
9771
9772 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9773 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9774 New variables.
9775
9776 * language/kannada.el: New file.
9777
9778 * language/knd-util.el: New file.
9779
9780 2003-11-07 Andreas Schwab <schwab@suse.de>
9781
9782 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9783 Also highlight AH_*.
9784
9785 * xml.el (xml-parse-dtd): Fix misplaced paren.
9786
9787 2003-11-07 Kenichi Handa <handa@m17n.org>
9788
9789 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9790
9791 2003-11-05 Juri Linkov <juri@jurta.org>
9792
9793 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9794 (desktop-buffer-file): Use saved buffer-file-coding-system
9795 for file reading. Set auto-insert to nil to prevent automatic
9796 insertion into restored empty files.
9797
9798 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * files.el (risky-local-variable-p): Make second argument optional.
9801
9802 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * subr.el (add-hook): Fix last change.
9805
9806 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9807
9808 * mail/rmail.el (rmail-convert-to-babyl-format):
9809 If base64-decode-region signals an error, catch it and silently
9810 ignore it.
9811
9812 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9813
9814 * xml.el (xml-parse-region): Allow comments to appear after the
9815 topmost element has closed.
9816 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9817 (xml-ns-expand-attr): New functions to do namespace handling.
9818 (xml-intern-attrlist): Back-compatible handling of attribute names.
9819 (xml-parse-tag): Move namespace handling to separate functions.
9820 Now produces elements in the form ((:ns . "element") (attr-list)
9821 children) instead of ('ns:element (attr-list) children).
9822 (xml-parse-attlist): Fix attribute parsing.
9823 (xml-parse-dtd): Change parsing so that it produces strings
9824 instead of interned symbols.
9825
9826 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9827
9828 * dired.el (dired-ls-sorting-switches): Doc fix.
9829
9830 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9831
9832 * emacs-lisp/rx.el (rx-or): Fix the case of
9833 "(rx (and ?a (or ?b ?c) ?d))".
9834
9835 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9836
9837 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9838 (texinfo-format-region): Use it.
9839 (texinfo-format-buffer-1): Ditto.
9840
9841 2003-11-01 Alan Mackenzie <acm@muc.de>
9842
9843 Changes to allow scrolling whilst in isearch mode:
9844 * isearch.el (isearch-unread-key-sequence): New function,
9845 extracted from isearch-other-meta-char.
9846 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9847 "scrollable" standard functions.
9848 (isearch-allow-scroll): New customizable variable.
9849 (isearch-string-out-of-window, isearch-back-into-window)
9850 (isearch-reread-key-sequence-naturally)
9851 (isearch-lookup-scroll-key): New functions.
9852 (isearch-other-meta-char): Doc string and functionality enhanced.
9853 Now accepts a prefix argument.
9854 (isearch-lazy-highlight-window-end): New variable.
9855 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9856 end (thru isearch-lazy-highlight-window-end), not only its start.
9857
9858 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9859 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9860 (universal-argument, universal-argument-more, negative-argument)
9861 (digit-argument, universal-argument-other-key): Minor changes.
9862
9863 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9864
9865 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9866 recursively if the last message is deleted, thus avoiding an
9867 infinite loop.
9868
9869 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9872 (tex-main-file): Don't add .tex if the extension is already present.
9873 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
9874
9875 2003-10-29 Lute Kamstra <lute@gnu.org>
9876
9877 * progmodes/octave-inf.el (inferior-octave-prompt):
9878 Recognize version number in prompt.
9879
9880 2003-10-28 Dave Love <fx@gnu.org>
9881
9882 * international/characters.el: Fix some Unicode ranges.
9883
9884 2003-10-28 Kenichi Handa <handa@m17n.org>
9885
9886 * disp-table.el (standard-display-8bit)
9887 (standard-display-default, standard-display-ascii)
9888 (standard-display-g1, standard-display-graphic)
9889 (standard-display-underline): Assure that standard-display-table
9890 is a display table.
9891
9892 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * simple.el (reindent-then-newline-and-indent): Delete space *after*
9895 reindenting the first line.
9896
9897 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
9898
9899 * wid-edit.el (widget-default-delete): Always delete child widgets.
9900
9901 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * newcomment.el (comment-indent): Don't call indent-according-to-mode
9904 if the line has code.
9905 Don't try to line up with something that's too far left.
9906
9907 * progmodes/octave-mod.el (octave-comment-start): Simplify.
9908 (octave-mode-syntax-table): Add % as a comment starter.
9909 (octave-point): Remove.
9910 (octave-in-comment-p, octave-in-string-p)
9911 (octave-not-in-string-or-comment-p, calculate-octave-indent)
9912 (octave-blink-matching-block-open, octave-auto-fill):
9913 Use line-(beginning|end)-position instead.
9914
9915 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9916
9917 * emacs-lisp/authors.el (authors-aliases): Add correct realname
9918 for Francesco Potort\e,Al\e(B.
9919
9920 2003-10-23 Dave Love <fx@gnu.org>
9921
9922 * international/mule-cmds.el (locale-charset-to-coding-system):
9923 Don't rely on nil being a coding system.
9924
9925 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
9926 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
9927 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
9928
9929 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
9930
9931 * gdb-ui.el (gdb-current-language): New variable.
9932 (gdb-update-flag): Remove variable.
9933 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
9934 (gdb-take-last-elt): Remove function.
9935 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
9936 (gdb-post-prompt): Check for variable object changes here.
9937
9938 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
9939 object changes in gdb-ui.el.
9940
9941 2003-10-21 Richard M. Stallman <rms@gnu.org>
9942
9943 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9944
9945 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9946 Don't check for foo*/ wildcard form here.
9947 (insert-directory): Recognize foo*/ as a wildcard.
9948 Separate wildcard-regexp variable from the arg, wildcard.
9949
9950 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9951 (remove-hook): Correctly handle strange cases about local hooks.
9952
9953 2003-10-21 David Ponce <david@dponce.com>
9954
9955 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9956 argument REAL, to return a real number instead of a rounded
9957 integer value. Define as inline function.
9958 (ruler-mode-right-fringe-cols): Likewise.
9959 (ruler-mode-scroll-bar-cols): New function.
9960 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9961 (ruler-mode-right-scroll-bar-cols): Likewise.
9962 (ruler-mode-space): New function.
9963 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9964 scroll bar mode and margins in a more robust way.
9965
9966 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9967
9968 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9969 (antlr-c-init-language-vars): New function.
9970 (antlr-mode): Use it with cc-mode before v5.29.
9971 (antlr-c-common-init): Don't set some local vars here.
9972 (antlr-mode): Set them here.
9973 (antlr-c-forward-sws): New function alias.
9974 (antlr-mode): Redefine with cc-mode before v5.30.
9975 (antlr-skip-sexps): Use it.
9976 (antlr-skip-exception-part): Ditto.
9977 (antlr-skip-file-prelude): Ditto.
9978 (antlr-outside-rule-p): Ditto.
9979 (antlr-end-of-body): Ditto.
9980 (antlr-option-kind): Ditto.
9981 (antlr-insert-option-area): Ditto.
9982 (antlr-file-dependencies): Ditto.
9983
9984 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9985
9986 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9987 Move backward only if point was not inside an entry.
9988
9989 2003-10-21 Richard M. Stallman <rms@gnu.org>
9990
9991 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9992
9993 2003-10-21 Juri Linkov <juri@jurta.org>
9994
9995 * compare-w.el: Automatically skip non-matching text to resync.
9996 (compare-windows-whitespace): Doc fix.
9997 (compare-windows-sync, compare-windows-sync-string-size)
9998 (compare-windows-recenter, compare-ignore-whitespace)
9999 (compare-windows-highlight, compare-windows-face): New variables.
10000 (compare-windows): Use compare-windows-sync.
10001 (compare-windows-highlight, compare-windows-dehighlight)
10002 (compare-windows-sync-regexp)
10003 (compare-windows-sync-default-function): New functions.
10004
10005 2003-10-21 Juri Linkov <juri@jurta.org>
10006
10007 * diff.el (diff-parse-differences): Don't visit the files now;
10008 instead, just record the error locus.
10009
10010 2003-10-21 Dave Love <fx@gnu.org>
10011
10012 * progmodes/cfengine.el: New file.
10013
10014 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * complete.el (PC-do-completion): Do not forget to use `pred' as the
10017 default-directory when completing file names.
10018
10019 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
10020
10021 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10022 followed by the word `face', it gets treated as a face, even if
10023 it is also defined as a variable or a function.
10024
10025 2003-10-20 Dave Love <fx@gnu.org>
10026
10027 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10028 Avoid incf in macro expansion.
10029
10030 2003-10-20 John Paul Wallington <jpw@gnu.org>
10031
10032 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10033 `evenp' so we don't implicitly require cl library at runtime.
10034
10035 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
10036
10037 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10038 (help-make-xrefs): Only make cross-references for faces if
10039 preceded or followed by the word `face'. Do not make a
10040 cross-reference for variables without variable documentation,
10041 unless preceded by the word `variable' or `option'. Update doc
10042 string accordingly.
10043
10044 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10045
10046 * progmodes/hideshow.el: Rewrite one-armed `if'
10047 constructs using either `when' or `unless'.
10048 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10049
10050 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
10051
10052 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10053 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10054 instead of 12x12.
10055
10056 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10057
10058 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10059 message while converting to Babyl.
10060
10061 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
10062
10063 * allout.el (allout-mode): Doc fix.
10064
10065 2003-10-16 Lute Kamstra <lute@gnu.org>
10066
10067 * subr.el (force-mode-line-update): Fix docstring.
10068
10069 2003-10-14 Dave Love <fx@gnu.org>
10070
10071 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10072 (default-input-method): Add :link, improve :type.
10073 (locale-charset-language-names): Fix utf-8 pattern.
10074 (locale-charset-match-p, locale-charset-alist)
10075 (locale-charset-to-coding-system): New.
10076 (set-locale-environment): Deal with codeset part of locale specs.
10077
10078 2003-10-14 Lute Kamstra <lute@gnu.org>
10079
10080 * fringe.el (fringe-mode): Use active voice in docstring.
10081 (set-fringe-style): Ditto.
10082
10083 2003-10-13 Lute Kamstra <lute@gnu.org>
10084
10085 * fringe.el (fringe-mode): Fix docstring.
10086 (set-fringe-style): Ditto.
10087
10088 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
10089
10090 * ediff-mult.el (ediff-filegroup-action):
10091 Use ediff-default-filtering-regexp.
10092
10093 * ediff-util.el (ediff-recenter): Don't call
10094 ediff-restore-highlighting twice.
10095 (ediff-select-difference): Set current difference.
10096 (ediff-unselect-and-select-difference): Add comment.
10097
10098 * ediff.el (ediff-directories,ediff-directory-revisions)
10099 (ediff-directories3,ediff-merge-directories)
10100 (ediff-merge-directories-with-ancestor)
10101 (ediff-merge-directory-revisions)
10102 (ediff-merge-directory-revisions-with-ancestor):
10103 Use ediff-default-filtering-regexp.
10104
10105 2003-10-12 Andreas Schwab <schwab@suse.de>
10106
10107 * international/mule-cmds.el (locale-charset-language-names):
10108 Simplify regex by removing unused grouping.
10109
10110 2003-10-10 Dave Love <fx@gnu.org>
10111
10112 * bindings.el: Don't bind stop.
10113
10114 2003-10-08 Miles Bader <miles@gnu.org>
10115
10116 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10117 face instead of attempting to emulate it.
10118
10119 2003-10-07 Kenichi Handa <handa@m17n.org>
10120
10121 * international/mule-diag.el (list-coding-systems-1): List coding
10122 systems that are loaded automatically.
10123
10124 * international/code-pages.el (iso-8859-11): Add autoload cookie.
10125
10126 * international/mule.el (autoload-coding-system): New function.
10127
10128 2003-10-07 Andreas Schwab <schwab@suse.de>
10129
10130 * log-edit.el (log-edit-changelog-entries): Prefer local value of
10131 change-log-default-name in the buffer visiting the file.
10132
10133 2003-10-06 Dave Love <fx@gnu.org>
10134
10135 * files.el (find-file-hook): Customize.
10136 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10137
10138 * bindings.el (completion-ignored-extensions): Remove .log.
10139 (global-map): Add again, open, stop keys.
10140
10141 2003-10-05 Richard M. Stallman <rms@gnu.org>
10142
10143 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10144 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10145 Use sh-modify directly.
10146 (sh-select): Use sh-append, not eval.
10147
10148 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10149
10150 * info.el (Info-following-node-name): New function.
10151
10152 * loadhist.el (unload-feature-special-hooks):
10153 Rename from loadhist-hook-functions.
10154 (loadhist-hook-functions): Now an alias.
10155
10156 2003-10-04 Eli Zaretskii <eliz@gnu.org>
10157
10158 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10159 file-name clashes on 8+3 filesystems.
10160
10161 * Makefile.in (DONTCOMPILE, bootstrap-clean):
10162 Rename loaddefs-boot.el to ldefs-boot.el
10163
10164 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10165 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10166
10167 2003-10-03 Lute Kamstra <lute@gnu.org>
10168
10169 * info.el (Info-mode): Revert previous change.
10170 (Info-escape-percent): New function.
10171 (Info-fontify-node): Use it.
10172
10173 2003-10-02 Andreas Schwab <schwab@suse.de>
10174
10175 * loaddefs-boot.el: Regenerated.
10176
10177 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
10178
10179 * ffap.el: Remove defadvice related code from CVS since `complete'
10180 provides a `PC-completion-as-file-name-predicate' variable that
10181 ffap can override.
10182
10183 2003-10-02 Kenichi Handa <handa@m17n.org>
10184
10185 * international/utf-8.el (ccl-decode-mule-utf-8):
10186 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10187
10188 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10189 * international/subst-big5.el: Likewise.
10190 * international/subst-gb2312.el: Likewise.
10191 * international/subst-ksc.el: Likewise.
10192
10193 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10194
10195 * calendar/calendar.el (increment-calendar-month)
10196 (calendar-leap-year-p, calendar-absolute-from-gregorian)
10197 (generate-calendar, calendar-read-date, calendar-interval)
10198 (calendar-day-of-week): Handle years BC.
10199 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10200
10201 2003-10-01 Dave Love <fx@gnu.org>
10202
10203 * language/cyrillic.el (cp1251): Alias for windows-1251.
10204
10205 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10206 bootstrap.
10207
10208 2003-10-01 Lute Kamstra <lute@gnu.org>
10209
10210 * files.el: Fix typo.
10211 * imenu.el (imenu--generic-function): Docstring fix.
10212
10213 2003-09-30 Richard M. Stallman <rms@gnu.org>
10214
10215 * dired.el (dired-mode): Handle dired-directory as a list.
10216
10217 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
10218
10219 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10220
10221 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10222
10223 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10224 Replace gud-display with gud-watch.
10225 (gud-speedbar-buttons): Add stuff for watching expressions
10226 in the speedbar when using M-x gdba. Use dolist on old part
10227 of this function.
10228
10229 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10230 (gdb-update-flag): New variables.
10231 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10232 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10233 (gud-watch, gdb-var-create-handler) : New functions.
10234 (gdb-var-list-children, gdb-var-list-children-handler)
10235 (gdb-var-create-regexp, gdb-var-update-regexp)
10236 (gdb-var-list-children-regexp): New constants.
10237 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10238 (gdb-annotation-rules): Reduce annotation set (level 3).
10239 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10240 (gdb-post-prompt): Don't update GDB buffers every time speedbar
10241 updates.
10242 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10243 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10244 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10245 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10246 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10247 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10248 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10249 (gud-display, gud-display1)
10250 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10251 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10252 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10253 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10254 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10255 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10256 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10257 (gdb-display-display-buffer, gdb-toggle-display)
10258 (gdb-delete-display, gdb-expressions-popup-menu)
10259 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10260 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10261 to display buffer.
10262
10263 2003-09-30 Richard M. Stallman <rms@gnu.org>
10264
10265 * progmodes/ada-mode.el (ada-mode): Don't use advice.
10266 Instead, set which-func-functions.
10267
10268 * progmodes/which-func.el (which-func-modes): Add ada-mode.
10269 (which-func-functions): New variable.
10270 (which-function): Use that.
10271
10272 * info.el (Info-mode): Double each `%' in header line.
10273
10274 * emacs-lisp/lisp-mnt.el (lm-with-file):
10275 When FILE is nil, run BODY in current buffer.
10276
10277 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10278
10279 * help.el (describe-mode): Start with a brief list of minor modes.
10280 Find them thru minor-mode-list so as to find them all.
10281 Show them in alphabetical order.
10282
10283 * mail/sendmail.el (mail-aliases): Doc fix.
10284
10285 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10286
10287 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10288
10289 * mail/rmailsum.el (rmail-make-summary-line-1):
10290 Change comma after last label to a space.
10291 (rmail-summary-font-lock-keywords): Adapt to that change.
10292
10293 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
10294
10295 * progmodes/scheme.el (scheme-mode-variables): When setting
10296 `font-lock-defaults', also specify that "#" should
10297 be interpreted with `word' syntax.
10298 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10299
10300 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10301
10302 * desktop.el: A lot of comments updated.
10303 (desktop-save-mode): Minor mode introduced.
10304 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10305 (desktop-load-default): Function made obsolete.
10306 (desktop-locals-to-save): Variable made customizable.
10307 (desktop-read): Optional parameter `dirname' added.
10308 (desktop-change-dir, desktop-revert): Parameter `dirname' in
10309 `desktop-read' used.
10310 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10311
10312 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
10313
10314 * whitespace.el (whitespace-clean-msg): Add user customizable message
10315 for displaying ``clean'' output.
10316 (whitespace-buffer): Use `whitespace-clean-msg'.
10317 (whitespace-global-mode): Fix typo.
10318
10319 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10320
10321 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10322
10323 2003-09-29 Lute Kamstra <lute@gnu.org>
10324
10325 * bindings.el (mode-line-modes): Remove superfluous :propertize
10326 construct in initialization.
10327 (mode-line-position): Change cons cell into proper list in
10328 initialization.
10329
10330 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10331
10332 * international/mule.el (decode-coding-inserted-region): Use car
10333 of the return value of find-operation-coding-system.
10334
10335 2003-09-29 Kenichi Handa <handa@m17n.org>
10336
10337 * descr-text.el (describe-char): Fix previous change.
10338
10339 2003-09-28 Kenichi Handa <handa@m17n.org>
10340
10341 * descr-text.el (describe-char-display): New function.
10342 (describe-char): Pay attention to display table on describing how
10343 a character is displayed.
10344
10345 * international/mule-cmds.el (encoded-string-description):
10346 Prepend "0x" to each encoded byte.
10347
10348 2003-09-28 Andreas Schwab <schwab@suse.de>
10349
10350 * find-file.el (ff-special-constructs): Add autoload cookie.
10351
10352 2003-09-28 Kevin Ryde <user42@zip.com.au>
10353
10354 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10355 makeinfo appends to duplicate index entries.
10356
10357 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10358
10359 * dired-x.el (dired-clean-tex): Doc fix.
10360
10361 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10362 using a Chinese tutorial.
10363
10364 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10365
10366 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10367 between "MAIL FROM:" and "RCPT TO:" and the following address.
10368
10369 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10370
10371 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10372
10373 2003-09-28 David Ponce <david@dponce.com>
10374
10375 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10376 (recentf-load-list): When `recentf-initialize-file-name-history'
10377 is non-nil, initialize an empty `file-name-history' with the
10378 recent list.
10379
10380 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10381
10382 * man.el (Man-default-man-entry): Remove the leading `*' from the
10383 word at point.
10384
10385 2003-09-26 Lute Kamstra <lute@gnu.org>
10386
10387 * bindings.el (mode-line-position): Mention size indication in
10388 docstring.
10389
10390 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10391
10392 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10393
10394 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10395 because it's autoloaded now.
10396
10397 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10398
10399 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10400 (sh-font-lock-keywords, sh-feature): Fix previous change of
10401 sh-feature to avoid infloop with sh-font-lock-keywords.
10402
10403 2003-09-25 Kim F. Storm <storm@cua.dk>
10404
10405 * frame.el (frame-current-scroll-bars): New defun.
10406
10407 * window.el (window-current-scroll-bars): New defun.
10408
10409 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10410
10411 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10412 cause errors when the state cache contains info on parts that have
10413 been narrowed out.
10414
10415 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10416
10417 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10418 `c-setup-paragraph-variables' has to be used when this variable is
10419 changed; it doesn't work to reinitialize the mode since that
10420 typically clobbers the variable.
10421
10422 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10423 Make it interactive.
10424
10425 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10426
10427 * progmodes/cc-fonts.el (c-font-lock-declarations):
10428 Fix recognition of constructors and destructors for classes whose
10429 names are matched by `*-font-lock-extra-types'.
10430
10431 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10432 followed by an identifier in C++ then it's a type.
10433
10434 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10435
10436 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10437 problem that primarily affected XEmacs. Don't use faces to find
10438 unterminated strings since Emacs and XEmacs fontify strings
10439 differently - this function should now work better in XEmacs.
10440
10441 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10442
10443 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10444 `expand-abbrev' workaround which caused braces to misbehave inside
10445 macros.
10446
10447 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10448 handling. This bug could cause interactive font locking to bail out.
10449
10450 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10451
10452 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10453 Handle paren-style types in Pike. Also fixed some cases of
10454 insufficient handling of unbalanced parens.
10455
10456 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10457
10458 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10459 common shell prompts that are not common filename or URL characters.
10460 (ffap-file-at-point): Use the new regexp to strip the prompts from
10461 the file names. This is an issue mostly for user prompts that
10462 don't have a trailing space and find-file-at-point is invoked from
10463 within a shell inside Emacs.
10464
10465 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10466
10467 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10468 stamps numerically, rather than textually.
10469
10470 2003-09-24 Kenichi Handa <handa@m17n.org>
10471
10472 * language/devan-util.el (devanagari-post-read-conversion):
10473 * language/mlm-util.el (malayalam-post-read-conversion):
10474 * language/tml-util.el (tamil-post-read-conversion):
10475 Add autoload cookie.
10476
10477 * international/utf-8.el (utf-8-post-read-conversion):
10478 Call post-read-conversion functions for Devanagari, Malayalam,
10479 and Tamil.
10480
10481 2003-09-23 Dave Love <fx@gnu.org>
10482
10483 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10484
10485 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10486
10487 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10488 Update gud-remove.
10489
10490 2003-09-22 Richard M. Stallman <rms@gnu.org>
10491
10492 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10493 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10494 (sh-mode-syntax-table-input): New variable.
10495 (sh-require-final-newline): Don't use eval.
10496 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10497 (sh-variables, sh-font-lock-keywords): Don't use eval.
10498 (sh-set-shell): When setting require-final-newline,
10499 treat value = `require-final-newline' as don't change it.
10500 Set sh-mode-syntax-table locally based on
10501 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10502
10503 * progmodes/compile.el (compile-internal):
10504 Call compilation-set-window-height before setting window start.
10505
10506 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10509 Clear out byte-compile-last-warned-form.
10510
10511 2003-09-22 Richard M. Stallman <rms@gnu.org>
10512
10513 * woman.el (woman-file-name, woman-follow-word):
10514 If current-word returns nil, use "".
10515
10516 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10517
10518 2003-09-22 Richard M. Stallman <rms@gnu.org>
10519
10520 * emacs-lisp/lisp-mnt.el (lm-with-file):
10521 Don't visit the file, just use insert-file-contents in temp buffer.
10522
10523 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10524
10525 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10526 Add surrounding \\( and \\) around the header, as in
10527 for lm-history-header 'Change Log\\|History'.
10528
10529 2003-09-22 John Paul Wallington <jpw@gnu.org>
10530
10531 * progmodes/ld-script.el: Add Commentary section,
10532 minor cleanup of file header.
10533 (ld-script-font-lock-keywords): Doc fix.
10534 (toplevel): Provide `ld-script' feature.
10535
10536 2003-09-21 Kim F. Storm <storm@cua.dk>
10537
10538 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10539 new built-in variable default-frame-scroll-bars.
10540 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10541 scroll-bar-mode; notably, use it instead of t when we toggle
10542 scroll-bars on.
10543 (toggle-scroll-bar): Use default-frame-scroll-bars.
10544
10545 2003-09-19 Masatake YAMATO <jet@gyve.org>
10546
10547 * pcvs.el (cvs-do-removal): Change the prompt depending on
10548 `filter' value.
10549
10550 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10551
10552 * startup.el (command-line-1): Stop startup-echo-area-message
10553 being hidden by "Loading image..." message.
10554 (use-fancy-splash-screens-p, display-splash-screen):
10555 Move display-graphic-p test from latter to former.
10556
10557 * progmodes/sh-script.el (sh-font-lock-keywords):
10558 Highlight escaped EOLs differently from other backslash constructs.
10559
10560 2003-09-19 Richard M. Stallman <rms@gnu.org>
10561
10562 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10563 New functions.
10564 (edebug-enter, edebug-outside-excursion): Use them.
10565
10566 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10567 Fix the condition for whether to print "In WHERE".
10568
10569 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10570
10571 * finder.el (finder-mode-hook): New variable.
10572 (finder-mode): Run hook finder-mode-hook
10573
10574 2003-09-18 Masatake YAMATO <jet@gyve.org>
10575
10576 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10577
10578 2003-09-17 Mario Lang <mlang@delysid.org>
10579
10580 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10581 "p %e" to actually print the value in the GUD buffer.
10582
10583 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10584
10585 From David Ponce <david.ponce@wanadoo.fr>:
10586 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10587 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10588 from loaddefs-boot.el if necessary.
10589
10590 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10591
10592 * progmodes/gud.el (gud-find-class): Make jdb work again since
10593 cc-mode changed the syntactic information.
10594
10595 2003-09-15 David Ponce <david@dponce.com>
10596
10597 * recentf.el: (recentf-exclude): Accept predicates too.
10598 (recentf-file-readable-p): New function.
10599 (recentf-include-p): Handle predicates in recentf-exclude.
10600 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10601 (recentf-cleanup): Likewise.
10602 (recentf-save-list): Use write-file to handle backup of
10603 recentf-save-file.
10604
10605 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10606
10607 * loaddefs-boot.el: Renamed from `loaddefs.el'
10608 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10609 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10610 necessary.
10611
10612 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10613
10614 * electric.el (Electric-pop-up-window): For the `one-window' case,
10615 no longer disconcertingly move point in the original buffer.
10616
10617 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10620
10621 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10622
10623 * dired.el (dired-mode-map): Fix typo.
10624
10625 2003-09-11 Richard M. Stallman <rms@gnu.org>
10626
10627 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10628
10629 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10630
10631 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10632 the function is less noisy. Now only `kill-buffer' can ask questions.
10633
10634 2003-09-10 Mario Lang <mlang@delysid.org>
10635
10636 * battery.el: Update Commentary and Copyright.
10637 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10638 appear due to wrong ordering of the expressions in `or'.
10639
10640 2003-09-09 Lute Kamstra <lute@gnu.org>
10641
10642 * misc.el (upcase-char): Fix docstring.
10643 (zap-up-to-char): New command.
10644
10645 2003-09-08 David Ponce <david@dponce.com>
10646
10647 Ensure that recentf correctly updates the menu bar.
10648 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10649 (recentf-menu-bar): New function.
10650 (recentf-clear-data): Use it
10651 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10652 of easy-menu-change.
10653
10654 2003-09-08 Lute Kamstra <lute@gnu.org>
10655
10656 * simple.el (size-indication-mode): New.
10657 * bindings.el (mode-line-position): Add buffer size indicator.
10658
10659 2003-09-04 Mario Lang <mlang@delysid.org>
10660
10661 * battery.el (battery-linux-proc-acpi): New function.
10662 (battery-status-function): Modify default value calculation to also
10663 check for availability of ACPI.
10664 (battery-echo-area-format): Ditto.
10665 (battery-mode-line-format): Ditto.
10666
10667 2003-09-06 Dave Love <fx@gnu.org>
10668
10669 * ielm.el (ielm-mode-hook): Add :options.
10670
10671 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10672 (eldoc-print-current-symbol-info): Use it.
10673
10674 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10675
10676 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10677 being displayed in GUD buffer.
10678 (gdb-idle-input-queue): Remove var. Use just one queue.
10679 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10680 Remove functions. Use just one queue.
10681 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10682 (gdb-invalidate-assembler, gdb-get-current-frame):
10683 Modify functions. Use just one queue.
10684
10685 2003-09-04 Dave Love <fx@gnu.org>
10686
10687 * cus-start.el: Add blink-cursor-alist.
10688
10689 * ruler-mode.el (ruler-mode-fill-column-char)
10690 (ruler-mode-current-column-char): Use char-displayable-p,
10691 not window-system.
10692
10693 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10694
10695 * language/european.el (windows-1252): Move from code-pages.
10696
10697 * language/cyrillic.el ("Windows-1251"): Delete.
10698 ("Bulgarian", "Belarusian"): Remove `features'.
10699 (windows-1251): Move from code-pages.
10700
10701 * international/mule-diag.el (non-iso-charset-alist):
10702 Remove `codepage' stuff.
10703 (print-designation, list-coding-systems-1): Output fixes.
10704
10705 * international/code-pages.el (cp-make-translation-table)
10706 (cp-valid-codes): Made defsubsts.
10707 (cp-fix-safe-chars): Delete.
10708 (mule-diag): Don't require.
10709 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10710 (top-level): Check for defined coding system when defining
10711 cp... aliases. Change w32-add-charset-info test to avoid warning.
10712 (non-iso-charset-alist): Defvar when compiling.
10713 (cp-make-coding-system): Doc fix.
10714
10715 2003-09-02 Jason Rumney <jasonr@gnu.org>
10716
10717 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10718 line-ends from CVS before doing conversion.
10719
10720 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10721
10722 * calendar/diary-lib.el (diary-header-line-flag)
10723 (diary-header-line-format): New variables.
10724 (list-diary-entries): Use them to set header line in simple diary.
10725
10726 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10727 other than font-lock-string-face to highlight backslashes.
10728
10729 2003-09-01 Jason Rumney <jasonr@gnu.org>
10730
10731 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10732 regexp.
10733
10734 2003-09-01 Dave Love <fx@gnu.org>
10735
10736 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10737
10738 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10739 and :help; also line and column numbers labels.
10740
10741 * international/mule-util.el (char-displayable-p): Move from
10742 latin1-disp, rename and autoload.
10743
10744 * international/latin1-disp.el (latin1-char-displayable-p):
10745 Now obsolete alias. Replace uses with char-displayable-p.
10746 (latin1-display-ucs-per-lynx): Fix last change.
10747
10748 * international/mule-cmds.el (standard-display-european-internal):
10749 Don't use char code for Latin-1 NBSP.
10750 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10751 U+2018, U+2019 for `'.
10752 (select-safe-coding-system): Message fix.
10753
10754 2003-09-01 Kenichi Handa <handa@m17n.org>
10755
10756 * international/fontset.el (setup-default-fontset): For Thai
10757 font, specify "*" family.
10758
10759 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10760
10761 * progmodes/compile.el (previous-error): Accept a prefix
10762 argument, similarly to next-error.
10763
10764 2003-08-31 Masatake YAMATO <jet@gyve.org>
10765
10766 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10767 the number of files. Bind the number of files to a local
10768 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10769
10770 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10771
10772 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10773 2003-07-26: msdos-long-file-names is a function, not a variable.
10774
10775 2003-08-29 Richard M. Stallman <rms@gnu.org>
10776
10777 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10778 Do nothing with mail-personal-alias-file if it is nil.
10779
10780 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10781 Do nothing if mail-personal-alias-file is nil.
10782
10783 * term.el (term-exec-1): Bind coding-system-for-read.
10784
10785 * dired.el (dired-mouse-find-file-other-window):
10786 Use dired-view-command-alist here, as in dired-view-file.
10787 (dired-view-command-alist): Use %s to substitute file name.
10788 Handle .ps_pages, .eps, .jpg, .gif, .png.
10789
10790 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10791
10792 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10793 `Info-prev-reference', instead of M-tab.
10794
10795 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10796
10797 * simple.el (blink-matching-open): Work correctly on chars that
10798 are designated as parens through the syntax-table text property.
10799
10800 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10801
10802 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10803 line break position in the middle of a non-kinsoku (e.g. latin)
10804 word, making it skip until either a space or a character with
10805 category "|".
10806 (kinsoku-longer): Test for end of buffer.
10807
10808 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10809
10810 * mail/rmail.el (rmail-convert-to-babyl-format):
10811 Detect quoted-printable- and base64-encoded messages and decode them
10812 automatically. Set the message's encoding from the charset=
10813 header, if any. Decode base64-encoded messages in Mail format as well.
10814
10815 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10816
10817 * mail/smtpmail.el: Fix previous change.
10818 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10819 calling smtpmail-via-smtp.
10820 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10821
10822 2003-08-26 John Paul Wallington <jpw@gnu.org>
10823
10824 * image.el (image-jpeg-p): Don't search beyond length of data.
10825
10826 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10827
10828 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10829 misfeature in `expand-abbrev' which caused electric keywords like
10830 "else" to disappear if an open brace was typed directly afterwards.
10831
10832 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10833
10834 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10835 mandatory in `define-widget'.
10836
10837 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10838 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10839
10840 (c-assignment-operators): New language constant that only contains
10841 the assignment operators.
10842
10843 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10844
10845 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10846
10847 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10848 Safeguard against unbalanced sexps.
10849
10850 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10851
10852 * version.el (emacs-version): Check for gtk. Include gtk version info.
10853
10854 2003-08-25 John Paul Wallington <jpw@gnu.org>
10855
10856 * man.el (Man-default-man-entry): Don't whizz past the section
10857 number before looking for it.
10858
10859 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10860
10861 * progmodes/gud.el (gud-display-line): Don't set window-point if
10862 source buffer is not visible. (Only happens with M-x gdba.)
10863
10864 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10865 documentation.
10866 (gdb-source, gdb-source-info): Update to assembler unnecessary
10867 as its done after each GDB command anyway.
10868 (gdb-pre-prompt): Use with-current-buffer.
10869 (gdb-insert-field): Add help-echo text.
10870 (gdb-invalidate-assembler): Re-display of assembler now done in
10871 gdb-info-breakpoints-custom.
10872 (gdb-info-breakpoints-custom): Force re-display of assembler to
10873 happen *after* update of breakpoints buffer.
10874 (gdb-display-source-buffer): Don't choke if gdb-source-window
10875 isn't visible.
10876 (gdb-put-string, gdb-put-arrow): Remove free variables.
10877
10878 2003-08-24 John Paul Wallington <jpw@gnu.org>
10879
10880 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
10881
10882 * man.el (Man-default-man-entry): Strip text properties when
10883 snarfing parts of entry because `format' preserves properties.
10884
10885 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10886
10887 * files.el (file-newest-backup): Use `expand-file-name'.
10888
10889 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
10890 Allow the diary to pop up a new frame, if needed.
10891
10892 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
10893 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
10894 (smtpmail-send-it): Make treatment of envelope-from consistent with
10895 sendmail.el.
10896
10897 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
10898 (sh-leading-keywords): Add the bash `time' reserved word.
10899 (sh-variables): Add some bash variables.
10900 (sh-add-completer): Fix nil branch of case statement.
10901
10902 2003-08-24 Masatake YAMATO <jet@gyve.org>
10903
10904 * progmodes/ld-script.el: New file.
10905
10906 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
10907
10908 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
10909
10910 2003-08-23 Andre Spiegel <spiegel@gnu.org>
10911
10912 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
10913 Better explain obsolescence, and what to use instead.
10914
10915 2003-08-23 Masatake YAMATO <jet@gyve.org>
10916
10917 * pcvs.el (cvs-do-removal): Show the deleted file name
10918 on the prompt.
10919
10920 2003-08-20 Dave Love <fx@gnu.org>
10921
10922 * international/mule.el (make-coding-system)
10923 (set-buffer-file-coding-system): Doc fix.
10924
10925 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
10926
10927 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
10928
10929 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
10930
10931 * international/utf-16.el: Add mime-text-unsuitable coding system
10932 properties.
10933
10934 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
10935
10936 * cus-edit.el: Add some :links.
10937 (bib): Remove.
10938
10939 * textmodes/bib-mode.el (bib): Add :group external.
10940
10941 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
10942
10943 * wid-edit.el (widget-echo-help): Make it handle expressions that
10944 evaluate to strings.
10945
10946 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10947
10948 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10949
10950 Simplify selection of SQL products to define highlighting and
10951 interactive mode. Includes detailed instructions on adding
10952 support for new products.
10953
10954 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10955 product for use in highlighting and interactive mode.
10956 (sql-interactive-product): New variable. SQL product for
10957 sql-interactive-mode.
10958 (sql-product-support): New variable. Specifies product-specific
10959 parameters to drive highlighting and interactive mode.
10960 (sql-imenu-generic-expression): Add more object types.
10961 (sql-sqlite-options): Correct comment.
10962 (sql-ms-program): Use "osql" rather than "isql".
10963 (sql-prompt-regexp, sql-prompt-length): Update comment.
10964 (sql-mode-menu): Add "Start SQLi session" entry.
10965 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10966 (sql-mode-abbrev-table): Add abbreviations. Support of
10967 SYSTEM-FLAG on define-abbrev. Support was removed with last
10968 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10969 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10970 names.
10971 (sql-mode-ansi-font-lock-keywords): Set as default value.
10972 (sql-mode-oracle-font-lock-keywords): Set as default value.
10973 Support Oracle 9i keywords.
10974 (sql-mode-postgres-font-lock-keywords): Set as default value.
10975 (sql-mode-linter-font-lock-keywords): Set as default value.
10976 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10977 SQLServer 2000.
10978 (sql-mode-sybase-font-lock-keywords)
10979 (sql-mode-interbase-font-lock-keywords)
10980 (sql-mode-sqlite-font-lock-keywords)
10981 (sql-mode-strong-font-lock-keywords)
10982 (sql-mode-mysql-font-lock-keywords)
10983 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10984 keywords.
10985 (sql-mode-font-lock-defaults): Update comment.
10986 (sql-product-feature): New function. Returns feature associated
10987 with a product from `sql-product-support' alist.
10988 (sql-product-font-lock): New function. Set font-lock support
10989 based on `sql-product'.
10990 (sql-add-product-keywords): New function. Add font-lock rules to
10991 product-specific keyword variables.
10992 (sql-set-product): New function. Set `sql-product' and apply
10993 appropriate font-lock highlighting.
10994 (sql-highlight-product): New function. Set font-lock support
10995 based on a product. Also set mode name to include product name.
10996 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10997 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10998 Use `sql-set-product'.
10999 (sql-highlight-ms-keywords)
11000 (sql-highlight-sybase-keywords)
11001 (sql-highlight-interbase-keywords)
11002 (sql-highlight-strong-keywords)
11003 (sql-highlight-mysql-keywords)
11004 (sql-highlight-sqlite-keywords)
11005 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
11006 (sql-get-login): Prompt in the same order as the tokens.
11007 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11008 (sql-product-interactive): New function. Common portions of
11009 product-specific interactive mode wrappers.
11010 (sql-interactive-mode): Rewritten to use product features.
11011 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11012 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11013 (sql-db2, sql-linter): Use `sql-product-interactive'.
11014 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11015 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11016 (sql-connect-ingres, sql-connect-postgres)
11017 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11018 New functions. Format command line parameters and invoke comint on
11019 the appropriate interpreter. Code was in the corresponding
11020 `sql-xyz' function before.
11021 (sql-connect-ms): New function. Support -E argument to use
11022 operating system credentials for authentication.
11023
11024 2003-08-18 Kenichi Handa <handa@m17n.org>
11025
11026 * international/mule.el (encode-char): Fix for the ASCII case.
11027
11028 2003-08-15 Kenichi Handa <handa@m17n.org>
11029
11030 * international/fontset.el (setup-default-fontset): Change "*" to
11031 nil in the specifications of font family.
11032
11033 2003-08-18 Kim F. Storm <storm@cua.dk>
11034
11035 * kmacro.el (kmacro-keymap): Group related bindings in
11036 initialization for clarity. Bind C-s to start macro.
11037 Remove C-r binding.
11038 (kmacro-initial-counter-value): New defvar to hold initial counter
11039 value in case we set the value before defining a macro.
11040 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11041 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11042 not defining or executing macro. Doc fix.
11043 (kmacro-add-counter): Clear kmacro-initial-counter-value.
11044 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11045 temporarily view older elements on the macro ring without cycling
11046 the ring.
11047 (kmacro-display): Doc fix.
11048 (kmacro-exec-ring-item): New helper function.
11049 (kmacro-call-ring-2nd): Use it.
11050 (kmacro-call-ring-2nd-repeat): Doc fix.
11051 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11052 (kmacro-end-or-call-macro): Execute last viewed macro (using
11053 kmacro-exec-ring-item) from ring if this follows
11054 kmacro-view-macro. This allows us to find a macro on the ring
11055 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11056 the ring to bring it to the head of the ring.
11057 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11058 Allow binding to reserved keys without specifying C-x C-k prefix.
11059 Ask for confirmation if entered key sequence is already bound to
11060 a non-macro command.
11061 (kmacro-view-macro): Repeating command will show older elements
11062 on the macro ring; C-k will execute the last viewed macro.
11063 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
11064 property from 'ring to 'head.
11065
11066 2003-08-17 Alan Shutko <ats@acm.org>
11067
11068 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11069 keeping December out of the alist.
11070
11071 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
11072
11073 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11074 * calendar/calendar.el (calendar-mode-map): Bind it to key.
11075 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11076 (calendar-flatten): New function.
11077 (calendar-mouse-view-other-diary-entries)
11078 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11079 in the menu title and to show multi-line diary entries correctly
11080 in the menu.
11081
11082 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
11083
11084 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11085 defcustom, because the default was recently changed.
11086
11087 2003-08-16 Richard M. Stallman <rms@gnu.org>
11088
11089 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11090
11091 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11092 New subroutine, broken out of eval-last-sexp-1.
11093 (eval-last-sexp-1): Use eval-last-sexp-print-value.
11094
11095 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11096
11097 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11098
11099 * simple.el (eval-expression): Use eval-last-sexp-print-value.
11100
11101 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
11102
11103 * progmodes/compile.el (compilation-error-regexp-alist):
11104 Add Java ANt error detection as described in document
11105 http://ant.apache.org/faq.html
11106
11107 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
11108
11109 * simple.el (backward-word, forward-to-indentation)
11110 (backward-to-indentation): Argument changed to optional.
11111 (next-line, previous-line): Use `or' instead of `unless'.
11112
11113 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11114
11115 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11116 instead of a constant.
11117
11118 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
11119
11120 * shell.el (shell): With prefix-arg, suggest a new buffer name.
11121
11122 2003-08-12 Andre Spiegel <spiegel@gnu.org>
11123
11124 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11125 (vc-sccs-workfile-version): Search the entire delta table, rather
11126 than just the first entry, because that might be a deleted version.
11127
11128 2003-08-11 Karl Fogel <kfogel@red-bean.com>
11129
11130 * menu-bar.el (menu-bar-options-menu): Supply a body for the
11131 [save-place] binding in the Options menu. Have it require
11132 'saveplace' and then toggle the variable manually, to avoid an an
11133 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
11134 for the bug report.
11135
11136 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
11137
11138 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11139 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11140 (gdb-info-threads-custom): Add help-echo text.
11141 (gdb-display-back): Don't use purecopy.
11142 (gdb-info-breakpoints-custom, gdb-reset)
11143 (gdb-assembler-custom): Use display-images-p to test if breakpoint
11144 icons can be displayed.
11145
11146 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
11147
11148 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11149
11150 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
11151
11152 * bookmark.el (bookmark-completing-read):
11153 Return a string, instead of a list of one string.
11154 Use a popup menu if activated from the mouse.
11155 (bookmark-edit-annotation): Remove unused vars.
11156 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11157 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11158 to bookmark-completing-read.
11159 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11160 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11161 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11162 and erase-buffer.
11163 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11164 (bookmark-menu-jump, bookmark-menu-insert)
11165 (bookmark-popup-menu-and-apply-function)
11166 (bookmark-menu-popup-paned-bookmark-menu): Remove.
11167 (bookmark-menu-build-paned-menu): Remove by folding it into
11168 bookmark-menu-popup-paned-menu.
11169 (menu-bar-bookmark-map): Move the define-key statements here.
11170 Use the "non-menu" commands since they now pop up a menu if needed.
11171 (bookmark-exit-hook-internal): Simplify.
11172
11173 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
11174
11175 * reftex-toc.el (reftex-toc-rename-label): New function.
11176 (reftex-toc-check-docstruct): New function.
11177
11178 * reftex.el (reftex-region-active-p): New function.
11179
11180 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11181 regexp to find the \bibliography macro.
11182
11183 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11184 which does not exist in LaTeX.
11185 (reftex-cite-format-builtin): Added amsrefs support.
11186 (reftex-toc-confirm-promotion): New option
11187
11188 * reftex-toc.el
11189 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11190 (reftex-toc-demote, reftex-toc-promote)
11191 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11192 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11193 (reftex-toc-newhead-from-alist)
11194 (reftex-toc-load-all-files-for-promotion): New functions.
11195 (reftex-toc-help): Added description of new keys.
11196 (reftex-toc-split-windows-fraction): New option.
11197 (reftex-recenter-toc-when-idle): Search *toc* window on all
11198 visible frames.
11199 (reftex-toc): Additional parameter REUSE
11200 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
11201 with REUSE argument.
11202 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11203 the call of `reftex-toc'.
11204 (reftex-make-separate-toc-frame): New function .
11205 (reftex-toc-recenter): When called with triple prefix arg, call
11206 `reftex-make-separate-toc-frame' first.
11207 (reftex-toc-toggle-dedicated-frame): New command.
11208 (reftex-toc-quit): Adapted to delete frame when called in
11209 dedicated frame.
11210
11211 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11212 all enclosing macros.
11213
11214
11215 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11216
11217 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11218 first use.
11219
11220 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11221
11222 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11223
11224 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11225
11226 * calendar/calendar.el (list-diary-entries-hook)
11227 (diary-display-hook, nongregorian-diary-listing-hook)
11228 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11229 Add some customize options for these hooks.
11230 (calendar-abbrev-construct): Don't try to take a substring longer
11231 than the original string.
11232
11233 2003-08-05 Richard M. Stallman <rms@gnu.org>
11234
11235 * emacs-lisp/testcover.el (noreturn): Report error if does return.
11236 (testcover-reinstrument-clauses): Doc fix.
11237
11238 * emacs-lisp/warnings.el: Doc fixes, args renamed.
11239 (warning-type-format): Rename from warning-group-format.
11240
11241 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11242 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11243 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11244 to prevent warnings about defvar for an obsolete variable.
11245
11246 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11247 warning-group-format renamed to warning-type-format.
11248
11249 * subr.el (read-passwd): Use clear-string instead of fillarray.
11250
11251 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11252 Use vconcat instead of concat.
11253 (edmacro-sanitize-for-string): New function.
11254
11255 2003-08-05 Dave Love <fx@gnu.org>
11256
11257 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11258 line-number-display-limit-width.
11259
11260 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11261
11262 2003-08-05 Kenichi Handa <handa@m17n.org>
11263
11264 * international/code-pages.el: Don't require mule-diag.
11265
11266 * international/mule-diag.el (non-iso-charset-alist):
11267 Add autoload cookie.
11268
11269 * language/devan-util.el (dev-glyph-order): Add an entry for the
11270 glyph code #xC4.
11271
11272 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11273
11274 * calendar/calendar.el (diary-file, diary-file-name-prefix)
11275 (european-calendar-style, diary-date-forms)
11276 (calendar-day-name-array, calendar-month-name-array): Doc change.
11277 (generate-calendar-month): Adapt for new behaviour of
11278 `calendar-day-name' function.
11279 (calendar-abbrev-length, calendar-day-abbrev-array)
11280 (calendar-month-abbrev-array): New variables.
11281 (calendar-abbrev-construct): New function.
11282 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11283 rather than fixing abbrevs at some width. Calling syntax change.
11284 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
11285 (calendar-date-string): Adapt for new behaviours of
11286 `calendar-day-name' and `calendar-month-name' functions.
11287
11288 * calendar/diary-lib.el (list-diary-entries): Adapt for new
11289 behaviour of `calendar-day-name' and `calendar-month-name' functions.
11290 (diary-name-pattern): Use abbrev arrays, rather than fixing
11291 abbrevs at three chars. Calling syntax change.
11292 (mark-diary-entries): Adapt for new behaviours of
11293 `diary-name-pattern' and `calendar-make-alist' functions.
11294 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11295 `diary-name-pattern' function.
11296 (font-lock-diary-date-forms): Use abbrev arrays, rather than
11297 fixing abbrevs at three chars. Calling syntax change.
11298 (cal-hebrew, cal-islam): Require when compiling.
11299 (diary-font-lock-keywords): Adapt for new behaviour of
11300 `font-lock-diary-date-forms' function.
11301
11302 * calendar/cal-hebrew.el: Reposition some code so defined before used.
11303 (calendar-hebrew-month-name-array-common-year)
11304 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11305 (list-hebrew-diary-entries): Adapt for new behaviours of
11306 `calendar-day-name' and `add-to-diary-list' functions.
11307 (mark-hebrew-diary-entries): Adapt for new behaviours of
11308 `diary-name-pattern' and `calendar-make-alist' functions.
11309
11310 * calendar/cal-islam.el (calendar-islamic-month-name-array):
11311 Add doc string.
11312 (list-islamic-diary-entries): Adapt for new behaviours of
11313 `calendar-day-name' and `add-to-diary-list' functions.
11314 (mark-islamic-diary-entries): Adapt for new behaviours of
11315 `diary-name-pattern' and `calendar-make-alist' functions.
11316
11317 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11318 `calendar-month-name' function.
11319
11320 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11321
11322 * calendar/solar.el (solar-seasons-data): Move definition before use.
11323
11324 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11325 (cal-tex-LaTeX-hourbox): Move definition before use.
11326
11327 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11328 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11329 lunar.el, solar.el
11330 (displayed-month, displayed-year): Define for compiler.
11331
11332 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11333
11334 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11335 MODE. Renamed from c-init-c-language-vars'.
11336 (c-initialize-cc-mode): Change accordingly.
11337 (c-common-init): Ditto.
11338 (c-mode): Ditto.
11339 (c++-mode): Use `c-init-language-vars-for'.
11340 (objc-mode): Ditto.
11341 (java-mode): Ditto.
11342 (idl-mode): Ditto.
11343 (pike-mode): Ditto.
11344 (awk-mode): Ditto.
11345
11346 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11347
11348 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11349 or not the point moved.
11350
11351 (c-search-decl-header-end): Don't trip up on operator identifiers
11352 in C++ and operators like == in all languages.
11353
11354 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11355 Detect leading labels correctly.
11356
11357 2003-08-02 Andreas Schwab <schwab@suse.de>
11358
11359 * textmodes/ispell.el: Don't redo key bindings on loading, put
11360 them only in loaddefs.el.
11361 * bookmark.el: Likewise.
11362 * dabbrev.el: Likewise.
11363 * emerge.el: Likewise.
11364
11365 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11366 has more than one member.
11367
11368 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11369
11370 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11371
11372 * lpr.el (printify-region): It was ending conversion before the
11373 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11374
11375 2003-07-31 John Paul Wallington <jpw@gnu.org>
11376
11377 * net/browse-url.el (browse-url-epiphany): Doc fix.
11378
11379 2003-07-30 Kenichi Handa <handa@m17n.org>
11380
11381 * international/fontset.el (setup-default-fontset):
11382 Change registry names of Akurti fonts.
11383
11384 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11385
11386 * comint.el (comint-read-noecho): Use `clear-string' instead of
11387 `fillarray'.
11388
11389 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11390
11391 * outline.el (outline-mode-hook): Add defvar.
11392
11393 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11394
11395 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11396 Restore assembler in source window if that is what has been selected.
11397 (menu): Add gdb-restore-windows to menu. Make gdba
11398 specific menus only visible from gdba.
11399
11400 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11401
11402 * progmodes/compile.el (compilation-environment): New user variable.
11403 (compile-internal): Respect it.
11404
11405 2003-07-23 Masatake YAMATO <jet@gyve.org>
11406
11407 * progmodes/gud.el (gdb-script-font-lock-keywords):
11408 Put `font-lock-function-name-face' on a symbol which includes
11409 `-' like `hook-run'. Put font-lock-variable-name-face
11410 on a symbol starting with $.
11411
11412 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11413
11414 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11415
11416 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11417
11418 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11419
11420 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11421
11422 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11423 Use with-no-warnings.
11424 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11425 rather than to find-file-not-found-hook, which doesn't exist.
11426
11427 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11428
11429 * international/quail.el (quail-translate-key): Fix previous change.
11430
11431 2003-07-25 John Paul Wallington <jpw@gnu.org>
11432
11433 * server.el (server-start): Check `server-process' is non-nil
11434 before killing it to avoid killing current buffer's process.
11435
11436 * simple.el (choose-completion-string): Use `minibufferp';
11437 test `completion-reference-buffer' if `buffer' arg is nil.
11438 (push-mark): Use `when' and `unless'.
11439 (pop-mark): Use `when'.
11440
11441 * mouse-sel.el (mouse-sel-get-selection-function):
11442 Check `x-last-selected-text-primary'. Don't barf if it or
11443 `x-last-selected-text' aren't bound.
11444
11445 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11446
11447 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11448
11449 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11450
11451 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11452
11453 2003-07-23 John Paul Wallington <jpw@gnu.org>
11454
11455 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11456
11457 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11458
11459 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11460 string. Defvar the derived hook.
11461
11462 * macros.el (insert-kbd-macro): Escape double quote character.
11463 From Thomas W Murphy <twm@andrew.cmu.edu>.
11464
11465 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11466
11467 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11468 to match the specific mark rather than reusing comment-start-skip.
11469
11470 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11471
11472 * progmodes/hideshow.el (hs-special-modes-alist):
11473 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11474
11475 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11476
11477 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11478 value using ?\s.
11479
11480 2003-07-21 John Paul Wallington <jpw@gnu.org>
11481
11482 * subr.el (with-selected-window): Add closing paren.
11483
11484 2003-07-21 Richard M. Stallman <rms@gnu.org>
11485
11486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11487 (lisp-mode): Likewise.
11488
11489 * subr.el (with-selected-window): Copy code form save-selected-window
11490 so as to call select-window with norecord arg.
11491 (dynamic-completion-table): Doc fix.
11492 (lazy-completion-table): Doc fix.
11493
11494 * international/mule-cmds.el (set-locale-environment):
11495 langinfo renamed to locale-info.
11496
11497 * international/mule.el (auto-coding-functions): Doc fix.
11498
11499 2003-07-21 Kenichi Handa <handa@m17n.org>
11500
11501 * international/quail.el (quail-translate-key):
11502 Update quail-current-str correctly.
11503
11504 2003-07-21 Andreas Schwab <schwab@suse.de>
11505
11506 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11507 ?, to "_".
11508
11509 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11510 Version 2.0.36 of Tramp released.
11511
11512 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11513 tramp-password-end-of-line.
11514 (tramp-password-end-of-line): New method parameter.
11515 (tramp-get-password-end-of-line): Function to access method
11516 parameter `tramp-password-end-of-line', or variable
11517 `tramp-default-password-end-of-line' (default value).
11518 (tramp-methods): Add entries for new parameter
11519 tramp-password-end-of-line.
11520 (tramp-enter-password): Use new function
11521 `tramp-get-password-end-of-line'.
11522 (tramp-handle-insert-file-contents): Do not
11523 unconditionally inhibit the file operation file-local-copy, only
11524 do that when the inhibit-file-name-operation is currently
11525 insert-file-contents. This fixes finding remote CVS-controlled
11526 files. (It would barf on inserting the CVS/Entries file
11527 literally, because the file-local-copy handler wasn't called.)
11528 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11529 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11530 (tramp-initial-commands): New variable.
11531 (tramp-process-initial-commands): New function, using the variable.
11532 (tramp-open-connection-setup-interactive-shell): Call the new function.
11533 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11534 method into the buffer name, never use nil. Reported by Hanak
11535 David <dhanak@inf.bme.hu>.
11536 (tramp-open-connection-setup-interactive-shell): Erase buffer
11537 before sending "stty -onlcr".
11538
11539 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11540
11541 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11542
11543 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11544
11545 2003-07-19 John Paul Wallington <jpw@gnu.org>
11546
11547 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11548 (artist-draw-rect, artist-draw-square): Doc fixes.
11549
11550 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11551
11552 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11553
11554 2003-07-19 Kenichi Handa <handa@m17n.org>
11555
11556 * international/kkc.el (kkc-show-conversion-list-update):
11557 Highlight the correct candidate in the message.
11558
11559 2003-07-18 John Paul Wallington <jpw@gnu.org>
11560
11561 * simple.el (current-word): Don't include punctuation char when
11562 `really-word' arg is non-nil.
11563
11564 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11565
11566 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11567 moved to the directory obsolete.
11568
11569 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11570
11571 * info.el (Info-menu-entry-name-re): Allow newlines in
11572 menu entry names.
11573
11574 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11575 syntax-ppss-after-change-function.
11576 (syntax-ppss-after-change-function): New alias. Update uses.
11577 (syntax-ppss): Catch the case where the buffer is narrowed.
11578
11579 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11580
11581 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11582 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11583
11584 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11585
11586 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11587 since it might be modified.
11588
11589 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11590 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11591 names to these language constants.
11592
11593 2003-07-15 Kim F. Storm <storm@cua.dk>
11594
11595 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11596 All uses changed.
11597
11598 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11599
11600 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11601 Namespace support.
11602
11603 2003-07-13 Juanma Barranquero <lektu@terra.es>
11604
11605 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11606 papers received).
11607
11608 2003-07-13 Karl Eichwalder <ke@suse.de>
11609
11610 * textmodes/po.el (po-find-charset): White space at the start of the
11611 Content-Type field body is non-mandatory.
11612
11613 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11614
11615 * textmodes/texinfo.el (texinfo-section-list):
11616 Append appendixsection; a synonym for appendixsec.
11617
11618 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11619
11620 * man.el (Man-translate-cleanup): New.
11621 (Man-translate-references): Call `Man-translate-cleanup' to clean
11622 leading, trailing and middle spaces.
11623
11624 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11625
11626 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11627 Handle `dired-directory' being a list.
11628
11629 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11630
11631 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11632 it doesn't exist.
11633
11634 2003-07-12 Richard M. Stallman <rms@gnu.org>
11635
11636 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11637
11638 * progmodes/cc-defs.el (c-make-keywords-re):
11639 Don't use delete-duplicates.
11640 (c-lang-const): Don't use mapcan.
11641
11642 * apropos.el (apropos-show-scores): Make it customizable.
11643 Document new meaning.
11644 (apropos): Compute scores from symbols.
11645 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11646
11647 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11648
11649 * ps-bdf.el: Fix copyright line.
11650 (bdf-directory-list): Fix initialization code.
11651
11652 2003-07-11 John Paul Wallington <jpw@gnu.org>
11653
11654 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11655 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11656 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11657
11658 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11659
11660 * emacs-lisp/ring.el (ring-elements): Doc fix.
11661
11662 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11663
11664 * calendar/timeclock.el (timeclock-relative)
11665 (timeclock-ask-before-exiting, timeclock-use-display-time):
11666 Doc changes.
11667 (timeclock-modeline-display): Give a message if
11668 `timeclock-use-display-time' is non-nil but `display-time-mode'
11669 is not active.
11670
11671 2003-07-11 Kenichi Handa <handa@m17n.org>
11672
11673 * international/mule-cmds.el (set-language-environment):
11674 Set current-language-environment to the correct string.
11675
11676 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11677
11678 * ps-print.el: Print line number correctly in a region. Reported by
11679 Tim Allen <timallen@ls83.fsnet.co.uk>.
11680 (ps-print-version): New version number (6.6.2).
11681 (ps-printing-region): Code fix.
11682
11683 2003-07-10 John Paul Wallington <jpw@gnu.org>
11684
11685 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11686 this function can be called from `add-completions-from-tags-table'.
11687
11688 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11689
11690 * calendar/timeclock.el (timeclock-use-display-time)
11691 (timeclock-day-over-hook, timeclock-workday-remaining)
11692 (timeclock-status-string, timeclock-when-to-leave)
11693 (timeclock-when-to-leave-string, timeclock-log-data)
11694 (timeclock-find-discrep, timeclock-day-base)
11695 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11696 (timeclock-modeline-display): Set the variable
11697 `timeclock-modeline-display'.
11698 (timeclock-update-modeline): Doc fix. Respect value of
11699 `timeclock-relative'.
11700
11701 2003-07-09 Richard M. Stallman <rms@gnu.org>
11702
11703 * textmodes/reftex-parse.el (reftex-all-document-files):
11704 Add autoload cookie.
11705
11706 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11707 (reftex-scanning-info-available-p): Add autoload cookie.
11708
11709 * international/mule-cmds.el
11710 (set-display-table-and-terminal-coding-system): Delete duplicate
11711 aset on standard-display-table.
11712
11713 * view.el (view-file): If existing buffer's major mode is special,
11714 don't go into view mode.
11715
11716 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11717
11718 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11719
11720 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11721 buffer changes; there's third party code that calls this function
11722 directly.
11723
11724 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11725
11726 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11727 (autodoc-font-lock-keywords): Don't byte compile on font lock
11728 initialization when running from byte compiled files.
11729
11730 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11731
11732 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11733 statement ends with auto-increment "++".
11734
11735 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11736
11737 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11738 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11739 these are changed, so declare them as variables and not constants.
11740
11741 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11742
11743 * subr.el (dolist, dotimes): Doc fix.
11744
11745 2003-07-08 Kim F. Storm <storm@cua.dk>
11746
11747 * international/mule-cmds.el
11748 (set-display-table-and-terminal-coding-system): Don't break
11749 bootstrap if standard-display-table isn't setup yet.
11750
11751 2003-07-07 Richard M. Stallman <rms@gnu.org>
11752
11753 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11754 Give it a doc string, and autoload it.
11755
11756 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11757 Use with-no-warnings.
11758
11759 * info.el (Info-search): If find invisible text, search again.
11760
11761 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11762
11763 * man.el (Man-name-regexp): Match + as part of name.
11764
11765 * simple.el (visible-mode): Rename from vis-mode.
11766 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11767
11768 * simple.el (current-word): New arg REALLY-WORD specifies
11769 don't include punctuation chars.
11770
11771 * emacs-lisp/debug.el (debug, debugger-env-macro):
11772 Use with-no-warnings while accessing and binding unread-command-char.
11773
11774 * international/mule-cmds.el
11775 (set-display-table-and-terminal-coding-system): Use explicit loop
11776 instead of calling standard-display-default.
11777
11778 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11779 Use condition-case to catch error in ange-ftp-get-files.
11780
11781 * net/browse-url.el (browse-url-browser-function):
11782 Add alternative for Epiphany.
11783 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11784 (browse-url-epiphany-startup-arguments)
11785 (browse-url-epiphany-new-window-is-tab): New variables.
11786 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11787
11788 * progmodes/compile.el (compile-auto-highlight): Default now t.
11789 (compile): Doc fix.
11790 (compilation-next-error): Fix previous change.
11791
11792 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11793
11794 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11795
11796 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11797
11798 * gdb-ui.el (gdb-source-info): Display current frame when
11799 attaching to an existing process.
11800 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11801 while laying out windows when attaching to an existing process.
11802
11803 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11804
11805 * info.el (Info-menu): Use Info-menu-entry-name-re.
11806
11807 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11808
11809 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11810 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11811
11812 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11813 to match the same text.
11814
11815 2003-07-06 John Paul Wallington <jpw@gnu.org>
11816
11817 * vc.el (vc-annotate-offset): Move defvar up.
11818
11819 2003-07-06 Kim F. Storm <storm@cua.dk>
11820
11821 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11822 This should fix the infinite loop when extracting menu names.
11823
11824 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11825
11826 * files.el (auto-mode-alist, interpreter-mode-alist):
11827 Remove entries to CC Mode modes to avoid duplicates; they are now added
11828 with autoload directives in cc-mode.el.
11829
11830 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11831
11832 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11833 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11834 these are changed, so declare them as variables and not constants.
11835
11836 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11837 ensure that the entry for ".c" extension comes before the one for
11838 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11839 Fix incorrect entries that were added to `interpreter-mode-alist'.
11840 Move the autoload directives for AWK to the top level since they
11841 aren't recognized anywhere else. Do not use the new AWK mode doc
11842 in the autoload form for the old AWK mode.
11843
11844 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11845
11846 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11847 (bibtex-sort-ignore-string-entries): Default value t.
11848 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11849 erroneously in previous version.
11850 (bibtex-string-files): Docstring reflects new parsing scheme.
11851 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11852 docstring, add # as one of the chars to crush
11853 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11854 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11855 (bibtex-autokey-name-change-strings)
11856 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11857 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11858 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11859 (bibtex-autokey-title-terminators)
11860 (bibtex-autokey-titlewords-stretch)
11861 (bibtex-autokey-titleword-ignore)
11862 (bibtex-autokey-titleword-case-convert)
11863 (bibtex-autokey-titleword-abbrevs)
11864 (bibtex-autokey-titleword-abbrevs)
11865 (bibtex-autokey-titleword-change-strings)
11866 (bibtex-autokey-titleword-length)
11867 (bibtex-autokey-titleword-separator)
11868 (bibtex-autokey-name-year-separator)
11869 (bibtex-autokey-year-title-separator)
11870 (bibtex-autokey-before-presentation-function)
11871 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11872 Fix docstring.
11873 (bibtex-strings, bibtex-reference-keys):
11874 Use lazy-completion-table and make-variable-buffer-local.
11875 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
11876 (bibtex-braced-string-syntax-table)
11877 (bibtex-quoted-string-syntax-table): New variables.
11878 (bibtex-parse-nested-braces): Remove.
11879 (bibtex-parse-field-string): Use syntax table and forward-sexp.
11880 (bibtex-parse-association): Simplify.
11881 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
11882 (bibtex-parse-field-text): Simplify.
11883 (bibtex-search-forward-field, bibtex-search-backward-field):
11884 argument BOUND can take value t.
11885 (bibtex-start-of-field, bibtex-start-of-name-in-field)
11886 (bibtex-end-of-name-in-field, bibtex-end-of-field)
11887 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
11888 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
11889 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
11890 (bibtex-skip-to-valid-entry): Return buffer position of beginning
11891 and ending of entry. Update for changes of bibtex-search-entry.
11892 Simplify.
11893 (bibtex-map-entries): FUN is called with three arguments.
11894 (bibtex-search-entry): Return a cons pair with buffer positions of
11895 beginning and end of entry.
11896 (bibtex-enclosing-field): Simplify.
11897 (bibtex-format-entry): Use booktitle to set a missing title.
11898 (bibtex-autokey-get-names): Fiddle with regexps.
11899 (bibtex-generate-autokey): Use identity.
11900 (bibtex-parse-keys): Use simplified parsing algorithm if
11901 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
11902 arguments. Return alist of keys.
11903 (bibtex-parse-strings): Simplify. Return alist of strings.
11904 (bibtex-complete-string-cleanup): Fix docstring.
11905 (bibtex-read-key): New function.
11906 (bibtex-mode): Fix docstring. Do not parse for keys and
11907 strings when the mode is entered. Set fill-paragraph-function to
11908 bibtex-fill-field. Setup font-lock-mark-block-function the way
11909 font-lock intended.
11910 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
11911 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
11912 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
11913 (bibtex-Preamble): Avoid hard coded constants.
11914 (bibtex-make-field): Fix docstring. Simplify.
11915 (bibtex-beginning-of-entry): Always return new position of point.
11916 (bibtex-end-of-entry): Rearrange cond clauses.
11917 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
11918 Update for changes of bibtex-map-entries.
11919 (bibtex-ispell-abstract): Do not move point.
11920 (bibtex-entry-index): Use downcase. Simplify.
11921 (bibtex-lessp): Handle catch-all.
11922 (bibtex-find-crossref): Turn into a command.
11923 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
11924 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
11925 preamble entries.
11926 (bibtex-fill-field-bounds): New function.
11927 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
11928 (bibtex-fill-entry): Use bibtex-fill-field-bounds
11929 (bibtex-String): Use bibtex-strings. Always obey
11930 bibtex-sort-ignore-string-entries.
11931
11932 2003-07-05 John Paul Wallington <jpw@gnu.org>
11933
11934 * cus-theme.el (customize-create-theme):
11935 Call `customize-create-theme' in Reset widget's notify function.
11936
11937 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
11938 (ibuffer-mark-interactive): Use `or' instead of `unless'.
11939 (define-ibuffer-column name): Add summarizer.
11940 (define-ibuffer-column size): Likewise.
11941 (define-ibuffer-column filename): Likewise.
11942 (define-ibuffer-column process): Likewise. Change BODY's output too.
11943 (define-ibuffer-column filename-and-process): Likewise, likewise.
11944 (ibuffer): Remove local vars `already-in' and `need-update'.
11945
11946 * ibuf-ext.el: Don't require `derived' at compile-time.
11947
11948 2003-07-05 Kim F. Storm <storm@cua.dk>
11949
11950 * info.el: Disable paragraph refilling.
11951 (Info-refill-paragraphs): New defcustom.
11952 (Info-fontify-node): Use it.
11953
11954 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11955
11956 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11957 thingies from constructors created by defstruct.
11958
11959 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11960 the default value of the variable.
11961 (byte-code-meter): Move declaration to top level.
11962
11963 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11964
11965 * info.el (Info-following-node-name-re): New fun.
11966 (Info-following-node-name): Remove.
11967 (Info-insert-dir): Use the new fun.
11968 (Info-extract-pointer): Don't save restriction; use new fun.
11969 (Info-menu-entry-name-re): New const.
11970 (Info-menu-entry-name-re): Use it along with new fun.
11971 (Info-node-spec-re): Use new fun.
11972 (Info-complete-menu-item, Info-fontify-node): Use new const.
11973 (Info-goto-node, Info-follow-reference, Info-menu-update):
11974 Use match-string.
11975 (Info-follow-reference): Use assoc-string.
11976 Use a list of strings for the completion table.
11977 (Info-fontify-node): Use match-string, line-end-position.
11978 Limit the search for `node:' to the first line.
11979
11980 * newcomment.el (uncomment-region): Remove padding coming from
11981 comment-start rather than just from comment-padding.
11982
11983 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11984 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11985 (vc-cvs-rename-file): Remove (use the default).
11986 (vc-cvs-register): Register parent dir if needed.
11987 (vc-cvs-could-register): Return non-nil if parent can be registered.
11988 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11989 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11990
11991 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11992 (vc-svn-update): Fix the arguments to `svn'.
11993 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11994 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11995 Simple implementations, assuming `name' is a URL.
11996
11997 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11998 set of chars allowed unquoted in a case pattern.
11999
12000 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12001
12002 * font-lock.el (font-lock-extra-types-widget)
12003 (c-font-lock-extra-types, c++-font-lock-extra-types)
12004 (objc-font-lock-extra-types, java-font-lock-extra-types)
12005 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12006 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12007 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12008 (font-lock-match-c++-structor-declaration)
12009 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12010 (c++-font-lock-keywords-3, c++-font-lock-keywords)
12011 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12012 (objc-font-lock-keywords-3, objc-font-lock-keywords)
12013 (java-font-lock-keywords-1, java-font-lock-keywords-2)
12014 (java-font-lock-keywords-3, java-font-lock-keywords)
12015 (java-font-lock-syntactic-face-function): Remove obsolete code
12016 and constants. It's all in cc-fonts.el now.
12017
12018 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
12019
12020 * mail/sendmail.el (mail-specify-envelope-from)
12021 (mail-envelope-from): Doc fix.
12022
12023 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
12024
12025 * generic-x.el: Do away with the dependency on `c-emacs-features'
12026 when populating `rul-generic-mode-syntax-table'; we already know
12027 this isn't XEmacs.
12028
12029 See ChangeLog.10 for earlier changes.
12030
12031 ;; Local Variables:
12032 ;; coding: iso-2022-7bit
12033 ;; End:
12034
12035 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
12036 Copying and distribution of this file, with or without modification,
12037 are permitted provided the copyright notice and this notice are preserved.
12038
12039 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1