* emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
[bpt/emacs.git] / lisp / ChangeLog
1 2005-06-06 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4 (cua-global-mark): Remove -face suffix from face names.
5
6 * emulation/cua-gmrk.el (cua--init-global-mark): Remove
7 cua-global-mark face setup.
8
9 2005-06-06 Richard M. Stallman <rms@gnu.org>
10
11 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12 just like other allowed characters.
13 (makefile-match-dependency): Exclude leading and training whitespace
14 from the range of regexp subexp 1.
15 (makefile-macroassign-regex): Don't try to match the body,
16 just the name of the macro being defined.
17
18 * info.el (Info-read-node-name-2): New function.
19 (Info-read-node-name-1): Use that.
20 Add a completion-base-size-function property.
21
22 * simple.el (completion-setup-function): Look for
23 completion-base-size-function property of
24 minibuffer-completion-table.
25
26 * files.el (locate-file-completion): Doc fix.
27
28 * printing.el: Don't call pr-update-menus; user must do that.
29
30 * emacs-lisp/debug.el (debugger-window): New variable.
31 (debug): Use debugger-window if it is set and still alive.
32 Record debugger-window for next entry.
33
34 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
35
36 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
37
38 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
39 (hack-one-local-variable, hack-local-variables)
40 (hack-local-variables-prop-line): Pass that arg.
41
42 2005-06-06 Kim F. Storm <storm@cua.dk>
43
44 * ido.el (ido-first-match, ido-only-match, ido-subdir)
45 (ido-indicator): Remove -face suffix from face names.
46
47 2005-06-06 Juri Linkov <juri@jurta.org>
48
49 * font-lock.el (font-lock-regexp-backslash)
50 (font-lock-regexp-backslash-construct): New faces.
51 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
52 after `('. Add `while-no-input' to control structures.
53
54 * faces.el (no-break-space, shadow): New faces.
55 (escape-glyph): Use less loud colors pink2 and red4.
56
57 * diff-mode.el (diff-context-face)
58 * dired.el (dired-ignored)
59 * rfn-eshadow.el (file-name-shadow)
60 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
61
62 * info.el (Info-title-1-face): Use green instead of yellow because
63 bold yellow is not readable on light backgrounds.
64
65 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
66 before selecting the desired mode to not spend time fontifying
67 old contents.
68
69 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
70
71 * isearchb.el (isearchb): Don't pass a spurious second argument to
72 `iswitchb-completions'.
73
74 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
75
76 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
77 to preserve point.
78 (gdb-find-file-hook): Add doc string.
79
80 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
81 C dereferenced pointer expression.
82 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
83
84 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
85
86 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
87 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
88 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
89 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
90 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
91 Make background transparent.
92
93 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
94
95 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
96 (font-lock-remove-keywords): Doc fix.
97 (font-lock-mode-major-mode): Compiler defvar.
98 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
99
100 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
101 (font-lock-mode): Update `font-lock-mode-major-mode'.
102 (font-lock-set-defaults): Compiler defvar.
103 (font-lock-default-function): Take `font-lock-mode-major-mode'
104 into account.
105
106 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
107 keep track of which major mode it enabled the minor mode for.
108 Use find-file-hook again. Update docstring.
109
110 * simple.el (eval-expression-print-level)
111 (eval-expression-print-length, eval-expression-debug-on-error):
112 Doc fixes.
113
114 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
115
116 * iswitchb.el (iswitchb-single-match-face)
117 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
118 (iswitchb-invalid-regexp-face): New faces.
119 (iswitchb-completions): Use them.
120 (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is
121 now marked as an obsolete alias.
122 (iswitchb-read-buffer): Remove check for bound font variables.
123 (iswitchb-invalid-regexp): New free variable.
124 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
125 set iswitchb-invalid-regexp.
126 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
127 invalid regexps.
128 (iswitchb-completions): Add check for complete match when entering
129 a regexp.
130 (iswitchb-completions): Remove require-match argument.
131 (iswitchb-exhibit): Fix caller.
132 (iswitchb-common-match-inserted): New variable.
133 (iswitchb-complete, iswitchb-completion-help): Use it.
134
135 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
136
137 * url-http.el (url-http-chunked-encoding-after-change-function):
138 Use `url-http-debug' instead of `message'.
139
140 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
141
142 * url-http.el (url-http-parse-headers): Pass redirected URL as a
143 callback argument.
144
145 2005-06-04 Kim F. Storm <storm@cua.dk>
146
147 * simple.el (line-move): Only call sit-for when moving backwards.
148
149 * ido.el (ido-make-merged-file-list-1): New defun split from
150 ido-make-merged-file-list.
151 (ido-make-merged-file-list): Bind throw-on-input around call to
152 ido-make-merged-file-list-1. Return input-pending-p if
153 interrupted by more input available.
154 (ido-read-internal): Handle input-pending-p return value from
155 ido-make-merged-file-list.
156
157 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
160 compatibility code.
161
162 * international/latexenc.el (latexenc-find-file-coding-system):
163 Don't inherit the EOL part of the coding-system from the
164 tex-main buffer. Fit within 80 columns.
165
166 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
167
168 * tmm.el (tmm-inactive-face): New face.
169 (tmm-remove-inactive-mouse-face): New function.
170 (tmm-prompt, tmm-add-one-shortcut)
171 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
172 but not selectable.
173
174 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
175
176 * faces.el (face-equal): Improve argument/docstring consistency.
177
178 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
179
180 * progmodes/make-mode.el (makefile-targets-face)
181 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
182 (makefile-bsdmake-dependency-regex)
183 (makefile-makepp-rule-action-regex)
184 (makefile-bsdmake-rule-action-regex): New constants.
185 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
186
187 * progmodes/compile.el (compilation-error-regexp-alist-alist):
188 Allow (...) within `...' for makepp messages.
189
190 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
191
192 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
193
194 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
195 "." files are deleted from all file lists before comparison.
196
197 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
198 (viper-ESC-key): Made them customizable.
199
200 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
201
202 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
203
204 * autorevert.el (auto-revert-buffers): Use save-match-data.
205
206 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
209 menu items with a nil command binding.
210
211 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
212
213 * emacs-lisp/cl-macs.el (defsetf):
214 Improve argument/docstring consistency.
215
216 * faces.el (list-faces-display): Improve the formatting by
217 computing the maximum length required for any face-name (reworked
218 patch of 1999-01-11, accidentally deleted on 1999-07-21).
219 (internal-find-face): Remove redundant info in docstring.
220
221 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
222
223 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
224 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
225 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
226 (gdb-assembler-custom): Improve regexps.
227 (def-gdb-auto-update-handler): Use window point to preserve
228 point.
229
230 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
233
234 2005-05-31 Jay Belanger <belanger@truman.edu>
235
236 * calc/calc-embed.el (calc-embedded-word): Change argument passed
237 to calc-embedded.
238 (calc-embedded-make-info): Have plain prefix argument select
239 entire line.
240
241 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
242
243 * faces.el (list-faces-display): Signal error if passed a regexp
244 that matches no face name.
245
246 * simple.el (filter-buffer-substring): Fix typo in docstring.
247
248 2005-05-31 Richard M. Stallman <rms@gnu.org>
249
250 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
251 (vhdl-emacs-21): Doc fix.
252 (vhdl-mode): Unconditionally set comment-padding.
253 (vhdl-fixup-whitespace-region): Insert spaces only where
254 there are none.
255 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
256
257 2005-05-30 John Wiegley <johnw@newartisans.com>
258
259 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
260 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
261 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
262 `directory-sep-char' to ?/, and all uses of `string-to-int' to
263 `string-to-number'.
264
265 2005-05-30 Jay Belanger <belanger@truman.edu>
266
267 * calc/calc.el (calc-bug-address): Fix docstring.
268 (calc-window-hook, calc-trail-window-hook): New variables.
269 (calc-trail-display): Restore use of calc-trail-window-hook.
270 (calc): Restore use of calc-window-hook.
271
272 2005-05-31 Masatake YAMATO <jet@gyve.org>
273
274 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
275
276 * help-fns.el (help-C-file-name): Add autoload mark for
277 `find-function-noselect'.
278
279 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
282 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
283
284 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
285
286 * calendar/diary-lib.el (mark-included-diary-files): Only kill
287 included diary buffer if it was not already being visited.
288 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
289
290 * calendar/icalendar.el (top-level): Do not require 'appt.
291
292 * mail/supercite.el (sc-select-attribution): Only use a list
293 element from sc-attrib-selection-list if it returns a string.
294 Reported by Davide G. M. Salvetti <salve@debian.org>.
295
296 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
297
298 * thumbs.el (thumbs-thumbname): The resulting thubname now
299 includes a hash value to improve its uniqueness, and has a ".jpg"
300 extension. Also, it is now a valid filename on all systems.
301 (thumbs-make-thumb): Use `let', not `let*'.
302 (thumbs-show-thumbs-list): Check for JPEG availability.
303
304 2005-05-30 Richard M. Stallman <rms@gnu.org>
305
306 * filesets.el (filesets-menu-ensure-use-cached):
307 Prevent warning when emacs-version>= is undefined.
308
309 * printing.el (pr-interactive-n-up): Use string-to-number.
310
311 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
312
313 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
314 Warn only when name to be defined is quoted.
315
316 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
319 Make regexp more robust.
320 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
321 Force regeneration of disassembly.
322
323 2005-05-29 Jay Belanger <belanger@truman.edu>
324
325 * calc/calc.el (calc-user-invocation): Check if
326 calc-invocation-macro is non-nil.
327
328 2005-05-29 Juri Linkov <juri@jurta.org>
329
330 * add-log.el (change-log-font-lock-keywords):
331 Add `+' to e-mail regexp to accept mail address with keywords.
332
333 * man.el (Man-name-regexp): Add `:' to accept qualified names.
334
335 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
336
337 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
338
339 * ielm.el (inferior-emacs-lisp-mode): Ditto.
340
341 2005-05-29 Richard M. Stallman <rms@gnu.org>
342
343 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
344 Undo the change that moves to end of the current word.
345
346 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
347
348 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
349 Throw error when count <= 0 to ensure input is a number.
350 (gdb-read-memory-custom): Pick up address from buffer.
351 (gdb-memory-mode): Allow user to increment and decrement
352 memory address from header line.
353
354 2005-05-29 Richard M. Stallman <rms@gnu.org>
355
356 * flyspell.el (flyspell-version): Function deleted.
357 (flyspell-auto-correct-previous-hook): Doc fix.
358
359 * jit-lock.el (jit-lock-function, jit-lock-after-change):
360 Do nothing if memory is full.
361
362 * font-lock.el (font-lock-fontify-syntactically-region):
363 Pass t for GREEDY to looking-back.
364
365 * saveplace.el (save-place-alist-to-file): Write the file
366 using write-region.
367
368 * subr.el (looking-back): New argument GREEDY.
369
370 * progmodes/compile.el (compilation-start): Set the mode
371 before inserting the initial text.
372
373 * progmodes/which-func.el (which-func-update-1): Turn the mode
374 off in case of error by setting which-func-mode.
375
376 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
377
378 * flyspell.el (flyspell-auto-correct-previous-word):
379 Narrow down to what's on the screen, and recenter overlays
380 at the end of the next word.
381
382 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
383
384 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
385 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
386 (flyspell-abbrev-p): Default to nil.
387 (flyspell-use-global-abbrev-table-p): Doc fix.
388 (flyspell-large-region): Allow nil as value.
389 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
390
391 (mail-mode-flyspell-verify): More robust handling
392 of `mail-header-separator'. More efficient signature detection.
393 Allow for regexp metacharacters in message-header-separator.
394 Adding `To' not to be checked in mail-mode-flyspell-verify.
395
396 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
397 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
398 Bind flyspell-auto-correct-binding.
399 Bind C-. and C-, .
400 (flyspell-mode-map): Likewise.
401 (flyspell-mode): Doc fix.
402 (flyspell-accept-buffer-local-defs): Preserve current buffer.
403 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
404 (flyspell-word-cache-result): New var, always local.
405 (flyspell-check-pre-word-p): Doc fix.
406 (flyspell-check-changed-word-p): Handle spc like newline.
407 (flyspell-post-command-hook): Set flyspell-word-cache-result.
408 (flyspell-word-search-backward, flyspell-word-search-forward):
409 New functions.
410 (flyspell-word): Return t if nothing to check.
411 When parsing TeX code, check for after } or \.
412 Use flyspell-word-search-backward to find previous word.
413 Return nil if duplicated word.
414 For word already checked, return same value as last time.
415 Set flyspell-word-cache-result after checking.
416 Don't clobber the return value.
417 (flyspell-get-word): Major rewrite.
418 (flyspell-external-point-words): New locals pword, pcount.
419 Fix size used in progress message.
420 Find the proper corresponding word in flyspell-large-region-buffer.
421 (flyspell-region): Check for flyspell-large-region = nil.
422 (flyspell-highlight-incorrect-region): Clean up overlays in region.
423 (flyspell-auto-correct-word): Check that WORD is a cons.
424 (flyspell-correct-word): Likewise.
425
426 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
427
428 * progmodes/make-mode.el (makefile-rule-action-regex)
429 (makefile-macroassign-regex, makefile-makepp-mode)
430 (makefile-bsdmake-mode): Continuation lines may be empty.
431 Reported by Joshua Varner.
432 (makefile-makepp-font-lock-keywords): Add $(stem).
433
434 2005-05-28 Karl Berry <karl@gnu.org>
435
436 * textmodes/tex-mode.el: Now that tex-send-command calls
437 shell-quote-argument (2005-03-31 change), remove all calls to
438 shell-quote-argument; they all end up invoking tex-send-command.
439 The double quoting loses on filenames with non-safe characters,
440 such as "@". Reported by Frederik Fouvry.
441
442 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
443
444 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
445 about preserving point.
446
447 2005-05-27 Jay Belanger <belanger@truman.edu>
448
449 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
450 Info-goto-node.
451
452 * calc/calc-embed.el (calc-embed-arg): New variable.
453 (calc-do-embedded-activate, calc-embedded-activate-formula)
454 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
455 variable by new variable.
456 (calc-embedded-make-info): Replace undeclared variable by new
457 variable. When selecting region with positive prefix
458 argument, use end of previous line instead of beginning of line.
459
460 * calc/calc-aent.el (calc-arg-values): Declare it.
461
462 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
463 Declare them.
464
465 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
466
467 * calc/calc.el (calc-alg-map): Declare it.
468
469 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
470
471 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
472
473 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
474 (gdb-registers-buffer, toggle-gdb-all-registers):
475 Toggle display of floating point registers.
476 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
477
478 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
479 (toggle-gud-tooltip-dereference):
480 Rename from gud-toggle-tooltip-dereference.
481
482 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
485
486 2005-05-27 Jay Belanger <belanger@truman.edu>
487
488 * calc/calc-prog.el (calc-kbd-report): Remove.
489 (calc-kbd-query): Rewrite.
490
491 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
492
493 * image.el (image-library-alist): Move to image.c.
494 (image-type-available-p): Doc fix.
495
496 2005-05-27 Lute Kamstra <lute@gnu.org>
497
498 * calc/calc.el (calc):
499 * outline.el (outline-1, outline-2, outline-3, outline-4)
500 (outline-5, outline-6, outline-7, outline-8):
501 * textmodes/dns-mode.el (dns-mode):
502 * textmodes/sgml-mode.el (sgml-namespace-face):
503 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
504 (tex-verbatim-face, tex-use-reftex):
505 * textmodes/texinfo.el (texinfo-heading-face):
506 Specify customization group.
507
508 * longlines.el: Don't require easy-mmode.
509 (longlines-visible-face): Specify customization group.
510
511 2005-05-27 Kenichi Handa <handa@m17n.org>
512
513 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
514 encoding table of windows-1251.
515
516 * international/ucs-tables.el (ucs-set-table-for-input):
517 If translation-table-for-input of a coding system is a symbol, get
518 its translation-table property.
519
520 * international/code-pages.el: Don't register a coding system into
521 non-iso-charset-alist more than once.
522 (cp-make-coding-system): Likewise.
523
524 2005-05-26 John Wiegley <johnw@newartisans.com>
525
526 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
527 `eshell-resume-eval' is wrapped in a list, it indicates that the
528 command was run asynchronously. In that case, unwrap the value
529 before checking the delimiter value.
530
531 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
532 character before a space at the end of a line is \, assume the space
533 is part of the last argument rather than a final argument separator.
534
535 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
536 is in use, and the target is `t' or `nil' (which are the most common
537 values), don't assume that the symbol target is a buffer.
538
539 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
540
541 * calendar/calendar.el (calendar-mode-line-format):
542 Use mode-line-highlight as mouse-face.
543
544 * time.el (display-time-string-forms, display-time-update):
545 Use mode-line-highlight as mouse-face.
546
547 2005-05-26 Jay Belanger <belanger@truman.edu>
548
549 * calc/calc.el (calc-language-alist): Remove extra defvar.
550
551 2005-05-26 Lute Kamstra <lute@gnu.org>
552
553 * arc-mode.el (archive-mode):
554 * bookmark.el (bookmark-read-annotation-mode)
555 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
556 * bs.el (bs-mode):
557 * calc/calc-yank.el (calc-edit-mode):
558 * calc/calc.el (calc-mode, calc-trail-mode):
559 * calculator.el (calculator-mode):
560 * chistory.el (command-history-mode):
561 * comint.el:
562 * cus-edit.el (custom-mode):
563 * descr-text.el (describe-text-mode):
564 * ebuff-menu.el (Electric-buffer-menu-mode):
565 * ediff-util.el (ediff-mode):
566 * emacs-lisp/re-builder.el (reb-mode):
567 * emulation/vi.el (vi-mode-setup):
568 * emulation/ws-mode.el (wordstar-mode):
569 * eshell/esh-mode.el (eshell-mode):
570 * forms.el (forms-mode):
571 * help-mode.el (help-mode):
572 * hexl.el (hexl-mode):
573 * ibuffer.el (ibuffer-mode):
574 * ielm.el (inferior-emacs-lisp-mode):
575 * info.el (Info-mode, Info-edit-mode):
576 * international/swedish.el:
577 * ledit.el (ledit-from-lisp-mode):
578 * locate.el (locate-mode):
579 * mail/rmail.el (rmail-mode):
580 * mail/rmailedit.el (rmail-edit-mode):
581 * mail/rmailsum.el (rmail-summary-mode):
582 * mail/supercite.el (sc-electric-mode):
583 * net/eudc.el (eudc-mode):
584 * net/quickurl.el (quickurl-list-mode):
585 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
586 * obsolete/ooutline.el (outline-mode):
587 * obsolete/options.el (Edit-options-mode):
588 * obsolete/rnews.el (news-mode):
589 * obsolete/rnewspost.el (news-reply-mode):
590 * play/5x5.el (5x5-mode):
591 * play/decipher.el (decipher-mode, decipher-stats-mode):
592 * play/gomoku.el (gomoku-mode):
593 * play/snake.el (snake-mode):
594 * play/solitaire.el (solitaire-mode):
595 * play/tetris.el (tetris-mode):
596 * progmodes/ada-mode.el (ada-mode):
597 * progmodes/antlr-mode.el (antlr-mode):
598 * progmodes/autoconf.el (autoconf-mode):
599 * progmodes/dcl-mode.el (dcl-mode):
600 * progmodes/delphi.el (delphi-mode):
601 * progmodes/ebrowse.el (ebrowse-tree-mode)
602 (ebrowse-electric-list-mode, ebrowse-member-mode)
603 (ebrowse-electric-position-mode):
604 * progmodes/f90.el (f90-mode):
605 * progmodes/fortran.el (fortran-mode):
606 * progmodes/icon.el (icon-mode):
607 * progmodes/idlw-help.el (idlwave-help-mode):
608 * progmodes/idlw-shell.el (idlwave-shell-mode):
609 * progmodes/idlwave.el (idlwave-mode):
610 * progmodes/inf-lisp.el (inferior-lisp-mode):
611 * progmodes/m4-mode.el (m4-mode):
612 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
613 * progmodes/modula2.el (modula-2-mode):
614 * progmodes/octave-inf.el (inferior-octave-mode):
615 * progmodes/octave-mod.el (octave-mode):
616 * progmodes/pascal.el (pascal-mode):
617 * progmodes/sh-script.el (sh-mode):
618 * progmodes/sql.el (sql-mode, sql-interactive-mode):
619 * progmodes/vhdl-mode.el (vhdl-mode):
620 * progmodes/xscheme.el (scheme-interaction-mode):
621 * replace.el (occur-mode):
622 * ses.el (ses-mode):
623 * simple.el (completion-list-mode):
624 * skeleton.el:
625 * speedbar.el (speedbar-mode):
626 * term.el (term-mode):
627 * terminal.el (terminal-edit-mode):
628 * textmodes/reftex-index.el (reftex-index-mode)
629 (reftex-index-phrases-mode):
630 * textmodes/reftex-sel.el (reftex-select-label-mode)
631 (reftex-select-bib-mode):
632 * textmodes/reftex-toc.el (reftex-toc-mode):
633 * wdired.el (wdired-change-to-wdired-mode):
634 * wid-browse.el (widget-browse-mode):
635 Use run-mode-hooks.
636
637 * array.el (array-mode):
638 * calendar/todo-mode.el (todo-mode):
639 * man.el (Man-mode):
640 * play/landmark.el (lm-mode):
641 * play/mpuz.el (mpuz-mode):
642 Use kill-all-local-variables and run-mode-hooks.
643
644 * subr.el (delay-mode-hooks): Specify indentation.
645
646 2005-05-26 Mark A. Hershberger <mah@everybody.org>
647
648 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
649
650 2005-05-26 Jay Belanger <belanger@truman.edu>
651
652 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
653 of nil.
654
655 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
656
657 * progmodes/gdb-ui.el (gdb-frame-address):
658 Rename from gdb-current-address.
659 (gdb-previous-frame-address): Rename from gdb-previous-address.
660 (gdb-selected-frame): Rename from gdb-current-frame.
661 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
662 (gdb-frame-number): Rename from gdb-current-stack-level.
663 (gdb-ann3): Match new mode-name for disassembly buffer.
664 Extend initialisation of variables.
665 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
666 (gdb-memory-mode): Use mouse-face in header line.
667 (gdb-assembler-buffer-name): Call it disassembly and give frame
668 in mode line.
669 (gdb-source-spec-regexp, gdb-assembler-custom)
670 (gdb-invalidate-assembler, gdb-frame-handler):
671 Make robust to leading zeroes in address format.
672
673 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
674
675 * textmodes/org.el (org-mode): Use `define-derived-mode' to
676 define `org-mode'.
677 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
678
679 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * log-edit.el (log-edit-changelog-entries): Distinguish between
682 filenames like xfns.c and fns.c.
683
684 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
685
686 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
687 point after reverting.
688 (Buffer-menu-make-sort-button): Handle the case where
689 `Buffer-menu-use-header-line' is nil.
690
691 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
692
693 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
694 New funcs. In minibuffer-local-completion-map bind `]', `/'
695 and `:' to them.
696
697 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * startup.el (normal-top-level): Allow modification of load-path while
700 we're iterating over it.
701
702 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
703
704 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
705 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
706 (thumbs-resize-interactive, thumbs-insert-image)
707 (thumbs-insert-thumb, thumbs-dired-show-marked)
708 (thumbs-find-image-at-point, thumbs-delete-images)
709 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
710 (thumbs-increment-image-size, thumbs-decrement-image-size):
711 Fix typos in docstrings.
712
713 2005-05-24 Andre Spiegel <spiegel@gnu.org>
714
715 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
716 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
717 (cperl-mode): Use them.
718
719 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
720
721 * window.el (quit-window, shrink-window-if-larger-than-buffer):
722 Doc fixes.
723
724 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
725
726 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
727 Bind C-d to gdb-inferior-io-eof.
728
729 * dired.el (dired-dnd-popup-notice): Use message-box.
730
731 2005-05-23 Masatake YAMATO <jet@gyve.org>
732
733 * bindings.el (mode-line-major-mode-keymap):
734 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
735
736 * faces.el (mode-line-highlight): New face.
737
738 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
739 as mouse-face.
740
741 * bindings.el (top-level, help-echo, mode-line-modified)
742 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
743 as mouse-face.
744
745 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
746
747 * progmodes/cc-engine.el (c-guess-basic-syntax):
748 Remove spurious call to `zerop'.
749
750 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
751
752 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
753
754 CC Mode update to 5.30.10:
755
756 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
757 could go past the limit in decoration level 2, thereby causing
758 errors during interactive fontification.
759
760 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
761 the file is evaluated interactively.
762
763 * cc-engine.el (c-guess-basic-syntax): Handle operator
764 declarations somewhat better in C++.
765
766 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
767 make use of `run-mode-hooks' which has been added in Emacs 21.1.
768 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
769 (awk-mode): Use it.
770 (make-local-hook): Suppress warning about obsoleteness.
771
772 * cc-engine.el, cc-align.el, cc-cmds.el
773 (c-append-backslashes-forward, c-delete-backslashes-forward)
774 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
775 Compensate for return value from `forward-line' when it has moved
776 but not to a different line due to eob.
777
778 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
779 `objc-method-intro' and `objc-method-args-cont'.
780
781 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
782
783 CC Mode update to 5.30.10:
784
785 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
786 in the copyright statement. Incidentally, change "along with GNU
787 Emacs" to "along with this program" where it occurs.
788
789 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
790 so that it is interactive, hence can be found by M-x awk-mode
791 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
792 <gmorris+emacs@ast.cam.ac.uk>.
793
794 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
795 Mode's regexps.
796
797 2005-05-23 Kevin Ryde <user42@zip.com.au>
798
799 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
800 c-parse-state, to avoid a lisp error (on bad code).
801
802 2005-05-23 Lute Kamstra <lute@gnu.org>
803
804 * subr.el (font-lock-defaults): Remove defvar as it's already
805 defined in font-core.el.
806
807 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
808
809 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
810
811 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
812 more general and work when GDB variable "print pretty" is on,
813 as with Emacs, for example.
814
815 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
816
817 * font-core.el: Update comment.
818
819 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
820 Use `after-change-major-mode-hook' instead of `find-file-hook'.
821
822 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
823
824 2005-05-22 Eli Zaretskii <eliz@gnu.org>
825
826 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
827 and `yank-handler' in the doc strings.
828
829 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
832
833 2005-05-22 Richard M. Stallman <rms@gnu.org>
834
835 * help.el (describe-key): Move print-help-return-message call
836 out of conditional.
837
838 * progmodes/etags.el (list-tags): Use with-no-warnings.
839
840 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
841 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
842 (starttls-extra-args, starttls-extra-arguments): Add defvars.
843
844 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
845
846 * language/viet-util.el (viet-viscii-nonascii-translation-table):
847 Add defvar.
848
849 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
850 Use defvar, not defconst.
851
852 * hexl.el (hexl-follow-line): Use with-no-warnings.
853
854 * emulation/tpu-extras.el: Use write-file-functions instead of
855 write-file-hooks.
856
857 * dired.el (dired-font-lock-keywords): Fontify files with junk
858 extensions even if marked by -F.
859
860 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
861
862 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
863 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
864 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
865 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
866 (concatenate, list-length, get*, getf, cl-remprop):
867 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
868 (etypecase, progv, lexical-let, lexical-let*)
869 (multiple-value-bind, multiple-value-setq, shiftf):
870 Improve argument/docstring consistency.
871
872 * subr.el (focus-frame, unfocus-frame):
873 Revert deletion on 2005-05-01.
874
875 2005-05-22 Andre Spiegel <spiegel@gnu.org>
876
877 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
878 doesn't exist.
879
880 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
881 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
882
883 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
884
885 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
886 already deleted variables: auto-fill-hook, blink-paren-hook,
887 lisp-indent-hook, inhibit-local-variables, unread-command-event,
888 suspend-hooks, comment-indent-hook, meta-flag,
889 before-change-function, after-change-function,
890 font-lock-doc-string-face.
891
892 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
893
894 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
895
896 2005-05-21 Eli Zaretskii <eliz@gnu.org>
897
898 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
899 rmail-dont-reply-to.
900
901 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
902
903 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
904 literal blank when splitting new-header-values.
905
906 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
907
908 * calendar/cal-menu.el (cal-menu-update): Add separator as a
909 string so that tmm doesn't create a completion entry for it.
910
911 * textmodes/table.el (table-disable-menu): Ditto.
912
913 2005-05-21 Richard M. Stallman <rms@gnu.org>
914
915 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
916
917 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
918
919 * net/rcompile.el (remote-compile): Use compilation-start.
920
921 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
922
923 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
924
925 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
926 Default to makefile-bsdmake-mode on BSD systems.
927
928 * imenu.el (imenu-generic-expression, imenu--generic-function'):
929 REGEXP may also be a search function now. The part of doc-string
930 for describing the structure was 95% identical to that of
931 `imenu--generic-function'. Unify it there.
932
933 * progmodes/make-mode.el (makefile-imenu-generic-expression):
934 Use function to find dependencies, because regexp alone is so complex,
935 it easily goes into an endless loop.
936 (makefile-makepp-mode): Also add submenu for Perl functions
937 defined in the makefile.
938 (makefile-bsdmake-mode): Special imenu-generic-expression no
939 longer needed, due to function call.
940 (makefile-match-dependency): Take BOUND into account when checking
941 if we're through.
942
943 2005-05-20 Jay Belanger <belanger@truman.edu>
944
945 * calc/calc-units.el (calc-invalidate-units-table):
946 Use inhibit-read-only.
947 (math-build-units-table-buffer): Use view-mode.
948
949 2005-05-20 David Kastrup <dak@gnu.org>
950
951 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
952 easy-menu-add is not a nop on Emacs; and clarify when to call it.
953
954 2005-05-20 Lute Kamstra <lute@gnu.org>
955
956 * diff-mode.el (diff-header-face, diff-file-header-face)
957 (diff-index-face, diff-hunk-header-face, diff-removed-face)
958 (diff-added-face, diff-changed-face, diff-function-face)
959 (diff-context-face, diff-nonexistent-face): Put them in the
960 diff-mode customization group.
961
962 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
965
966 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
967
968 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
969 Minor regexp-optimization.
970
971 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
972
973 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
974 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
975 (org-agenda-add-time-grid-maybe): New function.
976 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
977 (org-table-create): `dotimes' instead of `mapcar'.
978 (org-xor): Simplify implementation.
979 (org-agenda): `inhibit-redisplay' turned on.
980 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
981 a consistent line after a state change.
982 (org-agenda-remove-times-when-in-prefix): New option.
983 (org-prefix-has-time): New variable.
984 (org-parse-time-string): Optional argument NODEFAULT.
985 (org-format-agenda-item): Parse items for time-of-day
986 specifications and move these into the prefix if possible.
987 (org-agenda-priority): Get current heading, not previous heading
988 during agenda remote editing.
989
990 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
991
992 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
993 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
994 (remove-duplicates, delete-duplicates, substitute)
995 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
996 (nsubstitute-if-not, find, find-if, find-if-not, position)
997 (position-if, position-if-not, count, count-if, count-if-not)
998 (mismatch, search, sort*, stable-sort, merge, member*)
999 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1000 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1001 (intersection, nintersection, set-difference, nset-difference)
1002 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1003 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1004 (nsublis, tree-equal): Improve argument/docstring consistency.
1005
1006 * subr.el (send-string, send-region):
1007 Remove obsolescence declaration.
1008 (window-dot, set-window-dot, read-input, show-buffer)
1009 (eval-current-buffer, string-to-int):
1010 Add release number to obsolescence declarations.
1011
1012 2005-05-19 Kim F. Storm <storm@cua.dk>
1013
1014 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1015 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1016
1017 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1018
1019 * faces.el (list-faces-display): Make back button respect optional
1020 regexp arg.
1021
1022 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * calculator.el (calculator-radix-grouping-mode)
1025 (calculator-radix-grouping-digits, calculator-displayer)
1026 (calculator-radix-grouping-separator, calculator-copy-displayer):
1027 * dabbrev.el (dabbrev-search-these-buffers-only):
1028 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1029 (diff-advance-after-apply-hunk, diff-mode-hook)
1030 (diff-minor-mode-prefix):
1031 * imenu.el (imenu-use-popup-menu):
1032 * jit-lock.el (jit-lock-context-time):
1033 * newcomment.el (comment-fill-column, comment-column)
1034 (comment-style, comment-padding, comment-multi-line)
1035 (comment-empty-lines, comment-auto-fill-only-comments):
1036 * reveal.el (reveal-around-mark):
1037 * uniquify.el (uniquify-buffer-name-style)
1038 (uniquify-after-kill-buffer-p)
1039 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1040 (uniquify-min-dir-content, uniquify-separator)
1041 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1042 * w32-vars.el (w32-fixed-font-alist):
1043 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1044 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1045 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1046 * progmodes/perl-mode.el (perl-indent-level)
1047 (perl-continued-statement-offset, perl-continued-brace-offset)
1048 (perl-brace-offset, perl-brace-imaginary-offset)
1049 (perl-label-offset, perl-indent-continued-arguments)
1050 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1051 * progmodes/tcl.el (tcl-indent-level)
1052 (tcl-continued-indent-level, tcl-auto-newline)
1053 (tcl-tab-always-indent, tcl-electric-hash-style)
1054 (tcl-help-directory-list, tcl-use-smart-word-finder)
1055 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1056 (inferior-tcl-source-command):
1057 * textmodes/fill.el (enable-kinsoku):
1058 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1059 * textmodes/table.el (table-yank-handler):
1060 Specify missing group (and type, if simple) in defcustom.
1061
1062 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1063
1064 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1065
1066 2005-05-19 Richard M. Stallman <rms@gnu.org>
1067
1068 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1069
1070 * subr.el (event-basic-type): Don't get an error.
1071 (left-fringe-p): Function deleted.
1072
1073 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1074 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1075
1076 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1077 in recursive copy.
1078
1079 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1080
1081 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1082
1083 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1084 Call byte-compile-nogroup-warn if appropriate.
1085
1086 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1087 (compilation-set-window): Don't call left-fringe-p; do it directly.
1088
1089 2005-05-19 Jay Belanger <belanger@truman.edu>
1090
1091 * calc/calc-graph.el (calc-graph-format-data): Make sure
1092 var-PlotRejects is bound before trying to check its value.
1093
1094 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1095
1096 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1097 definition of this variable from reftex-global.el to reftex.el,
1098 because it is needed in the menu.
1099
1100 2005-05-19 Lute Kamstra <lute@gnu.org>
1101
1102 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1103 years are fixed. Don't insert a space after a dash.
1104
1105 2005-05-19 Kim F. Storm <storm@cua.dk>
1106
1107 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1108
1109 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1110
1111 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1112 strings, because (eq ... ?\\) is fairly frequent.
1113
1114 * progmodes/make-mode.el (makefile-add-this-line-targets):
1115 Simplify and integrate into `makefile-pickup-targets'.
1116 (makefile-add-this-line-macro): Simplify and integrate into
1117 `makefile-pickup-macros.
1118 (makefile-pickup-filenames-as-targets): Simplify.
1119 (makefile-previous-dependency, makefile-match-dependency):
1120 Don't stumble over `::'.
1121
1122 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * subr.el (post-command-idle-hook, post-command-idle-delay):
1125 Remove obsoletion of post-command-idle-hook and
1126 post-command-idle-delay.
1127
1128 * faces.el (list-faces-display): Provide button when describe-face
1129 is called to take user back to the list of faces.
1130
1131 * help-fns.el (describe-variable): Remove hyperlinks in a
1132 variable's value as these are quite frequently inappropriate.
1133
1134 * follow.el (follow-submit-feedback, follow-mode):
1135 Remove references to post-command-idle-hook.
1136
1137 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1138
1139 * progmodes/make-mode.el (makefile-previous-dependency)
1140 (makefile-match-dependency): Check for := (and in bsd mode also
1141 !=) to give a better result, even when font-lock is not on.
1142
1143 2005-05-18 Jay Belanger <belanger@truman.edu>
1144
1145 * calc/calc-help.el (calc-s-prefix-help):
1146 Add `calc-copy-special-constant' to help string.
1147
1148 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1149
1150 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1151
1152 2005-05-18 Jay Belanger <belanger@truman.edu>
1153
1154 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1155 in linear factors are in proper order.
1156
1157 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1158
1159 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1160 Support for jurabib.
1161
1162 * textmodes/reftex.el (featurep): Define aliases for overlay
1163 commands, for XEmacs compatibility, and use these aliases in
1164 overlay initializations.
1165 (reftex-highlight): Use `reftex-move-overlay'.
1166 (reftex-unhighlight): Use `reftex-delete-overlay'.
1167 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1168 (reftex-access-search-path): Use `reftex-uniquify' instead of
1169 `reftex-uniq'
1170
1171 * textmodes/reftex-sel.el (reftex-select-unmark):
1172 Overlay `before-string' property modification enables for Emacs as well.
1173 (reftex-select-item): Use `reftex-delete-overlay'.
1174 (reftex-select-mark): Use `reftex-make-overlay' and
1175 `reftex-overlay-put'.
1176 (reftex-select-unmark): Use `reftex-delete-overlay' and
1177 `reftex-overlay-put'.
1178
1179 2005-05-18 Lute Kamstra <lute@gnu.org>
1180
1181 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1182
1183 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * add-log.el (add-change-log-entry):
1186 * array.el (array-make-template, array-reconfigure-rows)
1187 (array-init-max-row, array-init-max-column)
1188 (array-init-columns-per-line, array-init-field-width):
1189 * replace.el (replace-match-maybe-edit, perform-replace):
1190 * textmodes/spell.el (spell-region):
1191 Replace `read-input' by `read-string'.
1192
1193 * forms.el (forms-mode):
1194 * finder.el (finder-compile-keywords):
1195 * shadowfile.el (shadow-read-files):
1196 Replace `eval-current-buffer' by `eval-buffer'.
1197
1198 * terminal.el (te-pass-through):
1199 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1200 (ange-ftp-raw-send-cmd):
1201 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1202 (send-process-next-char, telnet-initial-filter, telnet):
1203 Replace `send-string' by `process-send-string'.
1204
1205 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1206 (prolog-consult-region): Replace `send-string' by
1207 `process-send-string'; replace `send-region' by `process-send-region'.
1208
1209 * progmodes/delphi.el (delphi-log-msg):
1210 Replace `set-window-dot' by `set-window-point'.
1211
1212 * subr.el (window-dot, set-window-dot, read-input, send-string)
1213 (send-region, show-buffer, eval-current-buffer):
1214 Make really obsolete, as the comment says.
1215
1216 2005-05-17 Kim F. Storm <storm@cua.dk>
1217
1218 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1219 (cua--init-keymaps): Bind C-return instead of S-return to set
1220 rectangle mark.
1221
1222 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1223 instead of S-return to toggle/clear rectangle mark.
1224
1225 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1226
1227 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1228 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1229 Also fontify plain strings assigned to variables, mostly so that a
1230 colon has a face and is thus not taken as a dependency separator.
1231 (makefile-previous-dependency): Inline the new matcher, because it
1232 is too complex to work in both directions.
1233 (makefile-match-dependency): Eliminate `backward' arg (see above).
1234 Completely reimplemented so as to not sometimes go into an endless
1235 loop. It should also be more efficient, because first it only
1236 searches for `:', instead of applying the very complex regexp.
1237 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1238 to be fontified in one piece can be too long for JIT.
1239 Makefiles are never *that* big.
1240
1241 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1242
1243 * dired.el (dired-mode): Simplify.
1244
1245 2005-05-17 Lute Kamstra <lute@gnu.org>
1246
1247 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1248 defcustom for the mode hook variable.
1249
1250 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1251 Emacs Lisp Reference Manual.
1252
1253 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1256 (evenp, list*):
1257 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1258 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1259
1260 * net/tramp-smb.el (tramp-smb-open-connection):
1261 Pass `tramp-chunksize' as fifth (required) argument.
1262
1263 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1264
1265 * font-lock.el (lisp-font-lock-keywords-1):
1266 Set `font-lock-negation-char-face' for [^...] char group.
1267 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1268
1269 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1270 a var, and refine it to mask one more level of nested vars.
1271 (makefile-rule-action-regex): Turn it into a var, and refine it so
1272 it recognizes backslashed continuation lines as belonging to the
1273 same command.
1274 (makefile-macroassign-regex): Refine it so it recognizes
1275 backslashed continuation lines as belonging to the same command.
1276 (makefile-var-use-regex): Don't look at the next char, because it
1277 might be the same one to be skipped by the initial [^$], leading
1278 to an overlooked variable use.
1279 (makefile-make-font-lock-keywords): Remove two parameters, which
1280 are now variables that some of the modes set locally.
1281 Handle dependency and rule action matching through functions, because
1282 regexps alone match too often. Dependency matching now comes
1283 last, so it can check, whether a colon already matched something else.
1284 (makefile-mode): Inform that font-lock improves makefile parsing
1285 capabilities.
1286 (makefile-match-dependency, makefile-match-action): New functions.
1287
1288 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1291
1292 * align.el (align-regexp):
1293 * ansi-color.el (ansi-color-get-face):
1294 * array.el (array-reconfigure-rows, array-init-max-row)
1295 (array-init-max-column, array-init-columns-per-line)
1296 (array-init-field-width):
1297 * dired-aux.el (dired-trample-file-versions):
1298 * dired-x.el (dired-mark-sexp):
1299 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1300 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1301 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1302 * faces.el (face-read-integer):
1303 * files.el (backup-extract-version, insert-directory):
1304 * hexl.el (hexl-insert-decimal-char):
1305 * server.el (server-process-filter):
1306 * shell.el (shell-extract-num):
1307 * startup.el (command-line-1):
1308 * term.el (term-command-hook):
1309 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1310 (time-stamp-do-number):
1311 * time.el (display-time-update):
1312 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1313 (timezone-fix-time):
1314 * vms-patch.el (vms-suspend-resume-hook):
1315 * calendar/appt.el (appt-convert-time):
1316 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1317 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1318 * calendar/cal-islam.el (mark-islamic-diary-entries):
1319 * calendar/calendar.el (calendar-cursor-to-date)
1320 (calendar-star-date):
1321 * calendar/diary-lib.el (diary-attrtype-convert)
1322 (mark-diary-entries, diary-entry-time):
1323 * calendar/solar.el (solar-get-number):
1324 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1325 * emacs-lisp/re-builder.el (reb-display-subexp):
1326 * emulation/edt.el (edt-set-scroll-margins):
1327 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1328 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1329 (vip-get-ex-count):
1330 * emulation/viper-ex.el (viper-get-ex-token)
1331 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1332 * international/fontset.el (fontset-plain-name):
1333 * mail/feedmail.el (feedmail-look-at-queue-directory):
1334 * mail/mailalias.el (mail-get-names):
1335 * mail/rmail.el (rmail-convert-to-babyl-format):
1336 * mail/rmailsum.el (rmail-make-basic-summary-line)
1337 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1338 (rmail-summary-goto-msg):
1339 * mail/smtpmail.el (smtpmail-read-response):
1340 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1341 (ange-ftp-vms-add-file-entry):
1342 * play/gametree.el (gametree-looking-at-ply)
1343 (gametree-current-branch-score):
1344 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1345 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1346 * progmodes/cperl-mode.el (condition-case):
1347 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1348 (ebrowse-set-member-buffer-column-width)
1349 (ebrowse-select-1st-to-9nth):
1350 * progmodes/etags.el (etags-snarf-tag):
1351 * progmodes/flymake.el (flymake-parse-line):
1352 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1353 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1354 (idlwave-shell-menu-def):
1355 * progmodes/ps-mode.el (ps-run-goto-error):
1356 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1357 (vhdl-speedbar-contract-level):
1358 * term/mac-win.el (x-handle-numeric-switch):
1359 * term/sun-mouse.el (sun-get-frame-data):
1360 * term/w32-win.el (x-handle-numeric-switch):
1361 * term/x-win.el (x-handle-numeric-switch):
1362 * textmodes/ispell.el (ispell-parse-output):
1363 * textmodes/nroff-mode.el (nroff-outline-level):
1364 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1365 (reftex-bib-sort-year-reverse, reftex-format-citation):
1366 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1367 (reftex-section-number):
1368 * textmodes/texinfmt.el (texinfo-paragraphindent):
1369 Replace `string-to-int' by `string-to-number'.
1370
1371 * international/latexenc.el: Add page marker to force the "Local
1372 Variables:" string out of the last page.
1373
1374 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1377 tooltip-change-major-mode.
1378 (gud-tooltip-print-command): Remove case where gud-minor-mode
1379 is gdb ("--fullname").
1380 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1381 explain to user.
1382
1383 2005-05-16 Jay Belanger <belanger@truman.edu>
1384
1385 * calc/calc-store.el (calc-copy-special-constant): New function.
1386
1387 * calc/calc-ext.el (calc-init-extensions): Add binding for
1388 `calc-copy-special-constant'.
1389
1390 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1391 for the `calc-copy-special-constant' command.
1392
1393 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1394
1395 * subr.el (left-fringe-p): New function.
1396
1397 * progmodes/compile.el (compilation-setup): Set local value of
1398 overlay-arrow-string to "" always.
1399 (compilation-set-window): Left fringe then don't scroll.
1400 No left fringe then no arrow and scroll message to top.
1401 (compilation-context-lines): Adjust doc string accordingly.
1402
1403 2005-05-16 Kim F. Storm <storm@cua.dk>
1404
1405 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1406 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1407 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1408 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1409 (ido-read-file-name): Handle commands with ido property value
1410 equal to find-file as reading a file name, to allow C-d to enter dired.
1411 (ibuffer-find-file): Add ido property with value find-file.
1412
1413 2005-05-15 Kim F. Storm <storm@cua.dk>
1414
1415 * subr.el (open-network-stream-nowait): Remove.
1416 (open-network-stream-server): Remove.
1417
1418 2005-05-15 Richard M. Stallman <rms@gnu.org>
1419
1420 * faces.el (describe-face): Output a definition link button.
1421
1422 * help-mode.el (help-face-def): New button type.
1423
1424 * emacs-lisp/copyright.el (copyright-fix-years):
1425 Match properly if the first year is 2-digit.
1426 Don't mess up the whitespace after the years by filling.
1427
1428 * dired-aux.el (dired-mark-confirm):
1429 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1430
1431 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1432 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1433 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1434
1435 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1436 Set font-lock-comment-start-skip.
1437
1438 * font-lock.el (font-lock-comment-start-skip): New variable.
1439 (font-lock-comment-end-skip): New variable.
1440 (font-lock-fontify-syntactically-region): Use them if non-nil.
1441
1442 2005-05-15 Jay Belanger <belanger@truman.edu>
1443
1444 * calc/calc-store.el (calc-store-value): Return a string rather
1445 than display it as a message.
1446 Use calc-var-name for variable name.
1447 (calc-store-into): Add the result of calc-store-value to message.
1448 (calc-copy-variable): Add a message.
1449 (calc-store-exchange): Improve error messages.
1450 (calc-store-binary, calc-store-map): Don't reset the values of
1451 special constants.
1452
1453 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1454
1455 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1456 manual to docstring.
1457
1458 * files.el (hack-local-variables-confirm): Add STRING argument.
1459 Make the function handle non file visiting buffers correctly.
1460 (hack-local-variables-prop-line, hack-local-variables)
1461 (hack-one-local-variable): Use STRING arg of
1462 `hack-local-variables-confirm'.
1463
1464 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1465
1466 Sync with Tramp 2.0.49.
1467
1468 * tramp.el (tramp-handle-dired-call-process)
1469 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1470 because the contents of the Tramp buffer is changed before
1471 insertion (`expand-file' and alike).
1472 (tramp-handle-insert-directory): If `localname' has an empty
1473 nondirectory name, it must not be quoted.
1474 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1475 variable `tramp-chunksize'. Change callees.
1476 (tramp-open-connection-setup-interactive-shell): Check remote host
1477 for buggy `send-process-string' implementation.
1478 Set `tramp-chunksize' if found. Reported by Michael Kifer
1479 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1480 (tramp-handle-shell-command): `insert-buffer' cannot be used
1481 because the contents of the Tramp buffer is changed before
1482 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1483 <frederic.bothamy@free.fr>.
1484 (tramp-set-auto-save): Actions should be done for Tramp file name
1485 handler only. Ange-FTP has its own auto-save mechanism.
1486 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1487 (tramp-set-auto-save-file-modes): Set file modes of
1488 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1489 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1490 (tramp-bug): Remove obsolete variable.
1491 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1492 for presence of `mml-mode'. Make it running for older Emacsen as well.
1493
1494 2005-05-14 John Paul Wallington <jpw@pobox.com>
1495
1496 * ibuf-ext.el (define-ibuffer-filter filename):
1497 If `dired-directory' is a list, use its car.
1498
1499 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1500
1501 * ibuffer.el (define-ibuffer-column filename):
1502 If `dired-directory' is a list, use its car.
1503
1504 2005-05-14 Richard M. Stallman <rms@gnu.org>
1505
1506 * subr.el (symbol-file): Doc fix.
1507
1508 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1509 (byte-compile-form): Call byte-compile-nogroup-warn.
1510 (byte-compile-warning-types): Doc fix.
1511
1512 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1513
1514 * progmodes/cc-engine.el (c-literal-faces):
1515 Add font-lock-comment-delimiter-face.
1516
1517 * net/net-utils.el (dig): Use with-no-warnings.
1518
1519 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1520 (sc-recite-frame-alist, sc-default-cite-frame)
1521 (sc-default-uncite-frame, sc-default-recite-frame)
1522 (sc-attrib-selection-list, sc-rewrite-header-list):
1523 Mark as risky-local-variable.
1524
1525 * international/ogonek.el (ogonek-jak, ogonek-how):
1526 Don't use beginning-of-buffer.
1527
1528 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1529
1530 * calendar/solar.el (solar-data-list): Move definition up.
1531
1532 * dnd.el (dnd-protocol-alist): Add autoload.
1533
1534 * progmodes/sh-script.el: Many doc usage fixes.
1535 (sh-indent-after-do): Change default to match common styles.
1536
1537 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1538
1539 * files.el (interpreter-mode-alist)
1540 (auto-mode-interpreter-regexp): Doc fixes.
1541
1542 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1543
1544 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1545
1546 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1547
1548 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1549
1550 * dired.el (dired-mode): make-variable-buffer-local =>
1551 make-local-variable.
1552
1553 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1554
1555 * term/mac-win.el (mac-select-convert-to-string): Try coding
1556 systems in mac-script-code-coding-systems if specified one cannot
1557 encode string for `com.apple.traditional-mac-plain-text'.
1558
1559 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1560
1561 * progmodes/make-mode.el (makefile-targets-face)
1562 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1563 (makefile-dependency-regex): Fix it to not make the colon in
1564 $(var:a=b) special.
1565 (makefile-rule-action-regex): New regexp for highlighting embedded
1566 Shell strings.
1567 (makefile-macroassign-regex): Handle != for highlighting as
1568 embedded Shell strings.
1569 (makefile-var-use-regex): New const.
1570 (makefile-statements, makefile-automake-statements)
1571 (makefile-gmake-statements, makefile-makepp-statements)
1572 (makefile-bsdmake-statements): New consts.
1573 (makefile-make-font-lock-keywords): New function.
1574 (makefile-automake-font-lock-keywords)
1575 (makefile-gmake-font-lock-keywords)
1576 (makefile-makepp-font-lock-keywords)
1577 (makefile-bsdmake-font-lock-keywords): New consts.
1578 (makefile-mode-map): Add switchers between the various submodes.
1579 (makefile-mode): Document the availability of the variants.
1580 (makefile-automake-mode, makefile-gmake-mode)
1581 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1582
1583 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1584 new variants of makefile-mode.
1585
1586 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1589 the inheritance.
1590
1591 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1592
1593 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1594 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1595
1596 * files.el (normal-mode): Extend the scope of the
1597 `enable-local-variables' binding to include the `set-auto-mode' call.
1598 (magic-mode-alist): Doc fix.
1599
1600 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1603 font-lock-comment-face rather than copying its setting.
1604
1605 2005-05-12 Andreas Schwab <schwab@suse.de>
1606
1607 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1608
1609 2005-05-12 Lute Kamstra <lute@gnu.org>
1610
1611 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1612 defcustom for the mode hook variable. Delete the last argument.
1613 * generic-x.el: Fix callers of define-generic-mode.
1614 (generic-x-modes): Delete group.
1615 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1616 generic-x customization group.
1617
1618 2005-05-12 Kim F. Storm <storm@cua.dk>
1619
1620 * font-lock.el (font-lock-negation-char-face): Default to "off".
1621
1622 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1623 font-lock-negation-char-face to ! in !=.
1624
1625 2005-05-12 Masatake YAMATO <jet@gyve.org>
1626
1627 * add-log.el (find-change-log): Fix typos in the docstring
1628 of function.
1629
1630 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1631
1632 * international/latexenc.el (latexenc-find-file-coding-system):
1633 Avoid `re-search-forward' when looking for input encoding because
1634 of speed and safety. Better regular expressions for recognizing
1635 input encoding. Limit a search for TeX-master/tex-main-file to
1636 the local variable section.
1637
1638 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1641 syntax of $ to "'" (quote).
1642
1643 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1644
1645 * dnd.el (dnd-protocol-alist): Improve custom type.
1646
1647 * dired.el (dired-dnd-protocol-alist): New variable.
1648 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1649 `dired-mode-hook' to the end.
1650
1651 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1654 comment-end if comment-start-skip is not set.
1655 Obey the font-lock-comment-delimiter-face variables.
1656
1657 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * files.el (executable-find): Move from executable.el. Use locate-file.
1660 * progmodes/executable.el (executable-find): Move to files.el.
1661
1662 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1663 when trying to ensure forward progress.
1664
1665 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * mouse-sel.el (mouse-sel-follow-link-p): New function.
1668 (mouse-select, mouse-select-internal, mouse-extend-internal):
1669 Use it to implement mouse-1-click-follows-link functionality.
1670
1671 2005-05-11 Richard M. Stallman <rms@gnu.org>
1672
1673 * font-lock.el (font-lock-fontify-syntactically-region):
1674 Use font-lock-comment-delimiter-face for comment delimiters.
1675
1676 2005-05-10 Jay Belanger <belanger@truman.edu>
1677
1678 * calc/calc-help.el (calc-m-prefix-help): Add mention of
1679 preserving embedded modes.
1680
1681 2005-05-10 Richard M. Stallman <rms@gnu.org>
1682
1683 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1684
1685 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1686 Move from ada-stmt.el.
1687 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1688
1689 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1690 Move to ada-mode.el.
1691 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1692
1693 * cus-edit.el (custom-file): Call file-chase-links.
1694
1695 * files.el (read-directory-name): Fix previous change.
1696 (hack-local-variables-confirm): New function.
1697 (hack-local-variables-prop-line, hack-local-variables)
1698 (hack-one-local-variable): Use it.
1699
1700 2005-05-10 Lute Kamstra <lute@gnu.org>
1701
1702 * font-lock.el (font-lock-keywords-alist)
1703 (font-lock-removed-keywords-alist): Clarify docstrings.
1704
1705 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
1706
1707 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1708 (gdb-source-info): Check for preprocessor info.
1709 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1710 a macro for a function.
1711 (gdb-info-breakpoints-custom): Try to find file again if not already
1712 found (user might have used GDB dir command).
1713 (gdb-get-location): Update gdb-location-alist correctly for change
1714 to gdb-info-breakpoints-custom.
1715
1716 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1717 (gud-tooltip-print-command): Add gdbmi case.
1718 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1719 preprocessor info.
1720
1721 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
1722
1723 * startup.el (fancy-splash-insert): Fix typo in doc string.
1724
1725 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * obsolete/float.el (string-to-float):
1728 * obsolete/hilit19.el (hilit-add-pattern):
1729 * obsolete/rnews.el (news-parse-range, news-select-message)
1730 (news-get-pruned-list-of-files): Replace `string-to-int' by
1731 `string-to-number'.
1732
1733 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1734 `find-file-not-found-hooks'; use `add-hook'.
1735 (uncompress-while-visiting): Set `write-file-functions', not
1736 `write-file-hooks'; use `add-hook'.
1737
1738 2005-05-09 Kim F. Storm <storm@cua.dk>
1739
1740 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1741 (cua-paste): Handle clipboard action.
1742 (cua--init-keymaps): Remap clipboard-kill-region and
1743 clipboard-kill-ring-save.
1744
1745 2005-05-08 Eli Zaretskii <eliz@gnu.org>
1746
1747 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1748 Improve commentary.
1749
1750 * simple.el (next-error-overlay-arrow-position): Revert the change
1751 made on 2005-04-30.
1752
1753 2005-05-07 Jay Belanger <belanger@truman.edu>
1754
1755 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1756 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1757 `calc-sel-reselect'.
1758
1759 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1760 Calc is in embedded mode.
1761
1762 2005-05-07 Eli Zaretskii <eliz@gnu.org>
1763
1764 * progmodes/compile.el (compilation-setup):
1765 Set overlay-arrow-string to an empty string on text terminals.
1766
1767 * textmodes/ispell.el (ispell-program-name): Try looking for
1768 "aspell" along exec-path, and if found, use it as the default
1769 speller program.
1770
1771 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
1772
1773 * international/mule.el (sgml-xml-auto-coding-function):
1774 Recognize encoding='FOO' in single quotes as well as in double quotes.
1775
1776 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1777
1778 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
1779 as well as `interactive', so that defmacro* would recognize
1780 `declare' forms.
1781
1782 2005-05-07 Eli Zaretskii <eliz@gnu.org>
1783
1784 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1785 Explain more about the LIGHTER arg's usage in the doc string.
1786 Add commentary to clarify what the code does. Fix the regexp that
1787 strips whitespace from LIGHTER. Quote LIGHTER before using it,
1788 since it could have characters special to regular expressions.
1789
1790 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
1791
1792 * replace.el (occur-1): Bind inhibit-read-only so that
1793 erase-buffer doesn't barf on read-only text properties (likewise
1794 for add-text-properties in occur-engine). Mark buffer as unmodified.
1795 (occur-engine): Don't set buffer-read-only here.
1796
1797 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
1800 list-buffers-directory. This caused the *cvs-commit* buffer to be
1801 sometimes mistakenly reused as a *cvs* buffer.
1802
1803 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
1804
1805 * tooltip.el: Move code for GUD tooltips into gud.el.
1806 (require): CL no longer needed to compile case.
1807 (tooltip-mode): Do not toggle functions for GUD tooltips.
1808 (tooltip-gud-tips-p): Remove. Replace with minor mode
1809 gud-tooltip-mode in gud.el.
1810 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1811 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
1812 tooltip-gud prefix with gud-tooltip and obsolete.
1813 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
1814 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
1815 (tooltip-mouse-motion): Mouse movement functions/variable.
1816 Rename in gud.el by adding gud prefix.
1817 (tooltip-gud-original-filter, tooltip-gud-dereference)
1818 (tooltip-gud-event, tooltip-toggle-gud-tips)
1819 (tooltip-gud-process-output, tooltip-gud-print-command)
1820 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
1821 gud.el by replacing tooltip-gud prefix with gud-tooltip.
1822 (gdb-tooltip-print): Move to gdb-ui.el.
1823
1824 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1825 (require): CL needed to compile case.
1826 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1827 tooltip-gud-tips-p. Make it a minor-mode.
1828 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1829 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1830 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1831 (gud-tooltip-change-major-mode)
1832 (gud-tooltip-activate-mouse-motions-if-enabled)
1833 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1834 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1835 (gud-tooltip-original-filter, gud-tooltip-dereference)
1836 (gud-tooltip-event, tooltip-toggle-gud-tips)
1837 (gud-tooltip-process-output, gud-tooltip-print-command)
1838 (gud-tooltip-tips): Move from tooltip.el.
1839
1840 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1841 (gdb-cpp-define-alist-flags): Doc fix.
1842 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1843 gud-tooltip-mode is t.
1844
1845 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1848 evaporate if their text is deleted.
1849 (goto-address-at-point): Make it work as a mouse binding as well.
1850 (goto-address-at-mouse): Obsolete it. Update users.
1851
1852 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
1853
1854 * calendar/appt.el (top-level): No longer activate on load.
1855
1856 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1859 * net/webjump.el (webjump):
1860 * progmodes/idlw-help.el (idlwave-do-context-help1)
1861 (idlwave-highlight-linked-completions):
1862 * textmodes/po.el (po-find-file-coding-system-guts):
1863 Replace `assoc-ignore-case' by `assoc-string'.
1864
1865 2005-05-06 Eli Zaretskii <eliz@gnu.org>
1866
1867 * files.el (locate-file): Doc fix.
1868
1869 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1870 Remove the redundant test for ms-dos.
1871
1872 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1873 look for the preprocessor with exec-suffixes. If not found in
1874 standard places, look in exec-path. Remove most of the tests that
1875 used system-type.
1876
1877 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1878
1879 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1880
1881 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1882 file-name clash with jka-compr.el on 8+3 filesystems.
1883
1884 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1885
1886 * term/mac-win.el: Don't define or bind scroll bar functions if
1887 x-toolkit-scroll-bars is t.
1888 (x-select-text, x-get-selection-value):
1889 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1890 (PRIMARY): Put mac-scrap-name property.
1891 (mac-select-convert-to-file-url): New function.
1892 (public.file-url): New selection target type. Add to
1893 selection-converter-alist.
1894 (x-get-selection, x-selection-value): Handle it.
1895 (x-cut-buffer-or-selection-value): New alias.
1896
1897 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1898
1899 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1900 entry to avoid calling bibtex-find-entry with arg global
1901 being t. Remove arg key.
1902 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1903 (bibtex-copy-summary-as-kill): Change accordingly.
1904
1905 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1908 (org-agenda-date-later): Use with-current-buffer.
1909
1910 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1911
1912 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1913 (define-obsolete-variable-alias): Doc Fixes.
1914
1915 2005-05-06 Kim F. Storm <storm@cua.dk>
1916
1917 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
1918 vertical-motion when selective-display is active.
1919
1920 * ido.el (ido-setup-hook): New hook.
1921 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1922 (ido-input-stack): New var.
1923 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
1924 ido-next-work-file binding to M-O.
1925 Bind M-f to ido-wide-find-file-or-pop-dir.
1926 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1927 (ido-read-internal): Run ido-setup-hook.
1928 Catch quit in read-file-name and read-string to cancel edit.
1929 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1930 Automatically pop-all when completing a directory name (RET).
1931 (ido-file-internal): Add with-no-warnings around ffap and dired code.
1932 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1933 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1934 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1935 New functions for M-b/M-f to move among the directory components.
1936 (ido-make-merged-file-list): Catch quit to cancel merge.
1937 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1938 (ido-completion-help): No warnings for ido-completion-buffer-full.
1939
1940 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
1941
1942 * font-lock.el (font-lock-negation-char-face): New face and variable.
1943 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1944 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1945 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1946 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1947
1948 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1951 Fix typo in docstring.
1952
1953 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1954 (ebrowse-print-statistics-line)
1955 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1956
1957 * term/w32-win.el (image-library-alist): Add additional name for
1958 Xpm library.
1959
1960 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
1961
1962 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1963 use gcc instead of cpp.
1964
1965 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1966 (gdb-create-define-alist): Use it.
1967 (gdb-cpp-define-alist-program): Update for MS-DOS.
1968
1969 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
1970
1971 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1972
1973 2005-05-04 Richard M. Stallman <rms@gnu.org>
1974
1975 * help.el (describe-key): No error when UNTRANSLATED is nil.
1976
1977 * simple.el (line-move-1): Fix previous change to signal errors
1978 appropriately.
1979
1980 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
1981
1982 * calendar/icalendar.el (icalendar-version): Now at 0.12.
1983 (icalendar-duration-correction): Remove.
1984 (icalendar--get-event-properties): Split result at commas.
1985 (icalendar--decode-isoduration): New optional argument
1986 DURATION-CORRECTION.
1987 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1988 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1989 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1990 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1991 (icalendar--convert-anniversary-to-ical): New functions, extracted
1992 from icalendar-export-region, with bug fixes.
1993 (icalendar-export-region): Use the above functions.
1994 (icalendar-import-buffer): Check before saving diary file.
1995 (icalendar--convert-recurring-to-diary)
1996 (icalendar--convert-non-recurring-all-day-to-diary)
1997 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1998 extracted from icalendar--convert-ical-to-diary, with bug fixes.
1999 (icalendar--convert-ical-to-diary): Use the above functions.
2000
2001 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2002
2003 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2004 Remove these recent additions.
2005 (c-mode): Restore to before 2005-04-28.
2006
2007 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2008 recent addition.
2009
2010 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2011 (gdb-define-alist): New variables.
2012 (gdb-create-define-alist): New function.
2013 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2014 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2015 with string-to-number.
2016 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2017
2018 * progmodes/gud.el: Replace string-to-int with string-to-number.
2019 (gud-find-file): Handle gdb-define-alist.
2020
2021 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2022
2023 2005-05-02 Jay Belanger <belanger@truman.edu>
2024
2025 * calc/calc-aent.el (math-read-token):
2026 * calc/calc-bin.el (calc-word-size):
2027 * calc/calc-ext.el (calc-read-number-fancy):
2028 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2029 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2030 * calc/calc-frac.el (calc-over-notation):
2031 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2032 (calc-graph-num-points, calc-graph-init):
2033 * calc/calc-prog.el (calc-read-parse-table-part)
2034 (calc-edit-macro-repeats):
2035 * calc/calc-yank.el (calc-do-grab-rectangle):
2036 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2037 Replace `string-to-int' by `string-to-number'.
2038
2039 2005-05-02 Kim F. Storm <storm@cua.dk>
2040
2041 * kmacro.el: Use executing-kbd-macro-index variable.
2042
2043 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2044
2045 * net/rlogin.el (rlogin-parse-words): Delete func.
2046 (rlogin): Use split-string, not rlogin-parse-words.
2047 Also, if there are option-like elements in the parsed args,
2048 take the host to be the first arg immediately following them.
2049 Suggested by Michael Mauger.
2050
2051 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2054
2055 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2056
2057 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2058 (cc-mode-cpp-program): Rename to cc-define-list-program and
2059 move to cc-vars.el.
2060
2061 * progmodes/cc-vars.el (cc-define-list-program):
2062 Change to "gcc -E -dM -". Make customizable.
2063
2064 2005-05-02 Kim F. Storm <storm@cua.dk>
2065
2066 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2067
2068 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2071
2072 * international/mule-util.el (truncate-string): Remove alias and
2073 obsolete declaration.
2074
2075 * international/mule-cmds.el (update-iso-coding-systems):
2076 Remove alias and obsolete declaration.
2077
2078 * international/mule.el (coding-system-parent): Remove alias and
2079 obsolete declaration.
2080
2081 * subr.el (define-function, sref): Remove aliases and obsolete
2082 declarations.
2083 (chars-in-region): Remove obsolete declaration.
2084
2085 2005-05-01 Richard M. Stallman <rms@gnu.org>
2086
2087 * info.el (Info-mode): Set widen-automatically to nil, locally.
2088
2089 * simple.el (widen-automatically): New variable.
2090 (pop-global-mark): Obey widen-automatically.
2091
2092 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2093
2094 * term/xterm.el (function-key-map): Call substitute-key-definition
2095 before the keymap size is increased by a lot of define-key calls.
2096
2097 2005-05-01 Richard M. Stallman <rms@gnu.org>
2098
2099 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2100 Rename ARG to ELEMENT. Doc fix.
2101
2102 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2103
2104 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2105 Remove references to allout-exposure/change to allout-new-exposure.
2106
2107 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2108 bytecode symbols.
2109
2110 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2111 (compiled-function-p, focus-frame, unfocus-frame):
2112 Remove aliases and obsolete declarations.
2113 Back out inadvertent changes from previous commit.
2114
2115 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2116
2117 * files.el (require-final-newline): Make Custom tags consistent
2118 with mode-require-final-newline.
2119 (mode-require-final-newline): Doc fix.
2120
2121 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * international/latexenc.el (latexenc-find-file-coding-system):
2124 Fix regular expressions.
2125
2126 2005-05-01 David Kastrup <dak@gnu.org>
2127
2128 * international/latexenc.el (latexenc-find-file-coding-system):
2129 Fix regular expressions.
2130
2131 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2132
2133 * subr.el (string-to-int): Make obsolete.
2134
2135 2005-04-30 Richard M. Stallman <rms@gnu.org>
2136
2137 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2138
2139 * loadup.el: load jka-comp-hook.
2140
2141 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2142 (jka-compr-handler): Add autoload. `put' calls moved
2143 to jka-comp-hook.el.
2144 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2145 (jka-compr-inhibit): Autoload.
2146
2147 * jka-comp-hook.el: New file.
2148 Enable the mode by default.
2149
2150 * files.el (backup-buffer-copy): Use copy-file instead
2151 of write-region, and put back the 'excl.
2152
2153 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * progmodes/flymake.el (flymake-split-string)
2156 (flymake-split-string, flymake-log, flymake-pid-to-names)
2157 (flymake-reg-names, flymake-get-source-buffer-name)
2158 (flymake-unreg-names, flymake-add-line-err-info)
2159 (flymake-add-err-info): Clarify docstrings.
2160 (flymake-popup-menu, flymake-make-emacs-menu)
2161 (flymake-make-xemacs-menu): Add docstrings.
2162 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2163 Set variables directly throughout.
2164
2165 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2168 exists. Initialise cc-define-alist.
2169 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2170 If there is no file (Macroexpansion) don't create an alist.
2171
2172 2005-04-29 Sam Steingold <sds@gnu.org>
2173
2174 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2175 (cc-create-define-alist): Use it instead of the hard-coded string.
2176
2177 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2180 for latexenc.
2181
2182 2005-04-29 Lute Kamstra <lute@gnu.org>
2183
2184 * emacs-lisp/generic.el: Improve commentary section.
2185 (define-generic-mode): Improve docstring.
2186
2187 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2188
2189 * textmodes/org.el (many places): Change to quiet the byte compiler.
2190 (org-prefix-format-compiled): New variable.
2191 (org-compile-prefix-format): New function.
2192 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2193 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2194 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2195 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2196 consistency with entries from `org-mode' files.
2197 (org-get-time-of-day): Fix bug with partial matches early in a line.
2198 (org-non-link-chars): New constant.
2199 (org-link-regexp): Respect `org-non-link-chars'.
2200 (org-agenda-day-view): Remove command.
2201 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2202 (org-follow-bbdb-link, org-store-link): Search also company field.
2203 (org-highlight-overlay): New variable.
2204 (org-highlight, org-unhighlight): New functions.
2205 (org-agenda-mode): Add pre-command-hook to remove highlight.
2206 (org-evaluate-time-range): Behavior depends upon whether time stamp
2207 contains a time or not.
2208 (org-show-subtree, org-show-entry): New functions.
2209 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2210
2211 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2212
2213 * comint.el (comint-output-filter-functions): Add autoload cookie.
2214
2215 2005-04-28 Kim F. Storm <storm@cua.dk>
2216
2217 * ido.el (ido-everywhere): Fix last change.
2218
2219 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2220
2221 * international/latexenc.el: New file.
2222 * international/mule-conf.el (file-coding-system-alist): For .tex,
2223 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2224
2225 2005-04-28 Lute Kamstra <lute@gnu.org>
2226
2227 * font-lock.el (font-lock-add-keywords)
2228 (font-lock-remove-keywords): Clarify docstring.
2229 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2230 Don't start docstrings with a `*'.
2231 (font-lock-update-removed-keyword-alist): Give it a docstring.
2232
2233 * generic-x.el: Update commentary section.
2234 Only require font-lock when compiling.
2235 Define all modes conditionally.
2236 Place all generic modes in the generic-x-modes customization group.
2237 (generic-x-modes): New customization group.
2238 (generic-default-modes, generic-mswindows-modes)
2239 (generic-unix-modes, generic-other-modes): New constants.
2240 (generic-define-mswindows-modes, generic-define-unix-modes):
2241 Update docstrings. Make them obsolete.
2242 (generic-extras-enable-list): New default value. Update docstring.
2243 Improve :type. Change :set function.
2244 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2245 Fix docstring.
2246
2247 * emacs-lisp/generic.el (generic-mode-internal):
2248 Simplify font-lock-defaults.
2249 (define-generic-mode): Fix docstring.
2250
2251 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2254 font-lock-face property to highlight matches.
2255
2256 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2257
2258 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2259 (cc-define-alist): New variable.
2260 (c-mode): Make it local and initialise it.
2261
2262 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2263 (gdb-exited): New function.
2264 (gdb-annotation-rules): Use it.
2265 (gdb-starting): Set gdb-active-process to t.
2266 (gdb-stopping): Amend doc string.
2267 (gdb-reset): Set gdb-active-process to nil.
2268
2269 * tooltip.el (tooltip-gud-tips): Show the associated #define
2270 directives when a C program under GDB is not executing.
2271
2272 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2275 font-lock-fontify-syntactic-keywords.
2276
2277 * font-lock.el (font-lock-default-fontify-region): Don't force
2278 parse-sexp-lookup-properties to nil.
2279
2280 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2281
2282 * man.el (man-mode-syntax-table): Set up `:' to have
2283 word-constituent syntax.
2284
2285 2005-04-27 Lute Kamstra <lute@gnu.org>
2286
2287 * novice.el (disable-command): Don't add spurious newlines to the
2288 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2289
2290 2005-04-26 Jay Belanger <belanger@truman.edu>
2291
2292 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2293 than one window before deleting window.
2294
2295 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2296
2297 * shell.el (shell-prompt-pattern): Doc fix.
2298 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2299
2300 * comint.el (comint-prompt-regexp, comint-get-old-input)
2301 (comint-use-prompt-regexp)
2302 (comint-use-prompt-regexp-instead-of-fields)
2303 (comint-replace-by-expanded-history, comint-send-input)
2304 (comint-output-filter, comint-get-old-input-default)
2305 (comint-line-beginning-position, comint-bol, comint-show-output)
2306 (comint-backward-matching-input, comint-forward-matching-input)
2307 (comint-next-prompt, comint-previous-prompt):
2308 Rename `comint-use-prompt-regexp-instead-of-fields' to
2309 `comint-use-prompt-regexp'. Keep old name as alias and declare
2310 obsolete.
2311 (comint-use-prompt-regexp): Shorten first line of doc string.
2312
2313 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2314 Set paragraph-separate buffer locally to "\\'".
2315
2316 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2317 Adapt to above name change.
2318
2319 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2320 (smbclient-prompt-regexp): Ditto.
2321
2322 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2323
2324 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2325
2326 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2327 gdb-location-list.
2328 Break lines that are over 80 characters wide.
2329
2330 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2333 New fun and var, to preserve compatibility.
2334
2335 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2336
2337 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2338
2339 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2340 name to file-newer-than-file-p.
2341
2342 2005-04-26 Richard M. Stallman <rms@gnu.org>
2343
2344 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2345
2346 * progmodes/python.el (python-mode):
2347 Use new name eldoc-documentation-function.
2348
2349 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2350
2351 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2352 (eldoc-documentation-function):
2353 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2354
2355 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2356
2357 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2358
2359 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2360
2361 * term/xterm.el (function-key-map): Fix strings for
2362 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2363 {C,S,A,C-S}-{f1-f12}.
2364
2365 2005-04-26 Kenichi Handa <handa@m17n.org>
2366
2367 * international/mule-cmds.el (select-safe-coding-system):
2368 Fix previous change.
2369
2370 2005-04-26 Lute Kamstra <lute@gnu.org>
2371
2372 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2373
2374 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2375 (font-lock-comment-delimiter-face): Ditto.
2376
2377 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2378
2379 2005-04-25 Jay Belanger <belanger@truman.edu>
2380
2381 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2382 to t while inserting information; use help-mode.
2383
2384 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2385
2386 * term.el (ansi-term-color-vector): Use the xterm colors.
2387 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2388
2389 2005-04-25 Lute Kamstra <lute@gnu.org>
2390
2391 * font-core.el (font-lock-defaults): Fix docstring.
2392
2393 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2394
2395 2005-04-25 Kenichi Handa <handa@m17n.org>
2396
2397 * international/mule-cmds.el (select-safe-coding-system):
2398 Don't check consistency with coding: spec, etc if raw-text or
2399 no-conversion was found to be safe.
2400
2401 2005-04-24 Richard M. Stallman <rms@gnu.org>
2402
2403 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2404 citation markers at start of each line.
2405
2406 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2407 citation markers at start of each line.
2408
2409 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2410
2411 * files.el (mode-require-final-newline): Fix previous change.
2412 (require-final-newline): Fix type label.
2413
2414 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2415
2416 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2417 statement in buffer (broken by 2004-11-24 change).
2418
2419 2005-04-24 Kim F. Storm <storm@cua.dk>
2420
2421 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2422 and read-file-name-function values. Don't overwrite existing
2423 non-nil values if ido-mode is enabled without ido-everywhere.
2424
2425 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2426
2427 * files.el (mode-require-final-newline): Minor doc fix.
2428
2429 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2430
2431 * subr.el (syntax-after): Doc fix.
2432 (syntax-class): If argument is nil, return nil. Mask off upper 16
2433 bits, not 8 bits.
2434
2435 * files.el (mode-require-final-newline): Doc fix.
2436 (backup-buffer-copy): Fix last change.
2437
2438 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2439
2440 * term/mac-win.el: Require select. Set selection-coding-system to
2441 mac-system-coding-system. Call menu-bar-enable-clipboard.
2442 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2443 (x-select-enable-clipboard): New variables.
2444 (x-select-text, x-get-selection, x-selection-value)
2445 (x-get-selection-value, mac-select-convert-to-string)
2446 (mac-services-open-file, mac-services-open-selection)
2447 (mac-services-insert-text): New functions.
2448 (CLIPBOARD, FIND): Put mac-scrap-name property.
2449 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2450 (public.tiff): Put mac-ostype property.
2451 (selection-converter-alist): Add entries for them.
2452 (mac-application-menu-map): New keymap.
2453 (interprogram-cut-function, interprogram-paste-function): Set to
2454 x-select-text and x-get-selection-value, respectively.
2455 (split-window-keep-point): Set to t.
2456
2457 2005-04-23 Richard M. Stallman <rms@gnu.org>
2458
2459 * files.el (read-directory-name): Always pass non-nil
2460 DEFAULT-FILENAME arg to read-file-name.
2461 (backup-buffer-copy, basic-save-buffer-2): Take care against
2462 writing thru an unexpected existing symlink.
2463 (revert-buffer): In indirect buffer, revert the base buffer.
2464 (magic-mode-alist): Doc fix.
2465 (buffer-stale-function): Doc fix.
2466 (minibuffer-with-setup-hook): Avoid warning.
2467 (mode-require-final-newline): Doc and custom fix.
2468
2469 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2470
2471 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2472 use the default appearance.
2473 (font-lock-comment-delimiter-face): New face, new variable.
2474
2475 * imenu.el (imenu--generic-function): The official position of a
2476 definition is the start of the line that BEG is in.
2477
2478 * midnight.el (midnight-timer): Move defvar up.
2479
2480 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2481
2482 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2483
2484 * startup.el (command-line): Use with-no-warnings.
2485
2486 * window.el (window-size-fixed): New defvar.
2487
2488 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2489
2490 * mail/rmail.el (rmail-font-lock-keywords):
2491 Use font-lock-comment-delimiter-face.
2492
2493 * mail/sendmail.el (mail-font-lock-keywords):
2494 Use font-lock-comment-delimiter-face.
2495
2496 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2497
2498 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2499
2500 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2501 Specify t for LAXMATCH when matching directories.
2502 Save match data around compilation-compat-error-properties form.
2503
2504 2005-04-23 David Kastrup <dak@gnu.org>
2505
2506 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2507 Mention that the autoloaded aliases should be kept for AUCTeX.
2508
2509 2005-04-23 Andreas Schwab <schwab@suse.de>
2510
2511 * isearch.el (isearch-forward): Doc fix.
2512
2513 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2514
2515 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2516 (jit-lock-stealth-nice): Change default value to 0.5.
2517
2518 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2519
2520 * abbrev.el (write-abbrev-file): Write table entries in
2521 alphabetical order by table name.
2522
2523 2005-04-22 Kim F. Storm <storm@cua.dk>
2524
2525 * ido.el (ido-read-internal): Fix `list' completion.
2526
2527 2005-04-22 Kenichi Handa <handa@m17n.org>
2528
2529 * recentf.el (recentf-save-file-coding-system): New variable.
2530 (recentf-save-list): Encode the file by
2531 recentf-save-file-coding-system and add coding: tag.
2532
2533 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2534
2535 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2536
2537 2005-04-21 Lute Kamstra <lute@gnu.org>
2538
2539 * loadhist.el (unload-feature): Don't remove a function from hooks
2540 if it is about to be restored to an autoload . Remove functions
2541 that will become unbound from auto-mode-alist. Simplify the code.
2542
2543 * subr.el (assq-delete-all): New implementation that is linear,
2544 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2545 (rassq-delete-all): New function.
2546
2547 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2548 Add size-indication-mode.
2549
2550 2005-04-21 Kenichi Handa <handa@m17n.org>
2551
2552 * international/mule-cmds.el: Add autoload for widget-value in
2553 eval-when-compile.
2554
2555 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2556
2557 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2558 Add tooltip-mode.
2559
2560 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2561
2562 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2563
2564 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2565 (inferior-lisp-filter-regexp, inferior-lisp-program)
2566 (inferior-lisp-load-command, inferior-lisp-prompt)
2567 (inferior-lisp-mode-hook, lisp-source-modes)
2568 (inferior-lisp-load-hook): defvar->defcustom.
2569 (inferior-lisp-program, inferior-lisp-prompt)
2570 (inferior-lisp-load-hook): Doc fixes.
2571 (inferior-lisp-install-letter-bindings): Small change in
2572 introductory comment.
2573
2574 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * vc.el (vc-annotate-color-map): Change some colors so that text
2577 using them as foreground is readable on both white and black
2578 backgrounds.
2579
2580 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * international/mule-conf.el (translation-table-for-input):
2583 Remove redundant declaration.
2584
2585 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2588
2589 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2590 (tooltip-toggle-gud-tips): New function.
2591
2592 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2593
2594 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2595 right angle brackets.
2596
2597 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2598
2599 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2600
2601 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2604 Remove. Update callers to use expand-file-name instead.
2605
2606 * subr.el (syntax-class): New function.
2607
2608 * simple.el (blink-matching-open): Use it.
2609
2610 * paren.el (show-paren-function): Use it to recognize parens that are
2611 also used in 2-char comment markers.
2612
2613 2005-04-19 Lute Kamstra <lute@gnu.org>
2614
2615 * loadhist.el (unload-feature): Update for new format of
2616 load-history. Simplify the code.
2617
2618 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2619
2620 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2621 (mac-add-charset-info): New function. Initialize variable
2622 mac-charset-info-alist using it.
2623 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2624 for translation.
2625 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2626 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2627 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2628 New CCL programs.
2629
2630 2005-04-19 Kim F. Storm <storm@cua.dk>
2631
2632 * simple.el (next-buffer, prev-buffer, next-error)
2633 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2634 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2635
2636 * bindings.el (next-buffer, prev-buffer, next-error)
2637 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2638 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2639 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2640 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2641
2642 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * isearch.el (isearch-edit-string): Make the search-ring available for
2645 minibuffer history commands.
2646 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2647 the default history commands now work just as well.
2648 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2649
2650 2005-04-18 Kim F. Storm <storm@cua.dk>
2651
2652 * emulation/cua-base.el (cua--pre-command-handler): Add more
2653 elaborate check for shift modifier on non-window systems.
2654
2655 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2656
2657 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2658
2659 2005-04-18 Kim F. Storm <storm@cua.dk>
2660
2661 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2662 and make it optional. Don't test tooltip-gud-echo-area here.
2663 (tooltip-gud-process-output, gdb-tooltip-print):
2664 Pass tooltip-gud-echo-area to tooltip-show.
2665 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2666
2667 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2668
2669 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2670 `display-graphic-p' may not be bound yet.
2671
2672 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * startup.el (command-line): No longer enable Xterm Mouse mode by
2675 default in terminals compatible with xterm.
2676
2677 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2678
2679 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * tooltip.el (tooltip-gud-echo-area): Rename from
2682 tooltip-use-echo-area.
2683 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2684 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2685 area independently of where help tooltips are displayed.
2686
2687 2005-04-17 David Kastrup <dak@gnu.org>
2688
2689 * cus-theme.el (custom-theme-write-variables): Quote variables
2690 where necessary.
2691
2692 2005-04-17 Richard M. Stallman <rms@gnu.org>
2693
2694 * simple.el (yank-excluded-properties): Add follow-link to value.
2695
2696 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2697
2698 * startup.el (fancy-splash-max-time): Just 30 seconds.
2699 (fancy-splash-delay): Just 7.
2700 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2701
2702 * loadhist.el (unload-feature): Update for new format of load-history.
2703 Simplify the code.
2704
2705 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2706 (rmail-font-lock-keywords): Don't fontify the text of a citation.
2707
2708 * mail/sendmail.el (mail-font-lock-keywords):
2709 Don't fontify subject text.
2710 Don't fontify the text of a citation.
2711
2712 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
2713
2714 * comint.el (comint-output-filter): Run comint-output-filter-functions
2715 with point where the user had it.
2716
2717 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * international/ucs-tables.el (ucs-set-table-for-input):
2720 Disable when using unify-on-decoding.
2721
2722 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2723
2724 * emulation/cua-base.el (cua-global-mark-face): Add special case
2725 for displays supporting a high number of colors.
2726
2727 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2728
2729 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2730
2731 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * filesets.el (filesets-add-buffer): If user supplies a name of a
2734 non-existing fileset, create a new fileset.
2735
2736 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
2737
2738 * textmodes/org.el (org-up-heading-all): Fix bug with
2739 `outline-up-heading-all'.
2740
2741 2005-04-16 Andreas Schwab <schwab@suse.de>
2742
2743 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2744 /etc/permissions.d/* and /etc/aliases.d/*.
2745
2746 2005-04-16 Kenichi Handa <handa@m17n.org>
2747
2748 * international/code-pages.el (cp-make-coding-system):
2749 Set `translation-table-for-input' property value to the symbol
2750 ucs-mule-to-mule-unicode, not to that value.
2751 (pt154): Escape guillemet by `\'.
2752
2753 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * loadup.el: Load tooltip if x-show-tip is fboundp.
2756
2757 * startup.el (command-line): Add comment.
2758
2759 * tooltip.el (tooltip-mode): Specify correct standard value for
2760 Custom in init-value.
2761
2762 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2765 possible.
2766
2767 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
2768
2769 * textmodes/org.el (org-agenda-date-prompt): Rename from
2770 `org-agenda-date-today'.
2771 (org-evaluate-time-range): Insert at point instead of directly
2772 after time range.
2773 (org-first-headline-recenter, org-subtree-end-visible-p)
2774 (org-optimize-window-after-visibility-change): New functions
2775 (org-agenda-post-command-hook): Don't allow point at end of line,
2776 to make sure it always hits the text properties.
2777 (org-agenda-next-date-line, org-agenda-previous-date-line):
2778 New commands.
2779 (org-set-regexps-and-options): Category may contain white space.
2780 (org-agenda-get-deadlines, org-agenda-get-scheduled):
2781 Improve marker positions.
2782 (org-agenda-new-marker): Argument POS made optional.
2783 (org-agenda-get-timestamps): Deadlines which are done are listed
2784 in org-done-face now.
2785 (org-agenda-get-todos, org-agenda-get-timestamps)
2786 (org-agenda-get-deadlines, org-agenda-get-scheduled):
2787 Set `undone-face' and `done-face' properties.
2788 (org-last-todo-state-is-todo): New variable.
2789 (org-todo): Set `org-last-todo-state-is-todo'.
2790 (org-agenda-todo): Change face according to
2791 `org-last-todo-state-is-todo'. And change other lines refering to
2792 the same entry.
2793 (org-calendar-goto-agenda): New command.
2794 (org-calendar-to-agenda-key): New option.
2795 (org-startup-folded): New allowed value `content'.
2796 (org-set-regexps-and-options): Accept new value `content' for
2797 `org-startup-folded'.
2798 (org-get-current-options): Handle new value `content' for
2799 `org-startup-folded'.
2800 (org-insert-todo-heading): New command.
2801 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2802 interactively in empty file and option
2803 `org-insert-mode-line-in-empty-file' has been set.
2804 (org-agenda-todo,org-agenda-priority): Modify to use
2805 `org-agenda-change-all-lines'.
2806 (org-warning-face): Change color on dark background
2807
2808 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2809
2810 * international/mule-cmds.el (set-locale-environment): On Mac OS,
2811 use preferences AppleLocale and AppleLanguages, and variable
2812 mac-system-locale for default locale. On Mac OS Classic, use
2813 mac-system-coding-system for default coding systems.
2814
2815 * term/mac-win.el: Don't set file-name-coding-system.
2816 Decode variables system-name, emacs-build-system, user-login-name, and
2817 user-full-name by mac-system-coding-system on Mac OS Classic.
2818 (mac-system-coding-system): New variable.
2819
2820 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
2821
2822 * startup.el (command-line): Handle `xterm-mouse-mode' before
2823 reading init file.
2824
2825 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2826
2827 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2828
2829 * progmodes/sh-script.el (sh-here-document-word): Make it a
2830 defcustom. Doc fix.
2831 (sh-add): Bash uses $(( )) for arithmetic.
2832 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2833 (sh-maybe-here-document): Remove quotes and leading whitespace
2834 from heredoc word when closing. Indent heredoc with tabs if word
2835 starts with "-".
2836
2837 2005-04-13 Richard M. Stallman <rms@gnu.org>
2838
2839 * simple.el (undo): Fix previous change.
2840
2841 * custom.el (defface): Doc fix.
2842
2843 2005-04-13 Lute Kamstra <lute@gnu.org>
2844
2845 * Makefile.in (DONTCOMPILE): Remove list.
2846 (compile, compile-always): Don't use DONTCOMPILE.
2847 (update-authors): Load the library in which batch-update-authors
2848 is defined.
2849 * makefile.w32-in (DONTCOMPILE): Remove list.
2850 (compile, compile-always): Fix comments.
2851 (update-authors): Load the library in which batch-update-authors
2852 is defined.
2853
2854 * generic-x.el (generic-mode-ini-file-find-file-hook):
2855 Rename to ini-generic-mode-find-file-hook.
2856 Keep generic-mode-ini-file-find-file-hook as an alias.
2857 (ini-generic-mode-find-file-hook): Rename from
2858 generic-mode-ini-file-find-file-hook. Fix docstring.
2859 (ini-generic-mode): Docstring change.
2860 (bat-generic-mode-run-as-comint): Silence the byte compiler.
2861
2862 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2863 called from lisp.
2864
2865 * generic.el: Move to the emacs-lisp subdir.
2866
2867 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2868
2869 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2870 and C-S- function and cursor motion keys.
2871
2872 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
2873
2874 * startup.el (command-line): Enable Xterm Mouse mode by default.
2875 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2876 for Custom. No longer show "Mouse" in mode line when enabled.
2877 Doc fix.
2878
2879 2005-04-12 Kim F. Storm <storm@cua.dk>
2880
2881 * emulation/cua-base.el (cua-rectangle-face)
2882 (cua-rectangle-noselect-face): Define face attributes here.
2883
2884 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2885
2886 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2887
2888 * startup.el (command-line): Turn off blinking cursor if
2889 cursorBlink in resources is off or false.
2890
2891 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2892
2893 * term/mac-win.el (dnd): Require dnd.
2894 (mac-drag-n-drop): Call dnd-handle-one-url.
2895 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2896 (kTextEncodingISOLatin2): Remove constants.
2897 (mac-script-code-coding-systems): New constant.
2898 (mac-handle-language-change): New function.
2899 (special-event-map): Bind it to `language-change' event.
2900 (mac-centraleurroman, mac-cyrillic): New coding systems.
2901 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2902 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2903 and mac-cyrillic-encoder to encode-mac-centraleurroman and
2904 encode-mac-cyrillic, respectively.
2905
2906 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2907
2908 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2909 Don't set overlay-arrow-string to "=>" as this is done
2910 globally in C now.
2911
2912 2005-04-12 Lute Kamstra <lute@gnu.org>
2913
2914 * generic-x.el (rc-generic-mode, rul-generic-mode):
2915 Fix auto-mode-alist entries.
2916 (etc-fstab-generic-mode): Tweak fontification.
2917
2918 * generic.el (generic-make-keywords-list): Fix docstring.
2919 (generic-mode-internal): Simplify generic-font-lock-keywords.
2920
2921 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2922
2923 * whitespace.el (whitespace-buffer-leading)
2924 (whitespace-buffer-trailing): Revert the incorrect test inversion.
2925 However, fix the highlight area for the leading and
2926 trailing whitespaces to show space.
2927
2928 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
2929
2930 * whitespace.el (whitespace-version): Bump to 3.5
2931
2932 (whitespace-buffer-leading, whitespace-buffer-trailing):
2933 Invert sense of the test to highlight the whitespace.
2934
2935 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * progmodes/gud.el (gud-display-line): GUD uses its own
2938 overlay arrow now so don't set overlay-arrow-string.
2939 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2940
2941 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 * term.el (term-ansi-current-bold, term-ansi-current-underline)
2944 (term-ansi-current-reverse, term-ansi-current-invisible)
2945 (term-ansi-face-already-done): Change to boolean.
2946 (term-reset-terminal, term-handle-colors-array): Handle the above
2947 vars accordingly.
2948 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2949 (term-emulate-terminal): Use the new name.
2950
2951 * faces.el (secondary-selection): Use yellow1, not yellow.
2952 (trailing-whitespace): Use red1, not red.
2953
2954 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2955
2956 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2957 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2958 (dired-dnd-handle-file): Call dnd-get-local-file-uri
2959
2960 * cus-edit.el (dnd): New group.
2961
2962 * term/w32-win.el (dnd): Require dnd
2963 (w32-drag-n-drop): Call dnd-handle-one-url.
2964
2965 * x-dnd.el: Require dnd.
2966 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2967 Call dnd-handle-one-url.
2968 (x-dnd-types-alist, x-dnd-insert-utf8-text)
2969 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2970 to dnd-insert-text.
2971 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2972 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2973 (x-dnd-get-local-file-name, x-dnd-open-local-file)
2974 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2975
2976 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2977
2978 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2979
2980 * wdired.el: Doc fixes.
2981 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2982 (wdired-use-dired-vertical-movement): Rename from
2983 wdired-always-move-to-filename-beginning.
2984 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2985 (wdired-change-to-wdired-mode): Change mode name.
2986 (wdired-newline): Delete.
2987
2988 2005-04-11 Richard M. Stallman <rms@gnu.org>
2989
2990 * whitespace.el (whitespace-highlight-the-space):
2991 Don't call whitespace-unhighlight-the-space here.
2992
2993 * simple.el (undo): Record t in undo-equiv-table
2994 for the redo record made by an undo-in-region.
2995
2996 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
2997
2998 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2999 (gdb-frame-inferior-io-buffer): New Functions to control
3000 display of separate IO buffer.
3001 (menu): Add them to menu-bar.
3002 (gdb-display-buffer): Check for buffer another frame.
3003 Protect GUD buffer.
3004 (gdb-setup-windows): Create IO buffer if not already there.
3005 (gdb-memory-mode): Remove purecopy noops.
3006
3007 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3008
3009 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3010 and pass to self-insert-command.
3011
3012 2005-04-11 Lute Kamstra <lute@gnu.org>
3013
3014 * generic.el: Commentary section cleanup.
3015 (generic): Delete.
3016 (generic-use-find-file-hook, generic-lines-to-scan)
3017 (generic-find-file-regexp, generic-ignore-files-regexp)
3018 (default-generic-mode, generic-mode-find-file-hook)
3019 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3020 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3021 (generic-use-find-file-hook, generic-lines-to-scan)
3022 (generic-find-file-regexp, generic-ignore-files-regexp)
3023 (default-generic-mode, generic-mode-find-file-hook)
3024 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3025
3026 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3027
3028 * bookmark.el (bookmark-write-file): Catch errors writing file.
3029 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3030
3031 2005-04-10 Richard M. Stallman <rms@gnu.org>
3032
3033 * startup.el (fancy-splash-tail): Update copyright year.
3034 (command-line): Split part of -Q into -D.
3035 (emacs-basic-display): New defvar.
3036 (fancy-splash-text): Correct name of menu item.
3037
3038 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3039
3040 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3041 lines in one node.
3042
3043 * comint.el (comint-send-input): New arg ARTIFICIAL.
3044 Callers in this file changed.
3045
3046 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3047
3048 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3049
3050 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3053 `ldap-search-internal'.
3054
3055 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * files.el (set-auto-mode-1): Use line-end-position.
3058
3059 * international/latin-1.el:
3060 * international/latin-2.el:
3061 * international/latin-3.el:
3062 * international/latin-4.el:
3063 * international/latin-5.el:
3064 * international/latin-8.el:
3065 * international/latin-9.el: Give punctuation syntax to NBSP.
3066
3067 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3068 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3069 Use char-classes to accept non-ascii letters, accepted in some recent
3070 bibtex implementations.
3071
3072 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3073
3074 * custom.el (custom-set-minor-mode): Any non-nil value for the
3075 variable should enable the mode when set through Custom.
3076
3077 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3080 TAB binding so tab-always-indent is obeyed.
3081 (vhdl-minibuffer-local-map): Move initialization into declaration.
3082 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3083 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3084 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3085 (vhdl-current-line): Use line-beginning-position.
3086 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3087 with-output-to-temp-buffer, so the current position can be recorded.
3088
3089 2005-04-10 Masatake YAMATO <jet@gyve.org>
3090
3091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3092 Add regexp for gcov.
3093
3094 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3095
3096 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3097 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3098 syntax which Emacs 20 doesn't support.
3099
3100 2005-04-09 Richard M. Stallman <rms@gnu.org>
3101
3102 * help.el (describe-key-briefly, describe-key):
3103 Replace strings as event types with "(any string)".
3104
3105 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * arc-mode.el (archive-mode-map): Move initialization into
3108 the declaration. Override *all* bindings of `undo'.
3109 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3110
3111 2005-04-09 Jay Belanger <belanger@truman.edu>
3112
3113 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3114
3115 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3118 (xterm-register-default-colors): Update color values computation
3119 to match xterm-200.
3120
3121 2005-04-09 Kenichi Handa <handa@m17n.org>
3122
3123 * international/code-pages.el (iso-latin-7): Fix the map.
3124
3125 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3126
3127 * emacs-lisp/lisp.el (defun-prompt-regexp)
3128 (parens-require-spaces, buffer-end, end-of-defun)
3129 (insert-parentheses): Doc fixes.
3130
3131 2005-04-08 Kim F. Storm <storm@cua.dk>
3132
3133 * comint.el (comint-highlight-prompt): Fix face spec.
3134 * hi-lock.el (hi-green): Likewise.
3135
3136 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * cus-edit.el (custom-modified-face):
3139 * comint.el (comint-highlight-input): Fix previous changes.
3140 * term.el (term-handle-ansi-escape): Add a comment.
3141
3142 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3145 in the buffer and in whitespace-highlighted-space.
3146 (whitespace-unhighlight-the-space): Simplify.
3147 (whitespace-buffer): Simplify.
3148
3149 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 * textmodes/table.el (table-cell-face): Add special case for
3152 displays supporting a high number of colors.
3153 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3154 (vhdl-font-lock-reserved-words-face)
3155 (vhdl-speedbar-architecture-face)
3156 (vhdl-speedbar-instantiation-face)
3157 (vhdl-speedbar-architecture-selected-face)
3158 (vhdl-speedbar-instantiation-selected-face): Likewise.
3159 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3160 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3161 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3162 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3163 (ebrowse-progress-face): Likewise.
3164 * progmodes/compile.el (compilation-info-face): Likewise.
3165 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3166 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3167 * calendar/calendar.el (diary-face): Likewise.
3168 * woman.el (woman-italic-face, woman-bold-face)
3169 (woman-unknown-face): Likewise.
3170 * wid-edit.el (widget-button-pressed-face): Likewise.
3171 * whitespace.el (whitespace-highlight-face): Likewise.
3172 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3173 * pcvs-info.el (cvs-marked-face): Likewise.
3174 * info.el (info-xref): Likewise.
3175 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3176 * hilit-chg.el (highlight-changes-face)
3177 (highlight-changes-delete-face): Likewise.
3178 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3179 (hi-red-b): Likewise.
3180 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3181 * font-lock.el (font-lock-keyword-face)
3182 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3183 * cus-edit.el (custom-invalid-face, custom-modified-face)
3184 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3185 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3186 * comint.el (comint-highlight-prompt): Likewise.
3187
3188 2005-04-08 Lute Kamstra <lute@gnu.org>
3189
3190 * font-lock.el (font-lock-keywords): Docstring fixes.
3191
3192 2005-04-08 Kenichi Handa <handa@m17n.org>
3193
3194 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3195 chars are more than a limit, print " and more..." at the tail.
3196
3197 2005-04-08 Kim F. Storm <storm@cua.dk>
3198
3199 * emacs-lisp/authors.el (authors-aliases): Update list.
3200 (authors-ignored-files): New list.
3201 (authors-fixed-entries): Fix typo.
3202 (authors-renamed-files-alist): Update list.
3203 (authors-add): Check authors-ignored-files.
3204
3205 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3206
3207 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3208 optional, to ensure backward compatibility.
3209
3210 2005-04-08 Stephen Eglen <stephen@gnu.org>
3211
3212 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3213
3214 2005-04-08 Kim F. Storm <storm@cua.dk>
3215
3216 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3217
3218 * mouse.el (mouse-on-link-p): Doc fix.
3219
3220 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3221
3222 * ielm.el (ielm-prompt-read-only): Doc fix.
3223
3224 * comint.el (comint-prompt-read-only): Doc fix.
3225
3226 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3227
3228 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3229 ensure dired always handles wildcards passed to ffap.
3230 (find-file-at-point): Use it.
3231 (ffap-dired-wildcards): Doc fix.
3232
3233 2005-04-07 Juri Linkov <juri@jurta.org>
3234
3235 * simple.el (next-error-overlay-arrow-position): New defvar.
3236 Put "=>" on its property `overlay-arrow-string'. Add it to
3237 `overlay-arrow-variable-list'.
3238
3239 * progmodes/compile.el (compilation-setup):
3240 Set `next-error-overlay-arrow-position' to nil. Also set it to
3241 nil in the local hook `kill-buffer-hook'. Make local variable
3242 `overlay-arrow-string' and set it to "=>".
3243 (compilation-goto-locus): Set BOL position to
3244 `next-error-overlay-arrow-position' instead of
3245 `overlay-arrow-position'.
3246
3247 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3248 locally instead of adding it to the global hook.
3249 (Info-kill-buffer): Move up.
3250
3251 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3252
3253 * term/xterm.el (xterm-standard-colors): Update color values from
3254 xterm-200.
3255
3256 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3259
3260 * fast-lock.el:
3261 * lazy-lock.el: Move them to the obsolete subdir.
3262
3263 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3264
3265 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3266 (wdired-add-replace-advice): Remove.
3267 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3268
3269 2005-04-06 Kim F. Storm <storm@cua.dk>
3270
3271 * startup.el (command-line): Add --bare-bones alias for -Q.
3272
3273 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3274
3275 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3276 create the startup fontset if a font specification ends with
3277 `mac-roman'.
3278
3279 2005-04-06 Lute Kamstra <lute@gnu.org>
3280
3281 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3282 change.
3283
3284 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3285 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3286
3287 2005-04-05 Lute Kamstra <lute@gnu.org>
3288
3289 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3290 (define-generic-mode): Ditto. Fix debug declaration.
3291
3292 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3293 Put them in the generic-x group.
3294
3295 * calendar/timeclock.el (timeclock): Doc fix.
3296
3297 * generic.el (define-generic-mode): Don't use custom-current-group.
3298 Document default :group value.
3299 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3300 (define-global-minor-mode): Don't use custom-current-group.
3301
3302 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3303
3304 * startup.el (command-line-1): Display startup-echo-area-message
3305 when fancy splash screen is in use.
3306
3307 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3308 (sh-escaped-newline): New face.
3309 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3310 newline, and use sh-escaped-newline face.
3311
3312 * progmodes/tcl.el (tcl-escaped-newline): New face.
3313 (tcl-builtin-list): New variable.
3314 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3315 newlines. Fix keywords subexpression number.
3316
3317 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3318
3319 * textmodes/org.el (org-diary-default-entry): Fix call to
3320 `add-to-diary-entry'.
3321
3322 2005-04-05 Kim F. Storm <storm@cua.dk>
3323
3324 * ediff-init.el: Use (featurep 'xemacs).
3325
3326 2005-04-05 David Ponce <david@dponce.com>
3327
3328 * cus-edit.el (face): Derive from symbol widget. Display sample
3329 of the current face on the fly.
3330 (widget-face-sample-face-get, widget-face-notify): New functions.
3331 (widget-face-value-create): Remove.
3332
3333 * wid-edit.el (widget-field-end): Temporarily remove field
3334 narrowing before to call `get-char-property'.
3335
3336 2005-04-04 Jay Belanger <belanger@truman.edu>
3337
3338 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3339 (math-read-subscripts): New variable.
3340 (math-read-preprocess-string): Process subscripts.
3341
3342 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3343
3344 * comint.el (comint-prompt-read-only): Doc fix.
3345
3346 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3347 `-1'. Doc fix.
3348
3349 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3350
3351 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3352 Change default value to nil.
3353
3354 2005-04-04 Lute Kamstra <lute@gnu.org>
3355
3356 * autorevert.el (auto-revert-mode): Specify :group.
3357 * battery.el (display-battery-mode): Specify :group.
3358 * diff-mode.el (diff-minor-mode): Specify :group.
3359 * font-core.el (font-lock-mode): Specify :group.
3360 * hl-line.el (hl-line-mode): Specify :group.
3361 * iimage.el (iimage): New customization group.
3362 (iimage-mode): Specify :group.
3363 * longlines.el (longlines-mode): Specify :group.
3364 * master.el: Don't require easy-mmode.
3365 (master): New customization group.
3366 (master-mode): Specify :group.
3367 * msb.el (msb-mode): Specify :group.
3368 * reveal.el (reveal-mode): Specify :group.
3369 * simple.el (next-error-follow-minor-mode): Specify :group.
3370 * smerge-mode.el (smerge-mode): Specify :group.
3371 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3372 * emulation/cua-base.el (cua-mode): Specify :group.
3373 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3374 * language/thai-util.el (thai-auto-composition-mode)
3375 (thai-word-mode): Specify :group.
3376 * mail/supercite.el (sc-minor-mode): Specify :group.
3377 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3378 * progmodes/flymake.el (flymake-mode): Specify :group.
3379 * progmodes/glasses.el (glasses-mode): Specify :group.
3380 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3381 * textmodes/enriched.el (enriched-mode): Specify :group.
3382 * textmodes/refill.el (refill-mode): Specify :group.
3383
3384 * add-log.el (change-log-font-lock-keywords): Names in
3385 parenthesized lists can contain spaces.
3386
3387 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3388
3389 * startup.el (fancy-splash-text): Shorten default text of
3390 "Emacs Tutorial" line. Also, if the current language env
3391 indicates an available tutorial file other than TUTORIAL,
3392 extract its title and append it to the line in parentheses.
3393 (fancy-splash-insert): If arg is a thunk, funcall it.
3394
3395 2005-04-04 Jay Belanger <belanger@truman.edu>
3396
3397 * calc.el (calc-language-alist): Add tags to customization type.
3398
3399 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3402 Doc fix.
3403
3404 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3405
3406 * add-log.el (change-log-font-lock-keywords): The manual
3407 describing a Change Log entry, says: (...) "Aside from these
3408 header lines, every line in the change log starts with a space or
3409 a tab.". The font-lock was not highlighting lines started with
3410 spaces, added support for it.
3411
3412 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3413
3414 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3415 (bibtex-generate-url-list): Update docstring accordingly. Put the
3416 complex example in the docstring.
3417 (bibtex-font-lock-url): Use pop.
3418
3419 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3422
3423 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3424
3425 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3426
3427 * filesets.el (filesets-set-default): Doc fix.
3428
3429 2005-04-03 Lute Kamstra <lute@gnu.org>
3430
3431 * generic.el (define-generic-mode): Add argument to specify
3432 keywords for defcustom.
3433 (default-generic-mode): Specify :group.
3434
3435 * generic-x.el: Specify :group for all generic modes.
3436
3437 * desktop.el (desktop-no-desktop-file-hook)
3438 (desktop-after-read-hook): Doc fix.
3439
3440 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * simple.el (visible-mode): Use explicit :group keyword.
3443 This changes the group of `visible-mode-hook' from paren-blinking
3444 to editing-basics.
3445
3446 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3447
3448 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3449 mailbox specifications as well as URLs.
3450 (rmail-insert-inbox-text): Remove unused conditional branches.
3451
3452 2005-04-01 Jay Belanger <belanger@truman.edu>
3453
3454 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3455 (calc-gnuplot-print-command): Move definitions to calc.el.
3456
3457 * calc/calc-embed.el (calc-embedded-announce-formula)
3458 (calc-embedded-open-formula, calc-embedded-close-formula)
3459 (calc-embedded-open-word, calc-embedded-close-word)
3460 (calc-embedded-open-plain, calc-embedded-close-plain)
3461 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3462 (calc-embedded-open-mode, calc-embedded-close-mode):
3463 Move definitions to calc.el.
3464
3465 * calc/calc.el (calc-settings-file, calc-language-alist):
3466 Make customizable.
3467 (calc-embedded-announce-formula, calc-embedded-open-formula)
3468 (calc-embedded-close-formula, calc-embedded-open-word)
3469 (calc-embedded-close-word, calc-embedded-open-plain)
3470 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3471 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3472 (calc-embedded-close-mode, calc-gnuplot-name)
3473 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3474 from other files and make customizable.
3475
3476 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3479 Use buffer-live-p.
3480 (cvs-mode-run): Don't call cvs-update-header here.
3481 (cvs-run-process): Call cvs-update-header.
3482 Use process properties for cvs-postprocess and cvs-buffer so that
3483 the sentinel can behave better if the temp buffer is killed.
3484 Use a pipe rather than a tty, to better handle unexpected prompts.
3485 (cvs-sentinel): Rewrite. Call cvs-update-header.
3486
3487 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3488
3489 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3490 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3491
3492 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * generic.el (define-generic-mode): Add indentation rule.
3495
3496 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3497
3498 * files.el (mode-require-final-newline): Make Custom correctly
3499 report a nil value and allow to set it to nil via Custom.
3500 Doc fix.
3501
3502 2005-04-01 Kenichi Handa <handa@m17n.org>
3503
3504 * international/characters.el: Enable the correct case setting for
3505 dotless-i and dotted-I.
3506
3507 2005-04-01 Kim F. Storm <storm@cua.dk>
3508
3509 * ido.el (ido-file-internal): Fall back to non-ido command if
3510 initial directory is on slow ftp (or tramp) host.
3511
3512 2005-03-31 Richard M. Stallman <rms@gnu.org>
3513
3514 * emacs-lisp/autoload.el (make-autoload):
3515 Handle define-global-minor-mode.
3516
3517 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3518 Rename from easy-mmode-define-global-mode.
3519 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3520
3521 * progmodes/scheme.el (scheme-mode-syntax-table):
3522 Update syntax of | and # for two-character comment syntax.
3523
3524 2005-03-31 Lute Kamstra <lute@gnu.org>
3525
3526 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3527 (define-minor-mode): Call custom-current-group at load-time.
3528
3529 * generic.el (define-generic-mode): Add debug declaration.
3530 Add defcustom for the mode hook.
3531 (generic-mode-internal): Use run-mode-hooks.
3532
3533 2005-03-31 Kim F. Storm <storm@cua.dk>
3534
3535 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3536 (mouse-fixup-help-message): New defun called by show_help_echo
3537 to fixup mouse-2 prefix in help messages when applicable.
3538
3539 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3540
3541 2005-03-31 Kenichi Handa <handa@m17n.org>
3542
3543 * language/thai-word.el (thai-find-word-ends): Pay attention to
3544 the case that we reach the end of buffer.
3545
3546 * textmodes/fill.el (fill-text-properties-at): New function.
3547 (fill-newline): Use fill-text-properties-at instead of
3548 text-properties-at.
3549
3550 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3551
3552 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3553 not comint-quote-filename.
3554
3555 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3556
3557 * help-fns.el (help-with-tutorial): Revert last change.
3558
3559 2005-03-31 Kim F. Storm <storm@cua.dk>
3560
3561 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3562
3563 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3564
3565 * calendar/cal-china.el: Update reference to "Calendrical
3566 Calculations" book; there's a new edition.
3567 * calendar/cal-coptic.el: Likewise.
3568 * calendar/cal-french.el: Likewise.
3569 * calendar/cal-hebrew.el: Likewise.
3570 * calendar/cal-islam.el: Likewise.
3571 * calendar/cal-iso.el: Likewise.
3572 * calendar/cal-julian.el: Likewise.
3573 * calendar/cal-mayan.el: Likewise.
3574 * calendar/cal-persia.el: Likewise.
3575 * calendar/calendar.el: Likewise.
3576 * calendar/holidays.el: Likewise.
3577 * calendar/lunar.el: Likewise.
3578 * calendar/solar.el: Likewise.
3579
3580 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3581 white space from doc string.
3582
3583 2005-03-30 Jay Belanger <belanger@truman.edu>
3584
3585 * calc/calc-help.el (calc-full-help): Remove email address.
3586
3587 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3588
3589 * help-fns.el (help-with-tutorial): Delete title line.
3590
3591 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3592
3593 * calendar/cal-x.el (calendar-one-frame-setup)
3594 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3595 rather than 'symbol for set-window-dedicated-p.
3596
3597 * calendar/appt.el (appt-buffer-name): Make it a constant.
3598 (appt-add): Doc fix.
3599
3600 * filesets.el (filesets-menu-path, filesets-menu-before)
3601 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3602 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3603 (filesets-add-submenu): Delete and use add-submenu instead.
3604
3605 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3606
3607 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3608 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3609 (org-diary-default-entry): New function.
3610 (org-get-entries-from-diary): Better parsing of diary entries.
3611 (org-agenda-check-no-diary): New function.
3612 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3613 linking to diary entries.
3614 (org-agenda-execute-calendar-command): New function.
3615 (org-agenda): Improve visible section in window.
3616 Use `org-fit-agenda-window'.
3617 (org-fit-agenda-window): New option.
3618 (org-move-subtree-down): Better handling of empty lines
3619 at end of subtree.
3620 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3621 levels up.
3622 (org-fontify-done-headline): New option.
3623 (org-headline-done-face): New face.
3624 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3625 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3626 When current field is non-empty, it is copied to next row.
3627 (org-table-copy-from-above): Fix bug which made it
3628 impossible to copy fields containing only a single non-white character.
3629
3630 2005-03-30 Kim F. Storm <storm@cua.dk>
3631
3632 * kmacro.el (kmacro-end-macro): Isearch may store this command
3633 into the macro -- so ignore it when executing keyboard macro.
3634
3635 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3636
3637 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3638
3639 2005-03-29 Kenichi Handa <handa@m17n.org>
3640
3641 * language/thai.el ("Thai"): Set setup-function and exit-function
3642 for Thai language environment.
3643
3644 * language/thai-util.el: Require thai-word.
3645 (thai-word-mode-map): New variable.
3646 (thai-word-mode): New minor mode.
3647 (setup-thai-language-environment-internal): New function.
3648 (exit-thai-language-environment-internal): New function.
3649
3650 * language/thai-word.el (thai-word-table): Declare it by defvar,
3651 use dolist to initialize it.
3652 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3653 (thai-fill-find-break-point): New functions.
3654
3655 2005-03-29 Richard M. Stallman <rms@gnu.org>
3656
3657 * simple.el (idle-update-delay): Move definition up.
3658 (set-mark): Doc fix.
3659
3660 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * longlines.el: New file.
3663
3664 * simple.el (buffer-substring-filters): New variable.
3665 (filter-buffer-substring): New function.
3666 (kill-region, copy-region-as-kill): Use it.
3667
3668 * register.el (copy-to-register, append-to-register)
3669 (prepend-to-register): Use filter-buffer-substring.
3670
3671 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3674 (gud-filter-pending-text): Move in front of gdb.
3675 (gud-overlay-arrow-position): New variable.
3676 (gud-sentinel, gud-display-line): Use it in place of
3677 overlay-arrow-position.
3678
3679 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3680
3681 * progmodes/fortran.el (fortran-if-indent): Doc fix.
3682 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3683 (fortran-font-lock-keywords-4): New variable.
3684 (fortran-blocks-re, fortran-end-block-re)
3685 (fortran-start-block-re): New constants, for hideshow.
3686 (hs-special-modes-alist): Add a Fortran entry.
3687 (fortran-mode-map): Bind fortran-end-of-block,
3688 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3689 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3690 (fortran-looking-at-if-then, fortran-end-of-block)
3691 (fortran-beginning-of-block): New functions, for hideshow.
3692
3693 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3694 Doc fix. Tweak regexp.
3695 (f90-beginning-of-block): Push mark first.
3696
3697 2005-03-29 Jay Belanger <belanger@truman.edu>
3698
3699 * calc/calc.el: Update copyright date.
3700 (calc-version): Increase to 2.1.
3701 (calc-version-date): Remove.
3702
3703 * calc/calc-help.el: Update copyright date.
3704 (calc-full-help): Remove reference to calc-version-date.
3705 Update copyright date.
3706
3707 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * vc.el (vc-do-command): Use a pipe for async processes, so password
3710 prompts don't show up at places where the user can't reply.
3711
3712 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3713
3714 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3715 on the file name we pass to the inferior shell.
3716
3717 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3718
3719 * progmodes/which-func.el (which-function): Be robust in the face of an
3720 imenu--make-index-alist failure.
3721
3722 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3725
3726 * progmodes/python.el (python-preoutput-filter): Fix last change.
3727
3728 2005-03-29 Lute Kamstra <lute@gnu.org>
3729
3730 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3731 functions and compiled macros.
3732 (debug-convert-byte-code): Handle macros too.
3733 (debug-on-entry-1): Don't signal an error when trying to clear a
3734 function that is not set to debug on entry.
3735
3736 2005-03-29 Jay Belanger <belanger@truman.edu>
3737
3738 * calc/calc-lang.el: Add functions to math-function-table
3739 properties of tex and math.
3740
3741 2005-03-29 Kenichi Handa <handa@m17n.org>
3742
3743 * ps-mule.el (ps-mule-plot-string): Translate characters by
3744 ps-print-translation-table.
3745 (ps-mule-begin-job): Call find-charset-region/string with
3746 ps-print-translation-table.
3747 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3748
3749 * ps-print.el (ps-print-translation-table): New variable.
3750 (ps-plot-region): Translate characters by ps-print-translation-table.
3751
3752 2005-03-29 Juri Linkov <juri@jurta.org>
3753
3754 * simple.el (next-error-highlight-timer): New variable.
3755
3756 * progmodes/compile.el (compilation-goto-locus):
3757 Use `next-error-highlight-timer' instead of `sit-for'.
3758
3759 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * mail/supercite.el (sc-mail-field): Use assoc-string.
3762 (sc-get-address): Simplify regexps.
3763
3764 * files.el (minibuffer-with-setup-hook): New macro.
3765 (find-file-read-args): Use it to avoid let-binding
3766 minibuffer-with-setup-hook (which breaks turning on/off
3767 file-name-shadow-mode while in the prompt).
3768
3769 * complete.el (PC-read-include-file-name-internal): Use test-completion.
3770
3771 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
3772
3773 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3774
3775 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * window.el (window-buffer-height): Use count-screen-lines.
3778
3779 * progmodes/python.el (python-preoutput-leftover): New var.
3780 (python-preoutput-filter): Use it.
3781 (python-send-receive): Loop until all the result has been received.
3782
3783 2005-03-28 Juri Linkov <juri@jurta.org>
3784
3785 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
3786
3787 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
3788 "Recover Crashed Session".
3789 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
3790 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
3791 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
3792 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
3793 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
3794 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
3795 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
3796 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
3797
3798 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
3799 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
3800 Ediff Sessions", "Toggle use of separate control buffer frame",
3801 "Use separate frame for Ediff control buffer".
3802
3803 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
3804 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
3805 "Rename Bookmark", "Delete Bookmark".
3806
3807 * info.el (Info-mode-menu): Remove ellipsis from "Index".
3808 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
3809 Add `:active Info-index-alternatives' to "Next Matching Item".
3810
3811 * wdired.el (wdired-change-to-wdired-mode):
3812 Mention `wdired-abort-changes' key in the initial message.
3813
3814 * international/mule.el (auto-coding-alist): Associate non-ascii
3815 image filename extensions with `no-conversion'.
3816
3817 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * international/iso-acc.el:
3820 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3821
3822 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
3823
3824 * textmodes/sgml-mode.el (html-mode): Doc update.
3825
3826 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3827
3828 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 * term.el (term-move-columns): Fix face after extending a line.
3831 (term-insert-spaces): Likewise.
3832 (term-reset-terminal): Fix off by one error.
3833
3834 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3835
3836 * international/mule.el (auto-coding-alist): Add .xpi files.
3837
3838 * files.el (auto-mode-alist): Add .xpi files.
3839
3840 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
3841
3842 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3843
3844 2005-03-26 Eli Zaretskii <eliz@gnu.org>
3845
3846 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3847
3848 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3849
3850 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3851 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
3852
3853 * calendar/cal-move.el (calendar-beginning-of-year): Move the
3854 cursor to Jan 1 when needed.
3855 (calendar-end-of-year): Fix -/+ typo.
3856 Reported by Chong Yidong <cyd@stupidchicken.com>.
3857
3858 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3861
3862 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3863 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
3864
3865 2005-03-25 Richard M. Stallman <rms@gnu.org>
3866
3867 * filesets.el (filesets-init): Add autoload.
3868
3869 * mail/mailalias.el (mail-directory): Doc fix.
3870
3871 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3872
3873 * mail/mailalias.el (mail-directory-process): Do nothing if
3874 mail-directory-process is an atom.
3875 (mail-get-names): Ignore mail-directory-names if it is an atom.
3876 (mail-directory-process defvar): Doc fix.
3877 (mail-names): Doc fix.
3878
3879 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
3880
3881 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3882
3883 2005-03-26 Kenichi Handa <handa@m17n.org>
3884
3885 * international/mule-util.el (detect-coding-with-priority):
3886 Call update-coding-systems-internal before detect-coding-region.
3887
3888 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3891 (gdb-frames-mode-map): Add follow-link property.
3892
3893 2005-03-25 Jay Belanger <belanger@truman.edu>
3894
3895 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3896 for variables.
3897
3898 2005-03-25 Juri Linkov <juri@jurta.org>
3899
3900 * image-mode.el: Optimize image filename extension regexps in
3901 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
3902 in `auto-mode-alist'.
3903 (image-mode): Add `image-toggle-display-text' to local hook
3904 `change-major-mode-hook'. Display the image as an image by
3905 default. Set `cursor-type' and `truncate-lines' if the image
3906 is already displayed. Take into account the current mode (image
3907 or text) in message.
3908 (image-minor-mode): New minor mode.
3909 (image-mode-maybe, image-toggle-display-text): New functions.
3910 (image-toggle-display): Use called-interactively-p.
3911 Let-bind `inhibit-read-only' to t.
3912
3913 * image-mode.el (image-minor-mode): Set `cursor-type' and
3914 `truncate-lines' if the image is already displayed. Add turning
3915 image-minor-mode off to `change-major-mode-hook'. Add message.
3916 Call `image-toggle-display-text' after turning image-minor-mode off.
3917
3918 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3921 Terminal.app, use utf-8.
3922 (set-display-table-and-terminal-coding-system): Add coding-system arg.
3923 (set-locale-environment): Use it.
3924
3925 * term/xterm.el: Undo last change, better done in mule-cmds.el.
3926
3927 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3928
3929 * progmodes/python.el (python-close-block-statement-p)
3930 (python-outdent-p, python-current-defun): Use symbol-end.
3931
3932 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
3933
3934 * files.el (save-some-buffers): Doc fix.
3935
3936 2005-03-25 Werner Lemberg <wl@gnu.org>
3937
3938 * complete.el, thumbs.el: Replace `legal' with `valid'.
3939 * calendar/calendar.el: Replace `legal' with `valid'.
3940 * emacs-lisp/advice.el: Replace `legal' with `valid'.
3941 * mail/supercite.el: Replace `legal' with `valid'.
3942 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
3943 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
3944 Replace `legal' with `valid'.
3945 * textmodes/reftex-vars.el, textmodes/reftex.el:
3946 Replace `legal' with `valid'.
3947
3948 2005-03-25 Werner Lemberg <wl@gnu.org>
3949
3950 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3951 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3952 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3953 * emulation/vip.el: Replace `illegal' with `invalid'.
3954 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3955 * mail/supercite.el: Replace `illegal' with `invalid'.
3956 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
3957 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
3958 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
3959 * progmodes/sh-script.el, progmodes/xscheme.el:
3960 Replace `illegal' with `invalid'.
3961 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
3962 * textmodes/reftex-index.el, textmodes/reftex-parse.el
3963 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
3964 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3965
3966 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3969 (flymake-find-buildfile, flymake-find-possible-master-files)
3970 (flymake-check-include, flymake-parse-line): Replace loops over the
3971 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3972
3973 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3974 Substitute file-name-as-directory in the rest of the file.
3975 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3976 (flymake-replace-region): Remove unused arg `buffer'.
3977 (flymake-check-patch-master-file-buffer): Update calls to it.
3978 (flymake-add-err-info): Remove unused var `count'.
3979 (flymake-mode): Use define-minor-mode.
3980
3981 * progmodes/flymake.el: Use with-current-buffer.
3982 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3983 flymake-replace-regexp-in-string, flymake-line-beginning-position)
3984 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3985 Avoid testing for `xemacs'.
3986 (flymake-nop): Move.
3987 (flymake-region-has-flymake-overlays): Return the computed value.
3988 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3989 Remove unused var `endline'.
3990 (flymake-get-line-count): Remove unused function.
3991 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3992
3993 * emulation/vi.el:
3994 * generic.el:
3995 * hilit-chg.el (global-highlight-changes):
3996 * hi-lock.el (hi-lock-mode):
3997 * follow.el: find-file-hooks -> find-file-hook.
3998
3999 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4000
4001 2005-03-24 Juri Linkov <juri@jurta.org>
4002
4003 * dired.el (dired-mode-map): Add menu item "Compare directories"
4004 for dired-compare-directories.
4005
4006 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4007 Doc fix. Replace `read-file-name' with `read-directory-name'.
4008
4009 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4012
4013 2005-03-24 Jay Belanger <belanger@truman.edu>
4014
4015 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4016 relevant mode settings in calc-embedded-original-modes when modes
4017 are permanently changed.
4018
4019 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * autoinsert.el: find-file-hooks -> find-file-hook.
4022
4023 2005-03-24 Lute Kamstra <lute@gnu.org>
4024
4025 * generic.el (generic-font-lock-defaults): Make it obsolete.
4026 (generic-font-lock-keywords): New variable to replace
4027 generic-font-lock-defaults.
4028 (generic-mode-set-font-lock): Delete it.
4029 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4030 (generic-bracket-support): Add docstring.
4031
4032 * generic-x.el: Rename generic-font-lock-defaults to
4033 generic-font-lock-keywords throughout.
4034 (mailagent-rules-setup-function): Delete it.
4035 (mailagent-rules-generic-mode): Use anonymous function instead.
4036 (show-tabs-generic-mode-font-lock-defaults-1)
4037 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4038 Quote faces.
4039 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4040 not foreground.
4041
4042 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4043 Recognize define-generic-mode.
4044
4045 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4048 if there's no completion table.
4049
4050 2005-03-23 Miles Bader <miles@gnu.org>
4051
4052 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4053 Remove tty-specific variants, as they're no longer needed.
4054
4055 2005-03-23 Lute Kamstra <lute@gnu.org>
4056
4057 * generic-x.el: Code cleanup: make args constant whenever possible.
4058 (installshield-statement-keyword-list)
4059 (installshield-system-functions-list)
4060 (installshield-system-variables-list, installshield-types-list)
4061 (installshield-funarg-constants-list): Make them constants.
4062
4063 * generic.el (generic-make-keywords-list): Add autoload cookie.
4064
4065 * calendar/time-date.el: Add comment on time value formats.
4066 Don't require parse-time.
4067 (with-decoded-time-value): New macro.
4068 (encode-time-value): New function.
4069 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4070 (days-to-time): Return a valid time value when arg is huge.
4071 (time-since): Use time-subtract.
4072 (time-to-number-of-days): Use time-to-seconds.
4073
4074 2005-03-23 David Ponce <david@dponce.com>
4075
4076 * recentf.el: (recentf-keep): New option.
4077 (recentf-menu-action): Default to `find-file'.
4078 (recentf-keep-non-readable-files-flag)
4079 (recentf-keep-non-readable-files-p)
4080 (recentf-file-readable-p, recentf-find-file)
4081 (recentf-cleanup-remote): Remove.
4082 (recentf-include-p): More robust.
4083 (recentf-keep-p): New function.
4084 (recentf-remove-if-non-kept): Rename from
4085 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4086 All callers updated.
4087 (recentf-menu-items-for-commands): Fix help string.
4088 (recentf-track-closed-file): Update. Doc fix.
4089 (recentf-cleanup): Update. Count removed files. Doc fix.
4090
4091 2005-03-23 Kim F. Storm <storm@cua.dk>
4092
4093 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4094 Don't inherit from fringe face (now happens automatically).
4095
4096 2005-03-22 Kim F. Storm <storm@cua.dk>
4097
4098 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4099 position values.
4100
4101 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * menu-bar.el (showhide-date-time): Remove.
4104 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4105 (menu-bar-make-mm-toggle): Simplify.
4106
4107 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4108
4109 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4110 Accept qualified variable and function names.
4111
4112 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4113
4114 * bindings.el (completion-ignored-extensions):
4115 Remove ".lis" for `vax-vms'.
4116
4117 2005-03-22 Andreas Schwab <schwab@suse.de>
4118
4119 * generic-x.el: Revert last change.
4120 * ldefs-boot.el: Update.
4121
4122 2005-03-22 Jay Belanger <belanger@truman.edu>
4123
4124 * calc/calc-embed (calc-embedded-original-modes): New variable.
4125 (calc-embedded-save-original-modes)
4126 (calc-embedded-restore-original-modes): New functions.
4127 (calc-do-embedded): Save original modes when entering embedded mode
4128 and restore when leaving embedded mode.
4129 (calc-embedded-modes-change): Change the value of
4130 calc-embedded-original-modes to reflect permanent changes.
4131
4132 2005-03-22 Lute Kamstra <lute@gnu.org>
4133
4134 * generic-x.el: Require generic again.
4135
4136 2005-03-22 Miles Bader <miles@gnu.org>
4137
4138 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4139 Tweak details to look good on both ttys and bitmap displays, light
4140 or dark background, etc.
4141
4142 2005-03-21 Kim F. Storm <storm@cua.dk>
4143
4144 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4145 mouse position.
4146
4147 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * icomplete.el: Don't forcibly turn on the mode upon load.
4150 (icomplete-mode): Use define-minor-mode.
4151 (icomplete-eoinput): Default to nil.
4152 (icomplete-minibuffer-setup): Remove autoload.
4153 (icomplete-tidy): Simplify.
4154 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4155 in the initial state or if the user has modified the field.
4156 Fix handling of icomplete-max-delay-chars.
4157 Remove code that handles the oddball case where
4158 minibuffer-completion-table is an integer.
4159 Wrap icomplete-completions in while-no-input in case building
4160 completions takes more time than expected.
4161 (icomplete-completions): Simplify.
4162
4163 2005-03-21 Richard M. Stallman <rms@gnu.org>
4164
4165 * jka-compr.el (jka-compr-really-do-compress):
4166 Make variable buffer-local.
4167
4168 * image-mode.el: Handle .xpm files too.
4169 (image-toggle-display): Preserve modification flag.
4170
4171 * help.el (where-is): Don't mention aliases with no key bindings.
4172
4173 2005-03-21 Lute Kamstra <lute@gnu.org>
4174
4175 * generic.el: Fix commentary section. Don't require cl for compilation.
4176 (generic-mode-list): Add autoload cookie.
4177 (generic-use-find-file-hook, generic-lines-to-scan)
4178 (generic-find-file-regexp, generic-ignore-files-regexp)
4179 (generic-mode, generic-mode-find-file-hook)
4180 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4181 (define-generic-mode): Make it a defmacro. Fix docstring.
4182 (generic-mode-internal): Code cleanup. Add autoload cookie.
4183 (generic-mode-set-comments): Code cleanup.
4184 * generic-x.el: Don't prevent compilation. Don't require generic.
4185 Follow coding conventions. Minor code cleanup.
4186 (etc-fstab-generic-mode): Add some keywords.
4187 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4188 define-generic-mode like a function declaration.
4189
4190 2005-03-21 Jay Belanger <belanger@truman.edu>
4191
4192 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4193 changing modes.
4194
4195 2005-03-21 Sam Steingold <sds@gnu.org>
4196
4197 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4198
4199 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4200
4201 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4202 Add underscore to "f$ lexicals" regexp.
4203
4204 2005-03-20 Juri Linkov <juri@jurta.org>
4205
4206 * subr.el (progress-reporter-do-update): When `min-value' is equal
4207 to `max-value', set `percentage' to 0 and prevent division by zero.
4208
4209 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4210
4211 Sync with Tramp 2.0.48.
4212
4213 * tramp.el (all): Change all addresses to .gnu.org.
4214 (tramp-append-tramp-buffers): New defun.
4215 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4216 Catch `dont-send' signal.
4217 (tramp-set-auto-save-file-modes): Set always permissions, because
4218 there might be an old auto-saved file belonging to another
4219 original file. This could be a security threat. Reported by
4220 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4221 Check for Emacs 21.3.50 removed.
4222
4223 * tramp-smb.el (all): Remove debug construct for
4224 `with-parsed-tramp-file-name'.
4225 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4226 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4227 No error message if DIRECTORY or FILENAME doesn't exist.
4228 (tramp-smb-open-connection): Check existence of
4229 `tramp-smb-program'.
4230
4231 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4234 Properly handle the case where the `m' or `s' command's argument is not
4235 yet terminated.
4236 (perl-indent-new-calculate): New function.
4237 (perl-indent-line): Use it.
4238
4239 2005-03-20 Miles Bader <miles@gnu.org>
4240
4241 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4242 in text-mode too. Change to new face names.
4243 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4244 Add `:weight bold' attribute.
4245 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4246
4247 2005-03-19 Juri Linkov <juri@jurta.org>
4248
4249 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4250
4251 * international/mule.el (auto-coding-alist): Sync with
4252 `auto-mode-alist' by adding upper case archive file extensions
4253 and adding ear/war to jar extension.
4254
4255 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4256
4257 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4258 running, restart it.
4259
4260 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4261
4262 * finder.el (finder-current-item): Throw an error on an empty line.
4263
4264 * man.el (Man-follow-manual-reference): If current-word returns
4265 nil, use "".
4266
4267 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4268
4269 * simple.el (goto-line): Doc fix.
4270
4271 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4272
4273 * files.el (save-buffer): Doc fix.
4274
4275 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4276
4277 * recentf.el (recentf-cleanup-remote): New variable.
4278 (recentf-cleanup): Use it to conditionally check availablity of
4279 remote files.
4280
4281 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4282
4283 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4284 function names.
4285
4286 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4287
4288 * language/thai-word.el: New file.
4289
4290 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4291
4292 * files.el (backup-buffer): If the file's directory is not
4293 writable, use copy instead of move to backup the file.
4294
4295 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4296
4297 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4298
4299 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4300
4301 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4302 Use functionp instead of symbolp and fboundp. Reported by Drkm
4303 <darkman_spam@yahoo.fr>.
4304 (ps-print-version): New version 6.6.6.
4305
4306 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4307
4308 * textmodes/table.el (table--line-column-position): New idiom.
4309 (table--row-column-insertion-point-p): New function to test
4310 validity of row and column insertion operation at a location.
4311 (table-global-menu, table-cell-menu): Use above functions for
4312 deterministic test operation.
4313 (table--editable-cell-p): Behave in deterministic fashion.
4314
4315 2005-03-18 Juri Linkov <juri@jurta.org>
4316
4317 * isearch.el (isearch-lazy-highlight-new-loop):
4318 Make arguments beg and end optional.
4319 (isearch-update): Remove optional arguments nil from
4320 isearch-lazy-highlight-new-loop.
4321 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4322 isearch-lazy-highlight-case-fold-search instead of
4323 isearch-case-fold-search, and let-bind isearch-regexp to
4324 isearch-lazy-highlight-regexp.
4325 Use isearch-lazy-highlight-last-string instead of isearch-string.
4326
4327 * replace.el (perform-replace): Remove bindings of global
4328 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4329 Add three new arguments to `replace-highlight'.
4330 (replace-highlight): Add arguments string, regexp, case-fold.
4331 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4332 to allow isearch-lazy-highlight-new-loop to use these values
4333 to set corresponding isearch-lazy-highlight-* internal
4334 variables whose values lazy highlighting will use regardless of
4335 changes to global variables isearch-string, isearch-regexp,
4336 isearch-case-fold-search during lazy highlighting loop.
4337 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4338 to `lazy-highlight-cleanup'.
4339
4340 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4341 (ispell-highlight-face): Set default face to `isearch' when
4342 lazy highlighting is enabled.
4343 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4344 priority to 1. Add lazy highlighting.
4345 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4346 from `isearch-dehighlight'.
4347
4348 2005-03-18 David Ponce <david@dponce.com>
4349
4350 * files.el (hack-local-variables): Do a case-insensitive search
4351 for End.
4352
4353 2005-03-18 Juri Linkov <juri@jurta.org>
4354
4355 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4356 `isearch-lazy-highlight-cleanup', add alias to old name and
4357 declare obsolete. Add release numbers to other obsolete vars.
4358 (isearch-done, isearch-lazy-highlight-new-loop):
4359 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4360 (lazy-highlight-cleanup) <variable>: Doc fix.
4361 (isearch-lazy-highlight-update): Rename obsolete
4362 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4363
4364 2005-03-18 Kenichi Handa <handa@m17n.org>
4365
4366 * language/thai-util.el: Fix categorization of Thai characters in
4367 thai-category-table.
4368 (thai-composition-pattern): Adjust it for the above change.
4369 (thai-self-insert-command, thai-compose-syllable): New functions.
4370 (thai-compose-region): Use thai-compose-syllable.
4371 (thai-compose-string): Likewise.
4372 (thai-composition-function): Likewise.
4373 (thai-auto-composition): New function.
4374 (thai-auto-composition-mode): New minor mode.
4375
4376 * language/thai.el: Fix patterns to be registered in
4377 composition-function-table.
4378
4379 * international/quail.el (quail-input-method): Locally bind
4380 inhibit-modification-hooks to t.
4381
4382 2005-03-17 Richard M. Stallman <rms@gnu.org>
4383
4384 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4385 (perl-mode): Use run-mode-hooks.
4386
4387 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4388 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4389 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4390
4391 * mail/sendmail.el (sendmail-send-it): Reenable the code
4392 to compute resend-to-address and use it.
4393
4394 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4395
4396 * image-mode.el: New file.
4397
4398 * image.el (insert-sliced-image): Add autoload cookie.
4399
4400 * font-lock.el (font-lock-lines-before): New user option.
4401 (font-lock-after-change-function): Obey it.
4402
4403 * bindings.el (esc-map): Make M-g a prefix.
4404 Bind M-g g and M-g M-g to goto-line.
4405
4406 * faces.el (face-id): Doc fix.
4407
4408 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4409
4410 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4411 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4412 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4413
4414 * mail/sendmail.el (mail-yank-ignored-headers)
4415 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4416 Add Mail-Followup-To and Mail-Reply-To headers.
4417 (mail-citation-hook): Add autoload cookie.
4418 (mail-mode): Doc fix.
4419 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4420 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4421 (mail-mode-fill-paragraph): Handle those headers.
4422 (mail-mailing-lists): New variable.
4423 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4424
4425 2005-03-17 Juri Linkov <juri@jurta.org>
4426
4427 * isearch.el (isearch-fallback): Check for `(car previous)'
4428 before calling `isearch-other-end-state'.
4429
4430 2005-03-17 Kim F. Storm <storm@cua.dk>
4431
4432 * simple.el (move-beginning-of-line): Move to beginning of buffer
4433 line, as well as beginning of screen line.
4434
4435 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4436
4437 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4438 argument REDRAW rather than calendar-redrawing variable.
4439 * calendar/calendar.el (calendar-redrawing): Delete.
4440 (redraw-calendar): Do not bind calendar-redrawing.
4441
4442 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4443
4444 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4445 diary-file buffer.
4446
4447 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * help.el (describe-mode): Allow a :minor-mode-function property to
4450 specify a different minor mode toggle function than the variable.
4451 * simple.el (auto-fill-function):
4452 * subr.el (add-minor-mode): Use it.
4453
4454 2005-03-16 Kenichi Handa <handa@m17n.org>
4455
4456 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4457 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4458 (ethio-fidel-to-sera-buffer): Likewise.
4459
4460 2005-03-16 Juri Linkov <juri@jurta.org>
4461
4462 * emacs-lisp/find-func.el (find-function-regexp):
4463 Add defun-emitting macro `menu-bar-make-toggle'.
4464
4465 * isearch.el: Put `isearch-scroll' property to
4466 `split-window-horizontally'.
4467
4468 * info.el: Update error messages for `debug-ignored-errors'.
4469 (Info-isearch-search): Doc fix.
4470 (Info-find-node): Move up code to go into info buffer before
4471 recording the node to the history.
4472 (Info-fontify-node): Fontify titles only if the next line
4473 has two or more `*', `=', `-', `.'.
4474 Display "go to this node" for empty (match-string 3).
4475
4476 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4477
4478 * term/mac-win.el: Add mouse pointer shape constants.
4479
4480 2005-03-15 Kim F. Storm <storm@cua.dk>
4481
4482 * simple.el (move-beginning-of-line): Use vertical-motion.
4483
4484 2005-03-15 Juri Linkov <juri@jurta.org>
4485
4486 * isearch.el (isearch-error): New variable.
4487 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4488 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4489 (isearch-within-brackets-state): Remove.
4490 (isearch-case-fold-search-state, isearch-pop-fun-state):
4491 Decrease frame index.
4492 (isearch-mode, isearch-top-state, isearch-push-state)
4493 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4494 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4495 (isearch-search, isearch-lazy-highlight-new-loop):
4496 Replace `isearch-invalid-regexp' with `isearch-error'.
4497 Remove `isearch-within-brackets'.
4498 (isearch-search): Add `search-failed' handler to `condition-case'.
4499 (isearch-lazy-highlight-search): Add `condition-case' to catch
4500 errors and allow `isearch-lazy-highlight-update' to try
4501 highlighting from the beginning of the window.
4502 (isearch-repeat): Move up code to set isearch-wrapped to t
4503 before calling isearch-wrap-function.
4504
4505 * info.el (Info-isearch-initial-node): New internal variable.
4506 (Info-search): Signal an error in isearch mode when search leaves
4507 the initial node. Signal an error when `bound' is non-nil and
4508 nothing was found in the current subfile.
4509 (Info-isearch-search): Remove `condition-case'.
4510 (Info-isearch-wrap): Don't wrap when search failed during leaving
4511 the initial node. If `Info-isearch-search' is nil, wrap around
4512 the current node.
4513 (Info-isearch-start): New fun.
4514 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4515 `isearch-mode-hook'.
4516
4517 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4518
4519 * simple.el (normal-erase-is-backspace): Set default to t if
4520 running on Mac.
4521
4522 * term/mac-win.el (function-key-map): Sync with x-win.el.
4523
4524 2005-03-15 Kenichi Handa <handa@m17n.org>
4525
4526 * international/mule-cmds.el (locale-language-names): Modify the
4527 format of elements and add more entries.
4528 (locale-preferred-coding-systems): Add more entries.
4529 (set-locale-environment): Adjust for the change of
4530 locale-language-names.
4531
4532 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * pcvs.el (smerge-ediff): Remove bogus autoload.
4535
4536 2005-03-14 Lute Kamstra <lute@gnu.org>
4537
4538 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4539 Ignore a `*' at the beginning of a line.
4540
4541 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4542 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4543 subr.el.
4544 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4545 to specify indentation.
4546
4547 * generic.el (define-generic-mode): Let generic-mode-list be a
4548 list of strings; test membership with equal.
4549
4550 2005-03-14 Kim F. Storm <storm@cua.dk>
4551
4552 * simple.el (next-line, previous-line): Add optional try-vscroll
4553 arg to recognize interactive use. Pass it on to line-move.
4554 (line-move): Don't perform auto-window-vscroll when defining or
4555 executing keyboard macro to ensure consistent behaviour.
4556
4557 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4560
4561 2005-03-13 Lute Kamstra <lute@gnu.org>
4562
4563 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4564 debugger-setup-buffer so that backtrace marks the frames set to
4565 debug-on-exit and we don't have to do it manually. Set an extra
4566 debug-on-exit for macro's.
4567 (debugger-setup-buffer): Don't mark the top frame manually.
4568
4569 2005-03-12 Lute Kamstra <lute@gnu.org>
4570
4571 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4572 lisp-indent-function throughout.
4573 (with-no-warnings): Set lisp-indent-function property.
4574
4575 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4576
4577 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4578 Add entry for backslash.
4579
4580 2005-03-12 Juri Linkov <juri@jurta.org>
4581
4582 * info.el (Info-search): Four fixes for backward search.
4583
4584 2005-03-11 Jay Belanger <belanger@truman.edu>
4585
4586 * calc/calc.el (calc-language-alist): New variable.
4587 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4588 (calc-embedded-find-modes): Use calc-language-alist instead of
4589 calc-embedded-language-alist.
4590
4591 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4592
4593 * calendar/calendar.el (calendar-redrawing): New internal
4594 variable.
4595 (redraw-calendar): Remove bogus save-excursion from previous
4596 change. Bind calendar-redrawing to t for mark-diary-entries.
4597 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4598 calendar if that is why we were called.
4599
4600 2005-03-11 Kenichi Handa <handa@m17n.org>
4601
4602 * international/mule.el (make-coding-system): Set property
4603 coding-system-define-form to nil.
4604 (define-coding-system-alias): Likewise.
4605
4606 2005-03-11 Kenichi Handa <handa@m17n.org>
4607
4608 These changes are suggested by Dave Love <fx@gnu.org>.
4609
4610 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4611 coding: tag.
4612 (adaptive-fill-regexp): Add more bullets.
4613 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4614 regexps.
4615
4616 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * help.el (describe-mode): Properly handle non-trivial lighters.
4619 Don't ignore minor modes that are not listed in minor-mode-list.
4620
4621 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4622 feature ON when the user requests to turn it OFF.
4623
4624 2005-03-10 Lute Kamstra <lute@gnu.org>
4625
4626 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4627 (implement-debug-on-entry): New function to replace debug-entry-code.
4628 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4629 second argument as the 2005-03-07 change makes it obsolete.
4630 (debug-on-entry, cancel-debug-on-entry): Update call to
4631 debug-on-entry-1.
4632 (debug, debugger-setup-buffer): Comment update.
4633 (debugger-frame-number): Update to work with implement-debug-on-entry.
4634
4635 2005-03-10 Jay Belanger <belanger@truman.edu>
4636
4637 * calc/calc-embed.el (math-ms-args): Declare it.
4638 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4639 math-ms-args.
4640 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4641 variables.
4642
4643 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4644
4645 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4646 Use message-box.
4647
4648 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4649 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4650 (tooltip-gud-tips): Simplify.
4651 (tooltip-gud-tips-p): Remove superflouous :set.
4652 (tooltip-gud-modes): Add fortran-mode.
4653 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4654
4655 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4656
4657 2005-03-09 Kim F. Storm <storm@cua.dk>
4658
4659 * play/animate.el (animate-place-char): Use forward-line instead
4660 of next-line to improve performance.
4661
4662 2005-03-09 Simon Josefsson <jas@extundo.com>
4663
4664 * net/browse-url.el (browse-url-default-browser): Doc fix.
4665
4666 2005-03-09 Miles Bader <miles@gnu.org>
4667
4668 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4669 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4670
4671 2005-03-09 Kenichi Handa <handa@m17n.org>
4672
4673 * international/latin-1.el: Set case and syntax for 255 only if
4674 set-case-syntax-set-multibyte is nil.
4675
4676 * textmodes/ispell.el (ispell-insert-word): New function.
4677 (ispell-word): Use ispell-insert-word to insert a new word.
4678 (ispell-process-line): Likewise.
4679 (ispell-complete-word): Likewise.
4680
4681 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4682
4683 * calendar/calendar.el (redraw-calendar): Preserve point.
4684 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4685 (calendar-week-start-day): Move after definition of
4686 redraw-calendar. Delete buffer test, since redraw-calendar has
4687 that now.
4688
4689 * calendar/diary-lib.el (mark-diary-entries): Only call
4690 redraw-calendar in the first of any recursive calls.
4691 Reported by Alan Shutko <ats@acm.org>.
4692
4693 2005-03-08 Juri Linkov <juri@jurta.org>
4694
4695 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4696 (html-horizontal-rule, html-line, html-image, html-checkboxes)
4697 (html-radio-buttons): Add a space before the trailing `/>' where
4698 sgml-xml-mode is non-nil.
4699 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4700 the subsequent tag of the empty XML tag.
4701 (html-href-anchor): Don't set initial input to "http:".
4702 (html-image): Ask for the image URL and set point inside alt="".
4703 (html-name-anchor): Duplicate the name in the `id' attribute when
4704 sgml-xml-mode is non-nil.
4705 (html-paragraph): Remove \n before <p>.
4706 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4707 instead of `checked' when sgml-xml-mode is non-nil.
4708
4709 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4710 Remove 1 space before #RRGGBB to not truncate it on terminal
4711 windows w/o fringes. Remove 1 space between bg and fg examples
4712 to get more space.
4713 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4714 avoid byte-compile warnings.
4715
4716 * image-file.el (image-file-handler): Put `safe-magic' property to
4717 `image-file-handler'.
4718
4719 * info.el (Info-isearch-search): Emulate word search in
4720 isearching through multiple Info nodes with Info-search.
4721 (Info-isearch-wrap): Allow isearch-word.
4722
4723 2005-03-08 Lute Kamstra <lute@gnu.org>
4724
4725 * emacs-lisp/debug.el (debugger-step-through): Make sure that
4726 stepping into the debugger's code is not possible.
4727 (debugger-jumping-flag): Docstring update.
4728
4729 2005-03-08 Jay Belanger <belanger@truman.edu>
4730
4731 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4732 embedded mode begins.
4733 (calc-embedded-language-alist): New variable.
4734 (calc-embedded-find-modes): Use calc-embedded-language-alist to
4735 set default language mode.
4736
4737 2005-03-08 Kenichi Handa <handa@m17n.org>
4738
4739 * international/ccl.el (define-ccl-program): Fix docstring about
4740 extra 256 bytes assured for the output buffer.
4741
4742 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4743 Fix BUFFER_MAGNIFICATION to 2.
4744 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4745
4746 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
4747
4748 * align.el (align-rules-list): Added an alignment rule for CSS
4749 declarations (applies to css-mode and html-mode buffers).
4750
4751 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4754
4755 2005-03-07 Kim F. Storm <storm@cua.dk>
4756
4757 * simple.el (move-beginning-of-line): New command.
4758
4759 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4760
4761 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4762
4763 * emulation/cua-base.el: Put CUA move property on move-end-of-line
4764 and move-beginning-of-line.
4765
4766 * apropos.el (apropos-print): Omit command from M-x ... RET.
4767
4768 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
4769
4770 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4771 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4772
4773 2005-03-06 Richard M. Stallman <rms@gnu.org>
4774
4775 * bindings.el (esc-map): Bind M-g to goto-line.
4776
4777 * facemenu.el (global-map): Bind M-o, not M-g.
4778
4779 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4780
4781 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4782 "Open Directory" as for "Open File".
4783
4784 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4787 (push-mark-command): Run activate-mark-hook.
4788
4789 2005-03-06 Richard M. Stallman <rms@gnu.org>
4790
4791 * help-mode.el (help-mode-finish): Don't alter the element
4792 in view-return-to-alist if there already is one.
4793
4794 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
4795 make sure the current buffer is the expected one.
4796
4797 * novice.el (disabled-command-function): Output in *Disabled Command*.
4798 Explicitly ignore non-keyboard events, and explicitly handle C-g.
4799
4800 * textmodes/flyspell.el (flyspell-large-region):
4801 Pass args differently for aspell.
4802
4803 * files.el (mode-require-final-newline): Doc fix.
4804
4805 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4806
4807 * progmodes/which-func.el (which-function):
4808 Specify NOERROR when calling imenu--make-index-alist.
4809
4810 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * simple.el (normal-erase-is-backspace): Define default value.
4813
4814 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
4815 (custom-reevaluate-setting): Simple function to handle
4816 variables that are defined before their default value can really
4817 be computed.
4818
4819 * startup.el (command-line): Use it for temporary-file-directory,
4820 small-emporary-file-directory, auto-save-file-name-transforms,
4821 blink-cursor-mode, and normal-erase-is-backspace.
4822
4823 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4824 progress, even with buggy anchored keywords.
4825
4826 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * simple.el (goto-line): Remove unbalanced final parenthesis.
4829
4830 2005-03-05 Richard M. Stallman <rms@gnu.org>
4831
4832 * simple.el (goto-line): Use a number at point as the default.
4833 With C-u as arg, switch buffers.
4834
4835 2005-03-05 Juri Linkov <juri@jurta.org>
4836
4837 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4838 with `no-blinking-cursor'.
4839
4840 * startup.el (no-blinking-cursor): New defvar.
4841 (command-line): Add `--no-blinking-cursor' to longopts.
4842 Set `no-blinking-cursor' to t for command line arguments
4843 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
4844 with `no-blinking-cursor' in the condition for calling
4845 `blink-cursor-mode'.
4846
4847 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4850 (menu-bar-options-save): Add blink-cursor-mode.
4851 (menu-bar-options-menu): Add blink-cursor-mode.
4852
4853 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
4854
4855 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4856 (icalendar-export-file, icalendar-export-region)
4857 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4858 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4859
4860 2005-03-04 Lute Kamstra <lute@gnu.org>
4861
4862 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4863 (debug-function-list): Ditto.
4864
4865 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
4866
4867 * textmodes/texinfmt.el (texinfo-append-refill):
4868 Redefine the types of line to which @refill
4869 is not appended by replacing a search for `@refill\\|@bye' with
4870 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
4871 itemize@refill' bug and the unfilled long lines bug.
4872 (texinfmt-version): Update number and date.
4873
4874 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4875
4876 * international/code-pages.el (windows-1250, windows-125[2-8])
4877 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4878
4879 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4882 bound yet.
4883
4884 2005-03-02 Romain Francoise <romain@orebokech.com>
4885
4886 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4887 buffer after removing limits.
4888 (ibuffer-pop-filter): Ditto.
4889 Update copyright.
4890
4891 2005-03-02 Miles Bader <miles@gnu.org>
4892
4893 * button.el (make-text-button): If the user doesn't specify a
4894 type, use the default. Rewrite to use `add-text-properties' and
4895 plist functions.
4896
4897 2005-03-01 Lute Kamstra <lute@gnu.org>
4898
4899 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4900 (debugger-jumping-flag): New var.
4901 (debug-entry-code): Use it.
4902 (debugger-jump): Use debugger-jumping-flag and add
4903 debugger-reenable to post-command-hook.
4904 (debugger-reenable): Use debugger-jumping-flag and remove itself
4905 from post-command-hook.
4906 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4907 debugger-reenable.
4908
4909 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
4910
4911 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4912 inclusion of "itemize\\|", which may be unnecessary, is certainly
4913 inelegant, and stops refilling in itemize lists when formatting
4914 Japanese Texinfo files to Info.
4915 Update copyright to 2005.
4916
4917 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
4918
4919 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4920 of an error if GDB can't find the source file.
4921
4922 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4923
4924 * calendar/calendar.el (redraw-calendar): Work from any buffer,
4925 not just the calendar.
4926
4927 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4928 first.
4929 (diary-redraw-calendar): New function.
4930 (make-diary-entry): Add diary-redraw-calendar to local
4931 write-contents-functions. Turn off selective display before
4932 inserting in diary.
4933
4934 2005-03-01 Kim F. Storm <storm@cua.dk>
4935
4936 * emacs-lisp/copyright.el (copyright-fix-years): New command.
4937
4938 2005-03-01 Lute Kamstra <lute@gnu.org>
4939
4940 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4941 that debug-entry-code can be safely removed from a function while
4942 this code is being evaluated. Revert the 2005-02-27 change as the
4943 new implementation no longer requires it. Make sure that a
4944 function body containing just a string is not mistaken for a docstring.
4945 (debug): Skip one more frame in case of debug on entry.
4946 (debugger-setup-buffer): Delete one more frame line in case of
4947 debug on entry.
4948 (debugger-frame-number): Update to use the new text introduced by
4949 the 1999-11-03 change. Skip one more frame in case of debug on entry.
4950
4951 2005-02-28 Kim F. Storm <storm@cua.dk>
4952
4953 * double.el (double-translate-key): Call force-window-update after
4954 read-event to avoid crash in redisplay.
4955
4956 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4959 (debug): Use it. Move the inhibit-trace earlier.
4960 (debug-entry-code): New const.
4961 (debug-on-entry-1): Use it.
4962
4963 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * international/utf-16.el (ccl-encode-mule-utf-16le):
4966 Fix BUFFER_MAGNIFICATION to 2.
4967 (ccl-encode-mule-utf-16be): Likewise.
4968
4969 2005-02-28 Kenichi Handa <handa@m17n.org>
4970
4971 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4972 Fix BUFFER_MAGNIFICATION to 4.
4973 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4974
4975 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * speedbar.el (speedbar-update-flag): Doc fix.
4978 (speedbar-show-info-under-mouse): Give set-mouse-position the right
4979 argument.
4980
4981 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * reveal.el (reveal-post-command): Don't try to reveal overlays which
4984 have a non-nil `invisible' property but are actually visible.
4985
4986 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4987 for perldoc sections.
4988 (perl-outline-regexp, perl-outline-level): New var and function.
4989 (perl-mode): Use them.
4990
4991 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4992
4993 * calendar/diary-lib.el (diary-remind): Discard any mark portion
4994 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4995
4996 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
4997
4998 * cus-edit.el: Comment change.
4999 (custom-buffer-create-internal): Slightly reword text at top of
5000 Custom buffers. Mention there that saving an option edits the
5001 init file. Add link to Emacs manual node on `custom-file'.
5002 (custom-magic-alist): Rewrite individual State messages to use
5003 capitalized keywords. Doc fix.
5004
5005 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5006
5007 * calendar/calendar.el (calendar-buffer): Move above
5008 calendar-week-start-day.
5009 (calendar-week-start-day): Doc fix. Add :set function.
5010 (calendar-minimum-window-height): New variable.
5011 (generate-calendar-window): Only resize window if selected-window
5012 is displaying the calendar buffer. Use new variable
5013 calendar-minimum-window-height.
5014 (generate-calendar): Reword error message.
5015 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5016
5017 2005-02-27 Andreas Schwab <schwab@suse.de>
5018
5019 * vc.el (vc-do-command): Don't run command asynchronously when
5020 operating in a remote directory.
5021
5022 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5023 change from sync with Tramp 2.0.47.
5024
5025 2005-02-27 Richard M. Stallman <rms@gnu.org>
5026
5027 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5028
5029 * textmodes/flyspell.el (flyspell-mode-on):
5030 Call ispell-change-dictionary only if necessary.
5031
5032 * emacs-lisp/re-builder.el (regexp-builder): New function.
5033
5034 * register.el (describe-register-1): Explicitly handle
5035 yank-excluded-properties = t.
5036
5037 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5038 (custom-magic-alist): Change the status descriptions again.
5039 (face widget-type): Total rewrite based on `restricted-sexp'
5040 to eliminate the confusing double hiding levels.
5041
5042 * emacs-lisp/debug.el (debug-on-entry-1):
5043 If function body is empty, add nil as body form.
5044
5045 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * emacs-lisp/trace.el (inhibit-trace): New var.
5048 (trace-make-advice): Use it.
5049
5050 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5051
5052 2005-02-26 Kim F. Storm <storm@cua.dk>
5053
5054 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5055 (mouse-on-link-p, mouse-drag-region-1): Use it.
5056
5057 2005-02-25 Lute Kamstra <lute@gnu.org>
5058
5059 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5060
5061 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5062
5063 * frame.el (blink-cursor-mode): Add :group keyword.
5064
5065 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5066
5067 * calendar/icalendar.el (icalendar--decode-isodatetime):
5068 New optional argument DAY-SHIFT.
5069 (icalendar-export-region): Fix coding-system-for-write.
5070 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5071 events by one.
5072
5073 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5076
5077 2005-02-24 Kim F. Storm <storm@cua.dk>
5078
5079 * international/iso-acc.el (iso-accents-compose): Fix crash
5080 during redisplay. Call force-window-update after read-event
5081 and delete-region to signal that window is not accurate.
5082
5083 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5086 Remove unused and inexistent var `inhibit-trace'.
5087 (debugger-mode): Use run-mode-hooks.
5088 (debugger-list-functions): Add buttons; setup xref stack.
5089
5090 2005-02-23 Richard M. Stallman <rms@gnu.org>
5091
5092 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5093 appointment says it was explicitly made.
5094 (appt-add): Set the 3rd element.
5095 (appt-make-list): Preserve explicit appointments.
5096
5097 * subr.el (find-tag-default): Catch errors in forward-sexp.
5098
5099 2005-02-23 Juri Linkov <juri@jurta.org>
5100
5101 * info.el (Info-isearch-search): New defcustom.
5102 (Info-isearch-search): Call the default isearch function
5103 when Info-isearch-search is nil.
5104 (Info-isearch-wrap): Use variable Info-isearch-search.
5105
5106 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5107
5108 * cus-edit.el: Comment change.
5109
5110 2005-02-22 Kim F. Storm <storm@cua.dk>
5111
5112 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5113 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5114
5115 2005-02-22 Simon Josefsson <jas@extundo.com>
5116
5117 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5118 New variable.
5119 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5120 Oskarsson" <myrkraverk@users.sourceforget.net>.
5121
5122 2005-02-22 Kim F. Storm <storm@cua.dk>
5123
5124 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5125 check that window of that event is the selected window.
5126 (mouse-drag-region-1): Compare mouse event window to selected
5127 window before setting point.
5128
5129 * tooltip.el (tooltip-show-help-function): Pass event to
5130 mouse-on-link-p so it can check selected window.
5131
5132 2005-02-22 Kenichi Handa <handa@m17n.org>
5133
5134 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5135 (ps-mule-show-warning): New function.
5136 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5137 characters are found.
5138
5139 * ps-print.el (ps-header-footer-string): Return a list of header
5140 and footer strings.
5141
5142 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5143
5144 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5145
5146 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * frame.el (blink-cursor-mode): Use define-minor-mode.
5149
5150 * term/mac-win.el (function-key-map): Use char-names more consistently.
5151 (file-name-coding-system): Only set it for MacOS-9. The other case is
5152 already handled in mule-cmds.el (where it also works when mac-win.el
5153 is not used).
5154
5155 2005-02-21 Kenichi Handa <handa@m17n.org>
5156
5157 * international/mule.el (ctext-pre-write-conversion): Always use
5158 " *code-converting-work*" buffer for work.
5159
5160 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5161
5162 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5163
5164 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5165
5166 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5167
5168 * ses.el (undo-more): Restore defadvice, but only the part that
5169 allows changes outside the restricted area of the buffer.
5170
5171 2005-02-20 Kim F. Storm <storm@cua.dk>
5172
5173 * simple.el (line-move): Add fourth optional arg try-vscroll which
5174 must be set to perform auto-window-vscroll.
5175 When moving backwards and doing auto-window-vscroll, automatically
5176 vscroll to the last part of lines which are taller than the window.
5177 (next-line, previous-line): Set try-vscroll arg on line-move.
5178
5179 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5180
5181 * replace.el (query-replace, query-replace-regexp)
5182 (replace-string, replace-regexp): When operating on region, make
5183 the minibuffer prompt say so.
5184
5185 * isearch.el (isearch-forward): Document isearch-query-replace and
5186 isearch-query-replace-regexp keybindings.
5187
5188 2005-02-19 Jay Belanger <belanger@truman.edu>
5189
5190 * calc/calc-aent.el (math-read-token): Add local variable.
5191
5192 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5193 (calc-edit-top): Move declaration to earlier in file.
5194 (calc-edit-macro-repeats): Add local variables.
5195
5196 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5197 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5198 calcFunc-tanh.
5199 Adjust integration rule for calcFunc-tan.
5200
5201 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5202
5203 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5204 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5205 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5206 (viper-skip-separators): Bug fix.
5207 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5208 particular major mode.
5209 (viper-del-backward-char-in-replace): Don't put deleted char on the
5210 kill ring.
5211
5212 * viper-ex.el (viper-color-display-p): New function.
5213 (viper-has-face-support-p): Use viper-color-display-p.
5214
5215 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5216
5217 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5218
5219 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5220 (viper-file-remote-p): Make equivalent to file-remote-p.
5221
5222 * viper.el (viper-major-mode-modifier-list):
5223 Use viper-gnus-modifier-map.
5224
5225 2005-02-19 David Kastrup <dak@gnu.org>
5226
5227 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5228 quoting.
5229
5230 2005-02-19 Jay Belanger <belanger@truman.edu>
5231
5232 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5233 Remove extra definitions.
5234 (calc-coth): New function.
5235 (calcFunc-cot): Fix `let'.
5236
5237 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5238
5239 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5240 the reasons we use "type pc" in these faces.
5241
5242 * button.el (button): Ditto.
5243
5244 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5245
5246 * replace.el (query-replace-read-from): Set the value of
5247 query-replace-from-history-variable to handle the case of an empty
5248 string entered to accept the suggested default.
5249
5250 * net/tramp.el (tramp-file-name-for-operation):
5251 Use dired-call-process instead of dired-call-process-command.
5252
5253 2005-02-19 Jay Belanger <belanger@truman.edu>
5254
5255 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5256 (math-div-non-trig): New variables.
5257 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5258 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5259 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5260 trig expressions.
5261
5262 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5263
5264 * progmodes/gdb-ui.el (gdb-var-update-handler)
5265 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5266 for watch expressions,
5267 (gdb-var-create-handler): Don't set speedbar-update-flag.
5268 (gdb-post-prompt): Simplify test for speedbar.
5269
5270 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5271
5272 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5273 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5274 we use the syntax table of the correct buffer.
5275 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5276 Felix Gatzemeier.
5277
5278 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5279 (ediff-file-remote-p): Make synonymous with file-remote-p.
5280 In all deffaces ediff-*-face-*, use min-colors.
5281
5282 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5283 ediff-recurse-to-subdirectories.
5284 (ediff-mark-if-equal): Check that the arguments are strings, use
5285 ediff-same-contents (after to Felix Gatzemeier).
5286
5287 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5288 nil.
5289
5290 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5293
5294 2005-02-18 David Kastrup <dak@gnu.org>
5295
5296 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5297 use `mark-active' when defined.
5298
5299 2005-02-18 Kenichi Handa <handa@m17n.org>
5300
5301 * ps-print.el (ps-font-info-database): New entry
5302 ZapfChancery-MediumItalic with correct font name. Fix font name
5303 of the entry Zapf-Chancery-MediumItalic.
5304
5305 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5308
5309 2005-02-16 Kim F. Storm <storm@cua.dk>
5310
5311 * ido.el (ido-fallback-command): Pass user input to fallback command.
5312
5313 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5314
5315 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5316 (gdb-find-file-hook): Add server prefix.
5317
5318 2005-02-16 Richard M. Stallman <rms@gnu.org>
5319
5320 * replace.el (perform-replace): Pass new args to replace-highlight.
5321 (replace-highlight): Take region args,
5322 and pass them to isearch-lazy-highlight-new-loop.
5323
5324 * novice.el (disabled-command-hook): Autoload the defalias
5325 and the make-obsolete-variable call.
5326
5327 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5328
5329 * isearch.el (isearch-lazy-highlight-start-limit)
5330 (isearch-lazy-highlight-end-limit): New variables limit
5331 the region for highlighting.
5332 (isearch-lazy-highlight-new-loop): New args BEG and END.
5333 (isearch-lazy-highlight-search): Use the new vars.
5334 (isearch-lazy-highlight-update): Likewise.
5335
5336 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5337
5338 * cus-start.el (all): Use default-boundp.
5339
5340 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5341
5342 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5343
5344 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5345
5346 * autorevert.el (auto-revert-stop-on-user-input)
5347 (auto-revert-verbose): Doc fixes.
5348
5349 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5350
5351 * international/mule-cmds.el (set-locale-environment): Remove call
5352 to set-selection-coding-system on Windows.
5353
5354 2005-02-15 Jay Belanger <belanger@truman.edu>
5355
5356 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5357 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5358 calcFunc-coth.
5359 (math-simplify-sqrt): Add simplifications.
5360
5361 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5362 to list.
5363
5364 * calc/calc-ext.el: Add functions to autoloads.
5365
5366 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5367 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5368 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5369 (math-csc-raw, math-cot-raw): New functions.
5370
5371 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5372
5373 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5374 the variable name in a message.
5375
5376 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5377 calcFunc-csc, calcFunc-cot.
5378
5379 * calc/calcalg2.el: Add derivative and integration rules for
5380 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5381 calcFunc-csch, calcFunc-coth.
5382 (math-do-integral-methods): Add to checks for when to use
5383 substitutions.
5384
5385 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5386
5387 2005-02-15 Lute Kamstra <lute@gnu.org>
5388
5389 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5390 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5391 <monnier@iro.umontreal.ca>
5392 (lisp-outline-level): Improve efficiency. Suggested by David
5393 Kastrup <dak@gnu.org>.
5394
5395 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5396
5397 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5398 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5399 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5400 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5401 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5402
5403 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5404
5405 * cus-start.el (all): Comment change.
5406
5407 2005-02-14 Lute Kamstra <lute@gnu.org>
5408
5409 * cus-start.el (all): Check if symbol is void.
5410
5411 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5412
5413 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5414 optional argument to \cite.
5415
5416 2005-02-14 Richard M. Stallman <rms@gnu.org>
5417
5418 * cus-edit.el (custom-buffer-create-internal): Update help message.
5419 (custom-magic-alist): Update help messages.
5420
5421 * cus-start.el (all): Allow a var to specify a standard value.
5422
5423 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * custom.el (custom-theme-set-variables): Handle variable aliases.
5426
5427 * frame.el (blink-cursor-timer): Doc fix.
5428 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5429 declare obsolete.
5430 (blink-cursor-mode): Define with defcustom and use correct
5431 standard expression in that defcustom.
5432 * startup.el (command-line): Adapt to above changes in frame.el.
5433
5434 2005-02-11 Lute Kamstra <lute@gnu.org>
5435
5436 * apropos.el (apropos-score-doc): Prevent division by zero.
5437
5438 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5439
5440 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5441 (icalendar--get-event-property-attributes)
5442 (icalendar--get-event-properties)
5443 (icalendar--datetime-to-diary-date): New functions.
5444 (icalendar--split-value): Doc fix.
5445 (icalendar--datetime-to-noneuropean-date)
5446 (icalendar--datetime-to-european-date): New optional argument
5447 SEPARATOR. Return result as a string instead of a list.
5448 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5449 (icalendar--convert-string-for-export): Rename arg S to STRING.
5450 (icalendar-export-region): Doc fix. Change name of error buffer.
5451 Save output buffer.
5452 (icalendar-import-file): Add blank at end of prompt.
5453 (icalendar-import-buffer): Doc fix. Do not switch to error
5454 buffer. Indicate status in return value.
5455 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5456 buffer. Save output buffer. Handle exception from recurrence
5457 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5458 events. Fix problems with weekly all-day events.
5459
5460 2005-02-10 Richard M. Stallman <rms@gnu.org>
5461
5462 * simple.el (eval-expression-print-format):
5463 Avoid warning about edebug-active.
5464
5465 * help.el (help-for-help-internal): Rename from help-for-help.
5466 (help-for-help): Define with defalias.
5467
5468 * font-core.el (font-lock-default-function): Use with-no-warnings.
5469
5470 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5471
5472 * custom.el (defface): Doc fix.
5473
5474 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5475
5476 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5477 width 0" to prevent word wrapping problems.
5478
5479 2005-02-09 Kim F. Storm <storm@cua.dk>
5480
5481 * ido.el (ido-file-extensions-order): New defcustom.
5482 (ido-file-extension-lessp, ido-file-extension-aux)
5483 (ido-file-extension-order): New advanced file ordering.
5484 (ido-file-lessp): New simple file ordering.
5485 (ido-sort-list): Remove.
5486 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5487 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5488
5489 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5490
5491 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5492 that some versions of grep produce.
5493 (grep-mode-font-lock-keywords): Likewise.
5494
5495 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5496
5497 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5498 (gdb-cdir): Delete.
5499 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5500 (gdb-source-info): Treat case when source file is in another
5501 directory properly.
5502 (gdb-get-location): New function.
5503
5504 2005-02-07 Jay Belanger <belanger@truman.edu>
5505
5506 * calc/calc-prog.el (calc-write-parse-table-part)
5507 (calc-fix-token-name): Fix a check for language type.
5508
5509 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5510
5511 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5512
5513 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5514 as directory not writable.
5515
5516 2005-02-07 Kim F. Storm <storm@cua.dk>
5517
5518 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5519 (cua--standard-movement-commands): Remove list.
5520 Instead, set CUA property value to move for movement commands.
5521 (cua-movement-commands): Remove. Users must set CUA prop instead.
5522 (cua--pre-command-handler): Check CUA property.
5523 (cua--init-keymaps): Don't remap undo commands.
5524 (cua-mode): Don't call cua--rectangle-on-off.
5525
5526 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5527 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5528 (cua--rect-undo-set-point): New var.
5529 (cua--rectangle-undo-boundary): Setup undo apply entry.
5530 (cua--rect-undo-handler): New function for rectangle undo.
5531 (cua--rect-start-position, cua--rect-end-position): Add.
5532 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5533 for restored rectangle. Set point if cua--rect-undo-set-point.
5534
5535 2005-02-06 Jay Belanger <belanger@truman.edu>
5536
5537 * calc/calc-lang.el (calc-tex-language): Display more information
5538 in messages.
5539
5540 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5541 in TeX mode.
5542
5543 2005-02-06 Richard M. Stallman <rms@gnu.org>
5544
5545 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5546
5547 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5548
5549 * net/ldap.el (ldap-search-internal): Support attributes with
5550 optional descriptions separated by a semi-colon, as in
5551 "userCertificate;binary".
5552
5553 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5554
5555 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5556 isn't a cons (i.e. the version is 0).
5557
5558 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5559
5560 * help.el (help-for-help): Doc fix.
5561
5562 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5563
5564 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5565 GDB-Windows on the menu-bar as this works better.
5566
5567 2005-02-04 Jay Belanger <belanger@truman.edu>
5568
5569 * calc/calc-embed.el (calc-embedded-update): Don't put in
5570 unnecessary newlines. Adjust the end of formula marker.
5571
5572 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5573 (math-latex-parse-two-args): New function.
5574
5575 2005-02-03 Lute Kamstra <lute@gnu.org>
5576
5577 * help-fns.el (help-with-tutorial): Make sure that users cannot
5578 remove the entire text of the tutorial by means of `undo'.
5579
5580 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5581
5582 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5583 in recent changes, where the ispell process was repeatedly
5584 killed & restarted.
5585
5586 * international/mule-cmds.el (set-locale-environment): Set file-name
5587 coding system to utf-8 on Darwin systems.
5588 (set-default-coding-systems): Don't set default-file-name-coding-system
5589 on Darwin systems.
5590
5591 2005-02-03 Richard M. Stallman <rms@gnu.org>
5592
5593 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5594
5595 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5596
5597 * faces.el (list-faces-display): Add optional argument.
5598
5599 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * font-core.el (font-lock-default-function): Handle the rare case where
5602 only font-lock-keywords is set.
5603
5604 2005-02-02 Kenichi Handa <handa@m17n.org>
5605
5606 * international/characters.el: Cancel previous change for
5607 I-WITH-DOT-ABOVE and DOTLESS-i.
5608
5609 * international/latin-5.el: Cancel previous change.
5610
5611 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5612
5613 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5614
5615 2005-02-02 Kenichi Handa <handa@m17n.org>
5616
5617 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5618 DOTLESS-i.
5619
5620 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5621 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5622
5623 * case-table.el (get-upcase-table): New function.
5624 (copy-case-table): Copy upcaes table too if non-nil.
5625 (set-case-syntax-delims): Maintain upcase table too.
5626 (set-case-syntax-pair): Likewise.
5627 (set-upcase-syntax, set-downcase-syntax): New functions.
5628 (set-case-syntax): Maintain upcase table too.
5629
5630 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5631
5632 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5633
5634 * progmodes/gud.el (gud-goto-info): New function.
5635 (gud-tool-bar-map): Use correct icon.
5636
5637 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5638
5639 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5640 When delegating, order args in the funcall correctly.
5641
5642 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5643
5644 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5645
5646 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5647
5648 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5649 buffer not visiting a file.
5650
5651 2005-01-31 Jay Belanger <belanger@truman.edu>
5652
5653 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5654 bound on the line with the formula.
5655
5656 2005-01-31 Kim F. Storm <storm@cua.dk>
5657
5658 * ses.el (ses-create-cell-variable-range)
5659 (ses-destroy-cell-variable-range, ses-reset-header-string)
5660 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5661 (ses-insert-row): Fix format of apply undo entries.
5662
5663 2005-01-31 Jay Belanger <belanger@truman.edu>
5664
5665 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5666 parts.
5667
5668 * calc/calc-embed.el (calc-embedded-open-formula)
5669 (calc-embedded-close-formula): Ignore matrix environments.
5670
5671 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5672 TeX mode.
5673
5674 * calc/calc-lang.el (math-function-table, math-oper-table)
5675 (math-variable-table): Adjust the LaTeX portions.
5676
5677 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5678 (math-latex-ignore-words): New constant.
5679
5680 2005-01-31 Richard M. Stallman <rms@gnu.org>
5681
5682 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5683 (ispell-local-dictionary): Doc fix.
5684 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5685 Don't reinitialize at run time. Don't defcustom.
5686 All uses changed to append ispell-local-dictionary-alist,
5687 or check it first.
5688 (ispell-current-dictionary): New variable for dictionary in use.
5689 (ispell-dictionary): Now used only for global default.
5690 (ispell-start-process): Set ispell-current-dictionary,
5691 not ispell-dictionary.
5692 (ispell-change-dictionary): Use this only for setting
5693 user preferences.
5694 (ispell-internal-change-dictionary): New function
5695 to change the current dictionary in use.
5696 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5697 Use ispell-current-dictionary.
5698 Handle ispell-local-dictionary-overridden.
5699 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5700
5701 2005-01-31 Jay Belanger <belanger@truman.edu>
5702
5703 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5704
5705 * calc/calc-ext.el: Add calc-latex-language to autoloads.
5706 (calc-mode-map): Add calc-latex-language.
5707
5708 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5709 (math-latex-print-frac): New functions.
5710 (math-oper-table, math-function-table, math-variable-table)
5711 (math-complex-format, math-input-filter): Add latex properties.
5712 (calc-set-language): Set math-expr-special-function-mapping.
5713
5714 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5715 (calc-write-parse-table-part): Add LaTeX support.
5716
5717 * calc/calc.el (calc-language): Adjust docstring.
5718 (calc-set-mode-line): Add LaTeX support.
5719 (math-expr-special-function-mapping): New variable.
5720 (math-tex-ignore-words): Add to list.
5721
5722 * calc/calccomp.el (math-compose-expr, math-compose-rows):
5723 Add LaTeX support.
5724 (math-compose-expr): Add support for special functions.
5725
5726 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5727
5728 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
5729
5730 * progmodes/gdb-ui.el (gdb-memory-address)
5731 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5732 (gdb-memory-mode-map, gdb-memory-format-keymap)
5733 (gdb-memory-format-menu, gdb-memory-unit-keymap)
5734 (gdb-memory-unit-menu): New variables for a buffer
5735 that lets the user examine program memory.
5736 (gdb-memory-set-address, gdb-memory-set-repeat-count)
5737 (gdb-memory-format-binary, gdb-memory-format-octal)
5738 (gdb-memory-format-unsigned, gdb-memory-format-signed)
5739 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5740 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5741 (gdb-memory-unit-word, gdb-memory-unit-halfword)
5742 (gdb-memory-unit-byte, gdb-memory-unit-menu)
5743 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5744 (gdb-memory-mode, gdb-memory-buffer-name)
5745 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5746 New functions for above buffer.
5747
5748 2005-01-30 Richard M. Stallman <rms@gnu.org>
5749
5750 * cus-edit.el (custom-bury-buffer): Function deleted.
5751 (custom-buffer-done-function): Option deleted.
5752 (custom-buffer-done-kill): New (replacement option.
5753 (Custom-buffer-done): Call quit-window.
5754 (custom-buffer-create-internal): Update for above changes.
5755
5756 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
5757
5758 * simple.el (undo-ask-before-discard): New var.
5759 (undo-outer-limit-truncate): Implement it.
5760 (undo-extra-outer-limit): Doc update.
5761
5762 2005-01-29 Richard M. Stallman <rms@gnu.org>
5763
5764 * ses.el (undo-more): Delete defadvice.
5765 (ses-begin-change): Doc fix.
5766
5767 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5768 instead of rebinding C-x u and C-_.
5769
5770 * files.el (normal-backup-enable-predicate): Return nil for files
5771 in /tmp, regardless of temporary-file-directory.
5772
5773 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5774
5775 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
5776 (open-rectangle, delete-whitespace-rectangle-line)
5777 (clear-rectangle-line): If FILL, pass t instead of FILL
5778 for move-to-column's 2nd arg.
5779
5780 * simple.el (undo): Fix the test for continuing a series of undos.
5781 (undo-more): Set pending-undo-list to t when we reach end.
5782 (pending-undo-list): Move up defvar.
5783
5784 * wid-edit.el (widget-button-click):
5785 Shorten the range of the track-mouse binding.
5786
5787 * comint.el (comint-insert-input): Undo previous changes;
5788 use last-input-event in interactive spec.
5789
5790 2005-01-29 Eli Zaretskii <eliz@gnu.org>
5791
5792 * progmodes/compile.el (compilation-start): Bind buffer-read-only
5793 to nil before invoking call-process. Reset buffer's modified flag
5794 after fontifying it in the no-async branch.
5795
5796 * wid-edit.el (widget-specify-button): If mouse pointer shape
5797 cannot be changed, use mouse face instead.
5798
5799 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5802 (gdb-goto-breakpoint): Make breakpoint handling work on template
5803 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
5804 (gdb-assembler-custom): Update to recognise breakpoint information
5805 added on 2005-01-19.
5806
5807 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
5810 (dsssl-mode): Use define-derived-mode.
5811 (scheme-mode-initialize): Remove.
5812 (scheme-mode): Use run-mode-hooks.
5813
5814 * cus-edit.el (customize-group-other-window)
5815 (custom-buffer-create-other-window): Don't override special-display-*.
5816 (custom-mode-map): Make it dense.
5817
5818 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
5819 sets the default value.
5820
5821 2005-01-28 Eli Zaretskii <eliz@gnu.org>
5822
5823 * descr-text.el: Add more keywords.
5824
5825 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * speedbar.el: Avoid unnecessary use of locate-library.
5828
5829 * international/mule-cmds.el (standard-display-european-internal):
5830 Don't fiddle with latin-1 non-break space any more since it's now
5831 special cased in the C code.
5832 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5833
5834 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
5835
5836 * cus-start.el (all): Add `undo-outer-limit'.
5837
5838 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5839
5840 * textmodes/bibtex.el (bibtex-format-entry):
5841 Use `bibtex-empty-field-re' only on the text of fields, not on entire
5842 field lines.
5843 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5844 not on part of a buffer.
5845
5846 2005-01-25 Lute Kamstra <lute@gnu.org>
5847
5848 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5849 nonempty field text strings like "{letters\\macro{}more letters}".
5850 Clarify docstring.
5851 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5852 (bibtex-entry-offset, bibtex-parse-association)
5853 (bibtex-parse-field-name): Fix typos in docstrings.
5854 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5855
5856 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
5857
5858 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5859 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5860 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5861 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5862
5863 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5864 isearch minor mode.
5865
5866 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
5867
5868 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5869
5870 2005-01-24 Lute Kamstra <lute@gnu.org>
5871
5872 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5873 CASECHARS and NOT-CASECHARS regular expressions of the
5874 "nederlands" and "nederlands8" dictionaries to prevent a "Range
5875 striding over charsets" error.
5876
5877 2005-01-24 Jay Belanger <belanger@truman.edu>
5878
5879 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5880 display variable name.
5881
5882 2005-01-24 Kenichi Handa <handa@m17n.org>
5883
5884 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5885 Fix setting of the element of encoded-kbd-iso2022-invocations.
5886
5887 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5890 (gdb-threads-select): Change to also accept mouse events.
5891 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5892 (gdb-threads-mouse-select): Delete.
5893
5894 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
5895
5896 * files.el (insert-directory): Take care of empty directory,
5897 listed without -a switch.
5898
5899 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * textmodes/refill.el (refill-post-command-function):
5902 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5903 to the list of functions that we should be careful not to undo.
5904 (refill-late-fill-paragraph-function): Remove.
5905 (refill-saved-state): New var.
5906 (refill-mode): Use it to save fill-paragraph-function.
5907 Save also the value of auto-fill-function.
5908
5909 * term/w32-win.el: Simplify code.
5910
5911 2005-01-23 Kim F. Storm <storm@cua.dk>
5912
5913 * simple.el (line-move): Adapt to new return value from
5914 pos-visible-in-window-p.
5915
5916 * simple.el (line-move): Fix last change. Check partial
5917 visibility at point rather than at window-start.
5918
5919 2005-01-22 Jason Rumney <jasonr@gnu.org>
5920
5921 * term/w32-win.el (xw-defined-colors): Remove debug-message.
5922
5923 2005-01-22 David Kastrup <dak@gnu.org>
5924
5925 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5926
5927 2005-01-22 Eli Zaretskii <eliz@gnu.org>
5928
5929 * type-break.el (type-break-mode): Add a test for
5930 type-break-file-name being non-nil.
5931
5932 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5933
5934 * net/eudc.el (top level): Call (message "") via progn, so that
5935 eudc-options-file is loaded.
5936
5937 2005-01-22 Kim F. Storm <storm@cua.dk>
5938
5939 * simple.el (line-move-1): Rename from line-move.
5940 (line-move): New function that adjusts vscroll for partially
5941 visible rows, and calls line-move-1 otherwise.
5942
5943 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
5944
5945 * pcomplete.el: define pcomplete-read-event instead of read-event,
5946 since it's not a complete read-event implementation
5947
5948 2005-01-20 Jay Belanger <belanger@truman.edu>
5949
5950 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5951 for called function.
5952
5953 2005-01-20 Steven Tamm <steventamm@mac.com>
5954
5955 * term/mac-win.el (process-connection-type): Remove.
5956 Controlled now by s/darwin.h:PTY_ITERATION.
5957
5958 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * window.el (handle-select-window): Don't switch window when we're
5961 in the minibuffer.
5962
5963 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
5964
5965 * subr.el (dotimes-with-progress-reporter): New macro.
5966
5967 * ses.el (ses-dotimes-msg): Remove macro.
5968 Use `dotimes-with-progress-reporter' instead.
5969
5970 2005-01-19 Steven Tamm <steventamm@mac.com>
5971
5972 * term/mac-win.el (process-connection-type): Use new
5973 operating-system-release variable to use ptys on Darwin 7 (OSX
5974 10.3) when using carbon build.
5975
5976 2005-01-19 Jay Belanger <belanger@truman.edu>
5977
5978 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5979 flags if the last command was a tab or M-tab.
5980
5981 * calc/calc-prog.el (calc-user-define-edit): Put original formula
5982 in formula editing buffer.
5983
5984 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5987 breakpoint image symbol in margin.
5988
5989 2005-01-19 Jay Belanger <belanger@truman.edu>
5990
5991 * calc/calc-prog.el (calc-execute-kbd-macro):
5992 Ignore calc-keep-arg-flag.
5993
5994 2005-01-19 Kenichi Handa <handa@m17n.org>
5995
5996 * textmodes/ispell.el (ispell-looking-at): New function.
5997 (ispell-process-line): Use ispell-looking-at to compare the ispell
5998 output and the buffer contents.
5999
6000 2005-01-18 Jay Belanger <belanger@truman.edu>
6001
6002 * calc/calc.el (calc-display-raw): Fix docstring.
6003
6004 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * simple.el (blink-matching-open): Strip extra info from syntax.
6007
6008 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6009 funny chars in the end-of-here-doc marker.
6010
6011 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6014 that enable/disabled state of breakpoints is shown correctly in
6015 fringe and on ttys.
6016 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6017 Add breakpoint information as text properties.
6018 (gdb-mouse-toggle-breakpoint):
6019 Rename to gdb-mouse-set-clear-breakpoint.
6020 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6021 breakpoints in the margin.
6022 (gdb-remove-strings): Simplify.
6023
6024 2005-01-17 Jay Belanger <belanger@truman.edu>
6025
6026 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6027 erasing buffer.
6028
6029 2005-01-17 Richard M. Stallman <rms@gnu.org>
6030
6031 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6032 for calling grep-compute-defaults.
6033
6034 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6035 if buffer is empty.
6036
6037 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6038
6039 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6042
6043 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6044 non-preloaded variables.
6045
6046 2005-01-17 Steven Tamm <steventamm@mac.com>
6047
6048 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6049 tex-shell cause to force interactivity when using pipes.
6050
6051 2005-01-17 Kim F. Storm <storm@cua.dk>
6052
6053 * simple.el (just-one-space): Make arg optional.
6054
6055 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6058 posn-at-x-y to t to access left-margin.
6059
6060 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6061
6062 Sync with Tramp 2.0.47.
6063
6064 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6065 catching keep-date problems in cp/scp operations.
6066 (tramp-handle-copy-file): Don't call `set-file-modes'
6067 unconditionally. Specialized functions should know better what is
6068 necessary. This improves performance a little bit, and the
6069 functions could catch errors with `cp -p' and `scp -p'.
6070 (tramp-do-copy-or-rename-file-via-buffer)
6071 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6072 when appropriate.
6073 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6074 Call `set-file-modes' when appropriate.
6075 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6076 Johnsson <isak@hypergene.com>
6077 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6078 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6079 <joakim@verona.se>
6080 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6081 Emacs only.
6082
6083 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6084 `find-file-hooks' and `dired-mode-hook'.
6085 (tramp-minor-mode-map): Respective map. Add remapping for
6086 `compile' and `recompile'.
6087 (tramp-remap-command, tramp-recompile): New defuns.
6088 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6089 in buffer "*Compilation*". Call the commands asynchronously.
6090
6091 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6092 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6093 `shell-command', because it isn't magic in XEmacs. Reported by
6094 Adrian Aichner <adrian@xemacs.org>.
6095
6096 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6097 `substitute-in-file-name.
6098 (tramp-smb-handle-substitute-in-file-name): New defun.
6099 (tramp-smb-advice-PC-do-completion): Delete advice.
6100
6101 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6102
6103 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6104 Fix error in deleting region.
6105
6106 2005-01-15 Richard M. Stallman <rms@gnu.org>
6107
6108 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6109 In non-temp buffer, switch syntax table temporarily.
6110
6111 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6112
6113 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6114
6115 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6116
6117 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6118 (imenu--generic-function): Use START, not BEG, as pos of definition.
6119
6120 * simple.el (just-one-space): Argument specifies number of spaces.
6121
6122 * simple.el (eval-expression-print-format): Avoid warning
6123 about edebug-active.
6124
6125 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6126
6127 * progmodes/sh-script.el: Code copied from make-mode.el
6128 with small changes,
6129 (sh-mode-map): Bind C-c C-\.
6130 (sh-backslash-column, sh-backslash-align): New variables.
6131 (sh-backslash-region, sh-append-backslash): New functions.
6132
6133 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6134
6135 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6136 (rmail-pop-password, rmail-pop-password-required): Move to
6137 rmail-obsolete group.
6138 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6139 All callers updated.
6140 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6141 Take an argument specifying whether it is POP or IMAP mailbox we
6142 are using. All callers updated.
6143 (rmail-pop-password-error): Rename to
6144 rmail-remote-password-error. Added mailutils-specific error message.
6145 (rmail-movemail-search-path)
6146 (rmail-movemail-variant-in-use): New variables.
6147 (rmail-remote-password, rmail-remote-password-required):
6148 New customization variables.
6149 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6150 (rmail-parse-url): New function.
6151 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6152 with GNU mailutils movemail.
6153
6154 2005-01-15 Kevin Ryde <user42@zip.com.au>
6155
6156 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6157 suffix to space, $ or '$, to correctly position point when going
6158 to @table style constants like DBL_MAX.
6159
6160 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6161
6162 * type-break.el (type-break-mode, type-break-file-time)
6163 (type-break-file-keystroke-count, type-break-choose-file):
6164 Don't store data in or load data from the file if type-break-file-name
6165 is nil.
6166 (type-break-file-name): Doc update as per the above.
6167
6168 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6169
6170 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6171 lookup-key might return nil; handle that.
6172
6173 2005-01-15 Alan Mackenzie <acm@muc.de>
6174
6175 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6176 rather than the element found, thus enabling the tree to be setcar'd.
6177
6178 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6179
6180 * textmodes/org.el (org-show-following-heading): New option.
6181 (org-show-hierarchy-above): Use `org-show-following-heading'.
6182 (org-cycle): Documentation fix.
6183
6184 * textmodes/org.el (orgtbl-optimized): New option
6185 (orgtbl-mode): New command, a minor mode.
6186 (orgtbl-mode-map): New variable.
6187 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6188 (orgtbl-error, orgtbl-self-insert-command)
6189 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6190
6191 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6192 a local variable in each org-mode buffer.
6193
6194 * textmodes/org.el (org-set-regexps-and-options): Rename from
6195 `org-set-regexps'. Added checking for STARTUP keyword.
6196 (org-get-current-options): Add STARTUP options.
6197 (org-table-insert-row): Mode mode intelligent about when
6198 realignment is needed.
6199 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6200 New commands.
6201 (org-enable-table-editor): New default value `optimized'.
6202 (org-table-blank-field): Support blanking regions if active.
6203
6204 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6205
6206 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6207 if the year is not given.
6208
6209 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6210 Add new escapes %m and %M, fixed bug with %F by adding
6211 save-match-data.
6212 (reftex-reference): Remove ?. from list of spaces.
6213 (reftex-label-info): Add automatic label prefix recognition.
6214
6215 * textmodes/reftex-index.el (reftex-index-next-phrase):
6216 Add slave parameter to call of `reftex-index-this-phrase'.
6217 (reftex-index-this-phrase): New optional argument.
6218 (reftex-index-region-phrases): Add slave parameter to call of
6219 `reftex-index-this-phrase'.
6220 (reftex-display-index): New argument redo.
6221 (reftex-index-rescan): Add 'redo to arguments of
6222 `reftex-display-index'.
6223 (reftex-index-Rescan, reftex-index-revert)
6224 (reftex-index-switch-index-tag): Add 'redo to arguments of
6225 `reftex-display-index'.
6226 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6227 indexing. Fix bug with matching is there is a quote before or
6228 after the word.
6229
6230 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6231 Fix bug when collecting citation keys in lines with comments.
6232 (reftex-citation): Prefix argument no longer rescans the document,
6233 but forces prompting for optional arguments of cite macros.
6234 (reftex-do-citation): Prompting for optional arguments implemented.
6235
6236 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6237 Add optional arguments to most cite commands.
6238 (reftex-cite-cleanup-optional-args): New option
6239 (reftex-cite-prompt-optional-args): New option.
6240 (reftex-trust-label-prefix): New option.
6241
6242 * textmodes/reftex-toc.el (reftex-toc-find-section):
6243 Add push-mark before changing the position in the buffer.
6244
6245 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6246 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6247
6248 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6251 more carefully.
6252
6253 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6256 (sgml-mode): Use it.
6257 (sgml-get-context): Better keep track of implicitly closed tags.
6258
6259 2005-01-13 Kenichi Handa <handa@m17n.org>
6260
6261 * textmodes/ispell.el: These changes are to fix misalignment error
6262 caused by equivalent characters of different Emacs charsets.
6263 (ispell-unified-chars-table): New variable.
6264 (ispell-get-decoded-string): New function.
6265 (ispell-get-casechars, ispell-get-not-casechars)
6266 (ispell-get-otherchars): Call ispell-get-decoded-string.
6267
6268 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6269
6270 * custom.el (custom-declare-variable): Just put symbol instead
6271 of (defvar . symbol) in `current-load-list'.
6272
6273 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6274
6275 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6276
6277 2005-01-12 Jay Belanger <belanger@truman.edu>
6278
6279 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6280 to create a Calc summary.
6281
6282 2005-01-12 Kim F. Storm <storm@cua.dk>
6283
6284 * mouse.el (mouse-on-link-p): Change functionality and doc
6285 string to comply with latest description in lisp ref.
6286
6287 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6290 Enable mouse clicks on mode-line, header-line and margin.
6291 (event-type): Give mouse event symbols an 'event-kind property
6292 with value 'mouse-click.
6293
6294 2005-01-12 Juri Linkov <juri@jurta.org>
6295
6296 * facemenu.el (list-colors-display): Add new arg buffer-name.
6297 Use it. Fix docstring. Replace code for identifying duplicate
6298 colors by the name with call to `list-colors-duplicates' which
6299 identifies duplicate colors by the value unless the color
6300 is one of special Windows colors. Set truncate-lines to t.
6301 Print sorted duplicate color names on each line. Indent to 22
6302 \(the longest color name in rgb.txt) instead of 20. Optimize.
6303 (list-colors-duplicates): New function.
6304 (facemenu-color-name-equal): Delete function.
6305
6306 * facemenu.el (list-colors-print): New function created from code
6307 in list-colors-display. Print #RRGGBB at the window right edge.
6308 (list-colors-display): When temp-buffer-show-function is not
6309 defined, call list-colors-print from temp-buffer-show-hook
6310 to get the right value of window-width in list-colors-print
6311 after the buffer is displayed.
6312
6313 * simple.el (pop-mark): Move deactivate-mark out of conditional
6314 part to deactivate the active mark regardless of the state of the
6315 mark ring.
6316
6317 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6318 variables line in desktop files.
6319
6320 2005-01-12 Juri Linkov <juri@jurta.org>
6321
6322 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6323 Bring together isearch highlight related options.
6324 (lazy-highlight): Replace group `replace' by `matching'.
6325 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6326 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6327 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6328 and declare them obsolete.
6329 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6330 (isearch-faces): Remove defgroup.
6331 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6332 Move isearch highlighting code closer to lazy highlighting code.
6333
6334 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6335 (query-replace-highlight, query-replace-lazy-highlight)
6336 (query-replace): Move definitions to the beginning of the file.
6337
6338 2005-01-11 Juri Linkov <juri@jurta.org>
6339
6340 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6341 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6342 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6343
6344 * info.el (Info-history-forward): New variable.
6345 (Info-select-node): Reset Info-history-forward to nil.
6346 (Info-last): Turn into defalias.
6347 (Info-history-back): Rename from Info-last.
6348 Add current node to Info-history-forward.
6349 (Info-history-forward): New fun.
6350 (Info-mode-map): Replace Info-last by Info-history-back.
6351 Bind Info-history-forward to "r".
6352 (Info-mode-menu): Replace Info-last by Info-history-back.
6353 Fix menu item text. Add menu item for Info-history-forward.
6354 (info-tool-bar-map): Replace Info-last by Info-history-back.
6355 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6356 for Info-history-forward.
6357 (Info-mode): Replace Info-last by Info-history-back in docstring.
6358 Add local variable Info-history-forward.
6359 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6360
6361 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6364 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6365 Ignore select-window events rather than fiddle with
6366 mouse-autoselect-window.
6367
6368 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6369
6370 * type-break.el (type-break-mode): Fix previous change.
6371
6372 2005-01-10 Jay Belanger <belanger@truman.edu>
6373
6374 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6375 calculator; only reset when point is inside a calculator.
6376 Don't adjust the window height if the window takes up the whole height
6377 of the frame.
6378
6379 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6380
6381 * ebuff-menu.el (Electric-buffer-menu-mode):
6382 Preserve value of buffer-local var header-line-format.
6383
6384 2005-01-09 Jay Belanger <belanger@truman.edu>
6385
6386 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6387 Make sure settings file exists before accessing it.
6388
6389 * calc/calc-embed.el (calc-embedded-subst):
6390 Replace math-multi-subst-rec, which is only supposed to be called
6391 by math-multi-subst, by math-multi-subst.
6392
6393 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6394
6395 * vc.el (vc-allow-async-revert): New user option.
6396 (vc-disable-async-diff): New internal variable.
6397 (vc-revert-buffer): Use them to disable asynchronous diff.
6398
6399 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6400 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6401 asynchronously if vc-disable-async-diff is t.
6402
6403 2005-01-09 Jay Belanger <belanger@truman.edu>
6404
6405 * calc/calc.el (defcalcmodevar): New macro.
6406 (calc-mode-var-list-restore-default-values)
6407 (calc-mode-var-list-restore-saved-values): New functions.
6408 (calc-mode-var-list): Use defcalcmodevar to define it.
6409 (calc-always-load-extensions, calc-line-numbering)
6410 (calc-line-breaking, calc-display-just, calc-display-origin)
6411 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6412 (calc-group-char, calc-point-char, calc-frac-format)
6413 (calc-prefer-frac, calc-hms-format, calc-date-format)
6414 (calc-float-format, calc-full-float-format, calc-complex-format)
6415 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6416 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6417 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6418 (calc-matrix-brackets, calc-language, calc-language-option)
6419 (calc-left-label, calc-right-label, calc-word-size)
6420 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6421 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6422 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6423 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6424 (calc-window-height, calc-display-trail, calc-show-selections)
6425 (calc-use-selections, calc-assoc-selections)
6426 (calc-display-working-message, calc-auto-why, calc-timing)
6427 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6428 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6429 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6430 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6431 (calc-gnuplot-geometry, calc-graph-default-resolution)
6432 (calc-graph-default-resolution-3d, calc-invocation-macro)
6433 (calc-show-banner): Use defcalcmodevar to declare them and set
6434 their default values.
6435
6436 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6437 instead of default values (but restore default values if there is
6438 an argument of 0).
6439
6440 2005-01-09 David Kastrup <dak@gnu.org>
6441
6442 * desktop.el (desktop-restore-eager): Fix typo in type.
6443
6444 2005-01-08 Richard M. Stallman <rms@gnu.org>
6445
6446 * cus-edit.el (customize): Delete :link.
6447
6448 2005-01-08 Jay Belanger <belanger@truman.edu>
6449
6450 * calc/calc.el (calc-mode): Remove the extension from the
6451 `calc-settings-file' file name when loading it.
6452
6453 2005-01-08 Kim F. Storm <storm@cua.dk>
6454
6455 * info.el (Info-mode-map, Info-next-link-keymap)
6456 (Info-prev-link-keymap, Info-up-link-keymap):
6457 Map follow-link to mouse-face.
6458 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6459
6460 2005-01-08 Jay Belanger <belanger@truman.edu>
6461
6462 * calc/calc.el (calc-settings-file): Change default value.
6463 Suggested by cgw in a comment in calc-mode.el.
6464
6465 * calc/calc-mode.el (calc-settings-file-name):
6466 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6467 Replace ~/.emacs in a prompt by calc-settings-file.
6468
6469 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6470
6471 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6472 (desktop-lazy-idle-delay): New customizable variables.
6473 (desktop-buffer-args-list): New variable.
6474 (desktop-append-buffer-args): New function.
6475 (desktop-save): Call desktop-append-buffer-args for some buffers.
6476 (desktop-lazy-create-buffer): New function.
6477 (desktop-idle-create-buffers): New function.
6478 (desktop-read): Add message about buffers to restore lazily.
6479 (desktop-lazy-abort): New command.
6480 (desktop-clear): Call desktop-lazy-abort.
6481 (desktop-lazy-complete): New command.
6482
6483 2005-01-06 Richard M. Stallman <rms@gnu.org>
6484
6485 * emacs-lisp/find-func.el (find-face-definition):
6486 Rename from find-face.
6487
6488 2005-01-06 Kim F. Storm <storm@cua.dk>
6489
6490 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6491
6492 * man.el (Man-xref-man-page, Man-xref-header-file)
6493 (Man-xref-normal-file): Add follow-link property.
6494
6495 2005-01-06 Jay Belanger <belanger@truman.edu>
6496
6497 * calc/calc-units.el: Make sure the proper macro definitions are
6498 available when compiling.
6499
6500 2005-01-06 Juri Linkov <juri@jurta.org>
6501
6502 * isearch.el (isearch-lazy-highlight-update):
6503 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6504
6505 2005-01-06 Miles Bader <miles@gnu.org>
6506
6507 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6508 (isearch-lazy-highlight-face): Use new name.
6509
6510 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * uniquify.el (uniquify-rationalize-file-buffer-names):
6513 Re-add an interactive spec.
6514 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6515 to the same name.
6516
6517 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6518 (isearch-update, isearch-done): Adjust calls accordingly.
6519
6520 2005-01-05 Richard M. Stallman <rms@gnu.org>
6521
6522 * custom.el (custom-set-variables, custom-theme-set-variables):
6523 Clarify documentation.
6524
6525 * emacs-lisp/find-func.el (find-variable)
6526 (find-variable-other-window, find-variable-other-frame):
6527 Fix the TYPE args to find-function-read and find-function-do-it.
6528 (find-function): Doc fix.
6529 (find-function-at-point): Replace function-at-point alias.
6530
6531 2005-01-04 Richard M. Stallman <rms@gnu.org>
6532
6533 * cus-face.el (custom-declare-face):
6534 Record defface in current-load-list.
6535
6536 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6537
6538 * emacs-lisp/find-func.el: Doc fixes.
6539 (find-face-regexp): New variable.
6540 (find-function-regexp-alist): New variable.
6541 (find-function-C-source): Third arg is now TYPE.
6542 (find-function-search-for-symbol): Handle general TYPE.
6543 (find-function-read, find-function-do-it): Handle general TYPE.
6544 (find-definition-noselect, find-face): New functions.
6545 (function-at-point): Alias deleted.
6546
6547 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * battery.el (display-battery-mode): Rename from display-battery.
6550 Handle the case where it gets turned off.
6551
6552 2005-01-04 Richard M. Stallman <rms@gnu.org>
6553
6554 * cus-edit.el (customize): Make :link point to user doc.
6555
6556 * man.el (Man-fontify-manpage): Turn off undo generation.
6557
6558 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6559
6560 2005-01-04 Andreas Schwab <schwab@suse.de>
6561
6562 * files.el (insert-directory): Only look for error lines in
6563 inserted text. Don't move too far after processing --dired markers.
6564
6565 2005-01-04 Richard M. Stallman <rms@gnu.org>
6566
6567 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6568 Don't expand if the character is @, period, dash, etc.
6569 (define-mail-abbrev): Quote names that contain problem characters.
6570
6571 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6572
6573 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6574
6575 2005-01-03 Richard M. Stallman <rms@gnu.org>
6576
6577 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6578 (query-replace-highlight, query-replace-lazy-highlight)
6579 (query-replace): Definitions moved up. Doc fix.
6580
6581 2005-01-03 Richard M. Stallman <rms@gnu.org>
6582
6583 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6584 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6585 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6586 (lazy-highlight-face): Rename from isearch-lazy-...
6587 Change all references to them.
6588
6589 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * cus-edit.el (custom-file): Doc fix for defcustom.
6592 (custom-file): The function no longer sets the variable
6593 `custom-file' to its return value.
6594
6595 * startup.el (command-line): No longer load `custom-file'.
6596
6597 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6600
6601 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6602 Don't confuse module-prefixed identifiers for labels.
6603 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6604
6605 2005-01-02 Richard M. Stallman <rms@gnu.org>
6606
6607 * files.el (basic-save-buffer-1): Fix previous change.
6608
6609 * loadhist.el (file-loadhist-lookup): New function.
6610 (file-provides, file-requires): Use it.
6611
6612 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6613 instead of calculating the right size.
6614
6615 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6616
6617 * vc-svn.el (vc-svn-diff): Stay local if possible.
6618
6619 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6622
6623 * files.el (hack-local-variables): Fix last change.
6624
6625 2005-01-02 Jay Belanger <belanger@truman.edu>
6626
6627 * calc/calc-yank.el (calc-edit-top): New variable.
6628 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6629 object. Change header properties.
6630 (calc-edit-finish, calc-edit-finish-stack-object)
6631 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6632 edited object.
6633 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6634 for the beginning of the edited object.
6635 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6636 for the beginning of the edited object.
6637 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6638 (calc-finish-formula-edit, calc-macro-repeats)
6639 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6640 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6641 beginning of the edited object.
6642 (calc-user-define-edit): Change the header for editing macros.
6643 Remove unnecessary variable.
6644
6645 2005-01-01 Jay Belanger <belanger@truman.edu>
6646
6647 * calc/calc-yank.el (calc-edit-mode): Change default header.
6648 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6649 * calc/calc-store.el (calc-edit-variable): Change title to match new
6650 header.
6651 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6652 mode to match new header.
6653 (calc-user-define-edit): Change titles to include names of commands.
6654 (calc-finish-formula-edit): Adjust to handle new header.
6655 (calc-finish-macro-edit): Remove.
6656 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6657 (calc-edit-macro-command, calc-edit-macro-command-type)
6658 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6659 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6660 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6661 (calc-edit-macro-finish-edit): New functions.
6662 (calc-user-define-edit): Use new functions to edit named calc macros.
6663
6664 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6665
6666 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6667
6668 * ses.el (copy-region-as-kill): Deactivate mark.
6669
6670 2005-01-01 Richard M. Stallman <rms@gnu.org>
6671
6672 * replace.el (occur-1): If the output buffer is also an input,
6673 don't kill it, rename it.
6674
6675 * faces.el (set-face-background, set-face-foreground): Doc fix.
6676
6677 * cus-face.el (custom-face-attributes): Fix :help-echo strings
6678 for :foreground and :background.
6679
6680 * dired.el (dired-view-command-alist): Variable deleted.
6681 (dired-view-file, dired-mouse-find-file-other-window):
6682 Delete the code to use it.
6683
6684 2005-01-01 Kim F. Storm <storm@cua.dk>
6685
6686 * image.el (insert-sliced-image): Use t for line-height property.
6687
6688 2004-12-31 Jay Belanger <belanger@truman.edu>
6689
6690 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6691 for "var-" at the beginning of the minibuffer.
6692
6693 2004-12-31 Richard M. Stallman <rms@gnu.org>
6694
6695 * faces.el (read-face-name):
6696 Don't treat an attribute spec as a list of faces.
6697
6698 * simple.el (undo): Use undo-equiv-table to detect
6699 unexpected changes since previous undo.
6700 (undo-list-saved): Variable deleted.
6701 (buffer-disable-undo): Don't alter undo-list-saved.
6702
6703 * files.el (require-final-newline): Allow `visit' and `visit-save'.
6704 (mode-require-final-newline): New option.
6705 (after-find-file): Handle require-final-newline with new values.
6706 (basic-save-buffer): Handle new values of require-final-newline.
6707
6708 * progmodes/sh-script.el (sh-require-final-newline):
6709 Alist value now controls whether to use mode-require-final-newline.
6710 (sh-set-shell): Implement that new meaning.
6711
6712 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6713 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6714 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6715 Delete old-Emacs compatibility code.
6716 (antlr-c-common-init): Function deleted.
6717
6718 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6719 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6720 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6721 * progmodes/python.el (python-mode): Use mode-require-final-newline.
6722 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6723 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6724 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6725 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6726 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6727 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6728 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6729 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6730 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6731 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6732 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6733 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6734
6735 2004-12-31 Jay Belanger <belanger@truman.edu>
6736
6737 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6738 way to return to Calc.
6739
6740 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6741 finish, C-xk as the way to cancel the edit. Add cancel routine to
6742 kill-buffer-hook.
6743
6744 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6745 MacEdit code.
6746
6747 * calc/calc-prog.el: Remove obsolete MacEdit code.
6748 (calc-macro-edit-algebraic, calc-macro-edit-variable)
6749 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6750
6751 2004-12-31 Kenichi Handa <handa@m17n.org>
6752
6753 * international/mule.el (buffer-file-coding-system-explicit):
6754 Rename for explicit-buffer-file-coding-system.
6755 (after-insert-file-set-coding): Adjust for the above change.
6756
6757 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6758 to buffer-file-coding-system-explicit.
6759 (basic-save-buffer-1): Likewise.
6760
6761 2004-12-30 Richard M. Stallman <rms@gnu.org>
6762
6763 * textmodes/artist.el (artist-butlast-fn): Var deleted.
6764 (artist-butlast, artist-last): Functions deleted.
6765 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6766 (artist-compute-key-compl-table): Call remq directly.
6767 (artist-remove-nulls): Function deleted.
6768 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6769 (artist-push, artist-pop): Macro deleted.
6770
6771 2004-12-30 Andreas Leue <al@sphenon.de>
6772
6773 * textmodes/artist.el (artist-version): 1.2.6
6774 (artist-prev-next-op-alist): New variable.
6775 (artist-select-next-op-in-list): New function.
6776 (artist-select-prev-op-in-list): New function.
6777 (artist-make-prev-next-op-alist): New function.
6778 (artist-is-in-op-list-p): New function.
6779 (artist-get-first-non-nil-op): New function.
6780 (artist-get-last-non-nil-op): New function.
6781 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
6782 artist-prev-next-op-alist.
6783 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
6784 change drawing operation.
6785
6786 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
6789
6790 2004-12-31 Masatake YAMATO <jet@gyve.org>
6791
6792 * server.el (server-process-filter): Suppress `error', too.
6793
6794 2004-12-30 Jay Belanger <belanger@truman.edu>
6795
6796 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
6797 Change the way a variable is displayed in a message.
6798
6799 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
6800 (calc-user-define-permanent, calc-execute-kbd-macro):
6801 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
6802
6803 2004-12-30 Kenichi Handa <handa@m17n.org>
6804
6805 * files.el (basic-save-buffer-1):
6806 Set explicit-buffer-file-coding-system to last-coding-system-used.
6807 (revert-buffer): Pay attention to
6808 explicit-buffer-file-coding-system (not buffer-file-coding-system)
6809 on bind coding-system-for-read.
6810
6811 * international/mule.el (explicit-buffer-file-coding-system):
6812 New buffer local variable.
6813 (after-insert-file-set-coding): Set it to coding-system-for-read.
6814
6815 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
6818
6819 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
6820
6821 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6822 that include line numbers.
6823
6824 2004-12-29 Milan Zamazal <pdm@zamazal.org>
6825
6826 * files.el (hack-local-variables): If no PREFIX, set it to "^".
6827 Redundant variable PREFIXLEN removed.
6828
6829 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
6830
6831 * eshell/em-hist.el (eshell-previous-matching-input):
6832 Start the deletion from the end of the output.
6833
6834 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6835
6836 * term/mac-win.el: Require x-dnd.
6837 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
6838
6839 2004-12-29 David Kastrup <dak@gnu.org>
6840
6841 * international/mule.el (decode-coding-inserted-region):
6842 Don't barf if `buffer-undo-list' is already set to `t'.
6843
6844 2004-12-29 Jay Belanger <belanger@truman.edu>
6845
6846 * calc/calc-prog.el (calc-user-define-formula): Put default values
6847 for function names in prompts.
6848 (calc-user-define-permanent, calc-user-define-composition)
6849 (calc-user-define-formula): Remove the need for "calcFunc-" in the
6850 default input for algebraic functions.
6851
6852 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
6853
6854 * vc-rcs.el (vc-rcs-annotate-command):
6855 Fix omission bug: Call `vc-setup-buffer'.
6856
6857 2004-12-29 Kenichi Handa <handa@m17n.org>
6858
6859 * international/mule.el (recode-region): New function.
6860
6861 2004-12-28 Richard M. Stallman <rms@gnu.org>
6862
6863 * simple.el (undo-extra-outer-limit): New variable.
6864 (undo-outer-limit-truncate): Test and set it.
6865
6866 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6867 enables the feature to extend the existing region.
6868
6869 * simple.el (mark-word): New arg ALLOW-EXTEND
6870 enables the feature to extend the existing region.
6871
6872 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6873 enables the feature to extend the existing region.
6874
6875 * startup.el (site-run-file): Don't allow setting it with Custom.
6876
6877 * simple.el (buffer-disable-undo): Fix previous change.
6878
6879 2004-12-27 Masatake YAMATO <jet@gyve.org>
6880
6881 * hexl.el (hexlify-buffer): Remove fontification here.
6882 Use font lock mechanism instead.
6883 (hexl-font-lock-keywords): New font lock kewords.
6884 (hexl-mode-old-font-lock-keywords): New variable.
6885 (hexl-mode): Store the old font lock keywords.
6886 (hexl-mode-exit): Restore the old font lock keywords.
6887
6888 2004-12-27 Richard M. Stallman <rms@gnu.org>
6889
6890 * simple.el (undo): Fix previous change.
6891
6892 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6893
6894 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
6895 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6896 Call x-open-connection on Mac OS X.
6897
6898 2004-12-27 Richard M. Stallman <rms@gnu.org>
6899
6900 * files.el (buffer-save-without-query): New var (buffer-local).
6901 (save-some-buffers): Save those buffers first, w/o asking.
6902
6903 * files.el (insert-directory-ls-version): New variable.
6904 (insert-directory): When ls returns an error, test the version
6905 number to decide what the return code means.
6906 With --dired output format, detect and distinguish lines
6907 that are really error messages.
6908 (insert-directory-adj-pos): New function.
6909
6910 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6911
6912 * battery.el (battery-mode-line-format): Remove initial spaces.
6913
6914 * uniquify.el (uniquify-rationalize-file-buffer-names):
6915 Delete interactive spec.
6916
6917 * type-break.el (type-break-mode): Set buffer-save-without-query.
6918 Remove code that tried to set save-some-buffers-always.
6919 (type-break-file-keystroke-count): Bind deactivate-mark.
6920
6921 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6922
6923 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6924 Test that the buffer is live, and maybe reject current buffer too.
6925 Clarify.
6926 (next-error-find-buffer): Rewrite for clarity.
6927
6928 * loadup.el: Don't use buffer-disable-undo; do it directly.
6929
6930 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6931 (describe-variable): Call symbol-file with `defvar'.
6932
6933 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6934 (symbol-file): Rewritten to handle new load-history format.
6935 Now takes an arg TYPE to specify looking for a particular
6936 type of definition only.
6937
6938 * emacs-lisp/debug.el (debugger-make-xrefs):
6939 Call symbol-file with `defun'.
6940
6941 * emacs-lisp/find-func.el (find-function-noselect):
6942 Call symbol-file with `defun'.
6943 (find-variable-noselect): Call symbol-file with `defvar'.
6944
6945 * eshell/esh-cmd.el (eshell-find-alias-function):
6946 Call symbol-file with `defun'.
6947
6948 * eshell/esh-test.el (eshell-test-goto-func):
6949 Call symbol-file with `defun'.
6950
6951 * mail/rmail.el (rmail-resend):
6952 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6953
6954 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6955
6956 * progmodes/compile.el (compilation-find-buffer): Rename arg.
6957
6958 * textmodes/texinfmt.el (texinfo-format-buffer-1):
6959 Call buffer-disable-undo.
6960
6961 * simple.el (undo-list-saved): New variable (buffer-local).
6962 (undo): Set and test it.
6963 (buffer-disable-undo): Move here from buffer.c.
6964 Clear out undo-list-saved.
6965
6966 * international/mule.el (decode-coding-inserted-region):
6967 Set buffer-undo-list in a correct and optimal way.
6968
6969 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6970 (cperl-font-lock-unfontify-region-function): No need to save and
6971 restore info, since font-lock.el does it for us.
6972
6973 * ansi-color.el (save-buffer-state): Definition deleted.
6974 (ansi-color-unfontify-region): Don't use save-buffer-state.
6975
6976 2004-12-27 Dave Love <fx@gnu.org>
6977
6978 * wid-edit.el (function): Use restricted-sexp as parent.
6979
6980 2004-12-27 Kevin Ryde <user42@zip.com.au>
6981
6982 * simple.el (next-matching-history-element): Use same
6983 `interactive' form as previous-matching-history-element.
6984
6985 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6986 it can appear unencoded and has been seen from yahoo.
6987
6988 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6989
6990 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6991 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
6992
6993 2004-12-27 Kenichi Handa <handa@m17n.org>
6994
6995 * international/utf-8.el (utf-translate-cjk-load-tables):
6996 Bind coding-system-for-read to nil while loading subst-*.
6997
6998 2004-12-26 Jay Belanger <belanger@truman.edu>
6999
7000 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7001 default input.
7002
7003 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7006 before reverting and disable undo recording while reverting.
7007
7008 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7009
7010 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7011 (hs-make-overlay): New function.
7012 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7013 (hs-flag-region): Delete function.
7014 (hs-hide-comment-region): No longer use `hs-flag-region'.
7015 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7016 (hs-hide-block-at-point): Likewise.
7017 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7018 (hs-hide-all, hs-show-all): Likewise.
7019 (hs-show-block): Likewise.
7020 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7021
7022 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7023
7024 * progmodes/hideshow.el: Require `cl' when compiling.
7025 Remove XEmacs and Emacs 19 compatibility.
7026 Use `dolist' and `add-to-list' for load-time actions.
7027 (hs-discard-overlays): Use `dolist'.
7028 (hs-show-block): Likewise.
7029
7030 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7033
7034 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7035
7036 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7037 When extending backwards, move outside the current comment first.
7038
7039 2004-12-22 Kenichi Handa <handa@m17n.org>
7040
7041 * international/quail.el (quail-start-translation): Fix prompt
7042 string for the case if input-method-use-echo-area being non-nil.
7043 (quail-start-conversion): Likewise.
7044 (quail-show-guidance): Don't show guidance if
7045 input-method-use-echo-area is non-nil.
7046
7047 2004-12-21 Richard M. Stallman <rms@gnu.org>
7048
7049 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7050
7051 2004-12-21 Markus Rost <rost@ias.edu>
7052
7053 * calendar/diary-lib.el (mark-diary-entries):
7054 Set mark-diary-entries-in-calendar only after checking for diary-file.
7055
7056 2004-12-21 Richard M. Stallman <rms@gnu.org>
7057
7058 * faces.el (escape-glyph): Use blue against light foreground.
7059
7060 * simple.el (undo-outer-limit-truncate): New function.
7061 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7062
7063 2004-12-21 Eli Barzilay <eli@barzilay.org>
7064
7065 * calculator.el (calculator-radix-grouping-mode)
7066 (calculator-radix-grouping-digits)
7067 (calculator-radix-grouping-separator):
7068 New defcustoms for the new radix grouping mode functionality.
7069 (calculator-mode-hook): Now used in electric mode too,
7070 (calculator): Call it.
7071 (calculator-mode-map): Some new keys.
7072 (calculator-message): New function. Some new calls.
7073 (calculator-op, calculator-set-register): Use it.
7074 (calculator-string-to-number): New function, mostly moved and
7075 updated code from calculator-curnum-value.
7076 (calculator-curnum-value): Use it.
7077 (calculator-paste): Use it, and update grabbing the current-kill.
7078 (calculator-rotate-displayer)
7079 (calculator-rotate-displayer-back): Toggle digit grouping when
7080 in radix mode, use calculator-message.
7081 (calculator-displayer-prev, calculator-displayer-next):
7082 Change digit group size when in radix mode.
7083 (calculator-number-to-string): Rename from
7084 calculator-num-to-string. Now deals with digit grouping in
7085 radix mode.
7086 (calculator-update-display, calculator-put-value): Use the new name.
7087 (calculator-fact): Return a floating point number.
7088 (calculator-mode): Doc fix.
7089
7090 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7091
7092 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7093 * calendar/diary-lib.el (view-other-diary-entries):
7094 Use current-prefix-arg in interactive spec.
7095
7096 2004-12-19 Jay Belanger <belanger@truman.edu>
7097
7098 * calc/calc-aent.el (calcAlg-blank-matching-open):
7099 Temporarily adjust the syntax of both delimiters of half-open intervals.
7100
7101 2004-12-19 Kim F. Storm <storm@cua.dk>
7102
7103 * mouse.el (mouse-1-click-follows-link): Doc fix.
7104
7105 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7106
7107 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7108 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7109 instead of centraleuropean as the name
7110
7111 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7112
7113 Sync with Tramp 2.0.46.
7114
7115 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7116 parameters wrt Tramp convention.
7117 (tramp-handle-file-attributes-with-perl)
7118 (tramp-handle-directory-files-and-attributes): Apply it.
7119 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7120 `copy-program'. Reported by Zack Weinberg
7121 <zack@codesourcery.com>.
7122 (top): Set `edebug-form-spec' property directly rather than
7123 calling `def-edebug-spec'.
7124
7125 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7126 advice less fragile. Surround temporary redefinition of
7127 `substitute-in-file-name' with `unwind-protect'. Suggested by
7128 Matt Hodges <MPHodges@member.fsf.org>.
7129
7130 2004-12-17 Juri Linkov <juri@jurta.org>
7131
7132 * replace.el (occur-accumulate-lines, occur-engine):
7133 Make forcing deferred font-lock fontification jit-specific.
7134
7135 2004-12-17 Kim F. Storm <storm@cua.dk>
7136
7137 * mouse.el (mouse-1-click-follows-link): New defcustom.
7138 (mouse-on-link-p): New function.
7139 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7140 functionality. Map a mouse-1 click event into a mouse-2 (or
7141 other) event when position is inside a link.
7142
7143 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7144 prefix in tooltip text with "mouse-1" when this is a link
7145 recognized by mouse-1-click-follows-link functionality.
7146
7147 * help.el (describe-key): Report effective and original binding
7148 for mouse-1 when clicked on a link.
7149 (describe-mode): Add follow-link property to "minor-mode" button.
7150
7151 * help-fns.el (describe-variable): Add follow-link property to
7152 "below" button.
7153
7154 * help-mode.el (help-xref): Add follow-link property.
7155
7156 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7157 (apropos-command, apropos-variable, apropos-face, apropos-group)
7158 (apropos-widget, apropos-plist): Add follow-link property.
7159
7160 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7161 checks if position is in a filename, rather than some other
7162 clickable item. Function looks for cvs-filename-face at position.
7163
7164 * wid-edit.el (widget-specify-field, widget-specify-button):
7165 Map a :follow-link keyword into a follow-link property.
7166 (link): Add :follow-link keyword, map to RET binding.
7167
7168 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7169
7170 * progmodes/compile.el (compilation-minor-mode-map)
7171 (compilation-button-map, compilation-mode-map): Likewise.
7172
7173 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7174
7175 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7176 (zone-replace-char): Take `count' and `del-count'
7177 instead of `direction'. Update callers. When `del-count' is
7178 non-nil, delete that many characters, otherwise `count' characters
7179 backwards. Insert the newly-replaced string `count' times.
7180 (zone-fret): Handle chars w/ width greater than one.
7181 (zone-fall-through-ws): No longer take window width `ww'.
7182 Update callers. Add handling for `char-width' greater than one.
7183 (zone-pgm-drip): Update var holding window-end position every cycle.
7184
7185 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7186
7187 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7188 rather than insert-file.
7189
7190 2004-12-16 Jay Belanger <belanger@truman.edu>
7191
7192 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7193 (math-init-random-base, math-random-digit): Check to see if
7194 var-RandSeed is bound.
7195 (math-random-last): Declare it.
7196 (math-random-digit): Don't make math-random-last local.
7197
7198 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7199
7200 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7201 one-shot thunk for uniform (error, quit, normal) recovery.
7202 Reported by John Paul Wallington.
7203 (zone-pgm-random-life): Fix bug:
7204 Recognize empty initial field by lack of "@" chars.
7205
7206 2004-12-16 Juri Linkov <juri@jurta.org>
7207
7208 * help.el (function-called-at-point):
7209 * help-fns.el (variable-at-point): As a last resort try stripping
7210 non-word prefixes and suffixes.
7211
7212 * descr-text.el (describe-property-list): Don't treat syntax-table
7213 specially. Use describe-text-sexp which inserts [show] button
7214 for large objects and handles printing errors. Sort properties
7215 by names in alphabetical order instead of by value sizes.
7216 Add `mouse-face' to list of properties for `describe-face' widget.
7217 (describe-char): Mask out face-id from 19 bits of character.
7218 Print face-id separately.
7219
7220 * replace.el (occur-accumulate-lines, occur-engine):
7221 Fontify unfontified matching lines in the source buffer
7222 before copying them.
7223 (occur-engine): Don't put mouse-face on context lines.
7224 (occur-next-error): Set point to line beginning/end
7225 before searching for prev/next property to skip multiple
7226 matches on a line (not supported by occur engine).
7227 Remove redundant prefix-numeric-value.
7228
7229 2004-12-15 Juri Linkov <juri@jurta.org>
7230
7231 * replace.el (match): New face.
7232 (list-matching-lines-face): Change default from `bold' to `match'.
7233
7234 * progmodes/grep.el (grep-match-face): New defvar.
7235 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7236 compilation-column-face to highlight grep matches.
7237
7238 * apropos.el (apropos-match-face): Change default from
7239 `secondary-selection' to `match'.
7240
7241 * info-look.el (info-lookup-highlight-face): Change default from
7242 `highlight' to `match'.
7243
7244 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7245
7246 * progmodes/executable.el (executable-interpret): Eliminate
7247 obsolete compile-internal, and switch to comint for interaction.
7248
7249 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7250
7251 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7252 `&&' when skipping multiple statements on a line.
7253
7254 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7255
7256 * play/zone.el (zone): Set `truncate-lines'.
7257 Also, init `tab-width' with value from original buffer.
7258 (zone-shift-up): Rewrite for speed.
7259 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7260 (zone-pgm-jitter): Remove redundant entries from ops vector.
7261 (zone-exploding-remove): Reduce iteration count.
7262 (zone-cpos): Convert to defsubst.
7263 (zone-replace-char): New defsubst.
7264 (zone-park/sit-for): Likewise.
7265 (zone-fret): Take window-start arg.
7266 Update callers. Use `zone-park/sit-for'.
7267 (zone-fill-out-screen): Rewrite.
7268 (zone-fall-through-ws): Likewise. Update callers.
7269 (zone-pgm-drip): Use `zone-replace-char'.
7270 Move var inits before while-loop. Use `zone-park/sit-for'.
7271 (zone-pgm-random-life): Handle empty initial field.
7272 Use `zone-replace-char' and `zone-park/sit-for'.
7273
7274 2004-12-15 Juri Linkov <juri@jurta.org>
7275
7276 * isearch.el (isearch-update): Test isearch-lazy-highlight
7277 before calling isearch-lazy-highlight-new-loop.
7278 (isearch-lazy-highlight-new-loop):
7279 Don't test isearch-lazy-highlight.
7280
7281 * replace.el (perform-replace): Add isearch-case-fold-search.
7282 Use delimited-flag for isearch-regexp.
7283 Reset isearch-lazy-highlight-last-string to force lazy
7284 highlighting when called from isearch mode.
7285 (query-replace-highlight): Revert defcustom type to boolean.
7286 (query-replace-lazy-highlight): New defcustom.
7287 (query-replace): New face.
7288 (perform-replace, replace-highlight, replace-dehighlight):
7289 Test query-replace-lazy-highlight instead of special value
7290 `isearch' of query-replace-highlight.
7291 (replace-dehighlight): Don't call isearch-dehighlight.
7292 (replace-highlight): Don't call isearch-highlight.
7293 Use face `query-replace' unconditionally.
7294
7295 2004-12-14 Kim F. Storm <storm@cua.dk>
7296
7297 * simple.el (inhibit-mark-movement): Remove defvar.
7298 (beginning-of-buffer, end-of-buffer): Don't use it.
7299
7300 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7301 Don't use inhibit-mark-movement.
7302
7303 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7304 (cua--undo-push-mark): Remove.
7305 (cua--pre-command-handler, cua--post-command-handler):
7306 Don't fiddle with inhibit-mark-movement.
7307
7308 2004-12-14 Juri Linkov <juri@jurta.org>
7309
7310 * buff-menu.el (list-buffers-noselect): Collect internal info
7311 for every buffer in BUFFER-LIST arg too.
7312 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7313 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7314 Bind same-window-buffer-names and same-window-regexps to nil.
7315
7316 2004-12-13 Juri Linkov <juri@jurta.org>
7317
7318 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7319
7320 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7321 (sc-cite-region, sc-uncite-region, sc-recite-region):
7322 Fix previous change to handle not alist as a symbol, but
7323 a citation frame as a symbol that represents a variable name.
7324
7325 2004-12-13 Richard M. Stallman <rms@gnu.org>
7326
7327 * filecache.el (file-cache-add-directory-using-find):
7328 Only set up file-cache-find-command-posix-flag if we will use it.
7329
7330 * bindings.el (mode-line-buffer-identification-keymap):
7331 Don't cancel the mode-line's usual down-mouse-1 binding.
7332
7333 * cus-edit.el (custom-face-selected): Handle `default' specs.
7334 (custom-face-edit): Increase extra-offset.
7335 (custom-display): Handle `default' specs.
7336
7337 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7338
7339 * emacs-lisp/elint.el (elint-standard-variables)
7340 (elint-unknown-builtin-args): Move definitions up.
7341
7342 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7343
7344 * info.el (info-xref-visited): Use `default' instead of t.
7345 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7346
7347 * faces.el (header-line, mode-line-inactive, tool-bar):
7348 Use `default' instead of t for setting the defaults.
7349 (face-spec-choose): Separate `t' from `default'.
7350
7351 * subr.el (while-no-input): New macro.
7352
7353 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7354
7355 * filecache.el (file-cache-add-directory-using-find):
7356 Only test file-cache-find-command-posix-flag on some systems.
7357
7358 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7361 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7362 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7363 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7364 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7365
7366 2004-12-12 Juri Linkov <juri@jurta.org>
7367
7368 * files.el (find-file-other-window, find-file-other-frame):
7369 Add the first buffer to the returned value to return the complete
7370 list of all visited buffers.
7371 (find-file-read-only, find-file-read-only-other-window)
7372 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7373 `find-file-read-args'. Signal an error about non-existent file
7374 only if file name doesn't contain wildcards. Toggle read-only in
7375 all visited buffers.
7376 (find-alternate-file, find-alternate-file-other-window):
7377 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7378 called interactively. Pass arg `wildcards' to other functions.
7379 (find-file-noselect): Doc fix.
7380
7381 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7382 Doc fix.
7383 (ffap-directory-finder): New variable.
7384 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7385 (ffap-file-at-point): Add /* to immediately rejected names.
7386 Return absolute file names matching ffap-dired-wildcards.
7387 (ffap-read-file-or-url): Set default value for `completing-read'
7388 to `buffer-file-name'.
7389 (find-file-at-point): When filename matches ffap-dired-wildcards,
7390 call ffap-file-finder with t arg `wildcards', instead of dired.
7391 (ffap-other-window, ffap-other-frame): Return visited buffers.
7392 (ffap-read-only, ffap-read-only-other-window)
7393 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7394 (dired-at-point): Call ffap-directory-finder instead of dired.
7395 (ffap-dired-other-window, ffap-dired-other-frame)
7396 (ffap-list-directory): New commands.
7397 (ffap-bindings): New keybindings for new commands.
7398
7399 2004-12-12 Juri Linkov <juri@jurta.org>
7400
7401 * simple.el (beginning-of-buffer, end-of-buffer):
7402 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7403 Do not push mark when mark is active in transient-mark-mode.
7404
7405 * simple.el (mark-word):
7406 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7407 * textmodes/paragraphs.el (mark-paragraph):
7408 Extend the region when mark is active in transient-mark-mode,
7409 regardless of the last command. Doc fix.
7410
7411 * simple.el (mark-word): Preserve direction when repeating.
7412 Make arg optional. Interactive "p" -> "P".
7413 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7414
7415 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7416 preserving direction, to mark forward instead of backward when mark
7417 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7418
7419 2004-12-12 Juri Linkov <juri@jurta.org>
7420
7421 * isearch.el (isearch-edit-string): Set 7th arg of
7422 `read-from-minibuffer' to `t' to inherit the current input
7423 method (whose name is indicated by [IM] in the minibuffer prompt)
7424 from the current buffer to the minibuffer.
7425 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7426 to allow C-g quitting for lazy highlighting looping inside the
7427 search with nested repetition operators. Add overlay to the list
7428 before setting its face and other properties to avoid the case of
7429 code quitting after placing the new overlay but before it's
7430 recorded on the list. Select the window where isearch was
7431 activated, to highlight matches in the right window when isearch
7432 switches the current window to the minibuffer.
7433
7434 * international/isearch-x.el
7435 (isearch-process-search-multibyte-characters):
7436 Use `isearch-message' as initial input for `read-string' instead
7437 of adding it to the minibuffer prompt. After reading a string
7438 remove the initial value of `isearch-message' from the string.
7439
7440 * replace.el (replace-match-maybe-edit): Doc fix.
7441 (perform-replace): Don't call `replace-highlight' when automatic
7442 replacement is requested in literal mode, since it is intended
7443 only to highlight words during entering a new replacement string
7444 for \? in non-literal mode.
7445
7446 * replace.el (query-replace-highlight): Add new value `isearch'
7447 that allows query replacement to use isearch highlighting.
7448 Change type from `boolean' to `choice'. Doc fix.
7449 (replace-highlight, replace-dehighlight, perform-replace):
7450 Use isearch highlighting if query-replace-highlight eq `isearch'.
7451
7452 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7455 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7456
7457 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7458 case of \end{verbatim}.
7459
7460 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7461
7462 * term.el (term-termcap-format): Synchronyze with terminfo.
7463 (term-emulate-terminal): Handle reset.
7464 (term-reset-terminal): New function.
7465
7466 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7467
7468 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7469 (zone-fill-out-screen): New func.
7470 (zone-pgm-drip): Use `zone-fill-out-screen'.
7471 Also, no longer go to point-min on every cycle.
7472 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7473 (zone-pgm-random-life-wait): New user var.
7474 (zone-pgm-random-life): New func.
7475
7476 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7477
7478 * files.el (auto-mode-alist): Map .com to DCL mode.
7479
7480 2004-12-09 Richard M. Stallman <rms@gnu.org>
7481
7482 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7483
7484 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7487 buffer with a display margin.
7488
7489 2004-12-08 Jay Belanger <belanger@truman.edu>
7490
7491 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7492 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7493
7494 2004-12-08 Richard M. Stallman <rms@gnu.org>
7495
7496 * faces.el: Delete code to set display table.
7497 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7498
7499 2004-12-08 Jay Belanger <belanger@truman.edu>
7500
7501 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7502
7503 * calc/calc-ext.el (math-read-replacement-list)
7504 (math-read-superscripts, math-read-preprocess-string): Move to
7505 calc-aent.el.
7506
7507 * calc/calc-aent.el (math-read-replacement-list)
7508 (math-read-superscripts, math-read-preprocess-string): Move from
7509 calc-ext.el.
7510
7511 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * isearch.el (isearch-quote-char): Fix up typo in last change.
7514
7515 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * mouse.el (mouse-set-font): Handle the case where the command was
7518 not invoked using the mouse.
7519
7520 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7521 (edmacro-finish-edit): Further update for keyboard macros that are
7522 lambda forms.
7523 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7524
7525 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7528 (font-lock-default-unfontify-region): Don't save buffer state any more.
7529
7530 2004-12-07 Jay Belanger <belanger@truman.edu>
7531
7532 * calc/calc-help.el (calc-describe-key):
7533 Set calc-summary-indentation even when Calc Summary buffer exists.
7534
7535 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7536
7537 * calendar/holidays.el (holiday-easter-etc): Make arguments
7538 optional for backwards compatibility. Doc fix.
7539 Remove un-necessary local vars mandatory, output-list.
7540 (holiday-advent): Make arguments optional for backwards
7541 compatibility. Doc fix.
7542
7543 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * paren.el (show-paren-function): Fix last change (2004-12-02).
7546
7547 * international/mule-util.el (char-displayable-p): Return nil for
7548 unibyte mode.
7549
7550 * subr.el (subregexp-context-p): New function.
7551
7552 * isearch.el (isearch-quote-char): Use it.
7553
7554 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7555 (regexp-opt-not-groupie*-re): Remove.
7556 (regexp-opt): Properly handle inputs with duplicate entries.
7557
7558 2004-12-06 Richard M. Stallman <rms@gnu.org>
7559
7560 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7561
7562 * cus-edit.el (custom-file): Doc fix.
7563
7564 * textmodes/org.el: New file.
7565
7566 2004-12-06 Kenichi Handa <handa@m17n.org>
7567
7568 * ldefs-boot.el: Update international/mule-util.el section.
7569
7570 2004-12-05 Sam Steingold <sds@gnu.org>
7571
7572 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7573 Fix `tramp-time-diff' comparison logic.
7574
7575 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7576
7577 * progmodes/which-func.el (which-function):
7578 Use `run-hook-with-args-until-success' instead of a custom loop.
7579 Fixes bug with local hooks.
7580
7581 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7582
7583 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7584 Use delete-dups when calculating the initial value.
7585 (bibtex-autokey-get-title): Use <=.
7586 (bibtex-goto-line): New function.
7587 (bibtex-reposition-window): Use line numbers instead of point
7588 positions. Use window-body-height.
7589 (bibtex-find-crossref): Use bibtex-reposition-window.
7590 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7591 position of entry if key is found or nil if not found.
7592
7593 2004-12-05 Richard M. Stallman <rms@gnu.org>
7594
7595 * cus-edit.el (custom-file): Doc fix.
7596
7597 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7598
7599 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * simple.el (blink-matching-open):
7602 * textmodes/tex-mode.el (tex-validate-region):
7603 Obey syntax-table text properties.
7604
7605 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7606
7607 * wid-edit.el (widget-specify-field): Add `real-field' property to
7608 boundary.
7609 (widget-field-at): Use it.
7610
7611 2004-12-02 Richard M. Stallman <rms@gnu.org>
7612
7613 * progmodes/cc-mode.el (awk-mode autoload):
7614 Supply t meaning interactive function.
7615
7616 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7617 (isearch-mode-map): No special definition for space.
7618 (isearch-whitespace-chars): Command deleted.
7619 (isearch-forward-regexp): Doc fix.
7620 (isearch-quote-char): When a space is not inside brackets,
7621 use `[ ]' instead of just space.
7622 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7623
7624 * imenu.el (imenu--generic-function): Delete code to exclude
7625 matches in comments.
7626
7627 * man.el (Man-reverse-face): Change default to `highlight'.
7628
7629 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7630 (occur-engine): Use `face' prop rather than `font-lock-face'
7631 when specifying use of `match-face'.
7632 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7633
7634 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7635
7636 * add-log.el (add-log-current-defun): Handle the case where point
7637 is in the header part of a DEFUN construct.
7638
7639 2004-12-02 Dave Love <fx@gnu.org>
7640
7641 * progmodes/python.el (python-font-lock-syntactic-keywords):
7642 Fix previous change.
7643
7644 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7645
7646 * paren.el (show-paren-function): Check for matching chars
7647 specified by text props.
7648
7649 2004-12-02 Jay Belanger <belanger@truman.edu>
7650
7651 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7652 when reading a new key sequence.
7653
7654 2004-12-02 Kim F. Storm <storm@cua.dk>
7655
7656 * faces.el (escape-glyph): Rename from glyph.
7657 (standard-display-table): Set it here. Add escape-glyph face to
7658 extra slot characters.
7659
7660 * disp-table.el: Undo 2004-12-01 change. Display table is now
7661 setup in faces.el.
7662
7663 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7664
7665 * xml.el (xml-parse-dtd): Don't show validity messages when
7666 xml-validating-parser is nil.
7667 (xml-substitute-special): Fix validity error messages to
7668 actually show the unexpandable entity. Added validity error if &
7669 isn't followed by an entity.
7670 (xml-parse-tag): Concatenate any string following the a
7671 <![CDATA[]]> section to the parsed CDATA.
7672 (xml-parse-dtd): Skip parameter entity declarations and use of
7673 parameter entities.
7674
7675 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7676
7677 * kmacro.el (kmacro-default-counter-format): New var.
7678 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
7679 (kmacro-display): Remove `nil' from `and' form. Delete call to
7680 `format' inside `message'.
7681 (kmacro-start-macro): Use `kmacro-default-counter-format'.
7682
7683 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * pcvs.el (cvs-header-msg): New function.
7686 (cvs-update-header): Use it. Change calling convention.
7687 Correctly handle the case of having simultaneous active processes.
7688 (cvs-sentinel): Don't call cvs-update-header any more.
7689 (cvs-mode-run): Update call and add cvs-update-header to postproc.
7690
7691 2004-12-01 Jay Belanger <belanger@truman.edu>
7692
7693 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7694 Change message.
7695
7696 2004-12-01 Juri Linkov <juri@jurta.org>
7697
7698 * progmodes/prolog.el (prolog-mode-variables):
7699 Fix imenu-generic-expression.
7700
7701 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
7702
7703 * faces.el (glyph): New face.
7704
7705 * disp-table.el: Add an autoloaded table, that doesn't require
7706 this library, with glyph face.
7707
7708 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7709 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7710 (conf-quote-normal): Allow normalizing only ' or ".
7711 (conf-mode): Regexp-quote constructed comment-start and don't
7712 match section {} where "name" contains braces.
7713
7714 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7715 files.
7716
7717 2004-12-01 Kenichi Handa <handa@m17n.org>
7718
7719 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7720 (x-select-text): Don't treat eight-bit-control/graphic chars
7721 specially. Store the encoded text in the X cut buffer.
7722 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7723 with x-last-selected-text-cut-encoded.
7724
7725 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7728
7729 2004-11-30 Markus Rost <rost@ias.edu>
7730
7731 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7732 AUCTeX.
7733
7734 2004-11-30 Jay Belanger <belanger@truman.edu>
7735
7736 * calc/calc-arith.el (math-possible-signs): Made stronger checks
7737 on signs of intervals.
7738 (math-pow-of-zero): Strengthen checks for positive and negative
7739 exponents.
7740
7741 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7742 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7743 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7744 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7745 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7746 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7747 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7748 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7749 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7750 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7751 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7752 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7753 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7754 with provide statements.
7755
7756 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7757
7758 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7759
7760 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7761 (calc-load-everything, math-defsimplify): Replace dummy autoloading
7762 functions by require statements.
7763 (math-defsimplify): Move to calc-alg.el, add to autoloads.
7764
7765 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7766 (calc-gnuplot-print): Give them values.
7767
7768 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7769 autoloads.
7770 Add calc-do-embedded-activate to autoloads.
7771 (calc-gnuplot-name, calc-gnuplot-plot-command)
7772 (calc-gnuplot-print-command): Move them to calc-graph.el.
7773
7774 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7775
7776 * term/mac-win.el (ccl-encode-mac-roman-font)
7777 (ccl-encode-mac-cyrillic-font)
7778 (ccl-encode-mac-centraleuropean-font, encoder-list)
7779 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
7780 Support Cyrillic, CentralEuropean, and Dingbat font display
7781
7782 2004-11-30 Andre Spiegel <spiegel@gnu.org>
7783
7784 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
7785
7786 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
7787 still nil.
7788
7789 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
7792 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
7793
7794 2004-11-29 Jay Belanger <belanger@truman.edu>
7795
7796 * calc/calc-arith.el (math-pow-of-zero): Take into account different
7797 cases of the base and exponent.
7798
7799 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
7800
7801 * simple.el (next-error-buffer-p): Allow for inclusive and
7802 exclusive tests for finding a buffer.
7803 (next-error-find-buffer): Pass the exclusive and inclusive tests
7804 to next-error-buffer-p.
7805
7806 * replace.el (occur-next-error): Switch to the Occur buffer when
7807 appropriate, use the exclusive filter to next-error-find-buffer to
7808 do it. Use the absolute value of the motion amount.
7809
7810 2004-11-29 Kenichi Handa <handa@m17n.org>
7811
7812 * startup.el (command-line): Decode all default-directory by
7813 locale-coding-system.
7814
7815 2004-11-29 Jay Belanger <belanger@truman.edu>
7816
7817 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
7818 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
7819 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7820 Replace calls to calc-extensions by appropriate require, replace
7821 calc-extensions-loaded by appropriate featurep.
7822
7823 * calc/calc-ext.el: Move require to end of file.
7824 Remove redundant loading of calc.el.
7825 (calc-extensions-loaded): Remove unnecessary variable.
7826 (calc-extensions): Remove unnecessary function.
7827 (calc-load-everything): Replace calc-need-macros by appropriate require.
7828
7829 * calc/calc-macs.el: Move provide to end of file.
7830 (calc-need-macros): Remove unnecessary function.
7831
7832 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7833 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7834 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7835 Replace calc-extensions by appropriate require.
7836 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7837
7838 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7839 Replace calc-need-macros by appropriate require.
7840
7841 * calc/calc.el: Move require to end of file.
7842 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7843 Remove unnecessary variable.
7844 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7845 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7846 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7847 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7848 (math-stack-value-offset, math-format-value, math-format-flat-expr)
7849 (math-format-number, math-format-bignum, math-read-number)
7850 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7851 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7852 by appropriate require.
7853 (calc-check-defines): Replace calc-need-macros by appropriate require.
7854
7855 2004-11-29 Kim F. Storm <storm@cua.dk>
7856
7857 * macros.el (insert-kbd-macro): Handle kmacro functions.
7858
7859 2004-11-28 Juri Linkov <juri@jurta.org>
7860
7861 * compare-w.el (compare-windows-highlight): Attach each overlay
7862 to its window to properly highlight differences while comparing
7863 two windows of the same buffer. Fix arguments.
7864 (compare-windows-sync-default-function): Fix arguments of
7865 `compare-windows-highlight'.
7866
7867 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7868 Use `read-expression-history'. Set initial contents only if
7869 `edebug-global-break-condition' is non-nil. Set histpos to 1
7870 if initial contents is equal to the last history element.
7871 (edebug-set-conditional-breakpoint): Instead of temporarily
7872 prepending the current condition to the history, set initial
7873 contents to the current condition. Set histpos to 1 if initial
7874 contents is equal to the last history element.
7875
7876 * info.el (Info-search-whitespace-regexp): Remove shy group.
7877 (Info-search): Forward line if search is on the header line.
7878 Use search-whitespace-regexp in two other places.
7879
7880 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
7881
7882 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7883 warning. Delay real definition, which uses
7884 `set-fringe-indicators-1' till after the definition of that function.
7885
7886 2004-11-28 Kim F. Storm <storm@cua.dk>
7887
7888 * fringe.el (fringe): New defgroup.
7889 (fringe-mode): Move to fringe group.
7890 (fringe-indicators): New defcustom.
7891 (set-fringe-indicators-1): New defun.
7892
7893 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7894 (menu-bar-showhide-fringe-ind-menu): New keymap.
7895 (menu-bar-showhide-fringe-ind-empty)
7896 (menu-bar-showhide-fringe-ind-mixed)
7897 (menu-bar-showhide-fringe-ind-box)
7898 (menu-bar-showhide-fringe-ind-right)
7899 (menu-bar-showhide-fringe-ind-left)
7900 (menu-bar-showhide-fringe-ind-none): New defuns.
7901 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7902
7903 2004-11-27 Richard M. Stallman <rms@gnu.org>
7904
7905 * comint.el (comint-read-noecho): Add trivial compatibility definition.
7906
7907 * generic.el (define-generic-mode): Doc fix.
7908
7909 * menu-bar.el (menu-bar-options-save): For the options
7910 that are toggled with menu-bar-make-mm-toggle, don't check
7911 for customized-value prop.
7912
7913 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7914
7915 * mail/supercite.el (sc-cite-region): Handle the case where
7916 sc-cite-frame-alist is a symbol.
7917 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7918 a symbol.
7919 (sc-recite-region): Handle the case where sc-recite-frame-alist is
7920 a symbol.
7921
7922 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7923
7924 * wid-edit.el (widget-narrow-to-field): New function.
7925 (widget-complete): Use it.
7926
7927 2004-11-27 Jay Belanger <belanger@truman.edu>
7928
7929 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7930 variable.
7931 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7932 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7933 (math-alg-inequalities): Move declaration to earlier in the file.
7934
7935 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7936 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7937 Declare them.
7938
7939 * calc/calc-lang.el (math-expr-data, math-expr-token)
7940 (math-exp-old-pos): Declare them.
7941
7942 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7943 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7944
7945 2004-11-27 Kim F. Storm <storm@cua.dk>
7946
7947 * progmodes/flymake.el: Use (featurep 'xemacs).
7948 (flymake-makehash): Change to defsubst. Use fboundp.
7949 (flymake-time-to-float): Remove.
7950 (flymake-float-time): Merge code from flymake-time-to-float here.
7951 (flymake-replace-regexp-in-string): Change to defsubst.
7952 (flymake-split-string-remove-empty-edges):
7953 Rename to flymake-split-string.
7954 (flymake-split-string): Remove previous defalias.
7955 (flymake-get-temp-dir): Change to defsubst.
7956 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7957 Define for xemacs only.
7958 (flymake-master-file-count-limit): Change into compiler defvar only.
7959 (flymake-find-possible-master-files): Let-bind it dynamically while
7960 sorting files using flymake-master-file-compare.
7961
7962 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7965 of defun-prompt-regexp matches inside a comment/string but the
7966 beginning is correctly outside everything.
7967
7968 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7969 appears within a string or a comment.
7970
7971 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7972 rather than make-symbol for symbols which are used in
7973 a symbol-macrolet or equivalent.
7974
7975 2004-11-26 Jay Belanger <belanger@truman.edu>
7976
7977 * calc-misc.el (calc-last-why-command): Declare it.
7978
7979 * calc-vec.el (math-grade-vec): New variable.
7980 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7981 Replace variable grade-vec by declared variable.
7982 (math-rb-close): New variable.
7983 (math-read-brackets, math-read-vector): Replace variable close by
7984 declared variable.
7985
7986 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7987 (calc-one-window, calc-edit-handler, calc-restore-trail)
7988 (calc-allow-ret): Declare them.
7989
7990 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7991 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7992 (math-radix-float-cache-tag, math-random-cache)
7993 (math-max-digits-cache, math-integral-cache, math-units-table)
7994 (math-format-date-cache, math-holidays-cache-tag): Declare them.
7995 (math-moc-func): New variable.
7996 (math-map-over-constants, math-map-over-constants-rec):
7997 Replace variable func by declared variable.
7998
7999 * calc/calc-store.el (calc-given-value, calc-store-opers):
8000 Declare them.
8001 (calc-var-name-map): Move declaration to earlier in the file.
8002 (calc-pv-pos): New variable.
8003 (calc-permanent-variable, calc-insert-permanent-variable):
8004 Replace variable pos by declared variable.
8005
8006 * calc/calc-mtx.el (calc-det-lu): New variable.
8007 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8008
8009 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8010 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8011 and arg by declared variables.
8012 (calcFunc-reducer): Fix incorrect variable.
8013 (math-inner-mul-func, math-inner-add-func): New variables.
8014 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8015 and add-func by declared variables.
8016
8017 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8018 (calc-digit-value): Declare them.
8019
8020 * calc/calc-help.el (Info-history): Declare it.
8021 (calc-describe-key): Make calc-summary-indentation a local variable.
8022 (calc-help-long-names): Move declaration to earlier in file.
8023
8024 * calc/calc-embed.el (calc-original-buffer): Declare it.
8025 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8026 (calc-embed-bot): New variables.
8027 (calc-do-embedded, calc-embedded-mark-formula)
8028 (calc-embedded-find-bounds, calc-embedded-duplicate)
8029 (calc-embedded-new-formula, calc-embedded-make-info):
8030 Replace vars outer-top, outer-bot, bot and top by declared variables.
8031 (calc-embed-prev-modes): New variable.
8032 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8033 prev-modes with declared variable.
8034 (calc-embed-vars-used): New variable.
8035 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8036 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8037 vars-used by declared variable.
8038
8039 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8040 (math-format-radix-float): Remove unnecessary setq.
8041 (math-radix-float-cache): Declare it.
8042
8043 * calc/calcsel2.el (calc-keep-selection): Declare it.
8044
8045 * calc/calc-maint.el: Remove file.
8046
8047 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8048
8049 * textmodes/bibtex.el (bibtex-sort-entry-class)
8050 (bibtex-comment-start): Use defcustom.
8051 (bibtex-entry-field-alist): Use nil if initial content of the
8052 field is undefined. Fix docstring.
8053 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8054 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8055 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8056 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8057 Fix docstring.
8058 (bibtex-autokey-title-terminators): Use only one regexp.
8059 (bibtex-string-maybe-empty-head): New variable.
8060 (bibtex-remove-delimiters-string): New function.
8061 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8062 Use bibtex-remove-delimiters-string.
8063 (bibtex-progress-message, bibtex-field-left-delimiter)
8064 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8065 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8066 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8067 Simplify.
8068 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8069 Use eq and bibtex-remove-delimiters-string. For end markers use
8070 insertion type so that marker stays after inserted text.
8071 (bibtex-autokey-get-names): Return empty string if name is missing.
8072 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8073 calling bibtex-autokey-name-case-convert.
8074 (bibtex-autokey-demangle-title):
8075 Call bibtex-autokey-titleword-case-convert. Remove call to
8076 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8077 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8078 (bibtex-read-key): New optional arg global.
8079 (bibtex-files-expand): New optional arg force.
8080 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8081 (bibtex-complete-crossref-cleanup): Rename from
8082 bibtex-complete-key-cleanup. Simplify code.
8083 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8084 Operate on current entry.
8085 (bibtex-button): Add docstring.
8086 (bibtex-entry): Simplify.
8087 (bibtex-make-field): Replace optional arg called-by-yank with more
8088 specific args move and interactive.
8089 (bibtex-end-of-entry): Use forward-sexp.
8090 (bibtex-find-entry-globally): Remove.
8091 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8092 Bound to C-c C-x.
8093 (bibtex-find-entry): New optional args global and display.
8094 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8095 (bibtex-validate): Use arg force of bibtex-files-expand.
8096 (bibtex-clean-entry): Bugfix, clean string entries properly.
8097 Always keep point at beginning of entry.
8098 (bibtex-complete): Bugfix. Handle string entries properly.
8099 Call cleanup functions only if needed.
8100 (bibtex-String): Use bibtex-read-string-key.
8101 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8102 case of replacement text.
8103
8104 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8105
8106 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8107 (tramp-perl-directory-files-and-attributes): New constant.
8108 (tramp-file-name-handler-alist): Delete file-directory-files, add
8109 directory-files-and-attributes.
8110 (tramp-perl-file-attributes): Surround uid and gid by double
8111 quotes. Change parameter id-format from nonnumeric.
8112 (tramp-convert-file-attributes): New function.
8113 (tramp-handle-file-attributes): Use it.
8114 (tramp-maybe-send-perl-script): New function.
8115 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8116 file mode. Change parameter id-format from nonnumeric.
8117 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8118 from nonnumeric.
8119 (tramp-post-connection): Don't send tramp-perl-file-attributes
8120 script. Reset connection property "perl-scripts".
8121 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8122 in use.
8123
8124 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8125
8126 * desktop.el (desktop-read): Replace mapcar with mapc.
8127 (desktop-create-buffer): Replace mapcar with mapc.
8128 Remove redundant piece of code.
8129
8130 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8131
8132 * progmodes/gud.el (gud-display-line): Use display-buffer
8133 for GDB-UI as for GUD.
8134
8135 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8136 Delete variables.
8137 (gdb-ann3): Don't make GUD buffer dedicated.
8138 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8139 (gdb-display-source-buffer): Delete function.
8140 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8141 (menu): Delete menu bindings for viewing source/assembler.
8142 (gdb-setup-windows, gdb-restore-windows):
8143 Don't dedicate GUD. No assembler now.
8144 (gdb-reset): No need to undedicate source buffers now.
8145 (gdb-source-info): No assembler now.
8146
8147 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8148
8149 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8150 width to those for special frames.
8151 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8152 Use display-buffer.
8153 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8154 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8155 (gdb-frame-assembler-buffer): Rework like
8156 gdb-frame-breakpoints-buffer.
8157
8158 2004-11-25 Richard M. Stallman <rms@gnu.org>
8159
8160 * progmodes/flymake.el: Reindent.
8161 (flymake-split-string): Turn into defalias.
8162 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8163 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8164 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8165 (flymake-build-relative-filename): Rename from ...path.
8166 Fix error message.
8167
8168 2004-11-25 Cheng Gao <chenggao@gmail.com>
8169
8170 * progmodes/flymake.el: Much whitespace and capitalization change.
8171 Move `provide' to end. Require `compile' only when compiling.
8172
8173 2004-11-24 Jay Belanger <belanger@truman.edu>
8174
8175 * calc/calc-alg.el: Added comment.
8176 (math-polynomial-base): Replace variable mpb-top-expr by
8177 math-poly-base-top-expr.
8178
8179 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8180 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8181 variable.
8182 (math-poly-base-total-base): New variable.
8183 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8184 mpb-total-base by declared variable.
8185 (math-factored-vars, math-to-list): Declare it.
8186 (math-fact-expr): New variable.
8187 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8188 (math-factor-expr-try, math-factor-expr-part): Replace variable
8189 expr by declared variable.
8190 (math-fet-x): New variable.
8191 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8192 by declared variable.
8193 (math-factor-poly-coefs): Make temp a local variable.
8194
8195 * calc/calc-units.el (calc-convert-units): Make units a local
8196 variable.
8197 (calc-num-units, calc-den-units): New variables.
8198 (calc-explain-units, calc-explain-units-rec): Replace variables
8199 num-units and den-units by declared variables.
8200 (math-cu-unit-list): New variable.
8201 (math-build-units-table, math-compare-unit-names)
8202 (math-convert-units, math-convert-units-rec): Replace variable
8203 unit-list by declared variable.
8204 (math-fbu-base, math-fbu-entry): New variables.
8205 (math-find-base-units, math-find-base-units-rec): Replace variables
8206 base and entry by declared variables.
8207 (math-which-standard): New variable.
8208 (math-to-standard-units, math-to-standard-rec): Replace variable
8209 which-standard by declared variable.
8210 (math-fcu-u): New variable.
8211 (math-find-compatible-unit, math-find-compatible-unit-rec):
8212 Replace variable u by declared variable.
8213 (math-cu-new-units, math-cu-pure): New variables.
8214 (math-convert-units, math-convert-units-rec): Replace variables
8215 new-units and pure by declared variables.
8216 (math-try-cancel-units): New variable.
8217 (math-simplify-units-quotient): Replace variable try-cancel-units by
8218 declared variable.
8219
8220 2004-11-24 Richard M. Stallman <rms@gnu.org>
8221
8222 * textmodes/ispell.el (ispell-check-version):
8223 If default-directory is nonexistent, use home dir.
8224
8225 * progmodes/grep.el (grep-regexp-alist):
8226 Don't match parens around line numbers.
8227
8228 * progmodes/cperl-mode.el (cperl-indent-region)
8229 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8230 Don't print progress messages.
8231
8232 * progmodes/compile.el (compilation-mode-map):
8233 Don't inherit from compilation-minor-mode-map;
8234 copy its bindings instead. But the menu bar Compile
8235 entry now does inherit from compilation-menu-map.
8236
8237 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8238 Use with-no-warnings around compiler-macroexpand.
8239
8240 * imenu.el: Don't always require newcomment.
8241 (imenu--generic-function): Call comment-normalize-vars
8242 if we have a comment syntax.
8243 Exit the loop if REGEXP matches the null string.
8244 Test comment-start as well as comment-start-skip
8245 when deciding whether to check for comments.
8246
8247 * tooltip.el (tooltip-mode): Doc fix.
8248
8249 * term.el (term-escape-char, term-mode): Doc fixes.
8250
8251 2004-11-24 Dave Love <fx@gnu.org>
8252
8253 * progmodes/python.el (python-font-lock-syntactic-keywords):
8254 Check for escapes in the regexp.
8255 (python-quote-syntax): Don't do it here.
8256
8257 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8258
8259 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8260 (gdb-frames-mode-map, gdb-threads-mode-map)
8261 (gdb-registers-mode-map, gdb-locals-mode-map)
8262 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8263 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8264
8265 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8266 (dedicated-switch-to-buffer): Rework.
8267 (gdb-var-evaluate-expression-handler, gdb-put-string):
8268 Remove unused variable bindings.
8269 (gdb-setup-windows, gdb-display-buffer):
8270 Simplify. Use pop-to-buffer.
8271 (gdb-view-source-function): Simplify.
8272 (gdb-frame-breakpoints-buffer):
8273 Use pop-to-buffer, special-display-regexps.
8274
8275 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8276
8277 * progmodes/f90.el (f90-smart-end)
8278 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8279 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8280 (f90-end-of-block): Doc fix. Make check of outermost block
8281 conditional on value of `f90-smart-end'.
8282 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8283 Handle case where END-BLOCK is nil.
8284 (f90-match-end): Handle un-named PROGRAM blocks.
8285 (f90-backslash-not-special): New function.
8286
8287 2004-11-24 Jay Belanger <belanger@truman.edu>
8288
8289 * calc/calc.el (calc-embedded-active): Removed unnecessary
8290 declaration.
8291 (calc-show-banner): Removed redundant declaration.
8292
8293 * calc/calc-graph.el (calc-gnuplot-default-device)
8294 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8295 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8296 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8297 Remove redundant initial values.
8298
8299 * calc/calc-arith.el (math-scalar-functions)
8300 (math-nonscalar-functions, math-scalar-if-args-functions)
8301 (math-real-functions, math-positive-functions)
8302 (math-nonnegative-functions, math-real-scalar-functions)
8303 (math-real-if-arg-functions, math-integer-functions)
8304 (math-num-integer-functions, math-rounding-functions)
8305 (math-float-rounding-functions, math-integer-if-args-functions)
8306 (math-super-types): Move declarations to earlier in file.
8307 (math-unit-prefixes): Declared it.
8308 (math-floor-prec, math-trunc-prec): New variables.
8309 (math-trunc-fancy): Replace variable prec by declared variable.
8310 (math-floor-fancy): Replace variable prec by declared variable.
8311 (math-com-bterms): New variable.
8312 (math-commutative-equal, math-commutative-collect):
8313 Replace variable bterms by declared variable.
8314
8315 * calc/calc-misc.el (math-trunc): Replace variable prec by
8316 math-trunc-prec.
8317 (math-floor): Replace variable prec by math-floor-prec.
8318
8319 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8320 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8321 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8322 (math-format-date, math-format-date-part): Replace variables
8323 date, dt, year, month, day, weekday, hour, minute, second and
8324 bc-flag by declared variables.
8325 (math-pd-str): New variable.
8326 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8327 Replace variable str by declared variable.
8328 (math-daylight-savings-hook, math-tzone-names): Move definitions
8329 to earlier in the file.
8330 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8331 (math-sh-year): New variable.
8332 (math-setup-add-holidays, math-setup-holidays)
8333 (math-setup-year-holidays): Replace variable `year' by declared
8334 variable.
8335
8336 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8337 New variables.
8338 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8339 n, nf and nfm1 by declared variables.
8340 (math-nri-n): New variable.
8341 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8342 n by declared variable.
8343 (calcFunc-log): Removed misplaced condition.
8344
8345 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8348
8349 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8350
8351 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8352 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8353 Dedicate gdb-related windows.
8354 (gdb-display-buffer): Dedicate gdb-related windows.
8355 Don't grab other frames.
8356 (gdb-reset): Remove dedicated property after debugging.
8357
8358 2004-11-24 Jay Belanger <belanger@truman.edu>
8359
8360 * calc/calc-sel.el: Add comment.
8361
8362 * calc/calc.el (math-stack-value-offset): Replace variables c,
8363 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8364
8365 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8366 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8367 (math-stack-value-offset-fancy): Replace variables c, wid and off
8368 by declared variables.
8369 (math-comp-just, math-comp-comma-spc): New variables.
8370 (math-compose-expr, math-compose-matrix): Replace variables `just'
8371 and comma-spc by declared variable.
8372 (math-comp-vector-prec): New variable.
8373 (math-compose-expr, math-compose-matrix, math-compose-rows):
8374 Replace variable vector-prec by declared variable.
8375 (math-comp-left-bracket, math-comp-right-bracket)
8376 (math-comp-comma): New variables.
8377 (math-compose-expr, math-compose-rows): Replace variables
8378 left-bracket, right-bracket and comma by declared variables.
8379 (math-comp-full-width): New variable.
8380 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8381 Replace variable full-width by declared variable.
8382 (math-comp-highlight, math-comp-word, math-comp-level)
8383 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8384 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8385 New variables.
8386 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8387 (math-comp-sel-flat-term): Replace variables comp-highlight,
8388 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8389 declared variables.
8390 (math-comp-simplify, math-comp-simplify-term)
8391 (math-comp-add-string, math-comp-add-string-sel):
8392 Replace variables comp-highlight, comp-buf, comp-base,
8393 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8394
8395 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8396
8397 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8398
8399 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8400 and x-server-version may throw.
8401
8402 2004-11-23 Kim F. Storm <storm@cua.dk>
8403
8404 * subr.el (substitute-key-definition-key): Optimize.
8405 Don't call indirect-function for nil defn (always signals error).
8406
8407 * ido.el (ido-read-internal): Fix require-match check when
8408 ido-directory-too-big is set.
8409
8410 2004-11-23 Jay Belanger <belanger@truman.edu>
8411
8412 * calc/calc-ext.el (math-read-replacement-list)
8413 (math-read-superscripts): New variables.
8414 (math-read-preprocess-string): New function.
8415 (math-read-expr): Filter input through math-read-preprocess-string.
8416
8417 * calc/calc-aent.el (math-read-exprs): Filter input through
8418 math-read-preprocess-string.
8419
8420 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8421
8422 * progmodes/compile.el (compilation-start): In cd command use
8423 substitute-env-vars -- not quite shell compatible but better than
8424 nothing.
8425 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8426 handle the newer versions messages, which are more parseable.
8427
8428 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * reveal.el (reveal-mode-map): New var.
8431 (reveal-mode): Use it.
8432
8433 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8436 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8437
8438 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8441 header-line when needed.
8442 Use fixed-pitch only in the header-line.
8443 Build the underline automatically. Use emdash if available.
8444
8445 2004-11-22 Richard M. Stallman <rms@gnu.org>
8446
8447 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8448 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8449
8450 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * progmodes/gdb-ui.el (gdb-resync): New function.
8453 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8454 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8455 Use it to fail more gracefully.
8456 (gdb-variables): Delete variable.
8457 Re-order variables to reduce byte-compiler warnings.
8458
8459 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * descr-text.el (describe-char):
8462 * paren.el (show-paren-function):
8463 * subr.el (syntax-after): Undo last change.
8464
8465 * progmodes/python.el (run-python): Don't hard code *Python*.
8466 Don't modify global process-environment.
8467 (python-send-region, python-load-file): Don't assume that
8468 python-buffer == (process-buffer (python-proc)).
8469 (python-switch-to-python): Simplify.
8470
8471 * dired.el (dired-align-file): Don't assume line starts with spaces.
8472
8473 2004-11-21 Jay Belanger <belanger@truman.edu>
8474
8475 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8476 Replace variable `lines' by math-read-big-lines.
8477 (math-read-big-expr): Replace variables the-baseline, the-h2
8478 and err-msg by math-read-big-baseline, math-read-big-h2 and
8479 math-read-err-msg.
8480 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8481
8482 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8483 (math-read-big-balance): Replace unbound variable by value.
8484 (math-read-big-lines): New variable.
8485 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8486 (math-read-big-error, math-read-big-balance): Replace variable
8487 `lines' by declared variable.
8488 (math-read-big-baseline, math-read-big-h2): New variables.
8489 (math-read-big-rec): Replace variables the-baseline and the-h2
8490 by declared variables.
8491 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8492 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8493 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8494 declared variables.
8495 (math-read-big-err-msg): New variable.
8496 (math-read-big-error): Replace variable err-msg by declared variable.
8497
8498 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * ses.el: Add coding cookie.
8501 Fix up docstrings, follow new commenting conventions.
8502 (ses-header-line-menu): Fix missing variable rename for header-row.
8503 (ses-cell-size): Remove.
8504 (ses-make-cell): New function.
8505 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8506 (ses-calculate-cell): Remove unused var `symbol'.
8507 (ses-narrowed-p): New function.
8508 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8509 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8510 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8511 (ses-setup): Use restore-buffer-modified-p.
8512 (ses-cleanup): Remove unused var `end'.
8513 (ses-header-string-left-offset): Remove.
8514 (ses-create-header-string): Adjust to new behavior of `align-to'.
8515 Truncate excessively large fields to preserve alignment.
8516 (ses-reconstruct-all): Remove unused var `refs'.
8517 (ses-read-cell-printer): Remove unused var `prompt'.
8518 (ses-delete-row): Remove unused var `pos'.
8519 (ses-delete-column): Remove unused var `new'.
8520
8521 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8522
8523 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8524 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8525 Eliminate eval-and-compile usage.
8526 (ps-insert-file): Use insert-file-contents instead of insert-file.
8527 (ps-setup): Code fix.
8528
8529 * printing.el (pr-setup, lpr-setup): Code fix.
8530
8531 2004-11-21 Jay Belanger <belanger@truman.edu>
8532
8533 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8534 (calc-original-buffer): Declare them.
8535 (calc-user-formula-alist): New variable.
8536 (calc-user-define-formula, calc-fix-user-formula)
8537 (calc-user-define-composition, calc-finish-formula-edit):
8538 Replace variable `alist' by declared variable.
8539 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8540 (var-q7, var-q7, var-q8, var-q9): Declare them.
8541 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8542 are bound.
8543 (calcFunc-typeof): Replace undeclared variable by expression.
8544 (math-exp-env): New variable.
8545 (math-define-body, math-define-exp): Replace exp-env by declared var.
8546 (math-define-exp): Replace misplaced variable by expression.
8547
8548 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8549 (calc-curve-model, calc-curve-coefnames): New variables.
8550 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8551 varnames, model and coefnames by declared variables.
8552 (math-root-widen): New variable.
8553 (math-search-root, math-find-root): Replace variable root-widen by
8554 declared variable.
8555 (var-DUMMY): Declare it.
8556 (math-root-vars, math-min-vars): Move the declarations to earlier in
8557 the file.
8558 (math-brent-min): Make d a local variable.
8559 (math-find-minimum): Replace non-existent variable.
8560 (math-ninteg-romberg): Remove unnecessary variable.
8561 (math-ninteg-temp): New variable.
8562 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8563 integ-temp by declared variable.
8564 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8565 New variables.
8566 (math-general-fit): Replace variables first-var, first-coef and
8567 new-coefs by declared variables.
8568 (calcFunc-fitvar): Replace variable first-var by declared variable.
8569 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8570 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8571 (math-all-vars-vars, math-all-vars-found): New variables.
8572 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8573 found by declared variable math-all-vars-vars.
8574
8575 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8578 of `defconst'.
8579
8580 2004-11-20 Richard M. Stallman <rms@gnu.org>
8581
8582 * isearch.el (isearch-mode-map): Don't bind SPC.
8583 (isearch-whitespace-chars): Function deleted.
8584 (isearch-search): Bind search-spaces-regexp.
8585 (isearch-lazy-highlight-search): Likewise.
8586 (search-whitespace-regexp): Doc fix.
8587 (isearch-forward-regexp): Doc fix.
8588
8589 * emacs-lisp/bytecomp.el (byte-compile-form):
8590 Move the calls to byte-compile-set-symbol-position,
8591 to avoid having two for the same symbol occurrence.
8592
8593 * comint.el (comint-input-ring-size): Increase to 150.
8594
8595 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8596 New variables.
8597 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8598 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8599
8600 * imenu.el (imenu--generic-function):
8601 Ensure we keep moving backward even if BEG isn't further back.
8602
8603 * replace.el (query-replace-read-to, query-replace-read-from):
8604 Specify t for KEEP-ALL in read-from-minibuffer.
8605
8606 * progmodes/python.el (python-switch-to-python):
8607 If Python isn't running, start it.
8608 Don't alter debug-ignored-errors.
8609
8610 * progmodes/cperl-mode.el (cperl-indent-region):
8611 Don't mind imenu-scanning-message.
8612
8613 * bindings.el (global-map): Bind C-e to move-end-of-line.
8614
8615 * simple.el (line-move-finish): New arg FORWARD.
8616 Ignore invisible newlines, not intangible ones.
8617 Conditions for acceptable stopping positions depend on FORWARD.
8618 (line-move): Pass FORWARD arg to line-move-finish.
8619
8620 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8621 of HEADER. Compensate for this change in the code to add display
8622 properties. Don't make the first line intangible.
8623
8624 * info.el (Info-search): Fix previous change.
8625
8626 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8627
8628 * Makefile.in (recompile): Revert 2004-11-19 change.
8629 (compile): Likewise.
8630
8631 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8634
8635 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8636
8637 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8638 defgroup and defcustom. Eliminate eval-and-compile usage.
8639
8640 * progmodes/ebnf-otz.el: Fix typos.
8641
8642 2004-11-19 Jay Belanger <belanger@truman.edu>
8643
8644 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8645 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8646 disp-trail by declared variable.
8647
8648 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8649 (calc-finish-selection-edit): Replace variable disp-trail by
8650 declared variable.
8651 (calc-selection-cache-entry): Move declaration to earlier in the file.
8652 (calc-selection-cache-num, calc-selection-cache-comp)
8653 (calc-selection-cache-offset, calc-selection-true-num)
8654 (calc-final-point-line, calc-final-point-column)
8655 (calc-original-buffer): Declare them.
8656 (calc-fnp-op, calc-fnp-num): New variables.
8657 (calc-find-nth-part, calc-find-nth-part-rec)
8658 (calc-select-previous): Replace op and num by declared variables.
8659 (calc-rsf-old, calc-rsf-new): New variables.
8660 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8661 Replace variables old and new by declared variables.
8662 (calc-sel-reselect): New variable.
8663 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8664 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8665 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8666 reselect with declared variable.
8667
8668 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8669 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8670 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8671 (math-import-list, math-rewrite-phase): Declare them.
8672 (math-rewrite): Use let* to declare variables.
8673 (calc-rewrite-selection): Make rules a local variable.
8674 (calc-rewr-sel): New variable.
8675 (calc-rewrite-selection, calc-locate-selection-marker)
8676 (calc-rewrite): Use the declared variable calc-rewr-sel instead
8677 of sel.
8678 (math-rewrite-whole-expr): New variable.
8679 (math-rewrite, math-rewrite-phase): Replace variable expr by
8680 declared variable.
8681 (math-rewrite-heads-heads, math-rewrite-heads-skips)
8682 (math-rewrite-heads-blanks ): New variables.
8683 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8684 heads, skips and blanks by declared variables.
8685 (math-rwcomp-subst-old, math-rwcomp-subst-new)
8686 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8687 New variables.
8688 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8689 old, new, old-func and new-func by declared variables.
8690 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8691 Remove unnecessary variable.
8692 (math-apply-rw-regs): New variable.
8693 (math-apply-rewrites, math-rwapply-replace-regs)
8694 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8695 (math-apply-rw-ruleset): New variable.
8696 (math-apply-rewrites, math-rwapply-remember): Replace variable
8697 ruleset by declared variable.
8698
8699 2004-11-19 Richard M. Stallman <rms@gnu.org>
8700
8701 * info.el (Info-search): Use search-whitespace-regexp.
8702
8703 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8704
8705 * vc-rcs.el (vc-rcs-parse): New function.
8706 (vc-rcs-annotate-command): Likewise.
8707 (vc-rcs-annotate-current-time): Likewise.
8708 (vc-rcs-annotate-time): Likewise.
8709 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8710
8711 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8712
8713 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8714
8715 2004-11-18 Jay Belanger <belanger@truman.edu>
8716
8717 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8718
8719 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8720
8721 * printing.el: Eliminate use of interactive-p and eval-and-compile.
8722 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8723 Use make-temp-file to generate PostScript files in any situation.
8724 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8725 (pr-interactive-p): Eliminate var.
8726 (pr-save-interactive): Eliminate macro.
8727 (pr-interface, pr-ps-directory-preview)
8728 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8729 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8730 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8731 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8732 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8733 (pr-ps-region-ps-print, pr-ps-mode-preview)
8734 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8735 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8736 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8737 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8738 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8739 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8740 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8741 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8742 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8743 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8744 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8745 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8746 Eliminate pr-save-interactive usage.
8747 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8748 Eliminate pr-interactive-p usage.
8749 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8750 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8751 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8752 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8753 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8754 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8755 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8756 New funs.
8757 (pr-ps-file): Use make-temp-file to generate a temporary file.
8758
8759 2004-11-17 Jay Belanger <belanger@truman.edu>
8760
8761 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8762 a local variable.
8763 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8764 (math-top-only): New variable.
8765 (math-simplify, math-simplify-step): Replace variable top-only by
8766 declared variable math-top-only.
8767 (math-simplify-expr): Declare it.
8768 Replace argument expr in all calls of math-defsimplify by
8769 math-simplify-expr.
8770 (math-simplify-plus, math-simplify-times, math-simplify-divide)
8771 (math-simplify-divisor, math-simplify-one-divisor)
8772 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8773 (math-simplify-pow): Replace variable expr by declared variable
8774 math-simplify-expr.
8775 (math-simplify-divisor): Remove local variables temp and op.
8776 (math-simplify-one-divisor): Make temp and op local variables.
8777 (math-simplify-divisor-nover, math-simplify-divisor-dover):
8778 New variables.
8779 (math-simplify-divisor, math-simplify-one-divisor):
8780 Replace variables nover and dover by declared variables.
8781 (math-expr-subst-new, math-expr-subst-old): New variables.
8782 (math-expr-subst, math-expr-subst-rec): Replace variables new
8783 and old by declared variables.
8784 (math-is-poly-degree, math-is-poly-loose): New variables.
8785 (math-is-polynomial, math-is-poly-rec): Replace variables degree
8786 and loose by declared variables.
8787 (math-poly-base-const-ok, math-poly-base-pred): New variables.
8788 (math-polynomial-base, math-polynomial-base-rec):
8789 Replace variables const-ok and mpb-pred by declared variables.
8790
8791 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
8792
8793 * calc/calc-ext.el (math-defsimplify): Change the argument in
8794 the created function to math-simplify-expr.
8795
8796 * calc/calc-units.el (math-simplify-expr): Declare it.
8797 Replace argument expr in all calls of math-defsimplify by
8798 math-simplify-expr.
8799 (math-simplify-units-prod): Replace variable expr by declared
8800 variable math-simplify-expr.
8801
8802 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
8805 Replace mapcar->dolist, format->string.
8806
8807 2004-11-17 Miles Bader <miles@gnu.org>
8808
8809 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
8810 * progmodes/idlwave.el: Remove RCS keywords.
8811
8812 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
8813
8814 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
8815 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
8816 Update to IDLWAVE version 5.5. Too many changes to list them here.
8817 * progmodes/idlw-help.el: New file.
8818
8819 2004-11-16 Richard M. Stallman <rms@gnu.org>
8820
8821 * international/iso-cvt.el (iso-tex2iso-trans-tab):
8822 Discard spaces after \i according to TeX rules.
8823
8824 * international/mule.el (set-buffer-file-coding-system):
8825 New arg NOMODIFY.
8826 (after-insert-file-set-coding): Pass that new arg.
8827 Prevent set-buffer-multibyte from trying to lock the file.
8828
8829 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8830
8831 * saveplace.el (save-place): Doc fix.
8832
8833 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8834 temporarily widen before finding the following word to copy.
8835
8836 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8837 (cl-map-keymap): Definition deleted.
8838
8839 * subr.el (map-keymap-internal): New function.
8840
8841 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8844 when pressing rather than when releasing mouse-2. Simplify.
8845
8846 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8849 (compilation-mode): Set it here instead.
8850
8851 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8852
8853 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8854 (loop, cl-parse-loop-clause, defsetf): Use backquote.
8855
8856 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * progmodes/compile.el (compilation-internal-error-properties):
8859 Fix up a transposition-typo. Check end-col before using it.
8860
8861 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
8862
8863 * international/iso-cvt.el (iso-tex2iso-trans-tab):
8864 Discard whitespace after macro \i when converting it.
8865
8866 2004-11-16 Juri Linkov <juri@jurta.org>
8867
8868 * emacs-lisp/find-func.el (find-function-regexp):
8869 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
8870 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
8871 Remove invalid `\W' from [^cgv\W]. Doc fix.
8872 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8873
8874 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
8875
8876 * play/life.el: Maintainer is now FSF.
8877 (life-patterns, life-neighbor-deltas, life-window-start)
8878 (life-current-generation, life-generation-string): Use defvar
8879 instead of defconst.
8880
8881 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * progmodes/compile.el (compilation-move-to-column): New fun.
8884 (compilation-internal-error-properties)
8885 (compilation-next-error-function): Use it to make sure we don't go past
8886 the end of line.
8887
8888 2004-11-15 John Paul Wallington <jpw@gnu.org>
8889
8890 * autoinsert.el (auto-insert-alist): Insert the user's name in
8891 copyright notice, rather than Free Software Foundation, for the
8892 Emacs Lisp header case too.
8893
8894 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8895
8896 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8897 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8898 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
8899 return the list of string in a string.
8900 (pr-call-process): Message if calling process returns an error, that
8901 is, the exit status is different of zero.
8902
8903 2004-11-15 Jay Belanger <belanger@truman.edu>
8904
8905 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8906 variable var-thing.
8907 (math-integ-depth, math-integ-level, math-integral-limit)
8908 (math-enable-subst, math-any-substs, math-integ-msg)
8909 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8910 (math-int-threshold, math-int-factors, math-double-roots)
8911 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8912 (var-GenCount): Declare these variables.
8913 (calcFunc-integ): Don't check if var-IntegLimit is bound.
8914 (math-integral-cache, math-integral-cache-state):
8915 Move declarations to earlier in the file.
8916 (math-deriv-var, math-deriv-total, math-deriv-symb)
8917 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8918 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8919 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8920 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8921 (math-solve-res): New variables
8922 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8923 (math-integral, math-replace-integral-parts)
8924 (math-integrate-by-parts, calc-dump-integral-cache)
8925 (math-try-integral, math-do-integral, math-do-integral)
8926 (math-do-integral-methods, math-try-solve-for)
8927 (math-try-solve-prod, math-solve-poly-funny-powers)
8928 (math-solve-crunch-poly, math-decompose-poly)
8929 (math-solve-find-root-term, math-find-root-in-prod)
8930 (math-integ-try-linear-substitutions)
8931 (math-integ-try-substitutions, math-expr-rational-in)
8932 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8933 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8934 (math-solve-for, math-solve-system, math-solve-system-rec)
8935 (math-solve-get-sign, math-solve-get-int)
8936 (math-solve-system-subst): Replace undeclared variables with newly
8937 declared variables.
8938
8939 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * winner.el (winner-active-region, winner-edges, winner-window-list):
8942 Define at toplevel.
8943 (winner-mode-map): Move init inside declaration.
8944
8945 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * files.el (convert-standard-filename): Doc fix.
8948
8949 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
8950
8951 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8952 passwd, group, shadow, default/* and pam.d/*.
8953
8954 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8955
8956 * printing.el (pr-menu-spec): Adjust menu specification.
8957
8958 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8959
8960 * printing.el: Doc fix. Insert :version tag into all defcustom.
8961 Handle interactive-p as is recommended in Emacs Lisp Reference.
8962 Set the file permission bits for newly created files.
8963 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8964 The printing menu specification (in `pr-menu-spec') was merged.
8965 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8966 (pr-version): New version number (6.8.3).
8967 (pr-file-modes): New option.
8968 (pr-interactive-p): New var.
8969 (pr-save-interactive, pr-save-file-modes): New macros.
8970 (pr-setup): Code fix.
8971 (pr-menu-spec): Menu specification merged.
8972 (pr-call-process, pr-text2ps): Set file permission bits.
8973 (pr-despool-print): Set file permission bits. Handle interactive-p as
8974 is recommended.
8975 (pr-interface, pr-ps-directory-preview)
8976 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8977 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8978 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8979 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8980 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8981 (pr-ps-region-ps-print, pr-ps-mode-preview)
8982 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8983 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8984 (pr-despool-using-ghostscript, pr-despool-ps-print)
8985 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8986 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8987 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8988 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8989 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8990 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8991 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8992 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8993 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8994 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8995 Handle interactive-p as is recommended.
8996
8997 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9000 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9001
9002 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9003 so it doesn't forget to highlight the beginning of the region either.
9004
9005 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9006
9007 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9008 (c-font-lock-init): Eliminate obsolete make-local-hook.
9009 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9010 (awk-mode): Use run-mode-hooks.
9011
9012 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9013
9014 2004-11-13 Kim F. Storm <storm@cua.dk>
9015
9016 * mouse.el (mouse-drag-copy-region): Add :version.
9017 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9018 while dragging mode line, so mode line can be dragged downwards.
9019 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9020 while pressing mouse button so window doesn't scroll until we
9021 release the mouse if clicking on partially visible line.
9022
9023 2004-11-12 Jay Belanger <belanger@truman.edu>
9024
9025 * calc/calc-graph.el (calc-dumb-map): Declare it.
9026 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9027 than unbound.
9028 (calc-graph-name): Made `end' a local variable.
9029 (calc-graph-lookup): Made `varname' a local variable.
9030 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9031 Declare them.
9032 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9033 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9034 the unused variable y3vec.
9035 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9036 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9037 calc-graph-prev-kill-hook.
9038 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9039 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9040 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9041 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9042 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9043 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9044 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9045 (calc-graph-y3value, calc-graph-y3name)
9046 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9047 (calc-graph-stepcount, calc-graph-is-splot)
9048 (calc-graph-surprise-splot, calc-graph-blank)
9049 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9050 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9051 (calc-graph-recompute-2d, calc-graph-compute-3d)
9052 (calc-graph-format-data): Replace undeclared variables with the
9053 above newly declared variables.
9054
9055 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9056
9057 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9058 `rsf-beep' and `rsf-sleep-after-message'.
9059
9060 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9061 list if `message-sender' is non-nil.
9062
9063 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9064
9065 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9066 consing by using mapc instead of mapcar.
9067
9068 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9069
9070 * tooltip.el (require): Explain why CL is needed.
9071
9072 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9073
9074 * printing.el: Insert :version into defgroup (printing). All reference
9075 to Files option in menubar were changed to File.
9076 (pr-version): New version number (6.8.2).
9077 (pr-get-symbol): Call easy-menu-intern.
9078 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9079 compilation gripes.
9080
9081 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9084 new byte-compile-function-environment binding to t.
9085
9086 * font-lock.el (font-lock-fontify-syntactically-region):
9087 Don't forget to highlight the last char when we hit `end'.
9088
9089 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9090 (mwheel-scroll): Adjust accordingly.
9091
9092 * cvs-status.el: Reduce spurious warnings.
9093 (cvs-status-checkout): Remove.
9094 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9095
9096 * pcvs.el (cvs-mode-checkout): New command.
9097
9098 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9099
9100 * tooltip.el: Require CL.
9101
9102 * emacs-lisp/bytecomp.el: Use push.
9103 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9104 (defalias): Remove the `byte-compile' property and add
9105 a `byte-hunk-handler'.
9106
9107 2004-11-11 Juri Linkov <juri@jurta.org>
9108
9109 * info.el (Info-search): Save match data for isearch.
9110 Skip Tag Table node.
9111
9112 * descr-text.el (describe-char): Replace syntax-after with code
9113 from its previous version.
9114
9115 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9116 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9117
9118 * international/mule.el (sgml-html-meta-auto-coding-function):
9119 Remove > after <html to allow HTML attributes.
9120
9121 2004-11-11 Jay Belanger <belanger@truman.edu>
9122
9123 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9124 a variable.
9125 (calcFunc-dfac): Replace unbound max by n.
9126 (math-stirling-local-cache): New variable.
9127 (math-stirling-number, math-stirling-1, math-stirling-2):
9128 Replace the variable `cache' by the declared variable
9129 math-stirling-local-cache.
9130 (var-RandSeed): Declare it as a variable.
9131 (math-init-random-base, math-random-digit): Don't check to see if
9132 var-RandSeed is bound.
9133 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9134 Declare them instead of just setting them.
9135 (math-init-random-base): Made i a local variable.
9136 (math-random-digit): Made math-random-last a local variable.
9137 (math-prime-test-cache): Move declaration to before it is used.
9138 (math-prime-test-cache-k, math-prime-test-cache-q)
9139 (math-prime-test-cache-nm1, math-prime-factors-finished):
9140 Declare them as variables.
9141
9142 2004-11-11 Jay Belanger <belanger@truman.edu>
9143
9144 * calc/calc-ext.el (math-defcache): Use defvar for the new
9145 variables it creates.
9146
9147 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9148
9149 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9150 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9151 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9152 (desktop-save): Add :version.
9153
9154 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * printing.el (pr-get-symbol): Don't downcase.
9157
9158 2004-11-10 Jay Belanger <belanger@truman.edu>
9159
9160 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9161 string to kill-ring.
9162
9163 * calc/calc-aent.el (calc-alg-exp, math-toks)
9164 (math-exp-pos,math-exp-old-pos, math-exp-token)
9165 (math-exp-keep-spaces, math-exp-str): New variables.
9166 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9167 (calcAlg-enter): Use declared variable calc-alg-exp.
9168 (math-build-parse-table, math-find-user-token): Use declared
9169 variable math-toks.
9170 (math-read-exprs, math-read-token, calc-check-user-syntax)
9171 (calc-match-user-syntax, match-factor-after, math-read-factor):
9172 Use declared variables math-exp-pos math-exp-old-pos.
9173 (math-read-exprs, math-read-token, math-read-expr-level)
9174 (calc-check-user-syntax, calc-match-user-syntax)
9175 (match-factor-after, math-read-factor): Use declared variable
9176 math-exp-token.
9177 (math-read-exprs, math-read-expr-list, math-read-token)
9178 (math-read-factor): Use declared variable math-exp-keep-spaces.
9179 (math-read-exprs, math-read-token): Use declared variable
9180 math-exp-str.
9181 (calc-match-user-syntax): Make m a local variable.
9182
9183 * calc/calc-ext.el (math-read-expr): Use declared variables
9184 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9185 math-exp-keep-spaces.
9186
9187 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9188 variables math-exp-pos, math-exp-str.
9189
9190 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9191 math-exp-old-pos.
9192 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9193 (math-parse-eqn-prime): Use declared variable math-exp-token.
9194
9195 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9196 Use declared variable math-exp-pos.
9197 (math-check-for-commas): Use declared variable math-exp-str.
9198 (math-read-brackets): Use declared variables math-exp-old-pos,
9199 math-exp-keep-spaces.
9200 (math-read-brackets, math-read-vector, math-read-matrix):
9201 Use declared variable math-exp-token.
9202
9203 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9206 where the keymap is a symbol.
9207 (easy-menu-add-item): Use keymap-prompt. Simplify.
9208
9209 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9210
9211 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9212 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9213
9214 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9215
9216 * ebuff-menu.el: Doc fixes throughout.
9217 (electric-buffer-menu-mode-hook): New defvar.
9218
9219 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9220
9221 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9222 The resulting compiler warnings appear to be harmless.
9223
9224 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9225
9226 * textmodes/conf-mode.el: New file.
9227
9228 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9229
9230 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9233
9234 2004-11-09 Jay Belanger <belanger@truman.edu>
9235
9236 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9237
9238 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9239 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9240 (calc-z-prefix-help, calc-user-function-list): Use declared
9241 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9242 (math-map-tree, math-map-tree-rec): Use declared variables
9243 math-mt-many, math-mt-func.
9244 (math-read-expression, math-read-string): Use declared variable
9245 math-expr-data.
9246
9247 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9248 variable math-normalize-a.
9249
9250 * calc/calc.el (math-normalize-a): New variable.
9251 (math-normalize): Use declared variable math-normalize-a.
9252
9253 * calc/calc-poly.el (math-expand-form): Use declared variable
9254 math-mt-many.
9255
9256 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9257 Use declared variable math-mt-many.
9258 (math-rewrite): Use declared variable math-mt-func.
9259
9260 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9261 (math-read-matrix): Use declared variable math-expr-data.
9262
9263 * calc/calc-lang.el (math-parse-fortran-vector)
9264 (math-parse-fortran-vector-end, math-parse-tex-sum)
9265 (math-parse-eqn-matrix, math-parse-eqn-prime)
9266 (math-read-math-subscr): Use declared variable math-expr-data.
9267
9268 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9269 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9270 (calc-match-user-syntax, math-read-if, math-factor-after)
9271 (math-read-factor): Use declared variable math-expr-data.
9272
9273 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9274
9275 * calendar/diary-lib.el (diary-from-outlook)
9276 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9277 interactive-p; but rather new optional argument NOCONFIRM.
9278
9279 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9282 (easy-menu-name-match): Revert correspondingly.
9283
9284 2004-11-09 Richard M. Stallman <rms@gnu.org>
9285
9286 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9287 Turn off warnings for the new function even if definition not constant.
9288 If the definition isn't a quoted symbol, record (FUNCTION . t).
9289 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9290 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9291 (display-call-tree, byte-compile-arglist-warn):
9292 Handle t returned by byte-compile-fdefinition.
9293
9294 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9295
9296 * Makefile.in (maintainer-clean): Depend on distclean.
9297
9298 * help-fns.el (help-C-file-name): File name must be in build-files
9299 to be returned.
9300
9301 2004-11-09 Jay Belanger <belanger@truman.edu>
9302
9303 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9304 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9305
9306 * calc/calc.el (calc, calc-trail-display, calc-mode):
9307 Remove obsolete sections.
9308
9309 * calc/calc.el (calc-x-paste-text): Remove.
9310
9311 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9312 mouse-2.
9313
9314 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9315
9316 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9317 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9318 current frame (in case of recursive calls).
9319 (gdb-show-changed-values): Add :version keyword.
9320
9321 2004-11-09 Kenichi Handa <handa@m17n.org>
9322
9323 * international/mule-cmds.el: Change coding: tag back to
9324 iso-2022-7bit.
9325
9326 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * international/mule-cmds.el: Change coding-system to utf-8.
9329 (select-safe-coding-system-interactively):
9330 New function extracted from select-safe-coding-system.
9331 (select-safe-coding-system): Use it.
9332
9333 2004-11-08 Richard M. Stallman <rms@gnu.org>
9334
9335 * subr.el (syntax-after): Doc fix.
9336
9337 * paren.el (show-paren-function): Change calls to syntax-after
9338 for new way of returning the value.
9339
9340 * menu-bar.el (menu-bar-file-menu): Make this the real name
9341 and menu-bar-files-menu the alias. Use the former.
9342 (global-map): Use `file', not `files', as the symbol.
9343
9344 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9345
9346 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9347 Don't use beginning-of-buffer.
9348 (filesets-cmd-show-result): Use with-no-warnings.
9349
9350 2004-11-08 Juri Linkov <juri@jurta.org>
9351
9352 * progmodes/compile.el (compile): Don't overwrite last command in
9353 minibuffer history with default command if they are not equal.
9354
9355 2004-11-08 Jay Belanger <belanger@truman.edu>
9356
9357 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9358 non-linear substitutions.
9359
9360 2004-11-08 Jay Belanger <belanger@truman.edu>
9361
9362 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9363 (math-do-integral): Set `math-linear-subst-tried' to nil.
9364 (math-do-integral-methods): Use `math-linear-subst-tried' to
9365 determine what type of substitution to try.
9366 (math-integ-try-linear-substituion):
9367 Set `math-linear-subst-tried' to t.
9368
9369 2004-11-08 Kim F. Storm <storm@cua.dk>
9370
9371 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9372
9373 2004-11-07 Juri Linkov <juri@jurta.org>
9374
9375 * info-look.el (info-lookup): Allow reusing in the current buffer
9376 not only *info* buffer, but all (even renamed) Info buffers
9377 by checking for major-mode instead of *info* buffer name.
9378 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9379 (octave-mode, maxima-mode) <doc-spec>:
9380 Allow long dashes generated by Texinfo 4.7 before definitions.
9381 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9382 definitions with argument separated by space.
9383
9384 2004-11-06 Richard M. Stallman <rms@gnu.org>
9385
9386 * simple.el (next-error group, face): Move before first use.
9387 (next-error-highlight, next-error-highlight-no-select): Likewise.
9388
9389 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9390 (line-move): New args NOERROR and TO-END.
9391 Return t if if succeed in moving specified number of lines.
9392 (move-end-of-line): New function.
9393
9394 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9395 (end-of-buffer-other-window): Likewise.
9396
9397 * simple.el (line-move-ignore-invisible): Default to t.
9398
9399 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9400
9401 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9402
9403 * international/iso-cvt.el (iso-cvt-define-menu):
9404 Rename menu-bar-files-menu to menu-bar-file-menu.
9405
9406 * net/browse-url.el (browse-url-gnome-moz-program)
9407 (browse-url-gnome-moz-arguments): Move up before first use.
9408
9409 * net/tramp.el (tramp group): Add :version.
9410
9411 * progmodes/ada-xref.el (ada-gdb-application):
9412 Use goto-char instead of beginning-of-buffer.
9413
9414 * progmodes/cperl-mode.el (cperl-info-on-command):
9415 Use goto-char instead of beginning-of-buffer.
9416
9417 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9418 Move up before first use.
9419 (idlwave-shell-temp-pro-file): Likewise.
9420 (idlwave-shell-temp-rinfo-save-file): Likewise.
9421 (idlwave-shell-temp-file): Minor doc fix.
9422
9423 * textmodes/flyspell.el (flyspell-external-point-words):
9424 Use goto-char instead of beginning-of-buffer.
9425
9426 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9427
9428 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9429 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9430 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9431
9432 2004-11-06 David Ponce <david@dponce.com>
9433
9434 * recentf.el (recentf-menu-path): Use menu item name.
9435
9436 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9437
9438 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9439 display doesn't support images.
9440
9441 2004-11-06 Andreas Schwab <schwab@suse.de>
9442
9443 * tempo.el (tempo-match-finder): Doc fix.
9444
9445 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9446
9447 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9450 (easy-menu-lookup-name): New fun to replace it.
9451 (easy-menu-get-map): Use it to obey menu item names (rather than just
9452 keys) when looking up `path'.
9453 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9454 (easy-menu-convert-item-1): Adjust to new name.
9455
9456 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9457
9458 * outline.el (hide-body): Don't hide lines at the top of the file
9459 that precede the first header line.
9460
9461 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9462
9463 * align.el (align-areas): Delete whitespace before reindenting, so
9464 that tabs are never placed after spaces.
9465
9466 2004-11-06 Alan Shutko <ats@acm.org>
9467
9468 * macros.el (insert-kbd-macro): Do completions based on macros,
9469 rather than all commands.
9470
9471 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9472
9473 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9474 to solve a bug whereby tags with 'b' don't match.
9475
9476 2004-11-05 Juri Linkov <juri@jurta.org>
9477
9478 * info.el (Info-search): Don't search in node header lines
9479 and file headers.
9480
9481 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9482 symbol-constituent characters after dot, not only digits.
9483
9484 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9485
9486 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9487
9488 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9489
9490 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9491 if a dialog will be used, read-file-name otherwise.
9492
9493 2004-11-04 Richard M. Stallman <rms@gnu.org>
9494
9495 * textmodes/table.el (table group): Add :version.
9496
9497 * textmodes/ispell.el (ispell-word):
9498 Don't alter args; set them only thru `interactive' spec.
9499
9500 * textmodes/flyspell.el (flyspell-word):
9501 Don't alter FOLLOWING; set it only thru `interactive' spec.
9502
9503 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9504
9505 * net/browse-url.el (browse-url-maybe-new-window):
9506 Use called-interactively-p.
9507
9508 * mail/supercite.el (sc-cite-region):
9509 Don't use interactive-p. Add arg INTERACTIVE.
9510 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9511
9512 * international/mule-cmds.el (set-input-method, toggle-input-method):
9513 Don't use interactive-p. Add arg INTERACTIVE.
9514
9515 * eshell/esh-mode.el (eshell-show-maximum-output):
9516 Don't use interactive-p.
9517 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9518
9519 * mouse.el (mouse-show-mark): Get positions to delete from mark
9520 and point, not from mouse-drag-overlay.
9521
9522 * imenu.el (imenu-eager-completion-buffer): Add :version.
9523
9524 * filesets.el (filesets group): Add :version.
9525
9526 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9527
9528 * files.el (xml-based-modes): Delete var.
9529 (magic-mode-alist): New more general var.
9530 (set-auto-mode): Use it.
9531
9532 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9533 when clicking from another window.
9534
9535 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9536
9537 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9538 (vc-cvs-annotate-time): Incorporate value of deleted var.
9539 Remove special-case handling of beginning-of-buffer cruft.
9540 Cache ending position (point) and return value in text property
9541 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9542
9543 * vc-cvs.el (vc-cvs-annotate-command):
9544 Delete extraneous lines from beginning of buffer.
9545 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9546
9547 * progmodes/grep.el (grep-default-command): Take empty string
9548 for tag if all other methods yield nil. Shell-quote the tag.
9549
9550 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9551 spec in `interactive' form, and mention it in the docstring.
9552 Also, make sure point is at bol after calling `annotate-time'.
9553
9554 2004-11-02 Richard M. Stallman <rms@gnu.org>
9555
9556 * cus-edit.el (customize-group-other-window):
9557 Select the window that displays the custom buffer.
9558 (custom-buffer-create-other-window): Likewise.
9559
9560 * comint.el (comint-insert-input): Fix previous change.
9561
9562 * emacs-lisp/elp.el (elp-instrument-function):
9563 Use called-interactively-p.
9564
9565 * emacs-lisp/easymenu.el (easy-menu-intern):
9566 Don't downcase; rather, case-flip the first letter of each word.
9567
9568 * emacs-lisp/easy-mmode.el (define-minor-mode):
9569 Use called-interactively-p.
9570
9571 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9572 Add interactive-only.
9573 (byte-compile-warnings): Add interactive-only as option.
9574 (byte-compile-interactive-only-functions): New variable.
9575 (byte-compile-form): Warn about calls to functions
9576 in byte-compile-interactive-only-functions.
9577
9578 * emacs-lisp/autoload.el (update-file-autoloads):
9579 Don't use interactive-p; take new arg SAVE-AFTER.
9580
9581 * emacs-lisp/advice.el (ad-make-advised-definition):
9582 Use called-interactively-p.
9583
9584 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9585
9586 * files.el (find-file-existing): New function.
9587
9588 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9589 find-file-existing. Add "New File..." that calls find-file.
9590
9591 * diropen.pbm, diropen.xpm: New files.
9592
9593 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9594 icon diropen. New tool bar item find-file-existing uses icon open.
9595
9596 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
9597 instead of read-file-name.
9598
9599 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9600
9601 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9602 (icalendar--split-value): Change name of work buffer.
9603 (icalendar--get-weekday-abbrev): Return nil on error.
9604 (icalendar--date-to-isodate): New function.
9605 (icalendar-convert-diary-to-ical)
9606 (icalendar-extract-ical-from-buffer): Use only two args for
9607 make-obsolete (XEmacs compatibility).
9608 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9609 (icalendar-export-region): Doc fix.
9610 If error, return non-nil and write errors to a buffer.
9611 Use correct weekday for weekly recurring events.
9612 Check whether date has been parsed for ordinary events.
9613 Make weekly events start in the year 2000.
9614 DTEND is non-inclusive, shift end date by one day if
9615 necessary (not for entries that have date and time).
9616 Rename local let variables: oops -> found-error, datestring ->
9617 startdatestring.
9618
9619 2004-11-02 Kim F. Storm <storm@cua.dk>
9620
9621 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9622 keep-mode-if-same variable. Add it as optional arg instead.
9623 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9624
9625 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9626 substitute-command-keys will select lower-case bindings like those
9627 used in the static help texts.
9628
9629 * descr-text.el (describe-text-properties): Don't err if called in
9630 the *Help* buffer; output to *Help-2* buffer instead.
9631
9632 * kmacro.el (group kmacro): Add :version.
9633 (kmacro-keyboard-quit): New function to cleanup on C-g.
9634 (kmacro-start-macro): Set defining-kbd-macro to append when
9635 appending to last macro.
9636
9637 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9638
9639 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9640
9641 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9642 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9643 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9644 Add :version keyword.
9645
9646 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9647
9648 * progmodes/flymake.el (flymake-err-line-patterns):
9649 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9650 `compilation-error-regexp-alist-alist' to internal Flymake format.
9651
9652 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9653
9654 2004-11-01 Jay Belanger <belanger@truman.edu>
9655
9656 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9657 with `interactive "s"'.
9658
9659 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9660
9661 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9662 Revert change from 2004-10-16. '*' checks the current buffer, but the
9663 mouse click may be in another buffer.
9664
9665 2004-11-01 John Paul Wallington <jpw@gnu.org>
9666
9667 * files.el (large-file-warning-threshold): Add :version keyword.
9668 (kill-some-buffers): Doc fix.
9669
9670 * thumbs.el (group thumbs): Add :version keyword.
9671
9672 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9673
9674 2004-11-01 Richard M. Stallman <rms@gnu.org>
9675
9676 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9677
9678 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9679
9680 * allout.el (allout group): Add :version.
9681 (allout-init): Don't use interactive-p.
9682 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9683 (allout-forward-current-level, allout-backward-current-level):
9684 Don't use interactive-p.
9685
9686 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9687 (bibtex-find-text): Likewise.
9688
9689 * progmodes/vhdl-mode.el (vhdl-fill-region)
9690 (vhdl-beginning-of-statement): Don't use interactive-p.
9691
9692 * progmodes/idlwave.el (idlwave-update-routine-info):
9693 Don't use interactive-p.
9694
9695 * progmodes/idlw-shell.el (idlwave-shell-send-char):
9696 Don't use interactive-p.
9697
9698 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9699 Don't use interactive-p.
9700
9701 * progmodes/ada-xref.el (ada-make-body-gnatstub):
9702 Don't use interactive-p.
9703
9704 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9705 (fortune-in-buffer): Doc fix.
9706
9707 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9708
9709 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9710 don't select the temporary buffer.
9711 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9712 (eudc-get-phone): Likewise.
9713
9714 2004-11-01 Kim F. Storm <storm@cua.dk>
9715
9716 * man.el (Man-xref-normal-file): Fix help-echo.
9717
9718 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * reveal.el (reveal-last-tick): New var.
9721 (reveal-post-command): Use it to avoid closing overlays when we're
9722 appending text to them.
9723
9724 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9725
9726 * textmodes/bibtex.el: Require button.
9727 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9728 (bibtex-reference-keys): Distinguish between header keys and
9729 crossref keys.
9730 (bibtex-beginning-of-field): New function.
9731 (bibtex-url-map): Remove.
9732 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9733 (bibtex-font-lock-url-regexp): Assume that field names begin at
9734 the beginning of a line.
9735 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
9736 Remove field delimiters. Use bibtex-beginning-of-field.
9737 Bugfix, point can be inside a field with a url.
9738 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9739 New functions.
9740 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9741 (bibtex-key-in-head): Simplify.
9742 (bibtex-current-line): Use bolp.
9743 (bibtex-parse-keys): Remove unused arg `add'.
9744 Use bibtex-type-in-head and bibtex-key-in-head.
9745 (bibtex-parse-entry, bibtex-autofill-entry):
9746 Use bibtex-type-in-head and bibtex-key-in-head.
9747 (bibtex-autokey-get-field): Do not alter case of replacement text.
9748 (bibtex-autokey-get-names): Do all processing of name list.
9749 (bibtex-autokey-get-year): New function.
9750 (bibtex-autokey-get-title): Do all processing of title words.
9751 (bibtex-generate-autokey): Simplify.
9752 (bibtex-string-files-init): Use default-directory.
9753 Allow for absolute file names in bibtex-string-files.
9754 (bibtex-files, bibtex-file-path): New variables.
9755 (bibtex-files-expand): New function.
9756 (bibtex-find-entry-globally): New command.
9757 (bibtex-summary-function): New variable.
9758 (bibtex-summary): Default value of bibtex-summary-function.
9759 (bibtex-find-crossref): New optional args pnt and split.
9760 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9761 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9762 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
9763 Fix handling of required and alternative fields.
9764 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9765 Use cons and display-buffer.
9766 (bibtex-validate-globally): New command.
9767 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
9768 bibtex-parse-keys and bibtex-parse-strings for updating
9769 bibtex-reference-keys and bibtex-strings.
9770 (bibtex-realign): Remove blank lines past the last entry.
9771 (bibtex-reformat): Use bibtex-entry-format as default.
9772 (bibtex-choose-completion-string): Remove.
9773 (bibtex-complete): Do not use bibtex-choose-completion-string.
9774 (bibtex-url): Simplify.
9775
9776 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9777
9778 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
9779 (x-dnd-types-alist, x-dnd-open-file-other-window)
9780 (x-dnd-known-types): Add :version.
9781
9782 2004-10-31 John Paul Wallington <jpw@gnu.org>
9783
9784 * ibuffer.el (group ibuffer): Add :version keyword.
9785
9786 2004-10-31 Kim F. Storm <storm@cua.dk>
9787
9788 * ido.el (group ido): Add :version keyword.
9789 (ido-mode): Remove :version keyword.
9790
9791 * emulation/cua-base.el (group cua): Add :version keyword.
9792 (cua-mode): Remove :version keyword.
9793
9794 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
9795
9796 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
9797
9798 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
9799 compiler warning.
9800 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
9801 function.
9802 (help-at-pt-display-when-idle): Remove autoload.
9803
9804 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
9807
9808 2004-10-30 Juri Linkov <juri@jurta.org>
9809
9810 * help.el (function-called-at-point):
9811 * help-fns.el (variable-at-point): Read -> intern.
9812
9813 2004-10-30 Simon Josefsson <jas@extundo.com>
9814
9815 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9816 Recognize AS_* too.
9817
9818 2004-10-29 Simon Josefsson <jas@extundo.com>
9819
9820 * subr.el (read-passwd): Move back from password.el.
9821
9822 * password.el: Remove, not ready yet.
9823
9824 2004-10-29 Andreas Schwab <schwab@suse.de>
9825
9826 * speedbar.el (speedbar-frame-parameters): Improve customize type.
9827
9828 2004-10-29 Sam Steingold <sds@gnu.org>
9829
9830 * mouse.el (mouse-show-mark): Replace the last occurrence of
9831 x-lost-selection-hooks with x-lost-selection-functions.
9832
9833 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9836 x-lost-selection-functions is bound.
9837
9838 * mouse-sel.el (mouse-sel-mode):
9839 * emacs-lisp/lselect.el: Adjust to new names for
9840 x-(lost|sent)-selection-functions.
9841
9842 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9843 New obsolete aliases of x-lost-selection-functions and
9844 x-sent-selection-functions.
9845
9846 2004-10-28 Kim F. Storm <storm@cua.dk>
9847
9848 * imenu.el (imenu-scanning-message): Remove.
9849 (imenu-progress-message): Make it a no-op.
9850
9851 2004-10-28 John Paul Wallington <jpw@gnu.org>
9852
9853 * files.el (set-auto-mode): Call `throw' correctly.
9854
9855 2004-10-28 Juri Linkov <juri@jurta.org>
9856
9857 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9858 to search `Info-...' commands in `info' manual.
9859 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9860 Add 'info-file "emacs" property.
9861 (Info-find-emacs-command-nodes): Fix index line number regexp.
9862 Set real line number (instead of fake 0) in first element of the
9863 returned list.
9864 (Info-goto-emacs-command-node): Use line number of first element
9865 to set point in the first found Info node.
9866
9867 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9868 code to `grep-mode-font-lock-keywords'.
9869 (grep-mode-font-lock-keywords): Delete grep markers instead
9870 of making them invisible.
9871
9872 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9873
9874 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9875 and x-server-version in bug report.
9876
9877 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
9878
9879 * files.el (set-auto-mode-0): New function.
9880 (set-auto-mode): Use it to handle aliased modes and to
9881 be consistent between C-x C-f and C-x C-w.
9882
9883 2004-10-28 Kenichi Handa <handa@m17n.org>
9884
9885 * international/utf-8.el (utf-translate-cjk-charsets):
9886 Add katakana-jisx0201.
9887
9888 * international/subst-jis.el: Add data for JISX0201.
9889
9890 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * obsolete/hilit19.el (hilit-mode): New function.
9893 Move all the toplevel side-effecting stuff into it, so that loading
9894 hilit19 doesn't mess everything up any more.
9895
9896 2004-10-27 Richard M. Stallman <rms@gnu.org>
9897
9898 * add-log.el (add-change-log-entry): Set up mailing address
9899 and full name later, and don't alter add-log-mailing-address
9900 or add-log-full-name.
9901
9902 * elide-head.el (elide-head): Change error to message.
9903 (elide-head-show): Likewise.
9904
9905 * apropos.el (apropos-macrop): Doc fix.
9906
9907 * mouse.el (mouse-show-mark): Do most processing the same
9908 regardless of transient-mark-mode.
9909
9910 * shadowfile.el (shadow-copy-files): Use interactive-p
9911 only to control whether to print a message.
9912
9913 * tar-mode.el (tar-mode): Use write-contents-functions,
9914 not write-contents-hooks.
9915
9916 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9917 directory-sep-char.
9918
9919 2004-10-27 Richard M. Stallman <rms@gnu.org>
9920
9921 * strokes.el (strokes-unload-hook): Fix previous change.
9922
9923 * type-break.el (type-break-run-at-time): Always use run-at-time;
9924 forget the alternatives.
9925 (type-break-cancel-function-timers): Always use cancel-function-timers;
9926 forget the alternatives.
9927
9928 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9929
9930 2004-10-27 Kenichi Handa <handa@m17n.org>
9931
9932 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9933
9934 * international/subst-gb2312.el: Likewise.
9935
9936 * international/subst-big5.el: Likewise.
9937
9938 * international/subst-ksc.el: Likewise.
9939
9940 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9941 New variable.
9942 (utf-translate-cjk-set-unicode-range): New function.
9943 (utf-translate-cjk-unicode-range): Make it customizable.
9944 (utf-8-post-read-conversion):
9945 Use utf-translate-cjk-unicode-range-string.
9946 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9947 Unicode ranges.
9948
9949 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
9950
9951 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9952 trivial variants to shorten the list.
9953 (xml-based-modes): New var.
9954 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9955 declaration higher priority than auto-mode-alist.
9956
9957 * find-file.el (cc-other-file-alist): Bring it in line with
9958 cc-mode's auto-mode-alist entries and use \' instead of $.
9959
9960 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9961 and add "Id" and "Name" submenus to it.
9962
9963 * imenu.el (imenu--generic-function): Skip matches in comments.
9964
9965 2004-10-26 Jay Belanger <belanger@truman.edu>
9966
9967 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9968 (full-calc-keypad, calc-trail-display): Use an extra argument
9969 instead of `interactive-p'.
9970
9971 * calc/calc-misc.el (calc-other-window): Use an extra argument
9972 instead of `interactive-p'.
9973
9974 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9975 `interactive-p'.
9976
9977 2004-10-26 Kim F. Storm <storm@cua.dk>
9978
9979 * help.el (describe-key): Describe both down-event and up-event
9980 for a mouse click.
9981
9982 2004-10-26 Richard M. Stallman <rms@gnu.org>
9983
9984 * woman.el (woman): Don't call interactive-p.
9985
9986 * pcomplete.el (pcomplete): Instead of interactive-p,
9987 use an arg set non-nil by the interactive spec.
9988
9989 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9990 use an arg set non-nil by the interactive spec.
9991
9992 * man.el (Man-cleanup-manpage): Instead of interactive-p,
9993 use an arg set non-nil by the interactive spec.
9994
9995 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9996
9997 * progmodes/flymake.el (flymake-split-string):
9998 Use `flymake-split-string-remove-empty-edges' in any case.
9999
10000 2004-10-26 Masatake YAMATO <jet@gyve.org>
10001
10002 * progmodes/flymake.el (flymake-err-line-patterns):
10003 Use `compilation-error-regexp-alist-alist' instead of
10004 `compilation-error-regexp-alist'.
10005
10006 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10009 verbatim face on the \ of \end{verbatim}.
10010
10011 2004-10-25 Jay Belanger <belanger@truman.edu>
10012
10013 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10014 erasing minibuffer.
10015
10016 2004-10-25 Simon Josefsson <jas@extundo.com>
10017
10018 * subr.el (read-passwd): Move to net/password.el.
10019
10020 * net/password.el (read-passwd): Add. Autoload it.
10021
10022 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10023
10024 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10025
10026 * simple.el (process-file): Fix logic.
10027
10028 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10029
10030 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10031 (increase-right-margin): Remove erroneous call to `interactive-p'.
10032
10033 2004-10-24 Kim F. Storm <storm@cua.dk>
10034
10035 * help.el (describe-mode): Fix 2004-10-13 change.
10036 Copy pure "Auto Fill" string so it can be propertized later
10037 without causing a read-only error.
10038
10039 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10040
10041 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10042 style indexes.
10043
10044 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10045
10046 * simple.el (process-file): Accept nil for INFILE. Reported by
10047 Luc Teirlinck.
10048
10049 2004-10-24 Masatake YAMATO <jet@gyve.org>
10050
10051 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10052 Handle periods and underscores in a function name.
10053 Remove the address fontification.
10054
10055 2004-10-24 Masatake YAMATO <jet@gyve.org>
10056
10057 * progmodes/asm-mode.el (asm-font-lock-keywords):
10058 Use font-lock-variable-name-face for registers.
10059
10060 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10061
10062 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10063 kill-all-local-variables.
10064 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10065 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10066 Use kill-all-local-variables and provide mode-hooks.
10067 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10068 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10069 Suggested by Masatake YAMATO <jet@gyve.org>.
10070
10071 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10072
10073 * simple.el (process-file): New function, similar to call-process
10074 but supports file handlers.
10075 * vc.el (vc-do-command): Use it, instead of call-process.
10076 * net/tramp-vc.el (vc-do-command): Do not advise it if
10077 process-file is fboundp.
10078 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10079 process-file.
10080 (tramp-handle-process-file): New function.
10081 (tramp-file-name-for-operation): Support process-file.
10082
10083 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10084
10085 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10086 (icalendar-weekdayabbrev-table)
10087 (icalendar-monthnumber-table): Delete.
10088 (icalendar--get-month-number): Use calendar-month-name-array.
10089 (icalendar--get-weekday-number): New function.
10090 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10091 (icalendar-export-region): Handle multi-line entries.
10092 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10093
10094 2004-10-23 John Paul Wallington <jpw@gnu.org>
10095
10096 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10097 `wildcards' set to t in interactive spec.
10098
10099 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10100 interactive spec rather than use `interactive-p'.
10101 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10102 rather than use function `interactive-p'.
10103
10104 2004-10-22 Kenichi Handa <handa@m17n.org>
10105
10106 * international/mule.el (translate-region): Implement it in Lisp
10107 as a front end of translate-region-internal.
10108
10109 2004-10-21 Jay Belanger <belanger@truman.edu>
10110
10111 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10112 Declare these variables with defvar.
10113
10114 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10115 is bound, only check to see if it is bound.
10116
10117 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10120 Don't output messages.
10121
10122 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10123
10124 2004-10-21 John Paul Wallington <jpw@gnu.org>
10125
10126 * calc/calc-graph.el (calc-graph-init):
10127 Use `set-process-query-on-exit-flag'.
10128
10129 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10130
10131 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10132 dir right and also allow argumentless cd.
10133
10134 2004-10-19 Richard M. Stallman <rms@gnu.org>
10135
10136 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10137
10138 * eshell/em-unix.el (eshell-grep):
10139 Don't bind compilation-process-setup-function.
10140
10141 * comint.el (comint-insert-input): Use @ in `interactive'.
10142 (comint-input-filter-functions): Doc fix.
10143 (comint-kill-whole-line, comint-get-source): Doc fix.
10144
10145 * progmodes/compile.el (compilation-setup):
10146 Don't set buffer-read-only if MINOR is non-nil.
10147
10148 2004-10-19 Jay Belanger <belanger@truman.edu>
10149
10150 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10151 (calc-emacs-type-gnu19): Remove.
10152 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10153 Remove check for old emacs versions.
10154
10155 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10156 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10157 for current Emacs.
10158
10159 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10160 the end of the minibuffer.
10161 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10162 copy `esc-map'.
10163
10164 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10165
10166 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10167 call that would be given when the current emacs was used.
10168
10169 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10170
10171 * calendar/icalendar.el: Set coding to utf-8.
10172 (icalendar-version): Increase to 0.07.
10173 (icalendar-monthnumber-table): Change March pattern.
10174 (icalendar-get-all-event-properties)
10175 (icalendar-set-event-property): Delete.
10176 (icalendar-all-events): No longer interactive.
10177 (icalendar-convert-diary-to-ical)
10178 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10179 their replacements.
10180 (icalendar-export-file, icalendar-export-region): New functions;
10181 essentially old `icalendar-convert-diary-to-ical' but appending to
10182 target rather than overwriting.
10183 (icalendar-import-file): Append to target file rather than
10184 overwriting. Fourth arg deleted.
10185 (icalendar-import-buffer): New name for old
10186 `icalendar-extract-ical-from-buffer'.
10187 (icalendar--convert-string-for-import): New name for
10188 old `icalendar-convert-for-import'.
10189 (include-icalendar-files): Delete.
10190 Prefix for all internal functions changed from `icalendar-'
10191 to `icalendar--'.
10192
10193 2004-10-19 Richard M. Stallman <rms@gnu.org>
10194
10195 * paths.el (news-path): Fix previous change.
10196
10197 2004-10-18 Jay Belanger <belanger@truman.edu>
10198
10199 * calc/calc-help.el (calc-describe-bindings):
10200 Set `buffer-read-only' to nil while working in the keybindings buffer;
10201 remove some extra information from the keybindings buffer.
10202
10203 2004-10-18 David Ponce <david@dponce.com>
10204
10205 * mouse.el (mouse-drag-move-window-top): New function.
10206 (mouse-drag-mode-line-1): Use it.
10207
10208 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10209
10210 * info.el (Info-fontify-node): For multiline refs,
10211 arrange to unfontify newline and surrounding whitespace.
10212
10213 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10216 directory is missing.
10217
10218 2004-10-17 John Paul Wallington <jpw@gnu.org>
10219
10220 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10221 New customizable variable; whether to display buffers that match
10222 `ibuffer-maybe-show-predicates' by default.
10223 (ibuffer-maybe-show-predicates): Mention it in docstring.
10224 (ibuffer-display-maybe-show-predicates): New variable.
10225 (ibuffer-update): Prefix arg now toggles whether buffers that
10226 match `ibuffer-maybe-show-predicates' should be displayed.
10227 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10228 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10229 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10230
10231 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10232
10233 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10234 work correctly.
10235
10236 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10237
10238 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10239 (Buffer-menu-beginning): New helper function.
10240 (Buffer-menu-execute): Use it.
10241 (Buffer-menu-select): Use it.
10242 (Buffer-menu-sort): Use it and also keep markers.
10243
10244 2004-10-17 Richard M. Stallman <rms@gnu.org>
10245
10246 * paths.el (news-directory): Rename from news-path. Old name alias.
10247 (rmail-spool-directory): Use defvar.
10248 (sendmail-program): Use defcustom.
10249 (remote-shell-program): Use defcustom.
10250 (term-file-prefix): Use defvar.
10251 (abbrev-file-name): Use defvar.
10252
10253 * term.el: Add maintainer.
10254
10255 * subr.el (with-local-quit): Return nil if there's a quit.
10256 (read-passwd): Use with-local-quit. Doc fix.
10257
10258 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10259 (strokes-unload-hook): Set as a variable with add-hook.
10260
10261 * startup.el (fancy-splash-tail, normal-splash-screen):
10262 Update copyright year.
10263
10264 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10265
10266 * server.el (server-unload-hook): Set as a variable with add-hook.
10267
10268 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10269
10270 * frame.el (special-display-popup-frame):
10271 Make the buffer current as its frame is created.
10272
10273 * delsel.el (delsel-unload-hook): Set as a variable.
10274
10275 * comint.el (comint-output-filter-functions):
10276 Add comint-watch-for-password-prompt.
10277 (comint-read-noecho): Function deleted.
10278 (send-invisible): Use read-passwd.
10279
10280 * fringe.el (fringe-mode-initialize): New function.
10281 (fringe-mode): Use fringe-mode-initialize as :initialize.
10282
10283 2004-10-17 Kim F. Storm <storm@cua.dk>
10284
10285 * language/indian.el (indian-script-language-alist): Swap value and doc.
10286 (indian-font-char-index-table): Doc fix.
10287
10288 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10291
10292 2004-10-16 Juri Linkov <juri@jurta.org>
10293
10294 * progmodes/compile.el (compilation-start): Move let-binding of
10295 `process-environment' into `with-current-buffer' body.
10296 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10297
10298 2004-10-16 Richard M. Stallman <rms@gnu.org>
10299
10300 * pcvs-util.el (cvs-bury-buffer):
10301 Don't call get-buffer-window for effect.
10302
10303 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10304
10305 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10306
10307 * msb.el (msb-unload-hook): Set the variable.
10308
10309 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10310 Use * to err if buffer is readonly.
10311
10312 * subr.el (looking-back): Return only t or nil.
10313
10314 * whitespace.el (whitespace-unload-hook): Set the variable.
10315
10316 * view.el (view-mode-enable): Set view-page-size and
10317 view-half-page-size to nil.
10318 (view-set-half-page-size-default): view-half-page-size = nil
10319 means the default.
10320 (View-scroll-page-forward): Use view-page-size-default.
10321 (View-scroll-page-backward): Likewise.
10322 (view-page-size, view-half-page-size): Doc fixes.
10323
10324 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10325
10326 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10327
10328 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10329 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10330 (byte-compile-log-1): Bind inhibit-read-only.
10331 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10332 (byte-compile-log-warning): Likewise.
10333 (byte-compile-file-form-require): Detect "cl" from the arg value.
10334
10335 * progmodes/compile.el (compilation-start): Assume compilation-mode
10336 will make the buffer read-only.
10337 (compilation-mode): Take arg name-of-mode.
10338 (compilation-setup): Make buffer read-only.
10339 (compilation-handle-exit): Bind inhibit-read-only.
10340
10341 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10342 (ispell-message): Likewise.
10343 (ispell-show-choices): Don't call get-buffer-window uselessly.
10344 (ispell-init-process): Use set-process-query-on-exit-flag.
10345
10346 2004-10-16 Kim F. Storm <storm@cua.dk>
10347
10348 * fringe.el (fringe-bitmaps): Only initialize when defined.
10349
10350 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10351 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10352
10353 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10354
10355 2004-10-15 Simon Josefsson <jas@extundo.com>
10356
10357 * net/password.el: Add.
10358
10359 2004-10-14 Masatake YAMATO <jet@gyve.org>
10360
10361 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10362 (gdb-script-end-of-defun): New function.
10363 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10364 `gdb-script-end-of-defun' as *-of-defun-function.
10365
10366 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10367
10368 * button.el (button-activate): Allow a marker to display as an action.
10369
10370 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10371
10372 * help.el (describe-mode): Use it to make minor mode list into
10373 hyperlinks.
10374
10375 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * vc.el (vc-annotate-display-select): Fix typo.
10378
10379 * subr.el (substitute-key-definition-key): New function.
10380 (substitute-key-definition): Use it with map-keymap.
10381 (event-modifiers): Use push.
10382 (mouse-movement-p, with-temp-buffer): Simplify.
10383
10384 2004-10-12 Jay Belanger <belanger@truman.edu>
10385
10386 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10387 New variables.
10388 (calc-help-index-entries): New function.
10389 (calc-describe-function): Use `calc-help-function-list' instead of
10390 obarray for completion.
10391 (calc-describe-variable): Use `calc-help-variable-list' instead
10392 of obarray for completion.
10393
10394 2004-10-12 Richard M. Stallman <rms@gnu.org>
10395
10396 * info-look.el (info-lookup-file): Add info-file property.
10397 (info-lookup-symbol): Likewise.
10398
10399 * info.el (info-xref): Add underlining.
10400 (info): Add info-file property.
10401 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10402
10403 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10404
10405 Sync with Tramp 2.0.45.
10406
10407 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10408 defined. This is not the case for XEmacs without package "edebug".
10409 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10410 remote files to the permissions of the original file. This is not
10411 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10412 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10413 (tramp-perl-decode): Fix an error in Perl implementation.
10414 $pending must be cleared every loop. Reported by Benjamin Place
10415 <benjaminplace@sprintmail.com>
10416
10417 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10418 Don't activate advice during definition. This is done later on,
10419 depending on test result of `substitute-in-file-name'.
10420 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10421
10422 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10425
10426 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10427
10428 2004-10-12 David Ponce <david@dponce.com>
10429
10430 * recentf.el (recentf-edit-list): Update the menu when the recentf
10431 list has been modified.
10432
10433 2004-10-12 Simon Josefsson <jas@extundo.com>
10434
10435 * net/tls.el (tls-certtool-program): New variable.
10436 (tls-certificate-information): New function, based on
10437 ssl-certificate-information.
10438
10439 2004-10-12 Kenichi Handa <handa@m17n.org>
10440
10441 * international/mule.el (coding-system-equal): Move from mule-util.el.
10442
10443 * international/mule-util.el (coding-system-equal): Move to mule.el.
10444
10445 2004-10-12 Kim F. Storm <storm@cua.dk>
10446
10447 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10448 reset kmacro-initial-counter-value if set.
10449 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10450 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10451 (kmacro-display): Show macro counter if non-zero.
10452
10453 * subr.el (substitute-key-definition): Mention command remapping
10454 in doc string.
10455
10456 2004-10-11 Jay Belanger <belanger@truman.edu>
10457
10458 * calc/calc-misc.el (calc-info-goto-node): New function.
10459 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10460 node in one step.
10461 (calc-describe-copying, calc-describe-distribution)
10462 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10463 Go to appropriate info node in one step.
10464
10465 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10468
10469 * font-lock.el (font-lock-apply-highlight): Fix last change.
10470
10471 2004-10-11 Simon Josefsson <jas@extundo.com>
10472
10473 * mail/smtpmail.el (smtpmail-open-stream): Look for
10474 starttls-gnutls-program instead of starttls-program iff
10475 starttls-use-gnutls is non-nil.
10476 (smtpmail-open-stream): Don't overwrite user settings of
10477 starttls-extra-arguments and starttls-extra-args.
10478
10479 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * comint.el (comint-mouse-insert-input): Remove.
10482 (comint-insert-input): Make it work for mouse bindings.
10483 (comint-mode-map): Move defs into the declaration.
10484 (comint-output-filter): Typo.
10485
10486 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10487
10488 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10489
10490 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10491 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10492 ange-ftp-remote-shell.
10493
10494 2004-10-10 Andreas Schwab <schwab@suse.de>
10495
10496 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10497 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10498 Reported by <sri@asu.edu>.
10499
10500 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10501
10502 * vc.el (vc-annotate-mode): Remove variable.
10503 (vc-annotate-display-select): Only call vc-annotate-mode
10504 if we're not in that mode already.
10505
10506 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10509 (imenu-choose-buffer-index): Check here for rescan instead.
10510
10511 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10512 where the face expression evals to nil.
10513
10514 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10515 (tex-font-lock-keywords-2): Use it.
10516 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10517
10518 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10519
10520 2004-10-09 Kim F. Storm <storm@cua.dk>
10521
10522 * subr.el (progress-reporter-update): Define before first usage.
10523 (make-progress-reporter): Doc fix.
10524
10525 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10526
10527 * textmodes/paragraphs.el (sentence-end-double-space)
10528 (sentence-end-without-period, sentence-end-without-space)
10529 (sentence-end): Doc fixes.
10530
10531 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10532
10533 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10534 Change paragraph-start regexp so we don't fill code starting with #'(.
10535
10536 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10537
10538 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10539 New defcustom.
10540 (extract-address-components): Use it.
10541
10542 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10543
10544 * subr.el (make-progress-reporter, progress-reporter-update)
10545 (progress-reporter-force-update, progress-reporter-do-update)
10546 (progress-reporter-done): New functions.
10547
10548 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10549
10550 * progmodes/etags.el (etags-tags-completion-table): Use progress
10551 reporter.
10552 (etags-tags-apropos): Likewise.
10553
10554 2004-10-08 Alan Mackenzie <acm@muc.de>
10555
10556 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10557 of current line.
10558
10559 2004-10-08 Masatake YAMATO <jet@gyve.org>
10560
10561 * server.el (server-process-filter): Wrap `process-send-region'
10562 by `condition-case' to guard the case when the pipe to PROC is closed.
10563
10564 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10565
10566 * xml.el (xml-substitute-special): Limit handling of external entities.
10567
10568 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10569
10570 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10571
10572 2004-10-06 John Paul Wallington <jpw@gnu.org>
10573
10574 * xml.el (xml-parse-dtd): Fix `error' call.
10575
10576 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10577
10578 * xml.el (xml-substitute-special): Return a single string instead
10579 of a list of strings if an entity substitution is made.
10580
10581 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10582
10583 * calendar/icalendar.el: New file.
10584
10585 2004-10-05 Juri Linkov <juri@jurta.org>
10586
10587 * isearch.el (isearch-done): Set mark after running hook.
10588 Reported by Drew Adams <drew.adams@oracle.com>.
10589
10590 * info.el (Info-history, Info-toc): Fix Info headers.
10591 (Info-toc): Narrow buffer before Info-fontify-node.
10592 (Info-build-toc): Don't check for special Info file names.
10593 Set main-file to nil if Info-find-file returns a symbol.
10594
10595 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10596
10597 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10598 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10599 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10600
10601 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10602
10603 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10604 for old interactive spec from calendar-goto-iso-date.
10605 (calendar-goto-iso-date): Use it.
10606 (calendar-goto-iso-week): New function. Suggested by Emilio
10607 C. Lopes <eclig@gmx.net>.
10608
10609 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10610
10611 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10612 `set-right-margin' bindings that follow the minor mode conventions.
10613
10614 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10617 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10618 (latex-block-args-alist): Add minipage and picture.
10619 (latex-block-body-alist): Use reftex-label if enabled.
10620 (latex-insert-block): Don't insert a \n if not necessary.
10621 (tex-compile-commands): Make sure dvips doesn't send to printer.
10622 (tex-compile-default): Handle the case where no executable is found.
10623 (latex-noindent-environments): New var.
10624 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10625 If tex-indent-allhanging is non-nil, make sure we only align for macros
10626 at beginning of line.
10627
10628 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10629
10630 * newcomment.el (comment-beginning): Doc fix and don't choke on
10631 unset `comment-end-skip' when at beginning of comment.
10632
10633 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10634
10635 * term.el (term-adjust-current-row-cache): Don't allow the current
10636 row to become negative.
10637 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10638 the end of the line. Fix scroll down. Add comments.
10639 (term-handle-ansi-escape): Don't exceed terminal width when moving
10640 right.
10641 (term-scroll-region): Move the cursor after setting the scroll region.
10642
10643 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10644
10645 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10646 to `width' for consistency with docstring. Doc fix.
10647
10648 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10649
10650 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10651 This is necessary for derived modes.
10652
10653 2004-09-30 Kim F. Storm <storm@cua.dk>
10654
10655 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10656 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10657
10658 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10659 kmacro-extract-lambda functions.
10660 (edit-kbd-macro): Handle kmacro lambda forms.
10661 Include counter and counter format in edit buffer.
10662 (edmacro-finish-edit): Get counter and format from edit buffer and
10663 update kmacro bindings when found.
10664
10665 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10666
10667 * textmodes/paragraphs.el (forward-paragraph):
10668 Avoid args-out-of-range error when point winds up at the beginning of
10669 the buffer and hard newlines are enabled.
10670
10671 * newcomment.el (comment-multi-line): Doc fix.
10672
10673 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10676 (diff-fixup-modifs): Catch unified-diff file-headers.
10677
10678 2004-09-29 Kim F. Storm <storm@cua.dk>
10679
10680 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10681 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10682 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10683
10684 * fringe.el (fringe-bitmap-p): New macro.
10685 (fringe-bitmaps): Add standard fringe bitmaps on load.
10686
10687 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * dired.el (dired-view-command-alist): Use more efficient regexps.
10690 Remove dubious arguments.
10691 (dired-align-file): New function.
10692 (dired-insert-directory): Use it.
10693 (dired-move-to-end-of-filename): Make the " -> " search more specific.
10694 (dired-buffers-for-dir): Remove unused var `pattern'.
10695
10696 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
10697
10698 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10699 from diary display excursion. Store diary buffer's point for
10700 `simple-diary-display'.
10701 (simple-diary-display): Set window point and start when
10702 displaying buffer, to preserve point.
10703
10704 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
10705
10706 * textmodes/enriched.el (enriched-translations): Replace defconst
10707 with defvar.
10708
10709 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10710
10711 * printing.el: Doc fix.
10712 (pr-version): New version number (6.8.1).
10713 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10714 make-temp-name.
10715 (pr-delete-file): Check if file exists before deleting it.
10716 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10717
10718 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * term.el (term-display-table): New variable.
10721 (term-mode): Use it.
10722 (term-exec-1): Set the coding system to binary.
10723 (term-emulate-terminal): Decode the string before inserting it.
10724
10725 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
10726
10727 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10728 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10729 (map): Bind S-prior, S-next and S-insert.
10730 (term-mode): Set `indent-tabs-mode' to nil.
10731 (term-paste): New function to be bound to S-insert.
10732 (term-send-del, term-send-backspace): Change the strings sent.
10733 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10734 (term-handle-colors-array): Fix handling of underline and reverse.
10735 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
10736 (term-erase-in-line): Fix comparison.
10737 (term-emulate-terminal): Fix line wrap handling.
10738 (term-start-output-log): Rename from `term-set-output-log'.
10739 (term-stop-output-log): Rename from `term-stop-photo'.
10740 (term-switch-to-alternate-sub-buffer): Comment out, unused.
10741
10742 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * dired.el (dired-move-to-filename): Don't output a message if
10745 raise-error is non-nil. Fix return position and value.
10746
10747 * files.el (insert-directory): Obey --dired even with symlinks.
10748
10749 2004-09-25 Lars Hansen <larsh@math.ku.dk>
10750
10751 * ls-lisp.el (ls-lisp-format): Mark file names with property
10752 dired-filename.
10753
10754 2004-09-25 Kim F. Storm <storm@cua.dk>
10755
10756 * ido.el (ido-max-directory-size): New defcustom.
10757 (ido-decorations): Add "too big" element.
10758 (ido-directory-too-big): New dynamic var.
10759 (ido-may-cache-directory): Don't cache big directories.
10760 (ido-directory-too-big-p): New defun.
10761 (ido-set-current-directory): Update ido-directory-too-big.
10762 (ido-read-internal): Make empty ido-cur-item if too-big.
10763 (ido-buffer-internal): Use ido-read-internal directly instead of
10764 ido-read-buffer.
10765 (ido-file-internal): Init ido-directory-too-big.
10766 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10767 and redo completion with full list.
10768 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10769 it, and show completions.
10770 (ido-all-completions): Let bind ido-directory-too-big to nil.
10771 (ido-exhibit): Handle ido-directory-too-big.
10772 (ido-read-buffer): Handle fallback to read-buffer.
10773 Init ido-directory-too-big.
10774 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10775 Init ido-directory-too-big.
10776
10777 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * subr.el (delay-mode-hooks): Doc fix.
10780
10781 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
10782
10783 * textmodes/enriched.el
10784 (enriched-default-text-properties-local-flag): New variable.
10785 (enriched-mode): Make sure that enabling and disabling the mode is
10786 a no-op. Doc fix.
10787
10788 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
10789
10790 * calendar/holidays.el (holiday-advent): Report on a specified day
10791 offset from advent, not just advent.
10792 (holiday-easter-etc): Report on one specified day offset from
10793 easter, not all easter holidays. Various Easter holidays moved to
10794 `christian-holidays' variable in calendar.el.
10795 * calendar/calendar.el (christian-holidays): Adapt for new
10796 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10797
10798 2004-09-23 Kim F. Storm <storm@cua.dk>
10799
10800 * image.el (insert-sliced-image): Add doc string.
10801
10802 * ido.el (ido-choice-list): New dynamic var for `list' context.
10803 (ido-context-switch-command): New dynamic var.
10804 (ido-define-mode-map): Generalize switch between file/buffer contexts.
10805 (ido-read-internal): Handle new `list' context.
10806 Handle insert-buffer and insert-file ido-exit values.
10807 (ido-buffer-internal): New arg switch-cmd. Use it to setup
10808 ido-context-switch-command. Handle insert-file ido-exit value.
10809 (ido-read-buffer): Set ido-context-switch-command to 'ignore
10810 unless it is already bound by caller.
10811 (ido-file-internal): New arg switch-cmd. Use it to setup
10812 ido-context-switch-command. Handle insert-buffer ido-exit value.
10813 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
10814 used for context switching.
10815 (ido-all-completions): Handle new `list' context.
10816 (ido-make-choice-list): Return choices for `list' context.
10817 (ido-find-file-in-dir, ido-display-file, ido-write-file)
10818 (ido-display-buffer, ido-kill-buffer): Disable context switching.
10819 (ido-insert-buffer, ido-insert-file): Setup context switching.
10820 (ido-exhibit): Handle `list' context.
10821 (ido-read-file-name): Disable context switching. Handle fallback.
10822 (ido-read-directory-name): Disable context switching.
10823 (ido-completing-read): New defun like completing-read. Setup and
10824 use new `list' context.
10825
10826 2004-09-20 Jesper Harder <harder@ifa.au.dk>
10827
10828 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10829
10830 2004-09-21 Jay Belanger <belanger@truman.edu>
10831
10832 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10833 `calc-graph-set-styles' so the gnuplot buffer will appear in a
10834 separate window.
10835
10836 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
10837
10838 * subr.el (after-change-major-mode-hook): Doc fix.
10839
10840 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10841
10842 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
10843 of ghostscript for monochrome PostScript file in Windows.
10844
10845 2004-09-21 Kenichi Handa <handa@m17n.org>
10846
10847 * descr-text.el (describe-char): Checking of quail activation fixed.
10848
10849 2004-09-21 Jay Belanger <belanger@truman.edu>
10850
10851 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10852
10853 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
10854
10855 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10856 after the mode hooks instead of before. Doc fix.
10857
10858 2004-09-20 Jason Rumney <jasonr@gnu.org>
10859
10860 * startup.el (command-line) [windows-nt]: Try .emacs first, then
10861 _emacs, but revert to .emacs if neither exists in home directory.
10862
10863 2004-09-20 John Paul Wallington <jpw@gnu.org>
10864
10865 * bindings.el (completion-ignored-extensions): Add .dfsl.
10866
10867 2004-09-20 Richard M. Stallman <rms@gnu.org>
10868
10869 * bindings.el (scroll-left): Make it disabled.
10870
10871 * files.el (enable-local-eval): Doc fix.
10872
10873 * indent.el (move-to-left-margin): Special case for minibuffer.
10874
10875 * term.el (term-emulate-terminal): Turn off undo for output.
10876 Use with-current-buffer and save-selected-window.
10877
10878 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10879
10880 * progmodes/make-mode.el (makefile-fill-paragraph):
10881 Don't insist on spaces when looking for comments. # is enough.
10882
10883 * files.el (hack-local-variables): Copy the variables list
10884 to another buffer, strip prefixes and suffixes there, then read.
10885 (enable-local-eval): Doc fix.
10886 (ignored-local-variables): Initialize to nil.
10887 (risky-local-variable-p): Don't check ignored-local-variables here.
10888 (hack-one-local-variable): Ignore var if in ignored-local-variables.
10889
10890 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10891
10892 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10893 of = to "." (punctuation).
10894
10895 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * subr.el (event-basic-type): Fix mask (extend to 22bits).
10898
10899 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
10900
10901 * textmodes/enriched.el (enriched-rerun-flag): New variable.
10902 (enriched-before-change-major-mode): New function.
10903 Add it to `change-major-mode-hook'.
10904 (enriched-after-change-major-mode): New function.
10905 Add it to `after-change-major-mode-hook'.
10906 (enriched-mode): Make it work correctly if called from
10907 `after-change-major-mode-hook'.
10908 No longer set `indent-line-function'.
10909
10910 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10911
10912 * subr.el (after-change-major-mode-hook): New variable.
10913 (run-mode-hooks): Implement it.
10914
10915 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * battery.el (battery-linux-proc-apm): Use string-to-number.
10918 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10919 Use dolist (and less indentation). Use erase-buffer.
10920 Pre-initialize `design-capacity', `warn', and `low'.
10921 (battery-format): Use replace-regexp-in-string.
10922
10923 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
10924
10925 * battery.el: Delete superfluous empty lines.
10926 (battery-linux-proc-acpi): Attempt to gather information from all
10927 battery subdirectories regardless of their file name.
10928 (battery-linux-proc-apm): Replace all occurrences of
10929 battery-hex-to-int-2 with string-to-int (base 16).
10930 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10931 (battery-hex-map): Delete variable.
10932
10933 2004-09-18 John Paul Wallington <jpw@gnu.org>
10934
10935 * calc/calc-units.el (calc-quick-units): Fix overzealous
10936 s/or/unless/.
10937
10938 2004-09-17 Jay Belanger <belanger@truman.edu>
10939
10940 * calc/calc.el (calc-mode-var-list): Fix the value of
10941 `calc-matrix-brackets'.
10942
10943 2004-09-17 Romain Francoise <romain@orebokech.com>
10944
10945 * ibuf-ext.el (define-ibuffer-filter filename):
10946 Expand dired-directory since buffer-file-name is absolute.
10947
10948 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10949
10950 * ediff-init.el (ediff-current-diff-face-A)
10951 (ediff-current-diff-face-B, ediff-current-diff-face-C)
10952 (ediff-current-diff-face-Ancestor)
10953 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10954 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10955 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10956 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10957 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10958 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10959 Use min-colors.
10960
10961 * term.el (term-down): Perform vertical motion if DOWN is negative.
10962 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10963 (term-termcap-format): Synchronyze with the eterm terminfo entry
10964 in etc/e/eterm.ti.
10965 (term-handle-colors-array): If the current foreground or
10966 background are zero (i.e. unspecified), use the foreground and
10967 background of the default face for reverse video.
10968 (term-ansi-at-eval-string, term-ansi-default-fg)
10969 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10970 (term-mem): Delete ununsed function.
10971 (term-protocol-version): Increment.
10972 (term-current-face): Set to default.
10973
10974 2004-09-15 Jay Belanger <belanger@truman.edu>
10975
10976 * calc/calc.el (calc-mode-var-list): Define this variable.
10977 (calc-always-load-extensions, calc-line-numbering)
10978 (calc-line-breaking, calc-display-just, calc-display-origin)
10979 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10980 (calc-group-char, calc-point-char, calc-frac-format)
10981 (calc-prefer-frac, calc-hms-format, calc-date-format)
10982 (calc-float-format, calc-full-float-format, calc-complex-format)
10983 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10984 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10985 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10986 (calc-matrix-brackets, calc-language, calc-language-option)
10987 (calc-left-label, calc-right-label, calc-word-size)
10988 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10989 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10990 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10991 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10992 (calc-window-height, calc-display-trail, calc-show-selections)
10993 (calc-use-selections, calc-assoc-selections)
10994 (calc-display-working-message, calc-auto-why, calc-timing)
10995 (calc-mode-save-mode, calc-standard-date-formats)
10996 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10997 (calc-user-parse-tables, calc-gnuplot-default-device)
10998 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10999 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11000 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11001 (calc-invocation-macro, calc-show-banner): Give these values as
11002 part of `calc-mode-var-list's initialization after the variables
11003 are declared with defvar.
11004 (calc-bug-address): Change email address to send bug reports to.
11005 Change the maintainer address at the top.
11006 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11007 than "\\.emacs" to determine if it is the user-init-file.
11008
11009 * calc/calc-embed.el (calc-embedded-set-modes): Use
11010 `calc-mode-var-list' correctly.
11011
11012 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11013
11014 * vc.el (annotate-time): Document point handling.
11015 (vc-annotate-display-autoscale): Doc fix.
11016
11017 2004-09-15 Miles Bader <miles@gnu.org>
11018
11019 * generic.el (generic-make-keywords-list): Use symbol rather than
11020 word anchors in regexp.
11021
11022 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11023
11024 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11025 no file name consider `dired-directory'.
11026
11027 2004-09-14 Kim F. Storm <storm@cua.dk>
11028
11029 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11030
11031 2004-09-14 Simon Josefsson <jas@extundo.com>
11032
11033 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11034
11035 * textmodes/dns-mode.el: Add.
11036
11037 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11040 (disabled-command-function): Make the ?\ char more obvious.
11041
11042 * vc-arch.el (vc-arch-root, vc-arch-registered):
11043 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11044
11045 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11046
11047 * windmove.el (windmove-frame-edges): Report coordinates of
11048 outside edges of frame, not inside edges.
11049 (windmove-coordinates-of-position): Convert into wrapper to new
11050 function `windmove-coordinates-of-window-position';
11051 `compute-motion' always applies to selected window.
11052 (windmove-coordinates-of-position): Update documentation to refer
11053 to Emacs 21 Lisp Reference Manual.
11054 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11055
11056 2004-09-13 Kim F. Storm <storm@cua.dk>
11057
11058 * isearch.el (isearch-resume-in-command-history): Rename from
11059 isearch-resume-enabled and change default to nil.
11060
11061 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11064 (vc-registered): Use it.
11065 (vc-find-root): New fun.
11066
11067 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11068 Don't tell to use \\{...} when it's already done.
11069
11070 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11071 Provide a sample complex default.
11072 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11073 (bibtex-entry): Use mapc.
11074
11075 2004-09-12 Kim F. Storm <storm@cua.dk>
11076
11077 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11078
11079 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11080 inhibit-field-text-motion to t so rectangles work in comint buffers.
11081
11082 * simple.el (choose-completion-string): Set buffer before running
11083 choose-completion-string-functions hook so it can be buffer-local.
11084
11085 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11086
11087 * progmodes/compile.el (compilation-start): Parse command to see
11088 if it starts with a cd, and if so perform it for the *compilation*
11089 buffer. Change the header to reflect this.
11090
11091 2004-09-11 Kim F. Storm <storm@cua.dk>
11092
11093 * ido.el (ido-enable-dot-prefix): Doc fix.
11094 (ido-enable-dot-prefix): New defcustom.
11095 (ido-set-matches1): Use it.
11096
11097 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * textmodes/bibtex.el (bibtex-mark-active)
11100 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11101
11102 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11103
11104 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11105 used in a case insensitive environment.
11106 (bibtex-mode-map): Rearrange order of menus.
11107 (bibtex-quoted-string-re): Obsolete.
11108 (bibtex-complete-key-cleanup): Variable replaced by new function.
11109 (bibtex-font-lock-keywords): Use backquotes.
11110 (bibtex-font-lock-url-regexp): New internal variable.
11111 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11112 "OPT" and "ALT".
11113 (bibtex-insert-current-kill, bibtex-make-field)
11114 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11115 (bibtex-parse-field-text): Simplify.
11116 (bibtex-string=): New helper function.
11117 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11118 (bibtex-map-entries): Use bibtex-string=.
11119 (bibtex-search-entry): Use not.
11120 (bibtex-enclosing-field): Fix docstring.
11121 (bibtex-assoc-regexp): Obsolete.
11122 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11123 (bibtex-autokey-get-names): Handle empty name field.
11124 (bibtex-parse-strings): Use assoc-string and unless.
11125 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11126 Use assoc-string.
11127 (bibtex-pop): Simplify.
11128 (bibtex-mode): Set font-lock-extra-managed-props.
11129 (bibtex-entry-update): Use assoc-string.
11130 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11131 (bibtex-autofill-entry): Use bibtex-string=.
11132 (bibtex-print-help-message): Simplify.
11133 (bibtex-find-entry): New optional arg START.
11134 (bibtex-validate): Use bibtex-string= and assoc-string.
11135 Do not call obsolete function compilation-parse-errors.
11136 (bibtex-remove-delimiters): Only remove delimiters if present.
11137 (bibtex-copy-entry-as-kill): Add docstring.
11138 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11139 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11140 (bibtex-complete): Use bibtex-predefined-month-strings,
11141 bibtex-string=, and new function bibtex-complete-key-cleanup.
11142 (bibtex-generate-url-list): New variable.
11143 (bibtex-url): New command bound to C-c C-l and mouse-2.
11144 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11145 (bibtex-font-lock-url): New function.
11146
11147 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11150
11151 2004-09-09 Kim F. Storm <storm@cua.dk>
11152
11153 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11154 counter and format with binding.
11155 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11156 the declared macro uses own macro counter and format. Give symbol
11157 kmacro property.
11158 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11159 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11160 (kmacro-end-and-call-macro): Doc fix.
11161
11162 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11163
11164 * desktop.el (desktop-clear-preserve-buffers):
11165 Remove make-obsolete-variable.
11166
11167 2004-09-08 Richard M. Stallman <rms@gnu.org>
11168
11169 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11170 with the buffer as argument.
11171
11172 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11175
11176 2004-09-08 Juri Linkov <juri@jurta.org>
11177
11178 * replace.el (perform-replace): Use `query-replace-descr'.
11179
11180 * cus-start.el (history-delete-duplicates): Specify customization.
11181
11182 * diff-mode.el (diff-mode-map):
11183 * progmodes/compile.el (compilation-mode-map):
11184 * progmodes/grep.el (grep-mode-map):
11185 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11186 to `next-error-follow-minor-mode'.
11187
11188 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11189
11190 * isearch.el (isearch-lazy-highlight-update): Take into account
11191 the case of zero-length match at the search bound.
11192
11193 2004-09-08 Kim F. Storm <storm@cua.dk>
11194
11195 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11196 change. Use zero width overlays when necessary.
11197
11198 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11199
11200 * subr.el (split-string): Docfix.
11201
11202 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11203
11204 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11205 (display-call-tree): Ensure newline after caller/calls blocks.
11206
11207 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11208
11209 * startup.el (command-line-1): Make option
11210 --directory/-L modify `load-path' straight away.
11211
11212 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11213
11214 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11215
11216 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11217
11218 * emacs-lisp/autoload.el (make-autoload):
11219 Handle `define-compilation-mode'.
11220
11221 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11222 Specify `doc-string-elt' property.
11223
11224 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11225
11226 * bs.el (bs-mode): Doc fix.
11227
11228 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11229
11230 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11231
11232 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11233
11234 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11235
11236 2004-09-08 Kenichi Handa <handa@m17n.org>
11237
11238 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11239 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11240 ps-mule-next-point -> 1+).
11241
11242 * composite.el (encode-composition-rule): Add autoload cooky.
11243
11244 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11245
11246 * format.el (buffer-auto-save-file-format): Make it permanent local.
11247
11248 2004-09-07 Kim F. Storm <storm@cua.dk>
11249
11250 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11251 (authors-fixed-entries): Fix typo.
11252 (authors-canonical-author-name): Compact multiple spaces.
11253 Ignore trivial names (e.g. only first name).
11254
11255 * term.el (term-window-width): Only use full window width on
11256 window system if overflow-newline-into-fringe is enabled.
11257 (term-mode): Don't disable overflow-newline-into-fringe.
11258
11259 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11262 motion as seen on my Mac OS X xterms.
11263
11264 * newcomment.el (uncomment-region-default, comment-region-default):
11265 New functions extracted from uncomment-region and comment-region.
11266 (comment-region, comment-region-function, uncomment-region)
11267 (uncomment-region-function): Use them.
11268
11269 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11270
11271 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11272 It's not crucial but can make sense at times.
11273
11274 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11275 the first commit.
11276
11277 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11278 Disable obsolete code.
11279
11280 2004-09-07 Juri Linkov <juri@jurta.org>
11281
11282 * progmodes/grep.el (grep-highlight-matches): Change default from
11283 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11284 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11285 if grep option `--color' is available, or to `nil' otherwise.
11286 (grep-process-setup): Call `grep-compute-defaults' if
11287 `grep-highlight-matches' is not computed. Set env-vars only
11288 if `grep-highlight-matches' is `t'.
11289 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11290 is already defined).
11291
11292 * progmodes/compile.el (compilation-start): Use copy of
11293 `process-environment' created by `copy-sequence' to not
11294 modify env-vars in the global `process-environment'.
11295
11296 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11297
11298 * simple.el (next-error-follow-minor-mode): Fix last change.
11299
11300 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11301
11302 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11303 permanent local.
11304
11305 2004-09-04 Richard M. Stallman <rms@gnu.org>
11306
11307 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11308 highlighting if the search string is empty.
11309
11310 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * facemenu.el (facemenu-active-faces): Change condition of inner
11313 `while' loop to also check the first two elements of `face-atts'
11314 and `mask-atts'.
11315
11316 2004-09-04 John Paul Wallington <jpw@gnu.org>
11317
11318 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11319 (thumbs-view-image-mode): Make buffer read-only.
11320
11321 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11322
11323 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11324 (ispell-check-version): Set it.
11325 (ispell-send-replacement): New function.
11326 (ispell-process-line): Call ispell-send-replacement.
11327
11328 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11329
11330 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11331 Support choosing seconds with "s".
11332
11333 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11334
11335 * terminal.el (te-escape): Show `?' in prompt for help key.
11336
11337 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11338
11339 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11340
11341 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11342
11343 * simple.el (next-error-follow-minor-mode)
11344 (next-error-follow-mode-post-command-hook): New functions.
11345 (next-error-follow-last-line): New defvar.
11346
11347 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11348 * progmodes/compile.el (compilation-mode-map): Likewise.
11349 * progmodes/grep.el (grep-mode-map): Likewise.
11350 * replace.el (occur-mode-map): Likewise.
11351
11352 * newcomment.el (uncomment-region): Bind comment-use-global-state
11353 to nil.
11354
11355 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11356
11357 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11358 locally around the call to `revert-buffer'.
11359
11360 2004-09-03 Juri Linkov <juri@jurta.org>
11361
11362 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11363 `isearch-adjusted' to `t'.
11364 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11365 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11366 (isearch-other-meta-char): Restore isearch-point unconditionally.
11367 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11368 Set point to start of match if region is not active in transient
11369 mark mode (to include the current match to region boundaries).
11370 Push the search string to `query-replace-from-history-variable'.
11371 Add prompt "Query replace regexp" for isearch-regexp.
11372 Add region beginning/end as last arguments of `perform-replace.'
11373 (isearch-query-replace-regexp): Replace code by the call to
11374 `isearch-query-replace' with arg `t'.
11375
11376 2004-09-03 Richard M. Stallman <rms@gnu.org>
11377
11378 * startup.el (normal-top-level): Undo previous TERM change.
11379
11380 2004-09-03 Kim F. Storm <storm@cua.dk>
11381
11382 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11383 highlight overlays; allow using RET when cursor is over a button.
11384 (cua--highlight-rectangle): Use it.
11385 (cua--rectangle-set-corners): Don't move backwards at eol.
11386 (cua--forward-line): Don't move into void after eob.
11387
11388 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11389 point is set (and displayed) inside rectangle.
11390 (cua--rectangle-operation): Fix for highlight of empty lines.
11391 (cua--highlight-rectangle): Fix highlight for tabs.
11392 Position cursor at left/right edge of rectangle using new `cursor'
11393 property on overlay strings.
11394 (cua--indent-rectangle): Don't tabify.
11395 (cua-rotate-rectangle): Ignore that point has moved.
11396
11397 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11398
11399 * term/mac-win.el: Add ASCII equivalents for some function keys.
11400 (mode-line-frame-identification): Sync with x-win.el.
11401
11402 2004-09-02 Juri Linkov <juri@jurta.org>
11403
11404 * progmodes/compile.el (compilation-buffer-name): Compare major
11405 mode with second element of compilation-arguments instead of third
11406 to reflect latest changes in compilation-arguments structure.
11407 (recompile): Use global variable `compilation-directory' to get
11408 recent compilation directory only when `recompile' is invoked NOT
11409 in the compilation buffer. Otherwise, use `default-directory' of
11410 the compilation buffer.
11411 (compilation-error-properties): Allow to funcall col and end-col.
11412 (compilation-mode-font-lock-keywords): Check col and end-col by
11413 `integerp'.
11414 (compilation-goto-locus): If end-mk is non-nil in transient mark
11415 mode don't activate the mark (and don't display message in
11416 push-mark), but highlight overlay between mk and end-mk.
11417
11418 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11419 (grep-regexp-alist): Add rule to highlight grep matches.
11420 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11421
11422 * info.el (Info-fontify-node): Don't compute other-tag
11423 if Info-hide-note-references=hide.
11424
11425 * help.el (function-called-at-point):
11426 * help-fns.el (variable-at-point):
11427 Try `find-tag-default' when other methods failed.
11428
11429 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11430 Do not push mark if inhibit-mark-movement is non-nil.
11431
11432 * textmodes/ispell.el (ispell-html-skip-alists):
11433 Fix backslashes in docstring.
11434
11435 2004-09-01 Juri Linkov <juri@jurta.org>
11436
11437 * isearch.el (isearch-wrap-function)
11438 (isearch-push-state-function): New defvars.
11439 (isearch-pop-fun-state): New defsubst.
11440 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11441 (isearch-push-state): Set the result of calling
11442 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11443 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11444 restore the mode-specific starting point of terminated search.
11445 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11446 (isearch-repeat): Call `isearch-wrap-function' if defined.
11447 (isearch-message-prefix): Don't add prefix "over" to the message
11448 for wrapped search if `isearch-wrap-function' is defined.
11449 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11450 restore the mode-specific starting point of failed search.
11451
11452 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11453 (Info-search): Add new optional arguments for the sake of isearch.
11454 Replace whitespace in Info-search-whitespace-regexp literally.
11455 Add backward search. Don't call `Info-select-node' if regexp is
11456 found in the same Info node. Don't add node to Info-history for
11457 wrapped isearch.
11458 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11459 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11460 (Info-mode): Set local variables `isearch-search-fun-function',
11461 `isearch-wrap-function', `isearch-push-state-function',
11462 `search-whitespace-regexp'.
11463
11464 * isearch.el: Remove ancient Change Log section.
11465 (isearch-string, isearch-message-string, isearch-point)
11466 (isearch-success, isearch-forward-flag, isearch-other-end)
11467 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11468 (isearch-barrier, isearch-within-brackets)
11469 (isearch-case-fold-search): Add suffix `-state' to state-related
11470 defsubsts to avoid name clashes with other function names.
11471
11472 * simple.el (next-error): New defgroup and defface.
11473 (next-error-highlight, next-error-highlight-no-select):
11474 New defcustoms.
11475 (next-error-no-select): Let-bind next-error-highlight to the value
11476 of next-error-highlight-no-select before calling `next-error'.
11477
11478 * progmodes/compile.el (compilation-goto-locus):
11479 Use `next-error' face instead of `region'. Set 4-th argument of
11480 `move-overlay' to `current-buffer' to move overlay to different
11481 source buffers. Use new variable `next-error-highlight'.
11482
11483 * simple.el (next-error-find-buffer): Move the rule
11484 "if current buffer is a next-error capable buffer" after the
11485 rule "if next-error-last-buffer is set to a live buffer".
11486 Simplify to test all rules in one `or'.
11487 (next-error): Doc fix.
11488 (next-error, previous-error, first-error)
11489 (next-error-no-select, previous-error-no-select):
11490 Make arguments optional.
11491
11492 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11493
11494 * macros.el (apply-macro-to-region-lines): Make it operate on all
11495 lines that begin in the region, rather than on all complete lines
11496 in the region.
11497
11498 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11499
11500 * x-dnd.el (x-dnd-protocol-alist): Document update.
11501 (x-dnd-known-types): Defcustom it.
11502 (x-dnd-handle-motif): Print message-atom in error message.
11503
11504 2004-08-30 John Paul Wallington <jpw@gnu.org>
11505
11506 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11507 strings rather than programatically constructing message.
11508
11509 2004-08-30 Richard M. Stallman <rms@gnu.org>
11510
11511 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11512 Don't return a string that would read as the wrong character code.
11513
11514 2004-08-29 Kim F. Storm <storm@cua.dk>
11515
11516 * emulation/cua-base.el (cua-auto-expand-rectangles):
11517 Remove automatic rectangle padding feature; replace by non-destructive
11518 virtual rectangle edges feature.
11519 (cua-virtual-rectangle-edges): New defcustom.
11520 (cua-auto-tabify-rectangles): New defcustom.
11521 (cua-paste): If paste into a marked rectangle, insert rectangle at
11522 current column, even if virtual; also paste exactly as many lines
11523 as has been marked (ignore additional lines or add empty lines),
11524 but paste whole source if only one line is marked.
11525 (cua--update-indications): No longer use overwrite-cursor to
11526 indicate rectangle padding
11527
11528 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11529 (cua--rectangle-virtual-edges): New defun.
11530 (cua--rectangle-get-corners): Remove optional PAD arg.
11531 (cua--rectangle-set-corners): Never do padding.
11532 (cua--forward-line): Remove optional PAD arg. Simplify.
11533 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11534 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11535 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11536 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11537 (cua--rectangle-move): Never do padding. Simplify.
11538 (cua--tabify-start): New defun.
11539 (cua--rectangle-operation): Add tabify arg. All callers changed.
11540 (cua--pad-rectangle): Remove.
11541 (cua--delete-rectangle): Handle delete with virtual edges.
11542 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11543 (cua--insert-rectangle): Handle insert at virtual column.
11544 Perform auto-tabify if necessary.
11545 (cua--activate-rectangle): Remove optional FORCE arg.
11546 Never do padding. Simplify.
11547 (cua--highlight-rectangle): Enhance for virtual edges.
11548 (cua-toggle-rectangle-padding): Remove command.
11549 (cua-toggle-rectangle-virtual-edges): New command.
11550 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11551 (cua--rectangle-post-command): Don't force rectangle padding.
11552 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11553
11554 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11555
11556 * indent.el (edit-tab-stops-buffer): Doc fix.
11557
11558 2004-08-28 Richard M. Stallman <rms@gnu.org>
11559
11560 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11561 (grep-tag-default): Function deleted.
11562
11563 * subr.el (find-tag-default): Move from etags.el.
11564
11565 * progmodes/etags.el (find-tag-default): Move to subr.el.
11566
11567 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11568 into the basic character if it has an uppercase form.
11569
11570 2004-08-27 Kenichi Handa <handa@m17n.org>
11571
11572 * international/utf-8.el (utf-8-post-read-conversion): If the
11573 buffer is unibyte, temporarily make it multibyte.
11574
11575 2004-08-27 Masatake YAMATO <jet@gyve.org>
11576
11577 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11578
11579 2004-08-25 John Paul Wallington <jpw@gnu.org>
11580
11581 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11582 0, 1, and many mismatches in message.
11583 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11584
11585 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11586 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11587
11588 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11591 vc-diff-switches differently.
11592
11593 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11594
11595 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11596 before and a real defvar after
11597 `speedbar-supported-extension-expressions'. This is to silence
11598 the compiler without breaking bootstrapping.
11599
11600 2004-08-22 Richard M. Stallman <rms@gnu.org>
11601
11602 * textmodes/flyspell.el (flyspell-word):
11603 Use set-process-query-on-exit-flag.
11604 (flyspell-highlight-duplicate-region): Take POSS as arg.
11605 (flyspell-word): Pass POSS as arg.
11606
11607 * progmodes/ada-xref.el: Many doc and style fixes.
11608 (ada-find-any-references): Use compilation-start.
11609 (ada-get-ali-file-name): Improve error msg.
11610 (ada-get-ada-file-name): Likewise.
11611
11612 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11613 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11614
11615 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11616 Add forward defvar.
11617
11618 * whitespace.el (global-whitespace-mode): New alias
11619 for whitespace-global-mode.
11620
11621 * speedbar.el (speedbar-file-regexp): Move definition up.
11622 (speedbar-mode, speedbar-set-mode-line-format):
11623 Use with-no-warnings.
11624 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11625
11626 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11627 controls whether to display the error buffer.
11628
11629 * ps-mule.el: Delete compatibility code for old Emacses.
11630 (ps-mule-find-wrappoint): Don't use chars-in-region.
11631
11632 * frame.el (display-mouse-p, display-selections-p):
11633 Use with-no-warnings.
11634
11635 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11636
11637 2004-08-22 David Kastrup <dak@gnu.org>
11638
11639 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11640 information.
11641
11642 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11643
11644 2004-08-22 Andreas Schwab <schwab@suse.de>
11645
11646 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11647
11648 2004-08-22 Masatake YAMATO <jet@gyve.org>
11649
11650 * cvs-status.el (cvs-status-checkout): New function.
11651 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11652
11653 2004-08-21 David Kastrup <dak@gnu.org>
11654
11655 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11656 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11657 has been converted to use hashtables, the relation `nil=none' is
11658 no longer valid, as `nil' is not a hashtable. This patch tries to
11659 reduce the number of resulting errors.
11660
11661 2004-08-21 John Paul Wallington <jpw@gnu.org>
11662
11663 * subr.el (process-kill-without-query): Made obsolete in
11664 version 21.4, not 21.5.
11665
11666 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11667 (vc-previous-comment, vc-next-comment)
11668 (vc-comment-search-reverse, vc-comment-search-forward)
11669 (vc-comment-to-change-log): Likewise.
11670
11671 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11672
11673 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
11674
11675 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11676 Correct indentation of DEFMETHODS with non-standard method
11677 combinations (e.g., PROGN, MIN, MAX).
11678
11679 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * startup.el (normal-top-level-add-subdirs-to-load-path):
11682 Avoid unnecessarily checking system-type.
11683 (normal-top-level): Set TERM to "dumb". Simplify.
11684
11685 * avoid.el (mouse-avoidance-ignore-p): New fun.
11686 Also ignore switch-frame, select-window, double, and triple clicks.
11687 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11688 (mouse-avoidance-fancy-hook): Use it.
11689
11690 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
11691
11692 * avoid.el (mouse-avoidance-nudge-mouse)
11693 (mouse-avoidance-banish-destination): Stay within the current window
11694 to avoid problems with mouse-autoselect-window.
11695
11696 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11699 the newer format of some messages in cvs-1.12.1.
11700
11701 2004-08-19 Masatake YAMATO <jet@gyve.org>
11702
11703 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11704 (elp-results-jump-to-definition-by-mouse)
11705 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11706 (elp-output-result): Use elp-output-insert-symname.
11707
11708 2004-08-18 Kenichi Handa <handa@m17n.org>
11709
11710 * language/cyrillic.el: Register koi8-r in
11711 ctext-non-standard-encodings-alist.
11712 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11713
11714 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * emacs-lisp/copyright.el (copyright-update-year): Delete code
11717 that replaces 20xy with xy.
11718
11719 2004-08-17 John Paul Wallington <jpw@gnu.org>
11720
11721 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11722 (reb-force-update): Doc fix.
11723
11724 2004-08-16 Richard M. Stallman <rms@gnu.org>
11725
11726 * progmodes/which-func.el (which-func-update-1): Doc fix.
11727
11728 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11729 (sh-mode-abbrev-table): New variable.
11730
11731 * progmodes/compile.el (compilation-mode): Doc fix.
11732
11733 * emacs-lisp/lisp-mode.el (eval-last-sexp):
11734 Don't cons a new symbol each time.
11735 (eval-last-sexp-fake-value): New variable.
11736
11737 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11738 (copyright-update-year): Detect continuation of list of years.
11739
11740 * term.el (term-default-fg-color, term-default-bg-color)
11741 (ansi-term-color-vector): Use `unspecified', not nil, as default.
11742
11743 * imenu.el: Several doc fixes: don't say variables are buffer-local.
11744
11745 2004-08-16 Davis Herring <herring@lanl.gov>
11746
11747 * isearch.el (isearch-string, isearch-message-string, isearch-point)
11748 (isearch-success, isearch-forward-flag, isearch-other-end)
11749 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11750 (isearch-barrier, isearch-within-brackets)
11751 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11752
11753 2004-08-16 Kenichi Handa <handa@m17n.org>
11754
11755 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11756
11757 2004-08-15 Kenichi Handa <handa@m17n.org>
11758
11759 * term/x-win.el (x-selection-value): If utf8 was successful but
11760 ctext was not, use utf8 string.
11761
11762 2004-08-14 Davis Herring <herring@lanl.gov>
11763
11764 * isearch.el: Remove accidental changes of March 4. Fix backing
11765 up when a regexp isearch is made more general. Use symbolic
11766 accessor functions for isearch stack frames to make usage clearer.
11767 (search-whitespace-regexp): Made groups in documentation shy (as
11768 is the group in the default value).
11769 (isearch-fallback): New function, addresses problems with regexps
11770 liberalized by `\|', adds support for liberalization by `\}' (the
11771 general repetition construct), and incorporates behavior for
11772 `*'/`?'.
11773 (isearch-}-char): New command, calls `isearch-fallback' with
11774 arguments appropriate to a typed `}'.
11775 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
11776 appropriately.
11777 (isearch-mode-map): Bind `}' to `isearch-}-char'.
11778 (isearch-string, isearch-message,string, isearch-point)
11779 (isearch-success, isearch-forward-flag, isearch-other-end)
11780 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11781 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
11782 New inline functions to read fields of a stack frame.
11783
11784 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
11785
11786 * battery.el (battery-linux-proc-acpi): Look into battery
11787 directories matching the literal string "CMB", too (required for
11788 Linux kernel version 2.6.7).
11789
11790 2004-08-14 John Paul Wallington <jpw@gnu.org>
11791
11792 * cus-start.el (read-file-name-completion-ignore-case): Add.
11793 (blink-cursor-alist): Change version to "21.4".
11794
11795 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
11796
11797 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
11798
11799 * speedbar.el (speedbar-scan-subdirs): New option.
11800 (speedbar-file-lists): Don't ignore file-name case on Unix and use
11801 dolist.
11802 (speedbar-insert-files-at-point): Take an extra argument and use
11803 it to optionally find out if a subdir is empty. Also unreadable
11804 files don't get expand buttons.
11805 (speedbar-directory): New image (unused pixmap already existed).
11806 (speedbar-expand-image-button-alist): Use it.
11807
11808 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
11809
11810 CC Mode update to 5.30.9:
11811
11812 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
11813 Move from cc-vars to cc-defs for dependency reasons. Fix the
11814 POSIX char class test to check that it works in
11815 `skip-chars-(forward|backward)' too.
11816
11817 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11818 first argument starts with a special brace list.
11819
11820 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11821 when `c-opt-type-concat-key' is used (i.e. in Pike).
11822
11823 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11824 Fix bug when the inner char pair doesn't have paren syntax,
11825 i.e. "(<>)".
11826
11827 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11828 whitespace safe.
11829
11830 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11831 position for `arglist-intro', `arglist-cont-nonempty' and
11832 `arglist-close' when there are two arglist open parens on the same
11833 line and there's nothing in front of the first.
11834
11835 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11836 locking of qualified names in Java, which previously could fontify
11837 common indexing expressions in many cases. The standard Java
11838 naming conventions are used to tell them apart.
11839
11840 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11841 Fix inconsistency wrt opening parens on the first line inside a paren
11842 block.
11843
11844 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11845 compile time for the sake of `c-major-mode-is'.
11846
11847 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11848 `c-major-mode-is' in the event that this is used inside a
11849 `c-lang-defconst'.
11850
11851 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11852 `c-lang-defconst' so that it works better with fallback languages.
11853
11854 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11855 it to fail to record the base mode.
11856
11857 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11858 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11859 is used. Reorder the syntax checks to get more efficient
11860 skipping in some situations.
11861
11862 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11863 continuation which might precede the newly inserted '{'.
11864
11865 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11866 Fix cases where it could loop indefinitely.
11867
11868 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11869 size specs correctly. Only fontify identifiers in front of '('
11870 with as functions - don't accept any paren char. Tighten up
11871 initializer skipping to stop before function and class blocks.
11872
11873 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11874 the point could be left directly after an open paren when finding
11875 the beginning of the first decl in the block.
11876
11877 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11878 table when filtering out legitimate open parens to be recorded.
11879 This could cause cache inconsistencies when e.g.
11880 `c++-template-syntax-table' was temporarily in use.
11881
11882 * progmodes/cc-engine.el (c-on-identifier)
11883 (c-simple-skip-symbol-backward): Small fix for handling "-"
11884 correctly in `skip-chars-backward'. Affected the operator lfun
11885 syntax in Pike.
11886
11887 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11888 Fix bug that could cause an error from `after-change-functions' when
11889 the changed region is at bob.
11890
11891 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
11892
11893 CC Mode update to 5.30.9:
11894
11895 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11896 to say that <TAB> doesn't insert WS into a CPP line.
11897 (c-indent-command, c-tab-always-indent): Amend doc strings.
11898
11899 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11900 checks for user errors, thus eliminating cryptic and unhelpful
11901 Emacs error messages. (1) Check the arg to `c-set-style' is a
11902 string. (2) Check that settings to `c-offsets-alist' are not
11903 spuriously quoted.
11904
11905 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11906 which precedes the newly inserted `{'.
11907
11908 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
11909
11910 Sync with Tramp 2.0.44.
11911
11912 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11913 function "tramp_file_attributes". Otherwise, file names
11914 containing spaces are misinterpreted. Reported by Magnus Henoch
11915 <mange@freemail.hu>.
11916 (tramp-handle-file-truename): FILENAME must be expanded first.
11917 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11918 obscure results. Reported by D. Goel <deego@gnufans.org>.
11919 (tramp-handle-verify-visited-file-modtime): If file does not
11920 exist, say it is not modified if and only if that agrees with the
11921 buffer's record. Check whether a file is visiting the buffer, or
11922 the buffer has no recorded last modification time. Return t in
11923 case the visiting file doesn't exist. Suggested by Luc Teirlinck
11924 <teirllm@auburn.edu>.
11925 (tramp-handle-write-region): Pass modtime explicitely to
11926 `set-visited-file-modtime', because filename can be different
11927 from (buffer-file-name) if `file-precious-flag' is set.
11928 `set-visited-file-modtime' must be called always when `visit' is t
11929 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11930 (tramp-handle-set-visited-file-modtime): If `time-list' is not
11931 nil, don't apply the whole body. If the file doesn't exists, set
11932 modtime to '(-1 65535). Suggested by Luc Teirlinck
11933 <teirllm@auburn.edu>.
11934
11935 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
11936
11937 * help.el (describe-bindings): Doc fix.
11938
11939 * subr.el (kbd): Doc fix.
11940
11941 2004-08-08 John Paul Wallington <jpw@gnu.org>
11942
11943 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11944 instead of `string-to-int'.
11945 (define-ibuffer-column mode): Fix indentation.
11946
11947 2004-08-08 Lars Hansen <larsh@math.ku.dk>
11948
11949 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11950
11951 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11952
11953 * subr.el (global-unset-key, local-unset-key): Doc fixes.
11954
11955 * novice.el (disabled-command-function): New variable renamed from
11956 `disabled-command-hook'.
11957 (disabled-command-hook): Keep the _variable_ as alias for
11958 `disabled-command-function' and make obsolete.
11959 (disabled-command-function): Function renamed from
11960 `disabled-command-hook'. Adapt code to name change of the variable.
11961
11962 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
11963
11964 * simple.el (completion-root-regexp): New defvar.
11965 (completion-setup-function): Use it instead of a literal string.
11966
11967 2004-08-07 John Paul Wallington <jpw@gnu.org>
11968
11969 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11970 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11971 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11972 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11973
11974 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11975
11976 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11977 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11978
11979 2004-08-04 Kenichi Handa <handa@m17n.org>
11980
11981 * international/encoded-kb.el (encoded-kbd-setup-keymap):
11982 Fix previous change.
11983
11984 2004-08-03 Kenichi Handa <handa@m17n.org>
11985
11986 * international/encoded-kb.el: The following changes are to
11987 utilize key-translation-map instead of minor mode map.
11988 (encoded-kbd-iso2022-non-ascii-map): Delete it.
11989 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11990 (encoded-kbd-last-key): New function.
11991 (encoded-kbd-iso2022-single-shift): New function.
11992 (encoded-kbd-iso2022-designation)
11993 (encoded-kbd-self-insert-iso2022-7bit)
11994 (encoded-kbd-self-insert-iso2022-8bit)
11995 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11996 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11997 key-translation-map.
11998 (encoded-kbd-setup-keymap): Setup key-translation-map.
11999 (saved-key-translation-map): New variable.
12000 (encoded-kbd-mode): Save/restore key-translation-map.
12001 Adjust for the change of encoded-kbd-setup-keymap.
12002
12003 2004-08-02 Kim F. Storm <storm@cua.dk>
12004
12005 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12006 and call compute-motion with nil for topos and width to get proper
12007 usable width and height for both window and non-window systems.
12008
12009 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12010 calculate usable window width and height.
12011
12012 * window.el (window-buffer-height): Call compute-motion with nil width.
12013
12014 2004-08-01 David Kastrup <dak@gnu.org>
12015
12016 * replace.el (query-replace-read-from):
12017 Use `query-replace-compile-replacement'.
12018 (query-replace-compile-replacement): New function.
12019 (query-replace-read-to): Use `query-replace-compile-replacement'
12020 for repeating the last command.
12021
12022 2004-08-01 John Paul Wallington <jpw@gnu.org>
12023
12024 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12025 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12026 (pr-switches): Remove period from end of error messages.
12027
12028 * help-mode.el (help-go-back): Likewise.
12029
12030 * abbrev.el (only-global-abbrevs): Doc fix.
12031 (edit-abbrevs-map): Define within defvar.
12032 (quietly-read-abbrev-file): Doc fix.
12033
12034 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12035
12036 * novice.el (enable-command, disable-command): Doc fixes.
12037
12038 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12039
12040 2004-07-30 Richard M. Stallman <rms@gnu.org>
12041
12042 * subr.el (with-local-quit): Doc fix.
12043
12044 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12045
12046 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12047
12048 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12049
12050 * custom.el (defcustom): Doc fix.
12051
12052 2004-07-28 Masatake YAMATO <jet@gyve.org>
12053
12054 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12055
12056 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * imenu.el (imenu-prev-index-position-function)
12059 (imenu-extract-index-name-function, imenu-name-lookup-function)
12060 (imenu--index-alist): Docstring redundancy fix.
12061
12062 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12063
12064 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12065 binding dired-backup-overwrite.
12066
12067 2004-07-25 John Paul Wallington <jpw@gnu.org>
12068
12069 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12070
12071 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12072
12073 * term/tty-colors.el (tty-color-approximate): Doc fix.
12074
12075 * select.el (x-get-selection, x-set-selection): Doc fixes.
12076
12077 * frame.el (make-frame): Doc fix.
12078
12079 2004-07-24 Richard M. Stallman <rms@gnu.org>
12080
12081 * mail/rmail.el (rmail-mime-charset-pattern):
12082 Don't include semicolon in the charset value.
12083
12084 * replace.el (occur-next-error): Call set-window-point.
12085 (occur-engine): Handle negative NLINES.
12086
12087 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12088
12089 * frame.el (modify-all-frames-parameters): Minor doc fix.
12090 (set-frame-configuration): Doc fix.
12091
12092 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12093
12094 * simple.el (completion-setup-function): Compute the common parts
12095 and the first difference place correctly when
12096 partial-completion-mode is on.
12097
12098 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12099
12100 * ps-print.el: Doc fix.
12101 (ps-print-version): New version 6.6.5.
12102 (ps-printing-region): Doc fix.
12103 (ps-generate-string-list): Comment fix.
12104 (ps-message-log-max): Code fix.
12105
12106 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12107
12108 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12109 generated PostScript.
12110
12111 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12112
12113 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12114 with Gnus v5_10 branch.)
12115
12116 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12117
12118 * calendar/time-date.el (time-to-number-of-days): New function.
12119 Imported from from Gnus.
12120
12121 2004-07-22 Kim F. Storm <storm@cua.dk>
12122
12123 * progmodes/make-mode.el: Fix comments.
12124
12125 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12126
12127 * printing.el: Doc fix.
12128
12129 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12130
12131 * frame.el (modify-all-frames-parameters): Minor doc fix.
12132
12133 2004-07-20 Richard M. Stallman <rms@gnu.org>
12134
12135 * textmodes/fill.el (fill-nobreak-p): If this break point is
12136 at the end of the line, don't consider the newline which follows
12137 as a reason to return t.
12138
12139 2004-07-19 John Paul Wallington <jpw@gnu.org>
12140
12141 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12142
12143 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12144
12145 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12146 Delete irrelevant code.
12147
12148 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12149
12150 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12151 New docstring. From Luc Teirlinck.
12152
12153 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12154
12155 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12156 section.
12157 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12158 non-file buffers. We know it is nil.
12159
12160 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12161
12162 Sync with Tramp 2.0.43.
12163
12164 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12165 Remove outdated comment.
12166 (tramp-locked, tramp-locker): New variables for implementing a
12167 global lock.
12168 (tramp-sh-file-name-handler): Use them to implement the global lock.
12169
12170 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12171
12172 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12173 calls to respective `xxx` calls.
12174 (tramp-process-alive-regexp): Precise doc string.
12175 (tramp-multi-action-process-alive): New defun.
12176 (tramp-multi-actions): Use it.
12177 (tramp-handle-find-backup-file-name): `copy-tree' is available
12178 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12179 in order to avoid this function.
12180 (tramp-handle-write-region): Set current buffer. If connection
12181 wasn't open, `file-modes' has changed it accidently. Reported by
12182 David Kastrup <dak@gnu.org>.
12183 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12184 HOST.
12185 (tramp-action-password, tramp-multi-action-password): Apply it.
12186 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12187 name must still contain the port number. Otherwise, we have two
12188 Tramp buffers, with all the confusion. Reported by Myron Selby
12189 <myron@xytech.com> and Rolf Dubitzky
12190 <Dubitzky@physi.uni-heidelberg.de>.
12191
12192 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12193 HOST to `tramp-enter-passwd'.
12194
12195 * net/tramp-vc.el (all): Code cleanup. Change all
12196 `tramp-handle-xxx' calls to respective `xxx` calls.
12197
12198 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12199
12200 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12201 functions that are not erroneous if either 1-valued or
12202 multi-valued. Detect functions in this class.
12203 (testcover-1value-functions, testcover-compose-functions)
12204 (testcover-progn-functions) Add some additional functions to lists.
12205 (testcover-mark): Bugfix when marking up the definition for an
12206 empty function.
12207
12208 2004-07-17 Richard M. Stallman <rms@gnu.org>
12209
12210 * replace.el (occur-read-primary-args): Pass default to
12211 read-from-minibuffer.
12212
12213 * mail/footnote.el (footnote-section-tag): Use defcustom.
12214
12215 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12216 Compile font-lock-keywords, not KEYWORDS.
12217 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12218 Add warn, check-type. Handle cerror like error.
12219
12220 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12221
12222 * progmodes/which-func.el (which-func-keymap): New var.
12223 (which-func-face): New face.
12224 (which-func-format): Use them.
12225
12226 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12227
12228 * buff-menu.el (list-buffers-noselect): Append the buffer's
12229 process status to its mode name.
12230
12231 2004-07-16 Kim F. Storm <storm@cua.dk>
12232
12233 * simple.el (inhibit-mark-movement): New defvar.
12234 (beginning-of-buffer, end-of-buffer): Do not push mark if
12235 inhibit-mark-movement is non-nil or C-u prefix is given.
12236
12237 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12238 Init to beginning-of-buffer and end-of-buffer.
12239 (cua--undo-push-mark): New defvar.
12240 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12241 already active and command is in cua--preserve-mark-commands.
12242 Also fix check for shift modifier on non-window systems.
12243 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12244
12245 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12246
12247 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12248 of two integers, instead of a cons.
12249
12250 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12251 `visited-file-modtime' now returns a list of two integers, instead
12252 of a cons.
12253
12254 * dired.el (dired-directory-changed-p): Ditto.
12255
12256 * progmodes/grep.el (grep): Doc fix.
12257
12258 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12259
12260 * autorevert.el (auto-revert-tail-mode)
12261 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12262 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12263 in both at the same time.
12264 (auto-revert-tail-mode): New command.
12265 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12266 (auto-revert-handler): Revert only either tail or whole file.
12267
12268 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12269 add auto-revert-tail-mode.
12270
12271 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12272
12273 * printing.el: Doc fix. Change name of some funs.
12274 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12275 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12276 (pr-standard-file-name): New fun. Replace pr-standard-path.
12277 (pr-call-process): Code fix.
12278
12279 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12280
12281 * subr.el (with-selected-window): Doc fix.
12282
12283 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12284
12285 * subr.el (get-buffer-window-list): Doc fix.
12286
12287 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * files.el (switch-to-buffer-other-window): Doc fix.
12290
12291 * window.el (save-selected-window, one-window-p)
12292 (split-window-keep-point, split-window-vertically)
12293 (split-window-horizontally): Doc fixes.
12294
12295 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12296
12297 * printing.el: Doc fix. Now it uses call-process instead of
12298 shell-command for low command execution.
12299 (pr-version): New version number (6.8).
12300 (pr-shell-file-name): Option removed.
12301 (pr-shell-command): Fun removed.
12302 (pr-call-process): New fun. Replace pr-shell-command.
12303 (pr-standard-path, pr-remove-nil-from-list): New funs.
12304 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12305 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12306 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12307 (pr-ps-utility-process, pr-txt-print): Code fix.
12308
12309 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12310
12311 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12312 boolean.
12313
12314 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12315
12316 * wid-edit.el (widget-field-buffer): Doc fix.
12317
12318 2004-07-09 John Paul Wallington <jpw@gnu.org>
12319
12320 * emacs-lisp/re-builder.el (reb-update-overlays):
12321 Distinguish between one and several matches in message.
12322
12323 2004-07-09 Richard M. Stallman <rms@gnu.org>
12324
12325 * mouse.el (mouse-set-region-1): If transient-mark-mode
12326 is `identity', change it to `only'.
12327
12328 * simple.el (current-word): Doc fix.
12329
12330 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12331
12332 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12333 so that it is more understanding of whitespace.
12334
12335 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12336 (("ns" . "element") (attr-list) children) instead of
12337 ((:ns . "element") (attr-list) children) in order to reduce the
12338 number of symbols used.
12339 (xml-skip-dtd): Change to use xml-parse-dtd but set
12340 xml-validating-parsing to nil.
12341 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12342 (xml-substitute-entity): Remove in favor of new entity substitution.
12343 (xml-substitute-special): Rewrite in to substitute complex
12344 entities from DOCTYPE declarations.
12345 (xml-parse-fragment): Parse fragments from entity deleclarations.
12346 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12347 (xml-parse-dtd, xml-substitute-special): Make validity checks
12348 conditioned on xml-validating-parser. Add "Not Well Formed" to
12349 error messages about well-formedness.
12350
12351 2004-07-08 Steven Tamm <steventamm@mac.com>
12352
12353 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12354 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12355 Do not treat double clicks and triple clicks specially in the
12356 scroll bar (preventing strange repositioning problems)
12357
12358 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * replace.el (query-replace-regexp-eval): Fix last change.
12361
12362 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * replace.el (query-replace-descr): New fun.
12365 (query-replace-read-from, query-replace-read-args): Default to the
12366 previous from&to.
12367 (query-replace-read-to): Quote the `from' string when displaying it.
12368 (query-replace-regexp-eval): Immediately check read-only status.
12369 Use query-replace-read-from to get the \n checking.
12370 Quote the `from' string when displaying it.
12371 (map-query-replace-regexp, occur-read-primary-args):
12372 Quote the `from' string when displaying it.
12373
12374 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12375 delimited-ness of the search to query-replace.
12376
12377 * replace.el (query-replace-read-from, query-replace-read-to):
12378 New funs extracted from query-replace-read-args.
12379 (query-replace-read-args): Use them.
12380
12381 * replace.el (query-replace-interactive, query-replace-read-args):
12382 Remove the `initial' special value.
12383 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12384 (occur-engine): Remove unused var `matchend'.
12385
12386 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12387 Use the search string without prompting.
12388
12389 2004-07-05 Kenichi Handa <handa@m17n.org>
12390
12391 * international/mule.el (decode-coding-inserted-region):
12392 Set last-coding-system-used only when coding is nil.
12393
12394 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12395
12396 * progmodes/grep.el (grep-compute-defaults, grep-command)
12397 (grep-program, find-program, grep-find-use-xargs, grep-history)
12398 (grep-find-history, grep-tag-default, grep-find-command)
12399 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12400 Add autoload cookies, for unbundled packages that load `compile'
12401 and expect all grep-related symbols to become defined.
12402
12403 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12404
12405 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12406 (iimage-mode-image-search-path): New user option to search the
12407 image file.
12408 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12409 have locate-file.
12410 (iimage-mode-buffer): Use it.
12411
12412 2004-07-03 Nick Roberts <nickrob@gnu.org>
12413
12414 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12415 carefully.
12416 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12417
12418 2004-07-03 Juri Linkov <juri@jurta.org>
12419
12420 * replace.el (query-replace-read-args): Swallow space after 'foo,
12421 not after (quote foo). Match space only immediately after symbol,
12422 not anywhere in the whole string.
12423
12424 2004-07-02 Richard M. Stallman <rms@gnu.org>
12425
12426 * replace.el (query-replace-read-args): Swallow space after
12427 symbols, not after closeparens. But avoid error if string ends there.
12428
12429 * progmodes/python.el (python-beginning-of-statement):
12430 Exit the loop if backward-up-list gets error.
12431
12432 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12433
12434 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12435
12436 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12437 only if vc-consult-headers is non-nil.
12438
12439 2004-07-02 Juri Linkov <juri@jurta.org>
12440
12441 * pcvs.el (cvs-mode-diff-repository): New command.
12442
12443 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12444
12445 2004-07-01 Juri Linkov <juri@jurta.org>
12446
12447 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12448 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12449 C-M-% to isearch-query-replace-regexp.
12450 (minibuffer-local-isearch-map): Add arrow key bindings.
12451 Bind C-f to isearch-yank-char-in-minibuffer.
12452 (isearch-forward): Doc fix.
12453 (isearch-edit-string): Doc fix.
12454 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12455 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12456 (isearch-yank-char): Add optional arg.
12457 (isearch-yank-char-in-minibuffer): New fun.
12458
12459 * replace.el (query-replace-interactive): Change type from boolean
12460 to choice. Add value `initial'.
12461 (query-replace-read-args): Handle value `initial' of
12462 query-replace-interactive.
12463
12464 2004-06-29 Kim F. Storm <storm@cua.dk>
12465
12466 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12467 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12468
12469 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12470 Add :group 'ada.
12471
12472 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12473
12474 2004-06-29 Juri Linkov <juri@jurta.org>
12475
12476 * replace.el (query-replace-read-args): Swallow a space after
12477 everything except )]" which in most cases means after a symbol.
12478
12479 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12480
12481 2004-06-28 Richard M. Stallman <rms@gnu.org>
12482
12483 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12484 More changes to go with previous change in font-lock.el.
12485
12486 2004-06-26 David Kastrup <dak@gnu.org>
12487
12488 * replace.el (perform-replace): Highlight the match even in
12489 non-query mode if there is potential replace string editing.
12490
12491 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12492
12493 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12494 agree with new return value of `file-remote-p'.
12495 This syncs with Tramp 2.0.42.
12496
12497 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12498 according to new documentation of `file-remote-p'.
12499
12500 * files.el (file-remote-p): Fix doc to say that return value is
12501 identification of remote system, if not nil.
12502 (file-relative-name): Use new return value of `file-remote-p'.
12503
12504 2004-06-26 Nick Roberts <nickrob@gnu.org>
12505
12506 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12507 (gdb-goto-breakpoint): Fix breakage.
12508
12509 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12510
12511 * man.el (Man-getpage-in-background): Add windows-nt to the list
12512 of systems where shell-file-name should be used instead of
12513 literal "sh".
12514
12515 2004-06-25 Sam Steingold <sds@gnu.org>
12516
12517 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12518 function names `(setf symbol)'.
12519
12520 2004-06-24 Richard M. Stallman <rms@gnu.org>
12521
12522 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12523
12524 * font-lock.el (font-lock-keywords): Change format of compiled values.
12525 Document it.
12526 (font-lock-add-keywords): If font-lock-keywords is compiled,
12527 extract the uncompiled version, modify, then recompile.
12528 (font-lock-remove-keywords): Likewise.
12529 (font-lock-fontify-keywords-region): Handle changed format.
12530 (font-lock-compile-keywords): Handle changed format.
12531 (font-lock-set-defaults): Compile the keywords explicitly here.
12532
12533 2004-06-24 David Kastrup <dak@gnu.org>
12534
12535 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12536 replacements here.
12537 (query-replace-regexp): Doc string explaining this and the new
12538 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12539 is better placed in `query-replace-read-args'.
12540 (replace-regexp): Explain `\,', `\#' and `\?'.
12541 (replace-match-data): New function for thorough reuse/destruction
12542 of old match-data.
12543 (replace-match-maybe-edit): Function for implementing `\?' editing.
12544 (perform-replace): Fix maintaining of the match stack including
12545 already matched regions, implement `\?', fix various problems
12546 with regions while editing and other stuff.
12547 (replace-highlight): Simplify.
12548
12549 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12550
12551 * progmodes/grep.el (grep-error-screen-columns): New variable.
12552 (grep-regexp-alist): Give it the full functionality of gnu style
12553 compilation messages with line and column ranges. Ask me for the
12554 perl script I'm working on, that uses these.
12555
12556 2004-06-23 Nick Roberts <nickrob@gnu.org>
12557
12558 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12559 Remove.
12560 (comint-insert-input, comint-mouse-insert-input): New functions
12561 based on comint-insert-clicked-input for two bindings but just
12562 one functionality.
12563
12564 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12565
12566 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12567
12568 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12569
12570 * files.el (write-contents-functions): Doc fix.
12571
12572 2004-06-21 Juanma Barranquero <lektu@terra.es>
12573
12574 * image.el (image-library-alist): Rewrite docstring in active voice.
12575
12576 2004-06-20 Richard M. Stallman <rms@gnu.org>
12577
12578 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12579
12580 * isearch.el (isearch-repeat): Avoid testing old match data.
12581 (isearch-message): Display trailing space in special font
12582 when search is failing.
12583 (isearch-search-fun-function): Doc fix.
12584
12585 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12586
12587 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12588
12589 * frame.el (show-trailing-whitespace): Doc fix.
12590
12591 * cus-edit.el (custom-variable-documentation): New function.
12592 (custom-variable): Use it.
12593
12594 2004-06-19 Nick Roberts <nickrob@gnu.org>
12595
12596 * man.el (Man-getpage-in-background): Revert previous change but
12597 make cygwin a special case.
12598
12599 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12600
12601 * autorevert.el (global-auto-revert-non-file-buffers):
12602 Update docstring.
12603
12604 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12605
12606 * progmodes/compile.el (compilation-error-properties): Store one
12607 more than end-col, if present, so that transient-mark-mode will
12608 highlight last char too.
12609 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12610 ranges, if present.
12611
12612 2004-06-18 Jason Rumney <jasonr@gnu.org>
12613
12614 * makefile.w32-in: Double percent signs in for loops.
12615
12616 2004-06-17 David Kastrup <dak@gnu.org>
12617
12618 * replace.el (query-replace-read-args): Only warn about use of \n
12619 and \t when we are doing a regexp replacement and the actual
12620 escaped character is n or t.
12621 (query-replace-regexp): Add \, and \# interpretation to
12622 interactive call and document it.
12623 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12624 as shortkey for replace-count.
12625 (replace-quote): New function for doubling backslashes.
12626
12627 2004-06-17 Juanma Barranquero <lektu@terra.es>
12628
12629 * files.el (parse-colon-path, cd): Mention in docstring that the
12630 path separator is colon in GNU-like systems.
12631
12632 * newcomment.el (comment-region-internal): Fix docstring.
12633
12634 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12635 (ewoc-invalidate, ewoc-collect): Doc fixes.
12636 (ewoc--create-node, ewoc--delete-node-internal):
12637 Fix typos in docstring.
12638
12639 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12642 manual to docstring.
12643
12644 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12645
12646 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12647
12648 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12649
12650 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12651 Add hyperlink to emacs-xtra manual to docstring.
12652
12653 * autorevert.el (global-auto-revert-non-file-buffers):
12654 Add hyperlink to emacs-xtra manual to docstring, as well as an
12655 info-link.
12656
12657 2004-06-14 Juanma Barranquero <lektu@terra.es>
12658
12659 * image.el (image-library-alist): New variable to map image types
12660 to external libraries. Initialized to nil, unless system-specific
12661 configs change it.
12662 (image-type-available-p): Determine whether an image type is
12663 available by calling `init-image-library'.
12664
12665 * term/w32-win.el (image-library-alist): Initialize to a known set
12666 of probable library names.
12667
12668 2004-06-14 Kenichi Handa <handa@m17n.org>
12669
12670 * international/code-pages.el (windows-1256, cp1125): Fix tables
12671 for several characters.
12672
12673 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12674
12675 2004-06-13 Richard M. Stallman <rms@gnu.org>
12676
12677 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12678
12679 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12680 not "`pc-selection-mode'".
12681
12682 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12683
12684 * simple.el (previous-matching-history-element): Specify a default.
12685
12686 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12687
12688 * cus-face.el (custom-declare-face): Simplify code.
12689
12690 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12691
12692 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
12693
12694 * files.el (before-save-hook): Add `time-stamp' to the options.
12695
12696 * time-stamp.el (time-stamp): Recommend adding it to
12697 `before-save-hook', rather than `write-file-functions'.
12698 Make a similar change in `Commentary' section.
12699
12700 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12701
12702 * diff-mode.el (diff-current-defun): If at start of hunk, use
12703 position of first change.
12704
12705 2004-06-13 Lars Hansen <larsh@math.ku.dk>
12706
12707 * dired-x.el (dired-mark-omitted): Bind to "*O".
12708
12709 2004-06-12 Karl Fogel <kfogel@red-bean.com>
12710
12711 * bookmark.el (bookmark-bmenu-relocate): New function, as
12712 suggested by David J. Biesack <David.Biesack@sas.com>.
12713 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12714 (bookmark-bmenu-mode): Describe binding in doc string.
12715 (bookmark-set-filename): Save the bookmark list if it's time.
12716
12717 2004-06-13 Kenichi Handa <handa@m17n.org>
12718
12719 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12720 (ccl-untranslated-to-ucs): Fix typo.
12721
12722 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12723
12724 * progmodes/python.el (python-open-block-statement-p):
12725 Fix indentation after a block opening that contains a comment.
12726
12727 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
12728
12729 * bindings.el (completion-ignored-extensions): Add file extensions
12730 of Python byte-compiled files.
12731
12732 2004-06-12 Juri Linkov <juri@jurta.org>
12733
12734 * info.el (Info-goto-node): Add autoload.
12735 (Info-toc): Add substring-no-properties on Info file name.
12736 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12737 (Info-mode-map): Bind L to Info-history, T to Info-toc.
12738
12739 2004-06-12 Kenichi Handa <handa@m17n.org>
12740
12741 * international/mule-cmds.el (set-language-environment):
12742 Load subst tables if necessary.
12743
12744 * international/mule.el (decode-char): Load subst tables if necessary.
12745 (encode-char): Likewise.
12746
12747 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12748 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
12749 (utf-16le-decode-loop): Set r5 to -1 before loop.
12750 (utf-16be-decode-loop): Likewise.
12751 (ccl-decode-mule-utf-16le): Add EOF processing block.
12752 (ccl-decode-mule-utf-16be): Likewise.
12753 (ccl-decode-mule-utf-16le-with-signature): Likewise.
12754 (ccl-decode-mule-utf-16be-with-signature): Likewise.
12755 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
12756 (ccl-mule-utf-16-encode-untrans): New CCL.
12757 (utf-16-decode-to-ucs): Handle pre-read character.
12758 (utf-16le-encode-loop): Handle surrogate pair.
12759 (utf-16be-encode-loop): Likewise.
12760 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12761 of utf-16le-encode-loop.
12762 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12763 of utf-16be-encode-loop.
12764 (mule-utf-16-post-read-conversion):
12765 Call utf-8-post-read-conversion at first.
12766 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12767 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12768 Add post-read-conversion and pre-write-conversion.
12769
12770 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12771 (utf-translate-cjk-unicode-range): New variable.
12772 (utf-translate-cjk-load-tables): New function.
12773 (utf-lookup-subst-table-for-decode): New function.
12774 (utf-lookup-subst-table-for-encode): New function.
12775 (utf-translate-cjk-mode): Init-value changed to t. Don't load
12776 tables here. Update safe-charsets of utf-* coding systems.
12777 (ccl-mule-utf-untrans): New CCL.
12778 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
12779 at end of each branch.
12780 (ccl-mule-utf-8-encode-untrans): New CCL.
12781 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
12782 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
12783 length of encoding. Don't return r0.
12784 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
12785 (utf-8-post-read-conversion): Narrow to region properly.
12786 If utf-translate-cjk-mode is on, load tables if necessary.
12787 Call utf-8-compose with hash-table arg if necessary.
12788 Call XXX-compose-region instead of XXX-post-read-convesion.
12789 (utf-8-pre-write-conversion): New function.
12790 (mule-utf-8): Include CJK charsets in safe-charsets if
12791 utf-translate-cjk-mode is on. Add pre-write-conversion.
12792
12793 * international/characters.el: Temporarily set
12794 utf-translate-cjk-mode to nil.
12795
12796 * language/devan-util.el (devanagari-compose-region):
12797 Add autoload cookie.
12798
12799 * international/ccl.el (ccl-dump-call): Fix printing the
12800 subroutine name.
12801
12802 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
12803
12804 * dired.el (dired-revert): If buffer is marked unmodified before
12805 reverting, keep it marked unmodified.
12806 Adapt to new conventions for commenting out code.
12807 (dired-make-relative): Adapt to new conventions for commenting out code.
12808
12809 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
12810
12811 * eshell/esh-module.el (eshell-load-defgroups):
12812 Bind `vc-handled-backends' to nil when opening files.
12813
12814 2004-06-11 Juanma Barranquero <lektu@terra.es>
12815
12816 * files.el (parse-colon-path, cd): Doc fixes (refer to
12817 `path-separator', not colon).
12818
12819 2004-06-10 Juanma Barranquero <lektu@terra.es>
12820
12821 * newcomment.el (comment-search-forward)
12822 (comment-search-backward): Fix typos in docstring.
12823 (comment-region): Doc fix.
12824
12825 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
12826
12827 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12828 switch is no longer stored in `dired-switches-alist'.
12829
12830 * dired-aux.el (dired-insert-subdir): Do not store R switch in
12831 `dired-switches-alist'.
12832
12833 2004-06-10 Kim F. Storm <storm@cua.dk>
12834
12835 * pcvs.el (cvs-mode-diff-yesterday): New command.
12836
12837 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12838
12839 2004-06-10 Juri Linkov <juri@jurta.org>
12840
12841 * emacs-lisp/edebug.el (edebug-eval-defun):
12842 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12843 Fix docstring.
12844
12845 * simple.el (eval-expression-print-format): Don't print additional
12846 information on the first call to `eval-print-last-sexp'.
12847 (next-error-find-buffer): Fix punctuation.
12848 (killing) <defgroup>: Fix punctuation.
12849 (yank-excluded-properties): Change group from editing to killing.
12850
12851 * replace.el (perform-replace): Use `limit' to terminate the
12852 while-loop explicitly.
12853
12854 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12855
12856 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12857 Use lc-*.xpm as prefix instead of *-locol.xpm.
12858
12859 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12860 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12861 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12862 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12863 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12864 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12865 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12866 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12867 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12868 * toolbar/lc-up_arrow.xpm:
12869 Rename from *-locol.xpm.
12870
12871 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
12872
12873 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12874 include forms like &<str>; as valid url patterns.
12875
12876 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
12877
12878 * dired.el (dired-diff, dired-backup-diff)
12879 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12880 (dired-do-chown, dired-do-touch, dired-do-print)
12881 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12882 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12883 (dired-create-directory, dired-do-copy, dired-do-symlink)
12884 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12885 (dired-do-copy-regexp, dired-do-hardlink-regexp)
12886 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12887 (dired-maybe-insert-subdir, dired-next-subdir)
12888 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12889 (dired-kill-subdir, dired-tree-up, dired-tree-down)
12890 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12891 (dired-run-shell-command, dired-query): Remove redundant,
12892 or incorrect, autoloads.
12893
12894 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12895 does not end in a slash. Add optional argument KILL-ROOT.
12896 Update docstring.
12897 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12898 (dired-query): Add autoloads.
12899
12900 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
12901
12902 * progmodes/compile.el (compilation-set-window-height):
12903 Rearrange the save-* functions because a buffer can have several current
12904 point in different windows.
12905 (compilation-error-regexp-alist-alist): Recognize {standard input}
12906 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12907
12908 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12909
12910 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12911 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12912 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12913 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12914 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12915 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12916 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12917 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12918 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12919 * toolbar/up_arrow-locol.xpm:
12920 New versions of icons that uses fewer colors.
12921
12922 * toolbar/tool-bar.el (tool-bar-local-item)
12923 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12924 if display-color-cells is 256 or less.
12925
12926 2004-06-08 Kim F. Storm <storm@cua.dk>
12927
12928 * wid-edit.el (widget-specify-button): Use hand pointer rather
12929 than mouse-face as visible mouse-over effect.
12930
12931 2004-06-07 Karl Fogel <kfogel@red-bean.com>
12932
12933 * saveplace.el (save-place-alist-to-file): Bind `print-length'
12934 and `print-level' to nil when writing out `save-place-alist'.
12935 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12936
12937 2004-06-07 Juanma Barranquero <lektu@terra.es>
12938
12939 * completion.el (completion-kill-region): Doc fix.
12940
12941 * format.el (format-insert-annotations)
12942 (format-annotate-location): Doc fixes.
12943 (format-subtract-regions): Make arguments match their use in docstring.
12944
12945 * simple.el (kill-region): Doc fix.
12946
12947 * subr.el (insert-buffer-substring-no-properties)
12948 (insert-buffer-substring-as-yank): Doc fixes.
12949
12950 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
12951
12952 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12953 Update docstring.
12954 (dired-reset-subdir-switches): New function.
12955
12956 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12957 Limit scope of `buffer-read-only' binding.
12958
12959 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
12960
12961 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12962 eshell-explicit-command-char.
12963
12964 2004-06-06 Juanma Barranquero <lektu@terra.es>
12965
12966 * help-fns.el (help-argument-name): Inherit from italic face only
12967 if the frame supports it.
12968
12969 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12970
12971 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12972 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12973 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12974 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12975 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12976 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12977 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12978 New conversions from xpm files.
12979
12980 * toolbar/README: New file.
12981
12982 2004-06-06 Richard M. Stallman <rms@gnu.org>
12983
12984 * isearch.el (isearch-mode-map): Undo previous change.
12985
12986 2004-06-05 Juri Linkov <juri@jurta.org>
12987
12988 * bindings.el (debug-ignored-errors): Add regexps for history
12989 related messages. Remove $ from "No further undo information".
12990 Move Ediff's messages to ediff.el.
12991
12992 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12993
12994 * cus-edit.el (custom-display): Add `min-colors'.
12995
12996 * custom.el (defface): Add `supports' to docstring.
12997
12998 * help-fns.el (help-argument-name): Add :group 'help.
12999
13000 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13001
13002 * find-dired.el (find-ls-subdir-switches): New user option.
13003 (find-dired): No longer call `abbreviate-file-name' on DIR.
13004 Set `dired-subdir-switches' buffer-locally.
13005
13006 * locate.el: Merge the two `Commentary' sections.
13007 (locate-ls-subdir-switches): New user option.
13008 (locate): Update for other changes.
13009 (locate-mode-map): Restore Dired binding for mouse-2.
13010 Bind `locate-mouse-view-file' to M-mouse-2.
13011 Bind `l' to `locate-do-redisplay'.
13012 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13013 (locate-mouse-view-file, locate-tags, locate-find-directory):
13014 Print message if used outside main listing.
13015 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13016 Various changes to support inserted subdirectories.
13017 (locate-insert-header): Change header of *Locate* buffer.
13018
13019 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13020 Change interactive default switches.
13021 (dired-rename-subdir-2): Update `dired-switches-alist'.
13022 (dired-insert-subdir, dired-kill-subdir):
13023 Handle `dired-switches-alist'. Do not mark buffer modified.
13024 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13025 (dired-insert-subdir-doinsert): Omit messages.
13026 Handle `dired-subdir-switches'.
13027 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13028
13029 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13030 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13031 subdirs if -R switch is used for a subdir.
13032 (dired-mode): Set `dired-switches-alist'.
13033 (dired-build-subdir-alist): Only print number of directories in
13034 echo area when invoked interactively.
13035
13036 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13037
13038 * dired-x.el (dired-omit-mode): Rename from
13039 dired-omit-files-p. Use define-minor-mode to define it.
13040 (dired-omit-files-p): Add as alias for dired-omit-mode.
13041 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13042 dired-mark-omitted.
13043 (dired-mark-omitted): Add. Bind to M-O.
13044
13045 2004-06-05 Kenichi Handa <handa@m17n.org>
13046
13047 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13048
13049 2004-06-05 Juanma Barranquero <lektu@terra.es>
13050
13051 * help-fns.el (help-argument-name): Reintroduce face.
13052 (help-default-arg-highlight): Use it, now that
13053 `face-differs-from-default-p' can be trusted.
13054
13055 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13056
13057 * textmodes/table.el: Sentence commands added to Point Motion
13058 group; kill and backward-kill commands added to Extraction group.
13059
13060 2004-06-04 Mario Lang <mlang@delysid.org>
13061
13062 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13063 systems appear to use mW, make the code handle this. Fix a
13064 division-by-zero bug while at it, and handle kernels with
13065 a slightly different layout in /proc/acpi.
13066
13067 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13068
13069 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13070 because the latter is a CL-ism. This fixes the bug reported by
13071 Shawn Boyette <mdxi@collapsar.net> in
13072 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13073
13074 2004-06-04 Miles Bader <miles@gnu.org>
13075
13076 * faces.el (display-supports-face-attributes-p): Function moved to
13077 C code. Previously only the tty-related portion of this function
13078 was done in C; however the previous attempt to do a halfway-proper
13079 job for non-tty displays in lisp didn't work properly because of
13080 funny conditions during Emacs startup.
13081 (face-differs-from-default-p): Simplify, now that
13082 display-supports-face-attributes-p works properly on all display
13083 types. Remove :stipple from comparison; it doesn't really work
13084 in emacs anyway.
13085
13086 2004-06-04 Miles Bader <miles@gnu.org>
13087
13088 * faces.el (face-differs-from-default-p): Use a different
13089 implementation, so we can really check whether FACE displays
13090 differently or not.
13091
13092 2004-06-04 Miles Bader <miles@gnu.org>
13093
13094 * faces.el (display-supports-face-attributes-p): Implement a
13095 `different from default' check for non-tty displays.
13096
13097 2004-06-03 David Kastrup <dak@gnu.org>
13098
13099 * woman.el (woman-mapcan): More concise code.
13100 (woman-topic-all-completions, woman-topic-all-completions-1)
13101 (woman-topic-all-completions-merge): Replace by a simpler and
13102 much faster implementation based on O(n log n) sort/merge instead
13103 of the old O(n^2) behavior.
13104
13105 2004-06-03 Miles Bader <miles@gnu.org>
13106
13107 * subr.el (read-number): Use canonical format for default in prompt.
13108
13109 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13110 Add regexp for " [...]" style defaults.
13111
13112 2004-06-02 Romain Francoise <romain@orebokech.com>
13113
13114 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13115 groups: if the user asks for a hidden buffer, open the
13116 corresponding filter group to expose it.
13117
13118 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13119 `ibuffer-jump-to-buffer'.
13120 (ibuffer-jump-offer-only-visible-buffers): New user option.
13121
13122 2004-06-02 Juanma Barranquero <lektu@terra.es>
13123
13124 * faces.el (frame-update-faces): Add empty docstring so the one
13125 for `ignore' doesn't show through.
13126
13127 * subr.el (process-kill-without-query): Remove spurious "\n" on
13128 obsolescence string.
13129 (focus-frame, unfocus-frame): Add obsolescence declaration and
13130 empty docstring.
13131
13132 * international/mule.el (register-char-codings): Make alias for
13133 `ignore'. Move docstring to obsolescence info and remove redundancy.
13134
13135 2004-06-02 Kim F. Storm <storm@cua.dk>
13136
13137 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13138 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13139
13140 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * comint.el (comint-replace-by-expanded-history-before-point):
13143 Obey `start' as the docstring says.
13144 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13145 (comint-update-fence): Prevent font-lock from running unnecessarily.
13146 (comint-dynamic-list-completions): Use with-current-buffer.
13147
13148 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13149
13150 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13151 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13152 (bibtex-entry-update): Handle alternatives and optional fields.
13153 (bibtex-parse-entry): Bugfix, handle empty key.
13154
13155 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13158
13159 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13160
13161 * desktop.el (desktop-save): Don't save minor modes without a
13162 known mode initialization function.
13163
13164 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13165
13166 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13167
13168 * autorevert.el: Update `Commentary' section.
13169
13170 2004-05-30 Juanma Barranquero <lektu@terra.es>
13171
13172 * dos-fns.el (convert-standard-filename):
13173 * files.el (convert-standard-filename):
13174 * w32-fns.el (convert-standard-filename):
13175 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13176
13177 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13178
13179 Sync with Tramp.
13180
13181 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13182 (tramp-let-maybe): Move to an earlier spot in the file.
13183 Patch by Andreas Schwab.
13184
13185 2004-05-30 Andreas Schwab <schwab@suse.de>
13186
13187 * dired.el (dired-get-filename): Don't use dired-re-dot.
13188
13189 2004-05-30 Richard M. Stallman <rms@gnu.org>
13190
13191 * files.el (find-file): Doc fix.
13192
13193 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13194
13195 2004-05-30 Nick Roberts <nickrob@gnu.org>
13196
13197 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13198 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13199 modeline of the locals buffer.
13200 (gdb-goto-breakpoint): Handle gdbmi.
13201 (gdb-get-frame-number): Change for gdbmi.
13202
13203 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13204
13205 * files.el (file-remote-p): Apply file name handler for operation
13206 `file-remote-p'. It isn' a property any longer.
13207 (file-relative-name): `fh' and `fd' get the required value via
13208 `find-file-name-handler' already.
13209
13210 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13211 (top): Remove setting of `file-remote-p' property for
13212 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13213
13214 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13215
13216 Version 2.0.41 of Tramp released.
13217
13218 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13219 Throw away if process has died.
13220 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13221 (tramp-out-of-band-prompt-regexp): Rename to
13222 `tramp-process-alive-regexp', because its usage is widen.
13223 (tramp-actions-copy-out-of-band): Apply it.
13224 (tramp-actions-before-shell, tramp-multi-actions):
13225 Add `tramp-action-process-alive' action.
13226 (tramp-action-process-alive): New defun.
13227 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13228 Add entry for `file-remote-p'.
13229 (tramp-handle-file-remote-p): New defun.
13230 (top): Remove setting of `file-remote-p'. Don't set
13231 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13232
13233 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13234 `file-remote-p'.
13235
13236 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13237 counted for (last) line. [They should or they shouldn't? --Stef]
13238 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13239
13240 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13241
13242 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13243 not really necessary but seems to keep the shell history smaller
13244 in some cases. It is no substitute for setting HISTFILE and
13245 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13246 though. Suggested by Luc Teirlinck.
13247 (tramp-open-connection-setup-interactive-shell): Export variables
13248 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13249 (tramp-set-process-query-on-exit-flag): New compat function.
13250 (tramp-open-connection-multi, tramp-open-connection-su)
13251 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13252 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13253 (tramp-let-maybe): New macro, let-binds a variable only if it
13254 isn't obsolete.
13255 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13256 (tramp-handle-file-truename): Use it.
13257 (tramp-completion-file-name-regexp-unified): Avoid matching
13258 filenames starting with "/:" -- those are reserved for
13259 file-name-non-special.
13260
13261 * tramp-smb.el (tramp-smb-open-connection):
13262 Use tramp-set-process-query-on-exit-flag compat function.
13263
13264 2004-05-29 Richard M. Stallman <rms@gnu.org>
13265
13266 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13267
13268 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13269 (eval-last-sexp-print-value): Print char equivalent regardless
13270 of standard-output value.
13271
13272 * thumbs.el (thumbs-subst-char-in-string): Delete.
13273 (thumbs-thumbname): Use subst-char-in-string.
13274 (thumbs-resize-image): Use condition-case, not ignore-errors.
13275 (thumbs-kill-buffer): Likewise.
13276
13277 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13278 (thumbs-mode): Make buffer read-only.
13279 (thumbs-make-thumb): Unconditionally accept an existing file.
13280 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13281 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13282 (thumbs-show-thumbs-list): Error if images not supported.
13283 (thumbs-save-current-image): Improve prompt string.
13284 (thumbs-mode-map): Define u, R, x.
13285 (thumbs-unmark): New command.
13286 (thumbs-emboss-image): Minor cleanup.
13287 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13288 (thumbs-rename-images): New command.
13289 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13290
13291 * thumbs.el (thumbs-current-image): New function.
13292 (thumbs-file-list, thumbs-file-alist): New functions.
13293 (thumbs-find-image): Delete arg L.
13294 Don't set up thumbs-fileL as buffer-local global var.
13295 (thumbs-find-image-at-point): Use thumbs-current-image.
13296 (thumbs-set-image-at-point-to-root-window): Likewise.
13297 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13298 Record and warn about errors. Update thumbs-markedL for deletions.
13299 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13300 (thumbs-redraw-buffer): Use thumbs-file-list.
13301 (thumbs-mark): Use thumbs-current-image.
13302 (thumbs-show-name): Use thumbs-current-image.
13303
13304 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13305 and imenu--last-menubar-index-alist.
13306
13307 * subr.el (with-selected-window): Undo previous change.
13308
13309 2004-05-29 John Paul Wallington <jpw@gnu.org>
13310
13311 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13312 (thumbs-mouse-find-image): New command.
13313 (thumbs-mode-map): Bind it to mouse-2.
13314 (thumbs-mode): Make mode-class special.
13315 (thumbs-view-image-mode): Likewise.
13316
13317 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13318
13319 * flymake.el: New file.
13320
13321 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13322
13323 * files.el (find-file-noselect-1): Do not bind
13324 `inhibit-read-only' to t during execution of
13325 `find-file-not-found-functions'.
13326
13327 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13330 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13331
13332 2004-05-28 Juri Linkov <juri@jurta.org>
13333
13334 * simple.el (eval-expression-print-format): New fun.
13335
13336 * simple.el (eval-expression):
13337 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13338 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13339 (edebug-eval-expression): Print additionally the value returned by
13340 `eval-expression-print-format'.
13341
13342 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13343 (insert-pair): Make arguments optional. Find character pair
13344 from `insert-pair-alist' according to the last input event.
13345 (insert-parentheses): Make arguments optional.
13346 (raise-sexp, delete-pair): New funs.
13347
13348 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13349 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13350 Bind C-M-q to `indent-pp-sexp'.
13351
13352 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13353 `pp-to-string' modified to be able to format text with newlines.
13354 (pp-to-string): Move the buffer-formatting part of the code to
13355 `pp-buffer'. Call `pp-buffer'.
13356
13357 * info.el (Info-desktop-buffer-misc-data): Don't save information
13358 about virtual files.
13359 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13360 buffers with names obtained from the desktop file instead of the
13361 default *info* buffer.
13362
13363 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * subr.el (with-selected-window): Only save/restore the selected window.
13366
13367 * progmodes/compile.el (compilation-error-regexp-alist):
13368 Use expand-file-name and data-directory.
13369
13370 * progmodes/grep.el (grep-tree): Rework previous fix.
13371
13372 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13373 after the user marked text with the mouse.
13374
13375 * startup.el (command-line): Keep the first regexp of
13376 auto-save-file-name-transforms intact.
13377
13378 2004-05-28 Juanma Barranquero <lektu@terra.es>
13379
13380 * cus-edit.el (customize-face, customize-face-other-window)
13381 (custom-face-edit-delete): Make arguments match their use in
13382 docstring.
13383 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13384 docstring.
13385
13386 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13387 not `cvs-butlast'.
13388
13389 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13390 `nbutlast' are in subr.el).
13391
13392 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13393 (set-w32-system-coding-system): Doc fixes.
13394
13395 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13396 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13397 Make arguments match their use in docstring.
13398 (artist-draw-region-trim-line-endings)
13399 (artist-mouse-choose-operation): Fix typo in docstring.
13400 (artist-key-set-point-common): Doc fix.
13401
13402 2004-05-28 Simon Josefsson <jas@extundo.com>
13403
13404 * mail/smtpmail.el (smtpmail-open-stream):
13405 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13406
13407 2004-05-26 Simon Josefsson <jas@extundo.com>
13408
13409 * starttls.el: Merge with my GNUTLS based starttls.el.
13410 (starttls-gnutls-program, starttls-use-gnutls)
13411 (starttls-extra-arguments, starttls-process-connection-type)
13412 (starttls-connect, starttls-failure, starttls-success): New variables.
13413 (starttls-program, starttls-extra-args): Doc fix.
13414 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13415 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13416 and pass on to corresponding *-gnutls function if it is set.
13417
13418 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13419
13420 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13421 remote files.
13422
13423 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13424
13425 * files.el (file-name-non-special): There are more operations
13426 which need handling: `find-backup-file-name',
13427 `insert-file-contents', `verify-visited-file-modtime',
13428 `write-region'. Rename t value of method to `add'. Add new
13429 methods `quote' and `unquote-then-quote' to file-arg-indices.
13430
13431 2004-05-25 Juri Linkov <juri@jurta.org>
13432
13433 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13434 (Info-index-nodes): Enclose code in condition-case to catch errors.
13435 (Info-index-node): Don't search all index nodes if request is only
13436 for the current node and file is not in the cache of index nodes.
13437 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13438 for consistency with dired-copy-filename-as-kill.
13439 Bind `S' to Info-search-case-sensitively.
13440 (Info-copy-current-node-name): New arg. With zero prefix arg put
13441 the name inside a function call to `info'. Display copied text in
13442 the echo area.
13443
13444 2004-05-25 Sam Steingold <sds@gnu.org>
13445
13446 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13447 strip the package prefix from the symbol name, if any.
13448 Make it the `find-tag-default-function' for `lisp-mode'.
13449
13450 2004-05-25 John Paul Wallington <jpw@gnu.org>
13451
13452 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13453 instead of obsolete `process-kill-without-query'.
13454
13455 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13456 Declare as variable, not constant.
13457
13458 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13459
13460 * files.el (find-file-noselect-1): Fix bug introduced by
13461 Revision 1.694. As a side effect, `inhibit-read-only'
13462 is again, by default, t during execution of
13463 `find-file-not-found-functions'.
13464 (insert-directory): Check that lines were really inserted by
13465 the --dired switch, before erasing them.
13466
13467 2004-05-24 Nick Roberts <nickrob@gnu.org>
13468
13469 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13470 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13471 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13472 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13473 gud-minor-mode (gdbmi).
13474
13475 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13476
13477 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13478 explicitly select the text to be taken as URL.
13479
13480 2004-05-23 Juri Linkov <juri@jurta.org>
13481
13482 * info.el (Info-index-nodes): New var and fun.
13483 (Info-goto-index, Info-index, info-apropos)
13484 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13485 (Info-index): Fix docstring. Store and restore Info-history-list.
13486 (Info-complete-nodes): New var.
13487 (Info-complete-menu-item): Use it.
13488 (Info-index-node): New fun.
13489 (Info-final-node, Info-forward-node, Info-backward-node)
13490 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13491 Use Info-index-node.
13492 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13493 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13494 (Info-find-node-2): If a node with period in its name not found,
13495 try to find a node without the name part after period.
13496 (Info-select-node): Call Info-fontify-node only if
13497 Info-fontify-maximum-menu-size is not nil.
13498 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13499 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13500 Preserve Info-history-list.
13501 (Info-toc): Set Info-current-file.
13502 (Info-build-toc): Move point to the beginning of the buffer.
13503 Add main-file variable.
13504 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13505 Use backslashed representation of the control character ^_.
13506
13507 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13508 numbers in the new Texinfo 4.7 format.
13509
13510 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13511 regexps for function and variable names.
13512
13513 * descr-text.el (describe-property-list): Add [show] button for
13514 `syntax-table' property with action to pp to a separate buffer.
13515 (describe-char): Replace search-forward by re-search-forward with
13516 whitespace regexp after "character:" to not fail in too narrow windows.
13517
13518 * simple.el (next-error-find-buffer): Add a rule to return
13519 next-error capable buffer if one window on the selected frame
13520 displays such buffer.
13521
13522 2004-05-23 Nick Roberts <nickrob@gnu.org>
13523
13524 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13525 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13526 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13527 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13528 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13529 Handle new value for gud-minor-mode (gdbmi).
13530 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13531 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13532 Change from local to global gdb variable set.
13533 (gdb-ann3): Initialise above gdb variable set.
13534 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13535 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13536 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13537 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13538 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13539 (gdb-info-locals-handler, gdb-invalidate-assembler)
13540 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13541 set as global variables.
13542 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13543 Handle gdbmi.
13544 (gdb-info-breakpoints-custom): Fix regexp.
13545 (def-gdb-var): Delete.
13546
13547 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13548 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13549 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13550 a new mode. The file (gdb-mi.el) for this mode will be included
13551 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13552 primary interface.
13553
13554 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13555
13556 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13557 interpreted as a directory.
13558
13559 2004-05-22 Richard M. Stallman <rms@gnu.org>
13560
13561 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13562 as a close quote.
13563
13564 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13565
13566 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13567 Use assoc-string, not assoc-ignore-case.
13568
13569 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13570
13571 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13572 If moving back then fwd gets a defun that ends before point,
13573 try again moving fwd then back.
13574
13575 * files.el (file-name-non-special): Allow t in file-arg-indices
13576 to mean requote the return value. Use `identity' as an element
13577 rather than as the whole value.
13578
13579 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13580
13581 2004-05-22 Juanma Barranquero <lektu@terra.es>
13582
13583 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13584 `help-make-usage'.
13585 (help-highlight-arguments): Skip function name before searching
13586 for arguments.
13587
13588 2004-05-21 Juanma Barranquero <lektu@terra.es>
13589
13590 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13591 Don't mention in the docstring these arguments meant for
13592 internal (recursive) use only.
13593 (allout-char-spec): Comment out (it's not implemented).
13594 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13595 obsolescence declaration.
13596 (allout-flatten-exposed-to-buffer)
13597 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13598 (my-mark-marker): Doc fix.
13599 (produce-allout-mode-map, allout-sibling-index)
13600 (allout-isearch-expose, allout-distinctive-bullet)
13601 (allout-open-topic, allout-reindent-body)
13602 (allout-rebullet-heading, allout-process-exposed)
13603 (allout-insert-listified, allout-latex-verb-quote)
13604 (allout-insert-latex-header, allout-insert-latex-trailer):
13605 Make arguments match their use in docstring.
13606 (allout-primary-bullet, allout-old-style-prefixes)
13607 (allout-inhibit-protection, allout-init, allout-mode)
13608 (allout-before-change-protect, allout-flag-region):
13609 Use "Emacs" instead of "emacs" in docstrings.
13610
13611 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13612
13613 * international/characters.el: Modify syntax of more characters.
13614
13615 2004-05-21 Masatake YAMATO <jet@gyve.org>
13616
13617 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13618 (etags-tags-completion-table): Show parsing progress.
13619
13620 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13621
13622 * locate.el (locate-prompt-for-command): Shorten first line of
13623 docstring.
13624 (locate-mode): Expand docstring and include keymap summary.
13625
13626 * files.el (find-file-noselect-1): Limit the scope of the
13627 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13628 is, by default, nil during the execution of
13629 `find-file-not-found-functions' and `find-file-hook'.
13630
13631 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13632
13633 * facemenu.el (facemenu-color-name-equal): New function.
13634 (list-colors-display): Use it to compare colors instead of
13635 facemenu-color-equal.
13636
13637 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13638
13639 * compare-w.el (compare-windows-face): Use min-colors instead of
13640 checking for tty or pc types.
13641
13642 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13643
13644 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13645 (completion-setup-function): Use with-current-buffer.
13646 Properly save excursion. Simplify.
13647 Don't assume there is necessarily a `mouse-face' property somewhere.
13648
13649 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13650
13651 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13652
13653 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13654 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13655 Use with-current-buffer.
13656 (byte-goto-log-buffer): Delete.
13657 (byte-compile-log-file): Call compilation-forget-errors.
13658
13659 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13660
13661 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13662 output messages into the search result.
13663
13664 2004-05-19 Masatake YAMATO <jet@gyve.org>
13665
13666 * wid-edit.el (widget-radio-button-notify): Revert my last
13667 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13668
13669 2004-05-19 Kenichi Handa <handa@m17n.org>
13670
13671 * international/characters.el: Fix syntax (open/close) of CJK chars.
13672
13673 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13674
13675 * help-mode.el (help-go-back): Don't depend on position of back button.
13676
13677 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13680 files files don't contain an accidental additional /.
13681
13682 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13683 in source buffer.
13684
13685 2004-05-18 Masatake YAMATO <jet@gyve.org>
13686
13687 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13688 to widget-apply. :action method assumes 2 arguments, not 3.
13689
13690 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
13691
13692 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13693 New constants.
13694 (hs-special-modes-alist): Add an f90-mode entry.
13695
13696 2004-05-17 Sam Steingold <sds@gnu.org>
13697
13698 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13699 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
13700
13701 2004-05-16 Kim F. Storm <storm@cua.dk>
13702
13703 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13704
13705 2004-05-15 John Wiegley <johnw@newartisans.com>
13706
13707 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13708 (eshell-output-object-to-target): Improve output speed 20% by not
13709 calling `eshell-stringify' if something is already known to be a string.
13710
13711 2004-05-15 Alex Ott <ott@jet.msk.su>
13712
13713 * textmodes/ispell.el (ispell-local-dictionary-alist):
13714 Add windows-1251 to the choice of coding systems.
13715 (ispell-dictionary-alist-6): Add support for "russianw.aff",
13716 encoded in cp1251.
13717
13718 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
13719
13720 * progmodes/compile.el (compilation-warning-face)
13721 (compilation-info-face): Use min-colors.
13722
13723 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13724
13725 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13726 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13727 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13728 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13729 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13730 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13731 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13732 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13733 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13734 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13735 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13736 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13737 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13738 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13739
13740 2004-05-15 Kim F. Storm <storm@cua.dk>
13741
13742 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13743 Use it to set triggered-p element of timer.
13744 (timer-event-handler): Set triggered-p element non-nil while running
13745 the timer function.
13746
13747 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * descr-text.el (describe-char-unicode-data)
13750 (describe-char-unicodedata-file): Re-enable the unicode code now that
13751 the licensing issues have been cleared in the unicode-4 license.
13752 (describe-text-properties-1): Remove unused `overlay' var.
13753 (describe-char): Remove unused var `buffer'.
13754
13755 2004-05-14 David Ponce <david@dponce.com>
13756
13757 * tree-widget.el: New file.
13758
13759 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
13760
13761 * language/european.el ("Brazilian Portuguese"): Add support for
13762 Brazilian Portuguese.
13763
13764 2004-05-13 John Wiegley <johnw@newartisans.com>
13765
13766 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13767 `recentf-mode' if this variable has been customized to t.
13768
13769 * eshell/esh-test.el (eshell-test): Call the function
13770 `emacs-version' rather than trying to build a custom version string.
13771
13772 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * net/telnet.el (telnet-mode): Use define-derived-mode.
13775 Don't modify the global value of comint-prompt-regexp.
13776
13777 2004-05-13 John Paul Wallington <jpw@gnu.org>
13778
13779 * version.el (emacs-version): Check for `gtk' feature before
13780 `x-toolkit' feature.
13781
13782 2004-05-13 Juanma Barranquero <lektu@terra.es>
13783
13784 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
13785 arguments in the docstring, they're used only in recursive calls.
13786
13787 * help-fns.el (help-arg-highlighting-function)
13788 (help-argument-name): Delete.
13789 (help-default-arg-highlight): New function.
13790 (help-do-arg-highlighting): Use it.
13791
13792 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13793
13794 * calendar/appt.el (appt-disp-window):
13795 Use `calendar-set-mode-line' for a centered mode-line.
13796
13797 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13798
13799 * calendar/appt.el (appt-disp-window): Do not split window
13800 excessively when `split-height-threshold' is low.
13801
13802 2004-05-12 Nick Roberts <nickrob@gnu.org>
13803
13804 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
13805 kill-buffer-hook here and make it local.
13806 (gud-kill-buffer-hook): Use kill-process for a sure kill.
13807
13808 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
13809
13810 * progmodes/compile.el (compilation-set-window-height):
13811 Use save-excursion to protect against misplaced marker.
13812
13813 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13814
13815 * custom.el (defface): Document that type can have value gtk.
13816
13817 * faces.el (face-spec-set-match-display): Handle type gtk in display.
13818
13819 2004-05-12 Kenichi Handa <handa@m17n.org>
13820
13821 * descr-text.el: Require quail at comile time.
13822 (describe-char): If an input method is on and it supports the
13823 character, show how to input it.
13824
13825 * international/quail.el (quail-install-decode-map): Accept a
13826 char-table whose subtype is `quail-decode-map'.
13827 (quail-store-decode-map-key, quail-gen-decode-map1)
13828 (quail-gen-decode-map, quail-find-key1, quail-find-key)
13829 (quail-show-key): New functions.
13830
13831 2004-05-12 Juanma Barranquero <lektu@terra.es>
13832
13833 * generic.el (define-generic-mode): Remove redundant arglist info.
13834
13835 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13836 Make arguments match their use in docstring.
13837 (help-arg-highlighting-function): New variable.
13838 (help-argument-name): Mention it in the docstring.
13839 (help-do-arg-highlight): Use it. Expand regexp to accept also
13840 ARG-xxx and xxx-ARG references.
13841
13842 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13843
13844 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13845 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13846 and "mailto:addr1?to=addr2" equal.
13847
13848 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13849
13850 * man.el (Man-getpage-in-background): Use shell-file-name
13851 and shell-command-switch variables instead of hard-coded values.
13852
13853 2004-05-11 Eli Zaretskii <eliz@gnu.org>
13854
13855 * iimage.el: New file.
13856
13857 2004-05-11 Juanma Barranquero <lektu@terra.es>
13858
13859 * custom.el (custom-initialize-default, defcustom):
13860 Fix typo in docstring.
13861
13862 * files.el (set-visited-file-name, file-expand-wildcards):
13863 Fix docstring.
13864
13865 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13868
13869 * subr.el (eventp): Be more discriminating with integers.
13870
13871 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
13872
13873 * progmodes/compile.el (compile): Add universal prefix arg.
13874 (compilation-error-regexp-alist-alist): Add edg patterns.
13875
13876 2004-05-10 Sam Steingold <sds@gnu.org>
13877
13878 * textmodes/ispell.el (ispell-message):
13879 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13880
13881 2004-05-10 Dave Love <fx@gnu.org>
13882
13883 * progmodes/python.el (help-buffer): Autoload when compiling.
13884 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13885 (run-python): Prepend to any existing PYTHONPATH.
13886
13887 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
13888
13889 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13890 for pending breakpoints.
13891
13892 2004-05-10 Richard M. Stallman <rms@gnu.org>
13893
13894 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
13895 directly without calling any functions in Rmail.
13896 (unrmail-unprune): Function deleted.
13897
13898 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13901 C-c C-z binding.
13902
13903 2004-05-10 Kenichi Handa <handa@m17n.org>
13904
13905 * descr-text.el (describe-char): Fix previous change. Don't make
13906 a unibyte character to multibyte in the *Help* buffer.
13907
13908 2004-05-10 Miles Bader <miles@gnu.org>
13909
13910 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13911 buffer an error if the debugger process is actually running.
13912
13913 2004-05-10 Juanma Barranquero <lektu@terra.es>
13914
13915 * help-fns.el (help-argument-name): Default to italic.
13916 (help-highlight-arguments): Return always (usage . doc), even when
13917 usage is nil.
13918
13919 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13920 (define-ibuffer-filter): Add usage info.
13921 (define-ibuffer-op): Add usage info (but CL-style defaults for
13922 keyword args are not shown).
13923
13924 * subr.el (remove-overlays, read-passwd): Fix docstring.
13925 (start-process-shell-command): Fix docstring. Put usage info in a
13926 format usable by `describe-function'.
13927 (open-network-stream, open-network-stream-nowait)
13928 (open-network-stream-server): Fix docstring.
13929
13930 2004-05-09 Jason Rumney <jasonr@gnu.org>
13931
13932 * international/code-pages (cp932, cp936, cp949, c950): Remove.
13933 Only define cp125* if windows-125* is already defined.
13934
13935 * language/korean.el (cp949): Add alias.
13936
13937 * language/chinese.el (cp936, cp950): Add aliases.
13938
13939 * language/japanese.el (cp932): Add alias.
13940
13941 * term/w32-win.el: Require code-pages.
13942
13943 * international/mule-cmds.el (set-locale-environment):
13944 On MS-Windows use ansi code-page for default coding-systems.
13945 Set up paper sizes for Windows 3 letter languages.
13946
13947 * international/code-pages.el (cp932, cp936, cp949, cp950):
13948 Add aliases. Also add cp125* if not already defined.
13949
13950 2004-05-09 Juanma Barranquero <lektu@terra.es>
13951
13952 * help-fns.el (help-highlight-arguments): Don't try to highlight
13953 missing or autoloaded arglists. Accept structured arguments, like
13954 the first ones of `do' and `flet'.
13955
13956 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13957 (cvs-get-marked): Remove redundant arglist info.
13958
13959 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13960 Don't use CL-style default args.
13961
13962 2004-05-08 Andreas Schwab <schwab@suse.de>
13963
13964 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13965
13966 * international/subst-ksc.el: Fix references to utf-translate-cjk
13967 into utf-translate-cjk-mode.
13968 * international/subst-big5.el: Likewise.
13969 * international/subst-gb2312.el: Likewise.
13970 * international/subst-jis.el: Likewise.
13971 * international/utf-16.el: Likewise.
13972 * international/utf-8.el: Likewise.
13973
13974 2004-05-08 John Wiegley <johnw@newartisans.com>
13975
13976 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13977 "virtual buffers" (off by default), which makes it possible to
13978 switch to the "virtual" buffers of recently visited files. When a
13979 buffer name search fails, and this option is on, iswitchb will
13980 look at the list of recently visited files, and permit matching
13981 against those names. When the user hits RET on a match, it will
13982 revisit that file.
13983 (iswitchb-read-buffer): Add two optional arguments, which makes
13984 isearchb.el possible.
13985 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13986 (iswitchb-next-match): Add support for virtual buffers.
13987
13988 * isearchb.el: This module extends iswitchb to provide "as you
13989 type" buffer selection.
13990
13991 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13992 Ignore the read-only property when flyspell highlighting is on.
13993 Not ignoring it leads to a series of confusing errors.
13994 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13995 but also make sure to call flyspell-incorrect-hook.
13996 (flyspell-maybe-correct-transposition): Perform transposition test
13997 by bit twiddling a string, rather than using a temp buffer.
13998 (flyspell-maybe-correct-doubling): Use a string rather than a temp
13999 buffer. This is also the original version of the code, which
14000 could not be checked in before due to a previous lack of
14001 assignment papers. This version has seen heavy usage on my system
14002 for several years now.
14003
14004 * calendar/cal-bahai.el: New file, which adds support for the
14005 Baha'i calendar to Emacs. This calendar is based on a solar year
14006 of 19 months of 19 days, with 4 intercalary days. Each year
14007 begins on March 21, with the calendar starting in 1844.
14008
14009 * calendar/cal-menu.el, calendar/calendar.el
14010 * calendar/diary-lib.el, calendar/holidays.el:
14011 Added support for using cal-bahai.el.
14012
14013 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14014 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14015 function can be used outside of eshell buffers.
14016 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14017
14018 2004-05-08 Juanma Barranquero <lektu@terra.es>
14019
14020 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14021 word constituent so FOO-ARG is not recognized as an arg.
14022 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14023
14024 * simple.el (next-error): Fix typo in docstring.
14025 (open-line): Make argument names match their use in docstring.
14026 (split-line): Fix docstring.
14027
14028 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14029 usable by `describe-function'.
14030 (gensym, gentemp, typep, ignore-errors): Make argument names match
14031 their use in docstring.
14032
14033 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14034 argument to `help-setup-xref'.
14035
14036 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14037
14038 Version 2.0.40 of Tramp released.
14039
14040 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14041 Use symbol-function to invoke functions only known on some Emacs
14042 flavors. This avoids byte-compiler warnings. Reported by Kevin
14043 Scaldeferri <kevin@scaldeferri.com>.
14044 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14045 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14046 consistent with the other tramp-do-* functions.
14047 (tramp-do-copy-or-rename-file): Calls adjusted.
14048 (tramp-process-initial-commands): Avoid liveness check on shell --
14049 we know that it must be alive since we're opening a connection at
14050 this moment.
14051 (tramp-last-cmd): New internal variable.
14052 (tramp-process-echoes): New tunable.
14053 (tramp-send-command): Set tramp-last-cmd.
14054 (tramp-wait-for-output): Delete echo, if applicable.
14055 (tramp-read-passwd): Construct the key for the password cache in a
14056 way that works for multi methods, too.
14057 (tramp-bug): Add backup-directory-alist and
14058 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14059
14060 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14061
14062 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14063
14064 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14065 (tramp-actions-copy-out-of-band): New defcustoms.
14066 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14067 used instead of a synchronous one. Allows password entering.
14068 (tramp-action-out-of-band): New defun.
14069 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14070 Remove restriction with password from doc string.
14071 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14072 `tramp-out-of-band-prompt-regexp',
14073 `tramp-actions-copy-out-of-band', `password-cache' and
14074 `password-cache-expiry'.
14075 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14076 password caching.
14077 (tramp-touch): FILE can be a local file, too.
14078 (TODO): Remove items done.
14079 (tramp-handle-insert-directory): Properly quote file name also if
14080 not full-directory-p. Handle wildcard case. Reported by Andreas
14081 Schwab <schwab@suse.de>.
14082 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14083 new file.
14084 (tramp-handle-file-local-copy, tramp-handle-write-region):
14085 The permissions of the temporary file are set if filename exists.
14086 Reported by Ted Stern <stern@cray.com>.
14087 (tramp-backup-directory-alist)
14088 (tramp-bkup-backup-directory-info): New defcustoms.
14089 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14090 (tramp-handle-find-backup-file-name): New function.
14091 Implements Tramp's find-backup-file-name.
14092
14093 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14094 for `find-backup-file-name'.
14095
14096 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14097 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14098
14099 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14100
14101 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14102
14103 2004-05-07 Juanma Barranquero <lektu@terra.es>
14104
14105 * subr.el (lambda): Add arglist description to docstring.
14106 (declare): Fix typo in docstring.
14107 (open-network-stream): Fix docstring.
14108 (process-kill-without-query): Fix docstring and add obsolescence info.
14109 (last, butlast, nbutlast): Make arguments match their use in docstring.
14110 (insert-buffer-substring-no-properties): Likewise.
14111 (insert-buffer-substring-as-yank): Likewise.
14112 (split-string): Fix docstring.
14113
14114 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14115 Make argument names match their use in docstring.
14116
14117 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14118
14119 2004-05-06 Nick Roberts <nickrob@gnu.org>
14120
14121 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14122 Fit first sentence on one line for apropos-command.
14123
14124 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 Changes largely merged in from Dave Love's code.
14127 * progmodes/python.el: Doc fixes.
14128 (python-mode-map): Add python-complete-symbol.
14129 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14130 (python-comment-indent, python-complete-symbol)
14131 (python-symbol-completions, python-partial-symbol)
14132 (python-try-complete): New.
14133 (python-indent-line): Remove optional arg. Use python-block-end-p.
14134 (python-check): Bind compilation-error-regexp-alist.
14135 (inferior-python-mode): Use rx. Move keybindings to top level.
14136 Set comint-input-filter.
14137 (python-preoutput-filter): Use rx.
14138 (python-input-filter): Re-introduce.
14139 (python-proc): Start new process if necessary.
14140 Check python-buffer non-nil.
14141 (view-return-to-alist): Defvar.
14142 (python-send-receive): New.
14143 (python-eldoc-function): Use it.
14144 (python-mode-running): Don't defvar.
14145 (python-mode): Set comment-indent-function.
14146 Maybe update hippie-expand-try-functions-list.
14147 (python-indentation-levels): Initialize differently.
14148 (python-block-end-p): New.
14149 (python-indent-line): Use it.
14150 (python-compilation-regexp-alist): Augment.
14151 (run-python): Import `emacs' module to Python rather than loading
14152 code directly. Set python-buffer differently.
14153 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14154 Use python-proc.
14155 (python-send-command): Go to end of comint buffer.
14156 (python-load-file): Use python-proc, emacs.eimport.
14157 (python-describe-symbol): Simplify interactive form.
14158 Use emacs.help. Do use temp-buffer-show-hook.
14159 Call print-help-return-message.
14160 (hippie-exp): Require when compiling.
14161 (python-preoutput-continuation): Use rx.
14162
14163 * diff-mode.el (diff-make-unified): Fix regexp.
14164
14165 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14166
14167 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14168 filter groups from the buffer when rebuilding the Ibuffer buffer
14169 and `ibuffer-show-empty-filter-groups' is nil.
14170
14171 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14172
14173 * ps-print.el (ps-print-quote): Call ps-value-string.
14174 (ps-setup): Call ps-comment-string.
14175 (ps-value-string, ps-comment-string): New funs.
14176
14177 2004-05-06 Juanma Barranquero <lektu@terra.es>
14178
14179 * ehelp.el (electric-help-command-loop): Check whether the last
14180 character is visible, not (point-max).
14181
14182 * help-fns.el (help-argument-name): Default to bold; don't inherit
14183 from font-lock-variable-name-face.
14184 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14185
14186 2004-05-05 Kenichi Handa <handa@m17n.org>
14187
14188 * descr-text.el (describe-char): Copy the character with text
14189 properties and overlays into the first line, and call
14190 describe-text-properties on it.
14191
14192 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14193
14194 * iswitchb.el (iswitchb-global-map): Fix typo.
14195 Remove unwanted ###autoloads from source file.
14196
14197 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14198
14199 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14200 in run-hooks. Use substitute-command-keys in message.
14201 (wdired-abort-changes): Add message.
14202
14203 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14204
14205 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14206 (sql-emacs20-p): Remove.
14207 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14208 (sql-builtin-face, sql-doc-face): Remove.
14209 (sql-mode-ansi-font-lock-keywords)
14210 (sql-mode-oracle-font-lock-keywords)
14211 (sql-mode-postgres-font-lock-keywords)
14212 (sql-mode-linter-font-lock-keywords)
14213 (sql-mode-ms-font-lock-keywords)
14214 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14215 (sql-product-font-lock): Fix font-lock reset when font rules change.
14216 (sql-highlight-product): Remove incorrect font-lock reset logic.
14217
14218 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14219
14220 * ses.el (ses-set-parameter): Fix typo.
14221
14222 2004-05-04 Kim F. Storm <storm@cua.dk>
14223
14224 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14225 Must expand directory for completion to work; and don't mess with
14226 process-environment.
14227 (ido-read-file-name): If command has ido property, don't use ido
14228 if value is ignore, or read as directory if value is dir.
14229 Set ido ignore property for dired-do-rename command.
14230
14231 2004-05-04 Juanma Barranquero <lektu@terra.es>
14232
14233 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14234 (electric-help-help): Check against unmapped commands.
14235
14236 * help-fns.el (help-argument-name): New face, inheriting from
14237 font-lock-variable-name-face, to highlight function arguments in
14238 `describe-function' and `describe-key'.
14239 (help-do-arg-highlight): Auxiliary function to highlight a given
14240 list of arguments in a string.
14241 (help-highlight-arguments): Highlight the function arguments and
14242 all uses of them in the docstring.
14243 (describe-function-1): Use it. Do docstring output via `insert',
14244 not 'princ', so text attributes are preserved.
14245
14246 * winner.el (winner-mode-map): Move `winner-undo' and
14247 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14248 previous bindings conflict with `prev-buffer', `next-buffer').
14249
14250 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14251
14252 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14253 (bibtex-entry-update): New command bound to C-c C-u.
14254 (bibtex-text-in-string): Fix regexp.
14255 (bibtex-assoc-of-regexp): Remove.
14256 (bibtex-progress-message): Fix docstring.
14257 (bibtex-inside-field): Use if.
14258 (bibtex-assoc-regexp): New function.
14259 (bibtex-format-entry): Make code more robust so that it formats
14260 also old entries.
14261 (bibtex-autokey-demangle-title): Merge with obsolete function
14262 bibtex-assoc-of-regexp.
14263 (bibtex-field-list): New function.
14264 (bibtex-entry): Use bibtex-field-list.
14265 (bibtex-parse-entry): Fix docstring.
14266 (bibtex-print-help-message): Use bibtex-field-list.
14267 (bibtex-make-field): Use bibtex-field-list.
14268 (bibtex-entry-index): Bugfix. Return crossref key if required.
14269 (bibtex-lessp): Fix docstring.
14270
14271 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14272
14273 * select.el (xselect-convert-to-string): Move comment to intended line.
14274
14275 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14276
14277 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14278 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14279
14280 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14281
14282 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14283 x-get-selection.
14284
14285 2004-05-03 Jason Rumney <jasonr@gnu.org>
14286
14287 * makefile.nt: Remove.
14288
14289 2004-05-03 Kim F. Storm <storm@cua.dk>
14290
14291 * emulation/cua-base.el (cua--update-indications): Fix last change.
14292 (cua-mode): Deactivate mark when cua-mode is enabled.
14293
14294 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14295
14296 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14297
14298 2004-05-03 Nick Roberts <nickrob@gnu.org>
14299
14300 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14301 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14302 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14303 window over visible frames.
14304 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14305
14306 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14307
14308 * progmodes/compile.el (compilation-gcpro): New var.
14309 (compilation-fake-loc): Use it.
14310 (compilation-forget-errors): Reset it.
14311
14312 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14313
14314 * diff-mode.el (diff-header-face, diff-file-header-face):
14315 Use min-colors.
14316
14317 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14318
14319 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14320 (bibtex-clean-entry): Disentangle code.
14321 (bibtex-realign): New function.
14322 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14323 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14324 Remove undocumented optional arg called-by-convert-alien.
14325 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14326 for sorting instead of bibtex-sort-buffer.
14327
14328 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14329
14330 * progmodes/compile.el (compilation-start): In the
14331 no-async-subprocesses branch, call sit-for to give redisplay a
14332 chance to show the updated process status in the mode line, and
14333 fontify the buffer explicitly after the process exits.
14334
14335 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14336
14337 * progmodes/python.el (python-compilation-line-number): Remove.
14338 (python-compilation-regexp-alist): Don't use it any more.
14339 (python-orig-start, python-input-filter): Remove.
14340 (inferior-python-mode): Don't set up comint-input-filter-functions.
14341 (python-send-region): Use compilation-fake-loc.
14342
14343 * progmodes/compile.el (compilation-messages-start): New var.
14344 (compilation-mode): Don't setup next-error-function here.
14345 (compilation-setup): Set it up here instead (for minor modes as well).
14346 Make compilation-messages-start buffer local.
14347 (compilation-next-error-function): Use it.
14348 (compilation-forget-errors): Set compilation-messages-start.
14349
14350 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14351
14352 * ielm.el (ielm-prompt-read-only): Update docstring.
14353
14354 * comint.el (comint-prompt-read-only): Update docstring.
14355 (comint-update-fence, comint-kill-whole-line)
14356 (comint-kill-region): New functions.
14357
14358 * simple.el (kill-whole-line): Use "p" instead of "P" in
14359 interactive form.
14360
14361 2004-05-01 Juanma Barranquero <lektu@terra.es>
14362
14363 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14364 format arglist so default values in CL-style argument lists are
14365 correctly shown.
14366
14367 2004-05-01 Jason Rumney <jasonr@gnu.org>
14368
14369 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14370
14371 2004-05-01 Kenichi Handa <handa@m17n.org>
14372
14373 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14374 quail file if it is up to date.
14375
14376 2004-04-30 Juri Linkov <juri@jurta.org>
14377
14378 * cus-edit.el (custom-mode-map):
14379 Add key binding `C-x C-s' to `Custom-save'.
14380
14381 * outline.el (outline-blank-line): New var.
14382 (outline-next-preface, outline-show-heading)
14383 (outline-end-of-subtree): Use it.
14384
14385 * dired-aux.el (dired-touch-initial): New fun.
14386 (dired-do-chxxx): Call it for op-symbol `touch'.
14387 (dired-diff): Use `dired-dwim-target-directory'
14388 if current dired buffer has no buffer mark.
14389
14390 * bindings.el (propertized-buffer-identification):
14391 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14392 Add C-M-arrow keys for consistency.
14393
14394 * files.el (confirm-kill-emacs):
14395 Change group from top-level `emacs' to `convenience'.
14396
14397 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14398 Push mark on the first call of successive command calls.
14399 (insert-pair): New fun created from `insert-parentheses' with
14400 `open' and `close' arguments added. Enclose active regions
14401 in paired characters. Compare adjacent characters syntax with
14402 inserted characters syntax before inserting a space.
14403 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14404
14405 * delsel.el: Don't put `delete-selection' property
14406 on `insert-parentheses' symbol to take advantage of
14407 region handling in `insert-pair' function.
14408 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14409
14410 2004-04-30 Kim F. Storm <storm@cua.dk>
14411
14412 * emulation/cua-base.el: Add support for changing cursor types;
14413 based on patch from Michael Mauger.
14414 (cua-normal-cursor-color, cua-read-only-cursor-color)
14415 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14416 Customization cursor type and/or cursor color.
14417 (cua--update-indications): Handle cursor type changes.
14418 (cua-mode): Update cursor indications if enabled.
14419
14420 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14421
14422 * mouse.el (mouse-drag-copy-region): New defcustom.
14423 (mouse-set-region, mouse-drag-region-1): Use it.
14424
14425 * simple.el (kill-ring-save): If region face background color is
14426 unspecified (if no highlighting), show extent of fully visible
14427 region even if transient-mark-mode is enabled.
14428
14429 * emulation/cua-base.el (cua--standard-movement-commands):
14430 Add cua-scroll-up and cua-scroll-down.
14431 (cua-scroll-up, cua-scroll-down): New commands.
14432 (cua--init-keymaps): Remap scroll-up and scroll-down.
14433
14434 * emulation/cua-rect.el (cua--convert-rectangle-as):
14435 New defmacro.
14436 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14437 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14438 New commands (suggested by Jordan Breeding).
14439
14440 2004-04-30 Juanma Barranquero <lektu@terra.es>
14441
14442 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14443
14444 2004-04-30 Mario Lang <mlang@delysid.org>
14445
14446 * diff.el (diff-switches): Fix typo in docstring.
14447
14448 2004-04-30 Alex Schroeder <alex@gnu.org>
14449
14450 * xml.el (xml-debug-print-internal): Don't add newline and
14451 indentation to text nodes and write empty elements as empty tags
14452 instead of opening and closing tags.
14453 (xml-debug-print): Take optional indent-string argument.
14454 (xml-print): Alias for xml-debug-print.
14455
14456 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14457
14458 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14459 than duplicate call to `line-beginning-position'.
14460
14461 * progmodes/f90.el (f90-get-present-comment-type):
14462 Return whitespace, as well as comment chars, for consistent filling
14463 of comment blocks. Use `match-string-no-properties'.
14464 (f90-break-line): Trim trailing whitespace when filling comments.
14465
14466 2004-04-30 Dave Love <fx@gnu.org>
14467
14468 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14469 (diary-from-outlook-internal, diary-from-outlook)
14470 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14471 New functions to import diary entries from Outlook-format
14472 appointments in mail messages.
14473
14474 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * progmodes/python.el (python-send-command): New fun.
14477 (python-send-region, python-load-file): Use it.
14478
14479 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14480
14481 * help-fns.el (help-C-file-name): Use new subr-name.
14482 Prepend `src/' to the file name.
14483 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14484 (describe-function-1, describe-variable): Only find a C source file
14485 name if DOC is already loaded.
14486
14487 * help-mode.el (help-function-def, help-variable-def):
14488 Use the new find-function-search-for-symbol functionality.
14489 Allow FILE to be `C-source'.
14490
14491 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14492 (find-function-C-source): New fun.
14493 (find-function-search-for-symbol): Use it.
14494
14495 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14496
14497 * progmodes/sql.el (sql-product-alist): Rename variable
14498 `sql-product-support'. Add Postgres login parameters.
14499 (sql-set-product, sql-product-feature): Update with renamed variable.
14500 (sql-connect-postgres): Add username prompt.
14501 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14502 Make patterns less product specific.
14503 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14504 (sql-mode-abbrev-table): Modify initialization.
14505 (sql-builtin-face): Add variable.
14506 (sql-keywords-re): Add macro.
14507 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14508 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14509 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14510 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14511 (sql-mode-linter-font-lock-keywords)
14512 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14513 (sql-mode-sybase-font-lock-keywords)
14514 (sql-mode-informix-font-lock-keywords)
14515 (sql-mode-interbase-font-lock-keywords)
14516 (sql-mode-ingres-font-lock-keywords)
14517 (sql-mode-solid-font-lock-keywords)
14518 (sql-mode-sqlite-font-lock-keywords)
14519 (sql-mode-db2-font-lock-keywords): Default to nil.
14520 (sql-product-font-lock): Always highlight ANSI keywords.
14521 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14522 (sql-send-string): Add function.
14523
14524 2004-04-29 Dave Love <fx@gnu.org>
14525
14526 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14527 (cfengine-end-of-defun): Ensure progress through buffer.
14528
14529 * info-look.el (cfengine-mode): Accept a terminal ().
14530
14531 2004-04-29 Juri Linkov <juri@jurta.org>
14532
14533 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14534 instead of isearch-yank-word-or-char. Add new key bindings for
14535 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14536 (isearch-del-char): New fun.
14537 (isearch-forward, isearch-edit-string): Update docstring.
14538 (isearch-yank-char): Doc fix.
14539 (isearch-other-meta-char): Restore point after scrolling.
14540
14541 * progmodes/compile.el (compilation-context-lines): Add nil option
14542 to disable compilation output window scrolling.
14543 (compilation-set-window): Use it.
14544
14545 * outline.el (outline-next-preface, outline-show-heading):
14546 Don't leave unhidden blank line before heading.
14547 (outline-end-of-subtree): Include last newline into subtree.
14548 (hide-entry): Leave point at beginning of heading instead of end.
14549 (outline-up-heading): Push mark for the first call of successive
14550 command calls.
14551
14552 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14553
14554 * comint.el (comint-prompt-read-only): New variable.
14555 (comint-output-filter): Implement it.
14556
14557 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14558 (ielm-prompt-internal): New variable.
14559 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14560 (ielm-send-input): Delete unused variable `buf'.
14561 (ielm-eval-input): Use `ielm-prompt-internal'.
14562 (inferior-emacs-lisp-mode): Use new variables
14563 `comint-prompt-read-only' and `ielm-prompt-internal'.
14564 Get rid of obsolete variable `directory-sep-char'.
14565 (ielm): Use `zerop'.
14566
14567 2004-04-29 John Paul Wallington <jpw@gnu.org>
14568
14569 * thumbs.el (toplevel): Require cl at compile time.
14570 Remove conditional definitions of `ignore-errors' and `caddar'
14571 because they occur at run time.
14572
14573 2004-04-28 Nick Roberts <nickrob@gnu.org>
14574
14575 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14576 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14577 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14578 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14579
14580 * progmodes/gud.el (gud-common-init): Throw an error if program is
14581 already running under gdb.
14582
14583 2004-04-28 John Paul Wallington <jpw@gnu.org>
14584
14585 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14586 (thumbs-show-image-num): Move assignment of
14587 `thumbs-current-image-filename' within scope of `i'.
14588 (thumbs-emboss-image): Don't use `evenp'.
14589
14590 2004-04-28 Richard M. Stallman <rms@gnu.org>
14591
14592 * progmodes/compile.el (compilation-context-lines): Default now 0.
14593
14594 2004-04-28 Juanma Barranquero <lektu@terra.es>
14595
14596 Use `time-less-p' from calendar/time-date.el instead of defining
14597 custom versions of it.
14598
14599 * pcomplete.el (pcomplete-time-less-p): Remove.
14600
14601 * thumbs.el (time-less-p): Remove.
14602
14603 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14604 (timeclock-generate-report): Use `time-less-p'.
14605
14606 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14607 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14608
14609 2004-04-28 Masatake YAMATO <jet@gyve.org>
14610
14611 * subr.el (remove-overlays): Make arguments optional.
14612
14613 * wid-edit.el (widget-specify-button): Put evaporate to the
14614 overlay for sample.
14615 (widget-specify-sample): Put evaporate to the overlay for sample.
14616 (widget-specify-doc): Put evaporate to the overlay for documentation.
14617
14618 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14619
14620 * info.el (info-apropos): Make it an index node. Align node names
14621 like makeinfo.
14622
14623 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14624
14625 * net/browse-url.el (browse-url-netscape-sentinel)
14626 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14627 (browse-url-epiphany-sentinel, browse-url-mosaic):
14628 Use browse-url-*-program instead of a literal program name.
14629
14630 2004-04-27 Kevin Ryde <user42@zip.com.au>
14631
14632 * eshell/em-alias.el:
14633 * eshell/em-dirs.el:
14634 * eshell/em-hist.el:
14635 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14636 features when M-x customize-group loads modules before the main
14637 eshell.el.
14638
14639 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14640
14641 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14642 either a character representation of an event or an event
14643 description list.
14644
14645 * type-break.el: Capitalise Emacs and Lisp.
14646 (type-break-good-break-interval, type-break-demo-boring-stats)
14647 (type-break-terse-messages, type-break-file-name): New defcustoms.
14648 (type-break-post-command-hook)
14649 (type-break-warning-countdown-string): Quote variable names in doc.
14650 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14651 (type-break-mode): Document type-break-good-break-interval and the
14652 "session" file. Schedule break according to the session file.
14653 Kill session file buffer on exit. Organise for save-some-buffers
14654 to always save the session file.
14655 (type-break-mode-line-message-mode, type-break-query-mode):
14656 Uppercase arguments.
14657 (type-break-file-time, type-break-file-keystroke-count, timep)
14658 (type-break-choose-file, type-break-get-previous-time)
14659 (type-break-get-previous-count): New defuns.
14660 (type-break): Avoid break querying after a completed break in the
14661 case where the query was initiated during user invocation of the
14662 break. Optional terse messages.
14663 Use type-break-good-break-interval if type-break-good-rest-interval is
14664 nil. File the break time.
14665 (type-break-schedule): New optional args for overriding the use of
14666 the current time.
14667 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14668 after a break.
14669 (type-break-check): File the keystroke count.
14670 (type-break-do-query): Prevent a second query when the break is
14671 interrupted. Optional terse message.
14672 (type-break-keystroke-reset): Record the start of a typing interval.
14673 (type-break-demo-boring): Optional terse messages. Display word
14674 per minute and keystroke counts according to
14675 type-break-demo-boring-stats.
14676
14677 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
14678
14679 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14680 directories, make sure they exist under archive-tmpdir.
14681
14682 2004-04-27 Juri Linkov <juri@jurta.org>
14683
14684 * help.el (view-emacs-news): With argument, display info for the
14685 selected version by finding it among different NEWS files, and
14686 narrowing the buffer to the selected version.
14687
14688 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14689 same-window-buffer-names.
14690 (info): New arg `buffer'. Use it. Doc fix. Read file name for
14691 non-numeric prefix argument, append the number to the buffer name
14692 for numeric prefix argument.
14693 (info-other-window): Bind same-window-regexps to nil.
14694 (Info-reference-name): Rename to Info-point-loc.
14695 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14696 and Info-find-index-name for stringy Info-point-loc.
14697 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
14698 without middle `.', but with final `.' and optional line number
14699 for it. Set Info-point-loc for index nodes.
14700 (Info-index): Remove middle `.' from index entry regexp.
14701 Modify line number regexp.
14702 (Info-index-next): Decrement line number.
14703 (info-apropos): Remove middle `.' from index entry regexp.
14704 Add optional line number regexp at the end. Add matched value
14705 for line number to the result list and insert it to the buffer.
14706 Replace match-string by match-string-no-properties.
14707 Reorder result list.
14708 (Info-fontify-node): Hide index line numbers.
14709 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14710 empty matches.
14711 (Info-follow-reference): Use `str' instead of
14712 Info-following-node-name-re.
14713 (Info-toc): Use full file names. Set Info-current-node to "Top".
14714 (Info-fontify-node): Compare file names without directory name.
14715 (Info-try-follow-nearest-node): Don't set Info-reference-name.
14716 Set second arg of Info-extract-menu-node-name for index nodes.
14717 (info-xref-visited): Use magenta3 instead of magenta4.
14718 (Info-mode): Add info-apropos to docstring.
14719
14720 * log-view.el (log-view-diff): Replace interactive code "r"
14721 by a list to allow to call it even if region is not active.
14722
14723 * paren.el (show-paren-highlight-openparen): New var.
14724 (show-paren-function): Turn on openparen highlighting when
14725 matching forward if show-paren-highlight-openparen is non-nil.
14726
14727 * simple.el (kill-ring-save): Use blink-matching-delay instead of
14728 the constant value 1.
14729 (completions-common-part): Expand docstring.
14730
14731 * textmodes/picture.el (picture-mode-map): Add arrow keys.
14732
14733 2004-04-27 Kim F. Storm <storm@cua.dk>
14734
14735 * image.el (insert-sliced-image): Use line-height instead of
14736 line-spacing property on newline.
14737
14738 2004-04-26 Lars Hansen <larsh@math.ku.dk>
14739
14740 * desktop.el (desktop-buffer-misc-data-function): Rename to
14741 desktop-save-buffer and change docstring.
14742 (desktop-buffer-modes-to-save): Delete.
14743 (desktop-save-buffer-p): Use desktop-save-buffer instead of
14744 desktop-buffer-modes-to-save.
14745 (desktop-save): Rename desktop-buffer-misc-data-function to
14746 desktop-save-buffer and allow non-function value.
14747 (desktop-missing-file-warning): Correct docstring.
14748
14749 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14750 to desktop-save-buffer.
14751
14752 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14753 desktop-save-buffer.
14754
14755 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14756
14757 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14758
14759 2004-04-26 Eli Zaretskii <eliz@gnu.org>
14760
14761 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14762
14763 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
14764
14765 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14766 (ielm): Only go to the end of the buffer when starting a new process.
14767
14768 2004-04-25 Juanma Barranquero <lektu@terra.es>
14769
14770 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14771 mode line. Bind `inhibit-read-only' to t before modifying
14772 properties of text in the buffer.
14773 (ielm): Force point to the end of buffer, even when running ielm
14774 from inside itself.
14775
14776 2004-04-25 Jesper Harder <harder@ifa.au.dk>
14777
14778 * info.el (info-apropos): Reset Info-complete-cache.
14779
14780 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
14781
14782 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14783 Also recognize severe Irix et al. messages.
14784 (compilation-normalize-filename, compile-abbreviate-directory):
14785 Delete functions.
14786 (compilation-get-file-structure): New function inherits
14787 functionality of the two preceding ones.
14788 (compilation-internal-error-properties, compilation-fake-loc):
14789 Use it so that different paths to the same file share the same
14790 markers. Also optimize finding adjacent marker slightly.
14791
14792 2004-04-25 Kim F. Storm <storm@cua.dk>
14793
14794 * image.el (insert-sliced-image): Add line-spacing t property
14795 to newlines separating image lines.
14796
14797 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
14798
14799 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
14800
14801 * ielm.el (ielm-prompt-read-only): New user option.
14802 (ielm-prompt): Expand docstring to describe new behavior.
14803 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
14804 mention it in the docstring.
14805
14806 2004-04-24 Andreas Schwab <schwab@suse.de>
14807
14808 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
14809
14810 * diff.el (diff): Set default-directory in diff buffer.
14811
14812 2004-04-24 Eli Zaretskii <eliz@gnu.org>
14813
14814 * mail/sendmail.el (mail-bury): Don't delete the frame where the
14815 mail was being composed if the terminal cannot display more than
14816 one frame; instead, switch to previous frame.
14817
14818 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
14819 (rmail-start-mail): Support rmail-mail-new-frame even on
14820 terminals that can display only one frame at a time.
14821
14822 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14825 (checkdoc-output-font-lock-keywords): Remove error regexp.
14826 (checkdoc-output-mode-map): Remove.
14827 (checkdoc-output-mode): Derive from compilation-mode.
14828 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14829
14830 * dired.el (dired-mode-map): Add a menu entry for wdired.
14831
14832 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14833 (rx-bracket, rx-check-any, rx-any): Clean up name space.
14834
14835 * wdired.el (wdired-mode-map): Move init into declaration.
14836 Fix `return' binding.
14837 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14838 Use force-mode-line-update.
14839 (wdired-get-filename): Use `unless'.
14840 (wdired-preprocess-files): Don't assume names have no \n and use / for
14841 dir separator.
14842 (wdired-normalize-filename): Use replace-regexp-in-string.
14843 (wdired-load-hooks): Remove.
14844 (wdired-mode-hooks): Rename to wdired-mode-hook.
14845
14846 * info-look.el: Add support for cfengine-mode.
14847 (info-lookup-setup-mode): Use dolist.
14848
14849 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
14850
14851 * wdired.el: New file.
14852
14853 2004-04-23 Juanma Barranquero <lektu@terra.es>
14854
14855 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14856
14857 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14858 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14859 (pcomplete--help, pcomplete--here): Doc fixes.
14860
14861 2004-04-23 Andre Spiegel <spiegel@gnu.org>
14862
14863 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14864 handles wrong-number-of-arguments in backend call.
14865
14866 * vc.el (vc-print-log): Likewise.
14867
14868 2004-04-20 Dave Love <fx@gnu.org>
14869
14870 * emacs-lisp/rx.el: Doc fixes.
14871 (rx-constituents): Add/extend many forms.
14872 (rx-check): Check form is a list.
14873 (bracket): Defvar.
14874 (rx-check-any, rx-any, rx-check-not): Modify.
14875 (rx-not): Simplify.
14876 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14877 (rx-kleene): Use rx-trans-forms.
14878 (rx-quote-for-set): Delete.
14879 (rx): Allow multiple args.
14880
14881 2004-04-23 Kenichi Handa <handa@m17n.org>
14882
14883 * international/mule-util.el (char-displayable-p): Simplify by
14884 using internal-char-font.
14885
14886 2004-04-23 Juanma Barranquero <lektu@terra.es>
14887
14888 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14889
14890 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 * diff-mode.el (diff-next-error): New fun.
14893 (diff-mode): Use it.
14894
14895 * simple.el (next-error): Change arg name.
14896 Add support for the documented C-u C-x ` usage.
14897
14898 * frame.el (special-display-popup-frame, next-multiframe-window)
14899 (previous-multiframe-window): Only consider frames on same display.
14900
14901 2004-04-22 Lars Hansen <larsh@math.ku.dk>
14902
14903 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14904 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14905
14906 2004-04-22 Kim F. Storm <storm@cua.dk>
14907
14908 * net/telnet.el (telnet): Add optional port arg.
14909
14910 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
14911
14912 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14913 Minor sanity check on the `hyperlink' slot.
14914
14915 * Makefile.in (recompile): Compile new files.
14916
14917 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14918 Add byte-recompile-directory's optional `arg'.
14919
14920 * cvs-status.el (cvs-tree-use-charset): New var.
14921 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14922 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14923 (cvs-status-cvstrees): Use it.
14924
14925 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14926 Make it a normal major mode.
14927 (checkdoc-buffer-label): Make sure the file name is meaningful.
14928 (checkdoc-output-to-error-buffer): Remove.
14929 (checkdoc-error, checkdoc-start-section): Rewrite.
14930
14931 * info.el (info-node, info-menu-5, info-xref, info-header-node)
14932 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14933 (Info-title-4-face): Use new syntax.
14934 (info-xref-visited): Inherit from info-xref.
14935
14936 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14937
14938 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
14939
14940 * simple.el (next-error-last-buffer, next-error-function):
14941 New variables for the next-error framework.
14942 (next-error-buffer-p): New function.
14943 (next-error-find-buffer): Generalize compilation-find-buffer.
14944 (next-error, previous-error, first-error, next-error-no-select)
14945 (previous-error-no-select): Move from compile.el.
14946
14947 * replace.el (occur-next-error, occur-1): Hook into the next-error
14948 framework.
14949
14950 * progmodes/compile.el (compilation-start):
14951 Set next-error-last-buffer so next-error knows where to jump.
14952 (compilation-setup): Set the buffer-local variable
14953 next-error-function to 'compilation-next-error-function.
14954 (compilation-buffer-p, compilation-buffer-internal-p): Use an
14955 alternate way to find if a buffer is a compilation buffer, for
14956 next-error convenience.
14957 (next-error-no-select, previous-error-no-select, next-error)
14958 (previous-error, first-error): Move to simple.el.
14959 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14960 (compilation-last-buffer): Remove.
14961 (compilation-start, compilation-next-error, compilation-setup)
14962 (compilation-next-error-function, compilation-find-buffer):
14963 Remove compilation-last-buffer use.
14964
14965 2004-04-21 Juanma Barranquero <lektu@terra.es>
14966
14967 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14968 (font-lock-warning-face): Fix spacing.
14969
14970 * makefile.w32-in (WINS): Add url/ directory.
14971
14972 2004-04-21 Lars Hansen <larsh@math.ku.dk>
14973
14974 * desktop.el (desktop-buffer-mode-handlers): New variable.
14975 Alist of major mode specific functions to restore a desktop buffer.
14976 (desktop-buffer-handlers): Make variable obsolete.
14977 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14978 Catch errors signaled in handlers. Update buffer count.
14979 Evaluate desktop-buffer-point.
14980 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14981 move to dired.el.
14982 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14983 move to info.el.
14984 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14985 move to mail/rmail.el.
14986 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14987 to mh-e/mh-e.el.
14988 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14989 On fail, print message (to message buffer) even if
14990 desktop-missing-file-warning is nil.
14991 (desktop-buffer-misc-data-function): New buffer local variable.
14992 Function returning major mode specific data.
14993 (desktop-buffer-misc-functions): Make variable obsolete.
14994 (desktop-save): Use desktop-buffer-misc-data-function.
14995 (desktop-buffer-dired-misc-data): Rename to
14996 dired-desktop-buffer-misc-data and move to dired.el.
14997 (desktop-buffer-info-misc-data): Rename to
14998 Info-desktop-buffer-misc-data and move to info.el.
14999 (desktop-read): Add message about number of buffers restored/failed.
15000
15001 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15002 Add parameters. Pause to display error only when
15003 desktop-missing-file-warning is non-nil.
15004 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15005 (dired-mode): Bind desktop-buffer-misc-data-function.
15006
15007 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15008 Add Parameters.
15009 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15010 (Info-mode): Bind desktop-buffer-misc-data-function.
15011
15012 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15013 Add Parameters.
15014
15015 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15016 Add Parameters.
15017
15018 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15019
15020 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15021 the case of letters in case-insensitive expansions when the
15022 abbrev is preceded by characters with letter syntax.
15023
15024 2004-04-21 Richard M. Stallman <rms@gnu.org>
15025
15026 * progmodes/cperl-mode.el (cperl-putback-char):
15027 Delete Emacs 18 definition.
15028
15029 * international/mule.el (ctext-post-read-conversion):
15030 Use assoc-string, not assoc-ignore-case.
15031
15032 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15033
15034 * emacs-lisp/easymenu.el (easy-menu-add):
15035 Do call x-popup-menu, but only if it's defined.
15036
15037 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15038
15039 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15040 Handle multiple args: compile like progn.
15041
15042 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15043 take all args as &rest arg.
15044
15045 * autoinsert.el (auto-insert-alist): Insert the user's name in
15046 copyright notice, rather than Free Software Foundation.
15047
15048 2004-04-21 Kenichi Handa <handa@m17n.org>
15049
15050 * descr-text.el (describe-char): Make it work on *Help* buffer.
15051
15052 2004-04-21 Kim F. Storm <storm@cua.dk>
15053
15054 * image.el (insert-image): Add optional SLICE arg.
15055 (insert-sliced-image): New defun.
15056
15057 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15058
15059 * subr.el (read-number): Check whether `default' is nil.
15060
15061 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * progmodes/compile.el (compilation-error-properties):
15064 Split into two.
15065 (compilation-internal-error-properties): New one.
15066 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15067
15068 2004-04-20 Richard M. Stallman <rms@gnu.org>
15069
15070 * window.el (split-window-save-restore-data):
15071 Don't update the data if OLD-INFO is nil.
15072
15073 * view.el (view-return-to-alist): Mark it permanent local.
15074
15075 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15076
15077 * recentf.el (recentf-save-list): Catch and warn about errors.
15078
15079 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15080 so "Buffers" won't be pure.
15081
15082 * help-mode.el (help-mode-finish): Set help-return-alist first
15083 thing, setting only the entry for the selected window.
15084
15085 * help-fns.el (describe-function-1): If many non-control non-meta
15086 keys run the command, don't list all of them.
15087
15088 2004-04-20 Juanma Barranquero <lektu@terra.es>
15089
15090 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15091 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15092
15093 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15094
15095 2004-04-20 Kenichi Handa <handa@m17n.org>
15096
15097 * international/quail.el (quail-lookup-key): New optional arg
15098 NOT-RESET-INDICES.
15099 (quail-get-translations): Call quail-lookup-key with
15100 NOT-RESET-INDICES t.
15101 (quail-completion): Likewise.
15102 (quail-lookup-map-and-concat): Likewise.
15103
15104 2004-04-20 Kenichi Handa <handa@m17n.org>
15105
15106 * international/quail.el (quail-update-translation): Don't insert
15107 such an unsupported multibyte char in a unibyte buffer.
15108
15109 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15110
15111 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15112 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15113 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15114 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15115 (gdb-frame-assembler-buffer): Improve behaviour with
15116 multiple frames.
15117 (gdb-display-buffer): Extend search to all visible frames.
15118
15119 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15120
15121 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15122 characters left after base64 decoding.
15123 (rmail-decode-region): Use -dos variety of `coding', to remove any
15124 ^M characters left after qp or base64 decoding.
15125
15126 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15127
15128 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15129 messages.
15130
15131 2004-04-19 Stephen Eglen <stephen@gnu.org>
15132
15133 * add-log.el (add-change-log-entry): Update doc string to mention
15134 add-log-full-name and add-log-mailing-address.
15135
15136 2004-04-18 Juri Linkov <juri@jurta.org>
15137
15138 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15139 (Info-find-node-2): Simplify error message.
15140 (Info-insert-dir): Use Info-following-node-name.
15141 (Info-goto-node): Remove *info-history* and *info-toc*.
15142 (Info-history): Create a node of the virtual history file.
15143 (Info-toc): Create a node of the virtual toc file.
15144 (Info-insert-toc): New arg `curr-file' for reference file names.
15145 (info-apropos): Remove redundant var binding for temp-file.
15146 (Info-index, Info-index-next, Info-mode): Doc fix.
15147 (Info-goto-emacs-command-node): Don't jump to *info* from
15148 non-*info* Info buffers.
15149 (Info-fontify-node): Don't show the file name of external
15150 references if `Info-hide-note-references' is `hide'. Don't hide
15151 newlines at the end of paragraphs.
15152
15153 * international/mule-diag.el (list-input-methods):
15154 Fix args to help-xref-button.
15155
15156 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15157 to put into effect local variables from TUTORIAL files.
15158
15159 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15160 with default value taken from the variable `sentence-end'.
15161 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15162 Add nil const to :type.
15163 (sentence-end-without-period, sentence-end-double-space)
15164 (sentence-end-without-space): Doc fix.
15165
15166 * textmodes/paragraphs.el (forward-sentence):
15167 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15168 (fill-delete-newlines):
15169 * progmodes/cc-cmds.el (c-beginning-of-statement):
15170 Use function `sentence-end' instead of variable `sentence-end'.
15171
15172 2004-04-18 Andreas Schwab <schwab@suse.de>
15173
15174 * progmodes/compile.el (compilation-start): Set window start to
15175 point-min if compilation-scroll-output is nil.
15176
15177 2004-04-18 John Wiegley <johnw@newartisans.com>
15178
15179 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15180
15181 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15182
15183 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15184 (gdb-info-breakpoints-custom): Revert previous change.
15185 (gdb-view-assembler): Update assembler if necessary.
15186 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15187 (gdb-display-source-buffer): Update properly when both source and
15188 assembler are visible.
15189
15190 2004-04-17 John Wiegley <johnw@newartisans.com>
15191
15192 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15193 which limits the number of names shown in the minibuffer. Off by
15194 default.
15195 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15196 up iswitchb for users with a multitude of open buffers by showing
15197 only the first and last N/2 buffers in the completion list (which
15198 is enough to aid C-s/C-r, and to know that more characters are
15199 needed to refine the completion list).
15200
15201 2004-04-17 Richard M. Stallman <rms@gnu.org>
15202
15203 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15204 (file-truename): Expand all ~ constructs directly.
15205 (insert-directory): Delete any error msg output by the
15206 `insert-directory-program'.
15207
15208 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15209 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15210 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15211 (allout-init): Use find-file-hook, not find-file-hooks.
15212 (allout-mode): Eliminate Emacs 18 support.
15213 Use write-contents-functions, not local-write-file-hooks.
15214
15215 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15216
15217 * progmodes/compile.el (compilation-error-properties): Fix for
15218 adding messages when there are already markers for their file.
15219 (compilation-fake-loc): New function.
15220
15221 2004-04-16 Dave Love <fx@gnu.org>
15222
15223 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15224 (python-load-file): Fix python-orig-start setting.
15225
15226 * progmodes/compile.el: Doc fixes.
15227 (compilation-error-regexp-alist-alist)
15228 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15229 (compilation-assq): Wrap in eval-when-compile.
15230 (compilation-mode-font-lock-keywords): Don't use list*.
15231 (compilation-start): Avoid warning.
15232 (compilation-compat-error-properties)
15233 (compilation-directory-properties): Add keymap property.
15234 (compilation-parsing-end): Make it a marker for better compatibility.
15235
15236 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15237
15238 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15239
15240 * xml.el: Doc fixes.
15241 (xml-get-children): Only looks at sub-tags and ignore strings.
15242
15243 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15244
15245 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15246
15247 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15248
15249 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15250
15251 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15252
15253 * vc.el (vc-print-log): Likewise.
15254
15255 2004-04-16 Masatake YAMATO <jet@gyve.org>
15256
15257 * simple.el (completion-setup-function): Set an initial value
15258 to `element-common-end' before entering loop. Set a value
15259 to `element-common-end' at the end of loop.
15260 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15261 (completions-common-part): Rename from completion-de-emphasis.
15262 (completions-first-difference): Rename from completion-emphasis.
15263 Suggested by RMS.
15264
15265 2004-04-16 Juanma Barranquero <lektu@terra.es>
15266
15267 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15268 (bookmark-edit-annotation-mode): Add mode name.
15269
15270 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15273 for nested conflict markers.
15274 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15275
15276 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15277
15278 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15279
15280 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15281
15282 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15283
15284 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15285 Give a backtrace if requested.
15286
15287 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15288
15289 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15290 Remove unused functions.
15291 (python-orig-start-line, python-orig-file): Remove.
15292 (python-orig-start): New var.
15293 (python-input-filter, python-compilation-line-number)
15294 (python-send-region, python-load-file): Use it.
15295
15296 * info.el (info): Always jump to *info*.
15297
15298 * subr.el (posn-set-point): New function.
15299
15300 * mouse.el (mouse-set-point): Use it.
15301
15302 * progmodes/compile.el (compile-goto-error): Use it.
15303 (compilation-button-map): New keymap.
15304 (compilation-error-properties): Use it.
15305 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15306
15307 * smerge-mode.el (smerge-popup-context-menu): Use it.
15308
15309 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15310 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15311 mouse and non-mouse case.
15312
15313 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15314 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15315
15316 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15317 Make it work for non-mouse events.
15318
15319 * pcvs-info.el (cvs-status-map): Update binding name.
15320
15321 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15322
15323 * xml.el (xml-maybe-do-ns): New function to handle namespace
15324 parsing of both attribute and element names.
15325 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15326 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15327 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15328 (xml-parse-attlist): Make it do its own namespace parsing.
15329
15330 2004-04-14 Dave Love <fx@gnu.org>
15331
15332 * progmodes/python.el (run-python): Fix use of \n.
15333 (python-load-file): Remove `try' from Python fragment.
15334 (python-describe-symbol): Fix message.
15335
15336 * comint.el: Doc fixes.
15337 (comint-last-input-start, comint-last-input-end)
15338 (comint-last-output-start): Give them values.
15339 (comint-arguments): Avoid warning.
15340 (comint-skip-prompt): Use line-end-position.
15341 (comint-backward-matching-input): Rename arg to agree with doc.
15342 (comint-extract-string): Use syntax-ppss.
15343 (comint-dynamic-simple-complete): Delete useless list construction.
15344 (comint-redirect-subvert-readonly): New.
15345 (comint-redirect-preoutput-filter): Use it.
15346
15347 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15348 Correctly handle negative arguments when calling hook functions.
15349
15350 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15351
15352 * info.el (info-apropos): Don't clobber Info-history-list.
15353
15354 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15355
15356 * progmodes/compile.el (compilation-setup):
15357 Localize overlay-arrow-position.
15358 (compilation-sentinel): Restructure code equivalently.
15359 (compilation-next-error): Find message on same line after point if
15360 not found before point.
15361 (compile-mouse-goto-error): Restore function so that compilation
15362 buffer need not be current and use compile-goto-error.
15363 (compile-goto-error): Restore function.
15364 (next-error): Set overlay-arrow-position.
15365 (compilation-forget-errors): Don't localize already local
15366 compilation-locs and remove FIXME about refontifying.
15367
15368 2004-04-14 Kim F. Storm <storm@cua.dk>
15369
15370 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15371 (command-line): New option -Q. Like -q --no-site-file, but
15372 in addition it also disables menu-bar, tool-bar, scroll-bars,
15373 tool-tips, and the blinking cursor.
15374 (command-line-1): Skip startup screen if -Q.
15375 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15376
15377 * emulation/cua-base.el (cua-read-only-cursor-color)
15378 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15379
15380 2004-04-13 Dave Love <fx@gnu.org>
15381
15382 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15383 (syntax): Don't require.
15384 (python) <defgroup>: Add :version.
15385 (python-quote-syntax): Re-written.
15386 (inferior-python-mode): Move stuff here from run-python and add
15387 some more.
15388 (python-preoutput-continuation, python-preoutput-result)
15389 (python-dotty-syntax-table): New.
15390 (python-describe-symbol): Use them.
15391 (run-python): Move stuff to inferior-python-mode. Modify code
15392 loaded into Python.
15393 (python-send-region): Use python-proc, python-send-string.
15394 (python-send-string): Send newlines too. Callers changed.
15395 (python-load-file): Re-written.
15396 (python-eldoc-function): New.
15397 (info-look): Don't require.
15398 (python-after-info-look): New. A modified version of former
15399 top-level code for use with eval-after-load.
15400 (python-maybe-jython, python-guess-indent): Use widened buffer.
15401 (python-fill-paragraph): Re-written.
15402 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15403 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15404
15405 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15408 Set compilation-error-regexp-alist earlier.
15409
15410 * progmodes/compile.el (compilation-minor-mode-map)
15411 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15412 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15413
15414 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15417 corresponding to the event.
15418
15419 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15420
15421 * loadup.el: Add cygwin to system-type list, for unexec() support.
15422
15423 2004-04-12 John Paul Wallington <jpw@gnu.org>
15424
15425 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15426 (ibuffer-restore-window-config-on-quit): New variable to replace
15427 `ibuffer-delete-window-on-quit'. Update all references.
15428 (ibuffer-prev-window-config): New variable.
15429 (ibuffer-quit): Restore previous window configuration instead of
15430 deleting window.
15431 (ibuffer): Save window configuration before showing Ibuffer buffer.
15432
15433 * help.el (describe-mode): Doc fix.
15434
15435 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15438 not to treat nil as a function.
15439
15440 * vc-arch.el (vc-arch-root): Be a bit more careful.
15441 (vc-arch-register): Save the buffer if we modified it.
15442 (vc-arch-delete-rej-if-obsolete): Save excursion.
15443 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15444 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15445
15446 * net/ldap.el (ldap-search): Use list*.
15447
15448 2004-04-12 Juri Linkov <juri@jurta.org>
15449
15450 * info.el (Info-follow-reference): Allow multiline reference name.
15451
15452 2004-04-11 Dave Love <fx@gnu.org>
15453
15454 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15455
15456 * progmodes/python.el: New file.
15457
15458 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15459
15460 * vc-hooks.el (vc-arg-list): Function removed.
15461 (vc-default-workfile-unchanged-p): Use condition-case to check for
15462 backward compatibility.
15463
15464 * vc.el (vc-print-log): Use condition-case to check for backward
15465 compatibility.
15466
15467 2004-04-11 Juri Linkov <juri@jurta.org>
15468
15469 * dired.el (dired-faces): New defgroup.
15470 (dired-header, dired-mark, dired-marked, dired-flagged)
15471 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15472 New faces.
15473 (dired-header-face, dired-mark-face, dired-marked-face)
15474 (dired-flagged-face, dired-warning-face, dired-directory-face)
15475 (dired-symlink-face, dired-ignored-face): New face variables.
15476 (dired-font-lock-keywords): Use them instead of font-lock faces.
15477 Split the rule for dired marks into 3 separate rules: for marks,
15478 marked file names and flagged file names.
15479
15480 * help-mode.el (help-make-xrefs): Add a final newline to the
15481 *Help* buffer.
15482
15483 2004-04-11 John Paul Wallington <jpw@gnu.org>
15484
15485 * replace.el (occur-engine): Distinguish between one and several
15486 matches in the matches per buffer heading.
15487
15488 2004-04-11 Kim F. Storm <storm@cua.dk>
15489
15490 * ido.el (ido-confirm-unique-completion): New defcustom.
15491 (ido-complete): Use it.
15492 (ido-write-file): Set it to t unconditionally.
15493
15494 2004-04-10 Miles Bader <miles@gnu.org>
15495
15496 RCS keyword removal (only non-comment changes are enumerated here):
15497
15498 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15499 (byte-compile-insert-header): Don't use `byte-compile-version'.
15500 * forms.el (forms-version): Variable removed.
15501 (forms-mode): Don't use `forms-version'.
15502 * recentf.el (recentf-version): Variable removed.
15503 * progmodes/delphi.el (delphi-version): Variable removed.
15504 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15505
15506 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15509
15510 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15511
15512 * info.el (info-apropos): Improve menu item regexp.
15513
15514 2004-04-09 Simon Josefsson <jas@extundo.com>
15515
15516 * mail/smtpmail.el: Add comment, based on report by
15517 kdc@rcn.com (Kevin D. Clark).
15518
15519 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15522 Redo one more thing that I didn't notice Daniel had undone.
15523
15524 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15525
15526 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15527 (gdb-goto-breakpoint, gdb-display-buffer)
15528 (gdb-display-source-buffer, gdb-view-source-function)
15529 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15530 (gdb-source-info, gdb-frame-handler): Don't specify a window
15531 for display.
15532 (gdb-info-breakpoints-custom): Remove superfluous update of
15533 assembler buffer.
15534 (gdb-many-windows): Make settable outside gdb.
15535
15536 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15537
15538 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15539 Derive from fundamental-mode rather than text-mode.
15540
15541 2004-04-08 Juri Linkov <juri@jurta.org>
15542
15543 * info.el (Info-history): Doc fix.
15544 (Info-history-list): New var.
15545 (info-xref): Change magenta4 to blue, remove bold for dark and
15546 light backgrounds, change bold to underline for non-color classes.
15547 (info-xref-visited): New face.
15548 (Info-fontify-visited-nodes): New custom.
15549 (Info-hide-note-references): Add new value `hide'. Doc fix.
15550 (Info-reference-name): New var.
15551 (Info-selection-hook): New custom.
15552 (Info-edit-mode-hook): New var.
15553 (Info-find-file): New fun.
15554 (Info-find-node): Move part of code to Info-find-file.
15555 (Info-find-node-2): Add anchors to Info-history-list. Move point
15556 to the place with the reference name if name is defined.
15557 (Info-select-node): Add current node to Info-history-list.
15558 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15559 (Info-search-whitespace-regexp): New custom.
15560 (Info-search-case-fold): New var.
15561 (Info-search): Add "case-sensitively" to the prompt.
15562 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15563 (Info-search-case-sensitively, Info-search-next): New fun.
15564 (Info-up): Move point to the menu item of the current node.
15565 (Info-history): New fun. Add *info-history* to
15566 same-window-buffer-names.
15567 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15568 (Info-insert-toc): New fun.
15569 (Info-build-toc): New fun.
15570 (Info-follow-reference): Add new arg `fork'. Doc fix.
15571 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15572 with the same name prefer the reference closest to point.
15573 (Info-next-reference): Replace * by + in the *Note regexp.
15574 Add regexp for http:// and ftp://. Skip the *Note prefix.
15575 (Info-prev-reference): Replace * by + in the *Note regexp.
15576 Add regexp for http:// and ftp://. Skip the *Note prefix.
15577 (Info-follow-nearest-node): Add new arg `fork'.
15578 (Info-try-follow-nearest-node): Add new arg `fork'.
15579 Call browse-url for http:// and ftp:// references.
15580 Set Info-reference-name for index entries.
15581 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15582 Info-search-next, Info-history, Info-toc, clone-buffer.
15583 (Info-menu-update): Replace * by + in the *Note regexp.
15584 (Info-mode): Add documentation for Info-history, Info-toc,
15585 Info-search-case-sensitively, Info-search-next, clone-buffer.
15586 (Info-fontify-menu-headers): Remove fun. Move code to
15587 Info-fontify-node.
15588 (Info-fontify-node): Add docstring. Add local vars
15589 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15590 then fontify header line, titles, menu headers, http and ftp
15591 references, refill paragraphs. If not-fontified-p is t or
15592 fontify-visited-p is t then fontify cross references, menu items.
15593 Fontify menu headers. Fontify http and ftp references.
15594 Change regexp for cross references to require whitespace after *Note,
15595 add matching groups for file and node names. Remove hack for quote.
15596 Use display property for Info-hide-note-references=t. Use fifth
15597 or fourth match for help-echo. Display visited nodes in a
15598 different face. Unhide file names of external references.
15599 Unhide newlines. Display visited menu items in a different face.
15600
15601 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15602
15603 * progmodes/compile.el: Require CL.
15604 (compilation-mode-font-lock-keywords): Re-install the "line as
15605 function" patch.
15606
15607 * help-fns.el (help-C-source-directory): New var.
15608 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15609 (describe-function-1, describe-variable): Use them.
15610
15611 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15612 to C source files specially.
15613
15614 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15615
15616 * info.el (Info-hide-cookies-node): New function.
15617 (Info-select-node): Use it.
15618 (Info-display-images-node): Remove message with image file name.
15619
15620 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15621
15622 * progmodes/compile.el (compilation-warning-face)
15623 (compilation-info-face, compilation-skip-threshold)
15624 (compilation-skip-visited, compilation-context-lines):
15625 Declare :version when added to Emacs.
15626 (compilation-error-regexp-alist-alist): Extend caml and irix.
15627 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15628 (compilation-mode-font-lock-keywords): Temporarily undo line as
15629 function patch, which wasn't ready.
15630
15631 2004-04-07 Kenichi Handa <handa@m17n.org>
15632
15633 * international/latin1-disp.el (latin1-display-setup): Check each
15634 character is displayable or not instead of calling
15635 latin1-display-check-font.
15636
15637 2004-04-06 Kenichi Handa <handa@m17n.org>
15638
15639 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15640 New variable.
15641 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15642 instead of sera-being-called-by-w3.
15643 (ethio-fidel-to-sera-buffer): Likewise.
15644 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15645 instead of sera-being-called-by-w3.
15646 (ethio-write-file): Likewise.
15647
15648 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15649
15650 * printing.el: Doc fix.
15651
15652 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15653
15654 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15655 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15656 (gdb-setup-windows): Only use separate IO buffer if required.
15657
15658 2004-04-06 Kim F. Storm <storm@cua.dk>
15659
15660 * term.el (term-is-xemacs): Remove.
15661 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15662 (term-window-width): New function.
15663 (term-mode, term-check-size): Use it.
15664 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15665
15666 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15667
15668 * cus-edit.el (custom-add-parent-links): Change unbound variable
15669 `symbol' to `name'.
15670
15671 2004-04-05 Jesper Harder <harder@ifa.au.dk>
15672 * info.el (info-apropos): New function.
15673 (Info-mode-menu): Add it.
15674 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15675
15676 * help-mode.el (help-make-xrefs): Recognize aliased variable with
15677 inherited docstring.
15678
15679 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15680
15681 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15682
15683 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15684
15685 * progmodes/compile.el (font-lock): Don't require any more.
15686 (compilation-error-properties, compilation-start, compilation-sentinel)
15687 (compilation-filter, next-error): Use with-current-buffer.
15688 (compilation-skip-to-next-location, compilation-skip-threshold)
15689 (compilation-skip-visited): Move to silence the byte-compiler.
15690 (compilation-setup): Simplify.
15691 (compilation-next-error): Use line-(beginning|end)-position.
15692 Make sure `pt' is non-nil before using compilation-loop.
15693 (compile-goto-error): Add optional event arg. Use it.
15694 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15695 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15696 Update the binding for mouse-2.
15697 (first-error): Set compilation-current-error to nil rather than bob.
15698 (compilation-parsing-end, compilation-parse-errors-function)
15699 (compilation-error-list, compilation-old-error-list):
15700 "New" compatibility variables.
15701 (compile-buffer-substring, compilation-compat-error-properties)
15702 (compilation-compat-parse-errors, compilation-forget-errors):
15703 New compatibility functions.
15704 (compilation-mode-font-lock-keywords): Use them.
15705
15706 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
15707
15708 * autorevert.el (auto-revert-handler): If point (or a window
15709 point) is at the end of the buffer, keep it there after
15710 reverting. This allows to tail a file.
15711 Mention this in the `Commentary'.
15712
15713 * format.el (format-write-file): Add optional argument CONFIRM
15714 and make it behave like the analogous argument to `write-file'.
15715
15716 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15717
15718 * progmodes/ebnf2ps.el: Doc fix.
15719 (ebnf-version): New version number (4.2).
15720 (ebnf-syntax): Customization and docstring fix.
15721 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15722 Put autoloaded funs before first use.
15723 (ebnf-style-database): Add dtd entry.
15724 (ebnf-syntax-alist): Add dtd initialization.
15725 (ebnf-token-sequence): New fun.
15726 (ebnf-comment-table): Add new comment action character.
15727 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15728
15729 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15730 Type Definition for XML).
15731
15732 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15733 * progmodes/ebnf-bnf.el (ebnf-sequence):
15734 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15735 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15736 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15737 Code simplification: call ebnf-token-sequence.
15738
15739 2004-04-04 Eli Zaretskii <eliz@gnu.org>
15740
15741 * calendar/timeclock.el (timeclock-relative)
15742 (timeclock-get-project-function, timeclock-get-workday-function)
15743 (timeclock-query-out, timeclock-when-to-leave)
15744 (timeclock-when-to-leave-string, timeclock-log-data)
15745 (timeclock-generate-report, timeclock-in): Doc fixes.
15746
15747 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * url/: New dir. Import the URL package from its repository.
15750
15751 2004-04-03 Andreas Schwab <schwab@suse.de>
15752
15753 * diff-mode.el (diff-mode): Fix missing quote.
15754
15755 2004-04-03 Juri Linkov <juri@jurta.org>
15756
15757 * descr-text.el (describe-property-list): Add `font-lock-face'.
15758
15759 * dired.el (dired-font-lock-keywords): Fix permission regexps.
15760
15761 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15762
15763 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15764 Use utf-16le on little endian machines and utf-16be otherwise.
15765
15766 2004-04-02 David Kastrup <dak@gnu.org>
15767
15768 * net/browse-url.el (browse-url-generic): Use call-process
15769 instead of start-process to allow browsers that fork and detach.
15770
15771 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
15772
15773 * compile.el (compilation-current-error): New var.
15774 (compilation-setup, compile-mouse-goto-error)
15775 (compile-goto-error, next-error): Use it.
15776 (compilation-skip-to-next-location): Default to t, which gives
15777 contiguous skipping like old compile (where this was redundant).
15778 (compilation-next-error): Prevent previous-* commands from moving
15779 back to message at or just before point.
15780
15781 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
15782
15783 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
15784 (gdb-source-info): Don't display source at startup, if required.
15785 (gdb-show-main): New option.
15786 (gdba): Update documentation.
15787 (gdb-source): Cover case of auto-display output.
15788
15789 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
15790
15791 * autorevert.el: Delete obsolete autoload's and defvar's.
15792 (auto-revert-check-vc-info): New user option.
15793 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15794 (auto-revert-handler-vc): Delete.
15795 (auto-revert-handler): Treat return value `fast' of
15796 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
15797
15798 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
15799 return `fast'.
15800
15801 * files.el (buffer-stale-function): Doc change.
15802
15803 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15804
15805 * printing.el: New tip on Tips section.
15806 (pr-version): New version number (6.7.4).
15807 (pr-shell-file-name): Initialization fix.
15808
15809 2004-03-31 Juri Linkov <juri@jurta.org>
15810
15811 * dired.el: Add autoload for `dired-do-touch'.
15812 (dired-touch-program): New var.
15813 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
15814 (dired-no-confirm): Add `touch' to docstring.
15815
15816 * dired-aux.el (dired-do-touch): New fun.
15817 (dired-do-chxxx): Add argument -t for touch operation.
15818
15819 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15820 `dired-move-to-filename-regexp'.
15821
15822 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
15823
15824 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15825
15826 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15827
15828 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15829 and only if the buffer was modified.
15830
15831 2004-03-30 Kenichi Handa <handa@m17n.org>
15832
15833 * international/characters.el: Delete pairs for U+2308..U+230B.
15834
15835 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
15836
15837 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15838 to detect the beginning of a level 2 or 3 annotation.
15839
15840 2004-03-29 Kenichi Handa <handa@m17n.org>
15841
15842 * international/ucs-tables.el (ucs-insert): Fix the error message.
15843
15844 2004-03-29 Kenichi Handa <handa@m17n.org>
15845
15846 * international/mule-util.el (char-displayable-p): Fix generation
15847 of XLFD file name.
15848
15849 * Makefile.in (setwins, setwins_almost): Change directory to $wd
15850 before finding directories by `find'.
15851
15852 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * subr.el (interactive-form): Delete. Now implemented in C.
15855
15856 * pcvs.el (cvs-parse-process): Workaround for Darwin.
15857
15858 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15859 (vc-diff-label): New fun.
15860 (vc-diff-internal): Use it.
15861
15862 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15863
15864 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15865
15866 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15867
15868 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15869 specify XML (EBNFX).
15870
15871 * progmodes/ebnf2ps.el: Doc fix.
15872 (ebnf-version): New version number (4.1).
15873 (ebnf-syntax): Adjust customization.
15874 (ebnf-style-database): Add ebnfx entry.
15875 (ebnf-syntax-alist): Add ebnfx initialization.
15876 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15877
15878 * printing.el: Doc fix.
15879 (pr-version): New version number (6.7.3).
15880 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15881 returns nil for mouse position. Reported by Drew Adams
15882 <drew.adams@oracle.com>.
15883 (pr-update-menus): Modify interactive declaration. Reported by Drew
15884 Adams <drew.adams@oracle.com>.
15885
15886 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
15887
15888 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15889 (gud-gdba-marker-filter): Log the process input and output, if
15890 required. From Stefan Monnier.
15891 (gdb-debug-log, gdb-enable-debug-log): New variables.
15892 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15893
15894 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15895
15896 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15897 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15898
15899 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
15900
15901 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15902 Call vc-find-file-hook here instead of in auto-revert-buffers.
15903 (auto-revert-buffers): Delete call to vc-find-file-hook.
15904 (auto-revert-verbose, global-auto-revert-non-file-buffers)
15905 (global-auto-revert-mode, auto-revert-set-timer)
15906 (auto-revert-handler, auto-revert-buffers): Doc fixes.
15907
15908 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
15909
15910 * woman.el (woman-change-fonts): Rename local variable
15911 woman-font-alist to font-alist to avoid a compiler warning.
15912
15913 2004-03-27 Dave Love <fx@gnu.org>
15914
15915 * emacs-lisp/rx.el (rx): Doc fix.
15916 Fix copyright years.
15917
15918 * strokes.el (strokes-global-set-stroke-string): New function.
15919 (strokes-list-strokes): Cope with strings, not just commands.
15920 Set foreground colour of image.
15921 (strokes-global-set-stroke): Doc fix.
15922
15923 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
15924
15925 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15926 Auto Revert mode.
15927 (Buffer-menu-files-only): New variable.
15928 (Buffer-menu-toggle-files-only): New function.
15929 (Buffer-menu-mode-map): Bind it to `T'.
15930 (Buffer-menu-mode): Mention `T' in docstring.
15931 Set buffer-stale-function.
15932 (list-buffers-noselect): Mark buffer non-modified and set
15933 Buffer-menu-files-only.
15934
15935 * dired.el (buffer-stale-function): Remove no longer needed defvar.
15936
15937 * autorevert.el (auto-revert-handler): Print revert message
15938 before, rather than after, reverting.
15939 (buffer-stale-function): Move to files.el.
15940
15941 * files.el (buffer-stale-function): Move here from autorevert.el.
15942
15943 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15946
15947 * calc/calc.el (calc-mode-map): Use mapc.
15948
15949 * apropos.el (apropos-mode): Don't autoload.
15950 (apropos-symbols-internal): New fun. Extracted from `apropos'.
15951 (apropos): Use it.
15952 (apropos-print): Add optional `text' argument.
15953 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15954 Don't assume point-min == 1.
15955
15956 * bs.el (bs-buffer-list): Use buffer-local-value.
15957 (bs--set-toggle-to-show): Use with-current-buffer.
15958
15959 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15960 New funs.
15961 (list-buffers-noselect): Use them. Adjust :align-to to new style.
15962
15963 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15964
15965 * dabbrev.el (dabbrev-expand): Fix regexp construction.
15966 (dabbrev--find-expansion): Use pop.
15967 (dabbrev--search): Use match-string-no-properties.
15968
15969 * dired.el (dired-mode): Use run-mode-hooks.
15970 (dired-move-to-end-of-filename): Use match-string.
15971
15972 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15973 is bound before using it.
15974 (ediff-verbose-p): Make it into a var since it's not constant.
15975
15976 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15977
15978 * faces.el (read-face-font): Don't cons up unnecessarily.
15979 (header-line, tool-bar): Share common parts.
15980
15981 * files.el (file-relative-name): Use compare-strings.
15982
15983 * finder.el (finder-mode): Follow coding convention.
15984
15985 * subr.el (read-number): New function.
15986
15987 * ses.el (ses-read-number): Move to subr.el.
15988 (ses-set-header-row): Use read-number.
15989
15990 2004-03-26 Andre Spiegel <spiegel@gnu.org>
15991
15992 * vc-hooks.el (vc-arg-list): New function, which handles both
15993 compiled and uncompiled code.
15994 (vc-default-workfile-unchanged-p): Use it.
15995
15996 * vc.el (vc-print-log): Undo prev change, use new function
15997 vc-arg-list from vc-hooks.el.
15998
15999 2004-03-26 Masatake YAMATO <jet@gyve.org>
16000
16001 * simple.el (completion-setup-function): Emphasize the
16002 first uncommon characters in the completions; and de-emphasize
16003 the common prefix substrings.
16004 (completion-emphasis): New face.
16005 (completion-de-emphasis): New face.
16006
16007 2004-03-25 Juanma Barranquero <lektu@terra.es>
16008
16009 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16010 Comment out (it's unused and unfinished code).
16011
16012 2004-03-25 Sam Steingold <sds@gnu.org>
16013
16014 * vc.el (vc-print-log): Fix a bug in the last patch:
16015 backend-function may be a byte-compiled object, not a lambda.
16016
16017 2004-03-25 Juri Linkov <juri@jurta.org>
16018
16019 * descr-text.el (describe-property-list): Add a button
16020 for `face' property that calls `describe-face'.
16021 Suggested by luis fernandes <elf@ee.ryerson.ca>
16022
16023 * international/mule.el (keyboard-coding-system):
16024 * kmacro.el (kmacro-call-macro): Fix docstring.
16025
16026 * dired.el: Fix comments.
16027
16028 * textmodes/fill.el (fill): Fix Info link.
16029
16030 * font-lock.el (fast-lock, lazy-lock):
16031 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16032 Info node.
16033
16034 * eshell/eshell.el (eshell): Fix broken info-link.
16035
16036 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16037 * eshell/em-banner.el (eshell-banner):
16038 * eshell/em-smart.el (eshell-smart):
16039 * eshell/esh-cmd.el (eshell-cmd):
16040 Comment out broken info-links to incomplete Info manual.
16041
16042 * info-xref.el: Fix commentary.
16043
16044 2004-03-25 Kevin Ryde <user42@zip.com.au>
16045
16046 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16047 Remove spurious node duplicate suppression, doesn't work, not wanted.
16048 (info-xref-output): Take format style args, add "sit-for 0" to let
16049 user see the results as they progress.
16050 (info-xref-check-all-custom): New function.
16051
16052 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16053
16054 * gdb-ui.el: Moved to progmodes.
16055
16056 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16059
16060 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16061
16062 * calendar/appt.el (appt-check): Remove superfluous progn.
16063 When finished with diary buffer: if it was not being displayed
16064 before, kill it; otherwise restore its original state.
16065 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16066
16067 * calendar/calendar.el (calendar-set-mode-line): Use total
16068 available mode-line width, rather than frame-width.
16069
16070 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16071 after mode change so effect not lost.
16072
16073 2004-03-23 Dave Love <fx@gnu.org>
16074
16075 * dired.el (dired) <defgroup>: Add link to manual.
16076 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16077 (dired-revert): Use dolist.
16078 (dired-mode-map): Add U binding.
16079 (dired-mode): Add font-lock-beginning-of-syntax-function.
16080 (dired-garbage-files-regexp): Make it a defcustom.
16081
16082 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16083
16084 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16085 is equivalent to nil.
16086 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16087 (vc-arch-mode-line-string): Accept `added' state.
16088 (vc-arch-state): Use inode-sigs if available.
16089 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16090 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16091 (vc-arch-tagline-re): New var.
16092 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16093 New functions.
16094 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16095 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16096
16097 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16098 (vc-file-not-found-hook): Use it.
16099
16100 * diff-mode.el (diff-default-read-only): Change default.
16101 (diff-mode-hook): Make it a defcustom. Add some options.
16102 (diff-mode-map): Bind diff-refine-hook.
16103 (diff-yank-handler): New var.
16104 (diff-yank-function): New fun.
16105 (diff-font-lock-keywords): Use them.
16106 (diff-end-of-file): Handle case where file-header looks like diff text.
16107 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16108 (diff-file-kill): Delete a subsequent empty line, if applicable.
16109 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16110 (diff-find-file-name): Use it.
16111 (diff-tell-file-name): New command.
16112 (diff-mode): Be careful with view-mode.
16113 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16114 New functions, for use in diff-mode-hook.
16115 (diff-find-source-location): Catch "regex too large" errors.
16116 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16117 (diff-refine-hunk): New command.
16118
16119 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16120 (smerge-context-menu-map): Remove unused var.
16121 (smerge-keep-all): Preserve markers.
16122 (smerge-keep-n): New fun.
16123 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16124 (smerge-keep-current, smerge-ediff): Use it.
16125 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16126 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16127 (smerge-resolve): Resolve trivial 3-part conflicts.
16128
16129 2004-03-23 Juri Linkov <juri@jurta.org>
16130
16131 * man.el (Man-width): New var.
16132 (Man-getpage-in-background): Use it.
16133 (Man-support-local-filenames): New var and fun.
16134 (Man-build-man-command): Don't add a second %s.
16135 (Man-fontify-manpage): Clean up message.
16136 (Man-mode): Set outline-regexp, outline-level,
16137 imenu-generic-expression.
16138
16139 * woman.el (woman-fill-frame): Doc fix.
16140 (woman-decode-region): Use window-width instead of frame-width.
16141
16142 * abbrevlist.el (list-one-abbrev-table):
16143 * descr-text.el (describe-char):
16144 * international/mule-diag.el (describe-current-coding-system):
16145 * international/quail.el (quail-insert-decode-map):
16146 Use window-width instead of frame-width.
16147
16148 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16149 (jka-compr-mode-alist-additions): Add tbz.
16150 (jka-compr-write-region, jka-compr-insert-file-contents):
16151 Add message for undefined compress-program.
16152 (jka-compr-write-region): Remove redundant var bindings.
16153
16154 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16155 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16156 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16157 (dired-man): Use dired-guess-shell-command.
16158 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16159 Change default nil to t.
16160
16161 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16162 (dired-compare-directories): Add default value for empty input.
16163
16164 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16165
16166 * time.el (display-time-string-forms): Fix help-echo date format.
16167
16168 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16169
16170 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16171 (buffer-stale-function): New variable.
16172 (auto-revert-list-diff, auto-revert-dired-file-list)
16173 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16174 (auto-revert-handler): Take over some functionality of deleted
16175 functions.
16176 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16177
16178 * dired.el (dired-directory-changed-p): New fun, extracted from
16179 dired-internal-noselect.
16180 (dired-buffer-stale-p): New fun.
16181 (dired-internal-noselect): Use dired-directory-changed-p.
16182 Eliminate revert messages.
16183 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16184
16185 2004-03-23 Kenichi Handa <handa@m17n.org>
16186
16187 * international/characters.el: Setup syntaxes for more parentheses
16188 Unicode characters.
16189
16190 * international/mule-cmds.el (select-safe-coding-system):
16191 Merge coding-system and auto-cs before comparing them.
16192
16193 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16196
16197 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16198 normal-auto-fill-function and comment-indent-function.
16199 The default values now work just as well.
16200 Don't set font-lock-beginning-of-syntax-function since we already set
16201 syntax-begin-function.
16202 (lisp-outline-level): Put ;;;###autoload at same level as (.
16203 (prin1-char): Quote special chars.
16204
16205 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16206 than with-no-warnings.
16207
16208 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16209 if the source location can't be found.
16210 (edebug-compute-previous-result): Use prin1-char.
16211
16212 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16213 (debug-ignored-errors): Add an entry.
16214
16215 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16216 (byte-compile-file): Output warning when deleting a file.
16217
16218 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16219 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16220
16221 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16222 (byte-compile-inline-expand): Use backquote.
16223 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16224 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16225
16226 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16227
16228 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16229
16230 2004-03-22 Juri Linkov <juri@jurta.org>
16231
16232 * finder.el (finder-known-keywords): Fix data, tex, unix.
16233
16234 * play/landmark.el: Fix keywords.
16235
16236 * language/ethio-util.el (ethio-find-file): Doc fix.
16237
16238 * emacs-lisp/warnings.el: Doc fix.
16239
16240 * textmodes/ispell.el (ispell-help): Doc fix.
16241
16242 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16243
16244 * format.el (format-insert-file): Always return a list of two
16245 elements, like insert-file-contents does.
16246
16247 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16248
16249 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16250 and vc-BACKEND-diff.
16251 (vc-print-log): If the print-log implementation supports it, use
16252 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16253 (vc-version-diff, vc-diff-internal): Doc fixes.
16254
16255 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16256 implementation supports it, let diff output go to *vc*,
16257 not *vc-diff*, since this is an internal call.
16258
16259 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16260
16261 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16262
16263 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16264
16265 2004-03-21 Dave Love <fx@gnu.org>
16266
16267 * progmodes/cfengine.el (cfengine-mode):
16268 Set parse-sexp-ignore-comments.
16269
16270 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16271
16272 2004-03-21 Juanma Barranquero <lektu@terra.es>
16273
16274 * allout.el (allout-mode): Fix docstring.
16275
16276 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16277
16278 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16279
16280 * autorevert.el (auto-revert-interval): Make new value take
16281 effect immediately when set through Custom.
16282 (auto-revert-set-timer): Add interactive declaration.
16283
16284 2004-03-19 David Ponce <david@dponce.com>
16285
16286 * ruler-mode.el (ruler-mode-header-line-format-old):
16287 Don't `make-variable-buffer-local'.
16288 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16289 (ruler-mode-header-line-format): Simply funcall the above.
16290 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16291 to save/restore a previous header line format.
16292 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16293 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16294 fringes and margins width.
16295 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16296
16297 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * log-edit.el (log-edit-font-lock-keywords): Typo.
16300
16301 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16302 (tex-send-tex-command): Rather than here.
16303 (tex-compilation-parse-errors): Simplify.
16304
16305 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16306
16307 * time.el (display-time-string-forms): Add help-echo with date on time.
16308
16309 * composite.el (compose-region): Use restore-buffer-modified-p.
16310
16311 * disp-table.el (standard-display-8bit): Simplify.
16312
16313 * server.el (server-process-filter): Delete temp frame.
16314
16315 * add-log.el (add-change-log-entry): Simplify.
16316
16317 2004-03-19 Kim F. Storm <storm@cua.dk>
16318
16319 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16320 (hexl-follow-line): Don't require 'fringe.
16321
16322 * progmodes/compile.el (compilation-start): Always set
16323 compilation-last-buffer and return it.
16324
16325 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16326
16327 * simple.el (clone-buffer): Doc fix.
16328
16329 2004-03-18 Juanma Barranquero <lektu@terra.es>
16330
16331 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16332
16333 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * log-edit.el (log-edit-font-lock-keywords): New var.
16336 (log-edit-mode): Use it.
16337
16338 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16339
16340 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16341 properly for watching in speedbar.
16342
16343 2004-03-17 Masatake YAMATO <jet@gyve.org>
16344
16345 * smerge-mode.el (smerge-popup-context-menu):
16346 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16347
16348 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16351 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16352 Take sealed revisions into account.
16353 (vc-arch-checkin): Extract a summary line from the message.
16354
16355 2004-03-16 Masatake YAMATO <jet@gyve.org>
16356
16357 * register.el (register): Provide `register' feature.
16358
16359 2004-03-15 Masatake YAMATO <jet@gyve.org>
16360
16361 Added context menu support in smerge mode.
16362 Most of the part is written by Stefan Monnier.
16363
16364 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16365 New keymap and menu.
16366 (smerge-text-properties): New function.
16367 (smerge-remove-props): New function.
16368 (smerge-popup-context-menu): New function.
16369 (smerge-resolve): Call `smerge-remove-props'.
16370 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16371 (smerge-keep-current): Ditto.
16372 (smerge-kill-current): New function.
16373 (smerge-match-conflict): Put text properties.
16374 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16375
16376 2004-03-15 David Ponce <david@dponce.com>
16377
16378 * ruler-mode.el (ruler-mode-left-fringe-cols)
16379 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16380 (ruler-mode-right-scroll-bar-cols): Remove.
16381 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16382 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16383 Use fringe-columns and scroll-bar-columns.
16384
16385 2004-03-15 Masatake YAMATO <jet@gyve.org>
16386
16387 * hl-line.el (hl-line-range-function): New variable.
16388 (hl-line-move): New function.
16389 (global-hl-line-highlight): Use `hl-line-move'.
16390 (hl-line-highlight): Ditto.
16391
16392 * scroll-bar.el (scroll-bar-columns):
16393 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16394
16395 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16396 (ruler-mode-left-fringe-cols)
16397 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16398 (ruler-mode-right-scroll-bar-cols)
16399 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16400 (ruler-mode-ruler-function): New variable.
16401 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16402 if the value for `ruler-mode-ruler-function'is given.
16403
16404 * hexl.el (hexl-mode-hook): Make the hook customizable.
16405 (hexl-address-area, hexl-ascii-area): New customize variables.
16406 (hexlify-buffer): Put font-lock-faces on the address area and
16407 the ascii area.
16408 (hexl-activate-ruler): New function.
16409 (hexl-follow-line): New function.
16410 (hexl-highlight-line-range): New function.
16411 (hexl-mode-ruler): New function.
16412
16413 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16416 (vc-default-find-file-hook): New fun.
16417 (vc-find-file-hook): Call new find-file-hook operation.
16418
16419 * vc-arch.el: New file.
16420
16421 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16422
16423 * info-look.el (info-lookup): Reuse an existing Info window.
16424
16425 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16426
16427 * woman.el (woman-preserve-ascii): Default value changed to t and
16428 doc string revised.
16429
16430 2004-03-12 Richard M. Stallman <rms@gnu.org>
16431
16432 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16433 Fix minor bug.
16434
16435 * replace.el (occur-engine): Change message for count of matches.
16436
16437 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16438 For strings, do compare text properties.
16439
16440 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16441
16442 * progmodes/compile.el (compile-auto-highlight)
16443 (compilation-error-list, compilation-old-error-list)
16444 (compilation-parse-errors-function, compilation-parsing-end)
16445 (compilation-error-message, compilation-directory-stack)
16446 (compilation-enter-directory-regexp-alist)
16447 (compilation-leave-directory-regexp-alist)
16448 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16449 (compilation-current-file, compilation-regexps): Remove vars.
16450
16451 (compile-error-at-point, compilation-error-filedata)
16452 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16453 (compilation-next-error-locus, compilation-forget-errors)
16454 (count-regexp-groupings, compilation-parse-errors)
16455 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16456
16457 (compile-internal): Make obsolete.
16458
16459 (compilation-first-column, compilation-error)
16460 (compilation-directory-matcher, compilation-page-delimiter)
16461 (compilation-mode-font-lock-keywords, compilation-debug)
16462 (compilation-error-face, compilation-warning-face)
16463 (compilation-info-face, compilation-line-face)
16464 (compilation-column-face, compilation-enter-directory-face)
16465 (compilation-leave-directory-face, compilation-skip-threshold)
16466 (compilation-skip-visited, compilation-context-lines): New vars.
16467
16468 (compilation-warning-face, compilation-info-face)
16469 (compilation-message-face): New faces.
16470
16471 (compilation-error-regexp-alist-alist): New constant.
16472
16473 (compilation-face, compilation-directory-properties)
16474 (compilation-assq, compilation-error-properties, compilation-start)
16475 (define-compilation-mode, compilation-loop)
16476 (compilation-set-window): New functions.
16477
16478 (compile): Additional argument for interactive compiles like TeX.
16479
16480 * progmodes/grep.el (kill-grep): Move here from compile.el
16481 (grep-error, grep-hit-face, grep-error-face)
16482 (grep-mode-font-lock-keywords): New variables.
16483 (grep-regexp-alist): Simplify regexp and add `binary' case.
16484 (grep-mode): New mode.
16485 (grep-process-setup): Simplify.
16486
16487 2004-03-11 Jason Rumney <jasonr@gnu.org>
16488
16489 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16490 letters on DOS/Windows.
16491
16492 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * server.el (server-name): New var.
16495 (server-socket-dir): New var to replace server-socket-name.
16496 (server-start): Use them.
16497
16498 2004-03-11 Simon Josefsson <jas@extundo.com>
16499
16500 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16501 died to avoid infloop. Reported by Jonathan Glauner
16502 <jglauner@sbum.org>.
16503
16504 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16507 (smerge-mode-menu): Use it to deactivate menu entries.
16508 (smerge-keep-current): New fun.
16509 (smerge-keep-current): Use it.
16510
16511 2004-03-10 John Paul Wallington <jpw@gnu.org>
16512
16513 * foldout.el (foldout-fold-list, foldout-modeline-string):
16514 Declare them as variables, not constants.
16515
16516 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16517
16518 * ps-print.el: Modification to print *Messages* buffer.
16519 (ps-print-version): New version 6.6.4.
16520 (ps-message-log-max): New fun.
16521 (ps-spool-without-faces, ps-spool-with-faces)
16522 (ps-count-lines-preprint): Code fix.
16523
16524 * printing.el: New tips in Tips section.
16525
16526 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16527
16528 * delim-col.el: Doc fix.
16529
16530 * printing.el: Doc fix. New doc section (Tips).
16531
16532 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * type-break.el (type-break-emacs-variant): Remove.
16535 (type-break-run-at-time, type-break-cancel-function-timers):
16536 Use fboundp rather than version name and number.
16537
16538 2004-03-09 Masatake YAMATO <jet@gyve.org>
16539
16540 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16541 `make-variable-buffer-local'.
16542
16543 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16544
16545 * find-dired.el (find-dired): Call `shell-command' instead of
16546 `start-process-shell-command'. By this, Tramp takes over
16547 handling of remote directories.
16548
16549 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16550
16551 * newcomment.el (comment-use-global-state): New var.
16552 (comment-search-forward): Use it.
16553
16554 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16555
16556 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16557
16558 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16559 (enable-kinsoku): Make it a defcustom.
16560 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16561 paragraph to same-comment-start-marker.
16562
16563 2004-03-07 Dave Love <fx@gnu.org>
16564
16565 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16566 (browse-url-mail): Use it.
16567
16568 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16569 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16570
16571 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16572
16573 * woman.el (woman-man.conf-path): Doc fix.
16574 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16575
16576 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16577
16578 * sort.el (sort-columns): Remove ms-dos from the list of systems
16579 where the external `sort' command is not used.
16580
16581 2004-03-07 Kim F. Storm <storm@cua.dk>
16582
16583 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16584 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16585 from overlay-arrow-variable-list.
16586 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16587
16588 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16589
16590 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16591 overlay arrow string properly for the assembler buffer.
16592
16593 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * mail/sendmail.el (mail-mode): Fix last change.
16596
16597 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16598
16599 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16600 for the assembler buffer.
16601 (gdb-assembler-custom): Position the overlay arrow.
16602 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16603
16604 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16607
16608 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16609 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16610
16611 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16612
16613 * newcomment.el (uncomment-region): Allow non-terminated comment.
16614 (comment-normalize-vars): Check the user-specified comstart marker.
16615
16616 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16617
16618 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16619 Otherwise, do use it if the region only contains font-lock text
16620 properties.
16621
16622 2004-03-04 Masatake YAMATO <jet@gyve.org>
16623
16624 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16625 as the callback function for eldoc.
16626 (hexl-print-current-point-info): New function.
16627 (hexl-current-address): Print the address in both decimal
16628 and hexadecimal format.
16629
16630 2004-03-04 Richard M. Stallman <rms@gnu.org>
16631
16632 * mail/rmail.el (rmail-convert-to-babyl-format):
16633 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16634
16635 * mail/mail-utils.el (mail-unquote-printable-region):
16636 New arg UNIBYTE.
16637
16638 * startup.el (command-switch-alist): Doc fix.
16639
16640 * simple.el (undo): Temporarily set this-command to `undo-start',
16641 then set it to `undo' once undo-start returns without error.
16642
16643 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16644
16645 * simple.el (kill-line): Don't disregard trailing whitespace
16646 in eol condition, if show-trailing-whitespace is set.
16647
16648 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16649 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16650 When disabling, restore old values only if mouse-sel-has-been-enabled.
16651
16652 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16653 (isearch-{-char): New function.
16654 (isearch-mode-map): Bind { to isearch-{-char.
16655
16656 * font-lock.el (lisp-font-lock-keywords-2):
16657 Turn off the CL with-... and do-... general patterns.
16658 Instead, recognize several specific with... and do... constructs.
16659
16660 * files.el (switch-to-buffer-other-window):
16661 Bind same-window-buffer-names and same-window-regexps to nil.
16662 (switch-to-buffer-other-frame): Likewise.
16663
16664 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16667 recognizing leading comment on code line.
16668
16669 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16672 hidden files/directories.
16673
16674 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16677 only comment-start (in case the mode hasn't set it).
16678
16679 * Makefile.in (AUTOGENEL): New var.
16680 (bootstrap-prepare): Rename from bootstrap-clean.
16681 Don't remove elc files.
16682 (maintainer-clean): New target.
16683
16684 * xml.el (xml-get-attribute-or-nil): Simplify.
16685
16686 2004-03-02 Juri Linkov <juri@jurta.org>
16687
16688 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16689 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16690 URL to prevent their substitution with the environment variable
16691 values by browsers.
16692
16693 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16694
16695 * ps-print.el: Doc fix.
16696 (ps-print-version): New version number (6.6.3).
16697 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16698 Docstring fix.
16699 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16700 before printing.
16701 (ps-time-stamp-yyyy-mm-dd): New fun.
16702 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16703
16704 2004-03-02 Kim F. Storm <storm@cua.dk>
16705
16706 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16707
16708 2004-03-01 Juanma Barranquero <lektu@terra.es>
16709
16710 * allout.el (allout-rebullet-heading): Fix typo in docstring.
16711
16712 * desktop.el (desktop-file-version)
16713 (desktop-after-read-hook): Fix typos.
16714 (desktop-clear-preserve-buffers): Remove redundant info in
16715 docstring already shown by the obsolescence message.
16716 (desktop-truncate, desktop-internal-v2s)
16717 (desktop-value-to-string): Change argument name to match docstring.
16718
16719 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16720
16721 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16722 docstring.
16723
16724 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16725
16726 * printing.el: Replace "As Is..." in PostScript file print/preview by
16727 "No Preprocessing...". Suggested by Colin Marquardt
16728 <_marquardt_@zmd.de>.
16729 (pr-insert-section-4): Adjust buffer interface.
16730
16731 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16732
16733 Version 2.0.39 of Tramp released.
16734
16735 * net/tramp.el (tramp-handle-file-local-copy)
16736 (tramp-handle-write-region, tramp-open-connection-rsh):
16737 Variable name typo. Small change. From Patrick Tullmann
16738 <tullmann@flux.utah.edu>.
16739 (tramp-process-connection-type): New variable.
16740 (tramp-maybe-open-connection): Use it.
16741 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16742 (tramp-touch): Set last-modified time of a remote file.
16743 (tramp-handle-write-region): Say which function is used when encoding.
16744
16745 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
16746
16747 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16748 case of non-existing filename, too. Reported by Christoph Bauer
16749 <c_bauer@informatik.uni-kl.de>.
16750 (tramp-smb-get-file-entries): The directory in question should
16751 have permissions "drwxrwxrwx". Just virtual, because we don't
16752 know the real permissions. Don't we know?
16753 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16754 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16755 (tramp-smb-wait-for-output): Optimize algorithm getting pending
16756 output. If it was received chunkwise, there have been problems.
16757 Remove the "prompt not found" error message; it is obvious.
16758 Simplify algorithm.
16759 (tramp-smb-process-running): Remove. Since we acknowledge the
16760 virtual prompt for shares, there's no need for distinction of
16761 reading shares (process ends afterwards) and interactive mode of
16762 smblient.
16763 (tramp-smb-open-connection): Setting process sentinel removed.
16764 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16765 "NT_STATUS_NETWORK_ACCESS_DENIED".
16766 (tramp-smb-maybe-open-connection): Set `process-connection-type'
16767 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16768 (top-level): Setting default value in `tramp-default-method-alist'
16769 corrected. Order of USER and HOST have been wrong.
16770 Nobody complained for months ...
16771 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16772 (tramp-smb-open-connection): Clear password cache if login has failed.
16773
16774 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16775 `tramp-unified-filenames'.
16776 (tramp-completion-mode): Make test for XEmacs explicitely.
16777 `event-to-character' can exists in Emacs packages too.
16778 Reported by Matt Swift <swift@alum.mit.edu>.
16779 (tramp-buffer-name): Buffer name must contain the user if exists.
16780 Reported by Adrian Phillips <a.phillips@met.no>.
16781 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
16782 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
16783 (tramp-do-copy-or-rename-file-out-of-band): Rename from
16784 `tramp-do-copy-or-rename-file-one-local', because it handles also
16785 the case both files use the same out-of-band method.
16786 Implementation added.
16787 (tramp-handle-file-local-copy, tramp-handle-write-region):
16788 Out-of-band handling removed. `copy-file' called instead, which
16789 calls `tramp-do-copy-or-rename-file-out-of-band'.
16790 (tramp-action-password): Check for out-of-band method removed.
16791 This function is used for 'login-program.
16792 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
16793 appropriate.
16794 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
16795 and `tramp-parse-sknownhosts'.
16796 (tramp-completion-function-alist): It's a defvar now, because we
16797 want to apply the optimized `tramp-set-completion-function'
16798 instead of a static list.
16799 (tramp-set-completion-function): Implementation tuned.
16800 Avoid double entries, and entries where the function or the
16801 file/directory doesn't exist.
16802 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
16803 for SSH2.
16804 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
16805 (tramp-handle-dired-compress-file): New function.
16806 (tramp-async-proc): New variable.
16807 (tramp-handle-shell-command): Adding asynchronous processes.
16808 They are far from being perfect, but it works at least for
16809 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
16810 (top-level): Require password.el if visible. Should be mandatory
16811 once No Gnus has found its way into (X)Emacs.
16812 (tramp-read-passwd): Invoke `password-read' if available,
16813 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
16814 fallback any longer.
16815 (tramp-clear-passwd): New function.
16816 (tramp-process-actions, tramp-process-multi-actions):
16817 Clear password cache if login has failed.
16818
16819 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
16820 its own module.
16821 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16822 `ange-ftp-ftp-name-res'. There could be incorrect values from
16823 previous calls in case the "ftp" method is used in the Tramp file
16824 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16825
16826 2004-02-28 Richard M. Stallman <rms@gnu.org>
16827
16828 * term.el (term-mouse-paste): Call mouse-set-point.
16829
16830 * thumbs.el: New file.
16831
16832 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16833
16834 * progmodes/ebnf-abn.el: Doc fix.
16835
16836 * progmodes/ebnf-bnf.el: Doc fix.
16837 (ebnf-repeat): Code fix.
16838
16839 * progmodes/ebnf2ps.el: Doc fix.
16840 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16841
16842 2004-02-28 Juri Linkov <juri@jurta.org>
16843
16844 * ffap.el (dired-at-point): Additional writability test for
16845 relative directory names.
16846 (dired-at-point-prompter): Treat directories as a directory, get
16847 the directory component from files.
16848 (ffap-string-at-point): Return string from region if region is active.
16849 (ffap-file-at-point): Remove redundant code.
16850
16851 2004-02-28 Kim F. Storm <storm@cua.dk>
16852
16853 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16854 Initialize margin area images to nil.
16855 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16856 (breakpoint-enabled-bitmap-face)
16857 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16858 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16859 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16860 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16861 (gdb-reset): Use gdb-remove-breakpoint-icons.
16862 (gdb-put-string): Add dprop arg to specify alternative display
16863 property (for setting fringe bitmap).
16864 (gdb-remove-strings): Doc fix.
16865 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16866 icon in fringe (if available), or else as icon or text in display
16867 margin. Creates necessary icons in breakpoint-bitmap,
16868 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16869 Also make left window margin if required.
16870 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16871 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
16872 no longer needed.
16873 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16874 gdb-put-breakpoint-icon.
16875 (gdb-assembler-mode): Don't set left-margin-width here.
16876
16877 2004-02-27 Kevin Ryde <user42@zip.com.au>
16878
16879 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16880 comma, so that it DTRT in macros.
16881
16882 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
16883
16884 * progmodes/sh-script.el (sh-shell-arg)
16885 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16886 (sh-leading-keywords, sh-other-keywords): Fix custom type.
16887
16888 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
16889
16890 * faces.el (face-spec-set-match-display): Add a new attribute,
16891 `min-colors'.
16892 (region, highlight, secondary-selection): Use `min-colors'.
16893
16894 * custom.el (defface): Add documentation for `min-colors'.
16895
16896 * font-lock.el (font-lock-comment-face, font-lock-string-face)
16897 (font-lock-keyword-face, font-lock-function-name-face)
16898 (font-lock-variable-name-face, font-lock-constant-face):
16899 Use `min-colors'.
16900
16901 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16902
16903 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16904
16905 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
16906 define assq-delete-all if it's not defined.
16907 (ebnf-generate-region): Code fix.
16908
16909 * printing.el: Doc fix.
16910 (pr-version): New version number (6.7.2).
16911 (pr-command): Return empty string if command is an empty string.
16912
16913 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16914
16915 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16916
16917 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
16918 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16919 semi-down-full. Fix a bug on productions like test = {"test"}* | (
16920 "tt" ["test"] ). Reported by Markus Dreyer
16921 <mdreyer@ix.urz.uni-heidelberg.de>.
16922 (ebnf-version): New version number (4.0).
16923 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16924 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16925 (ebnf-delete-style): New commands.
16926 (ebnf-directory, ebnf-file): New funs.
16927 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16928 (ebnf-production-name-p, ebnf-stop-on-error): New options.
16929 (ebnf-syntax-alist): New var.
16930 (ebnf-element-width): New fun replacing ebnf-list-width.
16931 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16932 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16933 (ebnf-prologue): Adjust vars.
16934 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16935 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16936 (ebnf-check-style-values, ebnf-generate-production)
16937 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16938 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16939 (ebnf-token-repeat): Code fix.
16940
16941 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
16942 %right, %left and %prec. Suggested by Matthew K. Junker
16943 <junker@alum.mit.edu>.
16944 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16945
16946 * progmodes/ebnf-iso.el: Doc fix.
16947 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16948 (ebnf-iso-lex): Code fix.
16949
16950 * progmodes/ebnf-bnf.el: Doc fix.
16951 (ebnf-bnf-lex): Code fix.
16952
16953 * progmodes/ebnf-otz.el: Doc fix.
16954
16955 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
16956
16957 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
16958 (abbrev-prefix-mark): Doc fix.
16959
16960 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
16961
16962 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16963 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16964 (gdb-var-delete): Make interactive (really).
16965 (gdb-edit-value): Make non-interactive.
16966
16967 * progmodes/gud.el (gud-speedbar-menu-items):
16968 Add gdb-var-delete and, indirectly, gdb-edit-value.
16969 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16970 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16971 (gud-gdb-marker-filter): Add comment for annotations.
16972
16973 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16974
16975 * calendar/calendar.el (generate-calendar)
16976 (calendar-read-date): Prevent display of BC calendars once more -
16977 reverts 2003-10-01 change.
16978 (generate-calendar-month): Doc fix.
16979
16980 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
16981
16982 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16983 return value of increment-calendar-month.
16984
16985 2004-02-21 Stephen Compall <s11@member.fsf.org>
16986
16987 * saveplace.el (save-place-forget-unreadable-files)
16988 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16989 (save-place-forget-unreadable-files): New function.
16990 (save-place-alist-to-file): Use it to filter out files that are
16991 no longer readable.
16992
16993 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16994 current Texinfo environment, using the same method as in
16995 `texinfo-insert-@end', and insert a space rather than a newline if
16996 point in a @table environment.
16997
16998 2004-02-21 Juri Linkov <juri@jurta.org>
16999
17000 * ffap.el (ffap-file-at-point): Try parent directories.
17001
17002 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17003
17004 * vcursor.el (vcursor-modifiers): New defcustom.
17005 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17006 hard-coded list.
17007
17008 2004-02-21 Masatake YAMATO <jet@gyve.org>
17009
17010 * play/animate.el (animate-birthday-present): Accept names other
17011 than `Sarah', too.
17012
17013 2004-02-21 Juri Linkov <juri@jurta.org>
17014
17015 * startup.el: Remove table of command line arguments from the
17016 Commentary section.
17017
17018 2004-02-20 John Wiegley <johnw@newartisans.com>
17019
17020 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17021 again" modifier from 'e' to 'E', since 'e' is also used by the
17022 "file extension" modifier.
17023
17024 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17025
17026 * help-fns.el (describe-categories): Doc fix.
17027
17028 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17029
17030 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17031 temporary file for buffer already visiting one. This change makes
17032 output likely to be directly usable by patch program.
17033 Suggested by Adrian Aichner <adrian@xemacs.org>
17034
17035 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17036
17037 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17038 case of variables defined in compound statements.
17039 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17040 Simplify constructions using switch-to-buffer.
17041
17042 2004-02-19 Simon Josefsson <jas@extundo.com>
17043
17044 * play/morse.el: Fix typo.
17045 (morse-code): Add @.
17046
17047 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17048
17049 * calendar/appt.el (appt-display-format): Change default to
17050 'ignore, for backwards compatibility.
17051 (appt-display-message): If appt-display-format is 'ignore,
17052 respect old vars appt-msg-window and appt-visible.
17053 (appt-activate): Don't depend on return value of cancel-timer.
17054
17055 * calendar/calendar.el (calendar-holidays): Doc fix.
17056
17057 * calendar/cal-coptic.el (coptic-prompt-for-date):
17058 Use assoc-string instead of assoc-ignore-case.
17059 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17060 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17061 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17062 * calendar/cal-islam.el (calendar-goto-islamic-date)
17063 (mark-islamic-diary-entries): Ditto.
17064 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17065 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17066 (calendar-read-mayan-tzolkin-date): Ditto.
17067 * calendar/calendar.el (calendar-read-date): Ditto.
17068 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17069
17070 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17071
17072 * progmodes/executable.el (executable-command-find-posix-p):
17073 Fix choice of the directory.
17074
17075 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17076
17077 * simple.el (interprogram-cut-function)
17078 (interprogram-paste-function, kill-new, kill-append):
17079 Doc fixes.
17080 (kill-region): Make it return nil. Doc fix.
17081 (yank-pop): Make its argument optional.
17082 (yank): Make ARG `-' equivalent to `-1'.
17083
17084 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17085
17086 * mail/rmail.el (rmail-get-new-mail): Don't reference
17087 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17088
17089 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17090
17091 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17092 if one of global-auto-revert-non-file-buffers or autorevert-mode
17093 is non-nil.
17094
17095 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17096
17097 * subr.el (delete-dups): A better implementation from Karl Heuer
17098 <kwzh@gnu.org>.
17099
17100 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17101
17102 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17103 correct place.
17104 * progmodes/icon.el (icon-indent-command): Ditto.
17105 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17106
17107 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17108
17109 * progmodes/grep.el (grep-compute-defaults): Undo change from
17110 2004-01-29: don't use executable-command-find-posix-p.
17111
17112 2004-02-16 Richard Sharman <rsharman@pobox.com>
17113
17114 * hilit-chg.el: Use require instead of eval-and-compile.
17115 (highlight-compare-buffers): New function.
17116
17117 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17118
17119 * man.el (Man-fontify-manpage): Render section headings in
17120 `Man-overstrike-face' even when overstrike was not used by man
17121 formatter for section headings.
17122
17123 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17124
17125 * rmail-spam-filter.el (vm-use-spam-filter)
17126 (rsf-min-region-length-added-to-spam-list): New variables.
17127 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17128 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17129 spam testing. Don't delete spam message if automatic deletion
17130 after output via variable rmail-delete-after-output is turned on.
17131 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17132 rsf-bbdb-dont-create-entries-for-spam.
17133 (check-field): New function, extracted from code in
17134 rmail-spam-filter to ease addition of header fields like content-type.
17135 (message-content-type): New variable to check the content-type:
17136 field added, also in defcustom of rsf-definitions-alist.
17137 (rmail-spam-filter): Replace repeated test code for header fields
17138 by calls to check-field; change the call to
17139 rmail-output-to-rmail-file such that rmail-current-message stays
17140 the same to avoid wrong deletion of unseen flags.
17141 (rsf-add-contents-type): New function to convert old format
17142 of rmail-spam-definitions-alist into new one.
17143 Change prefixes of all variables and functions from
17144 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17145
17146 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17147
17148 * loadhist.el (unload-hook-features-list): New defvar.
17149
17150 2004-02-16 Dave Love <fx@gnu.org>
17151
17152 * loadhist.el (unload-feature): Doc fix. Rename flist to
17153 unload-hook-features-list.
17154
17155 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17156
17157 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17158 cookie. Don't check if we are looking-at open-formula.
17159
17160 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17161
17162 * subr.el (match-string-no-properties): Use substring-no-properties.
17163
17164 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17165
17166 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17167 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17168 Use lower-case "rx" in all error message.
17169
17170 2004-02-16 Dave Love <fx@gnu.org>
17171
17172 * emacs-lisp/rx.el (rx-or): Put group around result.
17173 (rx-constituents): Add backref.
17174 (rx-syntax): Add string-delimiter, comment-delimiter.
17175 (rx-categories): Add combining-diacritic.
17176 (rx-check-not, rx-greedy, rx): Doc fix.
17177 (rx-backref, rx-check-backref): New.
17178
17179 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17180
17181 * newcomment.el (uncomment-region): Allow eob as comment end.
17182
17183 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17184
17185 * filecache.el: All message and error commands now use prefix
17186 "Filecache:" to make it easy to read *Messages* buffer.
17187
17188 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17189
17190 * autorevert.el: Add support to detect changed dired and VC buffers.
17191 (auto-revert-active-p, auto-revert-list-diff)
17192 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17193 (auto-revert-handler, auto-revert-active-p): New functions.
17194 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17195 and `auto-revert-active-p'.
17196 (eval-when-compile): Defvar dired-directory and vc-mode.
17197 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17198 (auto-revert-handler-vc): New functions.
17199
17200 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17201
17202 * progmodes/compile.el (compilation-directory): New defvar.
17203 (compile): Save current directory in compilation-directory.
17204 (recompile): Bind default-directory to compilation-directory if
17205 that is non-nil.
17206
17207 2004-02-16 Dave Love <fx@gnu.org>
17208
17209 * newcomment.el (comment-insert-comment-function)
17210 (comment-region-function, uncomment-region-function): New.
17211 (comment-indent): Use comment-insert-comment-function.
17212 (uncomment-region): Use uncomment-region-function.
17213 (comment-region): Use comment-region-function.
17214
17215 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17216
17217 2004-02-16 Richard Stallman <rms@gnu.org>
17218
17219 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17220 loaddefs* and ldefs-boot*.
17221
17222 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17223
17224 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17225 and email address at the beginning and end of the address.
17226
17227 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17228 anchored at the beginning of the email address.
17229
17230 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17231
17232 * international/ccl.el (ccl-compile-write): Pass `left' to
17233 ccl-embed-code to generate correct code of write-expr-register.
17234
17235 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17236
17237 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17238
17239 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17240
17241 * x-dnd.el: Mention support for Motif in commentary.
17242 (x-dnd-handle-drag-n-drop-event): Ditto.
17243
17244 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17245
17246 * ses.el: Use "ses--" prefixes for buffer-local variables.
17247 Use (point-min) instead of 1, even when we know the buffer
17248 is unnarrowed.
17249 (ses-build-load-map): Delete. Distribute its content to defconst's for
17250 the three maps.
17251 (ses-menu, ses-header-line-menu): New menus.
17252 (ses-mode-map): Use them.
17253 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17254
17255 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17256
17257 * Makefile.in: Fix the CC Mode recompile kludge so it works
17258 when building in a different directory.
17259
17260 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17261
17262 * simple.el (kill-new): Put yank-handler property on the entire string.
17263
17264 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * diff.el: Don't use compile any more, use diff-mode instead.
17267 (diff-regexp-alist, diff-old-file, diff-new-file)
17268 (diff-parse-differences, diff-process-setup): Remove.
17269 (diff-sentinel): New fun.
17270 (diff): Use it. Run the process ourselves.
17271 Use diff-mode for the rest of the processing.
17272
17273 * diff.el (diff): Simplify code handling `switch'.
17274
17275 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17276
17277 * pcvs-defs.el (cvs-menu): Add `tag'.
17278
17279 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17280
17281 * simple.el (kill-append): Doc fix.
17282
17283 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17284 Adapt outline-regexp to the new conventions for commenting out code.
17285
17286 2004-02-11 John Paul Wallington <jpw@gnu.org>
17287
17288 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17289
17290 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * diff.el (diff-switches): New fun.
17293 (diff, diff-backup): Use it.
17294 (diff): Clean up the args construction. Use backquote.
17295 Use listp instead of consp to avoid putting a nil arg.
17296 (diff): Add a revert-buffer function.
17297
17298 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17299
17300 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17301 handled by x-dnd-handle-file-name.
17302 (x-dnd-known-types): Add COMPOUND_TEXT.
17303 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17304 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17305 x-dnd-empty-state.
17306 (x-dnd-forget-drop): Ditto.
17307 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17308 (x-dnd-handle-one-url): Return private when inserting text.
17309 (x-dnd-insert-ctext): New function.
17310 (x-dnd-handle-file-name): New function for FILE_NAME.
17311 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17312 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17313 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17314
17315 2004-02-10 Kenichi Handa <handa@m17n.org>
17316
17317 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17318 instead of while loop.
17319
17320 2004-02-10 Miles Bader <miles@gnu.org>
17321
17322 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17323
17324 2004-02-09 Kenichi Handa <handa@m17n.org>
17325
17326 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17327 have end-of-line.
17328
17329 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17330
17331 * Makefile.in: Added extra dependencies in the recompile target
17332 needed to cope with the compile time macro expansions in CC Mode.
17333
17334 2004-02-09 Kim F. Storm <storm@cua.dk>
17335
17336 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17337 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17338 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17339 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17340 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17341 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17342 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17343 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17344 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17345 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17346 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17347
17348 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17349
17350 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17351 Don't allow shrink if there's a window on our right.
17352
17353 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17354 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17355 Bring together declaration and initialization.
17356 (prolog-mode-variables): Don't set the syntax table.
17357 Don't set paragraph-start and comment-indent-function.
17358 Add /*..*/ to the comment regexps.
17359 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17360 (prolog-mode-map): Don't bind TAB.
17361 (prolog-mode): Set the syntax table.
17362 (prolog-comment-indent): Remove.
17363 (inferior-prolog-mode-map): Initialize in the declaration.
17364 (inferior-prolog-mode-syntax-table)
17365 (inferior-prolog-mode-abbrev-table): New vars.
17366 (inferior-prolog-mode): Derive from comint-mode.
17367 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17368 minibuffer windows.
17369
17370 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17371 in file names, as long as it is unabmiguous.
17372
17373 2004-02-08 Andreas Schwab <schwab@suse.de>
17374
17375 * textmodes/reftex-toc.el
17376 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17377 format. Doc fix.
17378
17379 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17380 format string arguments.
17381
17382 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17383 string argument.
17384
17385 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17386
17387 * play/zone.el (zone-call): Fix format string.
17388
17389 * net/webjump.el (webjump-builtin): Add missing format string argument.
17390
17391 * midnight.el (midnight-delay-set): Remove extra format string argument.
17392
17393 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17394
17395 * hexl.el (hexl-insert-char): Add missing format string argument.
17396
17397 * format.el (format-decode): Fix format string.
17398
17399 * emulation/vi.el (vi-mode): Remove extra format string argument.
17400 (vi-repeat-last-search): Likewise.
17401 (vi-reverse-last-search): Likewise.
17402 (vi-goto-mark): Likewise.
17403 (vi-reverse-last-find-char): Likewise.
17404 (vi-repeat-last-find-char): Likewise.
17405 (vi-locate-def): Likewise.
17406
17407 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17408
17409 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17410 string argument.
17411 (ediff-toggle-regexp-match): Likewise.
17412
17413 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17414 format string argument.
17415
17416 * calc/calc-map.el (calc-get-operator): Remove extra format
17417 string argument.
17418
17419 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17420
17421 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17422 string argument.
17423
17424 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17425
17426 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17427
17428 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17429
17430 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17431 (cl-struct-setf-expander): Likewise.
17432
17433 * vc.el (with-vc-file): Fix unsafe uses of error.
17434 (vc-cancel-version): Likewise.
17435
17436 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17437
17438 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17439 thousands separator; fixes <class>:<line-number> regexp for
17440 non-english locales.
17441
17442 2004-02-08 Andreas Schwab <schwab@suse.de>
17443
17444 * view.el (view-mode-enable): Revert previous change.
17445
17446 2004-02-07 Kim F. Storm <storm@cua.dk>
17447
17448 * simple.el (line-number-at-pos): Rename from line-at-pos.
17449 Uses changed (what-line and vc-annotate-warp-version).
17450
17451 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17454 (diff-mode): Remove aborted attempt at support for compile.el.
17455 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17456
17457 2004-02-06 Andreas Schwab <schwab@suse.de>
17458
17459 * view.el (view-mode-enable): Add view-mode-map to
17460 minor-mode-overriding-map-alist.
17461
17462 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17463
17464 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17465
17466 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17467
17468 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17469 with point inside rather than after the paragraph.
17470
17471 2004-02-04 Sam Steingold <sds@gnu.org>
17472
17473 * mail/smtpmail.el (smtpmail-try-auth-methods):
17474 Do not try authentication when no mechanism is available.
17475 Pass port-name as defaultport to `netrc-machine'.
17476
17477 2004-02-04 Stephen Eglen <stephen@gnu.org>
17478
17479 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17480 to show how minibuffer height can be constrained.
17481
17482 2004-02-04 John Paul Wallington <jpw@gnu.org>
17483
17484 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17485
17486 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17487
17488 * x-dnd.el: New file for drag and drop.
17489
17490 * term/x-win.el: require x-dnd, set after-make-frame-functions
17491 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17492 drag-n-drop event.
17493
17494 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17495 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17496 (dired-dnd-handle-file): New functions for drag and drop support.
17497 (dired-mode): Initialize drag and drop if x-dnd present.
17498
17499 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17502 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17503 (cperl-mode): Set fill-paragraph-function.
17504 (cperl-fill-paragraph): Make it non-interactive.
17505
17506 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17507
17508 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17509
17510 2004-02-02 David Kastrup <dak@gnu.org>
17511
17512 * replace.el (perform-replace): Allow 'literal argument in
17513 regexp-flag to indicate literal replacement.
17514 (query-replace-regexp-eval): Use it.
17515
17516 2004-02-01 Andreas Schwab <schwab@suse.de>
17517
17518 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17519
17520 2004-02-01 Stephen Eglen <stephen@gnu.org>
17521
17522 * info-look.el: Add support for maxima-mode. Update commentary
17523 because info-lookup-symbol is now bound to C-h S.
17524
17525 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * simple.el (edit-and-eval-command): Bind print-level and
17528 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17529 Correct initial position in command-history.
17530
17531 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17532
17533 * files.el (read-directory-name): Adapt the docstring to recent
17534 change in Fread_file_name.
17535
17536 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17537
17538 * ses.el (ses-print-cell): If print format too wide for column
17539 width, truncate decimal places if that helps to avoid "#####" fill.
17540 * ses.el (ses-initial-column-width): Revert previous change.
17541
17542 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17543
17544 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17545 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17546 Add edebug info.
17547 (jit-lock-mode): Setup/cancel the new timer.
17548 (jit-lock-context-fontify): New fun. Extracted from
17549 context fontification code of jit-lock-stealth-fontify.
17550 (jit-lock-stealth-fontify): Don't do context fontification any more.
17551
17552 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17553 (jit-lock-fontify-now): Handle the `quit' case.
17554 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17555
17556 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17557
17558 * progmodes/executable.el (executable-command-find-posix-p):
17559 New. Check if find handles arguments Posix-style.
17560
17561 * progmodes/grep.el (grep-compute-defaults):
17562 Use executable-command-find-posix-p.
17563 (grep-find): Check `grep-find-command'.
17564
17565 * filecache.el (file-cache-find-posix-p): Delete.
17566 (file-cache-add-directory-using-find):
17567 Use `executable-command-find-posix-p'.
17568
17569 2004-01-29 Dave Love <fx@gnu.org>
17570
17571 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17572 Iterate the hook function if arg is given.
17573 (mark-defun, narrow-to-defun): Change order of finding the limits.
17574
17575 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17576 (byte-compile-format-warn): New.
17577 (byte-compile-callargs-warn): Use it.
17578 (Format, message, error): Add byte-compile-format-like property.
17579 (byte-compile-maybe-guarded): New.
17580 (byte-compile-if, byte-compile-cond): Use it.
17581 (byte-compile-lambda): Compile interactive forms,
17582 just to make warnings about them.
17583
17584 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17585
17586 * ses.el (ses-initial-column-width): Increase to 14, so it will
17587 work well with the default printer of "%.7g" for extreme values
17588 like "-1.234567e+07".
17589
17590 2004-01-29 Kenichi Handa <handa@m17n.org>
17591
17592 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17593
17594 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17595
17596 * dos-w32.el: Added support for the `default-printer-name' function.
17597
17598 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17599
17600 * server.el (server-socket-name): Don't use the hostname in the
17601 socket name since /tmp is local to the host anyway.
17602
17603 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17604 robust check of widening and fix var-naming.
17605
17606 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17607
17608 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17609 or rmail-spam- to rsf- in all function and variable names.
17610 (rsf-min-region-to-spam-list): New variable.
17611 (rsf-bbdb-auto-delete-spam-entries): Rename from
17612 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17613 scanned together with the recipients field for spam testing; Don't
17614 delete spam message if rmail-delete-after-output is non-nil;
17615 (rsf-check-field): New function, extracted from code in
17616 rmail-spam-filter to ease addition of header fields like
17617 content-type:;
17618 (message-content-type): New variable. The content-type: field was
17619 added also in defcustom of rsf-definitions-alist;
17620 (rmail-spam-filter): Replace repeated test code for header fields
17621 by calls to check-field; change the call to
17622 rmail-output-to-rmail-file such that rmail-current-message stays
17623 the same to avoid wrong deletion of unseen flags.
17624 (rmail-use-spam-filter): Add autoload cookie.
17625
17626 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17627
17628 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17629 (file-cache-add-directory-using-find): Add Cygwin support.
17630 (file-cache-find-command-posix-flag): New user variable.
17631
17632 * filecache.el (file-cache-add-directory): Check for
17633 directories an remove them from dir-files.
17634
17635 2004-01-27 Richard M. Stallman <rms@gnu.org>
17636
17637 * man.el (Man-fontify-manpage): Clean up message.
17638
17639 2004-01-27 Kenichi Handa <handa@m17n.org>
17640
17641 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17642 (sentence-end): Define using sentence-end-without-space.
17643
17644 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17645 a sentence ends with one of a character in sentence-end-without-space.
17646
17647 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17648
17649 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17650 (jit-lock): Group declaration moved to jit-lock.el.
17651 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17652 when necessary.
17653
17654 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17655 (jit-lock-context-unfontify-pos): Rename from
17656 jit-lock-first-unfontify-pos.
17657 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17658
17659 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17660
17661 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17662 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17663 (fortran-fill): When filling a string, adjust re-search-backward
17664 argument for special case of string just on fill-column.
17665 When filling non-string, allow one extra char if
17666 fortran-break-before-delimiters is non-nil.
17667 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17668 Use fortran-break-delimiters-re and fortran-no-break-re to
17669 correctly handle cases such as "**".
17670
17671 * progmodes/f90.el (f90-break-delimiters): Doc fix.
17672 (f90-no-break-re): Add some extra tokens. Doc fix.
17673
17674 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
17675
17676 * mail/rmail-spam-filter.el:
17677 Use two semicolons as Commentary line prefix.
17678 Add ";;; Code:" stylized comment.
17679 Delete end-of-line whitespace.
17680 Wrap (require 'cl) with `eval-when-compile'.
17681
17682 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
17683
17684 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17685 at the top level of vc.el.
17686
17687 2004-01-23 Andre Spiegel <spiegel@gnu.org>
17688
17689 * vc.el (vc-current-line): Function removed. This is now done by
17690 the new function line-at-pos in simple.el.
17691 (vc-annotate-warp-version): Use line-at-pos instead of
17692 vc-current-line.
17693
17694 2004-01-22 Kim F. Storm <storm@cua.dk>
17695
17696 * simple.el (line-at-pos): New defun.
17697 (what-line): Use it. Optimize by only counting lines in narrowed
17698 region once.
17699
17700 2004-01-22 Kenichi Handa <handa@m17n.org>
17701
17702 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17703 point (register r1) only for charset mule-unicode-0100-24ff.
17704
17705 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
17706
17707 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17708 trailing white space and ensure a final newline.
17709
17710 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17711 Add autoload cookie.
17712
17713 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
17714
17715 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17716 activate view-mode explicitly.
17717
17718 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17719
17720 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17721 use clipboard first.
17722
17723 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
17726 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17727 (vc-mcvs-cvs): Remove.
17728 (vc-mcvs-command): Remove use of assert.
17729
17730 * outline.el (outline-insert-heading): Tighten up match.
17731 (outline-demote, outline-move-subtree-down): Don't assume anything
17732 about outline-regexp.
17733
17734 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17735 (texinfo-show-structure): Explicitly add ^, and simplify.
17736
17737 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
17738
17739 * calendar/appt.el (appt-check): Restore usage of
17740 appt-issue-message deleted in previous change.
17741 (top-level): Activate package when loaded (needed for backwards
17742 compatibility).
17743
17744 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17745
17746 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17747 following previous change to smtpmail-send-data.
17748
17749 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
17750
17751 * vc.el (vc-default-previous-version): Doc enhancement.
17752 (vc-default-next-version): New function.
17753 (vc-print-log): New arg FOCUS-REV.
17754 (vc-annotate-mode): Derive from view-mode.
17755 (vc-annotate): New args REVISION, DISPLAY-MODE.
17756 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17757 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17758 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17759 (vc-annotate-show-diff-revision-at-line, vc-current-line)
17760 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17761
17762 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17763
17764 2004-01-19 Karl Berry <karl@gnu.org>
17765
17766 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17767 or "TexInfo".
17768
17769 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
17770
17771 * subr.el (delete-dups): New function.
17772
17773 2004-01-19 Karl Berry <karl@gnu.org>
17774
17775 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
17776 with ^, since that's what texinfo-show-structure
17777 documentation says (plus it works much better in texinfo.txi).
17778
17779 2004-01-18 Jesper Harder <harder@ifa.au.dk>
17780
17781 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17782
17783 2004-01-18 David Ponce <david@dponce.com> (tiny change)
17784
17785 * progmodes/which-func.el (which-function-mode): Don't cancel
17786 which-func-update-timer if not set.
17787
17788 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
17789
17790 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
17791 Remove spurious left square bracket in XX:XXam regexp.
17792
17793 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
17794
17795 * progmodes/cc-defs.el: Do not require cl at run time.
17796
17797 2004-01-16 Richard M. Stallman <rms@gnu.org>
17798
17799 * emacs-lisp/cl.el (cl-cannot-unload): New function.
17800 (cl-unload-hook): Defvar this to run cl-cannot-unload.
17801
17802 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
17803 Call rmail-spam-filter. Delete and expunge spam.
17804 Print number of spam messages deleted.
17805 Save and restore the deletion status of old messages when reading
17806 new mail with spam filter, so that expunging spam does not expunge
17807 msgs deleted by the user.
17808 (rmail-only-expunge): Add an optional argument dont-show to
17809 prevent showing message after expunge.
17810
17811 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
17812
17813 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
17814 * subr.el (declare): New macro.
17815
17816 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
17817
17818 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
17819
17820 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17823 Test window-system rather than system-type (for X11/Mac).
17824
17825 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
17826
17827 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17828
17829 2004-01-12 Richard M. Stallman <rms@gnu.org>
17830
17831 * mail/rmail.el (rmail-convert-to-babyl-format):
17832 Use mail-unquote-printable-region.
17833 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17834 (rmail-hex-char-to-integer): Functions deleted.
17835
17836 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17837 (mail-unquote-printable-region): New arg NOERROR.
17838 For invalid encoding, either signal an error to just return nil.
17839
17840 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17841
17842 * calendar/appt.el: Update copyright and commentary.
17843 (appt-issue-message): Make obsolete.
17844 (appt-visible, appt-msg-window): Make obsolete, in favour of
17845 appt-display-format.
17846 (appt-display-mode-line, appt-display-duration)
17847 (appt-display-diary, appt-time-msg-list, appt-mode-string)
17848 (appt-prev-comp-time, appt-display-count, appt-timer)
17849 (appt-convert-time): Doc change.
17850 (appt-disp-window-function, appt-delete-window-function):
17851 Use defcustom rather than defvar.
17852 (appt-display-format): New variable.
17853 (appt-display-message): New function with display code from appt-check.
17854 (appt-check): Add optional FORCE argument. Doc change.
17855 Add appt-make-list to diary-hook if displaying diary.
17856 Remove checking of view-diary-entries-initially.
17857 Message display section removed to new function appt-display-message.
17858 (appt-display-window): Doc change. Remove unused internal var
17859 this-buffer. Do not beep, since appt-display-message does that.
17860 (appt-make-list): Doc change. Use caar.
17861 (appt-sort-list): Simplify by using builtin sort function.
17862 (appt-update-list): New function for updating appts when diary is
17863 saved.
17864 (appt-activate): New autoloaded function to toggle package
17865 functionality.
17866
17867 * calendar/cal-x.el: (calendar-one-frame-setup)
17868 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17869
17870 * calendar/calendar.el: Update copyright.
17871 (view-diary-entries-initially, european-calendar-style): Doc change.
17872 (calendar-setup): Make defcustom rather than defvar.
17873 (mark-visible-calendar-date): Initialize temp-face and faceinfo
17874 in let binding so local to function.
17875
17876 * calendar/diary-lib.el: Update copyright.
17877 (diary, diary-entry-time): Doc change.
17878 (list-diary-entries): Doc change. Trivial logic change.
17879 (fancy-diary-display): Restore make-face command mistakenly
17880 deleted 2003-05-08.
17881 (show-all-diary-entries): Allow to pop-up frame if needed.
17882
17883 2004-01-09 John Paul Wallington <jpw@gnu.org>
17884
17885 * bindings.el (mode-line-change-eol): Add EVENT parameter.
17886 Temporarily select EVENT's window for changing eol type.
17887
17888 2004-01-09 Deepak Goel <deego@gnufans.org>
17889
17890 * calendar/diary-lib.el (diary-entry-time):
17891 Also accept time in the form XX[.XX][am/pm/AM/PM].
17892 (fancy-diary-font-lock-keywords): Likewise.
17893 (diary-font-lock-keywords): Likewise.
17894 * calendar/appt.el (appt-add): Likewise.
17895 (appt-make-list): Likewise.
17896 (appt-convert-time): Likewise.
17897
17898 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
17899
17900 * gdb-ui.el (gdb-ann3): Revert previous change.
17901 (gdb-source-info): Allow for case of where compilation directory
17902 is not recorded.
17903
17904 2004-01-08 John Paul Wallington <jpw@gnu.org>
17905
17906 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17907
17908 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
17909
17910 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17911
17912 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17913 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17914 problems.
17915 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17916
17917 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
17918
17919 * files.el (write-file-functions, write-contents-functions):
17920 Clarify docstrings.
17921
17922 2004-01-07 Kenichi Handa <handa@m17n.org>
17923
17924 * international/mule.el (set-auto-coding): Fix for the case that
17925 end-of-line is only CR.
17926
17927 2004-01-07 Kim F. Storm <storm@cua.dk>
17928
17929 * subr.el (event-start, event-end): Doc fix.
17930 (posn-string, posn-image): New defuns.
17931 (posn-object): Return either image or string object.
17932 (posn-object-x-y): Return 8th element of position.
17933 (posn-object-width-height): New defun.
17934
17935 2004-01-06 Andreas Schwab <schwab@suse.de>
17936
17937 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17938 output.
17939
17940 2004-01-05 Karl Berry <karl@gnu.org>
17941
17942 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17943 / and *, too.
17944
17945 2003-12-31 Simon Josefsson <jas@extundo.com>
17946
17947 * files.el (before-save-hook): Add.
17948 (basic-save-buffer): Use before-save-hook.
17949
17950 * emacs-lisp/copyright.el: Fix comment to recommend
17951 before-save-hook instead of write-file-functions.
17952
17953 2004-01-05 Richard M. Stallman <rms@gnu.org>
17954
17955 * finder.el (finder-commentary): Call delete-other-windows.
17956
17957 * net/ange-ftp.el (ange-ftp-file-attributes):
17958 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17959
17960 2004-01-04 Karl Berry <karl@gnu.org>
17961
17962 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17963 comment characters % and # in the copyright year notice,
17964 as well as ;.
17965
17966 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
17967
17968 * wid-edit.el (default): Define dummy :value-delete.
17969 Reported by Jesper Harder <harder@ifa.au.dk>.
17970
17971 2004-01-03 Richard M. Stallman <rms@gnu.org>
17972
17973 * progmodes/compile.el (compile-internal): Use point, not point-min,
17974 for set-window-point.
17975
17976 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17977
17978 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17979
17980 * progmodes/grep.el (grep-mode-map):
17981 Don't remap next-line, previous-line.
17982
17983 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
17984
17985 * speedbar.el (speedbar-edit-line): Change regexp to position
17986 the cursor on the first character of this line's button.
17987
17988 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
17989
17990 * subr.el (functionp): Doc fix.
17991
17992 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
17993
17994 * progmodes/idlwave.el (idlwave-make-tags):
17995 * textmodes/flyspell.el (flyspell-large-region):.
17996 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17997 * emulation/viper-util.el (viper-glob-unix-files):
17998 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17999 * man.el (Man-init-defvars):
18000 * jka-compr.el (jka-compr-call-process):
18001 * files.el (get-free-disk-space,insert-directory):
18002 * ediff-ptch.el (ediff-test-patch-utility):
18003 * ediff-diff.el (ediff-test-utility):
18004 * dired-aux.el (dired-check-process):
18005 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18006 test the return value of call-process, because it can be a string.
18007
18008 2003-12-31 John Paul Wallington <jpw@gnu.org>
18009
18010 * bindings.el (completion-ignored-extensions): Add .pfsl.
18011
18012 2003-12-31 Kim F. Storm <storm@cua.dk>
18013
18014 * ido.el (ido-nonreadable-directory-p): New defun to check for
18015 nonreadable directory without activating tramp (to avoid problems
18016 with checking incomplete tramp paths).
18017 (ido-set-current-directory, ido-file-internal)
18018 (ido-file-name-all-completions1): Use it.
18019
18020 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18021
18022 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18023 documentation if the anchor (or node) name is preceded by `info
18024 anchor' or `Info anchor' in addition to earlier `info node' and
18025 `Info node'.
18026 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18027
18028 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18029
18030 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18031 error in arguments to base64-decode-region. Remove ^M characters
18032 after decoding base64.
18033
18034 2003-12-30 Simon Josefsson <jas@extundo.com>
18035
18036 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18037 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18038 have only been distributed with Emacs for some years.
18039 (texinfo-mode-hook): Customize.
18040
18041 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18042
18043 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18044 cleaner (suggested by Richard Stallman).
18045
18046 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18047 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18048 file-name clashes on 8+3 DOS filesystems.
18049
18050 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18051 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18052 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18053 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18054 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18055 file-name clashes on 8+3 filesystems.
18056
18057 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18058 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18059 file-name clashes on 8+3 DOS filesystems.
18060
18061 2003-12-29 Richard M. Stallman <rms@gnu.org>
18062
18063 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18064 Upcase the character.
18065
18066 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18067 Search for header separator alone on a line, literally,
18068 and search for it backward, not forward.
18069 (flyspell-abbrev-table): Always use global-abbrev-table
18070 if there is no local one.
18071
18072 * progmodes/sh-script.el (sh-get-indent-info):
18073 Don't move point back if at bob.
18074
18075 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18076
18077 * play/handwrite.el (handwrite): Make the handwrite credit message
18078 a comment rather than an output command.
18079
18080 * obsolete/sc.el: Display message that this file is obsolete.
18081
18082 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18083
18084 * mail/rfc822.el (rfc822-address-start): Declare variable.
18085 Renamed from address-start. All uses changed.
18086
18087 * term.el (term-exec): Set up sentinel.
18088 (term-sentinel): New function.
18089 (term-handle-exit): New function.
18090
18091 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18092 Use assoc-string, and mark them obsolete.
18093 (delay-mode-hooks): Mark as permanent local.
18094
18095 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18096
18097 * register.el (copy-rectangle-to-register): Doc fix.
18098
18099 * info.el (Info-insert-dir): Use assoc-string.
18100
18101 * info-look.el (info-lookup): Use assoc-string.
18102
18103 * frame.el (pop-up-frame-function): Use quote, not `function'.
18104 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18105 copying with lists as coordinate values.
18106
18107 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18108
18109 * find-dired.el (kill-find): New command.
18110 (find-dired): Make buffer read-only.
18111 Set up a keymap with C-c C-k running kill-find.
18112 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18113
18114 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18115
18116 * filecache.el (file-cache-ignore-case): New variable.
18117 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18118
18119 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18120 (comint-dynamic-complete-as-filename): Rename local vars.
18121 (comint-dynamic-list-filename-completions): Likewise.
18122
18123 * comint.el (comint-dynamic-list-completions-config): New var.
18124 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18125
18126 * comint.el (comint-file-name-chars): Add [].
18127 (comint-word): Use skip-chars-backward, not search.
18128
18129 * shell.el (shell-file-name-chars): Add [].
18130
18131 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18132
18133 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18134
18135 * generic.el (define-generic-mode): Doc fix.
18136
18137 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18138
18139 * files.el (kill-some-buffers): Doc fix.
18140
18141 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18142
18143 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18144 arg to send-invisible
18145 (send-invisible): Doc fix. The argument is now a prompt, not the
18146 string to send.
18147 (comint-read-noecho): Doc fix.
18148
18149 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18150
18151 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18152 "@", as required by some ISP hosting service. Fix defcustom
18153 argument syntax errors that prevented use of customization.
18154
18155 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18156
18157 * xml.el (xml-get-attribute-or-nil): Doc fix.
18158
18159 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18160
18161 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18162 write-file-hooks.
18163
18164 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18165
18166 * autorevert.el (auto-revert-interval): Doc fix.
18167
18168 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18169
18170 * xml.el (xml-get-attribute-or-nil): New function, like
18171 xml-get-attribute, but returns nil if the attribute was not found.
18172 (xml-get-attribute): Convert to defsubst, uses
18173 xml-get-attribute-or-nil.
18174
18175 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18176
18177 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18178
18179 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18180
18181 * custom.el (custom-declare-theme): Use `value' when putting
18182 properties on `theme'.
18183
18184 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18185
18186 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18187 for each yank-handler segment.
18188 (insert-for-yank-1): New function, with the body of the previous
18189 insert-for-yank.
18190
18191 * textmodes/table.el (table-yank-handler): New defcustom.
18192 (table--put-cell-indicator-property): Put yank-handler property
18193 that indicates the yank handler for the table cell.
18194
18195 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18196
18197 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18198 set of keywords.
18199
18200 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18201
18202 * international/mule-cmds.el (reset-language-environment)
18203 (set-language-environment): Don't invoke fontset-related functions
18204 if fontset-list is not fboundp.
18205
18206 2003-12-29 Kenichi Handa <handa@m17n.org>
18207
18208 * international/mule-cmds.el (reset-language-environment):
18209 Call set-overriding-fontspec-internal with nil.
18210 (set-language-environment): Call set-overriding-fontspec-internal
18211 if the language environment specify `overriding-fontspec'.
18212 (language-info-alist): Doc added.
18213
18214 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18215 characters of mule-unicode-0100-24ff.
18216 (ccl-encode-windows-1251-font): New CCL program.
18217 ("Bulgarian"): Specify overriding-fontspec.
18218 ("Belarusian"): Likewise.
18219
18220 2003-12-28 Sam Steingold <sds@gnu.org>
18221
18222 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18223 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18224
18225 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18226
18227 * progmodes/gud.el (gud-gdb-command-name): Set default to
18228 "gdb --annotate=3".
18229 (gud-gdb-marker-filter): Look out for annotations.
18230 (gdb-first-pre-prompt): New variable.
18231 Remove trailing white space.
18232
18233 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18234 if necessary.
18235 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18236 annotations are detected.
18237 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18238 instead of a local one to allow transition from
18239 gud-gdb-marker-filter.
18240 Remove trailing white space.
18241
18242 2003-12-27 Kim F. Storm <storm@cua.dk>
18243
18244 * ido.el: Handle non-readable directories.
18245 (ido-decorations): Add 9th element for non-readable directory.
18246 (ido-directory-nonreadable): New dynamic var.
18247 (ido-set-current-directory): Set it.
18248 (ido-read-buffer, ido-file-internal):
18249 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18250 (ido-file-name-all-completions1): Return empty list for
18251 non-readable directory.
18252 (ido-exhibit): Print [Not readable] if directory is not readable.
18253 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18254 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18255 Use it.
18256
18257 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18258
18259 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18260 calls to directory-files-and-attributes and file-attributes.
18261 (ls-lisp-format): Remove system dependent handling of user and
18262 group id's.
18263
18264 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18265
18266 * ffap.el (ffap-read-file-or-url): Revert previous change.
18267
18268 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18269
18270 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18271 new list of included files called `files-with-node-lines', that
18272 only have node lines. This way @include commands can include any
18273 file, such as version and update files without node lines, not
18274 just files that are chapters.
18275
18276 2003-12-25 Andreas Schwab <schwab@suse.de>
18277
18278 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18279 file not found.
18280
18281 2003-12-08 Miles Bader <miles@gnu.org>
18282
18283 * dired.el (dired-between-files): Always use dired-move-to-filename,
18284 which is more robust in non-english locales.
18285
18286 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18287
18288 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18289
18290 2003-12-24 Andreas Schwab <schwab@suse.de>
18291
18292 * shell.el (shell-file-name-quote-list): Add backslash.
18293
18294 * comint.el (comint-quote-filename): Correctly handle backslash
18295 in comint-file-name-quote-list.
18296
18297 2003-12-24 Kenichi Handa <handa@m17n.org>
18298
18299 * international/mule-cmds.el (set-default-coding-systems):
18300 Call ucs-set-table-for-input for all buffers that don't have local
18301 value of buffer-file-coding-system.
18302
18303 * international/ucs-tables.el (ucs-set-table-for-input):
18304 If translation-table-for-encode is a symbol, get its
18305 translation-table property.
18306
18307 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18308
18309 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18310 to `completing-read' on a recently fixed bug.
18311
18312 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18313 instead of SPACE, to get the list of possible fringe modes.
18314 SPACE only works if both `partial-completion-mode' and
18315 `completion-auto-help' are nil.
18316
18317 * complete.el (PC-is-complete-p): Delete.
18318 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18319 calls to `test-completion'.
18320
18321 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18322
18323 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18324 to edit values when there are no children.
18325
18326 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18327 a mode called "Assembler" already exists.
18328 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18329 (gud-watch): Use format option. Remove font properties from string.
18330 (gdb-var-create-handler, gdb-var-list-children-handler):
18331 Don't bother about properties as there are none.
18332 (gdb-var-create-handler, gdb-var-list-children-handler)
18333 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18334 with two arguments.
18335 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18336 Let speedbar show value changes with a different font.
18337 (gdb-edit-value): New defun.
18338 (gdb-clear-partial-output, gdb-clear-inferior-io)
18339 (def-gdb-auto-update-handler): Use erase-buffer.
18340 (gdb-frame-handler): Display watch expressions in
18341 FUNCTION::VARIABLE format if required.
18342
18343 2003-12-23 John Paul Wallington <jpw@gnu.org>
18344
18345 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18346 (Info-goto-emacs-command-node): Doc fixes.
18347
18348 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18349
18350 * cus-edit.el (custom-add-parent-links): Define "many".
18351
18352 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18353
18354 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18355 (widget-child-validate, widget-type-value-create)
18356 (widget-type-default-get, widget-type-match): New functions.
18357 (lazy): New widget.
18358 (menu-choice, checklist, radio-button-choice, editable-list)
18359 (group, documentation-string): Remove redundant (per 2003-10-25
18360 change) calls to `widget-children-value-delete'.
18361 (widget-choice-value-get, widget-choice-value-inline): Remove.
18362 (menu-choice): Update widget.
18363
18364 2003-12-03 Kenichi Handa <handa@m17n.org>
18365
18366 * language/cyrillic.el: Register "microsoft-cp1251" in
18367 ctext-non-standard-encodings-alist.
18368 ("Bulgarian"): Add ctext-non-standard-encodings.
18369 ("Belarusian"): Likewise.
18370
18371 * international/mule-conf.el (compound-text-with-extensions):
18372 Change the type to 2 (iso-2022 base).
18373
18374 * international/mule.el (ctext-non-standard-encodings-alist):
18375 Change the format.
18376 (ctext-non-standard-encodings): New variable.
18377 (ctext-post-read-conversion): Fully re-written.
18378 (ctext-non-standard-designations-alist): Delete it.
18379 (ctext-non-standard-encodings-table): New function.
18380 (ctext-pre-write-conversion): Fully re-written.
18381
18382 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18383
18384 * cus-edit.el (custom-add-parent-links): Add documentation links
18385 for parent, if the item has none of its own.
18386
18387 2003-11-30 Richard M. Stallman <rms@gnu.org>
18388
18389 * dired-aux.el (dired-do-query-replace-regexp):
18390 Report files visited read-only.
18391
18392 2003-11-30 Juri Linkov <juri@jurta.org>
18393
18394 * dired-aux.el (dired-compare-directories): New command.
18395 (dired-file-set-difference, dired-files-attributes): New functions.
18396
18397 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18398 Version 2.0.38 of Tramp released.
18399
18400 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18401 Charles Curley <charlescurley@charlescurley.com>.
18402 (tramp-multi-connection-function-alist): Add ssht entry which adds
18403 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18404 Aichner.
18405 (tramp-get-method-parameter): New function to retrieve a method
18406 parameter. This allows for omission of method parameters.
18407 Callers adjusted.
18408
18409 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18410
18411 * net/tramp.el: Add new optional parameter ID-FORMAT to
18412 `file-attributes'. Calls of `file-attributes' won't use this
18413 parameter for backward compatibility reasons.
18414 (tramp-perl-file-attributes): Add a new parameter to Perl script
18415 in order to handle uid/gid as strings, if desired.
18416 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18417 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18418 order to make the function more general.
18419 (tramp-handle-file-attributes): Replace proprietary optional
18420 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18421 (tramp-handle-file-attributes-with-perl): Handle parameter
18422 NONNUMERIC if set. This wasn't done in the past.
18423 (tramp-post-connection): Apply second parameter "$2" if
18424 `tramp-remote-perl' is called.
18425
18426 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18427 Correct cut'n'waste error (`filename' instead of `directory').
18428 (tramp-smb-handle-directory-files-and-attributes)
18429 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18430 introduced parameter ID-FORMAT.
18431 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18432 error (`directory' instead of `ldir').
18433
18434 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18435 `file-attributes' has a second parameter. If yes, apply it with
18436 value "'integer". Otherwise, don't use that parameter (default is
18437 integer format).
18438
18439 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18440
18441 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18442 (help-for-help): Add `C-h .' to the listed Help options.
18443 Remove trailing whitespace.
18444
18445 * help-at-pt.el: New file.
18446
18447 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18448
18449 * subr.el (noreturn, 1value): New macros for test coverage.
18450 See `testcover.el'.
18451
18452 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18453
18454 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18455 for macro `1value'.
18456 (testcover-1value): New function. Checks that a 1value form
18457 actually returns only one value. Requested by RMS.
18458
18459 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18460
18461 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18462 (gdb-var-list-children, gdb-var-list-children-handler)
18463 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18464 gdb commands that use mi to keep them out of the command history.
18465
18466 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18467
18468 * cus-start.el (all): Add use-file-dialog.
18469
18470 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18473
18474 2003-11-27 Kim F. Storm <storm@cua.dk>
18475
18476 * subr.el (posn-object-x-y): New defun.
18477
18478 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18479
18480 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18481 Don't use `space' for \\\n.
18482 Be more selective as to which # are comment-starters.
18483
18484 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18485
18486 * subr.el (number-sequence): Improve handling of floating point
18487 arguments (suggested by Kim Storm). Allow negative arguments.
18488
18489 2003-11-26 Kenichi Handa <handa@m17n.org>
18490
18491 * international/mule-cmds.el (standard-display-european-internal):
18492 Cancel the standard-display-table setting for ` and '.
18493
18494 2003-11-26 Kim F. Storm <storm@cua.dk>
18495
18496 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18497 New defcustoms to add ffap-like functionality to ido.
18498 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18499 (ido-no-final-slash): New defun.
18500 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18501 (ido-read-file-name): ): Toggle VC checking via
18502 vc-handled-backends instead of vc-master-templates.
18503 (ido-file-internal): Handle ido-use-url-at-point and
18504 ido-use-filename-at-point via code borrowed from ffap-guesser.
18505 Handle new ido-exit code ffap.
18506 (ido-sort-list): Ignore final slash when sorting file names.
18507
18508 2003-11-25 Kim F. Storm <storm@cua.dk>
18509
18510 * emulation/cua-base.el (cua--standard-movement-commands):
18511 Add forward-sentence and backward-sentence.
18512
18513 2003-11-25 Stephen Eglen <stephen@gnu.org>
18514
18515 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18516 iswitchb-exit is set to 'usefirst when user selects buffer at head
18517 of list using RET. (Selecting buffers at the head of the list was
18518 broken if the substring was also a complete buffername.)
18519
18520 2003-11-23 Kim F. Storm <storm@cua.dk>
18521
18522 * progmodes/compile.el (grep-command, grep-use-null-device)
18523 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18524 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18525 (grep-regexp-alist, grep-program, find-program)
18526 (grep-find-use-xargs, grep-history, grep-find-history)
18527 (grep-process-setup, grep-compute-defaults)
18528 (grep-default-command, grep, grep-tag-default, grep-find)
18529 (grep-expand-command-macros, grep-tree-last-regexp)
18530 (grep-tree-last-files, grep-tree): Move grep variables, functions
18531 and commands to new file grep.el.
18532 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18533 (compilation-process-setup-function): Doc fix.
18534 (compilation-highlight-regexp, compilation-highlight-overlay): New
18535 defvars used for highlighting current compile error in source buffer.
18536 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18537 LOCAL-MAP which overrides compilation-highlight-regexp and
18538 compilation-mode-map for this compilation.
18539 Delay calling compilation-set-window-height until after running
18540 compilation-process-setup-function so it can buffer-local override
18541 compilation-window-height.
18542 Check buffer-local value of compilation-scroll-output.
18543 (compilation-set-window-height): Use buffer-local value of
18544 compilation-window-height.
18545 (compilation-revert-buffer): Don't pass (undefined)
18546 preserve-modes arg to revert-buffer.
18547 (next-error-no-select, previous-error-no-select): New commands.
18548 (compilation-goto-locus): Temporarily highlight current match in
18549 source buffer using compilation-highlight-regexp.
18550
18551 * progmodes/grep.el: New file with grep code from compile.el.
18552 (grep): New defcustom group.
18553 (grep-window-height): New defcustom, like compilation-window-height.
18554 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18555 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18556 (grep-command, grep-use-null-device, grep-find-command)
18557 (grep-tree-files-aliases, grep-tree-ignore-case)
18558 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18559 (grep-setup-hook): New hook variable.
18560 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18561 (grep-last-buffer): New defvar, override compilation-last-buffer.
18562 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18563 Call compile-internal with args highlight-regexp and grep-mode-map.
18564
18565 2003-11-23 Kim F. Storm <storm@cua.dk>
18566
18567 * subr.el (event-start, event-end): Doc fix.
18568 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18569 (posn-area, posn-actual-col-row, posn-object): New defuns.
18570 (posn-col-row): Simplify doc. Rewrite to use cond.
18571 (posn-point): Also return buffer position for events outside text
18572 area (that info is now present in the event position).
18573
18574 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18575 mouse-set-point so that hscroll still works now that clicks on
18576 fringes generate specific mouse events.
18577 (mouse-set-point): Note that it now works in fringes and margins
18578 too due to new semantics of posn-point in fringes and margins.
18579
18580 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18581 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18582
18583 2003-11-20 Kim F. Storm <storm@cua.dk>
18584
18585 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18586 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18587 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18588 to 100 for icons to avoid increasing line height when shown.
18589
18590 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18591
18592 * newcomment.el (comment-normalize-vars): Initialize properly if
18593 comment-start was nil.
18594
18595 2003-11-19 Andreas Schwab <schwab@suse.de>
18596
18597 * simple.el (set-variable): Fix indentation.
18598
18599 2003-11-17 Kenichi Handa <handa@m17n.org>
18600
18601 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18602 Fix docstring.
18603
18604 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18605
18606 * international/latin1-disp.el (latin1-display): Fix docstring.
18607
18608 2003-11-16 John Wiegley <johnw@newartisans.com>
18609
18610 * eshell/em-ls.el (eshell-ls-file): There are times with
18611 size-width is nil and uncomputed (when directories are created in
18612 dired, for example); in this case, 4 is reasonable default value,
18613 although it may caused skewed new entries (which could be avoided
18614 by returning the original value of 8 in all cases, but 99% of the
18615 time this is a waste of whitespace).
18616
18617 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18618
18619 * cc-engine.el (c-guess-continued-construct)
18620 (c-guess-basic-syntax): Check a little more carefully if it's a
18621 function declaration when an unknown construct followed by a block
18622 is found inside a statement context. This avoids macros followed
18623 by blocks to be taken as function declarations.
18624
18625 (c-guess-continued-construct): Change the analysis of a statement
18626 continuation with a brace open to `substatement-block', for
18627 consistency with recognized statements.
18628
18629 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18630 start is in a position so that `c-beginning-of-statement-1' jumped
18631 to the beginning of the same statement.
18632
18633 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18634 Don't accept binary operators in the arglist if we're in a function
18635 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18636 template recognition in cases like "if (a < b || c > d)".
18637
18638 (c-restricted-<>-arglists): New more appropriate name for
18639 `c-disallow-comma-in-<>-arglists'.
18640
18641 Accessing functions updated for the variable name change.
18642
18643 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18644 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18645
18646 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18647 labels.
18648
18649 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18650 instead of duplicating parts of it. This fixes bogus label
18651 recognition.
18652
18653 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18654 of checking the context in which to apply the minimum indentation,
18655 so that it isn't enforced in e.g. namespace blocks.
18656
18657 * cc-vars.el (c-inside-block-syms): New constant used by
18658 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18659 to somewhat reduce the risk of becoming stale.
18660
18661 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18662 cc-cmds to cc-engine to allow use from cc-align.
18663
18664 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18665 qualified identifiers containing "::".
18666
18667 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18668 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18669
18670 * cc-vars.el (c-emacs-features): Use a space in front of the name
18671 of the temporary buffer. That also avoids dumping problems in
18672 XEmacs due to undo info being left around after the buffer is killed.
18673
18674 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18675 arglist to see if it's a K&R style declaration.
18676
18677 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18678 before returning `knr-argdecl-intro'.
18679
18680 2003-11-16 John Wiegley <johnw@newartisans.com>
18681
18682 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18683 field in a long-listing always 8 characters, use `size-width',
18684 which has already been computed.
18685
18686 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
18687
18688 * subr.el (minor-mode-list): Add `hs-minor-mode'.
18689
18690 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18691
18692 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18693 Support operation while narrowed, with `diff-restrict-view'.
18694
18695 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18696
18697 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18698 Take additional optional arg NARROWFUN. For the generated functions:
18699 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
18700 include frags that arrange to check for and save narrowing state before
18701 the move and then conditionally call NARROWFUN after the move.
18702
18703 2003-11-14 John Wiegley <johnw@newartisans.com>
18704
18705 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18706 that was optional, but obviously missing based on surrounding code.
18707
18708 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18709 string arguments to numbers unless the whole argument was seen as
18710 a number.
18711
18712 2003-11-14 Kenichi Handa <handa@m17n.org>
18713
18714 * international/mule.el (ctext-non-standard-encodings-alist):
18715 Fix coding systems.
18716
18717 2003-11-10 Kenichi Handa <handa@m17n.org>
18718
18719 * language/kannada.el ("Kannada"): Add sample-text.
18720
18721 * language/knd-util.el (kannada-compose-region)
18722 (kannada-compose-string, kannada-post-read-conversion):
18723 Add autoload cookie.
18724
18725 * international/quail.el (quail-completion): Change the message
18726 "corresponding translations" to "corresponding characters".
18727
18728 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
18729
18730 * descr-text.el (describe-char): Fix typo.
18731
18732 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
18733
18734 These changes are to support Kannada language/script.
18735
18736 * Makefile.in (DONTCOMPILE): Add kannada.el.
18737
18738 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18739
18740 * loadup.el: Preload kannada.el.
18741
18742 * language/ind-util.el (ucs-kannada-to-is13194-alist)
18743 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18744 New variables.
18745
18746 * language/kannada.el: New file.
18747
18748 * language/knd-util.el: New file.
18749
18750 2003-11-07 Andreas Schwab <schwab@suse.de>
18751
18752 * progmodes/autoconf.el (autoconf-font-lock-keywords):
18753 Also highlight AH_*.
18754
18755 * xml.el (xml-parse-dtd): Fix misplaced paren.
18756
18757 2003-11-07 Kenichi Handa <handa@m17n.org>
18758
18759 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18760
18761 2003-11-05 Juri Linkov <juri@jurta.org>
18762
18763 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18764 (desktop-buffer-file): Use saved buffer-file-coding-system
18765 for file reading. Set auto-insert to nil to prevent automatic
18766 insertion into restored empty files.
18767
18768 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
18769
18770 * files.el (risky-local-variable-p): Make second argument optional.
18771
18772 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * subr.el (add-hook): Fix last change.
18775
18776 2003-11-03 Eli Zaretskii <eliz@gnu.org>
18777
18778 * mail/rmail.el (rmail-convert-to-babyl-format):
18779 If base64-decode-region signals an error, catch it and silently
18780 ignore it.
18781
18782 2003-11-01 Mark A. Hershberger <mah@everybody.org>
18783
18784 * xml.el (xml-parse-region): Allow comments to appear after the
18785 topmost element has closed.
18786 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
18787 (xml-ns-expand-attr): New functions to do namespace handling.
18788 (xml-intern-attrlist): Back-compatible handling of attribute names.
18789 (xml-parse-tag): Move namespace handling to separate functions.
18790 Now produces elements in the form ((:ns . "element") (attr-list)
18791 children) instead of ('ns:element (attr-list) children).
18792 (xml-parse-attlist): Fix attribute parsing.
18793 (xml-parse-dtd): Change parsing so that it produces strings
18794 instead of interned symbols.
18795
18796 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
18797
18798 * dired.el (dired-ls-sorting-switches): Doc fix.
18799
18800 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
18801
18802 * emacs-lisp/rx.el (rx-or): Fix the case of
18803 "(rx (and ?a (or ?b ?c) ?d))".
18804
18805 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
18806
18807 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
18808 (texinfo-format-region): Use it.
18809 (texinfo-format-buffer-1): Ditto.
18810
18811 2003-11-01 Alan Mackenzie <acm@muc.de>
18812
18813 Changes to allow scrolling whilst in isearch mode:
18814 * isearch.el (isearch-unread-key-sequence): New function,
18815 extracted from isearch-other-meta-char.
18816 (top level): (put 'foo 'isearch-scroll) on all Emacs's
18817 "scrollable" standard functions.
18818 (isearch-allow-scroll): New customizable variable.
18819 (isearch-string-out-of-window, isearch-back-into-window)
18820 (isearch-reread-key-sequence-naturally)
18821 (isearch-lookup-scroll-key): New functions.
18822 (isearch-other-meta-char): Doc string and functionality enhanced.
18823 Now accepts a prefix argument.
18824 (isearch-lazy-highlight-window-end): New variable.
18825 (isearch-lazy-highlight-new-loop): Pay attention to the window's
18826 end (thru isearch-lazy-highlight-window-end), not only its start.
18827
18828 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18829 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18830 (universal-argument, universal-argument-more, negative-argument)
18831 (digit-argument, universal-argument-other-key): Minor changes.
18832
18833 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18834
18835 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18836 recursively if the last message is deleted, thus avoiding an
18837 infinite loop.
18838
18839 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18842 (tex-main-file): Don't add .tex if the extension is already present.
18843 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18844
18845 2003-10-29 Lute Kamstra <lute@gnu.org>
18846
18847 * progmodes/octave-inf.el (inferior-octave-prompt):
18848 Recognize version number in prompt.
18849
18850 2003-10-28 Dave Love <fx@gnu.org>
18851
18852 * international/characters.el: Fix some Unicode ranges.
18853
18854 2003-10-28 Kenichi Handa <handa@m17n.org>
18855
18856 * disp-table.el (standard-display-8bit)
18857 (standard-display-default, standard-display-ascii)
18858 (standard-display-g1, standard-display-graphic)
18859 (standard-display-underline): Assure that standard-display-table
18860 is a display table.
18861
18862 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * simple.el (reindent-then-newline-and-indent): Delete space *after*
18865 reindenting the first line.
18866
18867 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
18868
18869 * wid-edit.el (widget-default-delete): Always delete child widgets.
18870
18871 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * newcomment.el (comment-indent): Don't call indent-according-to-mode
18874 if the line has code.
18875 Don't try to line up with something that's too far left.
18876
18877 * progmodes/octave-mod.el (octave-comment-start): Simplify.
18878 (octave-mode-syntax-table): Add % as a comment starter.
18879 (octave-point): Remove.
18880 (octave-in-comment-p, octave-in-string-p)
18881 (octave-not-in-string-or-comment-p, calculate-octave-indent)
18882 (octave-blink-matching-block-open, octave-auto-fill):
18883 Use line-(beginning|end)-position instead.
18884
18885 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
18886
18887 * emacs-lisp/authors.el (authors-aliases): Add correct realname
18888 for Francesco Potort\e,Al\e(B.
18889
18890 2003-10-23 Dave Love <fx@gnu.org>
18891
18892 * international/mule-cmds.el (locale-charset-to-coding-system):
18893 Don't rely on nil being a coding system.
18894
18895 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18896 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18897 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18898
18899 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
18900
18901 * gdb-ui.el (gdb-current-language): New variable.
18902 (gdb-update-flag): Remove variable.
18903 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18904 (gdb-take-last-elt): Remove function.
18905 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18906 (gdb-post-prompt): Check for variable object changes here.
18907
18908 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18909 object changes in gdb-ui.el.
18910
18911 2003-10-21 Richard M. Stallman <rms@gnu.org>
18912
18913 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18914
18915 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18916 Don't check for foo*/ wildcard form here.
18917 (insert-directory): Recognize foo*/ as a wildcard.
18918 Separate wildcard-regexp variable from the arg, wildcard.
18919
18920 * subr.el (add-hook): Correctly detect when make-local-hook was used.
18921 (remove-hook): Correctly handle strange cases about local hooks.
18922
18923 2003-10-21 David Ponce <david@dponce.com>
18924
18925 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18926 argument REAL, to return a real number instead of a rounded
18927 integer value. Define as inline function.
18928 (ruler-mode-right-fringe-cols): Likewise.
18929 (ruler-mode-scroll-bar-cols): New function.
18930 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
18931 (ruler-mode-right-scroll-bar-cols): Likewise.
18932 (ruler-mode-space): New function.
18933 (ruler-mode-ruler): Use it. Handle variations of fringe style,
18934 scroll bar mode and margins in a more robust way.
18935
18936 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
18937
18938 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18939 (antlr-c-init-language-vars): New function.
18940 (antlr-mode): Use it with cc-mode before v5.29.
18941 (antlr-c-common-init): Don't set some local vars here.
18942 (antlr-mode): Set them here.
18943 (antlr-c-forward-sws): New function alias.
18944 (antlr-mode): Redefine with cc-mode before v5.30.
18945 (antlr-skip-sexps): Use it.
18946 (antlr-skip-exception-part): Ditto.
18947 (antlr-skip-file-prelude): Ditto.
18948 (antlr-outside-rule-p): Ditto.
18949 (antlr-end-of-body): Ditto.
18950 (antlr-option-kind): Ditto.
18951 (antlr-insert-option-area): Ditto.
18952 (antlr-file-dependencies): Ditto.
18953
18954 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18955
18956 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18957 Move backward only if point was not inside an entry.
18958
18959 2003-10-21 Richard M. Stallman <rms@gnu.org>
18960
18961 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18962
18963 2003-10-21 Juri Linkov <juri@jurta.org>
18964
18965 * compare-w.el: Automatically skip non-matching text to resync.
18966 (compare-windows-whitespace): Doc fix.
18967 (compare-windows-sync, compare-windows-sync-string-size)
18968 (compare-windows-recenter, compare-ignore-whitespace)
18969 (compare-windows-highlight, compare-windows-face): New variables.
18970 (compare-windows): Use compare-windows-sync.
18971 (compare-windows-highlight, compare-windows-dehighlight)
18972 (compare-windows-sync-regexp)
18973 (compare-windows-sync-default-function): New functions.
18974
18975 2003-10-21 Juri Linkov <juri@jurta.org>
18976
18977 * diff.el (diff-parse-differences): Don't visit the files now;
18978 instead, just record the error locus.
18979
18980 2003-10-21 Dave Love <fx@gnu.org>
18981
18982 * progmodes/cfengine.el: New file.
18983
18984 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18985
18986 * complete.el (PC-do-completion): Do not forget to use `pred' as the
18987 default-directory when completing file names.
18988
18989 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
18990
18991 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18992 followed by the word `face', it gets treated as a face, even if
18993 it is also defined as a variable or a function.
18994
18995 2003-10-20 Dave Love <fx@gnu.org>
18996
18997 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18998 Avoid incf in macro expansion.
18999
19000 2003-10-20 John Paul Wallington <jpw@gnu.org>
19001
19002 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19003 `evenp' so we don't implicitly require cl library at runtime.
19004
19005 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19006
19007 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19008 (help-make-xrefs): Only make cross-references for faces if
19009 preceded or followed by the word `face'. Do not make a
19010 cross-reference for variables without variable documentation,
19011 unless preceded by the word `variable' or `option'. Update doc
19012 string accordingly.
19013
19014 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19015
19016 * progmodes/hideshow.el: Rewrite one-armed `if'
19017 constructs using either `when' or `unless'.
19018 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19019
19020 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19021
19022 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19023 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19024 instead of 12x12.
19025
19026 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19027
19028 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19029 message while converting to Babyl.
19030
19031 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19032
19033 * allout.el (allout-mode): Doc fix.
19034
19035 2003-10-16 Lute Kamstra <lute@gnu.org>
19036
19037 * subr.el (force-mode-line-update): Fix docstring.
19038
19039 2003-10-14 Dave Love <fx@gnu.org>
19040
19041 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19042 (default-input-method): Add :link, improve :type.
19043 (locale-charset-language-names): Fix utf-8 pattern.
19044 (locale-charset-match-p, locale-charset-alist)
19045 (locale-charset-to-coding-system): New.
19046 (set-locale-environment): Deal with codeset part of locale specs.
19047
19048 2003-10-14 Lute Kamstra <lute@gnu.org>
19049
19050 * fringe.el (fringe-mode): Use active voice in docstring.
19051 (set-fringe-style): Ditto.
19052
19053 2003-10-13 Lute Kamstra <lute@gnu.org>
19054
19055 * fringe.el (fringe-mode): Fix docstring.
19056 (set-fringe-style): Ditto.
19057
19058 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19059
19060 * ediff-mult.el (ediff-filegroup-action):
19061 Use ediff-default-filtering-regexp.
19062
19063 * ediff-util.el (ediff-recenter): Don't call
19064 ediff-restore-highlighting twice.
19065 (ediff-select-difference): Set current difference.
19066 (ediff-unselect-and-select-difference): Add comment.
19067
19068 * ediff.el (ediff-directories,ediff-directory-revisions)
19069 (ediff-directories3,ediff-merge-directories)
19070 (ediff-merge-directories-with-ancestor)
19071 (ediff-merge-directory-revisions)
19072 (ediff-merge-directory-revisions-with-ancestor):
19073 Use ediff-default-filtering-regexp.
19074
19075 2003-10-12 Andreas Schwab <schwab@suse.de>
19076
19077 * international/mule-cmds.el (locale-charset-language-names):
19078 Simplify regex by removing unused grouping.
19079
19080 2003-10-10 Dave Love <fx@gnu.org>
19081
19082 * bindings.el: Don't bind stop.
19083
19084 2003-10-08 Miles Bader <miles@gnu.org>
19085
19086 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19087 face instead of attempting to emulate it.
19088
19089 2003-10-07 Kenichi Handa <handa@m17n.org>
19090
19091 * international/mule-diag.el (list-coding-systems-1): List coding
19092 systems that are loaded automatically.
19093
19094 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19095
19096 * international/mule.el (autoload-coding-system): New function.
19097
19098 2003-10-07 Andreas Schwab <schwab@suse.de>
19099
19100 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19101 change-log-default-name in the buffer visiting the file.
19102
19103 2003-10-06 Dave Love <fx@gnu.org>
19104
19105 * files.el (find-file-hook): Customize.
19106 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19107
19108 * bindings.el (completion-ignored-extensions): Remove .log.
19109 (global-map): Add again, open, stop keys.
19110
19111 2003-10-05 Richard M. Stallman <rms@gnu.org>
19112
19113 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19114 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19115 Use sh-modify directly.
19116 (sh-select): Use sh-append, not eval.
19117
19118 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19119
19120 * info.el (Info-following-node-name): New function.
19121
19122 * loadhist.el (unload-feature-special-hooks):
19123 Rename from loadhist-hook-functions.
19124 (loadhist-hook-functions): Now an alias.
19125
19126 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19127
19128 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19129 file-name clashes on 8+3 filesystems.
19130
19131 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19132 Rename loaddefs-boot.el to ldefs-boot.el
19133
19134 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19135 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19136
19137 2003-10-03 Lute Kamstra <lute@gnu.org>
19138
19139 * info.el (Info-mode): Revert previous change.
19140 (Info-escape-percent): New function.
19141 (Info-fontify-node): Use it.
19142
19143 2003-10-02 Andreas Schwab <schwab@suse.de>
19144
19145 * loaddefs-boot.el: Regenerated.
19146
19147 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19148
19149 * ffap.el: Remove defadvice related code from CVS since `complete'
19150 provides a `PC-completion-as-file-name-predicate' variable that
19151 ffap can override.
19152
19153 2003-10-02 Kenichi Handa <handa@m17n.org>
19154
19155 * international/utf-8.el (ccl-decode-mule-utf-8):
19156 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19157
19158 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19159 * international/subst-big5.el: Likewise.
19160 * international/subst-gb2312.el: Likewise.
19161 * international/subst-ksc.el: Likewise.
19162
19163 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19164
19165 * calendar/calendar.el (increment-calendar-month)
19166 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19167 (generate-calendar, calendar-read-date, calendar-interval)
19168 (calendar-day-of-week): Handle years BC.
19169 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19170
19171 2003-10-01 Dave Love <fx@gnu.org>
19172
19173 * language/cyrillic.el (cp1251): Alias for windows-1251.
19174
19175 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19176 bootstrap.
19177
19178 2003-10-01 Lute Kamstra <lute@gnu.org>
19179
19180 * files.el: Fix typo.
19181 * imenu.el (imenu--generic-function): Docstring fix.
19182
19183 2003-09-30 Richard M. Stallman <rms@gnu.org>
19184
19185 * dired.el (dired-mode): Handle dired-directory as a list.
19186
19187 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19188
19189 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19190
19191 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19192
19193 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19194 Replace gud-display with gud-watch.
19195 (gud-speedbar-buttons): Add stuff for watching expressions
19196 in the speedbar when using M-x gdba. Use dolist on old part
19197 of this function.
19198
19199 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19200 (gdb-update-flag): New variables.
19201 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19202 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19203 (gud-watch, gdb-var-create-handler) : New functions.
19204 (gdb-var-list-children, gdb-var-list-children-handler)
19205 (gdb-var-create-regexp, gdb-var-update-regexp)
19206 (gdb-var-list-children-regexp): New constants.
19207 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19208 (gdb-annotation-rules): Reduce annotation set (level 3).
19209 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19210 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19211 updates.
19212 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19213 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19214 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19215 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19216 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19217 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19218 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19219 (gud-display, gud-display1)
19220 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19221 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19222 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19223 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19224 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19225 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19226 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19227 (gdb-display-display-buffer, gdb-toggle-display)
19228 (gdb-delete-display, gdb-expressions-popup-menu)
19229 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19230 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19231 to display buffer.
19232
19233 2003-09-30 Richard M. Stallman <rms@gnu.org>
19234
19235 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19236 Instead, set which-func-functions.
19237
19238 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19239 (which-func-functions): New variable.
19240 (which-function): Use that.
19241
19242 * info.el (Info-mode): Double each `%' in header line.
19243
19244 * emacs-lisp/lisp-mnt.el (lm-with-file):
19245 When FILE is nil, run BODY in current buffer.
19246
19247 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19248
19249 * help.el (describe-mode): Start with a brief list of minor modes.
19250 Find them thru minor-mode-list so as to find them all.
19251 Show them in alphabetical order.
19252
19253 * mail/sendmail.el (mail-aliases): Doc fix.
19254
19255 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19256
19257 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19258
19259 * mail/rmailsum.el (rmail-make-summary-line-1):
19260 Change comma after last label to a space.
19261 (rmail-summary-font-lock-keywords): Adapt to that change.
19262
19263 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19264
19265 * progmodes/scheme.el (scheme-mode-variables): When setting
19266 `font-lock-defaults', also specify that "#" should
19267 be interpreted with `word' syntax.
19268 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19269
19270 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19271
19272 * desktop.el: A lot of comments updated.
19273 (desktop-save-mode): Minor mode introduced.
19274 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19275 (desktop-load-default): Function made obsolete.
19276 (desktop-locals-to-save): Variable made customizable.
19277 (desktop-read): Optional parameter `dirname' added.
19278 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19279 `desktop-read' used.
19280 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19281
19282 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19283
19284 * whitespace.el (whitespace-clean-msg): Add user customizable message
19285 for displaying ``clean'' output.
19286 (whitespace-buffer): Use `whitespace-clean-msg'.
19287 (whitespace-global-mode): Fix typo.
19288
19289 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19290
19291 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19292
19293 2003-09-29 Lute Kamstra <lute@gnu.org>
19294
19295 * bindings.el (mode-line-modes): Remove superfluous :propertize
19296 construct in initialization.
19297 (mode-line-position): Change cons cell into proper list in
19298 initialization.
19299
19300 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19301
19302 * international/mule.el (decode-coding-inserted-region): Use car
19303 of the return value of find-operation-coding-system.
19304
19305 2003-09-29 Kenichi Handa <handa@m17n.org>
19306
19307 * descr-text.el (describe-char): Fix previous change.
19308
19309 2003-09-28 Kenichi Handa <handa@m17n.org>
19310
19311 * descr-text.el (describe-char-display): New function.
19312 (describe-char): Pay attention to display table on describing how
19313 a character is displayed.
19314
19315 * international/mule-cmds.el (encoded-string-description):
19316 Prepend "0x" to each encoded byte.
19317
19318 2003-09-28 Andreas Schwab <schwab@suse.de>
19319
19320 * find-file.el (ff-special-constructs): Add autoload cookie.
19321
19322 2003-09-28 Kevin Ryde <user42@zip.com.au>
19323
19324 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19325 makeinfo appends to duplicate index entries.
19326
19327 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19328
19329 * dired-x.el (dired-clean-tex): Doc fix.
19330
19331 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19332 using a Chinese tutorial.
19333
19334 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19335
19336 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19337 between "MAIL FROM:" and "RCPT TO:" and the following address.
19338
19339 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19340
19341 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19342
19343 2003-09-28 David Ponce <david@dponce.com>
19344
19345 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19346 (recentf-load-list): When `recentf-initialize-file-name-history'
19347 is non-nil, initialize an empty `file-name-history' with the
19348 recent list.
19349
19350 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19351
19352 * man.el (Man-default-man-entry): Remove the leading `*' from the
19353 word at point.
19354
19355 2003-09-26 Lute Kamstra <lute@gnu.org>
19356
19357 * bindings.el (mode-line-position): Mention size indication in
19358 docstring.
19359
19360 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19361
19362 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19363
19364 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19365 because it's autoloaded now.
19366
19367 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19368
19369 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19370 (sh-font-lock-keywords, sh-feature): Fix previous change of
19371 sh-feature to avoid infloop with sh-font-lock-keywords.
19372
19373 2003-09-25 Kim F. Storm <storm@cua.dk>
19374
19375 * frame.el (frame-current-scroll-bars): New defun.
19376
19377 * window.el (window-current-scroll-bars): New defun.
19378
19379 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19380
19381 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19382 cause errors when the state cache contains info on parts that have
19383 been narrowed out.
19384
19385 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19386
19387 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19388 `c-setup-paragraph-variables' has to be used when this variable is
19389 changed; it doesn't work to reinitialize the mode since that
19390 typically clobbers the variable.
19391
19392 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19393 Make it interactive.
19394
19395 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19396
19397 * progmodes/cc-fonts.el (c-font-lock-declarations):
19398 Fix recognition of constructors and destructors for classes whose
19399 names are matched by `*-font-lock-extra-types'.
19400
19401 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19402 followed by an identifier in C++ then it's a type.
19403
19404 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19405
19406 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19407 problem that primarily affected XEmacs. Don't use faces to find
19408 unterminated strings since Emacs and XEmacs fontify strings
19409 differently - this function should now work better in XEmacs.
19410
19411 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19412
19413 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19414 `expand-abbrev' workaround which caused braces to misbehave inside
19415 macros.
19416
19417 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19418 handling. This bug could cause interactive font locking to bail out.
19419
19420 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19421
19422 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19423 Handle paren-style types in Pike. Also fixed some cases of
19424 insufficient handling of unbalanced parens.
19425
19426 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19427
19428 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19429 common shell prompts that are not common filename or URL characters.
19430 (ffap-file-at-point): Use the new regexp to strip the prompts from
19431 the file names. This is an issue mostly for user prompts that
19432 don't have a trailing space and find-file-at-point is invoked from
19433 within a shell inside Emacs.
19434
19435 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19436
19437 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19438 stamps numerically, rather than textually.
19439
19440 2003-09-24 Kenichi Handa <handa@m17n.org>
19441
19442 * language/devan-util.el (devanagari-post-read-conversion):
19443 * language/mlm-util.el (malayalam-post-read-conversion):
19444 * language/tml-util.el (tamil-post-read-conversion):
19445 Add autoload cookie.
19446
19447 * international/utf-8.el (utf-8-post-read-conversion):
19448 Call post-read-conversion functions for Devanagari, Malayalam,
19449 and Tamil.
19450
19451 2003-09-23 Dave Love <fx@gnu.org>
19452
19453 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19454
19455 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19456
19457 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19458 Update gud-remove.
19459
19460 2003-09-22 Richard M. Stallman <rms@gnu.org>
19461
19462 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19463 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19464 (sh-mode-syntax-table-input): New variable.
19465 (sh-require-final-newline): Don't use eval.
19466 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19467 (sh-variables, sh-font-lock-keywords): Don't use eval.
19468 (sh-set-shell): When setting require-final-newline,
19469 treat value = `require-final-newline' as don't change it.
19470 Set sh-mode-syntax-table locally based on
19471 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19472
19473 * progmodes/compile.el (compile-internal):
19474 Call compilation-set-window-height before setting window start.
19475
19476 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19477
19478 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19479 Clear out byte-compile-last-warned-form.
19480
19481 2003-09-22 Richard M. Stallman <rms@gnu.org>
19482
19483 * woman.el (woman-file-name, woman-follow-word):
19484 If current-word returns nil, use "".
19485
19486 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19487
19488 2003-09-22 Richard M. Stallman <rms@gnu.org>
19489
19490 * emacs-lisp/lisp-mnt.el (lm-with-file):
19491 Don't visit the file, just use insert-file-contents in temp buffer.
19492
19493 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19494
19495 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19496 Add surrounding \\( and \\) around the header, as in
19497 for lm-history-header 'Change Log\\|History'.
19498
19499 2003-09-22 John Paul Wallington <jpw@gnu.org>
19500
19501 * progmodes/ld-script.el: Add Commentary section,
19502 minor cleanup of file header.
19503 (ld-script-font-lock-keywords): Doc fix.
19504 (toplevel): Provide `ld-script' feature.
19505
19506 2003-09-21 Kim F. Storm <storm@cua.dk>
19507
19508 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19509 new built-in variable default-frame-scroll-bars.
19510 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19511 scroll-bar-mode; notably, use it instead of t when we toggle
19512 scroll-bars on.
19513 (toggle-scroll-bar): Use default-frame-scroll-bars.
19514
19515 2003-09-19 Masatake YAMATO <jet@gyve.org>
19516
19517 * pcvs.el (cvs-do-removal): Change the prompt depending on
19518 `filter' value.
19519
19520 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19521
19522 * startup.el (command-line-1): Stop startup-echo-area-message
19523 being hidden by "Loading image..." message.
19524 (use-fancy-splash-screens-p, display-splash-screen):
19525 Move display-graphic-p test from latter to former.
19526
19527 * progmodes/sh-script.el (sh-font-lock-keywords):
19528 Highlight escaped EOLs differently from other backslash constructs.
19529
19530 2003-09-19 Richard M. Stallman <rms@gnu.org>
19531
19532 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19533 New functions.
19534 (edebug-enter, edebug-outside-excursion): Use them.
19535
19536 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19537 Fix the condition for whether to print "In WHERE".
19538
19539 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19540
19541 * finder.el (finder-mode-hook): New variable.
19542 (finder-mode): Run hook finder-mode-hook
19543
19544 2003-09-18 Masatake YAMATO <jet@gyve.org>
19545
19546 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19547
19548 2003-09-17 Mario Lang <mlang@delysid.org>
19549
19550 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19551 "p %e" to actually print the value in the GUD buffer.
19552
19553 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19554
19555 From David Ponce <david.ponce@wanadoo.fr>:
19556 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19557 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19558 from loaddefs-boot.el if necessary.
19559
19560 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19561
19562 * progmodes/gud.el (gud-find-class): Make jdb work again since
19563 cc-mode changed the syntactic information.
19564
19565 2003-09-15 David Ponce <david@dponce.com>
19566
19567 * recentf.el: (recentf-exclude): Accept predicates too.
19568 (recentf-file-readable-p): New function.
19569 (recentf-include-p): Handle predicates in recentf-exclude.
19570 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19571 (recentf-cleanup): Likewise.
19572 (recentf-save-list): Use write-file to handle backup of
19573 recentf-save-file.
19574
19575 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19576
19577 * loaddefs-boot.el: Renamed from `loaddefs.el'
19578 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19579 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19580 necessary.
19581
19582 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19583
19584 * electric.el (Electric-pop-up-window): For the `one-window' case,
19585 no longer disconcertingly move point in the original buffer.
19586
19587 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19590
19591 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19592
19593 * dired.el (dired-mode-map): Fix typo.
19594
19595 2003-09-11 Richard M. Stallman <rms@gnu.org>
19596
19597 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19598
19599 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19600
19601 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19602 the function is less noisy. Now only `kill-buffer' can ask questions.
19603
19604 2003-09-10 Mario Lang <mlang@delysid.org>
19605
19606 * battery.el: Update Commentary and Copyright.
19607 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19608 appear due to wrong ordering of the expressions in `or'.
19609
19610 2003-09-09 Lute Kamstra <lute@gnu.org>
19611
19612 * misc.el (upcase-char): Fix docstring.
19613 (zap-up-to-char): New command.
19614
19615 2003-09-08 David Ponce <david@dponce.com>
19616
19617 Ensure that recentf correctly updates the menu bar.
19618 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19619 (recentf-menu-bar): New function.
19620 (recentf-clear-data): Use it
19621 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19622 of easy-menu-change.
19623
19624 2003-09-08 Lute Kamstra <lute@gnu.org>
19625
19626 * simple.el (size-indication-mode): New.
19627 * bindings.el (mode-line-position): Add buffer size indicator.
19628
19629 2003-09-04 Mario Lang <mlang@delysid.org>
19630
19631 * battery.el (battery-linux-proc-acpi): New function.
19632 (battery-status-function): Modify default value calculation to also
19633 check for availability of ACPI.
19634 (battery-echo-area-format): Ditto.
19635 (battery-mode-line-format): Ditto.
19636
19637 2003-09-06 Dave Love <fx@gnu.org>
19638
19639 * ielm.el (ielm-mode-hook): Add :options.
19640
19641 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19642 (eldoc-print-current-symbol-info): Use it.
19643
19644 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19645
19646 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19647 being displayed in GUD buffer.
19648 (gdb-idle-input-queue): Remove var. Use just one queue.
19649 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19650 Remove functions. Use just one queue.
19651 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19652 (gdb-invalidate-assembler, gdb-get-current-frame):
19653 Modify functions. Use just one queue.
19654
19655 2003-09-04 Dave Love <fx@gnu.org>
19656
19657 * cus-start.el: Add blink-cursor-alist.
19658
19659 * ruler-mode.el (ruler-mode-fill-column-char)
19660 (ruler-mode-current-column-char): Use char-displayable-p,
19661 not window-system.
19662
19663 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19664
19665 * language/european.el (windows-1252): Move from code-pages.
19666
19667 * language/cyrillic.el ("Windows-1251"): Delete.
19668 ("Bulgarian", "Belarusian"): Remove `features'.
19669 (windows-1251): Move from code-pages.
19670
19671 * international/mule-diag.el (non-iso-charset-alist):
19672 Remove `codepage' stuff.
19673 (print-designation, list-coding-systems-1): Output fixes.
19674
19675 * international/code-pages.el (cp-make-translation-table)
19676 (cp-valid-codes): Made defsubsts.
19677 (cp-fix-safe-chars): Delete.
19678 (mule-diag): Don't require.
19679 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19680 (top-level): Check for defined coding system when defining
19681 cp... aliases. Change w32-add-charset-info test to avoid warning.
19682 (non-iso-charset-alist): Defvar when compiling.
19683 (cp-make-coding-system): Doc fix.
19684
19685 2003-09-02 Jason Rumney <jasonr@gnu.org>
19686
19687 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19688 line-ends from CVS before doing conversion.
19689
19690 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
19691
19692 * calendar/diary-lib.el (diary-header-line-flag)
19693 (diary-header-line-format): New variables.
19694 (list-diary-entries): Use them to set header line in simple diary.
19695
19696 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19697 other than font-lock-string-face to highlight backslashes.
19698
19699 2003-09-01 Jason Rumney <jasonr@gnu.org>
19700
19701 * international/titdic-cnv.el (tit-read-key-value): Include \r in
19702 regexp.
19703
19704 2003-09-01 Dave Love <fx@gnu.org>
19705
19706 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19707
19708 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19709 and :help; also line and column numbers labels.
19710
19711 * international/mule-util.el (char-displayable-p): Move from
19712 latin1-disp, rename and autoload.
19713
19714 * international/latin1-disp.el (latin1-char-displayable-p):
19715 Now obsolete alias. Replace uses with char-displayable-p.
19716 (latin1-display-ucs-per-lynx): Fix last change.
19717
19718 * international/mule-cmds.el (standard-display-european-internal):
19719 Don't use char code for Latin-1 NBSP.
19720 <XFree86 4>: Unfrob NBSP display table. Set display table to use
19721 U+2018, U+2019 for `'.
19722 (select-safe-coding-system): Message fix.
19723
19724 2003-09-01 Kenichi Handa <handa@m17n.org>
19725
19726 * international/fontset.el (setup-default-fontset): For Thai
19727 font, specify "*" family.
19728
19729 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19730
19731 * progmodes/compile.el (previous-error): Accept a prefix
19732 argument, similarly to next-error.
19733
19734 2003-08-31 Masatake YAMATO <jet@gyve.org>
19735
19736 * pcvs.el (cvs-do-removal): Use = instead of eq to check
19737 the number of files. Bind the number of files to a local
19738 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19739
19740 2003-08-30 Eli Zaretskii <eliz@gnu.org>
19741
19742 * vc-hooks.el (vc-make-version-backup): Fix the change made on
19743 2003-07-26: msdos-long-file-names is a function, not a variable.
19744
19745 2003-08-29 Richard M. Stallman <rms@gnu.org>
19746
19747 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19748 Do nothing with mail-personal-alias-file if it is nil.
19749
19750 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19751 Do nothing if mail-personal-alias-file is nil.
19752
19753 * term.el (term-exec-1): Bind coding-system-for-read.
19754
19755 * dired.el (dired-mouse-find-file-other-window):
19756 Use dired-view-command-alist here, as in dired-view-file.
19757 (dired-view-command-alist): Use %s to substitute file name.
19758 Handle .ps_pages, .eps, .jpg, .gif, .png.
19759
19760 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19761
19762 * info.el (Info-mode-map): Bind S-tab and <backtab> to
19763 `Info-prev-reference', instead of M-tab.
19764
19765 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
19766
19767 * simple.el (blink-matching-open): Work correctly on chars that
19768 are designated as parens through the syntax-table text property.
19769
19770 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
19771
19772 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19773 line break position in the middle of a non-kinsoku (e.g. latin)
19774 word, making it skip until either a space or a character with
19775 category "|".
19776 (kinsoku-longer): Test for end of buffer.
19777
19778 2003-08-28 Eli Zaretskii <eliz@gnu.org>
19779
19780 * mail/rmail.el (rmail-convert-to-babyl-format):
19781 Detect quoted-printable- and base64-encoded messages and decode them
19782 automatically. Set the message's encoding from the charset=
19783 header, if any. Decode base64-encoded messages in Mail format as well.
19784
19785 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19786
19787 * mail/smtpmail.el: Fix previous change.
19788 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
19789 calling smtpmail-via-smtp.
19790 (smtpmail-via-smtp): Add fall-back values for envelope-from.
19791
19792 2003-08-26 John Paul Wallington <jpw@gnu.org>
19793
19794 * image.el (image-jpeg-p): Don't search beyond length of data.
19795
19796 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
19797
19798 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
19799 misfeature in `expand-abbrev' which caused electric keywords like
19800 "else" to disappear if an open brace was typed directly afterwards.
19801
19802 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
19803
19804 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
19805 mandatory in `define-widget'.
19806
19807 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
19808 Don't align the operators "!=", "<=" and ">=" as assignment operators.
19809
19810 (c-assignment-operators): New language constant that only contains
19811 the assignment operators.
19812
19813 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
19814
19815 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
19816
19817 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19818 Safeguard against unbalanced sexps.
19819
19820 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
19821
19822 * version.el (emacs-version): Check for gtk. Include gtk version info.
19823
19824 2003-08-25 John Paul Wallington <jpw@gnu.org>
19825
19826 * man.el (Man-default-man-entry): Don't whizz past the section
19827 number before looking for it.
19828
19829 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
19830
19831 * progmodes/gud.el (gud-display-line): Don't set window-point if
19832 source buffer is not visible. (Only happens with M-x gdba.)
19833
19834 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19835 documentation.
19836 (gdb-source, gdb-source-info): Update to assembler unnecessary
19837 as its done after each GDB command anyway.
19838 (gdb-pre-prompt): Use with-current-buffer.
19839 (gdb-insert-field): Add help-echo text.
19840 (gdb-invalidate-assembler): Re-display of assembler now done in
19841 gdb-info-breakpoints-custom.
19842 (gdb-info-breakpoints-custom): Force re-display of assembler to
19843 happen *after* update of breakpoints buffer.
19844 (gdb-display-source-buffer): Don't choke if gdb-source-window
19845 isn't visible.
19846 (gdb-put-string, gdb-put-arrow): Remove free variables.
19847
19848 2003-08-24 John Paul Wallington <jpw@gnu.org>
19849
19850 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19851
19852 * man.el (Man-default-man-entry): Strip text properties when
19853 snarfing parts of entry because `format' preserves properties.
19854
19855 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19856
19857 * files.el (file-newest-backup): Use `expand-file-name'.
19858
19859 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19860 Allow the diary to pop up a new frame, if needed.
19861
19862 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19863 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19864 (smtpmail-send-it): Make treatment of envelope-from consistent with
19865 sendmail.el.
19866
19867 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19868 (sh-leading-keywords): Add the bash `time' reserved word.
19869 (sh-variables): Add some bash variables.
19870 (sh-add-completer): Fix nil branch of case statement.
19871
19872 2003-08-24 Masatake YAMATO <jet@gyve.org>
19873
19874 * progmodes/ld-script.el: New file.
19875
19876 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
19877
19878 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19879
19880 2003-08-23 Andre Spiegel <spiegel@gnu.org>
19881
19882 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19883 Better explain obsolescence, and what to use instead.
19884
19885 2003-08-23 Masatake YAMATO <jet@gyve.org>
19886
19887 * pcvs.el (cvs-do-removal): Show the deleted file name
19888 on the prompt.
19889
19890 2003-08-20 Dave Love <fx@gnu.org>
19891
19892 * international/mule.el (make-coding-system)
19893 (set-buffer-file-coding-system): Doc fix.
19894
19895 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19896
19897 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19898
19899 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19900
19901 * international/utf-16.el: Add mime-text-unsuitable coding system
19902 properties.
19903
19904 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19905
19906 * cus-edit.el: Add some :links.
19907 (bib): Remove.
19908
19909 * textmodes/bib-mode.el (bib): Add :group external.
19910
19911 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
19912
19913 * wid-edit.el (widget-echo-help): Make it handle expressions that
19914 evaluate to strings.
19915
19916 2003-08-18 Michael Mauger <mmaug@yahoo.com>
19917
19918 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
19919
19920 Simplify selection of SQL products to define highlighting and
19921 interactive mode. Includes detailed instructions on adding
19922 support for new products.
19923
19924 * progmodes/sql.el (sql-product): New variable. Identifies SQL
19925 product for use in highlighting and interactive mode.
19926 (sql-interactive-product): New variable. SQL product for
19927 sql-interactive-mode.
19928 (sql-product-support): New variable. Specifies product-specific
19929 parameters to drive highlighting and interactive mode.
19930 (sql-imenu-generic-expression): Add more object types.
19931 (sql-sqlite-options): Correct comment.
19932 (sql-ms-program): Use "osql" rather than "isql".
19933 (sql-prompt-regexp, sql-prompt-length): Update comment.
19934 (sql-mode-menu): Add "Start SQLi session" entry.
19935 Replace Highlighting submenu with Product menu. Fix Send Region entry.
19936 (sql-mode-abbrev-table): Add abbreviations. Support of
19937 SYSTEM-FLAG on define-abbrev. Support was removed with last
19938 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19939 (sql-mode-font-lock-object-name): Add font-lock pattern for object
19940 names.
19941 (sql-mode-ansi-font-lock-keywords): Set as default value.
19942 (sql-mode-oracle-font-lock-keywords): Set as default value.
19943 Support Oracle 9i keywords.
19944 (sql-mode-postgres-font-lock-keywords): Set as default value.
19945 (sql-mode-linter-font-lock-keywords): Set as default value.
19946 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
19947 SQLServer 2000.
19948 (sql-mode-sybase-font-lock-keywords)
19949 (sql-mode-interbase-font-lock-keywords)
19950 (sql-mode-sqlite-font-lock-keywords)
19951 (sql-mode-strong-font-lock-keywords)
19952 (sql-mode-mysql-font-lock-keywords)
19953 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
19954 keywords.
19955 (sql-mode-font-lock-defaults): Update comment.
19956 (sql-product-feature): New function. Returns feature associated
19957 with a product from `sql-product-support' alist.
19958 (sql-product-font-lock): New function. Set font-lock support
19959 based on `sql-product'.
19960 (sql-add-product-keywords): New function. Add font-lock rules to
19961 product-specific keyword variables.
19962 (sql-set-product): New function. Set `sql-product' and apply
19963 appropriate font-lock highlighting.
19964 (sql-highlight-product): New function. Set font-lock support
19965 based on a product. Also set mode name to include product name.
19966 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19967 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19968 Use `sql-set-product'.
19969 (sql-highlight-ms-keywords)
19970 (sql-highlight-sybase-keywords)
19971 (sql-highlight-interbase-keywords)
19972 (sql-highlight-strong-keywords)
19973 (sql-highlight-mysql-keywords)
19974 (sql-highlight-sqlite-keywords)
19975 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
19976 (sql-get-login): Prompt in the same order as the tokens.
19977 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19978 (sql-product-interactive): New function. Common portions of
19979 product-specific interactive mode wrappers.
19980 (sql-interactive-mode): Rewritten to use product features.
19981 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19982 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19983 (sql-db2, sql-linter): Use `sql-product-interactive'.
19984 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19985 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19986 (sql-connect-ingres, sql-connect-postgres)
19987 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19988 New functions. Format command line parameters and invoke comint on
19989 the appropriate interpreter. Code was in the corresponding
19990 `sql-xyz' function before.
19991 (sql-connect-ms): New function. Support -E argument to use
19992 operating system credentials for authentication.
19993
19994 2003-08-18 Kenichi Handa <handa@m17n.org>
19995
19996 * international/mule.el (encode-char): Fix for the ASCII case.
19997
19998 2003-08-15 Kenichi Handa <handa@m17n.org>
19999
20000 * international/fontset.el (setup-default-fontset): Change "*" to
20001 nil in the specifications of font family.
20002
20003 2003-08-18 Kim F. Storm <storm@cua.dk>
20004
20005 * kmacro.el (kmacro-keymap): Group related bindings in
20006 initialization for clarity. Bind C-s to start macro.
20007 Remove C-r binding.
20008 (kmacro-initial-counter-value): New defvar to hold initial counter
20009 value in case we set the value before defining a macro.
20010 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20011 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20012 not defining or executing macro. Doc fix.
20013 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20014 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20015 temporarily view older elements on the macro ring without cycling
20016 the ring.
20017 (kmacro-display): Doc fix.
20018 (kmacro-exec-ring-item): New helper function.
20019 (kmacro-call-ring-2nd): Use it.
20020 (kmacro-call-ring-2nd-repeat): Doc fix.
20021 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20022 (kmacro-end-or-call-macro): Execute last viewed macro (using
20023 kmacro-exec-ring-item) from ring if this follows
20024 kmacro-view-macro. This allows us to find a macro on the ring
20025 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20026 the ring to bring it to the head of the ring.
20027 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20028 Allow binding to reserved keys without specifying C-x C-k prefix.
20029 Ask for confirmation if entered key sequence is already bound to
20030 a non-macro command.
20031 (kmacro-view-macro): Repeating command will show older elements
20032 on the macro ring; C-k will execute the last viewed macro.
20033 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20034 property from 'ring to 'head.
20035
20036 2003-08-17 Alan Shutko <ats@acm.org>
20037
20038 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20039 keeping December out of the alist.
20040
20041 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20042
20043 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20044 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20045 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20046 (calendar-flatten): New function.
20047 (calendar-mouse-view-other-diary-entries)
20048 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20049 in the menu title and to show multi-line diary entries correctly
20050 in the menu.
20051
20052 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20053
20054 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20055 defcustom, because the default was recently changed.
20056
20057 2003-08-16 Richard M. Stallman <rms@gnu.org>
20058
20059 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20060
20061 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20062 New subroutine, broken out of eval-last-sexp-1.
20063 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20064
20065 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20066
20067 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20068
20069 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20070
20071 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20072
20073 * progmodes/compile.el (compilation-error-regexp-alist):
20074 Add Java ANt error detection as described in document
20075 http://ant.apache.org/faq.html
20076
20077 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20078
20079 * simple.el (backward-word, forward-to-indentation)
20080 (backward-to-indentation): Argument changed to optional.
20081 (next-line, previous-line): Use `or' instead of `unless'.
20082
20083 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20084
20085 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20086 instead of a constant.
20087
20088 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20089
20090 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20091
20092 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20093
20094 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20095 (vc-sccs-workfile-version): Search the entire delta table, rather
20096 than just the first entry, because that might be a deleted version.
20097
20098 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20099
20100 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20101 [save-place] binding in the Options menu. Have it require
20102 'saveplace' and then toggle the variable manually, to avoid an an
20103 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20104 for the bug report.
20105
20106 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20107
20108 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20109 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20110 (gdb-info-threads-custom): Add help-echo text.
20111 (gdb-display-back): Don't use purecopy.
20112 (gdb-info-breakpoints-custom, gdb-reset)
20113 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20114 icons can be displayed.
20115
20116 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20117
20118 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20119
20120 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20121
20122 * bookmark.el (bookmark-completing-read):
20123 Return a string, instead of a list of one string.
20124 Use a popup menu if activated from the mouse.
20125 (bookmark-edit-annotation): Remove unused vars.
20126 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20127 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20128 to bookmark-completing-read.
20129 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20130 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20131 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20132 and erase-buffer.
20133 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20134 (bookmark-menu-jump, bookmark-menu-insert)
20135 (bookmark-popup-menu-and-apply-function)
20136 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20137 (bookmark-menu-build-paned-menu): Remove by folding it into
20138 bookmark-menu-popup-paned-menu.
20139 (menu-bar-bookmark-map): Move the define-key statements here.
20140 Use the "non-menu" commands since they now pop up a menu if needed.
20141 (bookmark-exit-hook-internal): Simplify.
20142
20143 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20144
20145 * reftex-toc.el (reftex-toc-rename-label): New function.
20146 (reftex-toc-check-docstruct): New function.
20147
20148 * reftex.el (reftex-region-active-p): New function.
20149
20150 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20151 regexp to find the \bibliography macro.
20152
20153 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20154 which does not exist in LaTeX.
20155 (reftex-cite-format-builtin): Added amsrefs support.
20156 (reftex-toc-confirm-promotion): New option
20157
20158 * reftex-toc.el
20159 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20160 (reftex-toc-demote, reftex-toc-promote)
20161 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20162 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20163 (reftex-toc-newhead-from-alist)
20164 (reftex-toc-load-all-files-for-promotion): New functions.
20165 (reftex-toc-help): Added description of new keys.
20166 (reftex-toc-split-windows-fraction): New option.
20167 (reftex-recenter-toc-when-idle): Search *toc* window on all
20168 visible frames.
20169 (reftex-toc): Additional parameter REUSE
20170 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20171 with REUSE argument.
20172 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20173 the call of `reftex-toc'.
20174 (reftex-make-separate-toc-frame): New function .
20175 (reftex-toc-recenter): When called with triple prefix arg, call
20176 `reftex-make-separate-toc-frame' first.
20177 (reftex-toc-toggle-dedicated-frame): New command.
20178 (reftex-toc-quit): Adapted to delete frame when called in
20179 dedicated frame.
20180
20181 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20182 all enclosing macros.
20183
20184
20185 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20186
20187 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20188 first use.
20189
20190 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20191
20192 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20193
20194 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20195
20196 * calendar/calendar.el (list-diary-entries-hook)
20197 (diary-display-hook, nongregorian-diary-listing-hook)
20198 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20199 Add some customize options for these hooks.
20200 (calendar-abbrev-construct): Don't try to take a substring longer
20201 than the original string.
20202
20203 2003-08-05 Richard M. Stallman <rms@gnu.org>
20204
20205 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20206 (testcover-reinstrument-clauses): Doc fix.
20207
20208 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20209 (warning-type-format): Rename from warning-group-format.
20210
20211 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20212 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20213 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20214 to prevent warnings about defvar for an obsolete variable.
20215
20216 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20217 warning-group-format renamed to warning-type-format.
20218
20219 * subr.el (read-passwd): Use clear-string instead of fillarray.
20220
20221 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20222 Use vconcat instead of concat.
20223 (edmacro-sanitize-for-string): New function.
20224
20225 2003-08-05 Dave Love <fx@gnu.org>
20226
20227 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20228 line-number-display-limit-width.
20229
20230 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20231
20232 2003-08-05 Kenichi Handa <handa@m17n.org>
20233
20234 * international/code-pages.el: Don't require mule-diag.
20235
20236 * international/mule-diag.el (non-iso-charset-alist):
20237 Add autoload cookie.
20238
20239 * language/devan-util.el (dev-glyph-order): Add an entry for the
20240 glyph code #xC4.
20241
20242 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20243
20244 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20245 (european-calendar-style, diary-date-forms)
20246 (calendar-day-name-array, calendar-month-name-array): Doc change.
20247 (generate-calendar-month): Adapt for new behaviour of
20248 `calendar-day-name' function.
20249 (calendar-abbrev-length, calendar-day-abbrev-array)
20250 (calendar-month-abbrev-array): New variables.
20251 (calendar-abbrev-construct): New function.
20252 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20253 rather than fixing abbrevs at some width. Calling syntax change.
20254 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20255 (calendar-date-string): Adapt for new behaviours of
20256 `calendar-day-name' and `calendar-month-name' functions.
20257
20258 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20259 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20260 (diary-name-pattern): Use abbrev arrays, rather than fixing
20261 abbrevs at three chars. Calling syntax change.
20262 (mark-diary-entries): Adapt for new behaviours of
20263 `diary-name-pattern' and `calendar-make-alist' functions.
20264 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20265 `diary-name-pattern' function.
20266 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20267 fixing abbrevs at three chars. Calling syntax change.
20268 (cal-hebrew, cal-islam): Require when compiling.
20269 (diary-font-lock-keywords): Adapt for new behaviour of
20270 `font-lock-diary-date-forms' function.
20271
20272 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20273 (calendar-hebrew-month-name-array-common-year)
20274 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20275 (list-hebrew-diary-entries): Adapt for new behaviours of
20276 `calendar-day-name' and `add-to-diary-list' functions.
20277 (mark-hebrew-diary-entries): Adapt for new behaviours of
20278 `diary-name-pattern' and `calendar-make-alist' functions.
20279
20280 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20281 Add doc string.
20282 (list-islamic-diary-entries): Adapt for new behaviours of
20283 `calendar-day-name' and `add-to-diary-list' functions.
20284 (mark-islamic-diary-entries): Adapt for new behaviours of
20285 `diary-name-pattern' and `calendar-make-alist' functions.
20286
20287 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20288 `calendar-month-name' function.
20289
20290 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20291
20292 * calendar/solar.el (solar-seasons-data): Move definition before use.
20293
20294 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20295 (cal-tex-LaTeX-hourbox): Move definition before use.
20296
20297 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20298 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20299 * lunar.el, solar.el (displayed-month, displayed-year):
20300 Define for compiler.
20301
20302 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20303
20304 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20305 MODE. Renamed from c-init-c-language-vars'.
20306 (c-initialize-cc-mode): Change accordingly.
20307 (c-common-init): Ditto.
20308 (c-mode): Ditto.
20309 (c++-mode): Use `c-init-language-vars-for'.
20310 (objc-mode): Ditto.
20311 (java-mode): Ditto.
20312 (idl-mode): Ditto.
20313 (pike-mode): Ditto.
20314 (awk-mode): Ditto.
20315
20316 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20317
20318 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20319 or not the point moved.
20320
20321 (c-search-decl-header-end): Don't trip up on operator identifiers
20322 in C++ and operators like == in all languages.
20323
20324 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20325 Detect leading labels correctly.
20326
20327 2003-08-02 Andreas Schwab <schwab@suse.de>
20328
20329 * textmodes/ispell.el: Don't redo key bindings on loading, put
20330 them only in loaddefs.el.
20331 * bookmark.el: Likewise.
20332 * dabbrev.el: Likewise.
20333 * emerge.el: Likewise.
20334
20335 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20336 has more than one member.
20337
20338 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20339
20340 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20341
20342 * lpr.el (printify-region): It was ending conversion before the
20343 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20344
20345 2003-07-31 John Paul Wallington <jpw@gnu.org>
20346
20347 * net/browse-url.el (browse-url-epiphany): Doc fix.
20348
20349 2003-07-30 Kenichi Handa <handa@m17n.org>
20350
20351 * international/fontset.el (setup-default-fontset):
20352 Change registry names of Akurti fonts.
20353
20354 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20355
20356 * comint.el (comint-read-noecho): Use `clear-string' instead of
20357 `fillarray'.
20358
20359 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20360
20361 * outline.el (outline-mode-hook): Add defvar.
20362
20363 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20364
20365 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20366 Restore assembler in source window if that is what has been selected.
20367 (menu): Add gdb-restore-windows to menu. Make gdba
20368 specific menus only visible from gdba.
20369
20370 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20371
20372 * progmodes/compile.el (compilation-environment): New user variable.
20373 (compile-internal): Respect it.
20374
20375 2003-07-23 Masatake YAMATO <jet@gyve.org>
20376
20377 * progmodes/gud.el (gdb-script-font-lock-keywords):
20378 Put `font-lock-function-name-face' on a symbol which includes
20379 `-' like `hook-run'. Put font-lock-variable-name-face
20380 on a symbol starting with $.
20381
20382 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20383
20384 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20385
20386 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20387
20388 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20389
20390 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20391
20392 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20393 Use with-no-warnings.
20394 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20395 rather than to find-file-not-found-hook, which doesn't exist.
20396
20397 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20398
20399 * international/quail.el (quail-translate-key): Fix previous change.
20400
20401 2003-07-25 John Paul Wallington <jpw@gnu.org>
20402
20403 * server.el (server-start): Check `server-process' is non-nil
20404 before killing it to avoid killing current buffer's process.
20405
20406 * simple.el (choose-completion-string): Use `minibufferp';
20407 test `completion-reference-buffer' if `buffer' arg is nil.
20408 (push-mark): Use `when' and `unless'.
20409 (pop-mark): Use `when'.
20410
20411 * mouse-sel.el (mouse-sel-get-selection-function):
20412 Check `x-last-selected-text-primary'. Don't barf if it or
20413 `x-last-selected-text' aren't bound.
20414
20415 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20416
20417 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20418
20419 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20420
20421 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20422
20423 2003-07-23 John Paul Wallington <jpw@gnu.org>
20424
20425 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20426
20427 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20428
20429 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20430 string. Defvar the derived hook.
20431
20432 * macros.el (insert-kbd-macro): Escape double quote character.
20433 From Thomas W Murphy <twm@andrew.cmu.edu>.
20434
20435 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20436
20437 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20438 to match the specific mark rather than reusing comment-start-skip.
20439
20440 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20441
20442 * progmodes/hideshow.el (hs-special-modes-alist):
20443 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20444
20445 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20446
20447 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20448 value using ?\s.
20449
20450 2003-07-21 John Paul Wallington <jpw@gnu.org>
20451
20452 * subr.el (with-selected-window): Add closing paren.
20453
20454 2003-07-21 Richard M. Stallman <rms@gnu.org>
20455
20456 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20457 (lisp-mode): Likewise.
20458
20459 * subr.el (with-selected-window): Copy code form save-selected-window
20460 so as to call select-window with norecord arg.
20461 (dynamic-completion-table): Doc fix.
20462 (lazy-completion-table): Doc fix.
20463
20464 * international/mule-cmds.el (set-locale-environment):
20465 langinfo renamed to locale-info.
20466
20467 * international/mule.el (auto-coding-functions): Doc fix.
20468
20469 2003-07-21 Kenichi Handa <handa@m17n.org>
20470
20471 * international/quail.el (quail-translate-key):
20472 Update quail-current-str correctly.
20473
20474 2003-07-21 Andreas Schwab <schwab@suse.de>
20475
20476 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20477 ?, to "_".
20478
20479 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20480 Version 2.0.36 of Tramp released.
20481
20482 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20483 tramp-password-end-of-line.
20484 (tramp-password-end-of-line): New method parameter.
20485 (tramp-get-password-end-of-line): Function to access method
20486 parameter `tramp-password-end-of-line', or variable
20487 `tramp-default-password-end-of-line' (default value).
20488 (tramp-methods): Add entries for new parameter
20489 tramp-password-end-of-line.
20490 (tramp-enter-password): Use new function
20491 `tramp-get-password-end-of-line'.
20492 (tramp-handle-insert-file-contents): Do not
20493 unconditionally inhibit the file operation file-local-copy, only
20494 do that when the inhibit-file-name-operation is currently
20495 insert-file-contents. This fixes finding remote CVS-controlled
20496 files. (It would barf on inserting the CVS/Entries file
20497 literally, because the file-local-copy handler wasn't called.)
20498 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20499 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20500 (tramp-initial-commands): New variable.
20501 (tramp-process-initial-commands): New function, using the variable.
20502 (tramp-open-connection-setup-interactive-shell): Call the new function.
20503 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20504 method into the buffer name, never use nil. Reported by Hanak
20505 David <dhanak@inf.bme.hu>.
20506 (tramp-open-connection-setup-interactive-shell): Erase buffer
20507 before sending "stty -onlcr".
20508
20509 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20510
20511 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20512
20513 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20514
20515 2003-07-19 John Paul Wallington <jpw@gnu.org>
20516
20517 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20518 (artist-draw-rect, artist-draw-square): Doc fixes.
20519
20520 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20521
20522 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20523
20524 2003-07-19 Kenichi Handa <handa@m17n.org>
20525
20526 * international/kkc.el (kkc-show-conversion-list-update):
20527 Highlight the correct candidate in the message.
20528
20529 2003-07-18 John Paul Wallington <jpw@gnu.org>
20530
20531 * simple.el (current-word): Don't include punctuation char when
20532 `really-word' arg is non-nil.
20533
20534 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20535
20536 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20537 moved to the directory obsolete.
20538
20539 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20540
20541 * info.el (Info-menu-entry-name-re): Allow newlines in
20542 menu entry names.
20543
20544 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20545 syntax-ppss-after-change-function.
20546 (syntax-ppss-after-change-function): New alias. Update uses.
20547 (syntax-ppss): Catch the case where the buffer is narrowed.
20548
20549 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20550
20551 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20552 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20553
20554 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20555
20556 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20557 since it might be modified.
20558
20559 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20560 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20561 names to these language constants.
20562
20563 2003-07-15 Kim F. Storm <storm@cua.dk>
20564
20565 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20566 All uses changed.
20567
20568 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20569
20570 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20571 Namespace support.
20572
20573 2003-07-13 Juanma Barranquero <lektu@terra.es>
20574
20575 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20576 papers received).
20577
20578 2003-07-13 Karl Eichwalder <ke@suse.de>
20579
20580 * textmodes/po.el (po-find-charset): White space at the start of the
20581 Content-Type field body is non-mandatory.
20582
20583 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20584
20585 * textmodes/texinfo.el (texinfo-section-list):
20586 Append appendixsection; a synonym for appendixsec.
20587
20588 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20589
20590 * man.el (Man-translate-cleanup): New.
20591 (Man-translate-references): Call `Man-translate-cleanup' to clean
20592 leading, trailing and middle spaces.
20593
20594 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20595
20596 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20597 Handle `dired-directory' being a list.
20598
20599 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20600
20601 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20602 it doesn't exist.
20603
20604 2003-07-12 Richard M. Stallman <rms@gnu.org>
20605
20606 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20607
20608 * progmodes/cc-defs.el (c-make-keywords-re):
20609 Don't use delete-duplicates.
20610 (c-lang-const): Don't use mapcan.
20611
20612 * apropos.el (apropos-show-scores): Make it customizable.
20613 Document new meaning.
20614 (apropos): Compute scores from symbols.
20615 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20616
20617 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20618
20619 * ps-bdf.el: Fix copyright line.
20620 (bdf-directory-list): Fix initialization code.
20621
20622 2003-07-11 John Paul Wallington <jpw@gnu.org>
20623
20624 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20625 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20626 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20627
20628 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20629
20630 * emacs-lisp/ring.el (ring-elements): Doc fix.
20631
20632 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20633
20634 * calendar/timeclock.el (timeclock-relative)
20635 (timeclock-ask-before-exiting, timeclock-use-display-time):
20636 Doc changes.
20637 (timeclock-modeline-display): Give a message if
20638 `timeclock-use-display-time' is non-nil but `display-time-mode'
20639 is not active.
20640
20641 2003-07-11 Kenichi Handa <handa@m17n.org>
20642
20643 * international/mule-cmds.el (set-language-environment):
20644 Set current-language-environment to the correct string.
20645
20646 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20647
20648 * ps-print.el: Print line number correctly in a region. Reported by
20649 Tim Allen <timallen@ls83.fsnet.co.uk>.
20650 (ps-print-version): New version number (6.6.2).
20651 (ps-printing-region): Code fix.
20652
20653 2003-07-10 John Paul Wallington <jpw@gnu.org>
20654
20655 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20656 this function can be called from `add-completions-from-tags-table'.
20657
20658 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20659
20660 * calendar/timeclock.el (timeclock-use-display-time)
20661 (timeclock-day-over-hook, timeclock-workday-remaining)
20662 (timeclock-status-string, timeclock-when-to-leave)
20663 (timeclock-when-to-leave-string, timeclock-log-data)
20664 (timeclock-find-discrep, timeclock-day-base)
20665 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20666 (timeclock-modeline-display): Set the variable
20667 `timeclock-modeline-display'.
20668 (timeclock-update-modeline): Doc fix. Respect value of
20669 `timeclock-relative'.
20670
20671 2003-07-09 Richard M. Stallman <rms@gnu.org>
20672
20673 * textmodes/reftex-parse.el (reftex-all-document-files):
20674 Add autoload cookie.
20675
20676 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20677 (reftex-scanning-info-available-p): Add autoload cookie.
20678
20679 * international/mule-cmds.el
20680 (set-display-table-and-terminal-coding-system): Delete duplicate
20681 aset on standard-display-table.
20682
20683 * view.el (view-file): If existing buffer's major mode is special,
20684 don't go into view mode.
20685
20686 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20687
20688 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20689
20690 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20691 buffer changes; there's third party code that calls this function
20692 directly.
20693
20694 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20695
20696 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20697 (autodoc-font-lock-keywords): Don't byte compile on font lock
20698 initialization when running from byte compiled files.
20699
20700 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20701
20702 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20703 statement ends with auto-increment "++".
20704
20705 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20706
20707 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20708 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20709 these are changed, so declare them as variables and not constants.
20710
20711 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
20712
20713 * subr.el (dolist, dotimes): Doc fix.
20714
20715 2003-07-08 Kim F. Storm <storm@cua.dk>
20716
20717 * international/mule-cmds.el
20718 (set-display-table-and-terminal-coding-system): Don't break
20719 bootstrap if standard-display-table isn't setup yet.
20720
20721 2003-07-07 Richard M. Stallman <rms@gnu.org>
20722
20723 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20724 Give it a doc string, and autoload it.
20725
20726 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20727 Use with-no-warnings.
20728
20729 * info.el (Info-search): If find invisible text, search again.
20730
20731 * isearch.el (search-whitespace-regexp): Add a shy group around it.
20732
20733 * man.el (Man-name-regexp): Match + as part of name.
20734
20735 * simple.el (visible-mode): Rename from vis-mode.
20736 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20737
20738 * simple.el (current-word): New arg REALLY-WORD specifies
20739 don't include punctuation chars.
20740
20741 * emacs-lisp/debug.el (debug, debugger-env-macro):
20742 Use with-no-warnings while accessing and binding unread-command-char.
20743
20744 * international/mule-cmds.el
20745 (set-display-table-and-terminal-coding-system): Use explicit loop
20746 instead of calling standard-display-default.
20747
20748 * net/ange-ftp.el (ange-ftp-file-symlink-p):
20749 Use condition-case to catch error in ange-ftp-get-files.
20750
20751 * net/browse-url.el (browse-url-browser-function):
20752 Add alternative for Epiphany.
20753 (browse-url-epiphany-program, browse-url-epiphany-arguments)
20754 (browse-url-epiphany-startup-arguments)
20755 (browse-url-epiphany-new-window-is-tab): New variables.
20756 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20757
20758 * progmodes/compile.el (compile-auto-highlight): Default now t.
20759 (compile): Doc fix.
20760 (compilation-next-error): Fix previous change.
20761
20762 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20763
20764 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20765
20766 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
20767
20768 * gdb-ui.el (gdb-source-info): Display current frame when
20769 attaching to an existing process.
20770 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20771 while laying out windows when attaching to an existing process.
20772
20773 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
20774
20775 * info.el (Info-menu): Use Info-menu-entry-name-re.
20776
20777 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
20778
20779 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
20780 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
20781
20782 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
20783 to match the same text.
20784
20785 2003-07-06 John Paul Wallington <jpw@gnu.org>
20786
20787 * vc.el (vc-annotate-offset): Move defvar up.
20788
20789 2003-07-06 Kim F. Storm <storm@cua.dk>
20790
20791 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
20792 This should fix the infinite loop when extracting menu names.
20793
20794 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
20795
20796 * files.el (auto-mode-alist, interpreter-mode-alist):
20797 Remove entries to CC Mode modes to avoid duplicates; they are now added
20798 with autoload directives in cc-mode.el.
20799
20800 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
20801
20802 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20803 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20804 these are changed, so declare them as variables and not constants.
20805
20806 * progmodes/cc-mode.el: Fix some autoload problems: Try to
20807 ensure that the entry for ".c" extension comes before the one for
20808 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
20809 Fix incorrect entries that were added to `interpreter-mode-alist'.
20810 Move the autoload directives for AWK to the top level since they
20811 aren't recognized anywhere else. Do not use the new AWK mode doc
20812 in the autoload form for the old AWK mode.
20813
20814 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20815
20816 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
20817 (bibtex-sort-ignore-string-entries): Default value t.
20818 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
20819 erroneously in previous version.
20820 (bibtex-string-files): Docstring reflects new parsing scheme.
20821 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20822 docstring, add # as one of the chars to crush
20823 (bibtex-autokey-prefix-string, bibtex-autokey-names)
20824 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20825 (bibtex-autokey-name-change-strings)
20826 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20827 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20828 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20829 (bibtex-autokey-title-terminators)
20830 (bibtex-autokey-titlewords-stretch)
20831 (bibtex-autokey-titleword-ignore)
20832 (bibtex-autokey-titleword-case-convert)
20833 (bibtex-autokey-titleword-abbrevs)
20834 (bibtex-autokey-titleword-abbrevs)
20835 (bibtex-autokey-titleword-change-strings)
20836 (bibtex-autokey-titleword-length)
20837 (bibtex-autokey-titleword-separator)
20838 (bibtex-autokey-name-year-separator)
20839 (bibtex-autokey-year-title-separator)
20840 (bibtex-autokey-before-presentation-function)
20841 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20842 Fix docstring.
20843 (bibtex-strings, bibtex-reference-keys):
20844 Use lazy-completion-table and make-variable-buffer-local.
20845 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20846 (bibtex-braced-string-syntax-table)
20847 (bibtex-quoted-string-syntax-table): New variables.
20848 (bibtex-parse-nested-braces): Remove.
20849 (bibtex-parse-field-string): Use syntax table and forward-sexp.
20850 (bibtex-parse-association): Simplify.
20851 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20852 (bibtex-parse-field-text): Simplify.
20853 (bibtex-search-forward-field, bibtex-search-backward-field):
20854 argument BOUND can take value t.
20855 (bibtex-start-of-field, bibtex-start-of-name-in-field)
20856 (bibtex-end-of-name-in-field, bibtex-end-of-field)
20857 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20858 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20859 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20860 (bibtex-skip-to-valid-entry): Return buffer position of beginning
20861 and ending of entry. Update for changes of bibtex-search-entry.
20862 Simplify.
20863 (bibtex-map-entries): FUN is called with three arguments.
20864 (bibtex-search-entry): Return a cons pair with buffer positions of
20865 beginning and end of entry.
20866 (bibtex-enclosing-field): Simplify.
20867 (bibtex-format-entry): Use booktitle to set a missing title.
20868 (bibtex-autokey-get-names): Fiddle with regexps.
20869 (bibtex-generate-autokey): Use identity.
20870 (bibtex-parse-keys): Use simplified parsing algorithm if
20871 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
20872 arguments. Return alist of keys.
20873 (bibtex-parse-strings): Simplify. Return alist of strings.
20874 (bibtex-complete-string-cleanup): Fix docstring.
20875 (bibtex-read-key): New function.
20876 (bibtex-mode): Fix docstring. Do not parse for keys and
20877 strings when the mode is entered. Set fill-paragraph-function to
20878 bibtex-fill-field. Setup font-lock-mark-block-function the way
20879 font-lock intended.
20880 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
20881 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20882 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20883 (bibtex-Preamble): Avoid hard coded constants.
20884 (bibtex-make-field): Fix docstring. Simplify.
20885 (bibtex-beginning-of-entry): Always return new position of point.
20886 (bibtex-end-of-entry): Rearrange cond clauses.
20887 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20888 Update for changes of bibtex-map-entries.
20889 (bibtex-ispell-abstract): Do not move point.
20890 (bibtex-entry-index): Use downcase. Simplify.
20891 (bibtex-lessp): Handle catch-all.
20892 (bibtex-find-crossref): Turn into a command.
20893 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
20894 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
20895 preamble entries.
20896 (bibtex-fill-field-bounds): New function.
20897 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
20898 (bibtex-fill-entry): Use bibtex-fill-field-bounds
20899 (bibtex-String): Use bibtex-strings. Always obey
20900 bibtex-sort-ignore-string-entries.
20901
20902 2003-07-05 John Paul Wallington <jpw@gnu.org>
20903
20904 * cus-theme.el (customize-create-theme):
20905 Call `customize-create-theme' in Reset widget's notify function.
20906
20907 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20908 (ibuffer-mark-interactive): Use `or' instead of `unless'.
20909 (define-ibuffer-column name): Add summarizer.
20910 (define-ibuffer-column size): Likewise.
20911 (define-ibuffer-column filename): Likewise.
20912 (define-ibuffer-column process): Likewise. Change BODY's output too.
20913 (define-ibuffer-column filename-and-process): Likewise, likewise.
20914 (ibuffer): Remove local vars `already-in' and `need-update'.
20915
20916 * ibuf-ext.el: Don't require `derived' at compile-time.
20917
20918 2003-07-05 Kim F. Storm <storm@cua.dk>
20919
20920 * info.el: Disable paragraph refilling.
20921 (Info-refill-paragraphs): New defcustom.
20922 (Info-fontify-node): Use it.
20923
20924 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
20925
20926 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20927 thingies from constructors created by defstruct.
20928
20929 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20930 the default value of the variable.
20931 (byte-code-meter): Move declaration to top level.
20932
20933 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20934
20935 * info.el (Info-following-node-name-re): New fun.
20936 (Info-following-node-name): Remove.
20937 (Info-insert-dir): Use the new fun.
20938 (Info-extract-pointer): Don't save restriction; use new fun.
20939 (Info-menu-entry-name-re): New const.
20940 (Info-menu-entry-name-re): Use it along with new fun.
20941 (Info-node-spec-re): Use new fun.
20942 (Info-complete-menu-item, Info-fontify-node): Use new const.
20943 (Info-goto-node, Info-follow-reference, Info-menu-update):
20944 Use match-string.
20945 (Info-follow-reference): Use assoc-string.
20946 Use a list of strings for the completion table.
20947 (Info-fontify-node): Use match-string, line-end-position.
20948 Limit the search for `node:' to the first line.
20949
20950 * newcomment.el (uncomment-region): Remove padding coming from
20951 comment-start rather than just from comment-padding.
20952
20953 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20954 (vc-cvs-stay-local-p): Use vc-stay-local-p.
20955 (vc-cvs-rename-file): Remove (use the default).
20956 (vc-cvs-register): Register parent dir if needed.
20957 (vc-cvs-could-register): Return non-nil if parent can be registered.
20958 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20959 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20960
20961 * vc-svn.el (vc-svn-use-edit): Make it into a const.
20962 (vc-svn-update): Fix the arguments to `svn'.
20963 (vc-svn-diff-tree): Just use `vc-svn-diff'.
20964 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20965 Simple implementations, assuming `name' is a URL.
20966
20967 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20968 set of chars allowed unquoted in a case pattern.
20969
20970 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20971
20972 * font-lock.el (font-lock-extra-types-widget)
20973 (c-font-lock-extra-types, c++-font-lock-extra-types)
20974 (objc-font-lock-extra-types, java-font-lock-extra-types)
20975 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20976 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20977 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20978 (font-lock-match-c++-structor-declaration)
20979 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20980 (c++-font-lock-keywords-3, c++-font-lock-keywords)
20981 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20982 (objc-font-lock-keywords-3, objc-font-lock-keywords)
20983 (java-font-lock-keywords-1, java-font-lock-keywords-2)
20984 (java-font-lock-keywords-3, java-font-lock-keywords)
20985 (java-font-lock-syntactic-face-function): Remove obsolete code
20986 and constants. It's all in cc-fonts.el now.
20987
20988 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
20989
20990 * mail/sendmail.el (mail-specify-envelope-from)
20991 (mail-envelope-from): Doc fix.
20992
20993 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
20994
20995 * generic-x.el: Do away with the dependency on `c-emacs-features'
20996 when populating `rul-generic-mode-syntax-table'; we already know
20997 this isn't XEmacs.
20998
20999 See ChangeLog.10 for earlier changes.
21000
21001 ;; Local Variables:
21002 ;; coding: iso-2022-7bit
21003 ;; End:
21004
21005 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21006 Copying and distribution of this file, with or without modification,
21007 are permitted provided the copyright notice and this notice are preserved.
21008
21009 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1