]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (mac-services-mail-selection)
4 (mac-services-mail-to): New functions.
5 (mac-application-menu-map): Bind them.
6
7 2005-07-12 wulei <milton@wulei.net> (tiny change)
8
9 * progmodes/gdb-ui.el: Add note about buffering with Windows.
10
11 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12
13 * custom.el (custom-reevaluate-setting): Doc fix.
14
15 2005-07-11 Jay Belanger <belanger@truman.edu>
16
17 * calc/calc.el (calc-embedded-announce-formula-alist)
18 (calc-embedded-open-close-plain-alist)
19 (calc-embedded-open-close-mode-alist): Added checks for additional
20 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21
22 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
23
24 * custom.el (custom-enable-theme): Don't add theme to
25 `custom-enabled-themes' with `push' because there is no
26 setf-method for `delq'.
27
28 2005-07-11 Richard M. Stallman <rms@gnu.org>
29
30 * custom.el (custom-declare-variable): Doc fix.
31
32 * dired-aux.el (dired-compare-directories): Remove "." and ".."
33 from the alists.
34
35 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
36 Do nothing if edebug-active.
37
38 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
39 (edebug-display): Do it here instead.
40
41 2005-07-10 Richard M. Stallman <rms@gnu.org>
42
43 * cus-face.el (custom-theme-set-faces): Make it work.
44 (custom-reset-faces): Doc fix.
45 (custom-theme-reset-internal-face, custom-theme-face-value):
46 Functions deleted.
47
48 * custom.el (custom-push-theme): Maintain list of the settings
49 of a given theme in its theme-settings property.
50 Maintain position of old settings in the theme-value
51 or theme-face property.
52 (custom-enabled-themes): New variable.
53 (custom-theme-enabled-p): New function.
54 (provide-theme): Update custom-enabled-themes.
55 Disable and reenable the `user' theme.
56 (require-theme): Doc fix.
57 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
58 (custom-theme-value, custom-theme-variable-value): Likewise.
59 (custom-theme-reset-internal): Likewise.
60 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
61 (custom-enable-theme, custom-disable-theme): New functions.
62 (custom-variable-theme-value, custom-face-theme-value): Likewise.
63 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
64 (custom-theme-reset-variables): Simplify.
65 (deftheme, custom-declare-theme, custom-make-theme-feature):
66 Definitions moved.
67
68 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
69
70 * longlines.el (longlines-show-region)
71 (longlines-unshow-hard-newlines): Recognize hard newlines by
72 non-nil hard property, instead of t.
73
74 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
75
76 * viper-cmd.el (viper--key-maps): New variable.
77 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
78 emulation-mode-map-alists.
79 (viper-envelop-ESC-key): Use viper-subseq.
80 (viper-search-forward/backward/next): Disable debug-on-error.
81
82 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
83 (viper-ESC-key): New defcustoms.
84
85 * viper-macs.el (ex-map-read-args): Use viper-subseq.
86
87 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
88 (viper-subseq): Copy of subseq from cl.el.
89
90 * viper.el (viper-go-away, viper-set-hooks): Use
91 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
92
93 * viper-mous.el (viper-current-frame-saved): Use defvar.
94
95 * viper-init.el: Get rid of -face in face names.
96
97 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
98 Make it work with longlines mode
99
100 * ediff-mult.el (ediff-meta-mode-hook): New variable.
101
102 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
103
104 * ediff-init: Get rid of -face in face names.
105
106 2005-07-10 Richard M. Stallman <rms@gnu.org>
107
108 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
109 and with-timeout-unsuspend.
110
111 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
112 and with-timeout-unsuspend.
113
114 * emacs-lisp/timer.el (with-timeout-timers): New variable.
115 (with-timeout): Bind that variable to record timers.
116 (with-timeout-suspend, with-timeout-unsuspend): New functions.
117
118 * emacs-lisp/debug.el (debug-help-follow): New function.
119 (debugger-mode-map): Use that instead of help-follow.
120 (debugger-setup-buffer): Use eval-buffer-list
121 to handle eval-buffer frames.
122
123 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
124
125 * timezone.el (timezone-parse-date): Changed first regexp
126 so it will not mistakenly match dates with no time zone.
127
128 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
129
130 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
131
132 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
133
134 * custom.el (custom-initialize-safe-set)
135 (custom-initialize-safe-default): New functions.
136
137 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
138 and simplify :init-value.
139
140 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
141 and simplify :init-value. Delete obsolete comment.
142
143 * startup.el (command-line): Use `custom-reevaluate-setting' to
144 handle `tooltip-mode'. Delete obsolete comment.
145
146 * files.el (set-visited-file-name): Avoid calling
147 `file-name-nondirectory' with a nil argument.
148
149 2005-07-09 Richard M. Stallman <rms@gnu.org>
150
151 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
152 was called with nil for the buffer, handle the read position right.
153 Handle read position for eval-region, too.
154
155 2005-07-09 Juri Linkov <juri@jurta.org>
156
157 * fringe.el (fringe-mode): Add period in docstring.
158 (fringe-query-style): Build prompt depending on `all-frames' arg.
159
160 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
161 to not create links to unrelated functions in the Help buffer.
162
163 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
164 Doc fix.
165
166 * simple.el (next-error-hook): New variable.
167 (next-error): Use it. Doc fix.
168
169 * textmodes/ispell.el (ispell-command-loop): Add current
170 dictionary name and program name to mode-line-format.
171 (ispell-region, ispell-process-line): Add current dictionary name
172 and program name to messages.
173
174 2005-07-08 Jay Belanger <belanger@truman.edu>
175
176 * calc/calc.el (calc-embedded-announce-formula-alist)
177 (calc-embedded-open-close-formula-alist)
178 (calc-embedded-open-close-word-alist)
179 (calc-embedded-open-close-plain-alist)
180 (calc-embedded-open-close-new-formula-alist)
181 (calc-embedded-open-close-mode-alist)
182 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
183 (calc-embedded-mode-hook): New variables.
184
185 * calc/calc-embed.el (calc-embedded-firsttime)
186 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
187 New variables.
188 (calc-do-embedded): Use calc-embedded-firsttime,
189 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
190 determine whether or not to run hooks.
191 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
192 calc-embedded-firsttime-formula appropriately.
193 Set calc-embedded delimiter variables according to mode.
194
195 2005-07-08 Richard M. Stallman <rms@gnu.org>
196
197 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
198 Check for "emacs", etc., as entire symbol, not just as word.
199 (checkdoc-file-comments-engine): Use regexp-quote on FN.
200
201 * files.el (set-visited-file-name): Report the error
202 for "empty filename" earlier.
203 (kill-some-buffers): Ignore buffers already dead.
204
205 * fringe.el (fringe-mode): Doc fix.
206
207 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
208 Check for (featurep 'xemacs) and turn off warnings in what it guards.
209 Use unwind-protect to ensure byte-compile-unresolved-functions
210 is updated.
211
212 * whitespace.el (whitespace-buffer-leading-cleanup):
213 Simplify w/ skip-chars-forward.
214 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
215
216 * mail/rmail.el (rmail-only-expunge): Fix paren error.
217 Unconditionally try to leave point at the same old place.
218
219 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
220
221 * comint.el (comint-postoutput-scroll-to-bottom)
222 (comint-show-maximum-output): Take scroll-margin into
223 consideration.
224
225 2005-07-08 Kim F. Storm <storm@cua.dk>
226
227 * ido.el (ido-use-filename-at-point): New choice `guess'.
228 (ido-file-internal): Try ffap-guesser if selected.
229
230 * ido.el (ido-before-fallback-functions): New hook.
231 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
232 (ido-read-file-name): Run it.
233
234 2005-07-07 Jay Belanger <belanger@truman.edu>
235
236 * calc/calc-units.el (math-apply-units): Change the places in
237 which units are simplified.
238
239 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
240
241 * cus-edit.el (customize-option, customize-option-other-window):
242 Make them handle aliases.
243
244 * custom.el (custom-variable-p): Make it recursively follow
245 aliases. Mention that in the docstring.
246
247 2005-07-07 Richard M. Stallman <rms@gnu.org>
248
249 * cus-start.el (exec-path): Use `directory' instead of `file'.
250 Fix tag for nil.
251
252 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
253
254 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
255 when called non-interactively. Doc fix.
256
257 2005-07-07 Lute Kamstra <lute@gnu.org>
258
259 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
260 new address as well.
261
262 2005-07-07 Kenichi Handa <handa@m17n.org>
263
264 * international/mule.el (make-coding-system): Describe
265 `ascii-incompatible' property in the docstring.
266 (set-file-name-coding-system): Signal an error if coding-system is
267 ascii-incompatible.
268 (set-keyboard-coding-system): Likewise.
269
270 * international/mule-cmds.el (set-default-coding-systems):
271 Don't set default-file-name-coding-system and
272 default-keyboard-coding-system if coding-system is
273 ASCII-incompatible.
274
275 * international/utf-16.el: Declare that all UTF-16-based coding
276 systems are ASCII-incompatible.
277
278 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
279
280 * progmodes/gud.el: Require font-lock for displaying errors.
281 Used by gdb-ui.el.
282
283 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
284
285 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
286 values for the pattern lists which are `read'able but not
287 `append'able (like symbols).
288
289 2005-07-06 Richard M. Stallman <rms@gnu.org>
290
291 * progmodes/flymake.el (flymake-float-time): Instead of
292 with-no-warnings, test for xemacs.
293 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
294 to avoid warning.
295
296 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
297
298 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
299
300 2005-07-05 Lute Kamstra <lute@gnu.org>
301
302 * battery.el: Add support for Darwin (with much debugging help
303 from Samuel Lauber <sam124@operamail.com>).
304 (battery-status-function, battery-echo-area-format)
305 (battery-mode-line-format): Add support for pmset on Darwin.
306 (battery-load-low, battery-load-critical): New user options.
307 (battery-pmset): New function.
308
309 2005-07-05 Lute Kamstra <lute@gnu.org>
310
311 Update FSF's address in GPL notices.
312
313 * textmodes/page-ext.el: Update FSF's address.
314
315 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
318 filling from using prefix when filling a single-line docstring.
319
320 * progmodes/flymake.el: Remove useless eval-when-compile.
321
322 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
323
324 2005-07-04 Richard M. Stallman <rms@gnu.org>
325
326 * textmodes/org.el (org-file-apps-defaults-gnu):
327 Rename from org-file-apps-defaults-linux.
328 (org-default-apps): Don't test system-type for `linux'.
329 (org-file-apps): Doc fix.
330
331 2005-07-04 David Ponce <david@dponce.com>
332
333 * tree-widget.el: Improve header Commentary section.
334 (tree-widget) [defgroup]
335 (tree-widget-image-enable, tree-widget-themes-directory)
336 (tree-widget-theme, tree-widget-image-properties-emacs)
337 (tree-widget-image-properties-xemacs, tree-widget-create-image)
338 (tree-widget-image-formats, tree-widget-control)
339 (tree-widget-empty-control, tree-widget-leaf-control
340 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
341 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
342 (tree-widget-keep, tree-widget-after-toggle-functions)
343 (tree-widget-open-node, tree-widget-close-node): Doc fix.
344 (tree-widget-open-control, tree-widget-close-control): Fix doc and
345 :help-echo message.
346 (tree-widget-set-theme): Doc fix. Use `string-equal'.
347 (tree-widget-image-properties): Doc fix. Clearer implementation.
348 (tree-widget--cursors): New constant.
349 (tree-widget-lookup-image): New function split from
350 `tree-widget-find-image'. Clearer implementation.
351 (tree-widget-find-image): Use it.
352 (tree-widget-button-keymap): Use `set-keymap-parent'.
353 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
354 Define the sub-widgets here.
355 (tree-widget-node): Check that :node is not a tree-widget.
356 (tree-widget-get-super, tree-widget-open-control)
357 (tree-widget-close-control, tree-widget-empty-control)
358 (tree-widget-leaf-control, tree-widget-guide)
359 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
360 (tree-widget-no-handle, tree-widget-value-delete)
361 (tree-widget-map): Remove.
362 (tree-widget-children-value-save): Doc fix. Simplified.
363 (tree-widget-value-create): Update according to previous changes.
364
365 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
366
367 * textmodes/org.el: Leading space replaced by TABS.
368 (org-recalc-marks, org-table-rotate-recalc-marks)
369 (org-table-get-specials): Treat "^" and "_" marks.
370 (org-table-justify-field-maybe): Optional argument NEW.
371 (org-table-eval-formula): Parsing of the format simplified.
372 New modes C,I. Honor the %= parameter in the current table.
373 Avoid unnecessary re-align by using the NEW argument to
374 `org-table-justify-field-maybe'.
375 (org-calc-default-modes): Default for date-format mimicks org-mode.
376 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
377
378 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
379
380 * cus-face.el (custom-theme-set-faces): Make it handle face
381 aliases whose alias declarations are pre- or autoloaded.
382
383 2005-07-04 Juri Linkov <juri@jurta.org>
384
385 * faces.el (read-face-name): Put the code for getting a face name
386 from the buffer before adding the faces from the `face' property.
387 Use `completing-read-multiple' instead of `completing-read'.
388 Require `crm'. Add default value and post-process the returned
389 list of faces.
390
391 * emacs-lisp/crm.el (crm-find-current-element)
392 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
393
394 * emacs-lisp/lisp-mode.el (eval-defun-1):
395 * emacs-lisp/edebug.el (edebug-eval-defun):
396 Remove unnecessary quotes.
397
398 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
399
400 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
401 (prolog-indent-level): Fix typo in docstring.
402
403 * info.el (Info-history, Info-history-forward)
404 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
405
406 * add-log.el (add-change-log-entry):
407 * comint.el (comint-dynamic-list-input-ring)
408 (comint-dynamic-list-completions):
409 * dabbrev.el (dabbrev-expand):
410 * delim-col.el (delimit-columns-rectangle-line):
411 * diff-mode.el (diff-context->unified, diff-reverse-direction)
412 (diff-unified->context):
413 * ediff-init.el (ediff-abbrev-jobname):
414 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
415 (ediff-replace-session-activity-marker-in-meta-buffer):
416 * info.el (Info-summary):
417 * lpr.el (printify-region):
418 * printing.el (pr-create-interface):
419 * ps-print.el (ps-print-quote):
420 * ses.el (ses-column-widths, ses-print-cell)
421 (ses-adjust-print-width, ses-center):
422 * shell.el (shell-file-name-quote-list):
423 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
424 (strokes-fill-current-buffer-with-whitespace)
425 (strokes-xpm-for-stroke, strokes-list-strokes)
426 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
427 * term.el (term-dynamic-list-input-ring)
428 (term-dynamic-list-completions):
429 * calc/calc.el (math-format-stack-value):
430 * emacs-lisp/edebug.el (edebug-display-freq-count):
431 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
432 (delphi-new-comment-line):
433 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
434 * progmodes/executable.el (executable-set-magic):
435 * progmodes/python.el (inferior-python-mode):
436 * progmodes/scheme.el (scheme-mode-syntax-table):
437 * progmodes/sh-script.el (sh-maybe-here-document):
438 * progmodes/sql.el (sql-copy-column):
439 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
440 * textmodes/bibtex.el (bibtex-mode):
441 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
442 (sgml-auto-attributes):
443 * textmodes/table.el (table-insert, table-shorten-cell)
444 (table--generate-source-scan-lines, table-delete-row)
445 (*table--cell-delete-char, table--spacify-frame)
446 (table--horizontally-shift-above-and-below)
447 (table--cell-insert-char, table--cell-blank-str)
448 (table--fill-region-strictly):
449 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
450 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
451
452 * add-log.el (change-log):
453 * apropos.el (apropos):
454 * comint.el (comint-completion, comint-source):
455 * dabbrev.el (dabbrev):
456 * delim-col.el (columns):
457 * diff-mode.el (diff-mode):
458 * ediff.el (ediff):
459 * ediff-diff.el (ediff-diff):
460 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
461 * ediff-mult.el (ediff-mult):
462 * ediff-ptch.el (ediff-ptch):
463 * ediff-wind.el (ediff-window):
464 * facemenu.el (facemenu):
465 * indent.el (indent):
466 * info.el (info):
467 * jka-cmpr-hook.el (compression, jka-compr):
468 * lpr.el (lpr):
469 * outline.el (outlines):
470 * pcmpl-cvs.el (pcmpl-cvs):
471 * pcmpl-rpm.el (pcmpl-rpm):
472 * printing.el (printing):
473 * ps-print.el (postscript, ps-print, ps-print-horizontal)
474 (ps-print-vertical, ps-print-headers, ps-print-font)
475 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
476 (ps-print-background, ps-print-printer, ps-print-page)
477 (ps-print-miscellany):
478 * ses.el (ses):
479 * shell.el (shell, shell-directories, shell-faces):
480 * startup.el (initialization):
481 * strokes.el (strokes):
482 * term.el (term):
483 * uniquify.el (uniquify):
484 * w32-vars.el (w32):
485 * calc/calc.el (calc):
486 * emacs-lisp/bytecomp.el (bytecomp):
487 * emacs-lisp/cl-indent.el (lisp-indent):
488 * emacs-lisp/edebug.el (edebug):
489 * emacs-lisp/elp.el (elp):
490 * emacs-lisp/testcover.el (testcover):
491 * emacs-lisp/trace.el (trace):
492 * emulation/viper-ex.el (viper-ex):
493 * emulation/viper-mous.el (viper-mouse):
494 * mail/mailalias.el (mailalias):
495 * mail/supercite.el (supercite, supercite-frames)
496 (supercite-attr, supercite-cite, supercite-hooks):
497 * net/rcompile.el (remote-compile):
498 * net/rlogin.el (rlogin):
499 * obsolete/ooutline.el (outlines):
500 * progmodes/delphi.el (delphi):
501 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
502 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
503 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
504 (ebnf-optimization):
505 * progmodes/etags.el (etags):
506 * progmodes/executable.el (executable):
507 * progmodes/idlwave.el (idlwave):
508 * progmodes/pascal.el (pascal):
509 * progmodes/prolog.el (prolog):
510 * progmodes/python.el (python):
511 * progmodes/scheme.el (scheme):
512 * progmodes/sh-script.el (sh, sh-script):
513 * progmodes/sql.el (SQL):
514 * progmodes/tcl.el (tcl):
515 * textmodes/bibtex.el (bibtex, bibtex-autokey):
516 * textmodes/enriched.el (enriched):
517 * textmodes/makeinfo.el (makeinfo):
518 * textmodes/sgml-mode.el (sgml):
519 * textmodes/table.el (table-hooks):
520 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
521 * textmodes/texinfo.el (texinfo):
522 * textmodes/two-column.el (two-column):
523 Finish `defgroup' description with period.
524
525 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
526 * eshell/esh-var.el (eshell-var):
527 * progmodes/vhdl-mode.el (vhdl-testbench):
528 * textmodes/org.el (org): Fix typos in docstrings.
529
530 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
531 consistency.
532
533 * progmodes/flymake.el (flymake-find-file): Remove.
534 (flymake-float-time): Use `with-no-warnings'.
535 (flymake-check-start-time, flymake-check-was-interrupted)
536 (flymake-err-info, flymake-is-running, flymake-last-change-time)
537 (flymake-new-err-info): `defvar' at compile time.
538
539 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
540
541 * replace.el (occur-hook): Doc fix.
542 (occur-1): Don't call `occur-hook' if there are no matches.
543
544 2005-07-03 Richard M. Stallman <rms@gnu.org>
545
546 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
547 global-map, save the same map.
548 (global-map): Don't alter it at top level.
549 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
550 Then alter it here instead.
551 (tpu-edt-off): Set global-map to the saved one.
552
553 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
554 All references simplified.
555 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
556 (zmacs-regions): Add defvar.
557 (repeat-complex-command-map): Everything about that deleted.
558
559 * textmodes/artist.el (artist-key-is-drawing)
560 (artist-key-endpoint1, artist-key-poly-point-list)
561 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
562 (artist-key-compl-table, artist-rb-save-data)
563 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
564 Don't put them in eval-when-compile.
565 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
566
567 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
568 Use with-no-warnings.
569
570 * net/browse-url.el (dos-windows-version): Add defvar.
571
572 * mail/supercite.el (filladapt-prefix-table): Add defvar.
573
574 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
575 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
576 (rmail-new-summary-line-count): Rename from new-summary-line-count.
577 Add defvar.
578 (rmail-summary-beginning-of-message): Use with-no-warnings.
579 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
580
581 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
582 Use with-no-warnings.
583
584 * emulation/vi.el (vi-mark-region): Use c-mark-function.
585 (c-mark-function): Add point-moving-unit property.
586 (vi-goto-line): Use with-no-warnings.
587
588 * emulation/edt.el (edt-last-copied-word): Add defvar.
589 (zmacs-region-stays): Likewise.
590 (edt-mark-section-wisely): Use c-mark-function for C.
591 Use makr-defun for Fortran.
592 (time-string): defvar deleted.
593 (edt-display-the-time): Don't set time-string.
594
595 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
596
597 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
598 Don't warn when name is not constant
599 or for defining the group `emacs'.
600
601 * tooltip.el (gud-tooltip-mode): Add defvar.
602
603 * startup.el (default-frame-background-mode): Add defvar.
604
605 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
606
607 * info.el (tool-bar-map): Add defvar.
608
609 * dired.el (dnd-protocol-alist): Add defvar.
610
611 * dired-aux.el (dired-query): Display question with answer, when
612 the user answers.
613
614 * custom.el (custom-add-option): Doc fix.
615
616 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
617
618 2005-07-03 Eli Zaretskii <eliz@gnu.org>
619
620 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
621 bogus name from the last change.
622
623 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
624
625 * custom.el (custom-declare-variable): Fix typos in comment.
626 (custom-known-themes): Doc fix.
627 (custom-theme-directory): New defcustom.
628 (require-theme): Make it check `custom-theme-directory'.
629
630 * cus-theme.el (custom-new-theme-mode): New function.
631 (custom-theme-name, custom-theme-variables, custom-theme-faces)
632 (custom-theme-description): Add compiler defvars.
633 (customize-create-theme): Add doc to the "*New Custom Theme*"
634 buffer. Use `custom-new-theme-mode'.
635 (custom-theme-write): Put the created buffer in emacs-lisp-mode
636 and save it to the `custom-theme-directory'. Make this the
637 default directory of the buffer.
638
639 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
640
641 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
642 Fix unbalanced parentheses.
643
644 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
647 into flymake-mode and delegate to flymake-mode.
648
649 * find-file.el (ff-which-function-are-we-in): Clean up.
650
651 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
652
653 * replace.el (occur-rename-buffer): Fix docstring.
654
655 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
656 (edt-last-copied-word, edt-learn-macro-count)
657 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
658 (edt-rect-start-point, edt-user-global-map, rect-start-point)
659 (time-string, zmacs-region-stays):
660 * emulation/edt-mapper.el (edt-save-function-key-map)
661 (EDT-key-name): `defvar' to silence the byte-compiler.
662
663 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
664
665 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
666 font-lock-regexp-backslash. Doc fix.
667 (font-lock-regexp-backslash-grouping-construct): Rename from
668 font-lock-regexp-backslash-construct. Doc fix.
669 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
670 grouping constructs.
671
672 2005-07-02 Eli Zaretskii <eliz@gnu.org>
673
674 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
675 updating all the prerequisites.
676
677 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
678
679 * textmodes/org.el (org-agenda-start-on-weekday)
680 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
681 (org-agenda-use-time-grid, org-archive-location)
682 (org-allow-space-in-links, org-usenet-links-prefer-google)
683 (org-enable-table-editor, org-export-default-language)
684 (org-export-html-show-new-buffer, org-fill-paragraph)
685 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
686 (org-goto-quit, org-occur, org-eval-in-calendar)
687 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
688 (org-agenda-diary-entry, org-remember-help)
689 (org-table-convert-region, org-at-table-p)
690 (org-table-move-row-down, org-table-move-row-up)
691 (org-table-copy-region, org-table-toggle-vline-visibility)
692 (org-table-get-stored-formulas, org-table-get-specials)
693 (org-recalc-commands, org-table-eval-formula)
694 (org-table-formula-substitute-names, orgtbl-make-binding)
695 (org-format-org-table-html, org-format-table-table-html)
696 (org-format-table-table-html-using-table-generate-source)
697 (org-customize): Fix typos in docstrings.
698 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
699 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
700 (org-back-to-heading): Doc fixes.
701 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
702 (org-agenda-change-all-lines, org-get-header):
703 Improve argument/docstring consistency.
704 (orgtbl-error): Fix error message.
705
706 * progmodes/flymake.el (flymake-find-possible-master-files)
707 (flymake-master-file-compare, flymake-get-line-err-count)
708 (flymake-highlight-line, flymake-gui-warnings-enabled):
709 Fix typos in docstrings.
710 (flymake-parse-line, flymake-get-project-include-dirs-function)
711 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
712 Doc fixes.
713 (flymake-get-project-include-dirs-function)
714 (flymake-make-err-menu-data):
715 Improve argument/docstring consistency.
716
717 2005-07-01 Lute Kamstra <lute@gnu.org>
718
719 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
720 Catch errors with ignore-errors. Use temporary buffer.
721 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
722
723 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
724 background color faces.
725 (facemenu-set-foreground, facemenu-set-background):
726 Use facemenu-set-face-from-menu.
727 (facemenu-set-face-from-menu): Treat face names that start with
728 "fg:" or "bg:" as special.
729 (facemenu-add-new-color): Don't create faces. Simplify.
730
731 2005-06-30 Richard M. Stallman <rms@gnu.org>
732
733 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
734 (crm-find-current-element): Likewise.
735
736 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
737
738 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
739
740 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * arc-mode.el (archive-extract): Make it work as a mouse binding.
743 (archive-mouse-extract): Make it an obsolete alias.
744 (archive-mode-map): Don't use archive-mouse-extract any more.
745 (archive-mode, archive-extract): write-contents-hooks ->
746 write-contents-functions.
747 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
748 first arg.
749 (archive-rename-entry): Update the call.
750 (archive-zip-summarize): Remove unused var `method'.
751 (archive-lzh-summarize): Remove unused var `creator'.
752
753 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
754 dedicated frame upon exit.
755
756 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
757 (archive-zip-extract, archive-zip-expunge)
758 (archive-zip-update, archive-zip-update-case): Use executable-find.
759 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
760 Use restore-buffer-modified-p.
761 (archive-extract, archive-add-new-member, archive-write-file-member):
762 Use with-current-buffer.
763 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
764
765 2005-06-30 Andreas Schwab <schwab@suse.de>
766
767 * progmodes/gud.el (gud-filter): Remove unneeded progn.
768
769 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
770
771 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
772
773 2005-06-30 Juri Linkov <juri@jurta.org>
774
775 * faces.el (vertical-border): Inherit from mode-line-inactive
776 only on tty.
777
778 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
779
780 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
781 example, -NLINES in the `occur' docstring).
782
783 * replace.el (occur-1): When no matches are found, do not set the
784 `buffer-read-only' and modified flags for the occur buffer,
785 because it is deleted.
786
787 * emulation/cua-base.el (cua-check-pending-input)
788 (cua-repeat-replace-region, cua-mode, cua-debug)
789 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
790 Fix typos in docstrings.
791
792 * emulation/cua-gmrk.el (cua-toggle-global-mark)
793 (cua-cut-region-to-global-mark)
794 (cua--cut-rectangle-to-global-mark):
795 Remove period from end of messages.
796
797 * emulation/cua-rect.el (cua-do-rectangle-padding):
798 Remove period from end of messages.
799 (cua--rectangle-seq-format): Fix typo in docstring.
800 (cua-sequence-rectangle, cua-fill-char-rectangle):
801 Improve argument/docstring consistency.
802
803 2005-06-29 Juri Linkov <juri@jurta.org>
804
805 * faces.el (default-frame-background-mode): New internal variable.
806 (frame-set-background-mode): Use it.
807
808 * startup.el (normal-top-level): Set default-frame-background-mode
809 instead of frame-background-mode. Before setting it, test for its
810 nil value. Remove tests for frame-background-mode and frame
811 parameter `reverse'. Add test for "unspecified-fg".
812
813 * term/xterm.el (xterm-rxvt-set-background-mode):
814 * term/rxvt.el (rxvt-set-background-mode):
815 Set default-frame-background-mode instead of frame-background-mode.
816
817 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
818
819 * simple.el (set-variable): Warn about obsolete user variables.
820
821 * imenu.el (imenu--completion-buffer):
822 * mouse.el (mouse-buffer-menu-alist):
823 * msb.el (msb-invisible-buffer-p):
824 * calendar/diary-lib.el (diary-header-line-format):
825 * emacs-lisp/pp.el (pp-buffer):
826 * progmodes/cperl-mode.el (cperl-do-auto-fill):
827 * textmodes/picture.el (picture-replace-match):
828 Change space constants followed by a sexp to "?\s ".
829
830 * play/decipher.el (decipher-loop-with-breaks):
831 * textmodes/texinfo.el (texinfo-insert-@item): Change space
832 constants "protected" from end of line by a comment to "?\s".
833
834 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * font-lock.el (save-buffer-state): Use `declare'.
837
838 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
839 reset the syntax-table to cperl-mode-syntax-table.
840 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
841 "foo_print_bar" is not matched as a reserved keyword.
842
843 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
844
845 * textmodes/org.el (orgtbl-setup): New function, for delayed
846 setup for the orgtbl commands.
847 (org-calc-default-modes): New option.
848 (orgtbl-make-binding): Use `defun' to get better help display.
849 (org-diary): Call `org-compile-prefix-format'.
850 (org-table-formula-substitute-names): New function.
851 (org-agenda-day-view, org-agenda-week-view): New commands.
852 (org-agenda-toggle-week-view): Command removed.
853 (org-tbl-menu): Split off from org-org-menu.
854 (org-mode): Move removal of outline-mode menus to here.
855 (org-table-formula-debug): New option.
856 (org-table-insert-row): Keep first field if just "#" or "*".
857 (org-mode): Paragraph regexps fixed.
858 (org-table-recalculate-regexp): New constant.
859 (org-table-justify-field-maybe): Avoid replace if not necessary.
860 (org-copy-special, org-cut-special): Use `call-interactively'.
861 (org-table-copy-region): Take region from `interactive' call.
862 (org-trim): Return string even if no match.
863 (org-formula): New face.
864 (org-set-font-lock-defaults): No longer highlight "FIXME".
865 But highlight formula-related fields in table.
866 (org-table-p): Use regexp, not fontification.
867 (org-table-align): Handle white space at end of line.
868 (org-table-formula-evaluate-inline): New option.
869 (org-mode): Auto-wrapping in comment lines turned off.
870 (org-table-copy-down): Evaluate only in copied field, not in
871 destination.
872 (org-table-current-formula): Variable removed.
873 (org-table-store-formulas, org-table-get-stored-formulas)
874 (org-table-modify-formulas, org-table-replace-in-formulas)
875 (org-table-maybe-eval-formula): New functions.
876 (org-table-get-formula): Modify to use stored formulas.
877 (org-table-insert-column, org-table-delete-column)
878 (org-table-move-column): Call `org-table-modify-formulas'.
879 (org-complete): Add completion for keyword formulas.
880 (orgtbl-mode): Pull orgtbl-mode-map to start of
881 minor-mode-map-alist.
882
883 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * progmodes/python.el (python-check): Require `compile' before
886 modifying its variables.
887
888 * newcomment.el (comment-indent-default): Don't get fooled by an early
889 end of buffer.
890
891 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
892
893 * ps-print.el (ps-print-version): Fix version number.
894
895 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
896
897 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
898
899 2005-06-28 Richard M. Stallman <rms@gnu.org>
900
901 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
902 (flyspell-local-mouse-map): Declaration deleted.
903 (flyspell-mouse-map): Bind only mouse-2.
904 (flyspell-mode-map): Don't test flyspell-use-local-map.
905 (flyspell-overlay-keymap-property-name): Var deleted.
906 (flyspell-mode-on): Don't make local bindings for
907 flyspell-mouse-map and flyspell-mode-map.
908 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
909
910 * textmodes/ispell.el (ispell-word): Do not ignore short words.
911
912 * progmodes/compile.el (compilation-next-error-function):
913 Don't switch buffers; operate on the current buffer.
914
915 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
916
917 * comint.el (comint-password-prompt-regexp): Accept ", try again".
918
919 * bindings.el (global-map): Bind insertchar and its variants.
920
921 2005-06-27 Richard M. Stallman <rms@gnu.org>
922
923 * textmodes/artist.el (artist-text-overwrite)
924 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
925
926 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
927
928 * ps-print.el: It was not working the page selection for printing.
929 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
930 (ps-print-version): New version 6.6.7.
931 (ps-end-sheet): New fun.
932 (ps-header-sheet, ps-end-job): Call it.
933
934 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
935
936 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
937
938 2005-06-27 Lute Kamstra <lute@gnu.org>
939
940 * facemenu.el (facemenu-unlisted-faces): Add foreground and
941 background color faces.
942 (facemenu-get-face): Delete function.
943 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
944 (facemenu-add-new-color): Make second argument mandatory.
945 Create the appropriate face and return it. Simplify.
946 (facemenu-set-foreground, facemenu-set-background): Don't check if
947 color is defined. Use return value of facemenu-add-new-color.
948
949 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
950
951 * progmodes/gud.el (gud-filter): Add missing argument to
952 with-selected-window.
953
954 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
957 a :require to the defcustom.
958
959 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
960 defcustoms corresponding to minor modes.
961
962 2005-06-26 David Ponce <david@dponce.com>
963
964 * recentf.el: Require tree-widget instead of wid-edit.
965 (recentf-filename-handler): Fix widget :type.
966 (recentf-cancel-dialog, recentf-open-more-files)
967 (recentf-open-files-action): Doc fix.
968 (recentf-dialog-goto-first): New function.
969 (recentf-dialog-mode-map): Set parent keymap first.
970 (recentf-dialog-mode): Define with define-derived-mode.
971 Don't display continuation lines in dialogs.
972 (recentf-edit-list): Rename from recentf-edit-selected-items.
973 (recentf-edit-list-select): Rename from recentf-edit-list-action.
974 Simplify.
975 (recentf-edit-list-validate): New function.
976 (recentf-edit-list): Update accordingly.
977 (recentf-open-files-item-shift): Remove.
978 (recentf-open-files-item): Convert menu elements into tree and
979 link widgets. Don't create the widgets.
980 (recentf-open-files): Update accordingly.
981 (recentf-save-list): Untabify.
982
983 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
984
985 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
986 (keep-lines): Add INTERACTIVE arg. Never delete lines only
987 partially contained in the active region. Do not take active
988 region into account when called from Lisp, unless INTERACTIVE arg
989 is non-nil. Use `forward-line' instead of `beginning-of-line' to
990 avoid trouble with fields. Make marker point nowhere when no
991 longer used. Always return nil. Doc fix.
992 (flush-lines): Add INTERACTIVE arg. Do not take active region
993 into account when called from Lisp, unless INTERACTIVE arg is
994 non-nil. Use `forward-line' instead of `beginning-of-line' to
995 avoid trouble with fields. Make marker point nowhere when no
996 longer used. Always return nil. Doc fix.
997 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
998 interchangeable. Do not take active region into account when
999 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1000 message in echo area when called from Lisp, unless INTERACTIVE arg
1001 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1002 Return the number of matches. Doc fix.
1003 (occur): Doc fix.
1004 (perform-replace): Make comment follow double space convention for
1005 the sake of `outline-minor-mode'.
1006
1007 * faces.el (facep): Doc fix.
1008
1009 2005-06-25 Richard M. Stallman <rms@gnu.org>
1010
1011 * facemenu.el (facemenu-enable-faces-p): New function.
1012 (facemenu-background-menu, facemenu-foreground-menu)
1013 (facemenu-face-menu): Add menu-enable property.
1014
1015 * jka-compr.el (jka-compr-insert-file-contents):
1016 Special handling if cannot find the uncompression program.
1017
1018 * cus-face.el (custom-face-attributes): Add autoload.
1019
1020 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1021 Bind comment-indent-function locally.
1022
1023 * window.el (save-selected-window): Use save-current-buffer.
1024
1025 * subr.el (with-selected-window): Use save-current-buffer.
1026
1027 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1028 and with-current-buffer.
1029
1030 2005-06-24 Richard M. Stallman <rms@gnu.org>
1031
1032 * simple.el (line-move-1): Fix previous change.
1033
1034 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * replace.el (occur-1): Set `buffer-read-only' and the
1037 buffer-modified flag before running `occur-hook' to protect
1038 against unintentional buffer switches that can lead to data loss.
1039
1040 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1041
1042 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1043 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1044 initial error.
1045
1046 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1047 after fresh input.
1048 (gdb-var-create-handler): Put name of expression in quotes.
1049
1050 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1051
1052 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1053 elements of RING in order, and without bogus nil elements.
1054
1055 2005-06-23 Richard M. Stallman <rms@gnu.org>
1056
1057 * simple.el (set-variable): Args renamed; doc fix.
1058 (line-move-1): When there are overlays around, use vertical-motion.
1059
1060 * faces.el (escape-glyph): Use brown against light background.
1061 (nobreak-space): Rename from no-break-space.
1062 Fix previous change.
1063
1064 * dired-aux.el (dired-do-copy): Fix arg prompt.
1065
1066 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1067
1068 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1069
1070 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1071 rather than "Distributor".
1072
1073 2005-06-23 Lute Kamstra <lute@gnu.org>
1074
1075 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1076 (debug-on-entry): Use it. New interactive declaration that uses
1077 function-called-at-point.
1078
1079 2005-06-23 Kim F. Storm <storm@cua.dk>
1080
1081 * subr.el (save-match-data): Add comment about using evaporate arg
1082 to set-match-data.
1083
1084 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1085
1086 * cus-edit.el (customize-face)
1087 (customize-face-other-window): Handle face aliases.
1088
1089 * faces.el (face-documentation, set-face-attribute)
1090 (face-spec-set): Handle face aliases.
1091
1092 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1093
1094 * help-mode.el (help-make-xrefs): If a symbol representing a face
1095 name is not followed by the word "face", it could still be a
1096 function or variable name, so don't bypass other checks.
1097
1098 2005-06-22 Juri Linkov <juri@jurta.org>
1099
1100 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1101 Replace aliased functions with calls where second arg `inherit' is t.
1102
1103 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el (gdb-error): New variable.
1106 (gdb-error): New function.
1107 (gdb-annotation-rules): Act on error-begin and error annotations.
1108 (gdb-concat-output): Use font-lock-warning-face for errors.
1109
1110 2005-06-22 Miles Bader <miles@gnu.org>
1111
1112 * bindings.el (propertized-buffer-identification): Use renamed
1113 `Buffer-menu-buffer' face.
1114
1115 * faces.el (vertical-border): Rename from `vertical-divider'.
1116 (escape-glyph): Change dark-background color back to `cyan'.
1117
1118 2005-06-21 Juri Linkov <juri@jurta.org>
1119
1120 * faces.el (face-user-default-spec): Try getting `customized-face'
1121 prior to `saved-face'.
1122 (frame-background-mode): Refill docstring.
1123
1124 * emacs-lisp/lisp-mode.el (eval-defun-1):
1125 * emacs-lisp/edebug.el (edebug-eval-defun):
1126 Set `saved-face' temporarily to nil before calling form.
1127 Set `customized-face' to the new spec after that.
1128
1129 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * subr.el (1value, lambda, key-substitution-in-progress):
1132 Doc fixes.
1133
1134 * autoinsert.el (auto-insert-alist):
1135 * ses.el (ses-call-printer):
1136 * subr.el (noreturn):
1137 * emacs-lisp/lisp.el (check-parens):
1138 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1139 * net/browse-url.el (browse-url-mosaic):
1140 * progmodes/cc-defs.el (c-safe-scan-lists):
1141 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1142 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1143 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1144 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1145 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1146 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1147
1148 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1149
1150 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1151
1152 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1153
1154 * calendar/appt.el (appt-make-list): Activate the package, if
1155 not already active (for backwards compatibility).
1156
1157 2005-06-20 Kim F. Storm <storm@cua.dk>
1158
1159 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1160
1161 2005-06-20 Miles Bader <miles@gnu.org>
1162
1163 * faces.el (vertical-divider): New face.
1164
1165 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1166
1167 * simple.el (kill-whole-line): Doc fix.
1168 (next-error-buffer-p, next-error-find-buffer)
1169 (clone-indirect-buffer): Fix typos in docstrings.
1170 (comment-line-break-function): Doc fix: don't say variable
1171 is automatically buffer-local (it isn't).
1172
1173 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1174
1175 * net/tramp-ftp.el (top):
1176 * net/tramp-smb.el (top):
1177 * net/tramp-util.el (top):
1178 * net/tramp-uu.el (top):
1179 * net/tramp-vc.el (top):
1180 * net/tramp.el (top): Revert copyright years back to original
1181 ones. Tramp has a life outside GNU Emacs.
1182
1183 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1184
1185 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1186
1187 2005-06-18 Juri Linkov <juri@jurta.org>
1188
1189 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1190 end of first regexp to limit the match to the position between
1191 line number and source line with same separator character as used
1192 between file name and line number. In the second regexp limit
1193 mouse-face area to file name and line number by adding new group
1194 for them and referring it in HYPERLINK arg.
1195 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1196 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1197 previous line where grep markers may be already removed.
1198
1199 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1200
1201 * progmodes/ps-mode.el: Update version and maintainer's email address.
1202
1203 2005-06-18 Steve Youngs <steve@xemacs.org>
1204
1205 * net/browse-url.el (browse-url-browser-function)
1206 (browse-url-default-browser): Add firefox.
1207 (browse-url-firefox-program, browse-url-firefox-arguments)
1208 (browse-url-firefox-startup-arguments)
1209 (browse-url-firefox-new-window-is-tab): New defcustoms.
1210 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1211
1212 2005-06-17 Richard M. Stallman <rms@gnu.org>
1213
1214 * startup.el (command-line): Warn if specified user name has
1215 no home directory.
1216
1217 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1218 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1219
1220 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1221 Doc fixes.
1222
1223 * faces.el (underline): Try bold if terminal doesn't support underline.
1224
1225 * mail/sendmail.el (mail-setup-with-from): New variable.
1226 (mail-insert-from-field): New function.
1227 (sendmail-send-it): Call it.
1228 (mail-setup): Optionally call it here.
1229
1230 * term/linux.el: Call tty-no-underline.
1231
1232 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1235
1236 2005-06-17 Miles Bader <miles@gnu.org>
1237
1238 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1239 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1240 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1241 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1242 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1243 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1244 Remove "-face" suffix from face names.
1245 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1246 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1247 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1248 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1249 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1250 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1251 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1252 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1253 New backward-compatibility aliases for renamed faces.
1254 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1255 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1256 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1257 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1258 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1259 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1260 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1261 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1262 Use renamed ediff faces.
1263
1264 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1265 Remove "-face" suffix from face names.
1266 (eshell-test-ok-face, eshell-test-failed-face):
1267 New backward-compatibility aliases for renamed faces.
1268 (eshell-run-test): Use renamed eshell-test faces.
1269
1270 * eshell/em-prompt.el (eshell-prompt):
1271 Remove "-face" suffix from face name.
1272 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1273 (eshell-emit-prompt): Use renamed eshell-prompt face.
1274
1275 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1276 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1277 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1278 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1279 Remove "-face" suffix from face names.
1280 (eshell-ls-directory-face, eshell-ls-symlink-face)
1281 (eshell-ls-executable-face, eshell-ls-readonly-face)
1282 (eshell-ls-unreadable-face, eshell-ls-special-face)
1283 (eshell-ls-missing-face, eshell-ls-archive-face)
1284 (eshell-ls-backup-face, eshell-ls-product-face)
1285 (eshell-ls-clutter-face):
1286 New backward-compatibility aliases for renamed faces.
1287 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1288
1289 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1290 Remove "-face" suffix from face name.
1291 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1292 instead of literal face.
1293
1294 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * emacs-lisp/warnings.el (display-warning, lwarn)
1297 (warning-minimum-log-level): Doc fixes.
1298 (warning-minimum-level, warning-minimum-log-level):
1299 Add :debug to :type choices.
1300
1301 * progmodes/ada-mode.el (ada-format-paramlist)
1302 (ada-get-indent-case, ada-check-matching-start)
1303 (ada-check-defun-name, ada-goto-matching-decl-start)
1304 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1305 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1306 (ada-make-subprogram-body): Follow error conventions.
1307 (ada-case-exception-file, ada-indent-comment-as-code)
1308 (ada-indent-handle-comment-special, ada-indent-renames)
1309 (ada-indent-return, ada-search-directories-internal)
1310 (ada-tab-policy, ada-case-exception-substring)
1311 (ada-other-file-alist, ada-matching-start-re)
1312 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1313 (ada-imenu-generic-expression, ada-compile-goto-error)
1314 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1315 (ada-popup-menu, ada-add-extensions, ada-mode)
1316 (ada-region-selected, ada-create-case-exception)
1317 (ada-create-case-exception-substring, ada-after-keyword-p)
1318 (ada-activate-keys-for-case, ada-adjust-case-region)
1319 (ada-adjust-case-buffer, ada-format-paramlist)
1320 (ada-scan-paramlist, ada-insert-paramlist)
1321 (ada-indent-newline-indent)
1322 (ada-indent-newline-indent-conditional)
1323 (ada-justified-indent-current, ada-goto-previous-word)
1324 (ada-indent-current, ada-get-indent-open-paren)
1325 (ada-get-indent-paramlist, ada-get-indent-end)
1326 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1327 (ada-get-indent-block-start, ada-get-indent-subprog)
1328 (ada-get-indent-noindent, ada-get-indent-label)
1329 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1330 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1331 (ada-goto-stmt-end, ada-goto-next-word)
1332 (ada-check-matching-start, ada-check-defun-name)
1333 (ada-goto-matching-decl-start, ada-goto-matching-start)
1334 (ada-goto-matching-end, ada-search-ignore-string-comment)
1335 (ada-in-decl-p, ada-looking-at-semi-or)
1336 (ada-looking-at-semi-private, ada-in-paramlist-p)
1337 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1338 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1339 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1340 (ada-previous-package, ada-create-menu)
1341 (ada-fill-comment-paragraph-justify)
1342 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1343 (ada-other-file-name, ada-last-which-function-line)
1344 (ada-last-which-function-subprog, ada-which-function)
1345 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1346 (ada-gen-treat-proc, ada-check-emacs-version)
1347 (ada-continuation-indent, ada-align-region-separate):
1348 Fix typos in docstrings.
1349 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1350
1351 2005-06-16 Lute Kamstra <lute@gnu.org>
1352
1353 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1354 conditionally.
1355
1356 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1357
1358 * comint.el (comint-replace-by-expanded-filename)
1359 (comint-prompt-regexp, comint-delimiter-argument-list)
1360 (comint-preinput-scroll-to-bottom):
1361 * info.el (Info-hide-cookies-node):
1362 * ls-lisp.el (ls-lisp-classify):
1363 * find-file.el (ff-search-directories, ff-special-constructs)
1364 (ff-find-other-file):
1365 * font-lock.el (font-lock-keywords):
1366 * shell.el (shell-prompt-pattern)
1367 (shell-dynamic-complete-functions, shell-mode)
1368 (shell-delimiter-argument-list):
1369 * term.el (term-replace-by-expanded-filename)
1370 (term-prompt-regexp, term-delimiter-argument-list):
1371 * woman.el (woman-ignore, woman0-if):
1372 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1373 * emacs-lisp/elint.el (elint-init-env):
1374 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1375 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1376 * language/ethio-util.el (ethio-tilde-escape)
1377 (ethio-use-three-dot-question):
1378 * net/zone-mode.el (zone-mode-load-time-setup):
1379 * progmodes/cc-align.el (c-lineup-argcont):
1380 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1381 * progmodes/cperl-mode.el (cperl-set-style-back):
1382 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1383 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1384 Fix spellings in docstrings.
1385
1386 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1387 * progmodes/modula2.el (m2-for): Fix spellings.
1388
1389 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1390
1391 * simple.el (undo-more): Don't use `format' on `error' arguments.
1392 Improve argument/docstring consistency.
1393 (pending-undo-list): Doc fix.
1394
1395 * smerge-mode.el (smerge-ensure-match):
1396 * emulation/vip.el (vip-ex):
1397 * net/zone-mode.el (zone-mode-update-serial):
1398 * progmodes/idlwave.el (idlwave-complete):
1399 * progmodes/vhdl-mode.el (vhdl-visit-file)
1400 (vhdl-compose-wire-components):
1401 Don't use `format' on `error' arguments.
1402
1403 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1404 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1405 (tooltip-help-tips): Fix typos in docstrings.
1406
1407 2005-06-16 David Ponce <david@dponce.com>
1408
1409 * tree-widget.el (tree-widget-value-create): Simplify last change.
1410
1411 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1412
1413 * ido.el (ido-incomplete-regexp): New variable.
1414 (ido-set-matches-1): Handle invalid-regexp error and set
1415 ido-incomplete-regexp.
1416 (ido-incomplete-regexp): New face.
1417 (ido-completions): Use it.
1418 (ido-complete, ido-exit-minibuffer, ido-completions):
1419 Handle incomplete regexps.
1420 (ido-completions): Add check for complete match when entering a regexp.
1421
1422 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1425
1426 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1427
1428 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1429 by field delimiters.
1430
1431 2005-06-15 David Ponce <david@dponce.com>
1432
1433 * tree-widget.el: eval-and-compile inlined functions so they will
1434 be available at run-time too.
1435 (tree-widget-super-format-handler)
1436 (tree-widget-format-handler): Remove.
1437 (tree-widget-value-create): Handle the :indent property.
1438
1439 2005-06-15 Miles Bader <miles@gnu.org>
1440
1441 * progmodes/which-func.el (which-func): Only inherit
1442 `font-lock-function-name-face' when that makes sense against the
1443 default mode-line face, otherwise set the face color explicitly.
1444
1445 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1446 faces instead of (non-existent) variables.
1447
1448 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1451 (iswitchb-get-matched-buffers): Likewise. Simplify.
1452
1453 2005-06-14 Miles Bader <miles@gnu.org>
1454
1455 * progmodes/ld-script.el (ld-script-location-counter):
1456 Remove "-face" suffix from face name.
1457 (ld-script-location-counter-face):
1458 New backward-compatibility alias for renamed face.
1459 (ld-script-location-counter-face): Use renamed face.
1460
1461 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1462 (cperl-hash): Remove "-face" suffix from face names.
1463 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1464 New backward-compatibility aliases for renamed faces.
1465 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1466 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1467
1468 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1469 name.
1470 (which-func-face): New backward-compatibility alias for renamed face.
1471 (which-func-format): Use renamed which-func face.
1472
1473 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1474 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1475 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1476 names.
1477 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1478 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1479 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1480 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1481 (vhdl-speedbar-architecture-selected)
1482 (vhdl-speedbar-configuration-selected)
1483 (vhdl-speedbar-package-selected)
1484 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1485 names.
1486 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1487 Use renamed faces.
1488 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1489 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1490 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1491 Use renamed faces.
1492 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1493 names.
1494 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1495 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1496 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1497 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1498 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1499 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1500
1501 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1502 face name.
1503 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1504 (sh-heredoc-face): Use renamed sh-heredoc face.
1505
1506 * progmodes/idlw-help.el (idlwave-help-link):
1507 Remove "-face" suffix from face name.
1508 (idlwave-help-link-face):
1509 New backward-compatibility alias for renamed face.
1510 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1511
1512 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1513 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1514 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1515 New backward-compatibility aliases for renamed faces.
1516 (idlwave-shell-disabled-breakpoint-face)
1517 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1518
1519 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1520 Remove "-face" suffix from face names.
1521 (flymake-errline-face, flymake-warnline-face):
1522 New backward-compatibility aliases for renamed faces.
1523 (flymake-highlight-line): Use renamed flymake faces.
1524
1525 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1526 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1527 (ebrowse-member-class, ebrowse-progress):
1528 Remove "-face" suffix from face names.
1529 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1530 (ebrowse-file-name-face, ebrowse-default-face)
1531 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1532 (ebrowse-progress-face):
1533 New backward-compatibility aliases for renamed faces.
1534 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1535 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1536 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1537 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1538
1539 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1540 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1541 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1542 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1543 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1544 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1545 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1546 New backward-compatibility aliases for renamed faces.
1547 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1548 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1549 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1550 "font-lock-". Use renamed antlr-mode faces.
1551 (antlr-font-lock-additional-keywords): Use renamed faces.
1552 Replace literal face-names with face variable references.
1553
1554 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1555 face name.
1556 (Buffer-menu-buffer-face): New backward-compatibility alias for
1557 renamed face.
1558 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1559
1560 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1561
1562 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1563 Eliminate "-face" suffix.
1564 (makefile-targets): Inherit from font-lock-function-name-face and
1565 eliminate "-face" suffix.
1566 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1567 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1568 actions, instead of prepending, to make it less visible.
1569 (makefile-previous-dependency, makefile-match-dependency):
1570 Don't match a target on a continuation line.
1571
1572 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1573
1574 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1575
1576 * progmodes/gdb-ui.el (menu): Re-order menu items.
1577 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1578
1579 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1580 Define in tooltip.el.
1581 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1582 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1583 gud-tooltip-echo-area.
1584
1585 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1586 backward compatibility and make obsolete.
1587 (tooltip-help-tips): Use tooltip-use-echo-area.
1588 (tooltip-show-help-function): Rename to...
1589 (tooltip-show-help): ...this, because it is a function.
1590 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1591
1592 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1593
1594 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1595 (edebug-print-length, edebug-print-level, edebug-print-circle)
1596 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1597 (edebug-eval-print-last-sexp): Doc fixes.
1598
1599 2005-06-14 Kim F. Storm <storm@cua.dk>
1600
1601 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1602 as the coverage buffer/file/both may change.
1603
1604 2005-06-14 Lute Kamstra <lute@gnu.org>
1605
1606 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1607 and run-mode-hooks. Simplify.
1608
1609 * mail/rmailedit.el (rmail-edit-mode):
1610 * progmodes/octave-inf.el (inferior-octave-mode):
1611 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1612
1613 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1614 and run-mode-hooks.
1615 (recentf-edit-list, recentf-open-files): Don't call
1616 kill-all-local-variables directly.
1617
1618 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1619
1620 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * emacs-lisp/byte-run.el (make-obsolete)
1623 (define-obsolete-function-alias): Rename arguments FUNCTION and
1624 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1625 (make-obsolete-variable, define-obsolete-variable-alias):
1626 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1627 respectively.
1628
1629 * isearchb.el (isearchb-activate):
1630 * pcvs.el (cvs-mode):
1631 * ses.el (ses-load):
1632 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1633 * net/tramp.el (tramp-find-file-exists-command)
1634 (tramp-find-shell):
1635 * progmodes/ada-mode.el (ada-create-case-exception)
1636 (ada-create-case-exception-substring, ada-make-subprogram-body):
1637 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1638 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1639 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1640 * textmodes/org.el (org-promote, org-evaluate-time-range)
1641 (org-agenda-next-date-line, org-agenda-previous-date-line)
1642 (org-agenda-error, org-open-at-point, org-table-move-row)
1643 (org-format-table-table-html-using-table-generate-source)
1644 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1645 * textmodes/reftex.el (reftex-access-scan-info):
1646 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1647 (reftex-toc-promote-prepare): Follow error conventions.
1648
1649 * diff-mode.el (diff-mode): Fix typo in docstring.
1650
1651 * forms.el (forms--intuit-from-file): Fix reference to
1652 `forms-number-of-fields' in error message.
1653 (forms-print): Fix quoting in error message.
1654
1655 * forms.el (forms-mode):
1656 * emulation/vi.el (vi-goto-insert-state):
1657 * progmodes/flymake.el (flymake-new-err-info)
1658 (flymake-start-syntax-check-for-current-buffer)
1659 (flymake-simple-cleanup):
1660 * eshell/esh-var.el (eshell/export):
1661 * progmodes/gud.el (xdb):
1662 * textmodes/flyspell.el (flyspell-incorrect-hook)
1663 (flyspell-maybe-correct-transposition)
1664 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1665
1666 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1669 minibuffer prompt.
1670
1671 2005-06-13 Kim F. Storm <storm@cua.dk>
1672
1673 * subr.el (add-to-ordered-list): New defun.
1674
1675 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1676 add cua--keymap-alist to emulation-mode-map-alists.
1677
1678 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * subr.el (complete-in-turn): New macro.
1681 (dynamic-completion-table, lazy-completion-table): Add debug info.
1682
1683 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1684 in preference to face aliases.
1685
1686 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1687 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1688 Remove unused vars `start' and `firstline'.
1689 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1690 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1691
1692 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1693
1694 * cus-start.el (all): Don't complain about missing GTK-related
1695 variables, unless either `gtk' is boundp or this isn't a
1696 `windows-nt' build.
1697
1698 2005-06-13 Lute Kamstra <lute@gnu.org>
1699
1700 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1701 run-mode-hooks.
1702
1703 * ediff-mult.el (ediff-meta-mode):
1704 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1705
1706 * ledit.el (ledit-mode): Use delay-mode-hooks.
1707
1708 * woman.el (woman-mode-line-format): Delete constant.
1709 (woman-mode-map): Initialize it properly.
1710 (woman-mode): Set mode-class property to special.
1711 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1712 Set major-mode and mode-name. Don't set mode-line-format directly.
1713 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1714
1715 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1716 string argument obsolete.
1717
1718 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1719
1720 * textmodes/org.el (org-CUA-compatible): New option.
1721 (org-disputed-keys): New variable.
1722 (org-key): New function.
1723 (orgtbl-make-binding): Add docstring to the created function.
1724 (org-mode): Set paragraph start/separate regexps.
1725 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1726 (org-archive-location, org-archive-mark-done)
1727 (org-archive-stamp-time): New options.
1728 (org-archive-subtree): New command.
1729 (org-fill-paragraph): New function.
1730 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1731 (org-fake-empty-table-line): Function removed.
1732 (org-format-org-table-html): Do not create empty table lines at
1733 separator lines. Improved table header treatment.
1734 (org-link-format): New option.
1735 (org-make-link): New function.
1736 (org-insert-link, org-store-link): Use org-make-link.
1737 (org-open-file): Quote file name for shell command, to allow
1738 spaces in file names.
1739 (org-link-regexp): Fix bug with mailto link.
1740 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1741 New constants.
1742 (org-export-as-html): Deal with the optional angles around a link.
1743 Better treatment of file: links.
1744 (org-open-at-point): Replace @{ and @} with < and >.
1745 (org-run-mode-hooks): Function removed.
1746 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1747
1748 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1749
1750 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1751 MI command -data-list-register-values.
1752 (gdb-post-prompt): Indent properly.
1753
1754 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * hilit-chg.el (highlight-changes-colors): Rename from
1757 `highlight-changes-colours'.
1758 (highlight-changes-colours): Keep as obsolete alias.
1759 (highlight-changes-face-list): Doc fix.
1760 (hilit-chg-make-list): Use `highlight-changes-colors'.
1761
1762 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1763
1764 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1765 defun-prompt-regexp.
1766
1767 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1768
1769 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1770 and cygwin.
1771
1772 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1773 Don't use an old loaddefs.el, as in Makefile.in.
1774
1775 2005-06-12 Lute Kamstra <lute@gnu.org>
1776
1777 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1778
1779 * man.el (Man-mode-map): Initialize it properly.
1780 (Man-mode): Set mode-class property to special.
1781
1782 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1783
1784 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1785
1786 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1787 A newline is needed in the docstring there.
1788
1789 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1790 Doc fixes.
1791
1792 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1793
1794 * printing.el: Doc fix. The menubar is no more changed when printing
1795 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1796 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1797 (pr-version): New version number (6.8.4).
1798 (pr-menu-bind): New command.
1799 (pr-update-menus): Docstring and code fix.
1800 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1801 Docstring fix.
1802 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1803 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1804
1805 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1806
1807 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1808 "Returns" to "return", document useful return values, etc.
1809
1810 2005-06-11 Alan Mackenzie <acm@muc.de>
1811
1812 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1813 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1814 (adaptive-file-function): Minor amendment to doc-string.
1815
1816 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1817
1818 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1819 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1820 Fix :type--it is `integer', not `string'.
1821
1822 * faces.el (modeline-highlight): Rename from (the erroneous)
1823 `modeline-higilight'.
1824
1825 2005-06-11 Lute Kamstra <lute@gnu.org>
1826
1827 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1828 lisp-interaction-mode-map but make it the parent.
1829 (edebug-eval-mode): Use define-derived-mode.
1830
1831 2005-06-11 Andreas Schwab <schwab@suse.de>
1832
1833 * bindings.el: Add binding of `ESC functionkey' for every
1834 `M-functionkey'.
1835 * hexl.el (hexl-mode-map): Likewise.
1836
1837 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1838
1839 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1840 [msft]: update regexp for newer msft compilers.
1841
1842 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1843
1844 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1845 ATTLIST portions of included DTDs.
1846 (xml-parse-dtd): Eliminate use of inefficient match-data.
1847
1848 2005-06-10 Miles Bader <miles@gnu.org>
1849
1850 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1851 (mpuz-text): Remove "-face" suffix from face names.
1852 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1853 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1854 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1855
1856 * play/gomoku.el (gomoku-O, gomoku-X):
1857 Remove "-face" suffix from face names.
1858 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1859 New backward-compatibility aliases for renamed faces.
1860 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1861
1862 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * thumbs.el: Fixes for changes of 2005-06-09.
1865 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1866 as a directory.
1867 (thumbs-thumbname): Remove directory separator from format string;
1868 `thumbs-thumbsdir' now returns a valid directory name.
1869 (thumbs-temp-dir): New defsubst.
1870 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1871 Use it.
1872
1873 * cus-edit.el (minibuffer):
1874 * files.el (make-backup-file-name-function):
1875 * filesets.el (filesets-external-viewers):
1876 * hilit-chg.el (highlight-changes-colours)
1877 (highlight-changes-face-list, highlight-changes-rotate-faces):
1878 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1879 * kmacro.el (kmacro-call-macro):
1880 * log-edit.el (log-edit-changelog-full-paragraphs):
1881 * mouse.el (mouse-1-click-follows-link):
1882 * skeleton.el (skeleton-autowrap):
1883 * subr.el (insert-for-yank-1):
1884 * tempo.el (tempo-insert-region):
1885 * terminal.el (terminal-emulator):
1886 * time.el (display-time-mail-face):
1887 * vc.el (vc-annotate):
1888 * vcursor.el (vcursor-copy-line):
1889 * woman.el (woman-bold-headings, woman-ignore)
1890 (woman-default-faces, woman-monochrome-faces):
1891 * calendar/todo-mode.el (todo-insert-threshold):
1892 * emulation/pc-select.el (pc-select-selection-keys-only)
1893 (pc-selection-mode):
1894 * emulation/vip.el (vip-find-char-forward):
1895 * emulation/viper-cmd.el (viper-find-char-forward):
1896 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1897 (input-method-exit-on-invalid-key):
1898 * international/mule-diag.el (describe-coding-system):
1899 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1900 * net/browse-url.el (browse-url-xterm-program):
1901 * obsolete/lazy-lock.el (lazy-lock-mode):
1902 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1903 (cperl-mode):
1904 * progmodes/cpp.el (cpp-face-light-name-list)
1905 (cpp-face-dark-name-list):
1906 * progmodes/delphi.el (delphi-newline-always-indents):
1907 Fix spellings in docstrings.
1908
1909 * ido.el (ido-mode, ido-file-extensions-order)
1910 (ido-default-file-method, ido-default-buffer-method)
1911 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1912 (ido-decorations, ido-read-file-name-as-directory-commands)
1913 (ido-read-file-name-non-ido, ido-work-directory-list)
1914 (ido-ignore-item-temp-list, ido-current-directory)
1915 (ido-magic-forward-char, ido-enter-find-file)
1916 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1917 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1918
1919 2005-06-10 Lute Kamstra <lute@gnu.org>
1920
1921 * play/dunnet.el (dun-mode): Use define-derived-mode.
1922 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1923 obsolete alias.
1924
1925 * play/doctor.el (doctor-mode-map): Remove defvar.
1926 (doctor-mode): Use define-derived-mode.
1927
1928 * mail/mspools.el (mspools-mode):
1929 * net/eudc-hotlist.el (eudc-hotlist-mode):
1930 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1931
1932 2005-06-10 Miles Bader <miles@gnu.org>
1933
1934 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1935 Remove "-face" suffix from face names.
1936 (flyspell-incorrect-face, flyspell-duplicate-face):
1937 New backward-compatibility aliases for renamed faces.
1938 (flyspell-mode-on, make-flyspell-overlay)
1939 (flyspell-highlight-incorrect-region)
1940 (flyspell-highlight-duplicate-region)
1941 (flyspell-display-next-corrections)
1942 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1943
1944 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1945 from face name.
1946 (texinfo-heading-face): New backward-compatibility alias for
1947 renamed face.
1948 (texinfo-heading-face): Use renamed texinfo-heading face.
1949
1950 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1951 suffix from face names.
1952 (tex-math-face, tex-verbatim-face):
1953 New backward-compatibility aliases for renamed faces.
1954 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1955 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1956 literal face name.
1957
1958 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1959 name.
1960 (table-cell-face): New backward-compatibility alias for renamed face.
1961 (table--put-cell-face-property, table--update-cell-face):
1962 Use renamed table-cell face.
1963
1964 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1965 from face name.
1966 (sgml-namespace-face): New backward-compatibility alias for
1967 renamed face.
1968 (sgml-namespace-face): Use renamed sgml-namespace face.
1969
1970 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1971 (org-level-4, org-level-5, org-level-6, org-level-7)
1972 (org-level-8, org-warning, org-headline-done)
1973 (org-deadline-announce, org-scheduled-today)
1974 (org-scheduled-previously, org-link, org-done, org-table)
1975 (org-time-grid): Remove "-face" suffix from face names.
1976 (org-level-1-face, org-level-2-face, org-level-3-face)
1977 (org-level-4-face, org-level-5-face, org-level-6-face)
1978 (org-level-7-face, org-level-8-face, org-warning-face)
1979 (org-headline-done-face, org-deadline-announce-face)
1980 (org-scheduled-today-face, org-scheduled-previously-face)
1981 (org-link-face, org-done-face, org-table-face)
1982 (org-time-grid-face):
1983 New backward-compatibility aliases for renamed faces.
1984 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1985 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1986 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1987 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1988
1989 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1990 (viper-minibuffer-emacs, viper-minibuffer-insert)
1991 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1992 (viper-search-face, viper-replace-overlay-face)
1993 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1994 (viper-minibuffer-vi-face):
1995 New backward-compatibility aliases for renamed faces.
1996 (viper-search-face, viper-replace-overlay-face)
1997 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1998 (viper-minibuffer-vi-face): Use renamed viper faces.
1999
2000 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2001 Remove "-face" suffix from face names.
2002 (testcover-nohits-face, testcover-1value-face):
2003 New backward-compatibility aliases for renamed faces.
2004 (testcover-mark): Use renamed testcover faces.
2005
2006 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2007 face name.
2008 (diary-button-face): New backward-compatibility alias for renamed face.
2009 (diary-entry): Use renamed diary-button face.
2010
2011 * calendar/calendar.el (diary, calendar-today, holiday)
2012 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2013 (diary-face, calendar-today-face, holiday-face):
2014 New backward-compatibility aliases for renamed faces.
2015 (eval-after-load "facemenu", diary-entry-marker)
2016 (calendar-today-marker, calendar-holiday-marker, diary-face):
2017 Use renamed calendar faces.
2018
2019 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2020 (compare-windows-face): New backward-compatibility alias for
2021 renamed face.
2022 (compare-windows-highlight): Use renamed compare-windows face.
2023
2024 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2025 (strokes-char-face): New backward-compatibility alias for renamed face.
2026 (strokes-encode-buffer): Use renamed strokes-char face.
2027
2028 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2029 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2030 Remove "-face" suffix from face names.
2031 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2032 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2033 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2034 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2035 Use renamed pcvs faces.
2036 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2037 * pcvs-defs.el (cvs-mode-map): Likewise.
2038 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2039
2040 * info.el (info-title-1, info-title-2, info-title-3)
2041 (info-title-4): Remove "-face" suffix from and downcase face names.
2042 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2043 (Info-title-4-face):
2044 New backward-compatibility aliases for renamed faces.
2045 (Info-fontify-node): Use renamed info faces.
2046
2047 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2048 Remove "-face" suffix from face names.
2049 (highlight-changes-face, highlight-changes-delete-face):
2050 New backward-compatibility aliases for renamed faces.
2051 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2052 (hilit-chg-make-list): Use renamed highlight-changes faces.
2053
2054 * generic-x.el (show-tabs-tab, show-tabs-space):
2055 Remove "-face" suffix from face names.
2056 (show-tabs-tab-face, show-tabs-space-face):
2057 New backward-compatibility aliases for renamed faces.
2058 (show-tabs-generic-mode-font-lock-defaults-1)
2059 (show-tabs-generic-mode-font-lock-defaults-2):
2060 Use renamed show-tabs faces.
2061
2062 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2063 (smerge-markers): Remove "-face" suffix from face names.
2064 (smerge-mine-face, smerge-other-face, smerge-base-face)
2065 (smerge-markers-face):
2066 New backward-compatibility aliases for renamed faces.
2067 (smerge-mine-face, smerge-other-face, smerge-base-face)
2068 (smerge-markers-face): Use renamed smerge faces.
2069
2070 * log-view.el (log-view-file, log-view-message):
2071 Remove "-face" suffix from face names.
2072 (log-view-file-face, log-view-message-face):
2073 New backward-compatibility aliases for renamed faces.
2074 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2075
2076 * paren.el (show-paren-match, show-paren-mismatch):
2077 Remove "-face" suffix from face names.
2078 (show-paren-match-face, show-paren-mismatch-face):
2079 New backward-compatibility aliases for renamed faces.
2080 (show-paren-function): Use renamed show-paren faces.
2081
2082 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2083 (ruler-mode-margins, ruler-mode-fringes)
2084 (ruler-mode-column-number, ruler-mode-fill-column)
2085 (ruler-mode-comment-column, ruler-mode-goal-column)
2086 (ruler-mode-tab-stop, ruler-mode-current-column):
2087 Remove "-face" suffix from face names.
2088 (ruler-mode-default-face, ruler-mode-pad-face)
2089 (ruler-mode-margins-face, ruler-mode-fringes-face)
2090 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2091 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2092 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2093 New backward-compatibility aliases for renamed faces.
2094 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2095 (ruler-mode-column-number, ruler-mode-fill-column)
2096 (ruler-mode-comment-column, ruler-mode-goal-column)
2097 (ruler-mode-tab-stop, ruler-mode-current-column)
2098 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2099
2100 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2101 face name.
2102 (whitespace-highlight-the-space): Use renamed face.
2103 (whitespace-highlight-face): New backward-compatibility alias for
2104 renamed face.
2105
2106 * woman.el (woman-italic, woman-bold, woman-unknown)
2107 (woman-addition, woman-symbol-face):
2108 Remove "-face" suffix from face names.
2109 (woman-italic-face, woman-bold-face, woman-unknown-face)
2110 (woman-addition-face):
2111 New backward-compatibility aliases for renamed faces.
2112 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2113 (woman-decode-region, woman-replace-match)
2114 (woman-display-extended-fonts, woman-special-characters)
2115 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2116 Use renamed woman faces.
2117
2118 * longlines.el (longlines-visible-face): Face removed.
2119
2120 * diff-mode.el (diff-header, diff-file-header, diff-index)
2121 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2122 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2123 suffix from face names.
2124 (diff-header-face, diff-file-header-face, diff-index-face)
2125 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2126 (diff-changed-face, diff-function-face, diff-context-face)
2127 (diff-nonexistent-face): New backward-compatibility aliases for
2128 renamed faces.
2129 (diff-header-face, diff-file-header-face)
2130 (diff-index, diff-index-face, diff-hunk-header)
2131 (diff-hunk-header-face, diff-removed, diff-removed-face)
2132 (diff-added, diff-added-face, diff-changed-face, diff-function)
2133 (diff-function-face, diff-context-face, diff-nonexistent)
2134 (diff-nonexistent-face): Use renamed diff-mode faces.
2135
2136 * progmodes/compile.el (compilation-warning-face)
2137 (compilation-info-face): Remove "-face" suffix from face names.
2138 (compilation-warning-face, compilation-info-face):
2139 New backward-compatibility aliases for renamed faces.
2140 (compilation-warning-face, compilation-info-face):
2141 Use renamed compilation faces.
2142
2143 * add-log.el (change-log-date, change-log-name)
2144 (change-log-email, change-log-file, change-log-list)
2145 (change-log-conditionals, change-log-function)
2146 (change-log-acknowledgement): Remove "-face" suffix from face names.
2147 (change-log-date-face, change-log-name-face)
2148 (change-log-email-face, change-log-file-face)
2149 (change-log-list-face, change-log-conditionals-face)
2150 (change-log-function-face, change-log-acknowledgement-face):
2151 New backward-compatibility aliases for renamed faces.
2152 (change-log-font-lock-keywords): Use renamed change-log faces.
2153
2154 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2155 (custom-set, custom-changed, custom-saved, custom-button)
2156 (custom-button-pressed, custom-documentation, custom-state)
2157 (custom-comment, custom-comment-tag, custom-variable-tag)
2158 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2159 (custom-group-tag): Remove "-face" suffix from face names.
2160 (custom-magic-alist, custom-magic-value-create)
2161 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2162 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2163 (custom-set-face, custom-changed-face, custom-saved-face)
2164 (custom-button-face, custom-button-pressed-face)
2165 (custom-documentation-face, custom-state-face)
2166 (custom-comment-face, custom-comment-tag-face)
2167 (custom-variable-tag-face, custom-variable-button-face)
2168 (custom-face-tag-face, custom-group-tag-face-1)
2169 (custom-group-tag-face):
2170 New backward-compatibility aliases for renamed faces.
2171
2172 * wid-edit.el (widget-documentation, widget-button)
2173 (widget-field, widget-single-line-field, widget-inactive)
2174 (widget-button-pressed): "-face" suffix removed from face names.
2175 (widget-documentation-face, widget-button-face)
2176 (widget-field-face, widget-single-line-field-face)
2177 (widget-inactive-face, widget-button-pressed-face):
2178 New backward-compatibility aliases for renamed faces.
2179 (widget-documentation-face, widget-button-face)
2180 (widget-button-pressed-face, widget-specify-field)
2181 (widget-specify-inactive): Use renamed widget faces.
2182
2183 2005-06-10 Kenichi Handa <handa@m17n.org>
2184
2185 * term/x-win.el (x-clipboard-yank): Remove condition-case
2186 wrapping.
2187
2188 2005-06-11 Kenichi Handa <handa@m17n.org>
2189
2190 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2191 date lines stricter.
2192
2193 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2194
2195 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2196 of x-get-selection.
2197
2198 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * comint.el (comint-mode, comint-snapshot-last-prompt):
2201 * frame.el (frame-current-scroll-bars):
2202 * term.el (term-mode, term-check-proc, term-input-sender)
2203 (term-simple-send, term-extract-string, term-word)
2204 (term-match-partial-filename):
2205 * window.el (window-current-scroll-bars):
2206 * emulation/cua-base.el (cua-normal-cursor-color)
2207 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2208 (cua-global-mark-cursor-color):
2209 * mail/undigest.el (rmail-forward-separator-regex):
2210 Fix typos in docstrings.
2211
2212 * comint.el (comint-check-proc, make-comint-in-buffer)
2213 (comint-source-default): Doc fixes.
2214
2215 * term.el (term-send-string): Improve argument/docstring
2216 consistency.
2217
2218 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2219
2220 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2221 call to `delete-region'.
2222 (comint-mode-hook): Do not enable Font Lock by default.
2223
2224 2005-06-09 Lute Kamstra <lute@gnu.org>
2225
2226 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2227 could be void.
2228
2229 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2232 (debug): Use it.
2233 (debugger-step-through, debugger-continue, debugger-jump)
2234 (debugger-return-value): Set it when needed.
2235 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2236 Use inhibit-read-only.
2237
2238 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2239
2240 * window.el (shrink-window-if-larger-than-buffer)
2241 (window-size-fixed): Fix typo in docstring.
2242
2243 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2244 thumbnails directory on loading.
2245 (thumbs-conversion-program): Use `eq' to check the system type,
2246 not `equal'.
2247 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2248 not "/tmp". Fix docstring.
2249 (thumbs-thumbsdir): New function to return the thumbnails
2250 directory, creating it if needed.
2251 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2252 (thumbs-temp-file): Delete variable and make it into a function.
2253 (thumbs-resize-image, thumbs-modify-image): Use it.
2254 (thumbs-kill-buffer): Simplify.
2255 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2256 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2257 docstrings.
2258
2259 2005-06-09 Kim F. Storm <storm@cua.dk>
2260
2261 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2262 set-match-data to free markers in match-data.
2263
2264 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2265 match-data to unchain markers in match-data.
2266
2267 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2270 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2271 unnecessary now.
2272
2273 2005-06-08 Richard M. Stallman <rms@gnu.org>
2274
2275 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2276 give the variable a doc string that doesn't say don't set it directly.
2277
2278 * textmodes/ispell.el (ispell-check-version):
2279 Use match-string-no-properties.
2280 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2281 (ispell-buffer-local-words): Likewise.
2282
2283 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2284 except on terminals with enough colors to really display it.
2285 (makefile-dependency-regex): Delete spurious `bb'.
2286
2287 * faces.el (escape-glyph): Use blue once again in last case.
2288 (no-break-space): Redefine so that it isn't invisible on a tty.
2289
2290 2005-06-08 Kim F. Storm <storm@cua.dk>
2291
2292 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2293 also when reading directory name.
2294
2295 2005-06-08 Lute Kamstra <lute@gnu.org>
2296
2297 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2298 (flyspell-mode-line-string): Remove autoload cookie.
2299 (flyspell-mode): Remove defvar.
2300
2301 2005-06-07 Lute Kamstra <lute@gnu.org>
2302
2303 * textmodes/org.el (org-run-mode-hooks): New function.
2304 (org-agenda-mode): Use it.
2305
2306 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2307
2308 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2309
2310 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2313
2314 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2315
2316 * font-lock.el (font-lock-add-keywords): Doc fix.
2317
2318 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2321 (tex-compile-default): In the absence of any history, use the order in
2322 tex-compile-alist to choose the preferred command.
2323 (tex-compile-commands): Reorder a bit.
2324
2325 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2326 (flyspell-incorrect-face, flyspell-duplicate-face):
2327 Use (X)Emacs-agnostic code.
2328 (flyspell-mode-map): Don't overwrite at each load. Remove code
2329 redundant with the subsequent add-minor-mode. Merge Emacs and
2330 XEmacs code.
2331 (flyspell-word): Minor simplification.
2332 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2333 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2334 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2335 Merge the corresponding Emacs code.
2336 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2337
2338 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2339 a dedicated window.
2340
2341 * international/latexenc.el (latexenc-find-file-coding-system):
2342 Undo part of last patch, to turn off a compiler warning.
2343
2344 2005-06-06 Juri Linkov <juri@jurta.org>
2345
2346 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2347 Rename `tmm-inactive-face' to `tmm-inactive'.
2348
2349 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2350
2351 * iswitchb.el: Rename faces.
2352
2353 2005-06-06 Kim F. Storm <storm@cua.dk>
2354
2355 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2356 (cua-global-mark): Remove -face suffix from face names.
2357
2358 * emulation/cua-gmrk.el (cua--init-global-mark):
2359 Remove cua-global-mark face setup.
2360
2361 2005-06-06 Richard M. Stallman <rms@gnu.org>
2362
2363 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2364 just like other allowed characters.
2365 (makefile-match-dependency): Exclude leading and training whitespace
2366 from the range of regexp subexp 1.
2367 (makefile-macroassign-regex): Don't try to match the body,
2368 just the name of the macro being defined.
2369
2370 * info.el (Info-read-node-name-2): New function.
2371 (Info-read-node-name-1): Use that.
2372 Add a completion-base-size-function property.
2373
2374 * simple.el (completion-setup-function): Look for
2375 completion-base-size-function property of
2376 minibuffer-completion-table.
2377
2378 * files.el (locate-file-completion): Doc fix.
2379
2380 * printing.el: Don't call pr-update-menus; user must do that.
2381
2382 * emacs-lisp/debug.el (debugger-window): New variable.
2383 (debug): Use debugger-window if it is set and still alive.
2384 Record debugger-window for next entry.
2385
2386 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2387
2388 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2389
2390 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2391 (hack-one-local-variable, hack-local-variables)
2392 (hack-local-variables-prop-line): Pass that arg.
2393
2394 2005-06-06 Kim F. Storm <storm@cua.dk>
2395
2396 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2397 (ido-indicator): Remove -face suffix from face names.
2398
2399 2005-06-06 Juri Linkov <juri@jurta.org>
2400
2401 * font-lock.el (font-lock-regexp-backslash)
2402 (font-lock-regexp-backslash-construct): New faces.
2403 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2404 after `('. Add `while-no-input' to control structures.
2405
2406 * faces.el (no-break-space, shadow): New faces.
2407 (escape-glyph): Use less loud colors pink2 and red4.
2408
2409 * diff-mode.el (diff-context-face)
2410 * dired.el (dired-ignored)
2411 * rfn-eshadow.el (file-name-shadow)
2412 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2413
2414 * info.el (Info-title-1-face): Use green instead of yellow because
2415 bold yellow is not readable on light backgrounds.
2416
2417 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2418 before selecting the desired mode to not spend time fontifying
2419 old contents.
2420
2421 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2424 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2425
2426 * ps-print.el (ps-default-fg, ps-default-bg):
2427 Fix typos in docstrings.
2428
2429 * isearchb.el (isearchb): Don't pass a spurious second argument to
2430 `iswitchb-completions'.
2431
2432 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2433
2434 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2435 to preserve point.
2436 (gdb-find-file-hook): Add doc string.
2437
2438 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2439 C dereferenced pointer expression.
2440 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2441
2442 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2443
2444 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2445 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2446 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2447 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2448 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2449 Make background transparent.
2450
2451 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2452
2453 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2454 (font-lock-remove-keywords): Doc fix.
2455 (font-lock-mode-major-mode): Compiler defvar.
2456 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2457
2458 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2459 (font-lock-mode): Update `font-lock-mode-major-mode'.
2460 (font-lock-set-defaults): Compiler defvar.
2461 (font-lock-default-function): Take `font-lock-mode-major-mode'
2462 into account.
2463
2464 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2465 keep track of which major mode it enabled the minor mode for.
2466 Use find-file-hook again. Update docstring.
2467
2468 * simple.el (eval-expression-print-level)
2469 (eval-expression-print-length, eval-expression-debug-on-error):
2470 Doc fixes.
2471
2472 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2473
2474 * iswitchb.el (iswitchb-single-match-face)
2475 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2476 (iswitchb-invalid-regexp-face): New faces.
2477 (iswitchb-completions): Use them.
2478 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2479 now marked as an obsolete alias.
2480 (iswitchb-read-buffer): Remove check for bound font variables.
2481 (iswitchb-invalid-regexp): New free variable.
2482 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2483 set iswitchb-invalid-regexp.
2484 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2485 invalid regexps.
2486 (iswitchb-completions): Add check for complete match when entering
2487 a regexp.
2488 (iswitchb-completions): Remove require-match argument.
2489 (iswitchb-exhibit): Fix caller.
2490 (iswitchb-common-match-inserted): New variable.
2491 (iswitchb-complete, iswitchb-completion-help): Use it.
2492
2493 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2494
2495 * url-http.el (url-http-chunked-encoding-after-change-function):
2496 Use `url-http-debug' instead of `message'.
2497
2498 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2499
2500 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2501 callback argument.
2502
2503 2005-06-04 Kim F. Storm <storm@cua.dk>
2504
2505 * simple.el (line-move): Only call sit-for when moving backwards.
2506
2507 * ido.el (ido-make-merged-file-list-1): New defun split from
2508 ido-make-merged-file-list.
2509 (ido-make-merged-file-list): Bind throw-on-input around call to
2510 ido-make-merged-file-list-1. Return input-pending-p if
2511 interrupted by more input available.
2512 (ido-read-internal): Handle input-pending-p return value from
2513 ido-make-merged-file-list.
2514
2515 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2518 compatibility code.
2519
2520 * international/latexenc.el (latexenc-find-file-coding-system):
2521 Don't inherit the EOL part of the coding-system from the
2522 tex-main buffer. Fit within 80 columns.
2523
2524 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2525
2526 * tmm.el (tmm-inactive-face): New face.
2527 (tmm-remove-inactive-mouse-face): New function.
2528 (tmm-prompt, tmm-add-one-shortcut)
2529 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2530 but not selectable.
2531
2532 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * faces.el (face-equal): Improve argument/docstring consistency.
2535
2536 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2537
2538 * progmodes/make-mode.el (makefile-targets-face)
2539 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2540 (makefile-bsdmake-dependency-regex)
2541 (makefile-makepp-rule-action-regex)
2542 (makefile-bsdmake-rule-action-regex): New constants.
2543 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2544
2545 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2546 Allow (...) within `...' for makepp messages.
2547
2548 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2549
2550 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2551
2552 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2553 "." files are deleted from all file lists before comparison.
2554
2555 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2556 (viper-ESC-key): Made them customizable.
2557
2558 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2559
2560 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2561
2562 * autorevert.el (auto-revert-buffers): Use save-match-data.
2563
2564 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2567 menu items with a nil command binding.
2568
2569 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * emacs-lisp/cl-macs.el (defsetf):
2572 Improve argument/docstring consistency.
2573
2574 * faces.el (list-faces-display): Improve the formatting by
2575 computing the maximum length required for any face-name (reworked
2576 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2577 (internal-find-face): Remove redundant info in docstring.
2578
2579 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2582 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2583 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2584 (gdb-assembler-custom): Improve regexps.
2585 (def-gdb-auto-update-handler): Use window point to preserve point.
2586
2587 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2590
2591 2005-05-31 Jay Belanger <belanger@truman.edu>
2592
2593 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2594 to calc-embedded.
2595 (calc-embedded-make-info): Have plain prefix argument select
2596 entire line.
2597
2598 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * faces.el (list-faces-display): Signal error if passed a regexp
2601 that matches no face name.
2602
2603 * simple.el (filter-buffer-substring): Fix typo in docstring.
2604
2605 2005-05-31 Richard M. Stallman <rms@gnu.org>
2606
2607 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2608 (vhdl-emacs-21): Doc fix.
2609 (vhdl-mode): Unconditionally set comment-padding.
2610 (vhdl-fixup-whitespace-region): Insert spaces only where
2611 there are none.
2612 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2613
2614 2005-05-30 John Wiegley <johnw@newartisans.com>
2615
2616 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2617 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2618 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2619 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2620 `string-to-number'.
2621
2622 2005-05-30 Jay Belanger <belanger@truman.edu>
2623
2624 * calc/calc.el (calc-bug-address): Fix docstring.
2625 (calc-window-hook, calc-trail-window-hook): New variables.
2626 (calc-trail-display): Restore use of calc-trail-window-hook.
2627 (calc): Restore use of calc-window-hook.
2628
2629 2005-05-31 Masatake YAMATO <jet@gyve.org>
2630
2631 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2632
2633 * help-fns.el (help-C-file-name): Add autoload mark for
2634 `find-function-noselect'.
2635
2636 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2639 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2640
2641 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2642
2643 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2644 included diary buffer if it was not already being visited.
2645 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2646
2647 * calendar/icalendar.el (top-level): Do not require 'appt.
2648
2649 * mail/supercite.el (sc-select-attribution): Only use a list
2650 element from sc-attrib-selection-list if it returns a string.
2651 Reported by Davide G. M. Salvetti <salve@debian.org>.
2652
2653 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2656 includes a hash value to improve its uniqueness, and has a ".jpg"
2657 extension. Also, it is now a valid filename on all systems.
2658 (thumbs-make-thumb): Use `let', not `let*'.
2659 (thumbs-show-thumbs-list): Check for JPEG availability.
2660
2661 2005-05-30 Richard M. Stallman <rms@gnu.org>
2662
2663 * filesets.el (filesets-menu-ensure-use-cached):
2664 Prevent warning when emacs-version>= is undefined.
2665
2666 * printing.el (pr-interactive-n-up): Use string-to-number.
2667
2668 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2669
2670 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2671 Warn only when name to be defined is quoted.
2672
2673 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2674
2675 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2676 Make regexp more robust.
2677 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2678 Force regeneration of disassembly.
2679
2680 2005-05-29 Jay Belanger <belanger@truman.edu>
2681
2682 * calc/calc.el (calc-user-invocation): Check if
2683 calc-invocation-macro is non-nil.
2684
2685 2005-05-29 Juri Linkov <juri@jurta.org>
2686
2687 * add-log.el (change-log-font-lock-keywords):
2688 Add `+' to e-mail regexp to accept mail address with keywords.
2689
2690 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2691
2692 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2693
2694 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2695
2696 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2697
2698 2005-05-29 Richard M. Stallman <rms@gnu.org>
2699
2700 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2701 Undo the change that moves to end of the current word.
2702
2703 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2704
2705 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2706 Throw error when count <= 0 to ensure input is a number.
2707 (gdb-read-memory-custom): Pick up address from buffer.
2708 (gdb-memory-mode): Allow user to increment and decrement
2709 memory address from header line.
2710
2711 2005-05-29 Richard M. Stallman <rms@gnu.org>
2712
2713 * flyspell.el (flyspell-version): Function deleted.
2714 (flyspell-auto-correct-previous-hook): Doc fix.
2715
2716 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2717 Do nothing if memory is full.
2718
2719 * font-lock.el (font-lock-fontify-syntactically-region):
2720 Pass t for GREEDY to looking-back.
2721
2722 * saveplace.el (save-place-alist-to-file): Write the file
2723 using write-region.
2724
2725 * subr.el (looking-back): New argument GREEDY.
2726
2727 * progmodes/compile.el (compilation-start): Set the mode
2728 before inserting the initial text.
2729
2730 * progmodes/which-func.el (which-func-update-1): Turn the mode
2731 off in case of error by setting which-func-mode.
2732
2733 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2734
2735 * flyspell.el (flyspell-auto-correct-previous-word):
2736 Narrow down to what's on the screen, and recenter overlays
2737 at the end of the next word.
2738
2739 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2740
2741 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2742 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2743 (flyspell-abbrev-p): Default to nil.
2744 (flyspell-use-global-abbrev-table-p): Doc fix.
2745 (flyspell-large-region): Allow nil as value.
2746 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2747
2748 (mail-mode-flyspell-verify): More robust handling
2749 of `mail-header-separator'. More efficient signature detection.
2750 Allow for regexp metacharacters in message-header-separator.
2751 Adding `To' not to be checked in mail-mode-flyspell-verify.
2752
2753 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2754 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2755 Bind flyspell-auto-correct-binding.
2756 Bind C-. and C-, .
2757 (flyspell-mode-map): Likewise.
2758 (flyspell-mode): Doc fix.
2759 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2760 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2761 (flyspell-word-cache-result): New var, always local.
2762 (flyspell-check-pre-word-p): Doc fix.
2763 (flyspell-check-changed-word-p): Handle spc like newline.
2764 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2765 (flyspell-word-search-backward, flyspell-word-search-forward):
2766 New functions.
2767 (flyspell-word): Return t if nothing to check.
2768 When parsing TeX code, check for after } or \.
2769 Use flyspell-word-search-backward to find previous word.
2770 Return nil if duplicated word.
2771 For word already checked, return same value as last time.
2772 Set flyspell-word-cache-result after checking.
2773 Don't clobber the return value.
2774 (flyspell-get-word): Major rewrite.
2775 (flyspell-external-point-words): New locals pword, pcount.
2776 Fix size used in progress message.
2777 Find the proper corresponding word in flyspell-large-region-buffer.
2778 (flyspell-region): Check for flyspell-large-region = nil.
2779 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2780 (flyspell-auto-correct-word): Check that WORD is a cons.
2781 (flyspell-correct-word): Likewise.
2782
2783 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2784
2785 * progmodes/make-mode.el (makefile-rule-action-regex)
2786 (makefile-macroassign-regex, makefile-makepp-mode)
2787 (makefile-bsdmake-mode): Continuation lines may be empty.
2788 Reported by Joshua Varner.
2789 (makefile-makepp-font-lock-keywords): Add $(stem).
2790
2791 2005-05-28 Karl Berry <karl@gnu.org>
2792
2793 * textmodes/tex-mode.el: Now that tex-send-command calls
2794 shell-quote-argument (2005-03-31 change), remove all calls to
2795 shell-quote-argument; they all end up invoking tex-send-command.
2796 The double quoting loses on filenames with non-safe characters,
2797 such as "@". Reported by Frederik Fouvry.
2798
2799 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2800
2801 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2802 about preserving point.
2803
2804 2005-05-27 Jay Belanger <belanger@truman.edu>
2805
2806 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2807 Info-goto-node.
2808
2809 * calc/calc-embed.el (calc-embed-arg): New variable.
2810 (calc-do-embedded-activate, calc-embedded-activate-formula)
2811 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2812 variable by new variable.
2813 (calc-embedded-make-info): Replace undeclared variable by new
2814 variable. When selecting region with positive prefix
2815 argument, use end of previous line instead of beginning of line.
2816
2817 * calc/calc-aent.el (calc-arg-values): Declare it.
2818
2819 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2820 Declare them.
2821
2822 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2823
2824 * calc/calc.el (calc-alg-map): Declare it.
2825
2826 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2827
2828 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2829
2830 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2831 (gdb-registers-buffer, toggle-gdb-all-registers):
2832 Toggle display of floating point registers.
2833 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2834
2835 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2836 (toggle-gud-tooltip-dereference):
2837 Rename from gud-toggle-tooltip-dereference.
2838
2839 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2842
2843 2005-05-27 Jay Belanger <belanger@truman.edu>
2844
2845 * calc/calc-prog.el (calc-kbd-report): Remove.
2846 (calc-kbd-query): Rewrite.
2847
2848 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * image.el (image-library-alist): Move to image.c.
2851 (image-type-available-p): Doc fix.
2852
2853 2005-05-27 Lute Kamstra <lute@gnu.org>
2854
2855 * calc/calc.el (calc):
2856 * outline.el (outline-1, outline-2, outline-3, outline-4)
2857 (outline-5, outline-6, outline-7, outline-8):
2858 * textmodes/dns-mode.el (dns-mode):
2859 * textmodes/sgml-mode.el (sgml-namespace-face):
2860 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2861 (tex-verbatim-face, tex-use-reftex):
2862 * textmodes/texinfo.el (texinfo-heading-face):
2863 Specify customization group.
2864
2865 * longlines.el: Don't require easy-mmode.
2866 (longlines-visible-face): Specify customization group.
2867
2868 2005-05-27 Kenichi Handa <handa@m17n.org>
2869
2870 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2871 encoding table of windows-1251.
2872
2873 * international/ucs-tables.el (ucs-set-table-for-input):
2874 If translation-table-for-input of a coding system is a symbol, get
2875 its translation-table property.
2876
2877 * international/code-pages.el: Don't register a coding system into
2878 non-iso-charset-alist more than once.
2879 (cp-make-coding-system): Likewise.
2880
2881 2005-05-26 John Wiegley <johnw@newartisans.com>
2882
2883 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2884 `eshell-resume-eval' is wrapped in a list, it indicates that the
2885 command was run asynchronously. In that case, unwrap the value
2886 before checking the delimiter value.
2887
2888 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2889 character before a space at the end of a line is \, assume the space
2890 is part of the last argument rather than a final argument separator.
2891
2892 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2893 is in use, and the target is `t' or `nil' (which are the most common
2894 values), don't assume that the symbol target is a buffer.
2895
2896 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2897
2898 * calendar/calendar.el (calendar-mode-line-format):
2899 Use mode-line-highlight as mouse-face.
2900
2901 * time.el (display-time-string-forms, display-time-update):
2902 Use mode-line-highlight as mouse-face.
2903
2904 2005-05-26 Jay Belanger <belanger@truman.edu>
2905
2906 * calc/calc.el (calc-language-alist): Remove extra defvar.
2907
2908 2005-05-26 Lute Kamstra <lute@gnu.org>
2909
2910 * arc-mode.el (archive-mode):
2911 * bookmark.el (bookmark-read-annotation-mode)
2912 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2913 * bs.el (bs-mode):
2914 * calc/calc-yank.el (calc-edit-mode):
2915 * calc/calc.el (calc-mode, calc-trail-mode):
2916 * calculator.el (calculator-mode):
2917 * chistory.el (command-history-mode):
2918 * comint.el:
2919 * cus-edit.el (custom-mode):
2920 * descr-text.el (describe-text-mode):
2921 * ebuff-menu.el (Electric-buffer-menu-mode):
2922 * ediff-util.el (ediff-mode):
2923 * emacs-lisp/re-builder.el (reb-mode):
2924 * emulation/vi.el (vi-mode-setup):
2925 * emulation/ws-mode.el (wordstar-mode):
2926 * eshell/esh-mode.el (eshell-mode):
2927 * forms.el (forms-mode):
2928 * help-mode.el (help-mode):
2929 * hexl.el (hexl-mode):
2930 * ibuffer.el (ibuffer-mode):
2931 * ielm.el (inferior-emacs-lisp-mode):
2932 * info.el (Info-mode, Info-edit-mode):
2933 * international/swedish.el:
2934 * ledit.el (ledit-from-lisp-mode):
2935 * locate.el (locate-mode):
2936 * mail/rmail.el (rmail-mode):
2937 * mail/rmailedit.el (rmail-edit-mode):
2938 * mail/rmailsum.el (rmail-summary-mode):
2939 * mail/supercite.el (sc-electric-mode):
2940 * net/eudc.el (eudc-mode):
2941 * net/quickurl.el (quickurl-list-mode):
2942 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2943 * obsolete/ooutline.el (outline-mode):
2944 * obsolete/options.el (Edit-options-mode):
2945 * obsolete/rnews.el (news-mode):
2946 * obsolete/rnewspost.el (news-reply-mode):
2947 * play/5x5.el (5x5-mode):
2948 * play/decipher.el (decipher-mode, decipher-stats-mode):
2949 * play/gomoku.el (gomoku-mode):
2950 * play/snake.el (snake-mode):
2951 * play/solitaire.el (solitaire-mode):
2952 * play/tetris.el (tetris-mode):
2953 * progmodes/ada-mode.el (ada-mode):
2954 * progmodes/antlr-mode.el (antlr-mode):
2955 * progmodes/autoconf.el (autoconf-mode):
2956 * progmodes/dcl-mode.el (dcl-mode):
2957 * progmodes/delphi.el (delphi-mode):
2958 * progmodes/ebrowse.el (ebrowse-tree-mode)
2959 (ebrowse-electric-list-mode, ebrowse-member-mode)
2960 (ebrowse-electric-position-mode):
2961 * progmodes/f90.el (f90-mode):
2962 * progmodes/fortran.el (fortran-mode):
2963 * progmodes/icon.el (icon-mode):
2964 * progmodes/idlw-help.el (idlwave-help-mode):
2965 * progmodes/idlw-shell.el (idlwave-shell-mode):
2966 * progmodes/idlwave.el (idlwave-mode):
2967 * progmodes/inf-lisp.el (inferior-lisp-mode):
2968 * progmodes/m4-mode.el (m4-mode):
2969 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2970 * progmodes/modula2.el (modula-2-mode):
2971 * progmodes/octave-inf.el (inferior-octave-mode):
2972 * progmodes/octave-mod.el (octave-mode):
2973 * progmodes/pascal.el (pascal-mode):
2974 * progmodes/sh-script.el (sh-mode):
2975 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2976 * progmodes/vhdl-mode.el (vhdl-mode):
2977 * progmodes/xscheme.el (scheme-interaction-mode):
2978 * replace.el (occur-mode):
2979 * ses.el (ses-mode):
2980 * simple.el (completion-list-mode):
2981 * skeleton.el:
2982 * speedbar.el (speedbar-mode):
2983 * term.el (term-mode):
2984 * terminal.el (terminal-edit-mode):
2985 * textmodes/reftex-index.el (reftex-index-mode)
2986 (reftex-index-phrases-mode):
2987 * textmodes/reftex-sel.el (reftex-select-label-mode)
2988 (reftex-select-bib-mode):
2989 * textmodes/reftex-toc.el (reftex-toc-mode):
2990 * wdired.el (wdired-change-to-wdired-mode):
2991 * wid-browse.el (widget-browse-mode):
2992 Use run-mode-hooks.
2993
2994 * array.el (array-mode):
2995 * calendar/todo-mode.el (todo-mode):
2996 * man.el (Man-mode):
2997 * play/landmark.el (lm-mode):
2998 * play/mpuz.el (mpuz-mode):
2999 Use kill-all-local-variables and run-mode-hooks.
3000
3001 * subr.el (delay-mode-hooks): Specify indentation.
3002
3003 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3004
3005 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3006
3007 2005-05-26 Jay Belanger <belanger@truman.edu>
3008
3009 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3010 of nil.
3011
3012 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3013
3014 * progmodes/gdb-ui.el (gdb-frame-address):
3015 Rename from gdb-current-address.
3016 (gdb-previous-frame-address): Rename from gdb-previous-address.
3017 (gdb-selected-frame): Rename from gdb-current-frame.
3018 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3019 (gdb-frame-number): Rename from gdb-current-stack-level.
3020 (gdb-ann3): Match new mode-name for disassembly buffer.
3021 Extend initialization of variables.
3022 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3023 (gdb-memory-mode): Use mouse-face in header line.
3024 (gdb-assembler-buffer-name): Call it disassembly and give frame
3025 in mode line.
3026 (gdb-source-spec-regexp, gdb-assembler-custom)
3027 (gdb-invalidate-assembler, gdb-frame-handler):
3028 Make robust to leading zeroes in address format.
3029
3030 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3031
3032 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3033 define `org-mode'.
3034 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3035
3036 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * log-edit.el (log-edit-changelog-entries): Distinguish between
3039 filenames like xfns.c and fns.c.
3040
3041 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3042
3043 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3044 point after reverting.
3045 (Buffer-menu-make-sort-button): Handle the case where
3046 `Buffer-menu-use-header-line' is nil.
3047
3048 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3049
3050 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3051 New funcs. In minibuffer-local-completion-map bind `]', `/'
3052 and `:' to them.
3053
3054 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * startup.el (normal-top-level): Allow modification of load-path while
3057 we're iterating over it.
3058
3059 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3060
3061 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3062 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3063 (thumbs-resize-interactive, thumbs-insert-image)
3064 (thumbs-insert-thumb, thumbs-dired-show-marked)
3065 (thumbs-find-image-at-point, thumbs-delete-images)
3066 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3067 (thumbs-increment-image-size, thumbs-decrement-image-size):
3068 Fix typos in docstrings.
3069
3070 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3071
3072 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3073 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3074 (cperl-mode): Use them.
3075
3076 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3077
3078 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3079 Doc fixes.
3080
3081 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3084 Bind C-d to gdb-inferior-io-eof.
3085
3086 * dired.el (dired-dnd-popup-notice): Use message-box.
3087
3088 2005-05-23 Masatake YAMATO <jet@gyve.org>
3089
3090 * bindings.el (mode-line-major-mode-keymap):
3091 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3092
3093 * faces.el (mode-line-highlight): New face.
3094
3095 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3096 as mouse-face.
3097
3098 * bindings.el (top-level, help-echo, mode-line-modified)
3099 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3100 as mouse-face.
3101
3102 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * progmodes/cc-engine.el (c-guess-basic-syntax):
3105 Remove spurious call to `zerop'.
3106
3107 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3108
3109 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3110
3111 CC Mode update to 5.30.10:
3112
3113 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3114 could go past the limit in decoration level 2, thereby causing
3115 errors during interactive fontification.
3116
3117 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3118 the file is evaluated interactively.
3119
3120 * cc-engine.el (c-guess-basic-syntax): Handle operator
3121 declarations somewhat better in C++.
3122
3123 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3124 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3125 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3126 (awk-mode): Use it.
3127 (make-local-hook): Suppress warning about obsoleteness.
3128
3129 * cc-engine.el, cc-align.el, cc-cmds.el
3130 (c-append-backslashes-forward, c-delete-backslashes-forward)
3131 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3132 Compensate for return value from `forward-line' when it has moved
3133 but not to a different line due to eob.
3134
3135 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3136 `objc-method-intro' and `objc-method-args-cont'.
3137
3138 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3139
3140 CC Mode update to 5.30.10:
3141
3142 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3143 in the copyright statement. Incidentally, change "along with GNU
3144 Emacs" to "along with this program" where it occurs.
3145
3146 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3147 so that it is interactive, hence can be found by M-x awk-mode
3148 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3149 <gmorris+emacs@ast.cam.ac.uk>.
3150
3151 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3152 Mode's regexps.
3153
3154 2005-05-23 Kevin Ryde <user42@zip.com.au>
3155
3156 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3157 c-parse-state, to avoid a lisp error (on bad code).
3158
3159 2005-05-23 Lute Kamstra <lute@gnu.org>
3160
3161 * subr.el (font-lock-defaults): Remove defvar as it's already
3162 defined in font-core.el.
3163
3164 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3165
3166 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3169 more general and work when GDB variable "print pretty" is on,
3170 as with Emacs, for example.
3171
3172 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * font-core.el: Update comment.
3175
3176 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3177 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3178
3179 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3180
3181 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3182
3183 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3184 and `yank-handler' in the doc strings.
3185
3186 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3189
3190 2005-05-22 Richard M. Stallman <rms@gnu.org>
3191
3192 * help.el (describe-key): Move print-help-return-message call
3193 out of conditional.
3194
3195 * progmodes/etags.el (list-tags): Use with-no-warnings.
3196
3197 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3198 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3199 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3200
3201 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3202
3203 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3204 Add defvar.
3205
3206 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3207 Use defvar, not defconst.
3208
3209 * hexl.el (hexl-follow-line): Use with-no-warnings.
3210
3211 * emulation/tpu-extras.el: Use write-file-functions instead of
3212 write-file-hooks.
3213
3214 * dired.el (dired-font-lock-keywords): Fontify files with junk
3215 extensions even if marked by -F.
3216
3217 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3220 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3221 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3222 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3223 (concatenate, list-length, get*, getf, cl-remprop):
3224 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3225 (etypecase, progv, lexical-let, lexical-let*)
3226 (multiple-value-bind, multiple-value-setq, shiftf):
3227 Improve argument/docstring consistency.
3228
3229 * subr.el (focus-frame, unfocus-frame):
3230 Revert deletion on 2005-05-01.
3231
3232 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3233
3234 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3235 doesn't exist.
3236
3237 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3238 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3239
3240 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3241
3242 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3243 already deleted variables: auto-fill-hook, blink-paren-hook,
3244 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3245 suspend-hooks, comment-indent-hook, meta-flag,
3246 before-change-function, after-change-function,
3247 font-lock-doc-string-face.
3248
3249 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3252
3253 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3254
3255 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3256 rmail-dont-reply-to.
3257
3258 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3259
3260 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3261 literal blank when splitting new-header-values.
3262
3263 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3264
3265 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3266 string so that tmm doesn't create a completion entry for it.
3267
3268 * textmodes/table.el (table-disable-menu): Ditto.
3269
3270 2005-05-21 Richard M. Stallman <rms@gnu.org>
3271
3272 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3273
3274 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3275
3276 * net/rcompile.el (remote-compile): Use compilation-start.
3277
3278 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3279
3280 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3281
3282 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3283 Default to makefile-bsdmake-mode on BSD systems.
3284
3285 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3286 REGEXP may also be a search function now. The part of doc-string
3287 for describing the structure was 95% identical to that of
3288 `imenu--generic-function'. Unify it there.
3289
3290 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3291 Use function to find dependencies, because regexp alone is so complex,
3292 it easily goes into an endless loop.
3293 (makefile-makepp-mode): Also add submenu for Perl functions
3294 defined in the makefile.
3295 (makefile-bsdmake-mode): Special imenu-generic-expression no
3296 longer needed, due to function call.
3297 (makefile-match-dependency): Take BOUND into account when checking
3298 if we're through.
3299
3300 2005-05-20 Jay Belanger <belanger@truman.edu>
3301
3302 * calc/calc-units.el (calc-invalidate-units-table):
3303 Use inhibit-read-only.
3304 (math-build-units-table-buffer): Use view-mode.
3305
3306 2005-05-20 David Kastrup <dak@gnu.org>
3307
3308 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3309 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3310
3311 2005-05-20 Lute Kamstra <lute@gnu.org>
3312
3313 * diff-mode.el (diff-header-face, diff-file-header-face)
3314 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3315 (diff-added-face, diff-changed-face, diff-function-face)
3316 (diff-context-face, diff-nonexistent-face): Put them in the
3317 diff-mode customization group.
3318
3319 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3322
3323 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3324
3325 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3326 Minor regexp-optimization.
3327
3328 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3329
3330 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3331 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3332 (org-agenda-add-time-grid-maybe): New function.
3333 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3334 (org-table-create): `dotimes' instead of `mapcar'.
3335 (org-xor): Simplify implementation.
3336 (org-agenda): `inhibit-redisplay' turned on.
3337 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3338 a consistent line after a state change.
3339 (org-agenda-remove-times-when-in-prefix): New option.
3340 (org-prefix-has-time): New variable.
3341 (org-parse-time-string): Optional argument NODEFAULT.
3342 (org-format-agenda-item): Parse items for time-of-day
3343 specifications and move these into the prefix if possible.
3344 (org-agenda-priority): Get current heading, not previous heading
3345 during agenda remote editing.
3346
3347 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3350 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3351 (remove-duplicates, delete-duplicates, substitute)
3352 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3353 (nsubstitute-if-not, find, find-if, find-if-not, position)
3354 (position-if, position-if-not, count, count-if, count-if-not)
3355 (mismatch, search, sort*, stable-sort, merge, member*)
3356 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3357 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3358 (intersection, nintersection, set-difference, nset-difference)
3359 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3360 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3361 (nsublis, tree-equal): Improve argument/docstring consistency.
3362
3363 * subr.el (send-string, send-region):
3364 Remove obsolescence declaration.
3365 (window-dot, set-window-dot, read-input, show-buffer)
3366 (eval-current-buffer, string-to-int):
3367 Add release number to obsolescence declarations.
3368
3369 2005-05-19 Kim F. Storm <storm@cua.dk>
3370
3371 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3372 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3373
3374 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3375
3376 * faces.el (list-faces-display): Make back button respect optional
3377 regexp arg.
3378
3379 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * calculator.el (calculator-radix-grouping-mode)
3382 (calculator-radix-grouping-digits, calculator-displayer)
3383 (calculator-radix-grouping-separator, calculator-copy-displayer):
3384 * dabbrev.el (dabbrev-search-these-buffers-only):
3385 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3386 (diff-advance-after-apply-hunk, diff-mode-hook)
3387 (diff-minor-mode-prefix):
3388 * imenu.el (imenu-use-popup-menu):
3389 * jit-lock.el (jit-lock-context-time):
3390 * newcomment.el (comment-fill-column, comment-column)
3391 (comment-style, comment-padding, comment-multi-line)
3392 (comment-empty-lines, comment-auto-fill-only-comments):
3393 * reveal.el (reveal-around-mark):
3394 * uniquify.el (uniquify-buffer-name-style)
3395 (uniquify-after-kill-buffer-p)
3396 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3397 (uniquify-min-dir-content, uniquify-separator)
3398 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3399 * w32-vars.el (w32-fixed-font-alist):
3400 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3401 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3402 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3403 * progmodes/perl-mode.el (perl-indent-level)
3404 (perl-continued-statement-offset, perl-continued-brace-offset)
3405 (perl-brace-offset, perl-brace-imaginary-offset)
3406 (perl-label-offset, perl-indent-continued-arguments)
3407 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3408 * progmodes/tcl.el (tcl-indent-level)
3409 (tcl-continued-indent-level, tcl-auto-newline)
3410 (tcl-tab-always-indent, tcl-electric-hash-style)
3411 (tcl-help-directory-list, tcl-use-smart-word-finder)
3412 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3413 (inferior-tcl-source-command):
3414 * textmodes/fill.el (enable-kinsoku):
3415 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3416 * textmodes/table.el (table-yank-handler):
3417 Specify missing group (and type, if simple) in defcustom.
3418
3419 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3420
3421 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3422
3423 2005-05-19 Richard M. Stallman <rms@gnu.org>
3424
3425 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3426
3427 * subr.el (event-basic-type): Don't get an error.
3428 (left-fringe-p): Function deleted.
3429
3430 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3431 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3432
3433 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3434 in recursive copy.
3435
3436 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3437
3438 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3439
3440 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3441 Call byte-compile-nogroup-warn if appropriate.
3442
3443 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3444 (compilation-set-window): Don't call left-fringe-p; do it directly.
3445
3446 2005-05-19 Jay Belanger <belanger@truman.edu>
3447
3448 * calc/calc-graph.el (calc-graph-format-data): Make sure
3449 var-PlotRejects is bound before trying to check its value.
3450
3451 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3452
3453 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3454 definition of this variable from reftex-global.el to reftex.el,
3455 because it is needed in the menu.
3456
3457 2005-05-19 Lute Kamstra <lute@gnu.org>
3458
3459 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3460 years are fixed. Don't insert a space after a dash.
3461
3462 2005-05-19 Kim F. Storm <storm@cua.dk>
3463
3464 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3465
3466 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3467
3468 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3469 strings, because (eq ... ?\\) is fairly frequent.
3470
3471 * progmodes/make-mode.el (makefile-add-this-line-targets):
3472 Simplify and integrate into `makefile-pickup-targets'.
3473 (makefile-add-this-line-macro): Simplify and integrate into
3474 `makefile-pickup-macros.
3475 (makefile-pickup-filenames-as-targets): Simplify.
3476 (makefile-previous-dependency, makefile-match-dependency):
3477 Don't stumble over `::'.
3478
3479 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3480
3481 * subr.el (post-command-idle-hook, post-command-idle-delay):
3482 Remove obsoletion of post-command-idle-hook and
3483 post-command-idle-delay.
3484
3485 * faces.el (list-faces-display): Provide button when describe-face
3486 is called to take user back to the list of faces.
3487
3488 * help-fns.el (describe-variable): Remove hyperlinks in a
3489 variable's value as these are quite frequently inappropriate.
3490
3491 * follow.el (follow-submit-feedback, follow-mode):
3492 Remove references to post-command-idle-hook.
3493
3494 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3495
3496 * progmodes/make-mode.el (makefile-previous-dependency)
3497 (makefile-match-dependency): Check for := (and in bsd mode also
3498 !=) to give a better result, even when font-lock is not on.
3499
3500 2005-05-18 Jay Belanger <belanger@truman.edu>
3501
3502 * calc/calc-help.el (calc-s-prefix-help):
3503 Add `calc-copy-special-constant' to help string.
3504
3505 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3506
3507 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3508
3509 2005-05-18 Jay Belanger <belanger@truman.edu>
3510
3511 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3512 in linear factors are in proper order.
3513
3514 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3515
3516 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3517 Support for jurabib.
3518
3519 * textmodes/reftex.el (featurep): Define aliases for overlay
3520 commands, for XEmacs compatibility, and use these aliases in
3521 overlay initializations.
3522 (reftex-highlight): Use `reftex-move-overlay'.
3523 (reftex-unhighlight): Use `reftex-delete-overlay'.
3524 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3525 (reftex-access-search-path): Use `reftex-uniquify' instead of
3526 `reftex-uniq'
3527
3528 * textmodes/reftex-sel.el (reftex-select-unmark):
3529 Overlay `before-string' property modification enables for Emacs as well.
3530 (reftex-select-item): Use `reftex-delete-overlay'.
3531 (reftex-select-mark): Use `reftex-make-overlay' and
3532 `reftex-overlay-put'.
3533 (reftex-select-unmark): Use `reftex-delete-overlay' and
3534 `reftex-overlay-put'.
3535
3536 2005-05-18 Lute Kamstra <lute@gnu.org>
3537
3538 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3539
3540 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * add-log.el (add-change-log-entry):
3543 * array.el (array-make-template, array-reconfigure-rows)
3544 (array-init-max-row, array-init-max-column)
3545 (array-init-columns-per-line, array-init-field-width):
3546 * replace.el (replace-match-maybe-edit, perform-replace):
3547 * textmodes/spell.el (spell-region):
3548 Replace `read-input' by `read-string'.
3549
3550 * forms.el (forms-mode):
3551 * finder.el (finder-compile-keywords):
3552 * shadowfile.el (shadow-read-files):
3553 Replace `eval-current-buffer' by `eval-buffer'.
3554
3555 * terminal.el (te-pass-through):
3556 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3557 (ange-ftp-raw-send-cmd):
3558 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3559 (send-process-next-char, telnet-initial-filter, telnet):
3560 Replace `send-string' by `process-send-string'.
3561
3562 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3563 (prolog-consult-region): Replace `send-string' by
3564 `process-send-string'; replace `send-region' by `process-send-region'.
3565
3566 * progmodes/delphi.el (delphi-log-msg):
3567 Replace `set-window-dot' by `set-window-point'.
3568
3569 * subr.el (window-dot, set-window-dot, read-input, send-string)
3570 (send-region, show-buffer, eval-current-buffer):
3571 Make really obsolete, as the comment says.
3572
3573 2005-05-17 Kim F. Storm <storm@cua.dk>
3574
3575 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3576 (cua--init-keymaps): Bind C-return instead of S-return to set
3577 rectangle mark.
3578
3579 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3580 instead of S-return to toggle/clear rectangle mark.
3581
3582 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3583
3584 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3585 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3586 Also fontify plain strings assigned to variables, mostly so that a
3587 colon has a face and is thus not taken as a dependency separator.
3588 (makefile-previous-dependency): Inline the new matcher, because it
3589 is too complex to work in both directions.
3590 (makefile-match-dependency): Eliminate `backward' arg (see above).
3591 Completely reimplemented so as to not sometimes go into an endless
3592 loop. It should also be more efficient, because first it only
3593 searches for `:', instead of applying the very complex regexp.
3594 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3595 to be fontified in one piece can be too long for JIT.
3596 Makefiles are never *that* big.
3597
3598 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3599
3600 * dired.el (dired-mode): Simplify.
3601
3602 2005-05-17 Lute Kamstra <lute@gnu.org>
3603
3604 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3605 defcustom for the mode hook variable.
3606
3607 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3608 Emacs Lisp Reference Manual.
3609
3610 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3613 (evenp, list*):
3614 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3615 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3616
3617 * net/tramp-smb.el (tramp-smb-open-connection):
3618 Pass `tramp-chunksize' as fifth (required) argument.
3619
3620 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3621
3622 * font-lock.el (lisp-font-lock-keywords-1):
3623 Set `font-lock-negation-char-face' for [^...] char group.
3624 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3625
3626 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3627 a var, and refine it to mask one more level of nested vars.
3628 (makefile-rule-action-regex): Turn it into a var, and refine it so
3629 it recognizes backslashed continuation lines as belonging to the
3630 same command.
3631 (makefile-macroassign-regex): Refine it so it recognizes
3632 backslashed continuation lines as belonging to the same command.
3633 (makefile-var-use-regex): Don't look at the next char, because it
3634 might be the same one to be skipped by the initial [^$], leading
3635 to an overlooked variable use.
3636 (makefile-make-font-lock-keywords): Remove two parameters, which
3637 are now variables that some of the modes set locally.
3638 Handle dependency and rule action matching through functions, because
3639 regexps alone match too often. Dependency matching now comes
3640 last, so it can check, whether a colon already matched something else.
3641 (makefile-mode): Inform that font-lock improves makefile parsing
3642 capabilities.
3643 (makefile-match-dependency, makefile-match-action): New functions.
3644
3645 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3648
3649 * align.el (align-regexp):
3650 * ansi-color.el (ansi-color-get-face):
3651 * array.el (array-reconfigure-rows, array-init-max-row)
3652 (array-init-max-column, array-init-columns-per-line)
3653 (array-init-field-width):
3654 * dired-aux.el (dired-trample-file-versions):
3655 * dired-x.el (dired-mark-sexp):
3656 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3657 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3658 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3659 * faces.el (face-read-integer):
3660 * files.el (backup-extract-version, insert-directory):
3661 * hexl.el (hexl-insert-decimal-char):
3662 * server.el (server-process-filter):
3663 * shell.el (shell-extract-num):
3664 * startup.el (command-line-1):
3665 * term.el (term-command-hook):
3666 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3667 (time-stamp-do-number):
3668 * time.el (display-time-update):
3669 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3670 (timezone-fix-time):
3671 * vms-patch.el (vms-suspend-resume-hook):
3672 * calendar/appt.el (appt-convert-time):
3673 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3674 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3675 * calendar/cal-islam.el (mark-islamic-diary-entries):
3676 * calendar/calendar.el (calendar-cursor-to-date)
3677 (calendar-star-date):
3678 * calendar/diary-lib.el (diary-attrtype-convert)
3679 (mark-diary-entries, diary-entry-time):
3680 * calendar/solar.el (solar-get-number):
3681 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3682 * emacs-lisp/re-builder.el (reb-display-subexp):
3683 * emulation/edt.el (edt-set-scroll-margins):
3684 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3685 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3686 (vip-get-ex-count):
3687 * emulation/viper-ex.el (viper-get-ex-token)
3688 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3689 * international/fontset.el (fontset-plain-name):
3690 * mail/feedmail.el (feedmail-look-at-queue-directory):
3691 * mail/mailalias.el (mail-get-names):
3692 * mail/rmail.el (rmail-convert-to-babyl-format):
3693 * mail/rmailsum.el (rmail-make-basic-summary-line)
3694 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3695 (rmail-summary-goto-msg):
3696 * mail/smtpmail.el (smtpmail-read-response):
3697 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3698 (ange-ftp-vms-add-file-entry):
3699 * play/gametree.el (gametree-looking-at-ply)
3700 (gametree-current-branch-score):
3701 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3702 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3703 * progmodes/cperl-mode.el (condition-case):
3704 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3705 (ebrowse-set-member-buffer-column-width)
3706 (ebrowse-select-1st-to-9nth):
3707 * progmodes/etags.el (etags-snarf-tag):
3708 * progmodes/flymake.el (flymake-parse-line):
3709 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3710 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3711 (idlwave-shell-menu-def):
3712 * progmodes/ps-mode.el (ps-run-goto-error):
3713 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3714 (vhdl-speedbar-contract-level):
3715 * term/mac-win.el (x-handle-numeric-switch):
3716 * term/sun-mouse.el (sun-get-frame-data):
3717 * term/w32-win.el (x-handle-numeric-switch):
3718 * term/x-win.el (x-handle-numeric-switch):
3719 * textmodes/ispell.el (ispell-parse-output):
3720 * textmodes/nroff-mode.el (nroff-outline-level):
3721 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3722 (reftex-bib-sort-year-reverse, reftex-format-citation):
3723 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3724 (reftex-section-number):
3725 * textmodes/texinfmt.el (texinfo-paragraphindent):
3726 Replace `string-to-int' by `string-to-number'.
3727
3728 * international/latexenc.el: Add page marker to force the "Local
3729 Variables:" string out of the last page.
3730
3731 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3734 tooltip-change-major-mode.
3735 (gud-tooltip-print-command): Remove case where gud-minor-mode
3736 is gdb ("--fullname").
3737 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3738 explain to user.
3739
3740 2005-05-16 Jay Belanger <belanger@truman.edu>
3741
3742 * calc/calc-store.el (calc-copy-special-constant): New function.
3743
3744 * calc/calc-ext.el (calc-init-extensions): Add binding for
3745 `calc-copy-special-constant'.
3746
3747 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3748 for the `calc-copy-special-constant' command.
3749
3750 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3751
3752 * subr.el (left-fringe-p): New function.
3753
3754 * progmodes/compile.el (compilation-setup): Set local value of
3755 overlay-arrow-string to "" always.
3756 (compilation-set-window): Left fringe then don't scroll.
3757 No left fringe then no arrow and scroll message to top.
3758 (compilation-context-lines): Adjust doc string accordingly.
3759
3760 2005-05-16 Kim F. Storm <storm@cua.dk>
3761
3762 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3763 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3764 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3765 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3766 (ido-read-file-name): Handle commands with ido property value
3767 equal to find-file as reading a file name, to allow C-d to enter dired.
3768 (ibuffer-find-file): Add ido property with value find-file.
3769
3770 2005-05-15 Kim F. Storm <storm@cua.dk>
3771
3772 * subr.el (open-network-stream-nowait): Remove.
3773 (open-network-stream-server): Remove.
3774
3775 2005-05-15 Richard M. Stallman <rms@gnu.org>
3776
3777 * faces.el (describe-face): Output a definition link button.
3778
3779 * help-mode.el (help-face-def): New button type.
3780
3781 * emacs-lisp/copyright.el (copyright-fix-years):
3782 Match properly if the first year is 2-digit.
3783 Don't mess up the whitespace after the years by filling.
3784
3785 * dired-aux.el (dired-mark-confirm):
3786 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3787
3788 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3789 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3790 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3791
3792 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3793 Set font-lock-comment-start-skip.
3794
3795 * font-lock.el (font-lock-comment-start-skip): New variable.
3796 (font-lock-comment-end-skip): New variable.
3797 (font-lock-fontify-syntactically-region): Use them if non-nil.
3798
3799 2005-05-15 Jay Belanger <belanger@truman.edu>
3800
3801 * calc/calc-store.el (calc-store-value): Return a string rather
3802 than display it as a message.
3803 Use calc-var-name for variable name.
3804 (calc-store-into): Add the result of calc-store-value to message.
3805 (calc-copy-variable): Add a message.
3806 (calc-store-exchange): Improve error messages.
3807 (calc-store-binary, calc-store-map): Don't reset the values of
3808 special constants.
3809
3810 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3811
3812 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3813 manual to docstring.
3814
3815 * files.el (hack-local-variables-confirm): Add STRING argument.
3816 Make the function handle non file visiting buffers correctly.
3817 (hack-local-variables-prop-line, hack-local-variables)
3818 (hack-one-local-variable): Use STRING arg of
3819 `hack-local-variables-confirm'.
3820
3821 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3822
3823 Sync with Tramp 2.0.49.
3824
3825 * tramp.el (tramp-handle-dired-call-process)
3826 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3827 because the contents of the Tramp buffer is changed before
3828 insertion (`expand-file' and alike).
3829 (tramp-handle-insert-directory): If `localname' has an empty
3830 nondirectory name, it must not be quoted.
3831 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3832 variable `tramp-chunksize'. Change callees.
3833 (tramp-open-connection-setup-interactive-shell): Check remote host
3834 for buggy `send-process-string' implementation.
3835 Set `tramp-chunksize' if found. Reported by Michael Kifer
3836 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3837 (tramp-handle-shell-command): `insert-buffer' cannot be used
3838 because the contents of the Tramp buffer is changed before
3839 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3840 <frederic.bothamy@free.fr>.
3841 (tramp-set-auto-save): Actions should be done for Tramp file name
3842 handler only. Ange-FTP has its own auto-save mechanism.
3843 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3844 (tramp-set-auto-save-file-modes): Set file modes of
3845 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3846 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3847 (tramp-bug): Remove obsolete variable.
3848 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3849 for presence of `mml-mode'. Make it running for older Emacsen as well.
3850
3851 2005-05-14 John Paul Wallington <jpw@pobox.com>
3852
3853 * ibuf-ext.el (define-ibuffer-filter filename):
3854 If `dired-directory' is a list, use its car.
3855
3856 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3857
3858 * ibuffer.el (define-ibuffer-column filename):
3859 If `dired-directory' is a list, use its car.
3860
3861 2005-05-14 Richard M. Stallman <rms@gnu.org>
3862
3863 * subr.el (symbol-file): Doc fix.
3864
3865 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3866 (byte-compile-form): Call byte-compile-nogroup-warn.
3867 (byte-compile-warning-types): Doc fix.
3868
3869 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3870
3871 * progmodes/cc-engine.el (c-literal-faces):
3872 Add font-lock-comment-delimiter-face.
3873
3874 * net/net-utils.el (dig): Use with-no-warnings.
3875
3876 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3877 (sc-recite-frame-alist, sc-default-cite-frame)
3878 (sc-default-uncite-frame, sc-default-recite-frame)
3879 (sc-attrib-selection-list, sc-rewrite-header-list):
3880 Mark as risky-local-variable.
3881
3882 * international/ogonek.el (ogonek-jak, ogonek-how):
3883 Don't use beginning-of-buffer.
3884
3885 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3886
3887 * calendar/solar.el (solar-data-list): Move definition up.
3888
3889 * dnd.el (dnd-protocol-alist): Add autoload.
3890
3891 * progmodes/sh-script.el: Many doc usage fixes.
3892 (sh-indent-after-do): Change default to match common styles.
3893
3894 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * files.el (interpreter-mode-alist)
3897 (auto-mode-interpreter-regexp): Doc fixes.
3898
3899 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3900
3901 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3902
3903 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3904
3905 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3906
3907 * dired.el (dired-mode): make-variable-buffer-local =>
3908 make-local-variable.
3909
3910 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3911
3912 * term/mac-win.el (mac-select-convert-to-string): Try coding
3913 systems in mac-script-code-coding-systems if specified one cannot
3914 encode string for `com.apple.traditional-mac-plain-text'.
3915
3916 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3917
3918 * progmodes/make-mode.el (makefile-targets-face)
3919 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3920 (makefile-dependency-regex): Fix it to not make the colon in
3921 $(var:a=b) special.
3922 (makefile-rule-action-regex): New regexp for highlighting embedded
3923 Shell strings.
3924 (makefile-macroassign-regex): Handle != for highlighting as
3925 embedded Shell strings.
3926 (makefile-var-use-regex): New const.
3927 (makefile-statements, makefile-automake-statements)
3928 (makefile-gmake-statements, makefile-makepp-statements)
3929 (makefile-bsdmake-statements): New consts.
3930 (makefile-make-font-lock-keywords): New function.
3931 (makefile-automake-font-lock-keywords)
3932 (makefile-gmake-font-lock-keywords)
3933 (makefile-makepp-font-lock-keywords)
3934 (makefile-bsdmake-font-lock-keywords): New consts.
3935 (makefile-mode-map): Add switchers between the various submodes.
3936 (makefile-mode): Document the availability of the variants.
3937 (makefile-automake-mode, makefile-gmake-mode)
3938 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3939
3940 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3941 new variants of makefile-mode.
3942
3943 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3946 the inheritance.
3947
3948 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3949
3950 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3951 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3952
3953 * files.el (normal-mode): Extend the scope of the
3954 `enable-local-variables' binding to include the `set-auto-mode' call.
3955 (magic-mode-alist): Doc fix.
3956
3957 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3960 font-lock-comment-face rather than copying its setting.
3961
3962 2005-05-12 Andreas Schwab <schwab@suse.de>
3963
3964 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3965
3966 2005-05-12 Lute Kamstra <lute@gnu.org>
3967
3968 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3969 defcustom for the mode hook variable. Delete the last argument.
3970 * generic-x.el: Fix callers of define-generic-mode.
3971 (generic-x-modes): Delete group.
3972 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3973 generic-x customization group.
3974
3975 2005-05-12 Kim F. Storm <storm@cua.dk>
3976
3977 * font-lock.el (font-lock-negation-char-face): Default to "off".
3978
3979 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3980 font-lock-negation-char-face to ! in !=.
3981
3982 2005-05-12 Masatake YAMATO <jet@gyve.org>
3983
3984 * add-log.el (find-change-log): Fix typos in the docstring
3985 of function.
3986
3987 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3988
3989 * international/latexenc.el (latexenc-find-file-coding-system):
3990 Avoid `re-search-forward' when looking for input encoding because
3991 of speed and safety. Better regular expressions for recognizing
3992 input encoding. Limit a search for TeX-master/tex-main-file to
3993 the local variable section.
3994
3995 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3996
3997 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3998 syntax of $ to "'" (quote).
3999
4000 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4001
4002 * dnd.el (dnd-protocol-alist): Improve custom type.
4003
4004 * dired.el (dired-dnd-protocol-alist): New variable.
4005 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4006 `dired-mode-hook' to the end.
4007
4008 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4011 comment-end if comment-start-skip is not set.
4012 Obey the font-lock-comment-delimiter-face variables.
4013
4014 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * files.el (executable-find): Move from executable.el. Use locate-file.
4017 * progmodes/executable.el (executable-find): Move to files.el.
4018
4019 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4020 when trying to ensure forward progress.
4021
4022 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4025 (mouse-select, mouse-select-internal, mouse-extend-internal):
4026 Use it to implement mouse-1-click-follows-link functionality.
4027
4028 2005-05-11 Richard M. Stallman <rms@gnu.org>
4029
4030 * font-lock.el (font-lock-fontify-syntactically-region):
4031 Use font-lock-comment-delimiter-face for comment delimiters.
4032
4033 2005-05-10 Jay Belanger <belanger@truman.edu>
4034
4035 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4036 preserving embedded modes.
4037
4038 2005-05-10 Richard M. Stallman <rms@gnu.org>
4039
4040 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4041
4042 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4043 Move from ada-stmt.el.
4044 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4045
4046 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4047 Move to ada-mode.el.
4048 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4049
4050 * cus-edit.el (custom-file): Call file-chase-links.
4051
4052 * files.el (read-directory-name): Fix previous change.
4053 (hack-local-variables-confirm): New function.
4054 (hack-local-variables-prop-line, hack-local-variables)
4055 (hack-one-local-variable): Use it.
4056
4057 2005-05-10 Lute Kamstra <lute@gnu.org>
4058
4059 * font-lock.el (font-lock-keywords-alist)
4060 (font-lock-removed-keywords-alist): Clarify docstrings.
4061
4062 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4063
4064 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4065 (gdb-source-info): Check for preprocessor info.
4066 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4067 a macro for a function.
4068 (gdb-info-breakpoints-custom): Try to find file again if not already
4069 found (user might have used GDB dir command).
4070 (gdb-get-location): Update gdb-location-alist correctly for change
4071 to gdb-info-breakpoints-custom.
4072
4073 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4074 (gud-tooltip-print-command): Add gdbmi case.
4075 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4076 preprocessor info.
4077
4078 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * startup.el (fancy-splash-insert): Fix typo in doc string.
4081
4082 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * obsolete/float.el (string-to-float):
4085 * obsolete/hilit19.el (hilit-add-pattern):
4086 * obsolete/rnews.el (news-parse-range, news-select-message)
4087 (news-get-pruned-list-of-files): Replace `string-to-int' by
4088 `string-to-number'.
4089
4090 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4091 `find-file-not-found-hooks'; use `add-hook'.
4092 (uncompress-while-visiting): Set `write-file-functions', not
4093 `write-file-hooks'; use `add-hook'.
4094
4095 2005-05-09 Kim F. Storm <storm@cua.dk>
4096
4097 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4098 (cua-paste): Handle clipboard action.
4099 (cua--init-keymaps): Remap clipboard-kill-region and
4100 clipboard-kill-ring-save.
4101
4102 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4103
4104 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4105 Improve commentary.
4106
4107 * simple.el (next-error-overlay-arrow-position): Revert the change
4108 made on 2005-04-30.
4109
4110 2005-05-07 Jay Belanger <belanger@truman.edu>
4111
4112 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4113 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4114 `calc-sel-reselect'.
4115
4116 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4117 Calc is in embedded mode.
4118
4119 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4120
4121 * progmodes/compile.el (compilation-setup):
4122 Set overlay-arrow-string to an empty string on text terminals.
4123
4124 * textmodes/ispell.el (ispell-program-name): Try looking for
4125 "aspell" along exec-path, and if found, use it as the default
4126 speller program.
4127
4128 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4129
4130 * international/mule.el (sgml-xml-auto-coding-function):
4131 Recognize encoding='FOO' in single quotes as well as in double quotes.
4132
4133 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4134
4135 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4136 as well as `interactive', so that defmacro* would recognize
4137 `declare' forms.
4138
4139 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4140
4141 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4142 Explain more about the LIGHTER arg's usage in the doc string.
4143 Add commentary to clarify what the code does. Fix the regexp that
4144 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4145 since it could have characters special to regular expressions.
4146
4147 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4148
4149 * replace.el (occur-1): Bind inhibit-read-only so that
4150 erase-buffer doesn't barf on read-only text properties (likewise
4151 for add-text-properties in occur-engine). Mark buffer as unmodified.
4152 (occur-engine): Don't set buffer-read-only here.
4153
4154 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4157 list-buffers-directory. This caused the *cvs-commit* buffer to be
4158 sometimes mistakenly reused as a *cvs* buffer.
4159
4160 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * tooltip.el: Move code for GUD tooltips into gud.el.
4163 (require): CL no longer needed to compile case.
4164 (tooltip-mode): Do not toggle functions for GUD tooltips.
4165 (tooltip-gud-tips-p): Remove. Replace with minor mode
4166 gud-tooltip-mode in gud.el.
4167 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4168 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4169 tooltip-gud prefix with gud-tooltip and obsolete.
4170 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4171 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4172 (tooltip-mouse-motion): Mouse movement functions/variable.
4173 Rename in gud.el by adding gud prefix.
4174 (tooltip-gud-original-filter, tooltip-gud-dereference)
4175 (tooltip-gud-event, tooltip-toggle-gud-tips)
4176 (tooltip-gud-process-output, tooltip-gud-print-command)
4177 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4178 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4179 (gdb-tooltip-print): Move to gdb-ui.el.
4180
4181 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4182 (require): CL needed to compile case.
4183 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4184 tooltip-gud-tips-p. Make it a minor-mode.
4185 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4186 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4187 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4188 (gud-tooltip-change-major-mode)
4189 (gud-tooltip-activate-mouse-motions-if-enabled)
4190 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4191 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4192 (gud-tooltip-original-filter, gud-tooltip-dereference)
4193 (gud-tooltip-event, tooltip-toggle-gud-tips)
4194 (gud-tooltip-process-output, gud-tooltip-print-command)
4195 (gud-tooltip-tips): Move from tooltip.el.
4196
4197 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4198 (gdb-cpp-define-alist-flags): Doc fix.
4199 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4200 gud-tooltip-mode is t.
4201
4202 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4205 evaporate if their text is deleted.
4206 (goto-address-at-point): Make it work as a mouse binding as well.
4207 (goto-address-at-mouse): Obsolete it. Update users.
4208
4209 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4210
4211 * calendar/appt.el (top-level): No longer activate on load.
4212
4213 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4214
4215 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4216 * net/webjump.el (webjump):
4217 * progmodes/idlw-help.el (idlwave-do-context-help1)
4218 (idlwave-highlight-linked-completions):
4219 * textmodes/po.el (po-find-file-coding-system-guts):
4220 Replace `assoc-ignore-case' by `assoc-string'.
4221
4222 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4223
4224 * files.el (locate-file): Doc fix.
4225
4226 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4227 Remove the redundant test for ms-dos.
4228
4229 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4230 look for the preprocessor with exec-suffixes. If not found in
4231 standard places, look in exec-path. Remove most of the tests that
4232 used system-type.
4233
4234 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4235
4236 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4237
4238 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4239 file-name clash with jka-compr.el on 8+3 filesystems.
4240
4241 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4242
4243 * term/mac-win.el: Don't define or bind scroll bar functions if
4244 x-toolkit-scroll-bars is t.
4245 (x-select-text, x-get-selection-value):
4246 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4247 (PRIMARY): Put mac-scrap-name property.
4248 (mac-select-convert-to-file-url): New function.
4249 (public.file-url): New selection target type. Add to
4250 selection-converter-alist.
4251 (x-get-selection, x-selection-value): Handle it.
4252 (x-cut-buffer-or-selection-value): New alias.
4253
4254 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4255
4256 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4257 entry to avoid calling bibtex-find-entry with arg global
4258 being t. Remove arg key.
4259 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4260 (bibtex-copy-summary-as-kill): Change accordingly.
4261
4262 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4265 (org-agenda-date-later): Use with-current-buffer.
4266
4267 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4270 (define-obsolete-variable-alias): Doc Fixes.
4271
4272 2005-05-06 Kim F. Storm <storm@cua.dk>
4273
4274 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4275 vertical-motion when selective-display is active.
4276
4277 * ido.el (ido-setup-hook): New hook.
4278 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4279 (ido-input-stack): New var.
4280 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4281 ido-next-work-file binding to M-O.
4282 Bind M-f to ido-wide-find-file-or-pop-dir.
4283 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4284 (ido-read-internal): Run ido-setup-hook.
4285 Catch quit in read-file-name and read-string to cancel edit.
4286 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4287 Automatically pop-all when completing a directory name (RET).
4288 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4289 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4290 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4291 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4292 New functions for M-b/M-f to move among the directory components.
4293 (ido-make-merged-file-list): Catch quit to cancel merge.
4294 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4295 (ido-completion-help): No warnings for ido-completion-buffer-full.
4296
4297 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4298
4299 * font-lock.el (font-lock-negation-char-face): New face and variable.
4300 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4301 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4302 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4303 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4304
4305 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4308 Fix typo in docstring.
4309
4310 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4311 (ebrowse-print-statistics-line)
4312 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4313
4314 * term/w32-win.el (image-library-alist): Add additional name for
4315 Xpm library.
4316
4317 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4318
4319 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4320 use gcc instead of cpp.
4321
4322 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4323 (gdb-create-define-alist): Use it.
4324 (gdb-cpp-define-alist-program): Update for MS-DOS.
4325
4326 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4327
4328 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4329
4330 2005-05-04 Richard M. Stallman <rms@gnu.org>
4331
4332 * help.el (describe-key): No error when UNTRANSLATED is nil.
4333
4334 * simple.el (line-move-1): Fix previous change to signal errors
4335 appropriately.
4336
4337 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4338
4339 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4340 (icalendar-duration-correction): Remove.
4341 (icalendar--get-event-properties): Split result at commas.
4342 (icalendar--decode-isoduration): New optional argument
4343 DURATION-CORRECTION.
4344 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4345 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4346 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4347 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4348 (icalendar--convert-anniversary-to-ical): New functions, extracted
4349 from icalendar-export-region, with bug fixes.
4350 (icalendar-export-region): Use the above functions.
4351 (icalendar-import-buffer): Check before saving diary file.
4352 (icalendar--convert-recurring-to-diary)
4353 (icalendar--convert-non-recurring-all-day-to-diary)
4354 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4355 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4356 (icalendar--convert-ical-to-diary): Use the above functions.
4357
4358 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4359
4360 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4361 Remove these recent additions.
4362 (c-mode): Restore to before 2005-04-28.
4363
4364 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4365 recent addition.
4366
4367 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4368 (gdb-define-alist): New variables.
4369 (gdb-create-define-alist): New function.
4370 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4371 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4372 with string-to-number.
4373 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4374
4375 * progmodes/gud.el: Replace string-to-int with string-to-number.
4376 (gud-find-file): Handle gdb-define-alist.
4377
4378 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4379
4380 2005-05-02 Jay Belanger <belanger@truman.edu>
4381
4382 * calc/calc-aent.el (math-read-token):
4383 * calc/calc-bin.el (calc-word-size):
4384 * calc/calc-ext.el (calc-read-number-fancy):
4385 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4386 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4387 * calc/calc-frac.el (calc-over-notation):
4388 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4389 (calc-graph-num-points, calc-graph-init):
4390 * calc/calc-prog.el (calc-read-parse-table-part)
4391 (calc-edit-macro-repeats):
4392 * calc/calc-yank.el (calc-do-grab-rectangle):
4393 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4394 Replace `string-to-int' by `string-to-number'.
4395
4396 2005-05-02 Kim F. Storm <storm@cua.dk>
4397
4398 * kmacro.el: Use executing-kbd-macro-index variable.
4399
4400 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4401
4402 * net/rlogin.el (rlogin-parse-words): Delete func.
4403 (rlogin): Use split-string, not rlogin-parse-words.
4404 Also, if there are option-like elements in the parsed args,
4405 take the host to be the first arg immediately following them.
4406 Suggested by Michael Mauger.
4407
4408 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4409
4410 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4411
4412 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4413
4414 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4415 (cc-mode-cpp-program): Rename to cc-define-list-program and
4416 move to cc-vars.el.
4417
4418 * progmodes/cc-vars.el (cc-define-list-program):
4419 Change to "gcc -E -dM -". Make customizable.
4420
4421 2005-05-02 Kim F. Storm <storm@cua.dk>
4422
4423 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4424
4425 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4426
4427 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4428
4429 * international/mule-util.el (truncate-string): Remove alias and
4430 obsolete declaration.
4431
4432 * international/mule-cmds.el (update-iso-coding-systems):
4433 Remove alias and obsolete declaration.
4434
4435 * international/mule.el (coding-system-parent): Remove alias and
4436 obsolete declaration.
4437
4438 * subr.el (define-function, sref): Remove aliases and obsolete
4439 declarations.
4440 (chars-in-region): Remove obsolete declaration.
4441
4442 2005-05-01 Richard M. Stallman <rms@gnu.org>
4443
4444 * info.el (Info-mode): Set widen-automatically to nil, locally.
4445
4446 * simple.el (widen-automatically): New variable.
4447 (pop-global-mark): Obey widen-automatically.
4448
4449 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * term/xterm.el (function-key-map): Call substitute-key-definition
4452 before the keymap size is increased by a lot of define-key calls.
4453
4454 2005-05-01 Richard M. Stallman <rms@gnu.org>
4455
4456 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4457 Rename ARG to ELEMENT. Doc fix.
4458
4459 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4462 Remove references to allout-exposure/change to allout-new-exposure.
4463
4464 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4465 bytecode symbols.
4466
4467 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4468 (compiled-function-p, focus-frame, unfocus-frame):
4469 Remove aliases and obsolete declarations.
4470 Back out inadvertent changes from previous commit.
4471
4472 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * files.el (require-final-newline): Make Custom tags consistent
4475 with mode-require-final-newline.
4476 (mode-require-final-newline): Doc fix.
4477
4478 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * international/latexenc.el (latexenc-find-file-coding-system):
4481 Fix regular expressions.
4482
4483 2005-05-01 David Kastrup <dak@gnu.org>
4484
4485 * international/latexenc.el (latexenc-find-file-coding-system):
4486 Fix regular expressions.
4487
4488 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * subr.el (string-to-int): Make obsolete.
4491
4492 2005-04-30 Richard M. Stallman <rms@gnu.org>
4493
4494 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4495
4496 * loadup.el: load jka-comp-hook.
4497
4498 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4499 (jka-compr-handler): Add autoload. `put' calls moved
4500 to jka-comp-hook.el.
4501 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4502 (jka-compr-inhibit): Autoload.
4503
4504 * jka-comp-hook.el: New file.
4505 Enable the mode by default.
4506
4507 * files.el (backup-buffer-copy): Use copy-file instead
4508 of write-region, and put back the 'excl.
4509
4510 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4511
4512 * progmodes/flymake.el (flymake-split-string)
4513 (flymake-split-string, flymake-log, flymake-pid-to-names)
4514 (flymake-reg-names, flymake-get-source-buffer-name)
4515 (flymake-unreg-names, flymake-add-line-err-info)
4516 (flymake-add-err-info): Clarify docstrings.
4517 (flymake-popup-menu, flymake-make-emacs-menu)
4518 (flymake-make-xemacs-menu): Add docstrings.
4519 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4520 Set variables directly throughout.
4521
4522 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4523
4524 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4525 exists. Initialize cc-define-alist.
4526 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4527 If there is no file (Macroexpansion) don't create an alist.
4528
4529 2005-04-29 Sam Steingold <sds@gnu.org>
4530
4531 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4532 (cc-create-define-alist): Use it instead of the hard-coded string.
4533
4534 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4537 for latexenc.
4538
4539 2005-04-29 Lute Kamstra <lute@gnu.org>
4540
4541 * emacs-lisp/generic.el: Improve commentary section.
4542 (define-generic-mode): Improve docstring.
4543
4544 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4545
4546 * textmodes/org.el (many places): Change to quiet the byte compiler.
4547 (org-prefix-format-compiled): New variable.
4548 (org-compile-prefix-format): New function.
4549 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4550 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4551 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4552 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4553 consistency with entries from `org-mode' files.
4554 (org-get-time-of-day): Fix bug with partial matches early in a line.
4555 (org-non-link-chars): New constant.
4556 (org-link-regexp): Respect `org-non-link-chars'.
4557 (org-agenda-day-view): Remove command.
4558 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4559 (org-follow-bbdb-link, org-store-link): Search also company field.
4560 (org-highlight-overlay): New variable.
4561 (org-highlight, org-unhighlight): New functions.
4562 (org-agenda-mode): Add pre-command-hook to remove highlight.
4563 (org-evaluate-time-range): Behavior depends upon whether time stamp
4564 contains a time or not.
4565 (org-show-subtree, org-show-entry): New functions.
4566 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4567
4568 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * comint.el (comint-output-filter-functions): Add autoload cookie.
4571
4572 2005-04-28 Kim F. Storm <storm@cua.dk>
4573
4574 * ido.el (ido-everywhere): Fix last change.
4575
4576 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4577
4578 * international/latexenc.el: New file.
4579 * international/mule-conf.el (file-coding-system-alist): For .tex,
4580 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4581
4582 2005-04-28 Lute Kamstra <lute@gnu.org>
4583
4584 * font-lock.el (font-lock-add-keywords)
4585 (font-lock-remove-keywords): Clarify docstring.
4586 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4587 Don't start docstrings with a `*'.
4588 (font-lock-update-removed-keyword-alist): Give it a docstring.
4589
4590 * generic-x.el: Update commentary section.
4591 Only require font-lock when compiling.
4592 Define all modes conditionally.
4593 Place all generic modes in the generic-x-modes customization group.
4594 (generic-x-modes): New customization group.
4595 (generic-default-modes, generic-mswindows-modes)
4596 (generic-unix-modes, generic-other-modes): New constants.
4597 (generic-define-mswindows-modes, generic-define-unix-modes):
4598 Update docstrings. Make them obsolete.
4599 (generic-extras-enable-list): New default value. Update docstring.
4600 Improve :type. Change :set function.
4601 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4602 Fix docstring.
4603
4604 * emacs-lisp/generic.el (generic-mode-internal):
4605 Simplify font-lock-defaults.
4606 (define-generic-mode): Fix docstring.
4607
4608 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4611 font-lock-face property to highlight matches.
4612
4613 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4614
4615 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4616 (cc-define-alist): New variable.
4617 (c-mode): Make it local and initialize it.
4618
4619 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4620 (gdb-exited): New function.
4621 (gdb-annotation-rules): Use it.
4622 (gdb-starting): Set gdb-active-process to t.
4623 (gdb-stopping): Amend doc string.
4624 (gdb-reset): Set gdb-active-process to nil.
4625
4626 * tooltip.el (tooltip-gud-tips): Show the associated #define
4627 directives when a C program under GDB is not executing.
4628
4629 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4632 font-lock-fontify-syntactic-keywords.
4633
4634 * font-lock.el (font-lock-default-fontify-region): Don't force
4635 parse-sexp-lookup-properties to nil.
4636
4637 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4638
4639 * man.el (man-mode-syntax-table): Set up `:' to have
4640 word-constituent syntax.
4641
4642 2005-04-27 Lute Kamstra <lute@gnu.org>
4643
4644 * novice.el (disable-command): Don't add spurious newlines to the
4645 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4646
4647 2005-04-26 Jay Belanger <belanger@truman.edu>
4648
4649 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4650 than one window before deleting window.
4651
4652 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4653
4654 * shell.el (shell-prompt-pattern): Doc fix.
4655 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4656
4657 * comint.el (comint-prompt-regexp, comint-get-old-input)
4658 (comint-use-prompt-regexp)
4659 (comint-use-prompt-regexp-instead-of-fields)
4660 (comint-replace-by-expanded-history, comint-send-input)
4661 (comint-output-filter, comint-get-old-input-default)
4662 (comint-line-beginning-position, comint-bol, comint-show-output)
4663 (comint-backward-matching-input, comint-forward-matching-input)
4664 (comint-next-prompt, comint-previous-prompt):
4665 Rename `comint-use-prompt-regexp-instead-of-fields' to
4666 `comint-use-prompt-regexp'. Keep old name as alias and declare
4667 obsolete.
4668 (comint-use-prompt-regexp): Shorten first line of doc string.
4669
4670 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4671 Set paragraph-separate buffer locally to "\\'".
4672
4673 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4674 Adapt to above name change.
4675
4676 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4677 (smbclient-prompt-regexp): Ditto.
4678
4679 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4680
4681 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4682
4683 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4684 gdb-location-list.
4685 Break lines that are over 80 characters wide.
4686
4687 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4690 New fun and var, to preserve compatibility.
4691
4692 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4693
4694 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4695
4696 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4697 name to file-newer-than-file-p.
4698
4699 2005-04-26 Richard M. Stallman <rms@gnu.org>
4700
4701 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4702
4703 * progmodes/python.el (python-mode):
4704 Use new name eldoc-documentation-function.
4705
4706 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4707
4708 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4709 (eldoc-documentation-function):
4710 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4711
4712 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4713
4714 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4715
4716 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4717
4718 * term/xterm.el (function-key-map): Fix strings for
4719 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4720 {C,S,A,C-S}-{f1-f12}.
4721
4722 2005-04-26 Kenichi Handa <handa@m17n.org>
4723
4724 * international/mule-cmds.el (select-safe-coding-system):
4725 Fix previous change.
4726
4727 2005-04-26 Lute Kamstra <lute@gnu.org>
4728
4729 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4730
4731 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4732 (font-lock-comment-delimiter-face): Ditto.
4733
4734 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4735
4736 2005-04-25 Jay Belanger <belanger@truman.edu>
4737
4738 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4739 to t while inserting information; use help-mode.
4740
4741 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4742
4743 * term.el (ansi-term-color-vector): Use the xterm colors.
4744 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4745
4746 2005-04-25 Lute Kamstra <lute@gnu.org>
4747
4748 * font-core.el (font-lock-defaults): Fix docstring.
4749
4750 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4751
4752 2005-04-25 Kenichi Handa <handa@m17n.org>
4753
4754 * international/mule-cmds.el (select-safe-coding-system):
4755 Don't check consistency with coding: spec, etc if raw-text or
4756 no-conversion was found to be safe.
4757
4758 2005-04-24 Richard M. Stallman <rms@gnu.org>
4759
4760 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4761 citation markers at start of each line.
4762
4763 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4764 citation markers at start of each line.
4765
4766 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4767
4768 * files.el (mode-require-final-newline): Fix previous change.
4769 (require-final-newline): Fix type label.
4770
4771 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4772
4773 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4774 statement in buffer (broken by 2004-11-24 change).
4775
4776 2005-04-24 Kim F. Storm <storm@cua.dk>
4777
4778 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4779 and read-file-name-function values. Don't overwrite existing
4780 non-nil values if ido-mode is enabled without ido-everywhere.
4781
4782 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4783
4784 * files.el (mode-require-final-newline): Minor doc fix.
4785
4786 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4787
4788 * subr.el (syntax-after): Doc fix.
4789 (syntax-class): If argument is nil, return nil. Mask off upper 16
4790 bits, not 8 bits.
4791
4792 * files.el (mode-require-final-newline): Doc fix.
4793 (backup-buffer-copy): Fix last change.
4794
4795 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4796
4797 * term/mac-win.el: Require select. Set selection-coding-system to
4798 mac-system-coding-system. Call menu-bar-enable-clipboard.
4799 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4800 (x-select-enable-clipboard): New variables.
4801 (x-select-text, x-get-selection, x-selection-value)
4802 (x-get-selection-value, mac-select-convert-to-string)
4803 (mac-services-open-file, mac-services-open-selection)
4804 (mac-services-insert-text): New functions.
4805 (CLIPBOARD, FIND): Put mac-scrap-name property.
4806 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4807 (public.tiff): Put mac-ostype property.
4808 (selection-converter-alist): Add entries for them.
4809 (mac-application-menu-map): New keymap.
4810 (interprogram-cut-function, interprogram-paste-function): Set to
4811 x-select-text and x-get-selection-value, respectively.
4812 (split-window-keep-point): Set to t.
4813
4814 2005-04-23 Richard M. Stallman <rms@gnu.org>
4815
4816 * files.el (read-directory-name): Always pass non-nil
4817 DEFAULT-FILENAME arg to read-file-name.
4818 (backup-buffer-copy, basic-save-buffer-2): Take care against
4819 writing thru an unexpected existing symlink.
4820 (revert-buffer): In indirect buffer, revert the base buffer.
4821 (magic-mode-alist): Doc fix.
4822 (buffer-stale-function): Doc fix.
4823 (minibuffer-with-setup-hook): Avoid warning.
4824 (mode-require-final-newline): Doc and custom fix.
4825
4826 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4827
4828 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4829 use the default appearance.
4830 (font-lock-comment-delimiter-face): New face, new variable.
4831
4832 * imenu.el (imenu--generic-function): The official position of a
4833 definition is the start of the line that BEG is in.
4834
4835 * midnight.el (midnight-timer): Move defvar up.
4836
4837 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4838
4839 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4840
4841 * startup.el (command-line): Use with-no-warnings.
4842
4843 * window.el (window-size-fixed): New defvar.
4844
4845 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4846
4847 * mail/rmail.el (rmail-font-lock-keywords):
4848 Use font-lock-comment-delimiter-face.
4849
4850 * mail/sendmail.el (mail-font-lock-keywords):
4851 Use font-lock-comment-delimiter-face.
4852
4853 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4854
4855 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4856
4857 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4858 Specify t for LAXMATCH when matching directories.
4859 Save match data around compilation-compat-error-properties form.
4860
4861 2005-04-23 David Kastrup <dak@gnu.org>
4862
4863 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4864 Mention that the autoloaded aliases should be kept for AUCTeX.
4865
4866 2005-04-23 Andreas Schwab <schwab@suse.de>
4867
4868 * isearch.el (isearch-forward): Doc fix.
4869
4870 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4871
4872 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4873 (jit-lock-stealth-nice): Change default value to 0.5.
4874
4875 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4876
4877 * abbrev.el (write-abbrev-file): Write table entries in
4878 alphabetical order by table name.
4879
4880 2005-04-22 Kim F. Storm <storm@cua.dk>
4881
4882 * ido.el (ido-read-internal): Fix `list' completion.
4883
4884 2005-04-22 Kenichi Handa <handa@m17n.org>
4885
4886 * recentf.el (recentf-save-file-coding-system): New variable.
4887 (recentf-save-list): Encode the file by
4888 recentf-save-file-coding-system and add coding: tag.
4889
4890 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4891
4892 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4893
4894 2005-04-21 Lute Kamstra <lute@gnu.org>
4895
4896 * loadhist.el (unload-feature): Don't remove a function from hooks
4897 if it is about to be restored to an autoload . Remove functions
4898 that will become unbound from auto-mode-alist. Simplify the code.
4899
4900 * subr.el (assq-delete-all): New implementation that is linear,
4901 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4902 (rassq-delete-all): New function.
4903
4904 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4905 Add size-indication-mode.
4906
4907 2005-04-21 Kenichi Handa <handa@m17n.org>
4908
4909 * international/mule-cmds.el: Add autoload for widget-value in
4910 eval-when-compile.
4911
4912 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4913
4914 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4915 Add tooltip-mode.
4916
4917 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4918
4919 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4920
4921 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4922 (inferior-lisp-filter-regexp, inferior-lisp-program)
4923 (inferior-lisp-load-command, inferior-lisp-prompt)
4924 (inferior-lisp-mode-hook, lisp-source-modes)
4925 (inferior-lisp-load-hook): defvar->defcustom.
4926 (inferior-lisp-program, inferior-lisp-prompt)
4927 (inferior-lisp-load-hook): Doc fixes.
4928 (inferior-lisp-install-letter-bindings): Small change in
4929 introductory comment.
4930
4931 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4932
4933 * vc.el (vc-annotate-color-map): Change some colors so that text
4934 using them as foreground is readable on both white and black
4935 backgrounds.
4936
4937 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * international/mule-conf.el (translation-table-for-input):
4940 Remove redundant declaration.
4941
4942 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4943
4944 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4945
4946 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4947 (tooltip-toggle-gud-tips): New function.
4948
4949 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4950
4951 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4952 right angle brackets.
4953
4954 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4955
4956 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4957
4958 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4961 Remove. Update callers to use expand-file-name instead.
4962
4963 * subr.el (syntax-class): New function.
4964
4965 * simple.el (blink-matching-open): Use it.
4966
4967 * paren.el (show-paren-function): Use it to recognize parens that are
4968 also used in 2-char comment markers.
4969
4970 2005-04-19 Lute Kamstra <lute@gnu.org>
4971
4972 * loadhist.el (unload-feature): Update for new format of
4973 load-history. Simplify the code.
4974
4975 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4976
4977 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4978 (mac-add-charset-info): New function. Initialize variable
4979 mac-charset-info-alist using it.
4980 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4981 for translation.
4982 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4983 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4984 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4985 New CCL programs.
4986
4987 2005-04-19 Kim F. Storm <storm@cua.dk>
4988
4989 * simple.el (next-buffer, prev-buffer, next-error)
4990 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4991 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4992
4993 * bindings.el (next-buffer, prev-buffer, next-error)
4994 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4995 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4996 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4997 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4998
4999 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * isearch.el (isearch-edit-string): Make the search-ring available for
5002 minibuffer history commands.
5003 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5004 the default history commands now work just as well.
5005 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5006
5007 2005-04-18 Kim F. Storm <storm@cua.dk>
5008
5009 * emulation/cua-base.el (cua--pre-command-handler): Add more
5010 elaborate check for shift modifier on non-window systems.
5011
5012 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5013
5014 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5015
5016 2005-04-18 Kim F. Storm <storm@cua.dk>
5017
5018 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5019 and make it optional. Don't test tooltip-gud-echo-area here.
5020 (tooltip-gud-process-output, gdb-tooltip-print):
5021 Pass tooltip-gud-echo-area to tooltip-show.
5022 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5023
5024 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5025
5026 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5027 `display-graphic-p' may not be bound yet.
5028
5029 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5030
5031 * startup.el (command-line): No longer enable Xterm Mouse mode by
5032 default in terminals compatible with xterm.
5033
5034 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5035
5036 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * tooltip.el (tooltip-gud-echo-area): Rename from
5039 tooltip-use-echo-area.
5040 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5041 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5042 area independently of where help tooltips are displayed.
5043
5044 2005-04-17 David Kastrup <dak@gnu.org>
5045
5046 * cus-theme.el (custom-theme-write-variables): Quote variables
5047 where necessary.
5048
5049 2005-04-17 Richard M. Stallman <rms@gnu.org>
5050
5051 * simple.el (yank-excluded-properties): Add follow-link to value.
5052
5053 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5054
5055 * startup.el (fancy-splash-max-time): Just 30 seconds.
5056 (fancy-splash-delay): Just 7.
5057 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5058
5059 * loadhist.el (unload-feature): Update for new format of load-history.
5060 Simplify the code.
5061
5062 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5063 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5064
5065 * mail/sendmail.el (mail-font-lock-keywords):
5066 Don't fontify subject text.
5067 Don't fontify the text of a citation.
5068
5069 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5070
5071 * comint.el (comint-output-filter): Run comint-output-filter-functions
5072 with point where the user had it.
5073
5074 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * international/ucs-tables.el (ucs-set-table-for-input):
5077 Disable when using unify-on-decoding.
5078
5079 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5080
5081 * emulation/cua-base.el (cua-global-mark-face): Add special case
5082 for displays supporting a high number of colors.
5083
5084 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5085
5086 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5087
5088 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * filesets.el (filesets-add-buffer): If user supplies a name of a
5091 non-existing fileset, create a new fileset.
5092
5093 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5094
5095 * textmodes/org.el (org-up-heading-all): Fix bug with
5096 `outline-up-heading-all'.
5097
5098 2005-04-16 Andreas Schwab <schwab@suse.de>
5099
5100 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5101 /etc/permissions.d/* and /etc/aliases.d/*.
5102
5103 2005-04-16 Kenichi Handa <handa@m17n.org>
5104
5105 * international/code-pages.el (cp-make-coding-system):
5106 Set `translation-table-for-input' property value to the symbol
5107 ucs-mule-to-mule-unicode, not to that value.
5108 (pt154): Escape guillemet by `\'.
5109
5110 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5111
5112 * loadup.el: Load tooltip if x-show-tip is fboundp.
5113
5114 * startup.el (command-line): Add comment.
5115
5116 * tooltip.el (tooltip-mode): Specify correct standard value for
5117 Custom in init-value.
5118
5119 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5120
5121 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5122 possible.
5123
5124 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5125
5126 * textmodes/org.el (org-agenda-date-prompt): Rename from
5127 `org-agenda-date-today'.
5128 (org-evaluate-time-range): Insert at point instead of directly
5129 after time range.
5130 (org-first-headline-recenter, org-subtree-end-visible-p)
5131 (org-optimize-window-after-visibility-change): New functions
5132 (org-agenda-post-command-hook): Don't allow point at end of line,
5133 to make sure it always hits the text properties.
5134 (org-agenda-next-date-line, org-agenda-previous-date-line):
5135 New commands.
5136 (org-set-regexps-and-options): Category may contain white space.
5137 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5138 Improve marker positions.
5139 (org-agenda-new-marker): Argument POS made optional.
5140 (org-agenda-get-timestamps): Deadlines which are done are listed
5141 in org-done-face now.
5142 (org-agenda-get-todos, org-agenda-get-timestamps)
5143 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5144 Set `undone-face' and `done-face' properties.
5145 (org-last-todo-state-is-todo): New variable.
5146 (org-todo): Set `org-last-todo-state-is-todo'.
5147 (org-agenda-todo): Change face according to
5148 `org-last-todo-state-is-todo'. And change other lines referring to
5149 the same entry.
5150 (org-calendar-goto-agenda): New command.
5151 (org-calendar-to-agenda-key): New option.
5152 (org-startup-folded): New allowed value `content'.
5153 (org-set-regexps-and-options): Accept new value `content' for
5154 `org-startup-folded'.
5155 (org-get-current-options): Handle new value `content' for
5156 `org-startup-folded'.
5157 (org-insert-todo-heading): New command.
5158 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5159 interactively in empty file and option
5160 `org-insert-mode-line-in-empty-file' has been set.
5161 (org-agenda-todo,org-agenda-priority): Modify to use
5162 `org-agenda-change-all-lines'.
5163 (org-warning-face): Change color on dark background
5164
5165 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5166
5167 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5168 use preferences AppleLocale and AppleLanguages, and variable
5169 mac-system-locale for default locale. On Mac OS Classic, use
5170 mac-system-coding-system for default coding systems.
5171
5172 * term/mac-win.el: Don't set file-name-coding-system.
5173 Decode variables system-name, emacs-build-system, user-login-name, and
5174 user-full-name by mac-system-coding-system on Mac OS Classic.
5175 (mac-system-coding-system): New variable.
5176
5177 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5178
5179 * startup.el (command-line): Handle `xterm-mouse-mode' before
5180 reading init file.
5181
5182 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5183
5184 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5185
5186 * progmodes/sh-script.el (sh-here-document-word): Make it a
5187 defcustom. Doc fix.
5188 (sh-add): Bash uses $(( )) for arithmetic.
5189 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5190 (sh-maybe-here-document): Remove quotes and leading whitespace
5191 from heredoc word when closing. Indent heredoc with tabs if word
5192 starts with "-".
5193
5194 2005-04-13 Richard M. Stallman <rms@gnu.org>
5195
5196 * simple.el (undo): Fix previous change.
5197
5198 * custom.el (defface): Doc fix.
5199
5200 2005-04-13 Lute Kamstra <lute@gnu.org>
5201
5202 * Makefile.in (DONTCOMPILE): Remove list.
5203 (compile, compile-always): Don't use DONTCOMPILE.
5204 (update-authors): Load the library in which batch-update-authors
5205 is defined.
5206 * makefile.w32-in (DONTCOMPILE): Remove list.
5207 (compile, compile-always): Fix comments.
5208 (update-authors): Load the library in which batch-update-authors
5209 is defined.
5210
5211 * generic-x.el (generic-mode-ini-file-find-file-hook):
5212 Rename to ini-generic-mode-find-file-hook.
5213 Keep generic-mode-ini-file-find-file-hook as an alias.
5214 (ini-generic-mode-find-file-hook): Rename from
5215 generic-mode-ini-file-find-file-hook. Fix docstring.
5216 (ini-generic-mode): Docstring change.
5217 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5218
5219 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5220 called from lisp.
5221
5222 * generic.el: Move to the emacs-lisp subdir.
5223
5224 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5225
5226 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5227 and C-S- function and cursor motion keys.
5228
5229 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5230
5231 * startup.el (command-line): Enable Xterm Mouse mode by default.
5232 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5233 for Custom. No longer show "Mouse" in mode line when enabled.
5234 Doc fix.
5235
5236 2005-04-12 Kim F. Storm <storm@cua.dk>
5237
5238 * emulation/cua-base.el (cua-rectangle-face)
5239 (cua-rectangle-noselect-face): Define face attributes here.
5240
5241 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5242
5243 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5244
5245 * startup.el (command-line): Turn off blinking cursor if
5246 cursorBlink in resources is off or false.
5247
5248 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5249
5250 * term/mac-win.el (dnd): Require dnd.
5251 (mac-drag-n-drop): Call dnd-handle-one-url.
5252 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5253 (kTextEncodingISOLatin2): Remove constants.
5254 (mac-script-code-coding-systems): New constant.
5255 (mac-handle-language-change): New function.
5256 (special-event-map): Bind it to `language-change' event.
5257 (mac-centraleurroman, mac-cyrillic): New coding systems.
5258 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5259 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5260 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5261 encode-mac-cyrillic, respectively.
5262
5263 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5264
5265 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5266 Don't set overlay-arrow-string to "=>" as this is done
5267 globally in C now.
5268
5269 2005-04-12 Lute Kamstra <lute@gnu.org>
5270
5271 * generic-x.el (rc-generic-mode, rul-generic-mode):
5272 Fix auto-mode-alist entries.
5273 (etc-fstab-generic-mode): Tweak fontification.
5274
5275 * generic.el (generic-make-keywords-list): Fix docstring.
5276 (generic-mode-internal): Simplify generic-font-lock-keywords.
5277
5278 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5279
5280 * whitespace.el (whitespace-buffer-leading)
5281 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5282 However, fix the highlight area for the leading and
5283 trailing whitespaces to show space.
5284
5285 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5286
5287 * whitespace.el (whitespace-version): Bump to 3.5
5288
5289 (whitespace-buffer-leading, whitespace-buffer-trailing):
5290 Invert sense of the test to highlight the whitespace.
5291
5292 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5293
5294 * progmodes/gud.el (gud-display-line): GUD uses its own
5295 overlay arrow now so don't set overlay-arrow-string.
5296 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5297
5298 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5301 (term-ansi-current-reverse, term-ansi-current-invisible)
5302 (term-ansi-face-already-done): Change to boolean.
5303 (term-reset-terminal, term-handle-colors-array): Handle the above
5304 vars accordingly.
5305 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5306 (term-emulate-terminal): Use the new name.
5307
5308 * faces.el (secondary-selection): Use yellow1, not yellow.
5309 (trailing-whitespace): Use red1, not red.
5310
5311 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5312
5313 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5314 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5315 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5316
5317 * cus-edit.el (dnd): New group.
5318
5319 * term/w32-win.el (dnd): Require dnd
5320 (w32-drag-n-drop): Call dnd-handle-one-url.
5321
5322 * x-dnd.el: Require dnd.
5323 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5324 Call dnd-handle-one-url.
5325 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5326 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5327 to dnd-insert-text.
5328 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5329 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5330 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5331 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5332
5333 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5334
5335 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5336
5337 * wdired.el: Doc fixes.
5338 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5339 (wdired-use-dired-vertical-movement): Rename from
5340 wdired-always-move-to-filename-beginning.
5341 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5342 (wdired-change-to-wdired-mode): Change mode name.
5343 (wdired-newline): Delete.
5344
5345 2005-04-11 Richard M. Stallman <rms@gnu.org>
5346
5347 * whitespace.el (whitespace-highlight-the-space):
5348 Don't call whitespace-unhighlight-the-space here.
5349
5350 * simple.el (undo): Record t in undo-equiv-table
5351 for the redo record made by an undo-in-region.
5352
5353 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5354
5355 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5356 (gdb-frame-inferior-io-buffer): New Functions to control
5357 display of separate IO buffer.
5358 (menu): Add them to menu-bar.
5359 (gdb-display-buffer): Check for buffer another frame.
5360 Protect GUD buffer.
5361 (gdb-setup-windows): Create IO buffer if not already there.
5362 (gdb-memory-mode): Remove purecopy noops.
5363
5364 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5365
5366 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5367 and pass to self-insert-command.
5368
5369 2005-04-11 Lute Kamstra <lute@gnu.org>
5370
5371 * generic.el: Commentary section cleanup.
5372 (generic): Delete.
5373 (generic-use-find-file-hook, generic-lines-to-scan)
5374 (generic-find-file-regexp, generic-ignore-files-regexp)
5375 (default-generic-mode, generic-mode-find-file-hook)
5376 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5377 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5378 (generic-use-find-file-hook, generic-lines-to-scan)
5379 (generic-find-file-regexp, generic-ignore-files-regexp)
5380 (default-generic-mode, generic-mode-find-file-hook)
5381 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5382
5383 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5384
5385 * bookmark.el (bookmark-write-file): Catch errors writing file.
5386 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5387
5388 2005-04-10 Richard M. Stallman <rms@gnu.org>
5389
5390 * startup.el (fancy-splash-tail): Update copyright year.
5391 (command-line): Split part of -Q into -D.
5392 (emacs-basic-display): New defvar.
5393 (fancy-splash-text): Correct name of menu item.
5394
5395 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5396
5397 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5398 lines in one node.
5399
5400 * comint.el (comint-send-input): New arg ARTIFICIAL.
5401 Callers in this file changed.
5402
5403 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5404
5405 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5406
5407 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5408
5409 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5410 `ldap-search-internal'.
5411
5412 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * files.el (set-auto-mode-1): Use line-end-position.
5415
5416 * international/latin-1.el:
5417 * international/latin-2.el:
5418 * international/latin-3.el:
5419 * international/latin-4.el:
5420 * international/latin-5.el:
5421 * international/latin-8.el:
5422 * international/latin-9.el: Give punctuation syntax to NBSP.
5423
5424 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5425 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5426 Use char-classes to accept non-ascii letters, accepted in some recent
5427 bibtex implementations.
5428
5429 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5430
5431 * custom.el (custom-set-minor-mode): Any non-nil value for the
5432 variable should enable the mode when set through Custom.
5433
5434 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5437 TAB binding so tab-always-indent is obeyed.
5438 (vhdl-minibuffer-local-map): Move initialization into declaration.
5439 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5440 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5441 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5442 (vhdl-current-line): Use line-beginning-position.
5443 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5444 with-output-to-temp-buffer, so the current position can be recorded.
5445
5446 2005-04-10 Masatake YAMATO <jet@gyve.org>
5447
5448 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5449 Add regexp for gcov.
5450
5451 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5454 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5455 syntax which Emacs 20 doesn't support.
5456
5457 2005-04-09 Richard M. Stallman <rms@gnu.org>
5458
5459 * help.el (describe-key-briefly, describe-key):
5460 Replace strings as event types with "(any string)".
5461
5462 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * arc-mode.el (archive-mode-map): Move initialization into
5465 the declaration. Override *all* bindings of `undo'.
5466 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5467
5468 2005-04-09 Jay Belanger <belanger@truman.edu>
5469
5470 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5471
5472 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5473
5474 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5475 (xterm-register-default-colors): Update color values computation
5476 to match xterm-200.
5477
5478 2005-04-09 Kenichi Handa <handa@m17n.org>
5479
5480 * international/code-pages.el (iso-latin-7): Fix the map.
5481
5482 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * emacs-lisp/lisp.el (defun-prompt-regexp)
5485 (parens-require-spaces, buffer-end, end-of-defun)
5486 (insert-parentheses): Doc fixes.
5487
5488 2005-04-08 Kim F. Storm <storm@cua.dk>
5489
5490 * comint.el (comint-highlight-prompt): Fix face spec.
5491 * hi-lock.el (hi-green): Likewise.
5492
5493 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5494
5495 * cus-edit.el (custom-modified-face):
5496 * comint.el (comint-highlight-input): Fix previous changes.
5497 * term.el (term-handle-ansi-escape): Add a comment.
5498
5499 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5502 in the buffer and in whitespace-highlighted-space.
5503 (whitespace-unhighlight-the-space): Simplify.
5504 (whitespace-buffer): Simplify.
5505
5506 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5507
5508 * textmodes/table.el (table-cell-face): Add special case for
5509 displays supporting a high number of colors.
5510 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5511 (vhdl-font-lock-reserved-words-face)
5512 (vhdl-speedbar-architecture-face)
5513 (vhdl-speedbar-instantiation-face)
5514 (vhdl-speedbar-architecture-selected-face)
5515 (vhdl-speedbar-instantiation-selected-face): Likewise.
5516 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5517 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5518 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5519 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5520 (ebrowse-progress-face): Likewise.
5521 * progmodes/compile.el (compilation-info-face): Likewise.
5522 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5523 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5524 * calendar/calendar.el (diary-face): Likewise.
5525 * woman.el (woman-italic-face, woman-bold-face)
5526 (woman-unknown-face): Likewise.
5527 * wid-edit.el (widget-button-pressed-face): Likewise.
5528 * whitespace.el (whitespace-highlight-face): Likewise.
5529 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5530 * pcvs-info.el (cvs-marked-face): Likewise.
5531 * info.el (info-xref): Likewise.
5532 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5533 * hilit-chg.el (highlight-changes-face)
5534 (highlight-changes-delete-face): Likewise.
5535 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5536 (hi-red-b): Likewise.
5537 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5538 * font-lock.el (font-lock-keyword-face)
5539 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5540 * cus-edit.el (custom-invalid-face, custom-modified-face)
5541 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5542 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5543 * comint.el (comint-highlight-prompt): Likewise.
5544
5545 2005-04-08 Lute Kamstra <lute@gnu.org>
5546
5547 * font-lock.el (font-lock-keywords): Docstring fixes.
5548
5549 2005-04-08 Kenichi Handa <handa@m17n.org>
5550
5551 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5552 chars are more than a limit, print " and more..." at the tail.
5553
5554 2005-04-08 Kim F. Storm <storm@cua.dk>
5555
5556 * emacs-lisp/authors.el (authors-aliases): Update list.
5557 (authors-ignored-files): New list.
5558 (authors-fixed-entries): Fix typo.
5559 (authors-renamed-files-alist): Update list.
5560 (authors-add): Check authors-ignored-files.
5561
5562 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5563
5564 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5565 optional, to ensure backward compatibility.
5566
5567 2005-04-08 Stephen Eglen <stephen@gnu.org>
5568
5569 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5570
5571 2005-04-08 Kim F. Storm <storm@cua.dk>
5572
5573 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5574
5575 * mouse.el (mouse-on-link-p): Doc fix.
5576
5577 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * ielm.el (ielm-prompt-read-only): Doc fix.
5580
5581 * comint.el (comint-prompt-read-only): Doc fix.
5582
5583 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5584
5585 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5586 ensure dired always handles wildcards passed to ffap.
5587 (find-file-at-point): Use it.
5588 (ffap-dired-wildcards): Doc fix.
5589
5590 2005-04-07 Juri Linkov <juri@jurta.org>
5591
5592 * simple.el (next-error-overlay-arrow-position): New defvar.
5593 Put "=>" on its property `overlay-arrow-string'. Add it to
5594 `overlay-arrow-variable-list'.
5595
5596 * progmodes/compile.el (compilation-setup):
5597 Set `next-error-overlay-arrow-position' to nil. Also set it to
5598 nil in the local hook `kill-buffer-hook'. Make local variable
5599 `overlay-arrow-string' and set it to "=>".
5600 (compilation-goto-locus): Set BOL position to
5601 `next-error-overlay-arrow-position' instead of
5602 `overlay-arrow-position'.
5603
5604 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5605 locally instead of adding it to the global hook.
5606 (Info-kill-buffer): Move up.
5607
5608 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5609
5610 * term/xterm.el (xterm-standard-colors): Update color values from
5611 xterm-200.
5612
5613 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5616
5617 * fast-lock.el:
5618 * lazy-lock.el: Move them to the obsolete subdir.
5619
5620 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5621
5622 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5623 (wdired-add-replace-advice): Remove.
5624 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5625
5626 2005-04-06 Kim F. Storm <storm@cua.dk>
5627
5628 * startup.el (command-line): Add --bare-bones alias for -Q.
5629
5630 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5631
5632 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5633 create the startup fontset if a font specification ends with
5634 `mac-roman'.
5635
5636 2005-04-06 Lute Kamstra <lute@gnu.org>
5637
5638 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5639 change.
5640
5641 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5642 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5643
5644 2005-04-05 Lute Kamstra <lute@gnu.org>
5645
5646 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5647 (define-generic-mode): Ditto. Fix debug declaration.
5648
5649 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5650 Put them in the generic-x group.
5651
5652 * calendar/timeclock.el (timeclock): Doc fix.
5653
5654 * generic.el (define-generic-mode): Don't use custom-current-group.
5655 Document default :group value.
5656 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5657 (define-global-minor-mode): Don't use custom-current-group.
5658
5659 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5660
5661 * startup.el (command-line-1): Display startup-echo-area-message
5662 when fancy splash screen is in use.
5663
5664 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5665 (sh-escaped-newline): New face.
5666 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5667 newline, and use sh-escaped-newline face.
5668
5669 * progmodes/tcl.el (tcl-escaped-newline): New face.
5670 (tcl-builtin-list): New variable.
5671 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5672 newlines. Fix keywords subexpression number.
5673
5674 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5675
5676 * textmodes/org.el (org-diary-default-entry): Fix call to
5677 `add-to-diary-entry'.
5678
5679 2005-04-05 Kim F. Storm <storm@cua.dk>
5680
5681 * ediff-init.el: Use (featurep 'xemacs).
5682
5683 2005-04-05 David Ponce <david@dponce.com>
5684
5685 * cus-edit.el (face): Derive from symbol widget. Display sample
5686 of the current face on the fly.
5687 (widget-face-sample-face-get, widget-face-notify): New functions.
5688 (widget-face-value-create): Remove.
5689
5690 * wid-edit.el (widget-field-end): Temporarily remove field
5691 narrowing before to call `get-char-property'.
5692
5693 2005-04-04 Jay Belanger <belanger@truman.edu>
5694
5695 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5696 (math-read-subscripts): New variable.
5697 (math-read-preprocess-string): Process subscripts.
5698
5699 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * comint.el (comint-prompt-read-only): Doc fix.
5702
5703 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5704 `-1'. Doc fix.
5705
5706 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5707
5708 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5709 Change default value to nil.
5710
5711 2005-04-04 Lute Kamstra <lute@gnu.org>
5712
5713 * autorevert.el (auto-revert-mode): Specify :group.
5714 * battery.el (display-battery-mode): Specify :group.
5715 * diff-mode.el (diff-minor-mode): Specify :group.
5716 * font-core.el (font-lock-mode): Specify :group.
5717 * hl-line.el (hl-line-mode): Specify :group.
5718 * iimage.el (iimage): New customization group.
5719 (iimage-mode): Specify :group.
5720 * longlines.el (longlines-mode): Specify :group.
5721 * master.el: Don't require easy-mmode.
5722 (master): New customization group.
5723 (master-mode): Specify :group.
5724 * msb.el (msb-mode): Specify :group.
5725 * reveal.el (reveal-mode): Specify :group.
5726 * simple.el (next-error-follow-minor-mode): Specify :group.
5727 * smerge-mode.el (smerge-mode): Specify :group.
5728 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5729 * emulation/cua-base.el (cua-mode): Specify :group.
5730 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5731 * language/thai-util.el (thai-auto-composition-mode)
5732 (thai-word-mode): Specify :group.
5733 * mail/supercite.el (sc-minor-mode): Specify :group.
5734 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5735 * progmodes/flymake.el (flymake-mode): Specify :group.
5736 * progmodes/glasses.el (glasses-mode): Specify :group.
5737 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5738 * textmodes/enriched.el (enriched-mode): Specify :group.
5739 * textmodes/refill.el (refill-mode): Specify :group.
5740
5741 * add-log.el (change-log-font-lock-keywords): Names in
5742 parenthesized lists can contain spaces.
5743
5744 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5745
5746 * startup.el (fancy-splash-text): Shorten default text of
5747 "Emacs Tutorial" line. Also, if the current language env
5748 indicates an available tutorial file other than TUTORIAL,
5749 extract its title and append it to the line in parentheses.
5750 (fancy-splash-insert): If arg is a thunk, funcall it.
5751
5752 2005-04-04 Jay Belanger <belanger@truman.edu>
5753
5754 * calc.el (calc-language-alist): Add tags to customization type.
5755
5756 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5757
5758 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5759 Doc fix.
5760
5761 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5762
5763 * add-log.el (change-log-font-lock-keywords): The manual
5764 describing a Change Log entry, says: (...) "Aside from these
5765 header lines, every line in the change log starts with a space or
5766 a tab.". The font-lock was not highlighting lines started with
5767 spaces, added support for it.
5768
5769 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5770
5771 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5772 (bibtex-generate-url-list): Update docstring accordingly. Put the
5773 complex example in the docstring.
5774 (bibtex-font-lock-url): Use pop.
5775
5776 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5779
5780 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5781
5782 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5783
5784 * filesets.el (filesets-set-default): Doc fix.
5785
5786 2005-04-03 Lute Kamstra <lute@gnu.org>
5787
5788 * generic.el (define-generic-mode): Add argument to specify
5789 keywords for defcustom.
5790 (default-generic-mode): Specify :group.
5791
5792 * generic-x.el: Specify :group for all generic modes.
5793
5794 * desktop.el (desktop-no-desktop-file-hook)
5795 (desktop-after-read-hook): Doc fix.
5796
5797 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5798
5799 * simple.el (visible-mode): Use explicit :group keyword.
5800 This changes the group of `visible-mode-hook' from paren-blinking
5801 to editing-basics.
5802
5803 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5804
5805 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5806 mailbox specifications as well as URLs.
5807 (rmail-insert-inbox-text): Remove unused conditional branches.
5808
5809 2005-04-01 Jay Belanger <belanger@truman.edu>
5810
5811 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5812 (calc-gnuplot-print-command): Move definitions to calc.el.
5813
5814 * calc/calc-embed.el (calc-embedded-announce-formula)
5815 (calc-embedded-open-formula, calc-embedded-close-formula)
5816 (calc-embedded-open-word, calc-embedded-close-word)
5817 (calc-embedded-open-plain, calc-embedded-close-plain)
5818 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5819 (calc-embedded-open-mode, calc-embedded-close-mode):
5820 Move definitions to calc.el.
5821
5822 * calc/calc.el (calc-settings-file, calc-language-alist):
5823 Make customizable.
5824 (calc-embedded-announce-formula, calc-embedded-open-formula)
5825 (calc-embedded-close-formula, calc-embedded-open-word)
5826 (calc-embedded-close-word, calc-embedded-open-plain)
5827 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5828 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5829 (calc-embedded-close-mode, calc-gnuplot-name)
5830 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5831 from other files and make customizable.
5832
5833 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5836 Use buffer-live-p.
5837 (cvs-mode-run): Don't call cvs-update-header here.
5838 (cvs-run-process): Call cvs-update-header.
5839 Use process properties for cvs-postprocess and cvs-buffer so that
5840 the sentinel can behave better if the temp buffer is killed.
5841 Use a pipe rather than a tty, to better handle unexpected prompts.
5842 (cvs-sentinel): Rewrite. Call cvs-update-header.
5843
5844 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5845
5846 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5847 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5848
5849 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * generic.el (define-generic-mode): Add indentation rule.
5852
5853 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5854
5855 * files.el (mode-require-final-newline): Make Custom correctly
5856 report a nil value and allow to set it to nil via Custom.
5857 Doc fix.
5858
5859 2005-04-01 Kenichi Handa <handa@m17n.org>
5860
5861 * international/characters.el: Enable the correct case setting for
5862 dotless-i and dotted-I.
5863
5864 2005-04-01 Kim F. Storm <storm@cua.dk>
5865
5866 * ido.el (ido-file-internal): Fall back to non-ido command if
5867 initial directory is on slow ftp (or tramp) host.
5868
5869 2005-03-31 Richard M. Stallman <rms@gnu.org>
5870
5871 * emacs-lisp/autoload.el (make-autoload):
5872 Handle define-global-minor-mode.
5873
5874 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5875 Rename from easy-mmode-define-global-mode.
5876 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5877
5878 * progmodes/scheme.el (scheme-mode-syntax-table):
5879 Update syntax of | and # for two-character comment syntax.
5880
5881 2005-03-31 Lute Kamstra <lute@gnu.org>
5882
5883 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5884 (define-minor-mode): Call custom-current-group at load-time.
5885
5886 * generic.el (define-generic-mode): Add debug declaration.
5887 Add defcustom for the mode hook.
5888 (generic-mode-internal): Use run-mode-hooks.
5889
5890 2005-03-31 Kim F. Storm <storm@cua.dk>
5891
5892 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5893 (mouse-fixup-help-message): New defun called by show_help_echo
5894 to fixup mouse-2 prefix in help messages when applicable.
5895
5896 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5897
5898 2005-03-31 Kenichi Handa <handa@m17n.org>
5899
5900 * language/thai-word.el (thai-find-word-ends): Pay attention to
5901 the case that we reach the end of buffer.
5902
5903 * textmodes/fill.el (fill-text-properties-at): New function.
5904 (fill-newline): Use fill-text-properties-at instead of
5905 text-properties-at.
5906
5907 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5908
5909 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5910 not comint-quote-filename.
5911
5912 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5913
5914 * help-fns.el (help-with-tutorial): Revert last change.
5915
5916 2005-03-31 Kim F. Storm <storm@cua.dk>
5917
5918 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5919
5920 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5921
5922 * calendar/cal-china.el: Update reference to "Calendrical
5923 Calculations" book; there's a new edition.
5924 * calendar/cal-coptic.el: Likewise.
5925 * calendar/cal-french.el: Likewise.
5926 * calendar/cal-hebrew.el: Likewise.
5927 * calendar/cal-islam.el: Likewise.
5928 * calendar/cal-iso.el: Likewise.
5929 * calendar/cal-julian.el: Likewise.
5930 * calendar/cal-mayan.el: Likewise.
5931 * calendar/cal-persia.el: Likewise.
5932 * calendar/calendar.el: Likewise.
5933 * calendar/holidays.el: Likewise.
5934 * calendar/lunar.el: Likewise.
5935 * calendar/solar.el: Likewise.
5936
5937 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5938 white space from doc string.
5939
5940 2005-03-30 Jay Belanger <belanger@truman.edu>
5941
5942 * calc/calc-help.el (calc-full-help): Remove email address.
5943
5944 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5945
5946 * help-fns.el (help-with-tutorial): Delete title line.
5947
5948 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5949
5950 * calendar/cal-x.el (calendar-one-frame-setup)
5951 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5952 rather than 'symbol for set-window-dedicated-p.
5953
5954 * calendar/appt.el (appt-buffer-name): Make it a constant.
5955 (appt-add): Doc fix.
5956
5957 * filesets.el (filesets-menu-path, filesets-menu-before)
5958 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5959 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5960 (filesets-add-submenu): Delete and use add-submenu instead.
5961
5962 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5963
5964 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5965 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5966 (org-diary-default-entry): New function.
5967 (org-get-entries-from-diary): Better parsing of diary entries.
5968 (org-agenda-check-no-diary): New function.
5969 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5970 linking to diary entries.
5971 (org-agenda-execute-calendar-command): New function.
5972 (org-agenda): Improve visible section in window.
5973 Use `org-fit-agenda-window'.
5974 (org-fit-agenda-window): New option.
5975 (org-move-subtree-down): Better handling of empty lines
5976 at end of subtree.
5977 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5978 levels up.
5979 (org-fontify-done-headline): New option.
5980 (org-headline-done-face): New face.
5981 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5982 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5983 When current field is non-empty, it is copied to next row.
5984 (org-table-copy-from-above): Fix bug which made it
5985 impossible to copy fields containing only a single non-white character.
5986
5987 2005-03-30 Kim F. Storm <storm@cua.dk>
5988
5989 * kmacro.el (kmacro-end-macro): Isearch may store this command
5990 into the macro -- so ignore it when executing keyboard macro.
5991
5992 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5993
5994 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5995
5996 2005-03-29 Kenichi Handa <handa@m17n.org>
5997
5998 * language/thai.el ("Thai"): Set setup-function and exit-function
5999 for Thai language environment.
6000
6001 * language/thai-util.el: Require thai-word.
6002 (thai-word-mode-map): New variable.
6003 (thai-word-mode): New minor mode.
6004 (setup-thai-language-environment-internal): New function.
6005 (exit-thai-language-environment-internal): New function.
6006
6007 * language/thai-word.el (thai-word-table): Declare it by defvar,
6008 use dolist to initialize it.
6009 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6010 (thai-fill-find-break-point): New functions.
6011
6012 2005-03-29 Richard M. Stallman <rms@gnu.org>
6013
6014 * simple.el (idle-update-delay): Move definition up.
6015 (set-mark): Doc fix.
6016
6017 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * longlines.el: New file.
6020
6021 * simple.el (buffer-substring-filters): New variable.
6022 (filter-buffer-substring): New function.
6023 (kill-region, copy-region-as-kill): Use it.
6024
6025 * register.el (copy-to-register, append-to-register)
6026 (prepend-to-register): Use filter-buffer-substring.
6027
6028 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6029
6030 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6031 (gud-filter-pending-text): Move in front of gdb.
6032 (gud-overlay-arrow-position): New variable.
6033 (gud-sentinel, gud-display-line): Use it in place of
6034 overlay-arrow-position.
6035
6036 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6037
6038 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6039 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6040 (fortran-font-lock-keywords-4): New variable.
6041 (fortran-blocks-re, fortran-end-block-re)
6042 (fortran-start-block-re): New constants, for hideshow.
6043 (hs-special-modes-alist): Add a Fortran entry.
6044 (fortran-mode-map): Bind fortran-end-of-block,
6045 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6046 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6047 (fortran-looking-at-if-then, fortran-end-of-block)
6048 (fortran-beginning-of-block): New functions, for hideshow.
6049
6050 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6051 Doc fix. Tweak regexp.
6052 (f90-beginning-of-block): Push mark first.
6053
6054 2005-03-29 Jay Belanger <belanger@truman.edu>
6055
6056 * calc/calc.el: Update copyright date.
6057 (calc-version): Increase to 2.1.
6058 (calc-version-date): Remove.
6059
6060 * calc/calc-help.el: Update copyright date.
6061 (calc-full-help): Remove reference to calc-version-date.
6062 Update copyright date.
6063
6064 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * vc.el (vc-do-command): Use a pipe for async processes, so password
6067 prompts don't show up at places where the user can't reply.
6068
6069 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6070
6071 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6072 on the file name we pass to the inferior shell.
6073
6074 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6075
6076 * progmodes/which-func.el (which-function): Be robust in the face of an
6077 imenu--make-index-alist failure.
6078
6079 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6082
6083 * progmodes/python.el (python-preoutput-filter): Fix last change.
6084
6085 2005-03-29 Lute Kamstra <lute@gnu.org>
6086
6087 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6088 functions and compiled macros.
6089 (debug-convert-byte-code): Handle macros too.
6090 (debug-on-entry-1): Don't signal an error when trying to clear a
6091 function that is not set to debug on entry.
6092
6093 2005-03-29 Jay Belanger <belanger@truman.edu>
6094
6095 * calc/calc-lang.el: Add functions to math-function-table
6096 properties of tex and math.
6097
6098 2005-03-29 Kenichi Handa <handa@m17n.org>
6099
6100 * ps-mule.el (ps-mule-plot-string): Translate characters by
6101 ps-print-translation-table.
6102 (ps-mule-begin-job): Call find-charset-region/string with
6103 ps-print-translation-table.
6104 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6105
6106 * ps-print.el (ps-print-translation-table): New variable.
6107 (ps-plot-region): Translate characters by ps-print-translation-table.
6108
6109 2005-03-29 Juri Linkov <juri@jurta.org>
6110
6111 * simple.el (next-error-highlight-timer): New variable.
6112
6113 * progmodes/compile.el (compilation-goto-locus):
6114 Use `next-error-highlight-timer' instead of `sit-for'.
6115
6116 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * mail/supercite.el (sc-mail-field): Use assoc-string.
6119 (sc-get-address): Simplify regexps.
6120
6121 * files.el (minibuffer-with-setup-hook): New macro.
6122 (find-file-read-args): Use it to avoid let-binding
6123 minibuffer-with-setup-hook (which breaks turning on/off
6124 file-name-shadow-mode while in the prompt).
6125
6126 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6127
6128 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6129
6130 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6131
6132 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * window.el (window-buffer-height): Use count-screen-lines.
6135
6136 * progmodes/python.el (python-preoutput-leftover): New var.
6137 (python-preoutput-filter): Use it.
6138 (python-send-receive): Loop until all the result has been received.
6139
6140 2005-03-28 Juri Linkov <juri@jurta.org>
6141
6142 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6143
6144 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6145 "Recover Crashed Session".
6146 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6147 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6148 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6149 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6150 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6151 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6152 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6153 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6154
6155 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6156 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6157 Ediff Sessions", "Toggle use of separate control buffer frame",
6158 "Use separate frame for Ediff control buffer".
6159
6160 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6161 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6162 "Rename Bookmark", "Delete Bookmark".
6163
6164 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6165 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6166 Add `:active Info-index-alternatives' to "Next Matching Item".
6167
6168 * wdired.el (wdired-change-to-wdired-mode):
6169 Mention `wdired-abort-changes' key in the initial message.
6170
6171 * international/mule.el (auto-coding-alist): Associate non-ascii
6172 image filename extensions with `no-conversion'.
6173
6174 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * international/iso-acc.el:
6177 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6178
6179 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6180
6181 * textmodes/sgml-mode.el (html-mode): Doc update.
6182
6183 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6184
6185 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6186
6187 * term.el (term-move-columns): Fix face after extending a line.
6188 (term-insert-spaces): Likewise.
6189 (term-reset-terminal): Fix off by one error.
6190
6191 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6192
6193 * international/mule.el (auto-coding-alist): Add .xpi files.
6194
6195 * files.el (auto-mode-alist): Add .xpi files.
6196
6197 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6198
6199 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6200
6201 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6202
6203 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6204
6205 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6206
6207 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6208 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6209
6210 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6211 cursor to Jan 1 when needed.
6212 (calendar-end-of-year): Fix -/+ typo.
6213 Reported by Chong Yidong <cyd@stupidchicken.com>.
6214
6215 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6218
6219 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6220 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6221
6222 2005-03-25 Richard M. Stallman <rms@gnu.org>
6223
6224 * filesets.el (filesets-init): Add autoload.
6225
6226 * mail/mailalias.el (mail-directory): Doc fix.
6227
6228 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6229
6230 * mail/mailalias.el (mail-directory-process): Do nothing if
6231 mail-directory-process is an atom.
6232 (mail-get-names): Ignore mail-directory-names if it is an atom.
6233 (mail-directory-process defvar): Doc fix.
6234 (mail-names): Doc fix.
6235
6236 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6237
6238 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6239
6240 2005-03-26 Kenichi Handa <handa@m17n.org>
6241
6242 * international/mule-util.el (detect-coding-with-priority):
6243 Call update-coding-systems-internal before detect-coding-region.
6244
6245 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6248 (gdb-frames-mode-map): Add follow-link property.
6249
6250 2005-03-25 Jay Belanger <belanger@truman.edu>
6251
6252 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6253 for variables.
6254
6255 2005-03-25 Juri Linkov <juri@jurta.org>
6256
6257 * image-mode.el: Optimize image filename extension regexps in
6258 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6259 in `auto-mode-alist'.
6260 (image-mode): Add `image-toggle-display-text' to local hook
6261 `change-major-mode-hook'. Display the image as an image by
6262 default. Set `cursor-type' and `truncate-lines' if the image
6263 is already displayed. Take into account the current mode (image
6264 or text) in message.
6265 (image-minor-mode): New minor mode.
6266 (image-mode-maybe, image-toggle-display-text): New functions.
6267 (image-toggle-display): Use called-interactively-p.
6268 Let-bind `inhibit-read-only' to t.
6269
6270 * image-mode.el (image-minor-mode): Set `cursor-type' and
6271 `truncate-lines' if the image is already displayed. Add turning
6272 image-minor-mode off to `change-major-mode-hook'. Add message.
6273 Call `image-toggle-display-text' after turning image-minor-mode off.
6274
6275 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6278 Terminal.app, use utf-8.
6279 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6280 (set-locale-environment): Use it.
6281
6282 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6283
6284 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6285
6286 * progmodes/python.el (python-close-block-statement-p)
6287 (python-outdent-p, python-current-defun): Use symbol-end.
6288
6289 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6290
6291 * files.el (save-some-buffers): Doc fix.
6292
6293 2005-03-25 Werner Lemberg <wl@gnu.org>
6294
6295 * complete.el, thumbs.el: Replace `legal' with `valid'.
6296 * calendar/calendar.el: Replace `legal' with `valid'.
6297 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6298 * mail/supercite.el: Replace `legal' with `valid'.
6299 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6300 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6301 Replace `legal' with `valid'.
6302 * textmodes/reftex-vars.el, textmodes/reftex.el:
6303 Replace `legal' with `valid'.
6304
6305 2005-03-25 Werner Lemberg <wl@gnu.org>
6306
6307 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6308 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6309 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6310 * emulation/vip.el: Replace `illegal' with `invalid'.
6311 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6312 * mail/supercite.el: Replace `illegal' with `invalid'.
6313 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6314 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6315 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6316 * progmodes/sh-script.el, progmodes/xscheme.el:
6317 Replace `illegal' with `invalid'.
6318 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6319 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6320 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6321 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6322
6323 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6326 (flymake-find-buildfile, flymake-find-possible-master-files)
6327 (flymake-check-include, flymake-parse-line): Replace loops over the
6328 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6329
6330 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6331 Substitute file-name-as-directory in the rest of the file.
6332 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6333 (flymake-replace-region): Remove unused arg `buffer'.
6334 (flymake-check-patch-master-file-buffer): Update calls to it.
6335 (flymake-add-err-info): Remove unused var `count'.
6336 (flymake-mode): Use define-minor-mode.
6337
6338 * progmodes/flymake.el: Use with-current-buffer.
6339 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6340 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6341 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6342 Avoid testing for `xemacs'.
6343 (flymake-nop): Move.
6344 (flymake-region-has-flymake-overlays): Return the computed value.
6345 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6346 Remove unused var `endline'.
6347 (flymake-get-line-count): Remove unused function.
6348 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6349
6350 * emulation/vi.el:
6351 * generic.el:
6352 * hilit-chg.el (global-highlight-changes):
6353 * hi-lock.el (hi-lock-mode):
6354 * follow.el: find-file-hooks -> find-file-hook.
6355
6356 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6357
6358 2005-03-24 Juri Linkov <juri@jurta.org>
6359
6360 * dired.el (dired-mode-map): Add menu item "Compare directories"
6361 for dired-compare-directories.
6362
6363 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6364 Doc fix. Replace `read-file-name' with `read-directory-name'.
6365
6366 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6369
6370 2005-03-24 Jay Belanger <belanger@truman.edu>
6371
6372 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6373 relevant mode settings in calc-embedded-original-modes when modes
6374 are permanently changed.
6375
6376 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * autoinsert.el: find-file-hooks -> find-file-hook.
6379
6380 2005-03-24 Lute Kamstra <lute@gnu.org>
6381
6382 * generic.el (generic-font-lock-defaults): Make it obsolete.
6383 (generic-font-lock-keywords): New variable to replace
6384 generic-font-lock-defaults.
6385 (generic-mode-set-font-lock): Delete it.
6386 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6387 (generic-bracket-support): Add docstring.
6388
6389 * generic-x.el: Rename generic-font-lock-defaults to
6390 generic-font-lock-keywords throughout.
6391 (mailagent-rules-setup-function): Delete it.
6392 (mailagent-rules-generic-mode): Use anonymous function instead.
6393 (show-tabs-generic-mode-font-lock-defaults-1)
6394 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6395 Quote faces.
6396 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6397 not foreground.
6398
6399 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6400 Recognize define-generic-mode.
6401
6402 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6405 if there's no completion table.
6406
6407 2005-03-23 Miles Bader <miles@gnu.org>
6408
6409 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6410 Remove tty-specific variants, as they're no longer needed.
6411
6412 2005-03-23 Lute Kamstra <lute@gnu.org>
6413
6414 * generic-x.el: Code cleanup: make args constant whenever possible.
6415 (installshield-statement-keyword-list)
6416 (installshield-system-functions-list)
6417 (installshield-system-variables-list, installshield-types-list)
6418 (installshield-funarg-constants-list): Make them constants.
6419
6420 * generic.el (generic-make-keywords-list): Add autoload cookie.
6421
6422 * calendar/time-date.el: Add comment on time value formats.
6423 Don't require parse-time.
6424 (with-decoded-time-value): New macro.
6425 (encode-time-value): New function.
6426 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6427 (days-to-time): Return a valid time value when arg is huge.
6428 (time-since): Use time-subtract.
6429 (time-to-number-of-days): Use time-to-seconds.
6430
6431 2005-03-23 David Ponce <david@dponce.com>
6432
6433 * recentf.el: (recentf-keep): New option.
6434 (recentf-menu-action): Default to `find-file'.
6435 (recentf-keep-non-readable-files-flag)
6436 (recentf-keep-non-readable-files-p)
6437 (recentf-file-readable-p, recentf-find-file)
6438 (recentf-cleanup-remote): Remove.
6439 (recentf-include-p): More robust.
6440 (recentf-keep-p): New function.
6441 (recentf-remove-if-non-kept): Rename from
6442 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6443 All callers updated.
6444 (recentf-menu-items-for-commands): Fix help string.
6445 (recentf-track-closed-file): Update. Doc fix.
6446 (recentf-cleanup): Update. Count removed files. Doc fix.
6447
6448 2005-03-23 Kim F. Storm <storm@cua.dk>
6449
6450 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6451 Don't inherit from fringe face (now happens automatically).
6452
6453 2005-03-22 Kim F. Storm <storm@cua.dk>
6454
6455 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6456 position values.
6457
6458 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * menu-bar.el (showhide-date-time): Remove.
6461 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6462 (menu-bar-make-mm-toggle): Simplify.
6463
6464 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6465
6466 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6467 Accept qualified variable and function names.
6468
6469 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6470
6471 * bindings.el (completion-ignored-extensions):
6472 Remove ".lis" for `vax-vms'.
6473
6474 2005-03-22 Andreas Schwab <schwab@suse.de>
6475
6476 * generic-x.el: Revert last change.
6477 * ldefs-boot.el: Update.
6478
6479 2005-03-22 Jay Belanger <belanger@truman.edu>
6480
6481 * calc/calc-embed (calc-embedded-original-modes): New variable.
6482 (calc-embedded-save-original-modes)
6483 (calc-embedded-restore-original-modes): New functions.
6484 (calc-do-embedded): Save original modes when entering embedded mode
6485 and restore when leaving embedded mode.
6486 (calc-embedded-modes-change): Change the value of
6487 calc-embedded-original-modes to reflect permanent changes.
6488
6489 2005-03-22 Lute Kamstra <lute@gnu.org>
6490
6491 * generic-x.el: Require generic again.
6492
6493 2005-03-22 Miles Bader <miles@gnu.org>
6494
6495 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6496 Tweak details to look good on both ttys and bitmap displays, light
6497 or dark background, etc.
6498
6499 2005-03-21 Kim F. Storm <storm@cua.dk>
6500
6501 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6502 mouse position.
6503
6504 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * icomplete.el: Don't forcibly turn on the mode upon load.
6507 (icomplete-mode): Use define-minor-mode.
6508 (icomplete-eoinput): Default to nil.
6509 (icomplete-minibuffer-setup): Remove autoload.
6510 (icomplete-tidy): Simplify.
6511 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6512 in the initial state or if the user has modified the field.
6513 Fix handling of icomplete-max-delay-chars.
6514 Remove code that handles the oddball case where
6515 minibuffer-completion-table is an integer.
6516 Wrap icomplete-completions in while-no-input in case building
6517 completions takes more time than expected.
6518 (icomplete-completions): Simplify.
6519
6520 2005-03-21 Richard M. Stallman <rms@gnu.org>
6521
6522 * jka-compr.el (jka-compr-really-do-compress):
6523 Make variable buffer-local.
6524
6525 * image-mode.el: Handle .xpm files too.
6526 (image-toggle-display): Preserve modification flag.
6527
6528 * help.el (where-is): Don't mention aliases with no key bindings.
6529
6530 2005-03-21 Lute Kamstra <lute@gnu.org>
6531
6532 * generic.el: Fix commentary section. Don't require cl for compilation.
6533 (generic-mode-list): Add autoload cookie.
6534 (generic-use-find-file-hook, generic-lines-to-scan)
6535 (generic-find-file-regexp, generic-ignore-files-regexp)
6536 (generic-mode, generic-mode-find-file-hook)
6537 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6538 (define-generic-mode): Make it a defmacro. Fix docstring.
6539 (generic-mode-internal): Code cleanup. Add autoload cookie.
6540 (generic-mode-set-comments): Code cleanup.
6541 * generic-x.el: Don't prevent compilation. Don't require generic.
6542 Follow coding conventions. Minor code cleanup.
6543 (etc-fstab-generic-mode): Add some keywords.
6544 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6545 define-generic-mode like a function declaration.
6546
6547 2005-03-21 Jay Belanger <belanger@truman.edu>
6548
6549 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6550 changing modes.
6551
6552 2005-03-21 Sam Steingold <sds@gnu.org>
6553
6554 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6555
6556 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6557
6558 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6559 Add underscore to "f$ lexicals" regexp.
6560
6561 2005-03-20 Juri Linkov <juri@jurta.org>
6562
6563 * subr.el (progress-reporter-do-update): When `min-value' is equal
6564 to `max-value', set `percentage' to 0 and prevent division by zero.
6565
6566 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6567
6568 Sync with Tramp 2.0.48.
6569
6570 * tramp.el (all): Change all addresses to .gnu.org.
6571 (tramp-append-tramp-buffers): New defun.
6572 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6573 Catch `dont-send' signal.
6574 (tramp-set-auto-save-file-modes): Set always permissions, because
6575 there might be an old auto-saved file belonging to another
6576 original file. This could be a security threat. Reported by
6577 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6578 Check for Emacs 21.3.50 removed.
6579
6580 * tramp-smb.el (all): Remove debug construct for
6581 `with-parsed-tramp-file-name'.
6582 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6583 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6584 No error message if DIRECTORY or FILENAME doesn't exist.
6585 (tramp-smb-open-connection): Check existence of
6586 `tramp-smb-program'.
6587
6588 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6591 Properly handle the case where the `m' or `s' command's argument is not
6592 yet terminated.
6593 (perl-indent-new-calculate): New function.
6594 (perl-indent-line): Use it.
6595
6596 2005-03-20 Miles Bader <miles@gnu.org>
6597
6598 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6599 in text-mode too. Change to new face names.
6600 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6601 Add `:weight bold' attribute.
6602 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6603
6604 2005-03-19 Juri Linkov <juri@jurta.org>
6605
6606 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6607
6608 * international/mule.el (auto-coding-alist): Sync with
6609 `auto-mode-alist' by adding upper case archive file extensions
6610 and adding ear/war to jar extension.
6611
6612 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6613
6614 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6615 running, restart it.
6616
6617 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6618
6619 * finder.el (finder-current-item): Throw an error on an empty line.
6620
6621 * man.el (Man-follow-manual-reference): If current-word returns
6622 nil, use "".
6623
6624 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6625
6626 * simple.el (goto-line): Doc fix.
6627
6628 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6629
6630 * files.el (save-buffer): Doc fix.
6631
6632 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6633
6634 * recentf.el (recentf-cleanup-remote): New variable.
6635 (recentf-cleanup): Use it to conditionally check availability of
6636 remote files.
6637
6638 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6639
6640 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6641 function names.
6642
6643 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6644
6645 * language/thai-word.el: New file.
6646
6647 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6648
6649 * files.el (backup-buffer): If the file's directory is not
6650 writable, use copy instead of move to backup the file.
6651
6652 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6653
6654 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6655
6656 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6657
6658 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6659 Use functionp instead of symbolp and fboundp. Reported by Drkm
6660 <darkman_spam@yahoo.fr>.
6661 (ps-print-version): New version 6.6.6.
6662
6663 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6664
6665 * textmodes/table.el (table--line-column-position): New idiom.
6666 (table--row-column-insertion-point-p): New function to test
6667 validity of row and column insertion operation at a location.
6668 (table-global-menu, table-cell-menu): Use above functions for
6669 deterministic test operation.
6670 (table--editable-cell-p): Behave in deterministic fashion.
6671
6672 2005-03-18 Juri Linkov <juri@jurta.org>
6673
6674 * isearch.el (isearch-lazy-highlight-new-loop):
6675 Make arguments beg and end optional.
6676 (isearch-update): Remove optional arguments nil from
6677 isearch-lazy-highlight-new-loop.
6678 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6679 isearch-lazy-highlight-case-fold-search instead of
6680 isearch-case-fold-search, and let-bind isearch-regexp to
6681 isearch-lazy-highlight-regexp.
6682 Use isearch-lazy-highlight-last-string instead of isearch-string.
6683
6684 * replace.el (perform-replace): Remove bindings of global
6685 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6686 Add three new arguments to `replace-highlight'.
6687 (replace-highlight): Add arguments string, regexp, case-fold.
6688 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6689 to allow isearch-lazy-highlight-new-loop to use these values
6690 to set corresponding isearch-lazy-highlight-* internal
6691 variables whose values lazy highlighting will use regardless of
6692 changes to global variables isearch-string, isearch-regexp,
6693 isearch-case-fold-search during lazy highlighting loop.
6694 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6695 to `lazy-highlight-cleanup'.
6696
6697 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6698 (ispell-highlight-face): Set default face to `isearch' when
6699 lazy highlighting is enabled.
6700 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6701 priority to 1. Add lazy highlighting.
6702 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6703 from `isearch-dehighlight'.
6704
6705 2005-03-18 David Ponce <david@dponce.com>
6706
6707 * files.el (hack-local-variables): Do a case-insensitive search
6708 for End.
6709
6710 2005-03-18 Juri Linkov <juri@jurta.org>
6711
6712 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6713 `isearch-lazy-highlight-cleanup', add alias to old name and
6714 declare obsolete. Add release numbers to other obsolete vars.
6715 (isearch-done, isearch-lazy-highlight-new-loop):
6716 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6717 (lazy-highlight-cleanup) <variable>: Doc fix.
6718 (isearch-lazy-highlight-update): Rename obsolete
6719 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6720
6721 2005-03-18 Kenichi Handa <handa@m17n.org>
6722
6723 * language/thai-util.el: Fix categorization of Thai characters in
6724 thai-category-table.
6725 (thai-composition-pattern): Adjust it for the above change.
6726 (thai-self-insert-command, thai-compose-syllable): New functions.
6727 (thai-compose-region): Use thai-compose-syllable.
6728 (thai-compose-string): Likewise.
6729 (thai-composition-function): Likewise.
6730 (thai-auto-composition): New function.
6731 (thai-auto-composition-mode): New minor mode.
6732
6733 * language/thai.el: Fix patterns to be registered in
6734 composition-function-table.
6735
6736 * international/quail.el (quail-input-method): Locally bind
6737 inhibit-modification-hooks to t.
6738
6739 2005-03-17 Richard M. Stallman <rms@gnu.org>
6740
6741 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6742 (perl-mode): Use run-mode-hooks.
6743
6744 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6745 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6746 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6747
6748 * mail/sendmail.el (sendmail-send-it): Reenable the code
6749 to compute resend-to-address and use it.
6750
6751 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6752
6753 * image-mode.el: New file.
6754
6755 * image.el (insert-sliced-image): Add autoload cookie.
6756
6757 * font-lock.el (font-lock-lines-before): New user option.
6758 (font-lock-after-change-function): Obey it.
6759
6760 * bindings.el (esc-map): Make M-g a prefix.
6761 Bind M-g g and M-g M-g to goto-line.
6762
6763 * faces.el (face-id): Doc fix.
6764
6765 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6766
6767 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6768 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6769 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6770
6771 * mail/sendmail.el (mail-yank-ignored-headers)
6772 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6773 Add Mail-Followup-To and Mail-Reply-To headers.
6774 (mail-citation-hook): Add autoload cookie.
6775 (mail-mode): Doc fix.
6776 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6777 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6778 (mail-mode-fill-paragraph): Handle those headers.
6779 (mail-mailing-lists): New variable.
6780 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6781
6782 2005-03-17 Juri Linkov <juri@jurta.org>
6783
6784 * isearch.el (isearch-fallback): Check for `(car previous)'
6785 before calling `isearch-other-end-state'.
6786
6787 2005-03-17 Kim F. Storm <storm@cua.dk>
6788
6789 * simple.el (move-beginning-of-line): Move to beginning of buffer
6790 line, as well as beginning of screen line.
6791
6792 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6793
6794 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6795 argument REDRAW rather than calendar-redrawing variable.
6796 * calendar/calendar.el (calendar-redrawing): Delete.
6797 (redraw-calendar): Do not bind calendar-redrawing.
6798
6799 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6800
6801 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6802 diary-file buffer.
6803
6804 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * help.el (describe-mode): Allow a :minor-mode-function property to
6807 specify a different minor mode toggle function than the variable.
6808 * simple.el (auto-fill-function):
6809 * subr.el (add-minor-mode): Use it.
6810
6811 2005-03-16 Kenichi Handa <handa@m17n.org>
6812
6813 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6814 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6815 (ethio-fidel-to-sera-buffer): Likewise.
6816
6817 2005-03-16 Juri Linkov <juri@jurta.org>
6818
6819 * emacs-lisp/find-func.el (find-function-regexp):
6820 Add defun-emitting macro `menu-bar-make-toggle'.
6821
6822 * isearch.el: Put `isearch-scroll' property to
6823 `split-window-horizontally'.
6824
6825 * info.el: Update error messages for `debug-ignored-errors'.
6826 (Info-isearch-search): Doc fix.
6827 (Info-find-node): Move up code to go into info buffer before
6828 recording the node to the history.
6829 (Info-fontify-node): Fontify titles only if the next line
6830 has two or more `*', `=', `-', `.'.
6831 Display "go to this node" for empty (match-string 3).
6832
6833 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6834
6835 * term/mac-win.el: Add mouse pointer shape constants.
6836
6837 2005-03-15 Kim F. Storm <storm@cua.dk>
6838
6839 * simple.el (move-beginning-of-line): Use vertical-motion.
6840
6841 2005-03-15 Juri Linkov <juri@jurta.org>
6842
6843 * isearch.el (isearch-error): New variable.
6844 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6845 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6846 (isearch-within-brackets-state): Remove.
6847 (isearch-case-fold-search-state, isearch-pop-fun-state):
6848 Decrease frame index.
6849 (isearch-mode, isearch-top-state, isearch-push-state)
6850 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6851 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6852 (isearch-search, isearch-lazy-highlight-new-loop):
6853 Replace `isearch-invalid-regexp' with `isearch-error'.
6854 Remove `isearch-within-brackets'.
6855 (isearch-search): Add `search-failed' handler to `condition-case'.
6856 (isearch-lazy-highlight-search): Add `condition-case' to catch
6857 errors and allow `isearch-lazy-highlight-update' to try
6858 highlighting from the beginning of the window.
6859 (isearch-repeat): Move up code to set isearch-wrapped to t
6860 before calling isearch-wrap-function.
6861
6862 * info.el (Info-isearch-initial-node): New internal variable.
6863 (Info-search): Signal an error in isearch mode when search leaves
6864 the initial node. Signal an error when `bound' is non-nil and
6865 nothing was found in the current subfile.
6866 (Info-isearch-search): Remove `condition-case'.
6867 (Info-isearch-wrap): Don't wrap when search failed during leaving
6868 the initial node. If `Info-isearch-search' is nil, wrap around
6869 the current node.
6870 (Info-isearch-start): New fun.
6871 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6872 `isearch-mode-hook'.
6873
6874 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6875
6876 * simple.el (normal-erase-is-backspace): Set default to t if
6877 running on Mac.
6878
6879 * term/mac-win.el (function-key-map): Sync with x-win.el.
6880
6881 2005-03-15 Kenichi Handa <handa@m17n.org>
6882
6883 * international/mule-cmds.el (locale-language-names): Modify the
6884 format of elements and add more entries.
6885 (locale-preferred-coding-systems): Add more entries.
6886 (set-locale-environment): Adjust for the change of
6887 locale-language-names.
6888
6889 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * pcvs.el (smerge-ediff): Remove bogus autoload.
6892
6893 2005-03-14 Lute Kamstra <lute@gnu.org>
6894
6895 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6896 Ignore a `*' at the beginning of a line.
6897
6898 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6899 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6900 subr.el.
6901 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6902 to specify indentation.
6903
6904 * generic.el (define-generic-mode): Let generic-mode-list be a
6905 list of strings; test membership with equal.
6906
6907 2005-03-14 Kim F. Storm <storm@cua.dk>
6908
6909 * simple.el (next-line, previous-line): Add optional try-vscroll
6910 arg to recognize interactive use. Pass it on to line-move.
6911 (line-move): Don't perform auto-window-vscroll when defining or
6912 executing keyboard macro to ensure consistent behavior.
6913
6914 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6917
6918 2005-03-13 Lute Kamstra <lute@gnu.org>
6919
6920 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6921 debugger-setup-buffer so that backtrace marks the frames set to
6922 debug-on-exit and we don't have to do it manually. Set an extra
6923 debug-on-exit for macro's.
6924 (debugger-setup-buffer): Don't mark the top frame manually.
6925
6926 2005-03-12 Lute Kamstra <lute@gnu.org>
6927
6928 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6929 lisp-indent-function throughout.
6930 (with-no-warnings): Set lisp-indent-function property.
6931
6932 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6933
6934 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6935 Add entry for backslash.
6936
6937 2005-03-12 Juri Linkov <juri@jurta.org>
6938
6939 * info.el (Info-search): Four fixes for backward search.
6940
6941 2005-03-11 Jay Belanger <belanger@truman.edu>
6942
6943 * calc/calc.el (calc-language-alist): New variable.
6944 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6945 (calc-embedded-find-modes): Use calc-language-alist instead of
6946 calc-embedded-language-alist.
6947
6948 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6949
6950 * calendar/calendar.el (calendar-redrawing): New internal
6951 variable.
6952 (redraw-calendar): Remove bogus save-excursion from previous
6953 change. Bind calendar-redrawing to t for mark-diary-entries.
6954 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6955 calendar if that is why we were called.
6956
6957 2005-03-11 Kenichi Handa <handa@m17n.org>
6958
6959 * international/mule.el (make-coding-system): Set property
6960 coding-system-define-form to nil.
6961 (define-coding-system-alias): Likewise.
6962
6963 2005-03-11 Kenichi Handa <handa@m17n.org>
6964
6965 These changes are suggested by Dave Love <fx@gnu.org>.
6966
6967 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6968 coding: tag.
6969 (adaptive-fill-regexp): Add more bullets.
6970 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6971 regexps.
6972
6973 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * help.el (describe-mode): Properly handle non-trivial lighters.
6976 Don't ignore minor modes that are not listed in minor-mode-list.
6977
6978 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6979 feature ON when the user requests to turn it OFF.
6980
6981 2005-03-10 Lute Kamstra <lute@gnu.org>
6982
6983 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6984 (implement-debug-on-entry): New function to replace debug-entry-code.
6985 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6986 second argument as the 2005-03-07 change makes it obsolete.
6987 (debug-on-entry, cancel-debug-on-entry): Update call to
6988 debug-on-entry-1.
6989 (debug, debugger-setup-buffer): Comment update.
6990 (debugger-frame-number): Update to work with implement-debug-on-entry.
6991
6992 2005-03-10 Jay Belanger <belanger@truman.edu>
6993
6994 * calc/calc-embed.el (math-ms-args): Declare it.
6995 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6996 math-ms-args.
6997 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6998 variables.
6999
7000 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7003 Use message-box.
7004
7005 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7006 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7007 (tooltip-gud-tips): Simplify.
7008 (tooltip-gud-tips-p): Remove superfluous :set.
7009 (tooltip-gud-modes): Add fortran-mode.
7010 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7011
7012 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7013
7014 2005-03-09 Kim F. Storm <storm@cua.dk>
7015
7016 * play/animate.el (animate-place-char): Use forward-line instead
7017 of next-line to improve performance.
7018
7019 2005-03-09 Simon Josefsson <jas@extundo.com>
7020
7021 * net/browse-url.el (browse-url-default-browser): Doc fix.
7022
7023 2005-03-09 Miles Bader <miles@gnu.org>
7024
7025 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7026 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7027
7028 2005-03-09 Kenichi Handa <handa@m17n.org>
7029
7030 * international/latin-1.el: Set case and syntax for 255 only if
7031 set-case-syntax-set-multibyte is nil.
7032
7033 * textmodes/ispell.el (ispell-insert-word): New function.
7034 (ispell-word): Use ispell-insert-word to insert a new word.
7035 (ispell-process-line): Likewise.
7036 (ispell-complete-word): Likewise.
7037
7038 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7039
7040 * calendar/calendar.el (redraw-calendar): Preserve point.
7041 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7042 (calendar-week-start-day): Move after definition of
7043 redraw-calendar. Delete buffer test, since redraw-calendar has
7044 that now.
7045
7046 * calendar/diary-lib.el (mark-diary-entries): Only call
7047 redraw-calendar in the first of any recursive calls.
7048 Reported by Alan Shutko <ats@acm.org>.
7049
7050 2005-03-08 Juri Linkov <juri@jurta.org>
7051
7052 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7053 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7054 (html-radio-buttons): Add a space before the trailing `/>' where
7055 sgml-xml-mode is non-nil.
7056 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7057 the subsequent tag of the empty XML tag.
7058 (html-href-anchor): Don't set initial input to "http:".
7059 (html-image): Ask for the image URL and set point inside alt="".
7060 (html-name-anchor): Duplicate the name in the `id' attribute when
7061 sgml-xml-mode is non-nil.
7062 (html-paragraph): Remove \n before <p>.
7063 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7064 instead of `checked' when sgml-xml-mode is non-nil.
7065
7066 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7067 Remove 1 space before #RRGGBB to not truncate it on terminal
7068 windows w/o fringes. Remove 1 space between bg and fg examples
7069 to get more space.
7070 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7071 avoid byte-compile warnings.
7072
7073 * image-file.el (image-file-handler): Put `safe-magic' property to
7074 `image-file-handler'.
7075
7076 * info.el (Info-isearch-search): Emulate word search in
7077 isearching through multiple Info nodes with Info-search.
7078 (Info-isearch-wrap): Allow isearch-word.
7079
7080 2005-03-08 Lute Kamstra <lute@gnu.org>
7081
7082 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7083 stepping into the debugger's code is not possible.
7084 (debugger-jumping-flag): Docstring update.
7085
7086 2005-03-08 Jay Belanger <belanger@truman.edu>
7087
7088 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7089 embedded mode begins.
7090 (calc-embedded-language-alist): New variable.
7091 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7092 set default language mode.
7093
7094 2005-03-08 Kenichi Handa <handa@m17n.org>
7095
7096 * international/ccl.el (define-ccl-program): Fix docstring about
7097 extra 256 bytes assured for the output buffer.
7098
7099 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7100 Fix BUFFER_MAGNIFICATION to 2.
7101 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7102
7103 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7104
7105 * align.el (align-rules-list): Added an alignment rule for CSS
7106 declarations (applies to css-mode and html-mode buffers).
7107
7108 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7111
7112 2005-03-07 Kim F. Storm <storm@cua.dk>
7113
7114 * simple.el (move-beginning-of-line): New command.
7115
7116 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7117
7118 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7119
7120 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7121 and move-beginning-of-line.
7122
7123 * apropos.el (apropos-print): Omit command from M-x ... RET.
7124
7125 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7128 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7129
7130 2005-03-06 Richard M. Stallman <rms@gnu.org>
7131
7132 * bindings.el (esc-map): Bind M-g to goto-line.
7133
7134 * facemenu.el (global-map): Bind M-o, not M-g.
7135
7136 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7137
7138 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7139 "Open Directory" as for "Open File".
7140
7141 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7144 (push-mark-command): Run activate-mark-hook.
7145
7146 2005-03-06 Richard M. Stallman <rms@gnu.org>
7147
7148 * help-mode.el (help-mode-finish): Don't alter the element
7149 in view-return-to-alist if there already is one.
7150
7151 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7152 make sure the current buffer is the expected one.
7153
7154 * novice.el (disabled-command-function): Output in *Disabled Command*.
7155 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7156
7157 * textmodes/flyspell.el (flyspell-large-region):
7158 Pass args differently for aspell.
7159
7160 * files.el (mode-require-final-newline): Doc fix.
7161
7162 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7163
7164 * progmodes/which-func.el (which-function):
7165 Specify NOERROR when calling imenu--make-index-alist.
7166
7167 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * simple.el (normal-erase-is-backspace): Define default value.
7170
7171 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7172 (custom-reevaluate-setting): Simple function to handle
7173 variables that are defined before their default value can really
7174 be computed.
7175
7176 * startup.el (command-line): Use it for temporary-file-directory,
7177 small-emporary-file-directory, auto-save-file-name-transforms,
7178 blink-cursor-mode, and normal-erase-is-backspace.
7179
7180 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7181 progress, even with buggy anchored keywords.
7182
7183 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7184
7185 * simple.el (goto-line): Remove unbalanced final parenthesis.
7186
7187 2005-03-05 Richard M. Stallman <rms@gnu.org>
7188
7189 * simple.el (goto-line): Use a number at point as the default.
7190 With C-u as arg, switch buffers.
7191
7192 2005-03-05 Juri Linkov <juri@jurta.org>
7193
7194 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7195 with `no-blinking-cursor'.
7196
7197 * startup.el (no-blinking-cursor): New defvar.
7198 (command-line): Add `--no-blinking-cursor' to longopts.
7199 Set `no-blinking-cursor' to t for command line arguments
7200 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7201 with `no-blinking-cursor' in the condition for calling
7202 `blink-cursor-mode'.
7203
7204 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7207 (menu-bar-options-save): Add blink-cursor-mode.
7208 (menu-bar-options-menu): Add blink-cursor-mode.
7209
7210 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7211
7212 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7213 (icalendar-export-file, icalendar-export-region)
7214 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7215 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7216
7217 2005-03-04 Lute Kamstra <lute@gnu.org>
7218
7219 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7220 (debug-function-list): Ditto.
7221
7222 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7223
7224 * textmodes/texinfmt.el (texinfo-append-refill):
7225 Redefine the types of line to which @refill
7226 is not appended by replacing a search for `@refill\\|@bye' with
7227 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7228 itemize@refill' bug and the unfilled long lines bug.
7229 (texinfmt-version): Update number and date.
7230
7231 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * international/code-pages.el (windows-1250, windows-125[2-8])
7234 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7235
7236 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7239 bound yet.
7240
7241 2005-03-02 Romain Francoise <romain@orebokech.com>
7242
7243 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7244 buffer after removing limits.
7245 (ibuffer-pop-filter): Ditto.
7246 Update copyright.
7247
7248 2005-03-02 Miles Bader <miles@gnu.org>
7249
7250 * button.el (make-text-button): If the user doesn't specify a
7251 type, use the default. Rewrite to use `add-text-properties' and
7252 plist functions.
7253
7254 2005-03-01 Lute Kamstra <lute@gnu.org>
7255
7256 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7257 (debugger-jumping-flag): New var.
7258 (debug-entry-code): Use it.
7259 (debugger-jump): Use debugger-jumping-flag and add
7260 debugger-reenable to post-command-hook.
7261 (debugger-reenable): Use debugger-jumping-flag and remove itself
7262 from post-command-hook.
7263 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7264 debugger-reenable.
7265
7266 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7267
7268 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7269 inclusion of "itemize\\|", which may be unnecessary, is certainly
7270 inelegant, and stops refilling in itemize lists when formatting
7271 Japanese Texinfo files to Info.
7272 Update copyright to 2005.
7273
7274 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7277 of an error if GDB can't find the source file.
7278
7279 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7280
7281 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7282 not just the calendar.
7283
7284 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7285 first.
7286 (diary-redraw-calendar): New function.
7287 (make-diary-entry): Add diary-redraw-calendar to local
7288 write-contents-functions. Turn off selective display before
7289 inserting in diary.
7290
7291 2005-03-01 Kim F. Storm <storm@cua.dk>
7292
7293 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7294
7295 2005-03-01 Lute Kamstra <lute@gnu.org>
7296
7297 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7298 that debug-entry-code can be safely removed from a function while
7299 this code is being evaluated. Revert the 2005-02-27 change as the
7300 new implementation no longer requires it. Make sure that a
7301 function body containing just a string is not mistaken for a docstring.
7302 (debug): Skip one more frame in case of debug on entry.
7303 (debugger-setup-buffer): Delete one more frame line in case of
7304 debug on entry.
7305 (debugger-frame-number): Update to use the new text introduced by
7306 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7307
7308 2005-02-28 Kim F. Storm <storm@cua.dk>
7309
7310 * double.el (double-translate-key): Call force-window-update after
7311 read-event to avoid crash in redisplay.
7312
7313 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7316 (debug): Use it. Move the inhibit-trace earlier.
7317 (debug-entry-code): New const.
7318 (debug-on-entry-1): Use it.
7319
7320 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * international/utf-16.el (ccl-encode-mule-utf-16le):
7323 Fix BUFFER_MAGNIFICATION to 2.
7324 (ccl-encode-mule-utf-16be): Likewise.
7325
7326 2005-02-28 Kenichi Handa <handa@m17n.org>
7327
7328 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7329 Fix BUFFER_MAGNIFICATION to 4.
7330 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7331
7332 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7333
7334 * speedbar.el (speedbar-update-flag): Doc fix.
7335 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7336 argument.
7337
7338 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7341 have a non-nil `invisible' property but are actually visible.
7342
7343 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7344 for perldoc sections.
7345 (perl-outline-regexp, perl-outline-level): New var and function.
7346 (perl-mode): Use them.
7347
7348 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7349
7350 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7351 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7352
7353 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * cus-edit.el: Comment change.
7356 (custom-buffer-create-internal): Slightly reword text at top of
7357 Custom buffers. Mention there that saving an option edits the
7358 init file. Add link to Emacs manual node on `custom-file'.
7359 (custom-magic-alist): Rewrite individual State messages to use
7360 capitalized keywords. Doc fix.
7361
7362 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7363
7364 * calendar/calendar.el (calendar-buffer): Move above
7365 calendar-week-start-day.
7366 (calendar-week-start-day): Doc fix. Add :set function.
7367 (calendar-minimum-window-height): New variable.
7368 (generate-calendar-window): Only resize window if selected-window
7369 is displaying the calendar buffer. Use new variable
7370 calendar-minimum-window-height.
7371 (generate-calendar): Reword error message.
7372 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7373
7374 2005-02-27 Andreas Schwab <schwab@suse.de>
7375
7376 * vc.el (vc-do-command): Don't run command asynchronously when
7377 operating in a remote directory.
7378
7379 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7380 change from sync with Tramp 2.0.47.
7381
7382 2005-02-27 Richard M. Stallman <rms@gnu.org>
7383
7384 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7385
7386 * textmodes/flyspell.el (flyspell-mode-on):
7387 Call ispell-change-dictionary only if necessary.
7388
7389 * emacs-lisp/re-builder.el (regexp-builder): New function.
7390
7391 * register.el (describe-register-1): Explicitly handle
7392 yank-excluded-properties = t.
7393
7394 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7395 (custom-magic-alist): Change the status descriptions again.
7396 (face widget-type): Total rewrite based on `restricted-sexp'
7397 to eliminate the confusing double hiding levels.
7398
7399 * emacs-lisp/debug.el (debug-on-entry-1):
7400 If function body is empty, add nil as body form.
7401
7402 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * emacs-lisp/trace.el (inhibit-trace): New var.
7405 (trace-make-advice): Use it.
7406
7407 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7408
7409 2005-02-26 Kim F. Storm <storm@cua.dk>
7410
7411 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7412 (mouse-on-link-p, mouse-drag-region-1): Use it.
7413
7414 2005-02-25 Lute Kamstra <lute@gnu.org>
7415
7416 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7417
7418 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7419
7420 * frame.el (blink-cursor-mode): Add :group keyword.
7421
7422 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7423
7424 * calendar/icalendar.el (icalendar--decode-isodatetime):
7425 New optional argument DAY-SHIFT.
7426 (icalendar-export-region): Fix coding-system-for-write.
7427 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7428 events by one.
7429
7430 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7433
7434 2005-02-24 Kim F. Storm <storm@cua.dk>
7435
7436 * international/iso-acc.el (iso-accents-compose): Fix crash
7437 during redisplay. Call force-window-update after read-event
7438 and delete-region to signal that window is not accurate.
7439
7440 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7443 Remove unused and inexistent var `inhibit-trace'.
7444 (debugger-mode): Use run-mode-hooks.
7445 (debugger-list-functions): Add buttons; setup xref stack.
7446
7447 2005-02-23 Richard M. Stallman <rms@gnu.org>
7448
7449 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7450 appointment says it was explicitly made.
7451 (appt-add): Set the 3rd element.
7452 (appt-make-list): Preserve explicit appointments.
7453
7454 * subr.el (find-tag-default): Catch errors in forward-sexp.
7455
7456 2005-02-23 Juri Linkov <juri@jurta.org>
7457
7458 * info.el (Info-isearch-search): New defcustom.
7459 (Info-isearch-search): Call the default isearch function
7460 when Info-isearch-search is nil.
7461 (Info-isearch-wrap): Use variable Info-isearch-search.
7462
7463 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7464
7465 * cus-edit.el: Comment change.
7466
7467 2005-02-22 Kim F. Storm <storm@cua.dk>
7468
7469 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7470 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7471
7472 2005-02-22 Simon Josefsson <jas@extundo.com>
7473
7474 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7475 New variable.
7476 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7477 Oskarsson" <myrkraverk@users.sourceforget.net>.
7478
7479 2005-02-22 Kim F. Storm <storm@cua.dk>
7480
7481 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7482 check that window of that event is the selected window.
7483 (mouse-drag-region-1): Compare mouse event window to selected
7484 window before setting point.
7485
7486 * tooltip.el (tooltip-show-help-function): Pass event to
7487 mouse-on-link-p so it can check selected window.
7488
7489 2005-02-22 Kenichi Handa <handa@m17n.org>
7490
7491 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7492 (ps-mule-show-warning): New function.
7493 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7494 characters are found.
7495
7496 * ps-print.el (ps-header-footer-string): Return a list of header
7497 and footer strings.
7498
7499 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7500
7501 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7502
7503 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * frame.el (blink-cursor-mode): Use define-minor-mode.
7506
7507 * term/mac-win.el (function-key-map): Use char-names more consistently.
7508 (file-name-coding-system): Only set it for MacOS-9. The other case is
7509 already handled in mule-cmds.el (where it also works when mac-win.el
7510 is not used).
7511
7512 2005-02-21 Kenichi Handa <handa@m17n.org>
7513
7514 * international/mule.el (ctext-pre-write-conversion): Always use
7515 " *code-converting-work*" buffer for work.
7516
7517 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7518
7519 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7520
7521 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7522
7523 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7524
7525 * ses.el (undo-more): Restore defadvice, but only the part that
7526 allows changes outside the restricted area of the buffer.
7527
7528 2005-02-20 Kim F. Storm <storm@cua.dk>
7529
7530 * simple.el (line-move): Add fourth optional arg try-vscroll which
7531 must be set to perform auto-window-vscroll.
7532 When moving backwards and doing auto-window-vscroll, automatically
7533 vscroll to the last part of lines which are taller than the window.
7534 (next-line, previous-line): Set try-vscroll arg on line-move.
7535
7536 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7537
7538 * replace.el (query-replace, query-replace-regexp)
7539 (replace-string, replace-regexp): When operating on region, make
7540 the minibuffer prompt say so.
7541
7542 * isearch.el (isearch-forward): Document isearch-query-replace and
7543 isearch-query-replace-regexp keybindings.
7544
7545 2005-02-19 Jay Belanger <belanger@truman.edu>
7546
7547 * calc/calc-aent.el (math-read-token): Add local variable.
7548
7549 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7550 (calc-edit-top): Move declaration to earlier in file.
7551 (calc-edit-macro-repeats): Add local variables.
7552
7553 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7554 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7555 calcFunc-tanh.
7556 Adjust integration rule for calcFunc-tan.
7557
7558 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7559
7560 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7561 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7562 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7563 (viper-skip-separators): Bug fix.
7564 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7565 particular major mode.
7566 (viper-del-backward-char-in-replace): Don't put deleted char on the
7567 kill ring.
7568
7569 * viper-ex.el (viper-color-display-p): New function.
7570 (viper-has-face-support-p): Use viper-color-display-p.
7571
7572 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7573
7574 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7575
7576 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7577 (viper-file-remote-p): Make equivalent to file-remote-p.
7578
7579 * viper.el (viper-major-mode-modifier-list):
7580 Use viper-gnus-modifier-map.
7581
7582 2005-02-19 David Kastrup <dak@gnu.org>
7583
7584 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7585 quoting.
7586
7587 2005-02-19 Jay Belanger <belanger@truman.edu>
7588
7589 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7590 Remove extra definitions.
7591 (calc-coth): New function.
7592 (calcFunc-cot): Fix `let'.
7593
7594 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7595
7596 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7597 the reasons we use "type pc" in these faces.
7598
7599 * button.el (button): Ditto.
7600
7601 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7602
7603 * replace.el (query-replace-read-from): Set the value of
7604 query-replace-from-history-variable to handle the case of an empty
7605 string entered to accept the suggested default.
7606
7607 * net/tramp.el (tramp-file-name-for-operation):
7608 Use dired-call-process instead of dired-call-process-command.
7609
7610 2005-02-19 Jay Belanger <belanger@truman.edu>
7611
7612 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7613 (math-div-non-trig): New variables.
7614 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7615 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7616 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7617 trig expressions.
7618
7619 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7620
7621 * progmodes/gdb-ui.el (gdb-var-update-handler)
7622 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7623 for watch expressions,
7624 (gdb-var-create-handler): Don't set speedbar-update-flag.
7625 (gdb-post-prompt): Simplify test for speedbar.
7626
7627 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7628
7629 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7630 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7631 we use the syntax table of the correct buffer.
7632 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7633 Felix Gatzemeier.
7634
7635 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7636 (ediff-file-remote-p): Make synonymous with file-remote-p.
7637 In all deffaces ediff-*-face-*, use min-colors.
7638
7639 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7640 ediff-recurse-to-subdirectories.
7641 (ediff-mark-if-equal): Check that the arguments are strings, use
7642 ediff-same-contents (after to Felix Gatzemeier).
7643
7644 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7645 nil.
7646
7647 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7650
7651 2005-02-18 David Kastrup <dak@gnu.org>
7652
7653 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7654 use `mark-active' when defined.
7655
7656 2005-02-18 Kenichi Handa <handa@m17n.org>
7657
7658 * ps-print.el (ps-font-info-database): New entry
7659 ZapfChancery-MediumItalic with correct font name. Fix font name
7660 of the entry Zapf-Chancery-MediumItalic.
7661
7662 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7665
7666 2005-02-16 Kim F. Storm <storm@cua.dk>
7667
7668 * ido.el (ido-fallback-command): Pass user input to fallback command.
7669
7670 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7673 (gdb-find-file-hook): Add server prefix.
7674
7675 2005-02-16 Richard M. Stallman <rms@gnu.org>
7676
7677 * replace.el (perform-replace): Pass new args to replace-highlight.
7678 (replace-highlight): Take region args,
7679 and pass them to isearch-lazy-highlight-new-loop.
7680
7681 * novice.el (disabled-command-hook): Autoload the defalias
7682 and the make-obsolete-variable call.
7683
7684 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7685
7686 * isearch.el (isearch-lazy-highlight-start-limit)
7687 (isearch-lazy-highlight-end-limit): New variables limit
7688 the region for highlighting.
7689 (isearch-lazy-highlight-new-loop): New args BEG and END.
7690 (isearch-lazy-highlight-search): Use the new vars.
7691 (isearch-lazy-highlight-update): Likewise.
7692
7693 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7694
7695 * cus-start.el (all): Use default-boundp.
7696
7697 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7698
7699 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7700
7701 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7702
7703 * autorevert.el (auto-revert-stop-on-user-input)
7704 (auto-revert-verbose): Doc fixes.
7705
7706 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7707
7708 * international/mule-cmds.el (set-locale-environment): Remove call
7709 to set-selection-coding-system on Windows.
7710
7711 2005-02-15 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7714 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7715 calcFunc-coth.
7716 (math-simplify-sqrt): Add simplifications.
7717
7718 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7719 to list.
7720
7721 * calc/calc-ext.el: Add functions to autoloads.
7722
7723 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7724 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7725 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7726 (math-csc-raw, math-cot-raw): New functions.
7727
7728 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7729
7730 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7731 the variable name in a message.
7732
7733 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7734 calcFunc-csc, calcFunc-cot.
7735
7736 * calc/calcalg2.el: Add derivative and integration rules for
7737 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7738 calcFunc-csch, calcFunc-coth.
7739 (math-do-integral-methods): Add to checks for when to use
7740 substitutions.
7741
7742 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7743
7744 2005-02-15 Lute Kamstra <lute@gnu.org>
7745
7746 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7747 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7748 <monnier@iro.umontreal.ca>
7749 (lisp-outline-level): Improve efficiency. Suggested by David
7750 Kastrup <dak@gnu.org>.
7751
7752 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7753
7754 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7755 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7756 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7757 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7758 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7759
7760 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7761
7762 * cus-start.el (all): Comment change.
7763
7764 2005-02-14 Lute Kamstra <lute@gnu.org>
7765
7766 * cus-start.el (all): Check if symbol is void.
7767
7768 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7769
7770 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7771 optional argument to \cite.
7772
7773 2005-02-14 Richard M. Stallman <rms@gnu.org>
7774
7775 * cus-edit.el (custom-buffer-create-internal): Update help message.
7776 (custom-magic-alist): Update help messages.
7777
7778 * cus-start.el (all): Allow a var to specify a standard value.
7779
7780 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * custom.el (custom-theme-set-variables): Handle variable aliases.
7783
7784 * frame.el (blink-cursor-timer): Doc fix.
7785 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7786 declare obsolete.
7787 (blink-cursor-mode): Define with defcustom and use correct
7788 standard expression in that defcustom.
7789 * startup.el (command-line): Adapt to above changes in frame.el.
7790
7791 2005-02-11 Lute Kamstra <lute@gnu.org>
7792
7793 * apropos.el (apropos-score-doc): Prevent division by zero.
7794
7795 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7796
7797 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7798 (icalendar--get-event-property-attributes)
7799 (icalendar--get-event-properties)
7800 (icalendar--datetime-to-diary-date): New functions.
7801 (icalendar--split-value): Doc fix.
7802 (icalendar--datetime-to-noneuropean-date)
7803 (icalendar--datetime-to-european-date): New optional argument
7804 SEPARATOR. Return result as a string instead of a list.
7805 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7806 (icalendar--convert-string-for-export): Rename arg S to STRING.
7807 (icalendar-export-region): Doc fix. Change name of error buffer.
7808 Save output buffer.
7809 (icalendar-import-file): Add blank at end of prompt.
7810 (icalendar-import-buffer): Doc fix. Do not switch to error
7811 buffer. Indicate status in return value.
7812 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7813 buffer. Save output buffer. Handle exception from recurrence
7814 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7815 events. Fix problems with weekly all-day events.
7816
7817 2005-02-10 Richard M. Stallman <rms@gnu.org>
7818
7819 * simple.el (eval-expression-print-format):
7820 Avoid warning about edebug-active.
7821
7822 * help.el (help-for-help-internal): Rename from help-for-help.
7823 (help-for-help): Define with defalias.
7824
7825 * font-core.el (font-lock-default-function): Use with-no-warnings.
7826
7827 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7828
7829 * custom.el (defface): Doc fix.
7830
7831 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7834 width 0" to prevent word wrapping problems.
7835
7836 2005-02-09 Kim F. Storm <storm@cua.dk>
7837
7838 * ido.el (ido-file-extensions-order): New defcustom.
7839 (ido-file-extension-lessp, ido-file-extension-aux)
7840 (ido-file-extension-order): New advanced file ordering.
7841 (ido-file-lessp): New simple file ordering.
7842 (ido-sort-list): Remove.
7843 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7844 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7845
7846 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7847
7848 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7849 that some versions of grep produce.
7850 (grep-mode-font-lock-keywords): Likewise.
7851
7852 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7853
7854 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7855 (gdb-cdir): Delete.
7856 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7857 (gdb-source-info): Treat case when source file is in another
7858 directory properly.
7859 (gdb-get-location): New function.
7860
7861 2005-02-07 Jay Belanger <belanger@truman.edu>
7862
7863 * calc/calc-prog.el (calc-write-parse-table-part)
7864 (calc-fix-token-name): Fix a check for language type.
7865
7866 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7867
7868 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7869
7870 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7871 as directory not writable.
7872
7873 2005-02-07 Kim F. Storm <storm@cua.dk>
7874
7875 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7876 (cua--standard-movement-commands): Remove list.
7877 Instead, set CUA property value to move for movement commands.
7878 (cua-movement-commands): Remove. Users must set CUA prop instead.
7879 (cua--pre-command-handler): Check CUA property.
7880 (cua--init-keymaps): Don't remap undo commands.
7881 (cua-mode): Don't call cua--rectangle-on-off.
7882
7883 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7884 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7885 (cua--rect-undo-set-point): New var.
7886 (cua--rectangle-undo-boundary): Setup undo apply entry.
7887 (cua--rect-undo-handler): New function for rectangle undo.
7888 (cua--rect-start-position, cua--rect-end-position): Add.
7889 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7890 for restored rectangle. Set point if cua--rect-undo-set-point.
7891
7892 2005-02-06 Jay Belanger <belanger@truman.edu>
7893
7894 * calc/calc-lang.el (calc-tex-language): Display more information
7895 in messages.
7896
7897 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7898 in TeX mode.
7899
7900 2005-02-06 Richard M. Stallman <rms@gnu.org>
7901
7902 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7903
7904 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7905
7906 * net/ldap.el (ldap-search-internal): Support attributes with
7907 optional descriptions separated by a semi-colon, as in
7908 "userCertificate;binary".
7909
7910 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7911
7912 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7913 isn't a cons (i.e. the version is 0).
7914
7915 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7916
7917 * help.el (help-for-help): Doc fix.
7918
7919 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7920
7921 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7922 GDB-Windows on the menu-bar as this works better.
7923
7924 2005-02-04 Jay Belanger <belanger@truman.edu>
7925
7926 * calc/calc-embed.el (calc-embedded-update): Don't put in
7927 unnecessary newlines. Adjust the end of formula marker.
7928
7929 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7930 (math-latex-parse-two-args): New function.
7931
7932 2005-02-03 Lute Kamstra <lute@gnu.org>
7933
7934 * help-fns.el (help-with-tutorial): Make sure that users cannot
7935 remove the entire text of the tutorial by means of `undo'.
7936
7937 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7940 in recent changes, where the ispell process was repeatedly
7941 killed & restarted.
7942
7943 * international/mule-cmds.el (set-locale-environment): Set file-name
7944 coding system to utf-8 on Darwin systems.
7945 (set-default-coding-systems): Don't set default-file-name-coding-system
7946 on Darwin systems.
7947
7948 2005-02-03 Richard M. Stallman <rms@gnu.org>
7949
7950 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7951
7952 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7953
7954 * faces.el (list-faces-display): Add optional argument.
7955
7956 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * font-core.el (font-lock-default-function): Handle the rare case where
7959 only font-lock-keywords is set.
7960
7961 2005-02-02 Kenichi Handa <handa@m17n.org>
7962
7963 * international/characters.el: Cancel previous change for
7964 I-WITH-DOT-ABOVE and DOTLESS-i.
7965
7966 * international/latin-5.el: Cancel previous change.
7967
7968 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7969
7970 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7971
7972 2005-02-02 Kenichi Handa <handa@m17n.org>
7973
7974 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7975 DOTLESS-i.
7976
7977 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7978 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7979
7980 * case-table.el (get-upcase-table): New function.
7981 (copy-case-table): Copy upcaes table too if non-nil.
7982 (set-case-syntax-delims): Maintain upcase table too.
7983 (set-case-syntax-pair): Likewise.
7984 (set-upcase-syntax, set-downcase-syntax): New functions.
7985 (set-case-syntax): Maintain upcase table too.
7986
7987 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7988
7989 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7990
7991 * progmodes/gud.el (gud-goto-info): New function.
7992 (gud-tool-bar-map): Use correct icon.
7993
7994 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7995
7996 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7997 When delegating, order args in the funcall correctly.
7998
7999 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8000
8001 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8002
8003 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8004
8005 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8006 buffer not visiting a file.
8007
8008 2005-01-31 Jay Belanger <belanger@truman.edu>
8009
8010 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8011 bound on the line with the formula.
8012
8013 2005-01-31 Kim F. Storm <storm@cua.dk>
8014
8015 * ses.el (ses-create-cell-variable-range)
8016 (ses-destroy-cell-variable-range, ses-reset-header-string)
8017 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8018 (ses-insert-row): Fix format of apply undo entries.
8019
8020 2005-01-31 Jay Belanger <belanger@truman.edu>
8021
8022 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8023 parts.
8024
8025 * calc/calc-embed.el (calc-embedded-open-formula)
8026 (calc-embedded-close-formula): Ignore matrix environments.
8027
8028 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8029 TeX mode.
8030
8031 * calc/calc-lang.el (math-function-table, math-oper-table)
8032 (math-variable-table): Adjust the LaTeX portions.
8033
8034 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8035 (math-latex-ignore-words): New constant.
8036
8037 2005-01-31 Richard M. Stallman <rms@gnu.org>
8038
8039 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8040 (ispell-local-dictionary): Doc fix.
8041 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8042 Don't reinitialize at run time. Don't defcustom.
8043 All uses changed to append ispell-local-dictionary-alist,
8044 or check it first.
8045 (ispell-current-dictionary): New variable for dictionary in use.
8046 (ispell-dictionary): Now used only for global default.
8047 (ispell-start-process): Set ispell-current-dictionary,
8048 not ispell-dictionary.
8049 (ispell-change-dictionary): Use this only for setting
8050 user preferences.
8051 (ispell-internal-change-dictionary): New function
8052 to change the current dictionary in use.
8053 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8054 Use ispell-current-dictionary.
8055 Handle ispell-local-dictionary-overridden.
8056 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8057
8058 2005-01-31 Jay Belanger <belanger@truman.edu>
8059
8060 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8061
8062 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8063 (calc-mode-map): Add calc-latex-language.
8064
8065 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8066 (math-latex-print-frac): New functions.
8067 (math-oper-table, math-function-table, math-variable-table)
8068 (math-complex-format, math-input-filter): Add latex properties.
8069 (calc-set-language): Set math-expr-special-function-mapping.
8070
8071 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8072 (calc-write-parse-table-part): Add LaTeX support.
8073
8074 * calc/calc.el (calc-language): Adjust docstring.
8075 (calc-set-mode-line): Add LaTeX support.
8076 (math-expr-special-function-mapping): New variable.
8077 (math-tex-ignore-words): Add to list.
8078
8079 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8080 Add LaTeX support.
8081 (math-compose-expr): Add support for special functions.
8082
8083 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8084
8085 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8086
8087 * progmodes/gdb-ui.el (gdb-memory-address)
8088 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8089 (gdb-memory-mode-map, gdb-memory-format-keymap)
8090 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8091 (gdb-memory-unit-menu): New variables for a buffer
8092 that lets the user examine program memory.
8093 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8094 (gdb-memory-format-binary, gdb-memory-format-octal)
8095 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8096 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8097 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8098 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8099 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8100 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8101 (gdb-memory-mode, gdb-memory-buffer-name)
8102 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8103 New functions for above buffer.
8104
8105 2005-01-30 Richard M. Stallman <rms@gnu.org>
8106
8107 * cus-edit.el (custom-bury-buffer): Function deleted.
8108 (custom-buffer-done-function): Option deleted.
8109 (custom-buffer-done-kill): New (replacement option.
8110 (Custom-buffer-done): Call quit-window.
8111 (custom-buffer-create-internal): Update for above changes.
8112
8113 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * simple.el (undo-ask-before-discard): New var.
8116 (undo-outer-limit-truncate): Implement it.
8117 (undo-extra-outer-limit): Doc update.
8118
8119 2005-01-29 Richard M. Stallman <rms@gnu.org>
8120
8121 * ses.el (undo-more): Delete defadvice.
8122 (ses-begin-change): Doc fix.
8123
8124 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8125 instead of rebinding C-x u and C-_.
8126
8127 * files.el (normal-backup-enable-predicate): Return nil for files
8128 in /tmp, regardless of temporary-file-directory.
8129
8130 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8131
8132 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8133 (open-rectangle, delete-whitespace-rectangle-line)
8134 (clear-rectangle-line): If FILL, pass t instead of FILL
8135 for move-to-column's 2nd arg.
8136
8137 * simple.el (undo): Fix the test for continuing a series of undos.
8138 (undo-more): Set pending-undo-list to t when we reach end.
8139 (pending-undo-list): Move up defvar.
8140
8141 * wid-edit.el (widget-button-click):
8142 Shorten the range of the track-mouse binding.
8143
8144 * comint.el (comint-insert-input): Undo previous changes;
8145 use last-input-event in interactive spec.
8146
8147 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8148
8149 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8150 to nil before invoking call-process. Reset buffer's modified flag
8151 after fontifying it in the no-async branch.
8152
8153 * wid-edit.el (widget-specify-button): If mouse pointer shape
8154 cannot be changed, use mouse face instead.
8155
8156 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8157
8158 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8159 (gdb-goto-breakpoint): Make breakpoint handling work on template
8160 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8161 (gdb-assembler-custom): Update to recognize breakpoint information
8162 added on 2005-01-19.
8163
8164 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8167 (dsssl-mode): Use define-derived-mode.
8168 (scheme-mode-initialize): Remove.
8169 (scheme-mode): Use run-mode-hooks.
8170
8171 * cus-edit.el (customize-group-other-window)
8172 (custom-buffer-create-other-window): Don't override special-display-*.
8173 (custom-mode-map): Make it dense.
8174
8175 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8176 sets the default value.
8177
8178 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8179
8180 * descr-text.el: Add more keywords.
8181
8182 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * speedbar.el: Avoid unnecessary use of locate-library.
8185
8186 * international/mule-cmds.el (standard-display-european-internal):
8187 Don't fiddle with latin-1 non-break space any more since it's now
8188 special cased in the C code.
8189 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8190
8191 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8192
8193 * cus-start.el (all): Add `undo-outer-limit'.
8194
8195 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8196
8197 * textmodes/bibtex.el (bibtex-format-entry):
8198 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8199 field lines.
8200 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8201 not on part of a buffer.
8202
8203 2005-01-25 Lute Kamstra <lute@gnu.org>
8204
8205 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8206 nonempty field text strings like "{letters\\macro{}more letters}".
8207 Clarify docstring.
8208 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8209 (bibtex-entry-offset, bibtex-parse-association)
8210 (bibtex-parse-field-name): Fix typos in docstrings.
8211 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8212
8213 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8214
8215 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8216 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8217 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8218 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8219
8220 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8221 isearch minor mode.
8222
8223 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8226
8227 2005-01-24 Lute Kamstra <lute@gnu.org>
8228
8229 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8230 CASECHARS and NOT-CASECHARS regular expressions of the
8231 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8232 striding over charsets" error.
8233
8234 2005-01-24 Jay Belanger <belanger@truman.edu>
8235
8236 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8237 display variable name.
8238
8239 2005-01-24 Kenichi Handa <handa@m17n.org>
8240
8241 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8242 Fix setting of the element of encoded-kbd-iso2022-invocations.
8243
8244 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8245
8246 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8247 (gdb-threads-select): Change to also accept mouse events.
8248 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8249 (gdb-threads-mouse-select): Delete.
8250
8251 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8252
8253 * files.el (insert-directory): Take care of empty directory,
8254 listed without -a switch.
8255
8256 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * textmodes/refill.el (refill-post-command-function):
8259 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8260 to the list of functions that we should be careful not to undo.
8261 (refill-late-fill-paragraph-function): Remove.
8262 (refill-saved-state): New var.
8263 (refill-mode): Use it to save fill-paragraph-function.
8264 Save also the value of auto-fill-function.
8265
8266 * term/w32-win.el: Simplify code.
8267
8268 2005-01-23 Kim F. Storm <storm@cua.dk>
8269
8270 * simple.el (line-move): Adapt to new return value from
8271 pos-visible-in-window-p.
8272
8273 * simple.el (line-move): Fix last change. Check partial
8274 visibility at point rather than at window-start.
8275
8276 2005-01-22 Jason Rumney <jasonr@gnu.org>
8277
8278 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8279
8280 2005-01-22 David Kastrup <dak@gnu.org>
8281
8282 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8283
8284 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8285
8286 * type-break.el (type-break-mode): Add a test for
8287 type-break-file-name being non-nil.
8288
8289 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8290
8291 * net/eudc.el (top level): Call (message "") via progn, so that
8292 eudc-options-file is loaded.
8293
8294 2005-01-22 Kim F. Storm <storm@cua.dk>
8295
8296 * simple.el (line-move-1): Rename from line-move.
8297 (line-move): New function that adjusts vscroll for partially
8298 visible rows, and calls line-move-1 otherwise.
8299
8300 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8301
8302 * pcomplete.el: define pcomplete-read-event instead of read-event,
8303 since it's not a complete read-event implementation
8304
8305 2005-01-20 Jay Belanger <belanger@truman.edu>
8306
8307 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8308 for called function.
8309
8310 2005-01-20 Steven Tamm <steventamm@mac.com>
8311
8312 * term/mac-win.el (process-connection-type): Remove.
8313 Controlled now by s/darwin.h:PTY_ITERATION.
8314
8315 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * window.el (handle-select-window): Don't switch window when we're
8318 in the minibuffer.
8319
8320 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8321
8322 * subr.el (dotimes-with-progress-reporter): New macro.
8323
8324 * ses.el (ses-dotimes-msg): Remove macro.
8325 Use `dotimes-with-progress-reporter' instead.
8326
8327 2005-01-19 Steven Tamm <steventamm@mac.com>
8328
8329 * term/mac-win.el (process-connection-type): Use new
8330 operating-system-release variable to use ptys on Darwin 7 (OS X
8331 10.3) when using carbon build.
8332
8333 2005-01-19 Jay Belanger <belanger@truman.edu>
8334
8335 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8336 flags if the last command was a tab or M-tab.
8337
8338 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8339 in formula editing buffer.
8340
8341 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8342
8343 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8344 breakpoint image symbol in margin.
8345
8346 2005-01-19 Jay Belanger <belanger@truman.edu>
8347
8348 * calc/calc-prog.el (calc-execute-kbd-macro):
8349 Ignore calc-keep-arg-flag.
8350
8351 2005-01-19 Kenichi Handa <handa@m17n.org>
8352
8353 * textmodes/ispell.el (ispell-looking-at): New function.
8354 (ispell-process-line): Use ispell-looking-at to compare the ispell
8355 output and the buffer contents.
8356
8357 2005-01-18 Jay Belanger <belanger@truman.edu>
8358
8359 * calc/calc.el (calc-display-raw): Fix docstring.
8360
8361 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * simple.el (blink-matching-open): Strip extra info from syntax.
8364
8365 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8366 funny chars in the end-of-here-doc marker.
8367
8368 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8369
8370 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8371 that enable/disabled state of breakpoints is shown correctly in
8372 fringe and on ttys.
8373 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8374 Add breakpoint information as text properties.
8375 (gdb-mouse-toggle-breakpoint):
8376 Rename to gdb-mouse-set-clear-breakpoint.
8377 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8378 breakpoints in the margin.
8379 (gdb-remove-strings): Simplify.
8380
8381 2005-01-17 Jay Belanger <belanger@truman.edu>
8382
8383 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8384 erasing buffer.
8385
8386 2005-01-17 Richard M. Stallman <rms@gnu.org>
8387
8388 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8389 for calling grep-compute-defaults.
8390
8391 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8392 if buffer is empty.
8393
8394 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8395
8396 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8399
8400 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8401 non-preloaded variables.
8402
8403 2005-01-17 Steven Tamm <steventamm@mac.com>
8404
8405 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8406 tex-shell cause to force interactivity when using pipes.
8407
8408 2005-01-17 Kim F. Storm <storm@cua.dk>
8409
8410 * simple.el (just-one-space): Make arg optional.
8411
8412 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8413
8414 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8415 posn-at-x-y to t to access left-margin.
8416
8417 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8418
8419 Sync with Tramp 2.0.47.
8420
8421 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8422 catching keep-date problems in cp/scp operations.
8423 (tramp-handle-copy-file): Don't call `set-file-modes'
8424 unconditionally. Specialized functions should know better what is
8425 necessary. This improves performance a little bit, and the
8426 functions could catch errors with `cp -p' and `scp -p'.
8427 (tramp-do-copy-or-rename-file-via-buffer)
8428 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8429 when appropriate.
8430 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8431 Call `set-file-modes' when appropriate.
8432 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8433 Johnsson <isak@hypergene.com>
8434 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8435 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8436 <joakim@verona.se>
8437 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8438 Emacs only.
8439
8440 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8441 `find-file-hooks' and `dired-mode-hook'.
8442 (tramp-minor-mode-map): Respective map. Add remapping for
8443 `compile' and `recompile'.
8444 (tramp-remap-command, tramp-recompile): New defuns.
8445 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8446 in buffer "*Compilation*". Call the commands asynchronously.
8447
8448 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8449 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8450 `shell-command', because it isn't magic in XEmacs. Reported by
8451 Adrian Aichner <adrian@xemacs.org>.
8452
8453 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8454 `substitute-in-file-name.
8455 (tramp-smb-handle-substitute-in-file-name): New defun.
8456 (tramp-smb-advice-PC-do-completion): Delete advice.
8457
8458 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8459
8460 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8461 Fix error in deleting region.
8462
8463 2005-01-15 Richard M. Stallman <rms@gnu.org>
8464
8465 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8466 In non-temp buffer, switch syntax table temporarily.
8467
8468 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8469
8470 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8471
8472 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8473
8474 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8475 (imenu--generic-function): Use START, not BEG, as pos of definition.
8476
8477 * simple.el (just-one-space): Argument specifies number of spaces.
8478
8479 * simple.el (eval-expression-print-format): Avoid warning
8480 about edebug-active.
8481
8482 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8483
8484 * progmodes/sh-script.el: Code copied from make-mode.el
8485 with small changes,
8486 (sh-mode-map): Bind C-c C-\.
8487 (sh-backslash-column, sh-backslash-align): New variables.
8488 (sh-backslash-region, sh-append-backslash): New functions.
8489
8490 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8491
8492 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8493 (rmail-pop-password, rmail-pop-password-required): Move to
8494 rmail-obsolete group.
8495 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8496 All callers updated.
8497 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8498 Take an argument specifying whether it is POP or IMAP mailbox we
8499 are using. All callers updated.
8500 (rmail-pop-password-error): Rename to
8501 rmail-remote-password-error. Added mailutils-specific error message.
8502 (rmail-movemail-search-path)
8503 (rmail-movemail-variant-in-use): New variables.
8504 (rmail-remote-password, rmail-remote-password-required):
8505 New customization variables.
8506 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8507 (rmail-parse-url): New function.
8508 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8509 with GNU mailutils movemail.
8510
8511 2005-01-15 Kevin Ryde <user42@zip.com.au>
8512
8513 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8514 suffix to space, $ or '$, to correctly position point when going
8515 to @table style constants like DBL_MAX.
8516
8517 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8518
8519 * type-break.el (type-break-mode, type-break-file-time)
8520 (type-break-file-keystroke-count, type-break-choose-file):
8521 Don't store data in or load data from the file if type-break-file-name
8522 is nil.
8523 (type-break-file-name): Doc update as per the above.
8524
8525 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8526
8527 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8528 lookup-key might return nil; handle that.
8529
8530 2005-01-15 Alan Mackenzie <acm@muc.de>
8531
8532 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8533 rather than the element found, thus enabling the tree to be setcar'd.
8534
8535 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8536
8537 * textmodes/org.el (org-show-following-heading): New option.
8538 (org-show-hierarchy-above): Use `org-show-following-heading'.
8539 (org-cycle): Documentation fix.
8540
8541 * textmodes/org.el (orgtbl-optimized): New option
8542 (orgtbl-mode): New command, a minor mode.
8543 (orgtbl-mode-map): New variable.
8544 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8545 (orgtbl-error, orgtbl-self-insert-command)
8546 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8547
8548 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8549 a local variable in each org-mode buffer.
8550
8551 * textmodes/org.el (org-set-regexps-and-options): Rename from
8552 `org-set-regexps'. Added checking for STARTUP keyword.
8553 (org-get-current-options): Add STARTUP options.
8554 (org-table-insert-row): Mode mode intelligent about when
8555 realignment is needed.
8556 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8557 New commands.
8558 (org-enable-table-editor): New default value `optimized'.
8559 (org-table-blank-field): Support blanking regions if active.
8560
8561 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8562
8563 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8564 if the year is not given.
8565
8566 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8567 Add new escapes %m and %M, fixed bug with %F by adding
8568 save-match-data.
8569 (reftex-reference): Remove ?. from list of spaces.
8570 (reftex-label-info): Add automatic label prefix recognition.
8571
8572 * textmodes/reftex-index.el (reftex-index-next-phrase):
8573 Add slave parameter to call of `reftex-index-this-phrase'.
8574 (reftex-index-this-phrase): New optional argument.
8575 (reftex-index-region-phrases): Add slave parameter to call of
8576 `reftex-index-this-phrase'.
8577 (reftex-display-index): New argument redo.
8578 (reftex-index-rescan): Add 'redo to arguments of
8579 `reftex-display-index'.
8580 (reftex-index-Rescan, reftex-index-revert)
8581 (reftex-index-switch-index-tag): Add 'redo to arguments of
8582 `reftex-display-index'.
8583 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8584 indexing. Fix bug with matching is there is a quote before or
8585 after the word.
8586
8587 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8588 Fix bug when collecting citation keys in lines with comments.
8589 (reftex-citation): Prefix argument no longer rescans the document,
8590 but forces prompting for optional arguments of cite macros.
8591 (reftex-do-citation): Prompting for optional arguments implemented.
8592
8593 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8594 Add optional arguments to most cite commands.
8595 (reftex-cite-cleanup-optional-args): New option
8596 (reftex-cite-prompt-optional-args): New option.
8597 (reftex-trust-label-prefix): New option.
8598
8599 * textmodes/reftex-toc.el (reftex-toc-find-section):
8600 Add push-mark before changing the position in the buffer.
8601
8602 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8603 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8604
8605 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8608 more carefully.
8609
8610 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8613 (sgml-mode): Use it.
8614 (sgml-get-context): Better keep track of implicitly closed tags.
8615
8616 2005-01-13 Kenichi Handa <handa@m17n.org>
8617
8618 * textmodes/ispell.el: These changes are to fix misalignment error
8619 caused by equivalent characters of different Emacs charsets.
8620 (ispell-unified-chars-table): New variable.
8621 (ispell-get-decoded-string): New function.
8622 (ispell-get-casechars, ispell-get-not-casechars)
8623 (ispell-get-otherchars): Call ispell-get-decoded-string.
8624
8625 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8626
8627 * custom.el (custom-declare-variable): Just put symbol instead
8628 of (defvar . symbol) in `current-load-list'.
8629
8630 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8631
8632 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8633
8634 2005-01-12 Jay Belanger <belanger@truman.edu>
8635
8636 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8637 to create a Calc summary.
8638
8639 2005-01-12 Kim F. Storm <storm@cua.dk>
8640
8641 * mouse.el (mouse-on-link-p): Change functionality and doc
8642 string to comply with latest description in lisp ref.
8643
8644 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8645
8646 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8647 Enable mouse clicks on mode-line, header-line and margin.
8648 (event-type): Give mouse event symbols an 'event-kind property
8649 with value 'mouse-click.
8650
8651 2005-01-12 Juri Linkov <juri@jurta.org>
8652
8653 * facemenu.el (list-colors-display): Add new arg buffer-name.
8654 Use it. Fix docstring. Replace code for identifying duplicate
8655 colors by the name with call to `list-colors-duplicates' which
8656 identifies duplicate colors by the value unless the color
8657 is one of special Windows colors. Set truncate-lines to t.
8658 Print sorted duplicate color names on each line. Indent to 22
8659 \(the longest color name in rgb.txt) instead of 20. Optimize.
8660 (list-colors-duplicates): New function.
8661 (facemenu-color-name-equal): Delete function.
8662
8663 * facemenu.el (list-colors-print): New function created from code
8664 in list-colors-display. Print #RRGGBB at the window right edge.
8665 (list-colors-display): When temp-buffer-show-function is not
8666 defined, call list-colors-print from temp-buffer-show-hook
8667 to get the right value of window-width in list-colors-print
8668 after the buffer is displayed.
8669
8670 * simple.el (pop-mark): Move deactivate-mark out of conditional
8671 part to deactivate the active mark regardless of the state of the
8672 mark ring.
8673
8674 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8675 variables line in desktop files.
8676
8677 2005-01-12 Juri Linkov <juri@jurta.org>
8678
8679 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8680 Bring together isearch highlight related options.
8681 (lazy-highlight): Replace group `replace' by `matching'.
8682 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8683 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8684 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8685 and declare them obsolete.
8686 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8687 (isearch-faces): Remove defgroup.
8688 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8689 Move isearch highlighting code closer to lazy highlighting code.
8690
8691 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8692 (query-replace-highlight, query-replace-lazy-highlight)
8693 (query-replace): Move definitions to the beginning of the file.
8694
8695 2005-01-11 Juri Linkov <juri@jurta.org>
8696
8697 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8698 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8699 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8700
8701 * info.el (Info-history-forward): New variable.
8702 (Info-select-node): Reset Info-history-forward to nil.
8703 (Info-last): Turn into defalias.
8704 (Info-history-back): Rename from Info-last.
8705 Add current node to Info-history-forward.
8706 (Info-history-forward): New fun.
8707 (Info-mode-map): Replace Info-last by Info-history-back.
8708 Bind Info-history-forward to "r".
8709 (Info-mode-menu): Replace Info-last by Info-history-back.
8710 Fix menu item text. Add menu item for Info-history-forward.
8711 (info-tool-bar-map): Replace Info-last by Info-history-back.
8712 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8713 for Info-history-forward.
8714 (Info-mode): Replace Info-last by Info-history-back in docstring.
8715 Add local variable Info-history-forward.
8716 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8717
8718 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8721 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8722 Ignore select-window events rather than fiddle with
8723 mouse-autoselect-window.
8724
8725 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8726
8727 * type-break.el (type-break-mode): Fix previous change.
8728
8729 2005-01-10 Jay Belanger <belanger@truman.edu>
8730
8731 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8732 calculator; only reset when point is inside a calculator.
8733 Don't adjust the window height if the window takes up the whole height
8734 of the frame.
8735
8736 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8737
8738 * ebuff-menu.el (Electric-buffer-menu-mode):
8739 Preserve value of buffer-local var header-line-format.
8740
8741 2005-01-09 Jay Belanger <belanger@truman.edu>
8742
8743 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8744 Make sure settings file exists before accessing it.
8745
8746 * calc/calc-embed.el (calc-embedded-subst):
8747 Replace math-multi-subst-rec, which is only supposed to be called
8748 by math-multi-subst, by math-multi-subst.
8749
8750 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8751
8752 * vc.el (vc-allow-async-revert): New user option.
8753 (vc-disable-async-diff): New internal variable.
8754 (vc-revert-buffer): Use them to disable asynchronous diff.
8755
8756 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8757 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8758 asynchronously if vc-disable-async-diff is t.
8759
8760 2005-01-09 Jay Belanger <belanger@truman.edu>
8761
8762 * calc/calc.el (defcalcmodevar): New macro.
8763 (calc-mode-var-list-restore-default-values)
8764 (calc-mode-var-list-restore-saved-values): New functions.
8765 (calc-mode-var-list): Use defcalcmodevar to define it.
8766 (calc-always-load-extensions, calc-line-numbering)
8767 (calc-line-breaking, calc-display-just, calc-display-origin)
8768 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8769 (calc-group-char, calc-point-char, calc-frac-format)
8770 (calc-prefer-frac, calc-hms-format, calc-date-format)
8771 (calc-float-format, calc-full-float-format, calc-complex-format)
8772 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8773 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8774 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8775 (calc-matrix-brackets, calc-language, calc-language-option)
8776 (calc-left-label, calc-right-label, calc-word-size)
8777 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8778 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8779 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8780 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8781 (calc-window-height, calc-display-trail, calc-show-selections)
8782 (calc-use-selections, calc-assoc-selections)
8783 (calc-display-working-message, calc-auto-why, calc-timing)
8784 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8785 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8786 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8787 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8788 (calc-gnuplot-geometry, calc-graph-default-resolution)
8789 (calc-graph-default-resolution-3d, calc-invocation-macro)
8790 (calc-show-banner): Use defcalcmodevar to declare them and set
8791 their default values.
8792
8793 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8794 instead of default values (but restore default values if there is
8795 an argument of 0).
8796
8797 2005-01-09 David Kastrup <dak@gnu.org>
8798
8799 * desktop.el (desktop-restore-eager): Fix typo in type.
8800
8801 2005-01-08 Richard M. Stallman <rms@gnu.org>
8802
8803 * cus-edit.el (customize): Delete :link.
8804
8805 2005-01-08 Jay Belanger <belanger@truman.edu>
8806
8807 * calc/calc.el (calc-mode): Remove the extension from the
8808 `calc-settings-file' file name when loading it.
8809
8810 2005-01-08 Kim F. Storm <storm@cua.dk>
8811
8812 * info.el (Info-mode-map, Info-next-link-keymap)
8813 (Info-prev-link-keymap, Info-up-link-keymap):
8814 Map follow-link to mouse-face.
8815 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8816
8817 2005-01-08 Jay Belanger <belanger@truman.edu>
8818
8819 * calc/calc.el (calc-settings-file): Change default value.
8820 Suggested by cgw in a comment in calc-mode.el.
8821
8822 * calc/calc-mode.el (calc-settings-file-name):
8823 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8824 Replace ~/.emacs in a prompt by calc-settings-file.
8825
8826 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8827
8828 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8829 (desktop-lazy-idle-delay): New customizable variables.
8830 (desktop-buffer-args-list): New variable.
8831 (desktop-append-buffer-args): New function.
8832 (desktop-save): Call desktop-append-buffer-args for some buffers.
8833 (desktop-lazy-create-buffer): New function.
8834 (desktop-idle-create-buffers): New function.
8835 (desktop-read): Add message about buffers to restore lazily.
8836 (desktop-lazy-abort): New command.
8837 (desktop-clear): Call desktop-lazy-abort.
8838 (desktop-lazy-complete): New command.
8839
8840 2005-01-06 Richard M. Stallman <rms@gnu.org>
8841
8842 * emacs-lisp/find-func.el (find-face-definition):
8843 Rename from find-face.
8844
8845 2005-01-06 Kim F. Storm <storm@cua.dk>
8846
8847 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8848
8849 * man.el (Man-xref-man-page, Man-xref-header-file)
8850 (Man-xref-normal-file): Add follow-link property.
8851
8852 2005-01-06 Jay Belanger <belanger@truman.edu>
8853
8854 * calc/calc-units.el: Make sure the proper macro definitions are
8855 available when compiling.
8856
8857 2005-01-06 Juri Linkov <juri@jurta.org>
8858
8859 * isearch.el (isearch-lazy-highlight-update):
8860 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8861
8862 2005-01-06 Miles Bader <miles@gnu.org>
8863
8864 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8865 (isearch-lazy-highlight-face): Use new name.
8866
8867 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * uniquify.el (uniquify-rationalize-file-buffer-names):
8870 Re-add an interactive spec.
8871 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8872 to the same name.
8873
8874 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8875 (isearch-update, isearch-done): Adjust calls accordingly.
8876
8877 2005-01-05 Richard M. Stallman <rms@gnu.org>
8878
8879 * custom.el (custom-set-variables, custom-theme-set-variables):
8880 Clarify documentation.
8881
8882 * emacs-lisp/find-func.el (find-variable)
8883 (find-variable-other-window, find-variable-other-frame):
8884 Fix the TYPE args to find-function-read and find-function-do-it.
8885 (find-function): Doc fix.
8886 (find-function-at-point): Replace function-at-point alias.
8887
8888 2005-01-04 Richard M. Stallman <rms@gnu.org>
8889
8890 * cus-face.el (custom-declare-face):
8891 Record defface in current-load-list.
8892
8893 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8894
8895 * emacs-lisp/find-func.el: Doc fixes.
8896 (find-face-regexp): New variable.
8897 (find-function-regexp-alist): New variable.
8898 (find-function-C-source): Third arg is now TYPE.
8899 (find-function-search-for-symbol): Handle general TYPE.
8900 (find-function-read, find-function-do-it): Handle general TYPE.
8901 (find-definition-noselect, find-face): New functions.
8902 (function-at-point): Alias deleted.
8903
8904 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * battery.el (display-battery-mode): Rename from display-battery.
8907 Handle the case where it gets turned off.
8908
8909 2005-01-04 Richard M. Stallman <rms@gnu.org>
8910
8911 * cus-edit.el (customize): Make :link point to user doc.
8912
8913 * man.el (Man-fontify-manpage): Turn off undo generation.
8914
8915 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8916
8917 2005-01-04 Andreas Schwab <schwab@suse.de>
8918
8919 * files.el (insert-directory): Only look for error lines in
8920 inserted text. Don't move too far after processing --dired markers.
8921
8922 2005-01-04 Richard M. Stallman <rms@gnu.org>
8923
8924 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8925 Don't expand if the character is @, period, dash, etc.
8926 (define-mail-abbrev): Quote names that contain problem characters.
8927
8928 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8929
8930 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8931
8932 2005-01-03 Richard M. Stallman <rms@gnu.org>
8933
8934 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8935 (query-replace-highlight, query-replace-lazy-highlight)
8936 (query-replace): Definitions moved up. Doc fix.
8937
8938 2005-01-03 Richard M. Stallman <rms@gnu.org>
8939
8940 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8941 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8942 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8943 (lazy-highlight-face): Rename from isearch-lazy-...
8944 Change all references to them.
8945
8946 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8947
8948 * cus-edit.el (custom-file): Doc fix for defcustom.
8949 (custom-file): The function no longer sets the variable
8950 `custom-file' to its return value.
8951
8952 * startup.el (command-line): No longer load `custom-file'.
8953
8954 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8957
8958 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8959 Don't confuse module-prefixed identifiers for labels.
8960 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8961
8962 2005-01-02 Richard M. Stallman <rms@gnu.org>
8963
8964 * files.el (basic-save-buffer-1): Fix previous change.
8965
8966 * loadhist.el (file-loadhist-lookup): New function.
8967 (file-provides, file-requires): Use it.
8968
8969 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8970 instead of calculating the right size.
8971
8972 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8973
8974 * vc-svn.el (vc-svn-diff): Stay local if possible.
8975
8976 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8979
8980 * files.el (hack-local-variables): Fix last change.
8981
8982 2005-01-02 Jay Belanger <belanger@truman.edu>
8983
8984 * calc/calc-yank.el (calc-edit-top): New variable.
8985 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8986 object. Change header properties.
8987 (calc-edit-finish, calc-edit-finish-stack-object)
8988 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8989 edited object.
8990 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8991 for the beginning of the edited object.
8992 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8993 for the beginning of the edited object.
8994 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8995 (calc-finish-formula-edit, calc-macro-repeats)
8996 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8997 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8998 beginning of the edited object.
8999 (calc-user-define-edit): Change the header for editing macros.
9000 Remove unnecessary variable.
9001
9002 2005-01-01 Jay Belanger <belanger@truman.edu>
9003
9004 * calc/calc-yank.el (calc-edit-mode): Change default header.
9005 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9006 * calc/calc-store.el (calc-edit-variable): Change title to match new
9007 header.
9008 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9009 mode to match new header.
9010 (calc-user-define-edit): Change titles to include names of commands.
9011 (calc-finish-formula-edit): Adjust to handle new header.
9012 (calc-finish-macro-edit): Remove.
9013 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9014 (calc-edit-macro-command, calc-edit-macro-command-type)
9015 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9016 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9017 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9018 (calc-edit-macro-finish-edit): New functions.
9019 (calc-user-define-edit): Use new functions to edit named calc macros.
9020
9021 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9022
9023 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9024
9025 * ses.el (copy-region-as-kill): Deactivate mark.
9026
9027 2005-01-01 Richard M. Stallman <rms@gnu.org>
9028
9029 * replace.el (occur-1): If the output buffer is also an input,
9030 don't kill it, rename it.
9031
9032 * faces.el (set-face-background, set-face-foreground): Doc fix.
9033
9034 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9035 for :foreground and :background.
9036
9037 * dired.el (dired-view-command-alist): Variable deleted.
9038 (dired-view-file, dired-mouse-find-file-other-window):
9039 Delete the code to use it.
9040
9041 2005-01-01 Kim F. Storm <storm@cua.dk>
9042
9043 * image.el (insert-sliced-image): Use t for line-height property.
9044
9045 2004-12-31 Jay Belanger <belanger@truman.edu>
9046
9047 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9048 for "var-" at the beginning of the minibuffer.
9049
9050 2004-12-31 Richard M. Stallman <rms@gnu.org>
9051
9052 * faces.el (read-face-name):
9053 Don't treat an attribute spec as a list of faces.
9054
9055 * simple.el (undo): Use undo-equiv-table to detect
9056 unexpected changes since previous undo.
9057 (undo-list-saved): Variable deleted.
9058 (buffer-disable-undo): Don't alter undo-list-saved.
9059
9060 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9061 (mode-require-final-newline): New option.
9062 (after-find-file): Handle require-final-newline with new values.
9063 (basic-save-buffer): Handle new values of require-final-newline.
9064
9065 * progmodes/sh-script.el (sh-require-final-newline):
9066 Alist value now controls whether to use mode-require-final-newline.
9067 (sh-set-shell): Implement that new meaning.
9068
9069 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9070 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9071 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9072 Delete old-Emacs compatibility code.
9073 (antlr-c-common-init): Function deleted.
9074
9075 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9076 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9077 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9078 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9079 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9080 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9081 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9082 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9083 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9084 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9085 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9086 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9087 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9088 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9089 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9090 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9091
9092 2004-12-31 Jay Belanger <belanger@truman.edu>
9093
9094 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9095 way to return to Calc.
9096
9097 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9098 finish, C-xk as the way to cancel the edit. Add cancel routine to
9099 kill-buffer-hook.
9100
9101 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9102 MacEdit code.
9103
9104 * calc/calc-prog.el: Remove obsolete MacEdit code.
9105 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9106 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9107
9108 2004-12-31 Kenichi Handa <handa@m17n.org>
9109
9110 * international/mule.el (buffer-file-coding-system-explicit):
9111 Rename for explicit-buffer-file-coding-system.
9112 (after-insert-file-set-coding): Adjust for the above change.
9113
9114 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9115 to buffer-file-coding-system-explicit.
9116 (basic-save-buffer-1): Likewise.
9117
9118 2004-12-30 Richard M. Stallman <rms@gnu.org>
9119
9120 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9121 (artist-butlast, artist-last): Functions deleted.
9122 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9123 (artist-compute-key-compl-table): Call remq directly.
9124 (artist-remove-nulls): Function deleted.
9125 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9126 (artist-push, artist-pop): Macro deleted.
9127
9128 2004-12-30 Andreas Leue <al@sphenon.de>
9129
9130 * textmodes/artist.el (artist-version): 1.2.6
9131 (artist-prev-next-op-alist): New variable.
9132 (artist-select-next-op-in-list): New function.
9133 (artist-select-prev-op-in-list): New function.
9134 (artist-make-prev-next-op-alist): New function.
9135 (artist-is-in-op-list-p): New function.
9136 (artist-get-first-non-nil-op): New function.
9137 (artist-get-last-non-nil-op): New function.
9138 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9139 artist-prev-next-op-alist.
9140 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9141 change drawing operation.
9142
9143 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9146
9147 2004-12-31 Masatake YAMATO <jet@gyve.org>
9148
9149 * server.el (server-process-filter): Suppress `error', too.
9150
9151 2004-12-30 Jay Belanger <belanger@truman.edu>
9152
9153 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9154 Change the way a variable is displayed in a message.
9155
9156 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9157 (calc-user-define-permanent, calc-execute-kbd-macro):
9158 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9159
9160 2004-12-30 Kenichi Handa <handa@m17n.org>
9161
9162 * files.el (basic-save-buffer-1):
9163 Set explicit-buffer-file-coding-system to last-coding-system-used.
9164 (revert-buffer): Pay attention to
9165 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9166 on bind coding-system-for-read.
9167
9168 * international/mule.el (explicit-buffer-file-coding-system):
9169 New buffer local variable.
9170 (after-insert-file-set-coding): Set it to coding-system-for-read.
9171
9172 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9173
9174 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9175
9176 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9177
9178 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9179 that include line numbers.
9180
9181 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9182
9183 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9184 Redundant variable PREFIXLEN removed.
9185
9186 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9187
9188 * eshell/em-hist.el (eshell-previous-matching-input):
9189 Start the deletion from the end of the output.
9190
9191 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9192
9193 * term/mac-win.el: Require x-dnd.
9194 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9195
9196 2004-12-29 David Kastrup <dak@gnu.org>
9197
9198 * international/mule.el (decode-coding-inserted-region):
9199 Don't barf if `buffer-undo-list' is already set to `t'.
9200
9201 2004-12-29 Jay Belanger <belanger@truman.edu>
9202
9203 * calc/calc-prog.el (calc-user-define-formula): Put default values
9204 for function names in prompts.
9205 (calc-user-define-permanent, calc-user-define-composition)
9206 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9207 default input for algebraic functions.
9208
9209 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9210
9211 * vc-rcs.el (vc-rcs-annotate-command):
9212 Fix omission bug: Call `vc-setup-buffer'.
9213
9214 2004-12-29 Kenichi Handa <handa@m17n.org>
9215
9216 * international/mule.el (recode-region): New function.
9217
9218 2004-12-28 Richard M. Stallman <rms@gnu.org>
9219
9220 * simple.el (undo-extra-outer-limit): New variable.
9221 (undo-outer-limit-truncate): Test and set it.
9222
9223 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9224 enables the feature to extend the existing region.
9225
9226 * simple.el (mark-word): New arg ALLOW-EXTEND
9227 enables the feature to extend the existing region.
9228
9229 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9230 enables the feature to extend the existing region.
9231
9232 * startup.el (site-run-file): Don't allow setting it with Custom.
9233
9234 * simple.el (buffer-disable-undo): Fix previous change.
9235
9236 2004-12-27 Masatake YAMATO <jet@gyve.org>
9237
9238 * hexl.el (hexlify-buffer): Remove fontification here.
9239 Use font lock mechanism instead.
9240 (hexl-font-lock-keywords): New font lock kewords.
9241 (hexl-mode-old-font-lock-keywords): New variable.
9242 (hexl-mode): Store the old font lock keywords.
9243 (hexl-mode-exit): Restore the old font lock keywords.
9244
9245 2004-12-27 Richard M. Stallman <rms@gnu.org>
9246
9247 * simple.el (undo): Fix previous change.
9248
9249 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9250
9251 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9252 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9253 Call x-open-connection on Mac OS X.
9254
9255 2004-12-27 Richard M. Stallman <rms@gnu.org>
9256
9257 * files.el (buffer-save-without-query): New var (buffer-local).
9258 (save-some-buffers): Save those buffers first, w/o asking.
9259
9260 * files.el (insert-directory-ls-version): New variable.
9261 (insert-directory): When ls returns an error, test the version
9262 number to decide what the return code means.
9263 With --dired output format, detect and distinguish lines
9264 that are really error messages.
9265 (insert-directory-adj-pos): New function.
9266
9267 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9268
9269 * battery.el (battery-mode-line-format): Remove initial spaces.
9270
9271 * uniquify.el (uniquify-rationalize-file-buffer-names):
9272 Delete interactive spec.
9273
9274 * type-break.el (type-break-mode): Set buffer-save-without-query.
9275 Remove code that tried to set save-some-buffers-always.
9276 (type-break-file-keystroke-count): Bind deactivate-mark.
9277
9278 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9279
9280 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9281 Test that the buffer is live, and maybe reject current buffer too.
9282 Clarify.
9283 (next-error-find-buffer): Rewrite for clarity.
9284
9285 * loadup.el: Don't use buffer-disable-undo; do it directly.
9286
9287 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9288 (describe-variable): Call symbol-file with `defvar'.
9289
9290 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9291 (symbol-file): Rewritten to handle new load-history format.
9292 Now takes an arg TYPE to specify looking for a particular
9293 type of definition only.
9294
9295 * emacs-lisp/debug.el (debugger-make-xrefs):
9296 Call symbol-file with `defun'.
9297
9298 * emacs-lisp/find-func.el (find-function-noselect):
9299 Call symbol-file with `defun'.
9300 (find-variable-noselect): Call symbol-file with `defvar'.
9301
9302 * eshell/esh-cmd.el (eshell-find-alias-function):
9303 Call symbol-file with `defun'.
9304
9305 * eshell/esh-test.el (eshell-test-goto-func):
9306 Call symbol-file with `defun'.
9307
9308 * mail/rmail.el (rmail-resend):
9309 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9310
9311 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9312
9313 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9314
9315 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9316 Call buffer-disable-undo.
9317
9318 * simple.el (undo-list-saved): New variable (buffer-local).
9319 (undo): Set and test it.
9320 (buffer-disable-undo): Move here from buffer.c.
9321 Clear out undo-list-saved.
9322
9323 * international/mule.el (decode-coding-inserted-region):
9324 Set buffer-undo-list in a correct and optimal way.
9325
9326 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9327 (cperl-font-lock-unfontify-region-function): No need to save and
9328 restore info, since font-lock.el does it for us.
9329
9330 * ansi-color.el (save-buffer-state): Definition deleted.
9331 (ansi-color-unfontify-region): Don't use save-buffer-state.
9332
9333 2004-12-27 Dave Love <fx@gnu.org>
9334
9335 * wid-edit.el (function): Use restricted-sexp as parent.
9336
9337 2004-12-27 Kevin Ryde <user42@zip.com.au>
9338
9339 * simple.el (next-matching-history-element): Use same
9340 `interactive' form as previous-matching-history-element.
9341
9342 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9343 it can appear unencoded and has been seen from yahoo.
9344
9345 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9346
9347 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9348 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9349
9350 2004-12-27 Kenichi Handa <handa@m17n.org>
9351
9352 * international/utf-8.el (utf-translate-cjk-load-tables):
9353 Bind coding-system-for-read to nil while loading subst-*.
9354
9355 2004-12-26 Jay Belanger <belanger@truman.edu>
9356
9357 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9358 default input.
9359
9360 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9363 before reverting and disable undo recording while reverting.
9364
9365 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9366
9367 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9368 (hs-make-overlay): New function.
9369 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9370 (hs-flag-region): Delete function.
9371 (hs-hide-comment-region): No longer use `hs-flag-region'.
9372 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9373 (hs-hide-block-at-point): Likewise.
9374 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9375 (hs-hide-all, hs-show-all): Likewise.
9376 (hs-show-block): Likewise.
9377 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9378
9379 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9380
9381 * progmodes/hideshow.el: Require `cl' when compiling.
9382 Remove XEmacs and Emacs 19 compatibility.
9383 Use `dolist' and `add-to-list' for load-time actions.
9384 (hs-discard-overlays): Use `dolist'.
9385 (hs-show-block): Likewise.
9386
9387 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9388
9389 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9390
9391 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9392
9393 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9394 When extending backwards, move outside the current comment first.
9395
9396 2004-12-22 Kenichi Handa <handa@m17n.org>
9397
9398 * international/quail.el (quail-start-translation): Fix prompt
9399 string for the case if input-method-use-echo-area being non-nil.
9400 (quail-start-conversion): Likewise.
9401 (quail-show-guidance): Don't show guidance if
9402 input-method-use-echo-area is non-nil.
9403
9404 2004-12-21 Richard M. Stallman <rms@gnu.org>
9405
9406 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9407
9408 2004-12-21 Markus Rost <rost@ias.edu>
9409
9410 * calendar/diary-lib.el (mark-diary-entries):
9411 Set mark-diary-entries-in-calendar only after checking for diary-file.
9412
9413 2004-12-21 Richard M. Stallman <rms@gnu.org>
9414
9415 * faces.el (escape-glyph): Use blue against light foreground.
9416
9417 * simple.el (undo-outer-limit-truncate): New function.
9418 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9419
9420 2004-12-21 Eli Barzilay <eli@barzilay.org>
9421
9422 * calculator.el (calculator-radix-grouping-mode)
9423 (calculator-radix-grouping-digits)
9424 (calculator-radix-grouping-separator):
9425 New defcustoms for the new radix grouping mode functionality.
9426 (calculator-mode-hook): Now used in electric mode too,
9427 (calculator): Call it.
9428 (calculator-mode-map): Some new keys.
9429 (calculator-message): New function. Some new calls.
9430 (calculator-op, calculator-set-register): Use it.
9431 (calculator-string-to-number): New function, mostly moved and
9432 updated code from calculator-curnum-value.
9433 (calculator-curnum-value): Use it.
9434 (calculator-paste): Use it, and update grabbing the current-kill.
9435 (calculator-rotate-displayer)
9436 (calculator-rotate-displayer-back): Toggle digit grouping when
9437 in radix mode, use calculator-message.
9438 (calculator-displayer-prev, calculator-displayer-next):
9439 Change digit group size when in radix mode.
9440 (calculator-number-to-string): Rename from
9441 calculator-num-to-string. Now deals with digit grouping in
9442 radix mode.
9443 (calculator-update-display, calculator-put-value): Use the new name.
9444 (calculator-fact): Return a floating point number.
9445 (calculator-mode): Doc fix.
9446
9447 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9448
9449 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9450 * calendar/diary-lib.el (view-other-diary-entries):
9451 Use current-prefix-arg in interactive spec.
9452
9453 2004-12-19 Jay Belanger <belanger@truman.edu>
9454
9455 * calc/calc-aent.el (calcAlg-blank-matching-open):
9456 Temporarily adjust the syntax of both delimiters of half-open intervals.
9457
9458 2004-12-19 Kim F. Storm <storm@cua.dk>
9459
9460 * mouse.el (mouse-1-click-follows-link): Doc fix.
9461
9462 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9463
9464 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9465 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9466 instead of centraleuropean as the name
9467
9468 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9469
9470 Sync with Tramp 2.0.46.
9471
9472 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9473 parameters wrt Tramp convention.
9474 (tramp-handle-file-attributes-with-perl)
9475 (tramp-handle-directory-files-and-attributes): Apply it.
9476 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9477 `copy-program'. Reported by Zack Weinberg
9478 <zack@codesourcery.com>.
9479 (top): Set `edebug-form-spec' property directly rather than
9480 calling `def-edebug-spec'.
9481
9482 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9483 advice less fragile. Surround temporary redefinition of
9484 `substitute-in-file-name' with `unwind-protect'. Suggested by
9485 Matt Hodges <MPHodges@member.fsf.org>.
9486
9487 2004-12-17 Juri Linkov <juri@jurta.org>
9488
9489 * replace.el (occur-accumulate-lines, occur-engine):
9490 Make forcing deferred font-lock fontification jit-specific.
9491
9492 2004-12-17 Kim F. Storm <storm@cua.dk>
9493
9494 * mouse.el (mouse-1-click-follows-link): New defcustom.
9495 (mouse-on-link-p): New function.
9496 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9497 functionality. Map a mouse-1 click event into a mouse-2 (or
9498 other) event when position is inside a link.
9499
9500 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9501 prefix in tooltip text with "mouse-1" when this is a link
9502 recognized by mouse-1-click-follows-link functionality.
9503
9504 * help.el (describe-key): Report effective and original binding
9505 for mouse-1 when clicked on a link.
9506 (describe-mode): Add follow-link property to "minor-mode" button.
9507
9508 * help-fns.el (describe-variable): Add follow-link property to
9509 "below" button.
9510
9511 * help-mode.el (help-xref): Add follow-link property.
9512
9513 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9514 (apropos-command, apropos-variable, apropos-face, apropos-group)
9515 (apropos-widget, apropos-plist): Add follow-link property.
9516
9517 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9518 checks if position is in a filename, rather than some other
9519 clickable item. Function looks for cvs-filename-face at position.
9520
9521 * wid-edit.el (widget-specify-field, widget-specify-button):
9522 Map a :follow-link keyword into a follow-link property.
9523 (link): Add :follow-link keyword, map to RET binding.
9524
9525 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9526
9527 * progmodes/compile.el (compilation-minor-mode-map)
9528 (compilation-button-map, compilation-mode-map): Likewise.
9529
9530 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9531
9532 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9533 (zone-replace-char): Take `count' and `del-count'
9534 instead of `direction'. Update callers. When `del-count' is
9535 non-nil, delete that many characters, otherwise `count' characters
9536 backwards. Insert the newly-replaced string `count' times.
9537 (zone-fret): Handle chars w/ width greater than one.
9538 (zone-fall-through-ws): No longer take window width `ww'.
9539 Update callers. Add handling for `char-width' greater than one.
9540 (zone-pgm-drip): Update var holding window-end position every cycle.
9541
9542 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9543
9544 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9545 rather than insert-file.
9546
9547 2004-12-16 Jay Belanger <belanger@truman.edu>
9548
9549 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9550 (math-init-random-base, math-random-digit): Check to see if
9551 var-RandSeed is bound.
9552 (math-random-last): Declare it.
9553 (math-random-digit): Don't make math-random-last local.
9554
9555 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9556
9557 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9558 one-shot thunk for uniform (error, quit, normal) recovery.
9559 Reported by John Paul Wallington.
9560 (zone-pgm-random-life): Fix bug:
9561 Recognize empty initial field by lack of "@" chars.
9562
9563 2004-12-16 Juri Linkov <juri@jurta.org>
9564
9565 * help.el (function-called-at-point):
9566 * help-fns.el (variable-at-point): As a last resort try stripping
9567 non-word prefixes and suffixes.
9568
9569 * descr-text.el (describe-property-list): Don't treat syntax-table
9570 specially. Use describe-text-sexp which inserts [show] button
9571 for large objects and handles printing errors. Sort properties
9572 by names in alphabetical order instead of by value sizes.
9573 Add `mouse-face' to list of properties for `describe-face' widget.
9574 (describe-char): Mask out face-id from 19 bits of character.
9575 Print face-id separately.
9576
9577 * replace.el (occur-accumulate-lines, occur-engine):
9578 Fontify unfontified matching lines in the source buffer
9579 before copying them.
9580 (occur-engine): Don't put mouse-face on context lines.
9581 (occur-next-error): Set point to line beginning/end
9582 before searching for prev/next property to skip multiple
9583 matches on a line (not supported by occur engine).
9584 Remove redundant prefix-numeric-value.
9585
9586 2004-12-15 Juri Linkov <juri@jurta.org>
9587
9588 * replace.el (match): New face.
9589 (list-matching-lines-face): Change default from `bold' to `match'.
9590
9591 * progmodes/grep.el (grep-match-face): New defvar.
9592 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9593 compilation-column-face to highlight grep matches.
9594
9595 * apropos.el (apropos-match-face): Change default from
9596 `secondary-selection' to `match'.
9597
9598 * info-look.el (info-lookup-highlight-face): Change default from
9599 `highlight' to `match'.
9600
9601 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9602
9603 * progmodes/executable.el (executable-interpret): Eliminate
9604 obsolete compile-internal, and switch to comint for interaction.
9605
9606 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9607
9608 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9609 `&&' when skipping multiple statements on a line.
9610
9611 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9612
9613 * play/zone.el (zone): Set `truncate-lines'.
9614 Also, init `tab-width' with value from original buffer.
9615 (zone-shift-up): Rewrite for speed.
9616 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9617 (zone-pgm-jitter): Remove redundant entries from ops vector.
9618 (zone-exploding-remove): Reduce iteration count.
9619 (zone-cpos): Convert to defsubst.
9620 (zone-replace-char): New defsubst.
9621 (zone-park/sit-for): Likewise.
9622 (zone-fret): Take window-start arg.
9623 Update callers. Use `zone-park/sit-for'.
9624 (zone-fill-out-screen): Rewrite.
9625 (zone-fall-through-ws): Likewise. Update callers.
9626 (zone-pgm-drip): Use `zone-replace-char'.
9627 Move var inits before while-loop. Use `zone-park/sit-for'.
9628 (zone-pgm-random-life): Handle empty initial field.
9629 Use `zone-replace-char' and `zone-park/sit-for'.
9630
9631 2004-12-15 Juri Linkov <juri@jurta.org>
9632
9633 * isearch.el (isearch-update): Test isearch-lazy-highlight
9634 before calling isearch-lazy-highlight-new-loop.
9635 (isearch-lazy-highlight-new-loop):
9636 Don't test isearch-lazy-highlight.
9637
9638 * replace.el (perform-replace): Add isearch-case-fold-search.
9639 Use delimited-flag for isearch-regexp.
9640 Reset isearch-lazy-highlight-last-string to force lazy
9641 highlighting when called from isearch mode.
9642 (query-replace-highlight): Revert defcustom type to boolean.
9643 (query-replace-lazy-highlight): New defcustom.
9644 (query-replace): New face.
9645 (perform-replace, replace-highlight, replace-dehighlight):
9646 Test query-replace-lazy-highlight instead of special value
9647 `isearch' of query-replace-highlight.
9648 (replace-dehighlight): Don't call isearch-dehighlight.
9649 (replace-highlight): Don't call isearch-highlight.
9650 Use face `query-replace' unconditionally.
9651
9652 2004-12-14 Kim F. Storm <storm@cua.dk>
9653
9654 * simple.el (inhibit-mark-movement): Remove defvar.
9655 (beginning-of-buffer, end-of-buffer): Don't use it.
9656
9657 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9658 Don't use inhibit-mark-movement.
9659
9660 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9661 (cua--undo-push-mark): Remove.
9662 (cua--pre-command-handler, cua--post-command-handler):
9663 Don't fiddle with inhibit-mark-movement.
9664
9665 2004-12-14 Juri Linkov <juri@jurta.org>
9666
9667 * buff-menu.el (list-buffers-noselect): Collect internal info
9668 for every buffer in BUFFER-LIST arg too.
9669 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9670 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9671 Bind same-window-buffer-names and same-window-regexps to nil.
9672
9673 2004-12-13 Juri Linkov <juri@jurta.org>
9674
9675 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9676
9677 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9678 (sc-cite-region, sc-uncite-region, sc-recite-region):
9679 Fix previous change to handle not alist as a symbol, but
9680 a citation frame as a symbol that represents a variable name.
9681
9682 2004-12-13 Richard M. Stallman <rms@gnu.org>
9683
9684 * filecache.el (file-cache-add-directory-using-find):
9685 Only set up file-cache-find-command-posix-flag if we will use it.
9686
9687 * bindings.el (mode-line-buffer-identification-keymap):
9688 Don't cancel the mode-line's usual down-mouse-1 binding.
9689
9690 * cus-edit.el (custom-face-selected): Handle `default' specs.
9691 (custom-face-edit): Increase extra-offset.
9692 (custom-display): Handle `default' specs.
9693
9694 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9695
9696 * emacs-lisp/elint.el (elint-standard-variables)
9697 (elint-unknown-builtin-args): Move definitions up.
9698
9699 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9700
9701 * info.el (info-xref-visited): Use `default' instead of t.
9702 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9703
9704 * faces.el (header-line, mode-line-inactive, tool-bar):
9705 Use `default' instead of t for setting the defaults.
9706 (face-spec-choose): Separate `t' from `default'.
9707
9708 * subr.el (while-no-input): New macro.
9709
9710 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9711
9712 * filecache.el (file-cache-add-directory-using-find):
9713 Only test file-cache-find-command-posix-flag on some systems.
9714
9715 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9718 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9719 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9720 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9721 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9722
9723 2004-12-12 Juri Linkov <juri@jurta.org>
9724
9725 * files.el (find-file-other-window, find-file-other-frame):
9726 Add the first buffer to the returned value to return the complete
9727 list of all visited buffers.
9728 (find-file-read-only, find-file-read-only-other-window)
9729 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9730 `find-file-read-args'. Signal an error about non-existent file
9731 only if file name doesn't contain wildcards. Toggle read-only in
9732 all visited buffers.
9733 (find-alternate-file, find-alternate-file-other-window):
9734 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9735 called interactively. Pass arg `wildcards' to other functions.
9736 (find-file-noselect): Doc fix.
9737
9738 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9739 Doc fix.
9740 (ffap-directory-finder): New variable.
9741 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9742 (ffap-file-at-point): Add /* to immediately rejected names.
9743 Return absolute file names matching ffap-dired-wildcards.
9744 (ffap-read-file-or-url): Set default value for `completing-read'
9745 to `buffer-file-name'.
9746 (find-file-at-point): When filename matches ffap-dired-wildcards,
9747 call ffap-file-finder with t arg `wildcards', instead of dired.
9748 (ffap-other-window, ffap-other-frame): Return visited buffers.
9749 (ffap-read-only, ffap-read-only-other-window)
9750 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9751 (dired-at-point): Call ffap-directory-finder instead of dired.
9752 (ffap-dired-other-window, ffap-dired-other-frame)
9753 (ffap-list-directory): New commands.
9754 (ffap-bindings): New keybindings for new commands.
9755
9756 2004-12-12 Juri Linkov <juri@jurta.org>
9757
9758 * simple.el (beginning-of-buffer, end-of-buffer):
9759 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9760 Do not push mark when mark is active in transient-mark-mode.
9761
9762 * simple.el (mark-word):
9763 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9764 * textmodes/paragraphs.el (mark-paragraph):
9765 Extend the region when mark is active in transient-mark-mode,
9766 regardless of the last command. Doc fix.
9767
9768 * simple.el (mark-word): Preserve direction when repeating.
9769 Make arg optional. Interactive "p" -> "P".
9770 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9771
9772 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9773 preserving direction, to mark forward instead of backward when mark
9774 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9775
9776 2004-12-12 Juri Linkov <juri@jurta.org>
9777
9778 * isearch.el (isearch-edit-string): Set 7th arg of
9779 `read-from-minibuffer' to `t' to inherit the current input
9780 method (whose name is indicated by [IM] in the minibuffer prompt)
9781 from the current buffer to the minibuffer.
9782 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9783 to allow C-g quitting for lazy highlighting looping inside the
9784 search with nested repetition operators. Add overlay to the list
9785 before setting its face and other properties to avoid the case of
9786 code quitting after placing the new overlay but before it's
9787 recorded on the list. Select the window where isearch was
9788 activated, to highlight matches in the right window when isearch
9789 switches the current window to the minibuffer.
9790
9791 * international/isearch-x.el
9792 (isearch-process-search-multibyte-characters):
9793 Use `isearch-message' as initial input for `read-string' instead
9794 of adding it to the minibuffer prompt. After reading a string
9795 remove the initial value of `isearch-message' from the string.
9796
9797 * replace.el (replace-match-maybe-edit): Doc fix.
9798 (perform-replace): Don't call `replace-highlight' when automatic
9799 replacement is requested in literal mode, since it is intended
9800 only to highlight words during entering a new replacement string
9801 for \? in non-literal mode.
9802
9803 * replace.el (query-replace-highlight): Add new value `isearch'
9804 that allows query replacement to use isearch highlighting.
9805 Change type from `boolean' to `choice'. Doc fix.
9806 (replace-highlight, replace-dehighlight, perform-replace):
9807 Use isearch highlighting if query-replace-highlight eq `isearch'.
9808
9809 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9812 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9813
9814 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9815 case of \end{verbatim}.
9816
9817 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * term.el (term-termcap-format): Synchronize with terminfo.
9820 (term-emulate-terminal): Handle reset.
9821 (term-reset-terminal): New function.
9822
9823 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9824
9825 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9826 (zone-fill-out-screen): New func.
9827 (zone-pgm-drip): Use `zone-fill-out-screen'.
9828 Also, no longer go to point-min on every cycle.
9829 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9830 (zone-pgm-random-life-wait): New user var.
9831 (zone-pgm-random-life): New func.
9832
9833 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9834
9835 * files.el (auto-mode-alist): Map .com to DCL mode.
9836
9837 2004-12-09 Richard M. Stallman <rms@gnu.org>
9838
9839 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9840
9841 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9842
9843 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9844 buffer with a display margin.
9845
9846 2004-12-08 Jay Belanger <belanger@truman.edu>
9847
9848 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9849 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9850
9851 2004-12-08 Richard M. Stallman <rms@gnu.org>
9852
9853 * faces.el: Delete code to set display table.
9854 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9855
9856 2004-12-08 Jay Belanger <belanger@truman.edu>
9857
9858 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9859
9860 * calc/calc-ext.el (math-read-replacement-list)
9861 (math-read-superscripts, math-read-preprocess-string): Move to
9862 calc-aent.el.
9863
9864 * calc/calc-aent.el (math-read-replacement-list)
9865 (math-read-superscripts, math-read-preprocess-string): Move from
9866 calc-ext.el.
9867
9868 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * isearch.el (isearch-quote-char): Fix up typo in last change.
9871
9872 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * mouse.el (mouse-set-font): Handle the case where the command was
9875 not invoked using the mouse.
9876
9877 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9878 (edmacro-finish-edit): Further update for keyboard macros that are
9879 lambda forms.
9880 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9881
9882 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9885 (font-lock-default-unfontify-region): Don't save buffer state any more.
9886
9887 2004-12-07 Jay Belanger <belanger@truman.edu>
9888
9889 * calc/calc-help.el (calc-describe-key):
9890 Set calc-summary-indentation even when Calc Summary buffer exists.
9891
9892 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9893
9894 * calendar/holidays.el (holiday-easter-etc): Make arguments
9895 optional for backwards compatibility. Doc fix.
9896 Remove un-necessary local vars mandatory, output-list.
9897 (holiday-advent): Make arguments optional for backwards
9898 compatibility. Doc fix.
9899
9900 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * paren.el (show-paren-function): Fix last change (2004-12-02).
9903
9904 * international/mule-util.el (char-displayable-p): Return nil for
9905 unibyte mode.
9906
9907 * subr.el (subregexp-context-p): New function.
9908
9909 * isearch.el (isearch-quote-char): Use it.
9910
9911 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9912 (regexp-opt-not-groupie*-re): Remove.
9913 (regexp-opt): Properly handle inputs with duplicate entries.
9914
9915 2004-12-06 Richard M. Stallman <rms@gnu.org>
9916
9917 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9918
9919 * cus-edit.el (custom-file): Doc fix.
9920
9921 * textmodes/org.el: New file.
9922
9923 2004-12-06 Kenichi Handa <handa@m17n.org>
9924
9925 * ldefs-boot.el: Update international/mule-util.el section.
9926
9927 2004-12-05 Sam Steingold <sds@gnu.org>
9928
9929 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9930 Fix `tramp-time-diff' comparison logic.
9931
9932 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9933
9934 * progmodes/which-func.el (which-function):
9935 Use `run-hook-with-args-until-success' instead of a custom loop.
9936 Fixes bug with local hooks.
9937
9938 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9939
9940 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9941 Use delete-dups when calculating the initial value.
9942 (bibtex-autokey-get-title): Use <=.
9943 (bibtex-goto-line): New function.
9944 (bibtex-reposition-window): Use line numbers instead of point
9945 positions. Use window-body-height.
9946 (bibtex-find-crossref): Use bibtex-reposition-window.
9947 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9948 position of entry if key is found or nil if not found.
9949
9950 2004-12-05 Richard M. Stallman <rms@gnu.org>
9951
9952 * cus-edit.el (custom-file): Doc fix.
9953
9954 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9955
9956 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * simple.el (blink-matching-open):
9959 * textmodes/tex-mode.el (tex-validate-region):
9960 Obey syntax-table text properties.
9961
9962 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9963
9964 * wid-edit.el (widget-specify-field): Add `real-field' property to
9965 boundary.
9966 (widget-field-at): Use it.
9967
9968 2004-12-02 Richard M. Stallman <rms@gnu.org>
9969
9970 * progmodes/cc-mode.el (awk-mode autoload):
9971 Supply t meaning interactive function.
9972
9973 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9974 (isearch-mode-map): No special definition for space.
9975 (isearch-whitespace-chars): Command deleted.
9976 (isearch-forward-regexp): Doc fix.
9977 (isearch-quote-char): When a space is not inside brackets,
9978 use `[ ]' instead of just space.
9979 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9980
9981 * imenu.el (imenu--generic-function): Delete code to exclude
9982 matches in comments.
9983
9984 * man.el (Man-reverse-face): Change default to `highlight'.
9985
9986 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9987 (occur-engine): Use `face' prop rather than `font-lock-face'
9988 when specifying use of `match-face'.
9989 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9990
9991 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9992
9993 * add-log.el (add-log-current-defun): Handle the case where point
9994 is in the header part of a DEFUN construct.
9995
9996 2004-12-02 Dave Love <fx@gnu.org>
9997
9998 * progmodes/python.el (python-font-lock-syntactic-keywords):
9999 Fix previous change.
10000
10001 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10002
10003 * paren.el (show-paren-function): Check for matching chars
10004 specified by text props.
10005
10006 2004-12-02 Jay Belanger <belanger@truman.edu>
10007
10008 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10009 when reading a new key sequence.
10010
10011 2004-12-02 Kim F. Storm <storm@cua.dk>
10012
10013 * faces.el (escape-glyph): Rename from glyph.
10014 (standard-display-table): Set it here. Add escape-glyph face to
10015 extra slot characters.
10016
10017 * disp-table.el: Undo 2004-12-01 change. Display table is now
10018 setup in faces.el.
10019
10020 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10021
10022 * xml.el (xml-parse-dtd): Don't show validity messages when
10023 xml-validating-parser is nil.
10024 (xml-substitute-special): Fix validity error messages to
10025 actually show the unexpandable entity. Added validity error if &
10026 isn't followed by an entity.
10027 (xml-parse-tag): Concatenate any string following the a
10028 <![CDATA[]]> section to the parsed CDATA.
10029 (xml-parse-dtd): Skip parameter entity declarations and use of
10030 parameter entities.
10031
10032 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10033
10034 * kmacro.el (kmacro-default-counter-format): New var.
10035 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10036 (kmacro-display): Remove `nil' from `and' form. Delete call to
10037 `format' inside `message'.
10038 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10039
10040 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * pcvs.el (cvs-header-msg): New function.
10043 (cvs-update-header): Use it. Change calling convention.
10044 Correctly handle the case of having simultaneous active processes.
10045 (cvs-sentinel): Don't call cvs-update-header any more.
10046 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10047
10048 2004-12-01 Jay Belanger <belanger@truman.edu>
10049
10050 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10051 Change message.
10052
10053 2004-12-01 Juri Linkov <juri@jurta.org>
10054
10055 * progmodes/prolog.el (prolog-mode-variables):
10056 Fix imenu-generic-expression.
10057
10058 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10059
10060 * faces.el (glyph): New face.
10061
10062 * disp-table.el: Add an autoloaded table, that doesn't require
10063 this library, with glyph face.
10064
10065 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10066 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10067 (conf-quote-normal): Allow normalizing only ' or ".
10068 (conf-mode): Regexp-quote constructed comment-start and don't
10069 match section {} where "name" contains braces.
10070
10071 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10072 files.
10073
10074 2004-12-01 Kenichi Handa <handa@m17n.org>
10075
10076 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10077 (x-select-text): Don't treat eight-bit-control/graphic chars
10078 specially. Store the encoded text in the X cut buffer.
10079 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10080 with x-last-selected-text-cut-encoded.
10081
10082 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10085
10086 2004-11-30 Markus Rost <rost@ias.edu>
10087
10088 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10089 AUCTeX.
10090
10091 2004-11-30 Jay Belanger <belanger@truman.edu>
10092
10093 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10094 on signs of intervals.
10095 (math-pow-of-zero): Strengthen checks for positive and negative
10096 exponents.
10097
10098 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10099 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10100 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10101 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10102 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10103 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10104 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10105 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10106 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10107 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10108 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10109 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10110 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10111 with provide statements.
10112
10113 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10114
10115 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10116
10117 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10118 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10119 functions by require statements.
10120 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10121
10122 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10123 (calc-gnuplot-print): Give them values.
10124
10125 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10126 autoloads.
10127 Add calc-do-embedded-activate to autoloads.
10128 (calc-gnuplot-name, calc-gnuplot-plot-command)
10129 (calc-gnuplot-print-command): Move them to calc-graph.el.
10130
10131 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10132
10133 * term/mac-win.el (ccl-encode-mac-roman-font)
10134 (ccl-encode-mac-cyrillic-font)
10135 (ccl-encode-mac-centraleuropean-font, encoder-list)
10136 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10137 Support Cyrillic, CentralEuropean, and Dingbat font display
10138
10139 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10140
10141 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10142
10143 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10144 still nil.
10145
10146 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10147
10148 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10149 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10150
10151 2004-11-29 Jay Belanger <belanger@truman.edu>
10152
10153 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10154 cases of the base and exponent.
10155
10156 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10157
10158 * simple.el (next-error-buffer-p): Allow for inclusive and
10159 exclusive tests for finding a buffer.
10160 (next-error-find-buffer): Pass the exclusive and inclusive tests
10161 to next-error-buffer-p.
10162
10163 * replace.el (occur-next-error): Switch to the Occur buffer when
10164 appropriate, use the exclusive filter to next-error-find-buffer to
10165 do it. Use the absolute value of the motion amount.
10166
10167 2004-11-29 Kenichi Handa <handa@m17n.org>
10168
10169 * startup.el (command-line): Decode all default-directory by
10170 locale-coding-system.
10171
10172 2004-11-29 Jay Belanger <belanger@truman.edu>
10173
10174 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10175 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10176 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10177 Replace calls to calc-extensions by appropriate require, replace
10178 calc-extensions-loaded by appropriate featurep.
10179
10180 * calc/calc-ext.el: Move require to end of file.
10181 Remove redundant loading of calc.el.
10182 (calc-extensions-loaded): Remove unnecessary variable.
10183 (calc-extensions): Remove unnecessary function.
10184 (calc-load-everything): Replace calc-need-macros by appropriate require.
10185
10186 * calc/calc-macs.el: Move provide to end of file.
10187 (calc-need-macros): Remove unnecessary function.
10188
10189 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10190 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10191 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10192 Replace calc-extensions by appropriate require.
10193 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10194
10195 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10196 Replace calc-need-macros by appropriate require.
10197
10198 * calc/calc.el: Move require to end of file.
10199 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10200 Remove unnecessary variable.
10201 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10202 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10203 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10204 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10205 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10206 (math-format-number, math-format-bignum, math-read-number)
10207 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10208 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10209 by appropriate require.
10210 (calc-check-defines): Replace calc-need-macros by appropriate require.
10211
10212 2004-11-29 Kim F. Storm <storm@cua.dk>
10213
10214 * macros.el (insert-kbd-macro): Handle kmacro functions.
10215
10216 2004-11-28 Juri Linkov <juri@jurta.org>
10217
10218 * compare-w.el (compare-windows-highlight): Attach each overlay
10219 to its window to properly highlight differences while comparing
10220 two windows of the same buffer. Fix arguments.
10221 (compare-windows-sync-default-function): Fix arguments of
10222 `compare-windows-highlight'.
10223
10224 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10225 Use `read-expression-history'. Set initial contents only if
10226 `edebug-global-break-condition' is non-nil. Set histpos to 1
10227 if initial contents is equal to the last history element.
10228 (edebug-set-conditional-breakpoint): Instead of temporarily
10229 prepending the current condition to the history, set initial
10230 contents to the current condition. Set histpos to 1 if initial
10231 contents is equal to the last history element.
10232
10233 * info.el (Info-search-whitespace-regexp): Remove shy group.
10234 (Info-search): Forward line if search is on the header line.
10235 Use search-whitespace-regexp in two other places.
10236
10237 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10238
10239 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10240 warning. Delay real definition, which uses
10241 `set-fringe-indicators-1' till after the definition of that function.
10242
10243 2004-11-28 Kim F. Storm <storm@cua.dk>
10244
10245 * fringe.el (fringe): New defgroup.
10246 (fringe-mode): Move to fringe group.
10247 (fringe-indicators): New defcustom.
10248 (set-fringe-indicators-1): New defun.
10249
10250 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10251 (menu-bar-showhide-fringe-ind-menu): New keymap.
10252 (menu-bar-showhide-fringe-ind-empty)
10253 (menu-bar-showhide-fringe-ind-mixed)
10254 (menu-bar-showhide-fringe-ind-box)
10255 (menu-bar-showhide-fringe-ind-right)
10256 (menu-bar-showhide-fringe-ind-left)
10257 (menu-bar-showhide-fringe-ind-none): New defuns.
10258 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10259
10260 2004-11-27 Richard M. Stallman <rms@gnu.org>
10261
10262 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10263
10264 * generic.el (define-generic-mode): Doc fix.
10265
10266 * menu-bar.el (menu-bar-options-save): For the options
10267 that are toggled with menu-bar-make-mm-toggle, don't check
10268 for customized-value prop.
10269
10270 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10271
10272 * mail/supercite.el (sc-cite-region): Handle the case where
10273 sc-cite-frame-alist is a symbol.
10274 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10275 a symbol.
10276 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10277 a symbol.
10278
10279 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10280
10281 * wid-edit.el (widget-narrow-to-field): New function.
10282 (widget-complete): Use it.
10283
10284 2004-11-27 Jay Belanger <belanger@truman.edu>
10285
10286 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10287 variable.
10288 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10289 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10290 (math-alg-inequalities): Move declaration to earlier in the file.
10291
10292 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10293 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10294 Declare them.
10295
10296 * calc/calc-lang.el (math-expr-data, math-expr-token)
10297 (math-exp-old-pos): Declare them.
10298
10299 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10300 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10301
10302 2004-11-27 Kim F. Storm <storm@cua.dk>
10303
10304 * progmodes/flymake.el: Use (featurep 'xemacs).
10305 (flymake-makehash): Change to defsubst. Use fboundp.
10306 (flymake-time-to-float): Remove.
10307 (flymake-float-time): Merge code from flymake-time-to-float here.
10308 (flymake-replace-regexp-in-string): Change to defsubst.
10309 (flymake-split-string-remove-empty-edges):
10310 Rename to flymake-split-string.
10311 (flymake-split-string): Remove previous defalias.
10312 (flymake-get-temp-dir): Change to defsubst.
10313 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10314 Define for xemacs only.
10315 (flymake-master-file-count-limit): Change into compiler defvar only.
10316 (flymake-find-possible-master-files): Let-bind it dynamically while
10317 sorting files using flymake-master-file-compare.
10318
10319 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10322 of defun-prompt-regexp matches inside a comment/string but the
10323 beginning is correctly outside everything.
10324
10325 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10326 appears within a string or a comment.
10327
10328 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10329 rather than make-symbol for symbols which are used in
10330 a symbol-macrolet or equivalent.
10331
10332 2004-11-26 Jay Belanger <belanger@truman.edu>
10333
10334 * calc-misc.el (calc-last-why-command): Declare it.
10335
10336 * calc-vec.el (math-grade-vec): New variable.
10337 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10338 Replace variable grade-vec by declared variable.
10339 (math-rb-close): New variable.
10340 (math-read-brackets, math-read-vector): Replace variable close by
10341 declared variable.
10342
10343 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10344 (calc-one-window, calc-edit-handler, calc-restore-trail)
10345 (calc-allow-ret): Declare them.
10346
10347 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10348 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10349 (math-radix-float-cache-tag, math-random-cache)
10350 (math-max-digits-cache, math-integral-cache, math-units-table)
10351 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10352 (math-moc-func): New variable.
10353 (math-map-over-constants, math-map-over-constants-rec):
10354 Replace variable func by declared variable.
10355
10356 * calc/calc-store.el (calc-given-value, calc-store-opers):
10357 Declare them.
10358 (calc-var-name-map): Move declaration to earlier in the file.
10359 (calc-pv-pos): New variable.
10360 (calc-permanent-variable, calc-insert-permanent-variable):
10361 Replace variable pos by declared variable.
10362
10363 * calc/calc-mtx.el (calc-det-lu): New variable.
10364 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10365
10366 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10367 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10368 and arg by declared variables.
10369 (calcFunc-reducer): Fix incorrect variable.
10370 (math-inner-mul-func, math-inner-add-func): New variables.
10371 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10372 and add-func by declared variables.
10373
10374 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10375 (calc-digit-value): Declare them.
10376
10377 * calc/calc-help.el (Info-history): Declare it.
10378 (calc-describe-key): Make calc-summary-indentation a local variable.
10379 (calc-help-long-names): Move declaration to earlier in file.
10380
10381 * calc/calc-embed.el (calc-original-buffer): Declare it.
10382 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10383 (calc-embed-bot): New variables.
10384 (calc-do-embedded, calc-embedded-mark-formula)
10385 (calc-embedded-find-bounds, calc-embedded-duplicate)
10386 (calc-embedded-new-formula, calc-embedded-make-info):
10387 Replace vars outer-top, outer-bot, bot and top by declared variables.
10388 (calc-embed-prev-modes): New variable.
10389 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10390 prev-modes with declared variable.
10391 (calc-embed-vars-used): New variable.
10392 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10393 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10394 vars-used by declared variable.
10395
10396 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10397 (math-format-radix-float): Remove unnecessary setq.
10398 (math-radix-float-cache): Declare it.
10399
10400 * calc/calcsel2.el (calc-keep-selection): Declare it.
10401
10402 * calc/calc-maint.el: Remove file.
10403
10404 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10405
10406 * textmodes/bibtex.el (bibtex-sort-entry-class)
10407 (bibtex-comment-start): Use defcustom.
10408 (bibtex-entry-field-alist): Use nil if initial content of the
10409 field is undefined. Fix docstring.
10410 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10411 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10412 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10413 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10414 Fix docstring.
10415 (bibtex-autokey-title-terminators): Use only one regexp.
10416 (bibtex-string-maybe-empty-head): New variable.
10417 (bibtex-remove-delimiters-string): New function.
10418 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10419 Use bibtex-remove-delimiters-string.
10420 (bibtex-progress-message, bibtex-field-left-delimiter)
10421 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10422 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10423 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10424 Simplify.
10425 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10426 Use eq and bibtex-remove-delimiters-string. For end markers use
10427 insertion type so that marker stays after inserted text.
10428 (bibtex-autokey-get-names): Return empty string if name is missing.
10429 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10430 calling bibtex-autokey-name-case-convert.
10431 (bibtex-autokey-demangle-title):
10432 Call bibtex-autokey-titleword-case-convert. Remove call to
10433 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10434 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10435 (bibtex-read-key): New optional arg global.
10436 (bibtex-files-expand): New optional arg force.
10437 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10438 (bibtex-complete-crossref-cleanup): Rename from
10439 bibtex-complete-key-cleanup. Simplify code.
10440 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10441 Operate on current entry.
10442 (bibtex-button): Add docstring.
10443 (bibtex-entry): Simplify.
10444 (bibtex-make-field): Replace optional arg called-by-yank with more
10445 specific args move and interactive.
10446 (bibtex-end-of-entry): Use forward-sexp.
10447 (bibtex-find-entry-globally): Remove.
10448 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10449 Bound to C-c C-x.
10450 (bibtex-find-entry): New optional args global and display.
10451 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10452 (bibtex-validate): Use arg force of bibtex-files-expand.
10453 (bibtex-clean-entry): Bugfix, clean string entries properly.
10454 Always keep point at beginning of entry.
10455 (bibtex-complete): Bugfix. Handle string entries properly.
10456 Call cleanup functions only if needed.
10457 (bibtex-String): Use bibtex-read-string-key.
10458 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10459 case of replacement text.
10460
10461 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10462
10463 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10464 (tramp-perl-directory-files-and-attributes): New constant.
10465 (tramp-file-name-handler-alist): Delete file-directory-files, add
10466 directory-files-and-attributes.
10467 (tramp-perl-file-attributes): Surround uid and gid by double
10468 quotes. Change parameter id-format from nonnumeric.
10469 (tramp-convert-file-attributes): New function.
10470 (tramp-handle-file-attributes): Use it.
10471 (tramp-maybe-send-perl-script): New function.
10472 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10473 file mode. Change parameter id-format from nonnumeric.
10474 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10475 from nonnumeric.
10476 (tramp-post-connection): Don't send tramp-perl-file-attributes
10477 script. Reset connection property "perl-scripts".
10478 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10479 in use.
10480
10481 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10482
10483 * desktop.el (desktop-read): Replace mapcar with mapc.
10484 (desktop-create-buffer): Replace mapcar with mapc.
10485 Remove redundant piece of code.
10486
10487 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10488
10489 * progmodes/gud.el (gud-display-line): Use display-buffer
10490 for GDB-UI as for GUD.
10491
10492 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10493 Delete variables.
10494 (gdb-ann3): Don't make GUD buffer dedicated.
10495 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10496 (gdb-display-source-buffer): Delete function.
10497 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10498 (menu): Delete menu bindings for viewing source/assembler.
10499 (gdb-setup-windows, gdb-restore-windows):
10500 Don't dedicate GUD. No assembler now.
10501 (gdb-reset): No need to undedicate source buffers now.
10502 (gdb-source-info): No assembler now.
10503
10504 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10507 width to those for special frames.
10508 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10509 Use display-buffer.
10510 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10511 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10512 (gdb-frame-assembler-buffer): Rework like
10513 gdb-frame-breakpoints-buffer.
10514
10515 2004-11-25 Richard M. Stallman <rms@gnu.org>
10516
10517 * progmodes/flymake.el: Reindent.
10518 (flymake-split-string): Turn into defalias.
10519 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10520 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10521 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10522 (flymake-build-relative-filename): Rename from ...path.
10523 Fix error message.
10524
10525 2004-11-25 Cheng Gao <chenggao@gmail.com>
10526
10527 * progmodes/flymake.el: Much whitespace and capitalization change.
10528 Move `provide' to end. Require `compile' only when compiling.
10529
10530 2004-11-24 Jay Belanger <belanger@truman.edu>
10531
10532 * calc/calc-alg.el: Added comment.
10533 (math-polynomial-base): Replace variable mpb-top-expr by
10534 math-poly-base-top-expr.
10535
10536 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10537 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10538 variable.
10539 (math-poly-base-total-base): New variable.
10540 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10541 mpb-total-base by declared variable.
10542 (math-factored-vars, math-to-list): Declare it.
10543 (math-fact-expr): New variable.
10544 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10545 (math-factor-expr-try, math-factor-expr-part): Replace variable
10546 expr by declared variable.
10547 (math-fet-x): New variable.
10548 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10549 by declared variable.
10550 (math-factor-poly-coefs): Make temp a local variable.
10551
10552 * calc/calc-units.el (calc-convert-units): Make units a local
10553 variable.
10554 (calc-num-units, calc-den-units): New variables.
10555 (calc-explain-units, calc-explain-units-rec): Replace variables
10556 num-units and den-units by declared variables.
10557 (math-cu-unit-list): New variable.
10558 (math-build-units-table, math-compare-unit-names)
10559 (math-convert-units, math-convert-units-rec): Replace variable
10560 unit-list by declared variable.
10561 (math-fbu-base, math-fbu-entry): New variables.
10562 (math-find-base-units, math-find-base-units-rec): Replace variables
10563 base and entry by declared variables.
10564 (math-which-standard): New variable.
10565 (math-to-standard-units, math-to-standard-rec): Replace variable
10566 which-standard by declared variable.
10567 (math-fcu-u): New variable.
10568 (math-find-compatible-unit, math-find-compatible-unit-rec):
10569 Replace variable u by declared variable.
10570 (math-cu-new-units, math-cu-pure): New variables.
10571 (math-convert-units, math-convert-units-rec): Replace variables
10572 new-units and pure by declared variables.
10573 (math-try-cancel-units): New variable.
10574 (math-simplify-units-quotient): Replace variable try-cancel-units by
10575 declared variable.
10576
10577 2004-11-24 Richard M. Stallman <rms@gnu.org>
10578
10579 * textmodes/ispell.el (ispell-check-version):
10580 If default-directory is nonexistent, use home dir.
10581
10582 * progmodes/grep.el (grep-regexp-alist):
10583 Don't match parens around line numbers.
10584
10585 * progmodes/cperl-mode.el (cperl-indent-region)
10586 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10587 Don't print progress messages.
10588
10589 * progmodes/compile.el (compilation-mode-map):
10590 Don't inherit from compilation-minor-mode-map;
10591 copy its bindings instead. But the menu bar Compile
10592 entry now does inherit from compilation-menu-map.
10593
10594 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10595 Use with-no-warnings around compiler-macroexpand.
10596
10597 * imenu.el: Don't always require newcomment.
10598 (imenu--generic-function): Call comment-normalize-vars
10599 if we have a comment syntax.
10600 Exit the loop if REGEXP matches the null string.
10601 Test comment-start as well as comment-start-skip
10602 when deciding whether to check for comments.
10603
10604 * tooltip.el (tooltip-mode): Doc fix.
10605
10606 * term.el (term-escape-char, term-mode): Doc fixes.
10607
10608 2004-11-24 Dave Love <fx@gnu.org>
10609
10610 * progmodes/python.el (python-font-lock-syntactic-keywords):
10611 Check for escapes in the regexp.
10612 (python-quote-syntax): Don't do it here.
10613
10614 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10615
10616 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10617 (gdb-frames-mode-map, gdb-threads-mode-map)
10618 (gdb-registers-mode-map, gdb-locals-mode-map)
10619 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10620 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10621
10622 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10623 (dedicated-switch-to-buffer): Rework.
10624 (gdb-var-evaluate-expression-handler, gdb-put-string):
10625 Remove unused variable bindings.
10626 (gdb-setup-windows, gdb-display-buffer):
10627 Simplify. Use pop-to-buffer.
10628 (gdb-view-source-function): Simplify.
10629 (gdb-frame-breakpoints-buffer):
10630 Use pop-to-buffer, special-display-regexps.
10631
10632 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10633
10634 * progmodes/f90.el (f90-smart-end)
10635 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10636 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10637 (f90-end-of-block): Doc fix. Make check of outermost block
10638 conditional on value of `f90-smart-end'.
10639 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10640 Handle case where END-BLOCK is nil.
10641 (f90-match-end): Handle un-named PROGRAM blocks.
10642 (f90-backslash-not-special): New function.
10643
10644 2004-11-24 Jay Belanger <belanger@truman.edu>
10645
10646 * calc/calc.el (calc-embedded-active): Removed unnecessary
10647 declaration.
10648 (calc-show-banner): Removed redundant declaration.
10649
10650 * calc/calc-graph.el (calc-gnuplot-default-device)
10651 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10652 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10653 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10654 Remove redundant initial values.
10655
10656 * calc/calc-arith.el (math-scalar-functions)
10657 (math-nonscalar-functions, math-scalar-if-args-functions)
10658 (math-real-functions, math-positive-functions)
10659 (math-nonnegative-functions, math-real-scalar-functions)
10660 (math-real-if-arg-functions, math-integer-functions)
10661 (math-num-integer-functions, math-rounding-functions)
10662 (math-float-rounding-functions, math-integer-if-args-functions)
10663 (math-super-types): Move declarations to earlier in file.
10664 (math-unit-prefixes): Declared it.
10665 (math-floor-prec, math-trunc-prec): New variables.
10666 (math-trunc-fancy): Replace variable prec by declared variable.
10667 (math-floor-fancy): Replace variable prec by declared variable.
10668 (math-com-bterms): New variable.
10669 (math-commutative-equal, math-commutative-collect):
10670 Replace variable bterms by declared variable.
10671
10672 * calc/calc-misc.el (math-trunc): Replace variable prec by
10673 math-trunc-prec.
10674 (math-floor): Replace variable prec by math-floor-prec.
10675
10676 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10677 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10678 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10679 (math-format-date, math-format-date-part): Replace variables
10680 date, dt, year, month, day, weekday, hour, minute, second and
10681 bc-flag by declared variables.
10682 (math-pd-str): New variable.
10683 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10684 Replace variable str by declared variable.
10685 (math-daylight-savings-hook, math-tzone-names): Move definitions
10686 to earlier in the file.
10687 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10688 (math-sh-year): New variable.
10689 (math-setup-add-holidays, math-setup-holidays)
10690 (math-setup-year-holidays): Replace variable `year' by declared
10691 variable.
10692
10693 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10694 New variables.
10695 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10696 n, nf and nfm1 by declared variables.
10697 (math-nri-n): New variable.
10698 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10699 n by declared variable.
10700 (calcFunc-log): Removed misplaced condition.
10701
10702 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10705
10706 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10707
10708 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10709 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10710 Dedicate gdb-related windows.
10711 (gdb-display-buffer): Dedicate gdb-related windows.
10712 Don't grab other frames.
10713 (gdb-reset): Remove dedicated property after debugging.
10714
10715 2004-11-24 Jay Belanger <belanger@truman.edu>
10716
10717 * calc/calc-sel.el: Add comment.
10718
10719 * calc/calc.el (math-stack-value-offset): Replace variables c,
10720 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10721
10722 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10723 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10724 (math-stack-value-offset-fancy): Replace variables c, wid and off
10725 by declared variables.
10726 (math-comp-just, math-comp-comma-spc): New variables.
10727 (math-compose-expr, math-compose-matrix): Replace variables `just'
10728 and comma-spc by declared variable.
10729 (math-comp-vector-prec): New variable.
10730 (math-compose-expr, math-compose-matrix, math-compose-rows):
10731 Replace variable vector-prec by declared variable.
10732 (math-comp-left-bracket, math-comp-right-bracket)
10733 (math-comp-comma): New variables.
10734 (math-compose-expr, math-compose-rows): Replace variables
10735 left-bracket, right-bracket and comma by declared variables.
10736 (math-comp-full-width): New variable.
10737 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10738 Replace variable full-width by declared variable.
10739 (math-comp-highlight, math-comp-word, math-comp-level)
10740 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10741 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10742 New variables.
10743 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10744 (math-comp-sel-flat-term): Replace variables comp-highlight,
10745 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10746 declared variables.
10747 (math-comp-simplify, math-comp-simplify-term)
10748 (math-comp-add-string, math-comp-add-string-sel):
10749 Replace variables comp-highlight, comp-buf, comp-base,
10750 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10751
10752 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10753
10754 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10755
10756 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10757 and x-server-version may throw.
10758
10759 2004-11-23 Kim F. Storm <storm@cua.dk>
10760
10761 * subr.el (substitute-key-definition-key): Optimize.
10762 Don't call indirect-function for nil defn (always signals error).
10763
10764 * ido.el (ido-read-internal): Fix require-match check when
10765 ido-directory-too-big is set.
10766
10767 2004-11-23 Jay Belanger <belanger@truman.edu>
10768
10769 * calc/calc-ext.el (math-read-replacement-list)
10770 (math-read-superscripts): New variables.
10771 (math-read-preprocess-string): New function.
10772 (math-read-expr): Filter input through math-read-preprocess-string.
10773
10774 * calc/calc-aent.el (math-read-exprs): Filter input through
10775 math-read-preprocess-string.
10776
10777 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10778
10779 * progmodes/compile.el (compilation-start): In cd command use
10780 substitute-env-vars -- not quite shell compatible but better than
10781 nothing.
10782 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10783 handle the newer versions messages, which are more parseable.
10784
10785 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * reveal.el (reveal-mode-map): New var.
10788 (reveal-mode): Use it.
10789
10790 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10791
10792 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10793 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10794
10795 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10798 header-line when needed.
10799 Use fixed-pitch only in the header-line.
10800 Build the underline automatically. Use emdash if available.
10801
10802 2004-11-22 Richard M. Stallman <rms@gnu.org>
10803
10804 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10805 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10806
10807 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10808
10809 * progmodes/gdb-ui.el (gdb-resync): New function.
10810 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10811 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10812 Use it to fail more gracefully.
10813 (gdb-variables): Delete variable.
10814 Re-order variables to reduce byte-compiler warnings.
10815
10816 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * descr-text.el (describe-char):
10819 * paren.el (show-paren-function):
10820 * subr.el (syntax-after): Undo last change.
10821
10822 * progmodes/python.el (run-python): Don't hard code *Python*.
10823 Don't modify global process-environment.
10824 (python-send-region, python-load-file): Don't assume that
10825 python-buffer == (process-buffer (python-proc)).
10826 (python-switch-to-python): Simplify.
10827
10828 * dired.el (dired-align-file): Don't assume line starts with spaces.
10829
10830 2004-11-21 Jay Belanger <belanger@truman.edu>
10831
10832 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10833 Replace variable `lines' by math-read-big-lines.
10834 (math-read-big-expr): Replace variables the-baseline, the-h2
10835 and err-msg by math-read-big-baseline, math-read-big-h2 and
10836 math-read-err-msg.
10837 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10838
10839 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10840 (math-read-big-balance): Replace unbound variable by value.
10841 (math-read-big-lines): New variable.
10842 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10843 (math-read-big-error, math-read-big-balance): Replace variable
10844 `lines' by declared variable.
10845 (math-read-big-baseline, math-read-big-h2): New variables.
10846 (math-read-big-rec): Replace variables the-baseline and the-h2
10847 by declared variables.
10848 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10849 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10850 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10851 declared variables.
10852 (math-read-big-err-msg): New variable.
10853 (math-read-big-error): Replace variable err-msg by declared variable.
10854
10855 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * ses.el: Add coding cookie.
10858 Fix up docstrings, follow new commenting conventions.
10859 (ses-header-line-menu): Fix missing variable rename for header-row.
10860 (ses-cell-size): Remove.
10861 (ses-make-cell): New function.
10862 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10863 (ses-calculate-cell): Remove unused var `symbol'.
10864 (ses-narrowed-p): New function.
10865 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10866 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10867 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10868 (ses-setup): Use restore-buffer-modified-p.
10869 (ses-cleanup): Remove unused var `end'.
10870 (ses-header-string-left-offset): Remove.
10871 (ses-create-header-string): Adjust to new behavior of `align-to'.
10872 Truncate excessively large fields to preserve alignment.
10873 (ses-reconstruct-all): Remove unused var `refs'.
10874 (ses-read-cell-printer): Remove unused var `prompt'.
10875 (ses-delete-row): Remove unused var `pos'.
10876 (ses-delete-column): Remove unused var `new'.
10877
10878 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10879
10880 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10881 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10882 Eliminate eval-and-compile usage.
10883 (ps-insert-file): Use insert-file-contents instead of insert-file.
10884 (ps-setup): Code fix.
10885
10886 * printing.el (pr-setup, lpr-setup): Code fix.
10887
10888 2004-11-21 Jay Belanger <belanger@truman.edu>
10889
10890 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10891 (calc-original-buffer): Declare them.
10892 (calc-user-formula-alist): New variable.
10893 (calc-user-define-formula, calc-fix-user-formula)
10894 (calc-user-define-composition, calc-finish-formula-edit):
10895 Replace variable `alist' by declared variable.
10896 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10897 (var-q7, var-q7, var-q8, var-q9): Declare them.
10898 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10899 are bound.
10900 (calcFunc-typeof): Replace undeclared variable by expression.
10901 (math-exp-env): New variable.
10902 (math-define-body, math-define-exp): Replace exp-env by declared var.
10903 (math-define-exp): Replace misplaced variable by expression.
10904
10905 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10906 (calc-curve-model, calc-curve-coefnames): New variables.
10907 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10908 varnames, model and coefnames by declared variables.
10909 (math-root-widen): New variable.
10910 (math-search-root, math-find-root): Replace variable root-widen by
10911 declared variable.
10912 (var-DUMMY): Declare it.
10913 (math-root-vars, math-min-vars): Move the declarations to earlier in
10914 the file.
10915 (math-brent-min): Make d a local variable.
10916 (math-find-minimum): Replace non-existent variable.
10917 (math-ninteg-romberg): Remove unnecessary variable.
10918 (math-ninteg-temp): New variable.
10919 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10920 integ-temp by declared variable.
10921 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10922 New variables.
10923 (math-general-fit): Replace variables first-var, first-coef and
10924 new-coefs by declared variables.
10925 (calcFunc-fitvar): Replace variable first-var by declared variable.
10926 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10927 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10928 (math-all-vars-vars, math-all-vars-found): New variables.
10929 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10930 found by declared variable math-all-vars-vars.
10931
10932 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10933
10934 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10935 of `defconst'.
10936
10937 2004-11-20 Richard M. Stallman <rms@gnu.org>
10938
10939 * isearch.el (isearch-mode-map): Don't bind SPC.
10940 (isearch-whitespace-chars): Function deleted.
10941 (isearch-search): Bind search-spaces-regexp.
10942 (isearch-lazy-highlight-search): Likewise.
10943 (search-whitespace-regexp): Doc fix.
10944 (isearch-forward-regexp): Doc fix.
10945
10946 * emacs-lisp/bytecomp.el (byte-compile-form):
10947 Move the calls to byte-compile-set-symbol-position,
10948 to avoid having two for the same symbol occurrence.
10949
10950 * comint.el (comint-input-ring-size): Increase to 150.
10951
10952 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10953 New variables.
10954 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10955 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10956
10957 * imenu.el (imenu--generic-function):
10958 Ensure we keep moving backward even if BEG isn't further back.
10959
10960 * replace.el (query-replace-read-to, query-replace-read-from):
10961 Specify t for KEEP-ALL in read-from-minibuffer.
10962
10963 * progmodes/python.el (python-switch-to-python):
10964 If Python isn't running, start it.
10965 Don't alter debug-ignored-errors.
10966
10967 * progmodes/cperl-mode.el (cperl-indent-region):
10968 Don't mind imenu-scanning-message.
10969
10970 * bindings.el (global-map): Bind C-e to move-end-of-line.
10971
10972 * simple.el (line-move-finish): New arg FORWARD.
10973 Ignore invisible newlines, not intangible ones.
10974 Conditions for acceptable stopping positions depend on FORWARD.
10975 (line-move): Pass FORWARD arg to line-move-finish.
10976
10977 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10978 of HEADER. Compensate for this change in the code to add display
10979 properties. Don't make the first line intangible.
10980
10981 * info.el (Info-search): Fix previous change.
10982
10983 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10984
10985 * Makefile.in (recompile): Revert 2004-11-19 change.
10986 (compile): Likewise.
10987
10988 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10989
10990 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10991
10992 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10993
10994 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10995 defgroup and defcustom. Eliminate eval-and-compile usage.
10996
10997 * progmodes/ebnf-otz.el: Fix typos.
10998
10999 2004-11-19 Jay Belanger <belanger@truman.edu>
11000
11001 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11002 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11003 disp-trail by declared variable.
11004
11005 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11006 (calc-finish-selection-edit): Replace variable disp-trail by
11007 declared variable.
11008 (calc-selection-cache-entry): Move declaration to earlier in the file.
11009 (calc-selection-cache-num, calc-selection-cache-comp)
11010 (calc-selection-cache-offset, calc-selection-true-num)
11011 (calc-final-point-line, calc-final-point-column)
11012 (calc-original-buffer): Declare them.
11013 (calc-fnp-op, calc-fnp-num): New variables.
11014 (calc-find-nth-part, calc-find-nth-part-rec)
11015 (calc-select-previous): Replace op and num by declared variables.
11016 (calc-rsf-old, calc-rsf-new): New variables.
11017 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11018 Replace variables old and new by declared variables.
11019 (calc-sel-reselect): New variable.
11020 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11021 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11022 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11023 reselect with declared variable.
11024
11025 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11026 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11027 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11028 (math-import-list, math-rewrite-phase): Declare them.
11029 (math-rewrite): Use let* to declare variables.
11030 (calc-rewrite-selection): Make rules a local variable.
11031 (calc-rewr-sel): New variable.
11032 (calc-rewrite-selection, calc-locate-selection-marker)
11033 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11034 of sel.
11035 (math-rewrite-whole-expr): New variable.
11036 (math-rewrite, math-rewrite-phase): Replace variable expr by
11037 declared variable.
11038 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11039 (math-rewrite-heads-blanks ): New variables.
11040 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11041 heads, skips and blanks by declared variables.
11042 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11043 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11044 New variables.
11045 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11046 old, new, old-func and new-func by declared variables.
11047 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11048 Remove unnecessary variable.
11049 (math-apply-rw-regs): New variable.
11050 (math-apply-rewrites, math-rwapply-replace-regs)
11051 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11052 (math-apply-rw-ruleset): New variable.
11053 (math-apply-rewrites, math-rwapply-remember): Replace variable
11054 ruleset by declared variable.
11055
11056 2004-11-19 Richard M. Stallman <rms@gnu.org>
11057
11058 * info.el (Info-search): Use search-whitespace-regexp.
11059
11060 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11061
11062 * vc-rcs.el (vc-rcs-parse): New function.
11063 (vc-rcs-annotate-command): Likewise.
11064 (vc-rcs-annotate-current-time): Likewise.
11065 (vc-rcs-annotate-time): Likewise.
11066 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11067
11068 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11069
11070 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11071
11072 2004-11-18 Jay Belanger <belanger@truman.edu>
11073
11074 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11075
11076 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11077
11078 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11079 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11080 Use make-temp-file to generate PostScript files in any situation.
11081 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11082 (pr-interactive-p): Eliminate var.
11083 (pr-save-interactive): Eliminate macro.
11084 (pr-interface, pr-ps-directory-preview)
11085 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11086 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11087 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11088 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11089 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11090 (pr-ps-region-ps-print, pr-ps-mode-preview)
11091 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11092 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11093 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11094 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11095 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11096 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11097 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11098 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11099 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11100 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11101 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11102 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11103 Eliminate pr-save-interactive usage.
11104 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11105 Eliminate pr-interactive-p usage.
11106 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11107 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11108 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11109 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11110 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11111 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11112 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11113 New funs.
11114 (pr-ps-file): Use make-temp-file to generate a temporary file.
11115
11116 2004-11-17 Jay Belanger <belanger@truman.edu>
11117
11118 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11119 a local variable.
11120 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11121 (math-top-only): New variable.
11122 (math-simplify, math-simplify-step): Replace variable top-only by
11123 declared variable math-top-only.
11124 (math-simplify-expr): Declare it.
11125 Replace argument expr in all calls of math-defsimplify by
11126 math-simplify-expr.
11127 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11128 (math-simplify-divisor, math-simplify-one-divisor)
11129 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11130 (math-simplify-pow): Replace variable expr by declared variable
11131 math-simplify-expr.
11132 (math-simplify-divisor): Remove local variables temp and op.
11133 (math-simplify-one-divisor): Make temp and op local variables.
11134 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11135 New variables.
11136 (math-simplify-divisor, math-simplify-one-divisor):
11137 Replace variables nover and dover by declared variables.
11138 (math-expr-subst-new, math-expr-subst-old): New variables.
11139 (math-expr-subst, math-expr-subst-rec): Replace variables new
11140 and old by declared variables.
11141 (math-is-poly-degree, math-is-poly-loose): New variables.
11142 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11143 and loose by declared variables.
11144 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11145 (math-polynomial-base, math-polynomial-base-rec):
11146 Replace variables const-ok and mpb-pred by declared variables.
11147
11148 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11149
11150 * calc/calc-ext.el (math-defsimplify): Change the argument in
11151 the created function to math-simplify-expr.
11152
11153 * calc/calc-units.el (math-simplify-expr): Declare it.
11154 Replace argument expr in all calls of math-defsimplify by
11155 math-simplify-expr.
11156 (math-simplify-units-prod): Replace variable expr by declared
11157 variable math-simplify-expr.
11158
11159 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11162 Replace mapcar->dolist, format->string.
11163
11164 2004-11-17 Miles Bader <miles@gnu.org>
11165
11166 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11167 * progmodes/idlwave.el: Remove RCS keywords.
11168
11169 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11170
11171 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11172 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11173 Update to IDLWAVE version 5.5. Too many changes to list them here.
11174 * progmodes/idlw-help.el: New file.
11175
11176 2004-11-16 Richard M. Stallman <rms@gnu.org>
11177
11178 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11179 Discard spaces after \i according to TeX rules.
11180
11181 * international/mule.el (set-buffer-file-coding-system):
11182 New arg NOMODIFY.
11183 (after-insert-file-set-coding): Pass that new arg.
11184 Prevent set-buffer-multibyte from trying to lock the file.
11185
11186 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11187
11188 * saveplace.el (save-place): Doc fix.
11189
11190 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11191 temporarily widen before finding the following word to copy.
11192
11193 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11194 (cl-map-keymap): Definition deleted.
11195
11196 * subr.el (map-keymap-internal): New function.
11197
11198 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11201 when pressing rather than when releasing mouse-2. Simplify.
11202
11203 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11206 (compilation-mode): Set it here instead.
11207
11208 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11209
11210 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11211 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11212
11213 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * progmodes/compile.el (compilation-internal-error-properties):
11216 Fix up a transposition-typo. Check end-col before using it.
11217
11218 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11219
11220 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11221 Discard whitespace after macro \i when converting it.
11222
11223 2004-11-16 Juri Linkov <juri@jurta.org>
11224
11225 * emacs-lisp/find-func.el (find-function-regexp):
11226 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11227 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11228 Remove invalid `\W' from [^cgv\W]. Doc fix.
11229 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11230
11231 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11232
11233 * play/life.el: Maintainer is now FSF.
11234 (life-patterns, life-neighbor-deltas, life-window-start)
11235 (life-current-generation, life-generation-string): Use defvar
11236 instead of defconst.
11237
11238 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * progmodes/compile.el (compilation-move-to-column): New fun.
11241 (compilation-internal-error-properties)
11242 (compilation-next-error-function): Use it to make sure we don't go past
11243 the end of line.
11244
11245 2004-11-15 John Paul Wallington <jpw@gnu.org>
11246
11247 * autoinsert.el (auto-insert-alist): Insert the user's name in
11248 copyright notice, rather than Free Software Foundation, for the
11249 Emacs Lisp header case too.
11250
11251 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11252
11253 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11254 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11255 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11256 return the list of string in a string.
11257 (pr-call-process): Message if calling process returns an error, that
11258 is, the exit status is different of zero.
11259
11260 2004-11-15 Jay Belanger <belanger@truman.edu>
11261
11262 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11263 variable var-thing.
11264 (math-integ-depth, math-integ-level, math-integral-limit)
11265 (math-enable-subst, math-any-substs, math-integ-msg)
11266 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11267 (math-int-threshold, math-int-factors, math-double-roots)
11268 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11269 (var-GenCount): Declare these variables.
11270 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11271 (math-integral-cache, math-integral-cache-state):
11272 Move declarations to earlier in the file.
11273 (math-deriv-var, math-deriv-total, math-deriv-symb)
11274 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11275 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11276 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11277 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11278 (math-solve-res): New variables
11279 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11280 (math-integral, math-replace-integral-parts)
11281 (math-integrate-by-parts, calc-dump-integral-cache)
11282 (math-try-integral, math-do-integral, math-do-integral)
11283 (math-do-integral-methods, math-try-solve-for)
11284 (math-try-solve-prod, math-solve-poly-funny-powers)
11285 (math-solve-crunch-poly, math-decompose-poly)
11286 (math-solve-find-root-term, math-find-root-in-prod)
11287 (math-integ-try-linear-substitutions)
11288 (math-integ-try-substitutions, math-expr-rational-in)
11289 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11290 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11291 (math-solve-for, math-solve-system, math-solve-system-rec)
11292 (math-solve-get-sign, math-solve-get-int)
11293 (math-solve-system-subst): Replace undeclared variables with newly
11294 declared variables.
11295
11296 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * winner.el (winner-active-region, winner-edges, winner-window-list):
11299 Define at toplevel.
11300 (winner-mode-map): Move init inside declaration.
11301
11302 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * files.el (convert-standard-filename): Doc fix.
11305
11306 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11307
11308 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11309 passwd, group, shadow, default/* and pam.d/*.
11310
11311 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11312
11313 * printing.el (pr-menu-spec): Adjust menu specification.
11314
11315 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11316
11317 * printing.el: Doc fix. Insert :version tag into all defcustom.
11318 Handle interactive-p as is recommended in Emacs Lisp Reference.
11319 Set the file permission bits for newly created files.
11320 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11321 The printing menu specification (in `pr-menu-spec') was merged.
11322 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11323 (pr-version): New version number (6.8.3).
11324 (pr-file-modes): New option.
11325 (pr-interactive-p): New var.
11326 (pr-save-interactive, pr-save-file-modes): New macros.
11327 (pr-setup): Code fix.
11328 (pr-menu-spec): Menu specification merged.
11329 (pr-call-process, pr-text2ps): Set file permission bits.
11330 (pr-despool-print): Set file permission bits. Handle interactive-p as
11331 is recommended.
11332 (pr-interface, pr-ps-directory-preview)
11333 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11334 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11335 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11336 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11337 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11338 (pr-ps-region-ps-print, pr-ps-mode-preview)
11339 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11340 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11341 (pr-despool-using-ghostscript, pr-despool-ps-print)
11342 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11343 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11344 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11345 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11346 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11347 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11348 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11349 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11350 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11351 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11352 Handle interactive-p as is recommended.
11353
11354 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11357 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11358
11359 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11360 so it doesn't forget to highlight the beginning of the region either.
11361
11362 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11363
11364 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11365 (c-font-lock-init): Eliminate obsolete make-local-hook.
11366 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11367 (awk-mode): Use run-mode-hooks.
11368
11369 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11370
11371 2004-11-13 Kim F. Storm <storm@cua.dk>
11372
11373 * mouse.el (mouse-drag-copy-region): Add :version.
11374 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11375 while dragging mode line, so mode line can be dragged downwards.
11376 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11377 while pressing mouse button so window doesn't scroll until we
11378 release the mouse if clicking on partially visible line.
11379
11380 2004-11-12 Jay Belanger <belanger@truman.edu>
11381
11382 * calc/calc-graph.el (calc-dumb-map): Declare it.
11383 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11384 than unbound.
11385 (calc-graph-name): Made `end' a local variable.
11386 (calc-graph-lookup): Made `varname' a local variable.
11387 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11388 Declare them.
11389 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11390 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11391 the unused variable y3vec.
11392 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11393 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11394 calc-graph-prev-kill-hook.
11395 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11396 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11397 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11398 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11399 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11400 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11401 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11402 (calc-graph-y3value, calc-graph-y3name)
11403 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11404 (calc-graph-stepcount, calc-graph-is-splot)
11405 (calc-graph-surprise-splot, calc-graph-blank)
11406 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11407 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11408 (calc-graph-recompute-2d, calc-graph-compute-3d)
11409 (calc-graph-format-data): Replace undeclared variables with the
11410 above newly declared variables.
11411
11412 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11413
11414 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11415 `rsf-beep' and `rsf-sleep-after-message'.
11416
11417 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11418 list if `message-sender' is non-nil.
11419
11420 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11421
11422 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11423 consing by using mapc instead of mapcar.
11424
11425 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11426
11427 * tooltip.el (require): Explain why CL is needed.
11428
11429 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11430
11431 * printing.el: Insert :version into defgroup (printing). All reference
11432 to Files option in menubar were changed to File.
11433 (pr-version): New version number (6.8.2).
11434 (pr-get-symbol): Call easy-menu-intern.
11435 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11436 compilation gripes.
11437
11438 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11439
11440 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11441 new byte-compile-function-environment binding to t.
11442
11443 * font-lock.el (font-lock-fontify-syntactically-region):
11444 Don't forget to highlight the last char when we hit `end'.
11445
11446 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11447 (mwheel-scroll): Adjust accordingly.
11448
11449 * cvs-status.el: Reduce spurious warnings.
11450 (cvs-status-checkout): Remove.
11451 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11452
11453 * pcvs.el (cvs-mode-checkout): New command.
11454
11455 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11456
11457 * tooltip.el: Require CL.
11458
11459 * emacs-lisp/bytecomp.el: Use push.
11460 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11461 (defalias): Remove the `byte-compile' property and add
11462 a `byte-hunk-handler'.
11463
11464 2004-11-11 Juri Linkov <juri@jurta.org>
11465
11466 * info.el (Info-search): Save match data for isearch.
11467 Skip Tag Table node.
11468
11469 * descr-text.el (describe-char): Replace syntax-after with code
11470 from its previous version.
11471
11472 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11473 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11474
11475 * international/mule.el (sgml-html-meta-auto-coding-function):
11476 Remove > after <html to allow HTML attributes.
11477
11478 2004-11-11 Jay Belanger <belanger@truman.edu>
11479
11480 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11481 a variable.
11482 (calcFunc-dfac): Replace unbound max by n.
11483 (math-stirling-local-cache): New variable.
11484 (math-stirling-number, math-stirling-1, math-stirling-2):
11485 Replace the variable `cache' by the declared variable
11486 math-stirling-local-cache.
11487 (var-RandSeed): Declare it as a variable.
11488 (math-init-random-base, math-random-digit): Don't check to see if
11489 var-RandSeed is bound.
11490 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11491 Declare them instead of just setting them.
11492 (math-init-random-base): Made i a local variable.
11493 (math-random-digit): Made math-random-last a local variable.
11494 (math-prime-test-cache): Move declaration to before it is used.
11495 (math-prime-test-cache-k, math-prime-test-cache-q)
11496 (math-prime-test-cache-nm1, math-prime-factors-finished):
11497 Declare them as variables.
11498
11499 2004-11-11 Jay Belanger <belanger@truman.edu>
11500
11501 * calc/calc-ext.el (math-defcache): Use defvar for the new
11502 variables it creates.
11503
11504 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11505
11506 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11507 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11508 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11509 (desktop-save): Add :version.
11510
11511 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * printing.el (pr-get-symbol): Don't downcase.
11514
11515 2004-11-10 Jay Belanger <belanger@truman.edu>
11516
11517 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11518 string to kill-ring.
11519
11520 * calc/calc-aent.el (calc-alg-exp, math-toks)
11521 (math-exp-pos,math-exp-old-pos, math-exp-token)
11522 (math-exp-keep-spaces, math-exp-str): New variables.
11523 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11524 (calcAlg-enter): Use declared variable calc-alg-exp.
11525 (math-build-parse-table, math-find-user-token): Use declared
11526 variable math-toks.
11527 (math-read-exprs, math-read-token, calc-check-user-syntax)
11528 (calc-match-user-syntax, match-factor-after, math-read-factor):
11529 Use declared variables math-exp-pos math-exp-old-pos.
11530 (math-read-exprs, math-read-token, math-read-expr-level)
11531 (calc-check-user-syntax, calc-match-user-syntax)
11532 (match-factor-after, math-read-factor): Use declared variable
11533 math-exp-token.
11534 (math-read-exprs, math-read-expr-list, math-read-token)
11535 (math-read-factor): Use declared variable math-exp-keep-spaces.
11536 (math-read-exprs, math-read-token): Use declared variable
11537 math-exp-str.
11538 (calc-match-user-syntax): Make m a local variable.
11539
11540 * calc/calc-ext.el (math-read-expr): Use declared variables
11541 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11542 math-exp-keep-spaces.
11543
11544 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11545 variables math-exp-pos, math-exp-str.
11546
11547 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11548 math-exp-old-pos.
11549 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11550 (math-parse-eqn-prime): Use declared variable math-exp-token.
11551
11552 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11553 Use declared variable math-exp-pos.
11554 (math-check-for-commas): Use declared variable math-exp-str.
11555 (math-read-brackets): Use declared variables math-exp-old-pos,
11556 math-exp-keep-spaces.
11557 (math-read-brackets, math-read-vector, math-read-matrix):
11558 Use declared variable math-exp-token.
11559
11560 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11563 where the keymap is a symbol.
11564 (easy-menu-add-item): Use keymap-prompt. Simplify.
11565
11566 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11567
11568 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11569 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11570
11571 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11572
11573 * ebuff-menu.el: Doc fixes throughout.
11574 (electric-buffer-menu-mode-hook): New defvar.
11575
11576 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11577
11578 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11579 The resulting compiler warnings appear to be harmless.
11580
11581 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11582
11583 * textmodes/conf-mode.el: New file.
11584
11585 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11586
11587 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11590
11591 2004-11-09 Jay Belanger <belanger@truman.edu>
11592
11593 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11594
11595 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11596 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11597 (calc-z-prefix-help, calc-user-function-list): Use declared
11598 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11599 (math-map-tree, math-map-tree-rec): Use declared variables
11600 math-mt-many, math-mt-func.
11601 (math-read-expression, math-read-string): Use declared variable
11602 math-expr-data.
11603
11604 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11605 variable math-normalize-a.
11606
11607 * calc/calc.el (math-normalize-a): New variable.
11608 (math-normalize): Use declared variable math-normalize-a.
11609
11610 * calc/calc-poly.el (math-expand-form): Use declared variable
11611 math-mt-many.
11612
11613 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11614 Use declared variable math-mt-many.
11615 (math-rewrite): Use declared variable math-mt-func.
11616
11617 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11618 (math-read-matrix): Use declared variable math-expr-data.
11619
11620 * calc/calc-lang.el (math-parse-fortran-vector)
11621 (math-parse-fortran-vector-end, math-parse-tex-sum)
11622 (math-parse-eqn-matrix, math-parse-eqn-prime)
11623 (math-read-math-subscr): Use declared variable math-expr-data.
11624
11625 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11626 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11627 (calc-match-user-syntax, math-read-if, math-factor-after)
11628 (math-read-factor): Use declared variable math-expr-data.
11629
11630 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11631
11632 * calendar/diary-lib.el (diary-from-outlook)
11633 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11634 interactive-p; but rather new optional argument NOCONFIRM.
11635
11636 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11637
11638 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11639 (easy-menu-name-match): Revert correspondingly.
11640
11641 2004-11-09 Richard M. Stallman <rms@gnu.org>
11642
11643 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11644 Turn off warnings for the new function even if definition not constant.
11645 If the definition isn't a quoted symbol, record (FUNCTION . t).
11646 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11647 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11648 (display-call-tree, byte-compile-arglist-warn):
11649 Handle t returned by byte-compile-fdefinition.
11650
11651 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11652
11653 * Makefile.in (maintainer-clean): Depend on distclean.
11654
11655 * help-fns.el (help-C-file-name): File name must be in build-files
11656 to be returned.
11657
11658 2004-11-09 Jay Belanger <belanger@truman.edu>
11659
11660 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11661 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11662
11663 * calc/calc.el (calc, calc-trail-display, calc-mode):
11664 Remove obsolete sections.
11665
11666 * calc/calc.el (calc-x-paste-text): Remove.
11667
11668 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11669 mouse-2.
11670
11671 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11672
11673 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11674 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11675 current frame (in case of recursive calls).
11676 (gdb-show-changed-values): Add :version keyword.
11677
11678 2004-11-09 Kenichi Handa <handa@m17n.org>
11679
11680 * international/mule-cmds.el: Change coding: tag back to
11681 iso-2022-7bit.
11682
11683 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * international/mule-cmds.el: Change coding-system to utf-8.
11686 (select-safe-coding-system-interactively):
11687 New function extracted from select-safe-coding-system.
11688 (select-safe-coding-system): Use it.
11689
11690 2004-11-08 Richard M. Stallman <rms@gnu.org>
11691
11692 * subr.el (syntax-after): Doc fix.
11693
11694 * paren.el (show-paren-function): Change calls to syntax-after
11695 for new way of returning the value.
11696
11697 * menu-bar.el (menu-bar-file-menu): Make this the real name
11698 and menu-bar-files-menu the alias. Use the former.
11699 (global-map): Use `file', not `files', as the symbol.
11700
11701 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11702
11703 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11704 Don't use beginning-of-buffer.
11705 (filesets-cmd-show-result): Use with-no-warnings.
11706
11707 2004-11-08 Juri Linkov <juri@jurta.org>
11708
11709 * progmodes/compile.el (compile): Don't overwrite last command in
11710 minibuffer history with default command if they are not equal.
11711
11712 2004-11-08 Jay Belanger <belanger@truman.edu>
11713
11714 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11715 non-linear substitutions.
11716
11717 2004-11-08 Jay Belanger <belanger@truman.edu>
11718
11719 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11720 (math-do-integral): Set `math-linear-subst-tried' to nil.
11721 (math-do-integral-methods): Use `math-linear-subst-tried' to
11722 determine what type of substitution to try.
11723 (math-integ-try-linear-substituion):
11724 Set `math-linear-subst-tried' to t.
11725
11726 2004-11-08 Kim F. Storm <storm@cua.dk>
11727
11728 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11729
11730 2004-11-07 Juri Linkov <juri@jurta.org>
11731
11732 * info-look.el (info-lookup): Allow reusing in the current buffer
11733 not only *info* buffer, but all (even renamed) Info buffers
11734 by checking for major-mode instead of *info* buffer name.
11735 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11736 (octave-mode, maxima-mode) <doc-spec>:
11737 Allow long dashes generated by Texinfo 4.7 before definitions.
11738 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11739 definitions with argument separated by space.
11740
11741 2004-11-06 Richard M. Stallman <rms@gnu.org>
11742
11743 * simple.el (next-error group, face): Move before first use.
11744 (next-error-highlight, next-error-highlight-no-select): Likewise.
11745
11746 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11747 (line-move): New args NOERROR and TO-END.
11748 Return t if if succeed in moving specified number of lines.
11749 (move-end-of-line): New function.
11750
11751 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11752 (end-of-buffer-other-window): Likewise.
11753
11754 * simple.el (line-move-ignore-invisible): Default to t.
11755
11756 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11757
11758 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11759
11760 * international/iso-cvt.el (iso-cvt-define-menu):
11761 Rename menu-bar-files-menu to menu-bar-file-menu.
11762
11763 * net/browse-url.el (browse-url-gnome-moz-program)
11764 (browse-url-gnome-moz-arguments): Move up before first use.
11765
11766 * net/tramp.el (tramp group): Add :version.
11767
11768 * progmodes/ada-xref.el (ada-gdb-application):
11769 Use goto-char instead of beginning-of-buffer.
11770
11771 * progmodes/cperl-mode.el (cperl-info-on-command):
11772 Use goto-char instead of beginning-of-buffer.
11773
11774 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11775 Move up before first use.
11776 (idlwave-shell-temp-pro-file): Likewise.
11777 (idlwave-shell-temp-rinfo-save-file): Likewise.
11778 (idlwave-shell-temp-file): Minor doc fix.
11779
11780 * textmodes/flyspell.el (flyspell-external-point-words):
11781 Use goto-char instead of beginning-of-buffer.
11782
11783 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11784
11785 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11786 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11787 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11788
11789 2004-11-06 David Ponce <david@dponce.com>
11790
11791 * recentf.el (recentf-menu-path): Use menu item name.
11792
11793 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11794
11795 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11796 display doesn't support images.
11797
11798 2004-11-06 Andreas Schwab <schwab@suse.de>
11799
11800 * tempo.el (tempo-match-finder): Doc fix.
11801
11802 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11803
11804 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11807 (easy-menu-lookup-name): New fun to replace it.
11808 (easy-menu-get-map): Use it to obey menu item names (rather than just
11809 keys) when looking up `path'.
11810 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11811 (easy-menu-convert-item-1): Adjust to new name.
11812
11813 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11814
11815 * outline.el (hide-body): Don't hide lines at the top of the file
11816 that precede the first header line.
11817
11818 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11819
11820 * align.el (align-areas): Delete whitespace before reindenting, so
11821 that tabs are never placed after spaces.
11822
11823 2004-11-06 Alan Shutko <ats@acm.org>
11824
11825 * macros.el (insert-kbd-macro): Do completions based on macros,
11826 rather than all commands.
11827
11828 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11829
11830 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11831 to solve a bug whereby tags with 'b' don't match.
11832
11833 2004-11-05 Juri Linkov <juri@jurta.org>
11834
11835 * info.el (Info-search): Don't search in node header lines
11836 and file headers.
11837
11838 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11839 symbol-constituent characters after dot, not only digits.
11840
11841 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11842
11843 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11844
11845 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11846
11847 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11848 if a dialog will be used, read-file-name otherwise.
11849
11850 2004-11-04 Richard M. Stallman <rms@gnu.org>
11851
11852 * textmodes/table.el (table group): Add :version.
11853
11854 * textmodes/ispell.el (ispell-word):
11855 Don't alter args; set them only thru `interactive' spec.
11856
11857 * textmodes/flyspell.el (flyspell-word):
11858 Don't alter FOLLOWING; set it only thru `interactive' spec.
11859
11860 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11861
11862 * net/browse-url.el (browse-url-maybe-new-window):
11863 Use called-interactively-p.
11864
11865 * mail/supercite.el (sc-cite-region):
11866 Don't use interactive-p. Add arg INTERACTIVE.
11867 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11868
11869 * international/mule-cmds.el (set-input-method, toggle-input-method):
11870 Don't use interactive-p. Add arg INTERACTIVE.
11871
11872 * eshell/esh-mode.el (eshell-show-maximum-output):
11873 Don't use interactive-p.
11874 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11875
11876 * mouse.el (mouse-show-mark): Get positions to delete from mark
11877 and point, not from mouse-drag-overlay.
11878
11879 * imenu.el (imenu-eager-completion-buffer): Add :version.
11880
11881 * filesets.el (filesets group): Add :version.
11882
11883 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11884
11885 * files.el (xml-based-modes): Delete var.
11886 (magic-mode-alist): New more general var.
11887 (set-auto-mode): Use it.
11888
11889 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11890 when clicking from another window.
11891
11892 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11893
11894 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11895 (vc-cvs-annotate-time): Incorporate value of deleted var.
11896 Remove special-case handling of beginning-of-buffer cruft.
11897 Cache ending position (point) and return value in text property
11898 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11899
11900 * vc-cvs.el (vc-cvs-annotate-command):
11901 Delete extraneous lines from beginning of buffer.
11902 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11903
11904 * progmodes/grep.el (grep-default-command): Take empty string
11905 for tag if all other methods yield nil. Shell-quote the tag.
11906
11907 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11908 spec in `interactive' form, and mention it in the docstring.
11909 Also, make sure point is at bol after calling `annotate-time'.
11910
11911 2004-11-02 Richard M. Stallman <rms@gnu.org>
11912
11913 * cus-edit.el (customize-group-other-window):
11914 Select the window that displays the custom buffer.
11915 (custom-buffer-create-other-window): Likewise.
11916
11917 * comint.el (comint-insert-input): Fix previous change.
11918
11919 * emacs-lisp/elp.el (elp-instrument-function):
11920 Use called-interactively-p.
11921
11922 * emacs-lisp/easymenu.el (easy-menu-intern):
11923 Don't downcase; rather, case-flip the first letter of each word.
11924
11925 * emacs-lisp/easy-mmode.el (define-minor-mode):
11926 Use called-interactively-p.
11927
11928 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11929 Add interactive-only.
11930 (byte-compile-warnings): Add interactive-only as option.
11931 (byte-compile-interactive-only-functions): New variable.
11932 (byte-compile-form): Warn about calls to functions
11933 in byte-compile-interactive-only-functions.
11934
11935 * emacs-lisp/autoload.el (update-file-autoloads):
11936 Don't use interactive-p; take new arg SAVE-AFTER.
11937
11938 * emacs-lisp/advice.el (ad-make-advised-definition):
11939 Use called-interactively-p.
11940
11941 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11942
11943 * files.el (find-file-existing): New function.
11944
11945 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11946 find-file-existing. Add "New File..." that calls find-file.
11947
11948 * diropen.pbm, diropen.xpm: New files.
11949
11950 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11951 icon diropen. New tool bar item find-file-existing uses icon open.
11952
11953 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11954 instead of read-file-name.
11955
11956 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11957
11958 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11959 (icalendar--split-value): Change name of work buffer.
11960 (icalendar--get-weekday-abbrev): Return nil on error.
11961 (icalendar--date-to-isodate): New function.
11962 (icalendar-convert-diary-to-ical)
11963 (icalendar-extract-ical-from-buffer): Use only two args for
11964 make-obsolete (XEmacs compatibility).
11965 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11966 (icalendar-export-region): Doc fix.
11967 If error, return non-nil and write errors to a buffer.
11968 Use correct weekday for weekly recurring events.
11969 Check whether date has been parsed for ordinary events.
11970 Make weekly events start in the year 2000.
11971 DTEND is non-inclusive, shift end date by one day if
11972 necessary (not for entries that have date and time).
11973 Rename local let variables: oops -> found-error, datestring ->
11974 startdatestring.
11975
11976 2004-11-02 Kim F. Storm <storm@cua.dk>
11977
11978 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11979 keep-mode-if-same variable. Add it as optional arg instead.
11980 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11981
11982 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11983 substitute-command-keys will select lower-case bindings like those
11984 used in the static help texts.
11985
11986 * descr-text.el (describe-text-properties): Don't err if called in
11987 the *Help* buffer; output to *Help-2* buffer instead.
11988
11989 * kmacro.el (group kmacro): Add :version.
11990 (kmacro-keyboard-quit): New function to cleanup on C-g.
11991 (kmacro-start-macro): Set defining-kbd-macro to append when
11992 appending to last macro.
11993
11994 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11995
11996 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11997
11998 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11999 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12000 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12001 Add :version keyword.
12002
12003 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12004
12005 * progmodes/flymake.el (flymake-err-line-patterns):
12006 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12007 `compilation-error-regexp-alist-alist' to internal Flymake format.
12008
12009 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12010
12011 2004-11-01 Jay Belanger <belanger@truman.edu>
12012
12013 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12014 with `interactive "s"'.
12015
12016 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12017
12018 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12019 Revert change from 2004-10-16. '*' checks the current buffer, but the
12020 mouse click may be in another buffer.
12021
12022 2004-11-01 John Paul Wallington <jpw@gnu.org>
12023
12024 * files.el (large-file-warning-threshold): Add :version keyword.
12025 (kill-some-buffers): Doc fix.
12026
12027 * thumbs.el (group thumbs): Add :version keyword.
12028
12029 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12030
12031 2004-11-01 Richard M. Stallman <rms@gnu.org>
12032
12033 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12034
12035 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12036
12037 * allout.el (allout group): Add :version.
12038 (allout-init): Don't use interactive-p.
12039 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12040 (allout-forward-current-level, allout-backward-current-level):
12041 Don't use interactive-p.
12042
12043 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12044 (bibtex-find-text): Likewise.
12045
12046 * progmodes/vhdl-mode.el (vhdl-fill-region)
12047 (vhdl-beginning-of-statement): Don't use interactive-p.
12048
12049 * progmodes/idlwave.el (idlwave-update-routine-info):
12050 Don't use interactive-p.
12051
12052 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12053 Don't use interactive-p.
12054
12055 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12056 Don't use interactive-p.
12057
12058 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12059 Don't use interactive-p.
12060
12061 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12062 (fortune-in-buffer): Doc fix.
12063
12064 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12065
12066 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12067 don't select the temporary buffer.
12068 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12069 (eudc-get-phone): Likewise.
12070
12071 2004-11-01 Kim F. Storm <storm@cua.dk>
12072
12073 * man.el (Man-xref-normal-file): Fix help-echo.
12074
12075 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * reveal.el (reveal-last-tick): New var.
12078 (reveal-post-command): Use it to avoid closing overlays when we're
12079 appending text to them.
12080
12081 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12082
12083 * textmodes/bibtex.el: Require button.
12084 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12085 (bibtex-reference-keys): Distinguish between header keys and
12086 crossref keys.
12087 (bibtex-beginning-of-field): New function.
12088 (bibtex-url-map): Remove.
12089 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12090 (bibtex-font-lock-url-regexp): Assume that field names begin at
12091 the beginning of a line.
12092 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12093 Remove field delimiters. Use bibtex-beginning-of-field.
12094 Bugfix, point can be inside a field with a url.
12095 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12096 New functions.
12097 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12098 (bibtex-key-in-head): Simplify.
12099 (bibtex-current-line): Use bolp.
12100 (bibtex-parse-keys): Remove unused arg `add'.
12101 Use bibtex-type-in-head and bibtex-key-in-head.
12102 (bibtex-parse-entry, bibtex-autofill-entry):
12103 Use bibtex-type-in-head and bibtex-key-in-head.
12104 (bibtex-autokey-get-field): Do not alter case of replacement text.
12105 (bibtex-autokey-get-names): Do all processing of name list.
12106 (bibtex-autokey-get-year): New function.
12107 (bibtex-autokey-get-title): Do all processing of title words.
12108 (bibtex-generate-autokey): Simplify.
12109 (bibtex-string-files-init): Use default-directory.
12110 Allow for absolute file names in bibtex-string-files.
12111 (bibtex-files, bibtex-file-path): New variables.
12112 (bibtex-files-expand): New function.
12113 (bibtex-find-entry-globally): New command.
12114 (bibtex-summary-function): New variable.
12115 (bibtex-summary): Default value of bibtex-summary-function.
12116 (bibtex-find-crossref): New optional args pnt and split.
12117 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12118 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12119 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12120 Fix handling of required and alternative fields.
12121 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12122 Use cons and display-buffer.
12123 (bibtex-validate-globally): New command.
12124 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12125 bibtex-parse-keys and bibtex-parse-strings for updating
12126 bibtex-reference-keys and bibtex-strings.
12127 (bibtex-realign): Remove blank lines past the last entry.
12128 (bibtex-reformat): Use bibtex-entry-format as default.
12129 (bibtex-choose-completion-string): Remove.
12130 (bibtex-complete): Do not use bibtex-choose-completion-string.
12131 (bibtex-url): Simplify.
12132
12133 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12134
12135 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12136 (x-dnd-types-alist, x-dnd-open-file-other-window)
12137 (x-dnd-known-types): Add :version.
12138
12139 2004-10-31 John Paul Wallington <jpw@gnu.org>
12140
12141 * ibuffer.el (group ibuffer): Add :version keyword.
12142
12143 2004-10-31 Kim F. Storm <storm@cua.dk>
12144
12145 * ido.el (group ido): Add :version keyword.
12146 (ido-mode): Remove :version keyword.
12147
12148 * emulation/cua-base.el (group cua): Add :version keyword.
12149 (cua-mode): Remove :version keyword.
12150
12151 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12154
12155 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12156 compiler warning.
12157 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12158 function.
12159 (help-at-pt-display-when-idle): Remove autoload.
12160
12161 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12164
12165 2004-10-30 Juri Linkov <juri@jurta.org>
12166
12167 * help.el (function-called-at-point):
12168 * help-fns.el (variable-at-point): Read -> intern.
12169
12170 2004-10-30 Simon Josefsson <jas@extundo.com>
12171
12172 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12173 Recognize AS_* too.
12174
12175 2004-10-29 Simon Josefsson <jas@extundo.com>
12176
12177 * subr.el (read-passwd): Move back from password.el.
12178
12179 * password.el: Remove, not ready yet.
12180
12181 2004-10-29 Andreas Schwab <schwab@suse.de>
12182
12183 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12184
12185 2004-10-29 Sam Steingold <sds@gnu.org>
12186
12187 * mouse.el (mouse-show-mark): Replace the last occurrence of
12188 x-lost-selection-hooks with x-lost-selection-functions.
12189
12190 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12193 x-lost-selection-functions is bound.
12194
12195 * mouse-sel.el (mouse-sel-mode):
12196 * emacs-lisp/lselect.el: Adjust to new names for
12197 x-(lost|sent)-selection-functions.
12198
12199 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12200 New obsolete aliases of x-lost-selection-functions and
12201 x-sent-selection-functions.
12202
12203 2004-10-28 Kim F. Storm <storm@cua.dk>
12204
12205 * imenu.el (imenu-scanning-message): Remove.
12206 (imenu-progress-message): Make it a no-op.
12207
12208 2004-10-28 John Paul Wallington <jpw@gnu.org>
12209
12210 * files.el (set-auto-mode): Call `throw' correctly.
12211
12212 2004-10-28 Juri Linkov <juri@jurta.org>
12213
12214 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12215 to search `Info-...' commands in `info' manual.
12216 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12217 Add 'info-file "emacs" property.
12218 (Info-find-emacs-command-nodes): Fix index line number regexp.
12219 Set real line number (instead of fake 0) in first element of the
12220 returned list.
12221 (Info-goto-emacs-command-node): Use line number of first element
12222 to set point in the first found Info node.
12223
12224 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12225 code to `grep-mode-font-lock-keywords'.
12226 (grep-mode-font-lock-keywords): Delete grep markers instead
12227 of making them invisible.
12228
12229 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12230
12231 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12232 and x-server-version in bug report.
12233
12234 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12235
12236 * files.el (set-auto-mode-0): New function.
12237 (set-auto-mode): Use it to handle aliased modes and to
12238 be consistent between C-x C-f and C-x C-w.
12239
12240 2004-10-28 Kenichi Handa <handa@m17n.org>
12241
12242 * international/utf-8.el (utf-translate-cjk-charsets):
12243 Add katakana-jisx0201.
12244
12245 * international/subst-jis.el: Add data for JISX0201.
12246
12247 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * obsolete/hilit19.el (hilit-mode): New function.
12250 Move all the toplevel side-effecting stuff into it, so that loading
12251 hilit19 doesn't mess everything up any more.
12252
12253 2004-10-27 Richard M. Stallman <rms@gnu.org>
12254
12255 * add-log.el (add-change-log-entry): Set up mailing address
12256 and full name later, and don't alter add-log-mailing-address
12257 or add-log-full-name.
12258
12259 * elide-head.el (elide-head): Change error to message.
12260 (elide-head-show): Likewise.
12261
12262 * apropos.el (apropos-macrop): Doc fix.
12263
12264 * mouse.el (mouse-show-mark): Do most processing the same
12265 regardless of transient-mark-mode.
12266
12267 * shadowfile.el (shadow-copy-files): Use interactive-p
12268 only to control whether to print a message.
12269
12270 * tar-mode.el (tar-mode): Use write-contents-functions,
12271 not write-contents-hooks.
12272
12273 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12274 directory-sep-char.
12275
12276 2004-10-27 Richard M. Stallman <rms@gnu.org>
12277
12278 * strokes.el (strokes-unload-hook): Fix previous change.
12279
12280 * type-break.el (type-break-run-at-time): Always use run-at-time;
12281 forget the alternatives.
12282 (type-break-cancel-function-timers): Always use cancel-function-timers;
12283 forget the alternatives.
12284
12285 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12286
12287 2004-10-27 Kenichi Handa <handa@m17n.org>
12288
12289 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12290
12291 * international/subst-gb2312.el: Likewise.
12292
12293 * international/subst-big5.el: Likewise.
12294
12295 * international/subst-ksc.el: Likewise.
12296
12297 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12298 New variable.
12299 (utf-translate-cjk-set-unicode-range): New function.
12300 (utf-translate-cjk-unicode-range): Make it customizable.
12301 (utf-8-post-read-conversion):
12302 Use utf-translate-cjk-unicode-range-string.
12303 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12304 Unicode ranges.
12305
12306 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12307
12308 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12309 trivial variants to shorten the list.
12310 (xml-based-modes): New var.
12311 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12312 declaration higher priority than auto-mode-alist.
12313
12314 * find-file.el (cc-other-file-alist): Bring it in line with
12315 cc-mode's auto-mode-alist entries and use \' instead of $.
12316
12317 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12318 and add "Id" and "Name" submenus to it.
12319
12320 * imenu.el (imenu--generic-function): Skip matches in comments.
12321
12322 2004-10-26 Jay Belanger <belanger@truman.edu>
12323
12324 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12325 (full-calc-keypad, calc-trail-display): Use an extra argument
12326 instead of `interactive-p'.
12327
12328 * calc/calc-misc.el (calc-other-window): Use an extra argument
12329 instead of `interactive-p'.
12330
12331 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12332 `interactive-p'.
12333
12334 2004-10-26 Kim F. Storm <storm@cua.dk>
12335
12336 * help.el (describe-key): Describe both down-event and up-event
12337 for a mouse click.
12338
12339 2004-10-26 Richard M. Stallman <rms@gnu.org>
12340
12341 * woman.el (woman): Don't call interactive-p.
12342
12343 * pcomplete.el (pcomplete): Instead of interactive-p,
12344 use an arg set non-nil by the interactive spec.
12345
12346 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12347 use an arg set non-nil by the interactive spec.
12348
12349 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12350 use an arg set non-nil by the interactive spec.
12351
12352 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12353
12354 * progmodes/flymake.el (flymake-split-string):
12355 Use `flymake-split-string-remove-empty-edges' in any case.
12356
12357 2004-10-26 Masatake YAMATO <jet@gyve.org>
12358
12359 * progmodes/flymake.el (flymake-err-line-patterns):
12360 Use `compilation-error-regexp-alist-alist' instead of
12361 `compilation-error-regexp-alist'.
12362
12363 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12366 verbatim face on the \ of \end{verbatim}.
12367
12368 2004-10-25 Jay Belanger <belanger@truman.edu>
12369
12370 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12371 erasing minibuffer.
12372
12373 2004-10-25 Simon Josefsson <jas@extundo.com>
12374
12375 * subr.el (read-passwd): Move to net/password.el.
12376
12377 * net/password.el (read-passwd): Add. Autoload it.
12378
12379 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12380
12381 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12382
12383 * simple.el (process-file): Fix logic.
12384
12385 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12386
12387 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12388 (increase-right-margin): Remove erroneous call to `interactive-p'.
12389
12390 2004-10-24 Kim F. Storm <storm@cua.dk>
12391
12392 * help.el (describe-mode): Fix 2004-10-13 change.
12393 Copy pure "Auto Fill" string so it can be propertized later
12394 without causing a read-only error.
12395
12396 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12397
12398 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12399 style indexes.
12400
12401 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12402
12403 * simple.el (process-file): Accept nil for INFILE. Reported by
12404 Luc Teirlinck.
12405
12406 2004-10-24 Masatake YAMATO <jet@gyve.org>
12407
12408 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12409 Handle periods and underscores in a function name.
12410 Remove the address fontification.
12411
12412 2004-10-24 Masatake YAMATO <jet@gyve.org>
12413
12414 * progmodes/asm-mode.el (asm-font-lock-keywords):
12415 Use font-lock-variable-name-face for registers.
12416
12417 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12418
12419 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12420 kill-all-local-variables.
12421 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12422 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12423 Use kill-all-local-variables and provide mode-hooks.
12424 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12425 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12426 Suggested by Masatake YAMATO <jet@gyve.org>.
12427
12428 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12429
12430 * simple.el (process-file): New function, similar to call-process
12431 but supports file handlers.
12432 * vc.el (vc-do-command): Use it, instead of call-process.
12433 * net/tramp-vc.el (vc-do-command): Do not advise it if
12434 process-file is fboundp.
12435 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12436 process-file.
12437 (tramp-handle-process-file): New function.
12438 (tramp-file-name-for-operation): Support process-file.
12439
12440 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12441
12442 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12443 (icalendar-weekdayabbrev-table)
12444 (icalendar-monthnumber-table): Delete.
12445 (icalendar--get-month-number): Use calendar-month-name-array.
12446 (icalendar--get-weekday-number): New function.
12447 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12448 (icalendar-export-region): Handle multi-line entries.
12449 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12450
12451 2004-10-23 John Paul Wallington <jpw@gnu.org>
12452
12453 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12454 `wildcards' set to t in interactive spec.
12455
12456 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12457 interactive spec rather than use `interactive-p'.
12458 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12459 rather than use function `interactive-p'.
12460
12461 2004-10-22 Kenichi Handa <handa@m17n.org>
12462
12463 * international/mule.el (translate-region): Implement it in Lisp
12464 as a front end of translate-region-internal.
12465
12466 2004-10-21 Jay Belanger <belanger@truman.edu>
12467
12468 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12469 Declare these variables with defvar.
12470
12471 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12472 is bound, only check to see if it is bound.
12473
12474 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12477 Don't output messages.
12478
12479 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12480
12481 2004-10-21 John Paul Wallington <jpw@gnu.org>
12482
12483 * calc/calc-graph.el (calc-graph-init):
12484 Use `set-process-query-on-exit-flag'.
12485
12486 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12487
12488 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12489 dir right and also allow argumentless cd.
12490
12491 2004-10-19 Richard M. Stallman <rms@gnu.org>
12492
12493 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12494
12495 * eshell/em-unix.el (eshell-grep):
12496 Don't bind compilation-process-setup-function.
12497
12498 * comint.el (comint-insert-input): Use @ in `interactive'.
12499 (comint-input-filter-functions): Doc fix.
12500 (comint-kill-whole-line, comint-get-source): Doc fix.
12501
12502 * progmodes/compile.el (compilation-setup):
12503 Don't set buffer-read-only if MINOR is non-nil.
12504
12505 2004-10-19 Jay Belanger <belanger@truman.edu>
12506
12507 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12508 (calc-emacs-type-gnu19): Remove.
12509 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12510 Remove check for old emacs versions.
12511
12512 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12513 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12514 for current Emacs.
12515
12516 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12517 the end of the minibuffer.
12518 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12519 copy `esc-map'.
12520
12521 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12522
12523 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12524 call that would be given when the current emacs was used.
12525
12526 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12527
12528 * calendar/icalendar.el: Set coding to utf-8.
12529 (icalendar-version): Increase to 0.07.
12530 (icalendar-monthnumber-table): Change March pattern.
12531 (icalendar-get-all-event-properties)
12532 (icalendar-set-event-property): Delete.
12533 (icalendar-all-events): No longer interactive.
12534 (icalendar-convert-diary-to-ical)
12535 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12536 their replacements.
12537 (icalendar-export-file, icalendar-export-region): New functions;
12538 essentially old `icalendar-convert-diary-to-ical' but appending to
12539 target rather than overwriting.
12540 (icalendar-import-file): Append to target file rather than
12541 overwriting. Fourth arg deleted.
12542 (icalendar-import-buffer): New name for old
12543 `icalendar-extract-ical-from-buffer'.
12544 (icalendar--convert-string-for-import): New name for
12545 old `icalendar-convert-for-import'.
12546 (include-icalendar-files): Delete.
12547 Prefix for all internal functions changed from `icalendar-'
12548 to `icalendar--'.
12549
12550 2004-10-19 Richard M. Stallman <rms@gnu.org>
12551
12552 * paths.el (news-path): Fix previous change.
12553
12554 2004-10-18 Jay Belanger <belanger@truman.edu>
12555
12556 * calc/calc-help.el (calc-describe-bindings):
12557 Set `buffer-read-only' to nil while working in the keybindings buffer;
12558 remove some extra information from the keybindings buffer.
12559
12560 2004-10-18 David Ponce <david@dponce.com>
12561
12562 * mouse.el (mouse-drag-move-window-top): New function.
12563 (mouse-drag-mode-line-1): Use it.
12564
12565 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12566
12567 * info.el (Info-fontify-node): For multiline refs,
12568 arrange to unfontify newline and surrounding whitespace.
12569
12570 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12573 directory is missing.
12574
12575 2004-10-17 John Paul Wallington <jpw@gnu.org>
12576
12577 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12578 New customizable variable; whether to display buffers that match
12579 `ibuffer-maybe-show-predicates' by default.
12580 (ibuffer-maybe-show-predicates): Mention it in docstring.
12581 (ibuffer-display-maybe-show-predicates): New variable.
12582 (ibuffer-update): Prefix arg now toggles whether buffers that
12583 match `ibuffer-maybe-show-predicates' should be displayed.
12584 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12585 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12586 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12587
12588 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12589
12590 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12591 work correctly.
12592
12593 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12594
12595 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12596 (Buffer-menu-beginning): New helper function.
12597 (Buffer-menu-execute): Use it.
12598 (Buffer-menu-select): Use it.
12599 (Buffer-menu-sort): Use it and also keep markers.
12600
12601 2004-10-17 Richard M. Stallman <rms@gnu.org>
12602
12603 * paths.el (news-directory): Rename from news-path. Old name alias.
12604 (rmail-spool-directory): Use defvar.
12605 (sendmail-program): Use defcustom.
12606 (remote-shell-program): Use defcustom.
12607 (term-file-prefix): Use defvar.
12608 (abbrev-file-name): Use defvar.
12609
12610 * term.el: Add maintainer.
12611
12612 * subr.el (with-local-quit): Return nil if there's a quit.
12613 (read-passwd): Use with-local-quit. Doc fix.
12614
12615 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12616 (strokes-unload-hook): Set as a variable with add-hook.
12617
12618 * startup.el (fancy-splash-tail, normal-splash-screen):
12619 Update copyright year.
12620
12621 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12622
12623 * server.el (server-unload-hook): Set as a variable with add-hook.
12624
12625 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12626
12627 * frame.el (special-display-popup-frame):
12628 Make the buffer current as its frame is created.
12629
12630 * delsel.el (delsel-unload-hook): Set as a variable.
12631
12632 * comint.el (comint-output-filter-functions):
12633 Add comint-watch-for-password-prompt.
12634 (comint-read-noecho): Function deleted.
12635 (send-invisible): Use read-passwd.
12636
12637 * fringe.el (fringe-mode-initialize): New function.
12638 (fringe-mode): Use fringe-mode-initialize as :initialize.
12639
12640 2004-10-17 Kim F. Storm <storm@cua.dk>
12641
12642 * language/indian.el (indian-script-language-alist): Swap value and doc.
12643 (indian-font-char-index-table): Doc fix.
12644
12645 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12648
12649 2004-10-16 Juri Linkov <juri@jurta.org>
12650
12651 * progmodes/compile.el (compilation-start): Move let-binding of
12652 `process-environment' into `with-current-buffer' body.
12653 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12654
12655 2004-10-16 Richard M. Stallman <rms@gnu.org>
12656
12657 * pcvs-util.el (cvs-bury-buffer):
12658 Don't call get-buffer-window for effect.
12659
12660 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12661
12662 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12663
12664 * msb.el (msb-unload-hook): Set the variable.
12665
12666 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12667 Use * to err if buffer is readonly.
12668
12669 * subr.el (looking-back): Return only t or nil.
12670
12671 * whitespace.el (whitespace-unload-hook): Set the variable.
12672
12673 * view.el (view-mode-enable): Set view-page-size and
12674 view-half-page-size to nil.
12675 (view-set-half-page-size-default): view-half-page-size = nil
12676 means the default.
12677 (View-scroll-page-forward): Use view-page-size-default.
12678 (View-scroll-page-backward): Likewise.
12679 (view-page-size, view-half-page-size): Doc fixes.
12680
12681 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12682
12683 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12684
12685 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12686 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12687 (byte-compile-log-1): Bind inhibit-read-only.
12688 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12689 (byte-compile-log-warning): Likewise.
12690 (byte-compile-file-form-require): Detect "cl" from the arg value.
12691
12692 * progmodes/compile.el (compilation-start): Assume compilation-mode
12693 will make the buffer read-only.
12694 (compilation-mode): Take arg name-of-mode.
12695 (compilation-setup): Make buffer read-only.
12696 (compilation-handle-exit): Bind inhibit-read-only.
12697
12698 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12699 (ispell-message): Likewise.
12700 (ispell-show-choices): Don't call get-buffer-window uselessly.
12701 (ispell-init-process): Use set-process-query-on-exit-flag.
12702
12703 2004-10-16 Kim F. Storm <storm@cua.dk>
12704
12705 * fringe.el (fringe-bitmaps): Only initialize when defined.
12706
12707 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12708 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12709
12710 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12711
12712 2004-10-15 Simon Josefsson <jas@extundo.com>
12713
12714 * net/password.el: Add.
12715
12716 2004-10-14 Masatake YAMATO <jet@gyve.org>
12717
12718 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12719 (gdb-script-end-of-defun): New function.
12720 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12721 `gdb-script-end-of-defun' as *-of-defun-function.
12722
12723 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12724
12725 * button.el (button-activate): Allow a marker to display as an action.
12726
12727 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12728
12729 * help.el (describe-mode): Use it to make minor mode list into
12730 hyperlinks.
12731
12732 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * vc.el (vc-annotate-display-select): Fix typo.
12735
12736 * subr.el (substitute-key-definition-key): New function.
12737 (substitute-key-definition): Use it with map-keymap.
12738 (event-modifiers): Use push.
12739 (mouse-movement-p, with-temp-buffer): Simplify.
12740
12741 2004-10-12 Jay Belanger <belanger@truman.edu>
12742
12743 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12744 New variables.
12745 (calc-help-index-entries): New function.
12746 (calc-describe-function): Use `calc-help-function-list' instead of
12747 obarray for completion.
12748 (calc-describe-variable): Use `calc-help-variable-list' instead
12749 of obarray for completion.
12750
12751 2004-10-12 Richard M. Stallman <rms@gnu.org>
12752
12753 * info-look.el (info-lookup-file): Add info-file property.
12754 (info-lookup-symbol): Likewise.
12755
12756 * info.el (info-xref): Add underlining.
12757 (info): Add info-file property.
12758 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12759
12760 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12761
12762 Sync with Tramp 2.0.45.
12763
12764 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12765 defined. This is not the case for XEmacs without package "edebug".
12766 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12767 remote files to the permissions of the original file. This is not
12768 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12769 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12770 (tramp-perl-decode): Fix an error in Perl implementation.
12771 $pending must be cleared every loop. Reported by Benjamin Place
12772 <benjaminplace@sprintmail.com>
12773
12774 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12775 Don't activate advice during definition. This is done later on,
12776 depending on test result of `substitute-in-file-name'.
12777 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12778
12779 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12782
12783 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12784
12785 2004-10-12 David Ponce <david@dponce.com>
12786
12787 * recentf.el (recentf-edit-list): Update the menu when the recentf
12788 list has been modified.
12789
12790 2004-10-12 Simon Josefsson <jas@extundo.com>
12791
12792 * net/tls.el (tls-certtool-program): New variable.
12793 (tls-certificate-information): New function, based on
12794 ssl-certificate-information.
12795
12796 2004-10-12 Kenichi Handa <handa@m17n.org>
12797
12798 * international/mule.el (coding-system-equal): Move from mule-util.el.
12799
12800 * international/mule-util.el (coding-system-equal): Move to mule.el.
12801
12802 2004-10-12 Kim F. Storm <storm@cua.dk>
12803
12804 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12805 reset kmacro-initial-counter-value if set.
12806 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12807 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12808 (kmacro-display): Show macro counter if non-zero.
12809
12810 * subr.el (substitute-key-definition): Mention command remapping
12811 in doc string.
12812
12813 2004-10-11 Jay Belanger <belanger@truman.edu>
12814
12815 * calc/calc-misc.el (calc-info-goto-node): New function.
12816 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12817 node in one step.
12818 (calc-describe-copying, calc-describe-distribution)
12819 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12820 Go to appropriate info node in one step.
12821
12822 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12825
12826 * font-lock.el (font-lock-apply-highlight): Fix last change.
12827
12828 2004-10-11 Simon Josefsson <jas@extundo.com>
12829
12830 * mail/smtpmail.el (smtpmail-open-stream): Look for
12831 starttls-gnutls-program instead of starttls-program iff
12832 starttls-use-gnutls is non-nil.
12833 (smtpmail-open-stream): Don't overwrite user settings of
12834 starttls-extra-arguments and starttls-extra-args.
12835
12836 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * comint.el (comint-mouse-insert-input): Remove.
12839 (comint-insert-input): Make it work for mouse bindings.
12840 (comint-mode-map): Move defs into the declaration.
12841 (comint-output-filter): Typo.
12842
12843 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12844
12845 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12846
12847 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12848 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12849 ange-ftp-remote-shell.
12850
12851 2004-10-10 Andreas Schwab <schwab@suse.de>
12852
12853 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12854 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12855 Reported by <sri@asu.edu>.
12856
12857 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12858
12859 * vc.el (vc-annotate-mode): Remove variable.
12860 (vc-annotate-display-select): Only call vc-annotate-mode
12861 if we're not in that mode already.
12862
12863 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12866 (imenu-choose-buffer-index): Check here for rescan instead.
12867
12868 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12869 where the face expression evals to nil.
12870
12871 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12872 (tex-font-lock-keywords-2): Use it.
12873 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12874
12875 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12876
12877 2004-10-09 Kim F. Storm <storm@cua.dk>
12878
12879 * subr.el (progress-reporter-update): Define before first usage.
12880 (make-progress-reporter): Doc fix.
12881
12882 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12883
12884 * textmodes/paragraphs.el (sentence-end-double-space)
12885 (sentence-end-without-period, sentence-end-without-space)
12886 (sentence-end): Doc fixes.
12887
12888 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12889
12890 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12891 Change paragraph-start regexp so we don't fill code starting with #'(.
12892
12893 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12894
12895 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12896 New defcustom.
12897 (extract-address-components): Use it.
12898
12899 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12900
12901 * subr.el (make-progress-reporter, progress-reporter-update)
12902 (progress-reporter-force-update, progress-reporter-do-update)
12903 (progress-reporter-done): New functions.
12904
12905 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12906
12907 * progmodes/etags.el (etags-tags-completion-table): Use progress
12908 reporter.
12909 (etags-tags-apropos): Likewise.
12910
12911 2004-10-08 Alan Mackenzie <acm@muc.de>
12912
12913 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12914 of current line.
12915
12916 2004-10-08 Masatake YAMATO <jet@gyve.org>
12917
12918 * server.el (server-process-filter): Wrap `process-send-region'
12919 by `condition-case' to guard the case when the pipe to PROC is closed.
12920
12921 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12922
12923 * xml.el (xml-substitute-special): Limit handling of external entities.
12924
12925 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12926
12927 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12928
12929 2004-10-06 John Paul Wallington <jpw@gnu.org>
12930
12931 * xml.el (xml-parse-dtd): Fix `error' call.
12932
12933 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12934
12935 * xml.el (xml-substitute-special): Return a single string instead
12936 of a list of strings if an entity substitution is made.
12937
12938 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12939
12940 * calendar/icalendar.el: New file.
12941
12942 2004-10-05 Juri Linkov <juri@jurta.org>
12943
12944 * isearch.el (isearch-done): Set mark after running hook.
12945 Reported by Drew Adams <drew.adams@oracle.com>.
12946
12947 * info.el (Info-history, Info-toc): Fix Info headers.
12948 (Info-toc): Narrow buffer before Info-fontify-node.
12949 (Info-build-toc): Don't check for special Info file names.
12950 Set main-file to nil if Info-find-file returns a symbol.
12951
12952 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12953
12954 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12955 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12956 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12957
12958 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12959
12960 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12961 for old interactive spec from calendar-goto-iso-date.
12962 (calendar-goto-iso-date): Use it.
12963 (calendar-goto-iso-week): New function. Suggested by Emilio
12964 C. Lopes <eclig@gmx.net>.
12965
12966 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12967
12968 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12969 `set-right-margin' bindings that follow the minor mode conventions.
12970
12971 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12974 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12975 (latex-block-args-alist): Add minipage and picture.
12976 (latex-block-body-alist): Use reftex-label if enabled.
12977 (latex-insert-block): Don't insert a \n if not necessary.
12978 (tex-compile-commands): Make sure dvips doesn't send to printer.
12979 (tex-compile-default): Handle the case where no executable is found.
12980 (latex-noindent-environments): New var.
12981 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12982 If tex-indent-allhanging is non-nil, make sure we only align for macros
12983 at beginning of line.
12984
12985 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12986
12987 * newcomment.el (comment-beginning): Doc fix and don't choke on
12988 unset `comment-end-skip' when at beginning of comment.
12989
12990 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12991
12992 * term.el (term-adjust-current-row-cache): Don't allow the current
12993 row to become negative.
12994 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12995 the end of the line. Fix scroll down. Add comments.
12996 (term-handle-ansi-escape): Don't exceed terminal width when moving
12997 right.
12998 (term-scroll-region): Move the cursor after setting the scroll region.
12999
13000 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13001
13002 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13003 to `width' for consistency with docstring. Doc fix.
13004
13005 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13006
13007 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13008 This is necessary for derived modes.
13009
13010 2004-09-30 Kim F. Storm <storm@cua.dk>
13011
13012 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13013 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13014
13015 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13016 kmacro-extract-lambda functions.
13017 (edit-kbd-macro): Handle kmacro lambda forms.
13018 Include counter and counter format in edit buffer.
13019 (edmacro-finish-edit): Get counter and format from edit buffer and
13020 update kmacro bindings when found.
13021
13022 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13023
13024 * textmodes/paragraphs.el (forward-paragraph):
13025 Avoid args-out-of-range error when point winds up at the beginning of
13026 the buffer and hard newlines are enabled.
13027
13028 * newcomment.el (comment-multi-line): Doc fix.
13029
13030 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13033 (diff-fixup-modifs): Catch unified-diff file-headers.
13034
13035 2004-09-29 Kim F. Storm <storm@cua.dk>
13036
13037 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13038 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13039 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13040
13041 * fringe.el (fringe-bitmap-p): New macro.
13042 (fringe-bitmaps): Add standard fringe bitmaps on load.
13043
13044 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * dired.el (dired-view-command-alist): Use more efficient regexps.
13047 Remove dubious arguments.
13048 (dired-align-file): New function.
13049 (dired-insert-directory): Use it.
13050 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13051 (dired-buffers-for-dir): Remove unused var `pattern'.
13052
13053 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13054
13055 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13056 from diary display excursion. Store diary buffer's point for
13057 `simple-diary-display'.
13058 (simple-diary-display): Set window point and start when
13059 displaying buffer, to preserve point.
13060
13061 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13062
13063 * textmodes/enriched.el (enriched-translations): Replace defconst
13064 with defvar.
13065
13066 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13067
13068 * printing.el: Doc fix.
13069 (pr-version): New version number (6.8.1).
13070 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13071 make-temp-name.
13072 (pr-delete-file): Check if file exists before deleting it.
13073 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13074
13075 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13076
13077 * term.el (term-display-table): New variable.
13078 (term-mode): Use it.
13079 (term-exec-1): Set the coding system to binary.
13080 (term-emulate-terminal): Decode the string before inserting it.
13081
13082 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13083
13084 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13085 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13086 (map): Bind S-prior, S-next and S-insert.
13087 (term-mode): Set `indent-tabs-mode' to nil.
13088 (term-paste): New function to be bound to S-insert.
13089 (term-send-del, term-send-backspace): Change the strings sent.
13090 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13091 (term-handle-colors-array): Fix handling of underline and reverse.
13092 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13093 (term-erase-in-line): Fix comparison.
13094 (term-emulate-terminal): Fix line wrap handling.
13095 (term-start-output-log): Rename from `term-set-output-log'.
13096 (term-stop-output-log): Rename from `term-stop-photo'.
13097 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13098
13099 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * dired.el (dired-move-to-filename): Don't output a message if
13102 raise-error is non-nil. Fix return position and value.
13103
13104 * files.el (insert-directory): Obey --dired even with symlinks.
13105
13106 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13107
13108 * ls-lisp.el (ls-lisp-format): Mark file names with property
13109 dired-filename.
13110
13111 2004-09-25 Kim F. Storm <storm@cua.dk>
13112
13113 * ido.el (ido-max-directory-size): New defcustom.
13114 (ido-decorations): Add "too big" element.
13115 (ido-directory-too-big): New dynamic var.
13116 (ido-may-cache-directory): Don't cache big directories.
13117 (ido-directory-too-big-p): New defun.
13118 (ido-set-current-directory): Update ido-directory-too-big.
13119 (ido-read-internal): Make empty ido-cur-item if too-big.
13120 (ido-buffer-internal): Use ido-read-internal directly instead of
13121 ido-read-buffer.
13122 (ido-file-internal): Init ido-directory-too-big.
13123 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13124 and redo completion with full list.
13125 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13126 it, and show completions.
13127 (ido-all-completions): Let bind ido-directory-too-big to nil.
13128 (ido-exhibit): Handle ido-directory-too-big.
13129 (ido-read-buffer): Handle fallback to read-buffer.
13130 Init ido-directory-too-big.
13131 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13132 Init ido-directory-too-big.
13133
13134 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13135
13136 * subr.el (delay-mode-hooks): Doc fix.
13137
13138 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13139
13140 * textmodes/enriched.el
13141 (enriched-default-text-properties-local-flag): New variable.
13142 (enriched-mode): Make sure that enabling and disabling the mode is
13143 a no-op. Doc fix.
13144
13145 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13146
13147 * calendar/holidays.el (holiday-advent): Report on a specified day
13148 offset from advent, not just advent.
13149 (holiday-easter-etc): Report on one specified day offset from
13150 easter, not all easter holidays. Various Easter holidays moved to
13151 `christian-holidays' variable in calendar.el.
13152 * calendar/calendar.el (christian-holidays): Adapt for new
13153 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13154
13155 2004-09-23 Kim F. Storm <storm@cua.dk>
13156
13157 * image.el (insert-sliced-image): Add doc string.
13158
13159 * ido.el (ido-choice-list): New dynamic var for `list' context.
13160 (ido-context-switch-command): New dynamic var.
13161 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13162 (ido-read-internal): Handle new `list' context.
13163 Handle insert-buffer and insert-file ido-exit values.
13164 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13165 ido-context-switch-command. Handle insert-file ido-exit value.
13166 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13167 unless it is already bound by caller.
13168 (ido-file-internal): New arg switch-cmd. Use it to setup
13169 ido-context-switch-command. Handle insert-buffer ido-exit value.
13170 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13171 used for context switching.
13172 (ido-all-completions): Handle new `list' context.
13173 (ido-make-choice-list): Return choices for `list' context.
13174 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13175 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13176 (ido-insert-buffer, ido-insert-file): Setup context switching.
13177 (ido-exhibit): Handle `list' context.
13178 (ido-read-file-name): Disable context switching. Handle fallback.
13179 (ido-read-directory-name): Disable context switching.
13180 (ido-completing-read): New defun like completing-read. Setup and
13181 use new `list' context.
13182
13183 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13184
13185 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13186
13187 2004-09-21 Jay Belanger <belanger@truman.edu>
13188
13189 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13190 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13191 separate window.
13192
13193 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13194
13195 * subr.el (after-change-major-mode-hook): Doc fix.
13196
13197 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13198
13199 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13200 of ghostscript for monochrome PostScript file in Windows.
13201
13202 2004-09-21 Kenichi Handa <handa@m17n.org>
13203
13204 * descr-text.el (describe-char): Checking of quail activation fixed.
13205
13206 2004-09-21 Jay Belanger <belanger@truman.edu>
13207
13208 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13209
13210 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13213 after the mode hooks instead of before. Doc fix.
13214
13215 2004-09-20 Jason Rumney <jasonr@gnu.org>
13216
13217 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13218 _emacs, but revert to .emacs if neither exists in home directory.
13219
13220 2004-09-20 John Paul Wallington <jpw@gnu.org>
13221
13222 * bindings.el (completion-ignored-extensions): Add .dfsl.
13223
13224 2004-09-20 Richard M. Stallman <rms@gnu.org>
13225
13226 * bindings.el (scroll-left): Make it disabled.
13227
13228 * files.el (enable-local-eval): Doc fix.
13229
13230 * indent.el (move-to-left-margin): Special case for minibuffer.
13231
13232 * term.el (term-emulate-terminal): Turn off undo for output.
13233 Use with-current-buffer and save-selected-window.
13234
13235 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13236
13237 * progmodes/make-mode.el (makefile-fill-paragraph):
13238 Don't insist on spaces when looking for comments. # is enough.
13239
13240 * files.el (hack-local-variables): Copy the variables list
13241 to another buffer, strip prefixes and suffixes there, then read.
13242 (enable-local-eval): Doc fix.
13243 (ignored-local-variables): Initialize to nil.
13244 (risky-local-variable-p): Don't check ignored-local-variables here.
13245 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13246
13247 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13248
13249 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13250 of = to "." (punctuation).
13251
13252 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13255
13256 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13257
13258 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13259 (enriched-before-change-major-mode): New function.
13260 Add it to `change-major-mode-hook'.
13261 (enriched-after-change-major-mode): New function.
13262 Add it to `after-change-major-mode-hook'.
13263 (enriched-mode): Make it work correctly if called from
13264 `after-change-major-mode-hook'.
13265 No longer set `indent-line-function'.
13266
13267 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13268
13269 * subr.el (after-change-major-mode-hook): New variable.
13270 (run-mode-hooks): Implement it.
13271
13272 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * battery.el (battery-linux-proc-apm): Use string-to-number.
13275 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13276 Use dolist (and less indentation). Use erase-buffer.
13277 Pre-initialize `design-capacity', `warn', and `low'.
13278 (battery-format): Use replace-regexp-in-string.
13279
13280 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13281
13282 * battery.el: Delete superfluous empty lines.
13283 (battery-linux-proc-acpi): Attempt to gather information from all
13284 battery subdirectories regardless of their file name.
13285 (battery-linux-proc-apm): Replace all occurrences of
13286 battery-hex-to-int-2 with string-to-int (base 16).
13287 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13288 (battery-hex-map): Delete variable.
13289
13290 2004-09-18 John Paul Wallington <jpw@gnu.org>
13291
13292 * calc/calc-units.el (calc-quick-units): Fix overzealous
13293 s/or/unless/.
13294
13295 2004-09-17 Jay Belanger <belanger@truman.edu>
13296
13297 * calc/calc.el (calc-mode-var-list): Fix the value of
13298 `calc-matrix-brackets'.
13299
13300 2004-09-17 Romain Francoise <romain@orebokech.com>
13301
13302 * ibuf-ext.el (define-ibuffer-filter filename):
13303 Expand dired-directory since buffer-file-name is absolute.
13304
13305 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13306
13307 * ediff-init.el (ediff-current-diff-face-A)
13308 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13309 (ediff-current-diff-face-Ancestor)
13310 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13311 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13312 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13313 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13314 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13315 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13316 Use min-colors.
13317
13318 * term.el (term-down): Perform vertical motion if DOWN is negative.
13319 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13320 (term-termcap-format): Synchronize with the eterm terminfo entry
13321 in etc/e/eterm.ti.
13322 (term-handle-colors-array): If the current foreground or
13323 background are zero (i.e. unspecified), use the foreground and
13324 background of the default face for reverse video.
13325 (term-ansi-at-eval-string, term-ansi-default-fg)
13326 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13327 (term-mem): Delete unused function.
13328 (term-protocol-version): Increment.
13329 (term-current-face): Set to default.
13330
13331 2004-09-15 Jay Belanger <belanger@truman.edu>
13332
13333 * calc/calc.el (calc-mode-var-list): Define this variable.
13334 (calc-always-load-extensions, calc-line-numbering)
13335 (calc-line-breaking, calc-display-just, calc-display-origin)
13336 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13337 (calc-group-char, calc-point-char, calc-frac-format)
13338 (calc-prefer-frac, calc-hms-format, calc-date-format)
13339 (calc-float-format, calc-full-float-format, calc-complex-format)
13340 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13341 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13342 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13343 (calc-matrix-brackets, calc-language, calc-language-option)
13344 (calc-left-label, calc-right-label, calc-word-size)
13345 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13346 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13347 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13348 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13349 (calc-window-height, calc-display-trail, calc-show-selections)
13350 (calc-use-selections, calc-assoc-selections)
13351 (calc-display-working-message, calc-auto-why, calc-timing)
13352 (calc-mode-save-mode, calc-standard-date-formats)
13353 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13354 (calc-user-parse-tables, calc-gnuplot-default-device)
13355 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13356 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13357 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13358 (calc-invocation-macro, calc-show-banner): Give these values as
13359 part of `calc-mode-var-list's initialization after the variables
13360 are declared with defvar.
13361 (calc-bug-address): Change email address to send bug reports to.
13362 Change the maintainer address at the top.
13363 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13364 than "\\.emacs" to determine if it is the user-init-file.
13365
13366 * calc/calc-embed.el (calc-embedded-set-modes): Use
13367 `calc-mode-var-list' correctly.
13368
13369 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13370
13371 * vc.el (annotate-time): Document point handling.
13372 (vc-annotate-display-autoscale): Doc fix.
13373
13374 2004-09-15 Miles Bader <miles@gnu.org>
13375
13376 * generic.el (generic-make-keywords-list): Use symbol rather than
13377 word anchors in regexp.
13378
13379 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13380
13381 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13382 no file name consider `dired-directory'.
13383
13384 2004-09-14 Kim F. Storm <storm@cua.dk>
13385
13386 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13387
13388 2004-09-14 Simon Josefsson <jas@extundo.com>
13389
13390 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13391
13392 * textmodes/dns-mode.el: Add.
13393
13394 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13397 (disabled-command-function): Make the ?\ char more obvious.
13398
13399 * vc-arch.el (vc-arch-root, vc-arch-registered):
13400 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13401
13402 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13403
13404 * windmove.el (windmove-frame-edges): Report coordinates of
13405 outside edges of frame, not inside edges.
13406 (windmove-coordinates-of-position): Convert into wrapper to new
13407 function `windmove-coordinates-of-window-position';
13408 `compute-motion' always applies to selected window.
13409 (windmove-coordinates-of-position): Update documentation to refer
13410 to Emacs 21 Lisp Reference Manual.
13411 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13412
13413 2004-09-13 Kim F. Storm <storm@cua.dk>
13414
13415 * isearch.el (isearch-resume-in-command-history): Rename from
13416 isearch-resume-enabled and change default to nil.
13417
13418 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13421 (vc-registered): Use it.
13422 (vc-find-root): New fun.
13423
13424 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13425 Don't tell to use \\{...} when it's already done.
13426
13427 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13428 Provide a sample complex default.
13429 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13430 (bibtex-entry): Use mapc.
13431
13432 2004-09-12 Kim F. Storm <storm@cua.dk>
13433
13434 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13435
13436 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13437 inhibit-field-text-motion to t so rectangles work in comint buffers.
13438
13439 * simple.el (choose-completion-string): Set buffer before running
13440 choose-completion-string-functions hook so it can be buffer-local.
13441
13442 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13443
13444 * progmodes/compile.el (compilation-start): Parse command to see
13445 if it starts with a cd, and if so perform it for the *compilation*
13446 buffer. Change the header to reflect this.
13447
13448 2004-09-11 Kim F. Storm <storm@cua.dk>
13449
13450 * ido.el (ido-enable-dot-prefix): Doc fix.
13451 (ido-enable-dot-prefix): New defcustom.
13452 (ido-set-matches1): Use it.
13453
13454 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * textmodes/bibtex.el (bibtex-mark-active)
13457 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13458
13459 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13460
13461 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13462 used in a case insensitive environment.
13463 (bibtex-mode-map): Rearrange order of menus.
13464 (bibtex-quoted-string-re): Obsolete.
13465 (bibtex-complete-key-cleanup): Variable replaced by new function.
13466 (bibtex-font-lock-keywords): Use backquotes.
13467 (bibtex-font-lock-url-regexp): New internal variable.
13468 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13469 "OPT" and "ALT".
13470 (bibtex-insert-current-kill, bibtex-make-field)
13471 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13472 (bibtex-parse-field-text): Simplify.
13473 (bibtex-string=): New helper function.
13474 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13475 (bibtex-map-entries): Use bibtex-string=.
13476 (bibtex-search-entry): Use not.
13477 (bibtex-enclosing-field): Fix docstring.
13478 (bibtex-assoc-regexp): Obsolete.
13479 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13480 (bibtex-autokey-get-names): Handle empty name field.
13481 (bibtex-parse-strings): Use assoc-string and unless.
13482 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13483 Use assoc-string.
13484 (bibtex-pop): Simplify.
13485 (bibtex-mode): Set font-lock-extra-managed-props.
13486 (bibtex-entry-update): Use assoc-string.
13487 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13488 (bibtex-autofill-entry): Use bibtex-string=.
13489 (bibtex-print-help-message): Simplify.
13490 (bibtex-find-entry): New optional arg START.
13491 (bibtex-validate): Use bibtex-string= and assoc-string.
13492 Do not call obsolete function compilation-parse-errors.
13493 (bibtex-remove-delimiters): Only remove delimiters if present.
13494 (bibtex-copy-entry-as-kill): Add docstring.
13495 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13496 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13497 (bibtex-complete): Use bibtex-predefined-month-strings,
13498 bibtex-string=, and new function bibtex-complete-key-cleanup.
13499 (bibtex-generate-url-list): New variable.
13500 (bibtex-url): New command bound to C-c C-l and mouse-2.
13501 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13502 (bibtex-font-lock-url): New function.
13503
13504 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13507
13508 2004-09-09 Kim F. Storm <storm@cua.dk>
13509
13510 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13511 counter and format with binding.
13512 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13513 the declared macro uses own macro counter and format. Give symbol
13514 kmacro property.
13515 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13516 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13517 (kmacro-end-and-call-macro): Doc fix.
13518
13519 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13520
13521 * desktop.el (desktop-clear-preserve-buffers):
13522 Remove make-obsolete-variable.
13523
13524 2004-09-08 Richard M. Stallman <rms@gnu.org>
13525
13526 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13527 with the buffer as argument.
13528
13529 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13532
13533 2004-09-08 Juri Linkov <juri@jurta.org>
13534
13535 * replace.el (perform-replace): Use `query-replace-descr'.
13536
13537 * cus-start.el (history-delete-duplicates): Specify customization.
13538
13539 * diff-mode.el (diff-mode-map):
13540 * progmodes/compile.el (compilation-mode-map):
13541 * progmodes/grep.el (grep-mode-map):
13542 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13543 to `next-error-follow-minor-mode'.
13544
13545 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13546
13547 * isearch.el (isearch-lazy-highlight-update): Take into account
13548 the case of zero-length match at the search bound.
13549
13550 2004-09-08 Kim F. Storm <storm@cua.dk>
13551
13552 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13553 change. Use zero width overlays when necessary.
13554
13555 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13556
13557 * subr.el (split-string): Docfix.
13558
13559 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13560
13561 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13562 (display-call-tree): Ensure newline after caller/calls blocks.
13563
13564 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13565
13566 * startup.el (command-line-1): Make option
13567 --directory/-L modify `load-path' straight away.
13568
13569 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13570
13571 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13572
13573 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13574
13575 * emacs-lisp/autoload.el (make-autoload):
13576 Handle `define-compilation-mode'.
13577
13578 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13579 Specify `doc-string-elt' property.
13580
13581 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13582
13583 * bs.el (bs-mode): Doc fix.
13584
13585 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13586
13587 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13588
13589 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13590
13591 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13592
13593 2004-09-08 Kenichi Handa <handa@m17n.org>
13594
13595 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13596 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13597 ps-mule-next-point -> 1+).
13598
13599 * composite.el (encode-composition-rule): Add autoload cookie.
13600
13601 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13602
13603 * format.el (buffer-auto-save-file-format): Make it permanent local.
13604
13605 2004-09-07 Kim F. Storm <storm@cua.dk>
13606
13607 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13608 (authors-fixed-entries): Fix typo.
13609 (authors-canonical-author-name): Compact multiple spaces.
13610 Ignore trivial names (e.g. only first name).
13611
13612 * term.el (term-window-width): Only use full window width on
13613 window system if overflow-newline-into-fringe is enabled.
13614 (term-mode): Don't disable overflow-newline-into-fringe.
13615
13616 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13619 motion as seen on my Mac OS X xterms.
13620
13621 * newcomment.el (uncomment-region-default, comment-region-default):
13622 New functions extracted from uncomment-region and comment-region.
13623 (comment-region, comment-region-function, uncomment-region)
13624 (uncomment-region-function): Use them.
13625
13626 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13627
13628 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13629 It's not crucial but can make sense at times.
13630
13631 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13632 the first commit.
13633
13634 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13635 Disable obsolete code.
13636
13637 2004-09-07 Juri Linkov <juri@jurta.org>
13638
13639 * progmodes/grep.el (grep-highlight-matches): Change default from
13640 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13641 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13642 if grep option `--color' is available, or to `nil' otherwise.
13643 (grep-process-setup): Call `grep-compute-defaults' if
13644 `grep-highlight-matches' is not computed. Set env-vars only
13645 if `grep-highlight-matches' is `t'.
13646 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13647 is already defined).
13648
13649 * progmodes/compile.el (compilation-start): Use copy of
13650 `process-environment' created by `copy-sequence' to not
13651 modify env-vars in the global `process-environment'.
13652
13653 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13654
13655 * simple.el (next-error-follow-minor-mode): Fix last change.
13656
13657 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13658
13659 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13660 permanent local.
13661
13662 2004-09-04 Richard M. Stallman <rms@gnu.org>
13663
13664 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13665 highlighting if the search string is empty.
13666
13667 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13668
13669 * facemenu.el (facemenu-active-faces): Change condition of inner
13670 `while' loop to also check the first two elements of `face-atts'
13671 and `mask-atts'.
13672
13673 2004-09-04 John Paul Wallington <jpw@gnu.org>
13674
13675 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13676 (thumbs-view-image-mode): Make buffer read-only.
13677
13678 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13679
13680 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13681 (ispell-check-version): Set it.
13682 (ispell-send-replacement): New function.
13683 (ispell-process-line): Call ispell-send-replacement.
13684
13685 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13686
13687 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13688 Support choosing seconds with "s".
13689
13690 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13691
13692 * terminal.el (te-escape): Show `?' in prompt for help key.
13693
13694 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13695
13696 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13697
13698 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13699
13700 * simple.el (next-error-follow-minor-mode)
13701 (next-error-follow-mode-post-command-hook): New functions.
13702 (next-error-follow-last-line): New defvar.
13703
13704 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13705 * progmodes/compile.el (compilation-mode-map): Likewise.
13706 * progmodes/grep.el (grep-mode-map): Likewise.
13707 * replace.el (occur-mode-map): Likewise.
13708
13709 * newcomment.el (uncomment-region): Bind comment-use-global-state
13710 to nil.
13711
13712 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13713
13714 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13715 locally around the call to `revert-buffer'.
13716
13717 2004-09-03 Juri Linkov <juri@jurta.org>
13718
13719 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13720 `isearch-adjusted' to `t'.
13721 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13722 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13723 (isearch-other-meta-char): Restore isearch-point unconditionally.
13724 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13725 Set point to start of match if region is not active in transient
13726 mark mode (to include the current match to region boundaries).
13727 Push the search string to `query-replace-from-history-variable'.
13728 Add prompt "Query replace regexp" for isearch-regexp.
13729 Add region beginning/end as last arguments of `perform-replace.'
13730 (isearch-query-replace-regexp): Replace code by the call to
13731 `isearch-query-replace' with arg `t'.
13732
13733 2004-09-03 Richard M. Stallman <rms@gnu.org>
13734
13735 * startup.el (normal-top-level): Undo previous TERM change.
13736
13737 2004-09-03 Kim F. Storm <storm@cua.dk>
13738
13739 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13740 highlight overlays; allow using RET when cursor is over a button.
13741 (cua--highlight-rectangle): Use it.
13742 (cua--rectangle-set-corners): Don't move backwards at eol.
13743 (cua--forward-line): Don't move into void after eob.
13744
13745 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13746 point is set (and displayed) inside rectangle.
13747 (cua--rectangle-operation): Fix for highlight of empty lines.
13748 (cua--highlight-rectangle): Fix highlight for tabs.
13749 Position cursor at left/right edge of rectangle using new `cursor'
13750 property on overlay strings.
13751 (cua--indent-rectangle): Don't tabify.
13752 (cua-rotate-rectangle): Ignore that point has moved.
13753
13754 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13755
13756 * term/mac-win.el: Add ASCII equivalents for some function keys.
13757 (mode-line-frame-identification): Sync with x-win.el.
13758
13759 2004-09-02 Juri Linkov <juri@jurta.org>
13760
13761 * progmodes/compile.el (compilation-buffer-name): Compare major
13762 mode with second element of compilation-arguments instead of third
13763 to reflect latest changes in compilation-arguments structure.
13764 (recompile): Use global variable `compilation-directory' to get
13765 recent compilation directory only when `recompile' is invoked NOT
13766 in the compilation buffer. Otherwise, use `default-directory' of
13767 the compilation buffer.
13768 (compilation-error-properties): Allow to funcall col and end-col.
13769 (compilation-mode-font-lock-keywords): Check col and end-col by
13770 `integerp'.
13771 (compilation-goto-locus): If end-mk is non-nil in transient mark
13772 mode don't activate the mark (and don't display message in
13773 push-mark), but highlight overlay between mk and end-mk.
13774
13775 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13776 (grep-regexp-alist): Add rule to highlight grep matches.
13777 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13778
13779 * info.el (Info-fontify-node): Don't compute other-tag
13780 if Info-hide-note-references=hide.
13781
13782 * help.el (function-called-at-point):
13783 * help-fns.el (variable-at-point):
13784 Try `find-tag-default' when other methods failed.
13785
13786 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13787 Do not push mark if inhibit-mark-movement is non-nil.
13788
13789 * textmodes/ispell.el (ispell-html-skip-alists):
13790 Fix backslashes in docstring.
13791
13792 2004-09-01 Juri Linkov <juri@jurta.org>
13793
13794 * isearch.el (isearch-wrap-function)
13795 (isearch-push-state-function): New defvars.
13796 (isearch-pop-fun-state): New defsubst.
13797 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13798 (isearch-push-state): Set the result of calling
13799 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13800 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13801 restore the mode-specific starting point of terminated search.
13802 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13803 (isearch-repeat): Call `isearch-wrap-function' if defined.
13804 (isearch-message-prefix): Don't add prefix "over" to the message
13805 for wrapped search if `isearch-wrap-function' is defined.
13806 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13807 restore the mode-specific starting point of failed search.
13808
13809 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13810 (Info-search): Add new optional arguments for the sake of isearch.
13811 Replace whitespace in Info-search-whitespace-regexp literally.
13812 Add backward search. Don't call `Info-select-node' if regexp is
13813 found in the same Info node. Don't add node to Info-history for
13814 wrapped isearch.
13815 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13816 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13817 (Info-mode): Set local variables `isearch-search-fun-function',
13818 `isearch-wrap-function', `isearch-push-state-function',
13819 `search-whitespace-regexp'.
13820
13821 * isearch.el: Remove ancient Change Log section.
13822 (isearch-string, isearch-message-string, isearch-point)
13823 (isearch-success, isearch-forward-flag, isearch-other-end)
13824 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13825 (isearch-barrier, isearch-within-brackets)
13826 (isearch-case-fold-search): Add suffix `-state' to state-related
13827 defsubsts to avoid name clashes with other function names.
13828
13829 * simple.el (next-error): New defgroup and defface.
13830 (next-error-highlight, next-error-highlight-no-select):
13831 New defcustoms.
13832 (next-error-no-select): Let-bind next-error-highlight to the value
13833 of next-error-highlight-no-select before calling `next-error'.
13834
13835 * progmodes/compile.el (compilation-goto-locus):
13836 Use `next-error' face instead of `region'. Set 4-th argument of
13837 `move-overlay' to `current-buffer' to move overlay to different
13838 source buffers. Use new variable `next-error-highlight'.
13839
13840 * simple.el (next-error-find-buffer): Move the rule
13841 "if current buffer is a next-error capable buffer" after the
13842 rule "if next-error-last-buffer is set to a live buffer".
13843 Simplify to test all rules in one `or'.
13844 (next-error): Doc fix.
13845 (next-error, previous-error, first-error)
13846 (next-error-no-select, previous-error-no-select):
13847 Make arguments optional.
13848
13849 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13850
13851 * macros.el (apply-macro-to-region-lines): Make it operate on all
13852 lines that begin in the region, rather than on all complete lines
13853 in the region.
13854
13855 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13856
13857 * x-dnd.el (x-dnd-protocol-alist): Document update.
13858 (x-dnd-known-types): Defcustom it.
13859 (x-dnd-handle-motif): Print message-atom in error message.
13860
13861 2004-08-30 John Paul Wallington <jpw@gnu.org>
13862
13863 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13864 strings rather than programatically constructing message.
13865
13866 2004-08-30 Richard M. Stallman <rms@gnu.org>
13867
13868 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13869 Don't return a string that would read as the wrong character code.
13870
13871 2004-08-29 Kim F. Storm <storm@cua.dk>
13872
13873 * emulation/cua-base.el (cua-auto-expand-rectangles):
13874 Remove automatic rectangle padding feature; replace by non-destructive
13875 virtual rectangle edges feature.
13876 (cua-virtual-rectangle-edges): New defcustom.
13877 (cua-auto-tabify-rectangles): New defcustom.
13878 (cua-paste): If paste into a marked rectangle, insert rectangle at
13879 current column, even if virtual; also paste exactly as many lines
13880 as has been marked (ignore additional lines or add empty lines),
13881 but paste whole source if only one line is marked.
13882 (cua--update-indications): No longer use overwrite-cursor to
13883 indicate rectangle padding
13884
13885 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13886 (cua--rectangle-virtual-edges): New defun.
13887 (cua--rectangle-get-corners): Remove optional PAD arg.
13888 (cua--rectangle-set-corners): Never do padding.
13889 (cua--forward-line): Remove optional PAD arg. Simplify.
13890 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13891 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13892 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13893 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13894 (cua--rectangle-move): Never do padding. Simplify.
13895 (cua--tabify-start): New defun.
13896 (cua--rectangle-operation): Add tabify arg. All callers changed.
13897 (cua--pad-rectangle): Remove.
13898 (cua--delete-rectangle): Handle delete with virtual edges.
13899 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13900 (cua--insert-rectangle): Handle insert at virtual column.
13901 Perform auto-tabify if necessary.
13902 (cua--activate-rectangle): Remove optional FORCE arg.
13903 Never do padding. Simplify.
13904 (cua--highlight-rectangle): Enhance for virtual edges.
13905 (cua-toggle-rectangle-padding): Remove command.
13906 (cua-toggle-rectangle-virtual-edges): New command.
13907 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13908 (cua--rectangle-post-command): Don't force rectangle padding.
13909 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13910
13911 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13912
13913 * indent.el (edit-tab-stops-buffer): Doc fix.
13914
13915 2004-08-28 Richard M. Stallman <rms@gnu.org>
13916
13917 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13918 (grep-tag-default): Function deleted.
13919
13920 * subr.el (find-tag-default): Move from etags.el.
13921
13922 * progmodes/etags.el (find-tag-default): Move to subr.el.
13923
13924 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13925 into the basic character if it has an uppercase form.
13926
13927 2004-08-27 Kenichi Handa <handa@m17n.org>
13928
13929 * international/utf-8.el (utf-8-post-read-conversion): If the
13930 buffer is unibyte, temporarily make it multibyte.
13931
13932 2004-08-27 Masatake YAMATO <jet@gyve.org>
13933
13934 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13935
13936 2004-08-25 John Paul Wallington <jpw@gnu.org>
13937
13938 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13939 0, 1, and many mismatches in message.
13940 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13941
13942 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13943 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13944
13945 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13948 vc-diff-switches differently.
13949
13950 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13951
13952 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13953 before and a real defvar after
13954 `speedbar-supported-extension-expressions'. This is to silence
13955 the compiler without breaking bootstrapping.
13956
13957 2004-08-22 Richard M. Stallman <rms@gnu.org>
13958
13959 * textmodes/flyspell.el (flyspell-word):
13960 Use set-process-query-on-exit-flag.
13961 (flyspell-highlight-duplicate-region): Take POSS as arg.
13962 (flyspell-word): Pass POSS as arg.
13963
13964 * progmodes/ada-xref.el: Many doc and style fixes.
13965 (ada-find-any-references): Use compilation-start.
13966 (ada-get-ali-file-name): Improve error msg.
13967 (ada-get-ada-file-name): Likewise.
13968
13969 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13970 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13971
13972 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13973 Add forward defvar.
13974
13975 * whitespace.el (global-whitespace-mode): New alias
13976 for whitespace-global-mode.
13977
13978 * speedbar.el (speedbar-file-regexp): Move definition up.
13979 (speedbar-mode, speedbar-set-mode-line-format):
13980 Use with-no-warnings.
13981 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13982
13983 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13984 controls whether to display the error buffer.
13985
13986 * ps-mule.el: Delete compatibility code for old Emacsen.
13987 (ps-mule-find-wrappoint): Don't use chars-in-region.
13988
13989 * frame.el (display-mouse-p, display-selections-p):
13990 Use with-no-warnings.
13991
13992 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13993
13994 2004-08-22 David Kastrup <dak@gnu.org>
13995
13996 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13997 information.
13998
13999 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14000
14001 2004-08-22 Andreas Schwab <schwab@suse.de>
14002
14003 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14004
14005 2004-08-22 Masatake YAMATO <jet@gyve.org>
14006
14007 * cvs-status.el (cvs-status-checkout): New function.
14008 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14009
14010 2004-08-21 David Kastrup <dak@gnu.org>
14011
14012 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14013 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14014 has been converted to use hashtables, the relation `nil=none' is
14015 no longer valid, as `nil' is not a hashtable. This patch tries to
14016 reduce the number of resulting errors.
14017
14018 2004-08-21 John Paul Wallington <jpw@gnu.org>
14019
14020 * subr.el (process-kill-without-query): Made obsolete in
14021 version 21.4, not 21.5.
14022
14023 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14024 (vc-previous-comment, vc-next-comment)
14025 (vc-comment-search-reverse, vc-comment-search-forward)
14026 (vc-comment-to-change-log): Likewise.
14027
14028 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14029
14030 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14031
14032 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14033 Correct indentation of DEFMETHODS with non-standard method
14034 combinations (e.g., PROGN, MIN, MAX).
14035
14036 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * startup.el (normal-top-level-add-subdirs-to-load-path):
14039 Avoid unnecessarily checking system-type.
14040 (normal-top-level): Set TERM to "dumb". Simplify.
14041
14042 * avoid.el (mouse-avoidance-ignore-p): New fun.
14043 Also ignore switch-frame, select-window, double, and triple clicks.
14044 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14045 (mouse-avoidance-fancy-hook): Use it.
14046
14047 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14048
14049 * avoid.el (mouse-avoidance-nudge-mouse)
14050 (mouse-avoidance-banish-destination): Stay within the current window
14051 to avoid problems with mouse-autoselect-window.
14052
14053 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14056 the newer format of some messages in cvs-1.12.1.
14057
14058 2004-08-19 Masatake YAMATO <jet@gyve.org>
14059
14060 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14061 (elp-results-jump-to-definition-by-mouse)
14062 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14063 (elp-output-result): Use elp-output-insert-symname.
14064
14065 2004-08-18 Kenichi Handa <handa@m17n.org>
14066
14067 * language/cyrillic.el: Register koi8-r in
14068 ctext-non-standard-encodings-alist.
14069 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14070
14071 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14072
14073 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14074 that replaces 20xy with xy.
14075
14076 2004-08-17 John Paul Wallington <jpw@gnu.org>
14077
14078 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14079 (reb-force-update): Doc fix.
14080
14081 2004-08-16 Richard M. Stallman <rms@gnu.org>
14082
14083 * progmodes/which-func.el (which-func-update-1): Doc fix.
14084
14085 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14086 (sh-mode-abbrev-table): New variable.
14087
14088 * progmodes/compile.el (compilation-mode): Doc fix.
14089
14090 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14091 Don't cons a new symbol each time.
14092 (eval-last-sexp-fake-value): New variable.
14093
14094 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14095 (copyright-update-year): Detect continuation of list of years.
14096
14097 * term.el (term-default-fg-color, term-default-bg-color)
14098 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14099
14100 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14101
14102 2004-08-16 Davis Herring <herring@lanl.gov>
14103
14104 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14105 (isearch-success, isearch-forward-flag, isearch-other-end)
14106 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14107 (isearch-barrier, isearch-within-brackets)
14108 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14109
14110 2004-08-16 Kenichi Handa <handa@m17n.org>
14111
14112 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14113
14114 2004-08-15 Kenichi Handa <handa@m17n.org>
14115
14116 * term/x-win.el (x-selection-value): If utf8 was successful but
14117 ctext was not, use utf8 string.
14118
14119 2004-08-14 Davis Herring <herring@lanl.gov>
14120
14121 * isearch.el: Remove accidental changes of March 4. Fix backing
14122 up when a regexp isearch is made more general. Use symbolic
14123 accessor functions for isearch stack frames to make usage clearer.
14124 (search-whitespace-regexp): Made groups in documentation shy (as
14125 is the group in the default value).
14126 (isearch-fallback): New function, addresses problems with regexps
14127 liberalized by `\|', adds support for liberalization by `\}' (the
14128 general repetition construct), and incorporates behavior for
14129 `*'/`?'.
14130 (isearch-}-char): New command, calls `isearch-fallback' with
14131 arguments appropriate to a typed `}'.
14132 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14133 appropriately.
14134 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14135 (isearch-string, isearch-message,string, isearch-point)
14136 (isearch-success, isearch-forward-flag, isearch-other-end)
14137 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14138 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14139 New inline functions to read fields of a stack frame.
14140
14141 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14142
14143 * battery.el (battery-linux-proc-acpi): Look into battery
14144 directories matching the literal string "CMB", too (required for
14145 Linux kernel version 2.6.7).
14146
14147 2004-08-14 John Paul Wallington <jpw@gnu.org>
14148
14149 * cus-start.el (read-file-name-completion-ignore-case): Add.
14150 (blink-cursor-alist): Change version to "21.4".
14151
14152 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14153
14154 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14155
14156 * speedbar.el (speedbar-scan-subdirs): New option.
14157 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14158 dolist.
14159 (speedbar-insert-files-at-point): Take an extra argument and use
14160 it to optionally find out if a subdir is empty. Also unreadable
14161 files don't get expand buttons.
14162 (speedbar-directory): New image (unused pixmap already existed).
14163 (speedbar-expand-image-button-alist): Use it.
14164
14165 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14166
14167 CC Mode update to 5.30.9:
14168
14169 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14170 Move from cc-vars to cc-defs for dependency reasons. Fix the
14171 POSIX char class test to check that it works in
14172 `skip-chars-(forward|backward)' too.
14173
14174 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14175 first argument starts with a special brace list.
14176
14177 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14178 when `c-opt-type-concat-key' is used (i.e. in Pike).
14179
14180 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14181 Fix bug when the inner char pair doesn't have paren syntax,
14182 i.e. "(<>)".
14183
14184 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14185 whitespace safe.
14186
14187 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14188 position for `arglist-intro', `arglist-cont-nonempty' and
14189 `arglist-close' when there are two arglist open parens on the same
14190 line and there's nothing in front of the first.
14191
14192 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14193 locking of qualified names in Java, which previously could fontify
14194 common indexing expressions in many cases. The standard Java
14195 naming conventions are used to tell them apart.
14196
14197 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14198 Fix inconsistency wrt opening parens on the first line inside a paren
14199 block.
14200
14201 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14202 compile time for the sake of `c-major-mode-is'.
14203
14204 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14205 `c-major-mode-is' in the event that this is used inside a
14206 `c-lang-defconst'.
14207
14208 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14209 `c-lang-defconst' so that it works better with fallback languages.
14210
14211 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14212 it to fail to record the base mode.
14213
14214 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14215 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14216 is used. Reorder the syntax checks to get more efficient
14217 skipping in some situations.
14218
14219 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14220 continuation which might precede the newly inserted '{'.
14221
14222 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14223 Fix cases where it could loop indefinitely.
14224
14225 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14226 size specs correctly. Only fontify identifiers in front of '('
14227 with as functions - don't accept any paren char. Tighten up
14228 initializer skipping to stop before function and class blocks.
14229
14230 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14231 the point could be left directly after an open paren when finding
14232 the beginning of the first decl in the block.
14233
14234 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14235 table when filtering out legitimate open parens to be recorded.
14236 This could cause cache inconsistencies when e.g.
14237 `c++-template-syntax-table' was temporarily in use.
14238
14239 * progmodes/cc-engine.el (c-on-identifier)
14240 (c-simple-skip-symbol-backward): Small fix for handling "-"
14241 correctly in `skip-chars-backward'. Affected the operator lfun
14242 syntax in Pike.
14243
14244 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14245 Fix bug that could cause an error from `after-change-functions' when
14246 the changed region is at bob.
14247
14248 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14249
14250 CC Mode update to 5.30.9:
14251
14252 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14253 to say that <TAB> doesn't insert WS into a CPP line.
14254 (c-indent-command, c-tab-always-indent): Amend doc strings.
14255
14256 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14257 checks for user errors, thus eliminating cryptic and unhelpful
14258 Emacs error messages. (1) Check the arg to `c-set-style' is a
14259 string. (2) Check that settings to `c-offsets-alist' are not
14260 spuriously quoted.
14261
14262 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14263 which precedes the newly inserted `{'.
14264
14265 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14266
14267 Sync with Tramp 2.0.44.
14268
14269 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14270 function "tramp_file_attributes". Otherwise, file names
14271 containing spaces are misinterpreted. Reported by Magnus Henoch
14272 <mange@freemail.hu>.
14273 (tramp-handle-file-truename): FILENAME must be expanded first.
14274 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14275 obscure results. Reported by D. Goel <deego@gnufans.org>.
14276 (tramp-handle-verify-visited-file-modtime): If file does not
14277 exist, say it is not modified if and only if that agrees with the
14278 buffer's record. Check whether a file is visiting the buffer, or
14279 the buffer has no recorded last modification time. Return t in
14280 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14281 <teirllm@auburn.edu>.
14282 (tramp-handle-write-region): Pass modtime explicitly to
14283 `set-visited-file-modtime', because filename can be different
14284 from (buffer-file-name) if `file-precious-flag' is set.
14285 `set-visited-file-modtime' must be called always when `visit' is t
14286 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14287 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14288 nil, don't apply the whole body. If the file doesn't exists, set
14289 modtime to '(-1 65535). Suggested by Luc Teirlinck
14290 <teirllm@auburn.edu>.
14291
14292 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14293
14294 * help.el (describe-bindings): Doc fix.
14295
14296 * subr.el (kbd): Doc fix.
14297
14298 2004-08-08 John Paul Wallington <jpw@gnu.org>
14299
14300 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14301 instead of `string-to-int'.
14302 (define-ibuffer-column mode): Fix indentation.
14303
14304 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14305
14306 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14307
14308 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14309
14310 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14311
14312 * novice.el (disabled-command-function): New variable renamed from
14313 `disabled-command-hook'.
14314 (disabled-command-hook): Keep the _variable_ as alias for
14315 `disabled-command-function' and make obsolete.
14316 (disabled-command-function): Function renamed from
14317 `disabled-command-hook'. Adapt code to name change of the variable.
14318
14319 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14320
14321 * simple.el (completion-root-regexp): New defvar.
14322 (completion-setup-function): Use it instead of a literal string.
14323
14324 2004-08-07 John Paul Wallington <jpw@gnu.org>
14325
14326 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14327 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14328 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14329 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14330
14331 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14332
14333 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14334 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14335
14336 2004-08-04 Kenichi Handa <handa@m17n.org>
14337
14338 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14339 Fix previous change.
14340
14341 2004-08-03 Kenichi Handa <handa@m17n.org>
14342
14343 * international/encoded-kb.el: The following changes are to
14344 utilize key-translation-map instead of minor mode map.
14345 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14346 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14347 (encoded-kbd-last-key): New function.
14348 (encoded-kbd-iso2022-single-shift): New function.
14349 (encoded-kbd-iso2022-designation)
14350 (encoded-kbd-self-insert-iso2022-7bit)
14351 (encoded-kbd-self-insert-iso2022-8bit)
14352 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14353 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14354 key-translation-map.
14355 (encoded-kbd-setup-keymap): Setup key-translation-map.
14356 (saved-key-translation-map): New variable.
14357 (encoded-kbd-mode): Save/restore key-translation-map.
14358 Adjust for the change of encoded-kbd-setup-keymap.
14359
14360 2004-08-02 Kim F. Storm <storm@cua.dk>
14361
14362 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14363 and call compute-motion with nil for topos and width to get proper
14364 usable width and height for both window and non-window systems.
14365
14366 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14367 calculate usable window width and height.
14368
14369 * window.el (window-buffer-height): Call compute-motion with nil width.
14370
14371 2004-08-01 David Kastrup <dak@gnu.org>
14372
14373 * replace.el (query-replace-read-from):
14374 Use `query-replace-compile-replacement'.
14375 (query-replace-compile-replacement): New function.
14376 (query-replace-read-to): Use `query-replace-compile-replacement'
14377 for repeating the last command.
14378
14379 2004-08-01 John Paul Wallington <jpw@gnu.org>
14380
14381 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14382 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14383 (pr-switches): Remove period from end of error messages.
14384
14385 * help-mode.el (help-go-back): Likewise.
14386
14387 * abbrev.el (only-global-abbrevs): Doc fix.
14388 (edit-abbrevs-map): Define within defvar.
14389 (quietly-read-abbrev-file): Doc fix.
14390
14391 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14392
14393 * novice.el (enable-command, disable-command): Doc fixes.
14394
14395 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14396
14397 2004-07-30 Richard M. Stallman <rms@gnu.org>
14398
14399 * subr.el (with-local-quit): Doc fix.
14400
14401 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14402
14403 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14404
14405 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14406
14407 * custom.el (defcustom): Doc fix.
14408
14409 2004-07-28 Masatake YAMATO <jet@gyve.org>
14410
14411 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14412
14413 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * imenu.el (imenu-prev-index-position-function)
14416 (imenu-extract-index-name-function, imenu-name-lookup-function)
14417 (imenu--index-alist): Docstring redundancy fix.
14418
14419 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14420
14421 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14422 binding dired-backup-overwrite.
14423
14424 2004-07-25 John Paul Wallington <jpw@gnu.org>
14425
14426 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14427
14428 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14429
14430 * term/tty-colors.el (tty-color-approximate): Doc fix.
14431
14432 * select.el (x-get-selection, x-set-selection): Doc fixes.
14433
14434 * frame.el (make-frame): Doc fix.
14435
14436 2004-07-24 Richard M. Stallman <rms@gnu.org>
14437
14438 * mail/rmail.el (rmail-mime-charset-pattern):
14439 Don't include semicolon in the charset value.
14440
14441 * replace.el (occur-next-error): Call set-window-point.
14442 (occur-engine): Handle negative NLINES.
14443
14444 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14445
14446 * frame.el (modify-all-frames-parameters): Minor doc fix.
14447 (set-frame-configuration): Doc fix.
14448
14449 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14450
14451 * simple.el (completion-setup-function): Compute the common parts
14452 and the first difference place correctly when
14453 partial-completion-mode is on.
14454
14455 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14456
14457 * ps-print.el: Doc fix.
14458 (ps-print-version): New version 6.6.5.
14459 (ps-printing-region): Doc fix.
14460 (ps-generate-string-list): Comment fix.
14461 (ps-message-log-max): Code fix.
14462
14463 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14464
14465 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14466 generated PostScript.
14467
14468 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14471 with Gnus v5_10 branch.)
14472
14473 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14474
14475 * calendar/time-date.el (time-to-number-of-days): New function.
14476 Imported from from Gnus.
14477
14478 2004-07-22 Kim F. Storm <storm@cua.dk>
14479
14480 * progmodes/make-mode.el: Fix comments.
14481
14482 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14483
14484 * printing.el: Doc fix.
14485
14486 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14487
14488 * frame.el (modify-all-frames-parameters): Minor doc fix.
14489
14490 2004-07-20 Richard M. Stallman <rms@gnu.org>
14491
14492 * textmodes/fill.el (fill-nobreak-p): If this break point is
14493 at the end of the line, don't consider the newline which follows
14494 as a reason to return t.
14495
14496 2004-07-19 John Paul Wallington <jpw@gnu.org>
14497
14498 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14499
14500 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14501
14502 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14503 Delete irrelevant code.
14504
14505 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14506
14507 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14508 New docstring. From Luc Teirlinck.
14509
14510 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14511
14512 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14513 section.
14514 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14515 non-file buffers. We know it is nil.
14516
14517 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14518
14519 Sync with Tramp 2.0.43.
14520
14521 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14522 Remove outdated comment.
14523 (tramp-locked, tramp-locker): New variables for implementing a
14524 global lock.
14525 (tramp-sh-file-name-handler): Use them to implement the global lock.
14526
14527 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14528
14529 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14530 calls to respective `xxx` calls.
14531 (tramp-process-alive-regexp): Precise doc string.
14532 (tramp-multi-action-process-alive): New defun.
14533 (tramp-multi-actions): Use it.
14534 (tramp-handle-find-backup-file-name): `copy-tree' is available
14535 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14536 in order to avoid this function.
14537 (tramp-handle-write-region): Set current buffer. If connection
14538 wasn't open, `file-modes' has changed it accidentally. Reported by
14539 David Kastrup <dak@gnu.org>.
14540 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14541 HOST.
14542 (tramp-action-password, tramp-multi-action-password): Apply it.
14543 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14544 name must still contain the port number. Otherwise, we have two
14545 Tramp buffers, with all the confusion. Reported by Myron Selby
14546 <myron@xytech.com> and Rolf Dubitzky
14547 <Dubitzky@physi.uni-heidelberg.de>.
14548
14549 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14550 HOST to `tramp-enter-passwd'.
14551
14552 * net/tramp-vc.el (all): Code cleanup. Change all
14553 `tramp-handle-xxx' calls to respective `xxx` calls.
14554
14555 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14556
14557 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14558 functions that are not erroneous if either 1-valued or
14559 multi-valued. Detect functions in this class.
14560 (testcover-1value-functions, testcover-compose-functions)
14561 (testcover-progn-functions) Add some additional functions to lists.
14562 (testcover-mark): Bugfix when marking up the definition for an
14563 empty function.
14564
14565 2004-07-17 Richard M. Stallman <rms@gnu.org>
14566
14567 * replace.el (occur-read-primary-args): Pass default to
14568 read-from-minibuffer.
14569
14570 * mail/footnote.el (footnote-section-tag): Use defcustom.
14571
14572 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14573 Compile font-lock-keywords, not KEYWORDS.
14574 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14575 Add warn, check-type. Handle cerror like error.
14576
14577 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14578
14579 * progmodes/which-func.el (which-func-keymap): New var.
14580 (which-func-face): New face.
14581 (which-func-format): Use them.
14582
14583 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14584
14585 * buff-menu.el (list-buffers-noselect): Append the buffer's
14586 process status to its mode name.
14587
14588 2004-07-16 Kim F. Storm <storm@cua.dk>
14589
14590 * simple.el (inhibit-mark-movement): New defvar.
14591 (beginning-of-buffer, end-of-buffer): Do not push mark if
14592 inhibit-mark-movement is non-nil or C-u prefix is given.
14593
14594 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14595 Init to beginning-of-buffer and end-of-buffer.
14596 (cua--undo-push-mark): New defvar.
14597 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14598 already active and command is in cua--preserve-mark-commands.
14599 Also fix check for shift modifier on non-window systems.
14600 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14601
14602 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14603
14604 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14605 of two integers, instead of a cons.
14606
14607 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14608 `visited-file-modtime' now returns a list of two integers, instead
14609 of a cons.
14610
14611 * dired.el (dired-directory-changed-p): Ditto.
14612
14613 * progmodes/grep.el (grep): Doc fix.
14614
14615 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14616
14617 * autorevert.el (auto-revert-tail-mode)
14618 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14619 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14620 in both at the same time.
14621 (auto-revert-tail-mode): New command.
14622 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14623 (auto-revert-handler): Revert only either tail or whole file.
14624
14625 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14626 add auto-revert-tail-mode.
14627
14628 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14629
14630 * printing.el: Doc fix. Change name of some funs.
14631 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14632 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14633 (pr-standard-file-name): New fun. Replace pr-standard-path.
14634 (pr-call-process): Code fix.
14635
14636 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14637
14638 * subr.el (with-selected-window): Doc fix.
14639
14640 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14641
14642 * subr.el (get-buffer-window-list): Doc fix.
14643
14644 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14645
14646 * files.el (switch-to-buffer-other-window): Doc fix.
14647
14648 * window.el (save-selected-window, one-window-p)
14649 (split-window-keep-point, split-window-vertically)
14650 (split-window-horizontally): Doc fixes.
14651
14652 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14653
14654 * printing.el: Doc fix. Now it uses call-process instead of
14655 shell-command for low command execution.
14656 (pr-version): New version number (6.8).
14657 (pr-shell-file-name): Option removed.
14658 (pr-shell-command): Fun removed.
14659 (pr-call-process): New fun. Replace pr-shell-command.
14660 (pr-standard-path, pr-remove-nil-from-list): New funs.
14661 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14662 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14663 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14664 (pr-ps-utility-process, pr-txt-print): Code fix.
14665
14666 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14667
14668 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14669 boolean.
14670
14671 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14672
14673 * wid-edit.el (widget-field-buffer): Doc fix.
14674
14675 2004-07-09 John Paul Wallington <jpw@gnu.org>
14676
14677 * emacs-lisp/re-builder.el (reb-update-overlays):
14678 Distinguish between one and several matches in message.
14679
14680 2004-07-09 Richard M. Stallman <rms@gnu.org>
14681
14682 * mouse.el (mouse-set-region-1): If transient-mark-mode
14683 is `identity', change it to `only'.
14684
14685 * simple.el (current-word): Doc fix.
14686
14687 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14688
14689 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14690 so that it is more understanding of whitespace.
14691
14692 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14693 (("ns" . "element") (attr-list) children) instead of
14694 ((:ns . "element") (attr-list) children) in order to reduce the
14695 number of symbols used.
14696 (xml-skip-dtd): Change to use xml-parse-dtd but set
14697 xml-validating-parsing to nil.
14698 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14699 (xml-substitute-entity): Remove in favor of new entity substitution.
14700 (xml-substitute-special): Rewrite in to substitute complex
14701 entities from DOCTYPE declarations.
14702 (xml-parse-fragment): Parse fragments from entity declarations.
14703 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14704 (xml-parse-dtd, xml-substitute-special): Make validity checks
14705 conditioned on xml-validating-parser. Add "Not Well Formed" to
14706 error messages about well-formedness.
14707
14708 2004-07-08 Steven Tamm <steventamm@mac.com>
14709
14710 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14711 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14712 Do not treat double clicks and triple clicks specially in the
14713 scroll bar (preventing strange repositioning problems)
14714
14715 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * replace.el (query-replace-regexp-eval): Fix last change.
14718
14719 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * replace.el (query-replace-descr): New fun.
14722 (query-replace-read-from, query-replace-read-args): Default to the
14723 previous from&to.
14724 (query-replace-read-to): Quote the `from' string when displaying it.
14725 (query-replace-regexp-eval): Immediately check read-only status.
14726 Use query-replace-read-from to get the \n checking.
14727 Quote the `from' string when displaying it.
14728 (map-query-replace-regexp, occur-read-primary-args):
14729 Quote the `from' string when displaying it.
14730
14731 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14732 delimited-ness of the search to query-replace.
14733
14734 * replace.el (query-replace-read-from, query-replace-read-to):
14735 New funs extracted from query-replace-read-args.
14736 (query-replace-read-args): Use them.
14737
14738 * replace.el (query-replace-interactive, query-replace-read-args):
14739 Remove the `initial' special value.
14740 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14741 (occur-engine): Remove unused var `matchend'.
14742
14743 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14744 Use the search string without prompting.
14745
14746 2004-07-05 Kenichi Handa <handa@m17n.org>
14747
14748 * international/mule.el (decode-coding-inserted-region):
14749 Set last-coding-system-used only when coding is nil.
14750
14751 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14752
14753 * progmodes/grep.el (grep-compute-defaults, grep-command)
14754 (grep-program, find-program, grep-find-use-xargs, grep-history)
14755 (grep-find-history, grep-tag-default, grep-find-command)
14756 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14757 Add autoload cookies, for unbundled packages that load `compile'
14758 and expect all grep-related symbols to become defined.
14759
14760 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14761
14762 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14763 (iimage-mode-image-search-path): New user option to search the
14764 image file.
14765 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14766 have locate-file.
14767 (iimage-mode-buffer): Use it.
14768
14769 2004-07-03 Nick Roberts <nickrob@gnu.org>
14770
14771 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14772 carefully.
14773 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14774
14775 2004-07-03 Juri Linkov <juri@jurta.org>
14776
14777 * replace.el (query-replace-read-args): Swallow space after 'foo,
14778 not after (quote foo). Match space only immediately after symbol,
14779 not anywhere in the whole string.
14780
14781 2004-07-02 Richard M. Stallman <rms@gnu.org>
14782
14783 * replace.el (query-replace-read-args): Swallow space after
14784 symbols, not after closeparens. But avoid error if string ends there.
14785
14786 * progmodes/python.el (python-beginning-of-statement):
14787 Exit the loop if backward-up-list gets error.
14788
14789 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14790
14791 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14792
14793 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14794 only if vc-consult-headers is non-nil.
14795
14796 2004-07-02 Juri Linkov <juri@jurta.org>
14797
14798 * pcvs.el (cvs-mode-diff-repository): New command.
14799
14800 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14801
14802 2004-07-01 Juri Linkov <juri@jurta.org>
14803
14804 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14805 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14806 C-M-% to isearch-query-replace-regexp.
14807 (minibuffer-local-isearch-map): Add arrow key bindings.
14808 Bind C-f to isearch-yank-char-in-minibuffer.
14809 (isearch-forward): Doc fix.
14810 (isearch-edit-string): Doc fix.
14811 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14812 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14813 (isearch-yank-char): Add optional arg.
14814 (isearch-yank-char-in-minibuffer): New fun.
14815
14816 * replace.el (query-replace-interactive): Change type from boolean
14817 to choice. Add value `initial'.
14818 (query-replace-read-args): Handle value `initial' of
14819 query-replace-interactive.
14820
14821 2004-06-29 Kim F. Storm <storm@cua.dk>
14822
14823 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14824 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14825
14826 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14827 Add :group 'ada.
14828
14829 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14830
14831 2004-06-29 Juri Linkov <juri@jurta.org>
14832
14833 * replace.el (query-replace-read-args): Swallow a space after
14834 everything except )]" which in most cases means after a symbol.
14835
14836 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14837
14838 2004-06-28 Richard M. Stallman <rms@gnu.org>
14839
14840 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14841 More changes to go with previous change in font-lock.el.
14842
14843 2004-06-26 David Kastrup <dak@gnu.org>
14844
14845 * replace.el (perform-replace): Highlight the match even in
14846 non-query mode if there is potential replace string editing.
14847
14848 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14849
14850 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14851 agree with new return value of `file-remote-p'.
14852 This syncs with Tramp 2.0.42.
14853
14854 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14855 according to new documentation of `file-remote-p'.
14856
14857 * files.el (file-remote-p): Fix doc to say that return value is
14858 identification of remote system, if not nil.
14859 (file-relative-name): Use new return value of `file-remote-p'.
14860
14861 2004-06-26 Nick Roberts <nickrob@gnu.org>
14862
14863 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14864 (gdb-goto-breakpoint): Fix breakage.
14865
14866 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14867
14868 * man.el (Man-getpage-in-background): Add windows-nt to the list
14869 of systems where shell-file-name should be used instead of
14870 literal "sh".
14871
14872 2004-06-25 Sam Steingold <sds@gnu.org>
14873
14874 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14875 function names `(setf symbol)'.
14876
14877 2004-06-24 Richard M. Stallman <rms@gnu.org>
14878
14879 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14880
14881 * font-lock.el (font-lock-keywords): Change format of compiled values.
14882 Document it.
14883 (font-lock-add-keywords): If font-lock-keywords is compiled,
14884 extract the uncompiled version, modify, then recompile.
14885 (font-lock-remove-keywords): Likewise.
14886 (font-lock-fontify-keywords-region): Handle changed format.
14887 (font-lock-compile-keywords): Handle changed format.
14888 (font-lock-set-defaults): Compile the keywords explicitly here.
14889
14890 2004-06-24 David Kastrup <dak@gnu.org>
14891
14892 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14893 replacements here.
14894 (query-replace-regexp): Doc string explaining this and the new
14895 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14896 is better placed in `query-replace-read-args'.
14897 (replace-regexp): Explain `\,', `\#' and `\?'.
14898 (replace-match-data): New function for thorough reuse/destruction
14899 of old match-data.
14900 (replace-match-maybe-edit): Function for implementing `\?' editing.
14901 (perform-replace): Fix maintaining of the match stack including
14902 already matched regions, implement `\?', fix various problems
14903 with regions while editing and other stuff.
14904 (replace-highlight): Simplify.
14905
14906 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14907
14908 * progmodes/grep.el (grep-error-screen-columns): New variable.
14909 (grep-regexp-alist): Give it the full functionality of gnu style
14910 compilation messages with line and column ranges. Ask me for the
14911 perl script I'm working on, that uses these.
14912
14913 2004-06-23 Nick Roberts <nickrob@gnu.org>
14914
14915 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14916 Remove.
14917 (comint-insert-input, comint-mouse-insert-input): New functions
14918 based on comint-insert-clicked-input for two bindings but just
14919 one functionality.
14920
14921 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14922
14923 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14924
14925 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14926
14927 * files.el (write-contents-functions): Doc fix.
14928
14929 2004-06-21 Juanma Barranquero <lektu@terra.es>
14930
14931 * image.el (image-library-alist): Rewrite docstring in active voice.
14932
14933 2004-06-20 Richard M. Stallman <rms@gnu.org>
14934
14935 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14936
14937 * isearch.el (isearch-repeat): Avoid testing old match data.
14938 (isearch-message): Display trailing space in special font
14939 when search is failing.
14940 (isearch-search-fun-function): Doc fix.
14941
14942 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14943
14944 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14945
14946 * frame.el (show-trailing-whitespace): Doc fix.
14947
14948 * cus-edit.el (custom-variable-documentation): New function.
14949 (custom-variable): Use it.
14950
14951 2004-06-19 Nick Roberts <nickrob@gnu.org>
14952
14953 * man.el (Man-getpage-in-background): Revert previous change but
14954 make cygwin a special case.
14955
14956 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14957
14958 * autorevert.el (global-auto-revert-non-file-buffers):
14959 Update docstring.
14960
14961 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14962
14963 * progmodes/compile.el (compilation-error-properties): Store one
14964 more than end-col, if present, so that transient-mark-mode will
14965 highlight last char too.
14966 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14967 ranges, if present.
14968
14969 2004-06-18 Jason Rumney <jasonr@gnu.org>
14970
14971 * makefile.w32-in: Double percent signs in for loops.
14972
14973 2004-06-17 David Kastrup <dak@gnu.org>
14974
14975 * replace.el (query-replace-read-args): Only warn about use of \n
14976 and \t when we are doing a regexp replacement and the actual
14977 escaped character is n or t.
14978 (query-replace-regexp): Add \, and \# interpretation to
14979 interactive call and document it.
14980 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14981 as shortkey for replace-count.
14982 (replace-quote): New function for doubling backslashes.
14983
14984 2004-06-17 Juanma Barranquero <lektu@terra.es>
14985
14986 * files.el (parse-colon-path, cd): Mention in docstring that the
14987 path separator is colon in GNU-like systems.
14988
14989 * newcomment.el (comment-region-internal): Fix docstring.
14990
14991 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14992 (ewoc-invalidate, ewoc-collect): Doc fixes.
14993 (ewoc--create-node, ewoc--delete-node-internal):
14994 Fix typos in docstring.
14995
14996 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14997
14998 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14999 manual to docstring.
15000
15001 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15002
15003 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15004
15005 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15006
15007 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15008 Add hyperlink to emacs-xtra manual to docstring.
15009
15010 * autorevert.el (global-auto-revert-non-file-buffers):
15011 Add hyperlink to emacs-xtra manual to docstring, as well as an
15012 info-link.
15013
15014 2004-06-14 Juanma Barranquero <lektu@terra.es>
15015
15016 * image.el (image-library-alist): New variable to map image types
15017 to external libraries. Initialized to nil, unless system-specific
15018 configs change it.
15019 (image-type-available-p): Determine whether an image type is
15020 available by calling `init-image-library'.
15021
15022 * term/w32-win.el (image-library-alist): Initialize to a known set
15023 of probable library names.
15024
15025 2004-06-14 Kenichi Handa <handa@m17n.org>
15026
15027 * international/code-pages.el (windows-1256, cp1125): Fix tables
15028 for several characters.
15029
15030 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15031
15032 2004-06-13 Richard M. Stallman <rms@gnu.org>
15033
15034 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15035
15036 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15037 not "`pc-selection-mode'".
15038
15039 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15040
15041 * simple.el (previous-matching-history-element): Specify a default.
15042
15043 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15044
15045 * cus-face.el (custom-declare-face): Simplify code.
15046
15047 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15048
15049 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15050
15051 * files.el (before-save-hook): Add `time-stamp' to the options.
15052
15053 * time-stamp.el (time-stamp): Recommend adding it to
15054 `before-save-hook', rather than `write-file-functions'.
15055 Make a similar change in `Commentary' section.
15056
15057 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15058
15059 * diff-mode.el (diff-current-defun): If at start of hunk, use
15060 position of first change.
15061
15062 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15063
15064 * dired-x.el (dired-mark-omitted): Bind to "*O".
15065
15066 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15067
15068 * bookmark.el (bookmark-bmenu-relocate): New function, as
15069 suggested by David J. Biesack <David.Biesack@sas.com>.
15070 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15071 (bookmark-bmenu-mode): Describe binding in doc string.
15072 (bookmark-set-filename): Save the bookmark list if it's time.
15073
15074 2004-06-13 Kenichi Handa <handa@m17n.org>
15075
15076 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15077 (ccl-untranslated-to-ucs): Fix typo.
15078
15079 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15080
15081 * progmodes/python.el (python-open-block-statement-p):
15082 Fix indentation after a block opening that contains a comment.
15083
15084 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15085
15086 * bindings.el (completion-ignored-extensions): Add file extensions
15087 of Python byte-compiled files.
15088
15089 2004-06-12 Juri Linkov <juri@jurta.org>
15090
15091 * info.el (Info-goto-node): Add autoload.
15092 (Info-toc): Add substring-no-properties on Info file name.
15093 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15094 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15095
15096 2004-06-12 Kenichi Handa <handa@m17n.org>
15097
15098 * international/mule-cmds.el (set-language-environment):
15099 Load subst tables if necessary.
15100
15101 * international/mule.el (decode-char): Load subst tables if necessary.
15102 (encode-char): Likewise.
15103
15104 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15105 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15106 (utf-16le-decode-loop): Set r5 to -1 before loop.
15107 (utf-16be-decode-loop): Likewise.
15108 (ccl-decode-mule-utf-16le): Add EOF processing block.
15109 (ccl-decode-mule-utf-16be): Likewise.
15110 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15111 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15112 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15113 (ccl-mule-utf-16-encode-untrans): New CCL.
15114 (utf-16-decode-to-ucs): Handle pre-read character.
15115 (utf-16le-encode-loop): Handle surrogate pair.
15116 (utf-16be-encode-loop): Likewise.
15117 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15118 of utf-16le-encode-loop.
15119 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15120 of utf-16be-encode-loop.
15121 (mule-utf-16-post-read-conversion):
15122 Call utf-8-post-read-conversion at first.
15123 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15124 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15125 Add post-read-conversion and pre-write-conversion.
15126
15127 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15128 (utf-translate-cjk-unicode-range): New variable.
15129 (utf-translate-cjk-load-tables): New function.
15130 (utf-lookup-subst-table-for-decode): New function.
15131 (utf-lookup-subst-table-for-encode): New function.
15132 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15133 tables here. Update safe-charsets of utf-* coding systems.
15134 (ccl-mule-utf-untrans): New CCL.
15135 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15136 at end of each branch.
15137 (ccl-mule-utf-8-encode-untrans): New CCL.
15138 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15139 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15140 length of encoding. Don't return r0.
15141 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15142 (utf-8-post-read-conversion): Narrow to region properly.
15143 If utf-translate-cjk-mode is on, load tables if necessary.
15144 Call utf-8-compose with hash-table arg if necessary.
15145 Call XXX-compose-region instead of XXX-post-read-conversion.
15146 (utf-8-pre-write-conversion): New function.
15147 (mule-utf-8): Include CJK charsets in safe-charsets if
15148 utf-translate-cjk-mode is on. Add pre-write-conversion.
15149
15150 * international/characters.el: Temporarily set
15151 utf-translate-cjk-mode to nil.
15152
15153 * language/devan-util.el (devanagari-compose-region):
15154 Add autoload cookie.
15155
15156 * international/ccl.el (ccl-dump-call): Fix printing the
15157 subroutine name.
15158
15159 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15160
15161 * dired.el (dired-revert): If buffer is marked unmodified before
15162 reverting, keep it marked unmodified.
15163 Adapt to new conventions for commenting out code.
15164 (dired-make-relative): Adapt to new conventions for commenting out code.
15165
15166 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15167
15168 * eshell/esh-module.el (eshell-load-defgroups):
15169 Bind `vc-handled-backends' to nil when opening files.
15170
15171 2004-06-11 Juanma Barranquero <lektu@terra.es>
15172
15173 * files.el (parse-colon-path, cd): Doc fixes (refer to
15174 `path-separator', not colon).
15175
15176 2004-06-10 Juanma Barranquero <lektu@terra.es>
15177
15178 * newcomment.el (comment-search-forward)
15179 (comment-search-backward): Fix typos in docstring.
15180 (comment-region): Doc fix.
15181
15182 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15183
15184 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15185 switch is no longer stored in `dired-switches-alist'.
15186
15187 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15188 `dired-switches-alist'.
15189
15190 2004-06-10 Kim F. Storm <storm@cua.dk>
15191
15192 * pcvs.el (cvs-mode-diff-yesterday): New command.
15193
15194 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15195
15196 2004-06-10 Juri Linkov <juri@jurta.org>
15197
15198 * emacs-lisp/edebug.el (edebug-eval-defun):
15199 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15200 Fix docstring.
15201
15202 * simple.el (eval-expression-print-format): Don't print additional
15203 information on the first call to `eval-print-last-sexp'.
15204 (next-error-find-buffer): Fix punctuation.
15205 (killing) <defgroup>: Fix punctuation.
15206 (yank-excluded-properties): Change group from editing to killing.
15207
15208 * replace.el (perform-replace): Use `limit' to terminate the
15209 while-loop explicitly.
15210
15211 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15212
15213 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15214 Use lc-*.xpm as prefix instead of *-locol.xpm.
15215
15216 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15217 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15218 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15219 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15220 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15221 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15222 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15223 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15224 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15225 * toolbar/lc-up_arrow.xpm:
15226 Rename from *-locol.xpm.
15227
15228 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15229
15230 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15231 include forms like &<str>; as valid url patterns.
15232
15233 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15234
15235 * dired.el (dired-diff, dired-backup-diff)
15236 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15237 (dired-do-chown, dired-do-touch, dired-do-print)
15238 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15239 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15240 (dired-create-directory, dired-do-copy, dired-do-symlink)
15241 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15242 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15243 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15244 (dired-maybe-insert-subdir, dired-next-subdir)
15245 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15246 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15247 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15248 (dired-run-shell-command, dired-query): Remove redundant,
15249 or incorrect, autoloads.
15250
15251 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15252 does not end in a slash. Add optional argument KILL-ROOT.
15253 Update docstring.
15254 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15255 (dired-query): Add autoloads.
15256
15257 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15258
15259 * progmodes/compile.el (compilation-set-window-height):
15260 Rearrange the save-* functions because a buffer can have several current
15261 point in different windows.
15262 (compilation-error-regexp-alist-alist): Recognize {standard input}
15263 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15264
15265 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15266
15267 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15268 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15269 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15270 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15271 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15272 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15273 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15274 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15275 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15276 * toolbar/up_arrow-locol.xpm:
15277 New versions of icons that uses fewer colors.
15278
15279 * toolbar/tool-bar.el (tool-bar-local-item)
15280 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15281 if display-color-cells is 256 or less.
15282
15283 2004-06-08 Kim F. Storm <storm@cua.dk>
15284
15285 * wid-edit.el (widget-specify-button): Use hand pointer rather
15286 than mouse-face as visible mouse-over effect.
15287
15288 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15289
15290 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15291 and `print-level' to nil when writing out `save-place-alist'.
15292 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15293
15294 2004-06-07 Juanma Barranquero <lektu@terra.es>
15295
15296 * completion.el (completion-kill-region): Doc fix.
15297
15298 * format.el (format-insert-annotations)
15299 (format-annotate-location): Doc fixes.
15300 (format-subtract-regions): Make arguments match their use in docstring.
15301
15302 * simple.el (kill-region): Doc fix.
15303
15304 * subr.el (insert-buffer-substring-no-properties)
15305 (insert-buffer-substring-as-yank): Doc fixes.
15306
15307 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15308
15309 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15310 Update docstring.
15311 (dired-reset-subdir-switches): New function.
15312
15313 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15314 Limit scope of `buffer-read-only' binding.
15315
15316 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15317
15318 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15319 eshell-explicit-command-char.
15320
15321 2004-06-06 Juanma Barranquero <lektu@terra.es>
15322
15323 * help-fns.el (help-argument-name): Inherit from italic face only
15324 if the frame supports it.
15325
15326 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15327
15328 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15329 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15330 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15331 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15332 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15333 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15334 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15335 New conversions from xpm files.
15336
15337 * toolbar/README: New file.
15338
15339 2004-06-06 Richard M. Stallman <rms@gnu.org>
15340
15341 * isearch.el (isearch-mode-map): Undo previous change.
15342
15343 2004-06-05 Juri Linkov <juri@jurta.org>
15344
15345 * bindings.el (debug-ignored-errors): Add regexps for history
15346 related messages. Remove $ from "No further undo information".
15347 Move Ediff's messages to ediff.el.
15348
15349 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15350
15351 * cus-edit.el (custom-display): Add `min-colors'.
15352
15353 * custom.el (defface): Add `supports' to docstring.
15354
15355 * help-fns.el (help-argument-name): Add :group 'help.
15356
15357 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15358
15359 * find-dired.el (find-ls-subdir-switches): New user option.
15360 (find-dired): No longer call `abbreviate-file-name' on DIR.
15361 Set `dired-subdir-switches' buffer-locally.
15362
15363 * locate.el: Merge the two `Commentary' sections.
15364 (locate-ls-subdir-switches): New user option.
15365 (locate): Update for other changes.
15366 (locate-mode-map): Restore Dired binding for mouse-2.
15367 Bind `locate-mouse-view-file' to M-mouse-2.
15368 Bind `l' to `locate-do-redisplay'.
15369 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15370 (locate-mouse-view-file, locate-tags, locate-find-directory):
15371 Print message if used outside main listing.
15372 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15373 Various changes to support inserted subdirectories.
15374 (locate-insert-header): Change header of *Locate* buffer.
15375
15376 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15377 Change interactive default switches.
15378 (dired-rename-subdir-2): Update `dired-switches-alist'.
15379 (dired-insert-subdir, dired-kill-subdir):
15380 Handle `dired-switches-alist'. Do not mark buffer modified.
15381 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15382 (dired-insert-subdir-doinsert): Omit messages.
15383 Handle `dired-subdir-switches'.
15384 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15385
15386 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15387 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15388 subdirs if -R switch is used for a subdir.
15389 (dired-mode): Set `dired-switches-alist'.
15390 (dired-build-subdir-alist): Only print number of directories in
15391 echo area when invoked interactively.
15392
15393 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15394
15395 * dired-x.el (dired-omit-mode): Rename from
15396 dired-omit-files-p. Use define-minor-mode to define it.
15397 (dired-omit-files-p): Add as alias for dired-omit-mode.
15398 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15399 dired-mark-omitted.
15400 (dired-mark-omitted): Add. Bind to M-O.
15401
15402 2004-06-05 Kenichi Handa <handa@m17n.org>
15403
15404 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15405
15406 2004-06-05 Juanma Barranquero <lektu@terra.es>
15407
15408 * help-fns.el (help-argument-name): Reintroduce face.
15409 (help-default-arg-highlight): Use it, now that
15410 `face-differs-from-default-p' can be trusted.
15411
15412 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15413
15414 * textmodes/table.el: Sentence commands added to Point Motion
15415 group; kill and backward-kill commands added to Extraction group.
15416
15417 2004-06-04 Mario Lang <mlang@delysid.org>
15418
15419 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15420 systems appear to use mW, make the code handle this. Fix a
15421 division-by-zero bug while at it, and handle kernels with
15422 a slightly different layout in /proc/acpi.
15423
15424 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15425
15426 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15427 because the latter is a CL-ism. This fixes the bug reported by
15428 Shawn Boyette <mdxi@collapsar.net> in
15429 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15430
15431 2004-06-04 Miles Bader <miles@gnu.org>
15432
15433 * faces.el (display-supports-face-attributes-p): Function moved to
15434 C code. Previously only the tty-related portion of this function
15435 was done in C; however the previous attempt to do a halfway-proper
15436 job for non-tty displays in lisp didn't work properly because of
15437 funny conditions during Emacs startup.
15438 (face-differs-from-default-p): Simplify, now that
15439 display-supports-face-attributes-p works properly on all display
15440 types. Remove :stipple from comparison; it doesn't really work
15441 in emacs anyway.
15442
15443 2004-06-04 Miles Bader <miles@gnu.org>
15444
15445 * faces.el (face-differs-from-default-p): Use a different
15446 implementation, so we can really check whether FACE displays
15447 differently or not.
15448
15449 2004-06-04 Miles Bader <miles@gnu.org>
15450
15451 * faces.el (display-supports-face-attributes-p): Implement a
15452 `different from default' check for non-tty displays.
15453
15454 2004-06-03 David Kastrup <dak@gnu.org>
15455
15456 * woman.el (woman-mapcan): More concise code.
15457 (woman-topic-all-completions, woman-topic-all-completions-1)
15458 (woman-topic-all-completions-merge): Replace by a simpler and
15459 much faster implementation based on O(n log n) sort/merge instead
15460 of the old O(n^2) behavior.
15461
15462 2004-06-03 Miles Bader <miles@gnu.org>
15463
15464 * subr.el (read-number): Use canonical format for default in prompt.
15465
15466 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15467 Add regexp for " [...]" style defaults.
15468
15469 2004-06-02 Romain Francoise <romain@orebokech.com>
15470
15471 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15472 groups: if the user asks for a hidden buffer, open the
15473 corresponding filter group to expose it.
15474
15475 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15476 `ibuffer-jump-to-buffer'.
15477 (ibuffer-jump-offer-only-visible-buffers): New user option.
15478
15479 2004-06-02 Juanma Barranquero <lektu@terra.es>
15480
15481 * faces.el (frame-update-faces): Add empty docstring so the one
15482 for `ignore' doesn't show through.
15483
15484 * subr.el (process-kill-without-query): Remove spurious "\n" on
15485 obsolescence string.
15486 (focus-frame, unfocus-frame): Add obsolescence declaration and
15487 empty docstring.
15488
15489 * international/mule.el (register-char-codings): Make alias for
15490 `ignore'. Move docstring to obsolescence info and remove redundancy.
15491
15492 2004-06-02 Kim F. Storm <storm@cua.dk>
15493
15494 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15495 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15496
15497 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * comint.el (comint-replace-by-expanded-history-before-point):
15500 Obey `start' as the docstring says.
15501 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15502 (comint-update-fence): Prevent font-lock from running unnecessarily.
15503 (comint-dynamic-list-completions): Use with-current-buffer.
15504
15505 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15506
15507 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15508 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15509 (bibtex-entry-update): Handle alternatives and optional fields.
15510 (bibtex-parse-entry): Bugfix, handle empty key.
15511
15512 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15513
15514 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15515
15516 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15517
15518 * desktop.el (desktop-save): Don't save minor modes without a
15519 known mode initialization function.
15520
15521 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15522
15523 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15524
15525 * autorevert.el: Update `Commentary' section.
15526
15527 2004-05-30 Juanma Barranquero <lektu@terra.es>
15528
15529 * dos-fns.el (convert-standard-filename):
15530 * files.el (convert-standard-filename):
15531 * w32-fns.el (convert-standard-filename):
15532 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15533
15534 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15535
15536 Sync with Tramp.
15537
15538 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15539 (tramp-let-maybe): Move to an earlier spot in the file.
15540 Patch by Andreas Schwab.
15541
15542 2004-05-30 Andreas Schwab <schwab@suse.de>
15543
15544 * dired.el (dired-get-filename): Don't use dired-re-dot.
15545
15546 2004-05-30 Richard M. Stallman <rms@gnu.org>
15547
15548 * files.el (find-file): Doc fix.
15549
15550 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15551
15552 2004-05-30 Nick Roberts <nickrob@gnu.org>
15553
15554 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15555 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15556 modeline of the locals buffer.
15557 (gdb-goto-breakpoint): Handle gdbmi.
15558 (gdb-get-frame-number): Change for gdbmi.
15559
15560 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15561
15562 * files.el (file-remote-p): Apply file name handler for operation
15563 `file-remote-p'. It isn't a property any longer.
15564 (file-relative-name): `fh' and `fd' get the required value via
15565 `find-file-name-handler' already.
15566
15567 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15568 (top): Remove setting of `file-remote-p' property for
15569 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15570
15571 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15572
15573 Version 2.0.41 of Tramp released.
15574
15575 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15576 Throw away if process has died.
15577 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15578 (tramp-out-of-band-prompt-regexp): Rename to
15579 `tramp-process-alive-regexp', because its usage is widen.
15580 (tramp-actions-copy-out-of-band): Apply it.
15581 (tramp-actions-before-shell, tramp-multi-actions):
15582 Add `tramp-action-process-alive' action.
15583 (tramp-action-process-alive): New defun.
15584 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15585 Add entry for `file-remote-p'.
15586 (tramp-handle-file-remote-p): New defun.
15587 (top): Remove setting of `file-remote-p'. Don't set
15588 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15589
15590 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15591 `file-remote-p'.
15592
15593 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15594 counted for (last) line. [They should or they shouldn't? --Stef]
15595 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15596
15597 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15598
15599 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15600 not really necessary but seems to keep the shell history smaller
15601 in some cases. It is no substitute for setting HISTFILE and
15602 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15603 though. Suggested by Luc Teirlinck.
15604 (tramp-open-connection-setup-interactive-shell): Export variables
15605 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15606 (tramp-set-process-query-on-exit-flag): New compat function.
15607 (tramp-open-connection-multi, tramp-open-connection-su)
15608 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15609 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15610 (tramp-let-maybe): New macro, let-binds a variable only if it
15611 isn't obsolete.
15612 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15613 (tramp-handle-file-truename): Use it.
15614 (tramp-completion-file-name-regexp-unified): Avoid matching
15615 filenames starting with "/:" -- those are reserved for
15616 file-name-non-special.
15617
15618 * tramp-smb.el (tramp-smb-open-connection):
15619 Use tramp-set-process-query-on-exit-flag compat function.
15620
15621 2004-05-29 Richard M. Stallman <rms@gnu.org>
15622
15623 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15624
15625 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15626 (eval-last-sexp-print-value): Print char equivalent regardless
15627 of standard-output value.
15628
15629 * thumbs.el (thumbs-subst-char-in-string): Delete.
15630 (thumbs-thumbname): Use subst-char-in-string.
15631 (thumbs-resize-image): Use condition-case, not ignore-errors.
15632 (thumbs-kill-buffer): Likewise.
15633
15634 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15635 (thumbs-mode): Make buffer read-only.
15636 (thumbs-make-thumb): Unconditionally accept an existing file.
15637 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15638 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15639 (thumbs-show-thumbs-list): Error if images not supported.
15640 (thumbs-save-current-image): Improve prompt string.
15641 (thumbs-mode-map): Define u, R, x.
15642 (thumbs-unmark): New command.
15643 (thumbs-emboss-image): Minor cleanup.
15644 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15645 (thumbs-rename-images): New command.
15646 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15647
15648 * thumbs.el (thumbs-current-image): New function.
15649 (thumbs-file-list, thumbs-file-alist): New functions.
15650 (thumbs-find-image): Delete arg L.
15651 Don't set up thumbs-fileL as buffer-local global var.
15652 (thumbs-find-image-at-point): Use thumbs-current-image.
15653 (thumbs-set-image-at-point-to-root-window): Likewise.
15654 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15655 Record and warn about errors. Update thumbs-markedL for deletions.
15656 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15657 (thumbs-redraw-buffer): Use thumbs-file-list.
15658 (thumbs-mark): Use thumbs-current-image.
15659 (thumbs-show-name): Use thumbs-current-image.
15660
15661 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15662 and imenu--last-menubar-index-alist.
15663
15664 * subr.el (with-selected-window): Undo previous change.
15665
15666 2004-05-29 John Paul Wallington <jpw@gnu.org>
15667
15668 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15669 (thumbs-mouse-find-image): New command.
15670 (thumbs-mode-map): Bind it to mouse-2.
15671 (thumbs-mode): Make mode-class special.
15672 (thumbs-view-image-mode): Likewise.
15673
15674 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15675
15676 * flymake.el: New file.
15677
15678 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15679
15680 * files.el (find-file-noselect-1): Do not bind
15681 `inhibit-read-only' to t during execution of
15682 `find-file-not-found-functions'.
15683
15684 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15687 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15688
15689 2004-05-28 Juri Linkov <juri@jurta.org>
15690
15691 * simple.el (eval-expression-print-format): New fun.
15692
15693 * simple.el (eval-expression):
15694 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15695 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15696 (edebug-eval-expression): Print additionally the value returned by
15697 `eval-expression-print-format'.
15698
15699 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15700 (insert-pair): Make arguments optional. Find character pair
15701 from `insert-pair-alist' according to the last input event.
15702 (insert-parentheses): Make arguments optional.
15703 (raise-sexp, delete-pair): New funs.
15704
15705 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15706 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15707 Bind C-M-q to `indent-pp-sexp'.
15708
15709 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15710 `pp-to-string' modified to be able to format text with newlines.
15711 (pp-to-string): Move the buffer-formatting part of the code to
15712 `pp-buffer'. Call `pp-buffer'.
15713
15714 * info.el (Info-desktop-buffer-misc-data): Don't save information
15715 about virtual files.
15716 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15717 buffers with names obtained from the desktop file instead of the
15718 default *info* buffer.
15719
15720 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * subr.el (with-selected-window): Only save/restore the selected window.
15723
15724 * progmodes/compile.el (compilation-error-regexp-alist):
15725 Use expand-file-name and data-directory.
15726
15727 * progmodes/grep.el (grep-tree): Rework previous fix.
15728
15729 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15730 after the user marked text with the mouse.
15731
15732 * startup.el (command-line): Keep the first regexp of
15733 auto-save-file-name-transforms intact.
15734
15735 2004-05-28 Juanma Barranquero <lektu@terra.es>
15736
15737 * cus-edit.el (customize-face, customize-face-other-window)
15738 (custom-face-edit-delete): Make arguments match their use in
15739 docstring.
15740 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15741 docstring.
15742
15743 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15744 not `cvs-butlast'.
15745
15746 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15747 `nbutlast' are in subr.el).
15748
15749 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15750 (set-w32-system-coding-system): Doc fixes.
15751
15752 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15753 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15754 Make arguments match their use in docstring.
15755 (artist-draw-region-trim-line-endings)
15756 (artist-mouse-choose-operation): Fix typo in docstring.
15757 (artist-key-set-point-common): Doc fix.
15758
15759 2004-05-28 Simon Josefsson <jas@extundo.com>
15760
15761 * mail/smtpmail.el (smtpmail-open-stream):
15762 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15763
15764 2004-05-26 Simon Josefsson <jas@extundo.com>
15765
15766 * starttls.el: Merge with my GNUTLS based starttls.el.
15767 (starttls-gnutls-program, starttls-use-gnutls)
15768 (starttls-extra-arguments, starttls-process-connection-type)
15769 (starttls-connect, starttls-failure, starttls-success): New variables.
15770 (starttls-program, starttls-extra-args): Doc fix.
15771 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15772 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15773 and pass on to corresponding *-gnutls function if it is set.
15774
15775 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15776
15777 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15778 remote files.
15779
15780 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15781
15782 * files.el (file-name-non-special): There are more operations
15783 which need handling: `find-backup-file-name',
15784 `insert-file-contents', `verify-visited-file-modtime',
15785 `write-region'. Rename t value of method to `add'. Add new
15786 methods `quote' and `unquote-then-quote' to file-arg-indices.
15787
15788 2004-05-25 Juri Linkov <juri@jurta.org>
15789
15790 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15791 (Info-index-nodes): Enclose code in condition-case to catch errors.
15792 (Info-index-node): Don't search all index nodes if request is only
15793 for the current node and file is not in the cache of index nodes.
15794 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15795 for consistency with dired-copy-filename-as-kill.
15796 Bind `S' to Info-search-case-sensitively.
15797 (Info-copy-current-node-name): New arg. With zero prefix arg put
15798 the name inside a function call to `info'. Display copied text in
15799 the echo area.
15800
15801 2004-05-25 Sam Steingold <sds@gnu.org>
15802
15803 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15804 strip the package prefix from the symbol name, if any.
15805 Make it the `find-tag-default-function' for `lisp-mode'.
15806
15807 2004-05-25 John Paul Wallington <jpw@gnu.org>
15808
15809 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15810 instead of obsolete `process-kill-without-query'.
15811
15812 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15813 Declare as variable, not constant.
15814
15815 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15816
15817 * files.el (find-file-noselect-1): Fix bug introduced by
15818 Revision 1.694. As a side effect, `inhibit-read-only'
15819 is again, by default, t during execution of
15820 `find-file-not-found-functions'.
15821 (insert-directory): Check that lines were really inserted by
15822 the --dired switch, before erasing them.
15823
15824 2004-05-24 Nick Roberts <nickrob@gnu.org>
15825
15826 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15827 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15828 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15829 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15830 gud-minor-mode (gdbmi).
15831
15832 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15833
15834 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15835 explicitly select the text to be taken as URL.
15836
15837 2004-05-23 Juri Linkov <juri@jurta.org>
15838
15839 * info.el (Info-index-nodes): New var and fun.
15840 (Info-goto-index, Info-index, info-apropos)
15841 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15842 (Info-index): Fix docstring. Store and restore Info-history-list.
15843 (Info-complete-nodes): New var.
15844 (Info-complete-menu-item): Use it.
15845 (Info-index-node): New fun.
15846 (Info-final-node, Info-forward-node, Info-backward-node)
15847 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15848 Use Info-index-node.
15849 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15850 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15851 (Info-find-node-2): If a node with period in its name not found,
15852 try to find a node without the name part after period.
15853 (Info-select-node): Call Info-fontify-node only if
15854 Info-fontify-maximum-menu-size is not nil.
15855 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15856 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15857 Preserve Info-history-list.
15858 (Info-toc): Set Info-current-file.
15859 (Info-build-toc): Move point to the beginning of the buffer.
15860 Add main-file variable.
15861 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15862 Use backslashed representation of the control character ^_.
15863
15864 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15865 numbers in the new Texinfo 4.7 format.
15866
15867 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15868 regexps for function and variable names.
15869
15870 * descr-text.el (describe-property-list): Add [show] button for
15871 `syntax-table' property with action to pp to a separate buffer.
15872 (describe-char): Replace search-forward by re-search-forward with
15873 whitespace regexp after "character:" to not fail in too narrow windows.
15874
15875 * simple.el (next-error-find-buffer): Add a rule to return
15876 next-error capable buffer if one window on the selected frame
15877 displays such buffer.
15878
15879 2004-05-23 Nick Roberts <nickrob@gnu.org>
15880
15881 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15882 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15883 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15884 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15885 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15886 Handle new value for gud-minor-mode (gdbmi).
15887 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15888 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15889 Change from local to global gdb variable set.
15890 (gdb-ann3): Initialize above gdb variable set.
15891 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15892 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15893 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15894 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15895 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15896 (gdb-info-locals-handler, gdb-invalidate-assembler)
15897 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15898 set as global variables.
15899 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15900 Handle gdbmi.
15901 (gdb-info-breakpoints-custom): Fix regexp.
15902 (def-gdb-var): Delete.
15903
15904 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15905 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15906 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15907 a new mode. The file (gdb-mi.el) for this mode will be included
15908 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15909 primary interface.
15910
15911 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15912
15913 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15914 interpreted as a directory.
15915
15916 2004-05-22 Richard M. Stallman <rms@gnu.org>
15917
15918 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15919 as a close quote.
15920
15921 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15922
15923 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15924 Use assoc-string, not assoc-ignore-case.
15925
15926 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15927
15928 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15929 If moving back then fwd gets a defun that ends before point,
15930 try again moving fwd then back.
15931
15932 * files.el (file-name-non-special): Allow t in file-arg-indices
15933 to mean requote the return value. Use `identity' as an element
15934 rather than as the whole value.
15935
15936 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15937
15938 2004-05-22 Juanma Barranquero <lektu@terra.es>
15939
15940 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15941 `help-make-usage'.
15942 (help-highlight-arguments): Skip function name before searching
15943 for arguments.
15944
15945 2004-05-21 Juanma Barranquero <lektu@terra.es>
15946
15947 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15948 Don't mention in the docstring these arguments meant for
15949 internal (recursive) use only.
15950 (allout-char-spec): Comment out (it's not implemented).
15951 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15952 obsolescence declaration.
15953 (allout-flatten-exposed-to-buffer)
15954 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15955 (my-mark-marker): Doc fix.
15956 (produce-allout-mode-map, allout-sibling-index)
15957 (allout-isearch-expose, allout-distinctive-bullet)
15958 (allout-open-topic, allout-reindent-body)
15959 (allout-rebullet-heading, allout-process-exposed)
15960 (allout-insert-listified, allout-latex-verb-quote)
15961 (allout-insert-latex-header, allout-insert-latex-trailer):
15962 Make arguments match their use in docstring.
15963 (allout-primary-bullet, allout-old-style-prefixes)
15964 (allout-inhibit-protection, allout-init, allout-mode)
15965 (allout-before-change-protect, allout-flag-region):
15966 Use "Emacs" instead of "emacs" in docstrings.
15967
15968 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15969
15970 * international/characters.el: Modify syntax of more characters.
15971
15972 2004-05-21 Masatake YAMATO <jet@gyve.org>
15973
15974 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15975 (etags-tags-completion-table): Show parsing progress.
15976
15977 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15978
15979 * locate.el (locate-prompt-for-command): Shorten first line of
15980 docstring.
15981 (locate-mode): Expand docstring and include keymap summary.
15982
15983 * files.el (find-file-noselect-1): Limit the scope of the
15984 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15985 is, by default, nil during the execution of
15986 `find-file-not-found-functions' and `find-file-hook'.
15987
15988 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15989
15990 * facemenu.el (facemenu-color-name-equal): New function.
15991 (list-colors-display): Use it to compare colors instead of
15992 facemenu-color-equal.
15993
15994 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15995
15996 * compare-w.el (compare-windows-face): Use min-colors instead of
15997 checking for tty or pc types.
15998
15999 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16000
16001 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16002 (completion-setup-function): Use with-current-buffer.
16003 Properly save excursion. Simplify.
16004 Don't assume there is necessarily a `mouse-face' property somewhere.
16005
16006 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16007
16008 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16009
16010 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16011 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16012 Use with-current-buffer.
16013 (byte-goto-log-buffer): Delete.
16014 (byte-compile-log-file): Call compilation-forget-errors.
16015
16016 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16017
16018 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16019 output messages into the search result.
16020
16021 2004-05-19 Masatake YAMATO <jet@gyve.org>
16022
16023 * wid-edit.el (widget-radio-button-notify): Revert my last
16024 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16025
16026 2004-05-19 Kenichi Handa <handa@m17n.org>
16027
16028 * international/characters.el: Fix syntax (open/close) of CJK chars.
16029
16030 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16031
16032 * help-mode.el (help-go-back): Don't depend on position of back button.
16033
16034 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16037 files files don't contain an accidental additional /.
16038
16039 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16040 in source buffer.
16041
16042 2004-05-18 Masatake YAMATO <jet@gyve.org>
16043
16044 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16045 to widget-apply. :action method assumes 2 arguments, not 3.
16046
16047 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16048
16049 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16050 New constants.
16051 (hs-special-modes-alist): Add an f90-mode entry.
16052
16053 2004-05-17 Sam Steingold <sds@gnu.org>
16054
16055 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16056 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16057
16058 2004-05-16 Kim F. Storm <storm@cua.dk>
16059
16060 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16061
16062 2004-05-15 John Wiegley <johnw@newartisans.com>
16063
16064 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16065 (eshell-output-object-to-target): Improve output speed 20% by not
16066 calling `eshell-stringify' if something is already known to be a string.
16067
16068 2004-05-15 Alex Ott <ott@jet.msk.su>
16069
16070 * textmodes/ispell.el (ispell-local-dictionary-alist):
16071 Add windows-1251 to the choice of coding systems.
16072 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16073 encoded in cp1251.
16074
16075 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16076
16077 * progmodes/compile.el (compilation-warning-face)
16078 (compilation-info-face): Use min-colors.
16079
16080 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16081
16082 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16083 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16084 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16085 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16086 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16087 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16088 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16089 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16090 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16091 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16092 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16093 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16094 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16095 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16096
16097 2004-05-15 Kim F. Storm <storm@cua.dk>
16098
16099 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16100 Use it to set triggered-p element of timer.
16101 (timer-event-handler): Set triggered-p element non-nil while running
16102 the timer function.
16103
16104 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16105
16106 * descr-text.el (describe-char-unicode-data)
16107 (describe-char-unicodedata-file): Re-enable the unicode code now that
16108 the licensing issues have been cleared in the unicode-4 license.
16109 (describe-text-properties-1): Remove unused `overlay' var.
16110 (describe-char): Remove unused var `buffer'.
16111
16112 2004-05-14 David Ponce <david@dponce.com>
16113
16114 * tree-widget.el: New file.
16115
16116 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16117
16118 * language/european.el ("Brazilian Portuguese"): Add support for
16119 Brazilian Portuguese.
16120
16121 2004-05-13 John Wiegley <johnw@newartisans.com>
16122
16123 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16124 `recentf-mode' if this variable has been customized to t.
16125
16126 * eshell/esh-test.el (eshell-test): Call the function
16127 `emacs-version' rather than trying to build a custom version string.
16128
16129 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16130
16131 * net/telnet.el (telnet-mode): Use define-derived-mode.
16132 Don't modify the global value of comint-prompt-regexp.
16133
16134 2004-05-13 John Paul Wallington <jpw@gnu.org>
16135
16136 * version.el (emacs-version): Check for `gtk' feature before
16137 `x-toolkit' feature.
16138
16139 2004-05-13 Juanma Barranquero <lektu@terra.es>
16140
16141 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16142 arguments in the docstring, they're used only in recursive calls.
16143
16144 * help-fns.el (help-arg-highlighting-function)
16145 (help-argument-name): Delete.
16146 (help-default-arg-highlight): New function.
16147 (help-do-arg-highlighting): Use it.
16148
16149 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16150
16151 * calendar/appt.el (appt-disp-window):
16152 Use `calendar-set-mode-line' for a centered mode-line.
16153
16154 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16155
16156 * calendar/appt.el (appt-disp-window): Do not split window
16157 excessively when `split-height-threshold' is low.
16158
16159 2004-05-12 Nick Roberts <nickrob@gnu.org>
16160
16161 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16162 kill-buffer-hook here and make it local.
16163 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16164
16165 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16166
16167 * progmodes/compile.el (compilation-set-window-height):
16168 Use save-excursion to protect against misplaced marker.
16169
16170 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16171
16172 * custom.el (defface): Document that type can have value gtk.
16173
16174 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16175
16176 2004-05-12 Kenichi Handa <handa@m17n.org>
16177
16178 * descr-text.el: Require quail at compile time.
16179 (describe-char): If an input method is on and it supports the
16180 character, show how to input it.
16181
16182 * international/quail.el (quail-install-decode-map): Accept a
16183 char-table whose subtype is `quail-decode-map'.
16184 (quail-store-decode-map-key, quail-gen-decode-map1)
16185 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16186 (quail-show-key): New functions.
16187
16188 2004-05-12 Juanma Barranquero <lektu@terra.es>
16189
16190 * generic.el (define-generic-mode): Remove redundant arglist info.
16191
16192 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16193 Make arguments match their use in docstring.
16194 (help-arg-highlighting-function): New variable.
16195 (help-argument-name): Mention it in the docstring.
16196 (help-do-arg-highlight): Use it. Expand regexp to accept also
16197 ARG-xxx and xxx-ARG references.
16198
16199 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16200
16201 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16202 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16203 and "mailto:addr1?to=addr2" equal.
16204
16205 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16206
16207 * man.el (Man-getpage-in-background): Use shell-file-name
16208 and shell-command-switch variables instead of hard-coded values.
16209
16210 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16211
16212 * iimage.el: New file.
16213
16214 2004-05-11 Juanma Barranquero <lektu@terra.es>
16215
16216 * custom.el (custom-initialize-default, defcustom):
16217 Fix typo in docstring.
16218
16219 * files.el (set-visited-file-name, file-expand-wildcards):
16220 Fix docstring.
16221
16222 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16225
16226 * subr.el (eventp): Be more discriminating with integers.
16227
16228 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16229
16230 * progmodes/compile.el (compile): Add universal prefix arg.
16231 (compilation-error-regexp-alist-alist): Add edg patterns.
16232
16233 2004-05-10 Sam Steingold <sds@gnu.org>
16234
16235 * textmodes/ispell.el (ispell-message):
16236 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16237
16238 2004-05-10 Dave Love <fx@gnu.org>
16239
16240 * progmodes/python.el (help-buffer): Autoload when compiling.
16241 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16242 (run-python): Prepend to any existing PYTHONPATH.
16243
16244 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16245
16246 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16247 for pending breakpoints.
16248
16249 2004-05-10 Richard M. Stallman <rms@gnu.org>
16250
16251 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16252 directly without calling any functions in Rmail.
16253 (unrmail-unprune): Function deleted.
16254
16255 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16256
16257 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16258 C-c C-z binding.
16259
16260 2004-05-10 Kenichi Handa <handa@m17n.org>
16261
16262 * descr-text.el (describe-char): Fix previous change. Don't make
16263 a unibyte character to multibyte in the *Help* buffer.
16264
16265 2004-05-10 Miles Bader <miles@gnu.org>
16266
16267 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16268 buffer an error if the debugger process is actually running.
16269
16270 2004-05-10 Juanma Barranquero <lektu@terra.es>
16271
16272 * help-fns.el (help-argument-name): Default to italic.
16273 (help-highlight-arguments): Return always (usage . doc), even when
16274 usage is nil.
16275
16276 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16277 (define-ibuffer-filter): Add usage info.
16278 (define-ibuffer-op): Add usage info (but CL-style defaults for
16279 keyword args are not shown).
16280
16281 * subr.el (remove-overlays, read-passwd): Fix docstring.
16282 (start-process-shell-command): Fix docstring. Put usage info in a
16283 format usable by `describe-function'.
16284 (open-network-stream, open-network-stream-nowait)
16285 (open-network-stream-server): Fix docstring.
16286
16287 2004-05-09 Jason Rumney <jasonr@gnu.org>
16288
16289 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16290 Only define cp125* if windows-125* is already defined.
16291
16292 * language/korean.el (cp949): Add alias.
16293
16294 * language/chinese.el (cp936, cp950): Add aliases.
16295
16296 * language/japanese.el (cp932): Add alias.
16297
16298 * term/w32-win.el: Require code-pages.
16299
16300 * international/mule-cmds.el (set-locale-environment):
16301 On MS-Windows use ansi code-page for default coding-systems.
16302 Set up paper sizes for Windows 3 letter languages.
16303
16304 * international/code-pages.el (cp932, cp936, cp949, cp950):
16305 Add aliases. Also add cp125* if not already defined.
16306
16307 2004-05-09 Juanma Barranquero <lektu@terra.es>
16308
16309 * help-fns.el (help-highlight-arguments): Don't try to highlight
16310 missing or autoloaded arglists. Accept structured arguments, like
16311 the first ones of `do' and `flet'.
16312
16313 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16314 (cvs-get-marked): Remove redundant arglist info.
16315
16316 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16317 Don't use CL-style default args.
16318
16319 2004-05-08 Andreas Schwab <schwab@suse.de>
16320
16321 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16322
16323 * international/subst-ksc.el: Fix references to utf-translate-cjk
16324 into utf-translate-cjk-mode.
16325 * international/subst-big5.el: Likewise.
16326 * international/subst-gb2312.el: Likewise.
16327 * international/subst-jis.el: Likewise.
16328 * international/utf-16.el: Likewise.
16329 * international/utf-8.el: Likewise.
16330
16331 2004-05-08 John Wiegley <johnw@newartisans.com>
16332
16333 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16334 "virtual buffers" (off by default), which makes it possible to
16335 switch to the "virtual" buffers of recently visited files. When a
16336 buffer name search fails, and this option is on, iswitchb will
16337 look at the list of recently visited files, and permit matching
16338 against those names. When the user hits RET on a match, it will
16339 revisit that file.
16340 (iswitchb-read-buffer): Add two optional arguments, which makes
16341 isearchb.el possible.
16342 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16343 (iswitchb-next-match): Add support for virtual buffers.
16344
16345 * isearchb.el: This module extends iswitchb to provide "as you
16346 type" buffer selection.
16347
16348 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16349 Ignore the read-only property when flyspell highlighting is on.
16350 Not ignoring it leads to a series of confusing errors.
16351 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16352 but also make sure to call flyspell-incorrect-hook.
16353 (flyspell-maybe-correct-transposition): Perform transposition test
16354 by bit twiddling a string, rather than using a temp buffer.
16355 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16356 buffer. This is also the original version of the code, which
16357 could not be checked in before due to a previous lack of
16358 assignment papers. This version has seen heavy usage on my system
16359 for several years now.
16360
16361 * calendar/cal-bahai.el: New file, which adds support for the
16362 Baha'i calendar to Emacs. This calendar is based on a solar year
16363 of 19 months of 19 days, with 4 intercalary days. Each year
16364 begins on March 21, with the calendar starting in 1844.
16365
16366 * calendar/cal-menu.el, calendar/calendar.el
16367 * calendar/diary-lib.el, calendar/holidays.el:
16368 Added support for using cal-bahai.el.
16369
16370 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16371 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16372 function can be used outside of eshell buffers.
16373 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16374
16375 2004-05-08 Juanma Barranquero <lektu@terra.es>
16376
16377 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16378 word constituent so FOO-ARG is not recognized as an arg.
16379 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16380
16381 * simple.el (next-error): Fix typo in docstring.
16382 (open-line): Make argument names match their use in docstring.
16383 (split-line): Fix docstring.
16384
16385 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16386 usable by `describe-function'.
16387 (gensym, gentemp, typep, ignore-errors): Make argument names match
16388 their use in docstring.
16389
16390 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16391 argument to `help-setup-xref'.
16392
16393 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16394
16395 Version 2.0.40 of Tramp released.
16396
16397 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16398 Use symbol-function to invoke functions only known on some Emacs
16399 flavors. This avoids byte-compiler warnings. Reported by Kevin
16400 Scaldeferri <kevin@scaldeferri.com>.
16401 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16402 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16403 consistent with the other tramp-do-* functions.
16404 (tramp-do-copy-or-rename-file): Calls adjusted.
16405 (tramp-process-initial-commands): Avoid liveness check on shell --
16406 we know that it must be alive since we're opening a connection at
16407 this moment.
16408 (tramp-last-cmd): New internal variable.
16409 (tramp-process-echoes): New tunable.
16410 (tramp-send-command): Set tramp-last-cmd.
16411 (tramp-wait-for-output): Delete echo, if applicable.
16412 (tramp-read-passwd): Construct the key for the password cache in a
16413 way that works for multi methods, too.
16414 (tramp-bug): Add backup-directory-alist and
16415 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16416
16417 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16418
16419 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16420
16421 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16422 (tramp-actions-copy-out-of-band): New defcustoms.
16423 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16424 used instead of a synchronous one. Allows password entering.
16425 (tramp-action-out-of-band): New defun.
16426 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16427 Remove restriction with password from doc string.
16428 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16429 `tramp-out-of-band-prompt-regexp',
16430 `tramp-actions-copy-out-of-band', `password-cache' and
16431 `password-cache-expiry'.
16432 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16433 password caching.
16434 (tramp-touch): FILE can be a local file, too.
16435 (TODO): Remove items done.
16436 (tramp-handle-insert-directory): Properly quote file name also if
16437 not full-directory-p. Handle wildcard case. Reported by Andreas
16438 Schwab <schwab@suse.de>.
16439 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16440 new file.
16441 (tramp-handle-file-local-copy, tramp-handle-write-region):
16442 The permissions of the temporary file are set if filename exists.
16443 Reported by Ted Stern <stern@cray.com>.
16444 (tramp-backup-directory-alist)
16445 (tramp-bkup-backup-directory-info): New defcustoms.
16446 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16447 (tramp-handle-find-backup-file-name): New function.
16448 Implements Tramp's find-backup-file-name.
16449
16450 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16451 for `find-backup-file-name'.
16452
16453 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16454 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16455
16456 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16457
16458 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16459
16460 2004-05-07 Juanma Barranquero <lektu@terra.es>
16461
16462 * subr.el (lambda): Add arglist description to docstring.
16463 (declare): Fix typo in docstring.
16464 (open-network-stream): Fix docstring.
16465 (process-kill-without-query): Fix docstring and add obsolescence info.
16466 (last, butlast, nbutlast): Make arguments match their use in docstring.
16467 (insert-buffer-substring-no-properties): Likewise.
16468 (insert-buffer-substring-as-yank): Likewise.
16469 (split-string): Fix docstring.
16470
16471 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16472 Make argument names match their use in docstring.
16473
16474 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16475
16476 2004-05-06 Nick Roberts <nickrob@gnu.org>
16477
16478 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16479 Fit first sentence on one line for apropos-command.
16480
16481 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16482
16483 Changes largely merged in from Dave Love's code.
16484 * progmodes/python.el: Doc fixes.
16485 (python-mode-map): Add python-complete-symbol.
16486 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16487 (python-comment-indent, python-complete-symbol)
16488 (python-symbol-completions, python-partial-symbol)
16489 (python-try-complete): New.
16490 (python-indent-line): Remove optional arg. Use python-block-end-p.
16491 (python-check): Bind compilation-error-regexp-alist.
16492 (inferior-python-mode): Use rx. Move keybindings to top level.
16493 Set comint-input-filter.
16494 (python-preoutput-filter): Use rx.
16495 (python-input-filter): Re-introduce.
16496 (python-proc): Start new process if necessary.
16497 Check python-buffer non-nil.
16498 (view-return-to-alist): Defvar.
16499 (python-send-receive): New.
16500 (python-eldoc-function): Use it.
16501 (python-mode-running): Don't defvar.
16502 (python-mode): Set comment-indent-function.
16503 Maybe update hippie-expand-try-functions-list.
16504 (python-indentation-levels): Initialize differently.
16505 (python-block-end-p): New.
16506 (python-indent-line): Use it.
16507 (python-compilation-regexp-alist): Augment.
16508 (run-python): Import `emacs' module to Python rather than loading
16509 code directly. Set python-buffer differently.
16510 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16511 Use python-proc.
16512 (python-send-command): Go to end of comint buffer.
16513 (python-load-file): Use python-proc, emacs.eimport.
16514 (python-describe-symbol): Simplify interactive form.
16515 Use emacs.help. Do use temp-buffer-show-hook.
16516 Call print-help-return-message.
16517 (hippie-exp): Require when compiling.
16518 (python-preoutput-continuation): Use rx.
16519
16520 * diff-mode.el (diff-make-unified): Fix regexp.
16521
16522 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16523
16524 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16525 filter groups from the buffer when rebuilding the Ibuffer buffer
16526 and `ibuffer-show-empty-filter-groups' is nil.
16527
16528 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16529
16530 * ps-print.el (ps-print-quote): Call ps-value-string.
16531 (ps-setup): Call ps-comment-string.
16532 (ps-value-string, ps-comment-string): New funs.
16533
16534 2004-05-06 Juanma Barranquero <lektu@terra.es>
16535
16536 * ehelp.el (electric-help-command-loop): Check whether the last
16537 character is visible, not (point-max).
16538
16539 * help-fns.el (help-argument-name): Default to bold; don't inherit
16540 from font-lock-variable-name-face.
16541 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16542
16543 2004-05-05 Kenichi Handa <handa@m17n.org>
16544
16545 * descr-text.el (describe-char): Copy the character with text
16546 properties and overlays into the first line, and call
16547 describe-text-properties on it.
16548
16549 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16550
16551 * iswitchb.el (iswitchb-global-map): Fix typo.
16552 Remove unwanted ###autoloads from source file.
16553
16554 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16555
16556 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16557 in run-hooks. Use substitute-command-keys in message.
16558 (wdired-abort-changes): Add message.
16559
16560 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16561
16562 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16563 (sql-emacs20-p): Remove.
16564 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16565 (sql-builtin-face, sql-doc-face): Remove.
16566 (sql-mode-ansi-font-lock-keywords)
16567 (sql-mode-oracle-font-lock-keywords)
16568 (sql-mode-postgres-font-lock-keywords)
16569 (sql-mode-linter-font-lock-keywords)
16570 (sql-mode-ms-font-lock-keywords)
16571 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16572 (sql-product-font-lock): Fix font-lock reset when font rules change.
16573 (sql-highlight-product): Remove incorrect font-lock reset logic.
16574
16575 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16576
16577 * ses.el (ses-set-parameter): Fix typo.
16578
16579 2004-05-04 Kim F. Storm <storm@cua.dk>
16580
16581 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16582 Must expand directory for completion to work; and don't mess with
16583 process-environment.
16584 (ido-read-file-name): If command has ido property, don't use ido
16585 if value is ignore, or read as directory if value is dir.
16586 Set ido ignore property for dired-do-rename command.
16587
16588 2004-05-04 Juanma Barranquero <lektu@terra.es>
16589
16590 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16591 (electric-help-help): Check against unmapped commands.
16592
16593 * help-fns.el (help-argument-name): New face, inheriting from
16594 font-lock-variable-name-face, to highlight function arguments in
16595 `describe-function' and `describe-key'.
16596 (help-do-arg-highlight): Auxiliary function to highlight a given
16597 list of arguments in a string.
16598 (help-highlight-arguments): Highlight the function arguments and
16599 all uses of them in the docstring.
16600 (describe-function-1): Use it. Do docstring output via `insert',
16601 not 'princ', so text attributes are preserved.
16602
16603 * winner.el (winner-mode-map): Move `winner-undo' and
16604 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16605 previous bindings conflict with `prev-buffer', `next-buffer').
16606
16607 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16608
16609 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16610 (bibtex-entry-update): New command bound to C-c C-u.
16611 (bibtex-text-in-string): Fix regexp.
16612 (bibtex-assoc-of-regexp): Remove.
16613 (bibtex-progress-message): Fix docstring.
16614 (bibtex-inside-field): Use if.
16615 (bibtex-assoc-regexp): New function.
16616 (bibtex-format-entry): Make code more robust so that it formats
16617 also old entries.
16618 (bibtex-autokey-demangle-title): Merge with obsolete function
16619 bibtex-assoc-of-regexp.
16620 (bibtex-field-list): New function.
16621 (bibtex-entry): Use bibtex-field-list.
16622 (bibtex-parse-entry): Fix docstring.
16623 (bibtex-print-help-message): Use bibtex-field-list.
16624 (bibtex-make-field): Use bibtex-field-list.
16625 (bibtex-entry-index): Bugfix. Return crossref key if required.
16626 (bibtex-lessp): Fix docstring.
16627
16628 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16629
16630 * select.el (xselect-convert-to-string): Move comment to intended line.
16631
16632 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16633
16634 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16635 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16636
16637 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16638
16639 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16640 x-get-selection.
16641
16642 2004-05-03 Jason Rumney <jasonr@gnu.org>
16643
16644 * makefile.nt: Remove.
16645
16646 2004-05-03 Kim F. Storm <storm@cua.dk>
16647
16648 * emulation/cua-base.el (cua--update-indications): Fix last change.
16649 (cua-mode): Deactivate mark when cua-mode is enabled.
16650
16651 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16652
16653 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16654
16655 2004-05-03 Nick Roberts <nickrob@gnu.org>
16656
16657 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16658 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16659 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16660 window over visible frames.
16661 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16662
16663 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * progmodes/compile.el (compilation-gcpro): New var.
16666 (compilation-fake-loc): Use it.
16667 (compilation-forget-errors): Reset it.
16668
16669 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16670
16671 * diff-mode.el (diff-header-face, diff-file-header-face):
16672 Use min-colors.
16673
16674 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16675
16676 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16677 (bibtex-clean-entry): Disentangle code.
16678 (bibtex-realign): New function.
16679 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16680 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16681 Remove undocumented optional arg called-by-convert-alien.
16682 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16683 for sorting instead of bibtex-sort-buffer.
16684
16685 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16686
16687 * progmodes/compile.el (compilation-start): In the
16688 no-async-subprocesses branch, call sit-for to give redisplay a
16689 chance to show the updated process status in the mode line, and
16690 fontify the buffer explicitly after the process exits.
16691
16692 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * progmodes/python.el (python-compilation-line-number): Remove.
16695 (python-compilation-regexp-alist): Don't use it any more.
16696 (python-orig-start, python-input-filter): Remove.
16697 (inferior-python-mode): Don't set up comint-input-filter-functions.
16698 (python-send-region): Use compilation-fake-loc.
16699
16700 * progmodes/compile.el (compilation-messages-start): New var.
16701 (compilation-mode): Don't setup next-error-function here.
16702 (compilation-setup): Set it up here instead (for minor modes as well).
16703 Make compilation-messages-start buffer local.
16704 (compilation-next-error-function): Use it.
16705 (compilation-forget-errors): Set compilation-messages-start.
16706
16707 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16708
16709 * ielm.el (ielm-prompt-read-only): Update docstring.
16710
16711 * comint.el (comint-prompt-read-only): Update docstring.
16712 (comint-update-fence, comint-kill-whole-line)
16713 (comint-kill-region): New functions.
16714
16715 * simple.el (kill-whole-line): Use "p" instead of "P" in
16716 interactive form.
16717
16718 2004-05-01 Juanma Barranquero <lektu@terra.es>
16719
16720 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16721 format arglist so default values in CL-style argument lists are
16722 correctly shown.
16723
16724 2004-05-01 Jason Rumney <jasonr@gnu.org>
16725
16726 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16727
16728 2004-05-01 Kenichi Handa <handa@m17n.org>
16729
16730 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16731 quail file if it is up to date.
16732
16733 2004-04-30 Juri Linkov <juri@jurta.org>
16734
16735 * cus-edit.el (custom-mode-map):
16736 Add key binding `C-x C-s' to `Custom-save'.
16737
16738 * outline.el (outline-blank-line): New var.
16739 (outline-next-preface, outline-show-heading)
16740 (outline-end-of-subtree): Use it.
16741
16742 * dired-aux.el (dired-touch-initial): New fun.
16743 (dired-do-chxxx): Call it for op-symbol `touch'.
16744 (dired-diff): Use `dired-dwim-target-directory'
16745 if current dired buffer has no buffer mark.
16746
16747 * bindings.el (propertized-buffer-identification):
16748 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16749 Add C-M-arrow keys for consistency.
16750
16751 * files.el (confirm-kill-emacs):
16752 Change group from top-level `emacs' to `convenience'.
16753
16754 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16755 Push mark on the first call of successive command calls.
16756 (insert-pair): New fun created from `insert-parentheses' with
16757 `open' and `close' arguments added. Enclose active regions
16758 in paired characters. Compare adjacent characters syntax with
16759 inserted characters syntax before inserting a space.
16760 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16761
16762 * delsel.el: Don't put `delete-selection' property
16763 on `insert-parentheses' symbol to take advantage of
16764 region handling in `insert-pair' function.
16765 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16766
16767 2004-04-30 Kim F. Storm <storm@cua.dk>
16768
16769 * emulation/cua-base.el: Add support for changing cursor types;
16770 based on patch from Michael Mauger.
16771 (cua-normal-cursor-color, cua-read-only-cursor-color)
16772 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16773 Customization cursor type and/or cursor color.
16774 (cua--update-indications): Handle cursor type changes.
16775 (cua-mode): Update cursor indications if enabled.
16776
16777 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16778
16779 * mouse.el (mouse-drag-copy-region): New defcustom.
16780 (mouse-set-region, mouse-drag-region-1): Use it.
16781
16782 * simple.el (kill-ring-save): If region face background color is
16783 unspecified (if no highlighting), show extent of fully visible
16784 region even if transient-mark-mode is enabled.
16785
16786 * emulation/cua-base.el (cua--standard-movement-commands):
16787 Add cua-scroll-up and cua-scroll-down.
16788 (cua-scroll-up, cua-scroll-down): New commands.
16789 (cua--init-keymaps): Remap scroll-up and scroll-down.
16790
16791 * emulation/cua-rect.el (cua--convert-rectangle-as):
16792 New defmacro.
16793 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16794 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16795 New commands (suggested by Jordan Breeding).
16796
16797 2004-04-30 Juanma Barranquero <lektu@terra.es>
16798
16799 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16800
16801 2004-04-30 Mario Lang <mlang@delysid.org>
16802
16803 * diff.el (diff-switches): Fix typo in docstring.
16804
16805 2004-04-30 Alex Schroeder <alex@gnu.org>
16806
16807 * xml.el (xml-debug-print-internal): Don't add newline and
16808 indentation to text nodes and write empty elements as empty tags
16809 instead of opening and closing tags.
16810 (xml-debug-print): Take optional indent-string argument.
16811 (xml-print): Alias for xml-debug-print.
16812
16813 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16814
16815 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16816 than duplicate call to `line-beginning-position'.
16817
16818 * progmodes/f90.el (f90-get-present-comment-type):
16819 Return whitespace, as well as comment chars, for consistent filling
16820 of comment blocks. Use `match-string-no-properties'.
16821 (f90-break-line): Trim trailing whitespace when filling comments.
16822
16823 2004-04-30 Dave Love <fx@gnu.org>
16824
16825 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16826 (diary-from-outlook-internal, diary-from-outlook)
16827 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16828 New functions to import diary entries from Outlook-format
16829 appointments in mail messages.
16830
16831 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * progmodes/python.el (python-send-command): New fun.
16834 (python-send-region, python-load-file): Use it.
16835
16836 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16837
16838 * help-fns.el (help-C-file-name): Use new subr-name.
16839 Prepend `src/' to the file name.
16840 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16841 (describe-function-1, describe-variable): Only find a C source file
16842 name if DOC is already loaded.
16843
16844 * help-mode.el (help-function-def, help-variable-def):
16845 Use the new find-function-search-for-symbol functionality.
16846 Allow FILE to be `C-source'.
16847
16848 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16849 (find-function-C-source): New fun.
16850 (find-function-search-for-symbol): Use it.
16851
16852 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16853
16854 * progmodes/sql.el (sql-product-alist): Rename variable
16855 `sql-product-support'. Add Postgres login parameters.
16856 (sql-set-product, sql-product-feature): Update with renamed variable.
16857 (sql-connect-postgres): Add username prompt.
16858 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16859 Make patterns less product specific.
16860 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16861 (sql-mode-abbrev-table): Modify initialization.
16862 (sql-builtin-face): Add variable.
16863 (sql-keywords-re): Add macro.
16864 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16865 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16866 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16867 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16868 (sql-mode-linter-font-lock-keywords)
16869 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16870 (sql-mode-sybase-font-lock-keywords)
16871 (sql-mode-informix-font-lock-keywords)
16872 (sql-mode-interbase-font-lock-keywords)
16873 (sql-mode-ingres-font-lock-keywords)
16874 (sql-mode-solid-font-lock-keywords)
16875 (sql-mode-sqlite-font-lock-keywords)
16876 (sql-mode-db2-font-lock-keywords): Default to nil.
16877 (sql-product-font-lock): Always highlight ANSI keywords.
16878 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16879 (sql-send-string): Add function.
16880
16881 2004-04-29 Dave Love <fx@gnu.org>
16882
16883 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16884 (cfengine-end-of-defun): Ensure progress through buffer.
16885
16886 * info-look.el (cfengine-mode): Accept a terminal ().
16887
16888 2004-04-29 Juri Linkov <juri@jurta.org>
16889
16890 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16891 instead of isearch-yank-word-or-char. Add new key bindings for
16892 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16893 (isearch-del-char): New fun.
16894 (isearch-forward, isearch-edit-string): Update docstring.
16895 (isearch-yank-char): Doc fix.
16896 (isearch-other-meta-char): Restore point after scrolling.
16897
16898 * progmodes/compile.el (compilation-context-lines): Add nil option
16899 to disable compilation output window scrolling.
16900 (compilation-set-window): Use it.
16901
16902 * outline.el (outline-next-preface, outline-show-heading):
16903 Don't leave unhidden blank line before heading.
16904 (outline-end-of-subtree): Include last newline into subtree.
16905 (hide-entry): Leave point at beginning of heading instead of end.
16906 (outline-up-heading): Push mark for the first call of successive
16907 command calls.
16908
16909 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16910
16911 * comint.el (comint-prompt-read-only): New variable.
16912 (comint-output-filter): Implement it.
16913
16914 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16915 (ielm-prompt-internal): New variable.
16916 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16917 (ielm-send-input): Delete unused variable `buf'.
16918 (ielm-eval-input): Use `ielm-prompt-internal'.
16919 (inferior-emacs-lisp-mode): Use new variables
16920 `comint-prompt-read-only' and `ielm-prompt-internal'.
16921 Get rid of obsolete variable `directory-sep-char'.
16922 (ielm): Use `zerop'.
16923
16924 2004-04-29 John Paul Wallington <jpw@gnu.org>
16925
16926 * thumbs.el (toplevel): Require cl at compile time.
16927 Remove conditional definitions of `ignore-errors' and `caddar'
16928 because they occur at run time.
16929
16930 2004-04-28 Nick Roberts <nickrob@gnu.org>
16931
16932 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16933 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16934 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16935 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16936
16937 * progmodes/gud.el (gud-common-init): Throw an error if program is
16938 already running under gdb.
16939
16940 2004-04-28 John Paul Wallington <jpw@gnu.org>
16941
16942 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16943 (thumbs-show-image-num): Move assignment of
16944 `thumbs-current-image-filename' within scope of `i'.
16945 (thumbs-emboss-image): Don't use `evenp'.
16946
16947 2004-04-28 Richard M. Stallman <rms@gnu.org>
16948
16949 * progmodes/compile.el (compilation-context-lines): Default now 0.
16950
16951 2004-04-28 Juanma Barranquero <lektu@terra.es>
16952
16953 Use `time-less-p' from calendar/time-date.el instead of defining
16954 custom versions of it.
16955
16956 * pcomplete.el (pcomplete-time-less-p): Remove.
16957
16958 * thumbs.el (time-less-p): Remove.
16959
16960 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16961 (timeclock-generate-report): Use `time-less-p'.
16962
16963 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16964 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16965
16966 2004-04-28 Masatake YAMATO <jet@gyve.org>
16967
16968 * subr.el (remove-overlays): Make arguments optional.
16969
16970 * wid-edit.el (widget-specify-button): Put evaporate to the
16971 overlay for sample.
16972 (widget-specify-sample): Put evaporate to the overlay for sample.
16973 (widget-specify-doc): Put evaporate to the overlay for documentation.
16974
16975 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16976
16977 * info.el (info-apropos): Make it an index node. Align node names
16978 like makeinfo.
16979
16980 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16981
16982 * net/browse-url.el (browse-url-netscape-sentinel)
16983 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16984 (browse-url-epiphany-sentinel, browse-url-mosaic):
16985 Use browse-url-*-program instead of a literal program name.
16986
16987 2004-04-27 Kevin Ryde <user42@zip.com.au>
16988
16989 * eshell/em-alias.el:
16990 * eshell/em-dirs.el:
16991 * eshell/em-hist.el:
16992 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16993 features when M-x customize-group loads modules before the main
16994 eshell.el.
16995
16996 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16997
16998 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16999 either a character representation of an event or an event
17000 description list.
17001
17002 * type-break.el: Capitalize Emacs and Lisp.
17003 (type-break-good-break-interval, type-break-demo-boring-stats)
17004 (type-break-terse-messages, type-break-file-name): New defcustoms.
17005 (type-break-post-command-hook)
17006 (type-break-warning-countdown-string): Quote variable names in doc.
17007 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17008 (type-break-mode): Document type-break-good-break-interval and the
17009 "session" file. Schedule break according to the session file.
17010 Kill session file buffer on exit. Organize for save-some-buffers
17011 to always save the session file.
17012 (type-break-mode-line-message-mode, type-break-query-mode):
17013 Uppercase arguments.
17014 (type-break-file-time, type-break-file-keystroke-count, timep)
17015 (type-break-choose-file, type-break-get-previous-time)
17016 (type-break-get-previous-count): New defuns.
17017 (type-break): Avoid break querying after a completed break in the
17018 case where the query was initiated during user invocation of the
17019 break. Optional terse messages.
17020 Use type-break-good-break-interval if type-break-good-rest-interval is
17021 nil. File the break time.
17022 (type-break-schedule): New optional args for overriding the use of
17023 the current time.
17024 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17025 after a break.
17026 (type-break-check): File the keystroke count.
17027 (type-break-do-query): Prevent a second query when the break is
17028 interrupted. Optional terse message.
17029 (type-break-keystroke-reset): Record the start of a typing interval.
17030 (type-break-demo-boring): Optional terse messages. Display word
17031 per minute and keystroke counts according to
17032 type-break-demo-boring-stats.
17033
17034 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17035
17036 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17037 directories, make sure they exist under archive-tmpdir.
17038
17039 2004-04-27 Juri Linkov <juri@jurta.org>
17040
17041 * help.el (view-emacs-news): With argument, display info for the
17042 selected version by finding it among different NEWS files, and
17043 narrowing the buffer to the selected version.
17044
17045 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17046 same-window-buffer-names.
17047 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17048 non-numeric prefix argument, append the number to the buffer name
17049 for numeric prefix argument.
17050 (info-other-window): Bind same-window-regexps to nil.
17051 (Info-reference-name): Rename to Info-point-loc.
17052 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17053 and Info-find-index-name for stringy Info-point-loc.
17054 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17055 without middle `.', but with final `.' and optional line number
17056 for it. Set Info-point-loc for index nodes.
17057 (Info-index): Remove middle `.' from index entry regexp.
17058 Modify line number regexp.
17059 (Info-index-next): Decrement line number.
17060 (info-apropos): Remove middle `.' from index entry regexp.
17061 Add optional line number regexp at the end. Add matched value
17062 for line number to the result list and insert it to the buffer.
17063 Replace match-string by match-string-no-properties.
17064 Reorder result list.
17065 (Info-fontify-node): Hide index line numbers.
17066 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17067 empty matches.
17068 (Info-follow-reference): Use `str' instead of
17069 Info-following-node-name-re.
17070 (Info-toc): Use full file names. Set Info-current-node to "Top".
17071 (Info-fontify-node): Compare file names without directory name.
17072 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17073 Set second arg of Info-extract-menu-node-name for index nodes.
17074 (info-xref-visited): Use magenta3 instead of magenta4.
17075 (Info-mode): Add info-apropos to docstring.
17076
17077 * log-view.el (log-view-diff): Replace interactive code "r"
17078 by a list to allow to call it even if region is not active.
17079
17080 * paren.el (show-paren-highlight-openparen): New var.
17081 (show-paren-function): Turn on openparen highlighting when
17082 matching forward if show-paren-highlight-openparen is non-nil.
17083
17084 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17085 the constant value 1.
17086 (completions-common-part): Expand docstring.
17087
17088 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17089
17090 2004-04-27 Kim F. Storm <storm@cua.dk>
17091
17092 * image.el (insert-sliced-image): Use line-height instead of
17093 line-spacing property on newline.
17094
17095 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17096
17097 * desktop.el (desktop-buffer-misc-data-function): Rename to
17098 desktop-save-buffer and change docstring.
17099 (desktop-buffer-modes-to-save): Delete.
17100 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17101 desktop-buffer-modes-to-save.
17102 (desktop-save): Rename desktop-buffer-misc-data-function to
17103 desktop-save-buffer and allow non-function value.
17104 (desktop-missing-file-warning): Correct docstring.
17105
17106 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17107 to desktop-save-buffer.
17108
17109 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17110 desktop-save-buffer.
17111
17112 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17113
17114 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17115
17116 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17117
17118 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17119
17120 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17121
17122 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17123 (ielm): Only go to the end of the buffer when starting a new process.
17124
17125 2004-04-25 Juanma Barranquero <lektu@terra.es>
17126
17127 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17128 mode line. Bind `inhibit-read-only' to t before modifying
17129 properties of text in the buffer.
17130 (ielm): Force point to the end of buffer, even when running ielm
17131 from inside itself.
17132
17133 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17134
17135 * info.el (info-apropos): Reset Info-complete-cache.
17136
17137 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17138
17139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17140 Also recognize severe Irix et al. messages.
17141 (compilation-normalize-filename, compile-abbreviate-directory):
17142 Delete functions.
17143 (compilation-get-file-structure): New function inherits
17144 functionality of the two preceding ones.
17145 (compilation-internal-error-properties, compilation-fake-loc):
17146 Use it so that different paths to the same file share the same
17147 markers. Also optimize finding adjacent marker slightly.
17148
17149 2004-04-25 Kim F. Storm <storm@cua.dk>
17150
17151 * image.el (insert-sliced-image): Add line-spacing t property
17152 to newlines separating image lines.
17153
17154 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17155
17156 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17157
17158 * ielm.el (ielm-prompt-read-only): New user option.
17159 (ielm-prompt): Expand docstring to describe new behavior.
17160 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17161 mention it in the docstring.
17162
17163 2004-04-24 Andreas Schwab <schwab@suse.de>
17164
17165 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17166
17167 * diff.el (diff): Set default-directory in diff buffer.
17168
17169 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17170
17171 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17172 mail was being composed if the terminal cannot display more than
17173 one frame; instead, switch to previous frame.
17174
17175 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17176 (rmail-start-mail): Support rmail-mail-new-frame even on
17177 terminals that can display only one frame at a time.
17178
17179 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17182 (checkdoc-output-font-lock-keywords): Remove error regexp.
17183 (checkdoc-output-mode-map): Remove.
17184 (checkdoc-output-mode): Derive from compilation-mode.
17185 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17186
17187 * dired.el (dired-mode-map): Add a menu entry for wdired.
17188
17189 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17190 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17191
17192 * wdired.el (wdired-mode-map): Move init into declaration.
17193 Fix `return' binding.
17194 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17195 Use force-mode-line-update.
17196 (wdired-get-filename): Use `unless'.
17197 (wdired-preprocess-files): Don't assume names have no \n and use / for
17198 dir separator.
17199 (wdired-normalize-filename): Use replace-regexp-in-string.
17200 (wdired-load-hooks): Remove.
17201 (wdired-mode-hooks): Rename to wdired-mode-hook.
17202
17203 * info-look.el: Add support for cfengine-mode.
17204 (info-lookup-setup-mode): Use dolist.
17205
17206 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17207
17208 * wdired.el: New file.
17209
17210 2004-04-23 Juanma Barranquero <lektu@terra.es>
17211
17212 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17213
17214 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17215 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17216 (pcomplete--help, pcomplete--here): Doc fixes.
17217
17218 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17219
17220 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17221 handles wrong-number-of-arguments in backend call.
17222
17223 * vc.el (vc-print-log): Likewise.
17224
17225 2004-04-20 Dave Love <fx@gnu.org>
17226
17227 * emacs-lisp/rx.el: Doc fixes.
17228 (rx-constituents): Add/extend many forms.
17229 (rx-check): Check form is a list.
17230 (bracket): Defvar.
17231 (rx-check-any, rx-any, rx-check-not): Modify.
17232 (rx-not): Simplify.
17233 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17234 (rx-kleene): Use rx-trans-forms.
17235 (rx-quote-for-set): Delete.
17236 (rx): Allow multiple args.
17237
17238 2004-04-23 Kenichi Handa <handa@m17n.org>
17239
17240 * international/mule-util.el (char-displayable-p): Simplify by
17241 using internal-char-font.
17242
17243 2004-04-23 Juanma Barranquero <lektu@terra.es>
17244
17245 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17246
17247 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * diff-mode.el (diff-next-error): New fun.
17250 (diff-mode): Use it.
17251
17252 * simple.el (next-error): Change arg name.
17253 Add support for the documented C-u C-x ` usage.
17254
17255 * frame.el (special-display-popup-frame, next-multiframe-window)
17256 (previous-multiframe-window): Only consider frames on same display.
17257
17258 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17259
17260 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17261 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17262
17263 2004-04-22 Kim F. Storm <storm@cua.dk>
17264
17265 * net/telnet.el (telnet): Add optional port arg.
17266
17267 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17270 Minor sanity check on the `hyperlink' slot.
17271
17272 * Makefile.in (recompile): Compile new files.
17273
17274 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17275 Add byte-recompile-directory's optional `arg'.
17276
17277 * cvs-status.el (cvs-tree-use-charset): New var.
17278 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17279 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17280 (cvs-status-cvstrees): Use it.
17281
17282 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17283 Make it a normal major mode.
17284 (checkdoc-buffer-label): Make sure the file name is meaningful.
17285 (checkdoc-output-to-error-buffer): Remove.
17286 (checkdoc-error, checkdoc-start-section): Rewrite.
17287
17288 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17289 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17290 (Info-title-4-face): Use new syntax.
17291 (info-xref-visited): Inherit from info-xref.
17292
17293 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17294
17295 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17296
17297 * simple.el (next-error-last-buffer, next-error-function):
17298 New variables for the next-error framework.
17299 (next-error-buffer-p): New function.
17300 (next-error-find-buffer): Generalize compilation-find-buffer.
17301 (next-error, previous-error, first-error, next-error-no-select)
17302 (previous-error-no-select): Move from compile.el.
17303
17304 * replace.el (occur-next-error, occur-1): Hook into the next-error
17305 framework.
17306
17307 * progmodes/compile.el (compilation-start):
17308 Set next-error-last-buffer so next-error knows where to jump.
17309 (compilation-setup): Set the buffer-local variable
17310 next-error-function to 'compilation-next-error-function.
17311 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17312 alternate way to find if a buffer is a compilation buffer, for
17313 next-error convenience.
17314 (next-error-no-select, previous-error-no-select, next-error)
17315 (previous-error, first-error): Move to simple.el.
17316 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17317 (compilation-last-buffer): Remove.
17318 (compilation-start, compilation-next-error, compilation-setup)
17319 (compilation-next-error-function, compilation-find-buffer):
17320 Remove compilation-last-buffer use.
17321
17322 2004-04-21 Juanma Barranquero <lektu@terra.es>
17323
17324 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17325 (font-lock-warning-face): Fix spacing.
17326
17327 * makefile.w32-in (WINS): Add url/ directory.
17328
17329 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17330
17331 * desktop.el (desktop-buffer-mode-handlers): New variable.
17332 Alist of major mode specific functions to restore a desktop buffer.
17333 (desktop-buffer-handlers): Make variable obsolete.
17334 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17335 Catch errors signaled in handlers. Update buffer count.
17336 Evaluate desktop-buffer-point.
17337 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17338 move to dired.el.
17339 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17340 move to info.el.
17341 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17342 move to mail/rmail.el.
17343 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17344 to mh-e/mh-e.el.
17345 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17346 On fail, print message (to message buffer) even if
17347 desktop-missing-file-warning is nil.
17348 (desktop-buffer-misc-data-function): New buffer local variable.
17349 Function returning major mode specific data.
17350 (desktop-buffer-misc-functions): Make variable obsolete.
17351 (desktop-save): Use desktop-buffer-misc-data-function.
17352 (desktop-buffer-dired-misc-data): Rename to
17353 dired-desktop-buffer-misc-data and move to dired.el.
17354 (desktop-buffer-info-misc-data): Rename to
17355 Info-desktop-buffer-misc-data and move to info.el.
17356 (desktop-read): Add message about number of buffers restored/failed.
17357
17358 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17359 Add parameters. Pause to display error only when
17360 desktop-missing-file-warning is non-nil.
17361 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17362 (dired-mode): Bind desktop-buffer-misc-data-function.
17363
17364 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17365 Add Parameters.
17366 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17367 (Info-mode): Bind desktop-buffer-misc-data-function.
17368
17369 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17370 Add Parameters.
17371
17372 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17373 Add Parameters.
17374
17375 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17376
17377 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17378 the case of letters in case-insensitive expansions when the
17379 abbrev is preceded by characters with letter syntax.
17380
17381 2004-04-21 Richard M. Stallman <rms@gnu.org>
17382
17383 * progmodes/cperl-mode.el (cperl-putback-char):
17384 Delete Emacs 18 definition.
17385
17386 * international/mule.el (ctext-post-read-conversion):
17387 Use assoc-string, not assoc-ignore-case.
17388
17389 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17390
17391 * emacs-lisp/easymenu.el (easy-menu-add):
17392 Do call x-popup-menu, but only if it's defined.
17393
17394 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17395
17396 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17397 Handle multiple args: compile like progn.
17398
17399 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17400 take all args as &rest arg.
17401
17402 * autoinsert.el (auto-insert-alist): Insert the user's name in
17403 copyright notice, rather than Free Software Foundation.
17404
17405 2004-04-21 Kenichi Handa <handa@m17n.org>
17406
17407 * descr-text.el (describe-char): Make it work on *Help* buffer.
17408
17409 2004-04-21 Kim F. Storm <storm@cua.dk>
17410
17411 * image.el (insert-image): Add optional SLICE arg.
17412 (insert-sliced-image): New defun.
17413
17414 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17415
17416 * subr.el (read-number): Check whether `default' is nil.
17417
17418 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * progmodes/compile.el (compilation-error-properties):
17421 Split into two.
17422 (compilation-internal-error-properties): New one.
17423 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17424
17425 2004-04-20 Richard M. Stallman <rms@gnu.org>
17426
17427 * window.el (split-window-save-restore-data):
17428 Don't update the data if OLD-INFO is nil.
17429
17430 * view.el (view-return-to-alist): Mark it permanent local.
17431
17432 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17433
17434 * recentf.el (recentf-save-list): Catch and warn about errors.
17435
17436 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17437 so "Buffers" won't be pure.
17438
17439 * help-mode.el (help-mode-finish): Set help-return-alist first
17440 thing, setting only the entry for the selected window.
17441
17442 * help-fns.el (describe-function-1): If many non-control non-meta
17443 keys run the command, don't list all of them.
17444
17445 2004-04-20 Juanma Barranquero <lektu@terra.es>
17446
17447 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17448 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17449
17450 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17451
17452 2004-04-20 Kenichi Handa <handa@m17n.org>
17453
17454 * international/quail.el (quail-lookup-key): New optional arg
17455 NOT-RESET-INDICES.
17456 (quail-get-translations): Call quail-lookup-key with
17457 NOT-RESET-INDICES t.
17458 (quail-completion): Likewise.
17459 (quail-lookup-map-and-concat): Likewise.
17460
17461 2004-04-20 Kenichi Handa <handa@m17n.org>
17462
17463 * international/quail.el (quail-update-translation): Don't insert
17464 such an unsupported multibyte char in a unibyte buffer.
17465
17466 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17467
17468 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17469 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17470 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17471 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17472 (gdb-frame-assembler-buffer): Improve behavior with
17473 multiple frames.
17474 (gdb-display-buffer): Extend search to all visible frames.
17475
17476 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17477
17478 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17479 characters left after base64 decoding.
17480 (rmail-decode-region): Use -dos variety of `coding', to remove any
17481 ^M characters left after qp or base64 decoding.
17482
17483 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17484
17485 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17486 messages.
17487
17488 2004-04-19 Stephen Eglen <stephen@gnu.org>
17489
17490 * add-log.el (add-change-log-entry): Update doc string to mention
17491 add-log-full-name and add-log-mailing-address.
17492
17493 2004-04-18 Juri Linkov <juri@jurta.org>
17494
17495 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17496 (Info-find-node-2): Simplify error message.
17497 (Info-insert-dir): Use Info-following-node-name.
17498 (Info-goto-node): Remove *info-history* and *info-toc*.
17499 (Info-history): Create a node of the virtual history file.
17500 (Info-toc): Create a node of the virtual toc file.
17501 (Info-insert-toc): New arg `curr-file' for reference file names.
17502 (info-apropos): Remove redundant var binding for temp-file.
17503 (Info-index, Info-index-next, Info-mode): Doc fix.
17504 (Info-goto-emacs-command-node): Don't jump to *info* from
17505 non-*info* Info buffers.
17506 (Info-fontify-node): Don't show the file name of external
17507 references if `Info-hide-note-references' is `hide'. Don't hide
17508 newlines at the end of paragraphs.
17509
17510 * international/mule-diag.el (list-input-methods):
17511 Fix args to help-xref-button.
17512
17513 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17514 to put into effect local variables from TUTORIAL files.
17515
17516 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17517 with default value taken from the variable `sentence-end'.
17518 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17519 Add nil const to :type.
17520 (sentence-end-without-period, sentence-end-double-space)
17521 (sentence-end-without-space): Doc fix.
17522
17523 * textmodes/paragraphs.el (forward-sentence):
17524 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17525 (fill-delete-newlines):
17526 * progmodes/cc-cmds.el (c-beginning-of-statement):
17527 Use function `sentence-end' instead of variable `sentence-end'.
17528
17529 2004-04-18 Andreas Schwab <schwab@suse.de>
17530
17531 * progmodes/compile.el (compilation-start): Set window start to
17532 point-min if compilation-scroll-output is nil.
17533
17534 2004-04-18 John Wiegley <johnw@newartisans.com>
17535
17536 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17537
17538 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17539
17540 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17541 (gdb-info-breakpoints-custom): Revert previous change.
17542 (gdb-view-assembler): Update assembler if necessary.
17543 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17544 (gdb-display-source-buffer): Update properly when both source and
17545 assembler are visible.
17546
17547 2004-04-17 John Wiegley <johnw@newartisans.com>
17548
17549 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17550 which limits the number of names shown in the minibuffer. Off by
17551 default.
17552 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17553 up iswitchb for users with a multitude of open buffers by showing
17554 only the first and last N/2 buffers in the completion list (which
17555 is enough to aid C-s/C-r, and to know that more characters are
17556 needed to refine the completion list).
17557
17558 2004-04-17 Richard M. Stallman <rms@gnu.org>
17559
17560 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17561 (file-truename): Expand all ~ constructs directly.
17562 (insert-directory): Delete any error msg output by the
17563 `insert-directory-program'.
17564
17565 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17566 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17567 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17568 (allout-init): Use find-file-hook, not find-file-hooks.
17569 (allout-mode): Eliminate Emacs 18 support.
17570 Use write-contents-functions, not local-write-file-hooks.
17571
17572 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17573
17574 * progmodes/compile.el (compilation-error-properties): Fix for
17575 adding messages when there are already markers for their file.
17576 (compilation-fake-loc): New function.
17577
17578 2004-04-16 Dave Love <fx@gnu.org>
17579
17580 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17581 (python-load-file): Fix python-orig-start setting.
17582
17583 * progmodes/compile.el: Doc fixes.
17584 (compilation-error-regexp-alist-alist)
17585 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17586 (compilation-assq): Wrap in eval-when-compile.
17587 (compilation-mode-font-lock-keywords): Don't use list*.
17588 (compilation-start): Avoid warning.
17589 (compilation-compat-error-properties)
17590 (compilation-directory-properties): Add keymap property.
17591 (compilation-parsing-end): Make it a marker for better compatibility.
17592
17593 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17594
17595 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17596
17597 * xml.el: Doc fixes.
17598 (xml-get-children): Only looks at sub-tags and ignore strings.
17599
17600 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17601
17602 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17603
17604 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17605
17606 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17607
17608 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17609
17610 * vc.el (vc-print-log): Likewise.
17611
17612 2004-04-16 Masatake YAMATO <jet@gyve.org>
17613
17614 * simple.el (completion-setup-function): Set an initial value
17615 to `element-common-end' before entering loop. Set a value
17616 to `element-common-end' at the end of loop.
17617 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17618 (completions-common-part): Rename from completion-de-emphasis.
17619 (completions-first-difference): Rename from completion-emphasis.
17620 Suggested by RMS.
17621
17622 2004-04-16 Juanma Barranquero <lektu@terra.es>
17623
17624 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17625 (bookmark-edit-annotation-mode): Add mode name.
17626
17627 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17630 for nested conflict markers.
17631 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17632
17633 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17634
17635 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17636
17637 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17638
17639 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17642 Give a backtrace if requested.
17643
17644 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17645
17646 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17647 Remove unused functions.
17648 (python-orig-start-line, python-orig-file): Remove.
17649 (python-orig-start): New var.
17650 (python-input-filter, python-compilation-line-number)
17651 (python-send-region, python-load-file): Use it.
17652
17653 * info.el (info): Always jump to *info*.
17654
17655 * subr.el (posn-set-point): New function.
17656
17657 * mouse.el (mouse-set-point): Use it.
17658
17659 * progmodes/compile.el (compile-goto-error): Use it.
17660 (compilation-button-map): New keymap.
17661 (compilation-error-properties): Use it.
17662 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17663
17664 * smerge-mode.el (smerge-popup-context-menu): Use it.
17665
17666 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17667 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17668 mouse and non-mouse case.
17669
17670 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17671 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17672
17673 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17674 Make it work for non-mouse events.
17675
17676 * pcvs-info.el (cvs-status-map): Update binding name.
17677
17678 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17679
17680 * xml.el (xml-maybe-do-ns): New function to handle namespace
17681 parsing of both attribute and element names.
17682 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17683 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17684 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17685 (xml-parse-attlist): Make it do its own namespace parsing.
17686
17687 2004-04-14 Dave Love <fx@gnu.org>
17688
17689 * progmodes/python.el (run-python): Fix use of \n.
17690 (python-load-file): Remove `try' from Python fragment.
17691 (python-describe-symbol): Fix message.
17692
17693 * comint.el: Doc fixes.
17694 (comint-last-input-start, comint-last-input-end)
17695 (comint-last-output-start): Give them values.
17696 (comint-arguments): Avoid warning.
17697 (comint-skip-prompt): Use line-end-position.
17698 (comint-backward-matching-input): Rename arg to agree with doc.
17699 (comint-extract-string): Use syntax-ppss.
17700 (comint-dynamic-simple-complete): Delete useless list construction.
17701 (comint-redirect-subvert-readonly): New.
17702 (comint-redirect-preoutput-filter): Use it.
17703
17704 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17705 Correctly handle negative arguments when calling hook functions.
17706
17707 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17708
17709 * info.el (info-apropos): Don't clobber Info-history-list.
17710
17711 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17712
17713 * progmodes/compile.el (compilation-setup):
17714 Localize overlay-arrow-position.
17715 (compilation-sentinel): Restructure code equivalently.
17716 (compilation-next-error): Find message on same line after point if
17717 not found before point.
17718 (compile-mouse-goto-error): Restore function so that compilation
17719 buffer need not be current and use compile-goto-error.
17720 (compile-goto-error): Restore function.
17721 (next-error): Set overlay-arrow-position.
17722 (compilation-forget-errors): Don't localize already local
17723 compilation-locs and remove FIXME about refontifying.
17724
17725 2004-04-14 Kim F. Storm <storm@cua.dk>
17726
17727 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17728 (command-line): New option -Q. Like -q --no-site-file, but
17729 in addition it also disables menu-bar, tool-bar, scroll-bars,
17730 tool-tips, and the blinking cursor.
17731 (command-line-1): Skip startup screen if -Q.
17732 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17733
17734 * emulation/cua-base.el (cua-read-only-cursor-color)
17735 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17736
17737 2004-04-13 Dave Love <fx@gnu.org>
17738
17739 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17740 (syntax): Don't require.
17741 (python) <defgroup>: Add :version.
17742 (python-quote-syntax): Re-written.
17743 (inferior-python-mode): Move stuff here from run-python and add
17744 some more.
17745 (python-preoutput-continuation, python-preoutput-result)
17746 (python-dotty-syntax-table): New.
17747 (python-describe-symbol): Use them.
17748 (run-python): Move stuff to inferior-python-mode. Modify code
17749 loaded into Python.
17750 (python-send-region): Use python-proc, python-send-string.
17751 (python-send-string): Send newlines too. Callers changed.
17752 (python-load-file): Re-written.
17753 (python-eldoc-function): New.
17754 (info-look): Don't require.
17755 (python-after-info-look): New. A modified version of former
17756 top-level code for use with eval-after-load.
17757 (python-maybe-jython, python-guess-indent): Use widened buffer.
17758 (python-fill-paragraph): Re-written.
17759 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17760 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17761
17762 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17763
17764 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17765 Set compilation-error-regexp-alist earlier.
17766
17767 * progmodes/compile.el (compilation-minor-mode-map)
17768 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17769 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17770
17771 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17774 corresponding to the event.
17775
17776 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17777
17778 * loadup.el: Add cygwin to system-type list, for unexec() support.
17779
17780 2004-04-12 John Paul Wallington <jpw@gnu.org>
17781
17782 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17783 (ibuffer-restore-window-config-on-quit): New variable to replace
17784 `ibuffer-delete-window-on-quit'. Update all references.
17785 (ibuffer-prev-window-config): New variable.
17786 (ibuffer-quit): Restore previous window configuration instead of
17787 deleting window.
17788 (ibuffer): Save window configuration before showing Ibuffer buffer.
17789
17790 * help.el (describe-mode): Doc fix.
17791
17792 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17793
17794 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17795 not to treat nil as a function.
17796
17797 * vc-arch.el (vc-arch-root): Be a bit more careful.
17798 (vc-arch-register): Save the buffer if we modified it.
17799 (vc-arch-delete-rej-if-obsolete): Save excursion.
17800 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17801 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17802
17803 * net/ldap.el (ldap-search): Use list*.
17804
17805 2004-04-12 Juri Linkov <juri@jurta.org>
17806
17807 * info.el (Info-follow-reference): Allow multiline reference name.
17808
17809 2004-04-11 Dave Love <fx@gnu.org>
17810
17811 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17812
17813 * progmodes/python.el: New file.
17814
17815 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17816
17817 * vc-hooks.el (vc-arg-list): Function removed.
17818 (vc-default-workfile-unchanged-p): Use condition-case to check for
17819 backward compatibility.
17820
17821 * vc.el (vc-print-log): Use condition-case to check for backward
17822 compatibility.
17823
17824 2004-04-11 Juri Linkov <juri@jurta.org>
17825
17826 * dired.el (dired-faces): New defgroup.
17827 (dired-header, dired-mark, dired-marked, dired-flagged)
17828 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17829 New faces.
17830 (dired-header-face, dired-mark-face, dired-marked-face)
17831 (dired-flagged-face, dired-warning-face, dired-directory-face)
17832 (dired-symlink-face, dired-ignored-face): New face variables.
17833 (dired-font-lock-keywords): Use them instead of font-lock faces.
17834 Split the rule for dired marks into 3 separate rules: for marks,
17835 marked file names and flagged file names.
17836
17837 * help-mode.el (help-make-xrefs): Add a final newline to the
17838 *Help* buffer.
17839
17840 2004-04-11 John Paul Wallington <jpw@gnu.org>
17841
17842 * replace.el (occur-engine): Distinguish between one and several
17843 matches in the matches per buffer heading.
17844
17845 2004-04-11 Kim F. Storm <storm@cua.dk>
17846
17847 * ido.el (ido-confirm-unique-completion): New defcustom.
17848 (ido-complete): Use it.
17849 (ido-write-file): Set it to t unconditionally.
17850
17851 2004-04-10 Miles Bader <miles@gnu.org>
17852
17853 RCS keyword removal (only non-comment changes are enumerated here):
17854
17855 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17856 (byte-compile-insert-header): Don't use `byte-compile-version'.
17857 * forms.el (forms-version): Variable removed.
17858 (forms-mode): Don't use `forms-version'.
17859 * recentf.el (recentf-version): Variable removed.
17860 * progmodes/delphi.el (delphi-version): Variable removed.
17861 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17862
17863 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17866
17867 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17868
17869 * info.el (info-apropos): Improve menu item regexp.
17870
17871 2004-04-09 Simon Josefsson <jas@extundo.com>
17872
17873 * mail/smtpmail.el: Add comment, based on report by
17874 kdc@rcn.com (Kevin D. Clark).
17875
17876 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17877
17878 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17879 Redo one more thing that I didn't notice Daniel had undone.
17880
17881 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17882
17883 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17884 (gdb-goto-breakpoint, gdb-display-buffer)
17885 (gdb-display-source-buffer, gdb-view-source-function)
17886 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17887 (gdb-source-info, gdb-frame-handler): Don't specify a window
17888 for display.
17889 (gdb-info-breakpoints-custom): Remove superfluous update of
17890 assembler buffer.
17891 (gdb-many-windows): Make settable outside gdb.
17892
17893 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17894
17895 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17896 Derive from fundamental-mode rather than text-mode.
17897
17898 2004-04-08 Juri Linkov <juri@jurta.org>
17899
17900 * info.el (Info-history): Doc fix.
17901 (Info-history-list): New var.
17902 (info-xref): Change magenta4 to blue, remove bold for dark and
17903 light backgrounds, change bold to underline for non-color classes.
17904 (info-xref-visited): New face.
17905 (Info-fontify-visited-nodes): New custom.
17906 (Info-hide-note-references): Add new value `hide'. Doc fix.
17907 (Info-reference-name): New var.
17908 (Info-selection-hook): New custom.
17909 (Info-edit-mode-hook): New var.
17910 (Info-find-file): New fun.
17911 (Info-find-node): Move part of code to Info-find-file.
17912 (Info-find-node-2): Add anchors to Info-history-list. Move point
17913 to the place with the reference name if name is defined.
17914 (Info-select-node): Add current node to Info-history-list.
17915 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17916 (Info-search-whitespace-regexp): New custom.
17917 (Info-search-case-fold): New var.
17918 (Info-search): Add "case-sensitively" to the prompt.
17919 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17920 (Info-search-case-sensitively, Info-search-next): New fun.
17921 (Info-up): Move point to the menu item of the current node.
17922 (Info-history): New fun. Add *info-history* to
17923 same-window-buffer-names.
17924 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17925 (Info-insert-toc): New fun.
17926 (Info-build-toc): New fun.
17927 (Info-follow-reference): Add new arg `fork'. Doc fix.
17928 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17929 with the same name prefer the reference closest to point.
17930 (Info-next-reference): Replace * by + in the *Note regexp.
17931 Add regexp for http:// and ftp://. Skip the *Note prefix.
17932 (Info-prev-reference): Replace * by + in the *Note regexp.
17933 Add regexp for http:// and ftp://. Skip the *Note prefix.
17934 (Info-follow-nearest-node): Add new arg `fork'.
17935 (Info-try-follow-nearest-node): Add new arg `fork'.
17936 Call browse-url for http:// and ftp:// references.
17937 Set Info-reference-name for index entries.
17938 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17939 Info-search-next, Info-history, Info-toc, clone-buffer.
17940 (Info-menu-update): Replace * by + in the *Note regexp.
17941 (Info-mode): Add documentation for Info-history, Info-toc,
17942 Info-search-case-sensitively, Info-search-next, clone-buffer.
17943 (Info-fontify-menu-headers): Remove fun. Move code to
17944 Info-fontify-node.
17945 (Info-fontify-node): Add docstring. Add local vars
17946 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17947 then fontify header line, titles, menu headers, http and ftp
17948 references, refill paragraphs. If not-fontified-p is t or
17949 fontify-visited-p is t then fontify cross references, menu items.
17950 Fontify menu headers. Fontify http and ftp references.
17951 Change regexp for cross references to require whitespace after *Note,
17952 add matching groups for file and node names. Remove hack for quote.
17953 Use display property for Info-hide-note-references=t. Use fifth
17954 or fourth match for help-echo. Display visited nodes in a
17955 different face. Unhide file names of external references.
17956 Unhide newlines. Display visited menu items in a different face.
17957
17958 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17959
17960 * progmodes/compile.el: Require CL.
17961 (compilation-mode-font-lock-keywords): Re-install the "line as
17962 function" patch.
17963
17964 * help-fns.el (help-C-source-directory): New var.
17965 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17966 (describe-function-1, describe-variable): Use them.
17967
17968 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17969 to C source files specially.
17970
17971 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17972
17973 * info.el (Info-hide-cookies-node): New function.
17974 (Info-select-node): Use it.
17975 (Info-display-images-node): Remove message with image file name.
17976
17977 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17978
17979 * progmodes/compile.el (compilation-warning-face)
17980 (compilation-info-face, compilation-skip-threshold)
17981 (compilation-skip-visited, compilation-context-lines):
17982 Declare :version when added to Emacs.
17983 (compilation-error-regexp-alist-alist): Extend caml and irix.
17984 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17985 (compilation-mode-font-lock-keywords): Temporarily undo line as
17986 function patch, which wasn't ready.
17987
17988 2004-04-07 Kenichi Handa <handa@m17n.org>
17989
17990 * international/latin1-disp.el (latin1-display-setup): Check each
17991 character is displayable or not instead of calling
17992 latin1-display-check-font.
17993
17994 2004-04-06 Kenichi Handa <handa@m17n.org>
17995
17996 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17997 New variable.
17998 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17999 instead of sera-being-called-by-w3.
18000 (ethio-fidel-to-sera-buffer): Likewise.
18001 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18002 instead of sera-being-called-by-w3.
18003 (ethio-write-file): Likewise.
18004
18005 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18006
18007 * printing.el: Doc fix.
18008
18009 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18010
18011 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18012 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18013 (gdb-setup-windows): Only use separate IO buffer if required.
18014
18015 2004-04-06 Kim F. Storm <storm@cua.dk>
18016
18017 * term.el (term-is-xemacs): Remove.
18018 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18019 (term-window-width): New function.
18020 (term-mode, term-check-size): Use it.
18021 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18022
18023 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18024
18025 * cus-edit.el (custom-add-parent-links): Change unbound variable
18026 `symbol' to `name'.
18027
18028 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18029 * info.el (info-apropos): New function.
18030 (Info-mode-menu): Add it.
18031 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18032
18033 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18034 inherited docstring.
18035
18036 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18037
18038 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18041
18042 * progmodes/compile.el (font-lock): Don't require any more.
18043 (compilation-error-properties, compilation-start, compilation-sentinel)
18044 (compilation-filter, next-error): Use with-current-buffer.
18045 (compilation-skip-to-next-location, compilation-skip-threshold)
18046 (compilation-skip-visited): Move to silence the byte-compiler.
18047 (compilation-setup): Simplify.
18048 (compilation-next-error): Use line-(beginning|end)-position.
18049 Make sure `pt' is non-nil before using compilation-loop.
18050 (compile-goto-error): Add optional event arg. Use it.
18051 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18052 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18053 Update the binding for mouse-2.
18054 (first-error): Set compilation-current-error to nil rather than bob.
18055 (compilation-parsing-end, compilation-parse-errors-function)
18056 (compilation-error-list, compilation-old-error-list):
18057 "New" compatibility variables.
18058 (compile-buffer-substring, compilation-compat-error-properties)
18059 (compilation-compat-parse-errors, compilation-forget-errors):
18060 New compatibility functions.
18061 (compilation-mode-font-lock-keywords): Use them.
18062
18063 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18064
18065 * autorevert.el (auto-revert-handler): If point (or a window
18066 point) is at the end of the buffer, keep it there after
18067 reverting. This allows to tail a file.
18068 Mention this in the `Commentary'.
18069
18070 * format.el (format-write-file): Add optional argument CONFIRM
18071 and make it behave like the analogous argument to `write-file'.
18072
18073 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18074
18075 * progmodes/ebnf2ps.el: Doc fix.
18076 (ebnf-version): New version number (4.2).
18077 (ebnf-syntax): Customization and docstring fix.
18078 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18079 Put autoloaded funs before first use.
18080 (ebnf-style-database): Add dtd entry.
18081 (ebnf-syntax-alist): Add dtd initialization.
18082 (ebnf-token-sequence): New fun.
18083 (ebnf-comment-table): Add new comment action character.
18084 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18085
18086 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18087 Type Definition for XML).
18088
18089 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18090 * progmodes/ebnf-bnf.el (ebnf-sequence):
18091 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18092 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18093 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18094 Code simplification: call ebnf-token-sequence.
18095
18096 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18097
18098 * calendar/timeclock.el (timeclock-relative)
18099 (timeclock-get-project-function, timeclock-get-workday-function)
18100 (timeclock-query-out, timeclock-when-to-leave)
18101 (timeclock-when-to-leave-string, timeclock-log-data)
18102 (timeclock-generate-report, timeclock-in): Doc fixes.
18103
18104 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * url/: New dir. Import the URL package from its repository.
18107
18108 2004-04-03 Andreas Schwab <schwab@suse.de>
18109
18110 * diff-mode.el (diff-mode): Fix missing quote.
18111
18112 2004-04-03 Juri Linkov <juri@jurta.org>
18113
18114 * descr-text.el (describe-property-list): Add `font-lock-face'.
18115
18116 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18117
18118 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18119
18120 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18121 Use utf-16le on little endian machines and utf-16be otherwise.
18122
18123 2004-04-02 David Kastrup <dak@gnu.org>
18124
18125 * net/browse-url.el (browse-url-generic): Use call-process
18126 instead of start-process to allow browsers that fork and detach.
18127
18128 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18129
18130 * compile.el (compilation-current-error): New var.
18131 (compilation-setup, compile-mouse-goto-error)
18132 (compile-goto-error, next-error): Use it.
18133 (compilation-skip-to-next-location): Default to t, which gives
18134 contiguous skipping like old compile (where this was redundant).
18135 (compilation-next-error): Prevent previous-* commands from moving
18136 back to message at or just before point.
18137
18138 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18139
18140 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18141 (gdb-source-info): Don't display source at startup, if required.
18142 (gdb-show-main): New option.
18143 (gdba): Update documentation.
18144 (gdb-source): Cover case of auto-display output.
18145
18146 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18147
18148 * autorevert.el: Delete obsolete autoloads and defvars.
18149 (auto-revert-check-vc-info): New user option.
18150 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18151 (auto-revert-handler-vc): Delete.
18152 (auto-revert-handler): Treat return value `fast' of
18153 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18154
18155 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18156 return `fast'.
18157
18158 * files.el (buffer-stale-function): Doc change.
18159
18160 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18161
18162 * printing.el: New tip on Tips section.
18163 (pr-version): New version number (6.7.4).
18164 (pr-shell-file-name): Initialization fix.
18165
18166 2004-03-31 Juri Linkov <juri@jurta.org>
18167
18168 * dired.el: Add autoload for `dired-do-touch'.
18169 (dired-touch-program): New var.
18170 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18171 (dired-no-confirm): Add `touch' to docstring.
18172
18173 * dired-aux.el (dired-do-touch): New fun.
18174 (dired-do-chxxx): Add argument -t for touch operation.
18175
18176 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18177 `dired-move-to-filename-regexp'.
18178
18179 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18180
18181 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18182
18183 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18184
18185 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18186 and only if the buffer was modified.
18187
18188 2004-03-30 Kenichi Handa <handa@m17n.org>
18189
18190 * international/characters.el: Delete pairs for U+2308..U+230B.
18191
18192 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18193
18194 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18195 to detect the beginning of a level 2 or 3 annotation.
18196
18197 2004-03-29 Kenichi Handa <handa@m17n.org>
18198
18199 * international/ucs-tables.el (ucs-insert): Fix the error message.
18200
18201 2004-03-29 Kenichi Handa <handa@m17n.org>
18202
18203 * international/mule-util.el (char-displayable-p): Fix generation
18204 of XLFD file name.
18205
18206 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18207 before finding directories by `find'.
18208
18209 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18210
18211 * subr.el (interactive-form): Delete. Now implemented in C.
18212
18213 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18214
18215 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18216 (vc-diff-label): New fun.
18217 (vc-diff-internal): Use it.
18218
18219 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18220
18221 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18222
18223 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18224
18225 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18226 specify XML (EBNFX).
18227
18228 * progmodes/ebnf2ps.el: Doc fix.
18229 (ebnf-version): New version number (4.1).
18230 (ebnf-syntax): Adjust customization.
18231 (ebnf-style-database): Add ebnfx entry.
18232 (ebnf-syntax-alist): Add ebnfx initialization.
18233 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18234
18235 * printing.el: Doc fix.
18236 (pr-version): New version number (6.7.3).
18237 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18238 returns nil for mouse position. Reported by Drew Adams
18239 <drew.adams@oracle.com>.
18240 (pr-update-menus): Modify interactive declaration. Reported by Drew
18241 Adams <drew.adams@oracle.com>.
18242
18243 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18244
18245 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18246 (gud-gdba-marker-filter): Log the process input and output, if
18247 required. From Stefan Monnier.
18248 (gdb-debug-log, gdb-enable-debug-log): New variables.
18249 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18250
18251 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18254 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18255
18256 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18259 Call vc-find-file-hook here instead of in auto-revert-buffers.
18260 (auto-revert-buffers): Delete call to vc-find-file-hook.
18261 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18262 (global-auto-revert-mode, auto-revert-set-timer)
18263 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18264
18265 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18266
18267 * woman.el (woman-change-fonts): Rename local variable
18268 woman-font-alist to font-alist to avoid a compiler warning.
18269
18270 2004-03-27 Dave Love <fx@gnu.org>
18271
18272 * emacs-lisp/rx.el (rx): Doc fix.
18273 Fix copyright years.
18274
18275 * strokes.el (strokes-global-set-stroke-string): New function.
18276 (strokes-list-strokes): Cope with strings, not just commands.
18277 Set foreground color of image.
18278 (strokes-global-set-stroke): Doc fix.
18279
18280 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18281
18282 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18283 Auto Revert mode.
18284 (Buffer-menu-files-only): New variable.
18285 (Buffer-menu-toggle-files-only): New function.
18286 (Buffer-menu-mode-map): Bind it to `T'.
18287 (Buffer-menu-mode): Mention `T' in docstring.
18288 Set buffer-stale-function.
18289 (list-buffers-noselect): Mark buffer non-modified and set
18290 Buffer-menu-files-only.
18291
18292 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18293
18294 * autorevert.el (auto-revert-handler): Print revert message
18295 before, rather than after, reverting.
18296 (buffer-stale-function): Move to files.el.
18297
18298 * files.el (buffer-stale-function): Move here from autorevert.el.
18299
18300 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18303
18304 * calc/calc.el (calc-mode-map): Use mapc.
18305
18306 * apropos.el (apropos-mode): Don't autoload.
18307 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18308 (apropos): Use it.
18309 (apropos-print): Add optional `text' argument.
18310 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18311 Don't assume point-min == 1.
18312
18313 * bs.el (bs-buffer-list): Use buffer-local-value.
18314 (bs--set-toggle-to-show): Use with-current-buffer.
18315
18316 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18317 New funs.
18318 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18319
18320 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18321
18322 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18323 (dabbrev--find-expansion): Use pop.
18324 (dabbrev--search): Use match-string-no-properties.
18325
18326 * dired.el (dired-mode): Use run-mode-hooks.
18327 (dired-move-to-end-of-filename): Use match-string.
18328
18329 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18330 is bound before using it.
18331 (ediff-verbose-p): Make it into a var since it's not constant.
18332
18333 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18334
18335 * faces.el (read-face-font): Don't cons up unnecessarily.
18336 (header-line, tool-bar): Share common parts.
18337
18338 * files.el (file-relative-name): Use compare-strings.
18339
18340 * finder.el (finder-mode): Follow coding convention.
18341
18342 * subr.el (read-number): New function.
18343
18344 * ses.el (ses-read-number): Move to subr.el.
18345 (ses-set-header-row): Use read-number.
18346
18347 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18348
18349 * vc-hooks.el (vc-arg-list): New function, which handles both
18350 compiled and uncompiled code.
18351 (vc-default-workfile-unchanged-p): Use it.
18352
18353 * vc.el (vc-print-log): Undo prev change, use new function
18354 vc-arg-list from vc-hooks.el.
18355
18356 2004-03-26 Masatake YAMATO <jet@gyve.org>
18357
18358 * simple.el (completion-setup-function): Emphasize the
18359 first uncommon characters in the completions; and de-emphasize
18360 the common prefix substrings.
18361 (completion-emphasis): New face.
18362 (completion-de-emphasis): New face.
18363
18364 2004-03-25 Juanma Barranquero <lektu@terra.es>
18365
18366 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18367 Comment out (it's unused and unfinished code).
18368
18369 2004-03-25 Sam Steingold <sds@gnu.org>
18370
18371 * vc.el (vc-print-log): Fix a bug in the last patch:
18372 backend-function may be a byte-compiled object, not a lambda.
18373
18374 2004-03-25 Juri Linkov <juri@jurta.org>
18375
18376 * descr-text.el (describe-property-list): Add a button
18377 for `face' property that calls `describe-face'.
18378 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18379
18380 * international/mule.el (keyboard-coding-system):
18381 * kmacro.el (kmacro-call-macro): Fix docstring.
18382
18383 * dired.el: Fix comments.
18384
18385 * textmodes/fill.el (fill): Fix Info link.
18386
18387 * font-lock.el (fast-lock, lazy-lock):
18388 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18389 Info node.
18390
18391 * eshell/eshell.el (eshell): Fix broken info-link.
18392
18393 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18394 * eshell/em-banner.el (eshell-banner):
18395 * eshell/em-smart.el (eshell-smart):
18396 * eshell/esh-cmd.el (eshell-cmd):
18397 Comment out broken info-links to incomplete Info manual.
18398
18399 * info-xref.el: Fix commentary.
18400
18401 2004-03-25 Kevin Ryde <user42@zip.com.au>
18402
18403 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18404 Remove spurious node duplicate suppression, doesn't work, not wanted.
18405 (info-xref-output): Take format style args, add "sit-for 0" to let
18406 user see the results as they progress.
18407 (info-xref-check-all-custom): New function.
18408
18409 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18410
18411 * gdb-ui.el: Moved to progmodes.
18412
18413 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18416
18417 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18418
18419 * calendar/appt.el (appt-check): Remove superfluous progn.
18420 When finished with diary buffer: if it was not being displayed
18421 before, kill it; otherwise restore its original state.
18422 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18423
18424 * calendar/calendar.el (calendar-set-mode-line): Use total
18425 available mode-line width, rather than frame-width.
18426
18427 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18428 after mode change so effect not lost.
18429
18430 2004-03-23 Dave Love <fx@gnu.org>
18431
18432 * dired.el (dired) <defgroup>: Add link to manual.
18433 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18434 (dired-revert): Use dolist.
18435 (dired-mode-map): Add U binding.
18436 (dired-mode): Add font-lock-beginning-of-syntax-function.
18437 (dired-garbage-files-regexp): Make it a defcustom.
18438
18439 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18440
18441 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18442 is equivalent to nil.
18443 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18444 (vc-arch-mode-line-string): Accept `added' state.
18445 (vc-arch-state): Use inode-sigs if available.
18446 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18447 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18448 (vc-arch-tagline-re): New var.
18449 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18450 New functions.
18451 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18452 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18453
18454 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18455 (vc-file-not-found-hook): Use it.
18456
18457 * diff-mode.el (diff-default-read-only): Change default.
18458 (diff-mode-hook): Make it a defcustom. Add some options.
18459 (diff-mode-map): Bind diff-refine-hook.
18460 (diff-yank-handler): New var.
18461 (diff-yank-function): New fun.
18462 (diff-font-lock-keywords): Use them.
18463 (diff-end-of-file): Handle case where file-header looks like diff text.
18464 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18465 (diff-file-kill): Delete a subsequent empty line, if applicable.
18466 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18467 (diff-find-file-name): Use it.
18468 (diff-tell-file-name): New command.
18469 (diff-mode): Be careful with view-mode.
18470 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18471 New functions, for use in diff-mode-hook.
18472 (diff-find-source-location): Catch "regex too large" errors.
18473 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18474 (diff-refine-hunk): New command.
18475
18476 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18477 (smerge-context-menu-map): Remove unused var.
18478 (smerge-keep-all): Preserve markers.
18479 (smerge-keep-n): New fun.
18480 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18481 (smerge-keep-current, smerge-ediff): Use it.
18482 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18483 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18484 (smerge-resolve): Resolve trivial 3-part conflicts.
18485
18486 2004-03-23 Juri Linkov <juri@jurta.org>
18487
18488 * man.el (Man-width): New var.
18489 (Man-getpage-in-background): Use it.
18490 (Man-support-local-filenames): New var and fun.
18491 (Man-build-man-command): Don't add a second %s.
18492 (Man-fontify-manpage): Clean up message.
18493 (Man-mode): Set outline-regexp, outline-level,
18494 imenu-generic-expression.
18495
18496 * woman.el (woman-fill-frame): Doc fix.
18497 (woman-decode-region): Use window-width instead of frame-width.
18498
18499 * abbrevlist.el (list-one-abbrev-table):
18500 * descr-text.el (describe-char):
18501 * international/mule-diag.el (describe-current-coding-system):
18502 * international/quail.el (quail-insert-decode-map):
18503 Use window-width instead of frame-width.
18504
18505 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18506 (jka-compr-mode-alist-additions): Add tbz.
18507 (jka-compr-write-region, jka-compr-insert-file-contents):
18508 Add message for undefined compress-program.
18509 (jka-compr-write-region): Remove redundant var bindings.
18510
18511 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18512 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18513 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18514 (dired-man): Use dired-guess-shell-command.
18515 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18516 Change default nil to t.
18517
18518 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18519 (dired-compare-directories): Add default value for empty input.
18520
18521 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18522
18523 * time.el (display-time-string-forms): Fix help-echo date format.
18524
18525 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18526
18527 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18528 (buffer-stale-function): New variable.
18529 (auto-revert-list-diff, auto-revert-dired-file-list)
18530 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18531 (auto-revert-handler): Take over some functionality of deleted
18532 functions.
18533 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18534
18535 * dired.el (dired-directory-changed-p): New fun, extracted from
18536 dired-internal-noselect.
18537 (dired-buffer-stale-p): New fun.
18538 (dired-internal-noselect): Use dired-directory-changed-p.
18539 Eliminate revert messages.
18540 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18541
18542 2004-03-23 Kenichi Handa <handa@m17n.org>
18543
18544 * international/characters.el: Setup syntaxes for more parentheses
18545 Unicode characters.
18546
18547 * international/mule-cmds.el (select-safe-coding-system):
18548 Merge coding-system and auto-cs before comparing them.
18549
18550 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18553
18554 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18555 normal-auto-fill-function and comment-indent-function.
18556 The default values now work just as well.
18557 Don't set font-lock-beginning-of-syntax-function since we already set
18558 syntax-begin-function.
18559 (lisp-outline-level): Put ;;;###autoload at same level as (.
18560 (prin1-char): Quote special chars.
18561
18562 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18563 than with-no-warnings.
18564
18565 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18566 if the source location can't be found.
18567 (edebug-compute-previous-result): Use prin1-char.
18568
18569 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18570 (debug-ignored-errors): Add an entry.
18571
18572 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18573 (byte-compile-file): Output warning when deleting a file.
18574
18575 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18576 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18577
18578 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18579 (byte-compile-inline-expand): Use backquote.
18580 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18581 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18582
18583 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18584
18585 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18586
18587 2004-03-22 Juri Linkov <juri@jurta.org>
18588
18589 * finder.el (finder-known-keywords): Fix data, tex, unix.
18590
18591 * play/landmark.el: Fix keywords.
18592
18593 * language/ethio-util.el (ethio-find-file): Doc fix.
18594
18595 * emacs-lisp/warnings.el: Doc fix.
18596
18597 * textmodes/ispell.el (ispell-help): Doc fix.
18598
18599 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18600
18601 * format.el (format-insert-file): Always return a list of two
18602 elements, like insert-file-contents does.
18603
18604 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18605
18606 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18607 and vc-BACKEND-diff.
18608 (vc-print-log): If the print-log implementation supports it, use
18609 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18610 (vc-version-diff, vc-diff-internal): Doc fixes.
18611
18612 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18613 implementation supports it, let diff output go to *vc*,
18614 not *vc-diff*, since this is an internal call.
18615
18616 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18617
18618 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18619
18620 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18621
18622 2004-03-21 Dave Love <fx@gnu.org>
18623
18624 * progmodes/cfengine.el (cfengine-mode):
18625 Set parse-sexp-ignore-comments.
18626
18627 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18628
18629 2004-03-21 Juanma Barranquero <lektu@terra.es>
18630
18631 * allout.el (allout-mode): Fix docstring.
18632
18633 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18634
18635 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18636
18637 * autorevert.el (auto-revert-interval): Make new value take
18638 effect immediately when set through Custom.
18639 (auto-revert-set-timer): Add interactive declaration.
18640
18641 2004-03-19 David Ponce <david@dponce.com>
18642
18643 * ruler-mode.el (ruler-mode-header-line-format-old):
18644 Don't `make-variable-buffer-local'.
18645 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18646 (ruler-mode-header-line-format): Simply funcall the above.
18647 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18648 to save/restore a previous header line format.
18649 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18650 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18651 fringes and margins width.
18652 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18653
18654 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * log-edit.el (log-edit-font-lock-keywords): Typo.
18657
18658 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18659 (tex-send-tex-command): Rather than here.
18660 (tex-compilation-parse-errors): Simplify.
18661
18662 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18663
18664 * time.el (display-time-string-forms): Add help-echo with date on time.
18665
18666 * composite.el (compose-region): Use restore-buffer-modified-p.
18667
18668 * disp-table.el (standard-display-8bit): Simplify.
18669
18670 * server.el (server-process-filter): Delete temp frame.
18671
18672 * add-log.el (add-change-log-entry): Simplify.
18673
18674 2004-03-19 Kim F. Storm <storm@cua.dk>
18675
18676 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18677 (hexl-follow-line): Don't require 'fringe.
18678
18679 * progmodes/compile.el (compilation-start): Always set
18680 compilation-last-buffer and return it.
18681
18682 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18683
18684 * simple.el (clone-buffer): Doc fix.
18685
18686 2004-03-18 Juanma Barranquero <lektu@terra.es>
18687
18688 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18689
18690 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * log-edit.el (log-edit-font-lock-keywords): New var.
18693 (log-edit-mode): Use it.
18694
18695 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18696
18697 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18698 properly for watching in speedbar.
18699
18700 2004-03-17 Masatake YAMATO <jet@gyve.org>
18701
18702 * smerge-mode.el (smerge-popup-context-menu):
18703 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18704
18705 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18706
18707 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18708 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18709 Take sealed revisions into account.
18710 (vc-arch-checkin): Extract a summary line from the message.
18711
18712 2004-03-16 Masatake YAMATO <jet@gyve.org>
18713
18714 * register.el (register): Provide `register' feature.
18715
18716 2004-03-15 Masatake YAMATO <jet@gyve.org>
18717
18718 Added context menu support in smerge mode.
18719 Most of the part is written by Stefan Monnier.
18720
18721 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18722 New keymap and menu.
18723 (smerge-text-properties): New function.
18724 (smerge-remove-props): New function.
18725 (smerge-popup-context-menu): New function.
18726 (smerge-resolve): Call `smerge-remove-props'.
18727 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18728 (smerge-keep-current): Ditto.
18729 (smerge-kill-current): New function.
18730 (smerge-match-conflict): Put text properties.
18731 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18732
18733 2004-03-15 David Ponce <david@dponce.com>
18734
18735 * ruler-mode.el (ruler-mode-left-fringe-cols)
18736 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18737 (ruler-mode-right-scroll-bar-cols): Remove.
18738 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18739 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18740 Use fringe-columns and scroll-bar-columns.
18741
18742 2004-03-15 Masatake YAMATO <jet@gyve.org>
18743
18744 * hl-line.el (hl-line-range-function): New variable.
18745 (hl-line-move): New function.
18746 (global-hl-line-highlight): Use `hl-line-move'.
18747 (hl-line-highlight): Ditto.
18748
18749 * scroll-bar.el (scroll-bar-columns):
18750 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18751
18752 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18753 (ruler-mode-left-fringe-cols)
18754 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18755 (ruler-mode-right-scroll-bar-cols)
18756 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18757 (ruler-mode-ruler-function): New variable.
18758 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18759 if the value for `ruler-mode-ruler-function' is given.
18760
18761 * hexl.el (hexl-mode-hook): Make the hook customizable.
18762 (hexl-address-area, hexl-ascii-area): New customize variables.
18763 (hexlify-buffer): Put font-lock-faces on the address area and
18764 the ascii area.
18765 (hexl-activate-ruler): New function.
18766 (hexl-follow-line): New function.
18767 (hexl-highlight-line-range): New function.
18768 (hexl-mode-ruler): New function.
18769
18770 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18771
18772 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18773 (vc-default-find-file-hook): New fun.
18774 (vc-find-file-hook): Call new find-file-hook operation.
18775
18776 * vc-arch.el: New file.
18777
18778 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18779
18780 * info-look.el (info-lookup): Reuse an existing Info window.
18781
18782 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18783
18784 * woman.el (woman-preserve-ascii): Default value changed to t and
18785 doc string revised.
18786
18787 2004-03-12 Richard M. Stallman <rms@gnu.org>
18788
18789 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18790 Fix minor bug.
18791
18792 * replace.el (occur-engine): Change message for count of matches.
18793
18794 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18795 For strings, do compare text properties.
18796
18797 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18798
18799 * progmodes/compile.el (compile-auto-highlight)
18800 (compilation-error-list, compilation-old-error-list)
18801 (compilation-parse-errors-function, compilation-parsing-end)
18802 (compilation-error-message, compilation-directory-stack)
18803 (compilation-enter-directory-regexp-alist)
18804 (compilation-leave-directory-regexp-alist)
18805 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18806 (compilation-current-file, compilation-regexps): Remove vars.
18807
18808 (compile-error-at-point, compilation-error-filedata)
18809 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18810 (compilation-next-error-locus, compilation-forget-errors)
18811 (count-regexp-groupings, compilation-parse-errors)
18812 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18813
18814 (compile-internal): Make obsolete.
18815
18816 (compilation-first-column, compilation-error)
18817 (compilation-directory-matcher, compilation-page-delimiter)
18818 (compilation-mode-font-lock-keywords, compilation-debug)
18819 (compilation-error-face, compilation-warning-face)
18820 (compilation-info-face, compilation-line-face)
18821 (compilation-column-face, compilation-enter-directory-face)
18822 (compilation-leave-directory-face, compilation-skip-threshold)
18823 (compilation-skip-visited, compilation-context-lines): New vars.
18824
18825 (compilation-warning-face, compilation-info-face)
18826 (compilation-message-face): New faces.
18827
18828 (compilation-error-regexp-alist-alist): New constant.
18829
18830 (compilation-face, compilation-directory-properties)
18831 (compilation-assq, compilation-error-properties, compilation-start)
18832 (define-compilation-mode, compilation-loop)
18833 (compilation-set-window): New functions.
18834
18835 (compile): Additional argument for interactive compiles like TeX.
18836
18837 * progmodes/grep.el (kill-grep): Move here from compile.el
18838 (grep-error, grep-hit-face, grep-error-face)
18839 (grep-mode-font-lock-keywords): New variables.
18840 (grep-regexp-alist): Simplify regexp and add `binary' case.
18841 (grep-mode): New mode.
18842 (grep-process-setup): Simplify.
18843
18844 2004-03-11 Jason Rumney <jasonr@gnu.org>
18845
18846 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18847 letters on DOS/Windows.
18848
18849 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * server.el (server-name): New var.
18852 (server-socket-dir): New var to replace server-socket-name.
18853 (server-start): Use them.
18854
18855 2004-03-11 Simon Josefsson <jas@extundo.com>
18856
18857 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18858 died to avoid infloop. Reported by Jonathan Glauner
18859 <jglauner@sbum.org>.
18860
18861 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18864 (smerge-mode-menu): Use it to deactivate menu entries.
18865 (smerge-keep-current): New fun.
18866 (smerge-keep-current): Use it.
18867
18868 2004-03-10 John Paul Wallington <jpw@gnu.org>
18869
18870 * foldout.el (foldout-fold-list, foldout-modeline-string):
18871 Declare them as variables, not constants.
18872
18873 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18874
18875 * ps-print.el: Modification to print *Messages* buffer.
18876 (ps-print-version): New version 6.6.4.
18877 (ps-message-log-max): New fun.
18878 (ps-spool-without-faces, ps-spool-with-faces)
18879 (ps-count-lines-preprint): Code fix.
18880
18881 * printing.el: New tips in Tips section.
18882
18883 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18884
18885 * delim-col.el: Doc fix.
18886
18887 * printing.el: Doc fix. New doc section (Tips).
18888
18889 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * type-break.el (type-break-emacs-variant): Remove.
18892 (type-break-run-at-time, type-break-cancel-function-timers):
18893 Use fboundp rather than version name and number.
18894
18895 2004-03-09 Masatake YAMATO <jet@gyve.org>
18896
18897 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18898 `make-variable-buffer-local'.
18899
18900 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18901
18902 * find-dired.el (find-dired): Call `shell-command' instead of
18903 `start-process-shell-command'. By this, Tramp takes over
18904 handling of remote directories.
18905
18906 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18907
18908 * newcomment.el (comment-use-global-state): New var.
18909 (comment-search-forward): Use it.
18910
18911 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18912
18913 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18914
18915 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18916 (enable-kinsoku): Make it a defcustom.
18917 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18918 paragraph to same-comment-start-marker.
18919
18920 2004-03-07 Dave Love <fx@gnu.org>
18921
18922 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18923 (browse-url-mail): Use it.
18924
18925 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18926 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18927
18928 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18929
18930 * woman.el (woman-man.conf-path): Doc fix.
18931 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18932
18933 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18934
18935 * sort.el (sort-columns): Remove ms-dos from the list of systems
18936 where the external `sort' command is not used.
18937
18938 2004-03-07 Kim F. Storm <storm@cua.dk>
18939
18940 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18941 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18942 from overlay-arrow-variable-list.
18943 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18944
18945 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18946
18947 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18948 overlay arrow string properly for the assembler buffer.
18949
18950 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * mail/sendmail.el (mail-mode): Fix last change.
18953
18954 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18955
18956 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18957 for the assembler buffer.
18958 (gdb-assembler-custom): Position the overlay arrow.
18959 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18960
18961 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18962
18963 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18964
18965 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18966 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18967
18968 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18969
18970 * newcomment.el (uncomment-region): Allow non-terminated comment.
18971 (comment-normalize-vars): Check the user-specified comstart marker.
18972
18973 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18974
18975 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18976 Otherwise, do use it if the region only contains font-lock text
18977 properties.
18978
18979 2004-03-04 Masatake YAMATO <jet@gyve.org>
18980
18981 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18982 as the callback function for eldoc.
18983 (hexl-print-current-point-info): New function.
18984 (hexl-current-address): Print the address in both decimal
18985 and hexadecimal format.
18986
18987 2004-03-04 Richard M. Stallman <rms@gnu.org>
18988
18989 * mail/rmail.el (rmail-convert-to-babyl-format):
18990 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18991
18992 * mail/mail-utils.el (mail-unquote-printable-region):
18993 New arg UNIBYTE.
18994
18995 * startup.el (command-switch-alist): Doc fix.
18996
18997 * simple.el (undo): Temporarily set this-command to `undo-start',
18998 then set it to `undo' once undo-start returns without error.
18999
19000 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19001
19002 * simple.el (kill-line): Don't disregard trailing whitespace
19003 in eol condition, if show-trailing-whitespace is set.
19004
19005 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19006 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19007 When disabling, restore old values only if mouse-sel-has-been-enabled.
19008
19009 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19010 (isearch-{-char): New function.
19011 (isearch-mode-map): Bind { to isearch-{-char.
19012
19013 * font-lock.el (lisp-font-lock-keywords-2):
19014 Turn off the CL with-... and do-... general patterns.
19015 Instead, recognize several specific with... and do... constructs.
19016
19017 * files.el (switch-to-buffer-other-window):
19018 Bind same-window-buffer-names and same-window-regexps to nil.
19019 (switch-to-buffer-other-frame): Likewise.
19020
19021 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19024 recognizing leading comment on code line.
19025
19026 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19027
19028 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19029 hidden files/directories.
19030
19031 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19034 only comment-start (in case the mode hasn't set it).
19035
19036 * Makefile.in (AUTOGENEL): New var.
19037 (bootstrap-prepare): Rename from bootstrap-clean.
19038 Don't remove elc files.
19039 (maintainer-clean): New target.
19040
19041 * xml.el (xml-get-attribute-or-nil): Simplify.
19042
19043 2004-03-02 Juri Linkov <juri@jurta.org>
19044
19045 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19046 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19047 URL to prevent their substitution with the environment variable
19048 values by browsers.
19049
19050 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19051
19052 * ps-print.el: Doc fix.
19053 (ps-print-version): New version number (6.6.3).
19054 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19055 Docstring fix.
19056 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19057 before printing.
19058 (ps-time-stamp-yyyy-mm-dd): New fun.
19059 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19060
19061 2004-03-02 Kim F. Storm <storm@cua.dk>
19062
19063 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19064
19065 2004-03-01 Juanma Barranquero <lektu@terra.es>
19066
19067 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19068
19069 * desktop.el (desktop-file-version)
19070 (desktop-after-read-hook): Fix typos.
19071 (desktop-clear-preserve-buffers): Remove redundant info in
19072 docstring already shown by the obsolescence message.
19073 (desktop-truncate, desktop-internal-v2s)
19074 (desktop-value-to-string): Change argument name to match docstring.
19075
19076 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19077
19078 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19079 docstring.
19080
19081 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19082
19083 * printing.el: Replace "As Is..." in PostScript file print/preview by
19084 "No Preprocessing...". Suggested by Colin Marquardt
19085 <_marquardt_@zmd.de>.
19086 (pr-insert-section-4): Adjust buffer interface.
19087
19088 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19089
19090 Version 2.0.39 of Tramp released.
19091
19092 * net/tramp.el (tramp-handle-file-local-copy)
19093 (tramp-handle-write-region, tramp-open-connection-rsh):
19094 Variable name typo. Small change. From Patrick Tullmann
19095 <tullmann@flux.utah.edu>.
19096 (tramp-process-connection-type): New variable.
19097 (tramp-maybe-open-connection): Use it.
19098 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19099 (tramp-touch): Set last-modified time of a remote file.
19100 (tramp-handle-write-region): Say which function is used when encoding.
19101
19102 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19103
19104 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19105 case of non-existing filename, too. Reported by Christoph Bauer
19106 <c_bauer@informatik.uni-kl.de>.
19107 (tramp-smb-get-file-entries): The directory in question should
19108 have permissions "drwxrwxrwx". Just virtual, because we don't
19109 know the real permissions. Don't we know?
19110 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19111 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19112 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19113 output. If it was received chunkwise, there have been problems.
19114 Remove the "prompt not found" error message; it is obvious.
19115 Simplify algorithm.
19116 (tramp-smb-process-running): Remove. Since we acknowledge the
19117 virtual prompt for shares, there's no need for distinction of
19118 reading shares (process ends afterwards) and interactive mode of
19119 smblient.
19120 (tramp-smb-open-connection): Setting process sentinel removed.
19121 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19122 "NT_STATUS_NETWORK_ACCESS_DENIED".
19123 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19124 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19125 (top-level): Setting default value in `tramp-default-method-alist'
19126 corrected. Order of USER and HOST have been wrong.
19127 Nobody complained for months ...
19128 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19129 (tramp-smb-open-connection): Clear password cache if login has failed.
19130
19131 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19132 `tramp-unified-filenames'.
19133 (tramp-completion-mode): Make test for XEmacs explicitly.
19134 `event-to-character' can exists in Emacs packages too.
19135 Reported by Matt Swift <swift@alum.mit.edu>.
19136 (tramp-buffer-name): Buffer name must contain the user if exists.
19137 Reported by Adrian Phillips <a.phillips@met.no>.
19138 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19139 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19140 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19141 `tramp-do-copy-or-rename-file-one-local', because it handles also
19142 the case both files use the same out-of-band method.
19143 Implementation added.
19144 (tramp-handle-file-local-copy, tramp-handle-write-region):
19145 Out-of-band handling removed. `copy-file' called instead, which
19146 calls `tramp-do-copy-or-rename-file-out-of-band'.
19147 (tramp-action-password): Check for out-of-band method removed.
19148 This function is used for 'login-program.
19149 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19150 appropriate.
19151 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19152 and `tramp-parse-sknownhosts'.
19153 (tramp-completion-function-alist): It's a defvar now, because we
19154 want to apply the optimized `tramp-set-completion-function'
19155 instead of a static list.
19156 (tramp-set-completion-function): Implementation tuned.
19157 Avoid double entries, and entries where the function or the
19158 file/directory doesn't exist.
19159 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19160 for SSH2.
19161 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19162 (tramp-handle-dired-compress-file): New function.
19163 (tramp-async-proc): New variable.
19164 (tramp-handle-shell-command): Adding asynchronous processes.
19165 They are far from being perfect, but it works at least for
19166 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19167 (top-level): Require password.el if visible. Should be mandatory
19168 once No Gnus has found its way into (X)Emacs.
19169 (tramp-read-passwd): Invoke `password-read' if available,
19170 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19171 fallback any longer.
19172 (tramp-clear-passwd): New function.
19173 (tramp-process-actions, tramp-process-multi-actions):
19174 Clear password cache if login has failed.
19175
19176 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19177 its own module.
19178 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19179 `ange-ftp-ftp-name-res'. There could be incorrect values from
19180 previous calls in case the "ftp" method is used in the Tramp file
19181 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19182
19183 2004-02-28 Richard M. Stallman <rms@gnu.org>
19184
19185 * term.el (term-mouse-paste): Call mouse-set-point.
19186
19187 * thumbs.el: New file.
19188
19189 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19190
19191 * progmodes/ebnf-abn.el: Doc fix.
19192
19193 * progmodes/ebnf-bnf.el: Doc fix.
19194 (ebnf-repeat): Code fix.
19195
19196 * progmodes/ebnf2ps.el: Doc fix.
19197 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19198
19199 2004-02-28 Juri Linkov <juri@jurta.org>
19200
19201 * ffap.el (dired-at-point): Additional writability test for
19202 relative directory names.
19203 (dired-at-point-prompter): Treat directories as a directory, get
19204 the directory component from files.
19205 (ffap-string-at-point): Return string from region if region is active.
19206 (ffap-file-at-point): Remove redundant code.
19207
19208 2004-02-28 Kim F. Storm <storm@cua.dk>
19209
19210 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19211 Initialize margin area images to nil.
19212 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19213 (breakpoint-enabled-bitmap-face)
19214 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19215 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19216 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19217 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19218 (gdb-reset): Use gdb-remove-breakpoint-icons.
19219 (gdb-put-string): Add dprop arg to specify alternative display
19220 property (for setting fringe bitmap).
19221 (gdb-remove-strings): Doc fix.
19222 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19223 icon in fringe (if available), or else as icon or text in display
19224 margin. Creates necessary icons in breakpoint-bitmap,
19225 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19226 Also make left window margin if required.
19227 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19228 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19229 no longer needed.
19230 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19231 gdb-put-breakpoint-icon.
19232 (gdb-assembler-mode): Don't set left-margin-width here.
19233
19234 2004-02-27 Kevin Ryde <user42@zip.com.au>
19235
19236 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19237 comma, so that it DTRT in macros.
19238
19239 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19240
19241 * progmodes/sh-script.el (sh-shell-arg)
19242 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19243 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19244
19245 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19246
19247 * faces.el (face-spec-set-match-display): Add a new attribute,
19248 `min-colors'.
19249 (region, highlight, secondary-selection): Use `min-colors'.
19250
19251 * custom.el (defface): Add documentation for `min-colors'.
19252
19253 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19254 (font-lock-keyword-face, font-lock-function-name-face)
19255 (font-lock-variable-name-face, font-lock-constant-face):
19256 Use `min-colors'.
19257
19258 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19259
19260 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19261
19262 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19263 define assq-delete-all if it's not defined.
19264 (ebnf-generate-region): Code fix.
19265
19266 * printing.el: Doc fix.
19267 (pr-version): New version number (6.7.2).
19268 (pr-command): Return empty string if command is an empty string.
19269
19270 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19271
19272 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19273
19274 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19275 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19276 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19277 "tt" ["test"] ). Reported by Markus Dreyer
19278 <mdreyer@ix.urz.uni-heidelberg.de>.
19279 (ebnf-version): New version number (4.0).
19280 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19281 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19282 (ebnf-delete-style): New commands.
19283 (ebnf-directory, ebnf-file): New funs.
19284 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19285 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19286 (ebnf-syntax-alist): New var.
19287 (ebnf-element-width): New fun replacing ebnf-list-width.
19288 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19289 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19290 (ebnf-prologue): Adjust vars.
19291 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19292 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19293 (ebnf-check-style-values, ebnf-generate-production)
19294 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19295 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19296 (ebnf-token-repeat): Code fix.
19297
19298 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19299 %right, %left and %prec. Suggested by Matthew K. Junker
19300 <junker@alum.mit.edu>.
19301 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19302
19303 * progmodes/ebnf-iso.el: Doc fix.
19304 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19305 (ebnf-iso-lex): Code fix.
19306
19307 * progmodes/ebnf-bnf.el: Doc fix.
19308 (ebnf-bnf-lex): Code fix.
19309
19310 * progmodes/ebnf-otz.el: Doc fix.
19311
19312 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19313
19314 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19315 (abbrev-prefix-mark): Doc fix.
19316
19317 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19318
19319 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19320 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19321 (gdb-var-delete): Make interactive (really).
19322 (gdb-edit-value): Make non-interactive.
19323
19324 * progmodes/gud.el (gud-speedbar-menu-items):
19325 Add gdb-var-delete and, indirectly, gdb-edit-value.
19326 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19327 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19328 (gud-gdb-marker-filter): Add comment for annotations.
19329
19330 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19331
19332 * calendar/calendar.el (generate-calendar)
19333 (calendar-read-date): Prevent display of BC calendars once more -
19334 reverts 2003-10-01 change.
19335 (generate-calendar-month): Doc fix.
19336
19337 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19338
19339 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19340 return value of increment-calendar-month.
19341
19342 2004-02-21 Stephen Compall <s11@member.fsf.org>
19343
19344 * saveplace.el (save-place-forget-unreadable-files)
19345 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19346 (save-place-forget-unreadable-files): New function.
19347 (save-place-alist-to-file): Use it to filter out files that are
19348 no longer readable.
19349
19350 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19351 current Texinfo environment, using the same method as in
19352 `texinfo-insert-@end', and insert a space rather than a newline if
19353 point in a @table environment.
19354
19355 2004-02-21 Juri Linkov <juri@jurta.org>
19356
19357 * ffap.el (ffap-file-at-point): Try parent directories.
19358
19359 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19360
19361 * vcursor.el (vcursor-modifiers): New defcustom.
19362 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19363 hard-coded list.
19364
19365 2004-02-21 Masatake YAMATO <jet@gyve.org>
19366
19367 * play/animate.el (animate-birthday-present): Accept names other
19368 than `Sarah', too.
19369
19370 2004-02-21 Juri Linkov <juri@jurta.org>
19371
19372 * startup.el: Remove table of command line arguments from the
19373 Commentary section.
19374
19375 2004-02-20 John Wiegley <johnw@newartisans.com>
19376
19377 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19378 again" modifier from 'e' to 'E', since 'e' is also used by the
19379 "file extension" modifier.
19380
19381 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19382
19383 * help-fns.el (describe-categories): Doc fix.
19384
19385 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19386
19387 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19388 temporary file for buffer already visiting one. This change makes
19389 output likely to be directly usable by patch program.
19390 Suggested by Adrian Aichner <adrian@xemacs.org>
19391
19392 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19393
19394 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19395 case of variables defined in compound statements.
19396 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19397 Simplify constructions using switch-to-buffer.
19398
19399 2004-02-19 Simon Josefsson <jas@extundo.com>
19400
19401 * play/morse.el: Fix typo.
19402 (morse-code): Add @.
19403
19404 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19405
19406 * calendar/appt.el (appt-display-format): Change default to
19407 'ignore, for backwards compatibility.
19408 (appt-display-message): If appt-display-format is 'ignore,
19409 respect old vars appt-msg-window and appt-visible.
19410 (appt-activate): Don't depend on return value of cancel-timer.
19411
19412 * calendar/calendar.el (calendar-holidays): Doc fix.
19413
19414 * calendar/cal-coptic.el (coptic-prompt-for-date):
19415 Use assoc-string instead of assoc-ignore-case.
19416 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19417 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19418 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19419 * calendar/cal-islam.el (calendar-goto-islamic-date)
19420 (mark-islamic-diary-entries): Ditto.
19421 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19422 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19423 (calendar-read-mayan-tzolkin-date): Ditto.
19424 * calendar/calendar.el (calendar-read-date): Ditto.
19425 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19426
19427 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19428
19429 * progmodes/executable.el (executable-command-find-posix-p):
19430 Fix choice of the directory.
19431
19432 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19433
19434 * simple.el (interprogram-cut-function)
19435 (interprogram-paste-function, kill-new, kill-append):
19436 Doc fixes.
19437 (kill-region): Make it return nil. Doc fix.
19438 (yank-pop): Make its argument optional.
19439 (yank): Make ARG `-' equivalent to `-1'.
19440
19441 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19442
19443 * mail/rmail.el (rmail-get-new-mail): Don't reference
19444 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19445
19446 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19447
19448 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19449 if one of global-auto-revert-non-file-buffers or autorevert-mode
19450 is non-nil.
19451
19452 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19453
19454 * subr.el (delete-dups): A better implementation from Karl Heuer
19455 <kwzh@gnu.org>.
19456
19457 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19458
19459 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19460 correct place.
19461 * progmodes/icon.el (icon-indent-command): Ditto.
19462 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19463
19464 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19465
19466 * progmodes/grep.el (grep-compute-defaults): Undo change from
19467 2004-01-29: don't use executable-command-find-posix-p.
19468
19469 2004-02-16 Richard Sharman <rsharman@pobox.com>
19470
19471 * hilit-chg.el: Use require instead of eval-and-compile.
19472 (highlight-compare-buffers): New function.
19473
19474 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19475
19476 * man.el (Man-fontify-manpage): Render section headings in
19477 `Man-overstrike-face' even when overstrike was not used by man
19478 formatter for section headings.
19479
19480 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19481
19482 * rmail-spam-filter.el (vm-use-spam-filter)
19483 (rsf-min-region-length-added-to-spam-list): New variables.
19484 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19485 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19486 spam testing. Don't delete spam message if automatic deletion
19487 after output via variable rmail-delete-after-output is turned on.
19488 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19489 rsf-bbdb-dont-create-entries-for-spam.
19490 (check-field): New function, extracted from code in
19491 rmail-spam-filter to ease addition of header fields like content-type.
19492 (message-content-type): New variable to check the content-type:
19493 field added, also in defcustom of rsf-definitions-alist.
19494 (rmail-spam-filter): Replace repeated test code for header fields
19495 by calls to check-field; change the call to
19496 rmail-output-to-rmail-file such that rmail-current-message stays
19497 the same to avoid wrong deletion of unseen flags.
19498 (rsf-add-contents-type): New function to convert old format
19499 of rmail-spam-definitions-alist into new one.
19500 Change prefixes of all variables and functions from
19501 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19502
19503 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19504
19505 * loadhist.el (unload-hook-features-list): New defvar.
19506
19507 2004-02-16 Dave Love <fx@gnu.org>
19508
19509 * loadhist.el (unload-feature): Doc fix. Rename flist to
19510 unload-hook-features-list.
19511
19512 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19513
19514 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19515 cookie. Don't check if we are looking-at open-formula.
19516
19517 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19518
19519 * subr.el (match-string-no-properties): Use substring-no-properties.
19520
19521 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19522
19523 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19524 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19525 Use lower-case "rx" in all error message.
19526
19527 2004-02-16 Dave Love <fx@gnu.org>
19528
19529 * emacs-lisp/rx.el (rx-or): Put group around result.
19530 (rx-constituents): Add backref.
19531 (rx-syntax): Add string-delimiter, comment-delimiter.
19532 (rx-categories): Add combining-diacritic.
19533 (rx-check-not, rx-greedy, rx): Doc fix.
19534 (rx-backref, rx-check-backref): New.
19535
19536 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19537
19538 * newcomment.el (uncomment-region): Allow eob as comment end.
19539
19540 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19541
19542 * filecache.el: All message and error commands now use prefix
19543 "Filecache:" to make it easy to read *Messages* buffer.
19544
19545 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19546
19547 * autorevert.el: Add support to detect changed dired and VC buffers.
19548 (auto-revert-active-p, auto-revert-list-diff)
19549 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19550 (auto-revert-handler, auto-revert-active-p): New functions.
19551 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19552 and `auto-revert-active-p'.
19553 (eval-when-compile): Defvar dired-directory and vc-mode.
19554 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19555 (auto-revert-handler-vc): New functions.
19556
19557 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19558
19559 * progmodes/compile.el (compilation-directory): New defvar.
19560 (compile): Save current directory in compilation-directory.
19561 (recompile): Bind default-directory to compilation-directory if
19562 that is non-nil.
19563
19564 2004-02-16 Dave Love <fx@gnu.org>
19565
19566 * newcomment.el (comment-insert-comment-function)
19567 (comment-region-function, uncomment-region-function): New.
19568 (comment-indent): Use comment-insert-comment-function.
19569 (uncomment-region): Use uncomment-region-function.
19570 (comment-region): Use comment-region-function.
19571
19572 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19573
19574 2004-02-16 Richard Stallman <rms@gnu.org>
19575
19576 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19577 loaddefs* and ldefs-boot*.
19578
19579 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19580
19581 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19582 and email address at the beginning and end of the address.
19583
19584 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19585 anchored at the beginning of the email address.
19586
19587 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19588
19589 * international/ccl.el (ccl-compile-write): Pass `left' to
19590 ccl-embed-code to generate correct code of write-expr-register.
19591
19592 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19593
19594 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19595
19596 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19597
19598 * x-dnd.el: Mention support for Motif in commentary.
19599 (x-dnd-handle-drag-n-drop-event): Ditto.
19600
19601 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19602
19603 * ses.el: Use "ses--" prefixes for buffer-local variables.
19604 Use (point-min) instead of 1, even when we know the buffer
19605 is unnarrowed.
19606 (ses-build-load-map): Delete. Distribute its content to defconsts for
19607 the three maps.
19608 (ses-menu, ses-header-line-menu): New menus.
19609 (ses-mode-map): Use them.
19610 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19611
19612 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19613
19614 * Makefile.in: Fix the CC Mode recompile kludge so it works
19615 when building in a different directory.
19616
19617 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19618
19619 * simple.el (kill-new): Put yank-handler property on the entire string.
19620
19621 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19622
19623 * diff.el: Don't use compile any more, use diff-mode instead.
19624 (diff-regexp-alist, diff-old-file, diff-new-file)
19625 (diff-parse-differences, diff-process-setup): Remove.
19626 (diff-sentinel): New fun.
19627 (diff): Use it. Run the process ourselves.
19628 Use diff-mode for the rest of the processing.
19629
19630 * diff.el (diff): Simplify code handling `switch'.
19631
19632 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19633
19634 * pcvs-defs.el (cvs-menu): Add `tag'.
19635
19636 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19637
19638 * simple.el (kill-append): Doc fix.
19639
19640 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19641 Adapt outline-regexp to the new conventions for commenting out code.
19642
19643 2004-02-11 John Paul Wallington <jpw@gnu.org>
19644
19645 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19646
19647 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * diff.el (diff-switches): New fun.
19650 (diff, diff-backup): Use it.
19651 (diff): Clean up the args construction. Use backquote.
19652 Use listp instead of consp to avoid putting a nil arg.
19653 (diff): Add a revert-buffer function.
19654
19655 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19656
19657 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19658 handled by x-dnd-handle-file-name.
19659 (x-dnd-known-types): Add COMPOUND_TEXT.
19660 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19661 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19662 x-dnd-empty-state.
19663 (x-dnd-forget-drop): Ditto.
19664 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19665 (x-dnd-handle-one-url): Return private when inserting text.
19666 (x-dnd-insert-ctext): New function.
19667 (x-dnd-handle-file-name): New function for FILE_NAME.
19668 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19669 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19670 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19671
19672 2004-02-10 Kenichi Handa <handa@m17n.org>
19673
19674 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19675 instead of while loop.
19676
19677 2004-02-10 Miles Bader <miles@gnu.org>
19678
19679 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19680
19681 2004-02-09 Kenichi Handa <handa@m17n.org>
19682
19683 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19684 have end-of-line.
19685
19686 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19687
19688 * Makefile.in: Added extra dependencies in the recompile target
19689 needed to cope with the compile time macro expansions in CC Mode.
19690
19691 2004-02-09 Kim F. Storm <storm@cua.dk>
19692
19693 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19694 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19695 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19696 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19697 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19698 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19699 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19700 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19701 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19702 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19703 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19704
19705 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19708 Don't allow shrink if there's a window on our right.
19709
19710 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19711 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19712 Bring together declaration and initialization.
19713 (prolog-mode-variables): Don't set the syntax table.
19714 Don't set paragraph-start and comment-indent-function.
19715 Add /*..*/ to the comment regexps.
19716 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19717 (prolog-mode-map): Don't bind TAB.
19718 (prolog-mode): Set the syntax table.
19719 (prolog-comment-indent): Remove.
19720 (inferior-prolog-mode-map): Initialize in the declaration.
19721 (inferior-prolog-mode-syntax-table)
19722 (inferior-prolog-mode-abbrev-table): New vars.
19723 (inferior-prolog-mode): Derive from comint-mode.
19724 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19725 minibuffer windows.
19726
19727 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19728 in file names, as long as it is unambiguous.
19729
19730 2004-02-08 Andreas Schwab <schwab@suse.de>
19731
19732 * textmodes/reftex-toc.el
19733 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19734 format. Doc fix.
19735
19736 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19737 format string arguments.
19738
19739 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19740 string argument.
19741
19742 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19743
19744 * play/zone.el (zone-call): Fix format string.
19745
19746 * net/webjump.el (webjump-builtin): Add missing format string argument.
19747
19748 * midnight.el (midnight-delay-set): Remove extra format string argument.
19749
19750 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19751
19752 * hexl.el (hexl-insert-char): Add missing format string argument.
19753
19754 * format.el (format-decode): Fix format string.
19755
19756 * emulation/vi.el (vi-mode): Remove extra format string argument.
19757 (vi-repeat-last-search): Likewise.
19758 (vi-reverse-last-search): Likewise.
19759 (vi-goto-mark): Likewise.
19760 (vi-reverse-last-find-char): Likewise.
19761 (vi-repeat-last-find-char): Likewise.
19762 (vi-locate-def): Likewise.
19763
19764 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19765
19766 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19767 string argument.
19768 (ediff-toggle-regexp-match): Likewise.
19769
19770 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19771 format string argument.
19772
19773 * calc/calc-map.el (calc-get-operator): Remove extra format
19774 string argument.
19775
19776 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19777
19778 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19779 string argument.
19780
19781 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19782
19783 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19784
19785 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19786
19787 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19788 (cl-struct-setf-expander): Likewise.
19789
19790 * vc.el (with-vc-file): Fix unsafe uses of error.
19791 (vc-cancel-version): Likewise.
19792
19793 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19794
19795 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19796 thousands separator; fixes <class>:<line-number> regexp for
19797 non-english locales.
19798
19799 2004-02-08 Andreas Schwab <schwab@suse.de>
19800
19801 * view.el (view-mode-enable): Revert previous change.
19802
19803 2004-02-07 Kim F. Storm <storm@cua.dk>
19804
19805 * simple.el (line-number-at-pos): Rename from line-at-pos.
19806 Uses changed (what-line and vc-annotate-warp-version).
19807
19808 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19811 (diff-mode): Remove aborted attempt at support for compile.el.
19812 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19813
19814 2004-02-06 Andreas Schwab <schwab@suse.de>
19815
19816 * view.el (view-mode-enable): Add view-mode-map to
19817 minor-mode-overriding-map-alist.
19818
19819 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19820
19821 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19822
19823 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19824
19825 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19826 with point inside rather than after the paragraph.
19827
19828 2004-02-04 Sam Steingold <sds@gnu.org>
19829
19830 * mail/smtpmail.el (smtpmail-try-auth-methods):
19831 Do not try authentication when no mechanism is available.
19832 Pass port-name as defaultport to `netrc-machine'.
19833
19834 2004-02-04 Stephen Eglen <stephen@gnu.org>
19835
19836 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19837 to show how minibuffer height can be constrained.
19838
19839 2004-02-04 John Paul Wallington <jpw@gnu.org>
19840
19841 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19842
19843 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19844
19845 * x-dnd.el: New file for drag and drop.
19846
19847 * term/x-win.el: require x-dnd, set after-make-frame-functions
19848 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19849 drag-n-drop event.
19850
19851 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19852 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19853 (dired-dnd-handle-file): New functions for drag and drop support.
19854 (dired-mode): Initialize drag and drop if x-dnd present.
19855
19856 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19859 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19860 (cperl-mode): Set fill-paragraph-function.
19861 (cperl-fill-paragraph): Make it non-interactive.
19862
19863 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19864
19865 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19866
19867 2004-02-02 David Kastrup <dak@gnu.org>
19868
19869 * replace.el (perform-replace): Allow 'literal argument in
19870 regexp-flag to indicate literal replacement.
19871 (query-replace-regexp-eval): Use it.
19872
19873 2004-02-01 Andreas Schwab <schwab@suse.de>
19874
19875 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19876
19877 2004-02-01 Stephen Eglen <stephen@gnu.org>
19878
19879 * info-look.el: Add support for maxima-mode. Update commentary
19880 because info-lookup-symbol is now bound to C-h S.
19881
19882 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19883
19884 * simple.el (edit-and-eval-command): Bind print-level and
19885 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19886 Correct initial position in command-history.
19887
19888 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19889
19890 * files.el (read-directory-name): Adapt the docstring to recent
19891 change in Fread_file_name.
19892
19893 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19894
19895 * ses.el (ses-print-cell): If print format too wide for column
19896 width, truncate decimal places if that helps to avoid "#####" fill.
19897 * ses.el (ses-initial-column-width): Revert previous change.
19898
19899 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19900
19901 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19902 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19903 Add edebug info.
19904 (jit-lock-mode): Setup/cancel the new timer.
19905 (jit-lock-context-fontify): New fun. Extracted from
19906 context fontification code of jit-lock-stealth-fontify.
19907 (jit-lock-stealth-fontify): Don't do context fontification any more.
19908
19909 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19910 (jit-lock-fontify-now): Handle the `quit' case.
19911 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19912
19913 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19914
19915 * progmodes/executable.el (executable-command-find-posix-p):
19916 New. Check if find handles arguments Posix-style.
19917
19918 * progmodes/grep.el (grep-compute-defaults):
19919 Use executable-command-find-posix-p.
19920 (grep-find): Check `grep-find-command'.
19921
19922 * filecache.el (file-cache-find-posix-p): Delete.
19923 (file-cache-add-directory-using-find):
19924 Use `executable-command-find-posix-p'.
19925
19926 2004-01-29 Dave Love <fx@gnu.org>
19927
19928 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19929 Iterate the hook function if arg is given.
19930 (mark-defun, narrow-to-defun): Change order of finding the limits.
19931
19932 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19933 (byte-compile-format-warn): New.
19934 (byte-compile-callargs-warn): Use it.
19935 (Format, message, error): Add byte-compile-format-like property.
19936 (byte-compile-maybe-guarded): New.
19937 (byte-compile-if, byte-compile-cond): Use it.
19938 (byte-compile-lambda): Compile interactive forms,
19939 just to make warnings about them.
19940
19941 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19942
19943 * ses.el (ses-initial-column-width): Increase to 14, so it will
19944 work well with the default printer of "%.7g" for extreme values
19945 like "-1.234567e+07".
19946
19947 2004-01-29 Kenichi Handa <handa@m17n.org>
19948
19949 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19950
19951 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19952
19953 * dos-w32.el: Added support for the `default-printer-name' function.
19954
19955 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19956
19957 * server.el (server-socket-name): Don't use the hostname in the
19958 socket name since /tmp is local to the host anyway.
19959
19960 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19961 robust check of widening and fix var-naming.
19962
19963 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19964
19965 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19966 or rmail-spam- to rsf- in all function and variable names.
19967 (rsf-min-region-to-spam-list): New variable.
19968 (rsf-bbdb-auto-delete-spam-entries): Rename from
19969 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19970 scanned together with the recipients field for spam testing; Don't
19971 delete spam message if rmail-delete-after-output is non-nil;
19972 (rsf-check-field): New function, extracted from code in
19973 rmail-spam-filter to ease addition of header fields like
19974 content-type:;
19975 (message-content-type): New variable. The content-type: field was
19976 added also in defcustom of rsf-definitions-alist;
19977 (rmail-spam-filter): Replace repeated test code for header fields
19978 by calls to check-field; change the call to
19979 rmail-output-to-rmail-file such that rmail-current-message stays
19980 the same to avoid wrong deletion of unseen flags.
19981 (rmail-use-spam-filter): Add autoload cookie.
19982
19983 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19984
19985 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19986 (file-cache-add-directory-using-find): Add Cygwin support.
19987 (file-cache-find-command-posix-flag): New user variable.
19988
19989 * filecache.el (file-cache-add-directory): Check for
19990 directories an remove them from dir-files.
19991
19992 2004-01-27 Richard M. Stallman <rms@gnu.org>
19993
19994 * man.el (Man-fontify-manpage): Clean up message.
19995
19996 2004-01-27 Kenichi Handa <handa@m17n.org>
19997
19998 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19999 (sentence-end): Define using sentence-end-without-space.
20000
20001 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20002 a sentence ends with one of a character in sentence-end-without-space.
20003
20004 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20007 (jit-lock): Group declaration moved to jit-lock.el.
20008 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20009 when necessary.
20010
20011 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20012 (jit-lock-context-unfontify-pos): Rename from
20013 jit-lock-first-unfontify-pos.
20014 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20015
20016 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20017
20018 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20019 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20020 (fortran-fill): When filling a string, adjust re-search-backward
20021 argument for special case of string just on fill-column.
20022 When filling non-string, allow one extra char if
20023 fortran-break-before-delimiters is non-nil.
20024 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20025 Use fortran-break-delimiters-re and fortran-no-break-re to
20026 correctly handle cases such as "**".
20027
20028 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20029 (f90-no-break-re): Add some extra tokens. Doc fix.
20030
20031 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20032
20033 * mail/rmail-spam-filter.el:
20034 Use two semicolons as Commentary line prefix.
20035 Add ";;; Code:" stylized comment.
20036 Delete end-of-line whitespace.
20037 Wrap (require 'cl) with `eval-when-compile'.
20038
20039 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20040
20041 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20042 at the top level of vc.el.
20043
20044 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20045
20046 * vc.el (vc-current-line): Function removed. This is now done by
20047 the new function line-at-pos in simple.el.
20048 (vc-annotate-warp-version): Use line-at-pos instead of
20049 vc-current-line.
20050
20051 2004-01-22 Kim F. Storm <storm@cua.dk>
20052
20053 * simple.el (line-at-pos): New defun.
20054 (what-line): Use it. Optimize by only counting lines in narrowed
20055 region once.
20056
20057 2004-01-22 Kenichi Handa <handa@m17n.org>
20058
20059 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20060 point (register r1) only for charset mule-unicode-0100-24ff.
20061
20062 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20063
20064 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20065 trailing white space and ensure a final newline.
20066
20067 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20068 Add autoload cookie.
20069
20070 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20071
20072 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20073 activate view-mode explicitly.
20074
20075 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20076
20077 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20078 menu-bar-enable-clipboard and make Paste use clipboard first.
20079
20080 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20081
20082 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20083 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20084 (vc-mcvs-cvs): Remove.
20085 (vc-mcvs-command): Remove use of assert.
20086
20087 * outline.el (outline-insert-heading): Tighten up match.
20088 (outline-demote, outline-move-subtree-down): Don't assume anything
20089 about outline-regexp.
20090
20091 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20092 (texinfo-show-structure): Explicitly add ^, and simplify.
20093
20094 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20095
20096 * calendar/appt.el (appt-check): Restore usage of
20097 appt-issue-message deleted in previous change.
20098 (top-level): Activate package when loaded (needed for backwards
20099 compatibility).
20100
20101 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20102
20103 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20104 following previous change to smtpmail-send-data.
20105
20106 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20107
20108 * vc.el (vc-default-previous-version): Doc enhancement.
20109 (vc-default-next-version): New function.
20110 (vc-print-log): New arg FOCUS-REV.
20111 (vc-annotate-mode): Derive from view-mode.
20112 (vc-annotate): New args REVISION, DISPLAY-MODE.
20113 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20114 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20115 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20116 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20117 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20118
20119 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20120
20121 2004-01-19 Karl Berry <karl@gnu.org>
20122
20123 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20124 or "TexInfo".
20125
20126 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20127
20128 * subr.el (delete-dups): New function.
20129
20130 2004-01-19 Karl Berry <karl@gnu.org>
20131
20132 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20133 with ^, since that's what texinfo-show-structure
20134 documentation says (plus it works much better in texinfo.txi).
20135
20136 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20137
20138 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20139
20140 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20141
20142 * progmodes/which-func.el (which-function-mode): Don't cancel
20143 which-func-update-timer if not set.
20144
20145 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20146
20147 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20148 Remove spurious left square bracket in XX:XXam regexp.
20149
20150 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20151
20152 * progmodes/cc-defs.el: Do not require cl at run time.
20153
20154 2004-01-16 Richard M. Stallman <rms@gnu.org>
20155
20156 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20157 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20158
20159 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20160 Call rmail-spam-filter. Delete and expunge spam.
20161 Print number of spam messages deleted.
20162 Save and restore the deletion status of old messages when reading
20163 new mail with spam filter, so that expunging spam does not expunge
20164 msgs deleted by the user.
20165 (rmail-only-expunge): Add an optional argument dont-show to
20166 prevent showing message after expunge.
20167
20168 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20169
20170 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20171 * subr.el (declare): New macro.
20172
20173 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20174
20175 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20176
20177 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20180 Test window-system rather than system-type (for X11/Mac).
20181
20182 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20183
20184 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20185
20186 2004-01-12 Richard M. Stallman <rms@gnu.org>
20187
20188 * mail/rmail.el (rmail-convert-to-babyl-format):
20189 Use mail-unquote-printable-region.
20190 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20191 (rmail-hex-char-to-integer): Functions deleted.
20192
20193 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20194 (mail-unquote-printable-region): New arg NOERROR.
20195 For invalid encoding, either signal an error to just return nil.
20196
20197 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20198
20199 * calendar/appt.el: Update copyright and commentary.
20200 (appt-issue-message): Make obsolete.
20201 (appt-visible, appt-msg-window): Make obsolete, in favor of
20202 appt-display-format.
20203 (appt-display-mode-line, appt-display-duration)
20204 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20205 (appt-prev-comp-time, appt-display-count, appt-timer)
20206 (appt-convert-time): Doc change.
20207 (appt-disp-window-function, appt-delete-window-function):
20208 Use defcustom rather than defvar.
20209 (appt-display-format): New variable.
20210 (appt-display-message): New function with display code from appt-check.
20211 (appt-check): Add optional FORCE argument. Doc change.
20212 Add appt-make-list to diary-hook if displaying diary.
20213 Remove checking of view-diary-entries-initially.
20214 Message display section removed to new function appt-display-message.
20215 (appt-display-window): Doc change. Remove unused internal var
20216 this-buffer. Do not beep, since appt-display-message does that.
20217 (appt-make-list): Doc change. Use caar.
20218 (appt-sort-list): Simplify by using builtin sort function.
20219 (appt-update-list): New function for updating appts when diary is
20220 saved.
20221 (appt-activate): New autoloaded function to toggle package
20222 functionality.
20223
20224 * calendar/cal-x.el: (calendar-one-frame-setup)
20225 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20226
20227 * calendar/calendar.el: Update copyright.
20228 (view-diary-entries-initially, european-calendar-style): Doc change.
20229 (calendar-setup): Make defcustom rather than defvar.
20230 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20231 in let binding so local to function.
20232
20233 * calendar/diary-lib.el: Update copyright.
20234 (diary, diary-entry-time): Doc change.
20235 (list-diary-entries): Doc change. Trivial logic change.
20236 (fancy-diary-display): Restore make-face command mistakenly
20237 deleted 2003-05-08.
20238 (show-all-diary-entries): Allow to pop-up frame if needed.
20239
20240 2004-01-09 John Paul Wallington <jpw@gnu.org>
20241
20242 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20243 Temporarily select EVENT's window for changing eol type.
20244
20245 2004-01-09 Deepak Goel <deego@gnufans.org>
20246
20247 * calendar/diary-lib.el (diary-entry-time):
20248 Also accept time in the form XX[.XX][am/pm/AM/PM].
20249 (fancy-diary-font-lock-keywords): Likewise.
20250 (diary-font-lock-keywords): Likewise.
20251 * calendar/appt.el (appt-add): Likewise.
20252 (appt-make-list): Likewise.
20253 (appt-convert-time): Likewise.
20254
20255 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20256
20257 * gdb-ui.el (gdb-ann3): Revert previous change.
20258 (gdb-source-info): Allow for case of where compilation directory
20259 is not recorded.
20260
20261 2004-01-08 John Paul Wallington <jpw@gnu.org>
20262
20263 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20264
20265 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20266
20267 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20268
20269 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20270 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20271 problems.
20272 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20273
20274 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20275
20276 * files.el (write-file-functions, write-contents-functions):
20277 Clarify docstrings.
20278
20279 2004-01-07 Kenichi Handa <handa@m17n.org>
20280
20281 * international/mule.el (set-auto-coding): Fix for the case that
20282 end-of-line is only CR.
20283
20284 2004-01-07 Kim F. Storm <storm@cua.dk>
20285
20286 * subr.el (event-start, event-end): Doc fix.
20287 (posn-string, posn-image): New defuns.
20288 (posn-object): Return either image or string object.
20289 (posn-object-x-y): Return 8th element of position.
20290 (posn-object-width-height): New defun.
20291
20292 2004-01-06 Andreas Schwab <schwab@suse.de>
20293
20294 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20295 output.
20296
20297 2004-01-05 Karl Berry <karl@gnu.org>
20298
20299 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20300 / and *, too.
20301
20302 2003-12-31 Simon Josefsson <jas@extundo.com>
20303
20304 * files.el (before-save-hook): Add.
20305 (basic-save-buffer): Use before-save-hook.
20306
20307 * emacs-lisp/copyright.el: Fix comment to recommend
20308 before-save-hook instead of write-file-functions.
20309
20310 2004-01-05 Richard M. Stallman <rms@gnu.org>
20311
20312 * finder.el (finder-commentary): Call delete-other-windows.
20313
20314 * net/ange-ftp.el (ange-ftp-file-attributes):
20315 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20316
20317 2004-01-04 Karl Berry <karl@gnu.org>
20318
20319 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20320 comment characters % and # in the copyright year notice,
20321 as well as ;.
20322
20323 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20324
20325 * wid-edit.el (default): Define dummy :value-delete.
20326 Reported by Jesper Harder <harder@ifa.au.dk>.
20327
20328 2004-01-03 Richard M. Stallman <rms@gnu.org>
20329
20330 * progmodes/compile.el (compile-internal): Use point, not point-min,
20331 for set-window-point.
20332
20333 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20334
20335 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20336
20337 * progmodes/grep.el (grep-mode-map):
20338 Don't remap next-line, previous-line.
20339
20340 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20341
20342 * speedbar.el (speedbar-edit-line): Change regexp to position
20343 the cursor on the first character of this line's button.
20344
20345 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20346
20347 * subr.el (functionp): Doc fix.
20348
20349 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20350
20351 * progmodes/idlwave.el (idlwave-make-tags):
20352 * textmodes/flyspell.el (flyspell-large-region):.
20353 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20354 * emulation/viper-util.el (viper-glob-unix-files):
20355 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20356 * man.el (Man-init-defvars):
20357 * jka-compr.el (jka-compr-call-process):
20358 * files.el (get-free-disk-space,insert-directory):
20359 * ediff-ptch.el (ediff-test-patch-utility):
20360 * ediff-diff.el (ediff-test-utility):
20361 * dired-aux.el (dired-check-process):
20362 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20363 test the return value of call-process, because it can be a string.
20364
20365 2003-12-31 John Paul Wallington <jpw@gnu.org>
20366
20367 * bindings.el (completion-ignored-extensions): Add .pfsl.
20368
20369 2003-12-31 Kim F. Storm <storm@cua.dk>
20370
20371 * ido.el (ido-nonreadable-directory-p): New defun to check for
20372 nonreadable directory without activating tramp (to avoid problems
20373 with checking incomplete tramp paths).
20374 (ido-set-current-directory, ido-file-internal)
20375 (ido-file-name-all-completions1): Use it.
20376
20377 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20378
20379 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20380 documentation if the anchor (or node) name is preceded by `info
20381 anchor' or `Info anchor' in addition to earlier `info node' and
20382 `Info node'.
20383 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20384
20385 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20386
20387 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20388 error in arguments to base64-decode-region. Remove ^M characters
20389 after decoding base64.
20390
20391 2003-12-30 Simon Josefsson <jas@extundo.com>
20392
20393 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20394 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20395 have only been distributed with Emacs for some years.
20396 (texinfo-mode-hook): Customize.
20397
20398 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20399
20400 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20401 cleaner (suggested by Richard Stallman).
20402
20403 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20404 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20405 file-name clashes on 8+3 DOS filesystems.
20406
20407 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20408 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20409 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20410 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20411 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20412 file-name clashes on 8+3 filesystems.
20413
20414 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20415 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20416 file-name clashes on 8+3 DOS filesystems.
20417
20418 2003-12-29 Richard M. Stallman <rms@gnu.org>
20419
20420 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20421 Upcase the character.
20422
20423 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20424 Search for header separator alone on a line, literally,
20425 and search for it backward, not forward.
20426 (flyspell-abbrev-table): Always use global-abbrev-table
20427 if there is no local one.
20428
20429 * progmodes/sh-script.el (sh-get-indent-info):
20430 Don't move point back if at bob.
20431
20432 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20433
20434 * play/handwrite.el (handwrite): Make the handwrite credit message
20435 a comment rather than an output command.
20436
20437 * obsolete/sc.el: Display message that this file is obsolete.
20438
20439 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20440
20441 * mail/rfc822.el (rfc822-address-start): Declare variable.
20442 Renamed from address-start. All uses changed.
20443
20444 * term.el (term-exec): Set up sentinel.
20445 (term-sentinel): New function.
20446 (term-handle-exit): New function.
20447
20448 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20449 Use assoc-string, and mark them obsolete.
20450 (delay-mode-hooks): Mark as permanent local.
20451
20452 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20453
20454 * register.el (copy-rectangle-to-register): Doc fix.
20455
20456 * info.el (Info-insert-dir): Use assoc-string.
20457
20458 * info-look.el (info-lookup): Use assoc-string.
20459
20460 * frame.el (pop-up-frame-function): Use quote, not `function'.
20461 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20462 copying with lists as coordinate values.
20463
20464 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20465
20466 * find-dired.el (kill-find): New command.
20467 (find-dired): Make buffer read-only.
20468 Set up a keymap with C-c C-k running kill-find.
20469 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20470
20471 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20472
20473 * filecache.el (file-cache-ignore-case): New variable.
20474 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20475
20476 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20477 (comint-dynamic-complete-as-filename): Rename local vars.
20478 (comint-dynamic-list-filename-completions): Likewise.
20479
20480 * comint.el (comint-dynamic-list-completions-config): New var.
20481 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20482
20483 * comint.el (comint-file-name-chars): Add [].
20484 (comint-word): Use skip-chars-backward, not search.
20485
20486 * shell.el (shell-file-name-chars): Add [].
20487
20488 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20489
20490 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20491
20492 * generic.el (define-generic-mode): Doc fix.
20493
20494 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20495
20496 * files.el (kill-some-buffers): Doc fix.
20497
20498 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20499
20500 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20501 arg to send-invisible
20502 (send-invisible): Doc fix. The argument is now a prompt, not the
20503 string to send.
20504 (comint-read-noecho): Doc fix.
20505
20506 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20507
20508 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20509 "@", as required by some ISP hosting service. Fix defcustom
20510 argument syntax errors that prevented use of customization.
20511
20512 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20513
20514 * xml.el (xml-get-attribute-or-nil): Doc fix.
20515
20516 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20517
20518 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20519 write-file-hooks.
20520
20521 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20522
20523 * autorevert.el (auto-revert-interval): Doc fix.
20524
20525 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20526
20527 * xml.el (xml-get-attribute-or-nil): New function, like
20528 xml-get-attribute, but returns nil if the attribute was not found.
20529 (xml-get-attribute): Convert to defsubst, uses
20530 xml-get-attribute-or-nil.
20531
20532 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20533
20534 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20535
20536 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20537
20538 * custom.el (custom-declare-theme): Use `value' when putting
20539 properties on `theme'.
20540
20541 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20542
20543 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20544 for each yank-handler segment.
20545 (insert-for-yank-1): New function, with the body of the previous
20546 insert-for-yank.
20547
20548 * textmodes/table.el (table-yank-handler): New defcustom.
20549 (table--put-cell-indicator-property): Put yank-handler property
20550 that indicates the yank handler for the table cell.
20551
20552 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20553
20554 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20555 set of keywords.
20556
20557 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20558
20559 * international/mule-cmds.el (reset-language-environment)
20560 (set-language-environment): Don't invoke fontset-related functions
20561 if fontset-list is not fboundp.
20562
20563 2003-12-29 Kenichi Handa <handa@m17n.org>
20564
20565 * international/mule-cmds.el (reset-language-environment):
20566 Call set-overriding-fontspec-internal with nil.
20567 (set-language-environment): Call set-overriding-fontspec-internal
20568 if the language environment specify `overriding-fontspec'.
20569 (language-info-alist): Doc added.
20570
20571 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20572 characters of mule-unicode-0100-24ff.
20573 (ccl-encode-windows-1251-font): New CCL program.
20574 ("Bulgarian"): Specify overriding-fontspec.
20575 ("Belarusian"): Likewise.
20576
20577 2003-12-28 Sam Steingold <sds@gnu.org>
20578
20579 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20580 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20581
20582 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20583
20584 * progmodes/gud.el (gud-gdb-command-name): Set default to
20585 "gdb --annotate=3".
20586 (gud-gdb-marker-filter): Look out for annotations.
20587 (gdb-first-pre-prompt): New variable.
20588 Remove trailing white space.
20589
20590 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20591 if necessary.
20592 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20593 annotations are detected.
20594 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20595 instead of a local one to allow transition from
20596 gud-gdb-marker-filter.
20597 Remove trailing white space.
20598
20599 2003-12-27 Kim F. Storm <storm@cua.dk>
20600
20601 * ido.el: Handle non-readable directories.
20602 (ido-decorations): Add 9th element for non-readable directory.
20603 (ido-directory-nonreadable): New dynamic var.
20604 (ido-set-current-directory): Set it.
20605 (ido-read-buffer, ido-file-internal):
20606 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20607 (ido-file-name-all-completions1): Return empty list for
20608 non-readable directory.
20609 (ido-exhibit): Print [Not readable] if directory is not readable.
20610 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20611 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20612 Use it.
20613
20614 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20615
20616 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20617 calls to directory-files-and-attributes and file-attributes.
20618 (ls-lisp-format): Remove system dependent handling of user and
20619 group id's.
20620
20621 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20622
20623 * ffap.el (ffap-read-file-or-url): Revert previous change.
20624
20625 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20626
20627 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20628 new list of included files called `files-with-node-lines', that
20629 only have node lines. This way @include commands can include any
20630 file, such as version and update files without node lines, not
20631 just files that are chapters.
20632
20633 2003-12-25 Andreas Schwab <schwab@suse.de>
20634
20635 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20636 file not found.
20637
20638 2003-12-08 Miles Bader <miles@gnu.org>
20639
20640 * dired.el (dired-between-files): Always use dired-move-to-filename,
20641 which is more robust in non-english locales.
20642
20643 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20644
20645 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20646
20647 2003-12-24 Andreas Schwab <schwab@suse.de>
20648
20649 * shell.el (shell-file-name-quote-list): Add backslash.
20650
20651 * comint.el (comint-quote-filename): Correctly handle backslash
20652 in comint-file-name-quote-list.
20653
20654 2003-12-24 Kenichi Handa <handa@m17n.org>
20655
20656 * international/mule-cmds.el (set-default-coding-systems):
20657 Call ucs-set-table-for-input for all buffers that don't have local
20658 value of buffer-file-coding-system.
20659
20660 * international/ucs-tables.el (ucs-set-table-for-input):
20661 If translation-table-for-encode is a symbol, get its
20662 translation-table property.
20663
20664 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20665
20666 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20667 to `completing-read' on a recently fixed bug.
20668
20669 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20670 instead of SPACE, to get the list of possible fringe modes.
20671 SPACE only works if both `partial-completion-mode' and
20672 `completion-auto-help' are nil.
20673
20674 * complete.el (PC-is-complete-p): Delete.
20675 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20676 calls to `test-completion'.
20677
20678 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20679
20680 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20681 to edit values when there are no children.
20682
20683 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20684 a mode called "Assembler" already exists.
20685 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20686 (gud-watch): Use format option. Remove font properties from string.
20687 (gdb-var-create-handler, gdb-var-list-children-handler):
20688 Don't bother about properties as there are none.
20689 (gdb-var-create-handler, gdb-var-list-children-handler)
20690 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20691 with two arguments.
20692 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20693 Let speedbar show value changes with a different font.
20694 (gdb-edit-value): New defun.
20695 (gdb-clear-partial-output, gdb-clear-inferior-io)
20696 (def-gdb-auto-update-handler): Use erase-buffer.
20697 (gdb-frame-handler): Display watch expressions in
20698 FUNCTION::VARIABLE format if required.
20699
20700 2003-12-23 John Paul Wallington <jpw@gnu.org>
20701
20702 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20703 (Info-goto-emacs-command-node): Doc fixes.
20704
20705 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20706
20707 * cus-edit.el (custom-add-parent-links): Define "many".
20708
20709 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20710
20711 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20712 (widget-child-validate, widget-type-value-create)
20713 (widget-type-default-get, widget-type-match): New functions.
20714 (lazy): New widget.
20715 (menu-choice, checklist, radio-button-choice, editable-list)
20716 (group, documentation-string): Remove redundant (per 2003-10-25
20717 change) calls to `widget-children-value-delete'.
20718 (widget-choice-value-get, widget-choice-value-inline): Remove.
20719 (menu-choice): Update widget.
20720
20721 2003-12-03 Kenichi Handa <handa@m17n.org>
20722
20723 * language/cyrillic.el: Register "microsoft-cp1251" in
20724 ctext-non-standard-encodings-alist.
20725 ("Bulgarian"): Add ctext-non-standard-encodings.
20726 ("Belarusian"): Likewise.
20727
20728 * international/mule-conf.el (compound-text-with-extensions):
20729 Change the type to 2 (iso-2022 base).
20730
20731 * international/mule.el (ctext-non-standard-encodings-alist):
20732 Change the format.
20733 (ctext-non-standard-encodings): New variable.
20734 (ctext-post-read-conversion): Fully re-written.
20735 (ctext-non-standard-designations-alist): Delete it.
20736 (ctext-non-standard-encodings-table): New function.
20737 (ctext-pre-write-conversion): Fully re-written.
20738
20739 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20740
20741 * cus-edit.el (custom-add-parent-links): Add documentation links
20742 for parent, if the item has none of its own.
20743
20744 2003-11-30 Richard M. Stallman <rms@gnu.org>
20745
20746 * dired-aux.el (dired-do-query-replace-regexp):
20747 Report files visited read-only.
20748
20749 2003-11-30 Juri Linkov <juri@jurta.org>
20750
20751 * dired-aux.el (dired-compare-directories): New command.
20752 (dired-file-set-difference, dired-files-attributes): New functions.
20753
20754 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20755 Version 2.0.38 of Tramp released.
20756
20757 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20758 Charles Curley <charlescurley@charlescurley.com>.
20759 (tramp-multi-connection-function-alist): Add ssht entry which adds
20760 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20761 Aichner.
20762 (tramp-get-method-parameter): New function to retrieve a method
20763 parameter. This allows for omission of method parameters.
20764 Callers adjusted.
20765
20766 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20767
20768 * net/tramp.el: Add new optional parameter ID-FORMAT to
20769 `file-attributes'. Calls of `file-attributes' won't use this
20770 parameter for backward compatibility reasons.
20771 (tramp-perl-file-attributes): Add a new parameter to Perl script
20772 in order to handle uid/gid as strings, if desired.
20773 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20774 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20775 order to make the function more general.
20776 (tramp-handle-file-attributes): Replace proprietary optional
20777 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20778 (tramp-handle-file-attributes-with-perl): Handle parameter
20779 NONNUMERIC if set. This wasn't done in the past.
20780 (tramp-post-connection): Apply second parameter "$2" if
20781 `tramp-remote-perl' is called.
20782
20783 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20784 Correct cut'n'waste error (`filename' instead of `directory').
20785 (tramp-smb-handle-directory-files-and-attributes)
20786 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20787 introduced parameter ID-FORMAT.
20788 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20789 error (`directory' instead of `ldir').
20790
20791 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20792 `file-attributes' has a second parameter. If yes, apply it with
20793 value "'integer". Otherwise, don't use that parameter (default is
20794 integer format).
20795
20796 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20797
20798 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20799 (help-for-help): Add `C-h .' to the listed Help options.
20800 Remove trailing whitespace.
20801
20802 * help-at-pt.el: New file.
20803
20804 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20805
20806 * subr.el (noreturn, 1value): New macros for test coverage.
20807 See `testcover.el'.
20808
20809 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20810
20811 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20812 for macro `1value'.
20813 (testcover-1value): New function. Checks that a 1value form
20814 actually returns only one value. Requested by RMS.
20815
20816 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20817
20818 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20819 (gdb-var-list-children, gdb-var-list-children-handler)
20820 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20821 gdb commands that use mi to keep them out of the command history.
20822
20823 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20824
20825 * cus-start.el (all): Add use-file-dialog.
20826
20827 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20828
20829 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20830
20831 2003-11-27 Kim F. Storm <storm@cua.dk>
20832
20833 * subr.el (posn-object-x-y): New defun.
20834
20835 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20838 Don't use `space' for \\\n.
20839 Be more selective as to which # are comment-starters.
20840
20841 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20842
20843 * subr.el (number-sequence): Improve handling of floating point
20844 arguments (suggested by Kim Storm). Allow negative arguments.
20845
20846 2003-11-26 Kenichi Handa <handa@m17n.org>
20847
20848 * international/mule-cmds.el (standard-display-european-internal):
20849 Cancel the standard-display-table setting for ` and '.
20850
20851 2003-11-26 Kim F. Storm <storm@cua.dk>
20852
20853 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20854 New defcustoms to add ffap-like functionality to ido.
20855 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20856 (ido-no-final-slash): New defun.
20857 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20858 (ido-read-file-name): ): Toggle VC checking via
20859 vc-handled-backends instead of vc-master-templates.
20860 (ido-file-internal): Handle ido-use-url-at-point and
20861 ido-use-filename-at-point via code borrowed from ffap-guesser.
20862 Handle new ido-exit code ffap.
20863 (ido-sort-list): Ignore final slash when sorting file names.
20864
20865 2003-11-25 Kim F. Storm <storm@cua.dk>
20866
20867 * emulation/cua-base.el (cua--standard-movement-commands):
20868 Add forward-sentence and backward-sentence.
20869
20870 2003-11-25 Stephen Eglen <stephen@gnu.org>
20871
20872 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20873 iswitchb-exit is set to 'usefirst when user selects buffer at head
20874 of list using RET. (Selecting buffers at the head of the list was
20875 broken if the substring was also a complete buffername.)
20876
20877 2003-11-23 Kim F. Storm <storm@cua.dk>
20878
20879 * progmodes/compile.el (grep-command, grep-use-null-device)
20880 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20881 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20882 (grep-regexp-alist, grep-program, find-program)
20883 (grep-find-use-xargs, grep-history, grep-find-history)
20884 (grep-process-setup, grep-compute-defaults)
20885 (grep-default-command, grep, grep-tag-default, grep-find)
20886 (grep-expand-command-macros, grep-tree-last-regexp)
20887 (grep-tree-last-files, grep-tree): Move grep variables, functions
20888 and commands to new file grep.el.
20889 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20890 (compilation-process-setup-function): Doc fix.
20891 (compilation-highlight-regexp, compilation-highlight-overlay): New
20892 defvars used for highlighting current compile error in source buffer.
20893 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20894 LOCAL-MAP which overrides compilation-highlight-regexp and
20895 compilation-mode-map for this compilation.
20896 Delay calling compilation-set-window-height until after running
20897 compilation-process-setup-function so it can buffer-local override
20898 compilation-window-height.
20899 Check buffer-local value of compilation-scroll-output.
20900 (compilation-set-window-height): Use buffer-local value of
20901 compilation-window-height.
20902 (compilation-revert-buffer): Don't pass (undefined)
20903 preserve-modes arg to revert-buffer.
20904 (next-error-no-select, previous-error-no-select): New commands.
20905 (compilation-goto-locus): Temporarily highlight current match in
20906 source buffer using compilation-highlight-regexp.
20907
20908 * progmodes/grep.el: New file with grep code from compile.el.
20909 (grep): New defcustom group.
20910 (grep-window-height): New defcustom, like compilation-window-height.
20911 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20912 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20913 (grep-command, grep-use-null-device, grep-find-command)
20914 (grep-tree-files-aliases, grep-tree-ignore-case)
20915 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20916 (grep-setup-hook): New hook variable.
20917 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20918 (grep-last-buffer): New defvar, override compilation-last-buffer.
20919 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20920 Call compile-internal with args highlight-regexp and grep-mode-map.
20921
20922 2003-11-23 Kim F. Storm <storm@cua.dk>
20923
20924 * subr.el (event-start, event-end): Doc fix.
20925 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20926 (posn-area, posn-actual-col-row, posn-object): New defuns.
20927 (posn-col-row): Simplify doc. Rewrite to use cond.
20928 (posn-point): Also return buffer position for events outside text
20929 area (that info is now present in the event position).
20930
20931 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20932 mouse-set-point so that hscroll still works now that clicks on
20933 fringes generate specific mouse events.
20934 (mouse-set-point): Note that it now works in fringes and margins
20935 too due to new semantics of posn-point in fringes and margins.
20936
20937 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20938 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20939
20940 2003-11-20 Kim F. Storm <storm@cua.dk>
20941
20942 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20943 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20944 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20945 to 100 for icons to avoid increasing line height when shown.
20946
20947 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20948
20949 * newcomment.el (comment-normalize-vars): Initialize properly if
20950 comment-start was nil.
20951
20952 2003-11-19 Andreas Schwab <schwab@suse.de>
20953
20954 * simple.el (set-variable): Fix indentation.
20955
20956 2003-11-17 Kenichi Handa <handa@m17n.org>
20957
20958 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20959 Fix docstring.
20960
20961 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20962
20963 * international/latin1-disp.el (latin1-display): Fix docstring.
20964
20965 2003-11-16 John Wiegley <johnw@newartisans.com>
20966
20967 * eshell/em-ls.el (eshell-ls-file): There are times with
20968 size-width is nil and uncomputed (when directories are created in
20969 dired, for example); in this case, 4 is reasonable default value,
20970 although it may caused skewed new entries (which could be avoided
20971 by returning the original value of 8 in all cases, but 99% of the
20972 time this is a waste of whitespace).
20973
20974 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20975
20976 * cc-engine.el (c-guess-continued-construct)
20977 (c-guess-basic-syntax): Check a little more carefully if it's a
20978 function declaration when an unknown construct followed by a block
20979 is found inside a statement context. This avoids macros followed
20980 by blocks to be taken as function declarations.
20981
20982 (c-guess-continued-construct): Change the analysis of a statement
20983 continuation with a brace open to `substatement-block', for
20984 consistency with recognized statements.
20985
20986 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20987 start is in a position so that `c-beginning-of-statement-1' jumped
20988 to the beginning of the same statement.
20989
20990 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20991 Don't accept binary operators in the arglist if we're in a function
20992 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20993 template recognition in cases like "if (a < b || c > d)".
20994
20995 (c-restricted-<>-arglists): New more appropriate name for
20996 `c-disallow-comma-in-<>-arglists'.
20997
20998 Accessing functions updated for the variable name change.
20999
21000 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21001 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21002
21003 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21004 labels.
21005
21006 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21007 instead of duplicating parts of it. This fixes bogus label
21008 recognition.
21009
21010 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21011 of checking the context in which to apply the minimum indentation,
21012 so that it isn't enforced in e.g. namespace blocks.
21013
21014 * cc-vars.el (c-inside-block-syms): New constant used by
21015 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21016 to somewhat reduce the risk of becoming stale.
21017
21018 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21019 cc-cmds to cc-engine to allow use from cc-align.
21020
21021 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21022 qualified identifiers containing "::".
21023
21024 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21025 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21026
21027 * cc-vars.el (c-emacs-features): Use a space in front of the name
21028 of the temporary buffer. That also avoids dumping problems in
21029 XEmacs due to undo info being left around after the buffer is killed.
21030
21031 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21032 arglist to see if it's a K&R style declaration.
21033
21034 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21035 before returning `knr-argdecl-intro'.
21036
21037 2003-11-16 John Wiegley <johnw@newartisans.com>
21038
21039 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21040 field in a long-listing always 8 characters, use `size-width',
21041 which has already been computed.
21042
21043 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21044
21045 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21046
21047 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21048
21049 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21050 Support operation while narrowed, with `diff-restrict-view'.
21051
21052 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21053
21054 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21055 Take additional optional arg NARROWFUN. For the generated functions:
21056 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21057 include frags that arrange to check for and save narrowing state before
21058 the move and then conditionally call NARROWFUN after the move.
21059
21060 2003-11-14 John Wiegley <johnw@newartisans.com>
21061
21062 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21063 that was optional, but obviously missing based on surrounding code.
21064
21065 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21066 string arguments to numbers unless the whole argument was seen as
21067 a number.
21068
21069 2003-11-14 Kenichi Handa <handa@m17n.org>
21070
21071 * international/mule.el (ctext-non-standard-encodings-alist):
21072 Fix coding systems.
21073
21074 2003-11-10 Kenichi Handa <handa@m17n.org>
21075
21076 * language/kannada.el ("Kannada"): Add sample-text.
21077
21078 * language/knd-util.el (kannada-compose-region)
21079 (kannada-compose-string, kannada-post-read-conversion):
21080 Add autoload cookie.
21081
21082 * international/quail.el (quail-completion): Change the message
21083 "corresponding translations" to "corresponding characters".
21084
21085 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21086
21087 * descr-text.el (describe-char): Fix typo.
21088
21089 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21090
21091 These changes are to support Kannada language/script.
21092
21093 * Makefile.in (DONTCOMPILE): Add kannada.el.
21094
21095 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21096
21097 * loadup.el: Preload kannada.el.
21098
21099 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21100 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21101 New variables.
21102
21103 * language/kannada.el: New file.
21104
21105 * language/knd-util.el: New file.
21106
21107 2003-11-07 Andreas Schwab <schwab@suse.de>
21108
21109 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21110 Also highlight AH_*.
21111
21112 * xml.el (xml-parse-dtd): Fix misplaced paren.
21113
21114 2003-11-07 Kenichi Handa <handa@m17n.org>
21115
21116 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21117
21118 2003-11-05 Juri Linkov <juri@jurta.org>
21119
21120 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21121 (desktop-buffer-file): Use saved buffer-file-coding-system
21122 for file reading. Set auto-insert to nil to prevent automatic
21123 insertion into restored empty files.
21124
21125 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21126
21127 * files.el (risky-local-variable-p): Make second argument optional.
21128
21129 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21130
21131 * subr.el (add-hook): Fix last change.
21132
21133 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21134
21135 * mail/rmail.el (rmail-convert-to-babyl-format):
21136 If base64-decode-region signals an error, catch it and silently
21137 ignore it.
21138
21139 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21140
21141 * xml.el (xml-parse-region): Allow comments to appear after the
21142 topmost element has closed.
21143 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21144 (xml-ns-expand-attr): New functions to do namespace handling.
21145 (xml-intern-attrlist): Back-compatible handling of attribute names.
21146 (xml-parse-tag): Move namespace handling to separate functions.
21147 Now produces elements in the form ((:ns . "element") (attr-list)
21148 children) instead of ('ns:element (attr-list) children).
21149 (xml-parse-attlist): Fix attribute parsing.
21150 (xml-parse-dtd): Change parsing so that it produces strings
21151 instead of interned symbols.
21152
21153 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21154
21155 * dired.el (dired-ls-sorting-switches): Doc fix.
21156
21157 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21158
21159 * emacs-lisp/rx.el (rx-or): Fix the case of
21160 "(rx (and ?a (or ?b ?c) ?d))".
21161
21162 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21163
21164 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21165 (texinfo-format-region): Use it.
21166 (texinfo-format-buffer-1): Ditto.
21167
21168 2003-11-01 Alan Mackenzie <acm@muc.de>
21169
21170 Changes to allow scrolling whilst in isearch mode:
21171 * isearch.el (isearch-unread-key-sequence): New function,
21172 extracted from isearch-other-meta-char.
21173 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21174 "scrollable" standard functions.
21175 (isearch-allow-scroll): New customizable variable.
21176 (isearch-string-out-of-window, isearch-back-into-window)
21177 (isearch-reread-key-sequence-naturally)
21178 (isearch-lookup-scroll-key): New functions.
21179 (isearch-other-meta-char): Doc string and functionality enhanced.
21180 Now accepts a prefix argument.
21181 (isearch-lazy-highlight-window-end): New variable.
21182 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21183 end (thru isearch-lazy-highlight-window-end), not only its start.
21184
21185 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21186 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21187 (universal-argument, universal-argument-more, negative-argument)
21188 (digit-argument, universal-argument-other-key): Minor changes.
21189
21190 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21191
21192 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21193 recursively if the last message is deleted, thus avoiding an
21194 infinite loop.
21195
21196 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21199 (tex-main-file): Don't add .tex if the extension is already present.
21200 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21201
21202 2003-10-29 Lute Kamstra <lute@gnu.org>
21203
21204 * progmodes/octave-inf.el (inferior-octave-prompt):
21205 Recognize version number in prompt.
21206
21207 2003-10-28 Dave Love <fx@gnu.org>
21208
21209 * international/characters.el: Fix some Unicode ranges.
21210
21211 2003-10-28 Kenichi Handa <handa@m17n.org>
21212
21213 * disp-table.el (standard-display-8bit)
21214 (standard-display-default, standard-display-ascii)
21215 (standard-display-g1, standard-display-graphic)
21216 (standard-display-underline): Assure that standard-display-table
21217 is a display table.
21218
21219 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21220
21221 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21222 reindenting the first line.
21223
21224 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21225
21226 * wid-edit.el (widget-default-delete): Always delete child widgets.
21227
21228 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21231 if the line has code.
21232 Don't try to line up with something that's too far left.
21233
21234 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21235 (octave-mode-syntax-table): Add % as a comment starter.
21236 (octave-point): Remove.
21237 (octave-in-comment-p, octave-in-string-p)
21238 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21239 (octave-blink-matching-block-open, octave-auto-fill):
21240 Use line-(beginning|end)-position instead.
21241
21242 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21243
21244 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21245 for Francesco Potort\e,Al\e(B.
21246
21247 2003-10-23 Dave Love <fx@gnu.org>
21248
21249 * international/mule-cmds.el (locale-charset-to-coding-system):
21250 Don't rely on nil being a coding system.
21251
21252 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21253 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21254 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21255
21256 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21257
21258 * gdb-ui.el (gdb-current-language): New variable.
21259 (gdb-update-flag): Remove variable.
21260 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21261 (gdb-take-last-elt): Remove function.
21262 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21263 (gdb-post-prompt): Check for variable object changes here.
21264
21265 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21266 object changes in gdb-ui.el.
21267
21268 2003-10-21 Richard M. Stallman <rms@gnu.org>
21269
21270 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21271
21272 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21273 Don't check for foo*/ wildcard form here.
21274 (insert-directory): Recognize foo*/ as a wildcard.
21275 Separate wildcard-regexp variable from the arg, wildcard.
21276
21277 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21278 (remove-hook): Correctly handle strange cases about local hooks.
21279
21280 2003-10-21 David Ponce <david@dponce.com>
21281
21282 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21283 argument REAL, to return a real number instead of a rounded
21284 integer value. Define as inline function.
21285 (ruler-mode-right-fringe-cols): Likewise.
21286 (ruler-mode-scroll-bar-cols): New function.
21287 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21288 (ruler-mode-right-scroll-bar-cols): Likewise.
21289 (ruler-mode-space): New function.
21290 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21291 scroll bar mode and margins in a more robust way.
21292
21293 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21294
21295 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21296 (antlr-c-init-language-vars): New function.
21297 (antlr-mode): Use it with cc-mode before v5.29.
21298 (antlr-c-common-init): Don't set some local vars here.
21299 (antlr-mode): Set them here.
21300 (antlr-c-forward-sws): New function alias.
21301 (antlr-mode): Redefine with cc-mode before v5.30.
21302 (antlr-skip-sexps): Use it.
21303 (antlr-skip-exception-part): Ditto.
21304 (antlr-skip-file-prelude): Ditto.
21305 (antlr-outside-rule-p): Ditto.
21306 (antlr-end-of-body): Ditto.
21307 (antlr-option-kind): Ditto.
21308 (antlr-insert-option-area): Ditto.
21309 (antlr-file-dependencies): Ditto.
21310
21311 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21312
21313 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21314 Move backward only if point was not inside an entry.
21315
21316 2003-10-21 Richard M. Stallman <rms@gnu.org>
21317
21318 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21319
21320 2003-10-21 Juri Linkov <juri@jurta.org>
21321
21322 * compare-w.el: Automatically skip non-matching text to resync.
21323 (compare-windows-whitespace): Doc fix.
21324 (compare-windows-sync, compare-windows-sync-string-size)
21325 (compare-windows-recenter, compare-ignore-whitespace)
21326 (compare-windows-highlight, compare-windows-face): New variables.
21327 (compare-windows): Use compare-windows-sync.
21328 (compare-windows-highlight, compare-windows-dehighlight)
21329 (compare-windows-sync-regexp)
21330 (compare-windows-sync-default-function): New functions.
21331
21332 2003-10-21 Juri Linkov <juri@jurta.org>
21333
21334 * diff.el (diff-parse-differences): Don't visit the files now;
21335 instead, just record the error locus.
21336
21337 2003-10-21 Dave Love <fx@gnu.org>
21338
21339 * progmodes/cfengine.el: New file.
21340
21341 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21342
21343 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21344 default-directory when completing file names.
21345
21346 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21347
21348 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21349 followed by the word `face', it gets treated as a face, even if
21350 it is also defined as a variable or a function.
21351
21352 2003-10-20 Dave Love <fx@gnu.org>
21353
21354 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21355 Avoid incf in macro expansion.
21356
21357 2003-10-20 John Paul Wallington <jpw@gnu.org>
21358
21359 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21360 `evenp' so we don't implicitly require cl library at runtime.
21361
21362 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21363
21364 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21365 (help-make-xrefs): Only make cross-references for faces if
21366 preceded or followed by the word `face'. Do not make a
21367 cross-reference for variables without variable documentation,
21368 unless preceded by the word `variable' or `option'. Update doc
21369 string accordingly.
21370
21371 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21372
21373 * progmodes/hideshow.el: Rewrite one-armed `if'
21374 constructs using either `when' or `unless'.
21375 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21376
21377 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21378
21379 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21380 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21381 instead of 12x12.
21382
21383 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21384
21385 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21386 message while converting to Babyl.
21387
21388 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21389
21390 * allout.el (allout-mode): Doc fix.
21391
21392 2003-10-16 Lute Kamstra <lute@gnu.org>
21393
21394 * subr.el (force-mode-line-update): Fix docstring.
21395
21396 2003-10-14 Dave Love <fx@gnu.org>
21397
21398 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21399 (default-input-method): Add :link, improve :type.
21400 (locale-charset-language-names): Fix utf-8 pattern.
21401 (locale-charset-match-p, locale-charset-alist)
21402 (locale-charset-to-coding-system): New.
21403 (set-locale-environment): Deal with codeset part of locale specs.
21404
21405 2003-10-14 Lute Kamstra <lute@gnu.org>
21406
21407 * fringe.el (fringe-mode): Use active voice in docstring.
21408 (set-fringe-style): Ditto.
21409
21410 2003-10-13 Lute Kamstra <lute@gnu.org>
21411
21412 * fringe.el (fringe-mode): Fix docstring.
21413 (set-fringe-style): Ditto.
21414
21415 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21416
21417 * ediff-mult.el (ediff-filegroup-action):
21418 Use ediff-default-filtering-regexp.
21419
21420 * ediff-util.el (ediff-recenter): Don't call
21421 ediff-restore-highlighting twice.
21422 (ediff-select-difference): Set current difference.
21423 (ediff-unselect-and-select-difference): Add comment.
21424
21425 * ediff.el (ediff-directories,ediff-directory-revisions)
21426 (ediff-directories3,ediff-merge-directories)
21427 (ediff-merge-directories-with-ancestor)
21428 (ediff-merge-directory-revisions)
21429 (ediff-merge-directory-revisions-with-ancestor):
21430 Use ediff-default-filtering-regexp.
21431
21432 2003-10-12 Andreas Schwab <schwab@suse.de>
21433
21434 * international/mule-cmds.el (locale-charset-language-names):
21435 Simplify regex by removing unused grouping.
21436
21437 2003-10-10 Dave Love <fx@gnu.org>
21438
21439 * bindings.el: Don't bind stop.
21440
21441 2003-10-08 Miles Bader <miles@gnu.org>
21442
21443 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21444 face instead of attempting to emulate it.
21445
21446 2003-10-07 Kenichi Handa <handa@m17n.org>
21447
21448 * international/mule-diag.el (list-coding-systems-1): List coding
21449 systems that are loaded automatically.
21450
21451 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21452
21453 * international/mule.el (autoload-coding-system): New function.
21454
21455 2003-10-07 Andreas Schwab <schwab@suse.de>
21456
21457 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21458 change-log-default-name in the buffer visiting the file.
21459
21460 2003-10-06 Dave Love <fx@gnu.org>
21461
21462 * files.el (find-file-hook): Customize.
21463 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21464
21465 * bindings.el (completion-ignored-extensions): Remove .log.
21466 (global-map): Add again, open, stop keys.
21467
21468 2003-10-05 Richard M. Stallman <rms@gnu.org>
21469
21470 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21471 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21472 Use sh-modify directly.
21473 (sh-select): Use sh-append, not eval.
21474
21475 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21476
21477 * info.el (Info-following-node-name): New function.
21478
21479 * loadhist.el (unload-feature-special-hooks):
21480 Rename from loadhist-hook-functions.
21481 (loadhist-hook-functions): Now an alias.
21482
21483 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21484
21485 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21486 file-name clashes on 8+3 filesystems.
21487
21488 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21489 Rename loaddefs-boot.el to ldefs-boot.el
21490
21491 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21492 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21493
21494 2003-10-03 Lute Kamstra <lute@gnu.org>
21495
21496 * info.el (Info-mode): Revert previous change.
21497 (Info-escape-percent): New function.
21498 (Info-fontify-node): Use it.
21499
21500 2003-10-02 Andreas Schwab <schwab@suse.de>
21501
21502 * loaddefs-boot.el: Regenerated.
21503
21504 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21505
21506 * ffap.el: Remove defadvice related code from CVS since `complete'
21507 provides a `PC-completion-as-file-name-predicate' variable that
21508 ffap can override.
21509
21510 2003-10-02 Kenichi Handa <handa@m17n.org>
21511
21512 * international/utf-8.el (ccl-decode-mule-utf-8):
21513 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21514
21515 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21516 * international/subst-big5.el: Likewise.
21517 * international/subst-gb2312.el: Likewise.
21518 * international/subst-ksc.el: Likewise.
21519
21520 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21521
21522 * calendar/calendar.el (increment-calendar-month)
21523 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21524 (generate-calendar, calendar-read-date, calendar-interval)
21525 (calendar-day-of-week): Handle years BC.
21526 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21527
21528 2003-10-01 Dave Love <fx@gnu.org>
21529
21530 * language/cyrillic.el (cp1251): Alias for windows-1251.
21531
21532 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21533 bootstrap.
21534
21535 2003-10-01 Lute Kamstra <lute@gnu.org>
21536
21537 * files.el: Fix typo.
21538 * imenu.el (imenu--generic-function): Docstring fix.
21539
21540 2003-09-30 Richard M. Stallman <rms@gnu.org>
21541
21542 * dired.el (dired-mode): Handle dired-directory as a list.
21543
21544 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21545
21546 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21547
21548 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21549
21550 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21551 Replace gud-display with gud-watch.
21552 (gud-speedbar-buttons): Add stuff for watching expressions
21553 in the speedbar when using M-x gdba. Use dolist on old part
21554 of this function.
21555
21556 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21557 (gdb-update-flag): New variables.
21558 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21559 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21560 (gud-watch, gdb-var-create-handler) : New functions.
21561 (gdb-var-list-children, gdb-var-list-children-handler)
21562 (gdb-var-create-regexp, gdb-var-update-regexp)
21563 (gdb-var-list-children-regexp): New constants.
21564 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21565 (gdb-annotation-rules): Reduce annotation set (level 3).
21566 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21567 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21568 updates.
21569 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21570 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21571 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21572 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21573 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21574 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21575 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21576 (gud-display, gud-display1)
21577 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21578 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21579 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21580 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21581 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21582 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21583 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21584 (gdb-display-display-buffer, gdb-toggle-display)
21585 (gdb-delete-display, gdb-expressions-popup-menu)
21586 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21587 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21588 to display buffer.
21589
21590 2003-09-30 Richard M. Stallman <rms@gnu.org>
21591
21592 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21593 Instead, set which-func-functions.
21594
21595 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21596 (which-func-functions): New variable.
21597 (which-function): Use that.
21598
21599 * info.el (Info-mode): Double each `%' in header line.
21600
21601 * emacs-lisp/lisp-mnt.el (lm-with-file):
21602 When FILE is nil, run BODY in current buffer.
21603
21604 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21605
21606 * help.el (describe-mode): Start with a brief list of minor modes.
21607 Find them thru minor-mode-list so as to find them all.
21608 Show them in alphabetical order.
21609
21610 * mail/sendmail.el (mail-aliases): Doc fix.
21611
21612 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21613
21614 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21615
21616 * mail/rmailsum.el (rmail-make-summary-line-1):
21617 Change comma after last label to a space.
21618 (rmail-summary-font-lock-keywords): Adapt to that change.
21619
21620 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21621
21622 * progmodes/scheme.el (scheme-mode-variables): When setting
21623 `font-lock-defaults', also specify that "#" should
21624 be interpreted with `word' syntax.
21625 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21626
21627 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21628
21629 * desktop.el: A lot of comments updated.
21630 (desktop-save-mode): Minor mode introduced.
21631 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21632 (desktop-load-default): Function made obsolete.
21633 (desktop-locals-to-save): Variable made customizable.
21634 (desktop-read): Optional parameter `dirname' added.
21635 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21636 `desktop-read' used.
21637 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21638
21639 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21640
21641 * whitespace.el (whitespace-clean-msg): Add user customizable message
21642 for displaying ``clean'' output.
21643 (whitespace-buffer): Use `whitespace-clean-msg'.
21644 (whitespace-global-mode): Fix typo.
21645
21646 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21647
21648 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21649
21650 2003-09-29 Lute Kamstra <lute@gnu.org>
21651
21652 * bindings.el (mode-line-modes): Remove superfluous :propertize
21653 construct in initialization.
21654 (mode-line-position): Change cons cell into proper list in
21655 initialization.
21656
21657 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21658
21659 * international/mule.el (decode-coding-inserted-region): Use car
21660 of the return value of find-operation-coding-system.
21661
21662 2003-09-29 Kenichi Handa <handa@m17n.org>
21663
21664 * descr-text.el (describe-char): Fix previous change.
21665
21666 2003-09-28 Kenichi Handa <handa@m17n.org>
21667
21668 * descr-text.el (describe-char-display): New function.
21669 (describe-char): Pay attention to display table on describing how
21670 a character is displayed.
21671
21672 * international/mule-cmds.el (encoded-string-description):
21673 Prepend "0x" to each encoded byte.
21674
21675 2003-09-28 Andreas Schwab <schwab@suse.de>
21676
21677 * find-file.el (ff-special-constructs): Add autoload cookie.
21678
21679 2003-09-28 Kevin Ryde <user42@zip.com.au>
21680
21681 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21682 makeinfo appends to duplicate index entries.
21683
21684 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21685
21686 * dired-x.el (dired-clean-tex): Doc fix.
21687
21688 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21689 using a Chinese tutorial.
21690
21691 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21692
21693 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21694 between "MAIL FROM:" and "RCPT TO:" and the following address.
21695
21696 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21697
21698 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21699
21700 2003-09-28 David Ponce <david@dponce.com>
21701
21702 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21703 (recentf-load-list): When `recentf-initialize-file-name-history'
21704 is non-nil, initialize an empty `file-name-history' with the
21705 recent list.
21706
21707 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21708
21709 * man.el (Man-default-man-entry): Remove the leading `*' from the
21710 word at point.
21711
21712 2003-09-26 Lute Kamstra <lute@gnu.org>
21713
21714 * bindings.el (mode-line-position): Mention size indication in
21715 docstring.
21716
21717 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21718
21719 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21720
21721 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21722 because it's autoloaded now.
21723
21724 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21725
21726 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21727 (sh-font-lock-keywords, sh-feature): Fix previous change of
21728 sh-feature to avoid infloop with sh-font-lock-keywords.
21729
21730 2003-09-25 Kim F. Storm <storm@cua.dk>
21731
21732 * frame.el (frame-current-scroll-bars): New defun.
21733
21734 * window.el (window-current-scroll-bars): New defun.
21735
21736 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21737
21738 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21739 cause errors when the state cache contains info on parts that have
21740 been narrowed out.
21741
21742 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21743
21744 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21745 `c-setup-paragraph-variables' has to be used when this variable is
21746 changed; it doesn't work to reinitialize the mode since that
21747 typically clobbers the variable.
21748
21749 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21750 Make it interactive.
21751
21752 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21753
21754 * progmodes/cc-fonts.el (c-font-lock-declarations):
21755 Fix recognition of constructors and destructors for classes whose
21756 names are matched by `*-font-lock-extra-types'.
21757
21758 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21759 followed by an identifier in C++ then it's a type.
21760
21761 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21762
21763 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21764 problem that primarily affected XEmacs. Don't use faces to find
21765 unterminated strings since Emacs and XEmacs fontify strings
21766 differently - this function should now work better in XEmacs.
21767
21768 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21769
21770 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21771 `expand-abbrev' workaround which caused braces to misbehave inside
21772 macros.
21773
21774 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21775 handling. This bug could cause interactive font locking to bail out.
21776
21777 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21778
21779 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21780 Handle paren-style types in Pike. Also fixed some cases of
21781 insufficient handling of unbalanced parens.
21782
21783 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21784
21785 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21786 common shell prompts that are not common filename or URL characters.
21787 (ffap-file-at-point): Use the new regexp to strip the prompts from
21788 the file names. This is an issue mostly for user prompts that
21789 don't have a trailing space and find-file-at-point is invoked from
21790 within a shell inside Emacs.
21791
21792 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21793
21794 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21795 stamps numerically, rather than textually.
21796
21797 2003-09-24 Kenichi Handa <handa@m17n.org>
21798
21799 * language/devan-util.el (devanagari-post-read-conversion):
21800 * language/mlm-util.el (malayalam-post-read-conversion):
21801 * language/tml-util.el (tamil-post-read-conversion):
21802 Add autoload cookie.
21803
21804 * international/utf-8.el (utf-8-post-read-conversion):
21805 Call post-read-conversion functions for Devanagari, Malayalam,
21806 and Tamil.
21807
21808 2003-09-23 Dave Love <fx@gnu.org>
21809
21810 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21811
21812 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21813
21814 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21815 Update gud-remove.
21816
21817 2003-09-22 Richard M. Stallman <rms@gnu.org>
21818
21819 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21820 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21821 (sh-mode-syntax-table-input): New variable.
21822 (sh-require-final-newline): Don't use eval.
21823 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21824 (sh-variables, sh-font-lock-keywords): Don't use eval.
21825 (sh-set-shell): When setting require-final-newline,
21826 treat value = `require-final-newline' as don't change it.
21827 Set sh-mode-syntax-table locally based on
21828 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21829
21830 * progmodes/compile.el (compile-internal):
21831 Call compilation-set-window-height before setting window start.
21832
21833 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21834
21835 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21836 Clear out byte-compile-last-warned-form.
21837
21838 2003-09-22 Richard M. Stallman <rms@gnu.org>
21839
21840 * woman.el (woman-file-name, woman-follow-word):
21841 If current-word returns nil, use "".
21842
21843 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21844
21845 2003-09-22 Richard M. Stallman <rms@gnu.org>
21846
21847 * emacs-lisp/lisp-mnt.el (lm-with-file):
21848 Don't visit the file, just use insert-file-contents in temp buffer.
21849
21850 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21851
21852 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21853 Add surrounding \\( and \\) around the header, as in
21854 for lm-history-header 'Change Log\\|History'.
21855
21856 2003-09-22 John Paul Wallington <jpw@gnu.org>
21857
21858 * progmodes/ld-script.el: Add Commentary section,
21859 minor cleanup of file header.
21860 (ld-script-font-lock-keywords): Doc fix.
21861 (toplevel): Provide `ld-script' feature.
21862
21863 2003-09-21 Kim F. Storm <storm@cua.dk>
21864
21865 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21866 new built-in variable default-frame-scroll-bars.
21867 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21868 scroll-bar-mode; notably, use it instead of t when we toggle
21869 scroll-bars on.
21870 (toggle-scroll-bar): Use default-frame-scroll-bars.
21871
21872 2003-09-19 Masatake YAMATO <jet@gyve.org>
21873
21874 * pcvs.el (cvs-do-removal): Change the prompt depending on
21875 `filter' value.
21876
21877 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21878
21879 * startup.el (command-line-1): Stop startup-echo-area-message
21880 being hidden by "Loading image..." message.
21881 (use-fancy-splash-screens-p, display-splash-screen):
21882 Move display-graphic-p test from latter to former.
21883
21884 * progmodes/sh-script.el (sh-font-lock-keywords):
21885 Highlight escaped EOLs differently from other backslash constructs.
21886
21887 2003-09-19 Richard M. Stallman <rms@gnu.org>
21888
21889 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21890 New functions.
21891 (edebug-enter, edebug-outside-excursion): Use them.
21892
21893 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21894 Fix the condition for whether to print "In WHERE".
21895
21896 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21897
21898 * finder.el (finder-mode-hook): New variable.
21899 (finder-mode): Run hook finder-mode-hook
21900
21901 2003-09-18 Masatake YAMATO <jet@gyve.org>
21902
21903 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21904
21905 2003-09-17 Mario Lang <mlang@delysid.org>
21906
21907 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21908 "p %e" to actually print the value in the GUD buffer.
21909
21910 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21911
21912 From David Ponce <david.ponce@wanadoo.fr>:
21913 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21914 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21915 from loaddefs-boot.el if necessary.
21916
21917 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21918
21919 * progmodes/gud.el (gud-find-class): Make jdb work again since
21920 cc-mode changed the syntactic information.
21921
21922 2003-09-15 David Ponce <david@dponce.com>
21923
21924 * recentf.el: (recentf-exclude): Accept predicates too.
21925 (recentf-file-readable-p): New function.
21926 (recentf-include-p): Handle predicates in recentf-exclude.
21927 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21928 (recentf-cleanup): Likewise.
21929 (recentf-save-list): Use write-file to handle backup of
21930 recentf-save-file.
21931
21932 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21933
21934 * loaddefs-boot.el: Renamed from `loaddefs.el'
21935 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21936 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21937 necessary.
21938
21939 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21940
21941 * electric.el (Electric-pop-up-window): For the `one-window' case,
21942 no longer disconcertingly move point in the original buffer.
21943
21944 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21947
21948 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21949
21950 * dired.el (dired-mode-map): Fix typo.
21951
21952 2003-09-11 Richard M. Stallman <rms@gnu.org>
21953
21954 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21955
21956 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21957
21958 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21959 the function is less noisy. Now only `kill-buffer' can ask questions.
21960
21961 2003-09-10 Mario Lang <mlang@delysid.org>
21962
21963 * battery.el: Update Commentary and Copyright.
21964 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21965 appear due to wrong ordering of the expressions in `or'.
21966
21967 2003-09-09 Lute Kamstra <lute@gnu.org>
21968
21969 * misc.el (upcase-char): Fix docstring.
21970 (zap-up-to-char): New command.
21971
21972 2003-09-08 David Ponce <david@dponce.com>
21973
21974 Ensure that recentf correctly updates the menu bar.
21975 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21976 (recentf-menu-bar): New function.
21977 (recentf-clear-data): Use it
21978 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21979 of easy-menu-change.
21980
21981 2003-09-08 Lute Kamstra <lute@gnu.org>
21982
21983 * simple.el (size-indication-mode): New.
21984 * bindings.el (mode-line-position): Add buffer size indicator.
21985
21986 2003-09-04 Mario Lang <mlang@delysid.org>
21987
21988 * battery.el (battery-linux-proc-acpi): New function.
21989 (battery-status-function): Modify default value calculation to also
21990 check for availability of ACPI.
21991 (battery-echo-area-format): Ditto.
21992 (battery-mode-line-format): Ditto.
21993
21994 2003-09-06 Dave Love <fx@gnu.org>
21995
21996 * ielm.el (ielm-mode-hook): Add :options.
21997
21998 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21999 (eldoc-print-current-symbol-info): Use it.
22000
22001 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22002
22003 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22004 being displayed in GUD buffer.
22005 (gdb-idle-input-queue): Remove var. Use just one queue.
22006 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22007 Remove functions. Use just one queue.
22008 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22009 (gdb-invalidate-assembler, gdb-get-current-frame):
22010 Modify functions. Use just one queue.
22011
22012 2003-09-04 Dave Love <fx@gnu.org>
22013
22014 * cus-start.el: Add blink-cursor-alist.
22015
22016 * ruler-mode.el (ruler-mode-fill-column-char)
22017 (ruler-mode-current-column-char): Use char-displayable-p,
22018 not window-system.
22019
22020 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22021
22022 * language/european.el (windows-1252): Move from code-pages.
22023
22024 * language/cyrillic.el ("Windows-1251"): Delete.
22025 ("Bulgarian", "Belarusian"): Remove `features'.
22026 (windows-1251): Move from code-pages.
22027
22028 * international/mule-diag.el (non-iso-charset-alist):
22029 Remove `codepage' stuff.
22030 (print-designation, list-coding-systems-1): Output fixes.
22031
22032 * international/code-pages.el (cp-make-translation-table)
22033 (cp-valid-codes): Made defsubsts.
22034 (cp-fix-safe-chars): Delete.
22035 (mule-diag): Don't require.
22036 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22037 (top-level): Check for defined coding system when defining
22038 cp... aliases. Change w32-add-charset-info test to avoid warning.
22039 (non-iso-charset-alist): Defvar when compiling.
22040 (cp-make-coding-system): Doc fix.
22041
22042 2003-09-02 Jason Rumney <jasonr@gnu.org>
22043
22044 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22045 line-ends from CVS before doing conversion.
22046
22047 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22048
22049 * calendar/diary-lib.el (diary-header-line-flag)
22050 (diary-header-line-format): New variables.
22051 (list-diary-entries): Use them to set header line in simple diary.
22052
22053 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22054 other than font-lock-string-face to highlight backslashes.
22055
22056 2003-09-01 Jason Rumney <jasonr@gnu.org>
22057
22058 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22059 regexp.
22060
22061 2003-09-01 Dave Love <fx@gnu.org>
22062
22063 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22064
22065 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22066 and :help; also line and column numbers labels.
22067
22068 * international/mule-util.el (char-displayable-p): Move from
22069 latin1-disp, rename and autoload.
22070
22071 * international/latin1-disp.el (latin1-char-displayable-p):
22072 Now obsolete alias. Replace uses with char-displayable-p.
22073 (latin1-display-ucs-per-lynx): Fix last change.
22074
22075 * international/mule-cmds.el (standard-display-european-internal):
22076 Don't use char code for Latin-1 NBSP.
22077 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22078 U+2018, U+2019 for `'.
22079 (select-safe-coding-system): Message fix.
22080
22081 2003-09-01 Kenichi Handa <handa@m17n.org>
22082
22083 * international/fontset.el (setup-default-fontset): For Thai
22084 font, specify "*" family.
22085
22086 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22087
22088 * progmodes/compile.el (previous-error): Accept a prefix
22089 argument, similarly to next-error.
22090
22091 2003-08-31 Masatake YAMATO <jet@gyve.org>
22092
22093 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22094 the number of files. Bind the number of files to a local
22095 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22096
22097 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22098
22099 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22100 2003-07-26: msdos-long-file-names is a function, not a variable.
22101
22102 2003-08-29 Richard M. Stallman <rms@gnu.org>
22103
22104 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22105 Do nothing with mail-personal-alias-file if it is nil.
22106
22107 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22108 Do nothing if mail-personal-alias-file is nil.
22109
22110 * term.el (term-exec-1): Bind coding-system-for-read.
22111
22112 * dired.el (dired-mouse-find-file-other-window):
22113 Use dired-view-command-alist here, as in dired-view-file.
22114 (dired-view-command-alist): Use %s to substitute file name.
22115 Handle .ps_pages, .eps, .jpg, .gif, .png.
22116
22117 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22118
22119 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22120 `Info-prev-reference', instead of M-tab.
22121
22122 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22123
22124 * simple.el (blink-matching-open): Work correctly on chars that
22125 are designated as parens through the syntax-table text property.
22126
22127 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22128
22129 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22130 line break position in the middle of a non-kinsoku (e.g. latin)
22131 word, making it skip until either a space or a character with
22132 category "|".
22133 (kinsoku-longer): Test for end of buffer.
22134
22135 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22136
22137 * mail/rmail.el (rmail-convert-to-babyl-format):
22138 Detect quoted-printable- and base64-encoded messages and decode them
22139 automatically. Set the message's encoding from the charset=
22140 header, if any. Decode base64-encoded messages in Mail format as well.
22141
22142 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22143
22144 * mail/smtpmail.el: Fix previous change.
22145 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22146 calling smtpmail-via-smtp.
22147 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22148
22149 2003-08-26 John Paul Wallington <jpw@gnu.org>
22150
22151 * image.el (image-jpeg-p): Don't search beyond length of data.
22152
22153 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22154
22155 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22156 misfeature in `expand-abbrev' which caused electric keywords like
22157 "else" to disappear if an open brace was typed directly afterwards.
22158
22159 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22160
22161 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22162 mandatory in `define-widget'.
22163
22164 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22165 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22166
22167 (c-assignment-operators): New language constant that only contains
22168 the assignment operators.
22169
22170 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22171
22172 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22173
22174 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22175 Safeguard against unbalanced sexps.
22176
22177 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22178
22179 * version.el (emacs-version): Check for gtk. Include gtk version info.
22180
22181 2003-08-25 John Paul Wallington <jpw@gnu.org>
22182
22183 * man.el (Man-default-man-entry): Don't whizz past the section
22184 number before looking for it.
22185
22186 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22187
22188 * progmodes/gud.el (gud-display-line): Don't set window-point if
22189 source buffer is not visible. (Only happens with M-x gdba.)
22190
22191 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22192 documentation.
22193 (gdb-source, gdb-source-info): Update to assembler unnecessary
22194 as its done after each GDB command anyway.
22195 (gdb-pre-prompt): Use with-current-buffer.
22196 (gdb-insert-field): Add help-echo text.
22197 (gdb-invalidate-assembler): Re-display of assembler now done in
22198 gdb-info-breakpoints-custom.
22199 (gdb-info-breakpoints-custom): Force re-display of assembler to
22200 happen *after* update of breakpoints buffer.
22201 (gdb-display-source-buffer): Don't choke if gdb-source-window
22202 isn't visible.
22203 (gdb-put-string, gdb-put-arrow): Remove free variables.
22204
22205 2003-08-24 John Paul Wallington <jpw@gnu.org>
22206
22207 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22208
22209 * man.el (Man-default-man-entry): Strip text properties when
22210 snarfing parts of entry because `format' preserves properties.
22211
22212 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22213
22214 * files.el (file-newest-backup): Use `expand-file-name'.
22215
22216 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22217 Allow the diary to pop up a new frame, if needed.
22218
22219 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22220 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22221 (smtpmail-send-it): Make treatment of envelope-from consistent with
22222 sendmail.el.
22223
22224 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22225 (sh-leading-keywords): Add the bash `time' reserved word.
22226 (sh-variables): Add some bash variables.
22227 (sh-add-completer): Fix nil branch of case statement.
22228
22229 2003-08-24 Masatake YAMATO <jet@gyve.org>
22230
22231 * progmodes/ld-script.el: New file.
22232
22233 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22234
22235 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22236
22237 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22238
22239 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22240 Better explain obsolescence, and what to use instead.
22241
22242 2003-08-23 Masatake YAMATO <jet@gyve.org>
22243
22244 * pcvs.el (cvs-do-removal): Show the deleted file name
22245 on the prompt.
22246
22247 2003-08-20 Dave Love <fx@gnu.org>
22248
22249 * international/mule.el (make-coding-system)
22250 (set-buffer-file-coding-system): Doc fix.
22251
22252 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22253
22254 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22255
22256 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22257
22258 * international/utf-16.el: Add mime-text-unsuitable coding system
22259 properties.
22260
22261 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22262
22263 * cus-edit.el: Add some :links.
22264 (bib): Remove.
22265
22266 * textmodes/bib-mode.el (bib): Add :group external.
22267
22268 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22269
22270 * wid-edit.el (widget-echo-help): Make it handle expressions that
22271 evaluate to strings.
22272
22273 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22274
22275 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22276
22277 Simplify selection of SQL products to define highlighting and
22278 interactive mode. Includes detailed instructions on adding
22279 support for new products.
22280
22281 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22282 product for use in highlighting and interactive mode.
22283 (sql-interactive-product): New variable. SQL product for
22284 sql-interactive-mode.
22285 (sql-product-support): New variable. Specifies product-specific
22286 parameters to drive highlighting and interactive mode.
22287 (sql-imenu-generic-expression): Add more object types.
22288 (sql-sqlite-options): Correct comment.
22289 (sql-ms-program): Use "osql" rather than "isql".
22290 (sql-prompt-regexp, sql-prompt-length): Update comment.
22291 (sql-mode-menu): Add "Start SQLi session" entry.
22292 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22293 (sql-mode-abbrev-table): Add abbreviations. Support of
22294 SYSTEM-FLAG on define-abbrev. Support was removed with last
22295 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22296 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22297 names.
22298 (sql-mode-ansi-font-lock-keywords): Set as default value.
22299 (sql-mode-oracle-font-lock-keywords): Set as default value.
22300 Support Oracle 9i keywords.
22301 (sql-mode-postgres-font-lock-keywords): Set as default value.
22302 (sql-mode-linter-font-lock-keywords): Set as default value.
22303 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22304 SQLServer 2000.
22305 (sql-mode-sybase-font-lock-keywords)
22306 (sql-mode-interbase-font-lock-keywords)
22307 (sql-mode-sqlite-font-lock-keywords)
22308 (sql-mode-strong-font-lock-keywords)
22309 (sql-mode-mysql-font-lock-keywords)
22310 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22311 keywords.
22312 (sql-mode-font-lock-defaults): Update comment.
22313 (sql-product-feature): New function. Returns feature associated
22314 with a product from `sql-product-support' alist.
22315 (sql-product-font-lock): New function. Set font-lock support
22316 based on `sql-product'.
22317 (sql-add-product-keywords): New function. Add font-lock rules to
22318 product-specific keyword variables.
22319 (sql-set-product): New function. Set `sql-product' and apply
22320 appropriate font-lock highlighting.
22321 (sql-highlight-product): New function. Set font-lock support
22322 based on a product. Also set mode name to include product name.
22323 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22324 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22325 Use `sql-set-product'.
22326 (sql-highlight-ms-keywords)
22327 (sql-highlight-sybase-keywords)
22328 (sql-highlight-interbase-keywords)
22329 (sql-highlight-strong-keywords)
22330 (sql-highlight-mysql-keywords)
22331 (sql-highlight-sqlite-keywords)
22332 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22333 (sql-get-login): Prompt in the same order as the tokens.
22334 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22335 (sql-product-interactive): New function. Common portions of
22336 product-specific interactive mode wrappers.
22337 (sql-interactive-mode): Rewritten to use product features.
22338 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22339 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22340 (sql-db2, sql-linter): Use `sql-product-interactive'.
22341 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22342 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22343 (sql-connect-ingres, sql-connect-postgres)
22344 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22345 New functions. Format command line parameters and invoke comint on
22346 the appropriate interpreter. Code was in the corresponding
22347 `sql-xyz' function before.
22348 (sql-connect-ms): New function. Support -E argument to use
22349 operating system credentials for authentication.
22350
22351 2003-08-18 Kenichi Handa <handa@m17n.org>
22352
22353 * international/mule.el (encode-char): Fix for the ASCII case.
22354
22355 2003-08-15 Kenichi Handa <handa@m17n.org>
22356
22357 * international/fontset.el (setup-default-fontset): Change "*" to
22358 nil in the specifications of font family.
22359
22360 2003-08-18 Kim F. Storm <storm@cua.dk>
22361
22362 * kmacro.el (kmacro-keymap): Group related bindings in
22363 initialization for clarity. Bind C-s to start macro.
22364 Remove C-r binding.
22365 (kmacro-initial-counter-value): New defvar to hold initial counter
22366 value in case we set the value before defining a macro.
22367 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22368 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22369 not defining or executing macro. Doc fix.
22370 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22371 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22372 temporarily view older elements on the macro ring without cycling
22373 the ring.
22374 (kmacro-display): Doc fix.
22375 (kmacro-exec-ring-item): New helper function.
22376 (kmacro-call-ring-2nd): Use it.
22377 (kmacro-call-ring-2nd-repeat): Doc fix.
22378 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22379 (kmacro-end-or-call-macro): Execute last viewed macro (using
22380 kmacro-exec-ring-item) from ring if this follows
22381 kmacro-view-macro. This allows us to find a macro on the ring
22382 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22383 the ring to bring it to the head of the ring.
22384 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22385 Allow binding to reserved keys without specifying C-x C-k prefix.
22386 Ask for confirmation if entered key sequence is already bound to
22387 a non-macro command.
22388 (kmacro-view-macro): Repeating command will show older elements
22389 on the macro ring; C-k will execute the last viewed macro.
22390 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22391 property from 'ring to 'head.
22392
22393 2003-08-17 Alan Shutko <ats@acm.org>
22394
22395 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22396 keeping December out of the alist.
22397
22398 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22399
22400 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22401 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22402 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22403 (calendar-flatten): New function.
22404 (calendar-mouse-view-other-diary-entries)
22405 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22406 in the menu title and to show multi-line diary entries correctly
22407 in the menu.
22408
22409 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22410
22411 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22412 defcustom, because the default was recently changed.
22413
22414 2003-08-16 Richard M. Stallman <rms@gnu.org>
22415
22416 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22417
22418 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22419 New subroutine, broken out of eval-last-sexp-1.
22420 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22421
22422 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22423
22424 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22425
22426 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22427
22428 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22429
22430 * progmodes/compile.el (compilation-error-regexp-alist):
22431 Add Java ANt error detection as described in document
22432 http://ant.apache.org/faq.html
22433
22434 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22435
22436 * simple.el (backward-word, forward-to-indentation)
22437 (backward-to-indentation): Argument changed to optional.
22438 (next-line, previous-line): Use `or' instead of `unless'.
22439
22440 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22441
22442 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22443 instead of a constant.
22444
22445 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22446
22447 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22448
22449 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22450
22451 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22452 (vc-sccs-workfile-version): Search the entire delta table, rather
22453 than just the first entry, because that might be a deleted version.
22454
22455 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22456
22457 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22458 [save-place] binding in the Options menu. Have it require
22459 'saveplace' and then toggle the variable manually, to avoid an an
22460 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22461 for the bug report.
22462
22463 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22464
22465 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22466 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22467 (gdb-info-threads-custom): Add help-echo text.
22468 (gdb-display-back): Don't use purecopy.
22469 (gdb-info-breakpoints-custom, gdb-reset)
22470 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22471 icons can be displayed.
22472
22473 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22474
22475 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22476
22477 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22478
22479 * bookmark.el (bookmark-completing-read):
22480 Return a string, instead of a list of one string.
22481 Use a popup menu if activated from the mouse.
22482 (bookmark-edit-annotation): Remove unused vars.
22483 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22484 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22485 to bookmark-completing-read.
22486 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22487 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22488 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22489 and erase-buffer.
22490 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22491 (bookmark-menu-jump, bookmark-menu-insert)
22492 (bookmark-popup-menu-and-apply-function)
22493 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22494 (bookmark-menu-build-paned-menu): Remove by folding it into
22495 bookmark-menu-popup-paned-menu.
22496 (menu-bar-bookmark-map): Move the define-key statements here.
22497 Use the "non-menu" commands since they now pop up a menu if needed.
22498 (bookmark-exit-hook-internal): Simplify.
22499
22500 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22501
22502 * reftex-toc.el (reftex-toc-rename-label): New function.
22503 (reftex-toc-check-docstruct): New function.
22504
22505 * reftex.el (reftex-region-active-p): New function.
22506
22507 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22508 regexp to find the \bibliography macro.
22509
22510 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22511 which does not exist in LaTeX.
22512 (reftex-cite-format-builtin): Added amsrefs support.
22513 (reftex-toc-confirm-promotion): New option
22514
22515 * reftex-toc.el
22516 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22517 (reftex-toc-demote, reftex-toc-promote)
22518 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22519 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22520 (reftex-toc-newhead-from-alist)
22521 (reftex-toc-load-all-files-for-promotion): New functions.
22522 (reftex-toc-help): Added description of new keys.
22523 (reftex-toc-split-windows-fraction): New option.
22524 (reftex-recenter-toc-when-idle): Search *toc* window on all
22525 visible frames.
22526 (reftex-toc): Additional parameter REUSE
22527 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22528 with REUSE argument.
22529 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22530 the call of `reftex-toc'.
22531 (reftex-make-separate-toc-frame): New function .
22532 (reftex-toc-recenter): When called with triple prefix arg, call
22533 `reftex-make-separate-toc-frame' first.
22534 (reftex-toc-toggle-dedicated-frame): New command.
22535 (reftex-toc-quit): Adapted to delete frame when called in
22536 dedicated frame.
22537
22538 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22539 all enclosing macros.
22540
22541
22542 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22543
22544 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22545 first use.
22546
22547 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22548
22549 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22550
22551 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22552
22553 * calendar/calendar.el (list-diary-entries-hook)
22554 (diary-display-hook, nongregorian-diary-listing-hook)
22555 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22556 Add some customize options for these hooks.
22557 (calendar-abbrev-construct): Don't try to take a substring longer
22558 than the original string.
22559
22560 2003-08-05 Richard M. Stallman <rms@gnu.org>
22561
22562 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22563 (testcover-reinstrument-clauses): Doc fix.
22564
22565 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22566 (warning-type-format): Rename from warning-group-format.
22567
22568 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22569 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22570 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22571 to prevent warnings about defvar for an obsolete variable.
22572
22573 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22574 warning-group-format renamed to warning-type-format.
22575
22576 * subr.el (read-passwd): Use clear-string instead of fillarray.
22577
22578 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22579 Use vconcat instead of concat.
22580 (edmacro-sanitize-for-string): New function.
22581
22582 2003-08-05 Dave Love <fx@gnu.org>
22583
22584 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22585 line-number-display-limit-width.
22586
22587 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22588
22589 2003-08-05 Kenichi Handa <handa@m17n.org>
22590
22591 * international/code-pages.el: Don't require mule-diag.
22592
22593 * international/mule-diag.el (non-iso-charset-alist):
22594 Add autoload cookie.
22595
22596 * language/devan-util.el (dev-glyph-order): Add an entry for the
22597 glyph code #xC4.
22598
22599 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22600
22601 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22602 (european-calendar-style, diary-date-forms)
22603 (calendar-day-name-array, calendar-month-name-array): Doc change.
22604 (generate-calendar-month): Adapt for new behavior of
22605 `calendar-day-name' function.
22606 (calendar-abbrev-length, calendar-day-abbrev-array)
22607 (calendar-month-abbrev-array): New variables.
22608 (calendar-abbrev-construct): New function.
22609 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22610 rather than fixing abbrevs at some width. Calling syntax change.
22611 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22612 (calendar-date-string): Adapt for new behaviors of
22613 `calendar-day-name' and `calendar-month-name' functions.
22614
22615 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22616 behavior of `calendar-day-name' and `calendar-month-name' functions.
22617 (diary-name-pattern): Use abbrev arrays, rather than fixing
22618 abbrevs at three chars. Calling syntax change.
22619 (mark-diary-entries): Adapt for new behaviors of
22620 `diary-name-pattern' and `calendar-make-alist' functions.
22621 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22622 `diary-name-pattern' function.
22623 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22624 fixing abbrevs at three chars. Calling syntax change.
22625 (cal-hebrew, cal-islam): Require when compiling.
22626 (diary-font-lock-keywords): Adapt for new behavior of
22627 `font-lock-diary-date-forms' function.
22628
22629 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22630 (calendar-hebrew-month-name-array-common-year)
22631 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22632 (list-hebrew-diary-entries): Adapt for new behaviors of
22633 `calendar-day-name' and `add-to-diary-list' functions.
22634 (mark-hebrew-diary-entries): Adapt for new behaviors of
22635 `diary-name-pattern' and `calendar-make-alist' functions.
22636
22637 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22638 Add doc string.
22639 (list-islamic-diary-entries): Adapt for new behaviors of
22640 `calendar-day-name' and `add-to-diary-list' functions.
22641 (mark-islamic-diary-entries): Adapt for new behaviors of
22642 `diary-name-pattern' and `calendar-make-alist' functions.
22643
22644 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22645 `calendar-month-name' function.
22646
22647 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22648
22649 * calendar/solar.el (solar-seasons-data): Move definition before use.
22650
22651 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22652 (cal-tex-LaTeX-hourbox): Move definition before use.
22653
22654 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22655 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22656 * lunar.el, solar.el (displayed-month, displayed-year):
22657 Define for compiler.
22658
22659 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22660
22661 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22662 MODE. Renamed from c-init-c-language-vars'.
22663 (c-initialize-cc-mode): Change accordingly.
22664 (c-common-init): Ditto.
22665 (c-mode): Ditto.
22666 (c++-mode): Use `c-init-language-vars-for'.
22667 (objc-mode): Ditto.
22668 (java-mode): Ditto.
22669 (idl-mode): Ditto.
22670 (pike-mode): Ditto.
22671 (awk-mode): Ditto.
22672
22673 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22674
22675 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22676 or not the point moved.
22677
22678 (c-search-decl-header-end): Don't trip up on operator identifiers
22679 in C++ and operators like == in all languages.
22680
22681 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22682 Detect leading labels correctly.
22683
22684 2003-08-02 Andreas Schwab <schwab@suse.de>
22685
22686 * textmodes/ispell.el: Don't redo key bindings on loading, put
22687 them only in loaddefs.el.
22688 * bookmark.el: Likewise.
22689 * dabbrev.el: Likewise.
22690 * emerge.el: Likewise.
22691
22692 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22693 has more than one member.
22694
22695 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22696
22697 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22698
22699 * lpr.el (printify-region): It was ending conversion before the
22700 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22701
22702 2003-07-31 John Paul Wallington <jpw@gnu.org>
22703
22704 * net/browse-url.el (browse-url-epiphany): Doc fix.
22705
22706 2003-07-30 Kenichi Handa <handa@m17n.org>
22707
22708 * international/fontset.el (setup-default-fontset):
22709 Change registry names of Akurti fonts.
22710
22711 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22712
22713 * comint.el (comint-read-noecho): Use `clear-string' instead of
22714 `fillarray'.
22715
22716 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22717
22718 * outline.el (outline-mode-hook): Add defvar.
22719
22720 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22721
22722 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22723 Restore assembler in source window if that is what has been selected.
22724 (menu): Add gdb-restore-windows to menu. Make gdba
22725 specific menus only visible from gdba.
22726
22727 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22728
22729 * progmodes/compile.el (compilation-environment): New user variable.
22730 (compile-internal): Respect it.
22731
22732 2003-07-23 Masatake YAMATO <jet@gyve.org>
22733
22734 * progmodes/gud.el (gdb-script-font-lock-keywords):
22735 Put `font-lock-function-name-face' on a symbol which includes
22736 `-' like `hook-run'. Put font-lock-variable-name-face
22737 on a symbol starting with $.
22738
22739 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22740
22741 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22742
22743 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22744
22745 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22746
22747 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22748
22749 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22750 Use with-no-warnings.
22751 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22752 rather than to find-file-not-found-hook, which doesn't exist.
22753
22754 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22755
22756 * international/quail.el (quail-translate-key): Fix previous change.
22757
22758 2003-07-25 John Paul Wallington <jpw@gnu.org>
22759
22760 * server.el (server-start): Check `server-process' is non-nil
22761 before killing it to avoid killing current buffer's process.
22762
22763 * simple.el (choose-completion-string): Use `minibufferp';
22764 test `completion-reference-buffer' if `buffer' arg is nil.
22765 (push-mark): Use `when' and `unless'.
22766 (pop-mark): Use `when'.
22767
22768 * mouse-sel.el (mouse-sel-get-selection-function):
22769 Check `x-last-selected-text-primary'. Don't barf if it or
22770 `x-last-selected-text' aren't bound.
22771
22772 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22773
22774 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22775
22776 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22777
22778 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22779
22780 2003-07-23 John Paul Wallington <jpw@gnu.org>
22781
22782 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22783
22784 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22785
22786 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22787 string. Defvar the derived hook.
22788
22789 * macros.el (insert-kbd-macro): Escape double quote character.
22790 From Thomas W Murphy <twm@andrew.cmu.edu>.
22791
22792 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22793
22794 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22795 to match the specific mark rather than reusing comment-start-skip.
22796
22797 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22798
22799 * progmodes/hideshow.el (hs-special-modes-alist):
22800 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22801
22802 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22803
22804 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22805 value using ?\s.
22806
22807 2003-07-21 John Paul Wallington <jpw@gnu.org>
22808
22809 * subr.el (with-selected-window): Add closing paren.
22810
22811 2003-07-21 Richard M. Stallman <rms@gnu.org>
22812
22813 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22814 (lisp-mode): Likewise.
22815
22816 * subr.el (with-selected-window): Copy code form save-selected-window
22817 so as to call select-window with norecord arg.
22818 (dynamic-completion-table): Doc fix.
22819 (lazy-completion-table): Doc fix.
22820
22821 * international/mule-cmds.el (set-locale-environment):
22822 langinfo renamed to locale-info.
22823
22824 * international/mule.el (auto-coding-functions): Doc fix.
22825
22826 2003-07-21 Kenichi Handa <handa@m17n.org>
22827
22828 * international/quail.el (quail-translate-key):
22829 Update quail-current-str correctly.
22830
22831 2003-07-21 Andreas Schwab <schwab@suse.de>
22832
22833 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22834 ?, to "_".
22835
22836 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22837 Version 2.0.36 of Tramp released.
22838
22839 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22840 tramp-password-end-of-line.
22841 (tramp-password-end-of-line): New method parameter.
22842 (tramp-get-password-end-of-line): Function to access method
22843 parameter `tramp-password-end-of-line', or variable
22844 `tramp-default-password-end-of-line' (default value).
22845 (tramp-methods): Add entries for new parameter
22846 tramp-password-end-of-line.
22847 (tramp-enter-password): Use new function
22848 `tramp-get-password-end-of-line'.
22849 (tramp-handle-insert-file-contents): Do not
22850 unconditionally inhibit the file operation file-local-copy, only
22851 do that when the inhibit-file-name-operation is currently
22852 insert-file-contents. This fixes finding remote CVS-controlled
22853 files. (It would barf on inserting the CVS/Entries file
22854 literally, because the file-local-copy handler wasn't called.)
22855 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22856 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22857 (tramp-initial-commands): New variable.
22858 (tramp-process-initial-commands): New function, using the variable.
22859 (tramp-open-connection-setup-interactive-shell): Call the new function.
22860 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22861 method into the buffer name, never use nil. Reported by Hanak
22862 David <dhanak@inf.bme.hu>.
22863 (tramp-open-connection-setup-interactive-shell): Erase buffer
22864 before sending "stty -onlcr".
22865
22866 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22867
22868 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22869
22870 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22871
22872 2003-07-19 John Paul Wallington <jpw@gnu.org>
22873
22874 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22875 (artist-draw-rect, artist-draw-square): Doc fixes.
22876
22877 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22878
22879 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22880
22881 2003-07-19 Kenichi Handa <handa@m17n.org>
22882
22883 * international/kkc.el (kkc-show-conversion-list-update):
22884 Highlight the correct candidate in the message.
22885
22886 2003-07-18 John Paul Wallington <jpw@gnu.org>
22887
22888 * simple.el (current-word): Don't include punctuation char when
22889 `really-word' arg is non-nil.
22890
22891 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22892
22893 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22894 moved to the directory obsolete.
22895
22896 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22897
22898 * info.el (Info-menu-entry-name-re): Allow newlines in
22899 menu entry names.
22900
22901 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22902 syntax-ppss-after-change-function.
22903 (syntax-ppss-after-change-function): New alias. Update uses.
22904 (syntax-ppss): Catch the case where the buffer is narrowed.
22905
22906 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22907
22908 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22909 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22910
22911 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22912
22913 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22914 since it might be modified.
22915
22916 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22917 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22918 names to these language constants.
22919
22920 2003-07-15 Kim F. Storm <storm@cua.dk>
22921
22922 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22923 All uses changed.
22924
22925 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22926
22927 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22928 Namespace support.
22929
22930 2003-07-13 Juanma Barranquero <lektu@terra.es>
22931
22932 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22933 papers received).
22934
22935 2003-07-13 Karl Eichwalder <ke@suse.de>
22936
22937 * textmodes/po.el (po-find-charset): White space at the start of the
22938 Content-Type field body is non-mandatory.
22939
22940 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22941
22942 * textmodes/texinfo.el (texinfo-section-list):
22943 Append appendixsection; a synonym for appendixsec.
22944
22945 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22946
22947 * man.el (Man-translate-cleanup): New.
22948 (Man-translate-references): Call `Man-translate-cleanup' to clean
22949 leading, trailing and middle spaces.
22950
22951 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22952
22953 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22954 Handle `dired-directory' being a list.
22955
22956 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22957
22958 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22959 it doesn't exist.
22960
22961 2003-07-12 Richard M. Stallman <rms@gnu.org>
22962
22963 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22964
22965 * progmodes/cc-defs.el (c-make-keywords-re):
22966 Don't use delete-duplicates.
22967 (c-lang-const): Don't use mapcan.
22968
22969 * apropos.el (apropos-show-scores): Make it customizable.
22970 Document new meaning.
22971 (apropos): Compute scores from symbols.
22972 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22973
22974 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22975
22976 * ps-bdf.el: Fix copyright line.
22977 (bdf-directory-list): Fix initialization code.
22978
22979 2003-07-11 John Paul Wallington <jpw@gnu.org>
22980
22981 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22982 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22983 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22984
22985 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22986
22987 * emacs-lisp/ring.el (ring-elements): Doc fix.
22988
22989 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22990
22991 * calendar/timeclock.el (timeclock-relative)
22992 (timeclock-ask-before-exiting, timeclock-use-display-time):
22993 Doc changes.
22994 (timeclock-modeline-display): Give a message if
22995 `timeclock-use-display-time' is non-nil but `display-time-mode'
22996 is not active.
22997
22998 2003-07-11 Kenichi Handa <handa@m17n.org>
22999
23000 * international/mule-cmds.el (set-language-environment):
23001 Set current-language-environment to the correct string.
23002
23003 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23004
23005 * ps-print.el: Print line number correctly in a region. Reported by
23006 Tim Allen <timallen@ls83.fsnet.co.uk>.
23007 (ps-print-version): New version number (6.6.2).
23008 (ps-printing-region): Code fix.
23009
23010 2003-07-10 John Paul Wallington <jpw@gnu.org>
23011
23012 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23013 this function can be called from `add-completions-from-tags-table'.
23014
23015 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23016
23017 * calendar/timeclock.el (timeclock-use-display-time)
23018 (timeclock-day-over-hook, timeclock-workday-remaining)
23019 (timeclock-status-string, timeclock-when-to-leave)
23020 (timeclock-when-to-leave-string, timeclock-log-data)
23021 (timeclock-find-discrep, timeclock-day-base)
23022 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23023 (timeclock-modeline-display): Set the variable
23024 `timeclock-modeline-display'.
23025 (timeclock-update-modeline): Doc fix. Respect value of
23026 `timeclock-relative'.
23027
23028 2003-07-09 Richard M. Stallman <rms@gnu.org>
23029
23030 * textmodes/reftex-parse.el (reftex-all-document-files):
23031 Add autoload cookie.
23032
23033 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23034 (reftex-scanning-info-available-p): Add autoload cookie.
23035
23036 * international/mule-cmds.el
23037 (set-display-table-and-terminal-coding-system): Delete duplicate
23038 aset on standard-display-table.
23039
23040 * view.el (view-file): If existing buffer's major mode is special,
23041 don't go into view mode.
23042
23043 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23044
23045 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23046
23047 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23048 buffer changes; there's third party code that calls this function
23049 directly.
23050
23051 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23052
23053 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23054 (autodoc-font-lock-keywords): Don't byte compile on font lock
23055 initialization when running from byte compiled files.
23056
23057 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23058
23059 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23060 statement ends with auto-increment "++".
23061
23062 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23063
23064 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23065 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23066 these are changed, so declare them as variables and not constants.
23067
23068 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23069
23070 * subr.el (dolist, dotimes): Doc fix.
23071
23072 2003-07-08 Kim F. Storm <storm@cua.dk>
23073
23074 * international/mule-cmds.el
23075 (set-display-table-and-terminal-coding-system): Don't break
23076 bootstrap if standard-display-table isn't setup yet.
23077
23078 2003-07-07 Richard M. Stallman <rms@gnu.org>
23079
23080 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23081 Give it a doc string, and autoload it.
23082
23083 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23084 Use with-no-warnings.
23085
23086 * info.el (Info-search): If find invisible text, search again.
23087
23088 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23089
23090 * man.el (Man-name-regexp): Match + as part of name.
23091
23092 * simple.el (visible-mode): Rename from vis-mode.
23093 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23094
23095 * simple.el (current-word): New arg REALLY-WORD specifies
23096 don't include punctuation chars.
23097
23098 * emacs-lisp/debug.el (debug, debugger-env-macro):
23099 Use with-no-warnings while accessing and binding unread-command-char.
23100
23101 * international/mule-cmds.el
23102 (set-display-table-and-terminal-coding-system): Use explicit loop
23103 instead of calling standard-display-default.
23104
23105 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23106 Use condition-case to catch error in ange-ftp-get-files.
23107
23108 * net/browse-url.el (browse-url-browser-function):
23109 Add alternative for Epiphany.
23110 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23111 (browse-url-epiphany-startup-arguments)
23112 (browse-url-epiphany-new-window-is-tab): New variables.
23113 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23114
23115 * progmodes/compile.el (compile-auto-highlight): Default now t.
23116 (compile): Doc fix.
23117 (compilation-next-error): Fix previous change.
23118
23119 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23120
23121 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23122
23123 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23124
23125 * gdb-ui.el (gdb-source-info): Display current frame when
23126 attaching to an existing process.
23127 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23128 while laying out windows when attaching to an existing process.
23129
23130 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23131
23132 * info.el (Info-menu): Use Info-menu-entry-name-re.
23133
23134 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23135
23136 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23137 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23138
23139 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23140 to match the same text.
23141
23142 2003-07-06 John Paul Wallington <jpw@gnu.org>
23143
23144 * vc.el (vc-annotate-offset): Move defvar up.
23145
23146 2003-07-06 Kim F. Storm <storm@cua.dk>
23147
23148 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23149 This should fix the infinite loop when extracting menu names.
23150
23151 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23152
23153 * files.el (auto-mode-alist, interpreter-mode-alist):
23154 Remove entries to CC Mode modes to avoid duplicates; they are now added
23155 with autoload directives in cc-mode.el.
23156
23157 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23158
23159 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23160 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23161 these are changed, so declare them as variables and not constants.
23162
23163 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23164 ensure that the entry for ".c" extension comes before the one for
23165 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23166 Fix incorrect entries that were added to `interpreter-mode-alist'.
23167 Move the autoload directives for AWK to the top level since they
23168 aren't recognized anywhere else. Do not use the new AWK mode doc
23169 in the autoload form for the old AWK mode.
23170
23171 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23172
23173 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23174 (bibtex-sort-ignore-string-entries): Default value t.
23175 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23176 erroneously in previous version.
23177 (bibtex-string-files): Docstring reflects new parsing scheme.
23178 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23179 docstring, add # as one of the chars to crush
23180 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23181 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23182 (bibtex-autokey-name-change-strings)
23183 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23184 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23185 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23186 (bibtex-autokey-title-terminators)
23187 (bibtex-autokey-titlewords-stretch)
23188 (bibtex-autokey-titleword-ignore)
23189 (bibtex-autokey-titleword-case-convert)
23190 (bibtex-autokey-titleword-abbrevs)
23191 (bibtex-autokey-titleword-abbrevs)
23192 (bibtex-autokey-titleword-change-strings)
23193 (bibtex-autokey-titleword-length)
23194 (bibtex-autokey-titleword-separator)
23195 (bibtex-autokey-name-year-separator)
23196 (bibtex-autokey-year-title-separator)
23197 (bibtex-autokey-before-presentation-function)
23198 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23199 Fix docstring.
23200 (bibtex-strings, bibtex-reference-keys):
23201 Use lazy-completion-table and make-variable-buffer-local.
23202 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23203 (bibtex-braced-string-syntax-table)
23204 (bibtex-quoted-string-syntax-table): New variables.
23205 (bibtex-parse-nested-braces): Remove.
23206 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23207 (bibtex-parse-association): Simplify.
23208 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23209 (bibtex-parse-field-text): Simplify.
23210 (bibtex-search-forward-field, bibtex-search-backward-field):
23211 argument BOUND can take value t.
23212 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23213 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23214 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23215 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23216 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23217 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23218 and ending of entry. Update for changes of bibtex-search-entry.
23219 Simplify.
23220 (bibtex-map-entries): FUN is called with three arguments.
23221 (bibtex-search-entry): Return a cons pair with buffer positions of
23222 beginning and end of entry.
23223 (bibtex-enclosing-field): Simplify.
23224 (bibtex-format-entry): Use booktitle to set a missing title.
23225 (bibtex-autokey-get-names): Fiddle with regexps.
23226 (bibtex-generate-autokey): Use identity.
23227 (bibtex-parse-keys): Use simplified parsing algorithm if
23228 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23229 arguments. Return alist of keys.
23230 (bibtex-parse-strings): Simplify. Return alist of strings.
23231 (bibtex-complete-string-cleanup): Fix docstring.
23232 (bibtex-read-key): New function.
23233 (bibtex-mode): Fix docstring. Do not parse for keys and
23234 strings when the mode is entered. Set fill-paragraph-function to
23235 bibtex-fill-field. Setup font-lock-mark-block-function the way
23236 font-lock intended.
23237 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23238 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23239 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23240 (bibtex-Preamble): Avoid hard coded constants.
23241 (bibtex-make-field): Fix docstring. Simplify.
23242 (bibtex-beginning-of-entry): Always return new position of point.
23243 (bibtex-end-of-entry): Rearrange cond clauses.
23244 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23245 Update for changes of bibtex-map-entries.
23246 (bibtex-ispell-abstract): Do not move point.
23247 (bibtex-entry-index): Use downcase. Simplify.
23248 (bibtex-lessp): Handle catch-all.
23249 (bibtex-find-crossref): Turn into a command.
23250 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23251 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23252 preamble entries.
23253 (bibtex-fill-field-bounds): New function.
23254 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23255 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23256 (bibtex-String): Use bibtex-strings. Always obey
23257 bibtex-sort-ignore-string-entries.
23258
23259 2003-07-05 John Paul Wallington <jpw@gnu.org>
23260
23261 * cus-theme.el (customize-create-theme):
23262 Call `customize-create-theme' in Reset widget's notify function.
23263
23264 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23265 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23266 (define-ibuffer-column name): Add summarizer.
23267 (define-ibuffer-column size): Likewise.
23268 (define-ibuffer-column filename): Likewise.
23269 (define-ibuffer-column process): Likewise. Change BODY's output too.
23270 (define-ibuffer-column filename-and-process): Likewise, likewise.
23271 (ibuffer): Remove local vars `already-in' and `need-update'.
23272
23273 * ibuf-ext.el: Don't require `derived' at compile-time.
23274
23275 2003-07-05 Kim F. Storm <storm@cua.dk>
23276
23277 * info.el: Disable paragraph refilling.
23278 (Info-refill-paragraphs): New defcustom.
23279 (Info-fontify-node): Use it.
23280
23281 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23282
23283 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23284 thingies from constructors created by defstruct.
23285
23286 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23287 the default value of the variable.
23288 (byte-code-meter): Move declaration to top level.
23289
23290 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23291
23292 * info.el (Info-following-node-name-re): New fun.
23293 (Info-following-node-name): Remove.
23294 (Info-insert-dir): Use the new fun.
23295 (Info-extract-pointer): Don't save restriction; use new fun.
23296 (Info-menu-entry-name-re): New const.
23297 (Info-menu-entry-name-re): Use it along with new fun.
23298 (Info-node-spec-re): Use new fun.
23299 (Info-complete-menu-item, Info-fontify-node): Use new const.
23300 (Info-goto-node, Info-follow-reference, Info-menu-update):
23301 Use match-string.
23302 (Info-follow-reference): Use assoc-string.
23303 Use a list of strings for the completion table.
23304 (Info-fontify-node): Use match-string, line-end-position.
23305 Limit the search for `node:' to the first line.
23306
23307 * newcomment.el (uncomment-region): Remove padding coming from
23308 comment-start rather than just from comment-padding.
23309
23310 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23311 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23312 (vc-cvs-rename-file): Remove (use the default).
23313 (vc-cvs-register): Register parent dir if needed.
23314 (vc-cvs-could-register): Return non-nil if parent can be registered.
23315 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23316 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23317
23318 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23319 (vc-svn-update): Fix the arguments to `svn'.
23320 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23321 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23322 Simple implementations, assuming `name' is a URL.
23323
23324 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23325 set of chars allowed unquoted in a case pattern.
23326
23327 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23328
23329 * font-lock.el (font-lock-extra-types-widget)
23330 (c-font-lock-extra-types, c++-font-lock-extra-types)
23331 (objc-font-lock-extra-types, java-font-lock-extra-types)
23332 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23333 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23334 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23335 (font-lock-match-c++-structor-declaration)
23336 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23337 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23338 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23339 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23340 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23341 (java-font-lock-keywords-3, java-font-lock-keywords)
23342 (java-font-lock-syntactic-face-function): Remove obsolete code
23343 and constants. It's all in cc-fonts.el now.
23344
23345 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23346
23347 * mail/sendmail.el (mail-specify-envelope-from)
23348 (mail-envelope-from): Doc fix.
23349
23350 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23351
23352 * generic-x.el: Do away with the dependency on `c-emacs-features'
23353 when populating `rul-generic-mode-syntax-table'; we already know
23354 this isn't XEmacs.
23355
23356 See ChangeLog.10 for earlier changes.
23357
23358 ;; Local Variables:
23359 ;; coding: iso-2022-7bit
23360 ;; End:
23361
23362 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23363 Copying and distribution of this file, with or without modification,
23364 are permitted provided the copyright notice and this notice are preserved.
23365
23366 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1