*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-10-18 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-store (calc-store-into): Get the proper variable name
4 to display in message.
5
6 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9 expressions display in speedbar for all buffers when debugging.
10 (gdb-speedbar-expand-node): Ensure node contraction is always
11 updated.
12
13 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14 (speedbar-insert-button, speedbar-make-button):
15 Use add-text-properties.
16 (speedbar-update-localized-contents)
17 (speedbar-update-directory-contents)
18 (speedbar-update-special-contents): Use dolist.
19 (speedbar-buffer-easymenu-definition): Add a menu separator.
20
21 2005-10-17 Jason Rumney <jasonr@gnu.org>
22
23 * makefile.w32-in: Use $(lisp) consistently.
24 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25 for shell specific generation of mh-autoloads.
26
27 2005-10-17 Richard M. Stallman <rms@gnu.org>
28
29 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
30
31 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * jit-lock.el (jit-lock-fontify-now):
34 Move jit-lock-context-unfontify-pos to avoid wasted work.
35
36 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
37
38 * net/tramp.el (tramp-completion-mode): New defvar. Used in
39 `tramp-completion-mode' for checking if we are in completion mode.
40 (tramp-completion-handle-file-name-all-completions): Reorder code
41 in order to complete for file names only in case there are no
42 method/user/host completions. This is necessary for cooperation
43 with ido. Reported by Kim F. Storm <storm@cua.dk>.
44
45 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
46
47 * longlines.el (longlines-search-forward)
48 (longlines-search-backward): Match any number of spaces.
49
50 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
51
52 * diff-mode.el (diff-mode): Doc fix.
53
54 2005-10-16 David Reitter <david.reitter@gmail.com>
55
56 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
57 as default on darwin and windows systems.
58
59 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
60
61 * arc-mode.el (archive-zip-extract): Doc fix.
62
63 2005-10-16 Romain Francoise <romain@orebokech.com>
64
65 * mouse.el (mouse-1-click-follows-link): Doc fix.
66
67 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * savehist.el: Don't require CL at runtime.
70 (savehist-xemacs): Remove.
71 (savehist-coding-system): Use utf-8 if present, regardless of religion.
72 (savehist-no-conversion): Use (featurep 'xemacs).
73 (savehist-load): Check existence of start-itimer rather than XEmacs.
74 Use an idle timer.
75 (savehist-process-for-saving): Replace use of CL funs `subseq' and
76 `delete-if-not'.
77
78 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
79
80 * savehist.el: Newer version.
81 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
82 (savehist-last-checksum, savehist-no-conversion): New vars.
83 (savehist-autosave, savehist-process-for-saving, savehist-printable):
84 New functions.
85 (savehist-load, savehist-save): Use them.
86 (savehist-delimit): Remove.
87
88 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * progmodes/compile.el (compilation-goto-locus): Display the
91 compilation buffer first and the source buffer second, in case they're
92 in overlapping frames. Don't raise the compilation frame if it was the
93 selected window upon entry. Pass the `other-window' arg to
94 pop-to-buffer.
95
96 * info.el (Info-fontify-node): Use dolist.
97 Change add-text-properties to put-text-property.
98
99 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
100
101 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
102 bound of search.
103
104 2005-10-16 Masatake YAMATO <jet@gyve.org>
105
106 * dabbrev.el (dabbrev-completion): Pass the common
107 prefix substring of completion to `display-completion-list'.
108
109 * filecache.el (file-cache-minibuffer-complete)
110 (file-cache-complete): Ditto.
111
112 * tempo.el (tempo-display-completions): Ditto.
113
114 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
115
116 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
117
118 * eshell/em-hist.el (eshell-list-history): Ditto.
119
120 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
121
122 * mail/mailalias.el (mail-complete): Ditto.
123
124 * progmodes/etags.el (complete-tag): Ditto.
125
126 * progmodes/make-mode.el (makefile-complete): Ditto.
127
128 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
129
130 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
131
132 * progmodes/pascal.el (pascal-complete-word)
133 (pascal-show-completions): Ditto.
134
135 * progmodes/python.el (python-complete-symbol): Ditto.
136
137 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
138
139 * textmodes/org.el (org-complete): Ditto.
140
141 * simple.el (completion-common-substring): New variable.
142 (completion-setup-function): Use `completion-common-substring'
143 to put faces.
144
145 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
146
147 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
148 (x-get-selection, mac-select-convert-to-string): Convert from/to
149 UTF-16 clipboard data as in native byte order, no BOM.
150
151 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
152
153 * progmodes/gud.el (gud-tool-bar-map): Rename the images
154 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
155 (gud-sentinel): Use speedbar-frame to check for speedbar.
156
157 2005-10-15 Richard M. Stallman <rms@gnu.org>
158
159 * savehist.el: New file.
160
161 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
162
163 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
164 Fix bug in \bf fontification.
165
166 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * pcvs.el (cvs-edit-log-files): New var.
169 (cvs-mode-edit-log): New arg `file'.
170 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
171 Instead force the use of the original file and nothing else.
172 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
173 the cvs-minor-wrap-function is set.
174 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
175
176 2005-10-14 Bill Wohler <wohler@newt.com>
177
178 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
179 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
180 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
181 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
182 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
183 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
184 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
185 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
186 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
187 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
188 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
189 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
190 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
191 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
192 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
193
194 * progmodes/gud.el (gud-tool-bar-map): Rename the images
195 appropriately (for example, gud-break to gud/break).
196
197 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
198
199 * longlines.el (longlinges-search-function)
200 (longlines-search-forward, longlines-search-backward): New functions.
201 (longlines-mode): Set isearch-search-fun-function to
202 longlinges-search-function.
203
204 * mouse.el (mouse-drag-region-1): Handle the case where a
205 double-click event is bound to an arbitrary function.
206
207 2005-10-14 David Ponce <david@dponce.com>
208
209 * recentf.el (recentf-track-opened-file)
210 (recentf-track-closed-file, recentf-update-menu)
211 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
212 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
213 mouse-1-click-follows-link.
214
215 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
216
217 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
218 Gnome file-manager.png. Suggested by
219 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
220
221 * toolbar/README: Add diropen.xpm.
222
223 2005-10-13 Bill Wohler <wohler@newt.com>
224
225 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
226 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
227
228 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
231 Don't waste the byte-compiler's time on constant data.
232
233 2005-10-13 Kenichi Handa <handa@m17n.org>
234
235 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
236 byte with `escape-glyph' face.
237
238 * international/fontset.el (ccl-encode-unicode-font):
239 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
240 Handle the case that ucs-mule-to-mule-unicode translates a character to
241 ASCII (usually for IPA characters).
242
243 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
246 Don't hide the underline of titles if font-lock-mode is disabled.
247
248 2005-10-12 Bill Wohler <wohler@newt.com>
249
250 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
251 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
252 files in MH-E-SRC have been updated.
253 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
254
255 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
258 (mixal-mode-syntax-table): Add \n as end-comment.
259 (mixal-operation-codes-alist): Immediately initialize to full value.
260 (mixal-add-operation-code): Remove.
261 (mixal-describe-operation-code): Make the arg non-optional.
262 Use the interactive spec instead.
263 Use mixal-operation-codes-alist rather than mixal-operation-codes.
264 (mixal-font-lock-keywords): Don't highlight comments here any more.
265 (mixal-font-lock-syntactic-keywords): New var.
266 (mixal-mode): Use it. Fix comment-start-skip.
267
268 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
269
270 * startup.el (command-line-x-option-alist): -nb => -nbi
271
272 2005-10-12 Kim F. Storm <storm@cua.dk>
273
274 * startup.el (fancy-splash-default-action): Discard mouse click in
275 the spash screen window, as it has no sensible meaning in the
276 next window to be selected. Fixes error reported by Jan D.
277
278 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
279
280 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
281
282 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
285 Try to fix up minor layout issues like indentation, line break, etc...
286 (mixal-mode-syntax-table): Don't try to specify comment syntax,
287 because it doesn't work.
288 (mixal-operation-codes): Add some more codes.
289 (mixal-font-lock-keywords): Process comments here.
290 (mixal-mode): mixasm no longer needs -g option.
291
292 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
293
294 * progmodes/sh-script.el (sh-tmp-file):
295 Use mktemp -t. Finish support for es and rc shells.
296
297 2005-10-11 Jay Belanger <belanger@truman.edu>
298
299 * calc/calcalg2.el (calc-integral): With an argument, compute the
300 definite integral.
301
302 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
303
304 * mouse.el (mouse-drag-region-1): Don't try to catch a
305 double-click when doing follow-link (it's overridden anyway).
306
307 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
308
309 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
310 (autoload-print-form-outbuf): Add docstring.
311
312 2005-10-11 Juri Linkov <juri@jurta.org>
313
314 * info.el (Info-mode-menu): Delete menu item "Edit".
315 (Info-mode): Delete description of Info-edit from docstring,
316 and rearrange descriptions of Info commands in the order
317 they are documented in the Info manual.
318
319 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * calendar/appt.el (appt-check): Use diary-selective-display var.
322
323 2005-10-10 Richard M. Stallman <rms@gnu.org>
324
325 * net/newsticker.el (newsticker-start, newsticker-show-news):
326 Add autoload cookies.
327
328 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
329
330 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
331
332 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
333
334 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
335
336 2005-10-10 Jay Belanger <belanger@truman.edu>
337
338 * calc/calc-arith.el (math-check-known-scalarp)
339 (math-check-known-matrixp): Check the values of arguments that are
340 variables.
341 (math-check-known-square-matrixp): New function.
342 (math-known-square-matrixp): Use math-check-known-square-matrixp.
343 (math-super-types): Add sqmatrix type.
344
345 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
346 mode name `square' to 'sqmatrix'.
347
348 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
349 mode name `square' to 'sqmatrix'.
350
351 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * progmodes/etags.el (select-tags-table-mode): Don't use
354 selective-display.
355 (tags-select-tags-table): Pass `button' to the action function.
356 (select-tags-table): Place the side-info on button properties rather
357 than in hidden text. Abbreviate file names.
358 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
359 (select-tags-table-select): Add `button' argument.
360 Get side-info from the button property rather than from hidden text.
361
362 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
363
364 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
365 (gud-speedbar-buttons): Preserve point if possible.
366 (gud-sentinel): Restore previous speedbar display type.
367
368 * progmodes/gdb-ui.el (gdba): Improve diagram.
369 (def-gdb-auto-update-handler, gdb-info-locals-handler)
370 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
371 Call get-buffer-window once.
372
373 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
376 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
377 (pascal-indent-command): Remove unused var `ind'.
378 (pascal-indent-case): Remove unused var `oldpos'.
379 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
380 since it's now used as a proper minor mode map.
381 (pascal-outline): Rename to pascal-outline-mode.
382 (pascal-outline-mode): Use define-minor-mode.
383 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
384 selective-display.
385
386 2005-10-10 Andreas Schwab <schwab@suse.de>
387
388 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
389 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
390
391 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
392 outside source directory.
393
394 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
395
396 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
397 C-x' as a prefix.
398 (orgtbl-mode-map): Full keymap instead of sparse, because all
399 `self-insert-command' keys are redefined in this map.
400 (org-export-as-html): Specify charset for HTML file, by taking it
401 from the coding system.
402
403 2005-10-10 Kenichi Handa <handa@m17n.org>
404
405 * textmodes/flyspell.el (flyspell-check-word-p):
406 If unread-command-events is non-empty, don't call sit-for.
407
408 2005-10-09 Richard M. Stallman <rms@gnu.org>
409
410 * font-lock.el (font-lock-syntactic-keywords)
411 (font-lock-keywords): Doc fixes.
412
413 * textmodes/flyspell.el (flyspell-external-point-words):
414 Simplify logic, and don't try to check for consecutive appearances
415 of one incorrect word.
416
417 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
418
419 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
420 separator.
421
422 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
423 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
424 (gud-expansion-speedbar-buttons): New function.
425 (gud-speedbar-buttons): Check for gud-comint-buffer.
426
427 2005-10-09 Bill Wohler <wohler@newt.com>
428
429 * Makefile.in (updates): Add mh-loaddefs dependency.
430
431 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
432
433 * speedbar.el (speedbar-file-key-map): Fix typo.
434
435 2005-10-09 Daniel Brockman <daniel@brockman.se>
436
437 * cus-start.el (line-spacing): Add custom spec.
438
439 2005-10-09 Romain Francoise <romain@orebokech.com>
440
441 * textmodes/ispell.el (ispell-check-version): Fix last change.
442
443 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
444
445 * term/x-win.el: Remove -i, --icon-type from comment.
446
447 * startup.el (command-line-x-option-alist): Remove options -i,
448 -itype, --icon-type, added -nb, --no-bitmap-icon
449
450 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
451
452 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
453 instead of :active.
454
455 2005-10-08 Eric Hanchrow <offby1@blarg.net>
456
457 * textmodes/ispell.el (ispell-check-version):
458 Ignore hyphen, and all that follows, in aspell's version text.
459
460 2005-10-08 Jay Belanger <belanger@truman.edu>
461
462 * calc/calc-arith.el (math-known-square-matrixp): New function.
463 (math-pow-fancy): Check for matrices before distributing exponent
464 across products.
465
466 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
467 fullscreen keypad. Suggested by Luc Teirlinck.
468 (calc-keypad-show-input): Add space for formatting.
469
470 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
471 Add square matrix option.
472
473 * calc/calc-poly.el (math-expand-term): Check for matrices instead
474 of checking calc-matrix-mode when deciding how to expand.
475
476 * calc/calc.el (calc-set-mode-line): Add square matrix option.
477
478 2005-10-08 Lars Hansen <larsh@soem.dk>
479
480 * net/tramp.el (tramp-perl-directory-files-and-attributes):
481 Add error handling.
482 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
483
484 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
485
486 Sync with Tramp 2.0.51.
487
488 * net/tramp.el (tramp-handle-set-visited-file-modtime)
489 (tramp-handle-insert-file-contents, tramp-handle-write-region):
490 Insert special handling for `last-coding-system-used', again
491 it still seems to be necessary (unlike stated before).
492 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
493 (tramp-password-prompt-regexp): There might be other words before
494 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
495 (tramp-chunksize): Improve docstring.
496 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
497 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
498 Christian Joergensen <bugs@razor.dk>.
499
500 2005-10-07 Glenn Morris <rgm@gnu.org>
501
502 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
503 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
504 precision'.
505
506 2005-10-07 Romain Francoise <romain@orebokech.com>
507
508 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
509 (ibuffer-do-shell-command-pipe-replace)
510 (ibuffer-do-shell-command-file, ibuffer-do-eval)
511 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
512 (ibuffer-do-revert, ibuffer-do-replace-regexp)
513 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
514 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
515 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
516 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
517 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
518 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
519 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
520 Autoload file sans suffix.
521
522 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
523
524 2005-10-07 David Ponce <david@dponce.com>
525
526 * recentf.el (recentf-menu-open-all-flag): New option.
527 (recentf-digit-shortcut-command-name): New function.
528 (recentf--shortcuts-keymap): New variable.
529 (recentf-menu-shortcuts): New variable.
530 (recentf-make-menu-items): Initialize it. Replace the "More..."
531 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
532 (recentf-menu-value-shortcut): New function.
533 (recentf-make-menu-item): Use it. No more in-lined.
534 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
535 (recentf-open-most-recent-file): Rename from
536 `recentf-open-file-with-key'. Don't depend on key binding.
537 (recentf-mode-map): New variable.
538 (recentf-mode): Use it.
539
540 2005-10-06 Bill Wohler <wohler@newt.com>
541
542 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
543
544 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
545 (MH-E-SRC): New. Used by mh-autoloads.
546 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
547 files in MH-E-SRC have been updated.
548 (compile, recompile, bootstrap): Depend on mh-autoloads.
549
550 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
551
552 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
553 gud-break and gud-remove icons when the fringe is not available.
554
555 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
556 Typo.
557
558 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
559
560 * play/zone.el (zone): Wrap body with save-window-excursion.
561
562 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
565 Use the new `list-only' arg to diary-list-entries.
566
567 * calendar/diary-lib.el: Use overlays rather than selective-display.
568 (diary-selective-display): New var.
569 (diary-header-line-format): Use it.
570 (diary-list-entries): Add argument `list-only'.
571 Put the buffer in diary-mode. Don't add \^M at beg and end.
572 Replace \^M by invisible overlays.
573 (diary-unhide-everything): Replace \^M by invisible overlays.
574 (print-diary-entries): Look for overlays rather than \^M.
575 Add a space to the temp buffer name.
576 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
577 Put the buffer in diary-mode.
578 (list-sexp-diary-entries): Replace \^M by invisible overlays.
579 (diary-anniversary): Make the year arg optional.
580 (diary-time-regexp): New const.
581 (diary-font-lock-keywords): Use it to accept a few more time formats.
582
583 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
584
585 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
586
587 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
588 Fix bug introduced 2005-07-03: Use (car (last ...))
589 to faithfully reproduce replaced artist-last.
590 (artist-set-arrow-points-for-poly): Likewise.
591 Suggested by Johan Bockg\e,Ae\e(Brd.
592
593 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
594
595 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
596 * wid-edit.el (widget):
597 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
598 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
599
600 2005-10-06 Kenichi Handa <handa@m17n.org>
601
602 * international/mule-cmds.el (set-language-environment):
603 Fix setting up of case-table for unibyte mode.
604
605 * simple.el (what-cursor-position): If the character is displayed
606 by some `display' text property, show that. Don't use
607 single-key-description for eight-bit characters in multibyte mode.
608
609 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
610
611 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
612 (gdb-ann3): Set it.
613 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
614 (gdb-info-frames-custom): Use inverse-video for first five
615 characters of selected frame only.
616 (gdb-get-frame-number): Select frame even when point is on frame
617 number.
618
619 2005-10-06 Masatake YAMATO <jet@gyve.org>
620
621 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
622 Put `font-lock-function-name-face'.
623 (gdb-info-frames-custom): Put `font-lock-function-name-face'
624 and `font-lock-variable-name-face'
625 (gdb-registers-font-lock-keywords): New font lock keywords definition.
626 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
627 (gdb-memory-font-lock-keywords): New font lock keywords definition.
628 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
629 (gdb-local-font-lock-keywords): New font lock keywords definition.
630 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
631 (gdb-threads-font-lock-keywords): New font lock keywords definition.
632 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
633
634 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
635
636 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
637 (ediff-merge-region-is-non-clash-to-skip): Previously called
638 ediff-merge-region-is-non-clash.
639
640 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
641 Use insert-buffer-substring.
642
643 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
644 selecting files to patch. Also bug fixes.
645
646 * ediff-util.el (ediff-setup): Bug fix.
647 (ediff-next-difference): Never skip clashes that differ in white
648 space only.
649
650 * ediff-wind.el (ediff-setup-control-frame)
651 (ediff-destroy-control-frame): Check the menubar feature.
652
653 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
654 (viper-refresh-mode-line): Use make-local-variable to localize
655 some vars instead of make-variable-buffer-local. Suggested by
656 Stefan Monnier.
657
658 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
659 (viper-restore-cursor-type, viper-set-insert-cursor-type):
660 Use make-local-variable instead of make-variable-buffer-local.
661 Suggested by Stefan Monnier.
662
663 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
664 (viper-comint-mode-hook): Use make-local-variable on
665 require-final-newline.
666 (viper-non-hook-settings): Don't use make-variable-buffer-local.
667
668 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
671 also the second char of a comment-start sequence.
672 (scheme-sexp-comment-syntax-table): New var.
673 (lambda, define): Set their scheme-doc-string-elt property.
674 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
675 Use lisp-font-lock-syntactic-face-function now that it properly
676 handles |...| symbols.
677 (scheme-mode-variables): Set lisp-doc-string-elt-property,
678 parse-sexp-lookup-properties and font-lock-extra-managed-props.
679
680 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
681 bit from # to |.
682 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
683
684 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
685 (lisp-doc-string-elt-property): New var.
686 (lisp-font-lock-syntactic-face-function): Use it.
687 Rewrite to recognize docstrings even for forms not at toplevel.
688
689 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
690 annotation on the | part of #| rather than on the # part.
691 (scheme-font-lock-syntactic-face-function): New function, to
692 distinguish strings from |...| symbols.
693 (scheme-mode-variables): Use it. Also fix up the font-lock-time
694 syntax-table so that #|...|# is properly highlighted.
695
696 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
697 Don't mark as docstring the 3rd elem of an unknown toplevel form.
698
699 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
702 and C-e.
703
704 * emacs-lisp/eldoc.el: Move comments into docstrings.
705 (eldoc-message-commands): Initialize in its declaration.
706 Add move-beginning-of-line and move-end-of-line.
707 (eldoc-add-command, eldoc-add-command-completions)
708 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
709
710 * outline.el (outline-mark-subtree): Activate the mark.
711
712 * calendar/appt.el (appt-time-regexp): New var.
713 (appt-add, appt-make-list): Use it.
714 (appt-convert-time): Clean up.
715
716 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
717 Don't set any syntax-table property here.
718 (tex-font-lock-verb): New function. Do it here.
719 (tex-font-lock-syntactic-keywords): Use it.
720
721 2005-10-04 Richard M. Stallman <rms@gnu.org>
722
723 * wid-edit.el (widget-file-complete): Get the widget start point
724 the right way. Default directory to `/' if file has none.
725
726 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
727
728 * textmodes/flyspell.el (flyspell-mode-on):
729 Call ispell-maybe-find-aspell-dictionaries.
730
731 * textmodes/ispell.el (ispell-word, ispell-region):
732 Call ispell-maybe-find-aspell-dictionaries.
733 (ispell-accept-buffer-local-defs):
734 Don't call ispell-maybe-find-aspell-dictionaries
735
736 2005-10-04 Richard M. Stallman <rms@gnu.org>
737
738 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
739
740 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
741
742 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
743 instead of `fboundp' in order to allow for anonymous functions.
744
745 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
746
747 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
748 case the user clicks on the link while another window is selected.
749 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
750
751 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
752 functionality.
753 (dframe-help-echo): Save point in case mouse tracking is off.
754
755 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
756
757 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
758
759 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
762 not change the global value of those vars.
763
764 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
765 make-local-variable which we do not need any more.
766
767 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
768
769 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
770 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
771 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
772 (speedbar-path-line): Define obsolete aliases.
773 (speedbar-line-directory): Doc fix.
774
775 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
776 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
777 instead of speedbar-line-path.
778
779 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
780
781 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
782 to nil if dropping on a window. Handle dropping on a minibuffer window
783 like dropping on a non-window part of Emacs.
784
785 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * net/ange-ftp.el: Use with-current-buffer.
788 (ange-ftp-insert-directory): Do not follow symlinks any more.
789
790 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
791 Remove interactive spec.
792
793 2005-10-03 Kim F. Storm <storm@cua.dk>
794
795 * ido.el (ido-mode): Use custom-initialize-set.
796
797 2005-10-02 Richard M. Stallman <rms@gnu.org>
798
799 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
800 Use insert-buffer-substring.
801
802 * net/tramp.el: Pacify byte compiler warnings in pacification code.
803 (tramp-handle-file-local-copy): Use insert-buffer-substring.
804
805 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
808 in last change.
809 (ange-ftp-insert-directory): Fix up the search for the case where
810 `file' is absolute.
811
812 2005-10-02 Romain Francoise <romain@orebokech.com>
813
814 * progmodes/compile.el (compile-goto-error): Delete extra paren.
815
816 2005-10-02 Andreas Schwab <schwab@suse.de>
817
818 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
819 directory component in the session info.
820
821 2005-10-01 Richard M. Stallman <rms@gnu.org>
822
823 * comint.el (comint-redirect-subvert-readonly): Doc fix.
824
825 * simple.el (next-error-internal): New function.
826
827 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
828 (compilation-start): Pass new arg to compilation-buffer-name.
829 (compile-goto-error): Use next-error-internal.
830
831 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
832
833 * speedbar.el: Remove RCS tag.
834 (speedbar-check-read-only): Handle non-existent files.
835
836 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
837
838 * info.el (Info-speedbar-hierarchy-buttons)
839 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
840
841 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
842
843 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
844 Do not match newline.
845 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
846 (bibtex-summary): Remove unnecessary save-excursion.
847 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
848
849 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
850
851 * term/mac-win.el: Add charset info for "iso10646-1".
852 Modify default fontset to use ATSUI-compatible fonts for some charsets
853 if available.
854
855 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
856
857 * speedbar.el: Re-apply arch tag.
858 (speedbar-version): Rename to version 1.0. Suggested by Eric
859 M. Ludlam.
860 Reapply two changes from Emacs CVS' version of speedbar lost
861 during the merge:
862 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
863 (speedbar-frame-parameters): Improve customize type.
864
865 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
868 (ange-ftp-file-directory-p): Fix the symlink case.
869 (ange-ftp-insert-directory): When listing a single file, get a list of
870 the parent buffer and extract the relevant line. Inspired from a patch
871 by Katsumi Yamaoka <yamaoka@jpl.org>.
872 (ange-ftp-file-name-sans-versions): Simplify.
873
874 2005-09-30 Bill Wohler <wohler@newt.com>
875
876 Move MH-E image files from toolbar and mail directories into
877 etc/images.
878
879 * mail/reply2.*: Move to etc/images/mail/reply*.
880
881 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
882 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
883 etc/images.
884
885 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
886 * toolbar/reply*: Move to etc/images/mail.
887
888 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
889
890 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
891
892 * speedbar.el: New version 1.0pre3.
893
894 Frame management code (including timer, and mouse click specifics)
895 moved to dframe.el:
896 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
897 (speedbar-timer): Removed. Use dframe-timer.
898 (speedbar-close-frame): Removed. Use dframe-close-frame.
899 (speedbar-activity-change-focus-flag): Removed. Use
900 dframe-activity-change-focus-flag.
901 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
902 dframe-update-speed.
903
904 (speedbar-current-frame): New macro. Use this instead of the
905 variable speedbar-frame.
906
907 (speedbar-use-images, speedbar-expand-image-button-alist)
908 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
909
910 (speedbar-find-image-on-load-path): Removed. Replaced by
911 defezimage in ezimage.el.
912 (speedbar-expand-image-button-alist): Removed. Replaced by
913 ezimage-expand-image-button-alist in ezimage.el.
914
915 (speedbar-ignored-directory-regexp)
916 (speedbar-add-ignored-directory-regexp)
917 (speedbar-ignored-directory-expressions)
918 (speedbar-line-directory, speedbar-buffers-line-directory)
919 (speedbar-directory-line, speedbar-buffers-line-directory):
920 Renamed, replacing `path' with `directory'.
921
922 (speedbar-create-directory, speedbar-expand-line-descendants)
923 (speedbar-toggle-line-expansion)
924 (speedbar-contract-line-descendants): New commands.
925
926 (speedbar-query-confirmation-method, speedbar-select-frame-method)
927 (speedbar-use-tool-tips-flag): New options.
928
929 (speedbar-check-read-only, speedbar-require-version)
930 (speedbar-insert-separator, speedbar-buffers-tail-notes)
931 (speedbar-handle-delete-frame, speedbar-try-completion)
932 (speedbar-update-localized-contents): New functions.
933
934 (speedbar-incompatible-version, speedbar-ro-to-do-point)
935 (speedbar-object-read-only-indicator): New variables.
936
937 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
938 New hooks.
939
940 (speedbar-separator-face): New face.
941
942 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
943 (speedbar-ignored-modes): Add fundamental-mode.
944 (speedbar-directory-unshown-regexp): Add . directories.
945
946 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
947 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
948 `]' for full expand/close.
949 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
950
951 (speedbar-check-vc): Support hidden files.
952 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
953 (speedbar-this-file-in-vc): Use vc-state if available. If VC
954 state is nil, it is not checked out.
955
956 (speedbar-line-text, speedbar-line-token): Support expand buttons
957 with no text.
958 (speedbar-refresh): Universal argument acts as power-click.
959 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
960 that buffer to get variable values.
961
962 And many other bugfixes.
963
964 * dframe.el, ezimage.el, sb-image.el: New files.
965
966 * sb-*.xpm: Remove files. New image files installed into
967 etc/images/ezimage.
968
969 2005-09-30 Kenichi Handa <handa@m17n.org>
970
971 * ps-mule.el (ps-mule-show-warning): If a character is in
972 ps-print-translation-table, don't treat it as non-printable.
973
974 2005-09-30 David Ponce <david@dponce.com>
975
976 * tree-widget.el (tree-widget-themes-load-path): New variable.
977 (tree-widget-themes-directory): Doc fix.
978 (tree-widget-image-formats) [Emacs]: Doc fix.
979 (tree-widget--locate-sub-directory): New function.
980 (tree-widget-themes-directory): Use it.
981
982 * recentf.el (recentf-filename-handlers): Rename from
983 `recentf-filename-handler'. Allow a list of functions.
984 (recentf-menu-items-for-commands): Fix :help strings.
985 (recentf-apply-filename-handlers): New function.
986 (recentf-expand-file-name): Use it.
987 (recentf-cleanup): Remove duplicates too.
988
989 2005-09-29 Juri Linkov <juri@jurta.org>
990
991 * faces.el: Rearrange face definitions to be in the same order as
992 their face descriptions in "(emacs)Standard Faces".
993
994 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
995
996 * tooltip.el (tooltip): Add group `basic-faces'.
997
998 * buff-menu.el (Buffer-menu-buffer): Remove group
999 `font-lock-highlighting-faces'.
1000
1001 * progmodes/compile.el (compilation-error, compilation-warning)
1002 (compilation-info, compilation-line-number, compilation-column-number):
1003 Change group from `font-lock-highlighting-faces' to `compilation'.
1004
1005 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1006 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1007 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1008 (vhdl-font-lock-reserved-words-face)
1009 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1010 `font-lock-highlighting-faces'.
1011
1012 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1013
1014 2005-09-28 Kim F. Storm <storm@cua.dk>
1015
1016 * emulation/cua-base.el: Set CUA move property on additional commands:
1017 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1018 forward-sexp, backward-sexp, forward-list, backward-list.
1019
1020 2005-09-28 Romain Francoise <romain@orebokech.com>
1021
1022 * comint.el (comint-show-output): Really set point at the
1023 beginning of the output when not using `comint-use-prompt-regexp'.
1024
1025 2005-09-27 Jay Belanger <belanger@truman.edu>
1026
1027 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1028 in TeX mode.
1029
1030 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * textmodes/org.el (org-table-sum): Fix format string.
1033
1034 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1035 Quote face names.
1036
1037 2005-09-26 Romain Francoise <romain@orebokech.com>
1038
1039 * isearch.el (isearch-forward-regexp): Close doc string.
1040
1041 2005-09-25 Richard M. Stallman <rms@gnu.org>
1042
1043 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1044
1045 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1046
1047 * progmodes/compile.el (compilation-error-properties):
1048 When getting the file from the previous error message,
1049 correctly decode the new data format.
1050
1051 * progmodes/cc-cmds.el (c-electric-paren):
1052 Call old-blink-paren only for close-paren.
1053
1054 2005-09-24 Andreas Schwab <schwab@suse.de>
1055
1056 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1057 condition.
1058
1059 2005-09-25 Romain Francoise <romain@orebokech.com>
1060
1061 * dired-aux.el (dired-copy-file-recursive):
1062 * dired.el (dired-delete-file):
1063 * ediff-mult.el (ediff-dir-diff-copy-file):
1064 * ediff-util.el (ediff-test-save-region):
1065 * forms.el (forms-mode):
1066 * ido.el (ido-file-internal, ido-delete-file-at-head):
1067 * log-edit.el (log-edit-done):
1068 * ses.el (ses-yank-resize):
1069 * play/gomoku.el (gomoku-human-plays, gomoku)
1070 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1071 (gomoku-offer-a-draw):
1072 * play/landmark.el (lm-human-resigns, lm):
1073 * net/eudcb-ldap.el (eudc-ldap-check-base):
1074 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1075 * progmodes/ebrowse.el (ebrowse-find-pattern):
1076 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1077 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1078 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1079
1080 * vc.el (vc-delete-file):
1081 * play/gomoku.el (gomoku-terminate-game, gomoku)
1082 (gomoku-prompt-for-move, gomoku-human-takes-back):
1083 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1084 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1085
1086 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1087
1088 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1089 color rxvt terminals by using the code xterm.el used to use before
1090 2005-04-09 in order to match the colors used by rxvt.
1091
1092 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1093
1094 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1095 colors rxvt-unicode terminals by using the same code as xterm.el.
1096
1097 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1100 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1101 new symbol used for the tex-verbatim face.
1102
1103 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1104
1105 * woman.el (woman-file-name):
1106 * wid-edit.el (widget-file-prompt-value)
1107 (widget-coding-system-prompt-value):
1108 * w32-fns.el (set-w32-system-coding-system):
1109 * vc.el (vc-version-diff, vc-annotate):
1110 * textmodes/reftex-auc.el (reftex-arg-cite)
1111 (reftex-arg-index-tag):
1112 * textmodes/refer.el (refer-get-bib-files):
1113 * textmodes/artist.el (artist-figlet-choose-font):
1114 * terminal.el (terminal-emulator):
1115 * replace.el (occur-read-primary-args):
1116 * rect.el (string-rectangle, string-insert-rectangle):
1117 * ps-print.el (ps-print-preprint):
1118 * progmodes/pascal.el (pascal-goto-defun):
1119 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1120 * progmodes/compile.el (compilation-find-file):
1121 * printing.el (pr-interactive-n-up):
1122 * play/animate.el (animate-birthday-present):
1123 * net/rcompile.el (remote-compile):
1124 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1125 * mail/rmailsum.el (rmail-summary-search-backward)
1126 (rmail-summary-search):
1127 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1128 (rmail-output-read-file-name):
1129 * mail/rmail.el (rmail-search, rmail-search-backwards):
1130 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1131 * locate.el (locate):
1132 * international/quail.el (quail-show-keyboard-layout):
1133 * international/mule.el (set-buffer-file-coding-system)
1134 (revert-buffer-with-coding-system, set-file-name-coding-system)
1135 (set-terminal-coding-system, set-keyboard-coding-system)
1136 (set-next-selection-coding-system):
1137 * international/mule-diag.el (describe-coding-system)
1138 (describe-font, describe-fontset):
1139 * international/mule-cmds.el (universal-coding-system-argument)
1140 (search-unencodable-char, describe-input-method)
1141 (set-language-environment, describe-language-environment):
1142 * international/codepage.el (codepage-setup):
1143 * international/code-pages.el (codepage-setup):
1144 * info.el (Info-search, Info-follow-reference)
1145 (Info-search-backward):
1146 * emacs-lisp/advice.el (ad-read-advised-function)
1147 (ad-read-advice-class, ad-clear-cache, ad-activate)
1148 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1149 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1150 (ad-read-regexp):
1151 * ediff-util.el (ediff-toggle-regexp-match):
1152 * ediff-ptch.el (ediff-prompt-for-patch-file):
1153 * dired-aux.el (dired-diff):
1154 * diff.el (diff):
1155 * cus-edit.el (custom-variable-prompt):
1156 * calendar/timeclock.el (timeclock-ask-for-project):
1157 * calc/calcalg3.el (calc-get-fit-variables):
1158 * calc/calc-store.el (calc-edit-variable)
1159 (calc-permanent-variable):
1160 * vc-mcvs.el (vc-mcvs-register):
1161 * shadowfile.el (shadow-define-literal-group):
1162 * woman.el (woman-file-name):
1163 * vc.el (vc-version-diff, vc-merge):
1164 * textmodes/reftex-index.el (reftex-index-complete-tag):
1165 * format.el (format-decode-buffer, format-decode-region):
1166 * emulation/viper-cmd.el (viper-read-string-with-history):
1167 * emacs-lisp/debug.el (cancel-debug-on-entry):
1168 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1169 * ediff.el (ediff-merge-revisions)
1170 (ediff-merge-revisions-with-ancestor, ediff-revision):
1171 * completion.el (interactive-completion-string-reader):
1172 * calc/calc-prog.el (calc-user-define-formula):
1173 Follow convention for reading with the minibuffer.
1174
1175 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1176
1177 * progmodes/python.el (python-describe-symbol): Add globals() and
1178 locals() to the arguments of emacs.ehelp.
1179
1180 2005-09-24 Magnus Henoch <mange@freemail.hu>
1181
1182 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1183 New function, code extracted from ispell-valid-dictionary-list.
1184 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1185 Call it.
1186
1187 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1188
1189 * subr.el (version-regexp-alist): Extend valid syntax for version
1190 strings: allow any of the characters -,_,+ to separate the
1191 alpha/beta/rc part from the version part. Doc fix.
1192 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1193
1194 2005-09-23 David Reitter <david.reitter@gmail.com>
1195
1196 * mail/mailclient.el: New file.
1197
1198 2005-09-23 Richard M. Stallman <rms@gnu.org>
1199
1200 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1201 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1202 Doc fixes.
1203
1204 * progmodes/cc-mode.el (c-font-lock-init):
1205 Specify font-lock-lines-before.
1206
1207 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1210 whole conflict.
1211
1212 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1213
1214 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1215 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1216 of `remap' feature when available. Additional key bindings for
1217 better tty support.
1218 (org-mode-restart, org-force-self-insert): New commands.
1219 (org-time-stamp-inactive): New command.
1220 (org-remap): New function.
1221 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1222 (org-enable-fixed-width-editor): Move to `org-structure'
1223 customization group.
1224 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1225 blank field after field motion commands.
1226
1227 2005-09-23 Kenichi Handa <handa@m17n.org>
1228
1229 * international/mule-cmds.el (set-language-environment):
1230 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1231 have to call utf-translate-cjk-load-tables.
1232
1233 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * mouse.el (mouse-move-drag-overlay): Fix last change.
1236
1237 2005-09-22 David Ponce <david@dponce.com>
1238
1239 * tree-widget.el (tree-widget-value-create): Fix previous change.
1240
1241 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1244
1245 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * mouse.el (mouse-move-drag-overlay): New function.
1248 (mouse-drag-region-1): Use it.
1249 Try to simplify a bit the state handling. Handle clicks on links
1250 inside intangible areas.
1251 (mouse-save-then-kill): Minor simplification.
1252 (mouse-secondary-overlay): Make it always non-nil instead of
1253 recreating it each time.
1254 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1255 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1256 Simplify accordingly.
1257
1258 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1259
1260 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1261
1262 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1263
1264 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1265 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1266 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1267 to patch.
1268
1269 * ediff-util.el: Use insert-buffer-substring.
1270
1271 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1272
1273 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1274 field boundaries in the minibuffer.
1275 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1276 (viper-minibuffer-post-command-hook): New hook.
1277 (viper-line): Don't move cursor at bolp.
1278
1279 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1280
1281 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1282 avoid compiler warnings.
1283
1284 * emulation/viper-macs.el (ex-map): Better messages.
1285
1286 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1287
1288 * emulation/viper.el: Replace make-variable-buffer-local with
1289 viper-make-variable-buffer-local everywhere, to avoid warnings.
1290
1291 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1292
1293 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1294 Delete unused var `old-selected-window'.
1295 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1296 (mouse-drag-secondary): Delete unused var `start-frame'.
1297
1298 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1299
1300 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1301
1302 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1305 Re-indent within 80 columns. Use inhibit-read-only.
1306
1307 2005-09-19 Romain Francoise <romain@orebokech.com>
1308
1309 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1310
1311 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1314 unconditionally, since the after-change-function already did it.
1315
1316 2005-09-19 Miles Bader <miles@gnu.org>
1317
1318 * net/newsticker.el: Get rid of CVS keyword.
1319
1320 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1321
1322 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1323 The prompt is formatted later.
1324
1325 2005-09-19 David Ponce <david@dponce.com>
1326
1327 * tree-widget.el (tree-widget-value-create): Save the converted
1328 tree :node widget.
1329
1330 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1333 variable `message'.
1334
1335 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1336
1337 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1338 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1339 <slawomir.nowaczyk.847@student.lu.se>.
1340
1341 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * image.el (image-load-path): Use symbol `data-directory' instead
1344 of its value, for backward compatibility with packages that bind
1345 it during `find-image'. Suggested by Katsumi Yamaoka.
1346 (image-search-load-path): Handle symbols whose values are strings.
1347
1348 2005-09-18 Romain Francoise <romain@orebokech.com>
1349
1350 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1351 with-current-buffer form in save-excursion.
1352
1353 2005-09-18 D Goel <deego@gnufans.org>
1354
1355 * apropos.el (apropos-command): Fix `message' call: first arg
1356 should be a format spec. In this and all other cases that appear
1357 below and elsewhere in the source code, I made a change only when
1358 two conditions were satisfied: [1] I can think of a possibility
1359 that the arguments would cause an error, for example, the code in
1360 question relies on external variables such as filenames. [2] I
1361 was sure that the arg to `message' could not have been nil in the code.
1362
1363 * textmodes/tildify.el (tildify-region): Ditto.
1364
1365 * textmodes/reftex-index.el (reftex-index-change-entry)
1366 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1367 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1368 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1369 (org-priority, org-table-sum):
1370 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1371 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1372 (flyspell-word, flyspell-display-next-corrections):
1373 * textmodes/bibtex.el (bibtex-print-help-message):
1374 * textmodes/artist.el (artist-key-set-point-poly):
1375 * term/mac-win.el (mac-services-insert-text):
1376 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1377 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1378 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1379 (vhdl-compose-configuration):
1380 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1381 (sh-set-indent, sh-learn-line-indent):
1382 * progmodes/ps-mode.el (ps-mode-target-column):
1383 * progmodes/idlwave.el (idlwave-make-tags)
1384 (idlwave-scan-library-catalogs):
1385 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1386 * progmodes/gud.el (gud-jdb-analyze-source):
1387 * progmodes/flymake.el (flymake-log):
1388 * progmodes/ebnf2ps.el (ebnf-generate-region):
1389 * progmodes/cmacexp.el (c-macro-expansion):
1390 * progmodes/ada-xref.el (ada-treat-cmd-string):
1391 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1392 (ada-justified-indent-current, ada-batch-reformat):
1393 * play/zone.el (zone):
1394 * play/landmark.el (lm-move):
1395 * play/decipher.el (decipher-show-alphabet):
1396 * net/newsticker.el (newsticker--display-jump)
1397 (newsticker--display-scroll):
1398 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1399 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1400 * mail/feedmail.el (feedmail-dump-message-to-queue):
1401 * eshell/esh-proc.el (eshell-remove-process-entry):
1402 * emulation/ws-mode.el (ws-last-error):
1403 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1404 (viper-record-kbd-macro):
1405 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1406 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1407 * emacs-lisp/find-func.el (find-function-noselect):
1408 * calendar/timeclock.el (timeclock-status-string)
1409 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1410 (timeclock-when-to-leave-string):
1411 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1412 * calc/calc-units.el (calc-enter-units-table):
1413 * calc/calc-mode.el (calc-mode-record-mode):
1414 * woman.el (woman-mini-help):
1415 * wdired.el (wdired-change-to-wdired-mode):
1416 * vc.el (vc-retrieve-snapshot):
1417 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1418 * startup.el (display-startup-echo-area-message):
1419 * simple.el (set-goal-column):
1420 * ses.el (ses-command-hook, ses-recalculate-cell):
1421 * server.el (server-process-filter):
1422 * printing.el (pr-interface-txt-print, pr-interface-printify)
1423 (pr-interface-ps):
1424 * pcvs.el (cvs-help):
1425 * log-edit.el (log-edit, log-edit-mode-help):
1426 * iswitchb.el (iswitchb-possible-new-buffer):
1427 * isearch.el (isearch-edit-string):
1428 * image-mode.el (image-mode, image-minor-mode):
1429 * ibuf-macs.el (define-ibuffer-filter):
1430 * hi-lock.el (hi-lock-find-patterns):
1431 * files.el (toggle-read-only):
1432 * ediff-util.el (ediff-copy-diff)
1433 (ediff-write-merge-buffer-and-maybe-kill):
1434 * echistory.el (Electric-history-undefined):
1435 * dnd.el (dnd-insert-text):
1436 * dired-aux.el (dired-query):
1437 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1438 * bookmark.el (bookmark-bmenu-locate):
1439 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1440 Fix `message' calls to ensure first arg is a format string.
1441 The change was made only when these two conditions were satisfied:
1442 [1] when there is a possibility that the arguments would cause an error
1443 for example, if the code in question relies on external variables
1444 such as filenames, and
1445 [2] if the arg to `message' could not have been nil in the code.
1446
1447 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1448 Not having a %s would be weird, though not technically wrong.
1449
1450 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1451
1452 * term/mac-win.el (mac-add-charset-info): Doc fix.
1453
1454 2005-09-17 Romain Francoise <romain@orebokech.com>
1455
1456 * shell.el (shell-resync-dirs): Handle echoing processes more
1457 reliably. Don't insert resync command if `comint-process-echoes'
1458 is non-nil.
1459
1460 2005-09-17 Magnus Henoch <mange@freemail.hu>
1461
1462 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1463 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1464 aspell versions >= 0.60.
1465 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1466 only if ispell-aspell-supports-utf8 is non-nil.
1467
1468 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1469
1470 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1471 buffer-local value to lisp-indent-function.
1472
1473 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1474
1475 * progmodes/glasses.el (glasses-make-readable): If
1476 glasses-separator differs from underscore, put appropriate
1477 overlays over underscore characters.
1478 (glasses-convert-to-unreadable): If glasses-separator differs from
1479 underscore, try to convert glasses-separator characters to
1480 underscores.
1481
1482 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1485 Use with-syntax-table and dolist.
1486
1487 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1488
1489 * textmodes/reftex-auc.el:
1490 * textmodes/reftex-cite.el:
1491 * textmodes/reftex-dcr.el:
1492 * textmodes/reftex-global.el:
1493 * textmodes/reftex-parse.el:
1494 * textmodes/reftex-ref.el:
1495 * textmodes/reftex-sel.el:
1496 * textmodes/reftex-toc.el:
1497 * textmodes/reftex-vars.el:
1498 * textmodes/reftex.el: Small changes to remove compiler warnings.
1499
1500 * textmodes/reftex-index.el: Likewise.
1501 (reftex-query-index-phrase): More efficient use of markers.
1502
1503 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * image.el (image-load-path): New variable.
1506 (image-search-load-path): New function.
1507 (find-image): Search for images in `image-load-path'.
1508
1509 2005-09-15 Richard M. Stallman <rms@gnu.org>
1510
1511 * follow.el: Change Maintainer field.
1512
1513 2005-09-15 David Ponce <david@dponce.com>
1514
1515 * recentf.el (recentf-save-file-modes): New option.
1516 (recentf-save-list): Use it.
1517
1518 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1519
1520 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1521 (mode-line-mule-info, mode-line-modified): Move bindings from
1522 mouse-3 to mouse-1.
1523
1524 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * simple.el (sendmail-user-agent-compose): Revert last change.
1527
1528 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1531 Use with-current-buffer.
1532 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1533 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1534 (ange-ftp-insert-directory): Remove unused var `short'.
1535 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1536
1537 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1538 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1539
1540 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1541 (check-calendar-holidays, diary-list-entries): Autoload.
1542 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1543 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1544
1545 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1546 which mistakenly removed a call to display-buffer.
1547
1548 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1551
1552 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1553
1554 * progmodes/hideshow.el
1555 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1556 (hs-allow-nesting): New user var.
1557 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1558 (hs-hide-block-at-point): When nesting allowed,
1559 if there is already an overlay in place, delete it.
1560 (hs-safety-is-job-n): Delete func; remove call sites.
1561 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1562 (hs-overlay-at): New func.
1563 (hs-already-hidden-p, hs-show-block): Use it.
1564 (hs-hide-all): Don't pre-clean if nesting allowed.
1565 (hs-show-all): Temporarily disallow
1566 nesting around call to `hs-discard-overlays'.
1567
1568 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1571 Delete unused local var.
1572
1573 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * help-fns.el (describe-categories): "?\ " -> "?\s".
1576 (help-do-arg-highlight): Recognize also ARG-n, as in
1577 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1578
1579 * international/codepage.el (dos-unsupported-char-glyph):
1580 * net/newsticker.el (tool-bar-map, w3-mode-map)
1581 (w3m-minor-mode-map):
1582 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1583 (ent-alist):
1584 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1585
1586 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * custom.el (custom-push-theme): Handle the case where a symbol is
1589 bound but face properties have not yet been assigned.
1590
1591 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1592 Fix behavior if noerase is `t' and there is no mail buffer.
1593
1594 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1595 if `continue' is nil, rather than signal an error.
1596
1597 2005-09-12 Richard M. Stallman <rms@gnu.org>
1598
1599 * font-lock.el (font-lock-keywords): Add autoload.
1600
1601 * help-fns.el (describe-variable): Rearrange to put source link
1602 in a predictable place.
1603
1604 * net/newsticker.el: New file.
1605
1606 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1609 (calendar-basic-setup): Use the new nil arg.
1610 (number-of-diary-entries): Move to diary-lib.el.
1611
1612 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1613 (diary-list-entries): Use with-syntax-table and dolist.
1614 Rename from list-diary-entries.
1615 Use number-of-diary-entries if `number' is nil.
1616 (diary, diary-view-entries): Use this new name and new nil arg value.
1617 (number-of-diary-entries): Move from calendar.el.
1618 (diary-unhide-everything): New function.
1619 (include-other-diary-files, fancy-diary-display)
1620 (diary-show-all-entries, make-diary-entry): Use it.
1621 (diary-mail-entries): Use buffer-string.
1622 (mark-diary-entries): Fix long standing paren typo.
1623 (diary-sexp-entry): Use count-lines.
1624 (make-diary-entry): Avoid `previous-line'.
1625 (diary-mode-map): New var.
1626 (diary-mode): Redraw cal after saving. Setup header-line.
1627 (fancy-diary-display-mode): Use local-set-key.
1628
1629 * startup.el (command-line): Try calling various terminal-init-foo-bar
1630 functions by stripping hyphenated suffixes from $TERM.
1631
1632 * files.el (normal-mode): Check boundness of font-lock-keywords.
1633
1634 2005-09-12 Richard M. Stallman <rms@gnu.org>
1635
1636 * progmodes/compile.el: Don't decide a file's directory
1637 until the user actually tries to go there.
1638 (compilation-next-error-function):
1639 Pass compilation-find-file the directory from the file-struct.
1640 (compilation-internal-error-properties): Separate local FILE-STRUCT
1641 from FILE. Doc the args better. Rename arg FMT to FMTS.
1642 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1643 Expand it, and if nil, use default-directory.
1644 (compilation-get-file-structure): Don't mix specified directory
1645 with default directory. Put specified directory into
1646 file-struct. Don't make the file name absolute.
1647
1648 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1649 (compile-command): Add autoload.
1650 (compilation-disable-input): Add autoload.
1651
1652 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1653
1654 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1655 strings of the variables it can override.
1656 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1657 %Q and %q, for fully-qualified domain name and unqualified host name.
1658
1659 2005-09-11 Kim F. Storm <storm@cua.dk>
1660
1661 * emacs-lisp/authors.el (authors-aliases): Update list.
1662 (authors-fixed-entries): Update mldrag.el entry.
1663
1664 2005-09-10 Alan Mackenzie <acm@muc.de>
1665
1666 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1667 from the region narrowed to.
1668
1669 2005-09-10 Magnus Henoch <mange@freemail.hu>
1670
1671 * textmodes/ispell.el (ispell-check-version): Signal an error if
1672 aspell version is less than 0.60.
1673
1674 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1675
1676 * progmodes/octave-inf.el (inferior-octave-startup):
1677 Resync current dir at the end.
1678
1679 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1680
1681 * woman.el (woman-topic-at-point-default):
1682 Rename to woman-use-topic-at-point-default.
1683 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1684 (woman-file-name): Reflect renames above. Automatically use the
1685 word at point as topic if woman-use-topic-at-point is non-nil.
1686 Otherwise offer it as default but don't insert it in the
1687 minibuffer. Also use `test-completion' instead of `assoc' as
1688 suggested by Stefan Monnier.
1689
1690 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1691
1692 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1693 the attempt to do it over Tramp. This is not yet supported.
1694
1695 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1696
1697 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1698 (menu-bar-non-minibuffer-window-p): New functions.
1699 ("Split Window", "Save As..."): Use them.
1700 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1701 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1702 Use menu-bar-menu-frame-live-and-visible-p.
1703 ("Save Buffer", "Insert File", "Open Directory...")
1704 ("Open File...", "Visit New File..."):
1705 Use menu-bar-non-minibuffer-window-p.
1706 (kill-this-buffer-enabled-p, dired <menu-enable>):
1707 Use menu-bar-non-minibuffer-window-p.
1708
1709 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1710
1711 * cus-start.el (all): Don't complain about fringe-related
1712 built-ins if fringes are not supported. Ditto about
1713 selection-related built-ins. Fix the test for GTK-related built-ins.
1714
1715 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1716 ("Postscript Print Buffer", "Print Region", "Save As...")
1717 ("Save", "Insert File...", "Open Directory...")
1718 ("Open File...", "Visit New File..."")
1719 ("Truncate Long Lines in this Buffer"): Don't look at
1720 menu-updating-frame if this display does not support multiple frames.
1721
1722 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1723
1724 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1725
1726 2005-09-09 Emilio Lopes <eclig@gmx.net>
1727
1728 * woman.el: Format- and whitespace-related changes.
1729
1730 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1731
1732 * woman.el: Fix my email address.
1733
1734 2005-09-08 Richard M. Stallman <rms@gnu.org>
1735
1736 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1737 (sh-mode): Locally set skeleton-pair-default-alist.
1738
1739 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1740
1741 * progmodes/flymake.el: Require `compile' unconditionally.
1742
1743 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1744
1745 * woman.el (woman-file-name): Provide a default, not initial input.
1746
1747 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1748
1749 * font-lock.el (font-lock-support-mode): Doc fix.
1750
1751 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1752
1753 2005-09-08 Richard M. Stallman <rms@gnu.org>
1754
1755 * simple.el (blink-matching-open): Get rid of text props from
1756 the string shown in echo area. Don't permanently set point.
1757 Some rearrangements.
1758
1759 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1760
1761 * recentf.el (recentf-filename-handler): Add custom choice
1762 `abbreviate-file-name'.
1763
1764 * msb.el (msb--very-many-menus): Fix typo.
1765
1766 * disp-table.el (standard-display-european): Don't set
1767 enable-multibyte-characters to nil.
1768
1769 2005-09-08 David Ponce <david@dponce.com>
1770
1771 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1772 (recentf-expand-file-name): Doc fix.
1773 (recentf-dialog-mode-map): Define digit shortcuts.
1774 (recentf--files-with-key): New variable.
1775 (recentf-show-digit-shortcut-filter): New function.
1776 (recentf-open-files-items): New function.
1777 (recentf-open-files): Use it.
1778 (recentf-open-file-with-key): New command.
1779
1780 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1783 Suggested by Kim F. Storm.
1784 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1785 (Buffer-menu-make-sort-button): Use global keymap.
1786
1787 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
1788
1789 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1790 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1791 necessary any longer with the remapped command.
1792 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1793 formatting time only.
1794
1795 * net/tramp.el (tramp-action-password)
1796 (tramp-multi-action-password): Compile the password prompt from
1797 `method', `user' and `host'. Sometimes it isn't obvious which
1798 password to enter, for example with remote files offered by
1799 recentf.el, or with multiple steps. Suggested by Robert Marshall
1800 <robert@chezmarshall.freeserve.co.uk>.
1801
1802 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1805 Fix regexp for when "s///" is at the beginning of line.
1806
1807 2005-09-07 Jay Belanger <belanger@truman.edu>
1808
1809 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1810 when in matrix mode.
1811
1812 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1815 non-anonymous functions.
1816
1817 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1820 when using a header line. Otherwise, use mouse-1-click-follows-link.
1821
1822 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1823 can't be moved; don't signal an error.
1824
1825 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * cus-theme.el (custom-theme-write-faces): Save the current face
1828 spec, not the defface spec.
1829
1830 * custom.el (custom-known-themes): Clarify meaning of "standard".
1831 (custom-push-theme): Save old values in the standard theme.
1832 (disable-theme): Correct typo.
1833 (custom-face-theme-value) Deleted unused function.
1834 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1835
1836 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * progmodes/compile.el (compilation-goto-locus): Take into account
1839 iconified frames when determining whether the buffer is
1840 already visible.
1841 Don't reset window height if the window already existed.
1842
1843 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * custom.el (load-theme): Rename from require-theme.
1846 Add interactive spec.
1847 (enable-theme): Rename from custom-enable-theme.
1848 Add interactive spec.
1849 (disable-theme): Rename from custom-disable-theme.
1850 Add interactive spec.
1851 (custom-make-theme-feature): Doc fix.
1852 (custom-theme-directory): Doc fix.
1853 (provide-theme): Call enable-theme.
1854
1855 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * obsolete/lazy-lock.el (lazy-lock-mode):
1858 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1859 font-lock-mode if it's off. Print a warning instead.
1860
1861 * progmodes/compile.el (compilation-start): Ignore errors if the
1862 process died before we get to send-eof.
1863
1864 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1865 Undo last change. Enclosing the result in quotes broke things on Unix
1866 since tex-send-command passes it through shell-quote-argument.
1867 (tex-send-command): Pass `file' through convert-standard-filename
1868 when possible.
1869 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1870 info in a transcript.
1871
1872 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1875 fix compilation warning. Reorder the key definitions to group
1876 together keys emitted by the current version of xterm.
1877
1878 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1879 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1880 Reorder predicates to correct min-color usage.
1881
1882 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1885 Kill local variables when longlines-mode is turned off.
1886
1887 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1890
1891 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1892
1893 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1894
1895 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1896 (font-lock-lines-before): Change default to being inactive.
1897 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1898 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1899
1900 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1903 Deactivate temporarily advice if active (not needed for Emacs 22,
1904 but for backwards compatibility).
1905 (tramp-exists-file-name-handler): Rewrite. First implementation
1906 was too simple.
1907 (tramp-advice-make-auto-save-file-name):
1908 Call `tramp-handle-make-auto-save-file-name' (again, just for
1909 backwards compatibility).
1910
1911 2005-08-31 Reto Zimmermann <reto@gnu.org>
1912
1913 * progmodes/vhdl-mode.el
1914 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1915 (vhdl-end-p): Fix indentation bug "else" after "-- when".
1916 (vhdl-set-default-project): New function (easier setting of default).
1917 (vhdl-port-copy): Handle extended identifiers for generics.
1918 (vhdl-compiler-alist): Better description for error message regexp.
1919 (vhdl-make): Query for target, use previous as default.
1920 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1921 (vhdl-font-lock-keywords-2): Fix fontification for record
1922 el. assign.
1923 (vhdl-speedbar-make-subpack-line): Add package body link.
1924 (vhdl-generate-makefile-1): Not include itself as dependency.
1925 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1926 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1927 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1928 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1929 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1930 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1931 (vhdl-import-project): Add string argument for `error'.
1932 (vhdl-compose-configuration)
1933 (vhdl-compose-configuration-architecture): Add configuration
1934 declaration generation.
1935 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1936 (vhdl-trailer-re): Add "record" keyword (better indentation).
1937 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1938 "[^ \t-\"]+".
1939 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1940 (vhdl-testbench-entity-file-name)
1941 (vhdl-testbench-architecture-file-name): Allow separate
1942 customization of testbench file names.
1943 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1944 (vhdl-get-visible-signals): Allow newline within alias declaration.
1945 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1946 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1947 (member-ignore-case): Alias for missing function in XEmacs.
1948 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1949 (vhdl-update-sensitivity-list): Ignore case on read signals.
1950 (vhdl-replace-string): Adjust case only for file names.
1951 (vhdl-update-sensitivity-list): Fix search for read signals.
1952 (vhdl-update-sensitivity-list): Exclude formal parameters.
1953 (vhdl-get-visible-signals): Include aliases of signals.
1954 (vhdl-get-visible-signals): Fix signal name searching.
1955 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1956 (vhdl-fixup-whitespace-region): Fix for character
1957 literals (e.g. ':').
1958
1959 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * ansi-color.el (comint-last-output-start):
1962 * bs.el (font-lock-verbose):
1963 * diff-mode.el (add-log-buffer-file-name-function):
1964 * dired-x.el (vm-folder-directory):
1965 * faces.el (help-xref-stack-item):
1966 * files.el (font-lock-keywords):
1967 * find-lisp.el (dired-buffers, dired-subdir-alist):
1968 * ido.el (cua-inhibit-cua-keys):
1969 * log-view.el (cvs-minor-wrap-function):
1970 * outline.el (font-lock-warning-face):
1971 * simple.el (compilation-current-error):
1972 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1973 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1974 * tooltip.el (comint-prompt-regexp):
1975 * w32-fns.el (explicit-shell-file-name):
1976 * term/mac-win.el (mac-charset-info-alist)
1977 (mac-services-selection, mac-system-script-code):
1978 * term/tty-colors.el (msdos-color-values):
1979 * term/w32-win.el (xlfd-regexp-registry-subnum):
1980 * term/x-win.el (x-keysym-table, x-selection-timeout)
1981 (x-session-id, x-session-previous-id):
1982 * textmodes/ispell.el (mail-yank-prefix):
1983 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1984 * textmodes/org.el (calc-embedded-close-formula)
1985 (calc-embedded-open-formula)
1986 (font-lock-unfontify-region-function):
1987 * textmodes/reftex-global.el (isearch-next-buffer-function)
1988 (TeX-master):
1989 * textmodes/reftex.el (font-lock-keywords):
1990 * textmodes/tex-mode.el (font-lock-comment-face)
1991 (font-lock-doc-face):
1992 * textmodes/texinfo.el (outline-heading-alist):
1993 Add defvars.
1994
1995 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1996 (artist-spray-chars, artist-mode-init, artist-replace-string)
1997 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1998 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1999 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2000
2001 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2002 (conf-align-assignments): "?\ " -> "?\s".
2003
2004 * textmodes/reftex-index.el (TeX-master): Add defvar.
2005 (reftex-index-phrases-marker): Move up defvar.
2006
2007 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2008 (reftex-toc-include-labels-indicator)
2009 (reftex-toc-include-index-indicator)
2010 (reftex-toc-max-level-indicator): Move up declarations.
2011
2012 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2013 of args to `tramp-run-real-handler', even if it's empty in this case.
2014
2015 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2016
2017 * dired.el (dired-move-to-filename-regexp): Add date format for
2018 Mac OS X 10.3 in East Asian locales.
2019
2020 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * files.el (make-auto-save-file-name): Add file name handler call
2023 if applicable.
2024
2025 * net/tramp.el (tramp-file-name-handler-alist)
2026 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2027 (tramp-handle-make-auto-save-file-name): Rename from
2028 `tramp-make-auto-save-file-name'.
2029 (tramp-exists-file-name-handler): New defun.
2030 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2031 `make-auto-save-file-name' is not a magic file name operation.
2032
2033 2005-08-30 Richard M. Stallman <rms@gnu.org>
2034
2035 * files.el (risky-local-variable-p):
2036 Match `-predicates' and `-commands.
2037
2038 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2039 (custom-save-all): Visit the file if necessary;
2040 kill the buffer if we created it.
2041 (custom-save-delete): Don't visit file or kill buffer here.
2042
2043 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2044
2045 * textmodes/org.el (org-special-keyword): New face.
2046 (org-table-copy-down, org-table-eval-formula)
2047 (org-table-recalculate, org-init-section-numbers):
2048 Use `string-to-number' instead of `string-to-int'.
2049 (org-get-location): Use `insert-buffer-substring' instead of
2050 `insert-buffer'.
2051 (org-modify-diary-entry-string): New function.
2052 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2053 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2054 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2055 active region.
2056 (org-export-as-html): Handle QUOTE keyword.
2057 (org-quote-string): New option.
2058 (org-bookmark-jump-unhide): New function, used for
2059 `bookmark-after-jump-hook'.
2060 (org-diary-default-entry): Apply only when not called through
2061 `org-agenda'.
2062
2063 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2064
2065 * net/eudc.el (mode-popup-menu):
2066 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2067 * progmodes/ada-mode.el (compile-auto-highlight)
2068 (skeleton-further-elements):
2069 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2070 * progmodes/cmacexp.el (msdos-shells):
2071 * progmodes/compile.el (font-lock-extra-managed-props)
2072 (font-lock-keywords, font-lock-maximum-size)
2073 (font-lock-support-mode):
2074 * progmodes/grep.el (font-lock-lines-before):
2075 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2076 * progmodes/mixal-mode.el (compile-command):
2077 * progmodes/perl-mode.el (font-lock-comment-face)
2078 (font-lock-doc-face, font-lock-string-face):
2079 * progmodes/prolog.el (comint-prompt-regexp):
2080 * progmodes/sh-script.el (font-lock-comment-face)
2081 (font-lock-set-defaults, font-lock-string-face):
2082 * progmodes/sql.el (font-lock-keyword-face)
2083 (font-lock-set-defaults, font-lock-string-face):
2084 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2085 (itimer-version, lazy-lock-defer-contextually)
2086 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2087 Add defvars.
2088
2089 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2090 (cperl-electric-keyword, cperl-electric-pod)
2091 (cperl-electric-backspace, cperl-forward-re)
2092 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2093 (vc-rcs-header, vc-sccs-header): Add defvars.
2094
2095 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2096 (font-lock-syntactic-keywords, gud-find-expr-function):
2097 Add defvars.
2098
2099 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2100 (gdb-frame-parameters): Declare before use.
2101
2102 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2103 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2104 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2105 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2106
2107 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2108 (idlwave-help-with-source): Use `insert-buffer-substring', not
2109 `insert-buffer'.
2110
2111 2005-08-29 Juri Linkov <juri@jurta.org>
2112
2113 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2114 Put outline-back-to-heading function call inside save-excursion.
2115
2116 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * man.el (Man-init-defvars, Man-translate-references)
2119 (Man-support-local-filenames, Man-highlight-references):
2120 * progmodes/sql.el (sql-interactive-mode):
2121 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2122
2123 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2124 (compilation-mode-font-lock-keywords): Add defvars.
2125 (checkdoc-interactive-loop): "?\ " -> "?\s".
2126
2127 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2128 (font-lock-doc-face, font-lock-string-face)
2129 (font-lock-keywords-case-fold-search): Add defvars.
2130 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2131
2132 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2133 Don't pass X and Y (they are ignored anyway).
2134 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2135 (mouse-delete-window): Make arguments optional.
2136
2137 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2138 (caesar-translate-table, minor-modes, news-buffer-save)
2139 (news-group-name, news-minor-modes): Add defvars.
2140
2141 * emacs-lisp/lselect.el (mouse-highlight-priority)
2142 (x-lost-selection-functions, zmacs-regions):
2143 * emacs-lisp/pp.el (font-lock-verbose):
2144 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2145 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2146 (ses-mode-map):
2147 * emacs-lisp/tcover-unsafep.el (safe-functions):
2148 * international/mule-cmds.el (mac-system-coding-system)
2149 (mac-system-locale):
2150 * language/ethio-util.el (rmail-current-message)
2151 (rmail-message-vector):
2152 * language/thai-util.el (thai-auto-composition-mode):
2153 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2154 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2155 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2156 (vm-primary-inbox, vm-spool-files):
2157 * mail/rmail.el (deleted-head, font-lock-fontified)
2158 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2159 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2160 (total-messages):
2161 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2162 (rmail-summary-mode-map):
2163 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2164 (rmail-last-label, rmail-last-multi-labels)
2165 (rmail-summary-vector, rmail-total-messages):
2166 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2167 * mail/rmailsum.el (msgnum):
2168 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2169 (rmail-current-message):
2170 * obsolete/fast-lock.el (font-lock-face-list):
2171 * obsolete/rnewspost.el (mail-reply-buffer):
2172 * obsolete/scribe.el (compile-command):
2173 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2174
2175 2005-08-28 John Paul Wallington <jpw@gnu.org>
2176
2177 * ibuf-ext.el (ibuffer-auto-update-changed):
2178 Use `frame-or-buffer-changed-p' to check whether we need to update.
2179 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2180 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2181 as a `frame-or-buffer-changed-p' state vector instead.
2182
2183 2005-08-27 Romain Francoise <romain@orebokech.com>
2184
2185 * textmodes/makeinfo.el (makeinfo-compile):
2186 Use `compilation-start'. Set `next-error-function' according to
2187 `disable-errors'.
2188 (makeinfo-next-error): New function.
2189 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2190 (makeinfo-buffer): Likewise.
2191
2192 * progmodes/compile.el (compilation-start): Add autoload cookie.
2193
2194 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2195 * textmodes/sgml-mode.el: Likewise.
2196 * progmodes/python.el: Likewise.
2197
2198 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2199
2200 * simple.el (blink-matching-paren-distance): Document the meaning
2201 of nil value, and allow to customize to nil.
2202
2203 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2204 command.com, not command.exe.
2205
2206 2005-08-26 John Wiegley <johnw@newartisans.com>
2207
2208 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2209 code around a bit so that an extraneous nil argument is not added
2210 to a command when no args are given.
2211
2212 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2213 double-quoted argument resolves to nil, return it as an empty
2214 string rather than as nil. This made it impossible to pass "" to
2215 a shell script as a null string argument.
2216
2217 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2218
2219 * outline.el (outline-invent-heading): New fun.
2220 (outline-promote, outline-demote): Use it.
2221 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2222 (outline-end-of-subtree): Remove unused var `opoint'.
2223
2224 2005-08-26 David Reitter <david.reitter@gmail.com>
2225
2226 * menu-bar.el (truncate-lines, write-file, print-buffer)
2227 (ps-print-buffer-faces, ps-print-buffer, split-window):
2228 Disable menu items when the frame they refer to is invisible, or when
2229 they refer to a buffer and the minibuffer is selected.
2230
2231 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2232
2233 * progmodes/flymake.el (flymake-highlight-err-lines):
2234 Use save-excursion around flymake-highlight-line to preserve point.
2235
2236 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2237
2238 * progmodes/octave-mod.el: Change Author and Maintainer address.
2239 (octave-maintainer-address): Change Kurt's email address.
2240 * progmodes/octave-inf.el: Change Author and Maintainer address.
2241 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2242
2243 2005-08-26 Kim F. Storm <storm@cua.dk>
2244
2245 * subr.el (version-list-<, version-list-<=, version-list-=):
2246 Renamed from integer-list-*.
2247 (version-list-not-zero): Likewise. Fix while loop.
2248 (version=): Use version-list-= instead of string-equal.
2249
2250 2005-08-26 Richard M. Stallman <rms@gnu.org>
2251
2252 * outline.el (outline-promote): Try shortening the heading.
2253 As last resort, read the heading to use.
2254 (outline-demote): As last resort, read the heading to use.
2255
2256 2005-08-26 Romain Francoise <romain@orebokech.com>
2257
2258 * progmodes/compile.el (compilation-start): Doc fix.
2259
2260 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2261 (antlr-font-lock-additional-keywords): Fix reference to
2262 `antlr-font-lock-literal-regexp' erroneously changed during the
2263 mass face rename.
2264 (antlr-run-tool): Use `compilation-start'.
2265
2266 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2267 instead of the obsolete `compile-internal'.
2268
2269 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2272 (number, original-date):
2273 * calendar/cal-china.el (date):
2274 * calendar/cal-coptic.el (date):
2275 * calendar/cal-french.el (date):
2276 * calendar/cal-hebrew.el (date, entry, number, original-date):
2277 * calendar/cal-islam.el (date, number, original-date):
2278 * calendar/cal-iso.el (date):
2279 * calendar/cal-julian.el (date):
2280 * calendar/cal-mayan.el (date):
2281 * calendar/cal-menu.el (date, event):
2282 * calendar/cal-persia.el (date):
2283 * calendar/lunar.el (date):
2284 * calendar/solar.el (date): Add defvars.
2285
2286 * emerge.el:
2287 * ibuffer.el:
2288 * info-xref.el:
2289 * obsolete/bg-mouse.el:
2290 * obsolete/sun-curs.el:
2291 * obsolete/swedish.el: Move the `defvar's to the top level.
2292
2293 * smerge-mode.el (smerge-refined-change): Add :group.
2294
2295 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2298 (smerge-keep-n): Remove props.
2299 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2300 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2301 now that it's done in smerge-keep-n.
2302 (smerge-refined-change): New face.
2303 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2304 (smerge-refine): New funs.
2305 (smerge-basic-map): Bind smerge-refine.
2306
2307 2005-08-25 Juri Linkov <juri@jurta.org>
2308
2309 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2310 compilation-process-setup-function and compilation-disable-input
2311 in grep-mode instead of let-bindings in grep.
2312
2313 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2314 Delete "Automatic File De/compression" (auto-compression-mode).
2315
2316 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2319 Silence warning about non-existent variable.
2320
2321 2005-08-25 Richard M. Stallman <rms@gnu.org>
2322
2323 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2324 Rename "Describe Key" to "Describe Key or Mouse Operation".
2325
2326 * mail/mailalias.el (build-mail-aliases): Delete comments
2327 from the contents before processing them.
2328
2329 * isearch.el (isearch-edit-string): Erase the Search prompt
2330 if user enters an empty string and there is no default.
2331
2332 * comint.el (comint-file-name-prefix): Add autoload.
2333
2334 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2335
2336 * subr.el (play-sound): Rearrange to avoid warning.
2337
2338 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2339
2340 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2341 New hook.
2342 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2343
2344 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2347
2348 * custom.el (custom-theme-set-variables): Sort minor modes last.
2349
2350 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2351
2352 * subr.el (version-separator, version-regexp-alist): New vars used by
2353 version comparison funs.
2354 (integer-list-<, integer-list-=, integer-list-<=)
2355 (integer-list-not-zero): New funs for integer list comparison.
2356 (version-to-list, version=, version<, version<=): New funs for version
2357 comparison.
2358
2359 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2360
2361 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2362 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2363 time to silence the byte-compiler.
2364
2365 * ibuffer.el (ibuffer-compile-make-eliding-form)
2366 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2367 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2368 so it's silly to get warnings for it).
2369 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2370 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2371 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2372 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2373 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2374 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2375 Defvar at compile time.
2376 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2377 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2378 Declare them before use.
2379
2380 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2381 (info-xref-good, info-xref-bad): Defvar at compile time.
2382
2383 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2384 Use `let*' instead of `let'.
2385
2386 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2387 (*mouse-y*, menu, char): Defvar at compile time.
2388 (sc::menu): Declare it before use.
2389 (sc::pack-one-line): Use `let', not `let*'.
2390
2391 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2392 (mail-send-hook): Defvar at compile time.
2393
2394 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2395 Defvar at compile time.
2396
2397 * term/sun-mouse.el (current-global-mousemap)
2398 (current-local-mousemap): Declare them before use.
2399
2400 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2401
2402 * bookmark.el (bookmark-after-jump-hook): New hook.
2403 (bookmark-jump): Run `bookmark-after-jump-hook'.
2404
2405 2005-08-23 Juri Linkov <juri@jurta.org>
2406
2407 * faces.el (minibuffer-prompt): Doc fix.
2408
2409 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * progmodes/xscheme.el: Trivial changes to silence warnings.
2412 (xscheme-previous-mode, xscheme-previous-process-state):
2413 Add defvars.
2414 (xscheme-last-input-end, xscheme-process-command-line)
2415 (xscheme-process-name, xscheme-buffer-name)
2416 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2417 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2418 (xscheme-control-g-synchronization-p)
2419 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2420 (default-xscheme-runlight, xscheme-runlight)
2421 (xscheme-runlight-string, xscheme-process-filter-state)
2422 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2423 Move to beginning of file.
2424 (scheme-interaction-mode-commands-alist)
2425 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2426 Declare them before use. Note: the initialization code for the variables
2427 has not been moved because it uses functions that reference the variables.
2428 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2429 (xscheme-prompt-for-expression-map): Declare them before use.
2430 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2431
2432 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2433
2434 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2435
2436 2005-08-22 Juri Linkov <juri@jurta.org>
2437
2438 * faces.el (set-face-underline): Delete this duplicate function
2439 and make an obsolete alias to set-face-underline-p.
2440 (set-face-underline-p): Use docstring of set-face-underline.
2441 (describe-face): Create hyperlink to parent face.
2442
2443 * info.el (Info-insert-dir): Use save-excursion around
2444 insert-buffer-substring.
2445 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2446 (Info-escape-percent): Delete function.
2447 (Info-fontify-node): Replace Info-escape-percent by
2448 replace-regexp-in-string with REP arg set to lambda that
2449 duplicates `%' and preserves text properties.
2450
2451 * progmodes/compile.el (compilation-disable-input): Doc fix.
2452 (define-compilation-mode): Doc fix and refill.
2453 (kill-compilation): Use `mode-name' in the error message.
2454 (compilation-find-file): Use `compilation-error' in the
2455 read-file-name's prompt.
2456
2457 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2460 (smerge-auto-leave): Make undo re-enable the mode.
2461 (debug-ignored-errors): Add the user-error of impossible resolution.
2462 (smerge-resolve): Move things around a bit, in preparation for later.
2463 (smerge-diff): Don't fail if the buffer has no associated file.
2464 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2465 (smerge-conflict-overlay): New function.
2466 (smerge-match-conflict): Don't add text properties here.
2467 (smerge-find-conflict): Instead, add an overlay here.
2468 Also check for the case where we're inside a conflict already, so as to
2469 obviate the need for font-lock-multiline, which is unbearably slow with
2470 large conflicts and ciomplex font-lock patterns.
2471 (smerge-remove-props): Remove overlay rather than text-properties.
2472 (smerge-mode): Don't set font-lock-multiline.
2473 Remove overlays when turned off.
2474
2475 2005-08-21 Kim F. Storm <storm@cua.dk>
2476
2477 * ido.el (ido-ignore-item-p): Use save-match-data.
2478 Bind case-fold-search to ido-case-fold locally.
2479
2480 2005-08-20 Richard M. Stallman <rms@gnu.org>
2481
2482 * files.el (normal-mode): If font lock is on, turn it off and on.
2483
2484 * subr.el (replace-regexp-in-string): Doc fix.
2485
2486 * startup.el (command-line-1): Don't suppress startup screen
2487 due to existing processes.
2488
2489 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2490
2491 * progmodes/compile.el (compilation-disable-input): Default to nil.
2492
2493 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2494
2495 * progmodes/compile.el (compilation-disable-input): New defcustom.
2496 (compilation-start): If compilation-disable-input is non-nil, send
2497 EOF to the compilation process.
2498
2499 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2500
2501 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2502 Run the argument of tex-shell-cd-command through
2503 convert-standard-filename, to get the correct style of slashes on
2504 Windows, and enclose the result in quotes, in case the file name
2505 includes whitespace or other special characters.
2506
2507 2005-08-19 Andreas Schwab <schwab@suse.de>
2508
2509 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2510 process.
2511
2512 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2513
2514 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2515
2516 2005-08-18 Kim F. Storm <storm@cua.dk>
2517
2518 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2519
2520 2005-08-18 Richard M. Stallman <rms@gnu.org>
2521
2522 * scroll-lock.el: New file.
2523
2524 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2525
2526 * dired.el (dired-move-to-end-of-filename):
2527 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2528
2529 2005-08-18 Kim F. Storm <storm@cua.dk>
2530
2531 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2532 rather than toggle mode when custom value is nil.
2533 (ido-everywhere): Fix defun doc string.
2534
2535 2005-08-17 Richard M. Stallman <rms@gnu.org>
2536
2537 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2538 as tag instead of "Inviolable".
2539
2540 2005-08-17 Kim F. Storm <storm@cua.dk>
2541
2542 * windmove.el (windmove-coordinates-of-position): Remove.
2543 (windmove-coordinates-of-window-position): Remove.
2544 (windmove-reference-loc): Use posn-at-point instead.
2545
2546 * subr.el (insert-for-yank-1): Doc fix.
2547
2548 * ido.el (ido-enter-matching-directory): Rename from
2549 ido-enter-single-matching-directory. Change 'slash choice to
2550 'only. Add 'first choice.
2551 (ido-exhibit): Adapt to above changes.
2552
2553 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2554
2555 * Makefile.in: Expand comment about building loaddefs.el.
2556
2557 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2558
2559 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2560 Comment use of defadvice.
2561
2562 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2563
2564 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2565
2566 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2567 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2568 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2569 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2570 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2571 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2572 for backward compatibility for faces that did not appear in the
2573 previous Emacs release.
2574
2575 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2576
2577 2005-08-15 Kim F. Storm <storm@cua.dk>
2578
2579 * emulation/cua-base.el (cua-delete-region): Return t if
2580 deleted region was non-empty.
2581 (cua-replace-region): Inhibit overwrite-mode for
2582 self-insert-command if replaced region was non-empty.
2583 (cua--explicit-region-start, cua--status-string): Make them
2584 buffer-local at top-level...
2585 (cua-mode): ...rather than when mode is enabled.
2586
2587 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2588
2589 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2590 Set t for Emacs 21, 22, and so on.
2591
2592 2005-08-15 David Ponce <david@dponce.com>
2593
2594 * tree-widget.el: Update Commentary header.
2595 (tree-widget-theme): Doc fix.
2596 (tree-widget-space-width): New option.
2597 (tree-widget-image-properties): Look up in the default theme too.
2598 (tree-widget--cursors): Only for images with arrow pointer shape.
2599 (tree-widget-lookup-image): Pointer shape is hand by default.
2600 (tree-widget-icon): Rename generic icon widget from
2601 `tree-widget-control'.
2602 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2603 derive from `tree-widget-icon'.
2604 (tree-widget-handle): Improve default look and feel of the text
2605 representation.
2606 (tree-widget): Rename :*-control properties to :*-icon properties.
2607 Add :action and :help-echo properties.
2608 (tree-widget-after-toggle-functions): Move.
2609 (tree-widget-close-node, tree-widget-open-node): Remove.
2610 (tree-widget-before-create-icon-functions): New hook.
2611 (tree-widget-value-create): Update to allow customization of icons
2612 and nodes at run-time via that new hook.
2613 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2614 (tree-widget-icon-action, tree-widget-icon-help-echo)
2615 (tree-widget-action, tree-widget-help-echo): New functions.
2616
2617 2005-08-15 Kim F. Storm <storm@cua.dk>
2618
2619 * ido.el (ido-buffer-internal): Use with-no-warnings.
2620 (ido-make-merged-file-list): Use while-no-input.
2621
2622 2005-08-15 Richard M. Stallman <rms@gnu.org>
2623
2624 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2625 (flyspell-large-region): Fix doc and custom type.
2626
2627 2005-08-14 Richard M. Stallman <rms@gnu.org>
2628
2629 * files.el (interpreter-mode-alist): Doc fix.
2630
2631 * mail/rmail.el (rmail-nonignored-headers): New variable.
2632 (rmail-clear-headers): Use it.
2633 (rmail-reply): Better handling of mail-followup-to header.
2634
2635 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2636 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2637 don't try to refer to executable-font-lock-keywords.
2638 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2639 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2640 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2641 (sh-mode): Set comment-start-skip, local-abbrev-table,
2642 imenu-case-fold-search.
2643 (sh-set-shell): Don't set them here.
2644 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2645 Don't cache the results in the original alist; don't ever modify
2646 that alist.
2647
2648 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2649
2650 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2651 empty.
2652
2653 2005-08-15 Andreas Schwab <schwab@suse.de>
2654
2655 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2656
2657 * dired.el, info.el, mail/rmail.el: Revert last change.
2658
2659 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2660
2661 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2662 modification in `eval-after-load' form.
2663 * info.el: Likewise.
2664 * mail/rmail.el: Likewise.
2665
2666 2005-08-14 Juri Linkov <juri@jurta.org>
2667
2668 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2669 Remove highlighting of "Compilation started". Highlight only
2670 the word "finished" in "Compilation finished". Add highlighting
2671 of "interrupt", "killed", "terminated" and the exit code.
2672 (compilation-start): Add newline after header. Use exactly the
2673 same time stamp format as the finishing message.
2674 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2675
2676 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2677 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2678 Add highlighting of "interrupt", "killed", "terminated".
2679
2680 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2681 enabled and the current command is self-insert-command, call it
2682 explicitly with overwrite-mode bound to nil, to not allow it
2683 to delete the character after the selected region.
2684
2685 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2686
2687 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2688 move-end-of-line, end-of-line, and beginning-of-line to the list
2689 of commands after which the echo area is updated.
2690
2691 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2692
2693 * cus-edit.el (custom-save-all, custom-save-delete):
2694 Bind recentf-exclude to exclude custom-file.
2695
2696 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2697
2698 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2699 to go to the bottom of the mail message. Added to
2700 `rmail-summary-mode-map' with key "/".
2701 (rmail-summary-show-message): New (internal) function for use by
2702 both `rmail-summary-beginning/end-of-message'.
2703 (rmail-summary-beginning-of-message): Change to use
2704 rmail-summary-show-message.
2705
2706 * mail/rmail.el (rmail-end-of-message): New command to go to the
2707 end of the current message. Added to `rmail-mode-map' with key "/".
2708 (rmail-beginning-of-message): Fix to work as documented.
2709 (rmail-mode): Change documentation.
2710
2711 * progmodes/compile.el (compilation-start): Add the line
2712 "Compilation started" with compilation start time.
2713 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2714
2715 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2716
2717 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2718 of menu items.
2719
2720 2005-08-11 Richard M. Stallman <rms@gnu.org>
2721
2722 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2723
2724 * battery.el (battery-status-function): Don't use ignore-errors.
2725
2726 2005-08-11 Lute Kamstra <lute@gnu.org>
2727
2728 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2729 define-obsolete-variable-alias.
2730
2731 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2734 (ange-ftp-send-cmd): Revert last change, and expand
2735 the comment explaining the problem.
2736
2737 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2738
2739 * ldefs-boot.el: Update.
2740
2741 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2742 item to "Time, Load and Mail". Change help echo text.
2743
2744 * time.el (display-time-use-mail-icon, display-time-format)
2745 (display-time-string-forms): Shorten first line of docstrings.
2746
2747 2005-08-10 Lars Hansen <larsh@soem.dk>
2748
2749 * desktop.el (desktop-buffer-mode-handlers):
2750 Make non-customizable. Add autoload cookie. Change initial value to
2751 nil; add elements in respective modules instead. Fix doc string.
2752 (desktop-load-file): New function.
2753 (desktop-minor-mode-handlers): New autoloaded variable.
2754 (desktop-create-buffer): Call minor mode handlers.
2755 Use desktop-load-file to load major and minor mode modules prior to
2756 checking for a handler.
2757 (desktop-save): Don't add nil to desktop-minor-modes for minor
2758 modes with nil function in desktop-minor-mode-table. Don't delete
2759 desktop file before rewriting it.
2760 (desktop-locals-to-save): Add autoload cookie. Don't make
2761 automatically buffer-local. Add variables column-number-mode,
2762 size-indication-mode, indent-tabs-mode,
2763 indicate-buffer-boundaries, indicate-empty-lines and
2764 show-trailing-whitespace.
2765 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2766 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2767 (desktop-clear-preserve-buffers-regexp): Delete.
2768 (desktop-clear-preserve-buffers): Update initial value and docstring.
2769 (desktop-save-buffer): Fix doc string.
2770
2771 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2772 (hilit-chg-desktop-restore): New function.
2773 (highlight-changes-mode): Add highlight-changes-mode to
2774 desktop-locals-to-save.
2775
2776 * dired.el: Add handler to desktop-buffer-mode-handlers.
2777 (dired-restore-desktop-buffer): Remove autoload cookie.
2778 (dired-mode): Add autoload cookie.
2779
2780 * info.el: Add handler to desktop-buffer-mode-handlers.
2781 (Info-restore-desktop-buffer): Remove autoload cookie.
2782 (Info-mode): Add autoload cookie.
2783
2784 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2785 (mh-restore-desktop-buffer): Remove autoload cookie.
2786 (mh-folder-mode): Add autoload cookie.
2787
2788 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2789 (rmail-restore-desktop-buffer): Remove autoload cookie.
2790
2791 2005-08-11 Masatake YAMATO <jet@gyve.org>
2792
2793 * hexl.el (hexl-address-region):
2794 (hexl-ascii-region, hexl-font-lock-keywords):
2795 (hexl-highlight-line-range): Use the term "region"
2796 instead of "area" for consistency with the other symbols
2797 defined in hexl.el.
2798
2799 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2800
2801 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2802 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2803 out by Juri Linkov). Add `display-battery-mode'.
2804
2805 2005-08-09 Juri Linkov <juri@jurta.org>
2806
2807 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2808 Remove `-text' from face variable names.
2809 (compilation-error-file-name, compilation-warning-file-name)
2810 (compilation-info-file-name): Delete faces.
2811 (compilation-line-number, compilation-column-number):
2812 Remove face underlining.
2813 (compilation-message-face): Set to `underline' value by default.
2814 (compilation-error-face, compilation-warning-face)
2815 (compilation-info-face): Remove `-file-name' from face names.
2816 (compilation-error-text-face, compilation-warning-text-face)
2817 (compilation-info-text-face): Delete face variables.
2818 (compilation-text-face): Delete function.
2819
2820 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2821 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2822 (grep-error-face): Set to `compilation-error' instead of
2823 `compilation-error-face' (which is redefined to `grep-hit-face' in
2824 grep buffers).
2825 (grep-mode-font-lock-keywords): Remove `-text' from face variable
2826 names. Use `grep-error-face' instead of `compilation-error-text-face'.
2827
2828 * dired-aux.el (dired-do-query-replace-regexp):
2829 Use `query-replace-read-args'.
2830
2831 * replace.el (query-replace-read-from, query-replace-read-to)
2832 (query-replace-read-args): Rename arg `string' to `prompt'.
2833
2834 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2835
2836 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2837
2838 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2839 uploading files.
2840 (ange-ftp-canonize-filename): Handle file names beginning with ~
2841 correctly.
2842
2843 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * textmodes/fill.el (canonically-space-region)
2846 (fill-context-prefix, fill-french-nobreak-p)
2847 (fill-delete-newlines, fill-comment-paragraph)
2848 (justify-current-line): "?\ " -> "?\s".
2849
2850 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2851
2852 * textmodes/fill.el (fill-nonuniform-paragraphs):
2853 Improve argument/docstring consistency.
2854
2855 2005-08-09 Richard M. Stallman <rms@gnu.org>
2856
2857 * textmodes/ispell.el (ispell-word): More fboundp checks.
2858
2859 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2860 (find-file-noselect-1): Call it here, only if RAWFILE.
2861 (normal-mode): Always set some major mode.
2862 (save-some-buffers-action-alist): Change some explanation strings.
2863 (file-name-non-special): In the `quote' method, use unwind-protect.
2864
2865 2005-08-09 Magnus Henoch <mange@freemail.hu>
2866
2867 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2868 (ispell-have-aspell-dictionaries): New variable.
2869 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2870 (ispell-get-aspell-config-value): New function.
2871 (ispell-aspell-find-dictionary): New function.
2872 (ispell-aspell-add-aliases): New function.
2873 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2874 appropriate. Don't look for ispell dictionaries if we use aspell.
2875 (ispell-menu-map): Don't build a submenu of dictionaries.
2876
2877 2005-08-09 Richard M. Stallman <rms@gnu.org>
2878
2879 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2880 (sql-read-passwd): Use read-passwd.
2881
2882 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2883 (idlwave-toolbar-is-possible): Add defvars.
2884
2885 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2886 Avoid warnings.
2887
2888 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2889 (idlwave-system-class-info, idlwave-executive-commands-alist):
2890 Use defvar.
2891
2892 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2893
2894 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2895 Avoid warnings.
2896
2897 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2898 and content-type: headers.
2899
2900 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2901
2902 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2903 and rename some of them to be more self-explanatory.
2904
2905 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2906
2907 * startup.el (command-line-1): Implement -scriptload.
2908
2909 * replace.el (occur-engine): Initial *Occur* output not undoable.
2910
2911 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2912 and improve help strings.
2913
2914 * isearch.el (isearch-repeat): When changing direction,
2915 mark search successful.
2916
2917 * ediff-init.el: Use (featurep 'xemacs).
2918
2919 * comint.el (send-invisible): Identify buffer, if not selected.
2920
2921 * align.el: Delete autoload for c-guess-basic-syntax.
2922
2923 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2926 Improve argument/docstring consistency. Doc fixes.
2927 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2928 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2929 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2930 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2931 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2932 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2933 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2934 Defvar at compile time.
2935
2936 2005-08-09 Juri Linkov <juri@jurta.org>
2937
2938 * info.el: Replace `info' with upper-case `Info' where appropriate.
2939 (info-title-1, info-title-2, info-title-3, info-title-4)
2940 (info-menu-header): Move up face definitions.
2941 (info-menu-star): Rename from `info-menu-5'.
2942 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2943 (Info-fontify-visited-nodes): Fix docstring.
2944 (Info-hide-note-references): Fix docstring.
2945 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2946 menu items in the same way as on cross-references.
2947 (info-apropos): Fix sorting order and formatting to be like in the
2948 stand-alone Info browser. Display error messages for 1 sec.
2949 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2950 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2951 from the menu bar.
2952 (Info-insert-dir): Restore point after calling
2953 `insert-buffer-substring'.
2954
2955 2005-08-08 Richard M. Stallman <rms@gnu.org>
2956
2957 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2958 (recompute-lucid-menubar): Add defvars.
2959
2960 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2961
2962 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2963
2964 * net/net-utils.el (run-dig): Rename from `dig'.
2965
2966 * play/gametree.el (gametree-mode): Use make-local-variable,
2967 not make-variable-buffer-local.
2968
2969 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2970
2971 * ansi-color.el (ansi-color-make-extent)
2972 (ansi-color-set-extent-face): Use fboundp, not functionp.
2973
2974 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2975 not make-variable-buffer-local.
2976
2977 * bookmark.el (Info-current-file): Add defvar.
2978 (bookmark-jump-noselect): Use with-no-warnings.
2979
2980 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2981
2982 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2983
2984 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2985
2986 * find-file.el (ada-procedure-start-regexp)
2987 (ada-package-start-regexp): Add defvars.
2988
2989 * info.el (Info-insert-dir): Use insert-buffer-substring.
2990
2991 * xml.el (xml-att-def-re): Add defvar.
2992
2993 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2994 calling convention.
2995
2996 * subr.el (while-no-input): Return t if there is input.
2997
2998 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2999
3000 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3001
3002 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3005 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3006
3007 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3008
3009 * cmuscheme.el (scheme-start-file): Replace reference to
3010 `user-emacs-directory' by "~/.emacs.d/".
3011
3012 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3013
3014 * info.el (Info-dir-remove-duplicates): Avoid case folding
3015 in loop; instead, keep downcased strings for comparison.
3016 Suggested by Helmut Eller.
3017
3018 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3019
3020 Sync with Tramp 2.0.50.
3021
3022 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3023 XEmacs case; not necessary anymore.
3024 (tramp-user-regexp): Allow "@" as part of user name.
3025 (tramp-handle-set-visited-file-modtime)
3026 (tramp-handle-insert-file-contents)
3027 (tramp-handle-write-region): No special handling for
3028 `last-coding-system-used, because this is done in
3029 `tramp-accept-process-output' now.
3030 (tramp-accept-process-output): New defun.
3031 (tramp-process-one-action, tramp-process-one-multi-action)
3032 (tramp-wait-for-regexp, tramp-wait-for-output)
3033 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3034 Howells <dhowells@redhat.com>.
3035 (clear-visited-file-modtime): Defadvice removed. The check for
3036 unset buffer's modtime does not need to be based on
3037 `tramp-buffer-file-attributes'. Suggested by RMS.
3038 (tramp-message): Insert "\n" if not being at beginning of line.
3039 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3040 sequence with same logic.
3041 (tramp-completion-handle-expand-file-name): Discard call of
3042 `tramp-drop-volume-letter'. It is not necessary, and there have
3043 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3044 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3045 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3046 should always be visible.
3047 (tramp-handle-insert-directory, tramp-setup-complete)
3048 (tramp-set-process-query-on-exit-flag)
3049 (tramp-append-tramp-buffers): Pacify byte-compiler.
3050 (tramp-bug): Delete non-existing variables from list.
3051 Apply `tramp-load-report-modules' as pre-hook.
3052 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3053 `shell-prompt-pattern' because of non-7bit characters.
3054 Reported by Sebastian Luque <sluque@mun.ca>.
3055 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3056 (tramp-match-string-list): Remove function.
3057 (tramp-wait-for-regexp): Remove call of that function.
3058 Suggested by Kim F. Storm <storm@cua.dk>.
3059 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3060 instead of octal character code ?\600. The latter resulted in a
3061 syntax error with XEmacs.
3062
3063 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3064 XEmacs case; not necessary anymore.
3065 (tramp-smb-handle-write-region): No special handling for
3066 `last-coding-system-used, because this is done in
3067 `tramp-accept-process-output' now.
3068 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3069
3070 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * wid-edit.el (widget-choice-value-create):
3073 Unconditionally respect user choice. Set :explicit-choice back to nil
3074 when no longer needed.
3075 (widget-choice-action): Unconditionally respect user choice.
3076 Eliminate :explicit-choice-value.
3077
3078 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3079
3080 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3081 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3082 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3083 running new function `toggle-indicate-empty-lines'.
3084 Rename "Customize" item to "Customize fringe".
3085 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3086 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3087 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3088 Delete "Empty lines only" item.
3089 (menu-bar-showhide-fringe-ind-customize): New function.
3090 (menu-bar-showhide-fringe-ind-mixed)
3091 (menu-bar-showhide-fringe-ind-box)
3092 (menu-bar-showhide-fringe-ind-right)
3093 (menu-bar-showhide-fringe-ind-left)
3094 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3095 instead of `fringe-indicators'.
3096
3097 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3098
3099 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3100 Change the date of last update.
3101
3102 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3103
3104 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3105 (viper-exec-yank, viper-put-back): Don't display modification msg
3106 if in the minibuffer.
3107
3108 * viper-init.el (viper-replace-overlay-cursor-color)
3109 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3110 Make variables frame local.
3111
3112 * viper-util.el (viper-append-filter-alist): Use append instead of
3113 nconc.
3114
3115 * viper.el (viper-vi-state-mode-list)
3116 (viper-emacs-state-mode-list): Move help-mode and
3117 completion-list-mode from the first list to the second.
3118 (viper-mode): Docstring.
3119 (viper-go-away, viper-non-hook-settings): Don't localize
3120 minor-mode-alist in newer Emacsen. Add advice to
3121 set-cursor-color. Don't bind "\C-c\\".
3122
3123 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3124
3125 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3126 (scheme-macro-expand-command): New user options.
3127 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3128 (scheme-form-at-point, scheme-start-file)
3129 (scheme-interactively-start-process): New functions.
3130 (scheme-get-process): New function, extracted from `scheme-proc'.
3131 (run-scheme): Call `scheme-start-file' to get start file, and pass
3132 it to `make-comint'.
3133 (switch-to-scheme, scheme-proc):
3134 Call `scheme-interactively-start-process' if no Scheme buffer/process
3135 is available.
3136
3137 2005-08-06 Juri Linkov <juri@jurta.org>
3138
3139 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3140 Use `compilation-text-face', `compilation-info-text-face' and
3141 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3142 (compilation-error): New face.
3143 (compilation-error-file-name): Inherit from
3144 `compilation-error' instead of `font-lock-warning-face'.
3145 (compilation-warning-file-name): Inherit from
3146 `compilation-warning' instead of `font-lock-warning-face'.
3147 (compilation-info, compilation-error-file-name)
3148 (compilation-warning-file-name, compilation-info-file-name)
3149 (compilation-line-number, compilation-column-number): Doc fix.
3150 (compilation-error-text-face, compilation-warning-text-face)
3151 (compilation-info-text-face): New face variables.
3152 (compilation-line-face, compilation-column-face)
3153 (compilation-enter-directory-face)
3154 (compilation-leave-directory-face): Doc fix.
3155 (compilation-text-face): New function.
3156
3157 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3158 instead of 1 to display binary file names as info file links.
3159 (grep-error-face): Use `compilation-error-face' instead of
3160 `font-lock-keyword-face'.
3161 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3162 and `compilation-warning-text-face' instead of
3163 `font-lock-keyword-face'. Use `compilation-error-text-face'
3164 instead of `grep-error-face'.
3165
3166 2005-08-05 Kenichi Handa <handa@m17n.org>
3167
3168 * international/code-pages.el: Add autoload cookies for all coding
3169 systems.
3170
3171 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3172
3173 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3174
3175 2005-08-04 Juri Linkov <juri@jurta.org>
3176
3177 * progmodes/compile.el (compilation-mode-map):
3178 * progmodes/grep.el (grep-mode-map):
3179 Bind TAB to `compilation-next-error' and [backtab] to
3180 `compilation-previous-error'.
3181
3182 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3183 matching line numbers, column numbers and their ranges with regexp
3184 matching only line numbers.
3185 (grep-context-face): New face variable.
3186 (grep-mode-font-lock-keywords): Use it.
3187
3188 * faces.el (read-face-name): Delete duplicate faces.
3189
3190 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * thumbs.el (thumbs-find-image): Don't make variables
3193 automatically buffer local.
3194 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3195 (thumbs-image-num): Make automatically buffer local.
3196 (thumbs-show-thumbs-list): Use `make-local-variable', not
3197 `make-variable-buffer-local'.
3198 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3199
3200 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3201 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3202 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3203 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3204 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3205 (feelings-about, foullst, found, hello, history, howareyoulst)
3206 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3207 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3208 (neglst, obj, object, owner, please, problems, qlist)
3209 (random-adjective, relation, remlst, repetitive-shortness)
3210 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3211 (shortlst, something, sportslst, stallmanlst, states, subj)
3212 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3213 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3214 Defvar at compile time.
3215
3216 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3217 not `make-variable-buffer-local'.
3218
3219 2005-08-02 Kim F. Storm <storm@cua.dk>
3220
3221 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3222 rectangle overlay in selected window.
3223
3224 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3225
3226 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3227 instead of display group. Make `indicate-buffer-boundaries'
3228 customizable through Custom.
3229
3230 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3233 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3234 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3235 (gdb-put-string): Fix typos in docstrings.
3236
3237 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3238
3239 Update copyright notices of files in progmodes directory for
3240 release of Emacs 22.1.
3241
3242 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3243
3244 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3245 Don't barf if the GUD buffer has been killed.
3246
3247 2005-08-01 Kim F. Storm <storm@cua.dk>
3248
3249 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3250
3251 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * simple.el (next-error-follow-minor-mode):
3254 make-variable-buffer-local -> make-local-variable.
3255
3256 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3257
3258 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3259 (byte-compile-form-make-variable-buffer-local): New functions to warn
3260 about misuses of make-variable-buffer-local where make-local-variable
3261 was meant.
3262
3263 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * bs.el (bs-attributes-list): Doc fix.
3266 (bs): Update url-link.
3267
3268 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3269 (desktop-load-default): Simplify.
3270
3271 * ibuffer.el (ibuffer-columnize-and-insert-list)
3272 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3273 (ibuffer-unmark-all, ibuffer-toggle-marks)
3274 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3275 (ibuffer-compile-make-format-form, ibuffer-format-column)
3276 (ibuffer-current-buffers-with-marks)
3277 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3278 (ibuffer): Doc fix.
3279 (ibuffer-mode): Fix typo in docstring.
3280 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3281 with `define-obsolete-variable-alias'.
3282 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3283
3284 2005-07-29 Kenichi Handa <handa@m17n.org>
3285
3286 * international/mule-cmds.el (select-message-coding-system):
3287 Be sure to use LF for end-of-line. If no coding system is decided,
3288 return iso-8859-1-unix.
3289
3290 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3293 (ange-ftp-pending-error-line): New vars.
3294 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3295 to handle the non-fatal no-route-to-host messages.
3296 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3297
3298 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3301 (isearch-quote-char, isearch-printing-char)
3302 (isearch-text-char-description): "?\ " -> "?\s".
3303 (isearch-lazy-highlight-cleanup)
3304 (isearch-lazy-highlight-initial-delay)
3305 (isearch-lazy-highlight-interval)
3306 (isearch-lazy-highlight-max-at-a-time)
3307 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3308 Declare with define-obsolete-*-alias macros.
3309 (isearch-forward): Fix typo in docstring.
3310 (search-invisible, search-ring-yank-pointer)
3311 (regexp-search-ring-yank-pointer): Doc fixes.
3312
3313 * recentf.el (recentf-menu-append-commands-p): Declare with
3314 `define-obsolete-variable-alias'.
3315 (recentf-max-saved-items, recentf-menu-filter)
3316 (recentf-arrange-by-rule-subfilter): Doc fixes.
3317 (recentf-menu-append-commands-flag)
3318 (recentf-initialize-file-name-history, recentf-expand-file-name)
3319 (recentf-clear-data): Fix typos in docstrings.
3320
3321 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * progmodes/gdb-ui.el: Smarten comments.
3324 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3325
3326 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3327
3328 * term/apollo.el (terminal-init-apollo): New function containing
3329 all former top level forms in the file.
3330 * term/bobcat.el (terminal-init-bobcat):
3331 * term/cygwin.el (terminal-init-cygwin):
3332 * term/iris-ansi.el (terminal-init-iris-ansi):
3333 * term/linux.el (terminal-init-linux):
3334 * term/news.el (terminal-init-news):
3335 * term/rxvt.el (terminal-init-rxvt):
3336 * term/sun.el (terminal-init-sun):
3337 * term/tvi970.el (terminal-init-tvi970):
3338 * term/vt100.el (terminal-init-vt100):
3339 * term/vt102.el (terminal-init-vt102):
3340 * term/vt125.el (terminal-init-vt125):
3341 * term/vt200.el (terminal-init-vt200):
3342 * term/vt201.el (terminal-init-vt201):
3343 * term/vt220.el (terminal-init-vt220):
3344 * term/vt240.el (terminal-init-vt240):
3345 * term/vt300.el (terminal-init-vt300):
3346 * term/vt320.el (terminal-init-vt320):
3347 * term/vt400.el (terminal-init-vt400):
3348 * term/vt420.el (terminal-init-vt420):
3349 * term/wyse50.el (terminal-init-wyse50):
3350 * term/xterm.el (terminal-init-xterm): Likewise.
3351
3352 * term/README: Describe the terminal-init-* functionality.
3353
3354 * startup.el (command-line): After loading the terminal initialization
3355 file call the corresponding terminal initialization function.
3356
3357 2005-07-27 Kenichi Handa <handa@m17n.org>
3358
3359 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3360 negative.
3361
3362 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3363 (ps-mule-composition-prologue): Fix for the case that
3364 RelativeCompose is false.
3365
3366 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3369
3370 * descr-text.el (describe-char): Handle the case where the list of
3371 chars is displayed in a separate frame.
3372 Be a bit more discriminating when looking for the char.
3373
3374 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * bookmark.el (bookmark-automatically-show-annotations)
3377 (bookmark-read-annotation-text-func): Doc fixes.
3378 (bookmark-save): Improve argument/docstring consistency.
3379 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3380 (bookmark-alist-from-buffer)
3381 (bookmark-upgrade-file-format-from-0)
3382 (bookmark-grok-file-format-version)
3383 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3384 (bookmark-read-annotation-mode)
3385 (bookmark-insert-current-bookmark, bookmark-jump)
3386 (bookmark-exit-hook): Fix typos in docstrings.
3387 (bookmark-exit-hooks): Define as obsolete alias.
3388 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3389 not `bookmark-exit-hooks'. Fix docstring.
3390 (bookmark-bmenu-select): "?\ " -> "?\s".
3391
3392 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3393
3394 * startup.el (command-line): Fix typo.
3395
3396 2005-07-24 Richard M. Stallman <rms@gnu.org>
3397
3398 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3399 not emacs-quick-startup.
3400
3401 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3404 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3405 instead of `reb-with-current-window'.
3406 (reb-prev-match): Likewise. Also, don't move left if the search
3407 was unsuccessful.
3408 (reb-initialize-buffer): New function.
3409 (re-builder, reb-change-syntax): Use it.
3410
3411 * man.el (Man-goto-page): Make second argument NOERROR optional.
3412
3413 2005-07-23 Richard M. Stallman <rms@gnu.org>
3414
3415 * man.el (Man-bgproc-sentinel): Check here for failure to find
3416 any man page in the output, and report the error here.
3417 (Man-arguments): Make it permanent local.
3418 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3419 (Man-mode): Pass t for NOERROR.
3420
3421 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3422 (grep-mode-font-lock-keywords):
3423 Don't use compilation-...-face for messages that are not file names.
3424
3425 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3426 Don't use compilation-...-face for messages that are not file names.
3427
3428 2005-07-22 Juri Linkov <juri@jurta.org>
3429
3430 * startup.el (normal-splash-screen): Update menu name.
3431
3432 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3433
3434 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * term/xterm.el: Load term/rxvt if the terminal is actually an
3437 rxvt terminal.
3438 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3439
3440 * term/rxvt.el (function-key-map): Use substitute-key-definition
3441 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3442
3443 * term/cygwin.el: New file.
3444
3445 2005-07-22 Kim F. Storm <storm@cua.dk>
3446
3447 * image-file.el (insert-image-file, image-file-yank-handler):
3448 Fix last change to maintain a (unique) yank-handler on yanked images.
3449
3450 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3451
3452 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3453 of the file size (as in "177B" for 177 bytes). This happens with
3454 "ls -lh" on FreeBSD.
3455
3456 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3457
3458 * hilit-chg.el (highlight-changes-global-initial-state)
3459 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3460 (hilit-chg-fixup, highlight-changes-mode):
3461 Fix typos in docstrings.
3462 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3463 Doc fixes.
3464
3465 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3466
3467 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3468 mode function using `eval-after-load'.
3469
3470 2005-07-21 Kim F. Storm <storm@cua.dk>
3471
3472 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3473 included when reporting an emacs crash, and tell about the DEBUG file.
3474
3475 * image-file.el (insert-image-file): Add yank-handler.
3476 (image-file-yank-handler): Yank handler to make unique copies of
3477 images when they are yanked into a buffer next to each other.
3478
3479 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * comint.el (comint-use-prompt-regexp, comint-send-input)
3482 (comint-source-default, comint-extract-string)
3483 (comint-get-source, comint-word, comint-completion)
3484 (comint-source, comint-prompt-read-only, comint-update-fence):
3485 Fix typos in docstrings.
3486 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3487 Declare with define-obsolete-*-alias macros.
3488 (comint-previous-matching-input-from-input)
3489 (comint-next-matching-input-from-input)
3490 (comint-previous-matching-input, comint-next-matching-input)
3491 (comint-forward-matching-input):
3492 Improve argument/docstring consistency.
3493
3494 * desktop.el (desktop-clear-preserve-buffers-regexp):
3495 Also preserve the *server* buffer.
3496
3497 * simple.el (clone-indirect-buffer): Doc fix.
3498 (fixup-whitespace, just-one-space)
3499 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3500 (next-error, next-error-highlight)
3501 (next-error-highlight-no-select, next-error-last-buffer)
3502 (next-error-buffer-p, next-error-find-buffer, next-error)
3503 (previous-error, next-error-no-select, previous-error-no-select)
3504 (open-line, split-line, minibuffer-prompt-width, kill-new)
3505 (binary-overwrite-mode): Fix typos in docstrings.
3506 (set-fill-column): Fix typo in message.
3507
3508 * skeleton.el (skeleton-proxy-new): Doc fix.
3509
3510 * strokes.el (strokes-load-hook): Doc fix.
3511 (strokes-grid-resolution, strokes-get-grid-position)
3512 (strokes-renormalize-to-grid, strokes-read-stroke)
3513 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3514 (strokes-global-map): Fix typos in docstrings.
3515 (strokes-help): Doc fix. Fix help message and pass it through
3516 `substitute-command-keys'.
3517
3518 * tempo.el (tempo-insert-prompt, tempo-interactive)
3519 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3520 (tempo-insert-string-functions, tempo-local-tags)
3521 (tempo-define-template, tempo-insert-template)
3522 (tempo-insert-prompt-compat, tempo-is-user-element)
3523 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3524 Fix typos in docstrings.
3525
3526 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3527 (vcursor-key-bindings, vcursor-use-vcursor-map)
3528 (vcursor-find-window, vcursor-scroll-down)
3529 (vcursor-disable, vcursor-beginning-of-buffer)
3530 (vcursor-end-of-buffer): Fix typos in docstrings.
3531 (vcursor-relative-move, vcursor-get-char-count):
3532 Improve argument/docstring consistency.
3533
3534 * version.el: "?\ " -> "?\s".
3535
3536 * wid-edit.el (widget-default-create, widget-after-change)
3537 (widget-default-format-handler, widget-checklist-add-item)
3538 (widget-radio-add-item, widget-choose, widget-specify-secret)
3539 (widget-field-value-create, widget-field-value-get)
3540 (widget-editable-list-format-handler)
3541 (widget-editable-list-entry-create, widget-group-value-create)
3542 (widget-documentation-link-add)
3543 (widget-documentation-string-value-create): "?\ " -> "?\s".
3544 (widget-convert-text): Doc fix.
3545 (widget-narrow-to-field, widget-field-find)
3546 (widget-url-link-action, widget-emacs-library-link-action)
3547 (widget-color-notify): Fix typos in docstrings.
3548
3549 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3550 (x-select-text, set-w32-system-coding-system)
3551 (w32-add-charset-info): Fix typos in docstrings.
3552
3553 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3554 (cua-enable-cua-keys, cua-use-hyper-key)
3555 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3556 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3557
3558 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3559
3560 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3561 `defalias' instead of faking it.
3562
3563 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3564 (eshell-ls-missing, eshell-ls-dired-initial-args)
3565 (eshell-ls-use-in-dired): Fix typos in docstrings.
3566
3567 2005-07-20 Kim F. Storm <storm@cua.dk>
3568
3569 * emulation/cua-base.el (cua-mode): Improve doc string.
3570
3571 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * abbrev.el (expand-region-abbrevs): Doc fix.
3574 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3575 Improve argument/docstring consistency.
3576
3577 * arc-mode.el (archive-get-descr, archive-alternate-display):
3578 Doc fixes.
3579 (archive-l-e): Improve argument/docstring consistency.
3580 (archive-tmpdir, archive-unixdate, archive-unixtime)
3581 (archive-chmod-entry): Fix typos in docstrings.
3582 (archive-unflag, archive-unflag-backwards)
3583 (archive-unmark-all-files): "?\ " -> "?\s".
3584
3585 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3586 (Buffer-menu-not-modified, Buffer-menu-execute)
3587 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3588 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3589
3590 * composite.el (compose-string, encode-composition-rule)
3591 (compose-last-chars): Fix typos in docstrings.
3592
3593 * desktop.el (desktop-enable, desktop-basefilename):
3594 Declare with `define-obsolete-variable-alias'.
3595 (desktop-internal-v2s): Don't quote keywords.
3596 (desktop-clear): "?\ " -> "?\s".
3597
3598 * dired.el (dired-align-file, dired-flag-backup-files)
3599 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3600 (dired-listing-switches, dired-ls-F-marks-symlinks)
3601 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3602 (dired-directory, dired-faces, dired, dired-revert)
3603 (dired-mode, dired-summary, dired-view-file)
3604 (dired-copy-filename-as-kill, dired-delete-file)
3605 (dired-no-confirm, dired-unmark-all-marks)
3606 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3607 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3608 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3609 Fix typos in message strings.
3610
3611 * dired-x.el (virtual-dired): Declare with `defalias'.
3612 (dired-mark-unmarked-files, dired-local-variables-file)
3613 (dired-omit-here-always): Doc fix.
3614 (dired-omit-mode, dired-find-subdir)
3615 (dired-enable-local-variables, dired-clean-up-buffers-too)
3616 (dired-extra-startup, dired-mark-extension, dired-jump)
3617 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3618 (dired-smart-shell-command, dired-guess-shell-alist-user)
3619 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3620 (dired-x-bind-find-file, dired-x-submit-report):
3621 Fix typos in docstrings.
3622 (dired-mark-unmarked-files): "?\ " -> "?\s".
3623
3624 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3625
3626 * faces.el (describe-face): "?\ " -> "?\s".
3627 (read-all-face-attributes, read-face-font, modify-face)
3628 (face-attr-construct, italic): Fix typos in docstrings.
3629 (frame-update-face-colors): Declare with
3630 `define-obsolete-function-alias'.
3631
3632 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3633 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3634 (magic-mode-alist, buffer-file-numbers-unique)
3635 (write-file-functions, get-free-disk-space):
3636 Fix typos in docstrings.
3637 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3638 (write-contents-hooks, write-file-hooks):
3639 Declare with `define-obsolete-variable-alias'.
3640
3641 * forms-d2.el (arch-rj): Fix typo in docstrings.
3642 (arch-tocol): Likewise. "?\ " -> "?\s".
3643
3644 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3645 Fix typo in docstring.
3646 (set-screen-width, set-screen-height): Delete redundant info in
3647 doctrings.
3648 (new-frame, screen-height, screen-width): Declare with
3649 `define-obsolete-function-alias'.
3650 (delete-frame-hook, blink-cursor): Declare with
3651 `define-obsolete-variable-alias'.
3652
3653 * paths.el (prune-directory-list): Fix typos in docstring.
3654
3655 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3656 (cvs-prefix-get): Fix typos in docstrings.
3657
3658 * ps-print.el (ps-extend-face-list, ps-extend-face)
3659 (ps-print-background-image): Fix typos in docstrings.
3660 (ps-default-fg, ps-default-bg): Doc fixes.
3661
3662 * s-region.el (s-region-bind): Doc fix.
3663 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3664
3665 * textmodes/org.el (org-table-formula-substitute-names)
3666 (org-table-get-vertical-vector): Doc fixes.
3667 (org-table-recalculate): Remove unused argument to `message'.
3668
3669 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3670
3671 * textmodes/org.el (org-table-column-names)
3672 (org-table-column-name-regexp)
3673 (org-table-named-field-locations): New variables.
3674 (org-archive-subtree): Protect `this-command' when calling
3675 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3676 the kill buffer.
3677 (org-complete): Remove fixed-formula completion.
3678 (org-edit-formulas-map): New variable.
3679 (org-table-edit-formulas): New command.
3680 (org-finish-edit-formulas, org-abort-edit-formulas)
3681 (org-show-variable, org-table-get-vertical-vector): New functions.
3682 (org-table-maybe-eval-formula): Handle `:=' fields.
3683 (org-table-get-stored-formulas, org-table-store-formulas)
3684 (org-table-get-formula, org-table-modify-formulas)
3685 (org-table-replace-in-formulas): Handle named field formulas.
3686 (org-table-get-specials): Store locations of named fields.
3687
3688 2005-07-19 Juri Linkov <juri@jurta.org>
3689
3690 * progmodes/grep.el (grep-regexp-alist)
3691 (grep-mode-font-lock-keywords, grep-process-setup):
3692 Use default GNU grep match color "01;31m" instead of "01;41m".
3693 (grep-regexp-alist, grep-mode-font-lock-keywords):
3694 Use `\\[[0-9]*m' instead of `\\[00m'.
3695 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3696 sgr_start where its handling is more important. Use the real
3697 length of sgr_start instead of constant 8.
3698 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3699 specially. Delete all remaining escape sequences.
3700 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3701 (grep-regexp-alist): Make hyperlink only for binary file name
3702 instead of the whole line.
3703 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3704 (grep-mode): Add autoload.
3705
3706 * emacs-lisp/find-func.el (find-function-regexp):
3707 Add `define-compilation-mode'.
3708
3709 2005-07-19 Juri Linkov <juri@jurta.org>
3710
3711 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3712 (compare-windows-sync-string-size, compare-windows-recenter)
3713 (compare-windows-highlight, compare-windows): Add version 22.1.
3714 (compare-windows) <defface>: Inherit from lazy-highlight instead
3715 of duplicating its default value.
3716
3717 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3718 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3719
3720 * descr-text.el (describe-char): Create link buttons for `charset'
3721 and `code point'. Add the current input method name with a link
3722 button to `to input' field. Print face names of display table
3723 characters in `The display table entry is displayed by' section
3724 instead of printing face-id in the `display' field.
3725 Guess hardcoded faces and create a link button for them.
3726 Skip empty fields when calculating max-width.
3727 Treat `widget-create' specially while inserting strings from the
3728 collected field list.
3729 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3730
3731 * diff-mode.el (diff-file-header): Change foreground color from
3732 yellow to green on light backgrounds.
3733 (diff-context): Inherit from `shadow' only for color/grayscale
3734 with more than 88 colors.
3735 (diff-indicator-removed, diff-indicator-added)
3736 (diff-indicator-changed): New faces.
3737 (diff-font-lock-keywords): Use new faces. Regroup rules.
3738 Add "^---$" for `normal' diff format. Fontify `#' lines with
3739 font-lock-comment-delimiter-face and font-lock-comment-face.
3740 Add `#' to ^[^...] in the rule for `diff-context-face'.
3741
3742 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3743 a button-like box. Inherit from `highlight' on low colors.
3744 (shadow): Use shades of gray only for color/grayscale with
3745 more than 88 colors. Use green for light backgrounds with
3746 8 colors, and yellow for dark backgrounds with 8 colors.
3747
3748 * font-lock.el (font-lock-regexp-grouping-backslash):
3749 Don't inherit from escape-glyph (use bold for all cases).
3750
3751 * info.el (info-xref-visited): Use light foreground color `violet'
3752 for dark backgrounds instead of dark color `magenta3'.
3753 (info-title-1): Use `yellow' color for dark backgrounds.
3754
3755 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3756 too-light magenta2.
3757
3758 * replace.el (match): Use slightly more light RoyalBlue3 instead
3759 of dark RoyalBlue4.
3760
3761 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3762
3763 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * novice.el (disabled-command-hook): Declare it with
3766 `define-obsolete-variable-alias'.
3767
3768 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3769 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3770 (desktop-load-default): Add release to obsolescence info.
3771 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3772 (desktop-append-buffer-args, desktop-read):
3773 Fix typos in docstrings.
3774 (desktop-kill): Fix typo in message.
3775 (desktop-save): Doc fix.
3776
3777 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
3778
3779 * viper-cmd.el (viper-escape-to-state): Bug fix.
3780 (viper-envelop-ESC-key): Change the definition of fast
3781 keysequence so it'll work with keyboard macros.
3782
3783 * ediff.el (ediff-patch-buffer): Change the docstring.
3784
3785 2005-07-19 Kenichi Handa <handa@m17n.org>
3786
3787 * international/mule-cmds.el (select-safe-coding-system): Try to
3788 use an auto-coding (if any) before anything else. If the found
3789 auto-coding is invalid, show a warning message.
3790
3791 * international/mule.el (find-auto-coding): New function created
3792 by modifying the body of set-auto-coding.
3793 (set-auto-coding): Use find-auto-coding to find a coding.
3794
3795 2005-07-18 Richard M. Stallman <rms@gnu.org>
3796
3797 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3798 not isearch-mode-end-hook-error.
3799 (allout-before-change-protect): Fix error message.
3800
3801 2005-07-18 Juri Linkov <juri@jurta.org>
3802
3803 * allout.el (allout-mode):
3804 * calculator.el (calculator-copy):
3805 * custom.el (custom-known-themes):
3806 * dired.el (dired-desktop-buffer-misc-data)
3807 (dired-restore-desktop-buffer):
3808 * dired-x.el (dired-omit-marker-char):
3809 * files.el (basic-save-buffer):
3810 * font-core.el (font-lock-mode):
3811 * calendar/calendar.el (calendar-goto-hebrew-date)
3812 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3813 (calendar-goto-persian-date):
3814 * language/ethio-util.el (ethio-sera-to-fidel-region):
3815 * textmodes/picture.el (picture-mode):
3816 Delete duplicate duplicate words.
3817
3818 2005-07-18 Juri Linkov <juri@jurta.org>
3819
3820 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3821 chars * ? } |.
3822 (isearch-fallback): Don't call `isearch-process-search-char'.
3823 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3824 (isearch-process-search-char): Call `isearch-fallback' for regexp
3825 chars * ? } |.
3826 (isearch-return-char): Make obsolete with `make-obsolete' instead
3827 of simply documenting it as obsolete in the docstring.
3828 (isearch-fallback): Refill docstring.
3829
3830 * international/isearch-x.el
3831 (isearch-process-search-multibyte-characters): Remove unneeded
3832 `concat'. Add intermediate values to `junk-hist' instead of
3833 `minibuffer-history'. Test the length of `str'.
3834
3835 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * allout.el (allout-resolve-xref): Fix typos in error strings.
3838 (allout-before-change-protect): Remove unneeded `concat'.
3839
3840 * array.el (array-mode, array-reconfigure-rows)
3841 (untabify-backward): Fix typos in docstrings.
3842 (array-reconfigure-rows): Use `insert-buffer-substring', not
3843 `insert-buffer'.
3844
3845 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3846 * progmodes/ada-mode.el (ada-make-body):
3847 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3848
3849 * dired.el (dired-log):
3850 * tar-mode.el (tar-subfile-save-buffer):
3851 * play/zone.el (zone-pgm-stress-destress):
3852 Use `insert-buffer-substring', not `insert-buffer'.
3853
3854 2005-07-17 Simon Josefsson <jas@extundo.com>
3855
3856 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3857
3858 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3859
3860 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3861 Add plain auth method.
3862 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3863
3864 2005-07-17 Kim F. Storm <storm@cua.dk>
3865
3866 * ido.el (dired-other-window): Add ido property.
3867
3868 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3871 Fix typo in docstring.
3872 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3873 `insert-file-literally'.
3874
3875 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3876 info and delete redundant message. Doc fix.
3877 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3878 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3879
3880 2005-07-16 Richard M. Stallman <rms@gnu.org>
3881
3882 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3883 (byte-compile-and): Use byte-compile-and-recursion.
3884 (byte-compile-or-recursion): New function.
3885 (byte-compile-or): Use that.
3886 (byte-compile-if): Guard the else-clause too.
3887 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3888
3889 * isearch.el (isearch-mode-end-hook-quit): New variable.
3890 (isearch-done): Bind it.
3891 (isearch-mode-end-hook): Doc fix.
3892
3893 * allout.el (allout-isearch-did-quit): Variable deleted.
3894 (allout-real-isearch-abort): Function name no longer used.
3895 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3896 (allout-isearch-rectification): isearch-mode always exists.
3897 Don't set allout-isearch-did-quit.
3898 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3899 allout-isearch-did-quit.
3900 (allout-enwrap-isearch): Just add the hook.
3901 (allout-isearch-abort): Function deleted.
3902 (allout-pre-command-business): Avoid warning.
3903
3904 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3905 Correctly avoid warnings.
3906 (pascal-outline): Likewise.
3907
3908 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3909
3910 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3911
3912 * play/tetris.el (tetris-mode): Avoid warning.
3913
3914 * play/snake.el (snake-mode): Avoid warning.
3915
3916 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3917 (gamegrid-set-display-table): Avoid warning.
3918 (gamegrid-set-timer): Likewise.
3919 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3920 (gamegrid-add-score-with-update-game-score-1): Take FILE
3921 as argument.
3922 (gamegrid-add-score-with-update-game-score): Pass that argument.
3923 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3924
3925 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3926
3927 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3928 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3929
3930 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3931 and insert-file.
3932
3933 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3934 (sc-ask): Avoid warnings.
3935
3936 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3937 (eshell-hist-initialize): Use that var the natural way.
3938
3939 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3940
3941 * emacs-lisp/re-builder.el (reb-cook-regexp):
3942 Avoid warning calling lre-compile-string.
3943 (reb-color-display-p): Avoid warning.
3944
3945 * calculator.el (calculator-last-input): Guard uses
3946 of event-key and key-press-event-p.
3947 (event-key, key-press-event-p): Delete definitions.
3948
3949 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3950 (find-gc-source-directory, find-gc-subrs-callers)
3951 (find-gc-noreturn-list, find-gc-source-files)
3952 (find-gc-subrs-called): Vars renamed and defvar'd.
3953
3954 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3955 (checkdoc-overlay-put, checkdoc-delete-overlay)
3956 (checkdoc-overlay-start, checkdoc-overlay-end)
3957 (checkdoc-mode-line-update, checkdoc-char=):
3958 Define such that compiler knows they are defined.
3959 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3960 (checkdoc-read-event): Delete. Use read-event directly.
3961
3962 * whitespace.el (whitespace-make-overlay)
3963 (whitespace-overlay-put, whitespace-delete-overlay)
3964 (whitespace-overlay-start, whitespace-overlay-end):
3965 Define such that compiler knows they are defined.
3966 (whitespace): Move conditional inside.
3967
3968 * tempo.el (tempo-insert-template): Suppress warning.
3969
3970 * ediff-diff.el (longlines-mode): Add defvar.
3971
3972 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3973
3974 * server.el: Bind "C-x #" in a way that works even if C-x is
3975 redefined to a command key, not a prefix key.
3976
3977 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3978
3979 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3980 cl-make-type-test till execution time.
3981
3982 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3983
3984 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3985 arg ARG and use it.
3986
3987 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3988
3989 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3990
3991 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3992
3993 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3994 a defcustom with two :set or :type keywords.
3995
3996 2005-07-15 Richard M. Stallman <rms@gnu.org>
3997
3998 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3999 Don't give ^M comment-end syntax.
4000
4001 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4004 Don't consider gdbmi (gdb-mi.el has its own update functions).
4005 (gdb-var-delete): Make it work for gdbmi as well.
4006 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4007
4008 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4009 (gud-speedbar-menu-items): Correct logic for enabling items.
4010
4011 2005-07-15 Kim F. Storm <storm@cua.dk>
4012
4013 * ido.el: Fix commentary.
4014 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4015 Use with-no-warnings around ffap-guesser.
4016 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4017 Let bind minibuffer-completing-file-name to t.
4018
4019 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * startup.el (site-run-file, keyboard-type): Doc fixes.
4022 (command-line): Check for "--basic-display" argument; also for
4023 "--quick", not "--bare-bones" (which was renamed).
4024 (fancy-splash-text): Add missing item "Getting New Versions".
4025 (normal-splash-screen): Fix typos and improve consistency with
4026 `fancy-splash-text'. Update copyright year.
4027
4028 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4029 valid binding for `help-char'.
4030
4031 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4032
4033 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 * term.el (term-mode): Disable cua-mode for term buffers.
4036
4037 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * add-log.el (add-log-mailing-address, change-log-merge):
4040 Doc fixes.
4041 (change-log-get-method-definition): Fix typo in docstring.
4042
4043 2005-07-14 Kim F. Storm <storm@cua.dk>
4044
4045 * emulation/cua-base.el:
4046 (cua--pre-command-handler-1, cua--pre-command-handler)
4047 (cua--post-command-handler-1, cua--post-command-handler):
4048 Split in two. Check (buffer local) value of cua-mode.
4049 (cua-selection-mode): New command.
4050
4051 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * custom.el (custom-initialize-safe-set)
4054 (custom-initialize-safe-default): Doc fixes.
4055
4056 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4057 and simplify :init-value again.
4058
4059 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4060 and simplify :init-value again. Delete autoload.
4061
4062 * startup.el (command-line): Use `custom-reevaluate-setting' again
4063 for tooltip-mode.
4064
4065 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4066 a defcustom with two :initialize keywords.
4067
4068 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4071 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4072 (allout-post-command-business, allout-flag-region)
4073 (isearch-reenable-font-lock, allout-yank)
4074 (allout-insert-latex-header, allout-insert-latex-trailer)
4075 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4076 (allout-latex-verb-quote): Fix typos in docstrings.
4077 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4078 (allout-unprotected, allout-prefix-data):
4079 Improve argument/docstring consistency.
4080 (allout-chart-subtree): Fix argument spec.
4081 (allout-open-topic): Rename `use_sib_bullet' argument to
4082 `use-sib-bullet'. Doc fix.
4083
4084 * whitespace.el (whitespace-check-buffer-leading)
4085 (whitespace-check-buffer-trailing)
4086 (whitespace-check-buffer-indent)
4087 (whitespace-check-buffer-spacetab)
4088 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4089 (whitespace-check-leading-whitespace)
4090 (whitespace-check-trailing-whitespace)
4091 (whitespace-check-spacetab-whitespace)
4092 (whitespace-check-indent-whitespace)
4093 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4094 (whitespace-modes): Fix typos in docstrings.
4095 (defgroup, defcustom): Doc fixes.
4096
4097 * winner.el (winner-mode, winner-boring-buffers)
4098 (winner-pending-undo-ring): Doc fixes.
4099 (winner-ring): Remove unneeded `progn'.
4100 (winner-equal): `defsubst' it.
4101 (winner-redo): Fix message.
4102
4103 2005-07-13 Kim F. Storm <storm@cua.dk>
4104
4105 * simple.el (line-move-1): Always use vertical-motion to
4106 do the last (or only) line move to ensure some movement.
4107 Undo 2005-06-23 change--don't check for overlays.
4108
4109 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4110
4111 * term/mac-win.el (ccl-encode-mac-roman-font)
4112 (ccl-encode-mac-centraleurroman-font)
4113 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4114 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4115 Change charset-id boundary of dimension to ?\xef.
4116 (mac-char-fontspec-list): New constant.
4117 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4118 argument. Nil uses itself as family in font-spec. Previous
4119 behavior for nil is now provided by non-nil non-string argument.
4120 All callers changed. Add font-specs for Mac fonts to
4121 "fontset-default" unless iso8859-1 fonts are installed.
4122
4123 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4126 a continuation line if the \ is preceded by SPC or TAB.
4127 (sh-get-indent-info): Simplify.
4128 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4129 Use with-current-buffer.
4130
4131 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4132 when the matched text is empty.
4133
4134 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * startup.el (command-line): Revert to previous handling of
4137 tooltip-mode. Explain in comment why the complexity is needed.
4138
4139 * tooltip.el (tooltip-mode): Revert to previous implementation of
4140 its defcustom.
4141
4142 * frame.el (blink-cursor-mode): Revert to previous implementation
4143 of its defcustom. Update comment.
4144
4145 2005-07-12 Lars Hansen <larsh@soem.dk>
4146
4147 * desktop.el: Update e-mail address.
4148
4149 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4150
4151 * term/mac-win.el (mac-services-mail-selection)
4152 (mac-services-mail-to): New functions.
4153 (mac-application-menu-map): Bind them.
4154
4155 2005-07-12 wulei <milton@wulei.net> (tiny change)
4156
4157 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4158
4159 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * custom.el (custom-reevaluate-setting): Doc fix.
4162
4163 2005-07-11 Jay Belanger <belanger@truman.edu>
4164
4165 * calc/calc.el (calc-embedded-announce-formula-alist)
4166 (calc-embedded-open-close-plain-alist)
4167 (calc-embedded-open-close-mode-alist): Add checks for additional
4168 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4169
4170 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * custom.el (custom-enable-theme): Don't add theme to
4173 `custom-enabled-themes' with `push' because there is no
4174 setf-method for `delq'.
4175
4176 2005-07-11 Richard M. Stallman <rms@gnu.org>
4177
4178 * custom.el (custom-declare-variable): Doc fix.
4179
4180 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4181 from the alists.
4182
4183 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4184 Do nothing if edebug-active.
4185
4186 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4187 (edebug-display): Do it here instead.
4188
4189 2005-07-10 Richard M. Stallman <rms@gnu.org>
4190
4191 * cus-face.el (custom-theme-set-faces): Make it work.
4192 (custom-reset-faces): Doc fix.
4193 (custom-theme-reset-internal-face, custom-theme-face-value):
4194 Functions deleted.
4195
4196 * custom.el (custom-push-theme): Maintain list of the settings
4197 of a given theme in its theme-settings property.
4198 Maintain position of old settings in the theme-value
4199 or theme-face property.
4200 (custom-enabled-themes): New variable.
4201 (custom-theme-enabled-p): New function.
4202 (provide-theme): Update custom-enabled-themes.
4203 Disable and reenable the `user' theme.
4204 (require-theme): Doc fix.
4205 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4206 (custom-theme-value, custom-theme-variable-value): Likewise.
4207 (custom-theme-reset-internal): Likewise.
4208 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4209 (custom-enable-theme, custom-disable-theme): New functions.
4210 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4211 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4212 (custom-theme-reset-variables): Simplify.
4213 (deftheme, custom-declare-theme, custom-make-theme-feature):
4214 Definitions moved.
4215
4216 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * longlines.el (longlines-show-region)
4219 (longlines-unshow-hard-newlines): Recognize hard newlines by
4220 non-nil hard property, instead of t.
4221
4222 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4223
4224 * viper-cmd.el (viper--key-maps): New variable.
4225 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4226 emulation-mode-map-alists.
4227 (viper-envelop-ESC-key): Use viper-subseq.
4228 (viper-search-forward/backward/next): Disable debug-on-error.
4229
4230 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4231 (viper-ESC-key): New defcustoms.
4232
4233 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4234
4235 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4236 (viper-subseq): Copy of subseq from cl.el.
4237
4238 * viper.el (viper-go-away, viper-set-hooks): Use
4239 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4240
4241 * viper-mous.el (viper-current-frame-saved): Use defvar.
4242
4243 * viper-init.el: Get rid of -face in face names.
4244
4245 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4246 Make it work with longlines mode
4247
4248 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4249
4250 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4251
4252 * ediff-init.el: Get rid of -face in face names.
4253
4254 2005-07-10 Richard M. Stallman <rms@gnu.org>
4255
4256 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4257 and with-timeout-unsuspend.
4258
4259 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4260 and with-timeout-unsuspend.
4261
4262 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4263 (with-timeout): Bind that variable to record timers.
4264 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4265
4266 * emacs-lisp/debug.el (debug-help-follow): New function.
4267 (debugger-mode-map): Use that instead of help-follow.
4268 (debugger-setup-buffer): Use eval-buffer-list
4269 to handle eval-buffer frames.
4270
4271 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4272
4273 * timezone.el (timezone-parse-date): Change first regexp
4274 so it will not mistakenly match dates with no time zone.
4275
4276 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4277
4278 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4279
4280 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4281
4282 * custom.el (custom-initialize-safe-set)
4283 (custom-initialize-safe-default): New functions.
4284
4285 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4286 and simplify :init-value.
4287
4288 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4289 and simplify :init-value. Delete obsolete comment.
4290
4291 * startup.el (command-line): Use `custom-reevaluate-setting' to
4292 handle `tooltip-mode'. Delete obsolete comment.
4293
4294 * files.el (set-visited-file-name): Avoid calling
4295 `file-name-nondirectory' with a nil argument.
4296
4297 2005-07-09 Richard M. Stallman <rms@gnu.org>
4298
4299 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4300 was called with nil for the buffer, handle the read position right.
4301 Handle read position for eval-region, too.
4302
4303 2005-07-09 Juri Linkov <juri@jurta.org>
4304
4305 * fringe.el (fringe-mode): Add period in docstring.
4306 (fringe-query-style): Build prompt depending on `all-frames' arg.
4307
4308 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4309 to not create links to unrelated functions in the Help buffer.
4310
4311 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4312 Doc fix.
4313
4314 * simple.el (next-error-hook): New variable.
4315 (next-error): Use it. Doc fix.
4316
4317 * textmodes/ispell.el (ispell-command-loop): Add current
4318 dictionary name and program name to mode-line-format.
4319 (ispell-region, ispell-process-line): Add current dictionary name
4320 and program name to messages.
4321
4322 2005-07-08 Jay Belanger <belanger@truman.edu>
4323
4324 * calc/calc.el (calc-embedded-announce-formula-alist)
4325 (calc-embedded-open-close-formula-alist)
4326 (calc-embedded-open-close-word-alist)
4327 (calc-embedded-open-close-plain-alist)
4328 (calc-embedded-open-close-new-formula-alist)
4329 (calc-embedded-open-close-mode-alist)
4330 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4331 (calc-embedded-mode-hook): New variables.
4332
4333 * calc/calc-embed.el (calc-embedded-firsttime)
4334 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4335 New variables.
4336 (calc-do-embedded): Use calc-embedded-firsttime,
4337 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4338 determine whether or not to run hooks.
4339 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4340 calc-embedded-firsttime-formula appropriately.
4341 Set calc-embedded delimiter variables according to mode.
4342
4343 2005-07-08 Richard M. Stallman <rms@gnu.org>
4344
4345 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4346 Check for "emacs", etc., as entire symbol, not just as word.
4347 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4348
4349 * files.el (set-visited-file-name): Report the error
4350 for "empty filename" earlier.
4351 (kill-some-buffers): Ignore buffers already dead.
4352
4353 * fringe.el (fringe-mode): Doc fix.
4354
4355 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4356 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4357 Use unwind-protect to ensure byte-compile-unresolved-functions
4358 is updated.
4359
4360 * whitespace.el (whitespace-buffer-leading-cleanup):
4361 Simplify w/ skip-chars-forward.
4362 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4363
4364 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4365 Unconditionally try to leave point at the same old place.
4366
4367 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4368
4369 * comint.el (comint-postoutput-scroll-to-bottom)
4370 (comint-show-maximum-output): Take scroll-margin into consideration.
4371
4372 2005-07-08 Kim F. Storm <storm@cua.dk>
4373
4374 * ido.el (ido-use-filename-at-point): New choice `guess'.
4375 (ido-file-internal): Try ffap-guesser if selected.
4376
4377 * ido.el (ido-before-fallback-functions): New hook.
4378 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4379 (ido-read-file-name): Run it.
4380
4381 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4384 strings rather than a list of symbols to the completion function.
4385
4386 2005-07-07 Jay Belanger <belanger@truman.edu>
4387
4388 * calc/calc-units.el (math-apply-units): Change the places in
4389 which units are simplified.
4390
4391 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4392
4393 * cus-edit.el (customize-option, customize-option-other-window):
4394 Make them handle aliases.
4395
4396 * custom.el (custom-variable-p): Make it recursively follow
4397 aliases. Mention that in the docstring.
4398
4399 2005-07-07 Richard M. Stallman <rms@gnu.org>
4400
4401 * cus-start.el (exec-path): Use `directory' instead of `file'.
4402 Fix tag for nil.
4403
4404 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4407 when called non-interactively. Doc fix.
4408
4409 2005-07-07 Lute Kamstra <lute@gnu.org>
4410
4411 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4412 new address as well.
4413
4414 2005-07-07 Kenichi Handa <handa@m17n.org>
4415
4416 * international/mule.el (make-coding-system):
4417 Describe `ascii-incompatible' property in the docstring.
4418 (set-file-name-coding-system): Signal an error if coding-system is
4419 ascii-incompatible.
4420 (set-keyboard-coding-system): Likewise.
4421
4422 * international/mule-cmds.el (set-default-coding-systems):
4423 Don't set default-file-name-coding-system and
4424 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4425
4426 * international/utf-16.el: Declare that all UTF-16-based coding
4427 systems are ASCII-incompatible.
4428
4429 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4430
4431 * progmodes/gud.el: Require font-lock for displaying errors.
4432 Used by gdb-ui.el.
4433
4434 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4435
4436 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4437 values for the pattern lists which are `read'able but not
4438 `append'able (like symbols).
4439
4440 2005-07-06 Richard M. Stallman <rms@gnu.org>
4441
4442 * progmodes/flymake.el (flymake-float-time): Instead of
4443 with-no-warnings, test for xemacs.
4444 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4445 to avoid warning.
4446
4447 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4450
4451 2005-07-05 Lute Kamstra <lute@gnu.org>
4452
4453 * battery.el: Add support for Darwin (with much debugging help
4454 from Samuel Lauber <sam124@operamail.com>).
4455 (battery-status-function, battery-echo-area-format)
4456 (battery-mode-line-format): Add support for pmset on Darwin.
4457 (battery-load-low, battery-load-critical): New user options.
4458 (battery-pmset): New function.
4459
4460 2005-07-05 Lute Kamstra <lute@gnu.org>
4461
4462 Update FSF's address in GPL notices.
4463
4464 * textmodes/page-ext.el: Update FSF's address.
4465
4466 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4469 filling from using prefix when filling a single-line docstring.
4470
4471 * progmodes/flymake.el: Remove useless eval-when-compile.
4472
4473 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4474
4475 2005-07-04 Richard M. Stallman <rms@gnu.org>
4476
4477 * textmodes/org.el (org-file-apps-defaults-gnu):
4478 Rename from org-file-apps-defaults-linux.
4479 (org-default-apps): Don't test system-type for `linux'.
4480 (org-file-apps): Doc fix.
4481
4482 2005-07-04 David Ponce <david@dponce.com>
4483
4484 * tree-widget.el: Improve header Commentary section.
4485 (tree-widget) [defgroup]
4486 (tree-widget-image-enable, tree-widget-themes-directory)
4487 (tree-widget-theme, tree-widget-image-properties-emacs)
4488 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4489 (tree-widget-image-formats, tree-widget-control)
4490 (tree-widget-empty-control, tree-widget-leaf-control
4491 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4492 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4493 (tree-widget-keep, tree-widget-after-toggle-functions)
4494 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4495 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4496 :help-echo message.
4497 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4498 (tree-widget-image-properties): Doc fix. Clearer implementation.
4499 (tree-widget--cursors): New constant.
4500 (tree-widget-lookup-image): New function split from
4501 `tree-widget-find-image'. Clearer implementation.
4502 (tree-widget-find-image): Use it.
4503 (tree-widget-button-keymap): Use `set-keymap-parent'.
4504 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4505 Define the sub-widgets here.
4506 (tree-widget-node): Check that :node is not a tree-widget.
4507 (tree-widget-get-super, tree-widget-open-control)
4508 (tree-widget-close-control, tree-widget-empty-control)
4509 (tree-widget-leaf-control, tree-widget-guide)
4510 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4511 (tree-widget-no-handle, tree-widget-value-delete)
4512 (tree-widget-map): Remove.
4513 (tree-widget-children-value-save): Doc fix. Simplified.
4514 (tree-widget-value-create): Update according to previous changes.
4515
4516 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4517
4518 * textmodes/org.el: Leading space replaced by TABS.
4519 (org-recalc-marks, org-table-rotate-recalc-marks)
4520 (org-table-get-specials): Treat "^" and "_" marks.
4521 (org-table-justify-field-maybe): Optional argument NEW.
4522 (org-table-eval-formula): Parsing of the format simplified.
4523 New modes C,I. Honor the %= parameter in the current table.
4524 Avoid unnecessary re-align by using the NEW argument to
4525 `org-table-justify-field-maybe'.
4526 (org-calc-default-modes): Default for date-format mimicks org-mode.
4527 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4528
4529 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4530
4531 * cus-face.el (custom-theme-set-faces): Make it handle face
4532 aliases whose alias declarations are pre- or autoloaded.
4533
4534 2005-07-04 Juri Linkov <juri@jurta.org>
4535
4536 * faces.el (read-face-name): Put the code for getting a face name
4537 from the buffer before adding the faces from the `face' property.
4538 Use `completing-read-multiple' instead of `completing-read'.
4539 Require `crm'. Add default value and post-process the returned
4540 list of faces.
4541
4542 * emacs-lisp/crm.el (crm-find-current-element)
4543 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4544
4545 * emacs-lisp/lisp-mode.el (eval-defun-1):
4546 * emacs-lisp/edebug.el (edebug-eval-defun):
4547 Remove unnecessary quotes.
4548
4549 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4552 (prolog-indent-level): Fix typo in docstring.
4553
4554 * info.el (Info-history, Info-history-forward)
4555 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4556
4557 * add-log.el (add-change-log-entry):
4558 * comint.el (comint-dynamic-list-input-ring)
4559 (comint-dynamic-list-completions):
4560 * dabbrev.el (dabbrev-expand):
4561 * delim-col.el (delimit-columns-rectangle-line):
4562 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4563 (diff-unified->context):
4564 * ediff-init.el (ediff-abbrev-jobname):
4565 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4566 (ediff-replace-session-activity-marker-in-meta-buffer):
4567 * info.el (Info-summary):
4568 * lpr.el (printify-region):
4569 * printing.el (pr-create-interface):
4570 * ps-print.el (ps-print-quote):
4571 * ses.el (ses-column-widths, ses-print-cell)
4572 (ses-adjust-print-width, ses-center):
4573 * shell.el (shell-file-name-quote-list):
4574 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4575 (strokes-fill-current-buffer-with-whitespace)
4576 (strokes-xpm-for-stroke, strokes-list-strokes)
4577 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4578 * term.el (term-dynamic-list-input-ring)
4579 (term-dynamic-list-completions):
4580 * calc/calc.el (math-format-stack-value):
4581 * emacs-lisp/edebug.el (edebug-display-freq-count):
4582 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4583 (delphi-new-comment-line):
4584 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4585 * progmodes/executable.el (executable-set-magic):
4586 * progmodes/python.el (inferior-python-mode):
4587 * progmodes/scheme.el (scheme-mode-syntax-table):
4588 * progmodes/sh-script.el (sh-maybe-here-document):
4589 * progmodes/sql.el (sql-copy-column):
4590 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4591 * textmodes/bibtex.el (bibtex-mode):
4592 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4593 (sgml-auto-attributes):
4594 * textmodes/table.el (table-insert, table-shorten-cell)
4595 (table--generate-source-scan-lines, table-delete-row)
4596 (*table--cell-delete-char, table--spacify-frame)
4597 (table--horizontally-shift-above-and-below)
4598 (table--cell-insert-char, table--cell-blank-str)
4599 (table--fill-region-strictly):
4600 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4601 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4602
4603 * add-log.el (change-log):
4604 * apropos.el (apropos):
4605 * comint.el (comint-completion, comint-source):
4606 * dabbrev.el (dabbrev):
4607 * delim-col.el (columns):
4608 * diff-mode.el (diff-mode):
4609 * ediff.el (ediff):
4610 * ediff-diff.el (ediff-diff):
4611 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4612 * ediff-mult.el (ediff-mult):
4613 * ediff-ptch.el (ediff-ptch):
4614 * ediff-wind.el (ediff-window):
4615 * facemenu.el (facemenu):
4616 * indent.el (indent):
4617 * info.el (info):
4618 * jka-cmpr-hook.el (compression, jka-compr):
4619 * lpr.el (lpr):
4620 * outline.el (outlines):
4621 * pcmpl-cvs.el (pcmpl-cvs):
4622 * pcmpl-rpm.el (pcmpl-rpm):
4623 * printing.el (printing):
4624 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4625 (ps-print-vertical, ps-print-headers, ps-print-font)
4626 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4627 (ps-print-background, ps-print-printer, ps-print-page)
4628 (ps-print-miscellany):
4629 * ses.el (ses):
4630 * shell.el (shell, shell-directories, shell-faces):
4631 * startup.el (initialization):
4632 * strokes.el (strokes):
4633 * term.el (term):
4634 * uniquify.el (uniquify):
4635 * w32-vars.el (w32):
4636 * calc/calc.el (calc):
4637 * emacs-lisp/bytecomp.el (bytecomp):
4638 * emacs-lisp/cl-indent.el (lisp-indent):
4639 * emacs-lisp/edebug.el (edebug):
4640 * emacs-lisp/elp.el (elp):
4641 * emacs-lisp/testcover.el (testcover):
4642 * emacs-lisp/trace.el (trace):
4643 * emulation/viper-ex.el (viper-ex):
4644 * emulation/viper-mous.el (viper-mouse):
4645 * mail/mailalias.el (mailalias):
4646 * mail/supercite.el (supercite, supercite-frames)
4647 (supercite-attr, supercite-cite, supercite-hooks):
4648 * net/rcompile.el (remote-compile):
4649 * net/rlogin.el (rlogin):
4650 * obsolete/ooutline.el (outlines):
4651 * progmodes/delphi.el (delphi):
4652 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4653 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4654 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4655 (ebnf-optimization):
4656 * progmodes/etags.el (etags):
4657 * progmodes/executable.el (executable):
4658 * progmodes/idlwave.el (idlwave):
4659 * progmodes/pascal.el (pascal):
4660 * progmodes/prolog.el (prolog):
4661 * progmodes/python.el (python):
4662 * progmodes/scheme.el (scheme):
4663 * progmodes/sh-script.el (sh, sh-script):
4664 * progmodes/sql.el (SQL):
4665 * progmodes/tcl.el (tcl):
4666 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4667 * textmodes/enriched.el (enriched):
4668 * textmodes/makeinfo.el (makeinfo):
4669 * textmodes/sgml-mode.el (sgml):
4670 * textmodes/table.el (table-hooks):
4671 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4672 * textmodes/texinfo.el (texinfo):
4673 * textmodes/two-column.el (two-column):
4674 Finish `defgroup' description with period.
4675
4676 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4677 * eshell/esh-var.el (eshell-var):
4678 * progmodes/vhdl-mode.el (vhdl-testbench):
4679 * textmodes/org.el (org): Fix typos in docstrings.
4680
4681 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4682 consistency.
4683
4684 * progmodes/flymake.el (flymake-find-file): Remove.
4685 (flymake-float-time): Use `with-no-warnings'.
4686 (flymake-check-start-time, flymake-check-was-interrupted)
4687 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4688 (flymake-new-err-info): `defvar' at compile time.
4689
4690 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * replace.el (occur-hook): Doc fix.
4693 (occur-1): Don't call `occur-hook' if there are no matches.
4694
4695 2005-07-03 Richard M. Stallman <rms@gnu.org>
4696
4697 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4698 global-map, save the same map.
4699 (global-map): Don't alter it at top level.
4700 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4701 Then alter it here instead.
4702 (tpu-edt-off): Set global-map to the saved one.
4703
4704 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4705 All references simplified.
4706 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4707 (zmacs-regions): Add defvar.
4708 (repeat-complex-command-map): Everything about that deleted.
4709
4710 * textmodes/artist.el (artist-key-is-drawing)
4711 (artist-key-endpoint1, artist-key-poly-point-list)
4712 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4713 (artist-key-compl-table, artist-rb-save-data)
4714 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4715 Don't put them in eval-when-compile.
4716 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4717
4718 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4719 Use with-no-warnings.
4720
4721 * net/browse-url.el (dos-windows-version): Add defvar.
4722
4723 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4724
4725 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4726 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4727 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4728 Add defvar.
4729 (rmail-summary-beginning-of-message): Use with-no-warnings.
4730 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4731
4732 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4733 Use with-no-warnings.
4734
4735 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4736 (c-mark-function): Add point-moving-unit property.
4737 (vi-goto-line): Use with-no-warnings.
4738
4739 * emulation/edt.el (edt-last-copied-word): Add defvar.
4740 (zmacs-region-stays): Likewise.
4741 (edt-mark-section-wisely): Use c-mark-function for C.
4742 Use makr-defun for Fortran.
4743 (time-string): defvar deleted.
4744 (edt-display-the-time): Don't set time-string.
4745
4746 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4747
4748 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4749 Don't warn when name is not constant
4750 or for defining the group `emacs'.
4751
4752 * tooltip.el (gud-tooltip-mode): Add defvar.
4753
4754 * startup.el (default-frame-background-mode): Add defvar.
4755
4756 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4757
4758 * info.el (tool-bar-map): Add defvar.
4759
4760 * dired.el (dnd-protocol-alist): Add defvar.
4761
4762 * dired-aux.el (dired-query): Display question with answer, when
4763 the user answers.
4764
4765 * custom.el (custom-add-option): Doc fix.
4766
4767 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4768
4769 2005-07-03 Eli Zaretskii <eliz@gnu.org>
4770
4771 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4772 bogus name from the last change.
4773
4774 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4775
4776 * custom.el (custom-declare-variable): Fix typos in comment.
4777 (custom-known-themes): Doc fix.
4778 (custom-theme-directory): New defcustom.
4779 (require-theme): Make it check `custom-theme-directory'.
4780
4781 * cus-theme.el (custom-new-theme-mode): New function.
4782 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4783 (custom-theme-description): Add compiler defvars.
4784 (customize-create-theme): Add doc to the "*New Custom Theme*"
4785 buffer. Use `custom-new-theme-mode'.
4786 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4787 and save it to the `custom-theme-directory'. Make this the
4788 default directory of the buffer.
4789
4790 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
4791
4792 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4793 Fix unbalanced parentheses.
4794
4795 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4798 into flymake-mode and delegate to flymake-mode.
4799
4800 * find-file.el (ff-which-function-are-we-in): Clean up.
4801
4802 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * replace.el (occur-rename-buffer): Fix docstring.
4805
4806 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4807 (edt-last-copied-word, edt-learn-macro-count)
4808 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4809 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4810 (time-string, zmacs-region-stays):
4811 * emulation/edt-mapper.el (edt-save-function-key-map)
4812 (EDT-key-name): `defvar' to silence the byte-compiler.
4813
4814 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4815
4816 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4817 font-lock-regexp-backslash. Doc fix.
4818 (font-lock-regexp-backslash-grouping-construct): Rename from
4819 font-lock-regexp-backslash-construct. Doc fix.
4820 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4821 grouping constructs.
4822
4823 2005-07-02 Eli Zaretskii <eliz@gnu.org>
4824
4825 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4826 updating all the prerequisites.
4827
4828 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * textmodes/org.el (org-agenda-start-on-weekday)
4831 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4832 (org-agenda-use-time-grid, org-archive-location)
4833 (org-allow-space-in-links, org-usenet-links-prefer-google)
4834 (org-enable-table-editor, org-export-default-language)
4835 (org-export-html-show-new-buffer, org-fill-paragraph)
4836 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4837 (org-goto-quit, org-occur, org-eval-in-calendar)
4838 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4839 (org-agenda-diary-entry, org-remember-help)
4840 (org-table-convert-region, org-at-table-p)
4841 (org-table-move-row-down, org-table-move-row-up)
4842 (org-table-copy-region, org-table-toggle-vline-visibility)
4843 (org-table-get-stored-formulas, org-table-get-specials)
4844 (org-recalc-commands, org-table-eval-formula)
4845 (org-table-formula-substitute-names, orgtbl-make-binding)
4846 (org-format-org-table-html, org-format-table-table-html)
4847 (org-format-table-table-html-using-table-generate-source)
4848 (org-customize): Fix typos in docstrings.
4849 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4850 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4851 (org-back-to-heading): Doc fixes.
4852 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4853 (org-agenda-change-all-lines, org-get-header):
4854 Improve argument/docstring consistency.
4855 (orgtbl-error): Fix error message.
4856
4857 * progmodes/flymake.el (flymake-find-possible-master-files)
4858 (flymake-master-file-compare, flymake-get-line-err-count)
4859 (flymake-highlight-line, flymake-gui-warnings-enabled):
4860 Fix typos in docstrings.
4861 (flymake-parse-line, flymake-get-project-include-dirs-function)
4862 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4863 Doc fixes.
4864 (flymake-get-project-include-dirs-function)
4865 (flymake-make-err-menu-data):
4866 Improve argument/docstring consistency.
4867
4868 2005-07-01 Lute Kamstra <lute@gnu.org>
4869
4870 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4871 Catch errors with ignore-errors. Use temporary buffer.
4872 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4873
4874 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4875 background color faces.
4876 (facemenu-set-foreground, facemenu-set-background):
4877 Use facemenu-set-face-from-menu.
4878 (facemenu-set-face-from-menu): Treat face names that start with
4879 "fg:" or "bg:" as special.
4880 (facemenu-add-new-color): Don't create faces. Simplify.
4881
4882 2005-06-30 Richard M. Stallman <rms@gnu.org>
4883
4884 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4885 (crm-find-current-element): Likewise.
4886
4887 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4888
4889 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4890
4891 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4894 (archive-mouse-extract): Make it an obsolete alias.
4895 (archive-mode-map): Don't use archive-mouse-extract any more.
4896 (archive-mode, archive-extract): write-contents-hooks ->
4897 write-contents-functions.
4898 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4899 first arg.
4900 (archive-rename-entry): Update the call.
4901 (archive-zip-summarize): Remove unused var `method'.
4902 (archive-lzh-summarize): Remove unused var `creator'.
4903
4904 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4905 dedicated frame upon exit.
4906
4907 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4908 (archive-zip-extract, archive-zip-expunge)
4909 (archive-zip-update, archive-zip-update-case): Use executable-find.
4910 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4911 Use restore-buffer-modified-p.
4912 (archive-extract, archive-add-new-member, archive-write-file-member):
4913 Use with-current-buffer.
4914 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4915
4916 2005-06-30 Andreas Schwab <schwab@suse.de>
4917
4918 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4919
4920 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4921
4922 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4923
4924 2005-06-30 Juri Linkov <juri@jurta.org>
4925
4926 * faces.el (vertical-border): Inherit from mode-line-inactive
4927 only on tty.
4928
4929 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4932 example, -NLINES in the `occur' docstring).
4933
4934 * replace.el (occur-1): When no matches are found, do not set the
4935 `buffer-read-only' and modified flags for the occur buffer,
4936 because it is deleted.
4937
4938 * emulation/cua-base.el (cua-check-pending-input)
4939 (cua-repeat-replace-region, cua-mode, cua-debug)
4940 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4941 Fix typos in docstrings.
4942
4943 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4944 (cua-cut-region-to-global-mark)
4945 (cua--cut-rectangle-to-global-mark):
4946 Remove period from end of messages.
4947
4948 * emulation/cua-rect.el (cua-do-rectangle-padding):
4949 Remove period from end of messages.
4950 (cua--rectangle-seq-format): Fix typo in docstring.
4951 (cua-sequence-rectangle, cua-fill-char-rectangle):
4952 Improve argument/docstring consistency.
4953
4954 2005-06-29 Juri Linkov <juri@jurta.org>
4955
4956 * faces.el (default-frame-background-mode): New internal variable.
4957 (frame-set-background-mode): Use it.
4958
4959 * startup.el (normal-top-level): Set default-frame-background-mode
4960 instead of frame-background-mode. Before setting it, test for its
4961 nil value. Remove tests for frame-background-mode and frame
4962 parameter `reverse'. Add test for "unspecified-fg".
4963
4964 * term/xterm.el (xterm-rxvt-set-background-mode):
4965 * term/rxvt.el (rxvt-set-background-mode):
4966 Set default-frame-background-mode instead of frame-background-mode.
4967
4968 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * simple.el (set-variable): Warn about obsolete user variables.
4971
4972 * imenu.el (imenu--completion-buffer):
4973 * mouse.el (mouse-buffer-menu-alist):
4974 * msb.el (msb-invisible-buffer-p):
4975 * calendar/diary-lib.el (diary-header-line-format):
4976 * emacs-lisp/pp.el (pp-buffer):
4977 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4978 * textmodes/picture.el (picture-replace-match):
4979 Change space constants followed by a sexp to "?\s ".
4980
4981 * play/decipher.el (decipher-loop-with-breaks):
4982 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4983 constants "protected" from end of line by a comment to "?\s".
4984
4985 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * font-lock.el (save-buffer-state): Use `declare'.
4988
4989 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4990 reset the syntax-table to cperl-mode-syntax-table.
4991 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4992 "foo_print_bar" is not matched as a reserved keyword.
4993
4994 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4995
4996 * textmodes/org.el (orgtbl-setup): New function, for delayed
4997 setup for the orgtbl commands.
4998 (org-calc-default-modes): New option.
4999 (orgtbl-make-binding): Use `defun' to get better help display.
5000 (org-diary): Call `org-compile-prefix-format'.
5001 (org-table-formula-substitute-names): New function.
5002 (org-agenda-day-view, org-agenda-week-view): New commands.
5003 (org-agenda-toggle-week-view): Command removed.
5004 (org-tbl-menu): Split off from org-org-menu.
5005 (org-mode): Move removal of outline-mode menus to here.
5006 (org-table-formula-debug): New option.
5007 (org-table-insert-row): Keep first field if just "#" or "*".
5008 (org-mode): Paragraph regexps fixed.
5009 (org-table-recalculate-regexp): New constant.
5010 (org-table-justify-field-maybe): Avoid replace if not necessary.
5011 (org-copy-special, org-cut-special): Use `call-interactively'.
5012 (org-table-copy-region): Take region from `interactive' call.
5013 (org-trim): Return string even if no match.
5014 (org-formula): New face.
5015 (org-set-font-lock-defaults): No longer highlight "FIXME".
5016 But highlight formula-related fields in table.
5017 (org-table-p): Use regexp, not fontification.
5018 (org-table-align): Handle white space at end of line.
5019 (org-table-formula-evaluate-inline): New option.
5020 (org-mode): Auto-wrapping in comment lines turned off.
5021 (org-table-copy-down): Evaluate only in copied field, not in
5022 destination.
5023 (org-table-current-formula): Variable removed.
5024 (org-table-store-formulas, org-table-get-stored-formulas)
5025 (org-table-modify-formulas, org-table-replace-in-formulas)
5026 (org-table-maybe-eval-formula): New functions.
5027 (org-table-get-formula): Modify to use stored formulas.
5028 (org-table-insert-column, org-table-delete-column)
5029 (org-table-move-column): Call `org-table-modify-formulas'.
5030 (org-complete): Add completion for keyword formulas.
5031 (orgtbl-mode): Pull orgtbl-mode-map to start of
5032 minor-mode-map-alist.
5033
5034 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * progmodes/python.el (python-check): Require `compile' before
5037 modifying its variables.
5038
5039 * newcomment.el (comment-indent-default): Don't get fooled by an early
5040 end of buffer.
5041
5042 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5043
5044 * ps-print.el (ps-print-version): Fix version number.
5045
5046 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5047
5048 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5049
5050 2005-06-28 Richard M. Stallman <rms@gnu.org>
5051
5052 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5053 (flyspell-local-mouse-map): Declaration deleted.
5054 (flyspell-mouse-map): Bind only mouse-2.
5055 (flyspell-mode-map): Don't test flyspell-use-local-map.
5056 (flyspell-overlay-keymap-property-name): Var deleted.
5057 (flyspell-mode-on): Don't make local bindings for
5058 flyspell-mouse-map and flyspell-mode-map.
5059 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5060
5061 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5062
5063 * progmodes/compile.el (compilation-next-error-function):
5064 Don't switch buffers; operate on the current buffer.
5065
5066 * progmodes/compile.el (compilation-error-file-name)
5067 (compilation-warning-file-name, compilation-info-file-name)
5068 (compilation-line-number, compilation-column-number): New faces.
5069 (compilation-error-face, compilation-warning-face)
5070 (compilation-info-face, compilation-line-face)
5071 (compilation-column-face): Use them.
5072
5073 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5074
5075 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5076
5077 * bindings.el (global-map): Bind insertchar and its variants.
5078
5079 2005-06-27 Richard M. Stallman <rms@gnu.org>
5080
5081 * textmodes/artist.el (artist-text-overwrite)
5082 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5083
5084 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5085
5086 * ps-print.el: It was not working the page selection for printing.
5087 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5088 (ps-print-version): New version 6.6.7.
5089 (ps-end-sheet): New fun.
5090 (ps-header-sheet, ps-end-job): Call it.
5091
5092 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5093
5094 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5095
5096 2005-06-27 Lute Kamstra <lute@gnu.org>
5097
5098 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5099 background color faces.
5100 (facemenu-get-face): Delete function.
5101 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5102 (facemenu-add-new-color): Make second argument mandatory.
5103 Create the appropriate face and return it. Simplify.
5104 (facemenu-set-foreground, facemenu-set-background): Don't check if
5105 color is defined. Use return value of facemenu-add-new-color.
5106
5107 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5108
5109 * progmodes/gud.el (gud-filter): Add missing argument to
5110 with-selected-window.
5111
5112 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5115 a :require to the defcustom.
5116
5117 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5118 defcustoms corresponding to minor modes.
5119
5120 2005-06-26 David Ponce <david@dponce.com>
5121
5122 * recentf.el: Require tree-widget instead of wid-edit.
5123 (recentf-filename-handler): Fix widget :type.
5124 (recentf-cancel-dialog, recentf-open-more-files)
5125 (recentf-open-files-action): Doc fix.
5126 (recentf-dialog-goto-first): New function.
5127 (recentf-dialog-mode-map): Set parent keymap first.
5128 (recentf-dialog-mode): Define with define-derived-mode.
5129 Don't display continuation lines in dialogs.
5130 (recentf-edit-list): Rename from recentf-edit-selected-items.
5131 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5132 Simplify.
5133 (recentf-edit-list-validate): New function.
5134 (recentf-edit-list): Update accordingly.
5135 (recentf-open-files-item-shift): Remove.
5136 (recentf-open-files-item): Convert menu elements into tree and
5137 link widgets. Don't create the widgets.
5138 (recentf-open-files): Update accordingly.
5139 (recentf-save-list): Untabify.
5140
5141 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5142
5143 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5144 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5145 partially contained in the active region. Do not take active
5146 region into account when called from Lisp, unless INTERACTIVE arg
5147 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5148 avoid trouble with fields. Make marker point nowhere when no
5149 longer used. Always return nil. Doc fix.
5150 (flush-lines): Add INTERACTIVE arg. Do not take active region
5151 into account when called from Lisp, unless INTERACTIVE arg is
5152 non-nil. Use `forward-line' instead of `beginning-of-line' to
5153 avoid trouble with fields. Make marker point nowhere when no
5154 longer used. Always return nil. Doc fix.
5155 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5156 interchangeable. Do not take active region into account when
5157 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5158 message in echo area when called from Lisp, unless INTERACTIVE arg
5159 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5160 Return the number of matches. Doc fix.
5161 (occur): Doc fix.
5162 (perform-replace): Make comment follow double space convention for
5163 the sake of `outline-minor-mode'.
5164
5165 * faces.el (facep): Doc fix.
5166
5167 2005-06-25 Richard M. Stallman <rms@gnu.org>
5168
5169 * facemenu.el (facemenu-enable-faces-p): New function.
5170 (facemenu-background-menu, facemenu-foreground-menu)
5171 (facemenu-face-menu): Add menu-enable property.
5172
5173 * jka-compr.el (jka-compr-insert-file-contents):
5174 Special handling if cannot find the uncompression program.
5175
5176 * cus-face.el (custom-face-attributes): Add autoload.
5177
5178 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5179 Bind comment-indent-function locally.
5180
5181 * window.el (save-selected-window): Use save-current-buffer.
5182
5183 * subr.el (with-selected-window): Use save-current-buffer.
5184
5185 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5186 and with-current-buffer.
5187
5188 2005-06-24 Richard M. Stallman <rms@gnu.org>
5189
5190 * simple.el (line-move-1): Fix previous change.
5191
5192 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * replace.el (occur-1): Set `buffer-read-only' and the
5195 buffer-modified flag before running `occur-hook' to protect
5196 against unintentional buffer switches that can lead to data loss.
5197
5198 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5199
5200 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5201 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5202 initial error.
5203
5204 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5205 after fresh input.
5206 (gdb-var-create-handler): Put name of expression in quotes.
5207
5208 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5209
5210 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5211 elements of RING in order, and without bogus nil elements.
5212
5213 2005-06-23 Richard M. Stallman <rms@gnu.org>
5214
5215 * simple.el (set-variable): Args renamed; doc fix.
5216 (line-move-1): When there are overlays around, use vertical-motion.
5217
5218 * faces.el (escape-glyph): Use brown against light background.
5219 (nobreak-space): Rename from no-break-space.
5220 Fix previous change.
5221
5222 * dired-aux.el (dired-do-copy): Fix arg prompt.
5223
5224 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5225
5226 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5227
5228 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5229 rather than "Distributor".
5230
5231 2005-06-23 Lute Kamstra <lute@gnu.org>
5232
5233 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5234 (debug-on-entry): Use it. New interactive declaration that uses
5235 function-called-at-point.
5236
5237 2005-06-23 Kim F. Storm <storm@cua.dk>
5238
5239 * subr.el (save-match-data): Add comment about using evaporate arg
5240 to set-match-data.
5241
5242 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5243
5244 * cus-edit.el (customize-face)
5245 (customize-face-other-window): Handle face aliases.
5246
5247 * faces.el (face-documentation, set-face-attribute)
5248 (face-spec-set): Handle face aliases.
5249
5250 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5251
5252 * help-mode.el (help-make-xrefs): If a symbol representing a face
5253 name is not followed by the word "face", it could still be a
5254 function or variable name, so don't bypass other checks.
5255
5256 2005-06-22 Juri Linkov <juri@jurta.org>
5257
5258 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5259 Replace aliased functions with calls where second arg `inherit' is t.
5260
5261 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5262
5263 * progmodes/gdb-ui.el (gdb-error): New variable.
5264 (gdb-error): New function.
5265 (gdb-annotation-rules): Act on error-begin and error annotations.
5266 (gdb-concat-output): Use font-lock-warning-face for errors.
5267
5268 2005-06-22 Miles Bader <miles@gnu.org>
5269
5270 * bindings.el (propertized-buffer-identification): Use renamed
5271 `Buffer-menu-buffer' face.
5272
5273 * faces.el (vertical-border): Rename from `vertical-divider'.
5274 (escape-glyph): Change dark-background color back to `cyan'.
5275
5276 2005-06-21 Juri Linkov <juri@jurta.org>
5277
5278 * faces.el (face-user-default-spec): Try getting `customized-face'
5279 prior to `saved-face'.
5280 (frame-background-mode): Refill docstring.
5281
5282 * emacs-lisp/lisp-mode.el (eval-defun-1):
5283 * emacs-lisp/edebug.el (edebug-eval-defun):
5284 Set `saved-face' temporarily to nil before calling form.
5285 Set `customized-face' to the new spec after that.
5286
5287 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * subr.el (1value, lambda, key-substitution-in-progress):
5290 Doc fixes.
5291
5292 * autoinsert.el (auto-insert-alist):
5293 * ses.el (ses-call-printer):
5294 * subr.el (noreturn):
5295 * emacs-lisp/lisp.el (check-parens):
5296 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5297 * net/browse-url.el (browse-url-mosaic):
5298 * progmodes/cc-defs.el (c-safe-scan-lists):
5299 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5300 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5301 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5302 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5303 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5304 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5305
5306 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5307
5308 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5309
5310 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5311
5312 * calendar/appt.el (appt-make-list): Activate the package, if
5313 not already active (for backwards compatibility).
5314
5315 2005-06-20 Kim F. Storm <storm@cua.dk>
5316
5317 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5318
5319 2005-06-20 Miles Bader <miles@gnu.org>
5320
5321 * faces.el (vertical-divider): New face.
5322
5323 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * simple.el (kill-whole-line): Doc fix.
5326 (next-error-buffer-p, next-error-find-buffer)
5327 (clone-indirect-buffer): Fix typos in docstrings.
5328 (comment-line-break-function): Doc fix: don't say variable
5329 is automatically buffer-local (it isn't).
5330
5331 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5332
5333 * net/tramp-ftp.el (top):
5334 * net/tramp-smb.el (top):
5335 * net/tramp-util.el (top):
5336 * net/tramp-uu.el (top):
5337 * net/tramp-vc.el (top):
5338 * net/tramp.el (top): Revert copyright years back to original
5339 ones. Tramp has a life outside GNU Emacs.
5340
5341 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5342
5343 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5344
5345 2005-06-18 Juri Linkov <juri@jurta.org>
5346
5347 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5348 end of first regexp to limit the match to the position between
5349 line number and source line with same separator character as used
5350 between file name and line number. In the second regexp limit
5351 mouse-face area to file name and line number by adding new group
5352 for them and referring it in HYPERLINK arg.
5353 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5354 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5355 previous line where grep markers may be already removed.
5356
5357 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5358
5359 * progmodes/ps-mode.el: Update version and maintainer's email address.
5360
5361 2005-06-18 Steve Youngs <steve@xemacs.org>
5362
5363 * net/browse-url.el (browse-url-browser-function)
5364 (browse-url-default-browser): Add firefox.
5365 (browse-url-firefox-program, browse-url-firefox-arguments)
5366 (browse-url-firefox-startup-arguments)
5367 (browse-url-firefox-new-window-is-tab): New defcustoms.
5368 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5369
5370 2005-06-17 Richard M. Stallman <rms@gnu.org>
5371
5372 * startup.el (command-line): Warn if specified user name has
5373 no home directory.
5374
5375 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5376 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5377
5378 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5379 Doc fixes.
5380
5381 * faces.el (underline): Try bold if terminal doesn't support underline.
5382
5383 * mail/sendmail.el (mail-setup-with-from): New variable.
5384 (mail-insert-from-field): New function.
5385 (sendmail-send-it): Call it.
5386 (mail-setup): Optionally call it here.
5387
5388 * term/linux.el: Call tty-no-underline.
5389
5390 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5393
5394 2005-06-17 Miles Bader <miles@gnu.org>
5395
5396 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5397 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5398 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5399 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5400 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5401 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5402 Remove "-face" suffix from face names.
5403 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5404 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5405 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5406 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5407 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5408 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5409 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5410 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5411 New backward-compatibility aliases for renamed faces.
5412 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5413 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5414 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5415 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5416 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5417 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5418 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5419 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5420 Use renamed ediff faces.
5421
5422 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5423 Remove "-face" suffix from face names.
5424 (eshell-test-ok-face, eshell-test-failed-face):
5425 New backward-compatibility aliases for renamed faces.
5426 (eshell-run-test): Use renamed eshell-test faces.
5427
5428 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5429 face name.
5430 (eshell-prompt-face): New backward-compatibility alias for renamed
5431 face.
5432 (eshell-emit-prompt): Use renamed eshell-prompt face.
5433
5434 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5435 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5436 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5437 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5438 Remove "-face" suffix from face names.
5439 (eshell-ls-directory-face, eshell-ls-symlink-face)
5440 (eshell-ls-executable-face, eshell-ls-readonly-face)
5441 (eshell-ls-unreadable-face, eshell-ls-special-face)
5442 (eshell-ls-missing-face, eshell-ls-archive-face)
5443 (eshell-ls-backup-face, eshell-ls-product-face)
5444 (eshell-ls-clutter-face):
5445 New backward-compatibility aliases for renamed faces.
5446 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5447
5448 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5449 Remove "-face" suffix from face name.
5450 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5451 instead of literal face.
5452
5453 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5454
5455 * emacs-lisp/warnings.el (display-warning, lwarn)
5456 (warning-minimum-log-level): Doc fixes.
5457 (warning-minimum-level, warning-minimum-log-level):
5458 Add :debug to :type choices.
5459
5460 * progmodes/ada-mode.el (ada-format-paramlist)
5461 (ada-get-indent-case, ada-check-matching-start)
5462 (ada-check-defun-name, ada-goto-matching-decl-start)
5463 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5464 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5465 (ada-make-subprogram-body): Follow error conventions.
5466 (ada-case-exception-file, ada-indent-comment-as-code)
5467 (ada-indent-handle-comment-special, ada-indent-renames)
5468 (ada-indent-return, ada-search-directories-internal)
5469 (ada-tab-policy, ada-case-exception-substring)
5470 (ada-other-file-alist, ada-matching-start-re)
5471 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5472 (ada-imenu-generic-expression, ada-compile-goto-error)
5473 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5474 (ada-popup-menu, ada-add-extensions, ada-mode)
5475 (ada-region-selected, ada-create-case-exception)
5476 (ada-create-case-exception-substring, ada-after-keyword-p)
5477 (ada-activate-keys-for-case, ada-adjust-case-region)
5478 (ada-adjust-case-buffer, ada-format-paramlist)
5479 (ada-scan-paramlist, ada-insert-paramlist)
5480 (ada-indent-newline-indent)
5481 (ada-indent-newline-indent-conditional)
5482 (ada-justified-indent-current, ada-goto-previous-word)
5483 (ada-indent-current, ada-get-indent-open-paren)
5484 (ada-get-indent-paramlist, ada-get-indent-end)
5485 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5486 (ada-get-indent-block-start, ada-get-indent-subprog)
5487 (ada-get-indent-noindent, ada-get-indent-label)
5488 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5489 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5490 (ada-goto-stmt-end, ada-goto-next-word)
5491 (ada-check-matching-start, ada-check-defun-name)
5492 (ada-goto-matching-decl-start, ada-goto-matching-start)
5493 (ada-goto-matching-end, ada-search-ignore-string-comment)
5494 (ada-in-decl-p, ada-looking-at-semi-or)
5495 (ada-looking-at-semi-private, ada-in-paramlist-p)
5496 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5497 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5498 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5499 (ada-previous-package, ada-create-menu)
5500 (ada-fill-comment-paragraph-justify)
5501 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5502 (ada-other-file-name, ada-last-which-function-line)
5503 (ada-last-which-function-subprog, ada-which-function)
5504 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5505 (ada-gen-treat-proc, ada-check-emacs-version)
5506 (ada-continuation-indent, ada-align-region-separate):
5507 Fix typos in docstrings.
5508 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5509
5510 2005-06-16 Lute Kamstra <lute@gnu.org>
5511
5512 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5513 conditionally.
5514
5515 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5516
5517 * comint.el (comint-replace-by-expanded-filename)
5518 (comint-prompt-regexp, comint-delimiter-argument-list)
5519 (comint-preinput-scroll-to-bottom):
5520 * info.el (Info-hide-cookies-node):
5521 * ls-lisp.el (ls-lisp-classify):
5522 * find-file.el (ff-search-directories, ff-special-constructs)
5523 (ff-find-other-file):
5524 * font-lock.el (font-lock-keywords):
5525 * shell.el (shell-prompt-pattern)
5526 (shell-dynamic-complete-functions, shell-mode)
5527 (shell-delimiter-argument-list):
5528 * term.el (term-replace-by-expanded-filename)
5529 (term-prompt-regexp, term-delimiter-argument-list):
5530 * woman.el (woman-ignore, woman0-if):
5531 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5532 * emacs-lisp/elint.el (elint-init-env):
5533 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5534 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5535 * language/ethio-util.el (ethio-tilde-escape)
5536 (ethio-use-three-dot-question):
5537 * net/zone-mode.el (zone-mode-load-time-setup):
5538 * progmodes/cc-align.el (c-lineup-argcont):
5539 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5540 * progmodes/cperl-mode.el (cperl-set-style-back):
5541 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5542 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5543 Fix spellings in docstrings.
5544
5545 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5546 * progmodes/modula2.el (m2-for): Fix spellings.
5547
5548 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5549
5550 * simple.el (undo-more): Don't use `format' on `error' arguments.
5551 Improve argument/docstring consistency.
5552 (pending-undo-list): Doc fix.
5553
5554 * smerge-mode.el (smerge-ensure-match):
5555 * emulation/vip.el (vip-ex):
5556 * net/zone-mode.el (zone-mode-update-serial):
5557 * progmodes/idlwave.el (idlwave-complete):
5558 * progmodes/vhdl-mode.el (vhdl-visit-file)
5559 (vhdl-compose-wire-components):
5560 Don't use `format' on `error' arguments.
5561
5562 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5563 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5564 (tooltip-help-tips): Fix typos in docstrings.
5565
5566 2005-06-16 David Ponce <david@dponce.com>
5567
5568 * tree-widget.el (tree-widget-value-create): Simplify last change.
5569
5570 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5571
5572 * ido.el (ido-incomplete-regexp): New variable.
5573 (ido-set-matches-1): Handle invalid-regexp error and set
5574 ido-incomplete-regexp.
5575 (ido-incomplete-regexp): New face.
5576 (ido-completions): Use it.
5577 (ido-complete, ido-exit-minibuffer, ido-completions):
5578 Handle incomplete regexps.
5579 (ido-completions): Add check for complete match when entering a regexp.
5580
5581 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5584
5585 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5586
5587 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5588 by field delimiters.
5589
5590 2005-06-15 David Ponce <david@dponce.com>
5591
5592 * tree-widget.el: eval-and-compile inlined functions so they will
5593 be available at run-time too.
5594 (tree-widget-super-format-handler)
5595 (tree-widget-format-handler): Remove.
5596 (tree-widget-value-create): Handle the :indent property.
5597
5598 2005-06-15 Miles Bader <miles@gnu.org>
5599
5600 * progmodes/which-func.el (which-func): Only inherit
5601 `font-lock-function-name-face' when that makes sense against the
5602 default mode-line face, otherwise set the face color explicitly.
5603
5604 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5605 faces instead of (non-existent) variables.
5606
5607 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5610 (iswitchb-get-matched-buffers): Likewise. Simplify.
5611
5612 2005-06-14 Miles Bader <miles@gnu.org>
5613
5614 * progmodes/ld-script.el (ld-script-location-counter):
5615 Remove "-face" suffix from face name.
5616 (ld-script-location-counter-face):
5617 New backward-compatibility alias for renamed face.
5618 (ld-script-location-counter-face): Use renamed face.
5619
5620 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5621 (cperl-hash): Remove "-face" suffix from face names.
5622 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5623 New backward-compatibility aliases for renamed faces.
5624 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5625 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5626
5627 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5628 name.
5629 (which-func-face): New backward-compatibility alias for renamed face.
5630 (which-func-format): Use renamed which-func face.
5631
5632 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5633 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5634 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5635 names.
5636 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5637 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5638 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5639 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5640 (vhdl-speedbar-architecture-selected)
5641 (vhdl-speedbar-configuration-selected)
5642 (vhdl-speedbar-package-selected)
5643 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5644 names.
5645 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5646 Use renamed faces.
5647 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5648 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5649 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5650 Use renamed faces.
5651 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5652 names.
5653 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5654 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5655 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5656 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5657 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5658 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5659
5660 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5661 face name.
5662 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5663 (sh-heredoc-face): Use renamed sh-heredoc face.
5664
5665 * progmodes/idlw-help.el (idlwave-help-link):
5666 Remove "-face" suffix from face name.
5667 (idlwave-help-link-face):
5668 New backward-compatibility alias for renamed face.
5669 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5670
5671 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5672 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5673 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5674 New backward-compatibility aliases for renamed faces.
5675 (idlwave-shell-disabled-breakpoint-face)
5676 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5677
5678 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5679 Remove "-face" suffix from face names.
5680 (flymake-errline-face, flymake-warnline-face):
5681 New backward-compatibility aliases for renamed faces.
5682 (flymake-highlight-line): Use renamed flymake faces.
5683
5684 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5685 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5686 (ebrowse-member-class, ebrowse-progress):
5687 Remove "-face" suffix from face names.
5688 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5689 (ebrowse-file-name-face, ebrowse-default-face)
5690 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5691 (ebrowse-progress-face):
5692 New backward-compatibility aliases for renamed faces.
5693 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5694 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5695 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5696 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5697
5698 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5699 antlr-syntax)
5700 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5701 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5702 names.
5703 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5704 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5705 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5706 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5707 backward-compatibility aliases for renamed faces.
5708 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5709 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5710 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5711 remove "font-lock-". Use renamed antlr-mode faces.
5712 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5713 literal face-names with face variable references.
5714
5715 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5716 face name.
5717 (Buffer-menu-buffer-face): New backward-compatibility alias for
5718 renamed face.
5719 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5720
5721 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5722
5723 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5724 Eliminate "-face" suffix.
5725 (makefile-targets): Inherit from font-lock-function-name-face and
5726 eliminate "-face" suffix.
5727 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5728 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5729 actions, instead of prepending, to make it less visible.
5730 (makefile-previous-dependency, makefile-match-dependency):
5731 Don't match a target on a continuation line.
5732
5733 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5734
5735 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * progmodes/gdb-ui.el (menu): Re-order menu items.
5738 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5739
5740 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5741 Define in tooltip.el.
5742 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5743 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5744 gud-tooltip-echo-area.
5745
5746 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5747 backward compatibility and make obsolete.
5748 (tooltip-help-tips): Use tooltip-use-echo-area.
5749 (tooltip-show-help-function): Rename to...
5750 (tooltip-show-help): ...this, because it is a function.
5751 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5752
5753 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5756 (edebug-print-length, edebug-print-level, edebug-print-circle)
5757 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5758 (edebug-eval-print-last-sexp): Doc fixes.
5759
5760 2005-06-14 Kim F. Storm <storm@cua.dk>
5761
5762 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5763 as the coverage buffer/file/both may change.
5764
5765 2005-06-14 Lute Kamstra <lute@gnu.org>
5766
5767 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5768 and run-mode-hooks. Simplify.
5769
5770 * mail/rmailedit.el (rmail-edit-mode):
5771 * progmodes/octave-inf.el (inferior-octave-mode):
5772 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5773
5774 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5775 and run-mode-hooks.
5776 (recentf-edit-list, recentf-open-files): Don't call
5777 kill-all-local-variables directly.
5778
5779 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5780
5781 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * emacs-lisp/byte-run.el (make-obsolete)
5784 (define-obsolete-function-alias): Rename arguments FUNCTION and
5785 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5786 (make-obsolete-variable, define-obsolete-variable-alias):
5787 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5788 respectively.
5789
5790 * isearchb.el (isearchb-activate):
5791 * pcvs.el (cvs-mode):
5792 * ses.el (ses-load):
5793 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5794 * net/tramp.el (tramp-find-file-exists-command)
5795 (tramp-find-shell):
5796 * progmodes/ada-mode.el (ada-create-case-exception)
5797 (ada-create-case-exception-substring, ada-make-subprogram-body):
5798 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5799 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5800 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5801 * textmodes/org.el (org-promote, org-evaluate-time-range)
5802 (org-agenda-next-date-line, org-agenda-previous-date-line)
5803 (org-agenda-error, org-open-at-point, org-table-move-row)
5804 (org-format-table-table-html-using-table-generate-source)
5805 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5806 * textmodes/reftex.el (reftex-access-scan-info):
5807 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5808 (reftex-toc-promote-prepare): Follow error conventions.
5809
5810 * diff-mode.el (diff-mode): Fix typo in docstring.
5811
5812 * forms.el (forms--intuit-from-file): Fix reference to
5813 `forms-number-of-fields' in error message.
5814 (forms-print): Fix quoting in error message.
5815
5816 * forms.el (forms-mode):
5817 * emulation/vi.el (vi-goto-insert-state):
5818 * progmodes/flymake.el (flymake-new-err-info)
5819 (flymake-start-syntax-check-for-current-buffer)
5820 (flymake-simple-cleanup):
5821 * eshell/esh-var.el (eshell/export):
5822 * progmodes/gud.el (xdb):
5823 * textmodes/flyspell.el (flyspell-incorrect-hook)
5824 (flyspell-maybe-correct-transposition)
5825 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5826
5827 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5830 minibuffer prompt.
5831
5832 2005-06-13 Kim F. Storm <storm@cua.dk>
5833
5834 * subr.el (add-to-ordered-list): New defun.
5835
5836 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5837 add cua--keymap-alist to emulation-mode-map-alists.
5838
5839 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * subr.el (complete-in-turn): New macro.
5842 (dynamic-completion-table, lazy-completion-table): Add debug info.
5843
5844 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5845 in preference to face aliases.
5846
5847 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5848 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5849 Remove unused vars `start' and `firstline'.
5850 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5851 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5852
5853 2005-06-13 Eli Zaretskii <eliz@gnu.org>
5854
5855 * cus-start.el (all): Don't complain about missing GTK-related
5856 variables, unless either `gtk' is boundp or this isn't a
5857 `windows-nt' build.
5858
5859 2005-06-13 Lute Kamstra <lute@gnu.org>
5860
5861 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5862 run-mode-hooks.
5863
5864 * ediff-mult.el (ediff-meta-mode):
5865 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5866
5867 * ledit.el (ledit-mode): Use delay-mode-hooks.
5868
5869 * woman.el (woman-mode-line-format): Delete constant.
5870 (woman-mode-map): Initialize it properly.
5871 (woman-mode): Set mode-class property to special.
5872 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5873 Set major-mode and mode-name. Don't set mode-line-format directly.
5874 (Man-getpage-in-background): Don't reference woman-mode-line-format.
5875
5876 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5877 string argument obsolete.
5878
5879 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
5880
5881 * textmodes/org.el (org-CUA-compatible): New option.
5882 (org-disputed-keys): New variable.
5883 (org-key): New function.
5884 (orgtbl-make-binding): Add docstring to the created function.
5885 (org-mode): Set paragraph start/separate regexps.
5886 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5887 (org-archive-location, org-archive-mark-done)
5888 (org-archive-stamp-time): New options.
5889 (org-archive-subtree): New command.
5890 (org-fill-paragraph): New function.
5891 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5892 (org-fake-empty-table-line): Function removed.
5893 (org-format-org-table-html): Do not create empty table lines at
5894 separator lines. Improved table header treatment.
5895 (org-link-format): New option.
5896 (org-make-link): New function.
5897 (org-insert-link, org-store-link): Use org-make-link.
5898 (org-open-file): Quote file name for shell command, to allow
5899 spaces in file names.
5900 (org-link-regexp): Fix bug with mailto link.
5901 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5902 New constants.
5903 (org-export-as-html): Deal with the optional angles around a link.
5904 Better treatment of file: links.
5905 (org-open-at-point): Replace @{ and @} with < and >.
5906 (org-run-mode-hooks): Function removed.
5907 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5908
5909 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
5910
5911 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5912 MI command -data-list-register-values.
5913 (gdb-post-prompt): Indent properly.
5914
5915 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * hilit-chg.el (highlight-changes-colors): Rename from
5918 `highlight-changes-colours'.
5919 (highlight-changes-colours): Keep as obsolete alias.
5920 (highlight-changes-face-list): Doc fix.
5921 (hilit-chg-make-list): Use `highlight-changes-colors'.
5922
5923 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5924
5925 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5926 defun-prompt-regexp.
5927
5928 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5929
5930 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5931 and cygwin.
5932
5933 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5934 Don't use an old loaddefs.el, as in Makefile.in.
5935
5936 2005-06-12 Lute Kamstra <lute@gnu.org>
5937
5938 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5939
5940 * man.el (Man-mode-map): Initialize it properly.
5941 (Man-mode): Set mode-class property to special.
5942
5943 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5944
5945 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5948 A newline is needed in the docstring there.
5949
5950 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5951 Doc fixes.
5952
5953 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5954
5955 * printing.el: Doc fix. The menubar is no more changed when printing
5956 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5957 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5958 (pr-version): New version number (6.8.4).
5959 (pr-menu-bind): New command.
5960 (pr-update-menus): Docstring and code fix.
5961 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5962 Docstring fix.
5963 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5964 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5965
5966 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5967
5968 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5969 "Returns" to "return", document useful return values, etc.
5970
5971 2005-06-11 Alan Mackenzie <acm@muc.de>
5972
5973 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5974 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5975 (adaptive-file-function): Minor amendment to doc-string.
5976
5977 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5978
5979 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5980 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5981 Fix :type--it is `integer', not `string'.
5982
5983 * faces.el (modeline-highlight): Rename from (the erroneous)
5984 `modeline-higilight'.
5985
5986 2005-06-11 Lute Kamstra <lute@gnu.org>
5987
5988 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5989 lisp-interaction-mode-map but make it the parent.
5990 (edebug-eval-mode): Use define-derived-mode.
5991
5992 2005-06-11 Andreas Schwab <schwab@suse.de>
5993
5994 * bindings.el: Add binding of `ESC functionkey' for every
5995 `M-functionkey'.
5996 * hexl.el (hexl-mode-map): Likewise.
5997
5998 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5999
6000 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6001 [msft]: update regexp for newer msft compilers.
6002
6003 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6004
6005 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6006 ATTLIST portions of included DTDs.
6007 (xml-parse-dtd): Eliminate use of inefficient match-data.
6008
6009 2005-06-10 Miles Bader <miles@gnu.org>
6010
6011 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6012 (mpuz-text): Remove "-face" suffix from face names.
6013 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6014 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6015 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6016
6017 * play/gomoku.el (gomoku-O, gomoku-X):
6018 Remove "-face" suffix from face names.
6019 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6020 New backward-compatibility aliases for renamed faces.
6021 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6022
6023 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6024
6025 * thumbs.el: Fixes for changes of 2005-06-09.
6026 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6027 as a directory.
6028 (thumbs-thumbname): Remove directory separator from format string;
6029 `thumbs-thumbsdir' now returns a valid directory name.
6030 (thumbs-temp-dir): New defsubst.
6031 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6032 Use it.
6033
6034 * cus-edit.el (minibuffer):
6035 * files.el (make-backup-file-name-function):
6036 * filesets.el (filesets-external-viewers):
6037 * hilit-chg.el (highlight-changes-colours)
6038 (highlight-changes-face-list, highlight-changes-rotate-faces):
6039 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6040 * kmacro.el (kmacro-call-macro):
6041 * log-edit.el (log-edit-changelog-full-paragraphs):
6042 * mouse.el (mouse-1-click-follows-link):
6043 * skeleton.el (skeleton-autowrap):
6044 * subr.el (insert-for-yank-1):
6045 * tempo.el (tempo-insert-region):
6046 * terminal.el (terminal-emulator):
6047 * time.el (display-time-mail-face):
6048 * vc.el (vc-annotate):
6049 * vcursor.el (vcursor-copy-line):
6050 * woman.el (woman-bold-headings, woman-ignore)
6051 (woman-default-faces, woman-monochrome-faces):
6052 * calendar/todo-mode.el (todo-insert-threshold):
6053 * emulation/pc-select.el (pc-select-selection-keys-only)
6054 (pc-selection-mode):
6055 * emulation/vip.el (vip-find-char-forward):
6056 * emulation/viper-cmd.el (viper-find-char-forward):
6057 * international/mule-cmds.el
6058 (select-safe-coding-system-accept-default-p)
6059 (input-method-exit-on-invalid-key):
6060 * international/mule-diag.el (describe-coding-system):
6061 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6062 * net/browse-url.el (browse-url-xterm-program):
6063 * obsolete/lazy-lock.el (lazy-lock-mode):
6064 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6065 (cperl-mode):
6066 * progmodes/cpp.el (cpp-face-light-name-list)
6067 (cpp-face-dark-name-list):
6068 * progmodes/delphi.el (delphi-newline-always-indents):
6069 Fix spellings in docstrings.
6070
6071 * ido.el (ido-mode, ido-file-extensions-order)
6072 (ido-default-file-method, ido-default-buffer-method)
6073 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6074 (ido-decorations, ido-read-file-name-as-directory-commands)
6075 (ido-read-file-name-non-ido, ido-work-directory-list)
6076 (ido-ignore-item-temp-list, ido-current-directory)
6077 (ido-magic-forward-char, ido-enter-find-file)
6078 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6079 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6080
6081 2005-06-10 Lute Kamstra <lute@gnu.org>
6082
6083 * play/dunnet.el (dun-mode): Use define-derived-mode.
6084 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6085 obsolete alias.
6086
6087 * play/doctor.el (doctor-mode-map): Remove defvar.
6088 (doctor-mode): Use define-derived-mode.
6089
6090 * mail/mspools.el (mspools-mode):
6091 * net/eudc-hotlist.el (eudc-hotlist-mode):
6092 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6093
6094 2005-06-10 Miles Bader <miles@gnu.org>
6095
6096 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6097 Remove "-face" suffix from face names.
6098 (flyspell-incorrect-face, flyspell-duplicate-face):
6099 New backward-compatibility aliases for renamed faces.
6100 (flyspell-mode-on, make-flyspell-overlay)
6101 (flyspell-highlight-incorrect-region)
6102 (flyspell-highlight-duplicate-region)
6103 (flyspell-display-next-corrections)
6104 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6105
6106 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6107 from face name.
6108 (texinfo-heading-face): New backward-compatibility alias for
6109 renamed face.
6110 (texinfo-heading-face): Use renamed texinfo-heading face.
6111
6112 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6113 suffix from face names.
6114 (tex-math-face, tex-verbatim-face):
6115 New backward-compatibility aliases for renamed faces.
6116 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6117 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6118 literal face name.
6119
6120 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6121 name.
6122 (table-cell-face): New backward-compatibility alias for renamed face.
6123 (table--put-cell-face-property, table--update-cell-face):
6124 Use renamed table-cell face.
6125
6126 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6127 from face name.
6128 (sgml-namespace-face): New backward-compatibility alias for
6129 renamed face.
6130 (sgml-namespace-face): Use renamed sgml-namespace face.
6131
6132 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6133 (org-level-4, org-level-5, org-level-6, org-level-7)
6134 (org-level-8, org-warning, org-headline-done)
6135 (org-deadline-announce, org-scheduled-today)
6136 (org-scheduled-previously, org-link, org-done, org-table)
6137 (org-time-grid): Remove "-face" suffix from face names.
6138 (org-level-1-face, org-level-2-face, org-level-3-face)
6139 (org-level-4-face, org-level-5-face, org-level-6-face)
6140 (org-level-7-face, org-level-8-face, org-warning-face)
6141 (org-headline-done-face, org-deadline-announce-face)
6142 (org-scheduled-today-face, org-scheduled-previously-face)
6143 (org-link-face, org-done-face, org-table-face)
6144 (org-time-grid-face):
6145 New backward-compatibility aliases for renamed faces.
6146 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6147 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6148 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6149 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6150
6151 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6152 (viper-minibuffer-emacs, viper-minibuffer-insert)
6153 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6154 (viper-search-face, viper-replace-overlay-face)
6155 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6156 (viper-minibuffer-vi-face):
6157 New backward-compatibility aliases for renamed faces.
6158 (viper-search-face, viper-replace-overlay-face)
6159 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6160 (viper-minibuffer-vi-face): Use renamed viper faces.
6161
6162 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6163 Remove "-face" suffix from face names.
6164 (testcover-nohits-face, testcover-1value-face):
6165 New backward-compatibility aliases for renamed faces.
6166 (testcover-mark): Use renamed testcover faces.
6167
6168 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6169 face name.
6170 (diary-button-face): New backward-compatibility alias for renamed face.
6171 (diary-entry): Use renamed diary-button face.
6172
6173 * calendar/calendar.el (diary, calendar-today, holiday)
6174 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6175 (diary-face, calendar-today-face, holiday-face):
6176 New backward-compatibility aliases for renamed faces.
6177 (eval-after-load "facemenu", diary-entry-marker)
6178 (calendar-today-marker, calendar-holiday-marker, diary-face):
6179 Use renamed calendar faces.
6180
6181 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6182 (compare-windows-face): New backward-compatibility alias for
6183 renamed face.
6184 (compare-windows-highlight): Use renamed compare-windows face.
6185
6186 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6187 (strokes-char-face): New backward-compatibility alias for renamed face.
6188 (strokes-encode-buffer): Use renamed strokes-char face.
6189
6190 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6191 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6192 Remove "-face" suffix from face names.
6193 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6194 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6195 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6196 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6197 Use renamed pcvs faces.
6198 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6199 * pcvs-defs.el (cvs-mode-map): Likewise.
6200 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6201
6202 * info.el (info-title-1, info-title-2, info-title-3)
6203 (info-title-4): Remove "-face" suffix from and downcase face names.
6204 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6205 (Info-title-4-face):
6206 New backward-compatibility aliases for renamed faces.
6207 (Info-fontify-node): Use renamed info faces.
6208
6209 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6210 Remove "-face" suffix from face names.
6211 (highlight-changes-face, highlight-changes-delete-face):
6212 New backward-compatibility aliases for renamed faces.
6213 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6214 (hilit-chg-make-list): Use renamed highlight-changes faces.
6215
6216 * generic-x.el (show-tabs-tab, show-tabs-space):
6217 Remove "-face" suffix from face names.
6218 (show-tabs-tab-face, show-tabs-space-face):
6219 New backward-compatibility aliases for renamed faces.
6220 (show-tabs-generic-mode-font-lock-defaults-1)
6221 (show-tabs-generic-mode-font-lock-defaults-2):
6222 Use renamed show-tabs faces.
6223
6224 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6225 (smerge-markers): Remove "-face" suffix from face names.
6226 (smerge-mine-face, smerge-other-face, smerge-base-face)
6227 (smerge-markers-face):
6228 New backward-compatibility aliases for renamed faces.
6229 (smerge-mine-face, smerge-other-face, smerge-base-face)
6230 (smerge-markers-face): Use renamed smerge faces.
6231
6232 * log-view.el (log-view-file, log-view-message): Remove "-face"
6233 suffix from face names.
6234 (log-view-file-face, log-view-message-face):
6235 New backward-compatibility aliases for renamed faces.
6236 (log-view-file-face, log-view-message-face): Use renamed log-view
6237 faces.
6238
6239 * paren.el (show-paren-match, show-paren-mismatch):
6240 Remove "-face" suffix from face names.
6241 (show-paren-match-face, show-paren-mismatch-face):
6242 New backward-compatibility aliases for renamed faces.
6243 (show-paren-function): Use renamed show-paren faces.
6244
6245 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6246 (ruler-mode-margins, ruler-mode-fringes)
6247 (ruler-mode-column-number, ruler-mode-fill-column)
6248 (ruler-mode-comment-column, ruler-mode-goal-column)
6249 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6250 suffix from face names.
6251 (ruler-mode-default-face, ruler-mode-pad-face)
6252 (ruler-mode-margins-face, ruler-mode-fringes-face)
6253 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6254 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6255 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6256 New backward-compatibility aliases for renamed faces.
6257 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6258 (ruler-mode-column-number, ruler-mode-fill-column)
6259 (ruler-mode-comment-column, ruler-mode-goal-column)
6260 (ruler-mode-tab-stop, ruler-mode-current-column)
6261 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6262 faces.
6263
6264 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6265 face name.
6266 (whitespace-highlight-the-space): Use renamed face.
6267 (whitespace-highlight-face): New backward-compatibility alias for
6268 renamed face.
6269
6270 * woman.el (woman-italic, woman-bold, woman-unknown)
6271 (woman-addition, woman-symbol-face):
6272 Remove "-face" suffix from face names.
6273 (woman-italic-face, woman-bold-face, woman-unknown-face)
6274 (woman-addition-face):
6275 New backward-compatibility aliases for renamed faces.
6276 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6277 (woman-decode-region, woman-replace-match)
6278 (woman-display-extended-fonts, woman-special-characters)
6279 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6280 Use renamed woman faces.
6281
6282 * longlines.el (longlines-visible-face): Face removed.
6283
6284 * diff-mode.el (diff-header, diff-file-header, diff-index)
6285 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6286 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6287 suffix from face names.
6288 (diff-header-face, diff-file-header-face, diff-index-face)
6289 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6290 (diff-changed-face, diff-function-face, diff-context-face)
6291 (diff-nonexistent-face): New backward-compatibility aliases for
6292 renamed faces.
6293 (diff-header-face, diff-file-header-face)
6294 (diff-index, diff-index-face, diff-hunk-header)
6295 (diff-hunk-header-face, diff-removed, diff-removed-face)
6296 (diff-added, diff-added-face, diff-changed-face, diff-function)
6297 (diff-function-face, diff-context-face, diff-nonexistent)
6298 (diff-nonexistent-face): Use renamed diff-mode faces.
6299
6300 * progmodes/compile.el (compilation-warning-face)
6301 (compilation-info-face): Remove "-face" suffix from face names.
6302 (compilation-warning-face, compilation-info-face):
6303 New backward-compatibility aliases for renamed faces.
6304 (compilation-warning-face, compilation-info-face):
6305 Use renamed compilation faces.
6306
6307 * add-log.el (change-log-date, change-log-name)
6308 (change-log-email, change-log-file, change-log-list)
6309 (change-log-conditionals, change-log-function)
6310 (change-log-acknowledgement): Remove "-face" suffix from face names.
6311 (change-log-date-face, change-log-name-face)
6312 (change-log-email-face, change-log-file-face)
6313 (change-log-list-face, change-log-conditionals-face)
6314 (change-log-function-face, change-log-acknowledgement-face):
6315 New backward-compatibility aliases for renamed faces.
6316 (change-log-font-lock-keywords): Use renamed change-log faces.
6317
6318 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6319 (custom-set, custom-changed, custom-saved, custom-button)
6320 (custom-button-pressed, custom-documentation, custom-state)
6321 (custom-comment, custom-comment-tag, custom-variable-tag)
6322 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6323 (custom-group-tag): Remove "-face" suffix from face names.
6324 (custom-magic-alist, custom-magic-value-create)
6325 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6326 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6327 (custom-set-face, custom-changed-face, custom-saved-face)
6328 (custom-button-face, custom-button-pressed-face)
6329 (custom-documentation-face, custom-state-face)
6330 (custom-comment-face, custom-comment-tag-face)
6331 (custom-variable-tag-face, custom-variable-button-face)
6332 (custom-face-tag-face, custom-group-tag-face-1)
6333 (custom-group-tag-face):
6334 New backward-compatibility aliases for renamed faces.
6335
6336 * wid-edit.el (widget-documentation, widget-button)
6337 (widget-field, widget-single-line-field, widget-inactive)
6338 (widget-button-pressed): "-face" suffix removed from face names.
6339 (widget-documentation-face, widget-button-face)
6340 (widget-field-face, widget-single-line-field-face)
6341 (widget-inactive-face, widget-button-pressed-face):
6342 New backward-compatibility aliases for renamed faces.
6343 (widget-documentation-face, widget-button-face)
6344 (widget-button-pressed-face, widget-specify-field)
6345 (widget-specify-inactive): Use renamed widget faces.
6346
6347 2005-06-10 Kenichi Handa <handa@m17n.org>
6348
6349 * term/x-win.el (x-clipboard-yank): Remove condition-case
6350 wrapping.
6351
6352 2005-06-11 Kenichi Handa <handa@m17n.org>
6353
6354 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6355 date lines stricter.
6356
6357 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6358
6359 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6360 of x-get-selection.
6361
6362 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * comint.el (comint-mode, comint-snapshot-last-prompt):
6365 * frame.el (frame-current-scroll-bars):
6366 * term.el (term-mode, term-check-proc, term-input-sender)
6367 (term-simple-send, term-extract-string, term-word)
6368 (term-match-partial-filename):
6369 * window.el (window-current-scroll-bars):
6370 * emulation/cua-base.el (cua-normal-cursor-color)
6371 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6372 (cua-global-mark-cursor-color):
6373 * mail/undigest.el (rmail-forward-separator-regex):
6374 Fix typos in docstrings.
6375
6376 * comint.el (comint-check-proc, make-comint-in-buffer)
6377 (comint-source-default): Doc fixes.
6378
6379 * term.el (term-send-string): Improve argument/docstring consistency.
6380
6381 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6382
6383 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6384 call to `delete-region'.
6385 (comint-mode-hook): Do not enable Font Lock by default.
6386
6387 2005-06-09 Lute Kamstra <lute@gnu.org>
6388
6389 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6390 could be void.
6391
6392 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6395 (debug): Use it.
6396 (debugger-step-through, debugger-continue, debugger-jump)
6397 (debugger-return-value): Set it when needed.
6398 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6399 Use inhibit-read-only.
6400
6401 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * window.el (shrink-window-if-larger-than-buffer)
6404 (window-size-fixed): Fix typo in docstring.
6405
6406 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6407 thumbnails directory on loading.
6408 (thumbs-conversion-program): Use `eq' to check the system type,
6409 not `equal'.
6410 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6411 not "/tmp". Fix docstring.
6412 (thumbs-thumbsdir): New function to return the thumbnails
6413 directory, creating it if needed.
6414 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6415 (thumbs-temp-file): Delete variable and make it into a function.
6416 (thumbs-resize-image, thumbs-modify-image): Use it.
6417 (thumbs-kill-buffer): Simplify.
6418 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6419 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6420 docstrings.
6421
6422 2005-06-09 Kim F. Storm <storm@cua.dk>
6423
6424 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6425 set-match-data to free markers in match-data.
6426
6427 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6428 match-data to unchain markers in match-data.
6429
6430 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6433 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6434 unnecessary now.
6435
6436 2005-06-08 Richard M. Stallman <rms@gnu.org>
6437
6438 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6439 give the variable a doc string that doesn't say don't set it directly.
6440
6441 * textmodes/ispell.el (ispell-check-version):
6442 Use match-string-no-properties.
6443 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6444 (ispell-buffer-local-words): Likewise.
6445
6446 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6447 except on terminals with enough colors to really display it.
6448 (makefile-dependency-regex): Delete spurious `bb'.
6449
6450 * faces.el (escape-glyph): Use blue once again in last case.
6451 (no-break-space): Redefine so that it isn't invisible on a tty.
6452
6453 2005-06-08 Kim F. Storm <storm@cua.dk>
6454
6455 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6456 also when reading directory name.
6457
6458 2005-06-08 Lute Kamstra <lute@gnu.org>
6459
6460 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6461 (flyspell-mode-line-string): Remove autoload cookie.
6462 (flyspell-mode): Remove defvar.
6463
6464 2005-06-07 Lute Kamstra <lute@gnu.org>
6465
6466 * textmodes/org.el (org-run-mode-hooks): New function.
6467 (org-agenda-mode): Use it.
6468
6469 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6470
6471 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6472
6473 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6476
6477 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6478
6479 * font-lock.el (font-lock-add-keywords): Doc fix.
6480
6481 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6484 (tex-compile-default): In the absence of any history, use the order in
6485 tex-compile-alist to choose the preferred command.
6486 (tex-compile-commands): Reorder a bit.
6487
6488 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6489 (flyspell-incorrect-face, flyspell-duplicate-face):
6490 Use (X)Emacs-agnostic code.
6491 (flyspell-mode-map): Don't overwrite at each load. Remove code
6492 redundant with the subsequent add-minor-mode. Merge Emacs and
6493 XEmacs code.
6494 (flyspell-word): Minor simplification.
6495 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6496 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6497 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6498 Merge the corresponding Emacs code.
6499 (flyspell-correct-word, flyspell-xemacs-popup):
6500 Use flyspell-do-correct.
6501
6502 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6503 a dedicated window.
6504
6505 * international/latexenc.el (latexenc-find-file-coding-system):
6506 Undo part of last patch, to turn off a compiler warning.
6507
6508 2005-06-06 Juri Linkov <juri@jurta.org>
6509
6510 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6511 Rename `tmm-inactive-face' to `tmm-inactive'.
6512
6513 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6514
6515 * iswitchb.el: Rename faces.
6516
6517 2005-06-06 Kim F. Storm <storm@cua.dk>
6518
6519 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6520 (cua-global-mark): Remove -face suffix from face names.
6521
6522 * emulation/cua-gmrk.el (cua--init-global-mark):
6523 Remove cua-global-mark face setup.
6524
6525 2005-06-06 Richard M. Stallman <rms@gnu.org>
6526
6527 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6528 just like other allowed characters.
6529 (makefile-match-dependency): Exclude leading and training whitespace
6530 from the range of regexp subexp 1.
6531 (makefile-macroassign-regex): Don't try to match the body,
6532 just the name of the macro being defined.
6533
6534 * info.el (Info-read-node-name-2): New function.
6535 (Info-read-node-name-1): Use that.
6536 Add a completion-base-size-function property.
6537
6538 * simple.el (completion-setup-function): Look for
6539 completion-base-size-function property of minibuffer-completion-table.
6540
6541 * files.el (locate-file-completion): Doc fix.
6542
6543 * printing.el: Don't call pr-update-menus; user must do that.
6544
6545 * emacs-lisp/debug.el (debugger-window): New variable.
6546 (debug): Use debugger-window if it is set and still alive.
6547 Record debugger-window for next entry.
6548
6549 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6550
6551 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6552
6553 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6554 (hack-one-local-variable, hack-local-variables)
6555 (hack-local-variables-prop-line): Pass that arg.
6556
6557 2005-06-06 Kim F. Storm <storm@cua.dk>
6558
6559 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6560 (ido-indicator): Remove -face suffix from face names.
6561
6562 2005-06-06 Juri Linkov <juri@jurta.org>
6563
6564 * font-lock.el (font-lock-regexp-backslash)
6565 (font-lock-regexp-backslash-construct): New faces.
6566 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6567 after `('. Add `while-no-input' to control structures.
6568
6569 * faces.el (no-break-space, shadow): New faces.
6570 (escape-glyph): Use less loud colors pink2 and red4.
6571
6572 * diff-mode.el (diff-context-face)
6573 * dired.el (dired-ignored)
6574 * rfn-eshadow.el (file-name-shadow)
6575 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6576
6577 * info.el (Info-title-1-face): Use green instead of yellow because
6578 bold yellow is not readable on light backgrounds.
6579
6580 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6581 before selecting the desired mode to not spend time fontifying
6582 old contents.
6583
6584 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6587 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6588
6589 * ps-print.el (ps-default-fg, ps-default-bg):
6590 Fix typos in docstrings.
6591
6592 * isearchb.el (isearchb): Don't pass a spurious second argument to
6593 `iswitchb-completions'.
6594
6595 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6596
6597 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6598 to preserve point.
6599 (gdb-find-file-hook): Add doc string.
6600
6601 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6602 C dereferenced pointer expression.
6603 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6604
6605 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6606
6607 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6608 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6609 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6610 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6611 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6612 Make background transparent.
6613
6614 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6615
6616 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6617 (font-lock-remove-keywords): Doc fix.
6618 (font-lock-mode-major-mode): Compiler defvar.
6619 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6620
6621 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6622 (font-lock-mode): Update `font-lock-mode-major-mode'.
6623 (font-lock-set-defaults): Compiler defvar.
6624 (font-lock-default-function): Take `font-lock-mode-major-mode'
6625 into account.
6626
6627 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6628 keep track of which major mode it enabled the minor mode for.
6629 Use find-file-hook again. Update docstring.
6630
6631 * simple.el (eval-expression-print-level)
6632 (eval-expression-print-length, eval-expression-debug-on-error):
6633 Doc fixes.
6634
6635 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6636
6637 * iswitchb.el (iswitchb-single-match-face)
6638 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6639 (iswitchb-invalid-regexp-face): New faces.
6640 (iswitchb-completions): Use them.
6641 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6642 now marked as an obsolete alias.
6643 (iswitchb-read-buffer): Remove check for bound font variables.
6644 (iswitchb-invalid-regexp): New free variable.
6645 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6646 set iswitchb-invalid-regexp.
6647 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6648 invalid regexps.
6649 (iswitchb-completions): Add check for complete match when entering
6650 a regexp.
6651 (iswitchb-completions): Remove require-match argument.
6652 (iswitchb-exhibit): Fix caller.
6653 (iswitchb-common-match-inserted): New variable.
6654 (iswitchb-complete, iswitchb-completion-help): Use it.
6655
6656 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6657
6658 * url-http.el (url-http-chunked-encoding-after-change-function):
6659 Use `url-http-debug' instead of `message'.
6660
6661 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6662
6663 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6664 callback argument.
6665
6666 2005-06-04 Kim F. Storm <storm@cua.dk>
6667
6668 * simple.el (line-move): Only call sit-for when moving backwards.
6669
6670 * ido.el (ido-make-merged-file-list-1): New defun split from
6671 ido-make-merged-file-list.
6672 (ido-make-merged-file-list): Bind throw-on-input around call to
6673 ido-make-merged-file-list-1. Return input-pending-p if
6674 interrupted by more input available.
6675 (ido-read-internal): Handle input-pending-p return value from
6676 ido-make-merged-file-list.
6677
6678 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6681 compatibility code.
6682
6683 * international/latexenc.el (latexenc-find-file-coding-system):
6684 Don't inherit the EOL part of the coding-system from the
6685 tex-main buffer. Fit within 80 columns.
6686
6687 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6688
6689 * tmm.el (tmm-inactive-face): New face.
6690 (tmm-remove-inactive-mouse-face): New function.
6691 (tmm-prompt, tmm-add-one-shortcut)
6692 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6693 but not selectable.
6694
6695 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * faces.el (face-equal): Improve argument/docstring consistency.
6698
6699 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6700
6701 * progmodes/make-mode.el (makefile-targets-face)
6702 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6703 (makefile-bsdmake-dependency-regex)
6704 (makefile-makepp-rule-action-regex)
6705 (makefile-bsdmake-rule-action-regex): New constants.
6706 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6707
6708 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6709 Allow (...) within `...' for makepp messages.
6710
6711 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6712
6713 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6714
6715 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6716 "." files are deleted from all file lists before comparison.
6717
6718 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6719 (viper-ESC-key): Made them customizable.
6720
6721 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6722
6723 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6724
6725 * autorevert.el (auto-revert-buffers): Use save-match-data.
6726
6727 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6730 menu items with a nil command binding.
6731
6732 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6733
6734 * emacs-lisp/cl-macs.el (defsetf):
6735 Improve argument/docstring consistency.
6736
6737 * faces.el (list-faces-display): Improve the formatting by
6738 computing the maximum length required for any face-name (reworked
6739 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6740 (internal-find-face): Remove redundant info in docstring.
6741
6742 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6745 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6746 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6747 (gdb-assembler-custom): Improve regexps.
6748 (def-gdb-auto-update-handler): Use window point to preserve point.
6749
6750 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6753
6754 2005-05-31 Jay Belanger <belanger@truman.edu>
6755
6756 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6757 to calc-embedded.
6758 (calc-embedded-make-info): Have plain prefix argument select
6759 entire line.
6760
6761 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
6762
6763 * faces.el (list-faces-display): Signal error if passed a regexp
6764 that matches no face name.
6765
6766 * simple.el (filter-buffer-substring): Fix typo in docstring.
6767
6768 2005-05-31 Richard M. Stallman <rms@gnu.org>
6769
6770 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6771 (vhdl-emacs-21): Doc fix.
6772 (vhdl-mode): Unconditionally set comment-padding.
6773 (vhdl-fixup-whitespace-region): Insert spaces only where
6774 there are none.
6775 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6776
6777 2005-05-30 John Wiegley <johnw@newartisans.com>
6778
6779 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6780 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6781 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6782 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6783 `string-to-number'.
6784
6785 2005-05-30 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc.el (calc-bug-address): Fix docstring.
6788 (calc-window-hook, calc-trail-window-hook): New variables.
6789 (calc-trail-display): Restore use of calc-trail-window-hook.
6790 (calc): Restore use of calc-window-hook.
6791
6792 2005-05-31 Masatake YAMATO <jet@gyve.org>
6793
6794 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6795
6796 * help-fns.el (help-C-file-name): Add autoload mark for
6797 `find-function-noselect'.
6798
6799 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6802 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6803
6804 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6805
6806 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6807 included diary buffer if it was not already being visited.
6808 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6809
6810 * calendar/icalendar.el (top-level): Do not require 'appt.
6811
6812 * mail/supercite.el (sc-select-attribution): Only use a list
6813 element from sc-attrib-selection-list if it returns a string.
6814 Reported by Davide G. M. Salvetti <salve@debian.org>.
6815
6816 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
6817
6818 * thumbs.el (thumbs-thumbname): The resulting thumbname now
6819 includes a hash value to improve its uniqueness, and has a ".jpg"
6820 extension. Also, it is now a valid filename on all systems.
6821 (thumbs-make-thumb): Use `let', not `let*'.
6822 (thumbs-show-thumbs-list): Check for JPEG availability.
6823
6824 2005-05-30 Richard M. Stallman <rms@gnu.org>
6825
6826 * filesets.el (filesets-menu-ensure-use-cached):
6827 Prevent warning when emacs-version>= is undefined.
6828
6829 * printing.el (pr-interactive-n-up): Use string-to-number.
6830
6831 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6832
6833 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6834 Warn only when name to be defined is quoted.
6835
6836 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
6837
6838 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6839 Make regexp more robust.
6840 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6841 Force regeneration of disassembly.
6842
6843 2005-05-29 Jay Belanger <belanger@truman.edu>
6844
6845 * calc/calc.el (calc-user-invocation): Check if
6846 calc-invocation-macro is non-nil.
6847
6848 2005-05-29 Juri Linkov <juri@jurta.org>
6849
6850 * add-log.el (change-log-font-lock-keywords):
6851 Add `+' to e-mail regexp to accept mail address with keywords.
6852
6853 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6854
6855 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6858
6859 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6860
6861 2005-05-29 Richard M. Stallman <rms@gnu.org>
6862
6863 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6864 Undo the change that moves to end of the current word.
6865
6866 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6867
6868 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6869 Throw error when count <= 0 to ensure input is a number.
6870 (gdb-read-memory-custom): Pick up address from buffer.
6871 (gdb-memory-mode): Allow user to increment and decrement
6872 memory address from header line.
6873
6874 2005-05-29 Richard M. Stallman <rms@gnu.org>
6875
6876 * flyspell.el (flyspell-version): Function deleted.
6877 (flyspell-auto-correct-previous-hook): Doc fix.
6878
6879 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6880 Do nothing if memory is full.
6881
6882 * font-lock.el (font-lock-fontify-syntactically-region):
6883 Pass t for GREEDY to looking-back.
6884
6885 * saveplace.el (save-place-alist-to-file): Write the file
6886 using write-region.
6887
6888 * subr.el (looking-back): New argument GREEDY.
6889
6890 * progmodes/compile.el (compilation-start): Set the mode
6891 before inserting the initial text.
6892
6893 * progmodes/which-func.el (which-func-update-1): Turn the mode
6894 off in case of error by setting which-func-mode.
6895
6896 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
6897
6898 * flyspell.el (flyspell-auto-correct-previous-word):
6899 Narrow down to what's on the screen, and recenter overlays
6900 at the end of the next word.
6901
6902 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
6903
6904 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6905 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6906 (flyspell-abbrev-p): Default to nil.
6907 (flyspell-use-global-abbrev-table-p): Doc fix.
6908 (flyspell-large-region): Allow nil as value.
6909 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6910
6911 (mail-mode-flyspell-verify): More robust handling
6912 of `mail-header-separator'. More efficient signature detection.
6913 Allow for regexp metacharacters in message-header-separator.
6914 Adding `To' not to be checked in mail-mode-flyspell-verify.
6915
6916 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6917 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6918 Bind flyspell-auto-correct-binding.
6919 Bind C-. and C-, .
6920 (flyspell-mode-map): Likewise.
6921 (flyspell-mode): Doc fix.
6922 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6923 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6924 (flyspell-word-cache-result): New var, always local.
6925 (flyspell-check-pre-word-p): Doc fix.
6926 (flyspell-check-changed-word-p): Handle spc like newline.
6927 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6928 (flyspell-word-search-backward, flyspell-word-search-forward):
6929 New functions.
6930 (flyspell-word): Return t if nothing to check.
6931 When parsing TeX code, check for after } or \.
6932 Use flyspell-word-search-backward to find previous word.
6933 Return nil if duplicated word.
6934 For word already checked, return same value as last time.
6935 Set flyspell-word-cache-result after checking.
6936 Don't clobber the return value.
6937 (flyspell-get-word): Major rewrite.
6938 (flyspell-external-point-words): New locals pword, pcount.
6939 Fix size used in progress message.
6940 Find the proper corresponding word in flyspell-large-region-buffer.
6941 (flyspell-region): Check for flyspell-large-region = nil.
6942 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6943 (flyspell-auto-correct-word): Check that WORD is a cons.
6944 (flyspell-correct-word): Likewise.
6945
6946 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6947
6948 * progmodes/make-mode.el (makefile-rule-action-regex)
6949 (makefile-macroassign-regex, makefile-makepp-mode)
6950 (makefile-bsdmake-mode): Continuation lines may be empty.
6951 Reported by Joshua Varner.
6952 (makefile-makepp-font-lock-keywords): Add $(stem).
6953
6954 2005-05-28 Karl Berry <karl@gnu.org>
6955
6956 * textmodes/tex-mode.el: Now that tex-send-command calls
6957 shell-quote-argument (2005-03-31 change), remove all calls to
6958 shell-quote-argument; they all end up invoking tex-send-command.
6959 The double quoting loses on filenames with non-safe characters,
6960 such as "@". Reported by Frederik Fouvry.
6961
6962 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6963
6964 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6965 about preserving point.
6966
6967 2005-05-27 Jay Belanger <belanger@truman.edu>
6968
6969 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6970 Info-goto-node.
6971
6972 * calc/calc-embed.el (calc-embed-arg): New variable.
6973 (calc-do-embedded-activate, calc-embedded-activate-formula)
6974 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6975 variable by new variable.
6976 (calc-embedded-make-info): Replace undeclared variable by new
6977 variable. When selecting region with positive prefix
6978 argument, use end of previous line instead of beginning of line.
6979
6980 * calc/calc-aent.el (calc-arg-values): Declare it.
6981
6982 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6983 Declare them.
6984
6985 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6986
6987 * calc/calc.el (calc-alg-map): Declare it.
6988
6989 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6990
6991 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6992
6993 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6994 (gdb-registers-buffer, toggle-gdb-all-registers):
6995 Toggle display of floating point registers.
6996 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6997
6998 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6999 (toggle-gud-tooltip-dereference):
7000 Rename from gud-toggle-tooltip-dereference.
7001
7002 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7005
7006 2005-05-27 Jay Belanger <belanger@truman.edu>
7007
7008 * calc/calc-prog.el (calc-kbd-report): Remove.
7009 (calc-kbd-query): Rewrite.
7010
7011 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * image.el (image-library-alist): Move to image.c.
7014 (image-type-available-p): Doc fix.
7015
7016 2005-05-27 Lute Kamstra <lute@gnu.org>
7017
7018 * calc/calc.el (calc):
7019 * outline.el (outline-1, outline-2, outline-3, outline-4)
7020 (outline-5, outline-6, outline-7, outline-8):
7021 * textmodes/dns-mode.el (dns-mode):
7022 * textmodes/sgml-mode.el (sgml-namespace-face):
7023 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7024 (tex-verbatim-face, tex-use-reftex):
7025 * textmodes/texinfo.el (texinfo-heading-face):
7026 Specify customization group.
7027
7028 * longlines.el: Don't require easy-mmode.
7029 (longlines-visible-face): Specify customization group.
7030
7031 2005-05-27 Kenichi Handa <handa@m17n.org>
7032
7033 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7034 encoding table of windows-1251.
7035
7036 * international/ucs-tables.el (ucs-set-table-for-input):
7037 If translation-table-for-input of a coding system is a symbol, get
7038 its translation-table property.
7039
7040 * international/code-pages.el: Don't register a coding system into
7041 non-iso-charset-alist more than once.
7042 (cp-make-coding-system): Likewise.
7043
7044 2005-05-26 John Wiegley <johnw@newartisans.com>
7045
7046 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7047 `eshell-resume-eval' is wrapped in a list, it indicates that the
7048 command was run asynchronously. In that case, unwrap the value
7049 before checking the delimiter value.
7050
7051 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7052 character before a space at the end of a line is \, assume the space
7053 is part of the last argument rather than a final argument separator.
7054
7055 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7056 is in use, and the target is `t' or `nil' (which are the most common
7057 values), don't assume that the symbol target is a buffer.
7058
7059 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7060
7061 * calendar/calendar.el (calendar-mode-line-format):
7062 Use mode-line-highlight as mouse-face.
7063
7064 * time.el (display-time-string-forms, display-time-update):
7065 Use mode-line-highlight as mouse-face.
7066
7067 2005-05-26 Jay Belanger <belanger@truman.edu>
7068
7069 * calc/calc.el (calc-language-alist): Remove extra defvar.
7070
7071 2005-05-26 Lute Kamstra <lute@gnu.org>
7072
7073 * arc-mode.el (archive-mode):
7074 * bookmark.el (bookmark-read-annotation-mode)
7075 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7076 * bs.el (bs-mode):
7077 * calc/calc-yank.el (calc-edit-mode):
7078 * calc/calc.el (calc-mode, calc-trail-mode):
7079 * calculator.el (calculator-mode):
7080 * chistory.el (command-history-mode):
7081 * comint.el:
7082 * cus-edit.el (custom-mode):
7083 * descr-text.el (describe-text-mode):
7084 * ebuff-menu.el (Electric-buffer-menu-mode):
7085 * ediff-util.el (ediff-mode):
7086 * emacs-lisp/re-builder.el (reb-mode):
7087 * emulation/vi.el (vi-mode-setup):
7088 * emulation/ws-mode.el (wordstar-mode):
7089 * eshell/esh-mode.el (eshell-mode):
7090 * forms.el (forms-mode):
7091 * help-mode.el (help-mode):
7092 * hexl.el (hexl-mode):
7093 * ibuffer.el (ibuffer-mode):
7094 * ielm.el (inferior-emacs-lisp-mode):
7095 * info.el (Info-mode, Info-edit-mode):
7096 * international/swedish.el:
7097 * ledit.el (ledit-from-lisp-mode):
7098 * locate.el (locate-mode):
7099 * mail/rmail.el (rmail-mode):
7100 * mail/rmailedit.el (rmail-edit-mode):
7101 * mail/rmailsum.el (rmail-summary-mode):
7102 * mail/supercite.el (sc-electric-mode):
7103 * net/eudc.el (eudc-mode):
7104 * net/quickurl.el (quickurl-list-mode):
7105 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7106 * obsolete/ooutline.el (outline-mode):
7107 * obsolete/options.el (Edit-options-mode):
7108 * obsolete/rnews.el (news-mode):
7109 * obsolete/rnewspost.el (news-reply-mode):
7110 * play/5x5.el (5x5-mode):
7111 * play/decipher.el (decipher-mode, decipher-stats-mode):
7112 * play/gomoku.el (gomoku-mode):
7113 * play/snake.el (snake-mode):
7114 * play/solitaire.el (solitaire-mode):
7115 * play/tetris.el (tetris-mode):
7116 * progmodes/ada-mode.el (ada-mode):
7117 * progmodes/antlr-mode.el (antlr-mode):
7118 * progmodes/autoconf.el (autoconf-mode):
7119 * progmodes/dcl-mode.el (dcl-mode):
7120 * progmodes/delphi.el (delphi-mode):
7121 * progmodes/ebrowse.el (ebrowse-tree-mode)
7122 (ebrowse-electric-list-mode, ebrowse-member-mode)
7123 (ebrowse-electric-position-mode):
7124 * progmodes/f90.el (f90-mode):
7125 * progmodes/fortran.el (fortran-mode):
7126 * progmodes/icon.el (icon-mode):
7127 * progmodes/idlw-help.el (idlwave-help-mode):
7128 * progmodes/idlw-shell.el (idlwave-shell-mode):
7129 * progmodes/idlwave.el (idlwave-mode):
7130 * progmodes/inf-lisp.el (inferior-lisp-mode):
7131 * progmodes/m4-mode.el (m4-mode):
7132 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7133 * progmodes/modula2.el (modula-2-mode):
7134 * progmodes/octave-inf.el (inferior-octave-mode):
7135 * progmodes/octave-mod.el (octave-mode):
7136 * progmodes/pascal.el (pascal-mode):
7137 * progmodes/sh-script.el (sh-mode):
7138 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7139 * progmodes/vhdl-mode.el (vhdl-mode):
7140 * progmodes/xscheme.el (scheme-interaction-mode):
7141 * replace.el (occur-mode):
7142 * ses.el (ses-mode):
7143 * simple.el (completion-list-mode):
7144 * skeleton.el:
7145 * speedbar.el (speedbar-mode):
7146 * term.el (term-mode):
7147 * terminal.el (terminal-edit-mode):
7148 * textmodes/reftex-index.el (reftex-index-mode)
7149 (reftex-index-phrases-mode):
7150 * textmodes/reftex-sel.el (reftex-select-label-mode)
7151 (reftex-select-bib-mode):
7152 * textmodes/reftex-toc.el (reftex-toc-mode):
7153 * wdired.el (wdired-change-to-wdired-mode):
7154 * wid-browse.el (widget-browse-mode):
7155 Use run-mode-hooks.
7156
7157 * array.el (array-mode):
7158 * calendar/todo-mode.el (todo-mode):
7159 * man.el (Man-mode):
7160 * play/landmark.el (lm-mode):
7161 * play/mpuz.el (mpuz-mode):
7162 Use kill-all-local-variables and run-mode-hooks.
7163
7164 * subr.el (delay-mode-hooks): Specify indentation.
7165
7166 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7167
7168 * xml.el (xml-substitute-special): Don't die for undefined xml
7169 entities.
7170
7171 2005-05-26 Jay Belanger <belanger@truman.edu>
7172
7173 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7174 of nil.
7175
7176 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7177
7178 * progmodes/gdb-ui.el (gdb-frame-address):
7179 Rename from gdb-current-address.
7180 (gdb-previous-frame-address): Rename from gdb-previous-address.
7181 (gdb-selected-frame): Rename from gdb-current-frame.
7182 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7183 (gdb-frame-number): Rename from gdb-current-stack-level.
7184 (gdb-ann3): Match new mode-name for disassembly buffer.
7185 Extend initialization of variables.
7186 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7187 (gdb-memory-mode): Use mouse-face in header line.
7188 (gdb-assembler-buffer-name): Call it disassembly and give frame
7189 in mode line.
7190 (gdb-source-spec-regexp, gdb-assembler-custom)
7191 (gdb-invalidate-assembler, gdb-frame-handler):
7192 Make robust to leading zeroes in address format.
7193
7194 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7195
7196 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7197 define `org-mode'.
7198 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7199
7200 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * log-edit.el (log-edit-changelog-entries): Distinguish between
7203 filenames like xfns.c and fns.c.
7204
7205 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7206
7207 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7208 point after reverting.
7209 (Buffer-menu-make-sort-button): Handle the case where
7210 `Buffer-menu-use-header-line' is nil.
7211
7212 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7213
7214 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7215 New funcs. In minibuffer-local-completion-map bind `]', `/'
7216 and `:' to them.
7217
7218 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * startup.el (normal-top-level): Allow modification of load-path while
7221 we're iterating over it.
7222
7223 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7226 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7227 (thumbs-resize-interactive, thumbs-insert-image)
7228 (thumbs-insert-thumb, thumbs-dired-show-marked)
7229 (thumbs-find-image-at-point, thumbs-delete-images)
7230 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7231 (thumbs-increment-image-size, thumbs-decrement-image-size):
7232 Fix typos in docstrings.
7233
7234 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7235
7236 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7237 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7238 (cperl-mode): Use them.
7239
7240 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7243 Doc fixes.
7244
7245 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7248 Bind C-d to gdb-inferior-io-eof.
7249
7250 * dired.el (dired-dnd-popup-notice): Use message-box.
7251
7252 2005-05-23 Masatake YAMATO <jet@gyve.org>
7253
7254 * bindings.el (mode-line-major-mode-keymap):
7255 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7256
7257 * faces.el (mode-line-highlight): New face.
7258
7259 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7260 as mouse-face.
7261
7262 * bindings.el (top-level, help-echo, mode-line-modified)
7263 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7264 as mouse-face.
7265
7266 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7267
7268 * progmodes/cc-engine.el (c-guess-basic-syntax):
7269 Remove spurious call to `zerop'.
7270
7271 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7272
7273 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7274
7275 CC Mode update to 5.30.10:
7276
7277 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7278 could go past the limit in decoration level 2, thereby causing
7279 errors during interactive fontification.
7280
7281 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7282 the file is evaluated interactively.
7283
7284 * cc-engine.el (c-guess-basic-syntax): Handle operator
7285 declarations somewhat better in C++.
7286
7287 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7288 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7289 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7290 (awk-mode): Use it.
7291 (make-local-hook): Suppress warning about obsoleteness.
7292
7293 * cc-engine.el, cc-align.el, cc-cmds.el
7294 (c-append-backslashes-forward, c-delete-backslashes-forward)
7295 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7296 Compensate for return value from `forward-line' when it has moved
7297 but not to a different line due to eob.
7298
7299 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7300 `objc-method-intro' and `objc-method-args-cont'.
7301
7302 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7303
7304 CC Mode update to 5.30.10:
7305
7306 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7307 in the copyright statement. Incidentally, change "along with GNU
7308 Emacs" to "along with this program" where it occurs.
7309
7310 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7311 so that it is interactive, hence can be found by M-x awk-mode
7312 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7313 <gmorris+emacs@ast.cam.ac.uk>.
7314
7315 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7316 Mode's regexps.
7317
7318 2005-05-23 Kevin Ryde <user42@zip.com.au>
7319
7320 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7321 c-parse-state, to avoid a lisp error (on bad code).
7322
7323 2005-05-23 Lute Kamstra <lute@gnu.org>
7324
7325 * subr.el (font-lock-defaults): Remove defvar as it's already
7326 defined in font-core.el.
7327
7328 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7329
7330 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7331
7332 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7333 more general and work when GDB variable "print pretty" is on,
7334 as with Emacs, for example.
7335
7336 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7337
7338 * font-core.el: Update comment.
7339
7340 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7341 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7342
7343 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7344
7345 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7346
7347 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7348 and `yank-handler' in the doc strings.
7349
7350 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7353
7354 2005-05-22 Richard M. Stallman <rms@gnu.org>
7355
7356 * help.el (describe-key): Move print-help-return-message call
7357 out of conditional.
7358
7359 * progmodes/etags.el (list-tags): Use with-no-warnings.
7360
7361 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7362 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7363 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7364
7365 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7366
7367 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7368 Add defvar.
7369
7370 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7371 Use defvar, not defconst.
7372
7373 * hexl.el (hexl-follow-line): Use with-no-warnings.
7374
7375 * emulation/tpu-extras.el: Use write-file-functions instead of
7376 write-file-hooks.
7377
7378 * dired.el (dired-font-lock-keywords): Fontify files with junk
7379 extensions even if marked by -F.
7380
7381 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7384 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7385 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7386 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7387 (concatenate, list-length, get*, getf, cl-remprop):
7388 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7389 (etypecase, progv, lexical-let, lexical-let*)
7390 (multiple-value-bind, multiple-value-setq, shiftf):
7391 Improve argument/docstring consistency.
7392
7393 * subr.el (focus-frame, unfocus-frame):
7394 Revert deletion on 2005-05-01.
7395
7396 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7397
7398 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7399 doesn't exist.
7400
7401 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7402 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7403
7404 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7405
7406 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7407 already deleted variables: auto-fill-hook, blink-paren-hook,
7408 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7409 suspend-hooks, comment-indent-hook, meta-flag,
7410 before-change-function, after-change-function,
7411 font-lock-doc-string-face.
7412
7413 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7416
7417 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7418
7419 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7420 rmail-dont-reply-to.
7421
7422 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7423
7424 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7425 literal blank when splitting new-header-values.
7426
7427 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7428
7429 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7430 string so that tmm doesn't create a completion entry for it.
7431
7432 * textmodes/table.el (table-disable-menu): Ditto.
7433
7434 2005-05-21 Richard M. Stallman <rms@gnu.org>
7435
7436 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7437
7438 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7439
7440 * net/rcompile.el (remote-compile): Use compilation-start.
7441
7442 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7443
7444 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7445
7446 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7447 Default to makefile-bsdmake-mode on BSD systems.
7448
7449 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7450 REGEXP may also be a search function now. The part of doc-string
7451 for describing the structure was 95% identical to that of
7452 `imenu--generic-function'. Unify it there.
7453
7454 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7455 Use function to find dependencies, because regexp alone is so complex,
7456 it easily goes into an endless loop.
7457 (makefile-makepp-mode): Also add submenu for Perl functions
7458 defined in the makefile.
7459 (makefile-bsdmake-mode): Special imenu-generic-expression no
7460 longer needed, due to function call.
7461 (makefile-match-dependency): Take BOUND into account when checking
7462 if we're through.
7463
7464 2005-05-20 Jay Belanger <belanger@truman.edu>
7465
7466 * calc/calc-units.el (calc-invalidate-units-table):
7467 Use inhibit-read-only.
7468 (math-build-units-table-buffer): Use view-mode.
7469
7470 2005-05-20 David Kastrup <dak@gnu.org>
7471
7472 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7473 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7474
7475 2005-05-20 Lute Kamstra <lute@gnu.org>
7476
7477 * diff-mode.el (diff-header-face, diff-file-header-face)
7478 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7479 (diff-added-face, diff-changed-face, diff-function-face)
7480 (diff-context-face, diff-nonexistent-face): Put them in the
7481 diff-mode customization group.
7482
7483 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7486
7487 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7488
7489 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7490 Minor regexp-optimization.
7491
7492 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7493
7494 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7495 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7496 (org-agenda-add-time-grid-maybe): New function.
7497 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7498 (org-table-create): `dotimes' instead of `mapcar'.
7499 (org-xor): Simplify implementation.
7500 (org-agenda): `inhibit-redisplay' turned on.
7501 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7502 a consistent line after a state change.
7503 (org-agenda-remove-times-when-in-prefix): New option.
7504 (org-prefix-has-time): New variable.
7505 (org-parse-time-string): Optional argument NODEFAULT.
7506 (org-format-agenda-item): Parse items for time-of-day
7507 specifications and move these into the prefix if possible.
7508 (org-agenda-priority): Get current heading, not previous heading
7509 during agenda remote editing.
7510
7511 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7512
7513 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7514 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7515 (remove-duplicates, delete-duplicates, substitute)
7516 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7517 (nsubstitute-if-not, find, find-if, find-if-not, position)
7518 (position-if, position-if-not, count, count-if, count-if-not)
7519 (mismatch, search, sort*, stable-sort, merge, member*)
7520 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7521 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7522 (intersection, nintersection, set-difference, nset-difference)
7523 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7524 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7525 (nsublis, tree-equal): Improve argument/docstring consistency.
7526
7527 * subr.el (send-string, send-region):
7528 Remove obsolescence declaration.
7529 (window-dot, set-window-dot, read-input, show-buffer)
7530 (eval-current-buffer, string-to-int):
7531 Add release number to obsolescence declarations.
7532
7533 2005-05-19 Kim F. Storm <storm@cua.dk>
7534
7535 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7536 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7537
7538 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7539
7540 * faces.el (list-faces-display): Make back button respect optional
7541 regexp arg.
7542
7543 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7544
7545 * calculator.el (calculator-radix-grouping-mode)
7546 (calculator-radix-grouping-digits, calculator-displayer)
7547 (calculator-radix-grouping-separator, calculator-copy-displayer):
7548 * dabbrev.el (dabbrev-search-these-buffers-only):
7549 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7550 (diff-advance-after-apply-hunk, diff-mode-hook)
7551 (diff-minor-mode-prefix):
7552 * imenu.el (imenu-use-popup-menu):
7553 * jit-lock.el (jit-lock-context-time):
7554 * newcomment.el (comment-fill-column, comment-column)
7555 (comment-style, comment-padding, comment-multi-line)
7556 (comment-empty-lines, comment-auto-fill-only-comments):
7557 * reveal.el (reveal-around-mark):
7558 * uniquify.el (uniquify-buffer-name-style)
7559 (uniquify-after-kill-buffer-p)
7560 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7561 (uniquify-min-dir-content, uniquify-separator)
7562 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7563 * w32-vars.el (w32-fixed-font-alist):
7564 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7565 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7566 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7567 * progmodes/perl-mode.el (perl-indent-level)
7568 (perl-continued-statement-offset, perl-continued-brace-offset)
7569 (perl-brace-offset, perl-brace-imaginary-offset)
7570 (perl-label-offset, perl-indent-continued-arguments)
7571 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7572 * progmodes/tcl.el (tcl-indent-level)
7573 (tcl-continued-indent-level, tcl-auto-newline)
7574 (tcl-tab-always-indent, tcl-electric-hash-style)
7575 (tcl-help-directory-list, tcl-use-smart-word-finder)
7576 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7577 (inferior-tcl-source-command):
7578 * textmodes/fill.el (enable-kinsoku):
7579 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7580 * textmodes/table.el (table-yank-handler):
7581 Specify missing group (and type, if simple) in defcustom.
7582
7583 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7586
7587 2005-05-19 Richard M. Stallman <rms@gnu.org>
7588
7589 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7590
7591 * subr.el (event-basic-type): Don't get an error.
7592 (left-fringe-p): Function deleted.
7593
7594 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7595 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7596
7597 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7598 in recursive copy.
7599
7600 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7601
7602 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7603
7604 * emacs-lisp/bytecomp.el
7605 (byte-compile-file-form-custom-declare-variable): Call
7606 byte-compile-nogroup-warn if appropriate.
7607
7608 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7609 (compilation-set-window): Don't call left-fringe-p; do it directly.
7610
7611 2005-05-19 Jay Belanger <belanger@truman.edu>
7612
7613 * calc/calc-graph.el (calc-graph-format-data): Make sure
7614 var-PlotRejects is bound before trying to check its value.
7615
7616 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7617
7618 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7619 definition of this variable from reftex-global.el to reftex.el,
7620 because it is needed in the menu.
7621
7622 2005-05-19 Lute Kamstra <lute@gnu.org>
7623
7624 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7625 years are fixed. Don't insert a space after a dash.
7626
7627 2005-05-19 Kim F. Storm <storm@cua.dk>
7628
7629 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7630
7631 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7632
7633 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7634 strings, because (eq ... ?\\) is fairly frequent.
7635
7636 * progmodes/make-mode.el (makefile-add-this-line-targets):
7637 Simplify and integrate into `makefile-pickup-targets'.
7638 (makefile-add-this-line-macro): Simplify and integrate into
7639 `makefile-pickup-macros.
7640 (makefile-pickup-filenames-as-targets): Simplify.
7641 (makefile-previous-dependency, makefile-match-dependency):
7642 Don't stumble over `::'.
7643
7644 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7645
7646 * subr.el (post-command-idle-hook, post-command-idle-delay):
7647 Remove obsoletion of post-command-idle-hook and
7648 post-command-idle-delay.
7649
7650 * faces.el (list-faces-display): Provide button when describe-face
7651 is called to take user back to the list of faces.
7652
7653 * help-fns.el (describe-variable): Remove hyperlinks in a
7654 variable's value as these are quite frequently inappropriate.
7655
7656 * follow.el (follow-submit-feedback, follow-mode):
7657 Remove references to post-command-idle-hook.
7658
7659 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7660
7661 * progmodes/make-mode.el (makefile-previous-dependency)
7662 (makefile-match-dependency): Check for := (and in bsd mode also
7663 !=) to give a better result, even when font-lock is not on.
7664
7665 2005-05-18 Jay Belanger <belanger@truman.edu>
7666
7667 * calc/calc-help.el (calc-s-prefix-help):
7668 Add `calc-copy-special-constant' to help string.
7669
7670 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7671
7672 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7673
7674 2005-05-18 Jay Belanger <belanger@truman.edu>
7675
7676 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7677 in linear factors are in proper order.
7678
7679 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7680
7681 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7682 Support for jurabib.
7683
7684 * textmodes/reftex.el (featurep): Define aliases for overlay
7685 commands, for XEmacs compatibility, and use these aliases in
7686 overlay initializations.
7687 (reftex-highlight): Use `reftex-move-overlay'.
7688 (reftex-unhighlight): Use `reftex-delete-overlay'.
7689 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7690 (reftex-access-search-path): Use `reftex-uniquify' instead of
7691 `reftex-uniq'
7692
7693 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7694 `before-string' property modification enables for Emacs as well.
7695 (reftex-select-item): Use `reftex-delete-overlay'.
7696 (reftex-select-mark): Use `reftex-make-overlay' and
7697 `reftex-overlay-put'.
7698 (reftex-select-unmark): Use `reftex-delete-overlay' and
7699 `reftex-overlay-put'.
7700
7701 2005-05-18 Lute Kamstra <lute@gnu.org>
7702
7703 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7704
7705 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7706
7707 * add-log.el (add-change-log-entry):
7708 * array.el (array-make-template, array-reconfigure-rows)
7709 (array-init-max-row, array-init-max-column)
7710 (array-init-columns-per-line, array-init-field-width):
7711 * replace.el (replace-match-maybe-edit, perform-replace):
7712 * textmodes/spell.el (spell-region):
7713 Replace `read-input' by `read-string'.
7714
7715 * forms.el (forms-mode):
7716 * finder.el (finder-compile-keywords):
7717 * shadowfile.el (shadow-read-files):
7718 Replace `eval-current-buffer' by `eval-buffer'.
7719
7720 * terminal.el (te-pass-through):
7721 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7722 (ange-ftp-raw-send-cmd):
7723 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7724 (send-process-next-char, telnet-initial-filter, telnet):
7725 Replace `send-string' by `process-send-string'.
7726
7727 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7728 (prolog-consult-region): Replace `send-string' by
7729 `process-send-string'; replace `send-region' by `process-send-region'.
7730
7731 * progmodes/delphi.el (delphi-log-msg):
7732 Replace `set-window-dot' by `set-window-point'.
7733
7734 * subr.el (window-dot, set-window-dot, read-input, send-string)
7735 (send-region, show-buffer, eval-current-buffer):
7736 Make really obsolete, as the comment says.
7737
7738 2005-05-17 Kim F. Storm <storm@cua.dk>
7739
7740 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7741 (cua--init-keymaps): Bind C-return instead of S-return to set
7742 rectangle mark.
7743
7744 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7745 instead of S-return to toggle/clear rectangle mark.
7746
7747 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7748
7749 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7750 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7751 Also fontify plain strings assigned to variables, mostly so that a
7752 colon has a face and is thus not taken as a dependency separator.
7753 (makefile-previous-dependency): Inline the new matcher, because it
7754 is too complex to work in both directions.
7755 (makefile-match-dependency): Eliminate `backward' arg (see above).
7756 Completely reimplemented so as to not sometimes go into an endless
7757 loop. It should also be more efficient, because first it only
7758 searches for `:', instead of applying the very complex regexp.
7759 (makefile-mode): Cancel `font-lock-support-mode', because blocks
7760 to be fontified in one piece can be too long for JIT.
7761 Makefiles are never *that* big.
7762
7763 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7764
7765 * dired.el (dired-mode): Simplify.
7766
7767 2005-05-17 Lute Kamstra <lute@gnu.org>
7768
7769 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7770 defcustom for the mode hook variable.
7771
7772 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7773 Emacs Lisp Reference Manual.
7774
7775 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
7776
7777 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7778 (evenp, list*):
7779 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7780 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7781
7782 * net/tramp-smb.el (tramp-smb-open-connection):
7783 Pass `tramp-chunksize' as fifth (required) argument.
7784
7785 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7786
7787 * font-lock.el (lisp-font-lock-keywords-1):
7788 Set `font-lock-negation-char-face' for [^...] char group.
7789 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7790
7791 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7792 a var, and refine it to mask one more level of nested vars.
7793 (makefile-rule-action-regex): Turn it into a var, and refine it so
7794 it recognizes backslashed continuation lines as belonging to the
7795 same command.
7796 (makefile-macroassign-regex): Refine it so it recognizes
7797 backslashed continuation lines as belonging to the same command.
7798 (makefile-var-use-regex): Don't look at the next char, because it
7799 might be the same one to be skipped by the initial [^$], leading
7800 to an overlooked variable use.
7801 (makefile-make-font-lock-keywords): Remove two parameters, which
7802 are now variables that some of the modes set locally.
7803 Handle dependency and rule action matching through functions, because
7804 regexps alone match too often. Dependency matching now comes
7805 last, so it can check, whether a colon already matched something else.
7806 (makefile-mode): Inform that font-lock improves makefile parsing
7807 capabilities.
7808 (makefile-match-dependency, makefile-match-action): New functions.
7809
7810 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7813
7814 * align.el (align-regexp):
7815 * ansi-color.el (ansi-color-get-face):
7816 * array.el (array-reconfigure-rows, array-init-max-row)
7817 (array-init-max-column, array-init-columns-per-line)
7818 (array-init-field-width):
7819 * dired-aux.el (dired-trample-file-versions):
7820 * dired-x.el (dired-mark-sexp):
7821 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7822 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7823 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7824 * faces.el (face-read-integer):
7825 * files.el (backup-extract-version, insert-directory):
7826 * hexl.el (hexl-insert-decimal-char):
7827 * server.el (server-process-filter):
7828 * shell.el (shell-extract-num):
7829 * startup.el (command-line-1):
7830 * term.el (term-command-hook):
7831 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7832 (time-stamp-do-number):
7833 * time.el (display-time-update):
7834 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7835 (timezone-fix-time):
7836 * vms-patch.el (vms-suspend-resume-hook):
7837 * calendar/appt.el (appt-convert-time):
7838 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7839 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7840 * calendar/cal-islam.el (mark-islamic-diary-entries):
7841 * calendar/calendar.el (calendar-cursor-to-date)
7842 (calendar-star-date):
7843 * calendar/diary-lib.el (diary-attrtype-convert)
7844 (mark-diary-entries, diary-entry-time):
7845 * calendar/solar.el (solar-get-number):
7846 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7847 * emacs-lisp/re-builder.el (reb-display-subexp):
7848 * emulation/edt.el (edt-set-scroll-margins):
7849 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7850 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7851 (vip-get-ex-count):
7852 * emulation/viper-ex.el (viper-get-ex-token)
7853 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7854 * international/fontset.el (fontset-plain-name):
7855 * mail/feedmail.el (feedmail-look-at-queue-directory):
7856 * mail/mailalias.el (mail-get-names):
7857 * mail/rmail.el (rmail-convert-to-babyl-format):
7858 * mail/rmailsum.el (rmail-make-basic-summary-line)
7859 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7860 (rmail-summary-goto-msg):
7861 * mail/smtpmail.el (smtpmail-read-response):
7862 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7863 (ange-ftp-vms-add-file-entry):
7864 * play/gametree.el (gametree-looking-at-ply)
7865 (gametree-current-branch-score):
7866 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7867 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7868 * progmodes/cperl-mode.el (condition-case):
7869 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7870 (ebrowse-set-member-buffer-column-width)
7871 (ebrowse-select-1st-to-9nth):
7872 * progmodes/etags.el (etags-snarf-tag):
7873 * progmodes/flymake.el (flymake-parse-line):
7874 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7875 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7876 (idlwave-shell-menu-def):
7877 * progmodes/ps-mode.el (ps-run-goto-error):
7878 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7879 (vhdl-speedbar-contract-level):
7880 * term/mac-win.el (x-handle-numeric-switch):
7881 * term/sun-mouse.el (sun-get-frame-data):
7882 * term/w32-win.el (x-handle-numeric-switch):
7883 * term/x-win.el (x-handle-numeric-switch):
7884 * textmodes/ispell.el (ispell-parse-output):
7885 * textmodes/nroff-mode.el (nroff-outline-level):
7886 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7887 (reftex-bib-sort-year-reverse, reftex-format-citation):
7888 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7889 (reftex-section-number):
7890 * textmodes/texinfmt.el (texinfo-paragraphindent):
7891 Replace `string-to-int' by `string-to-number'.
7892
7893 * international/latexenc.el: Add page marker to force the "Local
7894 Variables:" string out of the last page.
7895
7896 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7899 tooltip-change-major-mode.
7900 (gud-tooltip-print-command): Remove case where gud-minor-mode
7901 is gdb ("--fullname").
7902 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7903 explain to user.
7904
7905 2005-05-16 Jay Belanger <belanger@truman.edu>
7906
7907 * calc/calc-store.el (calc-copy-special-constant): New function.
7908
7909 * calc/calc-ext.el (calc-init-extensions): Add binding for
7910 `calc-copy-special-constant'.
7911
7912 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7913 for the `calc-copy-special-constant' command.
7914
7915 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * subr.el (left-fringe-p): New function.
7918
7919 * progmodes/compile.el (compilation-setup): Set local value of
7920 overlay-arrow-string to "" always.
7921 (compilation-set-window): Left fringe then don't scroll.
7922 No left fringe then no arrow and scroll message to top.
7923 (compilation-context-lines): Adjust doc string accordingly.
7924
7925 2005-05-16 Kim F. Storm <storm@cua.dk>
7926
7927 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7928 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7929 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7930 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7931 (ido-read-file-name): Handle commands with ido property value
7932 equal to find-file as reading a file name, to allow C-d to enter dired.
7933 (ibuffer-find-file): Add ido property with value find-file.
7934
7935 2005-05-15 Kim F. Storm <storm@cua.dk>
7936
7937 * subr.el (open-network-stream-nowait): Remove.
7938 (open-network-stream-server): Remove.
7939
7940 2005-05-15 Richard M. Stallman <rms@gnu.org>
7941
7942 * faces.el (describe-face): Output a definition link button.
7943
7944 * help-mode.el (help-face-def): New button type.
7945
7946 * emacs-lisp/copyright.el (copyright-fix-years):
7947 Match properly if the first year is 2-digit.
7948 Don't mess up the whitespace after the years by filling.
7949
7950 * dired-aux.el (dired-mark-confirm):
7951 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7952
7953 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7954 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7955 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7956
7957 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7958 Set font-lock-comment-start-skip.
7959
7960 * font-lock.el (font-lock-comment-start-skip): New variable.
7961 (font-lock-comment-end-skip): New variable.
7962 (font-lock-fontify-syntactically-region): Use them if non-nil.
7963
7964 2005-05-15 Jay Belanger <belanger@truman.edu>
7965
7966 * calc/calc-store.el (calc-store-value): Return a string rather
7967 than display it as a message.
7968 Use calc-var-name for variable name.
7969 (calc-store-into): Add the result of calc-store-value to message.
7970 (calc-copy-variable): Add a message.
7971 (calc-store-exchange): Improve error messages.
7972 (calc-store-binary, calc-store-map): Don't reset the values of
7973 special constants.
7974
7975 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7976
7977 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7978 manual to docstring.
7979
7980 * files.el (hack-local-variables-confirm): Add STRING argument.
7981 Make the function handle non file visiting buffers correctly.
7982 (hack-local-variables-prop-line, hack-local-variables)
7983 (hack-one-local-variable): Use STRING arg of
7984 `hack-local-variables-confirm'.
7985
7986 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7987
7988 Sync with Tramp 2.0.49.
7989
7990 * net/tramp.el (tramp-handle-dired-call-process)
7991 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7992 because the contents of the Tramp buffer is changed before
7993 insertion (`expand-file' and alike).
7994 (tramp-handle-insert-directory): If `localname' has an empty
7995 nondirectory name, it must not be quoted.
7996 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7997 variable `tramp-chunksize'. Change callees.
7998 (tramp-open-connection-setup-interactive-shell): Check remote host
7999 for buggy `send-process-string' implementation.
8000 Set `tramp-chunksize' if found. Reported by Michael Kifer
8001 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8002 (tramp-handle-shell-command): `insert-buffer' cannot be used
8003 because the contents of the Tramp buffer is changed before
8004 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8005 <frederic.bothamy@free.fr>.
8006 (tramp-set-auto-save): Actions should be done for Tramp file name
8007 handler only. Ange-FTP has its own auto-save mechanism.
8008 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8009 (tramp-set-auto-save-file-modes): Set file modes of
8010 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8011 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8012 (tramp-bug): Remove obsolete variable.
8013 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8014 for presence of `mml-mode'. Make it running for older Emacsen as well.
8015
8016 2005-05-14 John Paul Wallington <jpw@pobox.com>
8017
8018 * ibuf-ext.el (define-ibuffer-filter filename):
8019 If `dired-directory' is a list, use its car.
8020
8021 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8022
8023 * ibuffer.el (define-ibuffer-column filename):
8024 If `dired-directory' is a list, use its car.
8025
8026 2005-05-14 Richard M. Stallman <rms@gnu.org>
8027
8028 * subr.el (symbol-file): Doc fix.
8029
8030 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8031 (byte-compile-form): Call byte-compile-nogroup-warn.
8032 (byte-compile-warning-types): Doc fix.
8033
8034 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8035
8036 * progmodes/cc-engine.el (c-literal-faces):
8037 Add font-lock-comment-delimiter-face.
8038
8039 * net/net-utils.el (dig): Use with-no-warnings.
8040
8041 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8042 (sc-recite-frame-alist, sc-default-cite-frame)
8043 (sc-default-uncite-frame, sc-default-recite-frame)
8044 (sc-attrib-selection-list, sc-rewrite-header-list):
8045 Mark as risky-local-variable.
8046
8047 * international/ogonek.el (ogonek-jak, ogonek-how):
8048 Don't use beginning-of-buffer.
8049
8050 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8051
8052 * calendar/solar.el (solar-data-list): Move definition up.
8053
8054 * dnd.el (dnd-protocol-alist): Add autoload.
8055
8056 * progmodes/sh-script.el: Many doc usage fixes.
8057 (sh-indent-after-do): Change default to match common styles.
8058
8059 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8060
8061 * files.el (interpreter-mode-alist)
8062 (auto-mode-interpreter-regexp): Doc fixes.
8063
8064 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8065
8066 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8067
8068 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8069
8070 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8071
8072 * dired.el (dired-mode): make-variable-buffer-local =>
8073 make-local-variable.
8074
8075 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8076
8077 * term/mac-win.el (mac-select-convert-to-string): Try coding
8078 systems in mac-script-code-coding-systems if specified one cannot
8079 encode string for `com.apple.traditional-mac-plain-text'.
8080
8081 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8082
8083 * progmodes/make-mode.el (makefile-targets-face)
8084 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8085 (makefile-dependency-regex): Fix it to not make the colon in
8086 $(var:a=b) special.
8087 (makefile-rule-action-regex): New regexp for highlighting embedded
8088 Shell strings.
8089 (makefile-macroassign-regex): Handle != for highlighting as
8090 embedded Shell strings.
8091 (makefile-var-use-regex): New const.
8092 (makefile-statements, makefile-automake-statements)
8093 (makefile-gmake-statements, makefile-makepp-statements)
8094 (makefile-bsdmake-statements): New consts.
8095 (makefile-make-font-lock-keywords): New function.
8096 (makefile-automake-font-lock-keywords)
8097 (makefile-gmake-font-lock-keywords)
8098 (makefile-makepp-font-lock-keywords)
8099 (makefile-bsdmake-font-lock-keywords): New consts.
8100 (makefile-mode-map): Add switchers between the various submodes.
8101 (makefile-mode): Document the availability of the variants.
8102 (makefile-automake-mode, makefile-gmake-mode)
8103 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8104
8105 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8106 new variants of makefile-mode.
8107
8108 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8111 the inheritance.
8112
8113 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8114
8115 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8116 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8117
8118 * files.el (normal-mode): Extend the scope of the
8119 `enable-local-variables' binding to include the `set-auto-mode' call.
8120 (magic-mode-alist): Doc fix.
8121
8122 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8125 font-lock-comment-face rather than copying its setting.
8126
8127 2005-05-12 Andreas Schwab <schwab@suse.de>
8128
8129 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8130
8131 2005-05-12 Lute Kamstra <lute@gnu.org>
8132
8133 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8134 defcustom for the mode hook variable. Delete the last argument.
8135 * generic-x.el: Fix callers of define-generic-mode.
8136 (generic-x-modes): Delete group.
8137 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8138 generic-x customization group.
8139
8140 2005-05-12 Kim F. Storm <storm@cua.dk>
8141
8142 * font-lock.el (font-lock-negation-char-face): Default to "off".
8143
8144 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8145 font-lock-negation-char-face to ! in !=.
8146
8147 2005-05-12 Masatake YAMATO <jet@gyve.org>
8148
8149 * add-log.el (find-change-log): Fix typos in the docstring
8150 of function.
8151
8152 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8153
8154 * international/latexenc.el (latexenc-find-file-coding-system):
8155 Avoid `re-search-forward' when looking for input encoding because
8156 of speed and safety. Better regular expressions for recognizing
8157 input encoding. Limit a search for TeX-master/tex-main-file to
8158 the local variable section.
8159
8160 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8161
8162 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8163 syntax of $ to "'" (quote).
8164
8165 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8166
8167 * dnd.el (dnd-protocol-alist): Improve custom type.
8168
8169 * dired.el (dired-dnd-protocol-alist): New variable.
8170 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8171 `dired-mode-hook' to the end.
8172
8173 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8176 comment-end if comment-start-skip is not set.
8177 Obey the font-lock-comment-delimiter-face variables.
8178
8179 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * files.el (executable-find): Move from executable.el. Use
8182 locate-file.
8183 * progmodes/executable.el (executable-find): Move to files.el.
8184
8185 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8186 when trying to ensure forward progress.
8187
8188 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8191 (mouse-select, mouse-select-internal, mouse-extend-internal):
8192 Use it to implement mouse-1-click-follows-link functionality.
8193
8194 2005-05-11 Richard M. Stallman <rms@gnu.org>
8195
8196 * font-lock.el (font-lock-fontify-syntactically-region):
8197 Use font-lock-comment-delimiter-face for comment delimiters.
8198
8199 2005-05-10 Jay Belanger <belanger@truman.edu>
8200
8201 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8202 preserving embedded modes.
8203
8204 2005-05-10 Richard M. Stallman <rms@gnu.org>
8205
8206 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8207
8208 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8209 Move from ada-stmt.el.
8210 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8211
8212 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8213 Move to ada-mode.el.
8214 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8215
8216 * cus-edit.el (custom-file): Call file-chase-links.
8217
8218 * files.el (read-directory-name): Fix previous change.
8219 (hack-local-variables-confirm): New function.
8220 (hack-local-variables-prop-line, hack-local-variables)
8221 (hack-one-local-variable): Use it.
8222
8223 2005-05-10 Lute Kamstra <lute@gnu.org>
8224
8225 * font-lock.el (font-lock-keywords-alist)
8226 (font-lock-removed-keywords-alist): Clarify docstrings.
8227
8228 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8229
8230 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8231 (gdb-source-info): Check for preprocessor info.
8232 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8233 a macro for a function.
8234 (gdb-info-breakpoints-custom): Try to find file again if not already
8235 found (user might have used GDB dir command).
8236 (gdb-get-location): Update gdb-location-alist correctly for change
8237 to gdb-info-breakpoints-custom.
8238
8239 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8240 (gud-tooltip-print-command): Add gdbmi case.
8241 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8242 preprocessor info.
8243
8244 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8245
8246 * startup.el (fancy-splash-insert): Fix typo in doc string.
8247
8248 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * obsolete/float.el (string-to-float):
8251 * obsolete/hilit19.el (hilit-add-pattern):
8252 * obsolete/rnews.el (news-parse-range, news-select-message)
8253 (news-get-pruned-list-of-files): Replace `string-to-int' by
8254 `string-to-number'.
8255
8256 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8257 `find-file-not-found-hooks'; use `add-hook'.
8258 (uncompress-while-visiting): Set `write-file-functions', not
8259 `write-file-hooks'; use `add-hook'.
8260
8261 2005-05-09 Kim F. Storm <storm@cua.dk>
8262
8263 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8264 (cua-paste): Handle clipboard action.
8265 (cua--init-keymaps): Remap clipboard-kill-region and
8266 clipboard-kill-ring-save.
8267
8268 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8269
8270 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8271 Improve commentary.
8272
8273 * simple.el (next-error-overlay-arrow-position): Revert the change
8274 made on 2005-04-30.
8275
8276 2005-05-07 Jay Belanger <belanger@truman.edu>
8277
8278 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8279 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8280 `calc-sel-reselect'.
8281
8282 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8283 Calc is in embedded mode.
8284
8285 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8286
8287 * progmodes/compile.el (compilation-setup):
8288 Set overlay-arrow-string to an empty string on text terminals.
8289
8290 * textmodes/ispell.el (ispell-program-name): Try looking for
8291 "aspell" along exec-path, and if found, use it as the default
8292 speller program.
8293
8294 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8295
8296 * international/mule.el (sgml-xml-auto-coding-function):
8297 Recognize encoding='FOO' in single quotes as well as in double quotes.
8298
8299 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8300
8301 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8302 as well as `interactive', so that defmacro* would recognize
8303 `declare' forms.
8304
8305 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8306
8307 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8308 Explain more about the LIGHTER arg's usage in the doc string.
8309 Add commentary to clarify what the code does. Fix the regexp that
8310 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8311 since it could have characters special to regular expressions.
8312
8313 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8314
8315 * replace.el (occur-1): Bind inhibit-read-only so that
8316 erase-buffer doesn't barf on read-only text properties (likewise
8317 for add-text-properties in occur-engine). Mark buffer as unmodified.
8318 (occur-engine): Don't set buffer-read-only here.
8319
8320 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8323 list-buffers-directory. This caused the *cvs-commit* buffer to be
8324 sometimes mistakenly reused as a *cvs* buffer.
8325
8326 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8327
8328 * tooltip.el: Move code for GUD tooltips into gud.el.
8329 (require): CL no longer needed to compile case.
8330 (tooltip-mode): Do not toggle functions for GUD tooltips.
8331 (tooltip-gud-tips-p): Remove. Replace with minor mode
8332 gud-tooltip-mode in gud.el.
8333 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8334 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8335 tooltip-gud prefix with gud-tooltip and obsolete.
8336 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8337 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8338 (tooltip-mouse-motion): Mouse movement functions/variable.
8339 Rename in gud.el by adding gud prefix.
8340 (tooltip-gud-original-filter, tooltip-gud-dereference)
8341 (tooltip-gud-event, tooltip-toggle-gud-tips)
8342 (tooltip-gud-process-output, tooltip-gud-print-command)
8343 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8344 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8345 (gdb-tooltip-print): Move to gdb-ui.el.
8346
8347 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8348 (require): CL needed to compile case.
8349 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8350 tooltip-gud-tips-p. Make it a minor-mode.
8351 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8352 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8353 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8354 (gud-tooltip-change-major-mode)
8355 (gud-tooltip-activate-mouse-motions-if-enabled)
8356 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8357 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8358 (gud-tooltip-original-filter, gud-tooltip-dereference)
8359 (gud-tooltip-event, tooltip-toggle-gud-tips)
8360 (gud-tooltip-process-output, gud-tooltip-print-command)
8361 (gud-tooltip-tips): Move from tooltip.el.
8362
8363 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8364 (gdb-cpp-define-alist-flags): Doc fix.
8365 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8366 gud-tooltip-mode is t.
8367
8368 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8371 evaporate if their text is deleted.
8372 (goto-address-at-point): Make it work as a mouse binding as well.
8373 (goto-address-at-mouse): Obsolete it. Update users.
8374
8375 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8376
8377 * calendar/appt.el (top-level): No longer activate on load.
8378
8379 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8380
8381 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8382 * net/webjump.el (webjump):
8383 * progmodes/idlw-help.el (idlwave-do-context-help1)
8384 (idlwave-highlight-linked-completions):
8385 * textmodes/po.el (po-find-file-coding-system-guts):
8386 Replace `assoc-ignore-case' by `assoc-string'.
8387
8388 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8389
8390 * files.el (locate-file): Doc fix.
8391
8392 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8393 Remove the redundant test for ms-dos.
8394
8395 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8396 look for the preprocessor with exec-suffixes. If not found in
8397 standard places, look in exec-path. Remove most of the tests that
8398 used system-type.
8399
8400 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8401
8402 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8403
8404 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8405 file-name clash with jka-compr.el on 8+3 filesystems.
8406
8407 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8408
8409 * term/mac-win.el: Don't define or bind scroll bar functions if
8410 x-toolkit-scroll-bars is t.
8411 (x-select-text, x-get-selection-value): Clear
8412 x-last-selected-text-clipboard if x-select-enable-clipboard is
8413 nil.
8414 (PRIMARY): Put mac-scrap-name property.
8415 (mac-select-convert-to-file-url): New function.
8416 (public.file-url): New selection target type. Add to
8417 selection-converter-alist.
8418 (x-get-selection, x-selection-value): Handle it.
8419 (x-cut-buffer-or-selection-value): New alias.
8420
8421 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8422
8423 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8424 entry to avoid calling bibtex-find-entry with arg global
8425 being t. Remove arg key.
8426 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8427 (bibtex-copy-summary-as-kill): Change accordingly.
8428
8429 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8432 (org-agenda-date-later): Use with-current-buffer.
8433
8434 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8437 (define-obsolete-variable-alias): Doc Fixes.
8438
8439 2005-05-06 Kim F. Storm <storm@cua.dk>
8440
8441 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8442 vertical-motion when selective-display is active.
8443
8444 * ido.el (ido-setup-hook): New hook.
8445 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8446 (ido-input-stack): New var.
8447 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8448 ido-next-work-file binding to M-O.
8449 Bind M-f to ido-wide-find-file-or-pop-dir.
8450 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8451 (ido-read-internal): Run ido-setup-hook.
8452 Catch quit in read-file-name and read-string to cancel edit.
8453 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8454 Automatically pop-all when completing a directory name (RET).
8455 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8456 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8457 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8458 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8459 New functions for M-b/M-f to move among the directory components.
8460 (ido-make-merged-file-list): Catch quit to cancel merge.
8461 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8462 (ido-completion-help): No warnings for ido-completion-buffer-full.
8463
8464 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8465
8466 * font-lock.el (font-lock-negation-char-face): New face and variable.
8467 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8468 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8469 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8470 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8471
8472 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8473
8474 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8475 Fix typo in docstring.
8476
8477 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8478 (ebrowse-print-statistics-line)
8479 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8480
8481 * term/w32-win.el (image-library-alist): Add additional name for
8482 Xpm library.
8483
8484 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8487 use gcc instead of cpp.
8488
8489 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8490 (gdb-create-define-alist): Use it.
8491 (gdb-cpp-define-alist-program): Update for MS-DOS.
8492
8493 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8494
8495 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8496
8497 2005-05-04 Richard M. Stallman <rms@gnu.org>
8498
8499 * help.el (describe-key): No error when UNTRANSLATED is nil.
8500
8501 * simple.el (line-move-1): Fix previous change to signal errors
8502 appropriately.
8503
8504 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8505
8506 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8507 (icalendar-duration-correction): Remove.
8508 (icalendar--get-event-properties): Split result at commas.
8509 (icalendar--decode-isoduration): New optional argument
8510 DURATION-CORRECTION.
8511 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8512 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8513 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8514 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8515 (icalendar--convert-anniversary-to-ical): New functions, extracted
8516 from icalendar-export-region, with bug fixes.
8517 (icalendar-export-region): Use the above functions.
8518 (icalendar-import-buffer): Check before saving diary file.
8519 (icalendar--convert-recurring-to-diary)
8520 (icalendar--convert-non-recurring-all-day-to-diary)
8521 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8522 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8523 (icalendar--convert-ical-to-diary): Use the above functions.
8524
8525 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8526
8527 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8528 Remove these recent additions.
8529 (c-mode): Restore to before 2005-04-28.
8530
8531 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8532 recent addition.
8533
8534 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8535 (gdb-define-alist): New variables.
8536 (gdb-create-define-alist): New function.
8537 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8538 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8539 with string-to-number.
8540 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8541
8542 * progmodes/gud.el: Replace string-to-int with string-to-number.
8543 (gud-find-file): Handle gdb-define-alist.
8544
8545 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8546
8547 2005-05-02 Jay Belanger <belanger@truman.edu>
8548
8549 * calc/calc-aent.el (math-read-token):
8550 * calc/calc-bin.el (calc-word-size):
8551 * calc/calc-ext.el (calc-read-number-fancy):
8552 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8553 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8554 * calc/calc-frac.el (calc-over-notation):
8555 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8556 (calc-graph-num-points, calc-graph-init):
8557 * calc/calc-prog.el (calc-read-parse-table-part)
8558 (calc-edit-macro-repeats):
8559 * calc/calc-yank.el (calc-do-grab-rectangle):
8560 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8561 Replace `string-to-int' by `string-to-number'.
8562
8563 2005-05-02 Kim F. Storm <storm@cua.dk>
8564
8565 * kmacro.el: Use executing-kbd-macro-index variable.
8566
8567 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8568
8569 * net/rlogin.el (rlogin-parse-words): Delete func.
8570 (rlogin): Use split-string, not rlogin-parse-words.
8571 Also, if there are option-like elements in the parsed args,
8572 take the host to be the first arg immediately following them.
8573 Suggested by Michael Mauger.
8574
8575 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8578
8579 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8582 (cc-mode-cpp-program): Rename to cc-define-list-program and
8583 move to cc-vars.el.
8584
8585 * progmodes/cc-vars.el (cc-define-list-program):
8586 Change to "gcc -E -dM -". Make customizable.
8587
8588 2005-05-02 Kim F. Storm <storm@cua.dk>
8589
8590 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8591
8592 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8593
8594 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8595
8596 * international/mule-util.el (truncate-string): Remove alias and
8597 obsolete declaration.
8598
8599 * international/mule-cmds.el (update-iso-coding-systems):
8600 Remove alias and obsolete declaration.
8601
8602 * international/mule.el (coding-system-parent): Remove alias and
8603 obsolete declaration.
8604
8605 * subr.el (define-function, sref): Remove aliases and obsolete
8606 declarations.
8607 (chars-in-region): Remove obsolete declaration.
8608
8609 2005-05-01 Richard M. Stallman <rms@gnu.org>
8610
8611 * info.el (Info-mode): Set widen-automatically to nil, locally.
8612
8613 * simple.el (widen-automatically): New variable.
8614 (pop-global-mark): Obey widen-automatically.
8615
8616 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8617
8618 * term/xterm.el (function-key-map): Call substitute-key-definition
8619 before the keymap size is increased by a lot of define-key calls.
8620
8621 2005-05-01 Richard M. Stallman <rms@gnu.org>
8622
8623 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8624 Rename ARG to ELEMENT. Doc fix.
8625
8626 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8627
8628 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8629 Remove references to allout-exposure/change to allout-new-exposure.
8630
8631 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8632 bytecode symbols.
8633
8634 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8635 (compiled-function-p, focus-frame, unfocus-frame):
8636 Remove aliases and obsolete declarations.
8637 Back out inadvertent changes from previous commit.
8638
8639 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8640
8641 * files.el (require-final-newline): Make Custom tags consistent
8642 with mode-require-final-newline.
8643 (mode-require-final-newline): Doc fix.
8644
8645 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * international/latexenc.el (latexenc-find-file-coding-system):
8648 Fix regular expressions.
8649
8650 2005-05-01 David Kastrup <dak@gnu.org>
8651
8652 * international/latexenc.el (latexenc-find-file-coding-system):
8653 Fix regular expressions.
8654
8655 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8656
8657 * subr.el (string-to-int): Make obsolete.
8658
8659 2005-04-30 Richard M. Stallman <rms@gnu.org>
8660
8661 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8662
8663 * loadup.el: load jka-comp-hook.
8664
8665 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8666 (jka-compr-handler): Add autoload. `put' calls moved
8667 to jka-comp-hook.el.
8668 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8669 (jka-compr-inhibit): Autoload.
8670
8671 * jka-comp-hook.el: New file.
8672 Enable the mode by default.
8673
8674 * files.el (backup-buffer-copy): Use copy-file instead
8675 of write-region, and put back the 'excl.
8676
8677 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * progmodes/flymake.el (flymake-split-string)
8680 (flymake-split-string, flymake-log, flymake-pid-to-names)
8681 (flymake-reg-names, flymake-get-source-buffer-name)
8682 (flymake-unreg-names, flymake-add-line-err-info)
8683 (flymake-add-err-info): Clarify docstrings.
8684 (flymake-popup-menu, flymake-make-emacs-menu)
8685 (flymake-make-xemacs-menu): Add docstrings.
8686 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8687 Set variables directly throughout.
8688
8689 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8692 exists. Initialize cc-define-alist.
8693 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8694 If there is no file (Macroexpansion) don't create an alist.
8695
8696 2005-04-29 Sam Steingold <sds@gnu.org>
8697
8698 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8699 (cc-create-define-alist): Use it instead of the hard-coded string.
8700
8701 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8704 for latexenc.
8705
8706 2005-04-29 Lute Kamstra <lute@gnu.org>
8707
8708 * emacs-lisp/generic.el: Improve commentary section.
8709 (define-generic-mode): Improve docstring.
8710
8711 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8712
8713 * textmodes/org.el (many places): Change to quiet the byte compiler.
8714 (org-prefix-format-compiled): New variable.
8715 (org-compile-prefix-format): New function.
8716 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8717 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8718 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8719 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8720 consistency with entries from `org-mode' files.
8721 (org-get-time-of-day): Fix bug with partial matches early in a line.
8722 (org-non-link-chars): New constant.
8723 (org-link-regexp): Respect `org-non-link-chars'.
8724 (org-agenda-day-view): Remove command.
8725 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8726 (org-follow-bbdb-link, org-store-link): Search also company field.
8727 (org-highlight-overlay): New variable.
8728 (org-highlight, org-unhighlight): New functions.
8729 (org-agenda-mode): Add pre-command-hook to remove highlight.
8730 (org-evaluate-time-range): Behavior depends upon whether time stamp
8731 contains a time or not.
8732 (org-show-subtree, org-show-entry): New functions.
8733 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8734
8735 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8736
8737 * comint.el (comint-output-filter-functions): Add autoload cookie.
8738
8739 2005-04-28 Kim F. Storm <storm@cua.dk>
8740
8741 * ido.el (ido-everywhere): Fix last change.
8742
8743 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8744
8745 * international/latexenc.el: New file.
8746 * international/mule-conf.el (file-coding-system-alist): For .tex,
8747 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8748
8749 2005-04-28 Lute Kamstra <lute@gnu.org>
8750
8751 * font-lock.el (font-lock-add-keywords)
8752 (font-lock-remove-keywords): Clarify docstring.
8753 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8754 Don't start docstrings with a `*'.
8755 (font-lock-update-removed-keyword-alist): Give it a docstring.
8756
8757 * generic-x.el: Update commentary section.
8758 Only require font-lock when compiling.
8759 Define all modes conditionally.
8760 Place all generic modes in the generic-x-modes customization group.
8761 (generic-x-modes): New customization group.
8762 (generic-default-modes, generic-mswindows-modes)
8763 (generic-unix-modes, generic-other-modes): New constants.
8764 (generic-define-mswindows-modes, generic-define-unix-modes):
8765 Update docstrings. Make them obsolete.
8766 (generic-extras-enable-list): New default value. Update docstring.
8767 Improve :type. Change :set function.
8768 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8769 Fix docstring.
8770
8771 * emacs-lisp/generic.el (generic-mode-internal):
8772 Simplify font-lock-defaults.
8773 (define-generic-mode): Fix docstring.
8774
8775 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8778 font-lock-face property to highlight matches.
8779
8780 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
8781
8782 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8783 (cc-define-alist): New variable.
8784 (c-mode): Make it local and initialize it.
8785
8786 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8787 (gdb-exited): New function.
8788 (gdb-annotation-rules): Use it.
8789 (gdb-starting): Set gdb-active-process to t.
8790 (gdb-stopping): Amend doc string.
8791 (gdb-reset): Set gdb-active-process to nil.
8792
8793 * tooltip.el (tooltip-gud-tips): Show the associated #define
8794 directives when a C program under GDB is not executing.
8795
8796 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8799 font-lock-fontify-syntactic-keywords.
8800
8801 * font-lock.el (font-lock-default-fontify-region): Don't force
8802 parse-sexp-lookup-properties to nil.
8803
8804 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8805
8806 * man.el (man-mode-syntax-table): Set up `:' to have
8807 word-constituent syntax.
8808
8809 2005-04-27 Lute Kamstra <lute@gnu.org>
8810
8811 * novice.el (disable-command): Don't add spurious newlines to the
8812 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8813
8814 2005-04-26 Jay Belanger <belanger@truman.edu>
8815
8816 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8817 than one window before deleting window.
8818
8819 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8820
8821 * shell.el (shell-prompt-pattern): Doc fix.
8822 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8823
8824 * comint.el (comint-prompt-regexp, comint-get-old-input)
8825 (comint-use-prompt-regexp)
8826 (comint-use-prompt-regexp-instead-of-fields)
8827 (comint-replace-by-expanded-history, comint-send-input)
8828 (comint-output-filter, comint-get-old-input-default)
8829 (comint-line-beginning-position, comint-bol, comint-show-output)
8830 (comint-backward-matching-input, comint-forward-matching-input)
8831 (comint-next-prompt, comint-previous-prompt):
8832 Rename `comint-use-prompt-regexp-instead-of-fields' to
8833 `comint-use-prompt-regexp'. Keep old name as alias and declare
8834 obsolete.
8835 (comint-use-prompt-regexp): Shorten first line of doc string.
8836
8837 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8838 Set paragraph-separate buffer locally to "\\'".
8839
8840 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8841 Adapt to above name change.
8842
8843 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8844 (smbclient-prompt-regexp): Ditto.
8845
8846 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8847
8848 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8851 gdb-location-list.
8852 Break lines that are over 80 characters wide.
8853
8854 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8857 New fun and var, to preserve compatibility.
8858
8859 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8860
8861 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8862
8863 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8864 name to file-newer-than-file-p.
8865
8866 2005-04-26 Richard M. Stallman <rms@gnu.org>
8867
8868 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8869
8870 * progmodes/python.el (python-mode):
8871 Use new name eldoc-documentation-function.
8872
8873 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8874
8875 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8876 (eldoc-documentation-function):
8877 Rename from eldoc-print-current-symbol-info-function. Calls changed.
8878
8879 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
8880
8881 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8882
8883 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8884
8885 * term/xterm.el (function-key-map): Fix strings for
8886 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
8887 {C,S,A,C-S}-{f1-f12}.
8888
8889 2005-04-26 Kenichi Handa <handa@m17n.org>
8890
8891 * international/mule-cmds.el (select-safe-coding-system):
8892 Fix previous change.
8893
8894 2005-04-26 Lute Kamstra <lute@gnu.org>
8895
8896 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8897
8898 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8899 (font-lock-comment-delimiter-face): Ditto.
8900
8901 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8902
8903 2005-04-25 Jay Belanger <belanger@truman.edu>
8904
8905 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8906 to t while inserting information; use help-mode.
8907
8908 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8909
8910 * term.el (ansi-term-color-vector): Use the xterm colors.
8911 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
8912
8913 2005-04-25 Lute Kamstra <lute@gnu.org>
8914
8915 * font-core.el (font-lock-defaults): Fix docstring.
8916
8917 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8918
8919 2005-04-25 Kenichi Handa <handa@m17n.org>
8920
8921 * international/mule-cmds.el (select-safe-coding-system):
8922 Don't check consistency with coding: spec, etc if raw-text or
8923 no-conversion was found to be safe.
8924
8925 2005-04-24 Richard M. Stallman <rms@gnu.org>
8926
8927 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8928 citation markers at start of each line.
8929
8930 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8931 citation markers at start of each line.
8932
8933 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8934
8935 * files.el (mode-require-final-newline): Fix previous change.
8936 (require-final-newline): Fix type label.
8937
8938 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8939
8940 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8941 statement in buffer (broken by 2004-11-24 change).
8942
8943 2005-04-24 Kim F. Storm <storm@cua.dk>
8944
8945 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8946 and read-file-name-function values. Don't overwrite existing
8947 non-nil values if ido-mode is enabled without ido-everywhere.
8948
8949 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * files.el (mode-require-final-newline): Minor doc fix.
8952
8953 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8954
8955 * subr.el (syntax-after): Doc fix.
8956 (syntax-class): If argument is nil, return nil. Mask off upper 16
8957 bits, not 8 bits.
8958
8959 * files.el (mode-require-final-newline): Doc fix.
8960 (backup-buffer-copy): Fix last change.
8961
8962 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8963
8964 * term/mac-win.el: Require select. Set selection-coding-system to
8965 mac-system-coding-system. Call menu-bar-enable-clipboard.
8966 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8967 (x-select-enable-clipboard): New variables.
8968 (x-select-text, x-get-selection, x-selection-value)
8969 (x-get-selection-value, mac-select-convert-to-string)
8970 (mac-services-open-file, mac-services-open-selection)
8971 (mac-services-insert-text): New functions.
8972 (CLIPBOARD, FIND): Put mac-scrap-name property.
8973 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8974 (public.tiff): Put mac-ostype property.
8975 (selection-converter-alist): Add entries for them.
8976 (mac-application-menu-map): New keymap.
8977 (interprogram-cut-function, interprogram-paste-function): Set to
8978 x-select-text and x-get-selection-value, respectively.
8979 (split-window-keep-point): Set to t.
8980
8981 2005-04-23 Richard M. Stallman <rms@gnu.org>
8982
8983 * files.el (read-directory-name): Always pass non-nil
8984 DEFAULT-FILENAME arg to read-file-name.
8985 (backup-buffer-copy, basic-save-buffer-2): Take care against
8986 writing thru an unexpected existing symlink.
8987 (revert-buffer): In indirect buffer, revert the base buffer.
8988 (magic-mode-alist): Doc fix.
8989 (buffer-stale-function): Doc fix.
8990 (minibuffer-with-setup-hook): Avoid warning.
8991 (mode-require-final-newline): Doc and custom fix.
8992
8993 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8994
8995 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8996 use the default appearance.
8997 (font-lock-comment-delimiter-face): New face, new variable.
8998
8999 * imenu.el (imenu--generic-function): The official position of a
9000 definition is the start of the line that BEG is in.
9001
9002 * midnight.el (midnight-timer): Move defvar up.
9003
9004 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9005
9006 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9007
9008 * startup.el (command-line): Use with-no-warnings.
9009
9010 * window.el (window-size-fixed): New defvar.
9011
9012 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9013
9014 * mail/rmail.el (rmail-font-lock-keywords):
9015 Use font-lock-comment-delimiter-face.
9016
9017 * mail/sendmail.el (mail-font-lock-keywords):
9018 Use font-lock-comment-delimiter-face.
9019
9020 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9021
9022 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9023
9024 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9025 Specify t for LAXMATCH when matching directories.
9026 Save match data around compilation-compat-error-properties form.
9027
9028 2005-04-23 David Kastrup <dak@gnu.org>
9029
9030 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9031 Mention that the autoloaded aliases should be kept for AUCTeX.
9032
9033 2005-04-23 Andreas Schwab <schwab@suse.de>
9034
9035 * isearch.el (isearch-forward): Doc fix.
9036
9037 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9038
9039 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9040 (jit-lock-stealth-nice): Change default value to 0.5.
9041
9042 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9043
9044 * abbrev.el (write-abbrev-file): Write table entries in
9045 alphabetical order by table name.
9046
9047 2005-04-22 Kim F. Storm <storm@cua.dk>
9048
9049 * ido.el (ido-read-internal): Fix `list' completion.
9050
9051 2005-04-22 Kenichi Handa <handa@m17n.org>
9052
9053 * recentf.el (recentf-save-file-coding-system): New variable.
9054 (recentf-save-list): Encode the file by
9055 recentf-save-file-coding-system and add coding: tag.
9056
9057 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9060
9061 2005-04-21 Lute Kamstra <lute@gnu.org>
9062
9063 * loadhist.el (unload-feature): Don't remove a function from hooks
9064 if it is about to be restored to an autoload . Remove functions
9065 that will become unbound from auto-mode-alist. Simplify the code.
9066
9067 * subr.el (assq-delete-all): New implementation that is linear,
9068 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9069 (rassq-delete-all): New function.
9070
9071 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9072 Add size-indication-mode.
9073
9074 2005-04-21 Kenichi Handa <handa@m17n.org>
9075
9076 * international/mule-cmds.el: Add autoload for widget-value in
9077 eval-when-compile.
9078
9079 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9080
9081 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9082 Add tooltip-mode.
9083
9084 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9085
9086 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9087
9088 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9089 (inferior-lisp-filter-regexp, inferior-lisp-program)
9090 (inferior-lisp-load-command, inferior-lisp-prompt)
9091 (inferior-lisp-mode-hook, lisp-source-modes)
9092 (inferior-lisp-load-hook): defvar->defcustom.
9093 (inferior-lisp-program, inferior-lisp-prompt)
9094 (inferior-lisp-load-hook): Doc fixes.
9095 (inferior-lisp-install-letter-bindings): Small change in
9096 introductory comment.
9097
9098 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * vc.el (vc-annotate-color-map): Change some colors so that text
9101 using them as foreground is readable on both white and black
9102 backgrounds.
9103
9104 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * international/mule-conf.el (translation-table-for-input):
9107 Remove redundant declaration.
9108
9109 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9110
9111 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9112
9113 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9114 (tooltip-toggle-gud-tips): New function.
9115
9116 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9117
9118 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9119 right angle brackets.
9120
9121 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9122
9123 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9124
9125 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9128 Remove. Update callers to use expand-file-name instead.
9129
9130 * subr.el (syntax-class): New function.
9131
9132 * simple.el (blink-matching-open): Use it.
9133
9134 * paren.el (show-paren-function): Use it to recognize parens that are
9135 also used in 2-char comment markers.
9136
9137 2005-04-19 Lute Kamstra <lute@gnu.org>
9138
9139 * loadhist.el (unload-feature): Update for new format of
9140 load-history. Simplify the code.
9141
9142 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9143
9144 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9145 (mac-add-charset-info): New function. Initialize variable
9146 mac-charset-info-alist using it.
9147 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9148 for translation.
9149 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9150 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9151 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9152 New CCL programs.
9153
9154 2005-04-19 Kim F. Storm <storm@cua.dk>
9155
9156 * simple.el (next-buffer, prev-buffer, next-error)
9157 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9158 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9159
9160 * bindings.el (next-buffer, prev-buffer, next-error)
9161 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9162 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9163 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9164 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9165
9166 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * isearch.el (isearch-edit-string): Make the search-ring available for
9169 minibuffer history commands.
9170 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9171 the default history commands now work just as well.
9172 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9173
9174 2005-04-18 Kim F. Storm <storm@cua.dk>
9175
9176 * emulation/cua-base.el (cua--pre-command-handler): Add more
9177 elaborate check for shift modifier on non-window systems.
9178
9179 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9180
9181 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9182
9183 2005-04-18 Kim F. Storm <storm@cua.dk>
9184
9185 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9186 and make it optional. Don't test tooltip-gud-echo-area here.
9187 (tooltip-gud-process-output, gdb-tooltip-print):
9188 Pass tooltip-gud-echo-area to tooltip-show.
9189 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9190
9191 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9192
9193 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9194 `display-graphic-p' may not be bound yet.
9195
9196 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9197
9198 * startup.el (command-line): No longer enable Xterm Mouse mode by
9199 default in terminals compatible with xterm.
9200
9201 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9202
9203 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9204
9205 * tooltip.el (tooltip-gud-echo-area): Rename from
9206 tooltip-use-echo-area.
9207 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9208 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9209 area independently of where help tooltips are displayed.
9210
9211 2005-04-17 David Kastrup <dak@gnu.org>
9212
9213 * cus-theme.el (custom-theme-write-variables): Quote variables
9214 where necessary.
9215
9216 2005-04-17 Richard M. Stallman <rms@gnu.org>
9217
9218 * simple.el (yank-excluded-properties): Add follow-link to value.
9219
9220 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9221
9222 * startup.el (fancy-splash-max-time): Just 30 seconds.
9223 (fancy-splash-delay): Just 7.
9224 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9225
9226 * loadhist.el (unload-feature): Update for new format of load-history.
9227 Simplify the code.
9228
9229 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9230 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9231
9232 * mail/sendmail.el (mail-font-lock-keywords):
9233 Don't fontify subject text.
9234 Don't fontify the text of a citation.
9235
9236 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9237
9238 * comint.el (comint-output-filter): Run comint-output-filter-functions
9239 with point where the user had it.
9240
9241 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * international/ucs-tables.el (ucs-set-table-for-input):
9244 Disable when using unify-on-decoding.
9245
9246 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9247
9248 * emulation/cua-base.el (cua-global-mark-face): Add special case
9249 for displays supporting a high number of colors.
9250
9251 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9252
9253 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9254
9255 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9256
9257 * filesets.el (filesets-add-buffer): If user supplies a name of a
9258 non-existing fileset, create a new fileset.
9259
9260 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9261
9262 * textmodes/org.el (org-up-heading-all): Fix bug with
9263 `outline-up-heading-all'.
9264
9265 2005-04-16 Andreas Schwab <schwab@suse.de>
9266
9267 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9268 /etc/permissions.d/* and /etc/aliases.d/*.
9269
9270 2005-04-16 Kenichi Handa <handa@m17n.org>
9271
9272 * international/code-pages.el (cp-make-coding-system):
9273 Set `translation-table-for-input' property value to the symbol
9274 ucs-mule-to-mule-unicode, not to that value.
9275 (pt154): Escape guillemet by `\'.
9276
9277 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9278
9279 * loadup.el: Load tooltip if x-show-tip is fboundp.
9280
9281 * startup.el (command-line): Add comment.
9282
9283 * tooltip.el (tooltip-mode): Specify correct standard value for
9284 Custom in init-value.
9285
9286 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9287
9288 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9289 possible.
9290
9291 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9292
9293 * textmodes/org.el (org-agenda-date-prompt): Rename from
9294 `org-agenda-date-today'.
9295 (org-evaluate-time-range): Insert at point instead of directly
9296 after time range.
9297 (org-first-headline-recenter, org-subtree-end-visible-p)
9298 (org-optimize-window-after-visibility-change): New functions
9299 (org-agenda-post-command-hook): Don't allow point at end of line,
9300 to make sure it always hits the text properties.
9301 (org-agenda-next-date-line, org-agenda-previous-date-line):
9302 New commands.
9303 (org-set-regexps-and-options): Category may contain white space.
9304 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9305 Improve marker positions.
9306 (org-agenda-new-marker): Argument POS made optional.
9307 (org-agenda-get-timestamps): Deadlines which are done are listed
9308 in org-done-face now.
9309 (org-agenda-get-todos, org-agenda-get-timestamps)
9310 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9311 Set `undone-face' and `done-face' properties.
9312 (org-last-todo-state-is-todo): New variable.
9313 (org-todo): Set `org-last-todo-state-is-todo'.
9314 (org-agenda-todo): Change face according to
9315 `org-last-todo-state-is-todo'. And change other lines referring to
9316 the same entry.
9317 (org-calendar-goto-agenda): New command.
9318 (org-calendar-to-agenda-key): New option.
9319 (org-startup-folded): New allowed value `content'.
9320 (org-set-regexps-and-options): Accept new value `content' for
9321 `org-startup-folded'.
9322 (org-get-current-options): Handle new value `content' for
9323 `org-startup-folded'.
9324 (org-insert-todo-heading): New command.
9325 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9326 interactively in empty file and option
9327 `org-insert-mode-line-in-empty-file' has been set.
9328 (org-agenda-todo,org-agenda-priority): Modify to use
9329 `org-agenda-change-all-lines'.
9330 (org-warning-face): Change color on dark background
9331
9332 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9333
9334 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9335 use preferences AppleLocale and AppleLanguages, and variable
9336 mac-system-locale for default locale. On Mac OS Classic, use
9337 mac-system-coding-system for default coding systems.
9338
9339 * term/mac-win.el: Don't set file-name-coding-system.
9340 Decode variables system-name, emacs-build-system, user-login-name, and
9341 user-full-name by mac-system-coding-system on Mac OS Classic.
9342 (mac-system-coding-system): New variable.
9343
9344 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9345
9346 * startup.el (command-line): Handle `xterm-mouse-mode' before
9347 reading init file.
9348
9349 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9350
9351 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9352
9353 * progmodes/sh-script.el (sh-here-document-word): Make it a
9354 defcustom. Doc fix.
9355 (sh-add): Bash uses $(( )) for arithmetic.
9356 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9357 (sh-maybe-here-document): Remove quotes and leading whitespace
9358 from heredoc word when closing. Indent heredoc with tabs if word
9359 starts with "-".
9360
9361 2005-04-13 Richard M. Stallman <rms@gnu.org>
9362
9363 * simple.el (undo): Fix previous change.
9364
9365 * custom.el (defface): Doc fix.
9366
9367 2005-04-13 Lute Kamstra <lute@gnu.org>
9368
9369 * Makefile.in (DONTCOMPILE): Remove list.
9370 (compile, compile-always): Don't use DONTCOMPILE.
9371 (update-authors): Load the library in which batch-update-authors
9372 is defined.
9373 * makefile.w32-in (DONTCOMPILE): Remove list.
9374 (compile, compile-always): Fix comments.
9375 (update-authors): Load the library in which batch-update-authors
9376 is defined.
9377
9378 * generic-x.el (generic-mode-ini-file-find-file-hook):
9379 Rename to ini-generic-mode-find-file-hook.
9380 Keep generic-mode-ini-file-find-file-hook as an alias.
9381 (ini-generic-mode-find-file-hook): Rename from
9382 generic-mode-ini-file-find-file-hook. Fix docstring.
9383 (ini-generic-mode): Docstring change.
9384 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9385
9386 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9387 called from lisp.
9388
9389 * generic.el: Move to the emacs-lisp subdir.
9390
9391 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9392
9393 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9394 and C-S- function and cursor motion keys.
9395
9396 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9397
9398 * startup.el (command-line): Enable Xterm Mouse mode by default.
9399 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9400 for Custom. No longer show "Mouse" in mode line when enabled.
9401 Doc fix.
9402
9403 2005-04-12 Kim F. Storm <storm@cua.dk>
9404
9405 * emulation/cua-base.el (cua-rectangle-face)
9406 (cua-rectangle-noselect-face): Define face attributes here.
9407
9408 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9409
9410 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9411
9412 * startup.el (command-line): Turn off blinking cursor if
9413 cursorBlink in resources is off or false.
9414
9415 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9416
9417 * term/mac-win.el (dnd): Require dnd.
9418 (mac-drag-n-drop): Call dnd-handle-one-url.
9419 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9420 (kTextEncodingISOLatin2): Remove constants.
9421 (mac-script-code-coding-systems): New constant.
9422 (mac-handle-language-change): New function.
9423 (special-event-map): Bind it to `language-change' event.
9424 (mac-centraleurroman, mac-cyrillic): New coding systems.
9425 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9426 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9427 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9428 encode-mac-cyrillic, respectively.
9429
9430 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9433 Don't set overlay-arrow-string to "=>" as this is done
9434 globally in C now.
9435
9436 2005-04-12 Lute Kamstra <lute@gnu.org>
9437
9438 * generic-x.el (rc-generic-mode, rul-generic-mode):
9439 Fix auto-mode-alist entries.
9440 (etc-fstab-generic-mode): Tweak fontification.
9441
9442 * generic.el (generic-make-keywords-list): Fix docstring.
9443 (generic-mode-internal): Simplify generic-font-lock-keywords.
9444
9445 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9446
9447 * whitespace.el (whitespace-buffer-leading)
9448 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9449 However, fix the highlight area for the leading and
9450 trailing whitespaces to show space.
9451
9452 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9453
9454 * whitespace.el (whitespace-version): Bump to 3.5
9455
9456 (whitespace-buffer-leading, whitespace-buffer-trailing):
9457 Invert sense of the test to highlight the whitespace.
9458
9459 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9460
9461 * progmodes/gud.el (gud-display-line): GUD uses its own
9462 overlay arrow now so don't set overlay-arrow-string.
9463 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9464
9465 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9466
9467 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9468 (term-ansi-current-reverse, term-ansi-current-invisible)
9469 (term-ansi-face-already-done): Change to boolean.
9470 (term-reset-terminal, term-handle-colors-array): Handle the above
9471 vars accordingly.
9472 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9473 (term-emulate-terminal): Use the new name.
9474
9475 * faces.el (secondary-selection): Use yellow1, not yellow.
9476 (trailing-whitespace): Use red1, not red.
9477
9478 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9479
9480 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9481 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9482 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9483
9484 * cus-edit.el (dnd): New group.
9485
9486 * term/w32-win.el (dnd): Require dnd
9487 (w32-drag-n-drop): Call dnd-handle-one-url.
9488
9489 * x-dnd.el: Require dnd.
9490 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9491 Call dnd-handle-one-url.
9492 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9493 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9494 to dnd-insert-text.
9495 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9496 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9497 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9498 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9499
9500 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9501
9502 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9503
9504 * wdired.el: Doc fixes.
9505 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9506 (wdired-use-dired-vertical-movement): Rename from
9507 wdired-always-move-to-filename-beginning.
9508 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9509 (wdired-change-to-wdired-mode): Change mode name.
9510 (wdired-newline): Delete.
9511
9512 2005-04-11 Richard M. Stallman <rms@gnu.org>
9513
9514 * whitespace.el (whitespace-highlight-the-space):
9515 Don't call whitespace-unhighlight-the-space here.
9516
9517 * simple.el (undo): Record t in undo-equiv-table
9518 for the redo record made by an undo-in-region.
9519
9520 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9523 (gdb-frame-inferior-io-buffer): New Functions to control
9524 display of separate IO buffer.
9525 (menu): Add them to menu-bar.
9526 (gdb-display-buffer): Check for buffer another frame.
9527 Protect GUD buffer.
9528 (gdb-setup-windows): Create IO buffer if not already there.
9529 (gdb-memory-mode): Remove purecopy noops.
9530
9531 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9532
9533 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9534 and pass to self-insert-command.
9535
9536 2005-04-11 Lute Kamstra <lute@gnu.org>
9537
9538 * generic.el: Commentary section cleanup.
9539 (generic): Delete.
9540 (generic-use-find-file-hook, generic-lines-to-scan)
9541 (generic-find-file-regexp, generic-ignore-files-regexp)
9542 (default-generic-mode, generic-mode-find-file-hook)
9543 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9544 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9545 (generic-use-find-file-hook, generic-lines-to-scan)
9546 (generic-find-file-regexp, generic-ignore-files-regexp)
9547 (default-generic-mode, generic-mode-find-file-hook)
9548 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9549
9550 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9551
9552 * bookmark.el (bookmark-write-file): Catch errors writing file.
9553 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9554
9555 2005-04-10 Richard M. Stallman <rms@gnu.org>
9556
9557 * startup.el (fancy-splash-tail): Update copyright year.
9558 (command-line): Split part of -Q into -D.
9559 (emacs-basic-display): New defvar.
9560 (fancy-splash-text): Correct name of menu item.
9561
9562 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9563
9564 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9565 lines in one node.
9566
9567 * comint.el (comint-send-input): New arg ARTIFICIAL.
9568 Callers in this file changed.
9569
9570 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9571
9572 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9573
9574 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9577 `ldap-search-internal'.
9578
9579 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * files.el (set-auto-mode-1): Use line-end-position.
9582
9583 * international/latin-1.el:
9584 * international/latin-2.el:
9585 * international/latin-3.el:
9586 * international/latin-4.el:
9587 * international/latin-5.el:
9588 * international/latin-8.el:
9589 * international/latin-9.el: Give punctuation syntax to NBSP.
9590
9591 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9592 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9593 Use char-classes to accept non-ascii letters, accepted in some recent
9594 bibtex implementations.
9595
9596 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9597
9598 * custom.el (custom-set-minor-mode): Any non-nil value for the
9599 variable should enable the mode when set through Custom.
9600
9601 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9604 TAB binding so tab-always-indent is obeyed.
9605 (vhdl-minibuffer-local-map): Move initialization into declaration.
9606 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9607 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9608 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9609 (vhdl-current-line): Use line-beginning-position.
9610 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9611 with-output-to-temp-buffer, so the current position can be recorded.
9612
9613 2005-04-10 Masatake YAMATO <jet@gyve.org>
9614
9615 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9616 Add regexp for gcov.
9617
9618 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9619
9620 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9621 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9622 syntax which Emacs 20 doesn't support.
9623
9624 2005-04-09 Richard M. Stallman <rms@gnu.org>
9625
9626 * help.el (describe-key-briefly, describe-key):
9627 Replace strings as event types with "(any string)".
9628
9629 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * arc-mode.el (archive-mode-map): Move initialization into
9632 the declaration. Override *all* bindings of `undo'.
9633 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9634
9635 2005-04-09 Jay Belanger <belanger@truman.edu>
9636
9637 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9638
9639 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9640
9641 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9642 (xterm-register-default-colors): Update color values computation
9643 to match xterm-200.
9644
9645 2005-04-09 Kenichi Handa <handa@m17n.org>
9646
9647 * international/code-pages.el (iso-latin-7): Fix the map.
9648
9649 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * emacs-lisp/lisp.el (defun-prompt-regexp)
9652 (parens-require-spaces, buffer-end, end-of-defun)
9653 (insert-parentheses): Doc fixes.
9654
9655 2005-04-08 Kim F. Storm <storm@cua.dk>
9656
9657 * comint.el (comint-highlight-prompt): Fix face spec.
9658 * hi-lock.el (hi-green): Likewise.
9659
9660 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9661
9662 * cus-edit.el (custom-modified-face):
9663 * comint.el (comint-highlight-input): Fix previous changes.
9664 * term.el (term-handle-ansi-escape): Add a comment.
9665
9666 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9669 in the buffer and in whitespace-highlighted-space.
9670 (whitespace-unhighlight-the-space): Simplify.
9671 (whitespace-buffer): Simplify.
9672
9673 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9674
9675 * textmodes/table.el (table-cell-face): Add special case for
9676 displays supporting a high number of colors.
9677 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9678 (vhdl-font-lock-reserved-words-face)
9679 (vhdl-speedbar-architecture-face)
9680 (vhdl-speedbar-instantiation-face)
9681 (vhdl-speedbar-architecture-selected-face)
9682 (vhdl-speedbar-instantiation-selected-face): Likewise.
9683 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9684 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9685 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9686 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9687 (ebrowse-progress-face): Likewise.
9688 * progmodes/compile.el (compilation-info-face): Likewise.
9689 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9690 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9691 * calendar/calendar.el (diary-face): Likewise.
9692 * woman.el (woman-italic-face, woman-bold-face)
9693 (woman-unknown-face): Likewise.
9694 * wid-edit.el (widget-button-pressed-face): Likewise.
9695 * whitespace.el (whitespace-highlight-face): Likewise.
9696 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9697 * pcvs-info.el (cvs-marked-face): Likewise.
9698 * info.el (info-xref): Likewise.
9699 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9700 * hilit-chg.el (highlight-changes-face)
9701 (highlight-changes-delete-face): Likewise.
9702 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9703 (hi-red-b): Likewise.
9704 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9705 * font-lock.el (font-lock-keyword-face)
9706 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9707 * cus-edit.el (custom-invalid-face, custom-modified-face)
9708 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9709 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9710 * comint.el (comint-highlight-prompt): Likewise.
9711
9712 2005-04-08 Lute Kamstra <lute@gnu.org>
9713
9714 * font-lock.el (font-lock-keywords): Docstring fixes.
9715
9716 2005-04-08 Kenichi Handa <handa@m17n.org>
9717
9718 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9719 chars are more than a limit, print " and more..." at the tail.
9720
9721 2005-04-08 Kim F. Storm <storm@cua.dk>
9722
9723 * emacs-lisp/authors.el (authors-aliases): Update list.
9724 (authors-ignored-files): New list.
9725 (authors-fixed-entries): Fix typo.
9726 (authors-renamed-files-alist): Update list.
9727 (authors-add): Check authors-ignored-files.
9728
9729 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9730
9731 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9732 optional, to ensure backward compatibility.
9733
9734 2005-04-08 Stephen Eglen <stephen@gnu.org>
9735
9736 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9737
9738 2005-04-08 Kim F. Storm <storm@cua.dk>
9739
9740 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9741
9742 * mouse.el (mouse-on-link-p): Doc fix.
9743
9744 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9745
9746 * ielm.el (ielm-prompt-read-only): Doc fix.
9747
9748 * comint.el (comint-prompt-read-only): Doc fix.
9749
9750 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9751
9752 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9753 ensure dired always handles wildcards passed to ffap.
9754 (find-file-at-point): Use it.
9755 (ffap-dired-wildcards): Doc fix.
9756
9757 2005-04-07 Juri Linkov <juri@jurta.org>
9758
9759 * simple.el (next-error-overlay-arrow-position): New defvar.
9760 Put "=>" on its property `overlay-arrow-string'. Add it to
9761 `overlay-arrow-variable-list'.
9762
9763 * progmodes/compile.el (compilation-setup):
9764 Set `next-error-overlay-arrow-position' to nil. Also set it to
9765 nil in the local hook `kill-buffer-hook'. Make local variable
9766 `overlay-arrow-string' and set it to "=>".
9767 (compilation-goto-locus): Set BOL position to
9768 `next-error-overlay-arrow-position' instead of
9769 `overlay-arrow-position'.
9770
9771 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9772 locally instead of adding it to the global hook.
9773 (Info-kill-buffer): Move up.
9774
9775 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9776
9777 * term/xterm.el (xterm-standard-colors): Update color values from
9778 xterm-200.
9779
9780 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9783
9784 * fast-lock.el:
9785 * lazy-lock.el: Move them to the obsolete subdir.
9786
9787 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9788
9789 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9790 (wdired-add-replace-advice): Remove.
9791 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9792
9793 2005-04-06 Kim F. Storm <storm@cua.dk>
9794
9795 * startup.el (command-line): Add --bare-bones alias for -Q.
9796
9797 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9798
9799 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9800 create the startup fontset if a font specification ends with
9801 `mac-roman'.
9802
9803 2005-04-06 Lute Kamstra <lute@gnu.org>
9804
9805 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9806 change.
9807
9808 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9809 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9810
9811 2005-04-05 Lute Kamstra <lute@gnu.org>
9812
9813 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9814 (define-generic-mode): Ditto. Fix debug declaration.
9815
9816 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9817 Put them in the generic-x group.
9818
9819 * calendar/timeclock.el (timeclock): Doc fix.
9820
9821 * generic.el (define-generic-mode): Don't use custom-current-group.
9822 Document default :group value.
9823 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9824 (define-global-minor-mode): Don't use custom-current-group.
9825
9826 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9827
9828 * startup.el (command-line-1): Display startup-echo-area-message
9829 when fancy splash screen is in use.
9830
9831 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9832 (sh-escaped-newline): New face.
9833 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9834 newline, and use sh-escaped-newline face.
9835
9836 * progmodes/tcl.el (tcl-escaped-newline): New face.
9837 (tcl-builtin-list): New variable.
9838 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9839 newlines. Fix keywords subexpression number.
9840
9841 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
9842
9843 * textmodes/org.el (org-diary-default-entry): Fix call to
9844 `add-to-diary-entry'.
9845
9846 2005-04-05 Kim F. Storm <storm@cua.dk>
9847
9848 * ediff-init.el: Use (featurep 'xemacs).
9849
9850 2005-04-05 David Ponce <david@dponce.com>
9851
9852 * cus-edit.el (face): Derive from symbol widget. Display sample
9853 of the current face on the fly.
9854 (widget-face-sample-face-get, widget-face-notify): New functions.
9855 (widget-face-value-create): Remove.
9856
9857 * wid-edit.el (widget-field-end): Temporarily remove field
9858 narrowing before to call `get-char-property'.
9859
9860 2005-04-04 Jay Belanger <belanger@truman.edu>
9861
9862 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9863 (math-read-subscripts): New variable.
9864 (math-read-preprocess-string): Process subscripts.
9865
9866 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9867
9868 * comint.el (comint-prompt-read-only): Doc fix.
9869
9870 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9871 `-1'. Doc fix.
9872
9873 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
9874
9875 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9876 Change default value to nil.
9877
9878 2005-04-04 Lute Kamstra <lute@gnu.org>
9879
9880 * autorevert.el (auto-revert-mode): Specify :group.
9881 * battery.el (display-battery-mode): Specify :group.
9882 * diff-mode.el (diff-minor-mode): Specify :group.
9883 * font-core.el (font-lock-mode): Specify :group.
9884 * hl-line.el (hl-line-mode): Specify :group.
9885 * iimage.el (iimage): New customization group.
9886 (iimage-mode): Specify :group.
9887 * longlines.el (longlines-mode): Specify :group.
9888 * master.el: Don't require easy-mmode.
9889 (master): New customization group.
9890 (master-mode): Specify :group.
9891 * msb.el (msb-mode): Specify :group.
9892 * reveal.el (reveal-mode): Specify :group.
9893 * simple.el (next-error-follow-minor-mode): Specify :group.
9894 * smerge-mode.el (smerge-mode): Specify :group.
9895 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9896 * emulation/cua-base.el (cua-mode): Specify :group.
9897 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9898 * language/thai-util.el (thai-auto-composition-mode)
9899 (thai-word-mode): Specify :group.
9900 * mail/supercite.el (sc-minor-mode): Specify :group.
9901 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9902 * progmodes/flymake.el (flymake-mode): Specify :group.
9903 * progmodes/glasses.el (glasses-mode): Specify :group.
9904 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9905 * textmodes/enriched.el (enriched-mode): Specify :group.
9906 * textmodes/refill.el (refill-mode): Specify :group.
9907
9908 * add-log.el (change-log-font-lock-keywords): Names in
9909 parenthesized lists can contain spaces.
9910
9911 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * startup.el (fancy-splash-text): Shorten default text of
9914 "Emacs Tutorial" line. Also, if the current language env
9915 indicates an available tutorial file other than TUTORIAL,
9916 extract its title and append it to the line in parentheses.
9917 (fancy-splash-insert): If arg is a thunk, funcall it.
9918
9919 2005-04-04 Jay Belanger <belanger@truman.edu>
9920
9921 * calc.el (calc-language-alist): Add tags to customization type.
9922
9923 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9924
9925 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9926 Doc fix.
9927
9928 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9929
9930 * add-log.el (change-log-font-lock-keywords): The manual
9931 describing a Change Log entry, says: (...) "Aside from these
9932 header lines, every line in the change log starts with a space or
9933 a tab.". The font-lock was not highlighting lines started with
9934 spaces, added support for it.
9935
9936 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9937
9938 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9939 (bibtex-generate-url-list): Update docstring accordingly. Put the
9940 complex example in the docstring.
9941 (bibtex-font-lock-url): Use pop.
9942
9943 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9946
9947 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9948
9949 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9950
9951 * filesets.el (filesets-set-default): Doc fix.
9952
9953 2005-04-03 Lute Kamstra <lute@gnu.org>
9954
9955 * generic.el (define-generic-mode): Add argument to specify
9956 keywords for defcustom.
9957 (default-generic-mode): Specify :group.
9958
9959 * generic-x.el: Specify :group for all generic modes.
9960
9961 * desktop.el (desktop-no-desktop-file-hook)
9962 (desktop-after-read-hook): Doc fix.
9963
9964 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9965
9966 * simple.el (visible-mode): Use explicit :group keyword.
9967 This changes the group of `visible-mode-hook' from paren-blinking
9968 to editing-basics.
9969
9970 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9971
9972 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9973 mailbox specifications as well as URLs.
9974 (rmail-insert-inbox-text): Remove unused conditional branches.
9975
9976 2005-04-01 Jay Belanger <belanger@truman.edu>
9977
9978 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9979 (calc-gnuplot-print-command): Move definitions to calc.el.
9980
9981 * calc/calc-embed.el (calc-embedded-announce-formula)
9982 (calc-embedded-open-formula, calc-embedded-close-formula)
9983 (calc-embedded-open-word, calc-embedded-close-word)
9984 (calc-embedded-open-plain, calc-embedded-close-plain)
9985 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9986 (calc-embedded-open-mode, calc-embedded-close-mode):
9987 Move definitions to calc.el.
9988
9989 * calc/calc.el (calc-settings-file, calc-language-alist):
9990 Make customizable.
9991 (calc-embedded-announce-formula, calc-embedded-open-formula)
9992 (calc-embedded-close-formula, calc-embedded-open-word)
9993 (calc-embedded-close-word, calc-embedded-open-plain)
9994 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9995 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9996 (calc-embedded-close-mode, calc-gnuplot-name)
9997 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9998 from other files and make customizable.
9999
10000 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10003 Use buffer-live-p.
10004 (cvs-mode-run): Don't call cvs-update-header here.
10005 (cvs-run-process): Call cvs-update-header.
10006 Use process properties for cvs-postprocess and cvs-buffer so that
10007 the sentinel can behave better if the temp buffer is killed.
10008 Use a pipe rather than a tty, to better handle unexpected prompts.
10009 (cvs-sentinel): Rewrite. Call cvs-update-header.
10010
10011 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10012
10013 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10014 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10015
10016 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * generic.el (define-generic-mode): Add indentation rule.
10019
10020 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10021
10022 * files.el (mode-require-final-newline): Make Custom correctly
10023 report a nil value and allow to set it to nil via Custom.
10024 Doc fix.
10025
10026 2005-04-01 Kenichi Handa <handa@m17n.org>
10027
10028 * international/characters.el: Enable the correct case setting for
10029 dotless-i and dotted-I.
10030
10031 2005-04-01 Kim F. Storm <storm@cua.dk>
10032
10033 * ido.el (ido-file-internal): Fall back to non-ido command if
10034 initial directory is on slow ftp (or tramp) host.
10035
10036 2005-03-31 Richard M. Stallman <rms@gnu.org>
10037
10038 * emacs-lisp/autoload.el (make-autoload):
10039 Handle define-global-minor-mode.
10040
10041 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10042 Rename from easy-mmode-define-global-mode.
10043 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10044
10045 * progmodes/scheme.el (scheme-mode-syntax-table):
10046 Update syntax of | and # for two-character comment syntax.
10047
10048 2005-03-31 Lute Kamstra <lute@gnu.org>
10049
10050 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10051 (define-minor-mode): Call custom-current-group at load-time.
10052
10053 * generic.el (define-generic-mode): Add debug declaration.
10054 Add defcustom for the mode hook.
10055 (generic-mode-internal): Use run-mode-hooks.
10056
10057 2005-03-31 Kim F. Storm <storm@cua.dk>
10058
10059 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10060 (mouse-fixup-help-message): New defun called by show_help_echo
10061 to fixup mouse-2 prefix in help messages when applicable.
10062
10063 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10064
10065 2005-03-31 Kenichi Handa <handa@m17n.org>
10066
10067 * language/thai-word.el (thai-find-word-ends): Pay attention to
10068 the case that we reach the end of buffer.
10069
10070 * textmodes/fill.el (fill-text-properties-at): New function.
10071 (fill-newline): Use fill-text-properties-at instead of
10072 text-properties-at.
10073
10074 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10075
10076 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10077 not comint-quote-filename.
10078
10079 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10080
10081 * help-fns.el (help-with-tutorial): Revert last change.
10082
10083 2005-03-31 Kim F. Storm <storm@cua.dk>
10084
10085 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10086
10087 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10088
10089 * calendar/cal-china.el: Update reference to "Calendrical
10090 Calculations" book; there's a new edition.
10091 * calendar/cal-coptic.el: Likewise.
10092 * calendar/cal-french.el: Likewise.
10093 * calendar/cal-hebrew.el: Likewise.
10094 * calendar/cal-islam.el: Likewise.
10095 * calendar/cal-iso.el: Likewise.
10096 * calendar/cal-julian.el: Likewise.
10097 * calendar/cal-mayan.el: Likewise.
10098 * calendar/cal-persia.el: Likewise.
10099 * calendar/calendar.el: Likewise.
10100 * calendar/holidays.el: Likewise.
10101 * calendar/lunar.el: Likewise.
10102 * calendar/solar.el: Likewise.
10103
10104 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10105 white space from doc string.
10106
10107 2005-03-30 Jay Belanger <belanger@truman.edu>
10108
10109 * calc/calc-help.el (calc-full-help): Remove email address.
10110
10111 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10112
10113 * help-fns.el (help-with-tutorial): Delete title line.
10114
10115 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10116
10117 * calendar/cal-x.el (calendar-one-frame-setup)
10118 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10119 rather than 'symbol for set-window-dedicated-p.
10120
10121 * calendar/appt.el (appt-buffer-name): Make it a constant.
10122 (appt-add): Doc fix.
10123
10124 * filesets.el (filesets-menu-path, filesets-menu-before)
10125 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10126 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10127 (filesets-add-submenu): Delete and use add-submenu instead.
10128
10129 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10130
10131 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10132 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10133 (org-diary-default-entry): New function.
10134 (org-get-entries-from-diary): Better parsing of diary entries.
10135 (org-agenda-check-no-diary): New function.
10136 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10137 linking to diary entries.
10138 (org-agenda-execute-calendar-command): New function.
10139 (org-agenda): Improve visible section in window.
10140 Use `org-fit-agenda-window'.
10141 (org-fit-agenda-window): New option.
10142 (org-move-subtree-down): Better handling of empty lines
10143 at end of subtree.
10144 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10145 levels up.
10146 (org-fontify-done-headline): New option.
10147 (org-headline-done-face): New face.
10148 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10149 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10150 When current field is non-empty, it is copied to next row.
10151 (org-table-copy-from-above): Fix bug which made it
10152 impossible to copy fields containing only a single non-white character.
10153
10154 2005-03-30 Kim F. Storm <storm@cua.dk>
10155
10156 * kmacro.el (kmacro-end-macro): Isearch may store this command
10157 into the macro -- so ignore it when executing keyboard macro.
10158
10159 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10160
10161 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10162
10163 2005-03-29 Kenichi Handa <handa@m17n.org>
10164
10165 * language/thai.el ("Thai"): Set setup-function and exit-function
10166 for Thai language environment.
10167
10168 * language/thai-util.el: Require thai-word.
10169 (thai-word-mode-map): New variable.
10170 (thai-word-mode): New minor mode.
10171 (setup-thai-language-environment-internal): New function.
10172 (exit-thai-language-environment-internal): New function.
10173
10174 * language/thai-word.el (thai-word-table): Declare it by defvar,
10175 use dolist to initialize it.
10176 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10177 (thai-fill-find-break-point): New functions.
10178
10179 2005-03-29 Richard M. Stallman <rms@gnu.org>
10180
10181 * simple.el (idle-update-delay): Move definition up.
10182 (set-mark): Doc fix.
10183
10184 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10185
10186 * longlines.el: New file.
10187
10188 * simple.el (buffer-substring-filters): New variable.
10189 (filter-buffer-substring): New function.
10190 (kill-region, copy-region-as-kill): Use it.
10191
10192 * register.el (copy-to-register, append-to-register)
10193 (prepend-to-register): Use filter-buffer-substring.
10194
10195 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10196
10197 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10198 (gud-filter-pending-text): Move in front of gdb.
10199 (gud-overlay-arrow-position): New variable.
10200 (gud-sentinel, gud-display-line): Use it in place of
10201 overlay-arrow-position.
10202
10203 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10204
10205 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10206 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10207 (fortran-font-lock-keywords-4): New variable.
10208 (fortran-blocks-re, fortran-end-block-re)
10209 (fortran-start-block-re): New constants, for hideshow.
10210 (hs-special-modes-alist): Add a Fortran entry.
10211 (fortran-mode-map): Bind fortran-end-of-block,
10212 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10213 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10214 (fortran-looking-at-if-then, fortran-end-of-block)
10215 (fortran-beginning-of-block): New functions, for hideshow.
10216
10217 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10218 Doc fix. Tweak regexp.
10219 (f90-beginning-of-block): Push mark first.
10220
10221 2005-03-29 Jay Belanger <belanger@truman.edu>
10222
10223 * calc/calc.el: Update copyright date.
10224 (calc-version): Increase to 2.1.
10225 (calc-version-date): Remove.
10226
10227 * calc/calc-help.el: Update copyright date.
10228 (calc-full-help): Remove reference to calc-version-date.
10229 Update copyright date.
10230
10231 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * vc.el (vc-do-command): Use a pipe for async processes, so password
10234 prompts don't show up at places where the user can't reply.
10235
10236 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10237
10238 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10239 on the file name we pass to the inferior shell.
10240
10241 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10242
10243 * progmodes/which-func.el (which-function): Be robust in the face of an
10244 imenu--make-index-alist failure.
10245
10246 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10249
10250 * progmodes/python.el (python-preoutput-filter): Fix last change.
10251
10252 2005-03-29 Lute Kamstra <lute@gnu.org>
10253
10254 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10255 functions and compiled macros.
10256 (debug-convert-byte-code): Handle macros too.
10257 (debug-on-entry-1): Don't signal an error when trying to clear a
10258 function that is not set to debug on entry.
10259
10260 2005-03-29 Jay Belanger <belanger@truman.edu>
10261
10262 * calc/calc-lang.el: Add functions to math-function-table
10263 properties of tex and math.
10264
10265 2005-03-29 Kenichi Handa <handa@m17n.org>
10266
10267 * ps-mule.el (ps-mule-plot-string): Translate characters by
10268 ps-print-translation-table.
10269 (ps-mule-begin-job): Call find-charset-region/string with
10270 ps-print-translation-table.
10271 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10272
10273 * ps-print.el (ps-print-translation-table): New variable.
10274 (ps-plot-region): Translate characters by ps-print-translation-table.
10275
10276 2005-03-29 Juri Linkov <juri@jurta.org>
10277
10278 * simple.el (next-error-highlight-timer): New variable.
10279
10280 * progmodes/compile.el (compilation-goto-locus):
10281 Use `next-error-highlight-timer' instead of `sit-for'.
10282
10283 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * mail/supercite.el (sc-mail-field): Use assoc-string.
10286 (sc-get-address): Simplify regexps.
10287
10288 * files.el (minibuffer-with-setup-hook): New macro.
10289 (find-file-read-args): Use it to avoid let-binding
10290 minibuffer-with-setup-hook (which breaks turning on/off
10291 file-name-shadow-mode while in the prompt).
10292
10293 * complete.el (PC-read-include-file-name-internal):
10294 Use test-completion.
10295
10296 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10297
10298 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10299
10300 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * window.el (window-buffer-height): Use count-screen-lines.
10303
10304 * progmodes/python.el (python-preoutput-leftover): New var.
10305 (python-preoutput-filter): Use it.
10306 (python-send-receive): Loop until all the result has been received.
10307
10308 2005-03-28 Juri Linkov <juri@jurta.org>
10309
10310 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10311
10312 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10313 "Recover Crashed Session".
10314 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10315 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10316 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10317 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10318 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10319 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10320 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10321 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10322
10323 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10324 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10325 Ediff Sessions", "Toggle use of separate control buffer frame",
10326 "Use separate frame for Ediff control buffer".
10327
10328 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10329 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10330 "Rename Bookmark", "Delete Bookmark".
10331
10332 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10333 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10334 Add `:active Info-index-alternatives' to "Next Matching Item".
10335
10336 * wdired.el (wdired-change-to-wdired-mode):
10337 Mention `wdired-abort-changes' key in the initial message.
10338
10339 * international/mule.el (auto-coding-alist): Associate non-ascii
10340 image filename extensions with `no-conversion'.
10341
10342 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * international/iso-acc.el:
10345 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10346
10347 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * textmodes/sgml-mode.el (html-mode): Doc update.
10350
10351 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10352
10353 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10354
10355 * term.el (term-move-columns): Fix face after extending a line.
10356 (term-insert-spaces): Likewise.
10357 (term-reset-terminal): Fix off by one error.
10358
10359 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10360
10361 * international/mule.el (auto-coding-alist): Add .xpi files.
10362
10363 * files.el (auto-mode-alist): Add .xpi files.
10364
10365 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10366
10367 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10368
10369 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10370
10371 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10372
10373 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10374
10375 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10376 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10377
10378 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10379 cursor to Jan 1 when needed.
10380 (calendar-end-of-year): Fix -/+ typo.
10381 Reported by Chong Yidong <cyd@stupidchicken.com>.
10382
10383 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10386
10387 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10388 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10389
10390 2005-03-25 Richard M. Stallman <rms@gnu.org>
10391
10392 * filesets.el (filesets-init): Add autoload.
10393
10394 * mail/mailalias.el (mail-directory): Doc fix.
10395
10396 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10397
10398 * mail/mailalias.el (mail-directory-process): Do nothing if
10399 mail-directory-process is an atom.
10400 (mail-get-names): Ignore mail-directory-names if it is an atom.
10401 (mail-directory-process defvar): Doc fix.
10402 (mail-names): Doc fix.
10403
10404 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10405
10406 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10407
10408 2005-03-26 Kenichi Handa <handa@m17n.org>
10409
10410 * international/mule-util.el (detect-coding-with-priority):
10411 Call update-coding-systems-internal before detect-coding-region.
10412
10413 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10414
10415 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10416 (gdb-frames-mode-map): Add follow-link property.
10417
10418 2005-03-25 Jay Belanger <belanger@truman.edu>
10419
10420 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10421 for variables.
10422
10423 2005-03-25 Juri Linkov <juri@jurta.org>
10424
10425 * image-mode.el: Optimize image filename extension regexps in
10426 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10427 in `auto-mode-alist'.
10428 (image-mode): Add `image-toggle-display-text' to local hook
10429 `change-major-mode-hook'. Display the image as an image by
10430 default. Set `cursor-type' and `truncate-lines' if the image
10431 is already displayed. Take into account the current mode (image
10432 or text) in message.
10433 (image-minor-mode): New minor mode.
10434 (image-mode-maybe, image-toggle-display-text): New functions.
10435 (image-toggle-display): Use called-interactively-p.
10436 Let-bind `inhibit-read-only' to t.
10437
10438 * image-mode.el (image-minor-mode): Set `cursor-type' and
10439 `truncate-lines' if the image is already displayed. Add turning
10440 image-minor-mode off to `change-major-mode-hook'. Add message.
10441 Call `image-toggle-display-text' after turning image-minor-mode off.
10442
10443 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10446 Terminal.app, use utf-8.
10447 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10448 (set-locale-environment): Use it.
10449
10450 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10451
10452 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10453
10454 * progmodes/python.el (python-close-block-statement-p)
10455 (python-outdent-p, python-current-defun): Use symbol-end.
10456
10457 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10458
10459 * files.el (save-some-buffers): Doc fix.
10460
10461 2005-03-25 Werner Lemberg <wl@gnu.org>
10462
10463 * complete.el, thumbs.el: Replace `legal' with `valid'.
10464 * calendar/calendar.el: Replace `legal' with `valid'.
10465 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10466 * mail/supercite.el: Replace `legal' with `valid'.
10467 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10468 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10469 Replace `legal' with `valid'.
10470 * textmodes/reftex-vars.el, textmodes/reftex.el:
10471 Replace `legal' with `valid'.
10472
10473 2005-03-25 Werner Lemberg <wl@gnu.org>
10474
10475 * calc/calc-forms.el, calc/calc-sel.el:
10476 * midnight.el, vc-cvs.el:
10477 * emacs-lisp/cl-macs.el:
10478 * emulation/vip.el:
10479 * eshell/esh-io.el, eshell/esh-var.el:
10480 * mail/supercite.el:
10481 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10482 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10483 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10484 * progmodes/sh-script.el, progmodes/xscheme.el:
10485 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10486 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10487 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10488 * textmodes/reftex.el, textmodes/org.el:
10489 Replace `illegal' with `invalid'.
10490
10491 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10494 (flymake-find-buildfile, flymake-find-possible-master-files)
10495 (flymake-check-include, flymake-parse-line): Replace loops over the
10496 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10497
10498 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10499 Substitute file-name-as-directory in the rest of the file.
10500 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10501 (flymake-replace-region): Remove unused arg `buffer'.
10502 (flymake-check-patch-master-file-buffer): Update calls to it.
10503 (flymake-add-err-info): Remove unused var `count'.
10504 (flymake-mode): Use define-minor-mode.
10505
10506 * progmodes/flymake.el: Use with-current-buffer.
10507 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10508 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10509 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10510 Avoid testing for `xemacs'.
10511 (flymake-nop): Move.
10512 (flymake-region-has-flymake-overlays): Return the computed value.
10513 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10514 Remove unused var `endline'.
10515 (flymake-get-line-count): Remove unused function.
10516 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10517
10518 * emulation/vi.el:
10519 * generic.el:
10520 * hilit-chg.el (global-highlight-changes):
10521 * hi-lock.el (hi-lock-mode):
10522 * follow.el: find-file-hooks -> find-file-hook.
10523
10524 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10525
10526 2005-03-24 Juri Linkov <juri@jurta.org>
10527
10528 * dired.el (dired-mode-map): Add menu item "Compare directories"
10529 for dired-compare-directories.
10530
10531 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10532 Doc fix. Replace `read-file-name' with `read-directory-name'.
10533
10534 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10537
10538 2005-03-24 Jay Belanger <belanger@truman.edu>
10539
10540 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10541 relevant mode settings in calc-embedded-original-modes when modes
10542 are permanently changed.
10543
10544 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * autoinsert.el: find-file-hooks -> find-file-hook.
10547
10548 2005-03-24 Lute Kamstra <lute@gnu.org>
10549
10550 * generic.el (generic-font-lock-defaults): Make it obsolete.
10551 (generic-font-lock-keywords): New variable to replace
10552 generic-font-lock-defaults.
10553 (generic-mode-set-font-lock): Delete it.
10554 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10555 (generic-bracket-support): Add docstring.
10556
10557 * generic-x.el: Rename generic-font-lock-defaults to
10558 generic-font-lock-keywords throughout.
10559 (mailagent-rules-setup-function): Delete it.
10560 (mailagent-rules-generic-mode): Use anonymous function instead.
10561 (show-tabs-generic-mode-font-lock-defaults-1)
10562 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10563 Quote faces.
10564 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10565 not foreground.
10566
10567 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10568 Recognize define-generic-mode.
10569
10570 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10573 if there's no completion table.
10574
10575 2005-03-23 Miles Bader <miles@gnu.org>
10576
10577 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10578 Remove tty-specific variants, as they're no longer needed.
10579
10580 2005-03-23 Lute Kamstra <lute@gnu.org>
10581
10582 * generic-x.el: Code cleanup: make args constant whenever possible.
10583 (installshield-statement-keyword-list)
10584 (installshield-system-functions-list)
10585 (installshield-system-variables-list, installshield-types-list)
10586 (installshield-funarg-constants-list): Make them constants.
10587
10588 * generic.el (generic-make-keywords-list): Add autoload cookie.
10589
10590 * calendar/time-date.el: Add comment on time value formats.
10591 Don't require parse-time.
10592 (with-decoded-time-value): New macro.
10593 (encode-time-value): New function.
10594 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10595 (days-to-time): Return a valid time value when arg is huge.
10596 (time-since): Use time-subtract.
10597 (time-to-number-of-days): Use time-to-seconds.
10598
10599 2005-03-23 David Ponce <david@dponce.com>
10600
10601 * recentf.el: (recentf-keep): New option.
10602 (recentf-menu-action): Default to `find-file'.
10603 (recentf-keep-non-readable-files-flag)
10604 (recentf-keep-non-readable-files-p)
10605 (recentf-file-readable-p, recentf-find-file)
10606 (recentf-cleanup-remote): Remove.
10607 (recentf-include-p): More robust.
10608 (recentf-keep-p): New function.
10609 (recentf-remove-if-non-kept): Rename from
10610 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10611 All callers updated.
10612 (recentf-menu-items-for-commands): Fix help string.
10613 (recentf-track-closed-file): Update. Doc fix.
10614 (recentf-cleanup): Update. Count removed files. Doc fix.
10615
10616 2005-03-23 Kim F. Storm <storm@cua.dk>
10617
10618 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10619 Don't inherit from fringe face (now happens automatically).
10620
10621 2005-03-22 Kim F. Storm <storm@cua.dk>
10622
10623 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10624 position values.
10625
10626 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * menu-bar.el (showhide-date-time): Remove.
10629 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10630 (menu-bar-make-mm-toggle): Simplify.
10631
10632 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10633
10634 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10635 Accept qualified variable and function names.
10636
10637 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10638
10639 * bindings.el (completion-ignored-extensions):
10640 Remove ".lis" for `vax-vms'.
10641
10642 2005-03-22 Andreas Schwab <schwab@suse.de>
10643
10644 * generic-x.el: Revert last change.
10645 * ldefs-boot.el: Update.
10646
10647 2005-03-22 Jay Belanger <belanger@truman.edu>
10648
10649 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10650 (calc-embedded-save-original-modes)
10651 (calc-embedded-restore-original-modes): New functions.
10652 (calc-do-embedded): Save original modes when entering embedded mode
10653 and restore when leaving embedded mode.
10654 (calc-embedded-modes-change): Change the value of
10655 calc-embedded-original-modes to reflect permanent changes.
10656
10657 2005-03-22 Lute Kamstra <lute@gnu.org>
10658
10659 * generic-x.el: Require generic again.
10660
10661 2005-03-22 Miles Bader <miles@gnu.org>
10662
10663 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10664 Tweak details to look good on both ttys and bitmap displays, light
10665 or dark background, etc.
10666
10667 2005-03-21 Kim F. Storm <storm@cua.dk>
10668
10669 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10670 mouse position.
10671
10672 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * icomplete.el: Don't forcibly turn on the mode upon load.
10675 (icomplete-mode): Use define-minor-mode.
10676 (icomplete-eoinput): Default to nil.
10677 (icomplete-minibuffer-setup): Remove autoload.
10678 (icomplete-tidy): Simplify.
10679 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10680 in the initial state or if the user has modified the field.
10681 Fix handling of icomplete-max-delay-chars.
10682 Remove code that handles the oddball case where
10683 minibuffer-completion-table is an integer.
10684 Wrap icomplete-completions in while-no-input in case building
10685 completions takes more time than expected.
10686 (icomplete-completions): Simplify.
10687
10688 2005-03-21 Richard M. Stallman <rms@gnu.org>
10689
10690 * jka-compr.el (jka-compr-really-do-compress):
10691 Make variable buffer-local.
10692
10693 * image-mode.el: Handle .xpm files too.
10694 (image-toggle-display): Preserve modification flag.
10695
10696 * help.el (where-is): Don't mention aliases with no key bindings.
10697
10698 2005-03-21 Lute Kamstra <lute@gnu.org>
10699
10700 * generic.el: Fix commentary section. Don't require cl for
10701 compilation.
10702 (generic-mode-list): Add autoload cookie.
10703 (generic-use-find-file-hook, generic-lines-to-scan)
10704 (generic-find-file-regexp, generic-ignore-files-regexp)
10705 (generic-mode, generic-mode-find-file-hook)
10706 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10707 (define-generic-mode): Make it a defmacro. Fix docstring.
10708 (generic-mode-internal): Code cleanup. Add autoload cookie.
10709 (generic-mode-set-comments): Code cleanup.
10710 * generic-x.el: Don't prevent compilation. Don't require generic.
10711 Follow coding conventions. Minor code cleanup.
10712 (etc-fstab-generic-mode): Add some keywords.
10713 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10714 define-generic-mode like a function declaration.
10715
10716 2005-03-21 Jay Belanger <belanger@truman.edu>
10717
10718 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10719 changing modes.
10720
10721 2005-03-21 Sam Steingold <sds@gnu.org>
10722
10723 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10724
10725 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10726
10727 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10728 Add underscore to "f$ lexicals" regexp.
10729
10730 2005-03-20 Juri Linkov <juri@jurta.org>
10731
10732 * subr.el (progress-reporter-do-update): When `min-value' is equal
10733 to `max-value', set `percentage' to 0 and prevent division by zero.
10734
10735 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10736
10737 Sync with Tramp 2.0.48.
10738
10739 * net/tramp.el (all): Change all addresses to .gnu.org.
10740 (tramp-append-tramp-buffers): New defun.
10741 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10742 Catch `dont-send' signal.
10743 (tramp-set-auto-save-file-modes): Set always permissions, because
10744 there might be an old auto-saved file belonging to another
10745 original file. This could be a security threat. Reported by
10746 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10747 Check for Emacs 21.3.50 removed.
10748
10749 * net/tramp-smb.el (all): Remove debug construct for
10750 `with-parsed-tramp-file-name'.
10751 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10752 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10753 No error message if DIRECTORY or FILENAME doesn't exist.
10754 (tramp-smb-open-connection): Check existence of
10755 `tramp-smb-program'.
10756
10757 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10760 Properly handle the case where the `m' or `s' command's argument is not
10761 yet terminated.
10762 (perl-indent-new-calculate): New function.
10763 (perl-indent-line): Use it.
10764
10765 2005-03-20 Miles Bader <miles@gnu.org>
10766
10767 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10768 in text-mode too. Change to new face names.
10769 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10770 Add `:weight bold' attribute.
10771 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10772
10773 2005-03-19 Juri Linkov <juri@jurta.org>
10774
10775 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10776
10777 * international/mule.el (auto-coding-alist): Sync with
10778 `auto-mode-alist' by adding upper case archive file extensions
10779 and adding ear/war to jar extension.
10780
10781 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10782
10783 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10784 running, restart it.
10785
10786 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10787
10788 * finder.el (finder-current-item): Throw an error on an empty line.
10789
10790 * man.el (Man-follow-manual-reference): If current-word returns
10791 nil, use "".
10792
10793 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10794
10795 * simple.el (goto-line): Doc fix.
10796
10797 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10798
10799 * files.el (save-buffer): Doc fix.
10800
10801 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10802
10803 * recentf.el (recentf-cleanup-remote): New variable.
10804 (recentf-cleanup): Use it to conditionally check availability of
10805 remote files.
10806
10807 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
10808
10809 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10810 function names.
10811
10812 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10813
10814 * language/thai-word.el: New file.
10815
10816 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10817
10818 * files.el (backup-buffer): If the file's directory is not
10819 writable, use copy instead of move to backup the file.
10820
10821 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10822
10823 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10824
10825 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10826
10827 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10828 Use functionp instead of symbolp and fboundp. Reported by Drkm
10829 <darkman_spam@yahoo.fr>.
10830 (ps-print-version): New version 6.6.6.
10831
10832 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10833
10834 * textmodes/table.el (table--line-column-position): New idiom.
10835 (table--row-column-insertion-point-p): New function to test
10836 validity of row and column insertion operation at a location.
10837 (table-global-menu, table-cell-menu): Use above functions for
10838 deterministic test operation.
10839 (table--editable-cell-p): Behave in deterministic fashion.
10840
10841 2005-03-18 Juri Linkov <juri@jurta.org>
10842
10843 * isearch.el (isearch-lazy-highlight-new-loop):
10844 Make arguments beg and end optional.
10845 (isearch-update): Remove optional arguments nil from
10846 isearch-lazy-highlight-new-loop.
10847 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10848 isearch-lazy-highlight-case-fold-search instead of
10849 isearch-case-fold-search, and let-bind isearch-regexp to
10850 isearch-lazy-highlight-regexp.
10851 Use isearch-lazy-highlight-last-string instead of isearch-string.
10852
10853 * replace.el (perform-replace): Remove bindings of global
10854 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10855 Add three new arguments to `replace-highlight'.
10856 (replace-highlight): Add arguments string, regexp, case-fold.
10857 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10858 to allow isearch-lazy-highlight-new-loop to use these values
10859 to set corresponding isearch-lazy-highlight-* internal
10860 variables whose values lazy highlighting will use regardless of
10861 changes to global variables isearch-string, isearch-regexp,
10862 isearch-case-fold-search during lazy highlighting loop.
10863 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10864 to `lazy-highlight-cleanup'.
10865
10866 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10867 (ispell-highlight-face): Set default face to `isearch' when
10868 lazy highlighting is enabled.
10869 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10870 priority to 1. Add lazy highlighting.
10871 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10872 from `isearch-dehighlight'.
10873
10874 2005-03-18 David Ponce <david@dponce.com>
10875
10876 * files.el (hack-local-variables): Do a case-insensitive search
10877 for End.
10878
10879 2005-03-18 Juri Linkov <juri@jurta.org>
10880
10881 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10882 `isearch-lazy-highlight-cleanup', add alias to old name and
10883 declare obsolete. Add release numbers to other obsolete vars.
10884 (isearch-done, isearch-lazy-highlight-new-loop):
10885 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10886 (lazy-highlight-cleanup) <variable>: Doc fix.
10887 (isearch-lazy-highlight-update): Rename obsolete
10888 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10889
10890 2005-03-18 Kenichi Handa <handa@m17n.org>
10891
10892 * language/thai-util.el: Fix categorization of Thai characters in
10893 thai-category-table.
10894 (thai-composition-pattern): Adjust it for the above change.
10895 (thai-self-insert-command, thai-compose-syllable): New functions.
10896 (thai-compose-region): Use thai-compose-syllable.
10897 (thai-compose-string): Likewise.
10898 (thai-composition-function): Likewise.
10899 (thai-auto-composition): New function.
10900 (thai-auto-composition-mode): New minor mode.
10901
10902 * language/thai.el: Fix patterns to be registered in
10903 composition-function-table.
10904
10905 * international/quail.el (quail-input-method): Locally bind
10906 inhibit-modification-hooks to t.
10907
10908 2005-03-17 Richard M. Stallman <rms@gnu.org>
10909
10910 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10911 (perl-mode): Use run-mode-hooks.
10912
10913 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10914 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10915 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10916
10917 * mail/sendmail.el (sendmail-send-it): Reenable the code
10918 to compute resend-to-address and use it.
10919
10920 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10921
10922 * image-mode.el: New file.
10923
10924 * image.el (insert-sliced-image): Add autoload cookie.
10925
10926 * font-lock.el (font-lock-lines-before): New user option.
10927 (font-lock-after-change-function): Obey it.
10928
10929 * bindings.el (esc-map): Make M-g a prefix.
10930 Bind M-g g and M-g M-g to goto-line.
10931
10932 * faces.el (face-id): Doc fix.
10933
10934 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10935
10936 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10937 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10938 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10939
10940 * mail/sendmail.el (mail-yank-ignored-headers)
10941 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10942 Add Mail-Followup-To and Mail-Reply-To headers.
10943 (mail-citation-hook): Add autoload cookie.
10944 (mail-mode): Doc fix.
10945 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10946 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10947 (mail-mode-fill-paragraph): Handle those headers.
10948 (mail-mailing-lists): New variable.
10949 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10950
10951 2005-03-17 Juri Linkov <juri@jurta.org>
10952
10953 * isearch.el (isearch-fallback): Check for `(car previous)'
10954 before calling `isearch-other-end-state'.
10955
10956 2005-03-17 Kim F. Storm <storm@cua.dk>
10957
10958 * simple.el (move-beginning-of-line): Move to beginning of buffer
10959 line, as well as beginning of screen line.
10960
10961 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10962
10963 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10964 argument REDRAW rather than calendar-redrawing variable.
10965 * calendar/calendar.el (calendar-redrawing): Delete.
10966 (redraw-calendar): Do not bind calendar-redrawing.
10967
10968 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10969
10970 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10971 diary-file buffer.
10972
10973 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * help.el (describe-mode): Allow a :minor-mode-function property to
10976 specify a different minor mode toggle function than the variable.
10977 * simple.el (auto-fill-function):
10978 * subr.el (add-minor-mode): Use it.
10979
10980 2005-03-16 Kenichi Handa <handa@m17n.org>
10981
10982 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10983 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10984 (ethio-fidel-to-sera-buffer): Likewise.
10985
10986 2005-03-16 Juri Linkov <juri@jurta.org>
10987
10988 * emacs-lisp/find-func.el (find-function-regexp):
10989 Add defun-emitting macro `menu-bar-make-toggle'.
10990
10991 * isearch.el: Put `isearch-scroll' property to
10992 `split-window-horizontally'.
10993
10994 * info.el: Update error messages for `debug-ignored-errors'.
10995 (Info-isearch-search): Doc fix.
10996 (Info-find-node): Move up code to go into info buffer before
10997 recording the node to the history.
10998 (Info-fontify-node): Fontify titles only if the next line
10999 has two or more `*', `=', `-', `.'.
11000 Display "go to this node" for empty (match-string 3).
11001
11002 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11003
11004 * term/mac-win.el: Add mouse pointer shape constants.
11005
11006 2005-03-15 Kim F. Storm <storm@cua.dk>
11007
11008 * simple.el (move-beginning-of-line): Use vertical-motion.
11009
11010 2005-03-15 Juri Linkov <juri@jurta.org>
11011
11012 * isearch.el (isearch-error): New variable.
11013 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11014 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11015 (isearch-within-brackets-state): Remove.
11016 (isearch-case-fold-search-state, isearch-pop-fun-state):
11017 Decrease frame index.
11018 (isearch-mode, isearch-top-state, isearch-push-state)
11019 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11020 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11021 (isearch-search, isearch-lazy-highlight-new-loop):
11022 Replace `isearch-invalid-regexp' with `isearch-error'.
11023 Remove `isearch-within-brackets'.
11024 (isearch-search): Add `search-failed' handler to `condition-case'.
11025 (isearch-lazy-highlight-search): Add `condition-case' to catch
11026 errors and allow `isearch-lazy-highlight-update' to try
11027 highlighting from the beginning of the window.
11028 (isearch-repeat): Move up code to set isearch-wrapped to t
11029 before calling isearch-wrap-function.
11030
11031 * info.el (Info-isearch-initial-node): New internal variable.
11032 (Info-search): Signal an error in isearch mode when search leaves
11033 the initial node. Signal an error when `bound' is non-nil and
11034 nothing was found in the current subfile.
11035 (Info-isearch-search): Remove `condition-case'.
11036 (Info-isearch-wrap): Don't wrap when search failed during leaving
11037 the initial node. If `Info-isearch-search' is nil, wrap around
11038 the current node.
11039 (Info-isearch-start): New fun.
11040 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11041 `isearch-mode-hook'.
11042
11043 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11044
11045 * simple.el (normal-erase-is-backspace): Set default to t if
11046 running on Mac.
11047
11048 * term/mac-win.el (function-key-map): Sync with x-win.el.
11049
11050 2005-03-15 Kenichi Handa <handa@m17n.org>
11051
11052 * international/mule-cmds.el (locale-language-names): Modify the
11053 format of elements and add more entries.
11054 (locale-preferred-coding-systems): Add more entries.
11055 (set-locale-environment): Adjust for the change of
11056 locale-language-names.
11057
11058 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * pcvs.el (smerge-ediff): Remove bogus autoload.
11061
11062 2005-03-14 Lute Kamstra <lute@gnu.org>
11063
11064 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11065 Ignore a `*' at the beginning of a line.
11066
11067 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11068 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11069 subr.el.
11070 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11071 to specify indentation.
11072
11073 * generic.el (define-generic-mode): Let generic-mode-list be a
11074 list of strings; test membership with equal.
11075
11076 2005-03-14 Kim F. Storm <storm@cua.dk>
11077
11078 * simple.el (next-line, previous-line): Add optional try-vscroll
11079 arg to recognize interactive use. Pass it on to line-move.
11080 (line-move): Don't perform auto-window-vscroll when defining or
11081 executing keyboard macro to ensure consistent behavior.
11082
11083 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11086
11087 2005-03-13 Lute Kamstra <lute@gnu.org>
11088
11089 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11090 debugger-setup-buffer so that backtrace marks the frames set to
11091 debug-on-exit and we don't have to do it manually. Set an extra
11092 debug-on-exit for macro's.
11093 (debugger-setup-buffer): Don't mark the top frame manually.
11094
11095 2005-03-12 Lute Kamstra <lute@gnu.org>
11096
11097 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11098 lisp-indent-function throughout.
11099 (with-no-warnings): Set lisp-indent-function property.
11100
11101 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11102
11103 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11104 Add entry for backslash.
11105
11106 2005-03-12 Juri Linkov <juri@jurta.org>
11107
11108 * info.el (Info-search): Four fixes for backward search.
11109
11110 2005-03-11 Jay Belanger <belanger@truman.edu>
11111
11112 * calc/calc.el (calc-language-alist): New variable.
11113 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11114 (calc-embedded-find-modes): Use calc-language-alist instead of
11115 calc-embedded-language-alist.
11116
11117 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11118
11119 * calendar/calendar.el (calendar-redrawing): New internal
11120 variable.
11121 (redraw-calendar): Remove bogus save-excursion from previous
11122 change. Bind calendar-redrawing to t for mark-diary-entries.
11123 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11124 calendar if that is why we were called.
11125
11126 2005-03-11 Kenichi Handa <handa@m17n.org>
11127
11128 * international/mule.el (make-coding-system): Set property
11129 coding-system-define-form to nil.
11130 (define-coding-system-alias): Likewise.
11131
11132 2005-03-11 Kenichi Handa <handa@m17n.org>
11133
11134 These changes are suggested by Dave Love <fx@gnu.org>.
11135
11136 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11137 coding: tag.
11138 (adaptive-fill-regexp): Add more bullets.
11139 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11140 regexps.
11141
11142 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * help.el (describe-mode): Properly handle non-trivial lighters.
11145 Don't ignore minor modes that are not listed in minor-mode-list.
11146
11147 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11148 feature ON when the user requests to turn it OFF.
11149
11150 2005-03-10 Lute Kamstra <lute@gnu.org>
11151
11152 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11153 (implement-debug-on-entry): New function to replace debug-entry-code.
11154 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11155 second argument as the 2005-03-07 change makes it obsolete.
11156 (debug-on-entry, cancel-debug-on-entry): Update call to
11157 debug-on-entry-1.
11158 (debug, debugger-setup-buffer): Comment update.
11159 (debugger-frame-number): Update to work with implement-debug-on-entry.
11160
11161 2005-03-10 Jay Belanger <belanger@truman.edu>
11162
11163 * calc/calc-embed.el (math-ms-args): Declare it.
11164 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11165 math-ms-args.
11166 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11167 variables.
11168
11169 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11170
11171 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11172 Use message-box.
11173
11174 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11175 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11176 (tooltip-gud-tips): Simplify.
11177 (tooltip-gud-tips-p): Remove superfluous :set.
11178 (tooltip-gud-modes): Add fortran-mode.
11179 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11180
11181 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11182
11183 2005-03-09 Kim F. Storm <storm@cua.dk>
11184
11185 * play/animate.el (animate-place-char): Use forward-line instead
11186 of next-line to improve performance.
11187
11188 2005-03-09 Simon Josefsson <jas@extundo.com>
11189
11190 * net/browse-url.el (browse-url-default-browser): Doc fix.
11191
11192 2005-03-09 Miles Bader <miles@gnu.org>
11193
11194 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11195 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11196
11197 2005-03-09 Kenichi Handa <handa@m17n.org>
11198
11199 * international/latin-1.el: Set case and syntax for 255 only if
11200 set-case-syntax-set-multibyte is nil.
11201
11202 * textmodes/ispell.el (ispell-insert-word): New function.
11203 (ispell-word): Use ispell-insert-word to insert a new word.
11204 (ispell-process-line): Likewise.
11205 (ispell-complete-word): Likewise.
11206
11207 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11208
11209 * calendar/calendar.el (redraw-calendar): Preserve point.
11210 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11211 (calendar-week-start-day): Move after definition of
11212 redraw-calendar. Delete buffer test, since redraw-calendar has
11213 that now.
11214
11215 * calendar/diary-lib.el (mark-diary-entries): Only call
11216 redraw-calendar in the first of any recursive calls.
11217 Reported by Alan Shutko <ats@acm.org>.
11218
11219 2005-03-08 Juri Linkov <juri@jurta.org>
11220
11221 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11222 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11223 (html-radio-buttons): Add a space before the trailing `/>' where
11224 sgml-xml-mode is non-nil.
11225 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11226 the subsequent tag of the empty XML tag.
11227 (html-href-anchor): Don't set initial input to "http:".
11228 (html-image): Ask for the image URL and set point inside alt="".
11229 (html-name-anchor): Duplicate the name in the `id' attribute when
11230 sgml-xml-mode is non-nil.
11231 (html-paragraph): Remove \n before <p>.
11232 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11233 instead of `checked' when sgml-xml-mode is non-nil.
11234
11235 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11236 Remove 1 space before #RRGGBB to not truncate it on terminal
11237 windows w/o fringes. Remove 1 space between bg and fg examples
11238 to get more space.
11239 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11240 avoid byte-compile warnings.
11241
11242 * image-file.el (image-file-handler): Put `safe-magic' property to
11243 `image-file-handler'.
11244
11245 * info.el (Info-isearch-search): Emulate word search in
11246 isearching through multiple Info nodes with Info-search.
11247 (Info-isearch-wrap): Allow isearch-word.
11248
11249 2005-03-08 Lute Kamstra <lute@gnu.org>
11250
11251 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11252 stepping into the debugger's code is not possible.
11253 (debugger-jumping-flag): Docstring update.
11254
11255 2005-03-08 Jay Belanger <belanger@truman.edu>
11256
11257 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11258 embedded mode begins.
11259 (calc-embedded-language-alist): New variable.
11260 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11261 set default language mode.
11262
11263 2005-03-08 Kenichi Handa <handa@m17n.org>
11264
11265 * international/ccl.el (define-ccl-program): Fix docstring about
11266 extra 256 bytes assured for the output buffer.
11267
11268 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11269 Fix BUFFER_MAGNIFICATION to 2.
11270 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11271
11272 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11273
11274 * align.el (align-rules-list): Added an alignment rule for CSS
11275 declarations (applies to css-mode and html-mode buffers).
11276
11277 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11280
11281 2005-03-07 Kim F. Storm <storm@cua.dk>
11282
11283 * simple.el (move-beginning-of-line): New command.
11284
11285 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11286
11287 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11288
11289 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11290 and move-beginning-of-line.
11291
11292 * apropos.el (apropos-print): Omit command from M-x ... RET.
11293
11294 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11295
11296 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11297 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11298
11299 2005-03-06 Richard M. Stallman <rms@gnu.org>
11300
11301 * bindings.el (esc-map): Bind M-g to goto-line.
11302
11303 * facemenu.el (global-map): Bind M-o, not M-g.
11304
11305 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11306
11307 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11308 "Open Directory" as for "Open File".
11309
11310 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11313 (push-mark-command): Run activate-mark-hook.
11314
11315 2005-03-06 Richard M. Stallman <rms@gnu.org>
11316
11317 * help-mode.el (help-mode-finish): Don't alter the element
11318 in view-return-to-alist if there already is one.
11319
11320 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11321 make sure the current buffer is the expected one.
11322
11323 * novice.el (disabled-command-function): Output in *Disabled Command*.
11324 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11325
11326 * textmodes/flyspell.el (flyspell-large-region):
11327 Pass args differently for aspell.
11328
11329 * files.el (mode-require-final-newline): Doc fix.
11330
11331 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11332
11333 * progmodes/which-func.el (which-function):
11334 Specify NOERROR when calling imenu--make-index-alist.
11335
11336 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * simple.el (normal-erase-is-backspace): Define default value.
11339
11340 * custom.el (custom-theme-set-variables): Remove unused var
11341 `immediate'.
11342 (custom-reevaluate-setting): Simple function to handle variables
11343 that are defined before their default value can really be
11344 computed.
11345
11346 * startup.el (command-line): Use it for temporary-file-directory,
11347 small-emporary-file-directory, auto-save-file-name-transforms,
11348 blink-cursor-mode, and normal-erase-is-backspace.
11349
11350 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11351 progress, even with buggy anchored keywords.
11352
11353 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * simple.el (goto-line): Remove unbalanced final parenthesis.
11356
11357 2005-03-05 Richard M. Stallman <rms@gnu.org>
11358
11359 * simple.el (goto-line): Use a number at point as the default.
11360 With C-u as arg, switch buffers.
11361
11362 2005-03-05 Juri Linkov <juri@jurta.org>
11363
11364 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11365 with `no-blinking-cursor'.
11366
11367 * startup.el (no-blinking-cursor): New defvar.
11368 (command-line): Add `--no-blinking-cursor' to longopts.
11369 Set `no-blinking-cursor' to t for command line arguments
11370 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11371 with `no-blinking-cursor' in the condition for calling
11372 `blink-cursor-mode'.
11373
11374 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11375
11376 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11377 (menu-bar-options-save): Add blink-cursor-mode.
11378 (menu-bar-options-menu): Add blink-cursor-mode.
11379
11380 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11381
11382 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11383 (icalendar-export-file, icalendar-export-region)
11384 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11385 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11386
11387 2005-03-04 Lute Kamstra <lute@gnu.org>
11388
11389 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11390 (debug-function-list): Ditto.
11391
11392 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11393
11394 * textmodes/texinfmt.el (texinfo-append-refill):
11395 Redefine the types of line to which @refill
11396 is not appended by replacing a search for `@refill\\|@bye' with
11397 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11398 itemize@refill' bug and the unfilled long lines bug.
11399 (texinfmt-version): Update number and date.
11400
11401 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11402
11403 * international/code-pages.el (windows-1250, windows-125[2-8])
11404 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11405
11406 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11409 bound yet.
11410
11411 2005-03-02 Romain Francoise <romain@orebokech.com>
11412
11413 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11414 buffer after removing limits.
11415 (ibuffer-pop-filter): Ditto.
11416 Update copyright.
11417
11418 2005-03-02 Miles Bader <miles@gnu.org>
11419
11420 * button.el (make-text-button): If the user doesn't specify a
11421 type, use the default. Rewrite to use `add-text-properties' and
11422 plist functions.
11423
11424 2005-03-01 Lute Kamstra <lute@gnu.org>
11425
11426 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11427 (debugger-jumping-flag): New var.
11428 (debug-entry-code): Use it.
11429 (debugger-jump): Use debugger-jumping-flag and add
11430 debugger-reenable to post-command-hook.
11431 (debugger-reenable): Use debugger-jumping-flag and remove itself
11432 from post-command-hook.
11433 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11434 debugger-reenable.
11435
11436 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11437
11438 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11439 inclusion of "itemize\\|", which may be unnecessary, is certainly
11440 inelegant, and stops refilling in itemize lists when formatting
11441 Japanese Texinfo files to Info.
11442 Update copyright to 2005.
11443
11444 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11445
11446 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11447 of an error if GDB can't find the source file.
11448
11449 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11450
11451 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11452 not just the calendar.
11453
11454 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11455 first.
11456 (diary-redraw-calendar): New function.
11457 (make-diary-entry): Add diary-redraw-calendar to local
11458 write-contents-functions. Turn off selective display before
11459 inserting in diary.
11460
11461 2005-03-01 Kim F. Storm <storm@cua.dk>
11462
11463 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11464
11465 2005-03-01 Lute Kamstra <lute@gnu.org>
11466
11467 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11468 that debug-entry-code can be safely removed from a function while
11469 this code is being evaluated. Revert the 2005-02-27 change as the
11470 new implementation no longer requires it. Make sure that a
11471 function body containing just a string is not mistaken for a docstring.
11472 (debug): Skip one more frame in case of debug on entry.
11473 (debugger-setup-buffer): Delete one more frame line in case of
11474 debug on entry.
11475 (debugger-frame-number): Update to use the new text introduced by
11476 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11477
11478 2005-02-28 Kim F. Storm <storm@cua.dk>
11479
11480 * double.el (double-translate-key): Call force-window-update after
11481 read-event to avoid crash in redisplay.
11482
11483 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11486 (debug): Use it. Move the inhibit-trace earlier.
11487 (debug-entry-code): New const.
11488 (debug-on-entry-1): Use it.
11489
11490 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * international/utf-16.el (ccl-encode-mule-utf-16le):
11493 Fix BUFFER_MAGNIFICATION to 2.
11494 (ccl-encode-mule-utf-16be): Likewise.
11495
11496 2005-02-28 Kenichi Handa <handa@m17n.org>
11497
11498 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11499 Fix BUFFER_MAGNIFICATION to 4.
11500 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11501
11502 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11503
11504 * speedbar.el (speedbar-update-flag): Doc fix.
11505 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11506 argument.
11507
11508 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11511 have a non-nil `invisible' property but are actually visible.
11512
11513 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11514 for perldoc sections.
11515 (perl-outline-regexp, perl-outline-level): New var and function.
11516 (perl-mode): Use them.
11517
11518 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11519
11520 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11521 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11522
11523 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11524
11525 * cus-edit.el: Comment change.
11526 (custom-buffer-create-internal): Slightly reword text at top of
11527 Custom buffers. Mention there that saving an option edits the
11528 init file. Add link to Emacs manual node on `custom-file'.
11529 (custom-magic-alist): Rewrite individual State messages to use
11530 capitalized keywords. Doc fix.
11531
11532 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11533
11534 * calendar/calendar.el (calendar-buffer): Move above
11535 calendar-week-start-day.
11536 (calendar-week-start-day): Doc fix. Add :set function.
11537 (calendar-minimum-window-height): New variable.
11538 (generate-calendar-window): Only resize window if selected-window
11539 is displaying the calendar buffer. Use new variable
11540 calendar-minimum-window-height.
11541 (generate-calendar): Reword error message.
11542 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11543
11544 2005-02-27 Andreas Schwab <schwab@suse.de>
11545
11546 * vc.el (vc-do-command): Don't run command asynchronously when
11547 operating in a remote directory.
11548
11549 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11550 change from sync with Tramp 2.0.47.
11551
11552 2005-02-27 Richard M. Stallman <rms@gnu.org>
11553
11554 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11555
11556 * textmodes/flyspell.el (flyspell-mode-on):
11557 Call ispell-change-dictionary only if necessary.
11558
11559 * emacs-lisp/re-builder.el (regexp-builder): New function.
11560
11561 * register.el (describe-register-1): Explicitly handle
11562 yank-excluded-properties = t.
11563
11564 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11565 (custom-magic-alist): Change the status descriptions again.
11566 (face widget-type): Total rewrite based on `restricted-sexp'
11567 to eliminate the confusing double hiding levels.
11568
11569 * emacs-lisp/debug.el (debug-on-entry-1):
11570 If function body is empty, add nil as body form.
11571
11572 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * emacs-lisp/trace.el (inhibit-trace): New var.
11575 (trace-make-advice): Use it.
11576
11577 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11578
11579 2005-02-26 Kim F. Storm <storm@cua.dk>
11580
11581 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11582 (mouse-on-link-p, mouse-drag-region-1): Use it.
11583
11584 2005-02-25 Lute Kamstra <lute@gnu.org>
11585
11586 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11587
11588 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11589
11590 * frame.el (blink-cursor-mode): Add :group keyword.
11591
11592 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11593
11594 * calendar/icalendar.el (icalendar--decode-isodatetime):
11595 New optional argument DAY-SHIFT.
11596 (icalendar-export-region): Fix coding-system-for-write.
11597 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11598 events by one.
11599
11600 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11603
11604 2005-02-24 Kim F. Storm <storm@cua.dk>
11605
11606 * international/iso-acc.el (iso-accents-compose): Fix crash
11607 during redisplay. Call force-window-update after read-event
11608 and delete-region to signal that window is not accurate.
11609
11610 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11613 Remove unused and inexistent var `inhibit-trace'.
11614 (debugger-mode): Use run-mode-hooks.
11615 (debugger-list-functions): Add buttons; setup xref stack.
11616
11617 2005-02-23 Richard M. Stallman <rms@gnu.org>
11618
11619 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11620 appointment says it was explicitly made.
11621 (appt-add): Set the 3rd element.
11622 (appt-make-list): Preserve explicit appointments.
11623
11624 * subr.el (find-tag-default): Catch errors in forward-sexp.
11625
11626 2005-02-23 Juri Linkov <juri@jurta.org>
11627
11628 * info.el (Info-isearch-search): New defcustom.
11629 (Info-isearch-search): Call the default isearch function
11630 when Info-isearch-search is nil.
11631 (Info-isearch-wrap): Use variable Info-isearch-search.
11632
11633 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * cus-edit.el: Comment change.
11636
11637 2005-02-22 Kim F. Storm <storm@cua.dk>
11638
11639 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11640 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11641
11642 2005-02-22 Simon Josefsson <jas@extundo.com>
11643
11644 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11645 New variable.
11646 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11647 Oskarsson" <myrkraverk@users.sourceforget.net>.
11648
11649 2005-02-22 Kim F. Storm <storm@cua.dk>
11650
11651 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11652 check that window of that event is the selected window.
11653 (mouse-drag-region-1): Compare mouse event window to selected
11654 window before setting point.
11655
11656 * tooltip.el (tooltip-show-help-function): Pass event to
11657 mouse-on-link-p so it can check selected window.
11658
11659 2005-02-22 Kenichi Handa <handa@m17n.org>
11660
11661 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11662 (ps-mule-show-warning): New function.
11663 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11664 characters are found.
11665
11666 * ps-print.el (ps-header-footer-string): Return a list of header
11667 and footer strings.
11668
11669 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11670
11671 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11672
11673 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * frame.el (blink-cursor-mode): Use define-minor-mode.
11676
11677 * term/mac-win.el (function-key-map): Use char-names more consistently.
11678 (file-name-coding-system): Only set it for MacOS-9. The other case is
11679 already handled in mule-cmds.el (where it also works when mac-win.el
11680 is not used).
11681
11682 2005-02-21 Kenichi Handa <handa@m17n.org>
11683
11684 * international/mule.el (ctext-pre-write-conversion): Always use
11685 " *code-converting-work*" buffer for work.
11686
11687 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11688
11689 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11690
11691 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11692
11693 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11694
11695 * ses.el (undo-more): Restore defadvice, but only the part that
11696 allows changes outside the restricted area of the buffer.
11697
11698 2005-02-20 Kim F. Storm <storm@cua.dk>
11699
11700 * simple.el (line-move): Add fourth optional arg try-vscroll which
11701 must be set to perform auto-window-vscroll.
11702 When moving backwards and doing auto-window-vscroll, automatically
11703 vscroll to the last part of lines which are taller than the window.
11704 (next-line, previous-line): Set try-vscroll arg on line-move.
11705
11706 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11707
11708 * replace.el (query-replace, query-replace-regexp)
11709 (replace-string, replace-regexp): When operating on region, make
11710 the minibuffer prompt say so.
11711
11712 * isearch.el (isearch-forward): Document isearch-query-replace and
11713 isearch-query-replace-regexp keybindings.
11714
11715 2005-02-19 Jay Belanger <belanger@truman.edu>
11716
11717 * calc/calc-aent.el (math-read-token): Add local variable.
11718
11719 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11720 (calc-edit-top): Move declaration to earlier in file.
11721 (calc-edit-macro-repeats): Add local variables.
11722
11723 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11724 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11725 calcFunc-tanh.
11726 Adjust integration rule for calcFunc-tan.
11727
11728 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11729
11730 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11731 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11732 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11733 (viper-skip-separators): Bug fix.
11734 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11735 particular major mode.
11736 (viper-del-backward-char-in-replace): Don't put deleted char on the
11737 kill ring.
11738
11739 * viper-ex.el (viper-color-display-p): New function.
11740 (viper-has-face-support-p): Use viper-color-display-p.
11741
11742 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11743
11744 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11745
11746 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11747 (viper-file-remote-p): Make equivalent to file-remote-p.
11748
11749 * viper.el (viper-major-mode-modifier-list):
11750 Use viper-gnus-modifier-map.
11751
11752 2005-02-19 David Kastrup <dak@gnu.org>
11753
11754 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11755 quoting.
11756
11757 2005-02-19 Jay Belanger <belanger@truman.edu>
11758
11759 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11760 Remove extra definitions.
11761 (calc-coth): New function.
11762 (calcFunc-cot): Fix `let'.
11763
11764 2005-02-19 Eli Zaretskii <eliz@gnu.org>
11765
11766 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11767 the reasons we use "type pc" in these faces.
11768
11769 * button.el (button): Ditto.
11770
11771 2005-02-19 Michael Mauger <mmaug@yahoo.com>
11772
11773 * replace.el (query-replace-read-from): Set the value of
11774 query-replace-from-history-variable to handle the case of an empty
11775 string entered to accept the suggested default.
11776
11777 * net/tramp.el (tramp-file-name-for-operation):
11778 Use dired-call-process instead of dired-call-process-command.
11779
11780 2005-02-19 Jay Belanger <belanger@truman.edu>
11781
11782 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11783 (math-div-non-trig): New variables.
11784 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11785 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11786 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11787 trig expressions.
11788
11789 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
11790
11791 * progmodes/gdb-ui.el (gdb-var-update-handler)
11792 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11793 for watch expressions,
11794 (gdb-var-create-handler): Don't set speedbar-update-flag.
11795 (gdb-post-prompt): Simplify test for speedbar.
11796
11797 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11798
11799 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11800 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11801 we use the syntax table of the correct buffer.
11802 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11803 Felix Gatzemeier.
11804
11805 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11806 (ediff-file-remote-p): Make synonymous with file-remote-p.
11807 In all deffaces ediff-*-face-*, use min-colors.
11808
11809 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11810 ediff-recurse-to-subdirectories.
11811 (ediff-mark-if-equal): Check that the arguments are strings, use
11812 ediff-same-contents (after to Felix Gatzemeier).
11813
11814 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11815 nil.
11816
11817 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11820
11821 2005-02-18 David Kastrup <dak@gnu.org>
11822
11823 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11824 use `mark-active' when defined.
11825
11826 2005-02-18 Kenichi Handa <handa@m17n.org>
11827
11828 * ps-print.el (ps-font-info-database): New entry
11829 ZapfChancery-MediumItalic with correct font name. Fix font name
11830 of the entry Zapf-Chancery-MediumItalic.
11831
11832 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11833
11834 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11835
11836 2005-02-16 Kim F. Storm <storm@cua.dk>
11837
11838 * ido.el (ido-fallback-command): Pass user input to fallback command.
11839
11840 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
11841
11842 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11843 (gdb-find-file-hook): Add server prefix.
11844
11845 2005-02-16 Richard M. Stallman <rms@gnu.org>
11846
11847 * replace.el (perform-replace): Pass new args to replace-highlight.
11848 (replace-highlight): Take region args,
11849 and pass them to isearch-lazy-highlight-new-loop.
11850
11851 * novice.el (disabled-command-hook): Autoload the defalias
11852 and the make-obsolete-variable call.
11853
11854 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11855
11856 * isearch.el (isearch-lazy-highlight-start-limit)
11857 (isearch-lazy-highlight-end-limit): New variables limit
11858 the region for highlighting.
11859 (isearch-lazy-highlight-new-loop): New args BEG and END.
11860 (isearch-lazy-highlight-search): Use the new vars.
11861 (isearch-lazy-highlight-update): Likewise.
11862
11863 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11864
11865 * cus-start.el (all): Use default-boundp.
11866
11867 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
11868
11869 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11870
11871 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11872
11873 * autorevert.el (auto-revert-stop-on-user-input)
11874 (auto-revert-verbose): Doc fixes.
11875
11876 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11877
11878 * international/mule-cmds.el (set-locale-environment): Remove call
11879 to set-selection-coding-system on Windows.
11880
11881 2005-02-15 Jay Belanger <belanger@truman.edu>
11882
11883 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11884 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11885 calcFunc-coth.
11886 (math-simplify-sqrt): Add simplifications.
11887
11888 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11889 to list.
11890
11891 * calc/calc-ext.el: Add functions to autoloads.
11892
11893 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11894 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11895 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11896 (math-csc-raw, math-cot-raw): New functions.
11897
11898 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11899
11900 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11901 the variable name in a message.
11902
11903 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11904 calcFunc-csc, calcFunc-cot.
11905
11906 * calc/calcalg2.el: Add derivative and integration rules for
11907 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11908 calcFunc-csch, calcFunc-coth.
11909 (math-do-integral-methods): Add to checks for when to use
11910 substitutions.
11911
11912 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11913
11914 2005-02-15 Lute Kamstra <lute@gnu.org>
11915
11916 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11917 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11918 <monnier@iro.umontreal.ca>
11919 (lisp-outline-level): Improve efficiency. Suggested by David
11920 Kastrup <dak@gnu.org>.
11921
11922 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11923
11924 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11925 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11926 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11927 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11928 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11929
11930 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11931
11932 * cus-start.el (all): Comment change.
11933
11934 2005-02-14 Lute Kamstra <lute@gnu.org>
11935
11936 * cus-start.el (all): Check if symbol is void.
11937
11938 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11941 optional argument to \cite.
11942
11943 2005-02-14 Richard M. Stallman <rms@gnu.org>
11944
11945 * cus-edit.el (custom-buffer-create-internal): Update help message.
11946 (custom-magic-alist): Update help messages.
11947
11948 * cus-start.el (all): Allow a var to specify a standard value.
11949
11950 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * custom.el (custom-theme-set-variables): Handle variable aliases.
11953
11954 * frame.el (blink-cursor-timer): Doc fix.
11955 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11956 declare obsolete.
11957 (blink-cursor-mode): Define with defcustom and use correct
11958 standard expression in that defcustom.
11959 * startup.el (command-line): Adapt to above changes in frame.el.
11960
11961 2005-02-11 Lute Kamstra <lute@gnu.org>
11962
11963 * apropos.el (apropos-score-doc): Prevent division by zero.
11964
11965 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11966
11967 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11968 (icalendar--get-event-property-attributes)
11969 (icalendar--get-event-properties)
11970 (icalendar--datetime-to-diary-date): New functions.
11971 (icalendar--split-value): Doc fix.
11972 (icalendar--datetime-to-noneuropean-date)
11973 (icalendar--datetime-to-european-date): New optional argument
11974 SEPARATOR. Return result as a string instead of a list.
11975 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11976 (icalendar--convert-string-for-export): Rename arg S to STRING.
11977 (icalendar-export-region): Doc fix. Change name of error buffer.
11978 Save output buffer.
11979 (icalendar-import-file): Add blank at end of prompt.
11980 (icalendar-import-buffer): Doc fix. Do not switch to error
11981 buffer. Indicate status in return value.
11982 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11983 buffer. Save output buffer. Handle exception from recurrence
11984 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11985 events. Fix problems with weekly all-day events.
11986
11987 2005-02-10 Richard M. Stallman <rms@gnu.org>
11988
11989 * simple.el (eval-expression-print-format):
11990 Avoid warning about edebug-active.
11991
11992 * help.el (help-for-help-internal): Rename from help-for-help.
11993 (help-for-help): Define with defalias.
11994
11995 * font-core.el (font-lock-default-function): Use with-no-warnings.
11996
11997 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11998
11999 * custom.el (defface): Doc fix.
12000
12001 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12002
12003 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12004 width 0" to prevent word wrapping problems.
12005
12006 2005-02-09 Kim F. Storm <storm@cua.dk>
12007
12008 * ido.el (ido-file-extensions-order): New defcustom.
12009 (ido-file-extension-lessp, ido-file-extension-aux)
12010 (ido-file-extension-order): New advanced file ordering.
12011 (ido-file-lessp): New simple file ordering.
12012 (ido-sort-list): Remove.
12013 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12014 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12015
12016 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12017
12018 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12019 that some versions of grep produce.
12020 (grep-mode-font-lock-keywords): Likewise.
12021
12022 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12025 (gdb-cdir): Delete.
12026 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12027 (gdb-source-info): Treat case when source file is in another
12028 directory properly.
12029 (gdb-get-location): New function.
12030
12031 2005-02-07 Jay Belanger <belanger@truman.edu>
12032
12033 * calc/calc-prog.el (calc-write-parse-table-part)
12034 (calc-fix-token-name): Fix a check for language type.
12035
12036 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12037
12038 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12039
12040 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12041 as directory not writable.
12042
12043 2005-02-07 Kim F. Storm <storm@cua.dk>
12044
12045 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12046 (cua--standard-movement-commands): Remove list.
12047 Instead, set CUA property value to move for movement commands.
12048 (cua-movement-commands): Remove. Users must set CUA prop instead.
12049 (cua--pre-command-handler): Check CUA property.
12050 (cua--init-keymaps): Don't remap undo commands.
12051 (cua-mode): Don't call cua--rectangle-on-off.
12052
12053 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12054 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12055 (cua--rect-undo-set-point): New var.
12056 (cua--rectangle-undo-boundary): Setup undo apply entry.
12057 (cua--rect-undo-handler): New function for rectangle undo.
12058 (cua--rect-start-position, cua--rect-end-position): Add.
12059 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12060 for restored rectangle. Set point if cua--rect-undo-set-point.
12061
12062 2005-02-06 Jay Belanger <belanger@truman.edu>
12063
12064 * calc/calc-lang.el (calc-tex-language): Display more information
12065 in messages.
12066
12067 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12068 in TeX mode.
12069
12070 2005-02-06 Richard M. Stallman <rms@gnu.org>
12071
12072 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12073
12074 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12075
12076 * net/ldap.el (ldap-search-internal): Support attributes with
12077 optional descriptions separated by a semi-colon, as in
12078 "userCertificate;binary".
12079
12080 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12081
12082 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12083 isn't a cons (i.e. the version is 0).
12084
12085 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12086
12087 * help.el (help-for-help): Doc fix.
12088
12089 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12090
12091 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12092 GDB-Windows on the menu-bar as this works better.
12093
12094 2005-02-04 Jay Belanger <belanger@truman.edu>
12095
12096 * calc/calc-embed.el (calc-embedded-update): Don't put in
12097 unnecessary newlines. Adjust the end of formula marker.
12098
12099 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12100 (math-latex-parse-two-args): New function.
12101
12102 2005-02-03 Lute Kamstra <lute@gnu.org>
12103
12104 * help-fns.el (help-with-tutorial): Make sure that users cannot
12105 remove the entire text of the tutorial by means of `undo'.
12106
12107 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12110 in recent changes, where the ispell process was repeatedly
12111 killed & restarted.
12112
12113 * international/mule-cmds.el (set-locale-environment): Set file-name
12114 coding system to utf-8 on Darwin systems.
12115 (set-default-coding-systems): Don't set default-file-name-coding-system
12116 on Darwin systems.
12117
12118 2005-02-03 Richard M. Stallman <rms@gnu.org>
12119
12120 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12121
12122 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12123
12124 * faces.el (list-faces-display): Add optional argument.
12125
12126 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * font-core.el (font-lock-default-function): Handle the rare case where
12129 only font-lock-keywords is set.
12130
12131 2005-02-02 Kenichi Handa <handa@m17n.org>
12132
12133 * international/characters.el: Cancel previous change for
12134 I-WITH-DOT-ABOVE and DOTLESS-i.
12135
12136 * international/latin-5.el: Cancel previous change.
12137
12138 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12139
12140 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12141
12142 2005-02-02 Kenichi Handa <handa@m17n.org>
12143
12144 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12145 DOTLESS-i.
12146
12147 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12148 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12149
12150 * case-table.el (get-upcase-table): New function.
12151 (copy-case-table): Copy upcaes table too if non-nil.
12152 (set-case-syntax-delims): Maintain upcase table too.
12153 (set-case-syntax-pair): Likewise.
12154 (set-upcase-syntax, set-downcase-syntax): New functions.
12155 (set-case-syntax): Maintain upcase table too.
12156
12157 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12158
12159 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12160
12161 * progmodes/gud.el (gud-goto-info): New function.
12162 (gud-tool-bar-map): Use correct icon.
12163
12164 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12165
12166 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12167 When delegating, order args in the funcall correctly.
12168
12169 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12170
12171 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12172
12173 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12174
12175 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12176 buffer not visiting a file.
12177
12178 2005-01-31 Jay Belanger <belanger@truman.edu>
12179
12180 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12181 bound on the line with the formula.
12182
12183 2005-01-31 Kim F. Storm <storm@cua.dk>
12184
12185 * ses.el (ses-create-cell-variable-range)
12186 (ses-destroy-cell-variable-range, ses-reset-header-string)
12187 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12188 (ses-insert-row): Fix format of apply undo entries.
12189
12190 2005-01-31 Jay Belanger <belanger@truman.edu>
12191
12192 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12193 parts.
12194
12195 * calc/calc-embed.el (calc-embedded-open-formula)
12196 (calc-embedded-close-formula): Ignore matrix environments.
12197
12198 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12199 TeX mode.
12200
12201 * calc/calc-lang.el (math-function-table, math-oper-table)
12202 (math-variable-table): Adjust the LaTeX portions.
12203
12204 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12205 (math-latex-ignore-words): New constant.
12206
12207 2005-01-31 Richard M. Stallman <rms@gnu.org>
12208
12209 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12210 (ispell-local-dictionary): Doc fix.
12211 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12212 Don't reinitialize at run time. Don't defcustom.
12213 All uses changed to append ispell-local-dictionary-alist,
12214 or check it first.
12215 (ispell-current-dictionary): New variable for dictionary in use.
12216 (ispell-dictionary): Now used only for global default.
12217 (ispell-start-process): Set ispell-current-dictionary,
12218 not ispell-dictionary.
12219 (ispell-change-dictionary): Use this only for setting
12220 user preferences.
12221 (ispell-internal-change-dictionary): New function
12222 to change the current dictionary in use.
12223 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12224 Use ispell-current-dictionary.
12225 Handle ispell-local-dictionary-overridden.
12226 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12227
12228 2005-01-31 Jay Belanger <belanger@truman.edu>
12229
12230 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12231
12232 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12233 (calc-mode-map): Add calc-latex-language.
12234
12235 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12236 (math-latex-print-frac): New functions.
12237 (math-oper-table, math-function-table, math-variable-table)
12238 (math-complex-format, math-input-filter): Add latex properties.
12239 (calc-set-language): Set math-expr-special-function-mapping.
12240
12241 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12242 (calc-write-parse-table-part): Add LaTeX support.
12243
12244 * calc/calc.el (calc-language): Adjust docstring.
12245 (calc-set-mode-line): Add LaTeX support.
12246 (math-expr-special-function-mapping): New variable.
12247 (math-tex-ignore-words): Add to list.
12248
12249 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12250 Add LaTeX support.
12251 (math-compose-expr): Add support for special functions.
12252
12253 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12254
12255 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12256
12257 * progmodes/gdb-ui.el (gdb-memory-address)
12258 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12259 (gdb-memory-mode-map, gdb-memory-format-keymap)
12260 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12261 (gdb-memory-unit-menu): New variables for a buffer
12262 that lets the user examine program memory.
12263 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12264 (gdb-memory-format-binary, gdb-memory-format-octal)
12265 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12266 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12267 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12268 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12269 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12270 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12271 (gdb-memory-mode, gdb-memory-buffer-name)
12272 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12273 New functions for above buffer.
12274
12275 2005-01-30 Richard M. Stallman <rms@gnu.org>
12276
12277 * cus-edit.el (custom-bury-buffer): Function deleted.
12278 (custom-buffer-done-function): Option deleted.
12279 (custom-buffer-done-kill): New (replacement option.
12280 (Custom-buffer-done): Call quit-window.
12281 (custom-buffer-create-internal): Update for above changes.
12282
12283 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12284
12285 * simple.el (undo-ask-before-discard): New var.
12286 (undo-outer-limit-truncate): Implement it.
12287 (undo-extra-outer-limit): Doc update.
12288
12289 2005-01-29 Richard M. Stallman <rms@gnu.org>
12290
12291 * ses.el (undo-more): Delete defadvice.
12292 (ses-begin-change): Doc fix.
12293
12294 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12295 instead of rebinding C-x u and C-_.
12296
12297 * files.el (normal-backup-enable-predicate): Return nil for files
12298 in /tmp, regardless of temporary-file-directory.
12299
12300 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12301
12302 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12303 (open-rectangle, delete-whitespace-rectangle-line)
12304 (clear-rectangle-line): If FILL, pass t instead of FILL
12305 for move-to-column's 2nd arg.
12306
12307 * simple.el (undo): Fix the test for continuing a series of undos.
12308 (undo-more): Set pending-undo-list to t when we reach end.
12309 (pending-undo-list): Move up defvar.
12310
12311 * wid-edit.el (widget-button-click):
12312 Shorten the range of the track-mouse binding.
12313
12314 * comint.el (comint-insert-input): Undo previous changes;
12315 use last-input-event in interactive spec.
12316
12317 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12318
12319 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12320 to nil before invoking call-process. Reset buffer's modified flag
12321 after fontifying it in the no-async branch.
12322
12323 * wid-edit.el (widget-specify-button): If mouse pointer shape
12324 cannot be changed, use mouse face instead.
12325
12326 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12327
12328 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12329 (gdb-goto-breakpoint): Make breakpoint handling work on template
12330 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12331 (gdb-assembler-custom): Update to recognize breakpoint information
12332 added on 2005-01-19.
12333
12334 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12337 (dsssl-mode): Use define-derived-mode.
12338 (scheme-mode-initialize): Remove.
12339 (scheme-mode): Use run-mode-hooks.
12340
12341 * cus-edit.el (customize-group-other-window)
12342 (custom-buffer-create-other-window): Don't override special-display-*.
12343 (custom-mode-map): Make it dense.
12344
12345 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12346 sets the default value.
12347
12348 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12349
12350 * descr-text.el: Add more keywords.
12351
12352 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * speedbar.el: Avoid unnecessary use of locate-library.
12355
12356 * international/mule-cmds.el (standard-display-european-internal):
12357 Don't fiddle with latin-1 non-break space any more since it's now
12358 special cased in the C code.
12359 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12360
12361 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12362
12363 * cus-start.el (all): Add `undo-outer-limit'.
12364
12365 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12366
12367 * textmodes/bibtex.el (bibtex-format-entry):
12368 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12369 field lines.
12370 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12371 not on part of a buffer.
12372
12373 2005-01-25 Lute Kamstra <lute@gnu.org>
12374
12375 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12376 nonempty field text strings like "{letters\\macro{}more letters}".
12377 Clarify docstring.
12378 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12379 (bibtex-entry-offset, bibtex-parse-association)
12380 (bibtex-parse-field-name): Fix typos in docstrings.
12381 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12382
12383 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12384
12385 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12386 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12387 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12388 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12389
12390 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12391 isearch minor mode.
12392
12393 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12396
12397 2005-01-24 Lute Kamstra <lute@gnu.org>
12398
12399 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12400 CASECHARS and NOT-CASECHARS regular expressions of the
12401 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12402 striding over charsets" error.
12403
12404 2005-01-24 Jay Belanger <belanger@truman.edu>
12405
12406 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12407 display variable name.
12408
12409 2005-01-24 Kenichi Handa <handa@m17n.org>
12410
12411 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12412 Fix setting of the element of encoded-kbd-iso2022-invocations.
12413
12414 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12415
12416 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12417 (gdb-threads-select): Change to also accept mouse events.
12418 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12419 (gdb-threads-mouse-select): Delete.
12420
12421 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12422
12423 * files.el (insert-directory): Take care of empty directory,
12424 listed without -a switch.
12425
12426 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * textmodes/refill.el (refill-post-command-function):
12429 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12430 to the list of functions that we should be careful not to undo.
12431 (refill-late-fill-paragraph-function): Remove.
12432 (refill-saved-state): New var.
12433 (refill-mode): Use it to save fill-paragraph-function.
12434 Save also the value of auto-fill-function.
12435
12436 * term/w32-win.el: Simplify code.
12437
12438 2005-01-23 Kim F. Storm <storm@cua.dk>
12439
12440 * simple.el (line-move): Adapt to new return value from
12441 pos-visible-in-window-p.
12442
12443 * simple.el (line-move): Fix last change. Check partial
12444 visibility at point rather than at window-start.
12445
12446 2005-01-22 Jason Rumney <jasonr@gnu.org>
12447
12448 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12449
12450 2005-01-22 David Kastrup <dak@gnu.org>
12451
12452 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12453
12454 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12455
12456 * type-break.el (type-break-mode): Add a test for
12457 type-break-file-name being non-nil.
12458
12459 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12460
12461 * net/eudc.el (top level): Call (message "") via progn, so that
12462 eudc-options-file is loaded.
12463
12464 2005-01-22 Kim F. Storm <storm@cua.dk>
12465
12466 * simple.el (line-move-1): Rename from line-move.
12467 (line-move): New function that adjusts vscroll for partially
12468 visible rows, and calls line-move-1 otherwise.
12469
12470 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12471
12472 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12473 since it's not a complete read-event implementation
12474
12475 2005-01-20 Jay Belanger <belanger@truman.edu>
12476
12477 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12478 for called function.
12479
12480 2005-01-20 Steven Tamm <steventamm@mac.com>
12481
12482 * term/mac-win.el (process-connection-type): Remove.
12483 Controlled now by s/darwin.h:PTY_ITERATION.
12484
12485 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * window.el (handle-select-window): Don't switch window when we're
12488 in the minibuffer.
12489
12490 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12491
12492 * subr.el (dotimes-with-progress-reporter): New macro.
12493
12494 * ses.el (ses-dotimes-msg): Remove macro.
12495 Use `dotimes-with-progress-reporter' instead.
12496
12497 2005-01-19 Steven Tamm <steventamm@mac.com>
12498
12499 * term/mac-win.el (process-connection-type): Use new
12500 operating-system-release variable to use ptys on Darwin 7 (OS X
12501 10.3) when using carbon build.
12502
12503 2005-01-19 Jay Belanger <belanger@truman.edu>
12504
12505 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12506 flags if the last command was a tab or M-tab.
12507
12508 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12509 in formula editing buffer.
12510
12511 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12512
12513 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12514 breakpoint image symbol in margin.
12515
12516 2005-01-19 Jay Belanger <belanger@truman.edu>
12517
12518 * calc/calc-prog.el (calc-execute-kbd-macro):
12519 Ignore calc-keep-arg-flag.
12520
12521 2005-01-19 Kenichi Handa <handa@m17n.org>
12522
12523 * textmodes/ispell.el (ispell-looking-at): New function.
12524 (ispell-process-line): Use ispell-looking-at to compare the ispell
12525 output and the buffer contents.
12526
12527 2005-01-18 Jay Belanger <belanger@truman.edu>
12528
12529 * calc/calc.el (calc-display-raw): Fix docstring.
12530
12531 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * simple.el (blink-matching-open): Strip extra info from syntax.
12534
12535 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12536 funny chars in the end-of-here-doc marker.
12537
12538 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12539
12540 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12541 that enable/disabled state of breakpoints is shown correctly in
12542 fringe and on ttys.
12543 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12544 Add breakpoint information as text properties.
12545 (gdb-mouse-toggle-breakpoint):
12546 Rename to gdb-mouse-set-clear-breakpoint.
12547 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12548 breakpoints in the margin.
12549 (gdb-remove-strings): Simplify.
12550
12551 2005-01-17 Jay Belanger <belanger@truman.edu>
12552
12553 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12554 erasing buffer.
12555
12556 2005-01-17 Richard M. Stallman <rms@gnu.org>
12557
12558 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12559 for calling grep-compute-defaults.
12560
12561 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12562 if buffer is empty.
12563
12564 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12565
12566 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12567
12568 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12569
12570 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12571 non-preloaded variables.
12572
12573 2005-01-17 Steven Tamm <steventamm@mac.com>
12574
12575 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12576 tex-shell cause to force interactivity when using pipes.
12577
12578 2005-01-17 Kim F. Storm <storm@cua.dk>
12579
12580 * simple.el (just-one-space): Make arg optional.
12581
12582 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12583
12584 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12585 posn-at-x-y to t to access left-margin.
12586
12587 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12588
12589 Sync with Tramp 2.0.47.
12590
12591 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12592 catching keep-date problems in cp/scp operations.
12593 (tramp-handle-copy-file): Don't call `set-file-modes'
12594 unconditionally. Specialized functions should know better what is
12595 necessary. This improves performance a little bit, and the
12596 functions could catch errors with `cp -p' and `scp -p'.
12597 (tramp-do-copy-or-rename-file-via-buffer)
12598 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12599 when appropriate.
12600 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12601 Call `set-file-modes' when appropriate.
12602 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12603 Johnsson <isak@hypergene.com>
12604 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12605 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12606 <joakim@verona.se>
12607 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12608 Emacs only.
12609
12610 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12611 `find-file-hooks' and `dired-mode-hook'.
12612 (tramp-minor-mode-map): Respective map. Add remapping for
12613 `compile' and `recompile'.
12614 (tramp-remap-command, tramp-recompile): New defuns.
12615 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12616 in buffer "*Compilation*". Call the commands asynchronously.
12617
12618 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12619 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12620 `shell-command', because it isn't magic in XEmacs. Reported by
12621 Adrian Aichner <adrian@xemacs.org>.
12622
12623 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12624 `substitute-in-file-name.
12625 (tramp-smb-handle-substitute-in-file-name): New defun.
12626 (tramp-smb-advice-PC-do-completion): Delete advice.
12627
12628 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12629
12630 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12631 Fix error in deleting region.
12632
12633 2005-01-15 Richard M. Stallman <rms@gnu.org>
12634
12635 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12636 In non-temp buffer, switch syntax table temporarily.
12637
12638 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12639
12640 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12641
12642 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12643
12644 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12645 (imenu--generic-function): Use START, not BEG, as pos of definition.
12646
12647 * simple.el (just-one-space): Argument specifies number of spaces.
12648
12649 * simple.el (eval-expression-print-format): Avoid warning
12650 about edebug-active.
12651
12652 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12653
12654 * progmodes/sh-script.el: Code copied from make-mode.el
12655 with small changes,
12656 (sh-mode-map): Bind C-c C-\.
12657 (sh-backslash-column, sh-backslash-align): New variables.
12658 (sh-backslash-region, sh-append-backslash): New functions.
12659
12660 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12661
12662 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12663 (rmail-pop-password, rmail-pop-password-required): Move to
12664 rmail-obsolete group.
12665 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12666 All callers updated.
12667 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12668 Take an argument specifying whether it is POP or IMAP mailbox we
12669 are using. All callers updated.
12670 (rmail-pop-password-error): Rename to
12671 rmail-remote-password-error. Added mailutils-specific error message.
12672 (rmail-movemail-search-path)
12673 (rmail-movemail-variant-in-use): New variables.
12674 (rmail-remote-password, rmail-remote-password-required):
12675 New customization variables.
12676 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12677 (rmail-parse-url): New function.
12678 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12679 with GNU mailutils movemail.
12680
12681 2005-01-15 Kevin Ryde <user42@zip.com.au>
12682
12683 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12684 suffix to space, $ or '$, to correctly position point when going
12685 to @table style constants like DBL_MAX.
12686
12687 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12688
12689 * type-break.el (type-break-mode, type-break-file-time)
12690 (type-break-file-keystroke-count, type-break-choose-file):
12691 Don't store data in or load data from the file if type-break-file-name
12692 is nil.
12693 (type-break-file-name): Doc update as per the above.
12694
12695 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12696
12697 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12698 lookup-key might return nil; handle that.
12699
12700 2005-01-15 Alan Mackenzie <acm@muc.de>
12701
12702 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12703 rather than the element found, thus enabling the tree to be setcar'd.
12704
12705 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12706
12707 * textmodes/org.el (org-show-following-heading): New option.
12708 (org-show-hierarchy-above): Use `org-show-following-heading'.
12709 (org-cycle): Documentation fix.
12710
12711 * textmodes/org.el (orgtbl-optimized): New option
12712 (orgtbl-mode): New command, a minor mode.
12713 (orgtbl-mode-map): New variable.
12714 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12715 (orgtbl-error, orgtbl-self-insert-command)
12716 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12717
12718 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12719 a local variable in each org-mode buffer.
12720
12721 * textmodes/org.el (org-set-regexps-and-options): Rename from
12722 `org-set-regexps'. Added checking for STARTUP keyword.
12723 (org-get-current-options): Add STARTUP options.
12724 (org-table-insert-row): Make mode intelligent about when
12725 realignment is needed.
12726 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12727 New commands.
12728 (org-enable-table-editor): New default value `optimized'.
12729 (org-table-blank-field): Support blanking regions if active.
12730
12731 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12732
12733 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12734 if the year is not given.
12735
12736 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12737 Add new escapes %m and %M, fixed bug with %F by adding
12738 save-match-data.
12739 (reftex-reference): Remove ?. from list of spaces.
12740 (reftex-label-info): Add automatic label prefix recognition.
12741
12742 * textmodes/reftex-index.el (reftex-index-next-phrase):
12743 Add slave parameter to call of `reftex-index-this-phrase'.
12744 (reftex-index-this-phrase): New optional argument.
12745 (reftex-index-region-phrases): Add slave parameter to call of
12746 `reftex-index-this-phrase'.
12747 (reftex-display-index): New argument redo.
12748 (reftex-index-rescan): Add 'redo to arguments of
12749 `reftex-display-index'.
12750 (reftex-index-Rescan, reftex-index-revert)
12751 (reftex-index-switch-index-tag): Add 'redo to arguments of
12752 `reftex-display-index'.
12753 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12754 indexing. Fix bug with matching is there is a quote before or
12755 after the word.
12756
12757 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12758 Fix bug when collecting citation keys in lines with comments.
12759 (reftex-citation): Prefix argument no longer rescans the document,
12760 but forces prompting for optional arguments of cite macros.
12761 (reftex-do-citation): Prompting for optional arguments implemented.
12762
12763 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12764 Add optional arguments to most cite commands.
12765 (reftex-cite-cleanup-optional-args): New option
12766 (reftex-cite-prompt-optional-args): New option.
12767 (reftex-trust-label-prefix): New option.
12768
12769 * textmodes/reftex-toc.el (reftex-toc-find-section):
12770 Add push-mark before changing the position in the buffer.
12771
12772 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12773 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12774
12775 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12778 more carefully.
12779
12780 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12783 (sgml-mode): Use it.
12784 (sgml-get-context): Better keep track of implicitly closed tags.
12785
12786 2005-01-13 Kenichi Handa <handa@m17n.org>
12787
12788 * textmodes/ispell.el: These changes are to fix misalignment error
12789 caused by equivalent characters of different Emacs charsets.
12790 (ispell-unified-chars-table): New variable.
12791 (ispell-get-decoded-string): New function.
12792 (ispell-get-casechars, ispell-get-not-casechars)
12793 (ispell-get-otherchars): Call ispell-get-decoded-string.
12794
12795 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12796
12797 * custom.el (custom-declare-variable): Just put symbol instead
12798 of (defvar . symbol) in `current-load-list'.
12799
12800 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12801
12802 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12803
12804 2005-01-12 Jay Belanger <belanger@truman.edu>
12805
12806 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12807 to create a Calc summary.
12808
12809 2005-01-12 Kim F. Storm <storm@cua.dk>
12810
12811 * mouse.el (mouse-on-link-p): Change functionality and doc
12812 string to comply with latest description in lisp ref.
12813
12814 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12815
12816 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12817 Enable mouse clicks on mode-line, header-line and margin.
12818 (event-type): Give mouse event symbols an 'event-kind property
12819 with value 'mouse-click.
12820
12821 2005-01-12 Juri Linkov <juri@jurta.org>
12822
12823 * facemenu.el (list-colors-display): Add new arg buffer-name.
12824 Use it. Fix docstring. Replace code for identifying duplicate
12825 colors by the name with call to `list-colors-duplicates' which
12826 identifies duplicate colors by the value unless the color
12827 is one of special Windows colors. Set truncate-lines to t.
12828 Print sorted duplicate color names on each line. Indent to 22
12829 \(the longest color name in rgb.txt) instead of 20. Optimize.
12830 (list-colors-duplicates): New function.
12831 (facemenu-color-name-equal): Delete function.
12832
12833 * facemenu.el (list-colors-print): New function created from code
12834 in list-colors-display. Print #RRGGBB at the window right edge.
12835 (list-colors-display): When temp-buffer-show-function is not
12836 defined, call list-colors-print from temp-buffer-show-hook
12837 to get the right value of window-width in list-colors-print
12838 after the buffer is displayed.
12839
12840 * simple.el (pop-mark): Move deactivate-mark out of conditional
12841 part to deactivate the active mark regardless of the state of the
12842 mark ring.
12843
12844 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12845 variables line in desktop files.
12846
12847 2005-01-12 Juri Linkov <juri@jurta.org>
12848
12849 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12850 Bring together isearch highlight related options.
12851 (lazy-highlight): Replace group `replace' by `matching'.
12852 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12853 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12854 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12855 and declare them obsolete.
12856 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12857 (isearch-faces): Remove defgroup.
12858 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12859 Move isearch highlighting code closer to lazy highlighting code.
12860
12861 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12862 (query-replace-highlight, query-replace-lazy-highlight)
12863 (query-replace): Move definitions to the beginning of the file.
12864
12865 2005-01-11 Juri Linkov <juri@jurta.org>
12866
12867 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12868 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12869 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12870
12871 * info.el (Info-history-forward): New variable.
12872 (Info-select-node): Reset Info-history-forward to nil.
12873 (Info-last): Turn into defalias.
12874 (Info-history-back): Rename from Info-last.
12875 Add current node to Info-history-forward.
12876 (Info-history-forward): New fun.
12877 (Info-mode-map): Replace Info-last by Info-history-back.
12878 Bind Info-history-forward to "r".
12879 (Info-mode-menu): Replace Info-last by Info-history-back.
12880 Fix menu item text. Add menu item for Info-history-forward.
12881 (info-tool-bar-map): Replace Info-last by Info-history-back.
12882 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12883 for Info-history-forward.
12884 (Info-mode): Replace Info-last by Info-history-back in docstring.
12885 Add local variable Info-history-forward.
12886 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12887
12888 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12891 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12892 Ignore select-window events rather than fiddle with
12893 mouse-autoselect-window.
12894
12895 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12896
12897 * type-break.el (type-break-mode): Fix previous change.
12898
12899 2005-01-10 Jay Belanger <belanger@truman.edu>
12900
12901 * calc/calc-ext.el (calc-reset): Reset when inside embedded
12902 calculator; only reset when point is inside a calculator.
12903 Don't adjust the window height if the window takes up the whole height
12904 of the frame.
12905
12906 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12907
12908 * ebuff-menu.el (Electric-buffer-menu-mode):
12909 Preserve value of buffer-local var header-line-format.
12910
12911 2005-01-09 Jay Belanger <belanger@truman.edu>
12912
12913 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12914 Make sure settings file exists before accessing it.
12915
12916 * calc/calc-embed.el (calc-embedded-subst):
12917 Replace math-multi-subst-rec, which is only supposed to be called
12918 by math-multi-subst, by math-multi-subst.
12919
12920 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12921
12922 * vc.el (vc-allow-async-revert): New user option.
12923 (vc-disable-async-diff): New internal variable.
12924 (vc-revert-buffer): Use them to disable asynchronous diff.
12925
12926 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12927 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12928 asynchronously if vc-disable-async-diff is t.
12929
12930 2005-01-09 Jay Belanger <belanger@truman.edu>
12931
12932 * calc/calc.el (defcalcmodevar): New macro.
12933 (calc-mode-var-list-restore-default-values)
12934 (calc-mode-var-list-restore-saved-values): New functions.
12935 (calc-mode-var-list): Use defcalcmodevar to define it.
12936 (calc-always-load-extensions, calc-line-numbering)
12937 (calc-line-breaking, calc-display-just, calc-display-origin)
12938 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12939 (calc-group-char, calc-point-char, calc-frac-format)
12940 (calc-prefer-frac, calc-hms-format, calc-date-format)
12941 (calc-float-format, calc-full-float-format, calc-complex-format)
12942 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12943 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12944 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12945 (calc-matrix-brackets, calc-language, calc-language-option)
12946 (calc-left-label, calc-right-label, calc-word-size)
12947 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12948 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12949 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12950 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12951 (calc-window-height, calc-display-trail, calc-show-selections)
12952 (calc-use-selections, calc-assoc-selections)
12953 (calc-display-working-message, calc-auto-why, calc-timing)
12954 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12955 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12956 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12957 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12958 (calc-gnuplot-geometry, calc-graph-default-resolution)
12959 (calc-graph-default-resolution-3d, calc-invocation-macro)
12960 (calc-show-banner): Use defcalcmodevar to declare them and set
12961 their default values.
12962
12963 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12964 instead of default values (but restore default values if there is
12965 an argument of 0).
12966
12967 2005-01-09 David Kastrup <dak@gnu.org>
12968
12969 * desktop.el (desktop-restore-eager): Fix typo in type.
12970
12971 2005-01-08 Richard M. Stallman <rms@gnu.org>
12972
12973 * cus-edit.el (customize): Delete :link.
12974
12975 2005-01-08 Jay Belanger <belanger@truman.edu>
12976
12977 * calc/calc.el (calc-mode): Remove the extension from the
12978 `calc-settings-file' file name when loading it.
12979
12980 2005-01-08 Kim F. Storm <storm@cua.dk>
12981
12982 * info.el (Info-mode-map, Info-next-link-keymap)
12983 (Info-prev-link-keymap, Info-up-link-keymap):
12984 Map follow-link to mouse-face.
12985 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12986
12987 2005-01-08 Jay Belanger <belanger@truman.edu>
12988
12989 * calc/calc.el (calc-settings-file): Change default value.
12990 Suggested by cgw in a comment in calc-mode.el.
12991
12992 * calc/calc-mode.el (calc-settings-file-name):
12993 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12994 Replace ~/.emacs in a prompt by calc-settings-file.
12995
12996 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12997
12998 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12999 (desktop-lazy-idle-delay): New customizable variables.
13000 (desktop-buffer-args-list): New variable.
13001 (desktop-append-buffer-args): New function.
13002 (desktop-save): Call desktop-append-buffer-args for some buffers.
13003 (desktop-lazy-create-buffer): New function.
13004 (desktop-idle-create-buffers): New function.
13005 (desktop-read): Add message about buffers to restore lazily.
13006 (desktop-lazy-abort): New command.
13007 (desktop-clear): Call desktop-lazy-abort.
13008 (desktop-lazy-complete): New command.
13009
13010 2005-01-06 Richard M. Stallman <rms@gnu.org>
13011
13012 * emacs-lisp/find-func.el (find-face-definition):
13013 Rename from find-face.
13014
13015 2005-01-06 Kim F. Storm <storm@cua.dk>
13016
13017 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13018
13019 * man.el (Man-xref-man-page, Man-xref-header-file)
13020 (Man-xref-normal-file): Add follow-link property.
13021
13022 2005-01-06 Jay Belanger <belanger@truman.edu>
13023
13024 * calc/calc-units.el: Make sure the proper macro definitions are
13025 available when compiling.
13026
13027 2005-01-06 Juri Linkov <juri@jurta.org>
13028
13029 * isearch.el (isearch-lazy-highlight-update):
13030 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13031
13032 2005-01-06 Miles Bader <miles@gnu.org>
13033
13034 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13035 (isearch-lazy-highlight-face): Use new name.
13036
13037 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * uniquify.el (uniquify-rationalize-file-buffer-names):
13040 Re-add an interactive spec.
13041 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13042 to the same name.
13043
13044 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13045 (isearch-update, isearch-done): Adjust calls accordingly.
13046
13047 2005-01-05 Richard M. Stallman <rms@gnu.org>
13048
13049 * custom.el (custom-set-variables, custom-theme-set-variables):
13050 Clarify documentation.
13051
13052 * emacs-lisp/find-func.el (find-variable)
13053 (find-variable-other-window, find-variable-other-frame):
13054 Fix the TYPE args to find-function-read and find-function-do-it.
13055 (find-function): Doc fix.
13056 (find-function-at-point): Replace function-at-point alias.
13057
13058 2005-01-04 Richard M. Stallman <rms@gnu.org>
13059
13060 * cus-face.el (custom-declare-face):
13061 Record defface in current-load-list.
13062
13063 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13064
13065 * emacs-lisp/find-func.el: Doc fixes.
13066 (find-face-regexp): New variable.
13067 (find-function-regexp-alist): New variable.
13068 (find-function-C-source): Third arg is now TYPE.
13069 (find-function-search-for-symbol): Handle general TYPE.
13070 (find-function-read, find-function-do-it): Handle general TYPE.
13071 (find-definition-noselect, find-face): New functions.
13072 (function-at-point): Alias deleted.
13073
13074 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * battery.el (display-battery-mode): Rename from display-battery.
13077 Handle the case where it gets turned off.
13078
13079 2005-01-04 Richard M. Stallman <rms@gnu.org>
13080
13081 * cus-edit.el (customize): Make :link point to user doc.
13082
13083 * man.el (Man-fontify-manpage): Turn off undo generation.
13084
13085 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13086
13087 2005-01-04 Andreas Schwab <schwab@suse.de>
13088
13089 * files.el (insert-directory): Only look for error lines in
13090 inserted text. Don't move too far after processing --dired markers.
13091
13092 2005-01-04 Richard M. Stallman <rms@gnu.org>
13093
13094 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13095 Don't expand if the character is @, period, dash, etc.
13096 (define-mail-abbrev): Quote names that contain problem characters.
13097
13098 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13099
13100 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13101
13102 2005-01-03 Richard M. Stallman <rms@gnu.org>
13103
13104 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13105 (query-replace-highlight, query-replace-lazy-highlight)
13106 (query-replace): Definitions moved up. Doc fix.
13107
13108 2005-01-03 Richard M. Stallman <rms@gnu.org>
13109
13110 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13111 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13112 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13113 (lazy-highlight-face): Rename from isearch-lazy-...
13114 Change all references to them.
13115
13116 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13117
13118 * cus-edit.el (custom-file): Doc fix for defcustom.
13119 (custom-file): The function no longer sets the variable
13120 `custom-file' to its return value.
13121
13122 * startup.el (command-line): No longer load `custom-file'.
13123
13124 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13127
13128 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13129 Don't confuse module-prefixed identifiers for labels.
13130 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13131
13132 2005-01-02 Richard M. Stallman <rms@gnu.org>
13133
13134 * files.el (basic-save-buffer-1): Fix previous change.
13135
13136 * loadhist.el (file-loadhist-lookup): New function.
13137 (file-provides, file-requires): Use it.
13138
13139 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13140 instead of calculating the right size.
13141
13142 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13143
13144 * vc-svn.el (vc-svn-diff): Stay local if possible.
13145
13146 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13149
13150 * files.el (hack-local-variables): Fix last change.
13151
13152 2005-01-02 Jay Belanger <belanger@truman.edu>
13153
13154 * calc/calc-yank.el (calc-edit-top): New variable.
13155 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13156 object. Change header properties.
13157 (calc-edit-finish, calc-edit-finish-stack-object)
13158 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13159 edited object.
13160 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13161 for the beginning of the edited object.
13162 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13163 for the beginning of the edited object.
13164 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13165 (calc-finish-formula-edit, calc-macro-repeats)
13166 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13167 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13168 beginning of the edited object.
13169 (calc-user-define-edit): Change the header for editing macros.
13170 Remove unnecessary variable.
13171
13172 2005-01-01 Jay Belanger <belanger@truman.edu>
13173
13174 * calc/calc-yank.el (calc-edit-mode): Change default header.
13175 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13176 * calc/calc-store.el (calc-edit-variable): Change title to match new
13177 header.
13178 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13179 mode to match new header.
13180 (calc-user-define-edit): Change titles to include names of commands.
13181 (calc-finish-formula-edit): Adjust to handle new header.
13182 (calc-finish-macro-edit): Remove.
13183 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13184 (calc-edit-macro-command, calc-edit-macro-command-type)
13185 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13186 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13187 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13188 (calc-edit-macro-finish-edit): New functions.
13189 (calc-user-define-edit): Use new functions to edit named calc macros.
13190
13191 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13192
13193 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13194
13195 * ses.el (copy-region-as-kill): Deactivate mark.
13196
13197 2005-01-01 Richard M. Stallman <rms@gnu.org>
13198
13199 * replace.el (occur-1): If the output buffer is also an input,
13200 don't kill it, rename it.
13201
13202 * faces.el (set-face-background, set-face-foreground): Doc fix.
13203
13204 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13205 for :foreground and :background.
13206
13207 * dired.el (dired-view-command-alist): Variable deleted.
13208 (dired-view-file, dired-mouse-find-file-other-window):
13209 Delete the code to use it.
13210
13211 2005-01-01 Kim F. Storm <storm@cua.dk>
13212
13213 * image.el (insert-sliced-image): Use t for line-height property.
13214
13215 See ChangeLog.11 for earlier changes.
13216
13217 ;; Local Variables:
13218 ;; coding: iso-2022-7bit
13219 ;; End:
13220
13221 Copyright (C) 2005 Free Software Foundation, Inc.
13222 Copying and distribution of this file, with or without modification,
13223 are permitted provided the copyright notice and this notice are preserved.
13224
13225 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1